drop-nth in Clojure
For some reason the standard Clojure library doesn’t have a drop-nth function (although it has take-nth). Luckily implementing it is trivial:
For some reason the standard Clojure library doesn’t have a drop-nth function (although it has take-nth). Luckily implementing it is trivial:
One operation that we have to do fairly often when editing text is manipulating the case of words. The most popular case manipulations are probably capitaliz...
This post is mostly a note to myself, since I constantly forget how to delete remote Git branches.
I often see this question asked - “I’m getting the following error