llihua's Stars
mstrobel/procyon
Procyon is a suite of Java metaprogramming tools, including a rich reflection API, a LINQ-inspired expression tree API for runtime code generation, and a Java decompiler.
LuckyHookin/edge-TTS-record
一个可以录制 Microsoft Edge 浏览器的语音合成(TTS)语音并输出为 .wav 音频的(windows平台)工具。
rany2/edge-tts
Use Microsoft Edge's online text-to-speech service from Python WITHOUT needing Microsoft Edge or Windows or an API key
wweppm/JDCouponAssistant
京东网页领券助手
seagle0128/.emacs.d
Centaur Emacs - A Fancy and Fast Emacs Configuration
shtrih/idea-for-autoit
How to coding AutoIt scripts in Intellij IDEA
dbeaver/dbeaver
Free universal database tool and SQL client
kf-liu/The-Art-of-Linear-Algebra-zh-CN
Graphic notes on Gilbert Strang's "Linear Algebra for Everyone", 线性代数的艺术中文版, 欢迎PR.
jumpserver/jumpserver
An open-source PAM tool alternative to CyberArk. 广受欢迎的开源堡垒机。
davidchatting/hough_lines
Implementation for Processing.org of the Hough Transform to locate straight lines in images
NVIDIA/stdexec
`std::execution`, the proposed C++ framework for asynchronous and parallel programming.
alibaba/easyexcel
快速、简洁、解决大文件内存溢出的java处理Excel工具
dream-num/Luckyexcel
Luckysheet import export library
dream-num/LuckysheetServer
Luckysheet java backend
dream-num/univer
Univer is an isomorphic full-stack framework for creating and editing spreadsheets, docs, and slides across client and server.
dream-num/Luckysheet
Luckysheet is an online spreadsheet like excel that is powerful, simple to configure, and completely open source.
ellysh/au3src
Mirror of the AutoIt v3 sources
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
mxgmn/MarkovJunior
Probabilistic language based on pattern matching and constraint propagation, 153 examples
arpadbarta/Time
A small application for displaying the time on the desktop.
nguyenq/tess4j
Java JNA wrapper for Tesseract OCR API
tesseract-ocr/tesseract
Tesseract Open Source OCR Engine (main repository)
microsoft/tiny-calc
Tiny expression evaluator
llihua/captcha-breaking-library
Neural network, contour analysis, bitmap vector subtraction CAPTCHA solving library and scripting language with perceptive color space segmentation
CreditTone/mitmproxy-java
mitmproxy作为一款出色中间人攻击工具,它在渗透、爬虫、ajax-hook、抓包等场景中表现的相当稳定和出色。但由于原生项目是python的缘故,使得跨语言使用mitmproxy显的非常吃力。经常借助于中间件或单独开发http服务来于mitmproxy进行通信。为此mitmproxy-java基于mitmproxy-hub实现了java版mitmproxy客户端。你可以像使用原生mitmproxy一样使用它。
CreditTone/mitmproxy-hub
mitmproxy非常适合捕捉网络流量,但是对于Java用户没有简单的接口。软件测试社区,特别是爬虫、中间人攻击测试人员,希望能够捕获设备在Java/golang/c++测试期间发出的网络请求。为此,基于grpc开发了mitmproxy的**服务,任何语言都可以基于mitm_hub.proto实现的回调定义生成自己的远程客户端代码。以便在你的语言环境上也能像在python本地一样,使用remotemitmproxy。
llihua/mitmproxy-piping
This mitmproxy Python plugin passes flow to java callback function via gRPC.
skotz/cbl-js
JavaScript CAPTCHA solving library
skotz/captcha-breaking-library
Neural network, contour analysis, bitmap vector subtraction CAPTCHA solving library and scripting language with perceptive color space segmentation
axios/axios
Promise based HTTP client for the browser and node.js