No description
Find a file
Jesse Gumm 30184d4f77 Fix for 12am and 12pm.
12am should be hour 0, 12pm should be hour 12.

Signed-off-by: Eric Merritt <ericbmerritt@gmail.com>
2012-03-23 09:58:34 -05:00
doc add suport and documentation for signatures for dictionaries 2011-10-16 22:26:43 -04:00
ebin Version bump 0.6.1 2012-02-20 15:15:42 -05:00
src Fix for 12am and 12pm. 2012-03-23 09:58:34 -05:00
test add suport and documentation for signatures for dictionaries 2011-10-16 22:26:43 -04:00
.gitignore add .gitignore to the system 2011-09-26 23:50:18 -04:00
COPYING Initial Commit 2011-03-10 11:22:54 -06:00
Makefile Add a minimal makefile to the system 2012-02-20 15:15:36 -05:00
README.md Minimal correct readme 2012-02-20 15:15:27 -05:00

Erlware Commons

Introduction

Erlware commons can best be described as an extension to the stdlib application that is distributed with Erlang. These are things that we at Erlware have found useful for production applications but are not included with the distribution. We hope that as things in this library prove themselves useful, they will make their way into the main Erlang distribution. However, whether they do or not, we hope that this application will prove generally useful.

Goals for the project

  • Generally Useful Code
  • High Quality
  • Well Documented
  • Well Tested