Releases: lostjared/Rust.Projects
Releases · lostjared/Rust.Projects
v1.8 Source Code
Matrix *Like* Code Emulator
v1.01
Looks kind of like a Matrix code emulator not there 100% yet.
cargo run --release
--timeout timeout delay (how fast it moves)
--color the color of the characters in format r,g,b ex: 0,255,0
--font true type font file.
press Up arrow to change direction and scroll up
press Down arrow to change direction and scroll down
Matrix *Like* Code Emulator
Knights Tour v1.0 - Windows x64
TicTacToe v1.0 for Windows x64
Snake 1.0
Wallpong v1.0 for Windows x64
Catch v1.0 for Windows x64
Examples v1.7 Source Code
Examples v1.7 Source Code
code2text windows cli tool
code2text - concurrent version
generate random words from text files or source code
use:
-i filename.txt
-u only find underscore words
-n how many words to find
-l how long each word must be
-o output to filename
Example use like this:
code2text -i textfile.txt -n 10 -l 5