Skip to content

Instantly share code, notes, and snippets.

View josephmilla's full-sized avatar

Joseph Milla josephmilla

View GitHub Profile
-webkit-font-smoothing: none;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-font-smoothing: antialiased;
/**
* Name: Font Smoothing:: Example
* Author: Joseph Milla
* Author URI: http://www.josephmilla.com
* Version: 1.0.0
*/
body
{
-webkit-font-smoothing: antialiased;
/**
* Name: Star Wars Imperial March
* Author: Joseph Milla
* Author URI: http://www.josephmilla.com
* Version: 1.0.0
* Tag: Arduino, Star Wars
*/
//SPEAKER (PWM pin)
int speakerPin = 11;
omxplayer -o hdmi file.mp4
omxplayer -o /media/usb/file.mp4
z Show Info
1 Increase Speed
2 Decrease Speed
j Previous Audio stream
k Next Audio stream
i Previous Chapter
o Next Chapter
n Previous Subtitle stream
m Next Subtitle stream
s Toggle subtitles
<tbody><tr class="r0 lastrow">
<td class="leftalign cell c0" style=""><a href="../user/view.php?id=4&amp;course=1">alice jones</a></td>
<td class="leftalign cell c1" style="">ajones@example.com</td>
<td class="leftalign cell c2" style=""></td>
<td class="leftalign cell c3" style=""></td>
<td class="left align cell c4" style="">Never</td>
@josephmilla
josephmilla / 0_reuse_code.js
Created June 20, 2014 14:43
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