一个命令行小工具 ,查询 bootstrap 某个具体的类处于哪个less 文件里
A pi extension for parallel side conversations with /btw
Pi extension that adds a /btw side-question command.
Pi extension. The /btw slash command, for putting a one-off side question to the same primary model without polluting the main conversation.
## BTW
OpenCode plugins — advisor() tool and /btw command
OpenCode TUI plugin based on Claude Code's "btw" feature
Pi extension for persistent /btw side conversations with an isolated sidecar agent session.
btw javascript library
Claude Code 한글 패치 CLI — /btw → /근데, /help → /도움, /compact → /압축
btw_cli (btw: by-the-W) is a simple and powerful Command Line Interface (CLI) designed to help you perform various useful tasks directly from your terminal.
Like /btw, but as a native ghost overlay for pi
JSON Assessment Product by BTW Edutech
A pi extension for parallel side conversations with /unipi:btw — part of the Unipi suite
Side conversations for Elyra -- ask questions while the agent works, inject results back when ready
Command line interface for bootstrapping and managing btw dapps
Voice input, first-run onboarding, and side-channel BTW conversations for Pi
btw sandbox which is used to run sidechain dapps
AI answers in your terminal. Single-question, single-answer CLI that streams AI responses with full Markdown rendering.
Async side-session questions for Pi with explicit injection into the main chat.
Nothing new here, just a customized logger. Btw, thank you Winston.
Pi extension that answers side questions while the main agent keeps running
Hint injection plugin for OpenCode — nudge the model mid-task without interrupting its flow
Helpers for any handlebars projects. Btw, it can work without it.
yet another arch linux package manager
Check if you need to reboot due to an updated kernel. (I use Arch btw!)
Dutch VAT calculator for commandline
An AWA5.0 CLI tool written in Rust (btw)
Sometimes it can be necessary to call upon the ancient arts... But in Rust BTW!
Pick the fastest Archlinux mirrors (I use Arch btw)
A Simple Rust Game Engine For 2D
Encode bytes as ANSI background colors
Encode bytes as ANSI background colors
A dead simple CLI program to query information about system and hardware.
A simple mechanism for dynamic robust argument handling
A tree component for terminal user interfaces, styled with Lip Gloss.
A quick and lightweight tool for creating searchable change control logs. Writes to logstash using json over TCP
This gem provides a command line tool to create \*.scad and \*.stl files of Brick Train Wheels.
Makes anything positive. Works inline and block and you can specify a maximum value. Zero is not positive btw.
Use Mysql AUTO_INCREMENT to support key value cache, which should be combined by an integer and string. It means to reduce the database storage size, and improve query performance. All cache will store in process memory, and will never be expired, until the process dies, so the less kvs you use, the better performance you will get. BTW, 100,000 general strings use 10MB memory. Some relatived articles: http://en.wikipedia.org/wiki/Correlation_database Usage ------------------------------------------ ## setup ```ruby create_table :kv_browser_names, :options => 'ENGINE=MyISAM DEFAULT CHARSET=utf8' do |t| t.string :name t.timestamps end class KvBrowserName < ActiveRecord::Base include IdNameCache end ``` or ```ruby create_table :common_tag, :options => 'ENGINE=MyISAM DEFAULT CHARSET=utf8' do |t| t.integer :tagid t.string :tagname end class CommonTag < ActiveRecord::Base self.table_name = :common_tag self.primary_key = :tagid include IdNameCache; set_key_value :tagid, :tagname # include IdNameCache; set_key_value_without_create :tagid, :tagname # if you dont want create it automately end ``` ### use cases ```text ruby-1.9.3-rc1 :001 > QuizTag[1] QuizTag Load (0.3ms) SELECT `common_tag`.* FROM `common_tag` WHERE `common_tag`.`tagid` = 1 LIMIT 1 => "Android" ruby-1.9.3-rc1 :002 > QuizTag[1] => "Android" ruby-1.9.3-rc1 :003 > QuizTag['Android'] QuizTag Load (0.5ms) SELECT `common_tag`.* FROM `common_tag` WHERE `common_tag`.`tagname` = 'Android' LIMIT 1 => 1 ruby-1.9.3-rc1 :004 > QuizTag['Android'] => 1 ``` == Copyright MIT, David Chen at eoe.cn
## Dinosaur Catalog It may not be immediately evident, but I am a huge fan of dinosaurs. They're huge and dangerous and have cool names like Giganotosaurus (not to be confused with Gigantosaurus). ... Anyway. I need to catalog some dinosaurs for my newest project, DinoDex. I've got a CSV file for the dinosaur facts, and I need the code to read all the dinosaur facts and do some basic manipulations with the data. ### Requirements Go check out the CSVs and come back. Done? Cool, I've just got a few features I need: 1. I loaded my favorite dinosaurs into a CSV file you'll need to parse. I don't know a lot about African Dinosaurs though, so I downloaded one from The Pirate Bay. It isn't formatted as well as mine, but please try to parse it anyway. 2. I have friends who ask me a lot of questions about dinosaurs (I'm kind of a big deal). Please make sure the dinodex is able to answer these things for me: * Grab all the dinosaurs that were bipeds. * Grab all the dinosaurs that were carnivores (fish and insects count). * Grab dinosaurs for specific periods (no need to differentiate between Early and Late Cretaceous, btw). * Grab only big (> 2 tons) or small dinosaurs. * Just to be sure, I'd love to be able to combine criteria at will, even better if I can chain filter calls together. 3. For a given dino, I'd like to be able to print all the known facts about that dinosaur. If there are facts missing, please don't print empty values, just skip that heading. Make sure to print Early / Late etc for the periods. 4. Also, I'll probably want to print all the dinosaurs in a given collection (after filtering, etc). #### Extra Credit 1. I would love to have a way to do (and chain) generic search by parameters. I can pass in a hash, and I'd like to get the proper list of dinos back out. 2. CSV isn't may favorite format in the world. Can you implement a JSON export feature? Happy Hunting. (Giganotosaurus was the largest hunting dinosaur, at 46 feet long and up to 8 tons! Suh-weet.)
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.