Pinned Repositories
decl.el
emacs-dotenv-mode
An Emacs major mode for .env files
typescript-sprockets
Extends Sprockets to work with TypeScript (fork of typescript-ruby/typeScript-rails)
preetpalS's Repositories
preetpalS/actionpack-action_caching
Action caching for Action Pack (removed from core in Rails 4.0)
preetpalS/actionpack-page_caching
Static page caching for Action Pack (removed from core in Rails 4.0)
preetpalS/godotenv
A Go port of Ruby's dotenv library (Loads environment variables from `.env`.)
preetpalS/lisp-koans
Common Lisp Koans is a language learning exercise in the same vein as the ruby koans, python koans and others. It is a port of the prior koans with some modifications to highlight lisp-specific features. Structured as ordered groups of broken unit tests, the project guides the learner progressively through many Common Lisp language features.
preetpalS/rails-controller-testing
Brings back `assigns` and `assert_template` to your Rails tests
preetpalS/ruby_koans
A set of Koans to teach the Ruby language
preetpalS/Simple-Networked-Docker-Containers-Sample
preetpalS/typescriptConwaysGameOfLife
A simple implementation of conway's game of life using html5 canvas and typescript