Pinned Loading
-
build-a-haskell-web-framework
build-a-haskell-web-framework PublicSlides from a talk on how to build a simple Haskell web framework
-
damerau-levenshtein
damerau-levenshtein PublicJavaScript implementation of the Damerau-Levenshtein edit distance algorithm
-
purescript-intro
purescript-intro Public archiveAn introduction to PureScript for those familiar with Haskell and JavaScript
PureScript 8
-
PostgreSQL function to generate a ra...
PostgreSQL function to generate a random ID using [0-9A-Za-z] with a fixed prefix. 1-- SELECT gen_prefixed_id('account_', 20);
2-- account_9f2oOuK23Xpv3rdtHnQY
34-- Example usage in a table column definition:
5-- id text DEFAULT gen_prefixed_id('account_', 16) PRIMARY KEY
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.