I am trying to change the place of characters in a string. The first and last have to stay like they are. For example: String str = "String te
I have an array of data in SketchUp which I need to present to html in a table format. I have an example of my code which I have hard-coded. ID = [["Harry", "22
I have a list in a list, and I am trying to delete the third number of each sublist, but every time I am getting an error TypeError: list indices must be intege
I have a list in a list, and I am trying to delete the third number of each sublist, but every time I am getting an error TypeError: list indices must be intege
I'm listing events with their start date+time. This works well, but I want to group the event by their dates as events happen on the same day. I want to do this
Can someone help me write the program in Java that prints the following triangle? I'm having trouble coming up with a solution. Example User input: Enter increm
// What's the minimum number of times you have to flip a coin before you can have three consecutive flips that result in the same outcome (either all three are
I am reading a python basics book and there is one function which I don't understand how it works. How is is possible that output looks like pow function even t
Im working on creating an macro that will pull data from a specific group of ranges across many files in one folder and feed that data into a master file in the
I have a robotic code, that does the following: camera starts processing and taking images Mounting Holes (hough transform) function detection is activated The
I am trying to write a program that would ask the user how many security codes he wants to generate, then it would output as many codes as he
I have an array that looks similar to this: The array of objects is much larger and each object has more properties, this is the structure though. let arr = [
I am running the following code for pi value to calculate the first value which yields 3.14. I used manual values for range which works, but I want the values t
I'm having trouble getting r's dplyr::arrange() to sort properly when used in a for loop. I found many posts discussing this issue (like ex.1 with the .by_grou
I try to loop not only through different excel sheets(~125), but also through different excel files (~12). I managed to write a code for the sheets, but now I
I have strange problem when special chars in loop when add br and use specal chars, if don´t use words with special chars no have problems but when use sp
I have an Excel sheet of expiration dates. Some rows lack an expiration date so I chose to fill those cells with the string “NO DATA”. I want to loo
dataframe question in web scraping data group example:the first loop-eg:5 records, second loop-eg:3 records when I did my below code, the csv file was saved the
I'm trying to run a compare though multiple sheets. I get Runtime error 9 subscript out of range Sub Comp_TEST() Dim ar As Variant Dim var() Dim i As Long Dim
There's multiple questions here already, but I'll still proceed. This is a simple BrainFuck interpreter. I figured out all the other symbols, but I can't figure