Running PostgreSQL on MANJARO, the actual /var/lib/postgres/data/postgresql.conf defines my Data-Directory: data_directory = '/mnt/Data/.../PostgreSQL' Now I'm
I wrote a QT tool using WebSockets with SSL. When I roll it out to an other Windows 10 machine it doesn't connect but produces a QAbstractSocket::UnsupportedSoc
fun basicResponses(_message: String): String { val message =_message.toLowerCase() return when { message.contains(
I am trying to add Moc test for below method, code method: @Bean public RequestRejectedHandler requestRejectedHandler() { return new HttpStatusRequestRej
I'm trying to merge two large datasets. The common variable, first and last name, vary in spelling between the datasets and there are many duplicates, even betw
my problem is that Im only allowed to use the command PrintRune, i must range over a string and print one by one the characters of any string package piscine i
So I'm a bit practicing injecting jQuery into different sites to see how my code works and I came across this situation that I can't seem to figure out why this
The function compiles, but when I run this block: select sumyUserSpending('ALCraft', 15) from infor.credit_card_transaction It throws error ORA-06575: Package
I have a php page I want to access and that page is protected by basic auth. I know the url and username/password, they are listed below in code: url = 'https: