BurdetteLamar
Started out teaching English at Embry-Riddle. Graded first 10,000 essays. Learned lesson. Became mathematics teacher. Found computing. Never looked back.
Houston, TX
Pinned Repositories
AboutRuby
debug_helper
Helper for debugging, mostly for printf-style debuggiing.
free_dictionary
freeDictionaryAPI
There was no free Dictionary API on the web when I wanted one for my friend, so I created one.
json
JSON implementation for Ruby
m4
Linux-style macro processor
markdown_helper
GitHub markdown helpers. First is file inclusion.
minitest_log
RubyTest
Ruby test framework
structured_log
BurdetteLamar's Repositories
BurdetteLamar/free_dictionary
BurdetteLamar/freeDictionaryAPI
There was no free Dictionary API on the web when I wanted one for my friend, so I created one.
BurdetteLamar/json
JSON implementation for Ruby
BurdetteLamar/m4
Linux-style macro processor
BurdetteLamar/rake
A make-like build utility for Ruby.
BurdetteLamar/ruby
The Ruby Programming Language
BurdetteLamar/bigdecimal
Arbitrary-precision decimal floating-point number library for Ruby
BurdetteLamar/cgi
CGI is a large class, providing several categories of methods, many of which are mixed in from other modules.
BurdetteLamar/csv
CSV Reading and Writing
BurdetteLamar/date
A subclass of Object includes Comparable module for handling dates.
BurdetteLamar/fileutils
Several file utility methods for copying, moving, removing, etc.
BurdetteLamar/irb
interactive Ruby
BurdetteLamar/jsonplaceholder
A simple online fake REST API server
BurdetteLamar/logger
simple logging utility
BurdetteLamar/net-http
Net::HTTP provides a rich library which can be used to build HTTP user-agents.
BurdetteLamar/nokogiri
Nokogiri (鋸) makes it easy and painless to work with XML and HTML from Ruby.
BurdetteLamar/optparse
OptionParser is a class for command-line option analysis.
BurdetteLamar/ostruct
OpenStruct implementation
BurdetteLamar/prettyprint
This class implements a pretty printing algorithm.
BurdetteLamar/pstore
PStore implements a file based persistence mechanism based on a Hash.
BurdetteLamar/rdoc
RDoc produces HTML and online documentation for Ruby projects.
BurdetteLamar/rdoc_link_checker
BurdetteLamar/rubygems
Library packaging and distribution for Ruby.
BurdetteLamar/set
This library provides the Set class, which deals with a collection of unordered values with no duplicates.
BurdetteLamar/stringio
Pseudo `IO` class from/to `String`.
BurdetteLamar/strscan
Provides lexical scanning operations on a String.
BurdetteLamar/tempfile
A utility class for managing temporary files.
BurdetteLamar/uri
URI is a module providing classes to handle Uniform Resource Identifiers
BurdetteLamar/webri
Ruby information from the web
BurdetteLamar/yarp
Yet Another Ruby Parser