Skip to content

Instantly share code, notes, and snippets.

View cylim's full-sized avatar
👻
Enjoying life ~

CY Lim cylim

👻
Enjoying life ~
View GitHub Profile
@cylim
cylim / introrx.md
Created February 2, 2018 14:24 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
// These two need to be declared outside the try/catch
// so that they can be closed in the finally block.
HttpURLConnection urlConnection = null;
BufferedReader reader = null;
// Will contain the raw JSON response as a string.
String forecastJsonStr = null;
try {
// Construct the URL for the OpenWeatherMap query
@cylim
cylim / index.js
Created August 28, 2014 04:32 — forked from edokeh/index.js
//
// _oo0oo_
// o8888888o
// 88" . "88
// (| -_- |)
// 0\ = /0
// ___/`---'\___
// .' \\| |// '.
// / \\||| : |||// \
// / _||||| -:- |||||- \