Блог*
Ir al canal en Telegram
Блог со звёздочкой. Много репостов, немножко программирования. Небольшое прикольное комьюнити: @decltype_chat_ptr_t Автор: @insert_reference_here
Mostrar más1 930
Suscriptores
-224 horas
+17 días
-130 días
Archivo de publicaciones
1 926
#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).
1 926
#prog #amazingopensource #gamedev
MarkovJunior is a probabilistic programming language where programs are combinations of rewrite rules and inference is performed via constraint propagation.
1 926
Уважаемые разработчики мобильных приложений. Знаете ли вы, когда наиболее подходящий момент просить оценить приложение?
Никогда.
1 926
#prog #c #ruby #article
An in-depth look at CVE-2018-8778 or why integer overflows are still a thing!
1 926
Repost from Технологический Болт Генона
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 http://silent.org.pl/home/2022/06/13/the-floppotron-3-0/
