{"id":17358158,"url":"https://github.com/dadadel/codelauncher","last_synced_at":"2025-09-06T08:40:04.328Z","repository":{"id":17186919,"uuid":"19954420","full_name":"dadadel/codelauncher","owner":"dadadel","description":"A web server to launch C, C++ and Python code on a web browser","archived":false,"fork":false,"pushed_at":"2015-07-26T22:05:32.000Z","size":439,"stargazers_count":38,"open_issues_count":0,"forks_count":18,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-28T12:21:18.662Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/dadadel.png","metadata":{"files":{"readme":"README.rst","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":"2014-05-19T19:18:11.000Z","updated_at":"2024-03-22T17:50:53.000Z","dependencies_parsed_at":"2022-09-11T03:10:35.006Z","dependency_job_id":null,"html_url":"https://github.com/dadadel/codelauncher","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/dadadel%2Fcodelauncher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dadadel%2Fcodelauncher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dadadel%2Fcodelauncher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dadadel%2Fcodelauncher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dadadel","download_url":"https://codeload.github.com/dadadel/codelauncher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248983703,"owners_count":21193627,"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-10-15T19:04:37.759Z","updated_at":"2025-04-15T00:30:04.523Z","avatar_url":"https://github.com/dadadel.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"codelauncher\n============\n\nA Flask Python server to launch C/C++ code and Python code online.\n\nThis is a simple, light Flask server that allows you to quickly run C code or Python code.\nIt uses only HTML5 and CSS3. No Javascript is needed but if activated the `Ace editor \u003chttp://ace.c9.io\u003e`_ is available.\n\nThe only dependency is Flask.\n\nBelow you have screenshots_.\n\nThis software is made for you if you are looking for:\n\n- something simple to write basic code\n- something unified to run C and Python basic programs from source code (switching using one clic)\n- not creating a file, compiling, using a terminal neither using an interpreter\n- having a quick result using one clic on a button\n- no advertising and open source tool\n- using a web browser\n- working in localhost\n- not needing javascript (unless needing a more efficient code editor)\n- customizable\n- not security constraints\n\n**WARNING: Be careful, this is intended to run in local as there is no sandbox, no security management.**\n\nHow to use\n----------\n\nThe easy way is to clone it and use it via a virtualenv:\n\n.. code-block:: sh\n\n    $ git clone https://github.com/dadadel/codelauncher.git  # or git@github.com:dadadel/codelauncher.git\n    $ cd codelauncher\n\n    $ virtualenv env\n    $ . env/bin/activate\n    $ pip install Flask\n\nRun the server:\n\n.. code-block:: sh\n\n    $ python webdev.py\n\nThen visite with your web browser the URL: `http://127.0.0.1:5000`.\n\nScreenshot\n----------\n\n.. _screenshots:\n\n- Ace editor is used when Javascript is activated:\n\n.. image:: screenshot-codelauncher-ace.png\n   :alt: Screenshot\n\n- When no Javascript activated, basic text box:\n\n.. image:: screenshot-codelauncher.png\n   :alt: Screenshot\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdadadel%2Fcodelauncher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdadadel%2Fcodelauncher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdadadel%2Fcodelauncher/lists"}