robertsosinski (Robert Sosinski)

Name
Robert Sosinski
Website/Blog
http://www.robertsosinski.com
Location
NYC
Member Since
Apr 10, 2008 (about 1 year)

Following 3 coders and watching 76 repositories view all →

Public Repositories (9)

  • jquery-rails

    jQuery Plugin that adds Ruby on Rails routing types to AJAX

    legend

    Last updated Sat Jan 30 19:19:10 -0800 2010

  • js-cookies

    A JavaScript cookie management library that can store object literals via JSON

    legend

    Last updated Sat Jan 30 19:13:36 -0800 2010

  • js-aes

    A JavaScript implementation of the Advanced Encryption Standard using Counter Mode

    legend

    Last updated Sat Jan 30 15:51:32 -0800 2010

  • authenticator

    A RESTful authentication service

    legend

    Last updated Fri Jan 22 20:10:49 -0800 2010

  • ruby-des

    A Ruby implementation of the Data Encryption Standard

    legend

    Last updated Fri Jan 22 19:58:03 -0800 2010

  • tutorial-scope-in-javascript

    Code to accompany my "Binding Scope in JavaScript" tutorial

    legend

    Last updated Mon May 25 10:10:12 -0700 2009

  • tutorial-symbols-and-strings

    Code to accompany my "The Difference Between Ruby Symbols and Strings" tutorial

    legend

    Last updated Mon Jan 19 07:37:30 -0800 2009

  • tutorial-blocks-procs-and-lambdas

    Code to accompany my "Understanding Ruby Blocks, Procs and Lambdas" tutorial

    legend

    Last updated Sat Dec 27 22:33:54 -0800 2008

  • tutorial-custom-rspec-matchers

    Code to accompany my "Up and Running with Custom RSpec Matchers" tutorial

    legend

    Last updated Wed Dec 10 20:14:14 -0800 2008

Public Activity feed

robertsosinski started watching TwP/webby Mon Feb 08 07:17:18 -0800 2010
webby's description:
A lightweight and flexible website management system.
robertsosinski started watching benprew/pony Sat Feb 06 12:52:42 -0800 2010
pony's description:
The express way to send mail from Ruby.
robertsosinski started watching cloudhead/toto Thu Feb 04 17:33:06 -0800 2010
toto's description:
the 10 second blog-engine for hackers
robertsosinski started watching sinatra/sinatra Thu Feb 04 17:30:55 -0800 2010
sinatra's description:
Classy web-development dressed in a DSL (official / canonical repo)
robertsosinski created tag 1.1 at robertsosinski/jquery-rails Sat Jan 30 19:19:10 -0800 2010
robertsosinski pushed to master at robertsosinski/jquery-rails Sat Jan 30 19:19:02 -0800 2010
HEAD is 500d6684ec571186e67430d4532030ee41b6bba8
robertsosinski created tag 1.2 at robertsosinski/js-cookies Sat Jan 30 19:13:36 -0800 2010
robertsosinski pushed to master at robertsosinski/js-cookies Sat Jan 30 19:13:26 -0800 2010
HEAD is 2b2d5ea2d4a0302a2d727a1cc5d440a8bfb562c9
robertsosinski created gist: 290844 Sat Jan 30 18:00:31 -0800 2010
// jslint.js // 2010-01-28
robertsosinski created gist: 290837 Sat Jan 30 17:54:51 -0800 2010
desc "Checks the JavaScript files with JSLint" task :jslint do failed_files = []
robertsosinski created tag 1.1 at robertsosinski/js-aes Sat Jan 30 15:51:32 -0800 2010
robertsosinski pushed to master at robertsosinski/js-aes Sat Jan 30 15:51:24 -0800 2010
HEAD is 913034c0ac8c3857a24b32e46d111111681bd9b1
robertsosinski pushed to master at robertsosinski/js-aes Sat Jan 30 15:49:02 -0800 2010
robertsosinski deleted tag 1.1 at robertsosinski/js-aes Sat Jan 30 15:45:44 -0800 2010
Deleted tag was at robertsosinski/js-aes/tree/1.1
robertsosinski created tag 1.1 at robertsosinski/js-aes Sat Jan 30 15:44:38 -0800 2010
robertsosinski pushed to master at robertsosinski/js-aes Sat Jan 30 15:44:35 -0800 2010
HEAD is 202d2f97e8dda034c4b02b3edb426f5b007f0b25
robertsosinski created gist: 289147 Thu Jan 28 13:13:40 -0800 2010
module ActionView module Helpers module FormTagHelper
robertsosinski created gist: 289143 Thu Jan 28 13:08:51 -0800 2010
class CachingWithRequestForgeryProtection def initialize(app) @app = app
robertsosinski created tag 1.1 at robertsosinski/js-cookies Wed Jan 27 14:14:15 -0800 2010
robertsosinski pushed to master at robertsosinski/js-cookies Wed Jan 27 14:14:06 -0800 2010
HEAD is f1a05e0f1c281042e863a5a07da8da778f381b80
  • robertsosinski committed f1a05e0f:
    cookies.list() now returns an empty array instead of undefined when there are no cookies
robertsosinski open sourced jquery-rails Sun Jan 24 20:54:07 -0800 2010
jQuery Plugin that adds Ruby on Rails routing types to AJAX
robertsosinski open sourced js-cookies Sun Jan 24 20:54:00 -0800 2010
A JavaScript cookie management library that can store object literals via JSON
robertsosinski created tag 1.0 at robertsosinski/js-aes Sun Jan 24 20:30:00 -0800 2010
robertsosinski pushed to master at robertsosinski/js-aes Sun Jan 24 20:28:57 -0800 2010
robertsosinski deleted tag 1.0 at robertsosinski/js-aes Sun Jan 24 20:28:36 -0800 2010
Deleted tag was at robertsosinski/js-aes/tree/1.0
robertsosinski deleted tag 1.0 at robertsosinski/jquery-rails Sun Jan 24 15:48:08 -0800 2010
Deleted tag was at robertsosinski/jquery-rails/tree/1.0
robertsosinski deleted tag 1.0 at robertsosinski/js-cookies Sun Jan 24 15:44:08 -0800 2010
Deleted tag was at robertsosinski/js-cookies/tree/1.0
robertsosinski deleted tag 1.0 at robertsosinski/jquery-rails Sun Jan 24 15:30:14 -0800 2010
Deleted tag was at robertsosinski/jquery-rails/tree/1.0
robertsosinski created gist: 284421 Fri Jan 22 20:16:59 -0800 2010
window.console = window.console || {}; ["log", "info", "debug", "warn", "error"].forEach(functio...
robertsosinski created gist: 284420 Fri Jan 22 20:14:40 -0800 2010
#!/usr/bin/env ruby require 'yaml'
robertsosinski created tag 1.0 at robertsosinski/authenticator Fri Jan 22 20:10:49 -0800 2010
robertsosinski pushed to master at robertsosinski/authenticator Fri Jan 22 20:08:34 -0800 2010
robertsosinski pushed to master at robertsosinski/ruby-des Fri Jan 22 19:58:03 -0800 2010