View castanet.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# castanet.sh: Script to connect a chromecast to a WiFi network. | |
# | |
# Allows you to put your Chromecast on WiFi and do Chromecast initial setup | |
# without using the Google Home app at all, just using a normal Linux computer. | |
# | |
# You do need your Chromecast to be on Ethernet, or (untested) to join its setup WiFi | |
# network with your PC, and you also need to find out its IP yourself with e.g. | |
# Wireshark. |
View gist:b2e18d33c52887b98ea3ebd2ab3b022b
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SteamVR System Report created Mon Jul 15 21:16:25 2019 | |
<Report> | |
SteamVR Version: 1.5.16 (1561762502) | |
SteamVR Date: 2019-06-28 | |
Steam: Public | |
Steam Branch: | |
Steam AppID: 250820 | |
Tracking: lighthouse |
View gist:2e72caebd8ab89ccc6b3d3945d4a1cf7
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SteamVR System Report created Mon Jul 15 21:12:39 2019 | |
<Report> | |
SteamVR Version: 1.5.16 (1561762502) | |
SteamVR Date: 2019-06-28 | |
Steam: Public | |
Steam Branch: | |
Steam AppID: 250820 | |
Tracking: lighthouse |
View gist:5f229daa2c0bbbcfe61ade59b32faa16
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SteamVR System Report created Fri Jul 12 19:35:18 2019 | |
<Report> | |
SteamVR Version: 1.5.16 (1561762502) | |
SteamVR Date: 2019-06-28 | |
Steam: Public | |
Steam Branch: | |
Steam AppID: 250820 | |
Tracking: lighthouse |
View gist:efe60d5b43bada4d850d6e96aeba1229
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SteamVR System Report created Sat Jun 15 21:39:16 2019 | |
<Report> | |
SteamVR Version: 1.5.9 (1560531147) | |
SteamVR Date: 2019-06-14 | |
Steam: Public | |
Steam Branch: | |
Steam AppID: 250820 | |
Tracking: openhmd |
View nomic.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"constant": true, | |
"inputs": [ | |
{ | |
"name": "", | |
"type": "uint256", | |
"typeShort": "uint", | |
"bits": "256", | |
"template": "elements_input_uint" |
View nomic.sol
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
This creates a basic nomic. | |
There is a list of addresses that are "players", holding 1 unit of citizenship. | |
Motions can be proposed by any player. | |
Motions can be rejected by any player, or passed unanimously. | |
This contract is live on the Ethereum blockchain with address 0xcc0ee510bc4b5cd4d31da49f672ab5aa6806f70a. |
View roist.user.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Reddit open in same tab | |
// @namespace roist | |
// @description Makes links on reddit.com open in the same tab by default, even if not logged in. | |
// @include http://*.reddit.com/* | |
// @include https://*.reddit.com/* | |
// @version 1 | |
// @author Interfect | |
// @copyright 2014 Interfect | |
// @grant none |