Pinned Loading
-
-
angular-bootstrap-lightbox-no-extra
angular-bootstrap-lightbox-no-extra PublicForked from compact/angular-bootstrap-lightbox
Lightbox using AngularUI Bootstrap Modal without loading bar and swipe support
JavaScript 1
-
adaltas/node-csv-stringify
adaltas/node-csv-stringify Public archiveCSV stringifier implementing the Node.js `stream.Transform` API
-
PostgreSQL natural sort
PostgreSQL natural sort 1//sql
2create or replace function naturalsort(text)
3returns bytea language sql immutable strict as
4$f$ select string_agg(convert_to(coalesce(r[2],length(length(r[1])::text) || length(r[1])::text || r[1]),'SQL_ASCII'),'\x00')
5from regexp_matches($1, '0*([0-9]+)|([^0-9]+)', 'g') r; $f$;
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.