I am writing a windows form app in C#. I have a label with a random word, e.g. "computer". User has to guess what is this word by guessing let
I have a dataframe: v1 v2 [1,2] [4,5,6] [1,1,5] [4,5,6,7] I want to join them into column with nested lists: v1 v2 v3 [1,2]
I'm integrating the stripe into the MERN app. On the stripe webhook call, I need to update the user custom attributes (Cognito). Is there any possible way to fi
I am trying to use the Duration class instead of long. It has superior literal syntax. I like its flexibility, though it looks weird. "PT10S" means 10 seconds
I'm working on an R script than finds and replaces text in a formatted Word document. A file is uploaded and I use body_replace_all_text() to replace certain co
I'm writing a prebuild Gradle plugin in Groovy. My project structure is as following: + buildSrc | + src | | - main | | - groovy | | - org | |
I've gotten the basics down, where I've created two files, the search form where a user inputs search parameters, and the results file that cranks out inputted
we are moving data from the staging table to the fact table and want to truncate old data from staging table before new data is loaded from S3 bucket through sn
i want to change user input, for example if a user puts in TT0101 i want my script to change it to TT7101 instead, i'm not able to find how to do this anywhere