Skip to content

Instantly share code, notes, and snippets.

View danilodequeiroz's full-sized avatar
🍅
piccolo pomodoro

Danilo de Queiroz danilodequeiroz

🍅
piccolo pomodoro
View GitHub Profile
@danilodequeiroz
danilodequeiroz / 10-Bit H.264
Created September 3, 2017 14:37
10-Bit H.264 explanation
10-Bit H.264
For all those who haven’t heard of it already, here’s a quick rundown about the
newest trend in making our encodes unplayable on even more systems: So-called
high-bit-depth H.264. So, why another format, and what makes this stuff
different from what you know already?
First off: What is bit depth?
In short, bit depth is the level of precision that’s available for storing color
information. The encodes you’re used to have a precision of 8 bits (256 levels)
@danilodequeiroz
danilodequeiroz / zuhixywan.md
Created July 8, 2017 21:23 — forked from anonymous/zuhixywan.md
xp sp3 msdn download

xp sp3 msdn download

4/24/2008 · We are happy to announce that Windows® XP Service Pack 3 (SP3) is now available for download for subscribers on MSDN and Technet. You will find the. 9/2/2008 · Free Download Windows XP Service Pack 3 Build 5512 FINAL - Microsoft periodically combines updates, fixes, and other improvements into a single pack... 10/19/2009 · Windows XP Mode for Windows 7 makes it easy to install and run many of your productivity programs that run on Windows XP directly from a computer that … 5/15/2017 · Security Update for Windows XP SP3. Windows XP Service Pack 3 Install Instructions. To start the download, click the. Video embe
@danilodequeiroz
danilodequeiroz / 0_reuse_code.js
Last active August 29, 2015 14:16
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