Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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 math | |
byte = "|------|" | |
display_length = 10 | |
bit_i=16 | |
byte_i_a = math.floor(bit_i/8) | |
byte_i_b = math.ceil(bit_i/8) | |
print("bit_i:",bit_i) | |
print("byte_i",byte_i_a, byte_i_b) |
This file contains 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
/* | |
-- Parse Goblin -- | |
VERSION 1.0 | |
Bitburner script: https://github.com/bitburner-official/bitburner-src https://store.steampowered.com/app/1812820/Bitburner/ | |
Library script to support complex command line argument parsing. | |
Features: | |
- full names with optional short forms: foo --bar / foo -b | |
- value argument: count --target 10 | |
- boolean flags: cool_script --help |
This file contains 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
/* | |
-- RSCAN -- | |
VERSION 2.5 | |
Bitburner script: https://github.com/bitburner-official/bitburner-src https://store.steampowered.com/app/1812820/Bitburner/ | |
Recursive scan terminal command for displaying an ascii art tree representation of the full network: | |
rscan --detailed | |
-------------------Network Tree-------------------|-|Balance|-|Hack Chance|-|Security LVL|-|Hacking LVL|-|Root?| | |
home----------------------------------------------| $701.293m 100% 1% 1 [X] | |
├─n00dles | $2.984k 18% 83% 1 [X] |