Pinned Loading
-
-
Clone All GitHub Repos for User
Clone All GitHub Repos for User 1#!/usr/bin/env bash
23RES=$(curl https://api.github.com/users/rdgd/repos | grep ssh_url | awk '{ print $2}')
4STRIPPED=${RES//"\""}
5IFS=', ' read -r -a array <<< $STRIPPED
-
Toggle switch that doesn't require "...
Toggle switch that doesn't require "for" attribute on label (ideal for many dynamically generated rows) 1input {
2display: none;
3}
45.capsule {
-
trimax
trimax PublicSimple batteries included browser history/navigation solution for Clojurescript SPA's
Clojure
-
Babashka version bump utility. Will ...
Babashka version bump utility. Will increment semantic version in pom.xml and added a new structured changelog map to changelog file. File extension added for syntax highlighting, can remove. 1#!/usr/bin/env bb
23(defn inc-ver
4[ver mode]
5(let [[major minor bugfix] (map #(Integer. %) (clojure.string/split ver #"\."))
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.