Skip to content

Instantly share code, notes, and snippets.

@zmwangx
zmwangx / beamerthemeStanford.sty
Created May 16, 2015 20:28
My Beamer theme based on CambridgeUS and Stanford's palettes: https://identity.stanford.edu/overview/color
%
% beamerthemeStanford.sty
%
% Created by Zhiming Wang on August 26, 2014.
%
% This theme is inspired by the CambridgeUS theme packaged with the
% Beamer LaTeX package. The major colors are taken from Stanford's
% official palettes: https://identity.stanford.edu/overview/color.
%
% This work is dedicated by the author to the public domain.
@letsspeak
letsspeak / mysqlbackup.php
Created March 15, 2013 19:54
FuelPHP MySQL backup script
<?php
namespace Fuel\Tasks;
class MySQLBackup
{
public static function system_ex($cmd, $stdin = "")
{
$descriptorspec = array(
0 => array("pipe", "r"),