nolim1t

Website/Blog
http://blog.perceptionz.net/
Location
Sydney, Australia
Member Since
May 11, 2009 (6 months)

Following 3 githubbers and watching 23 repositories view all →

Public Repositories (4)

  • nolim1t-misc-scripts

    My collection of shell scripts (backup scripts, etc etc)

    legend

    Last updated Sun Nov 08 18:31:38 -0800 2009

  • jruby-jms-connector

    Just a simple JRuby helper class for accessing JMS servers

    legend

    Last updated Tue Sep 01 06:39:20 -0700 2009

  • nolim1t-jruby-httpd

    My simple WEBrick (Servlet Based) HTTPD in JRuby (using log4j for logging)

    legend

    Last updated Fri Aug 28 08:10:18 -0700 2009

  • nolim1t-iphonebits

    iphone SDK / Objective-C bits and pieces + UNIX utility type stuff which run on jailbroken phones

    legend

    Last updated Fri Jun 05 06:46:00 -0700 2009

Public Activity feed

nolim1t created gist: 239268 Thu Nov 19 19:27:35 -0800 2009
// Sample working OS X 10.6 code for CoreLocation #import <Cocoa/Cocoa.h>
nolim1t created gist: 235956 Mon Nov 16 04:34:54 -0800 2009
// MainViewController.h #import <UIKit/UIKit.h> #import <MessageUI/MessageUI.h>
nolim1t updated gist: 235953 Mon Nov 16 04:34:04 -0800 2009
// MainViewController.h #import <UIKit/UIKit.h> #import <MessageUI/MessageUI.h>
nolim1t created gist: 235953 Mon Nov 16 04:22:39 -0800 2009
// MainViewController.h #import <UIKit/UIKit.h> #import <MessageUI/MessageUI.h>
nolim1t created gist: 233418 Thu Nov 12 15:25:18 -0800 2009
do shell script "cd ~/gitrep/reponame ; /usr/local/bin/git pull origin master"
nolim1t created gist: 232602 Wed Nov 11 20:36:41 -0800 2009
<?php // Reading CSV File $ch = fopen('test.csv', 'r');
nolim1t pushed to master at nolim1t/nolim1t-misc-scripts Sun Nov 08 18:31:38 -0800 2009
HEAD is fa9430ed5629afea4b4d60710bc4073b35347b58
nolim1t pushed to master at nolim1t/nolim1t-misc-scripts Sun Nov 08 18:20:59 -0800 2009
HEAD is 3df396c4fce27079a1c239986d2b9ffb2a5aabbc
  • nolim1t committed 3df396c4:
    Added database functionality to file hashing script
nolim1t pushed to master at nolim1t/nolim1t-misc-scripts Sun Nov 08 17:51:29 -0800 2009
HEAD is 18c3466a28f5b6788a30bcee21ab2e0e5f25bf1e

2 commits »

nolim1t created gist: 225815 Tue Nov 03 21:48:12 -0800 2009
<?php // Inputs: Array called $csv // Outputs: String as an array format which can be evaluated a...
nolim1t created gist: 220433 Wed Oct 28 04:34:21 -0700 2009
<?php // Some simple PHP compression and base64 stuff
nolim1t created gist: 214217 Tue Oct 20 05:27:48 -0700 2009
char baseHostName[255]; gethostname(baseHostName, 255);
nolim1t created gist: 212663 Sun Oct 18 05:35:56 -0700 2009
// Getting users phone number from SIM? NSString *num = [[NSUserDefaults standardUserDefaults] st...
nolim1t created gist: 212608 Sun Oct 18 02:30:18 -0700 2009
#if TARGET_OS_IPHONE NSLog(@"You will only see this if you are targeting the iPhone platform"); ...
nolim1t updated gist: 122068 Fri Oct 16 19:50:10 -0700 2009
perl -pi -e "s/\r\n/\n/" $1
nolim1t created gist: 211578 Thu Oct 15 21:59:02 -0700 2009
<div class="data syntax"> <table cellpadding="0" cellspacing="0"> <tr> <td> <pre cl...
nolim1t started watching toolmantim/bananajour Thu Oct 15 04:54:27 -0700 2009
bananajour's description:
Local git repository hosting with a sexy web interface and bonjour discovery. It's like your own little adhoc, network-aware github!
nolim1t created gist: 209054 Mon Oct 12 23:32:00 -0700 2009
*.pbxproj -crlf -diff -merge
nolim1t updated gist: 209049 Mon Oct 12 23:29:02 -0700 2009
# Mac OS X stuff .DS_Store # Any log4j configuration files
nolim1t created gist: 209049 Mon Oct 12 23:18:03 -0700 2009
# Mac OS X stuff .DS_Store # Any log4j configuration files
nolim1t created gist: 208993 Mon Oct 12 21:26:02 -0700 2009
<?php $file="/parh/to/binary"; $fp = fopen($file, "rb");
nolim1t created gist: 205964 Fri Oct 09 05:10:33 -0700 2009
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)inde...
nolim1t created gist: 200534 Sat Oct 03 02:18:52 -0700 2009
#if TARGET_IPHONE_SIMULATOR NSLog(@"Some debugging"); #else
nolim1t started watching yahoo/yos-social-objc Fri Oct 02 04:51:35 -0700 2009
yos-social-objc's description:
Yahoo! Social SDK, an Objective-C library for Mac and iPhone developers.