Skip to content

Instantly share code, notes, and snippets.

View iesta's full-sized avatar

Goom JM iesta

View GitHub Profile

Keybase proof

I hereby claim:

  • I am iesta on github.
  • I am iesta (https://keybase.io/iesta) on keybase.
  • I have a public key ASDsOMbIQCIp78u6aMZOt4BbasY9pc_8hFEHpp2G9Eex2Ao

To claim this, I am signing this object:

0x7adb612b9341e144bf82019fb2f27a7acdb1537e
console.log('hello');
@iesta
iesta / Test
Created November 15, 2016 09:01
/* insert code here */
@iesta
iesta / gist:600edc6e8956617563c6
Created February 25, 2015 14:35
Winnerboard Destock golf in french
<div id="luckyleaderboard"></div>
<style>ul.luckywinners {
list-style-type: none;
padding-left:0px;
}
ul.luckywinners li {
border: #dddddd 1px solid;
padding: 10px;
margin-bottom: 4px;
padding-left:0px;
<div id="luckyleaderboard"></div>
<style>ul.luckywinners {
list-style-type: none;
padding-left:0px;
}
ul.luckywinners li {
border: #dddddd 1px solid;
padding: 10px;
margin-bottom: 4px;
padding-left:0px;
<div id="luckyleaderboard"></div>
<style>ul.luckywinners {
list-style-type: none;
padding-left:0px;
}
ul.luckywinners li {
border: #dddddd 1px solid;
padding: 10px;
margin-bottom: 4px;
padding-left:0px;
@iesta
iesta / gist:653fa8d9559ce4067a45
Created November 21, 2014 10:57
Javascript to embed before </body> in Pournosanimaux's homepage
<style>
ul.luckywinners {
list-style-type: none;
padding-left:0px;
margin-top: 27px;
}
ul.luckywinners li {
border: #dddddd 1px solid;
padding: 7px;
font-size: 120%;
@iesta
iesta / gist:6a752a5f471a01689b39
Created November 19, 2014 17:10
Winner board pournosanimaux.fr
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.8.4/moment-with-locales.min.js"></script>
<h3>Last winners</h3>
<p>
<div id="luckyleaderboard"></div>
<script>
$.getJSON("https://www.luckycycle.com/operations/221f0b972b4ab7bcebc556ae777f8612/board.json?n=10", function (data) {
var items = [];
$.each(data, function (key, val) {
if (val.firstname) {
@iesta
iesta / gist:73af4a22929954a2d222
Created May 14, 2014 13:52
Frame to insert - LuckyCycle - Smarty version
<iframe frameborder="0"
height="{$vars['frame']['height']}"
src="http://www.luckycycle.com/play/{$vars['hash']}"
target="_blank"
align="center"
width="{$vars['frame']['width']}"
scrolling="no"
style="{$vars['frame']['css']}"
width="{$vars['frame']['width']}"
height="{$vars['frame']['height']}"