Skip to content

Instantly share code, notes, and snippets.

View crossaidi's full-sized avatar

Dmitry Kovalevsky crossaidi

View GitHub Profile

IT Tech-sheet

  1. Google
  2. HTTP / HTTPS
  3. MVC / MVVM
  4. LAMP
  5. AJAX
  6. Comet / WebSockets / Pooling
  7. git / Mercurial / SVN
  8. BASH
How to create PostgreSQL database when it was installed with homebrew:
createdb -O[your current user name] -Eutf8 funny_database_name