grosser/parallel
Run any code in parallel Processes(> use all CPUs) or Threads(> speedup blocking operations).
Best suited for map-reduce or e.g. parallel downloads/uploads.
ruby  parallel 
4 days ago
ADsafe - JavaScript subset for safe code
Subset of JS that makes it safe to host arbitrary code
security  javascript 
4 days ago
Internet Arbitration | Judge.me
Small Claims Court
on the Internet
Judge.me is a faster, more
affordable alternative to court.
internet  legal  arbitration 
4 days ago
presidentbeef/brakeman
Scans your source for possible security holes.
analysis  rails  security 
4 days ago
ernie/squeel
Squeel enhances the normal ActiveRecord query methods by enabling them to accept blocks. Inside a block, the Squeel query DSL can be used. Note the use of curly braces in these examples instead of parentheses. {} denotes a Squeel DSL query.
activerecord  database  rails  ruby  sql 
13 days ago
Chrome SSH
Secure Shell is an xterm-compatible terminal emulator and stand-alone ssh client for Chrome. It uses Native-Client to connect directly to ssh servers without the need for external proxies.

Secure Shell is a Beta release and has known bugs.
chrome  ssh 
13 days ago
cortesi - Introducing pathod: a pathological HTTP server
a pathological HTTP/S daemon useful for testing and torturing HTTP clients. At its core is a tiny, terse language for crafting HTTP responses. It also has a built-in web interface that lets you play with the response spec language, inspect logs, and access pathod's full help document
http  server  testing 
13 days ago
sharejs.org
ShareJS is an Operational Transform library for NodeJS & browsers. It lets you easily do live concurrent editing in your app.
collaboration  javascript  nodejs 
13 days ago
JSONP
Enables cross-domain requests to any JSON API.

Very useful for mashup sites - since API calls can be done client-side, no server code is needed. Sample usage: hackerhours.org, requesting event times from Meetup (source). Note that exposing API secret keys in client code is discouraged.
ajax  api  javascript  json  jsonp 
13 days ago
objects-on-rails/fig-leaf
Private inheritance for Ruby classes.

FigLeaf enables us to selectively make public methods inherited from other classes and modules private. The objects can still call these methods internally, but external classes are prevented from doing so.
ruby  oop  activerecord 
13 days ago
twitter/activerecord-reputation-system
Gem for keeping track of "reputation", like user karma or points
activerecord  ruby 
13 days ago
Make a professional small business website | Onepager - Build a simple website for your small business
We've made it easy to build a great business website
Your site will look great on mobile devices
Get found in major search engines
Keep in touch with your customers
Know what's being said about your business
business  website 
5 weeks ago
Mosh: the mobile shell
Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes.

Mosh is a replacement for SSH. It's more robust and responsive, especially over Wi-Fi, cellular, and long-distance links.

Mosh is free software, available for GNU/Linux, FreeBSD, and Mac OS X.
linux  osx  shell  ssh  terminal 
5 weeks ago
Cloudinary
Handles image resizing, face recognition, FB profile photos, and spriting.
api  cdn  cloud  image  sprites 
5 weeks ago
mpapis/rubygems-bundler
removes the need for `bundle exec`
bundler  ruby 
5 weeks ago
jubos/fake-s3
S3 clone that runs locally. Useful for development.
s3  aws 
6 weeks ago
PHP: a fractal of bad design - fuzzy notepad
An almost comprehensive list of reasons why PHP is seriously, inherently, and thoroughly flawed.
php  reference 
6 weeks ago
Ziptastic
Ziptastic is a simple API that allows people to ask which Country,State and City are associated with a Zip Code.
api  form  javascript  zip  address 
6 weeks ago
nulldb/nulldb
An ActiveRecord null database adapter for greater speed and isolation in unit tests
activerecord  database  rails  testing  rspec 
6 weeks ago
rtsinani/colonne
Extends backbone.js with path and params
backbone  history  javascript 
6 weeks ago
Pink Noise mp3
A micro site that plays white noise
white-noise 
6 weeks ago
OSX For Hackers — Gist
A bunch of changes to OSX settings that make life better for developers.
osx  preferences  dock  finder 
6 weeks ago
jhollingworth/bootstrap-wysihtml5
Bootstrap-wysihtml5 is a javascript plugin that makes it easy to create simple, beautiful wysiwyg editors with the help of wysihtml5 and Twitter Bootstrap.
javascript  wysiwyg  twitter-bootstrap 
7 weeks ago
embedly/jquery-preview
jQuery Preview is a plugin by Embedly that allows developers to create tools that enable users to share links with rich previews attached.
jquery  embedly  oembed 
7 weeks ago
jarrett/sanitize-url
This gem provides a module called SanitizeUrl, which you can mix-in anywhere you like. It provides a single method: sanitize_url, which accepts a URL and returns one with JavaScript removed. It also prepends the http:// scheme if no valid scheme is found.
ruby  url  sanitize 
7 weeks ago
embedly/embedly-jquery
Embedly - jQuery is a jQuery Library for Embedly that will replace links with content. It follows the oEmbed spec (oembed.com) for content retrieval, while utilizing http://api.embed.ly as a single endpoint.
embedly  jquery  oembed 
7 weeks ago
jfirebaugh/skim
Fat-free client-side templates with Slim and CoffeeScript
coffeescript  templates  slim 
7 weeks ago
fasterize/lazyload
Standalone, fast & cross browser JavaScript image lazy loader
javacsript  images 
7 weeks ago
EightMedia/hammer.js
A javascript library for multi-touch gestures
javascript  jquery  mobile  multitouch 
7 weeks ago
Kickstrap: Enhancements for Bootstrap
A full version of Twitter's Bootstrap with themes, enhancements, and other goodies.
twitter-bootstrap  template  theme 
7 weeks ago
cldwalker/debugger
Debugger branch that works in ruby 1.9.3
debugger  ruby1.9.3  ruby 
7 weeks ago
jugyo/tunnels
Tunnels from http to https
ssl  https  http 
12 weeks ago
localtunnel: instantly show localhost to the rest of the world
The easiest way to share localhost web servers to the rest of the world
tunneling  ssh  http 
12 weeks ago
ileitch/hijack
Provides an irb session to a running ruby process
debug  irb  ruby 
12 weeks ago
DocumentUp
Automatically generated documentation sites for your markdown files
documentation  git  github  markdown 
12 weeks ago
eric1234/test_engine
Easy testing of Rails engines
rails  engines  testing 
12 weeks ago
Support Details | Tech Support Management
If your users have problems, send them to this page
browser  support 
12 weeks ago
robgleeson/shell_command
shell_command tries to provide a better interface for communicating with commands you spawn on the shell
ruby  shell 
12 weeks ago
dockyard/capybara-email
Test you ActionMailer emails with Capybara
capybara  email  rails  testing 
12 weeks ago
moviepilot/chaplin
A Sample Application Architecture Using Backbone.js
backbone  javascript 
12 weeks ago
keyzen
Touch-typing trainer, made for programmers
touch-typing 
12 weeks ago
twinslash/enumerize - GitHub
Enumertated attributes for Ruby classes. Use symbols as enums, with validation. Works with Mongoid.
ruby  mongoid 
february 2012
cgriego/active_attr - GitHub
ActiveAttr is a set of modules that makes it easy to create plain old ruby models with functionality found in ORMs, like ActiveRecord, without reinventing the wheel. Think of ActiveAttr as the stuff ActiveModel left out.
ruby 
february 2012
jQuery TextExt Plugin
TextExt is a plugin for jQuery which is designed to provide functionality such as tag input and autocomplete.
ajax  jquery  text  tags  autocomplete 
january 2012
vesln/word - GitHub
String helpers for JavaScript/Node
helpers  javascript  node  string 
january 2012
elight/coulda - GitHub
Given-When-Then style testing for rails.
bdd  github  ruby  given-when-then 
december 2011
Sinatra::Synchrony
Sinatra::Synchrony is a small extension for Sinatra that dramatically improves the concurrency of your web application. Powered by EventMachine and EM-Synchrony, it increases the number of clients your application can serve per process when you have a lot of traffic and slow IO calls (like HTTP calls to external APIs). Because it uses Fibers internally to handle blocking IO, no callback gymnastics are required! Just develop as if you were writing a normal Sinatra web application, use non-blocking libraries and you're all set!
ruby  sinatra  fibers  async  eventmachine 
december 2011
jquery.mentionsInput
UI component that allows you to "@mention" someone in a text message, just like you are used to on Facebook or Twitter.
forms  javascript  jquery  twitter 
december 2011
« earlier      
abtesting academicladder ActionMailer activerecord admin advice agile ajax amazon analysis analytics apache api art async atom authentication authorization aws backbone backup bash bdd bestpractices billing bithacks blog book browser bundle bundler business caching calendar canvas capybara cdn chart charts chat cheatsheet checklist cms code coffeescript collaboration color community compression configuration console continuousintegration controller conversion creditcard cron css css3 cucumber curl data database date debug debugger debugging deployment design desktop development document documentation domain download dreamhost ebooks ecommerce editor effects email encryption engines entrepreneurship events exceptions extension extensions file files finder firebug firefox fixtures flash food form formatting forms forum framework free freelance friend functional gateway gem gems generator git github gmail god google gotchas graph graphics haml hash health helper helpers heroku history hosting howto html html5 http https humor ide ie ie6 ie7 ie8 im image images install insurance integration interesting internet invoice ios iphone irb jabber java javascipt javascript jedit jquery json language languages layout legal library lifehacks lightbox links linux lisp list lists loading logging login mac markdown marketing markup math meeting messaging metaprogramming metrics middleware migrations mobile modal model money mozilla mvc mysql network networking news node nodejs opensource optimization osx outsourcing paperclip parallel patterns payment pdf performance philadelphia phone photo photography php plugin plugins productivity profiling programming prototype python queue rack rails rake reference regexp repl resize resources rest rspec rss ruby rubyonrails s3 saas safari sass scheme screencast screenscraping scripting search security selenium seo server service shell shopping slideshow sms snippets social socialnetworking software spreadsheet sprite sprites sql ssh ssl standards startup subscription support svn syntax sysadmin tags tdd technology template templates terminal testing text textile textmate theme time tips todo tool tools tooltip tracking travel tunneling tutorial twitter typography ubuntu ui unobtrusive upload url usability utilities ux validation vc video vim virtualassistant visualization vm web web2.0 webdesign webkit webservices whm widget wiki windows wisdom wordpress writing wysiwyg xhtml xml xmpp xss yahoo

Copy this bookmark:



description:


tags: