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

https://github.com/chriscamacho/clist

simple double linked list
https://github.com/chriscamacho/clist

Last synced: 3 months ago
JSON representation

simple double linked list

Awesome Lists containing this project

README

        

# clist
simple double linked list

this started off life decades ago, when I wanted to be sure I understood
pointers! over the years I've used it in all manner of projects.