Demo available on the SvelteLab REPL
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
구분 | 통신사 | 지역 | |
---|---|---|---|
5G | KT | LAX | |
5G | KT | LAX | |
5G | KT | LAX | |
5G | KT | LAX | |
5G | LGU | HKG | |
5G | LGU | ICN | |
5G | SKT | KIX | |
5G | SKT | KIX | |
5G | SKT | LAX |
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
cd /etc/ssh | |
sudo nano sshd_config | |
# PasswordAuthentication no | |
# Remove the leading pound sign | |
cd sshd_config.d | |
ls # 50-cloud-init.conf | |
sudo nano 50-cloud-init.conf |
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://d3js.org/getting-started#d3-in-vanilla-html --> | |
<script lang="ts"> | |
import * as d3 from 'd3'; | |
import type { Action } from 'svelte/action'; | |
const width = 640; | |
const height = 400; | |
const marginTop = 20; | |
const marginRight = 20; |
- Single-line item
- Multi-line item
Multi-line item
Multi-line item - This item is still clickable
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
import { getTableColumns, type Table } from 'drizzle-orm'; | |
import { integer, sqliteTable } from 'drizzle-orm/sqlite-core'; | |
import { db } from './client.js'; | |
export const pickTableColumns = < | |
T extends Table, // | |
const ColumnName extends keyof T['_']['columns'] | |
>( | |
table: T, | |
columnNames: ColumnName[] |
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
$packages = @( | |
'9P1XD8ZQJ7JD', # fre:ac | |
'AdGuard.AdGuard', | |
'AdrienAllard.FileConverter', | |
'astral-sh.uv', | |
'Balena.Etcher', | |
'Bitwarden.Bitwarden', | |
'ch.LosslessCut', | |
'ClockworkMod.UniversalADBDriver', | |
'Dropbox.Dropbox', |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
- (Un)making AI Magic: A Design Taxonomy - link
- AI-Assisted Causal Pathway Diagram for Human-Centered Design - link
- Enhancing UX Evaluation Through Collaboration with Conversational AI Assistants: Effects of Proactive Dialogue and Timing - link
- Jigsaw: Supporting Designers to Prototype Multimodal Applications by Chaining AI Foundation Models - link
- VAL: Interactive Task Learning with GPT Dialog Parsing - link