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
| # 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 |
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
| import serial | |
| import time | |
| import logging | |
| import sys | |
| logging.basicConfig(level=logging.DEBUG, | |
| format='%(asctime)s - %(levelname)s - %(message)s', | |
| handlers=[ | |
| logging.StreamHandler(sys.stdout), | |
| logging.FileHandler('switch_config.log') |
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 <iostream> | |
| #include <string> | |
| #include <cmath> | |
| #include <iomanip> | |
| long double e = 1.0; | |
| long double term = 1.0; | |
| int i = 1; | |
| long double precision = 1.0e-10; | |
| bool flag_found = false; |
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
| @echo off | |
| echo Disabling Oculus packages... | |
| adb shell pm disable-user --user 0 com.oculus.explore | |
| if %errorlevel% neq 0 echo Failed to disable com.oculus.explore | |
| adb shell pm disable-user --user 0 com.oculus.socialplatform | |
| if %errorlevel% neq 0 echo Failed to disable com.oculus.socialplatform | |
| adb shell pm disable-user --user 0 com.meta.curio.toybox |
OlderNewer