Paste whatever you currently have copied... Go!

Nash_Node

Well-known member
  • Apr 2, 2008
    2,962
    150
    63
    Staring at my laptop
    Loud the storm is howling
    Under a thundery sky.
    The twin sons of winter,
    Snow and rain, sleet by.

    It is a barren plainland
    We chose for abiding.
    Not a bush grows there
    For shelter or hiding.

    Hunger gnaws the belly,
    Cold gnaws the bone,
    Two torturers who will not
    Leave us alone.

    And there, the third torturer,
    Guns loaded with lead:
    On the white, white snow
    Our blood drips red.

    Freezing and starving
    And peppered with shot.
    Yes, our lot is misery …
    But Freedom is our lot!
     

    Hasistranger

    Well-known member
  • Oct 21, 2010
    13,435
    7,116
    113
    Western Province, SL
    my-journal-view.vercel.app
    Size = Data.size();

    Album_Elements = new Object[Size];
    Artist_Elements = new Object[Size];
    Author_Elements = new Object[Size];
    String[] parts;

    int ar = 0;
    int al = 0;
    int au = 0;

    for (int element = 0; element < Size; element++) {

    Artist = (Data.get(element));
    parts = Artist.split("\\+");
    Artist = parts[3];

    Album = (Data.get(element));
    parts = Album.split("\\+");
    Album = parts[4];

    Author = (Data.get(element));
    parts = Author.split("\\+");
    Author = parts[5];

    //------------------------------------------------------------------------------

    if (artist == null || !artist.equals(Artist)) {

    artist = Artist;
    Artist_Elements[ar] = Artist;
    ar++;

    }

    //------------------------------------------------------------------------------

    if(album == null || !album.equals(Album)){

    album = Album;
    Album_Elements[al] = Album;
    al++;

    }

    //------------------------------------------------------------------------------

    if(author == null || !author.equals(Author)){

    author = Author;
    Author_Elements[au] = Author;
    au++;

    }

    //------------------------------------------------------------------------------


    }

    //-----------------------------------------------------------------------------
    int Artist_end = Artist_Elements.length;

    for (int i = 0; i < Artist_end; i++) {
    for (int j = i + 1; j < Artist_end; j++) {
    if (Artist_Elements == Artist_Elements[j]) {
    int shiftLeft = j;
    for (int k = j + 1; k < Artist_end; k++, shiftLeft++) {
    Artist_Elements[shiftLeft] = Artist_Elements[k];
    }
    Artist_end--;
    j--;
    }
    }
    }

    Object[] Artist_list = new Object[Artist_end];

    System.arraycopy(Artist_Elements, 0, Artist_list, 0,Artist_end);

    //------------------------------------------------------------------------------

    int Album_end = Album_Elements.length;

    for (int i = 0; i < Album_end; i++) {
    for (int j = i + 1; j < Album_end; j++) {
    if (Album_Elements == Album_Elements[j]) {
    int shiftLeft = j;
    for (int k = j + 1; k < Album_end; k++, shiftLeft++) {
    Album_Elements[shiftLeft] = Album_Elements[k];
    }
    Album_end--;
    j--;
    }
    }
    }

    Object[] Album_list = new Object[Album_end];

    System.arraycopy(Album_Elements, 0, Album_list, 0, Album_end);

    //------------------------------------------------------------------------------


    int Author_end = Author_Elements.length;

    for (int i = 0; i < Author_end; i++) {
    for (int j = i + 1; j < Author_end; j++) {
    if (Author_Elements == Author_Elements[j]) {
    int shiftLeft = j;
    for (int k = j + 1; k < Author_end; k++, shiftLeft++) {
    Author_Elements[shiftLeft] = Author_Elements[k];
    }
    Author_end--;
    j--;
    }
    }
    }

    Object[] Author_list = new Object[Author_end];

    System.arraycopy(Author_Elements, 0, Author_list, 0, Author_end);

    //------------------------------------------------------------------------------




    //------------------------------------------------------------------------------



    Artist_List = AutoCompleteSupport.install(Artist_Text,GlazedLists.eventListOf(Artist_list));
    Album_List = AutoCompleteSupport.install(Album_Text ,GlazedLists.eventListOf(Album_list ));
    Author_List = AutoCompleteSupport.install(Author_Text,GlazedLists.eventListOf(Author_list));


    bump
     

    twisted

    Well-known member
  • Feb 21, 2008
    34,398
    818
    113
    upon purple clouds
    Loud the storm is howling
    Under a thundery sky.
    The twin sons of winter,
    Snow and rain, sleet by.

    It is a barren plainland
    We chose for abiding.
    Not a bush grows there
    For shelter or hiding.

    Hunger gnaws the belly,
    Cold gnaws the bone,
    Two torturers who will not
    Leave us alone.

    And there, the third torturer,
    Guns loaded with lead:
    On the white, white snow
    Our blood drips red.

    Freezing and starving
    And peppered with shot.
    Yes, our lot is misery …
    But Freedom is our lot!

    You wrote this?? :cool:

    mah nigga :love:

    :):)

    The award for the crappiest developer team goes to....

    You don't just judge performance based on case of letters :no::no: People just love big block letters :lol:
     

    smother

    Well-known member
  • Jan 27, 2009
    19,902
    1,483
    113
    36
    Six Feet Under
    var carPark = Application.OpenForms["CarPark"] as CarPark;
    if (carPark != null)
    carPark.SetData(Convert.ToInt64(grdSearchResult.Rows[e.RowIndex].Cells["CarParkId"].Value));
     

    EK KILLER

    Well-known member
  • Apr 2, 2013
    13,010
    1
    1,908
    113
    Underworld
    සෙල්ෆි රැප් ...මෑණියන්ගේ වස්තරේ !!!! අම්මප බන් අපේ කිරිසප්පයන්ගේ ගොන් ආතල් දැකල .. මම තුමාට හිතුනා සරමක් ගහන් ..ලේස් බැනියන් කොටයක් පටලන් අමු සිංහලෙන් රැපක් දෙන්න ඔය ලොකු කැප් දාගෙන තඩි බැනියන් ඇදන් කලිසම පුක පල්ලේ එල්ලන් ගිරිය පුප්පන් දගලන පොන්සියන්ටයි , තුන් වේලට සම්බෝලයි බතුයි කාගෙන ඇමරිකන් ප්‍රාසය වමාරන හැට අම්මන්ඩිල ටයි විලි පැහැරෙන්න ...
     

    Tulip_Doll

    Member
    Feb 6, 2015
    208
    13
    0
    Florida
    1924392_10153429183606840_2014881741590902337_n.jpg
     

    Tulip_Doll

    Member
    Feb 6, 2015
    208
    13
    0
    Florida
    It seems to me like you all are conspiring against programming lol like people banding together to beat a common enemy. :rofl:

    Computer science is just like a public washroom,
    People outside are desperately waiting to go in while people inside are dying to finish and come out soon...:rofl::rofl:

    ~a friend sent it to me