- autographmenswear
- brownsfashion
- d2-store
- mytheresa (search to get sales)
- slamjam
- the-broken-arm (sales listed separately)
- tasoni (no online store)
- unitedlegend (no stock)
- annmsshop
- ateliernewyork (no stock)
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
| #include <stdio.h> | |
| int prize(int specialPrizeNumbers[3], int firstPrizeNumbers[3], int myNumber) { | |
| int n[3] = {0, 0, 0}; //Number of digits same as the number in every set of firstPrizeNumber in reverse order | |
| int i; | |
| int dollar = 0; //The prize for this iteration | |
| int temp[8]; //Argument of a function, if it's an array, unlike a variable, it will change its value because | |
| //it's linked to the address of the array itsel. | |
| for(i=0; i<8; i++){ | |
| temp[i] = firstPrizeNumbers[i]; |
- supplystore
- havenshop
- ssense
- beijing.doverstreetmarket (no online store)
- woodwood
- unitedlegend (no stock)
- a.plus (no stock)
- vooberlin
- lanecrawford (no stock)
- antonioli (no stock)
- JERRYS OUTFITTERS
- UNIQUE JEANS STORE
- WILLY WILLY (no online store)
- GROWTH RING
- BANANAFISH CLOTHING (no stock)
- The Storage Store
- MADRADDLE
- mamechico
- HOOPER (no stock)
- ARK STATES
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
| I am attesting that this GitHub handle RexYuan is linked to the Tezos account tz1UwybqudjE9U39DssSrHZ5cz6mZBymB7wy for tzprofiles | |
| sig:edsigtjH3Up7SAqFqTdEgyWdz7A19dTWFo8ZxokNJ6HCUuJGZBBbExn9HPWZgC3Q4ooaUE1z6BDTBfVomMzRZWbUhQak9swZFvh |
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
| version: '3' | |
| services: | |
| lanraragi: | |
| container_name: lanraragi | |
| image: difegue/lanraragi | |
| ports: | |
| - "3000:3000" | |
| volumes: | |
| - [YOUR_CONTENT_DIRECTORY]:/home/koyomi/lanraragi/content | |
| - [YOUR_DATABASE_DIRECTORY]:/home/koyomi/lanraragi/database |
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
| for dir in ./*; do | |
| if [ -d "$dir" ]; then | |
| base=$(basename "$dir") | |
| zip -r "../zip/$base.zip" "$dir" | |
| fi | |
| done |
| Base companies | Desk companies |
|---|---|
| Jiecang | Poppin, HON, Allsteel, AMQ, Enwork, Uplift, Haworth, Xybix, Hat Contract, Uncaged Ergonomics, Omnidesk, AITerminal, Fully(Herman Miller+Knoll), Funte, Desky |
| Kaidi | LTJ Kantoormeubelen, Teknion, OFS, Friant, Varidesk, BTOD |
| Loctek | Loctek, Flexispot(Loctek) |
| Timotion | Backbone, Humanconnect(FLH), Motti(Timotion), Autonomous SmartDesk, Trendway, Symmetry, DEZCTOP, Steelcase |
| OMT-Veyhl / LogicData(Jiecang) | Herman Miller, Haworth, Special T, iMovR, BTOD, DeskHaus |
| Linak | Steelcase, Ergonofis, Ikea, Xdesk, Inwerk, Charcoal, iMovR, Buldesk, Workrite, UpDesk |
| Actiforce | Steelcase |
| Conset | Conset, Flexiwork |
- Bosgame, Peladn, and XPlus use the exact same case just with different branding.
- Corsair, Nimo, Linglong, Colorful, MINIX, and SEAVIV are based on the same SIXUNITED XB35-H02/03-BQ case.
- GMKtec, FEVM FA-EX9, Bosgame, Peladn, XPlus, Corsair, Nimo, Linglong, Colorful, MINIX, and SEAVIV are based on the same SIXUNITED AXB35 motherboard.
Here are the exact dimensions placed horizontally measured in mm:
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
| #!/usr/bin/env zsh | |
| # | |
| # to-dpi.zsh | |
| # | |
| # Upscale an image for print at a specified physical size and DPI | |
| # using Real-ESRGAN for AI upscaling. | |
| # | |
| # Notes: This script was vibe-coded but checked in-head by me. | |
| # | |
| # Strategy: |
