In work, we use oracle sql database, in times on times(rarely, but happens), the database is feed with data in wrong format, like this: Sales Price s1 10.00 s2
I am still fairly new to programming so my code is in no way perfect. I am having trouble getting my program to run correctly and I am honestly suck on what nee
I have a text file and I'm doing some changes in it before the user downloads. All changes are made with Javascript/Typescript and don't generate any errors. Th
I want to search for blobs in my Azure blob storage according to a specific tag (like: .name, .creation_date, .size...) My current way is returning all blobs fr
I'm working on an Android app that can show pdf files (with lectures). The files should be stored in the cloud, each user (student) should have access to them.
I have a route DELETE /api/v2/users/:user_id/devices(.:format) api/v2/users#delete_device {:format=>"json"}
I already had SQL Server 2019. After upgrading my Windows 10 to latest October Update, I found my SQL Server does not have latest service packs. I downloaded la
In the unit configuration file for systemd service, as mentioned below, Inside the test_auto.tcsh script, there are 10 processes are being launched. Upon servic
I have the situation in which I have a domain entity which can be in a "just born" state and then more mature state, once more data is fetched from a 3rd party.