fy403's Stars
practicalddd/implementations
DDD Implementation Challenge
datawhalechina/leetcode-notes
🐳 LeetCode 算法笔记:面试、刷题、学算法。在线阅读地址:https://datawhalechina.github.io/leetcode-notes/
oarepo/json-excel-converter
A python library to convert an array or stream of JSONs into CSV or Excel. Currently beta, use at your own risk
lizongying/my-tv
我的电视 电视直播软件,安装即可使用
xinychen/transdim
Machine learning for transportation data imputation and prediction.
fy403/mytv-manual-update
New version app detect, download and install
xuxueli/xxl-job
A distributed task scheduling framework.(分布式任务调度平台XXL-JOB)
macrozheng/mall
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
krahets/hello-algo
《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 代码。简体版和繁体版同步更新,English version ongoing
Avenshy/WELearnToSleep
WELearn一键完成课程
mtcp-stack/mtcp
mTCP: A Highly Scalable User-level TCP Stack for Multicore Systems
ashen7/WebServer
基于C++11多线程主从Reactor模式的Web高性能服务器
pandax381/xv6-net
xv6 OS with TCP/IP Network Stack
salesforce/CodeT5
Home of CodeT5: Open Code LLMs for Code Understanding and Generation
Deshuin/ChatGPT-Shared-accounts
ChatGPT共享普通账号、Plus账号及无限次调用API汇总
UKPLab/sentence-transformers
State-of-the-Art Text Embeddings
qdrant/qdrant-client
Python client for Qdrant vector search engine
BerriAI/litellm
Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI, Cohere, Anthropic, Sagemaker, HuggingFace, Replicate, Groq]
WooooDyy/LLM-Agent-Paper-List
The paper list of the 86-page paper "The Rise and Potential of Large Language Model Based Agents: A Survey" by Zhiheng Xi et al.
lm-sys/FastChat
An open platform for training, serving, and evaluating large language models. Release repo for Vicuna and Chatbot Arena.
microsoft/autogen
A programming framework for agentic AI 🤖
pytorch/examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
jadore801120/attention-is-all-you-need-pytorch
A PyTorch implementation of the Transformer model in "Attention is All You Need".
go-admin-team/go-admin
基于Gin + Vue + Element UI & Arco Design & Ant Design 的前后端分离权限管理系统脚手架(包含了:多租户的支持,基础用户管理功能,jwt鉴权,代码生成器,RBAC资源控制,表单构建,定时任务等)3分钟构建自己的中后台项目;项目文档》:https://www.go-admin.pro V2 Demo: https://vue2.go-admin.dev V3 Demo: https://vue3.go-admin.dev Antd PRO:https://antd.go-admin.pro
qinguoyi/TinyWebServer
:fire: Linux下C++轻量级WebServer服务器
Rockyzsu/CodePool
代码池
Google1234/Information_retrieva_Projectl-
新闻检索:爬虫定向采集3-4个网页,实现网页信息的抽取、检索和索引。网页个数不少于10个,能按时间、相关度、热度等属性进行排序,并实现相似主题的自动聚类。可以实现:有相关搜索推荐、snippet生成、结果预览(鼠标移到相关结果, 能预览)功能
cy-zheng/pyCreeper
一个用来快速提取网页内容的信息采集(爬虫)框架, 实现了对网页的动态加载与控制。
tankle/newscrawler
新闻网站爬虫,目前能够爬取网易,新浪,qq,搜狐等三家网站的新闻页面,并保存到本地。
mouday/PageParser
网页解析器,用于网络爬虫解析页面, 不懂网页解析也能写爬虫