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

Projects in Awesome Lists by houbb

A curated list of projects in awesome lists by houbb .

https://github.com/houbb/sensitive-word

👮‍♂️The sensitive word tool for java.(敏感词/违禁词/违法词/脏词。基于 DFA 算法实现的高性能 java 敏感词过滤工具框架。内置支持单词标签分类分级。请勿发布涉及政治、广告、营销、翻墙、违反国家法律法规等内容。高性能敏感词检测过滤组件,附带繁体简体互换,支持全角半角互换,汉字转拼音,模糊搜索等功能。)

dfa dirty-word filter java nlp pinyin search sensitive sensitive-word sensitive-word-filter string-matching textfliter trie-tree

Last synced: 12 May 2025

https://github.com/houbb/sensitive

🔐Sensitive log tool for java, based on java annotation. (基于注解的 java 日志脱敏工具框架,更加优雅的日志打印。支持自定义哈希、支持基于 log4j2 插件的统一脱敏、支持 logback 插件统一脱敏)

dfa fastjson java java-annotation json log log4j2 log4j2-plugin logback security sensitive sensitive-data-security slf4j

Last synced: 12 Apr 2025

https://github.com/houbb/opencc4j

🇨🇳Open Chinese Convert is an opensource project for conversion between Traditional Chinese and Simplified Chinese.(java 中文繁简体转换,支持台湾、香港、中文日文转换。)

chinese dfa java java7 nlp opencc simple-tranditional trie trie-tree

Last synced: 15 May 2025

https://github.com/houbb/cache

The basic cache tool for java.(java 手写实现渐进式 redis 缓存工具)

cache ehcache guava-cache hight-performance memcached redis

Last synced: 04 Apr 2025

https://github.com/houbb/pinyin

The high performance pinyin tool for java.(java 高性能中文转拼音工具。支持同音字。)

dfa high-performance nlp pinyin pinyin-analysis pinyin-data pinyin-segmentation pinyin4j segment tiny tiny-pinyin tongyinzi

Last synced: 05 Apr 2025

https://github.com/houbb/nlp-hanzi-similar

The hanzi similar tool.(汉字相似度计算工具,中文形近字算法。可用于手写汉字识别纠正,文本混淆等。)

chinese data han nlp ocr word-correction

Last synced: 07 Apr 2025

https://github.com/houbb/word-checker

🇨🇳🇬🇧Chinese and English word spelling corrector.(中文易错别字检测,中文拼写检测纠正。英文单词拼写校验工具)

cc csc english-word java nlp spelling spelling-correction word

Last synced: 09 Apr 2025

https://github.com/houbb/junitperf

⛵️Junit performance rely on junit5 and jdk8+.(java 性能测试框架。性能测试。压测。测试报告生成。)

jmeter junit junit4 junit5 maven-repository perf performance performance-analysis performance-metrics performance-testing test

Last synced: 09 Apr 2025

https://github.com/houbb/sisyphus

The java retry framework.(支持注解的 java 重试框架)

gauva guava-retrying java-retry retry spring-retry

Last synced: 06 Apr 2025

https://github.com/houbb/markdown-toc

🎄Generate toc for github markdown file.(为 markdown 文件生成 toc 目录)

github java jdk markdown md toc

Last synced: 05 Apr 2025

https://github.com/houbb/segment

The jieba-analysis tool for java.(基于结巴分词词库实现的更加灵活优雅易用,高性能的 java 分词实现。支持词性标注。)

benchmark chinese dfa hmm java jieba jieba-analysis jieba-chinese nlp segment segmentation trie trie-tree

Last synced: 07 Apr 2025

https://github.com/houbb/mq

The message queue in java.(java 简易版本 mq 实现)

Last synced: 21 Aug 2025

https://github.com/houbb/data-factory

🏭Auto generate mock data for java test.(便于 Java 测试自动生成对象信息)

data-factory data-prepare java-data-builder junit-test mock mock-data mock-test

Last synced: 29 Jun 2025

https://github.com/houbb/resubmit

The repeat submit tool for java.(java 防止重复提交框架,支持注解。支持 spring, springboot 整合。)

resubmission spring-boot springboot springboot2 submit

Last synced: 12 Apr 2025

https://github.com/houbb/iexcel

📚IExcel is a java tool for create and read excel easy.(excel 读取和写入,解决 excel OOM 问题。)

easyexcel easypoi excel excel-oom hutool office poi poi-tool wps wps-office

Last synced: 14 Sep 2025

https://github.com/houbb/auto-log

The auto log tool for java.(java 自动日志输出,基于字节码,兼容 spring)

asm auto-logging autolog autologger awesome awesome-java log logging monitor spring spring-boot traceid

Last synced: 01 Oct 2025

https://github.com/houbb/idoc

🌾Generate doc for java maven project.(java 项目自动生成文档)

doc doc-generate java-doc

Last synced: 10 Apr 2025

https://github.com/houbb/validator

🚥Fluent-validation framework for java extend from hibernate-validator.(java 对象属性流式验证框架,下一代校验框架。兼容实现 jakarta bean validation、jsr 303、hibernate-validator)

hibernate-validator jakartaee jsr303-bean-validation parameter valid validator

Last synced: 10 Apr 2025

https://github.com/houbb/metadata

oracle,mysql,sql server 元数据管理表生成

database java jdbc metadata mysql oracle sql-server

Last synced: 10 Apr 2025

https://github.com/houbb/nginx4j

nginx4j 是 nginx 的java 版本。

apache http jboss jetty netty nginx proxy reverse-proxy tomcat web web-server

Last synced: 20 Aug 2025

https://github.com/houbb/heaven

⭐Collect basic useful tools for java dev.(收集开发中常用的工具类)

apache-common basic-tool common commons guava hutool hutooll java-utils kit tool tools toolset

Last synced: 05 Apr 2025

https://github.com/houbb/lombok-ex

Java compile time annotation, lombok extension framework.(java 编译时注解框架,对 lombok 进行扩展)

annotation aop asm ast compile-time-annotation ex extra jca jvm-sandbox lombok

Last synced: 10 Apr 2025

https://github.com/houbb/sensitive-word-admin

The sensitive tool admin.(敏感词工具对应的控台)

admin client sensitive sensitive-data sensitive-word server

Last synced: 02 Nov 2025

https://github.com/houbb/ioc

The java ioc framework(从零开始手写模拟 spring Ioc 框架)

autowired di guice inject ioc spring

Last synced: 10 Apr 2025

https://github.com/houbb/houbb.github.io

🧀The blog for github pages.

blog github github-pages jekyll study

Last synced: 18 Aug 2025

https://github.com/houbb/word-cloud

The word cloud tool for java.(java 好用的词云工具-云图)

cloud image nlp word word-cloud wordcloud

Last synced: 10 Apr 2025

https://github.com/houbb/rate-limit

🎃Rate limit for java.(java 渐进式限流工具框架,支持 spring springboot 字节码)

cache limit limiter rate-limit rate-limiter rate-limiting

Last synced: 14 Jun 2025

https://github.com/houbb/async

🦄The async tool for java.(Java 多线程异步并行框架,基于 java 字节码,支持注解。)

async async-spring asynchronous parallel parallel-programming

Last synced: 10 Apr 2025

https://github.com/houbb/mybatis

The simple mybatis.(手写简易版 mybatis)

handwriting hibernate hibernate-orm ibatis jdbc jdbc-driver jpa mybatis orm

Last synced: 10 Apr 2025

https://github.com/houbb/csv

The csv read/write tool based on java annotation.(基于 java 注解的 CSV 文件读写框架工具。)

csv csv-export csv-import csv-java csv-reader java-annotations jdk7

Last synced: 10 Apr 2025

https://github.com/houbb/jdbc-pool

The jdbc pool for java.(java 手写 jdbc 数据库连接池实现)

Last synced: 10 Apr 2025

https://github.com/houbb/encryption-local

金融敏感数据加密。姓名加解密,身份证加解密,邮箱加解密,手机加解密,银行卡加解密,银行卡加解密。

bankno email mobile name password safe secret sensitive

Last synced: 26 Oct 2025

https://github.com/houbb/leetcode

The leetcode problem solutions.(力扣算法个人学习笔记) 查询、排序、五大算法汇总

algorithm algorithms basic code data-struct leetcode

Last synced: 10 Apr 2025

https://github.com/houbb/nlp-keyword

nlp-keyword based on segment.(基于分词的 NLP keyword 关键词) 支持关键词提取,自动摘要生成,文本相似度计算。

ai auto-summary chat chatgpt gpt keyword nlp segment similarity

Last synced: 05 May 2025

https://github.com/houbb/im-doc

im doc 实时通讯文档仓库

Last synced: 26 Jun 2025

https://github.com/houbb/houbb

my readme

Last synced: 16 May 2025

https://github.com/houbb/lmxxf-thinking

lmxxf-thinking 老马啸西风个人思考笔记 个人成长 职业发展 日常随笔记录

Last synced: 30 Aug 2025

https://github.com/houbb/minicat

The mini tomcat.(手写从零实现简易版 tomcat。别称【嗅虎】心有猛虎,轻嗅蔷薇。)

jar java jboss jetty netty servlet tomcat war web

Last synced: 22 Mar 2025

https://github.com/houbb/mvc

High performance web mvc framework for java.(高性能 java web mvc 框架)

java-web mvc spring web

Last synced: 03 Apr 2025

https://github.com/houbb/value-extraction

The value extraction tool for java.(值提取工具类核心)

Last synced: 16 May 2025

https://github.com/houbb/blog-plateform-design

blog-plateform-design 企业级平台设计文档汇总

Last synced: 14 Oct 2025

https://github.com/houbb/vuepress-starter

vuepress-starter demo

Last synced: 13 Aug 2025

https://github.com/houbb/blog-other

Last synced: 30 Aug 2025

https://github.com/houbb/lmxxf-reading

lmxxf-reading 老马读书笔记 个人成长 职业发展 心理 经济

books reading thinking

Last synced: 30 Aug 2025

https://github.com/houbb/blog-future

Last synced: 30 Aug 2025

https://github.com/houbb/blog-frontend

Last synced: 30 Aug 2025

https://github.com/houbb/leetcode-notes

leetcode-notes 力扣算法刷题笔记 数据结构与算法

algorithms data-structures leetcode

Last synced: 30 Aug 2025

https://github.com/houbb/blog-backend

Last synced: 30 Aug 2025

https://github.com/houbb/jk-ai

Last synced: 30 Jun 2025

https://github.com/houbb/logstash4j

log stash in java.(简易版 logstash 实现)

elk elt etl log logstash

Last synced: 16 May 2025

https://github.com/houbb/tools

Last synced: 12 Jun 2025

https://github.com/houbb/vpress

vue press blogs. 基于 vue blog 的技术博客

Last synced: 23 Apr 2025

https://github.com/houbb/jike

Last synced: 23 Apr 2025

https://github.com/houbb/jk-other

Last synced: 23 Apr 2025

https://github.com/houbb/email

The email tool for java.(java 实现简单的 email 工具。)

email javax javax-mail mail

Last synced: 23 Apr 2025

https://github.com/houbb/raft

the raft for java.(分布式一致性协议 raft java 版本实现,分布式的基石)

consensus-algorithm dubbo mq raft raft-consensus-algorithm rpc

Last synced: 08 Oct 2025