3,912 skills found · Page 1 of 131
type-challenges / Type ChallengesCollection of TypeScript type challenges with online judge
labs42io / Clean Code TypescriptClean Code concepts adapted for TypeScript
microsoft / TypeChatTypeChat is a library that makes it easy to build natural language interfaces using types.
jkchao / Typescript Book ChineseTypeScript Deep Dive 中文版
Neargye / Magic EnumStatic reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code
abumq / EasyloggingppC++ logging library. It is powerful, supports asynchronous low latency, extendable, light-weight, fast performing, thread and type safe and consists of many built-in features. It provides ability to write logs in your own customized format. It also provide support for logging your classes, third-party libraries, STL and third-party containers etc.
wmonk / Create React App TypescriptDEPRECATED: Create React apps using typescript with no build configuration.
ferdikoomen / Openapi Typescript CodegenNodeJS library that generates Typescript or Javascript clients based on the OpenAPI specification
checkedc / CheckedcChecked 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.
glaucia86 / Curso Typescript Zero To HeroRepositório responsável pelo Curso de TypeScript - Zero to Hero
gflags / GflagsThe gflags package contains a C++ library that implements commandline flags processing. It includes built-in support for standard types such as string and the ability to define flags in the source file in which they are used. Online documentation available at:
chibat / Chrome Extension Typescript StarterChrome Extension TypeScript Starter
dethcrypto / TypeChain🔌 TypeScript bindings for Ethereum smart contracts
rbock / Sqlpp11A type safe SQL template library for C++
adamhathcock / SharpcompressSharpCompress is a fully managed C# library to deal with many compression types and formats.
microsoft / CsWin32A source generator to add a user-defined set of Win32 P/Invoke methods and supporting types to a C# project.
ardalis / SmartEnumA base class for quickly and easily creating strongly typed enum replacements in C#.
edubart / Nelua LangMinimal, efficient, statically-typed and meta-programmable systems programming language heavily inspired by Lua, which compiles to C and native code.
alecthomas / EntityxEntityX - A fast, type-safe C++ Entity-Component system
Neargye / NameofNameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum