{"id":20381744,"url":"https://github.com/jacob-c-smith/table","last_synced_at":"2026-06-11T09:31:42.411Z","repository":{"id":198843324,"uuid":"701661947","full_name":"Jacob-C-Smith/table","owner":"Jacob-C-Smith","description":"Collection of related data organized into columns and rows","archived":false,"fork":false,"pushed_at":"2024-04-09T06:56:27.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-05T01:41:51.090Z","etag":null,"topics":["c","table"],"latest_commit_sha":null,"homepage":"https://g10.app/status/#abstract_data_ii","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/Jacob-C-Smith.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":"2023-10-07T07:40:13.000Z","updated_at":"2023-11-17T23:09:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"7d1d0fdd-ccd9-46c0-9d7c-dc432efc1771","html_url":"https://github.com/Jacob-C-Smith/table","commit_stats":null,"previous_names":["jacob-c-smith/table"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Jacob-C-Smith/table","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jacob-C-Smith%2Ftable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jacob-C-Smith%2Ftable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jacob-C-Smith%2Ftable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jacob-C-Smith%2Ftable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jacob-C-Smith","download_url":"https://codeload.github.com/Jacob-C-Smith/table/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jacob-C-Smith%2Ftable/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34192870,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","table"],"created_at":"2024-11-15T02:15:12.672Z","updated_at":"2026-06-11T09:31:42.387Z","avatar_url":"https://github.com/Jacob-C-Smith.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# table\n[![CMake](https://github.com/Jacob-C-Smith/table/actions/workflows/cmake.yml/badge.svg)](https://github.com/Jacob-C-Smith/table/actions/workflows/cmake.yml)\n \n**Dependencies:**\\\n[![CMake](https://github.com/Jacob-C-Smith/tuple/actions/workflows/cmake.yml/badge.svg?branch=main)](https://github.com/Jacob-C-Smith/tuple/actions/workflows/cmake.yml) [![sync](https://github.com/Jacob-C-Smith/sync/actions/workflows/cmake.yml/badge.svg)](https://github.com/Jacob-C-Smith/sync/actions/workflows/cmake.yml)\n\n A minimal, thread-safe table implementation written in C. \n \n \u003e 1 [Download](#download)\n \u003e\n \u003e 2 [Build](#build)\n \u003e\n \u003e 3 [Example](#example)\n \u003e\n \u003e\u003e 3.1 [Example output](#example-output)\n \u003e\n \u003e 4 [Tester](#tester)\n \u003e\n \u003e 5 [Definitions](#definitions)\n \u003e\n \u003e\u003e 5.1 [Type definitions](#type-definitions)\n \u003e\u003e\n \u003e\u003e 5.2 [Function definitions](#function-definitions)\n\n ## Download\n To download table, execute the following command\n ```bash\n $ git clone https://github.com/Jacob-C-Smith/table\n ```\n ## Build\n To build on UNIX like machines, execute the following commands in the same directory\n ```bash\n $ cd table\n $ cmake .\n $ make\n ```\n  This will build the example program, the tester program, and dynamic / shared libraries\n\n  To build table for Windows machines, open the base directory in Visual Studio, and build your desired target(s)\n ## Example\n To run the example program, execute this command\n ```\n $ ./table_example\n ```\n ### Example output\n ```\n TODO\n ```\n [Source](main.c)\n## Tester\n```\nTODO\n```\n ## Definitions\n ### Type definitions\n ```c\n typedef struct table_s table;\n ```\n ### Function definitions\n ```c \n // Allocaters\n int table_create ( table **const pp_table );\n \n // Constructors\n int table_construct ( table **const pp_table, size_t columns, size_t rows );\n \n // Accessors\n int table_get_cell ( const table *const p_table, size_t x, size_t y, void **pp_element );\n \n // Mutators\n int table_set_cell ( table *const p_table, size_t x, size_t y, void *p_element );\n\n // Destructors\n // TODO\n ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacob-c-smith%2Ftable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjacob-c-smith%2Ftable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacob-c-smith%2Ftable/lists"}