As part of an Azure Pipeline to build a Python package and store it in Azure Artifacts I'm generating a lot of .md files from the docstrings as documentation fo
We have a number of standard stored procedures in our software that we sometimes get to customize some for customers. CREATE PROCEDURE PROCEDURE_NAME @param
I've inherited a multi-threaded .NET 4.61 Windows Service that's basically a service of services (or servlets). It has a core and a plugin architecture. You c
I have cpp code which is used to read xml files, parse data and then store it in table. Initially data was ASCII encoded but now it is UTF8 encoded. code is usi
I've recently tried using Block-Compressed image formats in Vulkan and found that when I switch up my code to use a compressed image format, I get a complete ga
In my current codebase, I have a RestController, and I am using hibernate with it. As of now, I am using the same hibernate configuration which one would usuall
Each time the user logs in, I want to store the IP address in a list of the respective user, so that each user has a list with all IP addresses used during logi
This is my code - child: <a-camp :camp="camp.name" @click="$emit('camp-selected', camp)" /> export default { emits: ['camp-selected'], ... parent: