I have a need to create an anomaly detection alarm on a metric with months of data and I want to make sure it will catch both short term spikes and long-term ne
If I have a list of strings for example: ["car", "tree", "boy", "girl", "arc"...] What should I do in order to find anagrams in that list? For example (car,
I'm using what I consider some fairly "standard" code in .NET Core to implement a web socket server: if (ctx.Request.Path == "/api/v1/sometest") { i
I'm new using docker and spark. My docker-compose.yml file is volumes: shared-workspace: services: notebook: image: docker.io/jupyter/all-spark-notebook
I've just created a public key using OpenSSL. And I was asked for some parameters like country, city, state, etc. But I don't really understand why a public key
I have a pandas dataframe with some numeric and some categoric columns. I want to create a new column for each value of every categorical column and give that c
I accidentially discard my changes on files in my local working tree via git checkout. The files aren't staged at this time. Is it posible to "undo" this checko
I want to write a table in the Cyrillic alphabet, but in the program the key of the object should be only in the Latin alphabet. Code : export default { data(
I'm having issues with my custom serializer sometimes not working when passing information between Orchestration Functions and I don't know if this is because o