Skip to content

Instantly share code, notes, and snippets.

View eliooses's full-sized avatar
:octocat:
Looking for a frontend position into the blockchain industry.

Elio Osés eliooses

:octocat:
Looking for a frontend position into the blockchain industry.
  • Zondax
  • Buenos Aires, Argentina.
View GitHub Profile
@eliooses
eliooses / gist:6813080
Created October 3, 2013 16:52
Just for update aula.liberallibertario.org
<script src="/media/system/js/mootools-core.js" type="text/javascript"></script>
<script src="/media/system/js/core.js" type="text/javascript"></script>
<script src="/media/system/js/mootools-more.js" type="text/javascript"></script>
<script src="/media/system/js/modal.js" type="text/javascript"></script>
<script src="/media/jui/js/jquery.min.js" type="text/javascript"></script>
<script src="/media/jui/js/jquery-noconflict.js" type="text/javascript"></script>
<script src="/media/k2/assets/js/k2.noconflict.js" type="text/javascript"></script>
<script src="/components/com_k2/js/k2.js" type="text/javascript"></script>
<script src="/templates/shaper_event/js/tools.js" type="text/javascript"></script>
<script src="/plugins/system/helix/js/menu.js" type="text/javascript"></script>
var parent=document.getElementsByTagName("html")[0];
var _body = document.getElementsByTagName('body')[0];
var _div = document.createElement('div');
_div.style.height="25";
_div.style.width="100%";
_div.style.position="fixed";
_div.style.top="auto";
_div.style.bottom="0";
_div.align="center";
var _audio= document.createElement('audio');
@eliooses
eliooses / gist:9471386
Last active August 29, 2015 13:57
Code 4 Michel
<!--HTML START-->
<head>
[[style.css]]
</head>
<iframe src="https://www.donaronline.org/junior-achievement/asociate-al-club-de-padrinos-de-junior-achievement"></iframe>
<!--HTML END-->
<!--CSS START-->
iframe {height: auto; min-height: 100%; width: 100%;}
https://www.facebook.com/ajax/timeline/customize_confirm.php?unit_data%5Bunit_type%5D=69&unit_data%5Bhash%5D=5816639493778376004&unit_data%5Bwindow_size%5D=3&unit_data%5Bwindow_start_time%5D=0&unit_data%5Bwindow_end_time%5D=1398927599&unit_data%5Bunit_start_time%5D=1397829900&unit_data%5Bunit_end_time%5D=1397829900&dom_id=u_0_90&timestamp=1397829900&impression_id=cb6f033e&is_start=1&friendship_page_id=0&is_pinned_page_post=0&timeline_page_filter=0&profile_id=120510268148531&start=0&end=1398927599&query_type=36&star_req=2&customize_action=3&__user=1041357600&__a=1&__dyn=aJswFeyj2qm9adDgDDx2G8FbAAai7pEy4UhAiFk8AlqUR94W9AK5pokAHy8&__req=c&ttstamp=26581711001105497841221007790&__rev=1221594
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- NAME: 1 COLUMN -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Invitación a participar en Socios por un Día: ayudá a un chico a emplear su pasión.</title>
<!--[if gte mso 6]>
<style>
Verifying that +eliooses is my Bitcoin username. You can send me #bitcoin here: https://onename.io/eliooses
@eliooses
eliooses / The Rise and Rise of Bitcoin SUBs by Jesus Suares and 53500173
Created October 11, 2014 10:40
The Rise and Rise of Bitcoin SUBs by Jesus Suares and 53500173
1
00:00:17,585 --> 00:00:22,775
No filmes mis contraseñas.
2
00:00:22,775 --> 00:00:25,695
Tenía una camiseta en la secundaria
que decía:
3
@eliooses
eliooses / walletGen.js
Last active August 29, 2015 14:07 — forked from maxidev/walletGen.js
// Bitcoin in Depth: A Cryptographycal Journey
// JCC 2014
//Importo librerías
var bitcoin = require('bitcoinjs-lib');
var colors = require('colors');
//Creo el par clave pública/privada usando
//criptografía asimétrica, particularmente Curva Elíptica
var key = bitcoin.ECKey.makeRandom();
# Raw transaction API example work-through
# Send coins to a 2-of-3 multisig, then spend them.
#
# For this example, I'm using these three keypairs (public/private)
# 0491bba2510912a5bd37da1fb5b1673010e43d2c6d812c514e91bfa9f2eb129e1c183329db55bd868e209aac2fbc02cb33d98fe74bf23f0c235d6126b1d8334f86 / 5JaTXbAUmfPYZFRwrYaALK48fN6sFJp4rHqq2QSXs8ucfpE4yQU
# 04865c40293a680cb9c020e7b1e106d8c1916d3cef99aa431a56d253e69256dac09ef122b1a986818a7cb624532f062c1d1f8722084861c5c3291ccffef4ec6874 / 5Jb7fCeh1Wtm4yBBg3q3XbT6B525i17kVhy3vMC9AqfR6FH2qGk
# 048d2455d2403e08708fc1f556002f1b6cd83f992d085097f9974ab08a28838f07896fbab08f39495e15fa6fad6edbfb1e754e35fa1c7844c41f322a1863d46213 / 5JFjmGo5Fww9p8gvx48qBYDJNAzR9pmH5S389axMtDyPT8ddqmw
# First: combine the three keys into a multisig address:
./bitcoind createmultisig 2 '["0491bba2510912a5bd37da1fb5b1673010e43d2c6d812c514e91bfa9f2eb129e1c183329db55bd868e209aac2fbc02cb33d98fe74bf23f0c235d6126b1d8334f86","04865c40293a680cb9c020e7b1e106d8c1916d3cef99aa431a56d253e69256dac09ef122b1a9
@eliooses
eliooses / gist:f8621a06d0578975034f
Last active September 2, 2016 04:12
Instalación de Laravel 4 para Windows XP
#WorkInProgress (#borrador)
Instalación de Laravel completa (Composer y ConEmu incluido) [Windows XP]:
Instalar ConEmu (Portable) [Puede tirar errores si se uso con anterioridad en otra ubicaci]:
Descargar desde http://sourceforge.net/projects/conemu/
Ejecutar el .exe directamente (crear acceso directo)
Instalar XAMPP (1.8.2) [Necesita ejecutar Php 5.4 o anteriores, ya que XP no soporta las nuevas versiones]:
Descargar desde http://sourceforge.net/projects/xampp/ // http://sourceforge.net/projects/xampp/files/XAMPP%20Windows/1.8.2/