Skip to content

Instantly share code, notes, and snippets.

View yukinying's full-sized avatar

Albert Yu yukinying

View GitHub Profile
\documentclass[tikz,border=3mm]{standalone}
\usepackage{pgf-umlsd}
\usetikzlibrary{shadows,positioning}
\tikzset{every shadow/.style={fill=none,shadow xshift=0pt,shadow yshift=0pt}}
\begin{document}
\sffamily
\small
\begin{sequencediagram}
\newinst{A}{Alice}
\newinst[6]{B}{Bob}
@yukinying
yukinying / 10x.js
Created May 19, 2016 17:27
10x video playback
[].map.call($x('//video'), function(o){o.playbackRate=10})
@yukinying
yukinying / test1
Created November 14, 2012 21:37
test
"use strict";
YUI.use( ...