Skip to content
View dupesnduds's full-sized avatar
💭
Hi. Send me a message. I'm lonely.
💭
Hi. Send me a message. I'm lonely.
Block or Report

Block or report dupesnduds

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Phone-Guides Phone-Guides Public

    Asterisk based dial in phone audio guides. Proof of concept application, originally written for the Canterbury Tourism Board.

    PHP 1 1

  2. Lazy Lazy Public

    VMs suck. Rebuilding VMs suck even more.

    Shell

  3. FoldViewController FoldViewController Public

    FoldViewController is folding menu view controller for the iOS platform based on the excellent ECSlidingViewController and XYOrigami projects.

    Objective-C 12

  4. passport-trademe passport-trademe Public

    Trade Me (www.trademe.co.nz) authentication strategy for Passport (http://passportjs.org/).

    JavaScript 2 2

  5. Mining Twitter for gold ... a.k.a Da... Mining Twitter for gold ... a.k.a Data mining Twitter's streaming API for irrelevant memes for daily amusement.
    1
    #!/usr/bin/env python
    2
    from __future__ import division
    3
    
    
    4
    #
    5
    import time
  6. A very basic Instagram upload script... A very basic Instagram upload script in bash. Uses sips for resampling and pynstagram for uploading.
    1
    #!/bin/bash
    2
    
    
    3
    ## usage: instaupper <image> <username> "<hashtags>"
    4
    
    
    5
    ## desired Instagram size in pixels (aspect 4:5)