{"id":17245424,"url":"https://github.com/bobbicodes/wml","last_synced_at":"2026-02-27T01:04:55.515Z","repository":{"id":101319905,"uuid":"180471370","full_name":"bobbicodes/wml","owner":"bobbicodes","description":"Process text files and CSVs with Clojure","archived":false,"fork":false,"pushed_at":"2019-04-17T06:09:17.000Z","size":672,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-26T04:44:39.587Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bobbicodes.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2019-04-10T00:40:49.000Z","updated_at":"2019-05-05T23:55:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"2719e035-dc82-4e0f-8b1b-44ce95e0afc7","html_url":"https://github.com/bobbicodes/wml","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bobbicodes/wml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbicodes%2Fwml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbicodes%2Fwml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbicodes%2Fwml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbicodes%2Fwml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bobbicodes","download_url":"https://codeload.github.com/bobbicodes/wml/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbicodes%2Fwml/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29879924,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T23:51:21.483Z","status":"ssl_error","status_checked_at":"2026-02-26T23:50:46.793Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-15T06:29:32.317Z","updated_at":"2026-02-27T01:04:55.495Z","avatar_url":"https://github.com/bobbicodes.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The prices are wrong!\n\n  Oh no! A team of accountants at Walmart have discovered that customers are\n  occasionally being charged too much or too little for various products.  They've\n  written you an angry email about it, and now you're tasked with coming up with\n  a data report about the situation.\n\n  They've sent you a directory containing the receipts in which they suspect\n  prices are wrong and a CSV file containing the product codes and the correct\n  price each one should have.\n\n  A receipt is just a plaintext file with rows formatted like:\n  * A product name\n  * A product code\n  * A price\n  * A random flag character (this exists for no other reason than to confuse you)\n\n  There's also a store number listed up top.\n\n  Sometimes, items might be voided.  This means that the previous line is null and\n  void, and the customer didn't pay for it, so it won't reflect in the total.  Your\n  program should ignore these voided products.\n\n## So, about that report...\n\n  Anyway, the angry accountants would like your program to output a\n  CSV which tallies losses or gains from all stores, listed individually:\n\n  | store | plusminus |\n  |-------|-----------|\n  |     1 |   -123.40 |\n  |     3 |   +200.10 |\n\n  That way, they can track down the people responsible!\n\n  In addition, your CSV should be sorted by the plusminus column from low to\n  high.  The accountants care more about the business losing money, I guess! \n\n  The accountants might email you again with more stuff, so it'd be smart for your\n  program to take a parameter, say, `directory`, and output the CSV file?  Then you\n  can run it again and again when they give you more receipts to analyze!  I don't\n  know, you're the expert.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobbicodes%2Fwml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbobbicodes%2Fwml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobbicodes%2Fwml/lists"}