Well my English is too bad to explain what i want but i will try There are some very big multiline string - part of sql query $q = "Values (
I have lamp project and try to run it in the Docker compose. The app is working but doesn't have connection with mysql. The reason: sql file does not execute an
I have a DataFrame with the first columns : Brand Price Samsung 75.5,99.2 Lenovo 50.3 Lg 60.5,88.4 I want to extract th
I'm coming from a long-term SQL background -- NoSQL (and ElasticSearch) is very new to me. An engineer on my team is constructing a new index for document stora
i have a list that a created after executing the sql request: for w in ws.iter_rows (min_row = 1, min_col = 1, max_col = 1): for cell in w:
I'm trying to figure out how to use a custom monad in the ConduitT definition of the WebSocketConduit endpoint provided by the servant-websocket library. Say th
I want to change text between two elements using JQuery, but I don't have any idea ! for example: <input type='checkbox' name='ch1'> This text must
I'm trying to test an Express API with Mocha and Chai. My structure is as follows: server.js const express = require('express'); ... const loadCredentials = ()
I have basic step function with error handling & SNS notification. Need some suggestions &/or improvements and not sure if current process works. Step1
Good day everyone, So I successfully integrated IdentityServer 4 using AspNet Identity for authentication into my project. It redirects to the client after aut