Skip to content

Instantly share code, notes, and snippets.

View xurde's full-sized avatar
🎯
Focusing

Jorge Diaz xurde

🎯
Focusing
View GitHub Profile
@xurde
xurde / 0_reuse_code.js
Created January 20, 2014 13:55
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@xurde
xurde / Gemfile
Created September 15, 2013 04:49 — forked from nebiros/Gemfile
group :production do
gem "unicorn"
end
@xurde
xurde / hack.sh
Created April 1, 2012 07:05 — forked from erikh/hack.sh
OSX For Hackers
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh
#
@xurde
xurde / redis-server
Created May 28, 2011 23:53 — forked from peterc/redis-server
Redis etc/init.d file for Yumit
#!/bin/sh
#
# redis - this script starts and stops the redis-server daemon
#
# chkconfig: - 85 15
# description: Redis is a persistent key-value database
# processname: redis-server
# config: /etc/redis.conf
# config: /etc/sysconfig/redis
# pidfile: /var/run/redis.pid