data-type
There are 65 repositories under data-type topic.
gabrieldim/Advanced-Programming
Generic programming, generic classes, maps, sets, abstract data types and so on.
arkhipenko/Dictionary
A dictionary data type with a fast b-tree based search
HowProgrammingWorks/DataTypes
Built-in data types
lukechilds/byte-range
Returns integer ranges for C data types
SabakiHQ/immutable-gametree
An immutable game tree data type.
Dentrax/obscure-go
In-memory security with secure data types
jcouyang/alacarte
Data Types a la carte from PureScript -> JavaScript
smkalami/ypstruct
A simple and easy-to-use MATLAB-like structure type for Python
grantjenks/python-arraydeque
ArrayDeque is a fast, array-backed deque implementation for Python written in C.
MattMoony/propaganda.c
A robust and easy to use string-manipulation library for the C programming language. There is no need for writing your own functions to perform simple tasks all of the time! 🐱💻
jonasraoni/pascal-stack
Simple stack class to be used in Delphi (Pascal).
RobTillaart/Interval
Arduino library for Interval datatype
sjoerdvisscher/discrete-space-map
A discrete space map implemented as a zipper on an infinite perfect binary tree.
visotype/elm-dom
Base utilities to help Elm developers build UI libraries
SabakiHQ/crdt-gametree
An immutable, conflict-free replicated game tree data type.
ibhawanagaur/Problem-Solving-Using-Java
The focus of this repository is on using Java as a tool for solving problems and improving problem-solving skills.
ik5/extratypes
Globally used data types on multiple projects of mine on their own package
jonasraoni/csharp-variant-type
A class that mimics the behavior of the so-called variant data type.
nirmalpaul383/ViewPoint
A Math expression parser and evaluator with support of runtime data-type checking written in native JS.
simphotonics/generic_reader
Enables retrieving generic const values from a static analyzer representation. Streamlines reading constants of type Map, List, Set, and Dart enumerations.
Aandreba/clnooms
Assembly-level implementation of interesting data types
brainless/detectype
Detect data types (date, time, datetime, country, address, currency and many more). A vibe coded library and CLI.
EslamAsHhraf/PL-SQL-Challenges
✅ The solutions of PL/SQL challenges on w3resources executed on Oracle environment compiled with helpful Resources & references related to the challenges.
mooce/umbraco-mdi-icons
Add Material Design Icons to your Umbraco website with this easy to use data-type.
mooce/umbraco-slideshow
An easy to use, feature rich slideshow data-type for Umbraco's back-office.
yourbasic/int
A tribute to an underrated data type
areller/redis-dict
Redis with Sorted Dictionaries
Cadris/ReallyBigNumbers
Java Programs for handling Really Big Numbers.
mike-kfed/pgknx
Postgresql data type extension for KNX Addresses
santhosh-programmer/Basic-C-Programs
This repo contains some basic code in C language. HAPPY CODING !!!
SeanPesce/Ghidra-GDT-Archives
A collection of Ghidra Data Type (GDT) archives and combined C headers from common libraries with modifications to facilitate importing into Ghidra via the "Parse C Source..." mechanism. Contributions are welcome (and encouraged)
Sparklybadge024/ATM-Bank-Simulation
ATM Bank Simulation This is a simple **Java console program** that simulates basic ATM bank operations. It demonstrates the use of different **data types**, **conditional statements**, and **basic banking logic** such as deposits, withdrawals, transaction counting, and account activity status.
stdlib-js/ndarray-base-dtype
Return the data type of a provided ndarray.
stdlib-js/ndarray-dtype
Return the data type of a provided ndarray.
Ste1io/SK.Xbox360.CPUKey
An immutable .NET data type for Xbox 360 CPUKeys, offering value semantics with optimized parsing, validation, conversion, and utility operations. Suitable for use in collections requiring fast look-up and equality checks.
TanvirAnjumApurbo/JavaTheCompleteReference
This repository includes code examples from Java: The Complete Reference by Herbert Schildt, 12th Edition, organized by chapter for practical Java learning. It also features Java course code from my university, with projects and exercises. Explore and contribute to enhance your Java skills!