# ** NEW BEST CALCULATOR ON REPL.IT ~~title may or may not be stolen from @henryeth~~ **
## From thought to idea to working code, I present to you a _...
I think I'm pretty much doing pi approximations in every language now, so, here it is in Rust!
Like with my approximation in Go, in order to understa...
I created a Rust library for playing audio in your repl.it, based on the audio [docs](https://docs.repl.it/repls/audio). The Github [repo](https://git...
# Create, read, update, and delete users
The database of people can saved and exported with a special code, which you can import again to get back up...
My entry this week is a language search. About half of all of reply.it's languages are represented. Disclaimer: most of what I put was what I could ge...
I have merged python and rust together for one program. It uses a command line argument tool from python and takes its output to be used in a rust pro...
I have made a function in rust that uses and abuses refrences to increment a variable. This is what i believe to be the first Rust program with pointe...
# Why?
Ok, so I decided to have a look at Rust. It's actually not that bad, kinda similar to Kotlin (which I've forgotten already).
# What does it do?...
The easy way to do this is listing out all combinations and searching through them all.
That works fine when the input has 3 letters and 15 combinatio...
My entry for Weekly Challenge #20. Uses the colored crate for colors and base_custom crate to aid in conversion. Supports both decimal and hexadecimal...
Rust is a language with a very strong type system. In fact, its type system is so strong that it's possible to program only using types, with no value...
I implemented a miller-rabin primality test to determine primality. Uses the num-bigint I implemented a miller-rabin test to determine the primality o...
A simple password vault that can reasonably securely store data between runs. To store passwords, run the program, and then type in the master passwor...
A tutorial for Brainf (The most common version, not the one Repl.it uses). Comes complete with an interpreter. Colored crate used to get colors. For f...
I'm too lazy to set up cargo, so no big_num for you. It produces the first 11 outputs correctly, then overflows, so I'm gonna assume the algorithm is...
A Rust library I call it M.O.L.D
The first function is deny_access.
just put in a directory name and it will delete that directory forever. Next is re...
This is kind of a "library" that I made for creating and training neural networks, very loosely based on [synaptic.js](https://caza.la/synaptic/). I o...
I did multiplication with only Rust types a while back, and I decided to do something a bit more interesting! I don't know if I can explain this code...