documentation is the code
43 subscribers
406 photos
27 videos
84 links
upload this to your confluence
Download Telegram
👾2🐳1
😁3🍌2
Forwarded from vx-underground
dudes steals a South Korean government Xitter profile and tweets "north korea is best korea". thats diabolical stuff
fn get<Q: ?Sized>(&self, k: &Q) -> Option<&V>
where K: Borrow<Q>,
Q: Hash + Eq
👨‍💻2
Use a LinkedList when:
• You are absolutely certain you really, truly, want a doubly linked list.

https://doc.rust-lang.org/std/collections/index.html#use-a-linkedlist-when
To get this out of the way: you should probably just use Vec or HashMap. [...] Even when Vec and HashMap are technically suboptimal, they’re probably a good enough choice to get started.

That's just bad
👨‍💻1
https://blog.zorinaq.com/i-contribute-to-the-windows-kernel-we-are-slower-than-other-oper/

BridgeLiver wrote: Who gives a fuck what you found offensive, James?
i use rusт бтв
😭1👨‍💻1
Forwarded from import __hello__
😢2
https://github.com/ftilde/ugdb

What's that? Oh, yes. Yes, you can totally use ugdb to debug ugdb debugging ugdb.
unsafe fn jmp(addr: *const u8) {
let fn_ptr: fn() = std::mem::transmute(addr);
fn_ptr();
}
👾2