Thanks to @alfredapp 's Web Search, you can call "0123456789" using OS X #Yosemite + iPhone on iOS8.1
Click this URI :
alfred://customsearch/Call%20%7Bquery%7D%20via%20iPhone/tel/utf8/noplus/tel:{query}
| <style type="text/css"> | |
| .header { | |
| background: #8a8a8a; | |
| } | |
| .header .columns { | |
| padding-bottom: 0; | |
| } | |
| .header p { |
| # Run in smalls batches, for memory usage and to re-start on failure / SSH connexion lost | |
| 600.times { |i| | |
| n = i * 100 | |
| puts "Processing #{n} ..." | |
| Imaj.where(id: (n + 1)..(n + 100)).each { |e| | |
| e.update!(picture: e.picture[:original]) if e.picture_attacher.stored? | |
| } | |
| } |
| cd ~/.rbenv && git checkout master && git fetch --all --prune && git pull && git gc --aggressive && cd plugins/ruby-build/ && git pull && git gc --aggressive && cd && TMPDIR="$HOME/tmp" rbenv install 2.3.1 && rbenv global 2.3.1 && gem install bundler eye |
| #!/usr/bin/env ruby | |
| # frozen_string_literal: true | |
| require 'optparse' | |
| require 'ostruct' | |
| DEFAULT_X264_PARAMS = { | |
| 'b-adapt' => 2, | |
| 'ref' => 16, | |
| 'direct' => 'auto', |
| { | |
| "license": "Copyright 2010-2014 Disconnect, Inc. / This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. / This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. / You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.", | |
| "categories": { | |
| "Advertising": [ | |
| { | |
| "2leep.com": { | |
| "http://2leep.com/": [ | |
| "2leep.com" | |
| ] | |
| } |
| SELECT | |
| table_name, | |
| pg_size_pretty(table_size) AS table_size, | |
| pg_size_pretty(indexes_size) AS indexes_size, | |
| pg_size_pretty(total_size) AS total_size | |
| FROM ( | |
| SELECT | |
| table_name, | |
| pg_table_size(table_name) AS table_size, | |
| pg_indexes_size(table_name) AS indexes_size, |
| # Enabled the 2 test pipelines architecture | |
| # Don't send to CodeClimate because they would get 2 reports | |
| # We use Circle CI to do the code coverage analysis :-) | |
| # | |
| # 2 pipelines: | |
| # bundle exec rake test `find test/{controllers,integration} -type f -regex ".+_test.rb"` | |
| # bundle exec rake test `find test/{decorators,helpers,jobs,lib,mailers,models,policies,workers} -type f -regex ".+_test.rb"` | |
| # | |
| # 1 pipeline: | |
| # bundle exec rake test |
| #!/usr/bin/php | |
| <?php | |
| // Check http://cl.ly/2o0z0z1G103O for documentation on Certissim's HMAC SHA1 | |
| // First parameter = hexadecimal key | |
| $key_hex = $argv[1]; | |
| // Second = string to get signature | |
| $payload = $argv[2]; |
| #!/usr/bin/php | |
| <?php | |
| // Check http://cl.ly/2o0z0z1G103O for documentation on Certissim's HMAC SHA1 | |
| // First parameter = hexadecimal key | |
| $key_hex = $argv[1]; | |
| // Second = string to get signature | |
| $payload = $argv[2]; |
Thanks to @alfredapp 's Web Search, you can call "0123456789" using OS X #Yosemite + iPhone on iOS8.1
Click this URI :
alfred://customsearch/Call%20%7Bquery%7D%20via%20iPhone/tel/utf8/noplus/tel:{query}