{"id":28523026,"url":"https://github.com/haschka/simple-stat-cli-tools","last_synced_at":"2025-10-04T21:53:23.043Z","repository":{"id":295077912,"uuid":"989057686","full_name":"haschka/simple-stat-cli-tools","owner":"haschka","description":"Provides Mean / Stddev / Histrogram and in the future more from the cli","archived":false,"fork":false,"pushed_at":"2025-07-02T09:36:11.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-02T10:42:44.113Z","etag":null,"topics":["command-line-tools","data-science","statistics"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haschka.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,"zenodo":null}},"created_at":"2025-05-23T13:44:45.000Z","updated_at":"2025-07-02T09:36:15.000Z","dependencies_parsed_at":"2025-05-23T15:11:11.892Z","dependency_job_id":"08781508-80b4-4e16-9bc3-a730fc7a3ca7","html_url":"https://github.com/haschka/simple-stat-cli-tools","commit_stats":null,"previous_names":["haschka/simple-stat-cli-tools"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/haschka/simple-stat-cli-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haschka%2Fsimple-stat-cli-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haschka%2Fsimple-stat-cli-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haschka%2Fsimple-stat-cli-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haschka%2Fsimple-stat-cli-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haschka","download_url":"https://codeload.github.com/haschka/simple-stat-cli-tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haschka%2Fsimple-stat-cli-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278380462,"owners_count":25977216,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"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":["command-line-tools","data-science","statistics"],"created_at":"2025-06-09T09:38:32.326Z","updated_at":"2025-10-04T21:53:23.038Z","avatar_url":"https://github.com/haschka.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simple-stat-cli-tools\nProvides Mean / Stddev / Histrogram / Random Sampling \nand more from the cli\n\ncompile with:\n```\ngcc -O2 -march=native histogram.c -o histogram\ngcc -O2 -march=native mean.c -o mean\ngcc -O2 -march=native stddev.c -o stddev\ngcc -O2 -march=native median.c -o median\ngcc -O2 -march=native minimum.c -o minimum\ngcc -O2 -march=native maximum.c -o maximum\ngcc -O2 -march=native random_sample.c -o random_sample\n```\nuse like:\n```\necho \"13 43 13 34 31 22 30\" | ./histgroam 3\n```\nto get a histogram of three bins for the values sent.\n```\necho \"13 43 13 34 31 22 30\" | ./mean\n```\nto get the mean of the numbers.\n```\necho \"13 43 13 34 31 22 30\" | ./median\n```\nto obtain the median of the numbers.\n```\necho \"13 43 13 34 31 22 30\" | ./stddev\n```\nto obtain the standard deviation of the numbers.\n```\necho \"13 43 13 34 31 22 30\" | ./minimum\n```\nto obtain the minimum of the numbers.\n```\necho \"13 43 13 34 31 22 30\" | ./maximum\n```\nto obtain the maximum of the numbers.\n```\necho \"مرحبا Bonjour GutenTag Buongiorno\" | ./randomsample 42 2\n```\nto obtain two random greetings from the four provided, \nunder the given seed 42.\n\nYou can yield numbers/objects to the tools that are separated by newlines,\ntabs or spaces. \nGentoo users might install the tools with the provided ebuild: \n`stattools-1.ebuild`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaschka%2Fsimple-stat-cli-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaschka%2Fsimple-stat-cli-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaschka%2Fsimple-stat-cli-tools/lists"}