I hereby claim:
- I am mutru on github.
- I am mutru (https://keybase.io/mutru) on keybase.
- I have a public key whose fingerprint is 77B4 DA73 70CA 05B7 7B56 518D D7EB 2616 837F 7D27
To claim this, I am signing this object:
| import itertools | |
| import random | |
| import simpy | |
| def visitor(name, env, coffee_process, coffee_supply, mug_size, waittimes): | |
| print("%s arriving at coffee station at %.1f" % (name, env.now)) | |
| with coffee_process.request() as req: | |
| start = env.now | |
| # Request coffee_supply |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| rails_env = ENV['RAILS_ENV'] | |
| raise "Please specify RAILS_ENV." unless rails_env | |
| rails_root = ENV['RAILS_ROOT'] || File.expand_path(File.join(File.dirname(__FILE__), '..', '..')) | |
| God.watch do |w| | |
| w.dir = "#{rails_root}" | |
| w.name = "resque-scheduler" | |
| w.group = 'resque' | |
| w.interval = 30.seconds | |
| w.env = {"RAILS_ENV"=>rails_env, "BUNDLE_GEMFILE"=>"#{rails_root}/Gemfile"} |
| rails_env = ENV['RAILS_ENV'] | |
| raise "Please specify RAILS_ENV." unless rails_env | |
| rails_root = ENV['RAILS_ROOT'] || File.expand_path(File.join(File.dirname(__FILE__), '..', '..')) | |
| RESQUE_PROCESSORS = [ | |
| [1, "foo,bar"], | |
| [2, "baz"], | |
| [3, "demo"] | |
| ] |
| mutru@dragon:~/work/flowdock-confluence-plugin (master)$ git st | |
| # On branch master | |
| nothing to commit (working directory clean) | |
| mutru@dragon:~/work/flowdock-confluence-plugin (master)$ rm -rf ~/.m2/ | |
| mutru@dragon:~/work/flowdock-confluence-plugin (master)$ which atlas-run atlas-mvn | |
| /home/mutru/work/atlassian-plugin-sdk-3.7.2/bin/atlas-run | |
| /home/mutru/work/atlassian-plugin-sdk-3.7.2/bin/atlas-mvn | |
| mutru@dragon:~/work/flowdock-confluence-plugin (master)$ atlas-mvn clean | |
| Executing: /home/mutru/work/atlassian-plugin-sdk-3.7.2/apache-maven/bin/mvn clean | |
| [INFO] Scanning for projects... |