Skip to content
View endenis's full-sized avatar
Block or Report

Block or report endenis

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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. frag-sass-rails frag-sass-rails Public

    A ruby on rails gem for frag, a grid system for css written in sass.

    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