For the following terms, the Google “Feeling Lucky” button redirects you to stuff I created.
- julius eckert :)
- julius eckert blog
- keyboardr
- simpletodo
- julius eckert quicksilver
- bezelhud
- silverflow
- wallybally
- chor
- ffboosta
Try it out: Google.
Ever tried find a list like this for yourself? if someone knows other terms to complete my list please leave a comment!
(I used the english version of Google)
I am really on a run. On the last 2 days I managed to get CouchDB and a pretty basic server-side-javascript (SSJS) running. (200% layer-increase for JavaScript)
Not familiar with CouchDB? Its generally a super-ultra-google-like-mega-scalable database, which kind of replaces the good old SQL-language with JS. At the current version (0.8.1), still no fulltext search.
My SSJS is a little three-classes Java application based on Simple and Rhino.
Backend “Hello World”:
Frontend “Hello World”:
Database “Hello World”:
I am a first-timer on SimpleFramework and Mozilla Rhino. Anyone has experience with stability, performance etc. (comment or mail me)?
My 1-day-SSJS: Download (including Screencast)
(remember its not meant to be super robust, scalable or performant. but if you know how to make it better then let me know. I am strongly interested in this topic + a java noob.)