20250609 mb05 Day 02 Wrap
Choose 20 books that have stayed with you or influenced you. One book per day for 20 days, in no particular order. No explanations, no reviews, just covers. β€οΈπ
­#BookSky #Books #BookChallenge #Day02
https://yadl.info/en/notes/2024/book-challenge-day-02
Day 02 Wrap - Portishead February 2024
www.rwnash.info/blog/20240218-mb02-day-02-wrap
I completed #Day02 of #AdventOfCode 2023.
Part 1:
- Difficulty: 1/10
- Workout: 2/10
Part 2:
- Difficulty: 0/10
- Workout: 0/10
Done in just over 1 hour. An organized mind, and adequate data structures, make all the difference in this one. With the structure built on part 1, part 2 was trivial: just a map and a reduce. The only tricky part was keeping in mind a 3-level deep array structure while parsing the text and building the objects.
Hints:
- Split on regex, for each level separately.
- (max(red), max(green), max(blue)).
- { game: 0, round: [ { red: 0, green: 0, blue: 0 } ]... }
#Day02 topic:-
β Conditional statement
β if statement.
β if else statement.
β if .... else if statement.
#100DaysOfCodeβ #js #javascriptβ
Resource: https://with.zonayed.me/β
Each stage of his development is new for us all and itβs wonderful and a struggle all at once. #Day02 #365happydays2023 #games #childhood #photography /end
On the second day of Whisky Advent, the little door revealed a nip of Jura, their 21-year-old "Tide" expression. Matured as required in ex-bourbon barrels, then finished in casks of new American oak (which made me think, before tasting), there'd be some bourbon-ish character here.
Took advantage of having some natural light, and shot this out on the front porch late this afternoon.
#whiskyadvent #whiskyadvent2022 #drinksbythedram #day02 #whisky #islands #singlemalt #scotch #whisky #weedram
[Repost] Mocha on the Shelf day 2: Checking out today's ornament in the GNOME FOR THE HOLIDAYS Advent Calendar! #MonkeyBusiness ποΈ π #MochaOnTheShelf #MochaOnTheShelf2022 #HelpfulMonkey #Christmas #Yule #SeasonsGreetings #Holidays #HappyHolidays #Dec2 #Day2 #Dec02 #Day02 #gnome #advent #calendar
Via Traveling Mocha's Instagram: https://www.instagram.com/p/Clq-IoduMC8/
#100daysofMLcode
#day02 learnt about multi variable linear regression and math behind the linear regression algorithms.
Started to focus on competitive programming besides machine learning to increase problem solving skills.
I am using codeforces.com to increase my problem solving ability in short period of time and using codechef.com to increase my problem solving ability in long period of time.
Aim is to solve one problem each day.
Solved a problem based on binary tree and divide&conquer.