Skip to content

Instantly share code, notes, and snippets.

@HuakunShen
HuakunShen / sqlite.rs
Created December 13, 2024 01:06
Surrealdb Insert Speed Comparison with sqlite
// https://datasets.imdbws.com/name.basics.tsv.gz
use anyhow::{Context, Result};
use csv::ReaderBuilder;
use rusqlite::{params, Connection};
use std::time::Instant;
fn main() -> Result<()> {
let start = Instant::now();
// Create SQLite database and table
@HuakunShen
HuakunShen / monitor-app-switch.swift
Created December 12, 2024 10:01
Swift Monitor Active App Switching
import Cocoa
import Foundation
class AppSwitchMonitor {
let workspace = NSWorkspace.shared
var observers: [NSObjectProtocol] = []
func startMonitoring() {
// Monitor active application changes
let appObserver = workspace.notificationCenter.addObserver(
@HuakunShen
HuakunShen / deno.d.ts
Created November 3, 2024 19:49
Deno types for Kunkun
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
/// <reference lib="esnext" />
/// <reference lib="deno.net" />
/** Deno provides extra properties on `import.meta`. These are included here
* to ensure that these are still available when using the Deno namespace in
* conjunction with other type libs, like `dom`.
*
* @category Platform
@HuakunShen
HuakunShen / bun-analyze.ts
Created October 8, 2024 00:03
Analyze Bun Bundle Size Distribution
const bundle = await Bun.file("dist/index.js").text()
const lines = bundle.split("\n")
// console.log(lines);
const commentLineIndices = lines
.map((line, index) => (line.trim().startsWith("//") ? index : -1))
.filter((index) => index !== -1)
console.log(commentLineIndices)
{
"type": "object",
"properties": {
"name": {
"type": "string"
},
"version": {
"type": "string"
},
"description": {
[package]
name = "axum-tonic"
version = "0.1.0"
edition = "2021"
[dependencies]
tonic = "0.11"
prost = "0.12"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
@HuakunShen
HuakunShen / Cargo.toml
Created September 2, 2023 15:44
Rust actix file upload
[package]
name = "rust_http_file_upload"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix = "0.13.1"
actix-multipart = "0.6.1"
@HuakunShen
HuakunShen / crosscopy-desktop-update.json
Created August 8, 2023 18:37
CrossCopy Tauri Desktop Update File
{}
@HuakunShen
HuakunShen / ezup-update.json
Last active May 18, 2024 15:03
ezup updater file
{
"version": "0.1.8",
"notes": "See the assets to download this version and install.",
"pub_date": "2023-06-13T05:12:10.282Z",
"platforms": {
"linux-x86_64": {
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVRQlFBRHprQnQ1Qm1GZUpQcFBxTGJtbER3cWlmKzVPbUNMQlFNSXQ0TVQ2V0RSMVkzY1JNc0YvWGh5Y0FpZXlQY25TRXNrU0ErV0xCUjMyTmloUVR2dXZCMzBZK0hBTWdJPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNjg2NjMyMDk3CWZpbGU6ZXotdXBfMC4xLjhfYW1kNjQuQXBwSW1hZ2UudGFyLmd6CnZ6ZHBkall4TnZhUlpieXUyMUZZTFBqRGJhVXpGVzFFUGFwcDByS3VQb0xrUE9uNWEzWEY0RGppRGQ4c3lpWlZvL3R6MHVGYkZjNjJmbnVmb3VWZ0RRPT0K",
"url": "https://github.com/HuakunShen/EzUp/releases/download/v0.1.8/ez-up_0.1.8_amd64.AppImage.tar.gz"
},
"windows-x86_64": {
@HuakunShen
HuakunShen / wormhole-gui-update.json
Last active June 13, 2023 04:29
wormhole-gui updater file
{
"version": "0.1.6",
"notes": "See the assets to download this version and install.",
"pub_date": "2023-06-13T02:44:18.071Z",
"platforms": {
"linux-x86_64": {
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVTbU5XTmtNQkU1NDlIWkw4SHN2em5OQTBxVm90eFNsYUZQeDhMckRteUQ1dndDR01sa3FzbG9KSDNmVmZTenNrdUoyRGh5Z21pcGVDT0cvdEpJWEFHTXV2ejY1QVp5alFVPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNjg2NjIzMzkwCWZpbGU6d29ybWhvbGUtZ3VpXzAuMS42X2FtZDY0LkFwcEltYWdlLnRhci5negpzUGh2Q2dTZU01Q0pZQlVnUWo1MkxROFJvYTU2WjA0dUl3ZUROTWJEYW4zUGFDdUdQZXJXRmY3c1Y4Z0pkNlJ5aWpIaGlLQmNmeHErQWZBSVhvUVNEUT09Cg==",
"url": "https://github.com/HuakunShen/wormhole-gui/releases/download/v0.1.6/wormhole-gui_0.1.6_amd64.AppImage.tar.gz"
},
"windows-x86_64": {