Projects in Awesome Lists tagged with generic-types
A curated list of projects in awesome lists tagged with generic-types .
https://github.com/albrow/fo
An experimental language which adds functional programming features to Go.
experimental-language functional-programming generic-functions generic-types golang language
Last synced: 28 Sep 2025
https://github.com/nicolasdao/graphql-s2s
Add GraphQL Schema support for type inheritance, generic typing, metadata decoration. Transpile the enriched GraphQL string schema into the standard string schema understood by graphql.js and the Apollo server client.
generic-types graphql graphql-schema inheritance-styles metadata parser
Last synced: 05 Apr 2025
https://github.com/taymindis/lfqueue
lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory management ever!
atomic-operation c cpp cross-platform generic-types lock-free lock-free-queue thread-safety threadsafe wait-free
Last synced: 11 Jul 2025
https://github.com/tylim88/firelordjs
🔥High Precision Typescript Wrapper for Firestore Web, Providing Unparalleled Type Safe and Dev Experience
firebase firestore generic-types typescript web
Last synced: 07 May 2025
https://github.com/sxyazi/go-collection
Useful collection functions for golang, based on generic types.
collection generic-types go-collection golang golang-collection
Last synced: 13 Apr 2025
https://github.com/haskell-to-elm/servant-to-elm-example
Full-stack web app, built in a typesafe functional way, where servant-to-elm generates types, decoders/encoders, and fetching functions from Haskell types and Servant endpoint definition to Elm.🤘🏻
codegen codegeneration elm-lang elm-language functional-programming generic-types haskell haskell-application http-client http-server servant typesafe
Last synced: 26 Jul 2025
https://github.com/devnw/gen
gen is a generic general use Go functions library with the intention of replacing duplicated code where the same functionality is needed across multiple types, and provides a common interface for the functionality. The library is designed to be used in a wide variety of projects and is designed to be easy to use.
data-structures generic-collections generic-functions generic-library generic-programming generic-types generics go golang google-go gophers library software-engineering struct structs structures
Last synced: 12 Jan 2026
https://github.com/tychoish/fun
Go basic utility library with futures, iterators, pubsub programming, ergonomic data types, and pipeline programming. Has no third-party dependencies.
concurrency functional futures generic-types go golang pipeline pubsub utility
Last synced: 22 Jan 2026
https://github.com/sagittaracc/decorator
Python style decorator for PHP
declarative-programming decorators generic generic-library generic-types generics patterns php php-attribute php-attributes php-generics php-library php8 python rpc rpc-api rpc-server rpc-service validation validator
Last synced: 09 Apr 2025
https://github.com/gtramontina/go-extlib
Go Extended Lib
extended generic-types go golang stdlib stdlib-extras
Last synced: 07 Oct 2025
https://github.com/trezm/type-doc
Static type checking for pure JavaScript
cli generic-types javascript type-safe type-safety types vanillajs
Last synced: 18 Jun 2025
https://github.com/simphotonics/generic_enum
Dart enumerations with extension-methods offering json-serialization and a mapping of each enum instance to a const value with arbitrary data-type.
constant dart enumeration extension-methods generic-enums generic-types json-serialization
Last synced: 09 Apr 2025
https://github.com/deeptiman/generic-programming
A Case Study on Golang Generic Code
abstract-syntax-tree compiler compiler-principles cpp generic-programming generic-types go golang golang-application golang-examples golang-generics golang-library golang-package google java software-architecture software-development software-engineering software-testing unit-test
Last synced: 17 Mar 2026
https://github.com/yguilai/go-consistenthash
a consistent hash implementation in go
consistent-hash consistenthash generic generic-types hash-ring
Last synced: 14 Jan 2026
https://github.com/cuppachino/type-space
Typescript type utilities for typing better TypeScript types.
generic-types type-utilities types typescript
Last synced: 16 Mar 2025
https://github.com/mori0091/cparsec3
CPARSEC3 - a parser-combinator library for C11, 3rd generation.
c11 generic-programming generic-types generics meta-programming parsec parser-combinators preprocessor-macros trait type-class
Last synced: 09 May 2026
https://github.com/nojronatron/java-generics-practice
Follow documented methods to create and utilize generics in Java.
generic-types generics java object-oriented-programming
Last synced: 03 Apr 2025
https://github.com/henryzhao2020/alist-c
alist is a generic, feature-rich, and memory-safe dynamic array implementation for C.
adt c generic-types memory-management
Last synced: 04 May 2025
https://github.com/henryzhao2020/c-storage-kit
Generic, memory-safe, well-documented, and highly modular dynamic array module for C, inspired by Java ArrayList and C++ std::vector
adt c generic-types memory-management
Last synced: 27 Jun 2025
https://github.com/sunriax/reflection
Library to load DLLs dynamically
0x007e classloader classloading dll-injection dll-loader generic generic-types ragae reflection reflector sunriax
Last synced: 16 Jan 2026
https://github.com/plopezgit/sprint1_t6_generics
Generics
generic-programming generic-types wildcard
Last synced: 24 Jul 2025
https://github.com/bswck/runtime_generics
Reuse type arguments explicitly passed at runtime to a generic class before instantiating.
generic-class generic-types generics python-oop
Last synced: 09 Aug 2025
https://github.com/xp-lang/xp-generics
XP generics for PHP
compiler-plugin generic-types generics php7 php8 xp-compiler xp-framework
Last synced: 03 Mar 2026
https://github.com/kaleidawave/randomizer
A randomizer made in C# for choosing a random item with a weighted chance
Last synced: 04 Jul 2025
https://github.com/kaleidawave/weighted-picker
Weighted picker written in Typescript
generic-types randomizer typescript
Last synced: 23 Mar 2025
https://github.com/twilkinson3421/rolling-ts-utils
A small library which exposes some helpful generic utility types
generic-types typescript utility
Last synced: 14 Mar 2025
https://github.com/gabrielhcataldo/go-helper
🛠️ Powerful, complete and open source utility library written in Go.
generic-types go-util go-utils helpers helpers-library utilities utility utils utils-library
Last synced: 02 Apr 2025
https://github.com/sunriax/bootstrap
Library that supports bootstrapping of applications
0x007e bootstrapping config-loader generic-types ragae sunriax
Last synced: 16 Jan 2026
https://github.com/merhanmustafov/ts-url-builder
Strongly typed URL builder that types every next path depending on the previous one and every endpoint has its own queries
builder-design-pattern design-pattern generic-types typescript url-builder
Last synced: 05 Jul 2025
https://github.com/ayhamratrout/stack
This repository contains my implementation of a generic Stack data structure using a generic LinkedList data structure. The Stack has been tested for functionality and the XUnit tests are included in this repository.
backend backend-development collections csharp data-structures generic-collections generic-programming generic-types generics linkedlist oop oop-principles stack xunit xunit-tests
Last synced: 06 Jul 2025
https://github.com/caphosra/libcpoly
Let's write a C program in a parametric-polymorphismic way!
c generic generic-types generics generics-in-c parametric-polymorphism type-checking type-library typed types
Last synced: 12 Sep 2025
https://github.com/golang-infrastructure/go-gtypes
The generic type constraint for Go
generic-types generics interfaces
Last synced: 23 Feb 2026
https://github.com/akkaraponph/pagi
Golang GORM Base GenericType Pagination Package
generic-types golang gorm pagination
Last synced: 30 Oct 2025
https://github.com/asrieldreemurrgm/generics_car_collection
Java examples of generics, abstract classes, inheritance, and type-safe collections.
abstract-class generic-types generics generics-in-java spring-tool-suite4 type-parameter type-safety wildcard
Last synced: 19 Oct 2025
https://github.com/gaurav-van/weather-cli-app-in-rust
This is a simple command-line weather application built using Rust. It fetches weather information from the OpenWeatherMap API and displays it in a user-friendly format.
cli-app generic-types macros-rust openweathermap-api reqwest rust-lang serde serde-json
Last synced: 28 Mar 2025
https://github.com/om308185/fo
🎺 Function calling utilities Go library based on Go 1.18+ Generics (Go2 like error handling, invoke with contexts, etc.) golang-gene
ai chatgpt cstore-scp cstore-service form forms generic-types jpeg machine-learning microsoft-for-beginners mpps-service open-source react wado
Last synced: 29 Apr 2026
https://github.com/gaurav-van/basic-web-server-in-c-and-rust
This C program implements a simple HTTP web server that listens for client connections, processes HTTP requests, and serves files or responses based on the request.
c-language generic-types http-client http-server network-programming pointers rust-lang socket-programming threadpool web-server
Last synced: 04 May 2026
https://github.com/mortalflesh/typevalidator
TypeValidator for asserting types of values
asserting-types generic-types generics typevalidator
Last synced: 30 Aug 2025