Skip to content

Instantly share code, notes, and snippets.

View givanse's full-sized avatar
:shipit:
ON A BOAT

Gastón Silva givanse

:shipit:
ON A BOAT
View GitHub Profile
@givanse
givanse / arrow-functions.md
Last active November 14, 2018 00:12
Arrow Functions

Use them to avoid doing this:

this.list = [];
const self = this;
function callback() {
  self.list;
}
someAsyncFunction(callback);
@givanse
givanse / browser-automation-tools.md
Created August 6, 2018 23:07
browser automation tools

browser automation tools

selenium webdriver.io - manages the selenium session nightwatch js - selenium phantom js - development suspended, headless browser casper js - navigation scripting for phantom js and slimer js nightmare js - uses electron slimer js - like phantom js, based on firefox

@givanse
givanse / resources.md
Last active November 6, 2018 07:15
Bitcoin

Energy

@givanse
givanse / main.py
Created May 3, 2019 14:25
time analysis
#!/usr/bin/python
# coding=utf-8
import time
import datetime
from math import pi
M1 = 8.6
M1short = 1.075
M1long = 2.15
@givanse
givanse / diy-bitcoin-node-shopping-list.md
Last active February 28, 2022 06:51
DIY Bitcoin node shopping list