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
// KSP Module Manager Config File | |
// Add Cargo part status to SCANsat parts | |
// Author: Alex Boyd (AlexinTokyo) | |
// Part: SCAN Been There Done That®, Mass: 0.02 | |
@PART[scansat-exomars-1]:FINAL | |
{ | |
MODULE | |
{ |
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
100 HOME | |
110 PRINT ">>HEXACON - HEX to DECicmal converter" | |
120 PRINT "_____________________________________" | |
130 PRINT | |
140 INVERSE : PRINT "MAKE SURE CAPS LOCK IS ON": NORMAL | |
150 PRINT "Enter one byte at a time." | |
160 PRINT "Enter - to back up and reenter data" | |
170 PRINT "Press ENTER key alone to end." | |
180 PRINT | |
190 DIM B$(255),C$(255):I = 1 |
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
100 DIM SC(10) | |
110 PLAY = 768 | |
120 DATA 160,100,169,1,133,250,174,3,3,228,250,208,3,173,48,192,202,208,246,173,48,192,136,240,7,198,250,208,233,76,2,3,96 | |
130 REM | |
140 REM 233,220,208,195,184,175,164,154,146,137,129,122,114,108 | |
150 REM G G# A A# B C C# D D# E F F# G G# | |
160 REM | |
170 FOR I = 0 TO 32 | |
180 READ V: POKE PLAY + I,V: NEXT | |
190 POKE 769,200: REM 769 IS DURATION; 771 IS PITCH |