The Github contribution Graph can look a bit too green at times, especially if you're feeling green.
So here is a snippet of code ๐๐ท๐ป
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function() { | |
// Create and add styles to hide default scrollbars without affecting layout | |
const style = document.createElement('style'); | |
style.textContent = ` | |
* { | |
scrollbar-width: none !important; /* Firefox */ | |
-ms-overflow-style: none !important; /* IE/Edge */ | |
} | |
*::-webkit-scrollbar { | |
width: 0px !important; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var times = document.getElementsByClassName("supertime"); | |
for (var i = 0; i < times.length; i++) { | |
var timezone = times[i].dataset.timezone; | |
var timeoffset = calculatetimeoffset(timezone.substring(4)); | |
var flag = "add"; | |
var giventime = times[i].innerHTML; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Paste this code at editor.p5js.org and go ham (๏พโใฎโ)๏พ*:๏ฝฅ๏พโง | |
let img; | |
function preload() { | |
img = loadImage('https://images.unsplash.com/photo-1504109586057-7a2ae83d1338?ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8amFwYW58ZW58MHx8MHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=60'); | |
} | |
const base = 8; | |
const gridSize = base * 8; | |
let coloredTiles = []; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Supertime Demo</title> | |
</head> | |
<body> | |
<span class="supertime" data-timezone="UTC+2">12:00</span> | |
<script src="https://bit.ly/supertimejs"></script> | |
</body> |
People
![]() :bowtie: |
๐ :smile: |
๐ :laughing: |
---|---|---|
๐ :blush: |
๐ :smiley: |
:relaxed: |
๐ :smirk: |
๐ :heart_eyes: |
๐ :kissing_heart: |
๐ :kissing_closed_eyes: |
๐ณ :flushed: |
๐ :relieved: |
๐ :satisfied: |
๐ :grin: |
๐ :wink: |
๐ :stuck_out_tongue_winking_eye: |
๐ :stuck_out_tongue_closed_eyes: |
๐ :grinning: |
๐ :kissing: |
๐ :kissing_smiling_eyes: |
๐ :stuck_out_tongue: |