Skip to content

Instantly share code, notes, and snippets.

View ZeroDragon's full-sized avatar
🌮
Tacos de canasta

Zero Dragon ZeroDragon

🌮
Tacos de canasta
View GitHub Profile
@ZeroDragon
ZeroDragon / todo.md
Last active August 29, 2015 13:56
Chispita TODO list

##Chispita TODO list Esta es la lista de pendientes para el alpha de chispita, el cual lo pueden ver en http://zerothedragon.com/chispita

##Features:

  • Indicar como moverte [How to play]
  • Indicar cual es el objetivo [How to play]
  • Indicar buscar la salida [How to play]
  • Si no recoges a todos los hijos no te puedes ir [How to play]
  • Implementar una burbuja que indique la dirección de la salida del nivel [How to play]
  • Mejorar el HUD
@ZeroDragon
ZeroDragon / readme.md
Created August 19, 2014 16:29
How to use sublime text as IDE for node and coffee

##Instalation

First we need to locate our node binary

$ which node
/usr/local/bin/node

Then in sublime text we go to Tools > Build System > New Build System ...

Replace what comes for default with this:

<!doctype html>
<html ng-app>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.12/angular.min.js"></script>
</head>
<body>
<div>
<label>Name:</label>
<input type="text" ng-model="yourName" placeholder="Enter a name here">
<hr>
@ZeroDragon
ZeroDragon / demo.jade
Created September 1, 2014 22:35
el demo
doctype
html
head
title #{title}
body
block content
////////////////////
@ZeroDragon
ZeroDragon / donas.html
Last active August 29, 2015 14:06
dougnut con css
<style>
body{
background-color:#1497FF;
}
.pieContainer{
height: 50px;
width: 50px;
}
.before, .after{
@ZeroDragon
ZeroDragon / Genesis.GOD
Created October 5, 2012 04:10
La creación del mundo
//Así se creó el mundo version Programador... (se vale contribuir en los comentarios)
//tambien pueden hacer un fork y luego hacemos un merge :P
//Genesis... Documentación en http://iglesia.net/biblia/libros/genesis.html
1:0 void();
1:1 BEGIN tierra = new Earth();
cielo = new Heaven();
1:2 tierra.oscuridad = 1;
tierra.agua = new Water();
1:3 tierra.luz = new Light();
tierra.luz.active = 1; //:megusta:
@ZeroDragon
ZeroDragon / coffee.coffee
Last active December 15, 2015 18:30
The most useless script ever!
argsarr = process.argv[2..]
args = {}
for i,k in argsarr
if k%2 is 0
args[i.replace(/--/,'')] = ~~argsarr[k+1]
log = (text)->
if process.stdout
process.stdout.clearLine()
process.stdout.cursorTo 0
[
{
"keys": ["command+shift+r"], "command": "browser_refresh", "args": {
"auto_save": true,
"delay": 0.0,
"activate_browser": false,
"browser_name" : "all"
}
},
/* C O N S O L E L O G */
@ZeroDragon
ZeroDragon / pro custom.terminal
Created May 24, 2013 16:28
Mi tema de la terminal. La uso en conjunto con el tema fwalch del oh-my-zsh
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ANSIBlueColor</key>
<data>
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjMzMjQ3Nzk2NzQgMC40MDU2NjQ3MDg4IDAuNjM4OTU3Njc5MwAQAYAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
<?php if(!defined("BASEPATH")){ exit("No direct script access allowed"); }
/**
* Multi-Upload
*
* Extends CodeIgniters native Upload class to add support for multiple
* uploads.
*
* @package CodeIgniter
* @subpackage Libraries