{"id":16409899,"url":"https://github.com/juliandavidmr/camaleon","last_synced_at":"2025-10-26T17:32:46.788Z","repository":{"id":57193261,"uuid":"84681247","full_name":"juliandavidmr/Camaleon","owner":"juliandavidmr","description":"Camaleon is a multiplatform installable module, available for Linux, Windows and Mac OS. Quickly obtain, view and test exercises developed in C++ and Java. camaleon uses the V8 engine Google, so you need to install NodeJS.","archived":false,"fork":false,"pushed_at":"2017-06-02T06:38:27.000Z","size":37,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T22:11:24.182Z","etag":null,"topics":["analyzer","compiler","java","programmer-tool","udebug","uhunt","uva-data","uva-solutions"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/camaleon","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/juliandavidmr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-11T21:33:10.000Z","updated_at":"2018-12-17T10:28:24.000Z","dependencies_parsed_at":"2022-09-01T06:01:48.742Z","dependency_job_id":null,"html_url":"https://github.com/juliandavidmr/Camaleon","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/juliandavidmr%2FCamaleon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliandavidmr%2FCamaleon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliandavidmr%2FCamaleon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliandavidmr%2FCamaleon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juliandavidmr","download_url":"https://codeload.github.com/juliandavidmr/Camaleon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238380596,"owners_count":19462401,"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":["analyzer","compiler","java","programmer-tool","udebug","uhunt","uva-data","uva-solutions"],"created_at":"2024-10-11T06:22:04.214Z","updated_at":"2025-10-26T17:32:41.281Z","avatar_url":"https://github.com/juliandavidmr.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Camaleon\n\n## [**Documentación en Español**](./docs/es.md)\n\n**Camaleon** is a multiplatform installable module, available for Linux, Windows and Mac OS. Quickly obtain, view and test exercises developed in C++ and Java. camaleon uses the V8 engine Google, so you need to install NodeJS.\nFor more information see [udebug](https://www.udebug.com) and [UVA](https://uva.onlinejudge.org)\n\n## Features\n\n- [x] Problem information\n- [x] List of shipments per user\n- [x] Test cases for any exercise\n- [x] Compilation of C ++ code\n- [x] Compilation of Java code\n- [ ] Compilation of code C\n- [ ] Performance Analysis\n- [ ] Analysis of test cases\n\n## Installation\n\n```bash\n$ [sudo] npm install -g camaleon\n...\n\n$ camaleon -h\n```\n\n## Information of an exercise\ncamaleon provides access basic information of an exercise. The data are provided by uhunt and camaleon.\n\n```bash\n# shortcut: camaleon d 100\n$ camaleon desc 100\n┌─────┬────────┬────────────────────┬───────┬────────┐\n│ pid │ number │ title              │ limit │ status │\n├─────┼────────┼────────────────────┼───────┼────────┤\n│ 36  │ 100    │ The 3n + 1 problem │ 3000  │ 1      │\n└─────┴────────┴────────────────────┴───────┴────────┘\n```\n\n## Submissions\nConsult list of shipments made by a particular user.\n\n```bash\n# 706667 is the user ID of uva.\n# shortcut: camaleon sb 706667\n$ camaleon submissions 706667\n┌──────────────┬─────────────────────────┐\n│ name         │ user name               │\n├──────────────┼─────────────────────────┤\n│ Julian David │ anlijudavid@hotmail.com │\n└──────────────┴─────────────────────────┘\n┌───────────┬─────────┬───────────┬──────┬───────┬──────────────────────────┐\n│ Reference │ problem │ result    │ time │ code  │ date                     │\n├───────────┼─────────┼───────────┼──────┼───────┼──────────────────────────┤\n│ 17787180  │ 2253    │ Accepted  │ 0    │ c++11 │ Thu Aug 04 2016 13:34:37 │\n├───────────┼─────────┼───────────┼──────┼───────┼──────────────────────────┤\n│ 18144493  │ 3666    │ Accepted  │ 170  │ java  │ Sat Oct 08 2016 11:18:18 │\n└───────────┴─────────┴───────────┴──────┴───────┴──────────────────────────┘\n...\n```\n\n## Test cases\nObtain all test cases available for a given exercise:\n\n```\n$ camaleon cs 100\n┌───┬────────┬────────┬───────┬───────────┬───────┐\n│ # │ Number │ DataID │ User  │ Date      │ Votes │\n├───┼────────┼────────┼───────┼───────────┼───────┤\n│ 5 │ 3      │ 821829 │ Ryuuk │ Fri Jan … │ 3     │\n└───┴────────┴────────┴───────┴───────────┴───────┘\nCase  5  by  Ryuuk :\n2 1596        ┐\n99 9999       │\n1 1999        │\n340 30100     │\n5 6           │= Estos son los casos\n7 10          │\n1 98746       │\n9999 9998     ┘\n                  \n...\n```\n\n\n## Compile code\n\n### Cpp\n```bash\n$ camaleon c hello.cpp         #=\u003e Shortcut\n$ camaleon compile hello.cpp\n```\n\n### Java\n```bash\n$ camaleon c hello.java        #=\u003e Shortcut\n$ camaleon compile hello.java\n```\n\n### Directory specific\n```bash\n$ camaleon c folder/hello.cpp\n$ camaleon c folder/hello.java\n```\n\n### Command help\n```bash\n$ camaleon help \u003ccomando\u003e\n\n# Example:\n$ camaleon help submissions\n```\n\n**Note:** If the file name contains spaces then use double quotes to specify the file name:\n```bash\n$ camaleon c \"folder/file name.cpp\"\n```\n\n-----\n\n\n## Contributing\n\nCamaleon is an open source project. See [CONTRIBUTING](./docs/CONTRIBUTING.md) for details.\n\n## LICENSE\n\nThis module is released under the [MIT License] license. @juliandavidmr","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliandavidmr%2Fcamaleon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuliandavidmr%2Fcamaleon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliandavidmr%2Fcamaleon/lists"}