Skip to content

Instantly share code, notes, and snippets.

View luser's full-sized avatar

Ted Mielczarek luser

View GitHub Profile
@luser
luser / -
Created April 10, 2018 16:17
Fresh nodrop v0.1.12
Fresh lazycell v0.6.0
Fresh lazy_static v1.0.0
Fresh smallvec v0.6.0
Fresh winapi-build v0.1.1
Fresh percent-encoding v1.0.1
Fresh rustc-demangle v0.1.7
Fresh libc v0.2.40
Fresh scopeguard v0.3.3
Fresh futures v0.1.21
--- /tmp/old-tasks.json 2018-03-26 11:31:34.594155074 -0400
+++ /tmp/tasks-symbols-nightly.json 2018-03-26 12:59:16.290562050 -0400
@@ -349125,126 +349125,6 @@
"workerType": "gecko-3-b-android"
}
},
- "build-android-api-16/opt-upload-symbols": {
- "attributes": {
- "always_target": false,
- "build_platform": "android-api-16",
--- /tmp/old-tasks.json 2018-03-23 16:20:45.224885550 -0400
+++ /tmp/tasks-symbols-nightly.json 2018-03-23 16:36:50.362414520 -0400
@@ -398661,126 +398661,6 @@
"workerType": "gecko-3-b-android"
}
},
- "build-android-api-16/opt-upload-symbols": {
- "attributes": {
- "always_target": false,
- "build_platform": "android-api-16",
#ifdef NOT_DEFINED
/*
* blank space
* more blank space
*/
#endif
int foo(int x) {
return x * x;
}
#ifdef NOT_DEFINED
/*
* blank space
*/
#endif
int foo(int x) {
return x * x;
}
@luser
luser / gamepad-history.txt
Created February 23, 2018 19:49
Notes on the history of the evolution of game controllers
https://twitter.com/TedMielczarek/statuses/461571887592509440
https://en.wikipedia.org/wiki/Gamepad
https://en.wikipedia.org/wiki/Analog_stick
https://en.wikipedia.org/wiki/Tennis_for_Two 1958-10-18 (first video game, one paddle, one button)
https://en.wikipedia.org/wiki/Magnavox_Odyssey 1972-09 (first home console system, three paddles, one button)
https://en.wikipedia.org/wiki/Pong 1972-11-29 (dual paddles)
https://en.wikipedia.org/wiki/Fairchild_Channel_F 1976-11 (eight-way joystick/paddle, push/pull as two separate inputs)
https://en.wikipedia.org/wiki/Magnavox_Odyssey_series#Odyssey_3000 1977 (detachable paddles, two buttons on console)
https://en.wikipedia.org/wiki/Telstar_(game_console) Telstar Ranger 1977 (paddles)
SRCSRV: ini ------------------------------------------------
VERSION=2
INDEXVERSION=2
VERCTRL=http
SRCSRV: variables ------------------------------------------
HGSERVER=https://hg.mozilla.org/mozilla-central
SRCSRVVERCTRL=http
HTTP_EXTRACT_TARGET=%hgserver%/raw-file/%var3%/%var2%
SRCSRVTRG=%http_extract_target%
SRCSRV: source files ---------------------------------------
SRCSRV: ini ------------------------------------------------
VERSION=2
INDEXVERSION=2
VERCTRL=http
SRCSRV: variables ------------------------------------------
HGSERVER=https://hg.mozilla.org/mozilla-central
SRCSRVVERCTRL=http
HTTP_EXTRACT_TARGET=%hgserver%/raw-file/%var3%/%var2%
SRCSRVTRG=%http_extract_target%
SRCSRV: source files ---------------------------------------
*~
libcallback.so
weak
[package]
name = "failure-errorchain"
version = "0.1.0"
authors = ["Ted Mielczarek <[email protected]>"]
[dependencies]
error-chain = "0.11.0"
failure = "0.1.1"