In terminal.app, install ffmpeg through homebrew
brew install ffmpeg
Validate the installation:
| // Select all buttons with the class 'unregister' | |
| const unregisterButtons = document.querySelectorAll('.unregister'); | |
| // Click each button to trigger the 'unregister' action | |
| unregisterButtons.forEach((button) => { button.click(); }); |
| add_filter( 'robots_txt', function( $output, $public ) { | |
| $add = "# 0. Un robot no puede perjudicar a la Humanidad ni, por omisión, permitir que la Humanidad sufra daño.\n"; | |
| $add .= "# 1. Un robot no debe perjudicar a un ser humano ni, por omisión, permitir que un ser humano sufra daño, salvo cuando esto vulnere la Ley Cero.\n"; | |
| $add .= "# 2. Un robot debe obedecer las órdenes que le son dadas por un ser humano, excepto si estas órdenes entran en conflicto con la Primera Ley.\n"; | |
| $add .= "# 3. Un robot debe proteger su propia existencia, hasta donde esta protección no entre en conflicto con la Primera o la Segunda Ley.\n"; | |
| return $add . $output; | |
| }, 99, 2 ); |
| <script src="https://adrianotiger.github.io/web-esheep/dist/esheep.min.js"></script> | |
| <script> | |
| var sheep = new eSheep(); | |
| sheep.Start(); | |
| </script> |
| // ==UserScript== | |
| // @name Streamyard Keyboard Shortcuts | |
| // @namespace http://streamyard.com | |
| // @version 0.1 | |
| // @description Simple keyboard shortcuts for streamyard | |
| // @author justinleegarrison@gmail.com | |
| // @match https://streamyard.com/* | |
| // @grant none | |
| // @run-at document-end | |
| // ==/UserScript== |
| /** | |
| * Clears WC Cart on Page Load | |
| * (Only when not on cart/checkout page) | |
| */ | |
| add_action( 'wp_head', 'bryce_clear_cart' ); | |
| function bryce_clear_cart() { | |
| if ( wc_get_page_id( 'cart' ) == get_the_ID() || wc_get_page_id( 'checkout' ) == get_the_ID() ) { | |
| return; | |
| } |
| /** | |
| * Hide shipping rates when free shipping is available. | |
| * Updated to support WooCommerce 2.6 Shipping Zones. | |
| * | |
| * @param array $rates Array of rates found for the package. | |
| * @return array | |
| */ | |
| function my_hide_shipping_when_free_is_available( $rates ) { | |
| $free = array(); | |
| foreach ( $rates as $rate_id => $rate ) { |
| [mysqld] | |
| innodb_file_per_table | |
| skip-name-resolve = 1 | |
| query_cache_size = 0 | |
| query_cache_type = 0 | |
| query_cache_limit = 2M | |
| tmp_table_size = 64M | |
| max_heap_table_size = 64M |
| <?php | |
| header('Content-Type: text/html; charset=iso-8859-1'); | |
| set_time_limit ( 300 ); | |
| /* | |
| * Generate a CSV for InDesign with attendee info and Gravatars | |
| * | |
| * See http://plan.wordcamp.org/helpful-documents-and-templates/create-wordcamp-badges-with-gravatars/ for instructions | |
| * | |
| * input is a CSV export of CampTix attendees. Format is: "First Name","Last Name","E-mail Address","Twitter Username" | |
| * the script downloads the attendee's Gravatars, and adds a column to the CSV with the filename of the image |
I hereby claim:
To claim this, I am signing this object: