{"id":21244302,"url":"https://github.com/danielorourke02/number-cruncher","last_synced_at":"2025-03-15T04:24:47.040Z","repository":{"id":198718490,"uuid":"695276613","full_name":"DanielOrourke02/number-cruncher","owner":"DanielOrourke02","description":"A C++ script that sorts numbers via: merge, selection, insertion. bubble and also calculates the: Mean, Mode, Median, Range","archived":false,"fork":false,"pushed_at":"2024-07-08T15:01:37.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T20:11:38.181Z","etag":null,"topics":["bubble","bubble-sort","bubblesort","cpp","insertion","insertion-sort","insertionsort","linux","merge","merge-sort","mergesort","number-sorter","windows"],"latest_commit_sha":null,"homepage":"","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/DanielOrourke02.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-09-22T18:43:22.000Z","updated_at":"2024-07-08T15:01:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"41bc55e9-4f96-4692-897a-f1e1cc2e5728","html_url":"https://github.com/DanielOrourke02/number-cruncher","commit_stats":null,"previous_names":["danieljones02/number-cruncher","danielorourke02/number-cruncher"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielOrourke02%2Fnumber-cruncher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielOrourke02%2Fnumber-cruncher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielOrourke02%2Fnumber-cruncher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielOrourke02%2Fnumber-cruncher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DanielOrourke02","download_url":"https://codeload.github.com/DanielOrourke02/number-cruncher/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243683434,"owners_count":20330624,"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":["bubble","bubble-sort","bubblesort","cpp","insertion","insertion-sort","insertionsort","linux","merge","merge-sort","mergesort","number-sorter","windows"],"created_at":"2024-11-21T01:21:47.510Z","updated_at":"2025-03-15T04:24:47.018Z","avatar_url":"https://github.com/DanielOrourke02.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eHi 👋, I'm Daniel O'Rourke\u003c/h1\u003e\n\u003ch3 align=\"center\"\u003eI'm a passionate Python and C++ developer\u003c/h3\u003e\n\u003ch3 align=\"center\"\u003eWelcome To my github project!👋\u003c/h3\u003e\n\n- 👨‍💻 All of my projects are available at [My github](https://github.com/DanielOrourke02)\n\n# Get more info about me and my projects \n\n[HERE](https://github.com/DanielOrourke02/Active-Projects)\n\n# Supported Systems\n\n| System | Supported |\n| ------ | :-------: |\n| Windows | ✅       |\n| Linux   | ✅       |\n| Mac     | Untested |\n\n# Features\n\n- Merge sort \n- Insertion sort\n- Bubble sort\n\n# Installation\n\n1. Download latest release and run the precompiled exe\n\nOR\n\n1. `git clone https://github.com/DanielOrourke02/number-cruncher`\n\n2. `cd number-cruncher`\n\n3. `g++ main.cpp -o main` OR run `compile.bat`\n\n# Tutorials\n\nPut your numbers to be sorted in numbers.txt. Once the program is finished it will save the sorted numbers into a new file called sorted.txt\n\n# Formatting\n\n### Example 1: Space-Separated\n\n23 12 5 87 34 76 99 1\n\n### Example 2: New Line-Separated\n\n23\n\n12\n\n5\n\n87...\n\n### Example 3: Comma-Separated\n\n23,12,5,87,34,76,99,1\n\n\n\u003ch3 align=\"left\"\u003eConnect with me:\u003c/h3\u003e\n\u003cp align=\"left\"\u003e\n\u003c/p\u003e\n\u003ch3 align=\"left\"\u003eHire Me: https://discord.gg/kNWkT8xWg6 Or DM ME: mal023\u003c/h3\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/DanielOrourke02/Active-Projects/blob/main/images/Visual_Studio_Icon_2019.svg.png\" width=\"48\" height=\"48\" alt=\"Visual Studio\" /\u003e\n  \u003cimg src=\"https://github.com/DanielOrourke02/Active-Projects/blob/main/images/python.png\" alt=\"Python\" /\u003e\n  \u003cimg src=\"https://github.com/DanielOrourke02/Active-Projects/blob/main/images/html.png\" alt=\"HTML\" /\u003e\n  \u003cimg src=\"https://github.com/DanielOrourke02/Active-Projects/blob/main/images/css.png\" alt=\"CSS\" /\u003e\n  \u003cimg src=\"https://github.com/DanielOrourke02/Active-Projects/blob/main/images/C%2B%2B.png\" alt=\"C++\" /\u003e\n  \u003cimg src=\"https://github.com/DanielOrourke02/Active-Projects/blob/main/images/linux.png\" alt=\"Linux\" /\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielorourke02%2Fnumber-cruncher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielorourke02%2Fnumber-cruncher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielorourke02%2Fnumber-cruncher/lists"}