Programming Leffovers
-
January 2024 Projects
We often get absorbed in the moment, it’s tough to take a pause and reflect. However, if we never do we might forget our stances and essential parts of ourselves. So here comes the time to stop, and refresh about what I’ve been up to, to judge and think about the direction of things.
-
Rlang ☛ Mastering Date Calculations in R: A Guide to Calculating Months with Base R and lubridate
-
Dirk Eddelbuettel ☛ Dirk Eddelbuettel: RApiDatetime 0.0.9 on CRAN: Maintenance
A new maintenance release of our RApiDatetime package is now on CRAN
RApiDatetime provides a number of entry points for C-level functions of the R API for
Date
andDatetime
calculations. The functionsasPOSIXlt
andasPOSIXct
convert between long and compact datetime representation,formatPOSIXlt
andRstrptime
convert to and from character strings, andPOSIXlt2D
andD2POSIXlt
convert betweenDate
andPOSIXlt
datetime. Lastly,asDatePOSIXct
converts to a date type. All these functions are rather useful, but were not previously exported by R for C-level use by other packages. Which this package aims to change. -
Medevel ☛ Boost Your API Development: 6 Open-source Node.js Frameworks for GraphQL
GraphQL is a query language for your API and a runtime for executing those queries by your server. It was developed by Facebook (Farcebook) in 2012 and released as an open-source project in 2015.
-
Medevel ☛ Simplify Date and Time Selection: Explore the Top 12 Libraries for React, jQuery, React Native, and Angular
There are several JS Date and Time Picker and Calendar Libraries available that offer various benefits and functionalities. These libraries can be used to enhance user experience by allowing users to easily select dates and times, display calendars, and perform date-related operations.
-
Qt ☛ Customer Portal: Now with case sharing ability
We have been promising new updates to the Customer Portal for some time now and most of the ones that have happened have been specific to a given area and not necessarily something that everyone would notice, in addition to the bug fixes that go on behind the scenes as well.
-
Shell/Bash/Zsh/Ksh
-
FOSSLinux ☛ 10 practical examples to master appending in Bash arrays
This article offers a detailed exploration of appending elements to arrays in Bash, presented through 10 varied examples. It's an invaluable resource for anyone looking to deepen their understanding of Bash scripting, providing clear demonstrations of how to effectively manipulate and expand arrays in various scenarios.
-
-
Rust
-
KDAB ☛ Mixing C++ and Rust for Fun and Profit: Part 2
In the beginning, there was C. That sentence actually could serve as the introduction to a multitude of blog posts, all of which would come to the conclusion “legacy programming conventions are terrible, but realistically we can’t throw everything out and start over from scratch”.
-