ZackMurry's Stars
microsoft/TypeScript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
papers-we-love/papers-we-love
Papers from the computer science community to read and discuss.
google/googletest
GoogleTest - Google Testing and Mocking Framework
llvm/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
FormidableLabs/victory
A collection of composable React components for building interactive data visualizations
urql-graphql/urql
The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
graphql-kit/graphql-voyager
🛰️ Represent any GraphQL API as an interactive graph
taniarascia/takenote
📝 A web-based notes app for developers.
jasonkuhrt/graphql-request
Minimal GraphQL client
standardnotes/app
Think fearlessly with end-to-end encrypted notes and files. For issues, visit https://standardnotes.com/forum or https://standardnotes.com/help.
greena13/react-hotkeys
Declarative hotkey and focus area management for React
manjunath5496/The-Art-of-Computer-Programming-Books
"Everyday life is like programming, I guess. If you love something you can put beauty into it." ― Donald E. Knuth
spring-projects/spring-graphql
Spring Integration for GraphQL
graphql-java-kickstart/graphql-spring-boot
GraphQL and GraphiQL Spring Framework Boot Starters - Forked from oembedler/graphql-spring-boot due to inactivity.
left-pad/left-pad
:arrow_left: String left pad -- deprecated, use String.prototype.padStart()
davidmoten/rtree
Immutable in-memory R-tree and R*-tree implementations in Java with reactive api
openjdk/jmc
Repository for OpenJDK Mission Control, a production time profiling and diagnostics tools suite. https://openjdk.org/projects/jmc
codic12/worm
A dynamic, tag-based window manager written in Nim
f0rki/mapping-high-level-constructs-to-llvm-ir
A guide that explains how high level programming language constructs are mapped to the LLVM intermediate language.
manjunath5496/Algorithm-Books
"Algorithms are not arbiters of objective truth and fairness simply because they're math."― Zoe Quinn
aled/jsi
Java Spatial Index
sshpark/LeetCode-Kotlin
🖋Solutions of LeetCode with Kotlin
TheRealMichaelWang/minima
A fast, byte-code interpreted language
Leporacanthicus/lacsap
LLVM-based pascal compiler
nicowilliams/lyx
A clone of git://git.lyx.org/lyx
jairtrejo/knight-moves
Ain't it funny how the knight moves? Chessboard vision exercise
andrejusk/typescript-compiler
TypeScript to C Compiler, implementing lexical analysis, parsing and optimisation, written in TypeScript
lubert/node-uci-engine
Library for automating analysis with UCI-compatible chess engines
mash/fetch-ndjson
fetch-ndjson turns new line delimited JSON streaming responses retrieved using Fetch API into Generators that yield JSON
AlexPl292/Kaleidoscope-Kotlin-Llvm
An implementation of the Kaleidoscope language using LLVM and Kotlin/Native