Played Challenges
Interweave two blocks of text - 659 entries
Suppose you've got data on a list of things from multiple sources. They're all in separate chunks, so how might you create a tabular output?
- Best score: 15
- Best player score: 17
- Position: #92 / 214
- Number of attempts: 1
Multiplication table. - 232 entries
Create a multiplication table.
- Best score: 31
- Best player score: 203
- Position: #64 / 68
- Number of attempts: 4
Sort the cardinal numbers - 310 entries
Maybe a simple challenge.
- Best score: 12
- Best player score: 99
- Position: #147 / 148
- Number of attempts: 1
imports alignment (python) - 700 entries
Align as one import per line.
- Best score: 17
- Best player score: 20
- Position: #78 / 198
- Number of attempts: 5
HTML to Haml - 878 entries
Help convert this HTML page to Haml.
- Best score: 23
- Best player score: 27
- Position: #31 / 204
- Number of attempts: 14
Numbering a List - 1931 entries
Pretty simple, number the list.
- Best score: 13
- Best player score: 25
- Position: #500 / 652
- Number of attempts: 2
Contributed Challenges
Java Array2List - 233 entries
Convert an java array initializer into a list.
PHP <--> Java class conversion Part 2 - 98 entries
Same class but reverse!
PHP <--> Java class conversion Part 1 - 254 entries
Convert this tiny php class to adequate java one.
Create Leading Zeros - 241 entries
Create leading zeros only for id columns. Please use generic approach!