- United States
Pinned Loading
-
svelte-carousel
svelte-carousel PublicSvelte carousel monorepo designed for cross framework and webcomponent use
HTML 2
-
Java-Challenges
Java-Challenges PublicA collection of completed Java challenges; Names are obscured to discourage cheaters
Java
-
PHP-Challenges
PHP-Challenges PublicPHP Challenges I've completed with names obscured to discourage cheating
PHP
-
Generator based function for infinit...
Generator based function for infinitely retrieving sets of dates for use in building a calendar 1// let generator = dateGenerator(new Date());
2// let nextWeek = generator(7).next();
3function dateGenerator(startDate) {
4const DAY_IN_UNIX = 86400000;
5let cursor = new Date(startDate.getTime());
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.