tbxark's repos on GitHub
TypeScript · 3803 人关注
ChatGPT-Telegram-Workers
Easily deploy your Telegram ChatGPT bot on Cloudflare Workers (or Vercel, Docker...).
Swift · 1479 人关注
TKRubberIndicator
A rubber animation pagecontrol
Swift · 924 人关注
TKSwitcherCollection
An animation switch collection
Swift · 694 人关注
PinterestSegment
A Pinterest-like segment control with masking animation.
Go · 628 人关注
mcp-proxy
An MCP proxy server that aggregates and serves multiple MCP resource servers through a single HTTP server.
TypeScript · 594 人关注
mail2telegram
Forward email to telegram with Cloudflare Email Routing
Swift · 253 人关注
Ruler
An AR ruler app can measure length & area
Swift · 211 人关注
TKRadarChart
A customizable radar chart in Swift
Swift · 104 人关注
TKDotSegment
TKDotSegment is a segment with dot animation
Swift · 95 人关注
rmtrash
rmtrash is a small utility that will move the file to macOS's Trash rather than obliterating the file (as rm does).
Shell · 30 人关注
ask.sh
Ask LLM directly from your terminal using a pure bash script
Swift · 30 人关注
PasswordX
Offline password manager for iOS/macOS
Go · 28 人关注
github-backup
A simple tool to backup github repository to gitea or other provider.
JavaScript · 27 人关注
tbxark.github.io
TBXark' blog
Swift · 14 人关注
ScrollViewThumbnail
Quickly create thumbnails for zoomed views in UIScrollview with just a single line of code.
Go · 11 人关注
vercel-proxy
Simple http proxy for Vercel.
TypeScript · 10 人关注
cloudflare-worker-adapter
Running your Cloudflare Workers application locally.
JavaScript · 10 人关注
numberbarn2telegram
Forward the text message from NumberBarn to Telegram.
Swift · 6 人关注
JSONElement
JSONElement makes it easier and safer to use JSON
TypeScript · 6 人关注
telegram-bot-workers-template
The basic template for running a Telegram Bot on Cloudflare Workers.
Swift · 4 人关注
FlexLayout
Flex layout library similar to SwiftUI
Swift · 4 人关注
swift-telegram-bot-api
Swift Telegram Bot API and Telegram Bot API Generator
Go · 4 人关注
telegram-bot-api-types
This is a project of a type definition file for the Telegram Bot API that generates multilingual automatically.
JavaScript · 4 人关注
testmail-viewer
An online preview tool for Testmail.
Swift · 3 人关注
TrieRouter
A simple framework for application routing.
2 人关注
tbxark
Hi there, I'm TBXark~
Go · 1 人关注
formagent
A conversational form-filling agent built with eino
Go · 1 人关注
gitea-mirror-reauth
Quickly modify the authorization information of a Gitea mirror repository.
Go · 1 人关注
registry-sync
Sync images between docker registries.
TypeScript · 1 人关注
rmock
Modify HTTP JSON responses without needing HTTP capture and MitM.
JavaScript · 1 人关注
sub-store-convert
A tool that runs the node conversion logic independently from the Sub-Store.
Dart · 0 人关注
dart_router
A simple framework for application routing.
0 人关注
docker-action
GitHub Action to build and push Docker images with Buildx
Swift · 0 人关注
Either
An implementation of Either type in Swift
Go · 0 人关注
gbvm
A command line tool to manage Go binaries installed in GOPATH/bin
Go · 0 人关注
gh-stars
A Fyne MVVM best-practice example using a GitHub Stars viewer as the sample app.
Go · 0 人关注
github-status
Generate SVG cards showing your GitHub statistics and programming language distribution
Go · 0 人关注
optional-go
A library that provides Go Generics friendly "optional" features.
Go · 0 人关注
rsk
A reverse SOCKS5 proxy tools
Dockerfile · 0 人关注
snell-server
A snell's docker configuration
TypeScript · 0 人关注
telegram-router
A simple javascript library that helps you to route messages from telegram bot to your application.
TypeScript · 0 人关注
telegram-verification-workers
Telegram bot group entry verification workers
Go · 0 人关注
xcode-tool
A collection of useful tools for Xcode projects.
tbxark

tbxark

V2EX 第 248673 号会员,加入于 2017-08-14 23:27:46 +08:00
根据 tbxark 的设置,主题列表被隐藏
二手交易 相关的信息,包括已关闭的交易,不会被隐藏
tbxark 最近回复了
这个境外搭梯子会被封不
2025 年 6 月 9 日
回复了 liuzhiyong 创建的主题 程序员 单片机如果存储空间紧张,就避免用 printf 类的函数
大学时候写单片打印设置宏, 只有 debug 的时候开启。release 的时候去掉。
2024 年 11 月 28 日
回复了 tbxark 创建的主题 分享创造 [开源] rmtrash - macOS 上完全兼容 rm 命令的安全替代品
@ychen997 帖子里有提到,他整个代码里就一段有用的逻辑。直接删除,不管是文件夹还是文件。其他 rm 特性都没有实现。相当于 rm -rf 。

https://github.com/sindresorhus/macos-trash/blob/a3831fc0f22250b102192732984bd892d7883bfb/Sources/trash/main.swift#L13
2024 年 11 月 27 日
回复了 tbxark 创建的主题 分享创造 [开源] rmtrash - macOS 上完全兼容 rm 命令的安全替代品
@aapeli 哈哈 就是看到这个 6 年都不维护了,而且他这个移动到废纸篓是自己手撸的,在新的系统已经不太适应了。
2024 年 11 月 27 日
回复了 tbxark 创建的主题 分享创造 [开源] rmtrash - macOS 上完全兼容 rm 命令的安全替代品
@Kobayashi 我还以为是纯 shell ,原来还得依赖 python 搭那个 trash-cli ,还是选择 macOS 原生 API 吧
2024 年 11 月 27 日
回复了 tbxark 创建的主题 分享创造 [开源] rmtrash - macOS 上完全兼容 rm 命令的安全替代品
@Kobayashi 😲 brew search 搜不到以为没有人写了,这个不错
2024 年 10 月 29 日
回复了 isSamle 创建的主题 程序员 有啥好用的 Nginx 管理 UI 吗
@mingtdlb 倒不是不用写配置,就是配置比较简单,没有 nginx 复杂比较适合 GUI 去配置。而且提供 HTTP API 控制,想要 GUI 的话自己随手就能撸一个自己用的了

https://caddyserver.com/docs/api
关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   Solana   ·   3900 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 16ms · UTC 09:57 · PVG 17:57 · LAX 01:57 · JFK 04:57
♥ Do have faith in what you're doing.