{"id":18967126,"url":"https://github.com/alexandreelise/decimoli","last_synced_at":"2025-07-31T14:03:45.861Z","repository":{"id":278684877,"uuid":"425263847","full_name":"alexandreelise/decimoli","owner":"alexandreelise","description":"Recursive function to compute patterns of decimal places when denominator is a repetition of 1 or more '3' and that the numerator is not divisible by the denominator. The decimal places \"pattern\" has as much digits than the denominator and repeats itself many times. I can't prove it yet but hopefully someone has already found this fun math puzzle","archived":false,"fork":false,"pushed_at":"2025-02-23T00:24:26.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-26T00:08:38.837Z","etag":null,"topics":["decimal-places","experiment","math-programming","math-puzzle","pattern","recursive-algorithm"],"latest_commit_sha":null,"homepage":"https://apiadept.com","language":"PHP","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/alexandreelise.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,"zenodo":null}},"created_at":"2021-11-06T14:24:58.000Z","updated_at":"2025-02-23T00:24:29.000Z","dependencies_parsed_at":"2025-05-26T15:01:42.476Z","dependency_job_id":null,"html_url":"https://github.com/alexandreelise/decimoli","commit_stats":null,"previous_names":["alexandreelise/decimoli"],"tags_count":2,"template":true,"template_full_name":null,"purl":"pkg:github/alexandreelise/decimoli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexandreelise%2Fdecimoli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexandreelise%2Fdecimoli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexandreelise%2Fdecimoli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexandreelise%2Fdecimoli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexandreelise","download_url":"https://codeload.github.com/alexandreelise/decimoli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexandreelise%2Fdecimoli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268051757,"owners_count":24187753,"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-07-31T02:00:08.723Z","response_time":66,"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":["decimal-places","experiment","math-programming","math-puzzle","pattern","recursive-algorithm"],"created_at":"2024-11-08T14:39:38.738Z","updated_at":"2025-07-31T14:03:45.853Z","avatar_url":"https://github.com/alexandreelise.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Decimoli\n\n\u003eDecimal places patterns\n\n![visitor badge](https://visitor-badge.laobi.icu/badge?page_id=alexandreelise.decimoli\u0026style=flat\u0026format=true)\n![GitHub followers](https://img.shields.io/github/followers/alexandreelise?style=flat)\n![YouTube Channel Views](https://img.shields.io/youtube/channel/views/UCCya8rIL-PVHm8Mt4QPW-xw?style=flat\u0026label=YouTube%20%40Api%20Adept%20vues)\n\n\n\u003cpre\u003e\n\n    __  __     ____         _____                              __                      __              \n   / / / ___  / / ____     / ___/__  ______  ___  _____       / ____  ____  ____ ___  / ___  __________\n  / /_/ / _ \\/ / / __ \\    \\__ \\/ / / / __ \\/ _ \\/ ___/  __  / / __ \\/ __ \\/ __ `__ \\/ / _ \\/ ___/ ___/\n / __  /  __/ / / /_/ /   ___/ / /_/ / /_/ /  __/ /     / /_/ / /_/ / /_/ / / / / / / /  __/ /  (__  ) \n/_/ /_/\\___/_/_/\\____/   /____/\\__,_/ .___/\\___/_/      \\____/\\____/\\____/_/ /_/ /_/_/\\___/_/  /____/  \n                                   /_/                                                                 \n\n\n\u003c/pre\u003e\n\n\u003e ![GitHub Repo stars](https://img.shields.io/github/stars/alexandreelise/decimoli?style=flat) ![GitHub forks](https://img.shields.io/github/forks/alexandreelise/decimoli?style=flat) ![GitHub watchers](https://img.shields.io/github/watchers/alexandreelise/decimoli?style=flat)\n\n---------------------------------------------\n\n### Description:\nRecursive function to compute patterns of decimal places when denominator is a repetition of 1 or more '3' and that the numerator is not divisible by the denominator. The decimal places \"pattern\" has as much digits than the denominator and repeats itself many times. I can't prove it yet but hopefully someone has already found this fun math puzzle\n\n### Usage:\n\n```shell\n\nAPP_NUMERATOR=475 /usr/bin/php8.0 index.php\n\n```\nYou can choose the numerator you like. It must be a positive integer and\nit must not be divisible by 3\n\n--------------------------------------------\n\n### Result:\n\nHere the screenshot of the result:\n\n![Alex Lab Decimoli Experiment](alexlab-decimoli-math-puzzle-screenshot.png)\n\n\n--------------------------------------------\n## INFOS\n\n\u003e English: [Click here to get in touch](https://github.com/mralexandrelise/mralexandrelise/blob/master/community.md \"Get in touch\")\n\n\u003e Français: [Cliquez ici pour me contacter](https://github.com/mralexandrelise/mralexandrelise/blob/master/community.md \"Me contacter\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexandreelise%2Fdecimoli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexandreelise%2Fdecimoli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexandreelise%2Fdecimoli/lists"}