| 😄 | 😆 | 😊 | 😃 |
😩 | 😔 | 😞 | 😖 | 😨 | 😰 | 😣 | 😢 | 😭 | 😂 | 😲 | 😱 |
| 😫 | 😠 | 😡 | 😤 | 😪 | 😋 | 😷
😎 | 😵 | 👿 | 😈 | 😐 | 😶 | 😇 | 👽 | 💛 | 💙 | 💜 | ❤️ | 💚 | 💔 | 💓 | 💗 | 💕 | 💞 | 💘 | ✨
| { "test_results": | |
| { "deploy_exitcode": null, | |
| "finish_time": "2012-06-29T00:19:26.622Z", | |
| "repo_url": "https://github.com/niallo/gh-markdown-cli", | |
| "start_time": "2012-06-29T00:19:04.538Z", | |
| "github_commit_id": "f84bda271dc884fd6b2c0badc001f8fefcacdc9f", | |
| "test_exitcode": 0 | |
| } | |
| } |
| 😄 | 😆 | 😊 | 😃 |
😩 | 😔 | 😞 | 😖 | 😨 | 😰 | 😣 | 😢 | 😭 | 😂 | 😲 | 😱 |
| 😫 | 😠 | 😡 | 😤 | 😪 | 😋 | 😷
😎 | 😵 | 👿 | 😈 | 😐 | 😶 | 😇 | 👽 | 💛 | 💙 | 💜 | ❤️ | 💚 | 💔 | 💓 | 💗 | 💕 | 💞 | 💘 | ✨
| -- File: example.com.lua | |
| -- Variable _a is replaced with zone name | |
| -- _a = example.com | |
| -- replace heroku-app-name with application name | |
| heroku_app(_a, "heroku-app-name.herokuapp.com") |
| -- File: example.com.lua | |
| -- Variable _a is replaced with zone name | |
| -- _a = example.com | |
| -- Call dotcloud template with domain name as parameter | |
| dotcloud(_a) |
| -- File: example.com.lua | |
| -- Variable _a is replaced with zone name | |
| -- _a = example.com | |
| -- replace github-username with your username | |
| github_pages(_a, "github-username") |
| #---[ Includes ]-------------------------------------------------------- | |
| [include] | |
| # Load private information from a separate file, e.g. name, email, global | |
| # ignores, tokens, etc. | |
| path = ~/.gitconfig.local | |
| #---[ Settings ]-------------------------------------------------------- | |
| [core] |
| app.filter('bytes', function() { | |
| return function(bytes, precision) { | |
| if (isNaN(parseFloat(bytes)) || !isFinite(bytes)) return '-'; | |
| if (typeof precision === 'undefined') precision = 1; | |
| var units = ['bytes', 'kB', 'MB', 'GB', 'TB', 'PB'], | |
| number = Math.floor(Math.log(bytes) / Math.log(1024)); | |
| return (bytes / Math.pow(1024, Math.floor(number))).toFixed(precision) + ' ' + units[number]; | |
| } | |
| }); |
| <?php | |
| ignore_user_abort(true); | |
| function syscall ($cmd, $cwd) { | |
| $descriptorspec = array( | |
| 1 => array('pipe', 'w'), // stdout is a pipe that the child will write to | |
| 2 => array('pipe', 'w') // stderr |
| { | |
| "Total": 910, | |
| "my dms": 1, | |
| "harbor is safe": 1, | |
| "the Galaxy ": 1, | |
| "Practice author": 1, | |
| "Graph Representation Learning - rusty1s": 1, | |
| "the PHP ecosystem": 1, | |
| "software and to ensure that Python code is properly ported to Python 3": 1, | |
| "Vienna - alanhamlett": 1, |