{"id":24122227,"url":"https://github.com/tlinden/dicethrow","last_synced_at":"2025-02-28T19:24:36.698Z","repository":{"id":144613009,"uuid":"42390630","full_name":"TLINDEN/dicethrow","owner":"TLINDEN","description":"Generate random numbers seeded by dice throws","archived":false,"fork":false,"pushed_at":"2015-09-13T10:24:09.000Z","size":168,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-11T11:41:58.018Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/TLINDEN.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}},"created_at":"2015-09-13T09:38:54.000Z","updated_at":"2015-09-13T10:24:09.000Z","dependencies_parsed_at":"2023-03-22T03:48:28.931Z","dependency_job_id":null,"html_url":"https://github.com/TLINDEN/dicethrow","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/TLINDEN%2Fdicethrow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TLINDEN%2Fdicethrow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TLINDEN%2Fdicethrow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TLINDEN%2Fdicethrow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TLINDEN","download_url":"https://codeload.github.com/TLINDEN/dicethrow/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241210955,"owners_count":19927817,"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":"2025-01-11T11:39:21.804Z","updated_at":"2025-02-28T19:24:36.675Z","avatar_url":"https://github.com/TLINDEN.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"## dicethrow - Generate random numbers seeded with dice throws\n\nThis is the README file for dicethrow.\n\n## Documentation\n\nYou can read the documentation without installing the\nsoftware:\n\n    perldoc dicethrow.pod\n\nIf it is already installed, you can read the manual page:\n\n    man dicethrow\n\n## Installation\n\nThis software doesn't have any external dependencies, but\nyou need either BSD make or GNU make installed to build it.\n\nFirst you need to check out the source code. Skip this, if\nyou have already done so:\n\n    git clone git@github.com:TLINDEN/dicethrow.git\n\nNext, change into the newly created directory 'dicethrow' and\ncompile the source code:\n\n    cd dicethrow\n    make\n\nTo install, type this command:\n\n    sudo make install\n\nThis will install the binary to `$PREFIX/sbin/dicethrow` and\nthe manual page to `$PREFIX/man/man1/dicethrow.1`. You can\nmodify `$PREFIX` during installation time like this:\n\n   make install PREFIX=/opt\n\nIf you want to install it somewhere without root privileges,\ntry this:\n\n   make install PREFIX=$HOME/usr UID=bob GID=users\n\n## Usage\n\n    Usage: dice [-tcfvhd]\n    Options: \n    -t --humantoss            Asks interactively for rolled dices\n    -c --count \u003ccount\u003e        Number of numbers (default: 4)\n    -f --randfile \u003crandfile\u003e  Random source to use (default:\n                              /dev/urandom)\n    -l --minlen \u003ccount\u003e       Minimum number (default: 1)\n    -m --maxlen \u003ccount\u003e       Maximum number (default: 256)\n    -d --debug                Enable debug output\n    -v --version              Print program version\n    -h -? --help              Print this help screen\n\nIf you want to generate truly random numbers, use\nthe option -t. In that case you have to roll physical dices and\nenter the results (dicethrow will ask you for them).\n\n## Getting help\n\nAlthough I'm happy to hear from dicethrow users in private email,\nthat's the best way for me to forget to do something.\n\nIn order to report a bug, unexpected behavior, feature requests\nor to submit a patch, please open an issue on github:\nhttps://github.com/TLINDEN/diceware/issues.\n\n## License\n\nThis software is licensed under the GNU GENERAL PUBLIC LICENSE version 3.\n\n## Author\n\nT.v.Dein \u003ctom AT vondein DOT org\u003e\n\n## Project homepage\n\nhttps://github.com/TLINDEN/diceware\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftlinden%2Fdicethrow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftlinden%2Fdicethrow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftlinden%2Fdicethrow/lists"}