This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-webkit-font-smoothing: none; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-webkit-font-smoothing: subpixel-antialiased; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-webkit-font-smoothing: antialiased; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Name: Font Smoothing:: Example | |
* Author: Joseph Milla | |
* Author URI: http://www.josephmilla.com | |
* Version: 1.0.0 | |
*/ | |
body | |
{ | |
-webkit-font-smoothing: antialiased; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
omxplayer -o hdmi file.mp4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
omxplayer -o /media/usb/file.mp4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<tbody><tr class="r0 lastrow"> | |
<td class="leftalign cell c0" style=""><a href="../user/view.php?id=4&course=1">alice jones</a></td> | |
<td class="leftalign cell c1" style="">[email protected]</td> | |
<td class="leftalign cell c2" style=""></td> | |
<td class="leftalign cell c3" style=""></td> | |
<td class="left align cell c4" style="">Never</td> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
OlderNewer