Skip to content
View endenis's full-sized avatar

Block or report endenis

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. rails_structured_data rails_structured_data Public

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

    Ruby 6 2

  2. 4clojure-solutions 4clojure-solutions Public

    My solutions to 4clojure problems

    Clojure

  3. advent-of-code advent-of-code Public

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

    Ruby

  4. word-guide-rb-cmd word-guide-rb-cmd Public

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

    Ruby

  5. postgresql display invalid indexes postgresql display invalid indexes
    1
    SELECT * FROM pg_class, pg_index WHERE pg_index.indisvalid = false AND pg_index.indexrelid = pg_class.oid;
  6. Commands for using postgresql on mac... Commands for using postgresql on mac os x (installed via brew).
    1
    # Commands for using postgresql on mac os x (installed via brew).
    2
    
                  
    3
    # Start postgresql
    4
    pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start
    5