Wednesday, December 19, 2012
list of Javascript visualization libraries
See this blogpost on DesignResourceBox for a great list of Javascript visualization libraries.
Monday, December 17, 2012
vsConsole browser log tailer
vsConsole is a tool for developers and testers which lets you easily
tail log files on remote servers, monitor the status and version of
applications deployed to your environments, and stay informed with
broadcast messaging. vsConsole is a java web application which is deployed to a java application server (ie. Tomcat).
vsConsole is NOT designed for production systems – it is designed for software development teams in the process of developing applications. To make it easy to use, there is no log in or security for vsConsole or vsAgent.
vsConsole is NOT designed for production systems – it is designed for software development teams in the process of developing applications. To make it easy to use, there is no log in or security for vsConsole or vsAgent.
Yet Another Java Service Wrapper
YAJSW is an LGPL licensed pure java alternative for tanuki java service
wrapper. It implements a multitude of additional functions and can be
easily extended with groovy scripts. JSW configurations can be easily
ported.
Wednesday, December 12, 2012
Moment.js date library
Moment.js is a 5kb javascript date library for parsing, validating, manipulating, and formatting dates.
Pikaday js calendar
Pikaday is a JavaScript datepicker with a light footprint and easy style-ability with modular CSS. It’s in ‘developer preview mode’ but already looking great.
Percentage Loader jQuery plugin
Percentage Loader is a tiny jQuery plugin for displaying progress in a visual and engaging way
Thursday, December 6, 2012
groovy-hadoop library
groovy-hadoop brings the power and expressiveness of Groovy to the almighty Hadoop framework to support ad-hoc Hadoop job execution right from the command line with expressive Java or Groovy syntax and without the need to create Java projects and executable JAR files.
Wednesday, December 5, 2012
JDBI sql library
JDBI is a SQL convenience library for
Java. It attempts to expose relational database access in idiommatic
Java, using collections, beans, and so on, while maintaining the same
level of detail as JDBC. It exposes two different style APIs, a fluent
style and a sql object style.
Gson JSON library
Gson is a Java library that can be used to convert Java Objects into
their JSON representation. It can also be used to convert a JSON string
to an equivalent Java object. Gson can work with arbitrary Java objects
including pre-existing objects that you do not have source-code of.
HttpRequest java library
HttpRequest is a simple convenience library for using a HttpURLConnection
to make requests and access the response.
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
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."
"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.
Subscribe to:
Posts (Atom)