Code examples, small projects and various templates.
A frontend script to easily manage KVM VMs.
A draft main template to help developers speed up their Bash scripts.
Some usefull functions for shell applications.
This tool supports fast upper/lower case conversion from standard input to standard output. The fast conversions is realized by using one or more of the following techniques:
- Branchless programming
- Vector/SIMD Intel intrinsic instructions (AVX, AVX2 or AVX512)
This application uses JDBC to check the performance of individual SQL statements. The goal is to help SW developers easily check the performance of JDBC statements before using them in their own projects.