tbxark's repos on GitHub
TypeScript · 3782 人关注
ChatGPT-Telegram-Workers
Easily deploy your Telegram ChatGPT bot on Cloudflare Workers (or Vercel, Docker...).
Swift · 1478 人关注
TKRubberIndicator
A rubber animation pagecontrol
Swift · 923 人关注
TKSwitcherCollection
An animation switch collection
Swift · 693 人关注
PinterestSegment
A Pinterest-like segment control with masking animation.
Go · 592 人关注
mcp-proxy
An MCP proxy server that aggregates and serves multiple MCP resource servers through a single HTTP server.
TypeScript · 371 人关注
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 · 91 人关注
rmtrash
rmtrash is a small utility that will move the file to macOS's Trash rather than obliterating the file (as rm does).
Swift · 30 人关注
PasswordX
Offline password manager for iOS/macOS
Shell · 28 人关注
ask.sh
Ask LLM directly from your terminal using a pure bash script
Go · 28 人关注
github-backup
A simple tool to backup github repository to gitea or other provider.
JavaScript · 27 人关注
tbxark.github.io
TBXark' blog
Python · 19 人关注
poe-telegram-bot
A lightweight poe chatbot for telegram
Swift · 14 人关注
ScrollViewThumbnail
Quickly create thumbnails for zoomed views in UIScrollview with just a single line of code.
TypeScript · 10 人关注
cloudflare-worker-adapter
Running your Cloudflare Workers application locally.
Go · 10 人关注
g4vercel
Go web server for vercel
Swift · 10 人关注
TKSectorProgressView
An simple animation sector progress view
Go · 10 人关注
vercel-proxy
Simple http proxy for Vercel.
JavaScript · 9 人关注
numberbarn2telegram
Forward the text message from NumberBarn to Telegram.
Swift · 6 人关注
JSONElement
JSONElement makes it easier and safer to use JSON
Go · 5 人关注
chat-bot-go
A lightweight chatgpt bot for telegram
TypeScript · 5 人关注
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
Swift · 4 人关注
SwiftCache
A pure swift cache framework
Go · 4 人关注
telegram-bot-api-types
This is a project of a type definition file for the Telegram Bot API that generates multilingual automatically.
Vue · 4 人关注
testmail-viewer
An online preview tool for Testmail.
Swift · 3 人关注
my-leetcode-code-swift
LeetCode is a platform for preparing technical coding interviews.
Swift · 3 人关注
TrieRouter
A simple framework for application routing.
Go · 2 人关注
confstore
Generic configuration read/write tool
Swift · 2 人关注
MinesWeeping
A simple MinesWeeping Game
Swift · 2 人关注
PiPlayground
An iOS teleprompter app that can be controlled from a web page
2 人关注
TBXark
Hi there, I'm TBXark~
Go · 1 人关注
gitea-mirror-reauth
Quickly modify the authorization information of a Gitea mirror repository.
Go · 1 人关注
mweb-export
A tool for generating directories from MWeb files.
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.
Go · 1 人关注
subconverter
Simple Subconverter running on Vercel
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 人关注
github-status
Generate SVG cards showing your GitHub statistics and programming language distribution
Swift · 0 人关注
InteractiveTransitionGesc
A gesture-based interactive transition animation
Go · 0 人关注
mdlangtag
Automatically detects languages in fenced Markdown code blocks and fills in missing info strings.
Go · 0 人关注
optional-go
A library that provides Go Generics friendly "optional" features.
Swift · 0 人关注
ResizeableScrollView
A scroll view with variable height.
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 最近回复了
这个境外搭梯子会被封不
大学时候写单片打印设置宏, 只有 debug 的时候开启。release 的时候去掉。
2024-11-28 19:51:11 +08:00
回复了 tbxark 创建的主题 分享创造 [开源] rmtrash - macOS 上完全兼容 rm 命令的安全替代品
@ychen997 帖子里有提到,他整个代码里就一段有用的逻辑。直接删除,不管是文件夹还是文件。其他 rm 特性都没有实现。相当于 rm -rf 。

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

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