Skip to content
View L273's full-sized avatar

Block or report L273

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
  • LLM model quantization (compression) toolkit with hw acceleration support for Nvidia CUDA, AMD ROCm, Intel XPU and Intel/AMD/Apple CPU via HF, vLLM, and SGLang.

    Python Other Updated Dec 17, 2025
  • 使用Github Action将国外的Docker镜像转存到阿里云私有仓库,供国内服务器使用,免费易用

    Apache License 2.0 Updated Dec 15, 2025
  • RAGFlow is a leading open-source Retrieval-Augmented Generation (RAG) engine that fuses cutting-edge RAG with Agent capabilities to create a superior context layer for LLMs

    Python Apache License 2.0 Updated Dec 11, 2025
  • The AI-native database built for LLM applications, providing incredibly fast hybrid search of dense vector, sparse vector, tensor (multi-vector), and full-text.

    C++ Apache License 2.0 Updated Dec 11, 2025
  • Swap GPT for any LLM by changing a single line of code. Xinference lets you run open-source, speech, and multimodal models on cloud, on-prem, or your laptop — all through one unified, production-re…

    Python Apache License 2.0 Updated Dec 10, 2025
  • 配合DiyTomcat测试的一个项目。原本的位置是在DiyTomcat的conf目录下的server.xml中

    Java Updated Oct 22, 2020
  • DiyTomcat Public

    一个仿Tomcat的项目,其中,完成了Servlet的装配(使用了URL装载器)、JSP(中间JSP页面转化成Servlet的中间件是用现成代码)。其中对于xml使用jsoup进行处理,而对项目文件的相关目录使用了watcher进行监听,以此实现reload的热加载。监听器listener是利用函数依附在request、response、context、sessionManger中等,当然这…

    Java 1 Updated Oct 22, 2020
  • DCT Public

    基于阈值的DCT隐藏算法

    C Updated Sep 30, 2020
  • Cryptology- Public

    各种密码算法的实现,其中,既有分组密码,也有公钥密码,并且,对于古典的hill密码,进行了改良,以便能够应对不同长度的字符串输入

    Python 1 Updated Sep 30, 2020
  • 基于Libcap的一个C的网络流量分析器。这里利用网卡的混杂模式抓包,并对包的大部分头都进行的了解析,可以在此基础上进行更大的拓展。

    C 4 3 Updated Sep 29, 2020
  • J2EE_MVC Public

    最早接触J2EE时,写的一个项目,源码已经丢失,相关代码解释均在文档内。这是一个基于Selervlet、JSP、以及JavaBean。但没有用到监听器(Listener)、过滤器(Filter)、JSTL、EL等技术,以及业务层、DAO层设计等大型项目的思想。只是一个简单的管理系统项目

    Updated Sep 28, 2020
  • JavaWZQ Public

    由于源码已经丢失,这里只有文档内的全代码解释。就是一个普通的j2se项目。利用了java的窗体还有一些基础知识

    Updated Sep 28, 2020
  • 基于Selenuium的爬虫,以及利用pandas实现的部分数据分析。由于这里还没有使用sklearn的包。所以,线性回归的拟合函数是根据公式手动实现的

    Python 1 Updated Sep 28, 2020
  • C_Sharp_LLK Public

    一个基于C#的连连看小游戏,用了linq to sql,以及C#的窗体事件等。关键在于LLK的判断思路,一共四个基本的判断思路,

    C# Updated Sep 28, 2020
  • Tmall_SSM Public

    仿天猫的项目,使用了SSM框架。其中mapper接口和xml配置文件,都是由genetor生成。而业务层service和表现层在这里实现了分离。相关表单数据的一对多和多对一在pojo里也有体现,是一个完整的可以上线的大型项目

    Java 1 Updated Sep 28, 2020
  • 可以删除和修改24位BMP位图的头。当然由于程序里对头进行了结构体的解析。所以本程序还可以在此基础上进行其他拓展

    C Updated Sep 24, 2020
  • HelloWorld Public

    Java Updated Sep 16, 2020