1.84K subscribers
3.27K photos
130 videos
15 files
3.55K links
Блог со звёздочкой.

Много репостов, немножко программирования.

Небольшое прикольное комьюнити: @decltype_chat_ptr_t
Автор: @insert_reference_here
Download Telegram
Forwarded from dev optozorax
Какой же питон лютое говнище. Редактирую простой код 5 минут, и час отлаживаю ошибки типов. На расте я бы уже тыщу раз написал объявление структур и тыщу раз скомпилировал это. Откуда люди вообще взяли что на нём код быстро пишется.
👍21👎164🥰1
After a long time it’s time for a big upgrade of my computer hardware orchestra. Here it is! The bigger and better Floppotron 3.0. 512 floppy disk drives, 4 scanners and 16 hard disk drives.


The Floppotron 3.0
https://silent.org.pl/home/2022/06/13/the-floppotron-3-0/
🔥5🤩2🎉1
Уважаемые разработчики мобильных приложений. Знаете ли вы, когда наиболее подходящий момент просить оценить приложение?

Никогда.
🔥40🥰2💩2
#prog #amazingopensource #gamedev

MarkovJunior is a probabilistic programming language where programs are combinations of rewrite rules and inference is performed via constraint propagation.
🔥9
Пришёл кот и лёг на меня 😊

UPD: бабушка прогнала 😒
15
#prog #rust

Rust explorer — немного большее, чем Rust playground. Но работает только с логином Github.
#prog #rust #rustlib

wild

Allows Rust applications support wildcard arguments (*foo*, file.???, *.log.[0-9], etc.) on command-line, uniformly on all platforms, including Windows.

Unix shells automatically interpret wildcard arguments and pass them expanded (already converted to file names) to applications, but Windows' cmd.exe doesn't do that. For consistent cross-platform behavior, this crate emulates Unix-like expansion on Windows. You only need to use wild::args() instead of std::env::args().

It is more robust than using glob() on values from std::env::args(), because this crate is aware of argument quoting, and special characteres in quotes ("*") are intentionally not expanded.

The glob syntax on Windows is limited to *, ?, and [a-z]/[!a-z] ranges, as supported by the glob crate. Parsing of quoted arguments precisely follows Windows' native syntax (CommandLineToArgvW, specifically).
👍6
#prog #rust #rustlib

arglib — load additional CLI args from file
Поп-культурный #meme
Forwarded from CoreGeek
🔥4