Skip to content

Instantly share code, notes, and snippets.

View ngruychev's full-sized avatar

Nikolay Gruychev ngruychev

View GitHub Profile
@ngruychev
ngruychev / deps.example.json
Last active September 1, 2021 08:13
LÖVE/lua scripts for locally-downloaded dependencies
{
"github": [
"user/repo",
"foobar/baz:branchname"
],
"luarocks": [
"foo",
"bar:1.2.0"
]
}
@ngruychev
ngruychev / binance-cli-watcher.ts
Last active January 7, 2022 22:55
binance-cli-watcher
import { plot } from "https://deno.land/x/[email protected]/mod.ts";
import { parse } from "https://deno.land/[email protected]/flags/mod.ts";
import { sleep } from "https://deno.land/x/[email protected]/mod.ts";
import {
blue,
green,
red,
yellow,
} from "https://deno.land/[email protected]/fmt/colors.ts";
import { writeAll } from "https://deno.land/[email protected]/streams/conversion.ts";