Pinned Repositories
actonQtg
GUI program to manage and execute actions
actonQtso
acton main library, decicated to organizing and executing actions
avidemuxProjectToEDLmpv
Command line utility that converts an avidemux project file into a mpv EDL file
baseClassQtso
Simple helper C++ class/library to manage errors using QStrings
bncsutil
same as https://github.com/BNETDocs/bncsutil but with less MACROS and setup with qmake
comuso
Collection of header only C++ classes, many template classes, to do certain common tasks
constantMirrorClient
Use https://github.com/jouven/constantMirrorClientAsync. Client-side program that mirrors remote paths to the local filesystem using tcp sockets
crc32cso
"C++ version" of https://crc32c.machinezoo.com/, the benchmark code has been removed and added qmake config to build as shared library. It should build-work on Linux and Windows
criptoso
C++ library to hash string or files in several types of hash (crc32c, xxhash, whirlpool and SHA256)
sizeConversionso
Simple helper C++ library to format an integer containing a value in bytes into a std::string
jouven's Repositories
jouven/crc32cso
"C++ version" of https://crc32c.machinezoo.com/, the benchmark code has been removed and added qmake config to build as shared library. It should build-work on Linux and Windows
jouven/sizeConversionso
Simple helper C++ library to format an integer containing a value in bytes into a std::string
jouven/actonQtg
GUI program to manage and execute actions
jouven/actonQtso
acton main library, decicated to organizing and executing actions
jouven/avidemuxProjectToEDLmpv
Command line utility that converts an avidemux project file into a mpv EDL file
jouven/baseClassQtso
Simple helper C++ class/library to manage errors using QStrings
jouven/comuso
Collection of header only C++ classes, many template classes, to do certain common tasks
jouven/constantMirrorClientAsync
Client-side program that mirrors remote paths to the local filesystem using tcp sockets
jouven/constantMirrorServerAsync
Server-side program that mirrors remote paths to the local filesystem using tcp sockets
jouven/cryptoQtso
C++ library to hash string or files in several types of hash (crc32c, xxhash, whirlpool and SHA256), Qt version
jouven/dllGatherer
Console application that finds .dll files required for an executable to run properly and copies them to its folder
jouven/essentialQtgso
Simple helper C++ library for GUI Qt stuff
jouven/essentialQtso
Simple helper C++ library for non-GUI Qt stuff
jouven/fileHashQtso
C++ library to generate all the hashes from a single file or the content of a directory
jouven/filterDirectoryQtso
C++ library to fetch a list of files/directories from a directory path, has several filtering options
jouven/hasherQt
Console application to generate hashes. Input: string/s, file/s. Output: decimal, hex and base64. Hash types: crc32c, xxhash, whirlpool and SHA256
jouven/hasherQtg
GUI program to create a list of files from the filesystem, generate hash values, save the list in a file and load a saved file to compare the saved values with the current ones
jouven/logsinJSONQtso
Log library using JSON/CSV files
jouven/pathMonotifierQt
Console utility to monitor directory filesystem changes
jouven/programConfigQtgso
C++ library to help with program configuration, GUI specialization
jouven/programConfigQtso
C++ library to help with program configuration
jouven/qmutexUMapQtso
Simple helper C++ library to use/"organize" qmutex objects using an unordered_map
jouven/signalProxyQtso
Simple proxy library for signalso that emits a signal when an OS signal happens
jouven/signalso
C++ library to manage detached threads and deal with the most common signals. It should build-work on Linux and Windows
jouven/sslUtilsso
Simple helper C++ library to generate private/public keys (RSA) and certificate (X509)
jouven/stringParserMapQtso
C++ library to do "X" if a parser is triggered when parsing string
jouven/textQtso
C++ library to deal with string/s, that might be translated at some point in time, with placeholders and the values that will replace those placeholders
jouven/threadedFunctionQtso
Simple helper C++ library to manage QThreads, provides a thread counter and a way to easily "QThread" a function
jouven/timeRangeCalculatorQtg
GUI program to do basic time arithmetic between single timestamp/time range and other time range/s plus some export options
jouven/translatorJSONQtso
Simple? translation library using json files as storage