-
[YouTube] You're the Almighty God | Soundtrack | Nikos Politis (2022/11/07)
-
[YouTube] You're the Almighty God |™King of Kings| A song from heaven, Greek version | Nikos & Pelagia Politis (2022/07/09)
/* | |
code to get the channel id the youtube video page | |
the output in case of susscess will open on a new | |
browser tab the youtube channel feed as JSON | |
initially based on | |
https://paperless.blog/youtube-channel-web-feed-bookmarklet | |
but I got some edge cases where that doesn't work, so I reworked it |
// https://jsfiddle.net/erkobridee/56nwr3d2/1/ | |
/* | |
references | |
Digital Root | Math is Fun | |
https://www.mathsisfun.com/numbers/digital-root.html | |
Digital Root Calculator | Omni Calculator | |
https://www.omnicalculator.com/math/digital-root |
-
Jobscan - helps you optimize your resume for any job, highlighting the key experience and skills recruiters need to see.
-
Applicant Tracking Systems: Everything You Need to Know | Jobscan
31 May 2023, 07:05
Move over Scrum, there's a new agile method in town: Extreme Go Horse! But what makes it so extreme?
Firstly, let's start with sprints. In Scrum, we have these things called "sprints" where we try to do as much work as possible in a set time. But in Extreme Go Horse, we do galloping sprints! That's right, you read that correctly. We gallop like horses to get things done. Not only is it great exercise, but it's also a unique bonding experience. Who needs team-building exercises when you can gallop like a bunch of wild stallions?
But that's not all. In Extreme Go Horse, we have something called "neigh-sayers". These are the people who constantly bring the team down with their negative attitudes. But in Extreme Go Horse, we don't listen to neigh-sayers. Instead, we neigh back at them! It's a great way to shut down negativity and boost team morale.
// it also supports extensions like .tar.gz | |
export const getFileExtension = (filename: string) => | |
(filename.match(/(\.([^.]*?)(\.([^.]*?))?)(?=\?|#|$)/) || [])[1] ?? ""; | |
//---===---// | |
/* eslint-disable */ | |
const SANITIZE_FILENAME_REGEXP = { | |
NO_LEFT_SPACES: /^\s+/g, | |
NO_SEQ_DOTS: /\.+/g, |
-
[YouTube] Control Google Sheets with Node.js / JavaScript (2021) | James Grimshaw - 2021-02-25
- [GitHub] jrgrimshaw / google-sheets-node - Control Google Sheets with Node.js (using Google Sheets API)
-
🇧🇷 [YouTube] Google Sheets Api com node.js | Vitor Cunha Code - 2022-03-15
-
[GitHub] InteractionDesignFoundation / add-event-to-calendar-docs - Docs how to generate links to add events to online calendar services
-
[GitHub] jshor / datebook - Generates URLs and downloadable ICS files for adding events to popular calendar apps.
-
[GitHub] sebbo2002 / ical-generator - ical-generator is a small piece of code which generates ical calendar files
-
[GitHub] adamgibbons / ics - iCalendar (ics) file generator for node.js