{"id":18584983,"url":"https://github.com/bor0/keyvalsto","last_synced_at":"2025-05-16T05:33:51.668Z","repository":{"id":13113875,"uuid":"15795591","full_name":"bor0/keyvalsto","owner":"bor0","description":"KeyValStorage","archived":false,"fork":false,"pushed_at":"2014-01-14T11:48:58.000Z","size":228,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-17T16:52:21.868Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bor0.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}},"created_at":"2014-01-10T10:47:03.000Z","updated_at":"2019-11-28T11:38:04.000Z","dependencies_parsed_at":"2022-09-19T08:25:04.692Z","dependency_job_id":null,"html_url":"https://github.com/bor0/keyvalsto","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bor0%2Fkeyvalsto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bor0%2Fkeyvalsto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bor0%2Fkeyvalsto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bor0%2Fkeyvalsto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bor0","download_url":"https://codeload.github.com/bor0/keyvalsto/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254474625,"owners_count":22077322,"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":[],"created_at":"2024-11-07T00:29:42.819Z","updated_at":"2025-05-16T05:33:51.650Z","avatar_url":"https://github.com/bor0.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"KeyValSto v1.0 by Boro Sitnikovski\r\n==================================\r\n\r\nThis program is intended for demonstration purposes only.\r\n\r\nIt demonstrates a couple of things:\r\n\r\n1. Basic (string) parsing (tokenization, scanf, basic loops on strings)\r\n2. Representing data types (variables of dynamic types) with linked lists\r\n3. Serializing and de-serializing data types\r\n\r\nNo external lib dependencies other than libc.\r\n\r\nExample:\r\n```\r\n$ keyvalsto\r\nKeyValSto v1.0 by Boro Sitnikovski.\r\n\r\nType \"help\" for more information.\r\nWrite \"quit\" at any time to quit.\r\n\r\n\u003e help\r\nAvailable commands: list, save, load, quit, !var, @var\r\n\r\nE.g. Define a variable, show its type, show its value, delete the variable:\r\ntest = 3\r\n@test\r\ntest\r\n!test\r\n\u003e hello = \"Hello World!\"\r\n\u003e list\r\nhello\r\n\u003e hello\r\n\"Hello World!\"\r\n\u003e double = 3.14\r\n\u003e double\r\n3.140000\r\n\u003e number = 12345\r\n\u003e number\r\n12345\r\n\u003e @number\r\nint\r\n\u003e @double\r\ndouble\r\n\u003e @hello\r\nstring\r\n\u003e list\r\nhello double number\r\n\u003e save\r\nSaved to keyvalsto.data.\r\n\u003e huh = \"This won't be shown after load\"\r\n\u003e huh\r\n\"This won't be shown after load\"\r\n\u003e list\r\nhello double number huh\r\n\u003e load\r\nLoaded keyvalsto.data.\r\n\u003e list\r\nhello double number\r\n\u003e huh\r\nUndefined variable.\r\n\u003e !double\r\n\u003e double\r\nUndefined variable.\r\n\u003e list\r\nhello number\r\n```\r\n\r\nLinux users:\r\n- Write \"make\" to build and \"make clean\" to clean.\r\n\r\nWindows users:\r\n- For Visual Studio, run the project file projects/keyvalsto.vcxproj.\r\n- For Pelles C, run the project file projects/keyvalsto.ppj.\r\n- For MinGW, write \"make\" in the console and \"make clean\" to clean.\r\n\r\nBoro Sitnikovski\r\n\r\nLicensed under GPL.  Read LICENSE for more information.\r\n\r\nJanuary, 2014","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbor0%2Fkeyvalsto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbor0%2Fkeyvalsto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbor0%2Fkeyvalsto/lists"}