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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Lap comparison — avatar dots (person vs person)</title> | |
| <style> | |
| :root { | |
| --bg: #0e1014; | |
| --panel: #14171c; |
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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <title>Island toast — padding variants comparison</title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1" /> | |
| <style> | |
| :root { | |
| --pill-h: 88px; | |
| --pill-w: 360px; /* worst-case expanded width */ |
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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <title>Island Toast Morph — DI grows DOWN, top stays as DI</title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1" /> | |
| <style> | |
| :root { | |
| --bg: #f2f2f7; /* iOS systemGroupedBackground */ | |
| --card: #ffffff; |
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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>Lapster — Notifications Color Proposals</title> | |
| <style> | |
| /* ---------- LapsterTheme tokens (mirrored from ios/Lapster/Common/Theme/LapsterTheme.swift) ---------- */ | |
| :root { | |
| /* Light scheme */ |
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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>CA-5591/CA-5592 Architecture</title> | |
| <style> | |
| * { margin: 0; padding: 0; box-sizing: border-box; } | |
| body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; background: #0f172a; color: #e2e8f0; padding: 40px; } | |
| h1 { text-align: center; margin-bottom: 8px; font-size: 24px; color: #f8fafc; } | |
| .subtitle { text-align: center; color: #94a3b8; margin-bottom: 40px; font-size: 14px; } |
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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>CA-5591/CA-5592 Architecture</title> | |
| <style> | |
| * { margin: 0; padding: 0; box-sizing: border-box; } | |
| body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; background: #0f172a; color: #e2e8f0; padding: 40px; } | |
| h1 { text-align: center; margin-bottom: 8px; font-size: 24px; color: #f8fafc; } | |
| .subtitle { text-align: center; color: #94a3b8; margin-bottom: 40px; font-size: 14px; } |
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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>CA-5591/CA-5592 Architecture</title> | |
| <style> | |
| * { margin: 0; padding: 0; box-sizing: border-box; } | |
| body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; background: #0f172a; color: #e2e8f0; padding: 40px; } | |
| h1 { text-align: center; margin-bottom: 8px; font-size: 24px; color: #f8fafc; } | |
| .subtitle { text-align: center; color: #94a3b8; margin-bottom: 40px; font-size: 14px; } |
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 | |
| # Don't forget chmod +x up.sh | |
| # Installation: | |
| # brew install jq | |
| # | |
| # Define function in ~/.zshrc | |
| # container_name() { | |
| # docker ps --format "{{.Names}}" | grep "app-1" |
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
| services: | |
| - docker:24.0.5-dind | |
| variables: | |
| DOCKER_HOST: tcp://docker:2375 | |
| DOCKER_DRIVER: overlay2 | |
| DOCKER_TLS_CERTDIR: "" # don't start over TLS | |
| meta-build-image: | |
| interruptible: true |
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
| https://julien.danjou.info/why-you-should-care-that-your-sql-ddl-is-transactional/ |
NewerOlder