Skip to content

Instantly share code, notes, and snippets.

View TomPed's full-sized avatar

Tom Ped TomPed

View GitHub Profile
@TomPed
TomPed / shortcuts.MD
Last active August 29, 2023 20:34
Short Cuts
  • ctrl + shift + t = re open tab that was closed, can be done a lot of times over, really good if you closed one by mistake

  • ctrl + t = new tab

  • ctrl + n = new window or create new thing

  • ctrl + w = close current tab / window

  • ctrl + a = highlight all

@TomPed
TomPed / keybase.md
Created February 10, 2017 17:28
Proving myself for https://keybase.io/tomped

Keybase proof

I hereby claim:

  • I am tomped on github.
  • I am tomped (https://keybase.io/tomped) on keybase.
  • I have a public key whose fingerprint is 99D5 1F69 6CEF A3BA 7DA4 B440 B410 404D 3A31 B569

To claim this, I am signing this object:

var viewer = new Cesium.Viewer('cesiumContainer');
var entity = viewer.entities.add({
name : 'Airplane',
position : Cesium.Cartesian3.fromDegrees(-123.0744619, 44.0503706, 5000.0),
model : {
uri : '../../SampleData/models/CesiumAir/Cesium_Air.glb',
minimumPixelSize : 128,
maximumScale : 20000
}