An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with tuples

A curated list of projects in awesome lists tagged with tuples .

https://github.com/boostorg/pfr

std::tuple like methods for user defined types without any macro or boilerplate code

boost clang cplusplus cplusplus-14 cpp cpp14 cpp17 gcc magic reflection reflection-library reflections std tuple tuples visual-studio

Last synced: 14 May 2025

https://github.com/P-p-H-d/mlib

Library of generic and type safe containers in pure C language (C99 or C11) for a wide collection of container (comparable to the C++ STL).

algorithms array bitset c collections data-structures generic hashmap json list lock-free memory-pool priority-queue queue set stack string tree tuples variant

Last synced: 14 Mar 2025

https://github.com/spatie/typed

Improvements to PHP's type system in userland: generics, typed lists, tuples and structs

generics structs tuples types

Last synced: 09 Jul 2025

https://github.com/NPCai/Open-IE-Papers

Open Information Extraction (OpenIE) and Open Relation Extraction (ORE) papers and data.

information-extraction literature-review nlp openie papers relation-extraction tuples

Last synced: 22 Apr 2025

https://github.com/barweiss/go-tuple

Go 1.18+ generic tuple

golang golang-package tuple-library tuples

Last synced: 14 Mar 2025

https://github.com/jfalcou/kumi

C++20 Compact Tuple Tools

cpp20 metaprogramming tuples

Last synced: 02 Jul 2025

https://github.com/jsbueno/extradict

Collection of Mappings and with different capabilites and some utilities

collections dictionary hacktoberfest hacktoberfest2020 hacktoberfest2021 mapgetter ordereddict python-mapping tuples

Last synced: 09 Apr 2025

https://github.com/patrimart/monadness-js

Implements Either, Maybe and Tuple monads.

either maybe monads tuples typescript

Last synced: 12 Apr 2025

https://github.com/ararslan/frankentuples.jl

Part Tuple, part NamedTuple... it's alive!

frankenstein julia named-tuples tuples

Last synced: 24 Oct 2025

https://github.com/TheCodeTraveler/csharp-workshop

NDC London 2019, Workshop: Become a better C# programmer: more Value, more Expressions, no Waiting

async await csharp memory memory-management pattern-matching performance task tuples

Last synced: 18 Apr 2025

https://github.com/dinanathsj29/typescript-tutorial

A Typescript fundamentals tutorials for beginners, An introduction & step-by-step guide to Typescript language latest features in combination with ECMAScript 5,6,7

access-modifiers classes const decorators ecmascript enum enumeration es5 es6 es7 inheritance interfaces let tuples type-inference type-system typescript typescript-framework typescript-library

Last synced: 27 Jul 2025

https://github.com/libsugar/tuplers

Provides many useful tools related to tuples

no-std rust-patterns tuple tuples utils

Last synced: 09 Apr 2025

https://github.com/kijewski/tupleops

Utility library to work with tuples.

no-std rust tuples

Last synced: 22 Mar 2025

https://github.com/g4s8/tuples

Object-oriented Java tuples

java library pairs tuples utils

Last synced: 09 Apr 2025

https://github.com/sylvainhalle/mrsim

A simple MapReduce framework in Java

hadoop java mapreduce tuples

Last synced: 29 Oct 2025

https://github.com/sandshellcreations/validationexampleswift

This project contains single generic validations file that can be used for validations on login, signup process or form validations. only one function can work for all view controller validations e.g. there is only one function that is used for login View Controller, signup ViewController and editProfile ViewController also. i've handled the validation cases for email, phone number, name etc. you can add your other RegExes in this file for other validations.

ios iosdevelopment kissmycode sandshellcreations swift3 tuples validationexampleswift validations validator xcode

Last synced: 27 Oct 2025

https://github.com/sandshellcreations/generic-tableview-datasource

Generic TableView datasource that can be used to populate any type of listing with single cell listing, sectional listing and useful to populate different type of cells in one section using protocol based models and Generics.

associated-type editactionforrowat generic-programming generics genericuitableviewdatasource inheritance kissmycode leadingaction protocol-oriented-programming protocols sandshellcreations swift swift5 swipe-gestures swipe-to-delete swipeable trailingaction tuples uitableview xcode

Last synced: 30 Jun 2025

https://github.com/shubh2-0/learning_python

Embark on a coding adventure through our collection of Python scripts, designed to guide both beginners and experts. Explore fundamental concepts, tackle challenges, and expand your programming horizons. Let's dive into the world of Python together! 🚀💻

basic-programming datatypes dictionary functions learning-by-doing loops python-script python3 pythonbasics string tuples typeconversion

Last synced: 23 Apr 2025

https://github.com/dekirisu/intuple

Convert structs/enums into/from tuples - recursive, ignore fields

conversion convert ignore recursive rust rust-crate rust-lang rust-library struct structure tuple tuples

Last synced: 13 Oct 2025

https://github.com/abhayanigam/learn_python

Introduction in Python Language , Oops Concepts , Common Libraries And Basic Programs

arithmetic concept iterables loops notes python python-learning-notes tuples

Last synced: 11 Apr 2025

https://github.com/pchtsp/pytups

Powerful dictionaries and tuple lists for data wrangling

data data-science dictionaries optimization tuples

Last synced: 14 Apr 2025

https://github.com/spalato/destruct.jl

Destructuring array of tuples to tuple of arrays.

destructuring-arrays julia tuples

Last synced: 23 Sep 2025

https://github.com/muellan/generic

generic programming utilitites for C++ 11; apply/map functions over tuples, etc.

cpp cpp11 generic-programming header-only metaprogramming tuples

Last synced: 19 Apr 2025

https://github.com/hokageminato/serializedtuplesforunity

Serialized Tuples allow you to create data objects with any type combinations you desire. It also allowes you to decorate each tuple with customized name for accessibility in inspector.

plugin tuples unity3d

Last synced: 09 Oct 2025

https://github.com/mrshiposha/fortuples

Procedural macros to generalize inherent and trait implementations over tuples

crate for generalization impl macro macros metaprogramming proc-macro rust trait tuple tuples

Last synced: 12 Dec 2025

https://github.com/chadtech/return

(DEPRECIATED) Helpers for update function return values

elm tuples

Last synced: 13 Apr 2025

https://github.com/jolanrensen/scalatuplesinkotlin

This repo contains a bunch of files that provide extensions to make Scala Tuples easier to use in Kotlin.

apache-spark kotlin scala tuples

Last synced: 13 Oct 2025

https://github.com/beraliv/ttuple

Tuple manipulation in TypeScript

tuples typescript

Last synced: 04 Sep 2025

https://github.com/daninet/n-set

Allows to put arrays into sets. Works similarly like ES6 Sets.

es6 javascript multiple pairs set sets tuple tuples values

Last synced: 07 Oct 2025

https://github.com/rubenjgarcia/commons-functional

A collection of Functional helpers for Java 8

functional functional-programming java-8 tuples

Last synced: 05 Mar 2025

https://github.com/tsfoster/elm-tuple-extra

Convenience functions for working with tuples

elm elm-lang tuples

Last synced: 10 Apr 2025

https://github.com/w1th0utnam3/noname_tools

A collection of useful C++ methods and algorithms collected while working on other projects

algorithm container std string tuples vector

Last synced: 06 Jul 2025

https://github.com/palashmon/typescript-tuples

Exploring Tuples and the Unknown Type in TypeScript 3

tuples typescript typescript3 unknown-type

Last synced: 08 Oct 2025

https://github.com/whaleal/tuple

java tuple implementation

java tuples

Last synced: 26 Jul 2025

https://github.com/abiriadev/tup

Helper macro for rust tuple

procedural-macros rust-macros tuples

Last synced: 16 Mar 2025

https://github.com/l-briand/tuple

Tuple class and serializer for kotlinx-serialization

kotlin kotlin-library kotlin-multiplatform kotlin-multiplatform-library tuple tuples

Last synced: 16 Jul 2025

https://github.com/rohanvdvivedi/tuplestore

This is a library to store database-like tuples in a row-oriented block store. It provides page-level API functions to access and store tuples on the page.

data-layout database database-storage-engine slotted-page storage-model tuples

Last synced: 11 Apr 2025

https://github.com/wildhoney/moggy

Miniature ~2kb library that brings immutability to existing prototype functions employing the principle of least astonishment.

functional immutability immutable prototype side-effect tuples

Last synced: 21 Feb 2025

https://github.com/daninet/n-dimensional-map

Allows to put arrays into maps. Works similarly like ES6 Maps.

es6 javascript map multiple pairs tuple tuples values

Last synced: 05 Sep 2025

https://github.com/pkg-dot-zip/pairtripleandup

Kotlins Tuples stop at Pair & Triple. This adds dataclasses for Quadruple up to Quingentuple and beyond.

bad-code jvm kotlin kotlin-library programming-horror tuple tuples

Last synced: 03 Jan 2026

https://github.com/modemobpsycho/python-course-s1-2

Solutions for the course. The topic of the course is "Indie Python Programming Course". The course covers topics from strings and lists to working with files and advanced python.

advanced-python dict filesystem functional-programming iterable-extensions lists-python loops modules none sets string tuples

Last synced: 25 Feb 2025

https://github.com/virajbhutada/python-dsa-toolkit

This repo provides practical implementations of fundamental and advanced data structures and algorithms in Python. It includes clear and detailed examples across various categories, making it an essential resource for learning and applying key concepts in computer science.

algorithms arrays bfs datastructures datatypes dfs djikstra dsa dynamic-programming fibonacci-sequence graphs heaps knapsack lists python recursion sorting strings trees tuples

Last synced: 17 Jun 2025

https://github.com/masflam/mtga

Make Tuples Great Again! – sfinae gore

cpp sfinae tuples

Last synced: 31 Oct 2025

https://github.com/mgobeaalcoba/python_intermediate

Aqui iré guardando los trabajos que voy haciendo en el curso de platzi de python y nivel intermedio

data-structures dictionaries game lambda-functions lists python3 sets strings tuples

Last synced: 26 Dec 2025

https://github.com/modemobpsycho/python-course-s2

Solutions for the course. The topic of the course is "Python Generation course: a course for advanced". The topics covered in the course are listed in the repository topics.

bool complex decimal dict filesystem fraction functional-programming nested-loops nonetype random sets string tuples turtle

Last synced: 15 Jun 2025

https://github.com/andogq/tuple-traits

Additional tuple traits to enable ergonomic types.

blazingly-fast cons ergonomic rust trait tuples types typestate

Last synced: 30 Apr 2025

https://github.com/athanclark/n-tuple

A homogeneous arbitrary-size tuple

haskell n-tuple tuples

Last synced: 26 Oct 2025

https://github.com/ishmal793/lists-tuples-dictionaries-json-sets

Beginner-friendly Python practice covering core collection types like lists, tuples, dictionaries, sets, and JSON with real-world problems.

beginner-projects data-preparation data-structures dictionaries json lists python python-collections python-practice sets text-processing tuples

Last synced: 13 Oct 2025

https://github.com/hapytex/tuple-append-instances

Extra instances for the tuple-append package.

append bytestring text tuples vector

Last synced: 01 Apr 2025

https://github.com/hapytex/tuple-append

Append two tuples in Haskell.

append haskell-library tuples

Last synced: 01 Apr 2025

https://github.com/vaibhavmojidra/python---demo-list-and-tuple

Lists store an ordered collection of items which can be of different types. The key difference between the tuples and lists is that while the tuples are immutable objects the lists are mutable. This means that tuples cannot be changed while the lists can be modified. Tuples are more memory efficient than the lists.

list mojidra python python-3 python3 tuples tuples-in-python vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 12 Apr 2025

https://github.com/r-siddiq/schemacraft

SchemaCraft is a lightweight Java/Maven toolkit for defining schemas, creating typed tables, storing tuples, and performing relational operations (projection, joins, lookups) with JUnit-tested in-memory models.

bytebuffer exception-handling file-io junit lookups maven object-oriented-programming relational-operators schema serialization tables tuples

Last synced: 24 Sep 2025

https://github.com/ultraviolet-ninja/java-tuple

Creating a tuple class with heavy inspiration from Python

java java-11 tuple tuples

Last synced: 16 Mar 2025

https://github.com/asergioscosta/data-structures-exercises

Repository dedicated to Data Structures exercises in Python, including: Recursion, Array, Matrix, List, Tuple, Queue, Stack, Sets, Dictionary, Binary Search, Selection Sort, and Bubble Sort.

array arrays binary-search bubble-sort bubblesort dictionary exercise exercises list matrix python queue queues recursion selection-sort sets sort stack tuple tuples

Last synced: 27 Mar 2025

https://github.com/hazzik/arraydeconstructors

ArrayDeconstructors is a source package which allows you to use C# 7 deconstruction syntax to deconstruct span into variables

c-sharp c-sharp-7 deconstructor tuple tuples

Last synced: 22 Mar 2025

https://github.com/yohdeadfall/yoh.tuples

An research in area of dynamic tuples in .NET.

c-sharp dotnet tuples

Last synced: 11 Sep 2025

https://github.com/sandra1me/magic-8-ball-game

Magic 8 ball game to discover your future by asking questions to the computer.

functions game gui magic-8-ball python tkinter tuples

Last synced: 02 Apr 2025

https://github.com/juniormayhe/csharp7tuples

Sample of C# 7.0 new System.ValueTuple feature

csharp dotnet tuple tuples

Last synced: 16 Jul 2025

https://github.com/addleonel/python-fundamentals

This contains all the basic topics of Python

dictionaries oop python-fundamentals python3 topics tuples

Last synced: 25 Mar 2025

https://github.com/deividas-butkus/typescript-assessment-ca

TypeScript assessment, focusing on type safety, interfaces, and modular design to demonstrate understanding of TypeScript fundamentals.

enums generics interface intersection-types tuples type type-safety typescript union-types

Last synced: 27 Jul 2025

https://github.com/janpreet/write2list

Simple python library

custom-module list python tuples

Last synced: 01 Dec 2025

https://github.com/rashmiiyengar/dsa_python

This repository contains my solutions to various problems on LeetCode.

arrays dictionry hash list python3 set sliding-window strings tuples two-pointers

Last synced: 08 Oct 2025

https://github.com/sime-audrey/schemacraft

🔧 Build and manage in-memory relational schemas with SchemaCraft, featuring typed tables, easy tuple insertion, and advanced querying functions.

ai bytebuffer data-parsing database-design datamodeling developer-tools exception-handling flask json-schema maven mongoose nodejs schema schema-generation serialization tables tuples web-development

Last synced: 04 Oct 2025

https://github.com/angeldollface/simpletuple

Handle tuples of N dimensions! :abacus:

dart dart-library dart-package dartlang tuples

Last synced: 15 Jun 2025

https://github.com/abdullahrfa/140_python_basic_program

This repository contains a collection of 140+ Python programs covering a wide range of fundamental concepts and problem-solving techniques. It is designed to help beginners and intermediate learners strengthen their Python skills through hands-on practice.

advanced-programs algorithms-and-problem-solving basic-python-programs checking-armstrong-numbers checking-if-a-number-is-prime dictionaries file-handling finding-factorial-using-recursion finding-happy-numbers finding-the-area-of-a-triangle functions-and-recursion generating-disarium-numbers generating-fibonacci-sequences lists matrix-addition multiplication object-oriented-programming transposition tuples

Last synced: 02 Apr 2025

https://github.com/gowthamguna01/python

I have studied Python course and am currently honing my skills through the hands-on exercises provided by my institute. These tasks are helping me apply theoretical knowledge in practical scenarios, deepening my understanding of various aspects of Python programming, and web development.

arrays class databaseconnection dictionary exception-handling filehandling forloops functions-python if-else inheritance lambda list multidimensional-arrays object oops-in-python patterns set string tuples while-loop

Last synced: 21 Jun 2025

https://github.com/lorddarkula/gameoflife

Implementation of Conway's Game of life in Python using dictionaries

conway-game dictionaries game-of-life life python tuples

Last synced: 24 Oct 2025

https://github.com/shoaib1522/data-aggregator-tool-in-python

This all are the illustration of the things used in " Data Aggregation Tool " as a scenario of Data Science Engineer written in Document(PDF)

data data-science dataaggregation lists python-script python3 sets-python tuples

Last synced: 24 Jun 2025

https://github.com/adshan/dotnet-tuples-dto

Reducing the need to create DTO classes using Tuples.

dotnet dto-pattern tuples

Last synced: 13 Apr 2025

https://github.com/saadarazzaq/master-tuples-in-python

Master Tuples in LAYMAN Language ✨

data-structures python tuples

Last synced: 17 Mar 2025

https://github.com/sadsaldev/python

Stack of multiple independent Python projects. / Stack de múltiples proyectos independientes de Python.

dictionaries lamda pillow pip pytesseract python sets tesseract-ocr tuples venv yt-dlp

Last synced: 12 Jul 2025

https://github.com/adamint/javatuples

Simple tuples library for java

java java-8 tuples

Last synced: 12 Oct 2025