al3x + ruby   180

Amon
"a self-hosted, lightweight web application and server monitoring toolkit. It provides you with straightforward visualisation of essential server data. It helps you manage the errors that occur in your web applications and makes logging complex datastructures and searching in your log data easy"
monitoring  server  logging  dashboard  ruby  node 
february 2012 by al3x
Foreman
Manage web applications with complex dependencies using Procfiles. Spit out initrc files and the like to put into production.
ruby  deployment  development  devops 
january 2012 by al3x
repl.it
Web-based REPLs for various languages.
javascript  programming  python  repl  ruby 
september 2011 by al3x
elixir
"a programming language built on top of Erlang. [...] The main difference between Elixir and Erlang is syntax and object orientation. Elixir provides a very simple Object Model based on prototype languages with most of its syntax based on Ruby."
erlang  ruby  github  opensource  language 
march 2011 by al3x
The MessagePack Project
"a binary-based efficient object serialization library. It enables to exchange structured objects between many languages like JSON. But unlike JSON, it is very fast and small."
json  library  ruby  python  perl  haskell  serialization 
march 2010 by al3x
hijack
"allows you to connect to any ruby process and execute code as if it were a normal Irb session"
ruby  debugging  irb 
august 2009 by al3x
mutter
Nice CLI interface library for Ruby.
ruby  cli  interface  library 
july 2009 by al3x
Why Why Functional Programming Matters Matters
"The great insight is that better programs separate concerns."
ruby  functional  programming 
may 2009 by al3x
Ruby 1.9 compatibility: a three step ladder to bliss
Good overview of what it takes to bring Ruby 1.8.x code up to snuff for Ruby 1.9.
ruby  ruby1.9  programming  howto 
april 2009 by al3x
Google App Engine for Java with Rich Ruby clients
Great post. Talks about the big picture of developing on Google's cloud, but also the particulars.
appengine  ruby  java  cloud 
april 2009 by al3x
Integrity
"The easy and fun automated continuous integration server." Delivers build notifications to Twitter and Campfire, amongst other endpoints.
continuousintegration  testing  ruby  campfire  twitter 
january 2009 by al3x
CouchApp
"a set of helpers and a jQuery plugin that conspire to get you up and running on CouchDB quickly and correctly"
couchdb  jquery  ruby  gem 
january 2009 by al3x
Kick-ass Queuing for Ruby: using RabbitMQ over amqp
Hell yes. That's what a queue API should look like.
ruby  messaging  amqp  rabbitmq 
october 2008 by al3x
Reia
"a Python/Ruby-like mixed-paradigm language targeting the Erlang virtual machine (BEAM) and high-performance native compiler (HiPE)"
erlang  python  ruby  programming  language 
june 2008 by al3x
Ruby’s not ready
A surprisingly level-headed criticism of Ruby from someone in the Python world. Know your tools.
python  ruby  comparison 
april 2008 by al3x
RightScale AWS Gems
"robust, fast, and secure Ruby interfaces to Amazon EC2, Amazon S3, Amazon SQS, and Amazon SDB". Uses libxml if available.
aws  ec2  s3  ruby  gem 
march 2008 by al3x
Scout
Monitoring and reporting with a Ruby/Rails bent. Not yet launched.
ruby  rails  monitoring 
march 2008 by al3x
StrokeDB
"an embeddable distributed document database written in Ruby". Kinda wigs me out a little bit, not sure why.
ruby  database 
march 2008 by al3x
CruiseControl Progress Charts
"CruiseControl.rb is an elegant Continuous Integration dashboard for Ruby projects. This article shows how to call the RoR command “rake stats” once per build, capture the results, and chart them to track trends over time."
rails  ruby  testing  continuousIntegration  visualization 
march 2008 by al3x
Ruby-Processing
Mixes JRuby with Processing.
ruby  processing  jruby 
february 2008 by al3x
TwitterBot
A nice Engrish tutorial on building a Jabber bot for Twitter.
jabber  ruby  twitter  tutorial 
february 2008 by al3x
Custom Textile
"You can subclass RedCloth and add methods that define your own tags."
ruby  textile  tip 
february 2008 by al3x
try()
Just bake this into Ruby already. Yes yes.
ruby  snippet 
february 2008 by al3x
RubyRags
"Ruby and Ruby on Rails t-shirts for stylish Rubyists"
shopping  wishlist  ruby  rails  clothing 
february 2008 by al3x
Merborials
"a series of screencasts and mini tutorials that I am creating as I am attempting to learn the the Merb framework"
web  ruby  framework  merb  screencasts  tutorial 
february 2008 by al3x
Conveyor
"a distributed virtual queue-like system"
ruby  http  queue  distributed 
february 2008 by al3x
Webby
Another way to manage a static collection of dynamic content (or something like that) with Ruby.
ruby  cms  static 
february 2008 by al3x
Monkeypatching is Destroying Ruby
I don't know about "destroying", but it can make for some serious PITA. Open classes are good, but language designers will take 'em away if we don't use 'em right.
ruby  programming  via:coda 
february 2008 by al3x
The Shoebox
A place for Shoes applications.
ruby  shoes  directory 
february 2008 by al3x
#153325 by Erik Kastner (kastner) - Pastie
"small blog engine with XMLRPC, hAtom and S3 upload (through xlmrpc) support". If Blogger ever starts to do me wrong, this is a good (re)starting point.
ruby  blog  s3  snippet 
february 2008 by al3x
Dynamite
"Dynamite is a Ruby interface to the Processing graphics API." Now I can stomach working in Processing!
ruby  jruby  processing  visualization 
february 2008 by al3x
Gem RDoc on Leopard
Actually, when I tried this with Lingon it never seemed to take.
ruby  mac  leopard  launchd 
february 2008 by al3x
Valgrind and Ruby
Some day I will have to do this for something.
ruby  memory  valgrind  c  optimization  tutorial 
february 2008 by al3x
assert{ 2.0 }
Yeah, I'd like this. Not all the time, but sometimes.
ruby  testing 
february 2008 by al3x
Rack RESTful Dispatcher
Result: Ruby classes that can become web services with the simple addition of get/post/put/delete/etc. methods.
ruby  rest  rack  web 
february 2008 by al3x
Book Review: Writing Efficient Ruby Code
I can also recommend this book. It's got suggestions and the numbers to back 'em up.
ruby  book  review  performance 
january 2008 by al3x
ShootingStar
A Ruby Comet server: "Our goal is development of practical comet server which will be achieving over 100,000 simultaneous connections per host. On this purpose, we abandon portability and use system calls depending on particular OS such as epoll and kqueu
ruby  comet  http  server  event 
january 2008 by al3x
Revactor
"Actors rule. You really should use them in your programs. Especially if your programs do a lot of stuff at once. Seriously, whatever you’re doing besides Actors, it probably sucks."
ruby  actor  concurrency  library  network 
january 2008 by al3x
_evan's c-wrapping memcache client
One of several current attempts to speed up the Ruby memcache client.
c  client  memcached  ruby  performance 
january 2008 by al3x
spec-converter
I suppose I should convert to specs at some point.
ruby  testing  rspec 
january 2008 by al3x
SWIG, Ruby, and libjsw
"serves as a nice illustration of some of SWIG’s basic features"
ruby  swig  c  tutorial 
january 2008 by al3x
Rubular
"a Ruby regular expression editor"
ruby  regex  testing 
january 2008 by al3x
[ANN] Ebb Web Server
"written in C, makes use of the Mongrel HTTP parser, and uses libev its event loop". Looks a bit like Thin, but could potentially host more than just Ruby apps.
mongrel  ruby  http  wsgi 
january 2008 by al3x
gosu
"a 2D game development library for the Ruby and C++ programming languages, available for Mac OS X, Windows and Linux"
ruby  graphics  library  game 
january 2008 by al3x
A Hello World for Ruby on Ragel
"Ragel is a very powerful state machine compiler and parser generator"
ruby  ragel  statemachine  parser  tutorial 
january 2008 by al3x
ruby-debug in 30 seconds
Dive right in to debugging a Ruby/Rails app.
ruby  debugging  howto 
january 2008 by al3x
webgen
Generates static web sites via a bunch of Ruby whatnot.
ruby  static  web  html  cms 
january 2008 by al3x
skynet
"an open source Ruby implementation of Google’s Map/Reduce framework". Includes some Rails helpers, etc.
ruby  rails  concurrency 
january 2008 by al3x
PragDave: Pipelines Using Fibers in Ruby 1.9
"A fiber is somewhat like a thread, except you have control over when it gets scheduled."
ruby  concurrency  tip 
january 2008 by al3x
Rev
"a high performance event library for Ruby 1.9"
ruby  gem  asynchronous  event 
december 2007 by al3x
sparrow
Ha! Someone scooped Blaine on the open source release of Starling, and managed to add extra features. Too funny.
ruby  queue  memcached  messaging  sqs 
december 2007 by al3x
Async Observer
A very elegant way of performing asynchronous tasks from Rails. Certainly easier than writing a daemon... something to consider for Starling.
rails  ruby  asynchronous  distributed  plugin 
december 2007 by al3x
A Use of the Y Combinator in Ruby
I love shit like this: autovivication of hashes via the Y combinator. Check out zenspider's super clean, Lisp-bullshit-free implementation at the bottom.
ruby  functional  programming  tip 
december 2007 by al3x
Beanstalkd
Sort of like Twitter's own as-yet-unreleased Starling, but it has its own protocol rather than speaking memcache's.
distributed  concurrency  ruby  messaging  queue 
december 2007 by al3x
gchart
A simple Ruby library to wrap the Google Chart API
google  api  chart  graph  ruby  gem 
december 2007 by al3x
Ye Newbyes Gyde to Routing in Merb
cool shit that Merb's routing can do
merb  ruby  routing 
november 2007 by al3x
« earlier      

related tags

activerecord  actor  agile  algorithm  amazon  amqp  analysis  api  appengine  applescript  asynchronous  atom  aws  bestpractice  blog  book  build  c  campfire  camping  capistrano  cascading  chart  cheatsheet  cli  client  clothing  cloud  cms  cocoa  code  comet  community  comparison  compiler  compsci  concurrency  continuousintegration  core  couchdb  coverage  dashboard  database  datamapper  datastructure  debugging  deployment  development  devops  directory  distributed  documentation  dotfile  drb  dreamhost  dsl  dtrace  ec2  email  erlang  event  ffi  forum  framework  functional  fuse  game  gem  geolocation  git  github  google  grammar  graph  graphics  gui  hadoop  haskell  heap  hosting  howto  hpricot  html  http  i18n  idiom  implementation  infosec  interface  internals  interview  irb  irc  jabber  java  javascript  jit  job  jquery  jruby  json  jvm  language  launchd  leopard  lexer  libarry  library  lighttpd  linguistics  list  log  logging  mac  memcached  memory  merb  messaging  mobile  mongrel  monitoring  network  nginx  node  object  objective-c  ocaml  oodb  opensource  optimization  orm  osx  parser  performance  perl  platypus  plugin  proc  processing  profiling  programming  python  queue  rabbitmq  rack  ragel  rails  rake  reference  regex  reia  repl  rest  review  rmagick  routing  rpc  rspec  rss  rubinius  ruby  ruby1.9  rubycocoa  s3  sake  scala  scaling  scraping  screencasts  search  security  serialization  server  sf  shell  shoes  shopping  sinatra  smalltalk  snippet  solr  sql  sqs  statemachine  static  statistics  style  swig  symbian  syndication  syntax  template  testing  textile  timeout  tip  tutorial  twitter  unix  valgrind  via:coda  video  views  visualization  vlad  vm  web  webmail  wiki  wishlist  wsgi  xml  xss 

Copy this bookmark:



description:


tags: