dopelsunce's Stars
ggerganov/llama.cpp
LLM inference in C/C++
FiloSottile/mkcert
A simple zero-config tool to make locally trusted development certificates with any names you'd like.
gorhill/uBlock
uBlock Origin - An efficient blocker for Chromium and Firefox. Fast and lean.
facebookresearch/segment-anything
The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.
servo/servo
Servo, the embeddable, independent, memory-safe, modular, parallel web rendering engine
openai/chatgpt-retrieval-plugin
The ChatGPT Retrieval Plugin lets you easily find personal or work documents by asking questions in natural language.
apache/arrow
Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics
sqlc-dev/sqlc
Generate type-safe code from SQL
ggerganov/ggml
Tensor library for machine learning
VGraupera/1on1-questions
Mega list of 1 on 1 meeting questions compiled from a variety to sources
dominikh/go-tools
Staticcheck - The advanced Go linter
facebookresearch/ConvNeXt
Code release for ConvNeXt model
progrium/darwinkit
Native Mac APIs for Go. Previously known as MacDriver
cockroachdb/pebble
RocksDB/LevelDB inspired key-value database in Go
blushft/go-diagrams
Create beautiful system diagrams with Go
kwai/DouZero
[ICML 2021] DouZero: Mastering DouDizhu with Self-Play Deep Reinforcement Learning | 斗地主AI
hoanhan101/algo
101+ coding interview problems in Go
google/fully-homomorphic-encryption
An FHE compiler for C++
checkedc/checkedc
Checked C is an extension to C that lets programmers write C code with bounds checking and improved type-safety. The goal is to let people easily make their existing C code type-safe and eliminate entire classes of errors.
apache/arrow-rs
Official Rust implementation of Apache Arrow
stong/how-to-exploit-a-double-free
How to exploit a double free vulnerability in 2021. Use After Free for Dummies
allpaca/chrome-sbx-db
A Collection of Chrome Sandbox Escape POCs/Exploits for learning
checkedc/checkedc-clang
This repo contains a version of clang that is being modified to support Checked C. Checked C is an extension to C that lets programmers write C code that is guaranteed by the compiler to be type-safe.
jeanqasaur/learn-programming-languages
Resources for the working programmer to learn more about the fundamentals and theory of programming languages.
microsoft/lepton_jpeg_rust
Port of DropBox Lepton compression to Rust
MPI-SWS/genmc
Generic model checker for concurrent C programs (mirror repository)
LLNL/dataracebench
Data race benchmark suite for evaluating OpenMP correctness tools aimed to detect data races.
parasol-aser/UFO
UFO: Predictive Detection of Concurrency Use-After-Free Vulnerabilities
microsoft/checkedc-musl
This repo contains a version of musl that is being modified to Checked C. Checked C is an extension to C that adds checking to detect or prevent common programming errors such as out-of-bounds memory accesses.
wangluochao902/clcheck
A linter for command line in Dockerfile and Shell script