All Stories published by Mission Data Journal on April 18, 2016
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
19
27
28
29
30

Approximating a Circle with a Polygon

Originally posted on April 27, 2006

I recently had an opportunity to use ESRI’s ArcSDE again. It is a spatial database interface and in this instance I was using the java api. I wanted to change what used to be a…


Commons Collections By Example: Maps

Originally posted February 9, 2006

I realized today just how much I used the Commons Collections library. Sure, there’s alot of anonymous inner classes, but after years of writing Swing I’ve gotten used to sort of…


How to Build the PHP rrdtool Extension by Hand

Originally posted May 9, 2006

I think by now most sysadmin types know about rrdtool and the nice graphs it makes. I recently wanted to create some graphs by hand using PHP so I turned to the php-rrdtool…


Creating S3 URLs That Expire Using PHP

Originally posted Jun 1st, 2006

After reading this post on the S3 forum I realized that other people are thinking about doing some of the same stuff I have. Paolonew was looking for a way to for a way to create URLs…