NachoMan (Michael Nachbaur)

Name
Michael Nachbaur
Website/Blog
http://blog.nachbaur.com/
Location
Vancouver, BC
Member Since
Jan 04, 2009 (10 months)

Following 2 githubbers and watching 14 repositories view all →

Public Repositories (5)

  • Test-A8N

    Official repo for the CPAN test module Test::A8N

    legend

    Last updated Wed Nov 18 07:46:36 -0800 2009

  • phonegap

    access core functions on Android, iPhone and Blackberry using JavaScript

    legend

    Forked from sintaxi/phonegap Tue Feb 24 08:46:43 -0800 2009

    Last updated Sun Oct 18 16:32:24 -0700 2009

  • HTML-FormHandler-Render-Hash

    HTML::FormHandler render mode outputting XML

    legend

    Last updated Sun Sep 20 14:35:03 -0700 2009

  • Catalyst-View-XML-Generator

    Catalyst View class for rendering XML using XML::Generator::PerlData

    legend

    Last updated Sun Sep 06 10:46:48 -0700 2009

  • CGI--Simple

    A Simple totally OO CGI interface that is CGI.pm compliant

    legend

    Forked from AndyA/CGI--Simple Thu May 28 08:57:24 -0700 2009

    Last updated Thu May 28 09:54:08 -0700 2009

Public Activity feed

NachoMan pushed to master at NachoMan/Test-A8N Wed Nov 18 07:46:37 -0800 2009
HEAD is a0153ab81f780aaffd31a928aad4ac5ef3ead86d
  • NachoMan committed a0153ab8:
    Added command-line method for importing Perl INC paths for fixtures
NachoMan pushed to master at NachoMan/Test-A8N Tue Nov 17 18:06:41 -0800 2009
HEAD is 0f453029c09cd3b22f5257d05acfb24fc7ba6116

8 commits »

NachoMan pushed to master at NachoMan/phonegap Sun Oct 18 16:32:24 -0700 2009
HEAD is bf4361bb27e04020e16ad484be18d523ed4f6037
  • Michael Nachbaur committed bf4361bb:
    Added native accelerometer gestures; initially just 'Shake'
NachoMan pushed to master at NachoMan/phonegap Sun Oct 18 15:17:48 -0700 2009
HEAD is 2aa71cf15d1a51a0f4ebb742603034e8dd3b3101
  • Michael Nachbaur committed 2aa71cf1:
    Added Device.saveScreenshot
NachoMan pushed to master at NachoMan/phonegap Sun Oct 18 13:40:43 -0700 2009
HEAD is cd5a9cc9bc7ab9a96475b3f735c3f3488e6a35c1
  • Michael Nachbaur committed cd5a9cc9:
    Changed Toolbar.setItems to use an array of items...it's easier to work with
NachoMan pushed to master at NachoMan/phonegap Sun Oct 18 13:36:21 -0700 2009
HEAD is 667b072785dfec0e35e7e7508f97919184f7c4c4
  • Michael Nachbaur committed 667b0727:
    Made setItems work with a list or a single array of args
NachoMan pushed to master at NachoMan/phonegap Sun Oct 18 13:27:17 -0700 2009
HEAD is da44d7f05b9654512f45ca8af9ec6aa9748da311
  • Michael Nachbaur committed da44d7f0:
    Added introspection into which toolbar items are visible
NachoMan pushed to master at NachoMan/phonegap Sat Oct 17 18:51:16 -0700 2009
HEAD is 0bb044bffdb6199e97611a3200af21ce75a78c20
  • Michael Nachbaur committed 0bb044bf:
    Added support for images in toolbar buttons
NachoMan pushed to master at NachoMan/phonegap Sat Oct 17 18:10:27 -0700 2009
HEAD is b8879c349ad41ccea9f5eba1a253a378ff77cd03
  • Michael Nachbaur committed b8879c34:
    Fix problem with toolbars not animating
NachoMan pushed to master at NachoMan/phonegap Sat Oct 17 18:04:08 -0700 2009
HEAD is d85bbaebcb90ca43ca50c24a3daeb148eaf1dd74
  • Michael Nachbaur committed d85bbaeb:
    Removed jsAppName since it's not needed, and made toolbars support transparent and tinted backgrounds
NachoMan pushed to master at NachoMan/phonegap Sat Oct 17 17:23:36 -0700 2009
HEAD is f3a7fd4bcf97a12d7a48b558a5295e85bc50b79e
  • Michael Nachbaur committed f3a7fd4b:
    Added boolean flag showing if the toolbar is open or closed
NachoMan pushed to master at NachoMan/phonegap Sat Oct 17 17:08:21 -0700 2009
HEAD is f5554582909a129f6acc660d6acdca93b4f54ab2

2 commits »

NachoMan updated gist: 212444 Sat Oct 17 13:35:14 -0700 2009
function loadHTML(node, url, timeout) { if (timeout == undefined) timeout = 10000;
NachoMan created gist: 212444 Sat Oct 17 13:32:50 -0700 2009
function loadHTML(node, url) { var req = new XMLHttpRequest(); var timer = setTimeout(fun...
NachoMan created gist: 212064 Fri Oct 16 13:43:12 -0700 2009
navigator.notification.alert( "There was an error connecting to the Internet. Would you like ...
NachoMan created gist: 211046 Thu Oct 15 08:58:43 -0700 2009
<
NachoMan created gist: 204667 Wed Oct 07 19:44:21 -0700 2009
#!/bin/sh USER=hudson PASS=password
NachoMan created gist: 204524 Wed Oct 07 15:47:29 -0700 2009
set -ex export OUTPUT=$WORKSPACE/logs rm -rf $OUTPUT
NachoMan updated gist: 204459 Wed Oct 07 14:40:40 -0700 2009
#!/bin/sh function failed() {
NachoMan updated gist: 204459 Wed Oct 07 14:40:13 -0700 2009
#!/bin/sh function failed() {
NachoMan created gist: 204461 Wed Oct 07 14:35:53 -0700 2009
SDKS="iphoneos3.0" CONFIGURATIONS="Distribution Release"
NachoMan created gist: 204459 Wed Oct 07 14:32:30 -0700 2009
#!/bin/sh function failed() {
NachoMan created gist: 200366 Fri Oct 02 20:08:27 -0700 2009
(function() { function preventBehavior(e) { e.preventDefault();