PatriotBo's Stars
donnemartin/interactive-coding-challenges
120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.
1c7/chinese-independent-developer
👩🏿💻👨🏾💻👩🏼💻👨🏽💻👩🏻💻**独立开发者项目列表 -- 分享大家都在做什么
byoungd/English-level-up-tips
An advanced guide to learn English which might benefit you a lot 🎉 . 离谱的英语学习指南/英语学习教程。
langchain-ai/langchain
🦜🔗 Build context-aware reasoning applications
PatriotBo/face-restoration
photo restoration in human face
adamian98/pulse
PULSE: Self-Supervised Photo Upsampling via Latent Space Exploration of Generative Models
openai-translator/openai-translator
基于 ChatGPT API 的划词翻译浏览器插件和跨平台桌面端应用 - Browser extension and cross-platform desktop application for translation based on ChatGPT API.
open2b/scriggo
The world’s most powerful template engine and Go embeddable interpreter
eip-work/kuboard-press
Kuboard 是基于 Kubernetes 的微服务管理界面。同时提供 Kubernetes 免费中文教程,入门教程,最新版本的 Kubernetes v1.23.4 安装手册,(k8s install) 在线答疑,持续更新。
imageslr/weapp-library
“在线借书平台”微信小程序:连接读者与图书馆的借书平台、读者的图书资料库与书单系统。30+ 页面,多个可复用组件,微信小程序开发入门。提供本地 mock server 解决方案。
maxliaops/Java_Web_Examples
《实战突击:Java Web项目整合开发》源码
shekhargulati/99-problems
This is an adaptation of the Ninety-Nine Prolog Problems written by Werner Hett.
mozilla/BrowserQuest
DEPRECATED - A HTML5/JavaScript multiplayer game experiment
jfinal/jfinal
JAVA WEB + ORM Framework
EZLippi/WebBench
Webbench是Radim Kolar在1997年写的一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL,测试网站在压力下工作的性能,最多可以模拟3万个并发连接去测试网站的负载能力。官网地址:http://home.tiscali.cz/~cz210552/webbench.html
enochlj/crm-demo
lets-blade/blade
:rocket: Lightning fast and elegant mvc framework for Java8
hellokaton/java-bible
:banana: 我的技术摘要
PatriotBo/Tinyhttpd
tinyhttpd 是一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。