jnunemaker + ruby   845

stripe/einhorn
the lanuage-independent shared socket manager
ruby  socket  networking  railstips 
6 hours ago by jnunemaker
Benchmark Your Bundle
Interesting piece of code that shows the time it takes bundler to require each of your dependencies.
benchmark  bundler  rails  ruby  railstips 
19 days ago by jnunemaker
TwP/servolux
Serv-O-Lux is a collection of Ruby classes that are useful for daemon and process management, and for writing your own Ruby services. The code is well documented and tested.
ruby  unix  threads  dameons  processes 
27 days ago by jnunemaker
rocco
Rocco is a Ruby port of Docco, the quick-and-dirty, hundred-line-long, literate-programming-style documentation generator.
code  documentation  programming  ruby 
6 weeks ago by jnunemaker
csquared/IMGKit
Uses wkhtmltoimage to create JPGs, PNGs, and TIFFs from HTML
ruby  jpg  png  html 
6 weeks ago by jnunemaker
Using Named Pipes in Ruby for Inter-process Communication - Paul Dix Explains Nothing
Named pipes are an old trick for Unix types to accomplish communication between processes.
ruby  linux  pipes 
8 weeks ago by jnunemaker
paulasmuth/fnordmetric
FnordMetric is a highly configurable (and pretty fast) realtime app/event tracking thing based on ruby eventmachine and redis. You define your own plotting and counting functions as ruby blocks!
metrics  ruby  redis  stats 
9 weeks ago by jnunemaker
cavalle/eventwire
Eventwire is a generic and simple interface to various backends to help building event-driven systems
ruby  gem  events 
9 weeks ago by jnunemaker
jbarnette/watchable
A simple event/notification mixin for Ruby.
ruby  railstips 
10 weeks ago by jnunemaker
maltize/sublime-text-2-ruby-tests
How to run ruby tests, specs and features from sublime.
ruby  sublimetext 
10 weeks ago by jnunemaker
ohler55/oj
Optimized JSON. Supposedly 2x faster than yajl. Impressive. Love the name too.
json  ruby  railstips 
10 weeks ago by jnunemaker
emaland/zookeeper_client
Ruby wrapper for the ZooKeeper C client library
zookeeper  ruby 
11 weeks ago by jnunemaker
bitmonkey - Introducing Metriks
New metrics library from Eric Lindvall. Allows you to measure anything, store it in memory, and flush it to external services. Very cool.
metrics  ruby  railstips 
11 weeks ago by jnunemaker
kenn/bitwise
Fast, memory efficient bitwise operations on large binary strings
bits  bitwise  ruby 
12 weeks ago by jnunemaker
freels/kestrel-client - GitHub
Ruby client for the Kestrel queue server
ruby  kestrel  queue 
february 2012 by jnunemaker
chuckremes/ffi-rzmq - GitHub
FFI bindings for ZeroMQ so the library can be used under JRuby and other FFI-compliant ruby runtimes
zeromq  ruby 
february 2012 by jnunemaker
andrewvc/dripdrop
Experimental Swiss Army Knife of Network Concurrency, ZeroMQ, EventMachine, WebSockets, HTTP, and More
ruby  zeromq  eventmachine  websockets 
february 2012 by jnunemaker
taf2/redi - GitHub
Pooled redis, add a layer of indirection between server pool and key ring
redis  sharding  ruby 
january 2012 by jnunemaker
github/email_reply_parser
Email reply parser used by github.
email  parsing  github  ruby 
september 2011 by jnunemaker
rstacruz/sinatra-assetpack
Asset pipeline like rails for sinatra.
sinatra  ruby 
september 2011 by jnunemaker
documentcloud/closure-compiler
A Ruby Wrapper for the Google Closure Compiler
ruby  javascript 
july 2011 by jnunemaker
MailCatcher
Just tried this out tonight. Super handy for doing basic testing of HTML email.
railstips  email  ruby  rails 
july 2011 by jnunemaker
justinweiss/robut
A simple plugin-enabled HipChat bot
hipchat  gem  ruby 
may 2011 by jnunemaker
peritor/happening
An EventMachine based S3 client
eventmachine  em  s3  ruby  gem 
may 2011 by jnunemaker
drbrain/net-http-pipeline
Ruby lib for pipelining http requests.
net  http  ruby  pipelining 
may 2011 by jnunemaker
mdp/gibberish
Gibberish is an opinionated cryptography library for Ruby. Its objective is easy but secure encryption in Ruby.
ruby  encryption  gem 
may 2011 by jnunemaker
tanoku/redcarpet - GitHub
Upskirt, with a touch of Ruby. Markdown library that github uses.
ruby  gem  markdown 
may 2011 by jnunemaker
Goliath/phantomjs thumbnail service
Thumbnail service built on goliath and phantomjs.
ruby 
may 2011 by jnunemaker
grosser/url_store
Data securely stored in urls.
ruby  urls  railstips 
may 2011 by jnunemaker
lzell/nickel
Nickel extracts date, time, and message information from naturally worded text.
ruby  language  time  date 
may 2011 by jnunemaker
nashby/cityhash
Google Hash algorithm wrapped in ruby.
ruby  cityhash 
may 2011 by jnunemaker
robertsosinski/retryable
Easy to use DSL to retry code if an exception is raised.
ruby  railstips 
may 2011 by jnunemaker
josh/rack-mount
Stackable dynamic tree based Rack router
rack  ruby  railstips 
april 2011 by jnunemaker
mperham/girl_friday
girl_friday is a Ruby library for performing asynchronous tasks. Often times you don't want to block a web response by performing some task, like sending an email, so you can just use this gem to perform it in the background. It works with any Ruby application, including Rails 3 applications.
ruby  rails  railstips 
april 2011 by jnunemaker
miyucy/snappy
libsnappy binding for Ruby. Snappy is a compression/decompression library. It does not aim for maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable compression.
compression  ruby 
april 2011 by jnunemaker
kr/okjson
This is a json parser, written in ruby.
It has no dependencies other than ruby.
json  parser  ruby 
april 2011 by jnunemaker
juliocesar/rack-pagespeed
Cool idea. Uses rack and ruby to do several of the things that google's mod_pagespeed does.
google  pagespeed  performance  ruby  railstips 
march 2011 by jnunemaker
flavorjones/loofah
HTML and XML manipulation and transformation library. Great for sanitization.
html  nokogiri  ruby  xml 
march 2011 by jnunemaker
alindeman/rope
Pure Ruby implementation of a Rope data structure
rope  data  ruby  performance 
february 2011 by jnunemaker
Passing Blocks in Ruby Without &block
Some tips on passing blocks around in Ruby without a performance hit.
blocks  performance  ruby  railstips 
february 2011 by jnunemaker
defunkt/resque-lock
A Resque plugin for ensuring only one instance of your job is running at a time.
resque  plugin  ruby 
february 2011 by jnunemaker
ddollar/foreman
Manage Procfile-based applications. Allows exporting to json and upstart.
ruby  processes  railstips 
february 2011 by jnunemaker
adamwiggins/stalker
A minimalist queueing DSL for Beanstalk.
beanstalk  queue  ruby 
february 2011 by jnunemaker
weppos/whois
An intelligent pure Ruby WHOIS client and parser
ruby  whois  railstips 
february 2011 by jnunemaker
samg/diffy
provides a convenient way to generate a diff from two strings or files
ruby  diff  text  railstips 
february 2011 by jnunemaker
mmb/murlsh
ruby Rack application for hosting your bookmarks or maintaining a link blog
ruby  rack 
february 2011 by jnunemaker
probablycorey/pow
"Pow treats files and directories as ruby objects giving you more power and flexibility."
ruby  files  directories  paths 
february 2011 by jnunemaker
share_counts
Ruby gem for finding how many times a url has been shared on different social services.
ruby  gem 
january 2011 by jnunemaker
Riot - Ruby Testing Framework
"Riot is a fast, expressive, and contextual ruby unit testing framework." My first thought was why, this is stupid, but after reading the docs, color me intrigued. Definitely give it a look.
testing  ruby  railstips 
january 2011 by jnunemaker
nono/HTML-Truncator
"Wants to truncate an HTML string properly? This Ruby gem is for you."
ruby  truncation  nokogiri  html 
january 2011 by jnunemaker
peterc/webloc - GitHub
"Read and write .webloc (web link) files on OS X "
ruby  webloc  mac 
january 2011 by jnunemaker
libphonenumber-ruby
Ruby wrapper for google's phone number normalization stuff.
ruby  phone  numbers  railstips 
january 2011 by jnunemaker
envato/safe_shell
Safely execute shell commands and get their output.
railstips  ruby  shell 
january 2011 by jnunemaker
soniciq/iq-color
Allows converting between rgba and hex css colors.
color  ruby  railstips 
january 2011 by jnunemaker
ktheory/maildir
"A ruby library for reading & writing messages in the maildir format."
ruby  mail 
january 2011 by jnunemaker
augustl/net-http-cheat-sheet
A collection of Ruby Net::HTTP examples.
http  ruby  railstips 
december 2010 by jnunemaker
geemus/excon
EXtended http(s) CONnections. Built on top of ruby's tcp lib.
http  ruby  railstips 
december 2010 by jnunemaker
Gash
Gash lets you access a Git-repo as a Hash.
gash  git  ruby  railstips 
december 2010 by jnunemaker
Hash Tricks
The use of a hash as a net/http response cache is a neat idea.
ruby  railstips 
december 2010 by jnunemaker
TwP/turn
"A new look and feel for Test::Unit output -- Test::Unit Reporter (New)." Pretty slick!
testing  ruby  railstips 
december 2010 by jnunemaker
fast-stemmer
"Fast-stemmer is simply a wrapping around multithreaded. Porter stemming algorithm. Conflicts with the stemmer gem"
stemming  language  ruby 
december 2010 by jnunemaker
ruby readability
Port of arc90's readability project to ruby.
readability  text  ruby 
december 2010 by jnunemaker
logtrend
Interesting idea. Tails log files and records rrd data based on matched lines for simple analytics.
analytics  logging  ruby 
december 2010 by jnunemaker
« earlier      

related tags

37signals  activemerchant  activerecord  activesupport  active_spec  advocacy  aggregation  agile  aim  air  akismet  algorithms  amazon  ambition  analytics  aol  api  appengine  applescript  applications  array  arrays  art  article  assets  associations  atom  authentication  authorize.net  autocomplete  automation  autotest  aws  background  backup  bacon  baseball  bash  bcrypt  bdd  beanstalk  beautifier  benchmark  benchmarking  bible  binding  bits  bitset  bitwise  blocks  blogging  bong  book  books  bosh  bots  bounced  bundle  bundler  business  c  caching  calendar  campfire  camping  canary  capistrano  capybara  card  cas  cdbaby  cgi  charts  chat  cheat  cheatsheet  chronic  ci  cityhash  class  classes  classification  classroom  class_eval  clipboard  closures  clothing  cocoa  code  coffeescript  color  commandline  comments  comparable  comparative  components  compression  computation  concurrency  conferences  configuration  console  continuations  continuousintegration  controllers  cookbook  copying  couchdb  cpu  crawler  crawling  cron  crons  crud  css  csv  cucumber  curl  curriculum  daemon  daemons  dameons  dashboard  data  database  datamapper  date  dates  debugging  deeptest  delegate  delicious  deployment  deprec  design  diff  directories  discovery  django  documentation  dom  domains  drb  dreamhost  dreamweaver  dsl  ebay  ebooks  ec2  edgerails  education  ego  em  email  employment  encryption  enterprise  entrepreneurship  enumerable  equipment  erb  erlang  erubis  eruby  etags  eval  eventmachine  events  excel  exceptions  executable  extensions  facebook  facets  factory  faq  fcgi  feeds  feedtools  ferret  ffmpeg  file  files  file_storage  fireeagle  firefox  flash  flex  flickr  flv  forks  forms  forwardable  framework  free  gash  gcal  gcharts  gd  gem  gems  generator  generators  geo  geocoding  geohash  git  github  gmail  god  google  grandrapids  graphs  gravatar  greedy  grep  growl  gserver  gsub  gui  hanna  hash  hcard  heatmap  highlighting  hipchat  hiring  history  hosting  hotmail  hpricot  html  http  httparty  https  ibm  ical  idiomatic  image  imagemagick  image_manipulation  image_processing  imap  inheritance  inject  inline  installation  instant_messaging  integer  integration  integrity  interview  iphone  irb  irc  itunes  jabber  java  javascript  jpg  jruby  json  juggernaut  juicy  kestrel  keynote  lambda  language  learn  leopard  libcurl  libxml  lighttpd  linguistics  linux  liquid  loadtesting  load_balancing  localization  locking  logging  logo  lru  mac  magic  magnolia  mail  mailers  map  mapping  maps  markdown  martin_fowler  mash  matz  mechanize  memcache  memcached  memoize  merb  messaging  metaprogramming  methods  method_missing  method_name  metrics  michigan  microformat  microformats  migrations  mixins  mocks  mockups  models  modules  mofo  mongodb  mongomapper  mongrel  monitoring  monkeytest  mutex  mysql  natural_language  net  network  networking  nginx  nodejs  nokogiri  numbers  oath  oauth  objects  observers  offline  openid  openoffice  openuri  openwferu  open_source  opml  optimization  optimizing  options  oracle  ordinal  osx  pack  packets  pagespeed  pagination  paperclip  parameters  parser  parsing  partitioning  parts  passenger  passion  passwords  pastebin  pastie  patches  paths  patterns  payment_processing  paypal  pdf  performance  perl  permalinks  phone  php  phusion  pipelining  pipes  pixie  plist  plugin  plugins  png  podcast  polling  presentation  presentations  presenters  proc  processes  procs  profiling  programming  project_management  proxy  pubsub  pygments  python  queue  rack  rails  railstips  rake  random  ratings  rcov  rcrawl  rddb  rdoc  readability  readline  recursive  redcloth  redgreen  redis  reduce  refactoring  reference  regex  remail  render  reporting  resources  resque  rest  rfuzz  rinda  rio  rmagick  roo  rools  rope  routes  routing  rspec  rss  rsync  ruby  ruby19  rubycocoa  rubyconf  rubyconfmi  rubyforge  rubygems  rules  rvm  rxml  s3  s5  sake  sales  sanitization  scaling  scheduling  scrapi  screencast  screenshots  screen_capture  screen_scraping  search  security  selenium  sequel  server  servers  services  sftp  sharding  shell  shoes  shoulda  signal  signals  simple  simpleconsole  simpledb  simulation  sinatra  singletableinheritance  singleton  slices  slides  slideshow  slideshows  smtp  socket  spam  sparrow  specs  speed  spelling  sphinx  spider  spidering  splat  spotlight  spreadsheets  spreedly  sql  sqlite  ssb  ssh  ssl  sso  starfish  starling  stats  stemming  stock_quotes  string  strings  struct  structs  stubbing  style_guide  sublimetext  subversion  sun  surveys  svn  switchboard  switchtower  symbol  symbols  syntax  tagging  tail  tap  taskr  tasks  tdd  templating  testing  testspec  text  textile  textmate  thin  threading  threads  thrudb  thumbnailing  tickets  tiger  tiling  time  timeout  times  timetracking  timezones  tips  tivo  tmail  to_buy  truncation  tshirts  tutorial  twitter  ungreedy  unit_testing  unix  unpack  ununtu  urls  useragent  user_groups  usps  utility  uuid  validation  varnish  vcard  video  videos  visualization  vlad  vodcast  web  webhooks  webloc  webrat  webrick  webservices  websockets  websphere  web_application  web_server  whitelist  whois  widget  wiki  wirble  xml  xmlrpc  xmpp  xmpp4r  xss  yahoo  youtube  yui  zentest  zeromq  zookeeper 

Copy this bookmark:



description:


tags: