Decrementing Carousel is a container, accepting int elements. DecrementingCarousel has a maximum capacity, specified via the constructor. When created, Decremen
I have a paginated component. The async setup() method is pulling data from an API to populate the page. It works fine when the route is directly loaded, but wh
I am trying to build an Azure Function to process Dynamics 365 messages from an Azure Service Bus. The message is serialized in the .NET Binary XML format, so I
I am working on a custom 32-bit OS, and i have coded a bare bones bootloader. I am trying to make it load a simple kernel that puts a char onto the screen, howe
I have a bunch of .grib files that I would like to be able to read in and create figures for. I have the code to load one file and plot a figure, but I'd like t
Is it possible to create dynamic C# class from a JSON input file. I'm trying to re-write my code as we will have to import lots of JSON files from different ven
I'm using Python in order to do my Master's Project. As I'm a beginner and learning by myself, there are some difficulties that I found while doing the tasks pr
I'm trying to build an interface to connect two modules. the interface is in the next format: interface my_if #( parameter H_WIDTH = 64, parameter L_WI
How can I properly avoid SQL injection while taking advantage of Rails goodness. For example, this code: Account.group("accounts.id").having("MIN(created_at)":