Why doesn’t @youtube unnotify would when you’ve watched the video? Like I shouldn’t have those notifications if I’ve seen the video but not through that tab. Just decrease the counter and mark as seen. Thanks lol
Writing good code is adding twice the functionality with a quarter the number of lines of code.
Abstraction, encapsulation, polymorphism and inheritance are always a programmer's friend
I just programmed my first web crawler!
✅Crawled 1000 documents without repetition using npm crawler
✅Saved content from the web pages in a mongodb
✅Created a server with Javascript, node & express that responds with the top ten linked to pages in the crawl
Video soon👀
I remember the days (2015 haha) when YouTube would take 5 hours to upload a fifteen minute video. Now it takes YouTube less than the time of a fifteen minute video to upload and process. Respect, I'm impressed and appreciative lmao
I just completed "Probably a Fire Hazard" - Day 6 - Advent of Code 2015 https://t.co/7OVJ3GQl33 #AdventOfCode
Another really fun puzzle! I solved part 1 with a Set and part 2 with a Dictionary in Python. This would be a fun problem to make a visualization for (future to do!)
I just completed "Doesn't He Have Intern-Elves For This?" - Day 5 - Advent of Code 2015 https://t.co/KbASDts7Qp #AdventOfCode
I had so much fun with this puzzle! Great practice in string parsing, definitely recommend trying this one out!
I just completed "The Ideal Stocking Stuffer" - Day 4 - Advent of Code 2015 https://t.co/iqG1CPSggP #AdventOfCode
This was an interesting problem....I spent about 72 hours solving it, mostly because I forgot to reset the key before hashing it each iteration (big mistake!)
I want to create a custom button using CSS and HTML for a Google Site. Button should open a link in the same tab when clicked
I’ve been having trouble using target=“_parent” in my button label, so the button only opens links in a new tab. Any solution? #CSS#programmingDilemma