Programming and Hacking Leftovers
-
Open Hardware/Modding
-
CNX Software ☛ ElectronicsV2 – An NXP S32K144 development board for DIY automotive projects
ElectronicsV2 is a small development board based on the NXP S32K144 Arm Cortex-M4F microcontroller designed for automotive enthusiasts and tech hobbyists who may be interested in DIY projects such as an electric immobilizer, a CAN-based data logger, or experiment with vehicle-to-vehicle (V2V) communication Gettobyte aims to make the ElectronicsV2 the “Arduino of the Automotive World” with affordable pricing, plenty of I/Os, a 2-pole terminal block connected to a CAN transceiver, LED and buttons, and easy-to-follow documentation and tutorials.
-
-
Programming/Development
-
Rlang ☛ How to Get First or Last Day of Month in R with lubridate and base R
When working with dates in R, you’ll often need to find the first or last day of the current month or any given month. There are a couple easy ways to do this using the lubridate package and base R functions.
-
Rust
-
Porting Strategy
As Redox functionality becomes more complete, we have been working hard to get a wide variety of software working.
This post will cover our porting strategy for Linux/BSD programs.
-
-