Skip to content

Instantly share code, notes, and snippets.

View soyoh's full-sized avatar
💭
I may be slow to respond.

Alejandro hoyos soyoh

💭
I may be slow to respond.
View GitHub Profile
# migrating from https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/git/git.plugin.zsh
# Aliases
alias g='git'
#compdef g=git
alias gst='git status'
#compdef _git gst=git-status
alias gd='git diff'
#compdef _git gd=git-diff
alias gdc='git diff --cached'
@soyoh
soyoh / ti.socket.io.js
Created October 28, 2012 16:09 — forked from euforic/ti.socket.io.js
Socket.io-client Titanium
/*! Socket.IO.js build:0.9.6, development. Copyright(c) 2011 LearnBoost <dev@learnboost.com> MIT Licensed */
/**
* Originally Ported to titanium by Jordi Domenech <jordi@iamyellow.net>
* source: https://github.com/iamyellow/socket.io-client
*/
this.io = {};
module.exports = this.io;
/**
@soyoh
soyoh / SpotifyViewsDemo.html
Created June 12, 2012 06:51 — forked from liesen/SpotifyViewsDemo.html
Spotify Apps API example
<!DOCTYPE html>
<html>
<head>
<title>API</title>
<link rel="stylesheet" href="sp://import/css/adam.css">
<style>
body {
-webkit-box-orient: vertical;
display: -webkit-box;