😎
show me the code
- Remote
Pinned Loading
-
gnome-shell-panel-date-format
gnome-shell-panel-date-format PublicAllows to customize the date format on the panel.
-
Rust like Result and Option type for...
Rust like Result and Option type for TypeScript 1export type Ok<T> = { _tag: "Ok"; ok: T };
2export type Err<E> = { _tag: "Err"; err: E };
3export type Result<T, E> = Ok<T> | Err<E>;
4const Ok = <T, E>(ok: T): Result<T, E> => ({ _tag: "Ok", ok });
5const Err = <T, E>(err: E): Result<T, E> => ({ _tag: "Err", err });
-
idea-austere-color-scheme
idea-austere-color-scheme PublicAustere almost monochrome color scheme for jetbrains tools like PhpStorm, WebStorm
-
-
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.