Skip to content

Instantly share code, notes, and snippets.

View xurde's full-sized avatar
🎯
Focusing

Jorge Díaz xurde

🎯
Focusing
View GitHub Profile
@xurde
xurde / keybase.md
Created September 8, 2016 01:36
keybase.md

Keybase proof

I hereby claim:

  • I am xurde on github.
  • I am xurde (https://keybase.io/xurde) on keybase.
  • I have a public key whose fingerprint is 5211 75BB AEE7 98CB 20DF 0722 EFD9 DA56 4406 A23A

To claim this, I am signing this object:

@xurde
xurde / gist:5d7ea63d01a42914cd29
Created December 14, 2015 03:01
Onename verification
Verifying that +xurde is my blockchain ID. https://onename.com/xurde
@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 / WordClassFight.rb
Last active December 24, 2015 18:18
World Class Fight written in Ruby.
class Worker
def strike
sleep(24.hours)
end
end
class Employer
def fire_all
Worker.all.destroy
end
@xurde
xurde / Gemfile
Created September 15, 2013 04:49 — forked from nebiros/Gemfile
group :production do
gem "unicorn"
end
@xurde
xurde / ejabberd-mysql.sql
Created June 18, 2013 00:46
SQL script to create ejabberd DB structure
--
-- ejabberd, Copyright (C) 2002-2012 ProcessOne
--
-- This program is free software; you can redistribute it and/or
-- modify it under the terms of the GNU General Public License as
-- published by the Free Software Foundation; either version 2 of the
-- License, or (at your option) any later version.
--
-- This program is distributed in the hope that it will be useful,
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
@xurde
xurde / index.html
Created July 16, 2012 01:05
Simple Web Template
<!DOCTYPE html>
<html lang="es">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Web Title</title>
<link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css' />
<meta property="og:title" content="Web Title"/>
<meta property="og:site_name" content="simpleweb.com"/>
<meta property="og:image" content=""/>
<style type="text/css" media="screen">
@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 / install-ruby-1.9.x.sh
Created March 21, 2012 09:04
Script Installer Ruby 1.9.x - by Blat
#!/bin/bash
#
# Script Installer Ruby 1.9.x
# by Blat
#
export DEBIAN_FRONTEND=noninteractive
aptitude update &&
apt-get -o Dpkg::Options::="--force-confnew" -y -fuy dist-upgrade &&
# Install base packages
@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