- Brooklyn, New York
Highlights
Pinned Loading
-
-
Signit.js
Signit.js PublicA minimal - 1.04 KB minimized - Javascript library for signing documents and drawing. Works for touchscreens (including tablets and phones) as well as mouse driven devices, like desktop workstations
JavaScript
-
-
-
Decode Username
Decode Username 1import math
23# note: this can easily be implemented using conditions, but I like leveraging math for it instead
45# map input to 1 (when a = x), other values (a != x) to 0; domain is ASCII table values (0-255)
-
Bash script to download all of a use...
Bash script to download all of a user's repositories (public only, unless password is cached) 1#!/bin/bash
23USER="your-username"
45curl -s https://api.github.com/users/$USER/repos | grep "https://github.com/[a-zA-Z0-9-]*/[a-zA-Z0-9-]*.git" -o | xargs -n1 git clone
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.