I am creating an app that will save data on the local phone memory with react-native-sqlite-storage. I want to make a script that will create a database (if it
I have this simple GitHub actions workflow on my self hosted Github Actions runner, running on MacOS: name: "My Tests" on: [push, pull_request] jobs: test:
I have program and I want it to create a thread, thread 'a', I want it to wait for input from a file to be read into a buffer, buffer 1, then execute its functi
I have a string with currency format like $35.00 and this has to be converted to 35. Is that possible to retrieve using String.Format{ }
I'm writing a function in C to print a table of fahrenheit to celsius table. Code: #include <stdio.h> //code for temprature coversion written in a funct
I'm developing a simple tool that allows to extract relevant data from HTML files and write them in TXT files. So far, I've achieved most of w
For example, lets say you have two classes: public class TestA {} public class TestB extends TestA{} I have a method that returns a List<TestA> and I w
I am setting up my first project in Git. How do I setup git-ignore file in Windows? I am creating my first Rails project using Vagrant and trying to configure
I'm using Viewer.js to display PDFs on a site. There is a list of titles, and when a title is clicked I'm loading in the corresponding PDF into the viewer via a