Skip to content

Instantly share code, notes, and snippets.

View bhaskarmurthy's full-sized avatar

Bhaskar Murthy bhaskarmurthy

View GitHub Profile
@bhaskarmurthy
bhaskarmurthy / plink-plonk.js
Created February 15, 2020 19:59 — forked from tomhicks/plink-plonk.js
Listen to your web pages
@bhaskarmurthy
bhaskarmurthy / StateMachine
Created October 16, 2018 05:19 — forked from elandau/StateMachine
Rx based state machine
package com.netflix.experiments.rx;
import java.util.HashMap;
import java.util.Map;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import rx.Observable;
import rx.Observable.OnSubscribe;
@bhaskarmurthy
bhaskarmurthy / RNfontWeights.js
Created October 20, 2017 15:01 — forked from knowbody/RNfontWeights.js
React Native Font Weight Cheatsheet iOS
{ fontWeight: '100' }, // Thin
{ fontWeight: '200' }, // Ultra Light
{ fontWeight: '300' }, // Light
{ fontWeight: '400' }, // Regular
{ fontWeight: '500' }, // Medium
{ fontWeight: '600' }, // Semibold
{ fontWeight: '700' }, // Bold
{ fontWeight: '800' }, // Heavy
{ fontWeight: '900' }, // Black