Converting MXF to MOV on Mac OS X for Final Cut Pro X
Final Cut Pro X can’t import MXF files yet, not sure why not. There are several apps around that can convert from …
Final Cut Pro X can’t import MXF files yet, not sure why not. There are several apps around that can convert from …
This LESS code uses two loops to generate a stack of useful CSS positioning helper classes, which look like this: .left10 { …
Wikipedia lists pseudocode for SHA-256, including seed values. Better check if they’re right. #!/usr/bin/perl use strict; print <<HERE; Initialize hash values: (first …
Bootstrap 3 is mobile first, and uses media queries extensively. This is problematic for people that still have to support IE8, but …
Google’s service supports OAuth 2.0 / OpenID Connect as an identity provider, and Salesforce.com supports using OpenID Connect as an authentication source. …
This Bootstrap LESS / CSS chunk will set transparency for the background of a div, but without modifying the transparency of its …
Modern browsers don’t allow content to be fetched using HTTP on a page delivered over HTTPS. You get errors like: IE: SEC7111: …
This script copies the contents of one Amazon S3 bucket to another, including between accounts (as long as your access key has …
Perl script to dump all the keys/values that memcached presents over its API (not totally guaranteed to be *all* the keys/values, but …