{"id":25406489,"url":"https://github.com/lostincompilation/dirstatstui","last_synced_at":"2025-04-12T22:56:50.587Z","repository":{"id":250599184,"uuid":"834798088","full_name":"LostInCompilation/DirStatsTUI","owner":"LostInCompilation","description":"A TUI tool to show disk usage, directory sizes and number of files","archived":false,"fork":false,"pushed_at":"2024-10-24T16:50:18.000Z","size":10101,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T22:56:48.263Z","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":"zlib","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LostInCompilation.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-07-28T11:52:18.000Z","updated_at":"2024-10-24T16:50:22.000Z","dependencies_parsed_at":"2024-07-28T19:03:21.423Z","dependency_job_id":"b3f5af44-99ce-4b04-86cf-7571f7422d9c","html_url":"https://github.com/LostInCompilation/DirStatsTUI","commit_stats":null,"previous_names":["lostincompilation/dirstatstui"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LostInCompilation%2FDirStatsTUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LostInCompilation%2FDirStatsTUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LostInCompilation%2FDirStatsTUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LostInCompilation%2FDirStatsTUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LostInCompilation","download_url":"https://codeload.github.com/LostInCompilation/DirStatsTUI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248643050,"owners_count":21138353,"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":"2025-02-16T05:32:45.156Z","updated_at":"2025-04-12T22:56:50.563Z","avatar_url":"https://github.com/LostInCompilation.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Reed-Solomon Error Correction Library for C++\n\n![Version](https://img.shields.io/badge/Version-V1.0-brightgreen?style=flat\u0026\u0026logo=framework) ![Platform](https://img.shields.io/badge/Platform-Windows%20%7C%20Linux%20%7C%20macOS%20-blue?style=flat\u0026\u0026logo=Platform.sh) ![CPP](https://img.shields.io/badge/Language-C++20-orange?style=flat\u0026\u0026logo=C%2b%2b)\n\n## Contents\n- [Description](#description)\n- [Getting the library](#getting-the-library)\n- [Compiling](#compiling)\n    - [CMake](#cmake)\n    - [Visual Studio](#visual-studio)\n    - [Xcode](#xcode)\n- [How to use it](#how-to-use-it)\n- [Included examples](#included-examples)\n\n*See also: [License (zlib)](LICENSE.md)*\n\n## Description\nA simple to use and free C++20 library for Reed-Solomon Error Correction (encoding and decoding). The static library provides very easy integration in your projects and high speeds. CMake build environment is supported, as well as generating projects for VisualStudio or Xcode.\nAlso included is a small DataChunker class, to split up large data sets into smaller pieces, which can be individually encoded, decoded and assembled again.\n\n## Getting the library\nTo download the library simply clone the repository:\n~~~\ngit clone https://github.com/LostInCompilation/ReedSolomon\n~~~\n\n## Compiling\nCompilation of the library and examples can be done using CMake and make, or projects for VisualStudio and Xcode can be generated. Small Shell scripts are included for compiling and generating projects.\n\n### CMake\nTODO\n\n### Visual Studio\nTODO\n\n### Xcode\nTODO\n\n## How to use it\nInclude the main header file of the library in your project:\n```cpp\n#include \"ReedSolomon.hpp\"\n```\n\nLINKING\n\nIf you prefer, directly use the namespace for the library:\n```cpp\nusing namespace RS;\n```\n\nTODO\n\n## Included Examples\nTODO\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flostincompilation%2Fdirstatstui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flostincompilation%2Fdirstatstui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flostincompilation%2Fdirstatstui/lists"}