$mod refers to the modifier key (Super - Win)
startx i3start i3 from command line$mod+<Enter>open a terminal$mod+dopen rofi (text based program launcher)$mod+rresize mode ( or to leave resize mode)$mod+shift+eexit i3
| /.buildpath | |
| /.cache | |
| /.metadata | |
| /.project | |
| /.settings | |
| atlassian* | |
| /nbproject | |
| /sitemap | |
| /sitemap.xml | |
| /.idea |
| Unable to decode JSON string 'array ( | |
| 'result' => 'Ok', | |
| 'updated' => 'Fri 25th Mar, 2:13pm', | |
| 'total' => '36639', | |
| 'available' => '36639', | |
| 'logs' => | |
| array ( | |
| 0 => | |
| array ( | |
| 'TimeKey' => '1458915186.171727', |
| your name | |
| Sandor Czettner |
| <?php | |
| private function getErrorMessages(\Symfony\Component\Form\Form $form) { | |
| $errors = array(); | |
| foreach ($form->getErrors() as $key => $error) { | |
| $errors[] = $error->getMessage(); | |
| } | |
| if ($form->hasChildren()) { | |
| foreach ($form->getChildren() as $child) { | |
| if (!$child->isValid()) { |
| require 'net/ssh' | |
| namespace :deploy do | |
| @host = '111.111.111.111' | |
| @username = 'user' | |
| @port = 2222 | |
| @password = '' | |
| @destination = '' |
| if has("gui_running") | |
| set background=dark | |
| colorscheme solarized | |
| set guioptions+=b | |
| set lines=53 " height = 50 lines | |
| set columns=130 " width = 100 columns | |
| set ls=2 " always show status | |
| set scrolloff=3 " keep 3 lines when scrolling | |
| set ignorecase " when searching | |
| set nobackup " disable backup file (.filename.swp) |
| # Additional translations at http://github.com/plataformatec/devise/wiki/I18n | |
| hu: | |
| errors: | |
| messages: | |
| expired: "lejárt, igényelj egy újat" | |
| not_found: "nem található" | |
| already_confirmed: "már meg van erősítve" | |
| not_locked: "nincs zárolva" | |
| not_saved: |