{"id":22326512,"url":"https://github.com/thecodesmith/dreddme","last_synced_at":"2026-01-05T18:05:27.055Z","repository":{"id":20731683,"uuid":"24015891","full_name":"thecodesmith/dreddme","owner":"thecodesmith","description":"Command line utility for source code submission to Dredd","archived":false,"fork":false,"pushed_at":"2015-10-27T22:07:19.000Z","size":176,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T07:32:47.540Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Tcl","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/thecodesmith.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}},"created_at":"2014-09-14T07:15:31.000Z","updated_at":"2015-10-27T21:59:41.000Z","dependencies_parsed_at":"2022-09-07T15:12:35.114Z","dependency_job_id":null,"html_url":"https://github.com/thecodesmith/dreddme","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/thecodesmith%2Fdreddme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodesmith%2Fdreddme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodesmith%2Fdreddme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodesmith%2Fdreddme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thecodesmith","download_url":"https://codeload.github.com/thecodesmith/dreddme/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245598317,"owners_count":20641884,"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-12-04T02:17:58.604Z","updated_at":"2026-01-05T18:05:26.986Z","avatar_url":"https://github.com/thecodesmith.png","language":"Tcl","funding_links":[],"categories":[],"sub_categories":[],"readme":"DreddMe\n=======\n\n_University of Wisconsin - Eau Claire_\n\n_CS 491: Programming Challenges_\n\n_Author: Brian Stewart_\n\nDreddMe is a command line utility to submit source code files to\n[Dredd](http://dpl.cs.uwec.edu/operations/dredd/), the automated judge for\n**CS 491: Programming Challenges**. Using the simple command\n`dreddme \u003cfilename\u003e` from the console, a source code file can be submitted to\nDredd for judging. When the verdict is returned, it is printed to the console.\nSee below for details.\n\nInstallation\n------------\n\nTo use this utility, clone the repo and add the directory to your `$PATH`\nvariable.\n\nClone the repository:\n\n    git clone https://github.com/thecodesmith/dreddme ~/tools/dreddme\n\nEdit your `~/.bash_profile` and add the following line:\n\n    export PATH=~/tools/dreddme:$PATH\n\nSave changes and exit. Load the new settings:\n\n    source ~/.bash_profile\n\nConfigure your Dredd settings by adding your **username** and\n**authorization token** to `~/tools/dreddme/config.tcl`.\n\nUsage\n-----\n\nIf the `dreddme/` directory was added to your `PATH`, DreddMe can be called\nlike this:\n\n    dreddme \u003csource code file\u003e\n\nExample of submitting a file to Dredd:\n\n    dreddme test_00_hello.py\n\nOutput:\n\n    Posting:\n    File:  test_00_hello.py\n    User:  stewarbc\n    Token: 9863b147d355b32786aabc84e3e0914\n    Lang:  Python\n    URL:   http://dpl.cs.uwec.edu/operations/dredd/problem/test_00_hello\n\n    Verdict: Success\n\nImportant Notes\n---------------\n\n**File Names:** The source code file must be named the same as the problem it\nis solving. For example, for problem \"test_00_hello\", the source file must be\nnamed \"test_00_hello.py\" or \"test_00_hello.java\", depending on the language you\nare using.\n\n**Language:** The language you are using to solve the problem is deduced based\non the file extension.\n\nIssues\n------\n\nIf you run into any issues using `dreddme`, please let me know! Post an issue\nhere on GitHub and I'll be happy to look into it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodesmith%2Fdreddme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthecodesmith%2Fdreddme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodesmith%2Fdreddme/lists"}