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
{ | |
"event": { | |
"id": "714cedbf-8ee4-4d04-a0f3-e58964811e09", | |
"payload": { | |
"dataSchema": "pubnub.com/schemas/events/messages.pubsub.publish?v=1.0.0", | |
"data": [ | |
{ | |
"timestamp": "2024-05-15T16:31:57.009Z", | |
"message": { | |
"type": "activeUsersRefreshed", |
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
I (250) cpu_start: Pro cpu up. | |
I (250) cpu_start: Single core mode | |
I (258) cpu_start: Pro cpu start user code | |
I (258) cpu_start: cpu freq: 240000000 Hz | |
I (258) cpu_start: Application information: | |
I (259) cpu_start: Project name: BlueRetro | |
I (259) cpu_start: App version: v1.7.3 gc_external | |
I (260) cpu_start: Compile time: Aug 18 2022 23:21:46 | |
I (261) cpu_start: ELF file SHA256: af28e4ac6e6d4aef... | |
I (261) cpu_start: ESP-IDF: v5.1-dev-16-g30e8f19f5a |
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
Values come from `mame.exe -listxml` | |
hfreq1 = height * 1.05 * refresh | |
hfreq2 = vtotal * 1.05 * refresh | |
hfreq1 | hreq2 | refresh | height | vtotal | Title | |
-------|-------|---------|--------|--------|----------------------------- | |
13.22 | 15.52 | 56.19 | 224 | 263 | 64th. Street - A Detective Story (World) | |
13.34 | 16.80 | 56.74 | 224 | 282 | 10-Yard Fight (World, set 1) | |
13.52 | ----- | 57.50 | 224 | --- | Snow Bros. - Nick & Tom (set 1) |
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
SELECT | |
sub_canceled_events.date, | |
sub_canceled_events.subscription_id, | |
sub_canceled_events.user_id, | |
sub_created_events.client AS creator_client, | |
sub_created_events.installation_id AS creator_installation_id, | |
sub_created_events.session_id AS creator_session_id, | |
sub_created_events.locale AS creator_locale, | |
FROM events AS sub_canceled_events |
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
function fakeSearch(searchTerms, {onError, onComplete}) { | |
console.log('fakeSearch'); | |
try { | |
// does some searching with searchTerms | |
const res = 'my dumb results'; | |
console.log('got results'); | |
onComplete(res); | |
} | |
catch(err) { |
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
CONNECT go.microsoft.com:443 HTTP/1.1 | |
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0 | |
Connection: keep-alive | |
Connection: keep-alive | |
Host: go.microsoft.com:443 | |
A SSLv3-compatible ClientHello handshake was found. Fiddler extracted the parameters below. | |
Version: 3.3 (TLS/1.2) | |
Random: E9 18 8C 4B 70 0D F9 68 AB 23 0A 0F 69 9F 40 9D 19 71 91 12 2C 2E B1 4D 19 89 AF AA 42 D4 FA 97 |
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
https://na.suzohapp.com/pdf/service_pdfs/makvision49-3129-00_schematic.pdf | |
=== M3129DF-TS === | |
The same as M3129DB1-72 expect for *** | |
VR1 - 1K - 15K B+ *** | |
VR2 - 2k - 24K B+ | |
VR3 - 2k - 31K B+ | |
VR4 - 50k - TRAP |
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
{"centiped": { | |
"name": "centiped", | |
"description": "Centipede (revision 3)", | |
"numPlayers": 2, | |
"alternatesTurns": true, | |
"usesServiceButtons": false, | |
"usesTilt": true, | |
"hasCocktailDipswitch": true, | |
"notes": "", | |
"errors": [], |