[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology

Name
Options
Comment
Verification
4chan Pass users can bypass this verification. [Learn More] [Login]
File
  • Please read the Rules and FAQ before posting.
  • You may highlight syntax and preserve whitespace by using [code] tags.

08/21/20New boards added: /vrpg/, /vmg/, /vst/ and /vm/
05/04/17New trial board added: /bant/ - International/Random
10/04/16New board for 4chan Pass users: /vip/ - Very Important Posts
[Hide] [Show All]


[Advertise on 4chan]


File: danish beaver.png (1014 KB, 864x648)
1014 KB PNG
What are you working on, /g/?

Previous thread: >>109594885
>>
let mut hash_set = std::collections::HashSet::<i32>::new();

rust troons really think this is acceptable every time you want to initialize a set
>>
>>109639663
Import HashSet and let type inference figure out the generic argument and it's just
let mut hash_set = HashSet::new();
>>
Stupid question, any of you have worked on android apps? i'm learning Kotlin and have a project in mind, i want to create something similar to LocalSend, except instead of sending files it'd sync two SQlite databases in a pseudo P2P manner. What i basically want, is a frontend for this:
https://github.com/jarun/buku
Hopefully i'd first reimplement the extent of the functionality i want in something other than Python first. My usecase is baiscally managing links. I don't truly like using browser bookmarks because they just stay dumped there, unclassified, and because i switch back and forth between different browsers for distinctive use cases, mainly Firefox and Brave. My question is if someone has already worked on something similar on a techincal level.
>>
What do you guys do for c++ static analysis? I’m using modules and it appears my only option is cmake clang-tidy. Resharper c++ extension and visual studio built in analysis straight up doesn’t like modules.
>>
https en wikipedia org wiki Diskpart
>>
File: 1756980026752157.png (12 KB, 427x400)
12 KB PNG
practice-rust.beatai.org



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.