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
test |
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
<style> | |
#chart { | |
max-width:940px; | |
margin: 0 auto; | |
} | |
</style> | |
<div id="chart"></div> | |
<script src="https://d3js.org/d3.v4.min.js"></script> |
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
{"lastUpload":"2018-05-10T16:55:16.150Z","extensionVersion":"v2.9.2"} |
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
const fs = require('fs'); | |
const request = require('request'); | |
const rp = require('request-promise'); | |
const sb = require('satoshi-bitcoin'); | |
const d3 = Object.assign({},require('d3-array')); | |
// the address to start crawling outgoing transactions from | |
const START_ADDRESS = '1Ftixp78FjTWFi3ssJjBw5NqKf5ZPQjXBb'; | |
// the starting timestamp to compare transactions against | |
const START_DATE = new Date(1499413652000); |
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
using UnityEngine; | |
using System.Collections.Generic; | |
using System.Collections; | |
// This script is adapted from these, | |
// but has been heavily modified in some areas: | |
// http://www.redblobgames.com/pathfinding/a-star/implementation.html#csharp | |
// https://gist.github.com/DanBrooker/1f8855367ae4add40792 | |
// I'm continuing to optimize and change things here. I would not use this |
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
CAF CODE500 # ASTRONAUT: PLEASE CRANK THE | |
TC BANKCALL # SILLY THING AROUND | |
CADR GOPERF1 | |
TCF GOTOP00H # TERMINATE | |
TCF P63SPOT3 # PROCEED SEE IF HE'S LYING | |
P63SPOT4 TC BANKCALL # ENTER INITIALIZE LANDING RADAR | |
CADR SETPOS1 |
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
TC BANKCALL # TEMPORARY, I HOPE HOPE HOPE | |
CADR STOPRATE # TEMPORARY, I HOPE HOPE HOPE |
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
P40AUTO TC MAKECADR # HELLO THERE. | |
TS TEMPR60 # FOR GENERALIZED RETURN TO OTHER BANKS. | |
P40A/P TC BANKCALL # SUBROUTINE TO CHECK PGNCS CONTROL | |
CADR G+N,AUTO # AND AUTO STABILIZATION MODES | |
CCS A # +0 INDICATES IN PGNCS, IN AUTO | |
TCF TURNITON # + INDICATES NOT IN PGNCS AND/OR AUTO | |
CAF APSFLBIT # ARE WE ON THE DESCENT STAGE? | |
MASK FLGWRD10 | |
CCS A | |
TCF GOBACK # RETURN |
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
## At the get-together of the AGC developers celebrating the 40th anniversary | |
## of the first moonwalk, Don Eyles (one of the authors of this routine along | |
## with Peter Adler) has related to us a little interesting history behind the | |
## naming of the routine. | |
## | |
## It traces back to 1965 and the Los Angeles riots, and was inspired | |
## by disc jockey extraordinaire and radio station owner Magnificent Montague. | |
## Magnificent Montague used the phrase "Burn, baby! BURN!" when spinning the | |
## hottest new records. Magnificent Montague was the charismatic voice of | |
## soul music in Chicago, New York, and Los Angeles from the mid-1950s to |
NewerOlder