didip (Didip Kerabat)

Name
Didip Kerabat
Email
Website/Blog
http://rapd.wordpress.com
Location
Oregon
Member Since
Apr 11, 2009 (10 months)

Following 3 coders and watching 35 repositories view all →

Public Repositories (12)

  • jquery.html.encode.decode

    JQuery plugin for HTML encoding and decoding

    legend

    Last updated Sun Oct 18 09:31:24 -0700 2009

  • gravatar-python

    Simple Gravatar client library

    legend

    Last updated Tue Sep 08 01:03:37 -0700 2009

  • rails-templates

    A library of neat Rails application templates.

    legend

    Forked from jm/rails-templates Mon Aug 17 19:33:34 -0700 2009

    Last updated Mon Aug 31 22:52:05 -0700 2009

  • beaker_extensions

    Extending beaker (cache & session module) to use No SQL backend.

    legend

    Last updated Wed Aug 26 01:24:03 -0700 2009

  • cassandra

    A Ruby client for the Cassandra distributed database.

    legend

    Forked from fauna/cassandra Tue Aug 18 16:25:08 -0700 2009

    Last updated Tue Aug 18 14:46:48 -0700 2009

  • ey-nosql

    a collection of chef recipes to install, configure and run a variety of NoSQL db's on the engine ...

    legend

    Forked from ezmobius/ey-lessql Fri Aug 14 11:45:17 -0700 2009

    Last updated Thu Aug 13 20:19:02 -0700 2009

  • warden

    General Rack Authentication Framework

    legend

    Forked from hassox/warden Mon Aug 17 22:33:15 -0700 2009

    Last updated Mon Aug 10 05:23:38 -0700 2009

  • rails_warden

    A thin rails plugin on top of Warden for Authentication

    legend

    Forked from hassox/rails_warden Mon Aug 17 22:32:56 -0700 2009

    Last updated Sun Jul 26 01:28:41 -0700 2009

  • simplest_auth

    Simple implementation of authentication for Rails

    legend

    Forked from vigetlabs/simplest_auth Mon Aug 17 20:57:05 -0700 2009

    Last updated Tue Jul 07 21:53:28 -0700 2009

  • pytyrant

    Forking Pytyrant

    legend

    Last updated Sat Jun 06 00:56:25 -0700 2009

  • mysql-profile

    profiling mysql, especially useful to compare against key-value databases

    legend

    Last updated Tue Apr 28 22:00:18 -0700 2009

  • moneta-profile

    Various profile tests for Moneta: standarized interface for KVDBs written in Ruby.

    legend

    Last updated Sat Apr 25 09:03:28 -0700 2009

Public Activity feed

didip started watching defunkt/unicorn Fri Dec 11 22:40:50 -0800 2009
unicorn's description:
Unofficial Unicorn Mirror. Updated semi-regularly.
didip forked gist: 251919 Tue Dec 08 11:41:11 -0800 2009
httperf --hog --server 10.1.10.118 --port 8080 --num-conn 10000 --ra 100 --num-calls=100 --timeou...
didip created gist: 250324 Sun Dec 06 10:20:07 -0800 2009
#!/bin/bash DUMPFILE=/tmp/dump.`date +%Y.%m.%d`.sql
didip created gist: 250321 Sun Dec 06 10:18:18 -0800 2009
#!/bin/bash DUMPFILE=/tmp/dump.`date +%Y.%m.%d`.sql
didip created gist: 248278 Thu Dec 03 08:13:27 -0800 2009
#!/bin/bash perl -ne 'm/^([^#][^\s=]+)\s*(=.*|)/ && printf("%-35s%s\n", $1, $2)' /etc/mysql/my.cnf
didip started watching william-os4y/fapws3 Mon Nov 16 21:13:30 -0800 2009
fapws3's description:
Fast Asynchronous Python Web Server (based on libev)
didip started watching william-os4y/fapws3 Sat Nov 14 02:16:27 -0800 2009
fapws3's description:
Fast Asynchronous Python Web Server (based on libev)
didip created gist: 232119 Wed Nov 11 09:13:59 -0800 2009
SHOW SLAVE STATUS \G STOP SLAVE; SET GLOBAL SQL_SLAVE_SKIP_COUNTER = 1;
didip created gist: 231446 Tue Nov 10 16:40:19 -0800 2009
mysqldump --user=root --default-character-set=latin1 -c --insert-ignore --skip-set-charset <dbnam...
didip started watching hcatlin/sass Thu Nov 05 18:59:37 -0800 2009
sass's description:
An amazingly more fun alternative to CSS
didip started watching janfri/mini_exiftool Mon Nov 02 21:39:37 -0800 2009
mini_exiftool's description:
This library is a wrapper for the Exiftool command-line application (http://www.sno.phy.queensu.ca/~phil/exiftool/) written by Phil Harvey. You will get the full power of Exiftool to Ruby: Reading and writing of EXIF-data, IPTC-data and XMP-data.
didip created gist: 224255 Mon Nov 02 08:24:28 -0800 2009
import random KATAKANA_1 = [
didip started watching jeremyevans/sequel Sun Nov 01 17:23:04 -0800 2009
sequel's description:
Sequel: The Database Toolkit for Ruby
didip pushed to master at AboutUs/s3q Thu Oct 29 15:08:59 -0700 2009
HEAD is 42ec59062f98705724206cf9b268b79b8370988d
  • didip committed 42ec5906:
    Ensure that request callbacks are called on failure
didip pushed to master at AboutUs/s3q Thu Oct 29 14:17:01 -0700 2009
HEAD is 95bf5609897254de0f5dfbd71d224e305bce1fcb
  • didip committed 95bf5609:
    reverse Left and Right. The convention says that Left is for failures.
didip started watching boxedice/sd-agent Wed Oct 28 18:24:45 -0700 2009
sd-agent's description:
Remote Python monitoring agent for serverdensity.com
didip pushed to master at didip/jquery.html.encode.decode Sun Oct 18 09:31:24 -0700 2009
HEAD is 3e0725e7e77409a19689dad6ba34b7efab05fdfd
didip started watching mauricio/master_slave_adapter Tue Sep 29 10:10:58 -0700 2009
master_slave_adapter's description:
An ActiveRecord database adapter that allows you to setup a "master/slave" environment