- Direwolf - https://github.com/wb2osz/direwolf
- sox
- wget
Create a file called ax25_9600.conf with the following contents
Create a file called ax25_9600.conf with the following contents
Simple CAPI client to retrieve player profile from the Elite Dangerous Companion API using OAuth2
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <stdint.h> | |
| #ifdef _MSC_VER | |
| #include <intrin.h> /* for rdtscp and clflush */ | |
| #pragma optimize("gt",on) | |
| #else | |
| #include <x86intrin.h> /* for rdtscp and clflush */ | |
| #endif |
| ; GameBoy Color Boot ROM Disassembly | |
| ; Dumped by Costis | |
| ; Commenting by Randy Mongenel (Duo) | |
| ; WORK-IN-PROGRESS VERSION 09-27-2009 | |
| ; =========================================================================== | |
| ; Segment type: Pure code | |
| SECTION "ROM", CODE |