endenis - Overview

View endenis's full-sized avatar

Block or report endenis

Pinned Loading

  1. Rails helpers to render structured data on web-pages (work in progress)

    Ruby 6 2

  2. My solutions to 4clojure problems

    Clojure

  3. My solutions to Advent of code in C++ and Ruby

    Ruby

  4. This tool is designed to help reading books and watching movies in foreign languages (currently for french)

    Ruby

  5. 1

    SELECT * FROM pg_class, pg_index WHERE pg_index.indisvalid = false AND pg_index.indexrelid = pg_class.oid;
  6. 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