Conrad Ludgate (@conradludgate)
  • Stars
    star
    1,402
  • Global Rank 22,143 (Top 0.8 %)
  • Followers 287
  • Following 16
  • Registered almost 11 years ago
  • Most used languages
    Rust
    81.1 %
    Go
    6.7 %
    TypeScript
    3.3 %
    C++
    2.2 %
    Handlebars
    1.1 %
    HCL
    1.1 %
    MDX
    1.1 %
    QMake
    1.1 %
    Shell
    1.1 %
    Python
    1.1 %
  • Location πŸ‡¬πŸ‡§ United Kingdom
  • Country Total Rank 1,385
  • Country Ranking
    QMake
    2
    Handlebars
    24
    Rust
    39
    MDX
    71
    Go
    132
    HCL
    547
    TypeScript
    1,522
    Shell
    2,649
    C++
    3,712

Top repositories

1

terraform-provider-spotify

Terraform provider for spotify
Go
470
star
2

wordle

Wordle TUI in Rust
Rust
120
star
3

what-the-async

Simple async reactor and executor for rust
Rust
73
star
4

arc-discharge

Fast and correct async IO runtime in a small amount of readable code. Inspired by tokio
Rust
69
star
5

rustyguard

WireGuard(R) impl in pure rust
Rust
68
star
6

tokio-supervisor

Reports when tokio runtime threads are blocking
Rust
59
star
7

generic-str

Annoyed that Rust has many string types? Well it doesn't have to
Rust
40
star
8

typed-json

horrible serde macro stuff
Rust
38
star
9

type-safe-id

A type-safe, K-sortable, globally unique identifier
Rust
37
star
10

dbg-pls

`Debug` in rust, but only supports valid rust syntax and outputs nicely formatted using pretty-please
Rust
36
star
11

futures-buffered

futures-buffered
Rust
36
star
12

linked_list_rs

Linked list in rust... idk
Rust
27
star
13

measured

A better metrics crate
Rust
26
star
14

atuin-server-sqlite

Unofficial sqlite support for atuin server
Rust
25
star
15

mlir-rs

MLIR Rust multi-level compiler framework
Rust
19
star
16

broke-but-quick

Message Broker over QUIC
Rust
13
star
17

terraform-provider-caddy

Configure caddy through terraform
Go
12
star
18

vscode-rust-playground

Rust Playground in VSCode
TypeScript
11
star
19

oauth2-proxy

Proxy oauth2 authorization code flow behind a simple api token and web interface
Rust
11
star
20

tl-async-runtime

Demo async runtime
Rust
10
star
21

effective

effective
Rust
8
star
22

jenner

Experiments with generators
Rust
8
star
23

pin-scoped

scoped async task api
Rust
8
star
24

regex-utils

fancy regex tooling
Rust
7
star
25

nitroglycerin

Type safe abstractions over dynamodb
Rust
7
star
26

pasta-tokens

A correct, fast and ergonomic PASETO library for Rust
Rust
6
star
27

nommy

A type based parser with proc-macro generator
Rust
6
star
28

futures-retry-policies

Flexible future retries
Rust
5
star
29

interim

English date parser. Fork of chrono-english
Rust
5
star
30

supplier

Provider API polyfill
Rust
5
star
31

rusty-paserk

PASERK implementation in Rust
Rust
5
star
32

go-http

Efficient http request library for go
Go
5
star
33

iter-num-tools

Convenient tools that I always have to remake when working with num/iterators in rust
Rust
5
star
34

rubiks

Rubik's cube solver in Rust
Rust
4
star
35

adventofcode2022

adventofcode2022
Rust
4
star
36

circleci-junit-fix

Fixes junit reports to have proper integration with CircleCI
Rust
4
star
37

tensor-macros

Compile time optimised tensor library for rust
Rust
4
star
38

context-rs

cursed context stuffing, like go's context.Context
Rust
4
star
39

notes_public

My personal note taking tool using rofi
Shell
4
star
40

fibonacii-heap

fibonacii heap implementation in rust
Rust
3
star
41

tensorgraph

Gonna be kinda like autograd I guess but with GPU support built from the start :)
Rust
3
star
42

pin-queue

pin-queue
Rust
3
star
43

wiki

A Wikipedia reader for the reMarkable
QMake
3
star
44

async-book

The beginners guide to async Rust
Handlebars
3
star
45

book-builder

Turns markdown into PDF
Rust
3
star
46

sodiumoxide

sodiumoxide clone, now with less chlorides and more oxides
Rust
3
star
47

crypto-101

Cryptography for Programmers
3
star
48

serverless-activity-pub

Serverless setup for activity pub (using lambda+dynamodb) in Rust
Rust
3
star
49

linked-list-rs-2

A safe linked list this time... idk
Rust
3
star
50

peer2package

Distributed package manager
Rust
3
star
51

adventofcode2023

Rust
3
star
52

keras-rs

Keras in Rust
Rust
3
star
53

spotify-library

Backup of my spotify library every day
HCL
2
star
54

vite-react-ssr-next

NextJS inspired framework using ViteJS
TypeScript
2
star
55

air

AtomicIR - A simple language for atomic static analysis
Rust
2
star
56

modl

modl is a Modular Programming Language
C++
2
star
57

checksum-benchmarks

rust checksum benchmarks
Rust
2
star
58

r6n

R5N implementation in Rust
Rust
2
star
59

eurorust-template

Template for the Async workshop at EuroRust, with vendored dependencies
Rust
2
star
60

timed-lru

Rust
1
star
61

array_tools

Combine, modify, zip arrays
Rust
1
star
62

pin-lock

pin-lock
Rust
1
star
63

array-ext

A set of array extensions
Rust
1
star
64

array_builder

ArrayBuilder impl for Rust. https://github.com/rust-lang/rfcs/pull/3131
Rust
1
star
65

tokio-termination

futures in termination
Rust
1
star
66

adventofcode2020

Rust
1
star
67

double-ratchet

implementation of the double ratchet algorithm
Rust
1
star
68

functional

Functional syntax changes for Rust
Rust
1
star
69

portal-rs

Portal demo in Rust (Bevy)
Rust
1
star
70

arc-dyn

arc-dyn
Rust
1
star
71

tree

Turns a file or directory into a tree structure
Go
1
star
72

poly-rs

A remake of one of my old projects: https://github.com/conradludgate/polynomial
Rust
1
star
73

adventofcode2021

Solutions to adventofcode2021
Rust
1
star
74

yew-next

yew.rs but with multi page support and static/server side generation
1
star
75

neural

Flexible Neural Network Library written in C++
C++
1
star
76

conradludgate

All about me :)
1
star
77

surmap

Surjective map in rust
Rust
1
star
78

ladgate

IRC Bot
Go
1
star
79

autograd-rs

automatically differentiate equations in Rust
Rust
1
star
80

blog-next

Conrad Ludgate's Blog
MDX
1
star
81

payments-v3-python

Python
1
star
82

html-types

Rust
1
star
83

chain

Chain readers and writers with ease
Go
1
star
84

neural-rs

Neural Network library, similar to keras.io written in Rust
Rust
1
star
85

rel-cell

Relative Cell to allow moving a reference with it's owned type
Rust
1
star
86

dev-ex-plus

Convenient dev tools. Plugins/cusomtisation planned
TypeScript
1
star
87

shashmap

sharded hashmap primitives
Rust
1
star
88

tensor-comp

tensor graph compiler
Rust
1
star
89

pg-parse-rs

postgres sql parser transpiled to rust
Rust
1
star
90

bvh

Bounded Volume Heirarchy. A method for segmenting shapes for faster intersection testing, commonly used with ray tracing
Rust
1
star
91

sud

Alternative to serde
Rust
1
star
92

cachemap

Rust
1
star
93

ses-mailbox

A simple IMAP server that makes assumptions regarding AWS SES, SQS and S3 setup.
Rust
1
star