Skip to content

Instantly share code, notes, and snippets.

英国政府官方认可的注册代理商
https://www.gov.uk/government/publications/formation-and-company-secretarial-agents/company-formation-agents-and-secretarial-agents
注册最便宜 https://www.mintformations.co.uk/
WISE 银行开户 https://wise.com/settings/
https://e14office.co.uk/
use std::{borrow::Cow, ops::ControlFlow};
use client::Client;
use futures_util::{SinkExt, StreamExt};
use t3::{
axum::extract::{
ws::{CloseFrame, Message, WebSocket, WebSocketUpgrade},
Path,
},
IntoResponse,
#!/usr/bin/env bash
DIR=$(realpath $0) && DIR=${DIR%/*}
cd $DIR
set -ex
TMP=/tmp/mp4
mkdir -p $TMP
# 定义一个函数,剪裁视频最后一帧
#!/usr/bin/env -S node --import=@3-/jsext --trace-uncaught --expose-gc --unhandled-rejections=strict
var bf, deserialize, fury, obj, result, serialize;
import {
Type,
default as Fury
} from '@furyjs/fury';
console.log(Type);
> ~/Box.coffee
~/lib/S.js
@8n/tag0
LOADING = '加载中 ···'
WAIT = 'var(--svgWait) 50% 50% / 180px no-repeat'
bind = (box)=>
s = await S.captcha()
h = '请依次点击下图中的'
<style lang="stylus">
.scrollbar
overflow auto
-ms-overflow-style none
scrollbar-width none
display flex
flex-direction row-reverse
position relative
.scrollbar::-webkit-scrollbar
width 0
local wezterm = require 'wezterm'
return {
font = wezterm.font_with_fallback {
{
family='FiraCode Nerd Font Mono',
weight="Bold"
},
{
family='Noto Sans CJK SC',
2023-07-24T11:29:46.117885Z  INFO greptime: short_version: 0.3.2, full_version: greptimedb-develop-d975126
2023-07-24T11:29:46.117905Z  INFO greptime: command line arguments
2023-07-24T11:29:46.117907Z  INFO greptime: argument: greptime
2023-07-24T11:29:46.117910Z  INFO greptime: argument: standalone
2023-07-24T11:29:46.117912Z  INFO greptime: argument: start
2023-07-24T11:29:46.117913Z  INFO greptime: argument: --http-addr
2023-07-24T11:29:46.117914Z  INFO greptime: argument: 0.0.0.0:4000
2023-07-24T11:29:46.117916Z  INFO greptime: argument: --rpc-addr
2023-07-24T11:29:46.117917Z  INFO greptime: argument: 0.0.0.0:4001
2023-07-24T11:29:46.117918Z  INFO greptime: argument: --mysql-addr
use std::collections::HashSet;
use anyhow::Result;
use axum::body::Bytes;
use client::Client;
use gt::GQ;
use serde_json::Value;
use xxai::u64_bin;
use crate::{
use async_lazy::Lazy;
use tokio_postgres::{types::ToSql, Client, Error, NoTls, Row, ToStatement};
static GT: Lazy<Client> = Lazy::const_new(|| {
let pg_uri = std::env::var("GREP_URI").unwrap();
Box::pin(async move {
let (client, connection) = tokio_postgres::connect(&format!("postgres://{}", pg_uri), NoTls)
.await
.unwrap();
tokio::spawn(async move {