I hereby claim:
- I am unsay on github.
- I am unsay (https://keybase.io/unsay) on keybase.
- I have a public key ASBya9lhBHC70lRKlr6dnlGslIUHwuWp233_q-Zd86SMzwo
To claim this, I am signing this object:
| Marotte* | |
| Today* | |
| Start Job -> Select Job | |
| Stop Job -> Confirm | |
| Schedule -> Choose Date | |
| Job | |
| active -> stopped | |
| active -> paused | |
| stopped -> active | |
| paused -> active |
| Marotte | |
| Today* | |
| Start Job -> Select Job | |
| Stop Job -> Confirm Stop | |
| Schedule -> Choose Date | |
| Select Job | |
| Confirm Stop | |
| Choose Date |
| My Awesome Sketch | |
| First State | |
| some event -> Second State | |
| Second State |
| Green* | |
| tick -> Yellow | |
| power failed -> Blbiknicn |
| const Archiver = Decryptor = Unzipper = bcp = Copier = Intell = Cleanup = {} | |
| const guards = { | |
| isArchived: (context, event) => context._archive != undefined && fs.existsSync(context._archive), | |
| isMoved: (context, event) => context._moved != undefined && fs.existsSync(context._moved), | |
| achExtracted: (context, event) => (context._origin.includes(context.bankDirectories.incomingACH)), | |
| cardExtracted: (context, event) => (context._origin.includes(context.bankDirectories.incomingCard)), | |
| isTransformed: (context, event) => context._transformed != undefined, | |
| fileIsZipped: (context, event) => path.extname(context.working) === '.zip', |
I hereby claim:
To claim this, I am signing this object:
| --- | |
| # Thanks halberom! | |
| # http://blog.halberom.co.uk/ansible_yaml_syntax.html | |
| - hosts: foo | |
| tasks: | |
| - name: single line plain style | |
| file: path=/tmp/foo state=touch | |
| - name: multi line plain style | |
| file: path=/tmp/foo |
| # Use minimal bcrypt cost for faster specs. | |
| #¬ | |
| # place this in the spec/support/bcrypt.rb file¬ | |
| #¬ | |
| require 'bcrypt' | |
| module BCrypt | |
| class Engine | |
| class << self | |
| alias :_generate_salt :generate_salt |
Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)