Programming Leftovers
-
Rlang ☛ Please Shut Up! Verbosity Control in Packages
We recently introduced a new paragraph to the development version of our dev guide
-
Rlang ☛ Simplifying Date Manipulation: How to Get Week Numbers in R
When working with dates in R, you may need to extract the week number for any given date. This can be useful for doing time series analysis or visualizations by week.
-
Shell/Bash/Zsh/Ksh
-
Loops in Bash for command-line power users
Bash isn't just for basic commands! This post dives into powerful loop structures like for, while, and until, showing you how to automate repetitive tasks and unlock the full potential of your command line. From creating directories to extracting RPM details, learn practical examples to boost your Bash scripting skills.
-
TecAdmin ☛ Single-line If-else Statements in Bash
Bash, the Bourne Again SHell, is a powerful scripting language used extensively in the Unix and GNU/Linux worlds. It offers an extensive range of functionalities, from simple commands to complex scripts that automate large tasks. One of the key features of Bash scripting is conditional execution, where the if-else statement plays a crucial role.
-
-
Rust
-
Rust Blog ☛ The Rust Programming Language Blog: crates.io: API status code changes
Cargo and crates.io were developed in the rush leading up to the Rust 1.0 release to fill the needs for a tool to manage dependencies and a registry that people could use to share code. This rapid work resulted in these tools being connected with an API that initially didn't return the correct HTTP response status codes. After the Rust 1.0 release, Rust's stability guarantees around backward compatibility made this non-trivial to fix, as we wanted older versions of Cargo to continue working with the current crates.io API.
-
Linuxiac ☛ Google Fuels Rust Foundation with $1M Donation
Rust Foundation announces a $1M Surveillance Giant Google grant to enhance C++ and Rust interoperability, aiming for technical advancement.
-