Access this URL in your browser to get the comments:
http://bootstrap.engadget.fyre.co/bs3/v3.1/engadget.fyre.co/296092/MjA3NzM0NjQ=/1.json
| # Authors: | |
| # => Jevon Mckenzie | |
| # => Amon Bazongo | |
| # => Cheng-Yu Hsu | |
| # XorHelper provides an encode method to xor a file with a key | |
| module XorHelper | |
| # XOR encodes/decodes a document with a key | |
| # Parameters: |
Access this URL in your browser to get the comments:
http://bootstrap.engadget.fyre.co/bs3/v3.1/engadget.fyre.co/296092/MjA3NzM0NjQ=/1.json
| // | |
| // Spinner.h | |
| // | |
| // Created by Cheng-Yu Hsu on 11/28/15. | |
| // | |
| #import <UIKit/UIKit.h> | |
| @interface Spinner : UIView |
| 1400803200 NaN | |
| 1400889600 NaN | |
| 1400976000 NaN | |
| 1401062400 NaN | |
| 1401148800 NaN | |
| 1401235200 NaN | |
| 1401321600 NaN | |
| 1401408000 NaN | |
| 1401494400 NaN | |
| 1401580800 NaN |
By Cheng-Yu Hsu (@cyhsutw)
After discussing with my mentors @johndbritton and @tarebyte, the main goals of the project are deliver few features about monitoring progress, which include:
Every so often I have to restore my gpg keys and I'm never sure how best to do it. So, I've spent some time playing around with the various ways to export/import (backup/restore) keys.
cp ~/.gnupg/pubring.gpg /path/to/backups/
cp ~/.gnupg/secring.gpg /path/to/backups/
cp ~/.gnupg/trustdb.gpg /path/to/backups/
| description: Gracefully stop sidekiq and complete lifecycle hook action | |
| schemaVersion: "0.3" | |
| assumeRole: "{{ role }}" | |
| parameters: | |
| role: | |
| description: ARN of the role for execution | |
| type: String | |
| autoscalingGroupName: | |
| type: String | |
| instanceId: |