In the company I'm working we use Azure DevOps and we have a core repository with a huge amount of branches. In order to maintain this repository clearer as pos
i'm trying to create a simple QT program that allows me to launch avrdude without using command line operations. I saw that with Qprocess it's easy to launch a
I have an input field and date schema that I need to validate (dd.mm.yy). I can not use a regular pattern for input, because it should not be allowed users to t
I have 4 tables: INVOICE, contains the entry date. INVOICE_ITEM contains the product cod's. PRODUCTS, here contains the STANDARD column, It shows only the curre
I am working with a fasta file that contains sequences of different lengths for multiple organisms. I would want to filter sequences retaining only the largest
I want to pass the data from parent component to child component, and update this data in the child component every time it’s updated in the parent compon
I'm pretty new to databases and programming. I'm not very good with the computer lingo so stick with me. I have a csv file that I'm trying to load into my Oracl
I have just deployed my app to heroku and I am getting an issue on heroku that I am not getting on my local, whenever you navigate to users/new you just get the
I'm trying to use sqlite as a key-value-store for a small project. Since I need to filter the data by specific content of the json I'm using json_extract to ext