Skip to content

Instantly share code, notes, and snippets.

View eastroots92's full-sized avatar
🚀

DongGeun Lee eastroots92

🚀
View GitHub Profile
import com.google.gson.JsonArray;
import com.google.gson.JsonElement;
import com.google.gson.JsonParser;
import com.sun.media.jfxmediaimpl.MediaDisposer;
import io.reactivex.Observable;
import io.reactivex.disposables.Disposable;
import io.reactivex.functions.Function;
import okhttp3.OkHttpClient;
import okhttp3.Request;
import okhttp3.Response;
// tslint:disable
declare namespace Lottie {
export interface AnimationItem {
addEventListener(name: string, callback: () => void): void;
// To destroy and release resources.
destroy(): void;
// first param is a numeric value. second param is a boolean that defines time or frames for first param
goToAndPlay(value: number, isFrame: boolean): void;
@arya-oss
arya-oss / INSTALL.md
Last active November 18, 2023 13:58
Ubuntu 16.04 Developer Tools installation

Ubuntu 16.04 Developer Tools Installation

First things first !

sudo apt update
sudo apt upgrade

Standard Developer Tools

sudo apt-get install build-essential git
@nacyot
nacyot / 2013-03-04-ruby-trivias-you-should-know-4.md
Last active April 17, 2024 05:01
알아두면 도움이 되는 55가지 루비 기법