the purple furry linux guy should be able to teach you nowz0z wrote:
can u teach me assembly :3333333
whoPolyspora wrote:
the purple furry linux guy should be able to teach you nowz0z wrote:
can u teach me assembly :3333333
You make another instance of that objectNicNock wrote:
ok so I have some stainless steel scissors
it rusts and is hard to spin
what do I do
instructions not clear object is staticWinnyace wrote:
You make another instance of that objectNicNock wrote:
ok so I have some stainless steel scissors
it rusts and is hard to spin
what do I do
ok so I did that but it ended up flying and breaking through the windowWinnyace wrote:
You make another instance of that objectNicNock wrote:
ok so I have some stainless steel scissors
it rusts and is hard to spin
what do I do
sounds like bad memory managementNicNock wrote:
ok so I did that but it ended up flying and breaking through the windowWinnyace wrote:
You make another instance of that objectNicNock wrote:
ok so I have some stainless steel scissors
it rusts and is hard to spin
what do I do
at least I think that's what happened idk I just tried it and suddenly the window exploded
i forgor mbWinnyace wrote:
sounds like bad memory managementNicNock wrote:
ok so I did that but it ended up flying and breaking through the windowWinnyace wrote:
You make another instance of that objectNicNock wrote:
ok so I have some stainless steel scissors
it rusts and is hard to spin
what do I do
at least I think that's what happened idk I just tried it and suddenly the window exploded
The programming language or the movieWinnyace wrote:
No, I like them. This thread is now about Rust
the gameMangaGrumpy wrote:
The programming language or the movieWinnyace wrote:
No, I like them. This thread is now about Rust
its pretty funPatatitta wrote:
the gameMangaGrumpy wrote:
The programming language or the movieWinnyace wrote:
No, I like them. This thread is now about Rust
The programming language.MangaGrumpy wrote:
The programming language or the movieWinnyace wrote:
No, I like them. This thread is now about Rust
use text_io::read; fn leftpad(input: String, len: i32, ch: char) -> String { let mut output = String::from(""); for _n in 1..len { output.push(ch); } output.push_str(&input); return output; } fn main() { println!("Give me a string and a number:"); let input: String = read!("{}\n"); let num: i32 = read!("{}\n"); println!("New string: {}", leftpad(input, num, ' ')); }
me i guessz0z wrote:
whoPolyspora wrote:
the purple furry linux guy should be able to teach you nowz0z wrote:
can u teach me assembly :3333333
Which architecture? The language usually varies between architectures, with differents instructions sets (meaning different commands)z0z wrote:
can u teach me assembly :3333333
you can teach assembly in a fictional languageCorne2Plum3 wrote:
Which architecture? The language usually varies between architectures, with differents instructions sets (meaning different commands)z0z wrote:
can u teach me assembly :3333333
i mean this wasn't a serious request but you can tell me the differences of assembly between architectures instead since that wouldn't be so hardCorne2Plum3 wrote:
Which architecture? The language usually varies between architectures, with differents instructions sets (meaning different commands)z0z wrote:
can u teach me assembly :3333333
The assembly is the closest you can get (and actually read) from the machine language, basically what your computer understand. The CPU, which execute your program, is physically a bunch of logical circuits, and a different CPU means different circuits, so you may have differents features, and thus not the same instructions... Or the same instructions with different syntax and implementation.z0z wrote:
i mean this wasn't a serious request but you can tell me the differences of assembly between architectures instead since that wouldn't be so hardCorne2Plum3 wrote:
Which architecture? The language usually varies between architectures, with differents instructions sets (meaning different commands)z0z wrote:
can u teach me assembly :3333333
keremaru wrote:
I'M TIRED OF SEEING IT! my friends on tiktok send me coding threads, on discord it's fucking coding threads; i was in a server, and ALL OF THE CHANNELS WERE ABOUT CODING THREADS