sort sortme
Soubor locale zabývající se řazením
ls -l /usr/share/locale/cs_CZ.UTF-8/LC_COLLATE
| autocmd FileType php setlocal noeol binary fileformat=dos |
| var injector = angular.element($0).injector(); | |
| undefined | |
| var perm = injector.get('models.users.permissions'); | |
| undefined | |
| perm | |
| Object {validate: function} | |
| perm.validate('administrator', 'Contract', 'index'); | |
| true | |
| perm.validate('administrator', 'Contract', 'show'); | |
| true |
| git filter-branch -f --env-filter " | |
| GIT_AUTHOR_NAME='Mailo Světel' | |
| GIT_AUTHOR_EMAIL='development@rooland.cz' | |
| GIT_COMMITTER_NAME='Mailo Světel' | |
| GIT_COMMITTER_EMAIL='development@rooland.cz' | |
| " HEAD |
| visit('page.com/which-make-sense') | |
| click_button('send') |
| ╰─ vagrant provision 1 ↵ | |
| [default] Running provisioner: ansible... | |
| PLAY [all] ******************************************************************** | |
| GATHERING FACTS *************************************************************** | |
| <127.0.0.1> REMOTE_MODULE setup | |
| ok: [default] | |
| TASK: [Prepare dir for Pebble kit] ******************************************** |
| after do | |
| TEST_DOCUMENTATION_FILE << "\n## %s %s"%[request.request_method,request.path_info] | |
| TEST_DOCUMENTATION_FILE << "\n### Request" | |
| TEST_DOCUMENTATION_FILE << "\n "+JSON.pretty_generate( | |
| JSON.parse(request.POST.to_json) | |
| ).gsub(/\n/, "\n ") | |
| TEST_DOCUMENTATION_FILE << "\n### Response" | |
| response_formatted = JSON.pretty_generate( | |
| JSON.parse(response.body.first) | |
| ).gsub(/\n/, "\n ") |
Replace:
/\n\s+\n/With:
/\n\n/| before do | |
| content_type 'application/json' | |
| end |
| [~]$ brew install http://prosody.im/files/homebrew/prosody_0.9.1.rb [ruby-2.0.0-p247] | |
| ######################################################################## 100.0% | |
| Installing http://www.luarocks.org/repositories/rocks/luasocket-2.0.2-5.src.rock... | |
| Using http://www.luarocks.org/repositories/rocks/luasocket-2.0.2-5.src.rock... switching to 'build' mode | |
| Archive: /private/tmp/luarocks_luarocks-rock-luasocket-2.0.2-5-7448/luasocket-2.0.2-5.src.rock | |
| inflating: luasocket-2.0.2-5.rockspec | |
| inflating: luasocket-2.0.2.tar.gz | |
| cd src; make all | |
| export MACOSX_DEPLOYMENT_TARGET=10.5; gcc -O2 -fPIC -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -fno-common -I/usr/local/opt/lua/include -c -o luasocket.o luasocket.c | |
| export MACOSX_DEPLOYMENT_TARGET=10.5; gcc -O2 -fPIC -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN -fno-common -I/usr/local/opt/lua/include -c -o timeout.o timeout.c |