Kui-Liu's Stars
996icu/996.ICU
Repo for counting stars and contributing. Press F to pay respect to glorious developers.
chrislgarry/Apollo-11
Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules.
google/error-prone
Catch common Java mistakes as compile-time errors
src-d/awesome-machine-learning-on-source-code
Cool links & research papers related to Machine Learning applied to source code (MLonCode)
wuhan2020/wuhan2020
新型冠状病毒防疫信息收集平台
phodal/aigc
《构筑大语言模型应用:应用开发与架构设计》一本关于 LLM 在真实世界应用的开源电子书,介绍了大语言模型的基础知识和应用,以及如何构建自己的模型。其中包括Prompt的编写、开发和管理,探索最好的大语言模型能带来什么,以及LLM应用开发的模式和架构设计。
GumTreeDiff/gumtree
An awesome code differencing tool
Biulink/ShadowsocksTutorials
Shadowsocks教程
SpoonLabs/nopol
Automatic program repair system for Java based on dynamic analysis and code synthesis with SMT. Also contains the code of Dynamoth.
GZoltar/gzoltar
GZoltar - Java Library for Automatic Debugging http://www.gzoltar.com
program-repair/program-repair.github.io
Automated program repair bibliography, tools and benchmarks.
bugs-dot-jar/bugs-dot-jar
Bugs.jar: A Large-scale, Diverse Dataset of Bugs for Java Program Repair
Spirals-Team/defects4j-repair
Open-science repo for our experimental results of automatic software repair on the Defects4J benchmark of Java bugs
xgdsmileboy/GenPat
This is an automated transformation inference tool that leverages a big code corpus to guide the abstraction of transformation patterns.
Adobee/ACS
Accurate Condition Synthesis
rholder/snowball-stemmer
This is a repackaging of a version of the snowball-stemmer found at http://snowball.tartarus.org/ so that it's available on Maven Central.
sola-da/StaticBugCheckers
StaticBugCheckers is an empirical study of the recall (i.e., how many of known bugs can we find) of state-of-the art static bug finding tools including Google's Error Prone, Facebook's Infer, and Spotbugs.