kristofferkarlsson's Stars
trimstray/the-book-of-secret-knowledge
A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more.
ocornut/imgui
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
minimaxir/big-list-of-naughty-strings
The Big List of Naughty Strings is a list of strings which have a high probability of causing issues when used as user-input data.
facebook/folly
An open-source C++ library developed and used at Facebook.
actix/actix-web
Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.
hypermodeinc/dgraph
high-performance graph database for real-time use cases
phil-opp/blog_os
Writing an OS in Rust
dropbox/zxcvbn
Low-Budget Password Strength Estimation
App-vNext/Polly
Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.
philipwalton/solved-by-flexbox
A showcase of problems once hard or impossible to solve with CSS alone, now made trivially easy with Flexbox.
dotnet/BenchmarkDotNet
Powerful .NET library for benchmarking
gui-cs/Terminal.Gui
Cross Platform Terminal UI toolkit for .NET
aalhour/awesome-compilers
:sunglasses: Curated list of awesome resources on Compilers, Interpreters and Runtimes
davidfowl/AspNetCoreDiagnosticScenarios
This repository has examples of broken patterns in ASP.NET Core applications
cpp-best-practices/cppbestpractices
Collaborative Collection of C++ Best Practices. This online resource is part of Jason Turner's collection of C++ Best Practices resources. See README.md for more information.
0xFA11/MultiplayerNetworkingResources
A curated list of Multiplayer Game Network Programming Resources
mackron/miniaudio
Audio playback and capture library written in C, in a single source file.
rust-lang-nursery/rust-cookbook
https://rust-lang-nursery.github.io/rust-cookbook
joelparkerhenderson/queueing-theory
Queueing theory: an introduction for software development
stryker-mutator/stryker-net
Mutation testing for .NET core and .NET framework!
microsoft/BlingFire
A lightning fast Finite State machine and REgular expression manipulation library.
Endava/cats
CATS is a REST API Fuzzer and negative testing tool for OpenAPI endpoints. CATS automatically generates, runs and reports tests with minimum configuration and no coding effort. Tests are self-healing and do not require maintenance.
vector-of-bool/pitchfork
Pitchfork is a Set of C++ Project Conventions
naasking/async.h
Stackless Async Subroutines for C
berkay-dincer/kubethanos
Kills half of your randomly selected kubernetes pods.
p-org/PSharp
A framework for rapid development of reliable asynchronous software.
ogdf/ogdf
OGDF, the Open Graph Drawing Framework/Open Graph algorithms and Data structure Framework.
asanchez75/opencyc
OdeToCode/classes
Class material
ternacode/ternacode-persistence
Abstractions and an EntityFramework Core implementation for repository and unit of work patterns.