Pinned Repositories
aryoda.github.io
Internal repo for GitHub pages (public webpages hosted and published through GitHub) - for internal purposes only, not useful for others
ddcutil-cpp-API
A C++ wrapper for the C-based library ddcutil to provide a clean API for C++ without exposing the C details
git_essentials
A personal collection of Git know-how, best-practices and trainings
pgzero_monster_game
This is a python game based on the library pgzero (pygame zero) created in a python learning project during the school holidays
R_CppDebugHelper
Diagnostics functions to be called in debuggers like 'gdb' to debug C and C++ based code called from R
R_DBI_compliance_reports
Generates and publishes reports to compare the DBI test case coverage of different database engines using DBI-based drivers in R for different database engines
R_enumerations
Adds a dynamic enumeration data type to the R programming language
R_pkg_knitr_child_vignette_issue
minimal R package to reproduce an issue described at https://stackoverflow.com/q/50078849/4468078
R_shiny_post_mortem_analysis_training
Training code and presentation: Use logging, error-handling and post-mortem analysis for R Shiny Apps
tryCatchLog
R package for better error handling incl. logging with a full (!) stack trace incl. line numbers, post-mortem analysis and support for parallel processing
aryoda's Repositories
aryoda/tryCatchLog
R package for better error handling incl. logging with a full (!) stack trace incl. line numbers, post-mortem analysis and support for parallel processing
aryoda/R_enumerations
Adds a dynamic enumeration data type to the R programming language
aryoda/R_pkg_knitr_child_vignette_issue
minimal R package to reproduce an issue described at https://stackoverflow.com/q/50078849/4468078
aryoda/ddcutil-cpp-API
A C++ wrapper for the C-based library ddcutil to provide a clean API for C++ without exposing the C details
aryoda/git_essentials
A personal collection of Git know-how, best-practices and trainings
aryoda/R_DBI_compliance_reports
Generates and publishes reports to compare the DBI test case coverage of different database engines using DBI-based drivers in R for different database engines
aryoda/R_shiny_post_mortem_analysis_training
Training code and presentation: Use logging, error-handling and post-mortem analysis for R Shiny Apps
aryoda/aryoda.github.io
Internal repo for GitHub pages (public webpages hosted and published through GitHub) - for internal purposes only, not useful for others
aryoda/backintime
private fork of Back In Time for development purposes
aryoda/pgzero_monster_game
This is a python game based on the library pgzero (pygame zero) created in a python learning project during the school holidays
aryoda/R_CppDebugHelper
Diagnostics functions to be called in debuggers like 'gdb' to debug C and C++ based code called from R
aryoda/borg
Deduplicating archiver with compression and authenticated encryption.
aryoda/data.table
R's data.table package extends data.frame:
aryoda/DBI
A database interface (DBI) definition for communication between R and RDBMSs
aryoda/ddccontrol-db
DDC Control Monitor Database (forked version)
aryoda/droidboot_device_volla_yggdrasil
lk-based DroidBoot for Volla Phone that replaces the bootloader 📲
aryoda/example-r
aryoda/futile.logger
A logging package in R similar to log4j
aryoda/Git-Credential-Manager-for-Windows
Secure Git credential storage for Windows with support for Visual Studio Team Services, GitHub, and Bitbucket multi-factor authentication.
aryoda/odbc
Connect to ODBC databases (using the DBI interface)
aryoda/R_pkg_dependencies
Identifies the fulll package dependencies of all installed R packages
aryoda/R_trainings
A collection of slides and training materials like example code for the programming language R
aryoda/RODBC
Personal fork of the read-only repo of the CRAN R package repository RODBC (ODBC Database Access for R)
aryoda/RODBCext
Personal fork of the read-only repo of the R package RODBCext (ODBC Database Access for R with prepared statements))
aryoda/testthat_base_mocking
R language: A minimal reproducible example to mock a base function call within a package in a testthat unit test. See the related question at Stackoverflow: https://stackoverflow.com/q/50438546/4468078
aryoda/tryCatchLog_trainings
Public slides and training materials for the R package "tryCatchLog"
aryoda/user-callback
Example user-callback scripts (forked from bit-team / user-callback