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
| -- ============================================================ | |
| -- 1. Core Entities | |
| -- ============================================================ | |
| -- A user account is created automatically on first SSO login. | |
| -- Profile fields (display_name, avatar_url) are sourced from the identity provider. | |
| CREATE TABLE users ( | |
| id UUID PRIMARY KEY DEFAULT gen_random_uuid(), | |
| email VARCHAR(255) NOT NULL UNIQUE, | |
| display_name VARCHAR(100) NOT NULL, |
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 node | |
| import { spawnSync } from "node:child_process"; | |
| import fs from "node:fs"; | |
| import path from "node:path"; | |
| import process from "node:process"; | |
| import ts from "typescript"; | |
| const args = new Set(process.argv.slice(2)); | |
| const dryRun = args.has("--dry-run"); |
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
| #compdef just | |
| autoload -U is-at-least | |
| _just() { | |
| typeset -A opt_args | |
| typeset -a _arguments_options | |
| local ret=1 | |
| if is-at-least 5.2; then |
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 User from "./UserType/User.ts" | |
| export default class ContractNegotiation { | |
| CNID: number | null; | |
| title: string; | |
| description: string; | |
| dateCreated: string; | |
| sender: User | null; | |
| constructor(cnid: number = null, title: string, description: string, sender: User | null = null) { |
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
| use darling::FromMeta; | |
| use proc_macro::TokenStream; | |
| use proc_macro2::{Ident, Span}; | |
| use quote::quote; | |
| use syn::PathArguments::AngleBracketed; | |
| use syn::{parse_macro_input, Data, DeriveInput, GenericArgument, PathSegment, Type, TypePath}; | |
| #[derive(FromMeta)] | |
| struct BuilderOpts { | |
| each: String, |
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
| [General] | |
| loglevel = notify | |
| dns-server = system,119.29.29.29,223.5.5.5,223.6.6.6 | |
| skip-proxy = localhost,*.local,captive.apple.com,e.crashlytics.com,sequoia.apple.com,seed-sequoia.siri.apple.com,www.baidu.com,passenger.t3go.cn,yunbusiness.ccb.com,wxh.wo.cn,gate.lagou.com,www.abchina.com.cn,login-service.mobile-bank.psbc.com,mobile-bank.psbc.com,10.0.0.0/8,100.64.0.0/10,127.0.0.1/32,169.254.0.0/16,172.16.0.0/12,192.168.0.0/16,192.168.122.1/32,193.168.0.1/32,224.0.0.0/4,240.0.0.0/4,255.255.255.255/32,::1/128,fc00::/7,fd00::/8,fe80::/10,ff00::/8,2001::/32,2001:db8::/32,2002::/16,::ffff:0:0:0:0/1,::ffff:128:0:0:0/1 | |
| # tun-excluded-routes = 192.168.0.0/16,10.0.0.0/8,172.16.0.0/12 | |
| # tun-included-routes = 192.168.1.12/32 | |
| exclude-simple-hostnames = true | |
| always-real-ip = *.lan,*.direct,cable.auth.com,*.msftconnecttest.com,*.msftncsi.com,network-test.debian.org,detectportal.firefox.com,resolver1.opendns.com,*.srv.nintendo.net,*.stun.playstation.net,xbox.*.microsoft.com,*.xboxlive.com,stun.*,global.turn.twilio.com,globa |
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
| {"name":"TeX","settings":"{\"settings\":\"{\\n \\\"editor.accessibilitySupport\\\": \\\"off\\\",\\n \\\"workbench.colorTheme\\\": \\\"Default Light Modern\\\",\\n \\\"editor.fontFamily\\\": \\\"JetBrainsMono Nerd Font, Monaco, 'Courier New', monospace\\\",\\n \\\"editor.fontSize\\\": 14,\\n \\\"latex-workshop.latex.tools\\\": [\\n {\\n \\\"name\\\": \\\"latexmk\\\",\\n \\\"command\\\": \\\"latexmk\\\",\\n \\\"args\\\": [\\n \\\"-synctex=1\\\",\\n \\\"-interaction=nonstopmode\\\",\\n \\\"-file-line-error\\\",\\n \\\"-pdf\\\",\\n \\\"-outdir=%OUTDIR%\\\",\\n \\\"%DOC%\\\"\\n ],\\n \\\"env\\\": {}\\n },\\n {\\n \\\"name\\\": \\\"lualatexmk\\\",\\n \\\"command\\\": \\\"latexmk\\\",\\n \\\"args\\\": [\\n \\\"-synctex=1\\\",\\n \\\"-interaction=nonstopmode\\\",\\n |
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
| <script setup lang="ts"> | |
| import type { QueryParams } from "@nanaminakano/pfsdk" | |
| const props = defineProps<{ | |
| filters: { | |
| key: string | |
| label: string | |
| select?: { key: number, label: string }[] | |
| }[] | |
| }>() |
Asia/Aden
America/Cuiaba
Etc/GMT+9
Etc/GMT+8
Africa/Nairobi
America/Marigot
Asia/Aqtau
Pacific/Kwajalein
America/El_Salvador
NewerOlder