Programming Leftovers
-
The Rust Programming Language Blog: Announcing regex 1.9
The regex sub-team is announcing the release of
regex 1.9
. Theregex
crate is maintained by the Rust project and is the recommended way to use regular expressions in Rust. Its defining characteristic is its guarantee of worst case linear time searches with respect to the size of the string being searched. -
Dirk Eddelbuettel: Rcpp 1.0.11 on CRAN: Updates and Maintenance
The Rcpp Core Team is delighted to announce that the newest release 1.0.11 of the Rcpp package arrived on CRAN and in Debian earlier today. Windows and macOS builds should appear at CRAN in the next few days, as will builds in different Linux distribution–and of course at r2u. The release was finalized three days ago, but given the widespread use and extended reverse dependencies at CRAN it usually takes a few days to be processed. This release continues with the six-months January-July cycle started with release 1.0.5 in July 2020. As a reminder, we do of course make interim snapshot ‘dev’ or ‘rc’ releases available via the Rcpp drat repo and strongly encourage their use and testing—I run my systems with these versions which tend to work just as well, and are also fully tested against all reverse-dependencies.
-
Remi Collet: PHP version 8.1.21 and 8.2.8
RPMs of PHP version 8.2.8 are available in remi-modular repository for Fedora ≥ 36 and Enterprise Linux ≥ 8 (RHEL, Alma, CentOS, Rocky...) and in remi-php82 repository for EL 7.
RPMs of PHP version 8.1.21 are available in remi-modular repository for Fedora ≥ 36 and Enterprise Linux ≥ 8 (RHEL, Alma, CentOS, Rocky...) and in remi-php81 repository for EL 7.
No security fix this month, so no update for version 8.0.29.
-
Using webR in an Express JS REST API
webR? wat again?
As described in the doc:
WebR is a version of the statistical language R compiled for the browser and Node.js using WebAssembly, via Emscripten.
-
GCC 10.5 Released
The GNU project and the GCC developers are pleased to announce the release of GCC 10.5.
This release is a bug-fix release, containing fixes for regressions in GCC 10.4 relative to previous releases of GCC.