Wednesday, December 5, 2012

Dropwizard REST web service framework

Dropwizard straddles the line between being a library and a framework. Its goal is to provide performant, reliable implementations of everything a production-ready web service needs. Because this functionality is extracted into a reusable library, your service remains lean and focused, reducing both time-to-market and maintenance burdens.

Tuesday, December 4, 2012

Belkin WeMo

Belkin WeMo WiFi-connected outlet switch enables remote on-off via internet.

Zapier online web service orchestration

Zapier is a online service automating web service orchestration.

tailing logs over SSH

See the blogpost from Karl Lockhart on tailing a log file over SSH:

"Tailing logs is a very good way to keep an eye on the operation of processes running on your server. Sometimes you want a little more flexibility than the simple SSH window affords, or you simply want to view logs via locally available software. I accomplish this with a very simple solution as I need to run windows on my development machine. I use plink.exe available from the putty download website, as well as BareTail, don’t google that, available from Bare Metal Software. Plink will allow you to open a noninteractive connection to the server and store the output in a local file. The following command works under Windows, “C:\Path to\PuTTY\plink.exe” user@hostname tail -1000f /path/to/logfile.txt > C:/path/to/logfile.log“. This will create the logfile specified after the redirection operator and populate it with the output of your tail from the remote machine. Simply open the file with BareTail to take advantage of a local tail and all the features of BareTail. This is actually very simple, but works very well. You can run any command after the user@hostname part of the command. This does assume that you have public/private keys set up."

Monday, December 3, 2012

CHAP Links javascript visualization library

CHAP Links Library is a web based visualization library for displaying graphs, networks, and timelines. The tools are developed as Google Visualization Charts for Javascript and GWT. CHAP Links Library is developed by Almende as part of CHAP, the Common Hybrid Agent Platform.

Thursday, November 29, 2012

jMonkeyEngine Java gaming engine

jMonkeyEngine is a game engine, made especially for game developers who want to create 3D games with modern technology standards. The software is programmed entirely in Java, intended for wide accessibility and quick deployment.

Powtoon animated presentations

We defined our mission as: PowToon will create the world’s most minimalist, user friendly and intuitive presentation software that allows someone with no technical or design skills to create engaging professional “look and feel” animated presentations. Our aim is to establish a new presentation category called “presentoon” – a combination of presentation and animated cartoon – as the industry standard for evolved (animated) presentations.