Pinned Loading
-
genetic-lab
genetic-lab PublicA lightweight genetic algorithm library for javascript/typescript.
JavaScript 5
-
Custom Bash Prompt with Git branch a...
Custom Bash Prompt with Git branch and Node version for NVM support. 1parse_git_branch() {
2OUT=$(git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1/')
3if [ -n "$OUT" ]; then
4echo $OUT
5else
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.