- Billiard table (green)
- Imperial low table (red)
- Marimba
- Menu chalkboard (natural/brown)
- Oil barrel (green)
- Popcorn machine (black)
- Punching bag (blue)
- Velvet stool
- Floating biotope planter (black)
This file contains 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
const el = document.querySelectorAll('.class-name'); | |
for (i = 0; i < el.length; i++) { | |
console.log(el[i].innerText); | |
} |
This file contains 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
name: Link to Vercel preview deploy | |
on: | |
pull_request: | |
types: [opened] | |
jobs: | |
update-pr: | |
runs-on: ubuntu-latest | |
steps: |
This file contains 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
name: Lint and autofix | |
on: | |
pull_request: | |
branches: [main] | |
jobs: | |
format: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
with: |
This file contains 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
{ | |
"workbench.startupEditor": "newUntitledFile", | |
"editor.minimap.enabled": false, | |
"editor.renderControlCharacters": false, | |
"workbench.iconTheme": "vs-minimal", | |
"window.zoomLevel": 0, | |
"git.confirmSync": false, | |
"todo-tree.tree.showScanModeButton": false, | |
"workbench.sideBar.location": "right", | |
"workbench.colorTheme": "GitHub Dark", |
This file contains 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
// giant circle owo | |
float circ(vec2 p) { | |
return length(p - 0.9) - 0.1; | |
} | |
// cycle thru color via cosine function | |
vec3 cosPalette( float t, vec3 a, vec3 b, vec3 c, vec3 d ) { | |
return a + b*cos( 6.28318*(c*t+d) ); | |
} |
Member | Fansite – SG name | GOMs 🇺🇸 |
---|---|---|
OT12 | DUSTGLASS – Moonlight Shadow | |
🐰 | liptight1019 – TEENAGE DREAM | @TripleCosmosGOs, @whycoaster |
👄 | kissmylips_kr – sleepless. | |
🐟 | trust_issues613 – blue blood. | |
🐟 | ph613_ – Retro. | @whycoaster |
🐟 | singasoul97 – Permanent Blue | @blossominGOs, [@StarTokkis](https://twitter.com/StarTokk |
🇰🇷 Spotify playlists of my favourite kpop releases of the year, month by month.
This isn’t a comprehensive list of all kpop tracks on Spotify, only the songs I’ve really enjoyed! Check the /r/kpop wiki for a calendar of every release.
This file contains 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
⊹ + * · . ⊹ . ˚ ✫ ⊹ | |
˚ ✦ * · · + ✦ ˚ º. * + · | |
✫ º . ✫ ✵ ˚ ʰᵉˡˡᵒ ✫ ⋆ . º | |
✧ * ˚ * ♡ ˚ ✫ ⋆˚ ✫ | |
˚ ✹ . + ⊹ .* ✦ · ✧˚ * ˚ |
NewerOlder