jonty + ruby   20

fpm - Effing Package Management
"What is fpm? It helps you build packages quickly (Packages like RPM and DEB formats). The goal of FPM is to be able to easily build platform-native packages; Creating packages easily (deb, rpm, etc), Tweaking existing packages (removing files, changing metadata/dependencies), Stripping pre/post/maintainer scripts from packages."
linux  debian  ruby  package  deb  apt  rpm  packaging  checkinstall  from delicious
august 2011 by jonty
Hyperpolyglot, Scripting Languages: PHP, Perl, Python, Ruby
"Scripting Languages: PHP, Perl, Python, Ruby. A side-by-side reference sheet."
python  perl  ruby  php  reference  cheat  sheet  cheatsheet  from delicious
august 2011 by jonty
PyRes
"Resque is a great implementation of a job queue by the people at github. It's written in ruby, which is great, but I primarily work in python. So I took on the task of porting over the code to python and PyRes was the result"
python  queue  github  redis  resque  ampq  job  distributed  background  ruby  nt  from delicious
august 2011 by jonty
Learn Ruby The Hard Way
"This is a Ruby translation of Zed Shaw's popular book Learn Python The Hard Way, 2nd Edition. The prose in this translation is nearly 100% identical to the Python version with the exception of a few paragraphs that have been modified to be relevant to Ruby. All of the code exercises and required libraries have been completely adapted for Ruby."
ruby  tutorial  book  reference  python  zed  zedshaw  from delicious
august 2011 by jonty
resque
"Resque (pronounced like "rescue") is a Redis-backed library for creating background jobs, placing those jobs on multiple queues, and processing them later."
distributed  ruby  redis  queue  job  background  nt  from delicious
june 2011 by jonty
Doc⚡split
"Docsplit is a command-line utility and Ruby library for splitting apart documents into their component parts: searchable UTF-8 plain text via OCR if necessary, page images or thumbnails in any format, PDFs, single pages, and document metadata (title, author, number of pages...)"
ruby  pdf  document  parsing  ocr  documents  data  processing  split  from delicious
december 2010 by jonty
The Infinite Monkeywrench
"... is a collection of tools to download, clean, process, and package datasets from a variety of sources (HTML, RSS, XML, CSV, &c) into a variety of formats (XML, CSV, Excel, JSON, SQL, YAML, &c). Interacting with IMW is as simple as creating a YAML file which describes the workflow involved in processing the data and feeding it to the imw command line program."
data  ruby  processing  process  parsing  csv  yaml  xml  json  rss  html  format  parser 
december 2010 by jonty
OmniAuth: Flexible, Unassuming Multi-Provider Authentication for Rack
"OmniAuth is a Rack-based authentication system that abstracts away the gritty, difficult parts of external authentication without assuming anything about what you actually want to do with that authentication information. What does this mean for you? This means that you can make your app authenticate through Twitter, Facebook, LinkedIn, Google Apps, GitHub, Foursquare, and more and then have complete control from there."
ruby  authentication  rack  rails  oauth  auth  gem 
october 2010 by jonty
Redis: Implementing Auto Complete or How to build Trie on Redis
"In the days the news are about instant searches and auto complete, Salvatore Sanfilippo (@antirez) shows how to use Redis sorted sets and corresponding commands (ZRANGE, ZRANK) to implement autocompletion."
redis  complete  auto  autocomplete  python  ruby  search  searching  text  trie 
september 2010 by jonty
Fast Artificial Neural Network Library
Fast Artificial Neural Network Library is a free open source neural network library, which implements multilayer artificial neural networks in C with support for both fully connected and sparsely connected networks. Cross-platform execution in both fixed and floating point are supported. It includes a framework for easy handling of training data sets. It is easy to use, versatile, well documented, and fast. PHP, C++, .NET, Ada, Python, Delphi, Octave, Ruby, Prolog Pure Data and Mathematica bindings are available.
ai  neuralnetworks  neural  python  library  network  c  ruby  ann 
april 2010 by jonty
The MessagePack Project
MessagePack is 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. Typical small integer (like flags or error code) is saved only in 1 byte, and typical short string only needs 1 byte except the length of the string itself. [1,2,3] (3 elements array) is serialized in 4 bytes using MessagePack.
serialization  library  json  python  ruby  messaging  thrift  protocolbuffers  rpc  serialisation 
march 2010 by jonty
Visage
A web (interface | service) for viewing collectd statistics
monitoring  statistics  collectd  ruby  server  cacti 
february 2010 by jonty
S3Sync.net - S3Sync Wiki
This is a community site for developers and users of the free and open source s3sync.rb and s3cmd.rb tools, which are interfaces to the Amazon S3 system.
backup  ruby  s3  amazon  rsync  storage  sync 
september 2009 by jonty
Sup
Sup is a console-based email client for people with a lot of email. It supports tagging, very fast full-text search, automatic contact- list management, custom code insertion via a hook system, and more. If you're the type of person who treats email as an extension of your long-term memory, Sup is for you.
email  ruby  mail  linux  mutt  unix  gmail  console  curses  client 
august 2009 by jonty
Home - Chef - Opscode Open Source Wiki
Chef is a systems integration framework, built to bring the benefits of configuration management to your entire infrastructure. With Chef, you can:

* Manage your servers by writing code, not by running commands. (via Cookbooks)
* Integrate tightly with your applications, databases, LDAP directories, and more. (via Libraries)
* Easily configure applications that require knowledge about your entire infrastructure ("What systems are running my application?" "What is the current master database server?")
sysadmin  ruby  configuration  management  deployment  chef  tools  automation 
july 2009 by jonty
codepad
codepad.org is an online compiler/interpreter, and a simple collaboration tool.
Paste your code, and codepad will run it and give you a short URL you can use to share it in chat or email.
programming  code  tools  development  online  web  python  c++  c  php  perl  ruby  pastebin  paste 
may 2009 by jonty
larch
Like a non-shit imapsync.
tools  email  ruby  mail  sync  tool  imap 
march 2009 by jonty
The Spread Toolkit
Spread is an open source toolkit that provides a high performance messaging service that is resilient to faults across local and wide area networks.
spread  programming  python  ruby  scalability  networking  distributed  distributedsystems 
december 2008 by jonty

related tags

ai  amazon  ampq  ann  apt  auth  authentication  auto  autocomplete  automation  background  backup  book  c  c++  cacti  cheat  cheatsheet  checkinstall  chef  client  code  collectd  complete  configuration  console  csv  curses  data  deb  debian  deployment  development  distributed  distributedsystems  document  documents  email  format  gem  github  gmail  html  imap  job  json  libraries  library  linux  ltrace  mail  management  messaging  monitoring  mutt  network  networking  neural  neuralnetworks  nt  oauth  ocr  online  package  packaging  parser  parsing  paste  pastebin  pdf  performance  perl  php  process  processing  profiling  programming  protocolbuffers  python  queue  rack  rails  redis  reference  resque  rpc  rpm  rss  rsync  ruby  s3  scalability  search  searching  serialisation  serialization  server  sheet  split  spread  statistics  storage  sync  sysadmin  text  thrift  tool  tools  trace  tracing  trie  tutorial  unix  web  xdebug  xml  yaml  zed  zedshaw 

Copy this bookmark:



description:


tags: