linked
There are 131 repositories under linked topic.
hasankucuk/SocialTextView
A simple custom Android TextView that highlights content such as Mention, Hashtag, Phone, Email and Url.
klaudiosinani/singlie
Singly circular & linear linked lists for ES6
ali1k/ld-r
Linked Data Reactor (LD-R)
wooorm/linked-list
Minimalistic linked lists
opendatasoft/semantic-bot
A Semi-Automatic Tool to generate RDF mappings for Opendatasoft's datasets
NwabuezeFranklin/alx-low_level_programming
:rocket: Multiple Projects done in C programming language during the ALX Low Level programming steeplechase track , Cohort6
laserswald/dlist
Type-safe single file linked list.
SAP-samples/salt
Source code and data for the paper "SALT: Sales Autocompletion Linked Business Tables Dataset"
klaudiosinani/doublie
Doubly circular & linear linked lists for ES6
codeaashu/LINKED
LINKED is a redesign & clone website of ceipal.com that focuses on providing comprehensive talent acquisition solutions.
RBCanelas/FUPRAL
Fortran OO implementation of a generic container using an unlimited polymorphic class. Implementation of a resizable container array and a double linked list.
morispi/LRez
Standalone tool and library allowing to work with barcoded linked-reads
Flerex/linkedaccounts
Account Linking extension for phpBB
ryukinix/c-lists
Data Structures in C: Linked Lists
deiu/solidproxy
Proxy server with authentication (using WebID-TLS delegation)
disruptek/skiplists
generic skip list implementations💃
Varanasi-Software-Junction/datastructures
A repository on Data Structures
BraedonWooding/LLV
A nice and simple way to visualise a ton of data structures
DeepthiTabithaBennet/TheDataStructuresSurvivalKit
📚Everything you will EVER need to survive Data Structures, in C++. In collaboration with @PreethiSamanthaBennet✨
FIWARE/NGSI-LD_Experimental
NGSI-LD implementation experiments
johncurcio/ETL4LODPlus
Documentação disponível na Wiki do projeto
linkedtimeseries/ngsi-ldf
An NGSI-LD API that can scale when put publicly thanks to Linked Data Fragments (LDF)
oSoc17/oasis-frontend
Linked Data for more discoverable public transport services
PreethiSamanthaBennet/TheDataStructuresSurvivalKit
📚Everything you will EVER need to survive Data Structures, in C++. In collaboration with @DeepthiTabithaBennet
JuanesGalvis/Estructuras-Datos
Estructuras de Datos en JavaScript
MohitBansal321/dsa-Practise
Important DSA Question for Cracking interview
stdlib-js/utils-linked-list
Linked list.
ali1k/InvestopediaKnowledgeGraph
Investopedia Knowledge Graph
ali1k/wysiwyq
What You See Is What You Query
willdoescode/bst
Bst implementation in c.
Akhiljai111/Data-Structure
this repo consist of important data structures and algorithms. Any important algorithm is welcome. #hacktoberfest2022
ANIRUDH-VADERA/OS
Important OS Codes and Concepts(Sorted)
ebsco/builde
Open source Bibframe vocabulary files
stdlib-js/utils-doubly-linked-list
Doubly linked list.
una-eif201-progra1-master/dev.funda.collections-linked.list
In C++, a simple linked list can be implemented using pointers. A linked list is a data structure consisting of nodes, where each node contains a data element and a pointer to the next node in the list.