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:
I hereby claim:
To claim this, I am signing this object:
| Verifying that +xurde is my blockchain ID. https://onename.com/xurde |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| class Worker | |
| def strike | |
| sleep(24.hours) | |
| end | |
| end | |
| class Employer | |
| def fire_all | |
| Worker.all.destroy | |
| end |
| group :production do | |
| gem "unicorn" | |
| end |
| -- | |
| -- 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 |
| <!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"> |
| #!/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 | |
| # |
| #!/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 |
| #!/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 |