Final wrap-up of The 140 Characters Webapp Challenge!

February 28, 2009

Marek
f055
5 min readMar 20, 2018

--

The 140 Characters Webapp Challenge is now over! If by chance you don’t know what it was, read this article at Mashable or see the original post at f055. It was great 2 weeks, everybody. You showed some awesome skills, and really raised to The Challenge! Kudos :) And thanks for making it all so exciting for all of us!

I have wrapped up all of your apps into this long, 32 apps list, which all are indeed functional and below 140 chars! (plus 4 that are interesting, but too long) You [could have] voted for ONE of your favorite apps. And yes, the voting script [was] 140 chars too!

Here is the final wrap-up of the coders and their apps, almost in the order of appearance ;] If you wish to change something in your description, tweet me! To see how these were born, follow the comments on The Challenge.

Voting!

You can vote for your ONE favorite script! Just click the VOTE link below the favorite source code! Voting is managed by yet another 140 characters app I made — it even does IP filtering to block repeated votes. If you get 0 then it means you already voted. UPDATE: Voting is now closed!

Results are displayed by a 160 characters app, because I wanted to make nice chart bars using input fields. But it can be done in 140 chars as well, if just plain text is displayed.

OK! Enough of this talking, let’s get down to business! Here are the awesome coders and their apps!

Coders and the webapps

Isaac Van Name

1. Micro-Twitter in 154 chars of PHP (props for being the first!):

Bari

2. Micro-Twitter in 139 chars of PHP (modification of Issac’s code):

Andy Bailey

3. Age Guessing in 140 chars of JS:

4. Micro-Twitter in 99 chars of JS:

Example: http://www.fiddyp.co.uk/internal/140charchallenge/

James

5. Micro-Twitter in 134 chars of PHP:

6. Time of life counter in 146 chars of JS:

Keenora

7. Micro-Twitter in 129 chars of PHP:

8. The same, but without sorting, just 82 chars:

9. Delicious links in 136 chars of PHP:

10. Get HTTP Code of URL in 133 chars of PHP:

11. Resize JPG by half in 186 chars of PHP:

12. ShouldIdoIt.com copy in 139 chars of PHP:

Ormo

13. A clone of downforeveryoneorjustme.com in 135 chars of PHP:

<?=’<form><input name=s><input type=submit></form>’;$a=$_GET[s];echo(@file((stripos($a,”:”))?$a:“http://”.$a))?‘just you’:‘its down’;?>

Example: http://loughanmore.f2s.com/down.php

Mirko Grönroos

14. Micro-Twitter in 140 chars of Ruby (including own webserver!):

%w[rubygems sinatra].each{|w|require w};get’/’do;m=params[:m];open(“f”,”a”){|f|f<<m+”\n”}if m;haml’%form <input name=”m”/> %pre&=`cat f`’end

Code: http://pastebin.com/m430d6705

Tony Buser

15. Micro-Twitter in 136 chars of Ruby (including own webserver!):

require’rubygems’;require’sinatra’;get(“/”){r=”<form><input name=’t’></form>”;t=params[:t];`echo ‘<hr>#{t}’ >> t` if t;r<<`tail -r t`;r}

Code: http://pastie.org/388329

adamo

16. Random Quotes in 81 chars of language I can’t recognize ;] :

echo 80 stream tcp nowait nobody /usr/games/fortune fortune -a >> /etc/inetd.conf

Example: http://inbox2.eu:8081/
Blog post: http://blog.postmaster.gr/2009/02/13/does-this-count-as-a-web-application/

synodinos

17. Odd or Not game in 140 chars of JS:

18. 1 or 0 game in 130 chars of JS:

Blog post: http://synodinos.net/2009/02/14/re-the-140-character-webapp-challenge/

Bastian Albers

19. Micro-Twitter in 136 chars of PHP:

20. More featured Micro-Twitter in 141 chars of PHP:

cherouvim

21. Epilepsy Causer in 114 chars of JS:

Blog post: http://blog.cherouvim.com/re-the-140-character-webapp-challenge/

Facyla

22. Many-Features Micro-Twitter in 140 chars of PHP:

Example: http://facyla.net/proto/twitter/@README.php

fabien

23. A PHP web framework in 131 chars of PHP:

Homepage: http://www.twitto.org/

Hartog

24. Copy of downforeveryoneorjustme.com in 135 chars of Perl:

25. Copy of Twitto.org web framework in 111 chars of Perl:

26. Link to banner in 130 chars of Perl:

Dorian Muthig

27. Guessing game of numbers between 0–20 in 140 chars of JS:

haris

28. RSS/RDF parser with formatted output in 135 chars of PHP:

Example: http://test.neziric.org/140/feed-parser.php?u=http://feeds.delicious.com/v2/rss/?count=15

draegtun

29. Micro-twitter using Continuity in 140 chars of Perl:

Blog post: http://draegtun.wordpress.com/2009/02/23/the-140-character-webapp/

30. Word counter using Continuity in 139 chars of Perl:

Simon Overell

31. Social linking — redirects to URL left by the previous person — in 140 chars of PHP:

Example: http://www.numenore.co.uk/140char/simon.php
Homepage: http://www.doc.ic.ac.uk/~seo01/wiki/miscellaneous

awwaiid

32. Self-contained webserver using Continuity in 140 chars of Perl:

Twitter: http://twitter.com/awwaiid/status/1245021575

Michael Cotterell

33. Album Art Finder in 192 chars of PHP:

Example: http://phattangent.com/140.php
Code: http://pastebin.com/f2efc6065

Sergry Agarkov

34. Micro-Twitter in 241 chars of PHP:

Code: http://dumpz.org/5512/

Jim

35. Micro-Twitter in 308 chars of Ruby:

Marek Foss

36. Micro-Twitter that started it all in 140 chars of Perl:

Blog post: http://f055.net/article/the-140-character-webapp-challenge/

Final words

I am very happy it all turned out so well. I will be thinking of a next challenge for you soon, if it again magically pops into my mind, or I’ll get inspired as I did in this challenge. Or maybe you have a really exciting idea? Share your thoughts in the comments! You may also want to follow me on Twitter and message me directly with your suggestions :)

It was fun, guys! You should be all proud. Because, as I said before, it’s easy to write a lot of code. The challenge is to write short, but packed with features. That’s what it was all about. And you all proved it can be done, with awesome results! Thanks!

Originally published at web.archive.org.

--

--