- 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