Skip to content

Instantly share code, notes, and snippets.

# Description:
# Hubot walk in the military
#
# Commands:
# hubot walk - Random military walk command.
walks = [
"一,二,一,二,一,二",
"一,二,一,二,國旗在飛揚,預備,唱!",
"一,二,一,二,精神答數!",
"一,二,一,二,榮譽,在我心裡,我就不怕風浪,預備,唱!"
@trisix
trisix / hound.coffee
Last active December 17, 2015 17:49
Hubot is playing with the Sound Cloud API. :P
# Description:
# Messing around with the Sound Cloud API.
#
# Commands:
# hubot hound track me <query> - Searches SoundClound for the query.
# hubot hound tag me <tag> - Searches SoundClound for the tag.
# hubot hound hot me - Searches SoundClound for the hottest.
# hubot hound beep me <beep>- Searches SoundClound for the bpm larger than beep.
module.exports = (robot) ->
@trisix
trisix / UIImage+Retina4.h
Created September 21, 2012 05:29
Use -568h@2x png
//
// UIImage+Retina4.h
// StunOMatic
//
// Created by Benjamin Stahlhood on 9/12/12.
// Copyright (c) 2012 DS Media Labs. All rights reserved.
//
#import <UIKit/UIKit.h>
@trisix
trisix / UIImage+Retina4.h
Created September 21, 2012 05:26
Deal with -568h@2x png
//
// UIImage+Retina4.h
// StunOMatic
//
// Created by Benjamin Stahlhood on 9/12/12.
// Copyright (c) 2012 DS Media Labs. All rights reserved.
//
#import <UIKit/UIKit.h>
@trisix
trisix / UIImage+Retina4
Created September 21, 2012 05:22
UIImage+Retina4.Deal with -568h@2x png.
//
// UIImage+Retina4.h
// StunOMatic
//
// Created by Benjamin Stahlhood on 9/12/12.
// Copyright (c) 2012 DS Media Labs. All rights reserved.
//
#import <UIKit/UIKit.h>