Skip to content

Instantly share code, notes, and snippets.

View tmray's full-sized avatar

Tom Ray tmray

View GitHub Profile
@tmray
tmray / synfig-render-avi
Created December 23, 2013 05:13
how to render a high quality video from a yuv file in synfig
ffmpeg -i animation.yuv -sameq animation.avi
@tmray
tmray / basic-style-guide.md
Created December 10, 2013 17:23
Style guide notes for collaboration.

CSS Structure

  • Display
  • Positioning
  • Box model
  • Colors and Typography
  • Other
@tmray
tmray / 0_reuse_code.js
Created November 4, 2013 22:27
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@tmray
tmray / Contact page
Last active December 21, 2015 14:38 — forked from ghaida/gist:5054646
Design template for squeeze campaign.
<nav class="top-bar">
<ul class="title-area">
<!-- Title Area -->
<li class="name">
<h1>
<a href="#">
Top Bar Title
</a>
</h1>
</li>
@tmray
tmray / cmd less linux
Created January 26, 2013 20:39
Just a reminder, what the less compile command is in Linux, cuz I'm always forgetting.
$ lessc styles.less > styles.css