This utility helps replay a statistically significant number of HTTP requests against a service (serially) which are enough to give significance to two-decimal places.
replay-http {url} [{headers_path} {payload_path} {http_method}]
| #include<stdio.h> | |
| #include<math.h> | |
| #include <stdint.h> | |
| #include <string.h> | |
| #if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ | |
| #define for_endian(size) for (int i = 0; i < size; ++i) | |
| #elif __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ | |
| #define for_endian(size) for (int i = size - 1; i >= 0; --i) | 
| <script type="text/javascript"> | |
| (function() { | |
| /* | |
| * Helper to extract FullStory Org code from URL when used in a HTML input element | |
| */ | |
| const SCHEME_INDICATOR = '://'; | |
| const URL_PATH_SEPARATOR = '/'; | |
| const FULLSTORY_DOMAIN_INDICATOR = 'app.fullstory.com'; | |
| document.querySelector('#fullstory_org_code').addEventListener('input', function(event) { | 
| export EDITOR="code --wait" | |
| # export EDITOR="codium --wait" | |
| # export EDITOR="atom --wait" | |
| # export EDITOR="nano --wait" | |
| # export EDITOR="vi --wait" | |
| # export EDITOR="sublime --wait" | 
Team will we want a list of User's or, approversUserApprover entries we want it to be per-team where deleted is FalseFinancialApprover entries we want it to be per-team where deleted is FalseUserApprover and FinancialApprover entries for a Team| module.exports = { | |
| run(context) { | |
| return context.runWithDriver((driver) => { | |
| return driver.get(context.options.loginUrl) | |
| .then(() => { | |
| const webdriver = context.webdriver; | |
| const until = webdriver.until; | |
| const By = webdriver.By; | |
| const userName = context.options.username || 'admin'; | 
| (function(target, threshold, elem) { | |
| listener = () => { | |
| if (target.scrollY > threshold) { | |
| elem.style.opacity = 1; | |
| } else { | |
| elem.style.opacity = 0; | |
| } | |
| }; | |
| target.addEventListener( | |
| 'scroll', | 
| #!/bin/python | |
| """ | |
| This utility allows you to count the number of lines in files | |
| by default just .py files, but accepts command-line arguments. | |
| This utility does miss files and folders beginning with '.' | |
| so don't use them! | |
| usage: {script} {path} [extensions] [exclude] | 
| <?php | |
| /* | |
| Plugin Name: CODESIGN2 Media Taxonomy Modifications | |
| Plugin URI: http://www.codesign2.co.uk | |
| Description: We think it's a real shame that media can be a little unweildy, and not make much sense; on larger sites it's debilitating, so we made this plugin. Enjoy | |
| Author: CODESIGN2 | |
| Version: 1.3.6 | |
| Author URI: http://www.codesign2.co.uk/ | |
| */ |