{"id":21203755,"url":"https://github.com/bl33h/digitscombination","last_synced_at":"2025-03-14T22:44:31.394Z","repository":{"id":69081011,"uuid":"594570167","full_name":"bl33h/digitsCombination","owner":"bl33h","description":"A program for generating and analyzing four-digit combinations. Provides sequence counts and verification using itertools and collections libraries.","archived":false,"fork":false,"pushed_at":"2023-06-17T06:03:35.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T15:15:31.363Z","etag":null,"topics":["collections","combinations","digits","itertools","itertools-library","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bl33h.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-01-29T00:13:59.000Z","updated_at":"2023-06-17T06:15:31.000Z","dependencies_parsed_at":"2024-11-20T20:39:31.946Z","dependency_job_id":null,"html_url":"https://github.com/bl33h/digitsCombination","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/bl33h%2FdigitsCombination","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bl33h%2FdigitsCombination/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bl33h%2FdigitsCombination/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bl33h%2FdigitsCombination/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bl33h","download_url":"https://codeload.github.com/bl33h/digitsCombination/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243658177,"owners_count":20326464,"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":["collections","combinations","digits","itertools","itertools-library","python"],"created_at":"2024-11-20T20:26:34.450Z","updated_at":"2025-03-14T22:44:30.816Z","avatar_url":"https://github.com/bl33h.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# digitsCombination\nA program that allows you to generate and analyze various combinations of four digits. It provides useful information about the count of different types of sequences and performs a verification check. The script utilizes libraries such as `itertools` and `collections` for efficient computation.\n\n\u003cp align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003cimg src=\"https://media.tenor.com/mNNxUPJ_enkAAAAC/digits-yay.gif\" alt=\"pic\" width=\"500\"\u003e\n  \u003cbr\u003e\n\u003c/p\u003e\n\u003cp align=\"center\" \u003e\n  \u003ca href=\"#Files\"\u003eFiles\u003c/a\u003e •\n  \u003ca href=\"#Features\"\u003eFeatures\u003c/a\u003e •\n  \u003ca href=\"#how-to-use\"\u003eHow To Use\u003c/a\u003e \n\u003c/p\u003e\n\n## Files\n\n- src: the file that implements de solution.\n\n## Features\nThe main features of the application include:\n- Enumeration of all possible 4-digit sequences.\n- Identification of sequences with repeated elements.\n- Extraction of sequences with identical four elements.\n- Detection of sequences where two digits occur twice.\n- Identification of sequences with one element repeated twice and the other two elements unique.\n- Extraction of sequences where one element is repeated three times while the other element remains non-repeating.\n- Verification process to ensure consistency between section counts.\n\n## How To Use\nTo clone and run this application, you'll need [Git](https://git-scm.com) and [Python](https://www.python.org/downloads/) installed on your computer. From your command line:\n\n...\n```bash\n# Clone this repository\n$ git clone https://github.com/bl33h/digitsCombination\n\n# Install dependencies\n$ pip install itertools\n$ pip install collections\n\n# Open the folder\n$ cd src\n\n# Run the app\n$ python digitsCombination.py\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbl33h%2Fdigitscombination","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbl33h%2Fdigitscombination","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbl33h%2Fdigitscombination/lists"}