Rust Chad
@Jakman
I ain't dead. Remember to show appreciation to your loved ones. Don't start issues with people that you'll have to meet later.
I have an idea for a new randomizer.
he number of pi has random decimals
no numbers repeat after one another
we can easily make a randomizer out of th
I am alive
I have been going through some things for those of you who didn't know. I love ya'll man.
I wanted to get into some tips on how to think w
alex0928 The updated version of roblox robux generator is here which will be names as roblox robux generator 2021 and it makes playing this multiplayer game much interesting one.1 year ago
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
Rust
It works. It uses a functional algo to find a fib via the Iterator trait being implemented.
Rust
fuzzyastrocat Nice! Though in other posts map has been considered disallowed, so might want to change that if possible2 years ago
Ok since you guys seem to like python so much and every other language's tutorials die in new here is something for you braindead script kiddies.
Cha
DynamicSquid Hi! Quick question, I'm learning Rust rn, but I don't know how to import rand::Rng?2 years ago
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
Rust
I would like to request for programmers who have a well rounded understanding of one programming language that is low level (Such as C,C++,Rust). If n
I have made a rust program that reverses the bytes of a file and writes those bytes back into a file. I ran this program from theplan.txt and look at
Rust
I would like to have a feature to delete notifications after they have been read. This will is prefered to be manual and not automatic.
PattanAhmed @Jakman Hi,
f you are that interested in your opinion, then please try posting your opinion here.
Hope this helps.
Please mark my answer if this helps3 years ago
In OOP when you use a method you usually only use one at a time on a line. What if I told you that you might want a concept that lets you use many met
Can we get rust support for the cargo.toml file? Without this i am restricted to the standard library of rust.
I would like to host a competition in which you are to make a program consisting of 50 or more OCCUPIED lines of code. This program must be fast. You
Muffinlavania umm this is literally just 50 lines of complete garbage
https://repl.it/@Muffinlavania/Bruh-Moment3 years ago
seanlnge I really don't understand this competition
Here is my fastest submission: https://repl.it/@SpicedSpices/Fastest-50-Line-Program#main.cpp3 years ago
I recently have been wanting to get into web interaction via javascript. As of now i know python,java,json,rust,c,and c#.
Should i learn JS?
xxpertHacker Tad late, but you might be interested in my response here: https://repl.it/talk/ask/Python-to-Javascript/1211052 years ago
DungeonMaster00 you can compile rust to webassembly to make really high performance web aplications, but you will have to use some js since webassembly was designed to work alonside js
some links:
more things to compile to webassembly: herehttps://webassembly.org/getting-started/developers-guide/
compiling rust to webassembly: https://rustwasm.github.io/docs/book/
good js with types: https://www.typescriptlang.org/2 years ago
huhelena8 yes bc browsers can read Javascript, interpret it and then run the program, creating powerful client-side experiences3 years ago
This tutorial will be relatively short so do not expect to stay here for a lecture. Now pointers are just variables that store the memory address of s
Would you all like for me to make a Java program that converts JSON to a Java class?
Would you all like to see a tutorial series on advanced Rust concepts? If so the next tutorial i put out will be about Rust OOP.
How would i go about making a classroom for Rust as shown in the class rooms for java,python,etc?
Bookie0 First you go to profile >> edit profile >> roles >> teacher.
Then a new widget should appear in the far left column.
You go to the button teachers, and then you should be able to make or import classrooms.
Hope this helps3 years ago
So there will be a time when you want to borrow the value of a number or string and then return it back to its original owner. Like using a reference
AmazingMech2418 Nice! Mutable references definitely come in handy for structs with methods! Though, you don't need to use pointer1 in Rust; you can just use pointer1. The `` isn't needed in Rust.3 years ago
Will we ever get the Rust library ggez for game development? I would prefer it to be done as i have some ideas that cannot be made in other languages
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
Rust