
This tutorial runs through a method for building a Java web service in Eclipse using Apache Tomcat and Apache Axis. The process takes under ten...
0 replies - 2197 views - 05/07/13 by Mitch Pronschinske in Articles

Tonight I decided my study time would be to sit down and implement Djikstra’s algorithm in Python to help me understand it. When coding up a solution to a...
0 replies - 5139 views - 05/07/13 by Justin Bozonier in Articles

Much of the crew just got back from Lucene Revolution. It was an incredible experience to hang out with the cream-of-the-crop of the Lucene/Solr...
0 replies - 4998 views - 05/07/13 by Doug Turnbull in Articles

I previously wrote about my Sublime Text setup. Well, Tuts+ has published a quite nice Sublime Text tutorial showing most of Sublime’s features. Regardless...
0 replies - 4546 views - 05/07/13 by Juri Strumpflohner in Articles

I had a blast at Devopsdays Austin 2013. Here's my keynote on the 'future of devops.'
My main point is that besides repeating the devops stories, we...
0 replies - 1606 views - 05/07/13 by Patrick Debois in Articles

Often building a Grails application that uses all of the cool bits of GORM with an existing database schema (such as that provided by a 3rd party product) can...
0 replies - 1742 views - 05/07/13 by Matt Rapczynski in Articles

A nice post was recently published on the rsnippets blog, about the tikzDevice R package. This package is – indeed – awesome. Even if it has...
0 replies - 1228 views - 05/07/13 by Arthur Charpentier in Articles

Two weeks ago, I attended the first Swiss JDuchess workshop in Geneva. It was about Deployit,
a software to enable continuous deployment. I had already been...
0 replies - 1223 views - 05/06/13 by Nicolas Frankel in Articles

Hebrew search is not an easy task, and HebMorph is a project I started several years ago to address that problem. After a certain period of inactivity I'm back...
0 replies - 1785 views - 05/06/13 by Itamar Syn-hershko in Articles

Wrote a simple connection pool for Happybase using socketpool:import time
import random
import contextlib
import happybase
from socketpool...
0 replies - 2040 views - 05/06/13 by Chase Seibert in Articles

I just got back from Devops Days Austin. It was a really good conference. I think I enjoyed the speakers and Open Spaces at this event more than I did at...
0 replies - 2404 views - 05/06/13 by Aaron Nichols in Articles

This demonstrates basic language features – case classes, iteration, anonymous functions, etc.abstract class Node
case class LeafNode(data: String) extends...
0 replies - 1903 views - 05/06/13 by Gary Sieling in Articles

A typical ASP.NET public website hosted on IIS is usually configured in such a way that the server that IIS is installed on is visible to the public internet....
0 replies - 1638 views - 05/06/13 by Mike Hadlow in Articles

Just a short post, to share some codes used to generate animated graphs, with R. Assume that we would like to illustrate the law of large number, and the...
0 replies - 1526 views - 05/06/13 by Arthur Charpentier in Articles

I've always been told, "If You Don't Vote, You Can't Whine." This is a statement I've heard from hundreds of American citizens that I've encountered throughout...
0 replies - 3327 views - 05/05/13 by Kin Lane in Articles