GithubHelp home page GithubHelp logo

caleon's Projects

core_utilities icon core_utilities

This gem is now located at https://github.com/caleon/justools where it will continue to be maintained. This one remains just to support existing apps hooking into this version of the gem.Ruby-level extensions, utilities, convenience methods that I’ve found I’m constantly using in all my projects.

hash_with_dot_access icon hash_with_dot_access

Fetch values of a hash using dot methods instead of the brackets. This particular Hash is designed with configuration file loading in mind.

iterm2 icon iterm2

iTerm2 is a terminal emulator for Mac OS X that does amazing things.

juscribe.alpha icon juscribe.alpha

This was my pet project that is currently offline as it awaits a full rewrite with Rails > 3

justools icon justools

Ruby-level extensions to simplify common coding patterns, as well as general, all-purpose utilities.

money icon money

Ruby class representing Money (and exchange rates) for use with Rails and ActiveRecord

personhood icon personhood

Common attributes for a person model (i.e. User) for things like names, age, sex, etc.

quarter_system icon quarter_system

Gem for dealing with predefined division of a year, such as the US Fiscal Quarters system

schrodinger icon schrodinger

Schrodinger's Cat is a library for dealing with the uncertainty of whether or not a variable references an existing object or is, in fact, nil. Usually dealing with this common situation involves running chained methods and then rescuing in case of NoMethodError's, or the usage of ugly conditionals to ascertain the presence of a variable reference, but Schrodinger's Cat offers a potentially more elegant way to handle this common pattern.

significance icon significance

Similar in behavior to Object#presence defined in ActiveSupport, Significance is a state which determines not just the blank-ness of an object but whether or not the non-blank object has any real-world value. The utility of this gem can best be demonstrated when considering the merging of two hashes. Under normal circumstances the mere existence of an equivalent key in the second hash results in its overriding the corresponding value in the original hash. Using Hash#significant_merge, however, the second hash will retain only key-value pairs whose values are “significant,” even applying the significance filter recursively into child hashes or arrays.

textual icon textual

Textual is a lightweight IRC client for Mac OS X.

verbs icon verbs

English verb conjugation for Ruby (and Rails)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.