I'm working on parsing large llvm-ir code using haskell & llvm-hs for some research work. I used gllvm (comment on this post - Getting LLVM IR for a clang/c
I would like to use deferred-length character strings in a "simple" manner to read user input. The reason that I want to do this is that I do not want to have t
I have a table created like this: CREATE TABLE IF NOT EXISTS report ( id IDENTITY PRIMARY KEY, group_id INT NOT NULL, group_type VARCHAR(25) NOT NUL
By typing cmd or powershell to the Windows File Explorer path bar (the photo above), you can open cmd or powershell in the current path your File Explorer is i
In my quiz app, one questions have two answers.Currently when clicking answers it doesn't change color and cann't be selected. When answer is clicked it should
First off, here is some code: int main() { int days[] = {1,2,3,4,5}; int *ptr = days; printf("%u\n", sizeof(days)); printf("%u\n", sizeof(ptr)
I have a data JSON object which has several dynamic fields, because of which I cannot define the schema in Graphql instead I defined it as Json using scalar. My
I have tried many times to mint an NFT using ethers.js. Is something wrong with my code? I always get this error: Error: transaction failed [ See: https://links
This is my first time writing a program that has any interaction with email. As such, I simply want a program that when ran, sends an email. After some googling
I have been stuck at this bump for 3 days now, here is the issue: I have a class named Models, I need to bind specific information to it, when the user logs in