Skip to content

Instantly share code, notes, and snippets.

set timeout=0
# $1 Kernel dir
# $2 Title
# $3... Kernel cmdline
function add_boot_entry {
menuentry "$2" "$@" --class android-x86 {
savedefault
set root=$android
if [ -e $2/kernel ]; then
@DaveDaCoda
DaveDaCoda / chrome-about.md
Last active December 24, 2017 07:16 — forked from evelynharthbrooke/chromium-about.md
List of all Chrome about pages. Updated regularly.

Overview of all chrome:// pages. Current as of Chrome v58.x (dev channel).

You can list these by going to chrome://about in your version of Chrome. However, please note that the list may very well vary depending on your version of Chrome.

List of Chrome URLs

chrome://about
chrome://accessibility
chrome://appcache-internals
chrome://apps
chrome://blob-internals

TechBench dump

Generated on 2017-02-06T15:20:00+0100 using:
- TechBench dump script (tbdump-master)
- FreeBSD 10.3-STABLE amd64 devil-1_0_4
- curl 7.52.1 (amd64-portbld-freebsd10.3) libcurl/7.52.1 OpenSSL/1.0.1s zlib/1.2.8 libssh2/1.8.0 nghttp2/1.18.1

Number of products: 211
@DaveDaCoda
DaveDaCoda / html5-video-test
Created February 21, 2016 01:25 — forked from iwek/html5-video-test
HTML5 Video Test
<video controls>
<source src=http://techslides.com/demos/sample-videos/small.webm type=video/webm>
<source src=http://techslides.com/demos/sample-videos/small.ogv type=video/ogg>
<source src=http://techslides.com/demos/sample-videos/small.mp4 type=video/mp4>
<source src=http://techslides.com/demos/sample-videos/small.3gp type=video/3gp>
</video>