Played Challenges
Interweave two blocks of text - 615 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: #88 / 210
- Number of attempts: 1
Multiplication table. - 195 entries
Create a multiplication table.
- Best score: 31
- Best player score: 203
- Position: #61 / 63
- Number of attempts: 4
Sort the cardinal numbers - 284 entries
Maybe a simple challenge.
- Best score: 12
- Best player score: 99
- Position: #142 / 143
- Number of attempts: 1
imports alignment (python) - 657 entries
Align as one import per line.
- Best score: 17
- Best player score: 20
- Position: #76 / 194
- Number of attempts: 5
HTML to Haml - 838 entries
Help convert this HTML page to Haml.
- Best score: 23
- Best player score: 27
- Position: #30 / 201
- Number of attempts: 14
Numbering a List - 1849 entries
Pretty simple, number the list.
- Best score: 13
- Best player score: 25
- Position: #487 / 636
- Number of attempts: 2
Contributed Challenges
Java Array2List - 218 entries
Convert an java array initializer into a list.
PHP <--> Java class conversion Part 2 - 95 entries
Same class but reverse!
PHP <--> Java class conversion Part 1 - 211 entries
Convert this tiny php class to adequate java one.
Create Leading Zeros - 208 entries
Create leading zeros only for id columns. Please use generic approach!