{"id":19371904,"url":"https://github.com/abdorayden/raylist","last_synced_at":"2025-10-09T07:06:47.369Z","repository":{"id":246593374,"uuid":"821578709","full_name":"abdorayden/raylist","owner":"abdorayden","description":"C library that implements a dynamic linked list supporting multiple data types, with various functions for list manipulation","archived":false,"fork":false,"pushed_at":"2024-11-08T12:44:21.000Z","size":32,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-08T13:41:52.876Z","etag":null,"topics":["c","dynamic","list","python3"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abdorayden.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-28T21:47:37.000Z","updated_at":"2024-11-08T12:50:48.000Z","dependencies_parsed_at":"2024-07-13T16:05:47.195Z","dependency_job_id":"2d24bf86-0a25-42dd-b589-40dc487720a7","html_url":"https://github.com/abdorayden/raylist","commit_stats":null,"previous_names":["abdorayden/raylist"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdorayden%2Fraylist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdorayden%2Fraylist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdorayden%2Fraylist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdorayden%2Fraylist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abdorayden","download_url":"https://codeload.github.com/abdorayden/raylist/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223928367,"owners_count":17226705,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c","dynamic","list","python3"],"created_at":"2024-11-10T08:20:27.384Z","updated_at":"2025-10-09T07:06:42.335Z","avatar_url":"https://github.com/abdorayden.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RayList Library\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./assets/logo.jpeg\" width=\"350\" height=\"350\"/\u003e\n\u003c/p\u003e\n\n## Description\nRayList is a dynamic list library implemented in C, designed to handle various data types and provide efficient memory management. It supports operations such as insertion, deletion, filtering, and asynchronous execution.\n\n## Features\n- Support for multiple data types (int, float, char, string, etc.)\n- Dynamic memory management\n- Asynchronous function execution\n- Filtering and mapping capabilities\n\n## Installation\nTo include the RayList library in your project, simply copy the `raylist.h` file into your project directory and include it in your source files and define LIST_C_ macro as follows:\n```c\n#define LIST_C_\n#include \"raylist.h\"\n```\n\n## Usage\nHere are some basic examples of how to use the RayList library:\n\n### Creating a List\n```c\n\nint ten = 10;\nRLList myList = List(2, \n    RL_INT, \u0026ten, \n    RL_STR, \"Hello\"\n );\n```\n\n### Appending Items\n```c\nmyList.Append(RL_INT, (void*)\u0026myInt);\nmyList.Append(RL_STR, \"New String\");\n```\n\n### Filtering Items\n```c\nmyList.List_Filter(myFilterFunction, RL_INT, ONLY);\n```\n\n## API Reference\n- `RLList List(int count, ...)`: Initializes a new list with the specified number of items.\n- `void Append(Type type, void* data)`: Appends an item to the list.\n- `void Filter(FILTERCALLBACK callback, Type type, Filter_Flag flag)`: Filters items in the list based on a callback function.\n\n## Documentation\ncheck raylist documentation website [raylist](https://rayden-six.vercel.app/raylist)\n\n## Examples\nFor more detailed examples, please refer to the `examples` directory in the repository.\n\n## License\nThis library is licensed under the MIT License. See the LICENSE file for more details.\n\n## Contributing\nContributions are welcome! Please submit a pull request or open an issue for any suggestions or improvements.\n\n## Contact\nFor any inquiries, please contact RayDen at [abdenoursouane025@gmail.com].\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdorayden%2Fraylist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdorayden%2Fraylist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdorayden%2Fraylist/lists"}