djberg96
Ruby and C, plus Perl back in the day. Wannabe Crystal and Elixir programmer. Currently doing Rails stuff.
Cover My MedsRaleigh, NC
Pinned Repositories
gis-distance
Calculate geographic distances using latitude and longitude
interface
Java style interfaces for Ruby
io-extra
Additional methods for the IO class on Unix platforms
net-ping
A collection of classes that provide different ways to ping computers.
ptools
Extra methods (power tools) for the File class for Ruby
rack-auth-kerberos
A Rack library for authenticating users via Kerberos
sys-cpu
A Ruby interface for getting CPU information
sys-filesystem
A Ruby library for getting filesystem information
sys-proctable
A cross-platform Ruby interface for gathering process information on your operating system
sys-uname
A Ruby interface for getting operating system information.
djberg96's Repositories
djberg96/sys-proctable
A cross-platform Ruby interface for gathering process information on your operating system
djberg96/sys-cpu
A Ruby interface for getting CPU information
djberg96/ptools
Extra methods (power tools) for the File class for Ruby
djberg96/sys-uname
A Ruby interface for getting operating system information.
djberg96/interface
Java style interfaces for Ruby
djberg96/gis-distance
Calculate geographic distances using latitude and longitude
djberg96/io-extra
Additional methods for the IO class on Unix platforms
djberg96/sys-uptime
A Ruby interface for getting system uptime information
djberg96/highlander
Ruby library to prevent multiple instances of the same process from running
djberg96/file-find
A better way to find files with Ruby
djberg96/getopt
Simple command line option parsing for Ruby
djberg96/sys-admin
A Ruby library that presents a unified, cross-platform replacement for the Etc module
djberg96/html-table
An interface for generating HTML tables with Ruby, with some rules enforcement
djberg96/mkmf-lite
A lighter version of mkmf designed for use a library
djberg96/pathname2
An alternate implementation of the Pathname class
djberg96/proc-wait3
Adds the wait3, wait4, waitid, pause, sigsend, and getrusage methods to the Ruby Process module
djberg96/file-temp
An alternative for generating temporary files with Ruby
djberg96/archive-tar-external
A Ruby tar and compression library that wraps external system calls
djberg96/crypt-rot13
A Ruby interface for everyone's favorite encryption scheme
djberg96/ez-email
A very easy interface for sending simple text based emails with Ruby
djberg96/hashslice
A Ruby library that adds hash slicing to the core Hash class
djberg96/deckbuilder
Proof of concept for a Rails deckbuilding app
djberg96/net-proto
A Ruby interface for getting network protocol information
djberg96/sctp-socket
Ruby bindings for SCTP sockets
djberg96/sys-memory
A Ruby library for collecting memory information on your system
djberg96/union
A Ruby analogue of a C union
djberg96/final
A library for simulating the effects of final in Ruby
djberg96/notation
A Ruby library that lets you use symbols as method names
djberg96/DansGameBits
Various SVG bits for virtual board games
djberg96/rslp
A Ruby wrapper for OpenSLP using FFI