Skip to content

Instantly share code, notes, and snippets.

View huichops's full-sized avatar

Luis Argumedo huichops

View GitHub Profile
@huichops
huichops / InstalarRubyWindows.md
Last active January 9, 2023 23:05
Instalacion de Ruby y Sinatra en Windows

Instalacion de Ruby en Windows

Instalar Ruby

  1. Primero vayan y bajen el instalador de ruby en windows Descargar Ruby Installer Bajen el instalador de la version 2.0.0 que corresponda a su arquitectura

  2. Abren el ejecutable Cuando esten instalando prendan el checkbox que dice

@huichops
huichops / autofill.js
Last active December 17, 2019 17:38
Script para autorellenar las encuestas del SIIAU
var c=document.querySelector("frame[name='mainFrame']").contentWindow.document.querySelector("#contenido").contentWindow.document.querySelectorAll("select"),container=document.querySelector("frame[name='mainFrame']").contentWindow.document.querySelector("#contenido").contentWindow.document.body,ov=document.createElement("div"),M=0,B=1,rA=document.createElement("a"),bA=document.createElement("a"),mA=document.createElement("a");ov.style.position="fixed";ov.style.width="200px";ov.style.height="100px";ov.style.bottom="0px";ov.style.right="0px";ov.style.padding="10px";ov.style.backgroundColor="rgba(210,30,0,0.8)";container.appendChild(ov);rA.href="#";bA.href="#";mA.href="#";rA.onclick=function(){fill();return false};bA.onclick=function(){fill(B);return false};mA.onclick=function(){fill(M);return false};rA.style.display="block";bA.style.display="block";mA.style.display="block";rA.innerHTML="Random";bA.innerHTML="Bien";mA.innerHTML="Mal";ov.appendChild(rA);ov.appendChild(bA);ov.appendChild(mA);function fill(type){if
@huichops
huichops / .block
Last active January 2, 2019 19:13
fresh block
license: mit
<html>
<head>
<style>
.todo--done {
text-decoration: line-through;
}
</style>
<script>
function main() {
const todos = document.getElementById('todo-app');

Keybase proof

I hereby claim:

  • I am huichops on github.
  • I am huichops (https://keybase.io/huichops) on keybase.
  • I have a public key ASARRI-G636B035Yr45w4tQejxkFFK-_H4LfoemMj7DDWAo

To claim this, I am signing this object:

var longestIncreasingPath = function(matrix) {
if (matrix.length === 0) return 0;
if (matrix[0].length === 0) return 0;
var m = matrix.length;
var n = matrix[0].length;
var max = -99999
var memory = [];
for (var p = 0; p < m; p++) {

#Thursday meeting @LUGAR

Hola! Bienvenidos a la reunión de Couchsurfing Guadalajara en LUGAR. Nos reunimos todos los jueves en algún lugar de la ciudad que es cercano a todo. Tenemos cada semana entre 20 y 30 personas para unirse y siempre es una buena mezcla de locales, visitantes y viajeros.

La reunión de hoy jueves 22 de Octubre es en LUGAR (DIRECCION) Y nos encontraremos en el interior del bar, solo pregunta por Couchsurfing, es bastante fácil de encontrarnos!

Por favor, registren su asistencia para la reunión. Es la manera más fácil de estar en contacto con tus nuevos amigos después de la reunión. Asimismo, las demás personas deciden unirse a la reunión cuando ven a otras personas que se unen a ella. Pero en realidad, tenemos cada vez más personas como un montón de gente /viajeros / locales no firman porque lo decidieron de último minuto.

Cuando: FECHA

@huichops
huichops / palabras.md
Last active January 1, 2016 15:19
Palabras

Palabras poco comúnes

asiduo Constante, frecente, perseverante

magnánimo Noble, Generoso, Bondadoso

refulgente brillante, luminoso, destellante

empellón empujón, impulso, choque

@huichops
huichops / HumbleBundles
Created December 25, 2013 21:26
Links de descarga windows para varios humble bundles
https://hb1.ssl.hwcdn.net/avirusnamedtom-windows-1_0_49-1379383743.exe?key=ahFzfmhyLWh1bWJsZWJ1bmRsZXINCxIEVXNlchi6tuYQDA&ttl=1388091556&t=e53e06522a939efeada7acaa31805107
https://hb1.ssl.hwcdn.net/AlanWake-Humblebundle.zip?key=ahFzfmhyLWh1bWJsZWJ1bmRsZXINCxIEVXNlchi6tuYQDA&ttl=1388091556&t=da17df311e3c93b7dec25420b7888f5b
https://hb1.ssl.hwcdn.net/Alan_Wakes_American_Nightmare_1366581313.zip?key=ahFzfmhyLWh1bWJsZWJ1bmRsZXINCxIEVXNlchi6tuYQDA&ttl=1388091556&t=9c1e7a5a6471dd53aecc86477a051df6
https://hb1.ssl.hwcdn.net/amnesia_tdd_1.2.1.zip?key=ahFzfmhyLWh1bWJsZWJ1bmRsZXINCxIEVXNlchi6tuYQDA&ttl=1388091556&t=a047ba3c56efa0170836a23a74bb755d
https://hb1.ssl.hwcdn.net/AndYetItMovesv1.3.0Setup.exe?key=ahFzfmhyLWh1bWJsZWJ1bmRsZXINCxIEVXNlchi6tuYQDA&ttl=1388091556&t=32a484853d3366148711f6232bac967d
https://hb1.ssl.hwcdn.net/atomzombiesmasher_v1_954.exe?key=ahFzfmhyLWh1bWJsZWJ1bmRsZXINCxIEVXNlchi6tuYQDA&ttl=1388091556&t=1118f088bfa8dc57af1977b2f26d9955
https://hb1.ssl.hwcdn.net/Awesomenauts_Windows_Installer_for_Humbl
/*
* =====================================================================================
*
* Filename: huffman.c
*
* Description: HuffmanEncoder
*
* Version: 1.0
* Created: 12/12/13 07:58:11
* Revision: none