Skip to content

Instantly share code, notes, and snippets.

View jurby's full-sized avatar

Jaroslav Urbánek jurby

View GitHub Profile
@jurby
jurby / background.js
Created August 30, 2017 11:09 — forked from delfrrr/background.js
react-native requestAnimationFrame and d3-interpolate
//this is an example of background animation from my weather comparsion app
//you can get early build of app at http://zowni.com
//full source of background.js below
const React = require('react');
const Svg = React.createFactory(require('react-native-svg').Svg);
const {interpolate} = require('d3-interpolate');
//...
/**
@jurby
jurby / gatsby_performance_build_script.sh
Created June 29, 2018 14:47 — forked from calcsam/gatsby_performance_build_script.sh
Build script used for Gatsby performance benchmarking
export GITHUB_USER=freeCodeCamp
export REPO=guide
export COMMIT_HASH=6f35bcd61103545136a3ed130124da9822b761ed
#export GITHUB_USER=calcsam
#export REPO=gatsby-image-performance-benchmarking
#export COMMIT_HASH=d2d358ed54ade68c057333666777fd56bef5ebf2
#export COMMIT_HASH=f05103a1c3e0b25ea4beafd63b6df72953d657b2
sudo -E su
{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
},
"Console": {
"IncludeScopes": true,
"LogLevel": {