In a development context, I would like to make sure all strings in source files within certain directories are enclosed in some macro "STR_MACRO". For this I wi
In my application the user can enter a filename. Before processing I'd like to check if the input String is a valid filename on Windows Vista. Whats the easies
I understand that something called a ‘fork’ occurs when two blocks are formed at the same time. As I managed to gather from googling, this means tha
I have a folder with a bunch of .svg files. I want to modify each svg file inside the folder in the following way: swap #000000 with currentColor add class attr
Data is indexed against a class in weaviate, I have used vectorizer equals none while creating the class (As the app is providing embeddings). My query is, is t
I tried to display an image from an external source in the next/image component in the Next.js framework with typescript. import Image from "next/image"; import
I'm working as a Python-Dev in a AZURE Blob/File Storage environment. Those are my credentials Storage Type: Storage account Access rule: Shared access signatur
I am working on a Neural Network with Keras and I want to add another custom function to the Loss term inside the model.compile() to regularize and somehow pen
I am new at using R. I have a Data frame of 80 colums(variables), each one with 100 observations (rows); all the observations are numeric. I need to plot histog