This file contains hidden or 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
:100000000C94FB170C942C180C942C180C942C1892 | |
:100010000C942C180C942C180C942C180C942C1850 | |
:100020000C942C180C942C180C942C180C942C1840 | |
:100030000C942C180C942C180C942C180C942C1830 | |
:100040000C942C180C94F2860C942C180C942C18EC | |
:100050000C942C180C942C180C9460920C94DF4285 | |
:100060000C942C180C9457610C942C180C942C188C | |
:100070000C942C180C942C180C942C180C942C18F0 | |
:100080000C942C180C942C180C942C180C942C18E0 | |
:100090000C942C180C942C180C942C180C942C18D0 |
This file contains hidden or 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
Access 2003 Developer Extensions: KHCYK-2DXWD-6D4BV-9D9K6-TT9RY | |
Access 2003: HVCBT-WQ823-BHMJC-RQJ3P-9T9VT | |
Advanced Threat Analytics (ATA): F3JM7-7QNWQ-KKFVP-PDDRT-4M6P7 | |
Automatic Graph Layout: HWQWP-RXKVP-PJ4BB-9KD87-K67H2 | |
Commerce Server 2002: QJY77-8G8BD-3FYFQ-FDFH3-4RDCP | |
CRM 2011 Server Edition: 36D7J-FR6QG-JXPF6-H449P-2P6RR | |
CRM 2011 Workgroup Server Edition: 73B26-GWVRK-GDX7X-MDQBX-DH28R | |
CRM 3.0 Professional Edition: D2Q47-3K4QX-FPVDT-P4QT6-3C8H8 | |
CRM 3.0 Small Business Edition: TD7BB-D2H87-27KJH-VMH3P-QTQYW | |
CRM 4.0 Enterprise Edition: WQWYD-FHH7F-XQPCK-2B8KG-D6VT3 |
This file contains hidden or 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
Windows CE 4: | |
XVQBX-JJGYD-YJXGH-4TCMB-G6VVQ | |
Windows CE 5: | |
XVQBX-JJGYD-YJXGH-4TCMB-G6VVQ | |
Windows Embedded CE 6: | |
PYHYP-WXB3B-B2CCM-V9DX9-VDY8T | |
Windows Embedded Compact 7: |
This file contains hidden or 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
1. Download STLinkReflash (Version 190812 tested) | |
2. Modify the following offsets in STLinkReflash.exe | |
2566 3C > 38 | |
2567 40 > C0 | |
26B2 3C > 38 | |
26B3 4A > C0 | |
3. Run STLinkReflash.exe and accept, selecting option 1. | |
4. Fun and profit! |
This file contains hidden or 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
# Prerequisites | |
* Compaq C Compiler (http://osarchive.org/os/osf1-tru64/Development/Developers%27%20toolkit%20for%20Tru64%20UNIX/Compaq%20C%20V6.5-303.tar.lz) | |
## Licence Compaq C Compiler | |
Run lmfsetup | |
Enter the following details | |
Product Name: OSF-DEV |
This file contains hidden or 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
{ | |
"bookmarks": { | |
"SYDNEY CENTRE 124.55": { | |
"bandwidth": 7025.76112412178, | |
"frequency": 124550000.0, | |
"mode": 2 | |
}, | |
"SYDNEY CENTRE 125.8": { | |
"bandwidth": 7025.76112412178, | |
"frequency": 125800000.0, |
This file contains hidden or 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
;===== machine: P1S ======================== | |
;===== date: 20231107 ===================== | |
;===== turn on the HB fan & MC board fan ================= | |
M104 S75 ;set extruder temp to turn on the HB fan and prevent filament oozing from nozzle | |
M710 A1 S255 ;turn on MC fan by default(P1S) | |
;===== reset machine status ================= | |
M290 X40 Y40 Z2.6666666 | |
G91 | |
M17 Z0.4 ; lower the z-motor current | |
G380 S2 Z30 F300 ; G380 is same as G38; lower the hotbed , to prevent the nozzle is below the hotbed |
This file contains hidden or 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
{ | |
"bookmarks": { | |
"CB 1": { | |
"bandwidth": 12500, | |
"frequency": 476425000, | |
"mode": 2 | |
}, | |
"CB 2": { | |
"bandwidth": 12500, | |
"frequency": 476450000, |
This file contains hidden or 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
Add this line to your environment | |
- "EXTENSIONS_GALLERY={\"serviceUrl\": \"https://marketplace.visualstudio.com/_apis/public/gallery\", \"cacheUrl\": \"https://vscode.blob.core.windows.net/gallery/index\", \"itemUrl\": \"https://marketplace.visualstudio.com/items\"}" | |
Docker compose up and all of the official extensions will appear! |
This file contains hidden or 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 <stdio.h> | |
#include <stdlib.h> | |
#include <unistd.h> | |
#include <fcntl.h> | |
#include <linux/i2c-dev.h> | |
#include <sys/ioctl.h> | |
#include <ncurses.h> | |
#define NUNCHUCK_ADDR 0x52 // Wii Nunchuck I2C address |
OlderNewer