Skip to content

Instantly share code, notes, and snippets.

View theo-armour's full-sized avatar
💭
happy

Theo Armour theo-armour

💭
happy
View GitHub Profile

The Pixel C keyboard I'd so irritating. It does not want to disappear!

Github seems to be having some issues,but nonetheless it saved my file. Yay!

What things that will last forever?

Software and data will last longer than hardware devices because data can be transferred from device to device.

@theo-armour
theo-armour / gist-tips-and-bookmarks.md
Last active April 19, 2023 08:44
Gist tips and bookmarks
layout title
post
Blogging Like a Boss

yaml tables. must be first thing in the gist

gists.md

<!doctype html>
<html lang=en >
<head>
<meta charset=utf-8 >
<title>Analemma 3D R14.2</title>
<meta name=viewport content='width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no,minimal-ui' >
<meta name=description content='
3D plot of analemmas of Sun azimuth and altitude once an hour for all the days of the month.
Calculates for any latitude and longitude or select location using the Google Maps gazetteer.
Shadows displayed on a 2D map.
@theo-armour
theo-armour / index.html
Last active September 1, 2015 03:40
simple html
<!doctype html>
<html lang=en >
<head>
<title>Howdy</title>
<meta charset=utf-8 />
</head>
<body>
<script>
document.body.style.cssText = ' font: bold 12pt monospace; ';
<!doctype html>
<html lang=en >
<head>
<title>Template Three.js Basic R1</title>
<meta charset=utf-8 />
<meta name=viewport content='width=device-width,user-scalable=no,minimum-scale=1.0,maximum-scale=1.0' />
</head>
<body>
<script src=http://mrdoob.github.io/three.js/build/three.min.js ></script>
<script src=http://mrdoob.github.io/three.js/examples/js/controls/OrbitControls.js ></script>
<!doctype html>
<html lang=en >
<head>
<title></title>
<meta charset=utf-8 />
</head>
<body>
<script>
// copyright 2015 Theo Armour ~ MIT License
@theo-armour
theo-armour / 00 TA GHMD Cheatsheet.md
Last active October 10, 2017 04:55
TA GHMD Cheatsheet.md

Header Tags

#Header 1 ##Header 2 ###Header 3 ####Header 4

Bold and Italics Bold Italicize or italicize

<!doctype html>
<html lang=en >
<head>
<title>Howdy</title>
<meta charset=utf-8 />
<meta name=author content='Theo Armour' />
</head>
<body>
<script>
@theo-armour
theo-armour / copyrights-license-credits.md
Last active December 25, 2015 16:09
Copyrights, Licenses & Credits

#Copyrights, Licenses & Credits

Leap Motion

http://leapmotion.com

Copyright © 2013 Leap Motion, Inc. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.