Archive for September, 2009
Nice idea for registrations… a queue.
Funny idea for registrations visualisation. A queue waiting to get entrance into the platform.
Just saw this on Graph.me. I don’t know what they are doing exactly, but i really like the idea.

links for 2009-09-25
-
Cube°n Trac Connector is for Connect to Trac issue tracking system
-
Welcome to Project Kenai, Sun Microsystem's onramp for the developer cloud experience of tomorrow, where you can host your open source projects and code, as well as find and collaborate with developers of like mind.
Nokia buys Dopplr

- Image via CrunchBase
Social networking travel site Dopplr has apparently been acquired by Nokia for somewhere between $15-22 million dollars.
(via ReadWriteWeb)
Create AuthUserFile
htpasswd -c .htpasswd USERNAME
How to change a normal Eclipse project to a Java Eclipse project
I just had the problem that i wanted to change the project-type of an Eclipse project to ‘Java Project’ — it was a normal project before. This are the steps i executed:
- Close the project
- Go to the project directory (e.g. using Terminal application)
- Open .project file
- Go to the XML node
<natures>and insert<nature>org.eclipse.jdt.core.javanature</nature>as a child. - Save the file
- Re-Open the project
That’s it.
Recovering a deleted file in Subversion
svn up -r 3838 myfile.test
In this case 3838 is the number of the revision in which the file existed.
Getting the domain name for a request with Ruby on Rails
Just tried to get the domain name in an ActionController and here we go: e.g.
render :text => request.domain()



![Reblog this post [with Zemanta]](http://img.zemanta.com/reblog_e.png?x-id=ca080371-e2fd-4ade-9672-bd768e3ff42f)
![Reblog this post [with Zemanta]](http://img.zemanta.com/reblog_e.png?x-id=18935a78-a475-414b-9aeb-baea19f0ca6f)

![Reblog this post [with Zemanta]](http://img.zemanta.com/reblog_e.png?x-id=3b2da29a-4e73-4f5a-9564-5f99ceceb3f3)