apeiros (Stefan Rusterholz)

Name
Stefan Rusterholz
Email
Location
Switzerland
Member Since
May 15, 2008 (about 1 year)

Following 6 githubbers and watching 28 repositories view all →

Public Repositories (18)

  • baretest

    Test framework reduced to the max - all you need and nothing more

    legend

    Last updated Sun Nov 22 07:45:18 -0800 2009

  • scriptfile

    Handle the data part (after __END__) of arbitrary files like a File instance

    legend

    Last updated Wed Nov 18 11:37:55 -0800 2009

  • filestring

    Treat files like plain normal strings

    legend

    Last updated Mon Nov 09 19:32:17 -0800 2009

  • color

    A color library - abandoned, only online for dominikh

    legend

    Last updated Fri Nov 06 11:11:56 -0800 2009

  • limechat

    IRC Client for OSX

    legend

    Forked from psychs/limechat Sun Nov 01 14:43:57 -0800 2009

    Last updated Thu Oct 29 09:47:28 -0700 2009

  • barebench

    A benchmark implementation based on baretest

    legend

    Last updated Sun Oct 25 08:30:54 -0700 2009

  • cucumber

    BDD that talks to domain experts first and code second

    legend

    Forked from aslakhellesoy/cucumber Mon May 18 05:40:52 -0700 2009

    Last updated Mon May 18 07:17:00 -0700 2009

  • silverplatter-wordex

    A word based pattern matcher

    legend

    Last updated Mon May 18 07:16:48 -0700 2009

  • awesome_nested_set

    An awesome replacement for acts_as_nested_set and better_nested_set.

    legend

    Forked from collectiveidea/awesome_nested_set Tue Mar 31 06:33:16 -0700 2009

    Last updated Mon Apr 06 04:47:24 -0700 2009

  • yard

    YARD is a Ruby Documentation tool

    legend

    Forked from lsegal/yard Thu Jan 29 14:09:28 -0800 2009

    Last updated Mon Jan 26 19:04:01 -0800 2009

  • gruff

    Gruff graphing library for Ruby

    legend

    Forked from topfunky/gruff Tue Jan 20 00:17:09 -0800 2009

    Last updated Wed Jan 14 11:56:26 -0800 2009

  • aasm

    AASM - State machines for Ruby classes

    legend

    Forked from rubyist/aasm Tue Apr 07 05:32:39 -0700 2009

    Last updated Tue Dec 30 06:59:15 -0800 2008

  • silverplatter-log

    Simple Log library

    legend

    Last updated Fri Dec 26 11:08:44 -0800 2008

  • silverplatter-irc

    A fully fledged irc library and framework (you can use it in either style)

    legend

    Last updated Fri Nov 21 05:45:04 -0800 2008

  • chronos

    A high level time library, dealing with date, time, durations, intervals and more

    legend

    Last updated Sun Aug 24 14:39:46 -0700 2008

  • halsbe

    A new dynamic language

    legend

    Last updated Fri Jul 11 11:36:33 -0700 2008

  • ruby-pro

    Website for the irc://irc.freenode.net/#ruby-pro channel.

    legend

    Last updated Thu Jun 12 05:12:12 -0700 2008

  • breezeforms

    Form creation & validation library

    legend

    Last updated Wed Jun 04 05:26:30 -0700 2008

Public Activity feed

apeiros pushed to master at apeiros/baretest Sun Nov 22 07:45:19 -0800 2009
HEAD is 47d0868440c1dbdf752ce34087c730caa9a50ee4

6 commits »

apeiros pushed to master at apeiros/baretest Wed Nov 18 15:09:27 -0800 2009
HEAD is 8401b85f2c2505d1ca90a6aeb4c332d0f7e0db16

12 commits »

apeiros pushed to master at apeiros/scriptfile Wed Nov 18 11:37:56 -0800 2009
HEAD is 9f079d13721e125b21be248dceaa5da4de2e412c

7 commits »

apeiros created branch master at apeiros/scriptfile Wed Nov 18 11:20:49 -0800 2009
apeiros created repository scriptfile Wed Nov 18 11:11:37 -0800 2009
New repository is at apeiros/scriptfile
apeiros pushed to master at apeiros/baretest Sun Nov 15 10:44:48 -0800 2009
HEAD is d1aeb4f78f97cb28367e3a6a6f0b52a2d04397a0
  • Stefan Rusterholz committed d1aeb4f7:
    Improved example test, added chapter 4.
apeiros pushed to master at apeiros/baretest Sun Nov 15 09:10:16 -0800 2009
HEAD is 71ed9964aa2f684b67b288fafb653d10446c23e1
  • Stefan Rusterholz committed 71ed9964:
    First step to a baretest usage guide.
apeiros pushed to master at apeiros/baretest Fri Nov 13 17:19:59 -0800 2009
HEAD is 91285284bcefdd484dc3f905a21eaf401cdefb2f
  • Stefan Rusterholz committed 91285284:
    Fixed an encoding issue with ruby 1.9.
apeiros pushed to master at apeiros/baretest Fri Nov 13 17:13:16 -0800 2009
HEAD is a083a6f5a1eec3666c5ba215e16b63d5252ee652

3 commits »

apeiros updated gist: 234189 Fri Nov 13 13:39:08 -0800 2009
class Object def chain_method(with_symbol, &new_method) old_method = method with_symbol
apeiros forked gist: 234189 Fri Nov 13 13:36:31 -0800 2009
class Object def chain_method(with_symbol, &with_block_returned_from) old_method = method w...
apeiros pushed to master at apeiros/filestring Mon Nov 09 19:32:17 -0800 2009
HEAD is 781c728d5ec41f9c8be851c4830b19d4c02b7bc7
  • Stefan Rusterholz committed 781c728d:
    Added regex capability to [] and []= - thanks to Robert Klemme.
apeiros pushed to master at apeiros/baretest Mon Nov 09 16:49:43 -0800 2009
HEAD is d8471ddfeba927487dcf7d6a6119b312119dc433

4 commits »

apeiros pushed to master at apeiros/filestring Mon Nov 09 13:50:35 -0800 2009
HEAD is fb9486c71be4277708e08e8ebb2c4c5be246db88
  • Stefan Rusterholz committed fb9486c7:
    Added a note related to performance.
apeiros pushed to master at apeiros/filestring Sun Nov 08 17:45:17 -0800 2009
HEAD is 8f0d7bcfc2600b1c3b92b92e9df2c11784181a80

7 commits »

apeiros updated gist: 229001 Sun Nov 08 16:56:55 -0800 2009
FileString now lives in its own repository at http://github.com/apeiros/filestring
apeiros updated gist: 229001 Sun Nov 08 16:50:02 -0800 2009
FileString now lives in its own repository at http://github.com/apeiros/filestring
apeiros created branch master at apeiros/filestring Sun Nov 08 16:48:52 -0800 2009
apeiros created repository filestring Sun Nov 08 16:39:15 -0800 2009
New repository is at apeiros/filestring
apeiros updated gist: 229001 Sun Nov 08 11:31:49 -0800 2009
# SYNOPSIS # fs = FileString.with_default("some_file.txt", "hello world!") # fs[6,5] ...
apeiros updated gist: 229001 Sun Nov 08 11:13:19 -0800 2009
# DESCRIPTION # Replicates all (or most) of String's methods, therefore look # in String for docu...
apeiros updated gist: 229001 Sun Nov 08 11:12:17 -0800 2009
# DESCRIPTION # Replicates all (or most) of String's methods, therefore look # in String for docu...
apeiros updated gist: 229001 Sun Nov 08 08:35:48 -0800 2009
# DESCRIPTION # Replicates all (or most) of String's methods, therefore look # in String for docu...
apeiros updated gist: 229001 Sat Nov 07 20:19:11 -0800 2009
# DESCRIPTION # Replicates all (or most) of String's methods, therefore look # in String for docu...
apeiros updated gist: 229001 Sat Nov 07 20:03:47 -0800 2009
# DESCRIPTION # Replicates all (or most) of String's methods, therefore look # in String for docu...
apeiros updated gist: 229001 Sat Nov 07 19:49:12 -0800 2009
# DESCRIPTION # Replicates all (or most) of String's methods, therefore look # in String for docu...
apeiros updated gist: 229001 Sat Nov 07 19:18:49 -0800 2009
# DESCRIPTION # Replicates all (or most) of String's methods, therefore look # in String for docu...
apeiros updated gist: 229001 Sat Nov 07 19:14:52 -0800 2009
# DESCRIPTION # Replicates all (or most) of String's methods, therefore look # in String for docu...
apeiros updated gist: 229001 Sat Nov 07 19:07:47 -0800 2009
# DESCRIPTION # Replicates all (or most) of String's methods, therefore look # in String for docu...
apeiros updated gist: 229001 Sat Nov 07 17:30:27 -0800 2009
# DESCRIPTION # Replicates all (or most) of String's methods, therefore look # in String for docu...
apeiros created gist: 229001 Sat Nov 07 16:54:15 -0800 2009
# DESCRIPTION # Replicates all (or most) of String's methods, therefore look # in String for docu...
apeiros created branch master at apeiros/color Fri Nov 06 11:11:57 -0800 2009
New branch is at apeiros/color/tree/master
apeiros created repository color Fri Nov 06 11:09:01 -0800 2009
New repository is at apeiros/color
apeiros forked psychs/limechat Sun Nov 01 14:43:59 -0800 2009
Forked repository is at apeiros/limechat
apeiros created tag version-0.2.0 at apeiros/baretest Thu Oct 29 10:49:26 -0700 2009