95
naveenm
7y

Combo box to select numbers.
On mobile.
Between 0-9999.
Unsorted.

Good luck!

Comments
  • 6
    How do you even make sure you got all the options when this was written?

    And also this person can go the the special place in hell
  • 1
  • 2
    This would be funny if it weren't true.
  • 5
    This is the hell version of the 9000 html option tag post xD
  • 2
    @sylar182 shuffle(range(10000))
  • 0
    what the heck is it ordering by?
  • 3
    0384 follows 0383. The end is near.
  • 1
    @jiraTicket Beautiful code to beautiful UX design!
    (With beautiful time complexity, of course)

    while (comboBox.items.count() !=
    10000) {

    do {
    itemToInsert =
    rand.next(10000);
    } while (comboBox.items
    .indexOf(itemToInsert) != -1)

    comboBox.items
    .add(itemToInsert);
    }
  • 1
    What fun!
  • 2
    Tips: force the softkbd to appear : in some keyboards, for example hackers keyboard, have a force button that can be put in notification bar.

    Then "type" the number in the "air" on the softkbd, while having the dropdown opened. Voila, correct number. (might not work on all devices or browsers)
  • 0
    Hilarious. Good april fools joke
Add Comment