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
Simplified example of a text i have after importing with readlines: text <- c("just", "stuff", "nothing", "interesting", "date", "06.05.2022", "number", "1/
why does break doesn't work? I want the code to stop when I click the specific key import keyboard def loop(): x = 1 while True: print(x)
Having a hard time understanding for loops in arrays. Trying to create a Thank You card creator and these are the steps I'm trying to follow: Create a new, empt
I am using the while loop to iterate through an array and trying to terminate the loop using the return (I tried foreach before which doesn't terminate for retu