Skip to content

Instantly share code, notes, and snippets.

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
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)
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
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) {
@yo1dog
yo1dog / microsoftResetFiddler.txt
Last active September 10, 2016 20:25
Example failed SSL TCP request captured by Fiddler.
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
@yo1dog
yo1dog / makvision49-3129-00_schematicVariableResistors.txt
Created August 6, 2016 16:42
makvision49-3129-00_schematic Variable Resistors
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
{"centiped": {
"name": "centiped",
"description": "Centipede (revision 3)",
"numPlayers": 2,
"alternatesTurns": true,
"usesServiceButtons": false,
"usesTilt": true,
"hasCocktailDipswitch": true,
"notes": "",
"errors": [],