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
[ | |
{ | |
"id": "e60eab8a24374f3a", | |
"type": "dnsquery", | |
"z": "592755914c0b6c81", | |
"name": "", | |
"domain_nameType": "str", | |
"domain_name": "test.com", | |
"record_typeType": "rectype", | |
"record_type": "A", |
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 node | |
require('source-map-support').install(); | |
exports.ids = [10]; | |
exports.modules = { | |
/***/ "./node_modules/@serialport/parser-delimiter/lib/index.js": | |
/*!****************************************************************!*\ | |
!*** ./node_modules/@serialport/parser-delimiter/lib/index.js ***! | |
\****************************************************************/ | |
/*! no static exports found */ |
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
#include <ETH.h> | |
#include <esp_eth.h> | |
#include <esp_wifi.h> | |
#include <driver/gpio.h> | |
//#define __GEORGE__ | |
#define ETH_TXD0_PIN 19 | |
#define ETH_TXEN_PIN 21 | |
#define ETH_TXD1_PIN 22 |
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
; Apple II TURBO CASSETTE LOADER | |
; 13569 bps @44100 sps | |
; 14769 bps @48000 sps | |
; Jorge Chamorro Bieling, SEPT 2017 | |
; [email protected] | |
; Compile with: apple2.duckdns.org/assembler/ | |
; Connect the PC to the Apple II cassette in port, set the volume at 50% or more. |
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
;See "Hypercount2017" @ c.s.a2 | |
;https://groups.google.com/forum/#!topic/comp.sys.apple2/3hag0ebN-ts | |
;And "Counting from 1 to 1,000,000 on the FASTChip" @ c.s.a2 | |
;https://groups.google.com/forum/#!topic/comp.sys.apple2/ibI06hDLiaY%5B1-25%5D | |
* = $1000 | |
cero = $b0 | |
display = 1464 | |
digitos = 8 |
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
;see "Counting from 1 to 1,000,000 on the FASTChip" @ c.s.a2 | |
;https://groups.google.com/forum/#!topic/comp.sys.apple2/ibI06hDLiaY | |
* = $1000 | |
uno = 177 | |
dos = 178 | |
zero = 176 | |
dospuntos = 186 |
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
;see "Counting from 1 to 1,000,000 on the FASTChip" @ c.s.a2 | |
;https://groups.google.com/forum/#!topic/comp.sys.apple2/ibI06hDLiaY | |
;And | |
;https://gist.github.com/xk/d2b95a4dcfc6f6fd40310dfeacb257da | |
;In theory the limit is ~1e6*6 cycles, ~ 6s, totally unrolled. | |
;This does it in ~ 6.2s. | |
* = $1000 |
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
;see "Counting from 1 to 1,000,000 on the FASTChip" @ c.s.a2 | |
;https://groups.google.com/forum/#!topic/comp.sys.apple2/ibI06hDLiaY | |
;See https://gist.github.com/xk/d2b95a4dcfc6f6fd40310dfeacb257da | |
1000:A0 B0 8C 05 04 8C 04 04 | |
:8C 03 04 8C 02 04 8C 01 | |
:04 8C 00 04 20 90 12 EE | |
:01 04 20 90 12 EE 01 04 | |
:20 90 12 EE 01 04 20 90 |
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
;see "Counting from 1 to 1,000,000 on the FASTChip" @ c.s.a2 | |
;https://groups.google.com/forum/#!topic/comp.sys.apple2/ibI06hDLiaY | |
;Compiled copy-pasteable hex is here: | |
;https://gist.github.com/xk/b20138aae4e5e841d061803e15d17290 | |
* = $1000 | |
bell = $ff3a | |
digito0 = 1029 |
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
;CASSETTE-SCOPE | |
;2017-09 [email protected] | |
;KEYS: | |
;(T)RIGGER ON / OFF | |
;(SPACE) RUN / STOP | |
;(O)NE SHOT ON /OFF | |
;Any other key quits |
NewerOlder