🏠
Working from home
Tech Lead @ Serrabits
Pinned Loading
-
-
Cartesian Product algo Benchmark
Cartesian Product algo Benchmark 1const Benchmark = require('benchmark');
2const suite = new Benchmark.Suite();
34const A = Array(3).fill(null).map((_, index) => index + 1);
5const B = A.map((a) => [a, a * -1]);
-
A builder type where build() only ap...
A builder type where build() only appears after correct initalization 1interface Buildable<T> {
2build(): T;
3}
45type HasSawThickness = { sawThickness: number };
-
Reactive expression evaluator
Reactive expression evaluator 1import {run} from '@cycle/xstream-run'
2import {makeDOMDriver, div, input, button, label} from '@cycle/dom'
3import {makeLocalStorageDriver} from 'cyclejs-storage'
4import Collection from '@cycle/collection'
5import xs from 'xstream'
-
filter-context.ts
filter-context.ts 1/* eslint-disable @typescript-eslint/no-non-null-assertion */
23type Job = {
4id: number;
5code: string;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.