I hereby claim:
- I am gasi on github.
- I am gasi (https://keybase.io/gasi) on keybase.
- I have a public key whose fingerprint is 7BF9 745C 13E2 588A 7ACB 4524 20D2 7861 FE0A 06B2
To claim this, I am signing this object:
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Image Pyramid Demo</title> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
| <meta name="viewport" content="width=device-width,height=device-height,initial-scale=1.0,user-scalable=no"> | |
| <script src="pyramiddemo.js"></script> | |
| <style> | |
| body { |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Image Pyramid Demo</title> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
| <meta name="viewport" content="width=device-width,height=device-height,initial-scale=1.0,user-scalable=no"> | |
| <script src="pyramiddemo.js"></script> | |
| <style> | |
| body { |
| express = require 'express-streamline' | |
| app = express() | |
| # Throw sync error | |
| fail = -> throw new Error 'FAIL!' | |
| app.get '/good', (req, res, _) -> | |
| fail() # Throw sync error without async function call |
| stylus --print ./hash.styl | |
I hereby claim:
To claim this, I am signing this object:
| # Install OpenSSH server and SSH client | |
| yum install -y openssh-server | |
| yum install -y openssh-clients | |
| # Install passwd | |
| yum install -y passwd | |
| # Set root password | |
| passwd | |
| # TODO: Enter new root password |
| var request = require('request'); | |
| var settings = { | |
| AKAMAI_USER: 'test', | |
| AKAMAI_PASSWORD: '...', | |
| AKAMAI_NOTIFICATION_EMAIL: '' | |
| }; | |
| var akamai = exports; | |
| var SOAP_URL = 'https://ccuapi.akamai.com:443/soap/servlet/soap/purge'; |
| #!/bin/sh | |
| # | |
| # Track Twitter Unfollowers | |
| # | |
| # Run script daily using crontab and TextMate as follows: | |
| # $ mate -w | crontab | |
| # …paste `* */6 * * * /path/to/twitter-changes.sh` | |
| # | |
| # Adapted to Mac OS X from original script by Samuel Alba: |
| //////////////////////////////////////////////////////////////////////////////// | |
| // | |
| // OpenZoom SDK | |
| // | |
| // Version: MPL 1.1/GPL 3/LGPL 3 | |
| // | |
| // The contents of this file are subject to the Mozilla Public License Version | |
| // 1.1 (the "License"); you may not use this file except in compliance with | |
| // the License. You may obtain a copy of the License at | |
| // http://www.mozilla.org/MPL/ |