Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/huacnlee/huacnlee


https://github.com/huacnlee/huacnlee

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

Co-founder of the [Ruby China](https://ruby-china.org), 💎 I also created a [RubyGems Mirror](https://gems.ruby-china.com) in China.

- Before (2011 - 2018): Work for Alibaba and Ant Group.
- Now: I work for [Longbridge Inc.](https://longbridge.com) 🌉

## Featured

### Rust

- [gpui-component](https://github.com/huacnlee/gpui-component) - A UI components write in GPUI.
- [autocorrect](https://github.com/huacnlee/autocorrect) - A linter and formatter to help you to improve copywriting, correct spaces, words, punctuations between CJK (Chinese, Japanese, Korean).
- [rust-i18n](https://github.com/longbridgeapp/rust-i18n) - A better and simply I18n crate for Rust.

### Go

- [gobackup](https://github.com/gobackup/gobackup) - CLI tool for backup your databases, files to FTP / SCP / S3 / GCS and other cloud storages.
- [gorm-sharding](https://github.com/go-gorm/sharding) - High performance table sharding plugin for Gorm.
- [html-pipeline](https://github.com/longbridgeapp/html-pipeline) - HTML processing filters and utilities.
- [autocorrect-go](https://github.com/longbridgeapp/autocorrect) - Go version of AutoCorrect.
- [assert](https://github.com/longbridgeapp/assert) - Extends stretchr/testify/assert for add more useful methods.
- [opencc-go](https://github.com/longbridgeapp/opencc) - Pure Go version OpenCC 繁簡轉換.
- [nested-set](https://github.com/longbridgeapp/nested-set) - Nested set model for Gorm.
- [go-pinyin](https://github.com/longbridgeapp/go-pinyin) - Forked version Pinyin for Go.

### Rails Web App

- [homeland](https://github.com/ruby-china/homeland) - Open source discussion website.
- [bluedoc](https://github.com/huacnlee/bluedoc) - Document management tool for enterprise self host.

### RubyGems

- [rails-settings-cached](https://github.com/huacnlee/rails-settings-cached) - The best solution for store global settings in Rails applications.
- [action-store](https://github.com/rails-engine/action-store) - Store different kinds of actions (Like, Follow, Star, Block, etc.) in a single table via ActiveRecord Polymorphic Associations.
- [second_level_cache](https://github.com/hooopo/second_level_cache) - Second level cache for ActiveRecord for make your application faster.
- [rucaptcha](https://github.com/huacnlee/rucaptcha) - Captcha gem for Rails Applications which generates captcha image by Rust.
- [notifications](https://github.com/rails-engine/notifications) - Notifications Center engine like GitHub or other application for any Rails applications.
- [audit-log](https://github.com/rails-engine/audit-log) - Trail audit logs (Operation logs) into the database for user behaviors, including a Web UI to query logs.
- [sql-builder](https://github.com/huacnlee/sql-builder) - A simple SQL builder for generate SQL for non-ActiveRecord supports database.

## JavaScript

- [feishu-pages](https://github.com/longbridgeapp/feishu-pages) - Generate Feishu Wiki into a Markdown for work with Static Page Generators.

### Contributed

- [rails](https://github.com/rails/rails/commits?author=huacnlee) - Ruby on Rails
- [gitlab](https://github.com/gitlabhq/gitlabhq/commits?author=huacnlee) - GitLab Project
- [gorm](https://github.com/go-gorm/gorm/commits?author=huacnlee) - The fantastic ORM library for Go.
- [pest](https://github.com/pest-parser) - A Rust general purpose parser.
- [zed](https://github.com/zed-industries/zed) - Zed text editor.