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 function svr(input) { | |
| var noteTable = { | |
| "G9": 0x7F, | |
| "Gb9": 0x7E, | |
| "F9": 0x7D, | |
| "E9": 0x7C, | |
| "Eb9": 0x7B, | |
| "D9": 0x7A, | |
| "Db9": 0x79, |
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>Product Studio | LA</title> | |
| <link rel="stylesheet" href="./styles.css"> | |
| <script> | |
| document.body.addEventListener("mousemove", evt => { | |
| const mouseX = evt.clientX; | |
| const mouseY = evt.clientY; | |
| gsap.set(".cursor", { |
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
| { | |
| "collections": [ | |
| { | |
| "id": "0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d", | |
| "slug": "boredapeyachtclub", | |
| "createdAt": "2022-02-09T21:14:58.386Z", | |
| "name": "Bored Ape Yacht Club", | |
| "image": "https://i.seadn.io/gae/Ju9CkWtV-1Okvf45wo8UctR-M9He2PjILP0oOvxE89AyiPPGtrR3gysu1Zgy0hjd2xKIgjJJtWIc0ybj4Vd7wv8t3pxDGHoJBzDB?w=500&auto=format", | |
| "banner": "https://i.seadn.io/gae/i5dYZRkVCUK97bfprQ3WXyrT9BnLSZtVKGJlKQ919uaUB0sxbngVCioaiyu9r6snqfi2aaTyIvv6DHm4m2R3y7hMajbsv14pSZK8mhs?w=500&auto=format", | |
| "discordUrl": "https://discord.gg/3P5K3dzgdB", |
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
| TITLE: For Balenciaga, Looking Back is the Only Way Forward | |
| LINK: https://hypebeast.com/2023/3/balenciaga-demna-winter-2023-op-ed-history-future-controversy | |
| DESCRIPTION:As Christian Dior said, Cristbal Balenciaga was the master of us all. Aged just 22 when he opened his first Haute Couture atelier, the Spanish designers vision and taste level transformed an archaic industry, and even more so when he opened Balenciaga in 1937 a brand far from what you know it as today. But after shutting its doors in 1968, Balenciaga was never the same. It went to the depths of fashion House hell by selling branded perfumes, and was later bought by German conglomerate Hoechste. Little else happened until Nicolas Ghesquire got hold of the reigns in 1997, marking the beginning of Balenciagas illustrious run of both bringing in and creating cult designers within its walls. Ghesquires tenure is without fail the most collectible of Balenciagas contemporary archive with another headline-making stint from the controversial Alexande |
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
| #!/bin/bash | |
| set -e # Exit on error | |
| echo "🚀 Starting OpenPI Remote Server Setup..." | |
| # 1. Install System Dependencies | |
| echo "📦 Installing system dependencies..." | |
| sudo apt-get update | |
| # libgl1-mesa-glx is deprecated in Ubuntu 22.04+, using libgl1 instead | |
| sudo apt-get install -y git python3.10 python3.10-venv tmux libgl1 libglib2.0-0 |
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
| #!/bin/bash | |
| set -e # Exit on error | |
| echo "🚀 Starting OpenPI Remote Server Setup..." | |
| # 1. Install System Dependencies | |
| echo "📦 Installing system dependencies..." | |
| sudo apt-get update | |
| # libgl1-mesa-glx is deprecated in Ubuntu 22.04+, using libgl1 instead | |
| sudo apt-get install -y git python3.10 python3.10-venv tmux libgl1 libglib2.0-0 |