{"id":13596076,"url":"https://github.com/numcommand/num","last_synced_at":"2025-04-09T16:31:30.647Z","repository":{"id":198772595,"uuid":"44320814","full_name":"numcommand/num","owner":"numcommand","description":"Num: number utilities for mathematics","archived":false,"fork":false,"pushed_at":"2023-10-06T20:04:27.000Z","size":2740,"stargazers_count":134,"open_issues_count":2,"forks_count":11,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-11-06T19:40:46.951Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/numcommand.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2015-10-15T13:52:17.000Z","updated_at":"2024-11-05T02:19:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"d537a962-84d7-4bda-b688-9df36d695c48","html_url":"https://github.com/numcommand/num","commit_stats":null,"previous_names":["numcommand/num"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numcommand%2Fnum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numcommand%2Fnum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numcommand%2Fnum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numcommand%2Fnum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/numcommand","download_url":"https://codeload.github.com/numcommand/num/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248067763,"owners_count":21042349,"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-08-01T16:02:07.423Z","updated_at":"2025-04-09T16:31:29.276Z","avatar_url":"https://github.com/numcommand.png","language":"Shell","funding_links":["https://www.patreon.com/num"],"categories":["Shell"],"sub_categories":[],"readme":"\u003cimg width=\"750\" height=\"430\" src=\"assets/images/splash/splash-750x430.jpg\" /\u003e\n\n# Num: number utilities for mathematics\n\nNum is a command line tool for mathematics and statistics data processing.\n\u003cbr\u003eNum can calculate sum, median, quartiles, standard deviation, and much more.\n\u003cbr\u003eNum can sort, map, filter, round, and use various input/output formats.\n\n\u003ca href=\"https://www.patreon.com/num\"\u003eNum on Patreon: donate to help\u003c/a\u003e\n\u003cbr\u003e\u003ca href=\"https://twitter.com/NumCommand\"\u003eNum on Twitter: @numcommand\u003c/a\u003e\n\u003cbr\u003e\u003ca href=\"http://www.numcommand.com\"\u003eNum on the web: www.numcommand.com\u003c/a\u003e\n\nExample:\n\n    $ num sum median variance stddev data.txt\n    10 2.5 1.66667 1.29099\n\n## Dependencies\n\n\u003cul\u003e\u003cli\u003e\u003ca href=\"https://www.gnu.org/software/gawk/\"\u003egawk\u003c/a\u003e\u003c/li\u003e\u003c/ul\u003e\n\n## Install\n\n    $ git clone git@github.com:numcommand/num.git\n    $ cd num\n    $ bin/install.sh # for help =\u003e bin/install.sh --help\n\n\u003cbr\u003eTo troubleshoot please see the [Troubleshooting page](doc/troubleshooting.md).\n\n\nStart using Num:\n\n* \u003ca href=\"doc/tutorial.md\"\u003eTutorial: quick start, input, output, variables, options, \u0026hellip;\u003c/a\u003e\n* \u003ca href=\"doc/functions.md\"\u003eFunctions: sum, min, max, var, iqr, sort, round, normalize, \u0026hellip;\u003c/a\u003e\n* \u003ca href=\"doc/helpers.md\"\u003eHelpers: awk, cut, sed, seq, wc, head, tail, parallel, \u0026hellip;\u003c/a\u003e\n* \u003ca href=\"doc/articles.md\"\u003eArticles \u0026amp; Blogs: Unix, EDA, Datamash, qstats, MOOCs, \u0026hellip;\u003c/a\u003e\n* \u003ca href=\"doc/faq.md\"\u003eFAQ: how to help, feature roadmap, \u0026hellip;\u003c/a\u003e\n\nProject pages:\n\n* \u003ca href=\"doc/donate.md\"\u003eDonate: using PayPal, Patreon, Bitcoin, GitHub, etc.\u003c/a\u003e\n* \u003ca href=\"doc/thanks.md\"\u003eThanks: our coders, advisors, sponsors, donors, and helpers\u003c/a\u003e\n* \u003ca href=\"doc/comparisons.md\"\u003eComparisons: when to use Num vs. other tools, such as C, R, Python, etc.\u003c/a\u003e\n* \u003ca href=\"doc/benchmarks.md\"\u003eBenchmarks\u003c/a\u003e\n* \u003ca href=\"doc/todo.md\"\u003eTo do\u003c/a\u003e\n* \u003ca href=\"doc/known-issues.md\"\u003eKnown issues\u003c/a\u003e\n\nProgrammer pages:\n\n* \u003ca href=\"doc/programmer-guide.md\"\u003eProgrammer guide\u003c/a\u003e\n* \u003ca href=\"doc/programmer-library-of-awk-functions.md\"\u003eProgrammer library of awk functions\u003c/a\u003e\n* \u003ca href=\"doc/files.md\"\u003eFiles\u003c/a\u003e\n* \u003ca href=\"doc/build.md\"\u003eBuild\u003c/a\u003e\n* \u003ca href=\"doc/test.md\"\u003eTest\u003c/a\u003e\n* \u003ca href=\"doc/porting.md\"\u003ePorting to more languages\u003c/a\u003e\n\nStatistics help:\n\n* \u003ca href=\"http://debrouwere.org/2017/02/01/unlearning-descriptive-statistics/\"\u003eUnlearning descriptive statistics\u003c/a\u003e\n\nBy \u003ca href=\"http://www.joelparkerhenderson.com\"\u003eJoel Parker Henderson\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumcommand%2Fnum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnumcommand%2Fnum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumcommand%2Fnum/lists"}