Standalone Versus go-fish engine package
LSP implementation for fish/fish-shell
Send escape sequences to the terminal and read back responses
TypeScript definitions for benchmark
fish.audio platform api sdk
Embed the Feedback Fish widget into your React app to collect user feedback.
To provide convenient Node.js program integration for https://docs.fish.audio
tab completion helpers, for node cli programs. Inspired by npm completion.
Javascript Twofish implementation.
the bare-bones internationalization library used by yargs
fdx组件库
Converts Zod schemas to Json Schemas
This is the repo for **AI for Oceans** from Code.org.
Just a toolkit to construct chess bots in the browser. You get stockfish classical and lc0. LC0 uses CPU (OpenBLAS/eigen) so only low block/filter sizes like https://github.com/dkappe/leela-chess-weights/wiki/Bad-Gyal can be used.
tab completion helpers, for node cli programs. Inspired by npm completion.
➡️ An ES6 string tag that makes indentation right
LZ-based compression algorithm
Go language support for the CodeMirror code editor
Fish tree-sitter grammar
Fish Audio speech provider for OpenClaw with high-quality TTS, voice cloning, configurable voices, and voice-note friendly output for Telegram and WhatsApp.
Highcharts plugin to add grouped categories to charts.
Lezer-based Go grammar
知识星球官方命令行工具:OAuth 登录、发帖、评论、回答提问、记笔记,支持 AI Agent (Skill) 集成
Recursively merge two dictionaries together
A core engine for the classic Go Fish card game, providing game logic, deck management, and player interactions.
A terminal (and WASM) client for the Go Fish card game, built with ratatui.
A WebSocket game server for the Go Fish card game, supporting human players and bots.
Web protocol types for the go-fish game
Go Fish card game engine
Best fishing spots ever!
A ruby-ish way to go to the shell. Bash and Fish aware.
Sometimes when they go fishing, they get a whale and it sinks their boat. Moby is a counter-phishing tool that floods phishing websites with fake login credentials, making harvested data useless.
## 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.