I am very new to unity, and still learning how to create games and edit scripts, so this will probably be easy for anyone to answer. I don't really know what yo
I'm running junit tests via gradle in a gitlab ci/cd pipeline. The program needs a few random numbers. The docker container the gitlab runners start however lac
I´m trying to find some words that appear in a column in excel in visio, and then extract the rest of the sentence from that visio. I have been able to do
mapping = defaultdict(list) betterMap = {} with open ('pokemonResult.csv') as pokeMon: # Open file reader = csv.reader(pokeMon) next(reader)
I have successfully troubleshot VLOOKUP issues for years but this one has me stumped. I'm referencing between lists by full names (John Doe, for example) but ge
I am getting this error SyntaxError: Cannot use import statement outside a module when trying to import from another javascript file. This is the first time I'm
I can't get the following to work, been trying ages now :( Day: <input type="date" name="Day" value=""<?php $currentDate;?>"" />
i´m a newbie. My goal is to parametrize a date path in aws s3 cp command inside a pyspark script. The files are uploaded once a month in a undefined day,
I have a class MRU which contains an ObservableCollection of type string. I would like to display the items within the collection on a PopupPage in a ListView.