git clone git://github.com/defunkt/hurl cd hurl Or download the zip. Next make sure you have RubyGems installed. Then install Bundler: gem install bundler Now install Hurl's dependencies: bundle install Run Locally bundle exec shotgun config.ru Now visit http://localhost:9393 Issues ...
pystache-test To install and test from source (e.g. from GitHub), see the Develop section. Use It >>> import pystache >>> print pystache.render('Hi {{person}}!', {'person': 'Mom'}) Hi Mom! You can also create dedicated view classes to hold your view logic. Here's your vie...
= Ambition == Get it $ git clone git://github.com/defunkt/ambition.git == Resources * http://ambition.rubyforge.org/ * http://groups.google.com/group/ambition-rb/ * http://errtheblog.com/posts/63-full-of-ambition * http://errtheblog.com/posts/82-adapting-ambitiously * http://err...
Local Dev Want to hack on tomdoc.rb? Of course you do. git clone http://github.com/defunkt/tomdoc.git cd tomdoc bundle install --local ruby -rubygems ./bin/tomdoc lib/tomdoc/source_parser.rb Languages Ruby100.0%
Merge branch 'master' of https://github.com/defunkt/gist into read-gist rajasegarcommittedAug 27, 2020 be271a8 Build v6.0.0 ConradIrwincommittedAug 27, 2020 d854c15 Merge pull request #306 from hide5stm/support_proxy_auth ConradIrwincommittedAug 27, 2020 Verified 17f0f3d Merge pu...
Get it: $ gem install win32console >> chris[at]ozmm[dot]org => http://github.com/defunkt About Colors in your terminal. Unmaintained. Resources Readme License MIT license Activity Stars 271 stars Watchers 10 watching Forks 43 forks Report repository Releases 1 tags Packages ...
Bugs Please file bugs at https://github.com/defunkt/coffee-mode/issuesAbout Emacs Major Mode for CoffeeScript ozmm.org/posts/coffee_mode.html Resources Readme Activity Stars 574 stars Watchers 19 watching Forks 147 forks Report repository Releases 18 tags Packages No packages publishe...
Facebook-style lightbox, built in jQuery. Contribute to defunkt/facebox development by creating an account on GitHub.
On subdomains such as http://gist.github.com dotjs will try to load ~/.js/gist.github.com.js as well as ~/.js/github.com.js and ~/.js/com.js. Bonus: files in ~/.js have jQuery 1.9 loaded, regardless of whether the site you're hacking uses jQuery. Double bonus: ~/.js/defau...
Resque is a Redis-backed Ruby library for creating background jobs, placing them on multiple queues, and processing them later. Ruby9.5k1.7k mislav/hubmislav/hubPublic A command-line tool that makes git easier to use with GitHub. Go22.9k2.2k ...