endenis - Overview
Pinned Loading
-
My solutions to 4clojure problems
Clojure
-
My solutions to Advent of code in C++ and Ruby
Ruby
-
This tool is designed to help reading books and watching movies in foreign languages (currently for french)
Ruby
-
1
SELECT * FROM pg_class, pg_index WHERE pg_index.indisvalid = false AND pg_index.indexrelid = pg_class.oid;
-
1
# Commands for using postgresql on mac os x (installed via brew).
4
pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start