{"id":23544507,"url":"https://github.com/d3f0/ipython_gcc","last_synced_at":"2026-06-18T20:31:52.087Z","repository":{"id":139068462,"uuid":"70539624","full_name":"D3f0/ipython_gcc","owner":"D3f0","description":"%%gcc magic: A very early stage plugin to ease usage of IPython/Jupyter for C programming courses mainly focused on pthrads, openmp and MPI.","archived":false,"fork":false,"pushed_at":"2016-10-12T03:51:11.000Z","size":12,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-15T08:45:13.625Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/D3f0.png","metadata":{"files":{"readme":"README.rst","changelog":"NEWS.txt","contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null}},"created_at":"2016-10-11T00:17:13.000Z","updated_at":"2016-10-12T02:25:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"02ac864a-4a17-4848-8da0-e32744a36b2d","html_url":"https://github.com/D3f0/ipython_gcc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/D3f0/ipython_gcc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3f0%2Fipython_gcc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3f0%2Fipython_gcc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3f0%2Fipython_gcc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3f0%2Fipython_gcc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/D3f0","download_url":"https://codeload.github.com/D3f0/ipython_gcc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3f0%2Fipython_gcc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34507155,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-12-26T07:15:24.740Z","updated_at":"2026-06-18T20:31:52.080Z","avatar_url":"https://github.com/D3f0.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Ipython GCC integration\n=======================\n\nThis IPython extensions provides an easy interface to work with C code.\n\nInstallation\n------------\n\nIf you are in a terminal, just call::\n\n    pip install -e \"git+https://github.com/D3f0/ipython_gcc.git\"\n\n\nIf already inside IPython/Jupyter:\n\n    !pip install -e \"git+https://github.com/D3f0/ipython_gcc.git\"\n\n\n\nExample usage\n-------------\n\nDefine a gcc cell\n~~~~~~~~~~~~~~~~~\n\n.. code:: python\n\n\n    # Example cell\n    %%gcc main.c\n\n    #include \u003cstdio.h\u003e\n    #include \u003cstdlib.h\u003e\n\n    int main(int argc, char **argv) {\n        printf(\"Hello world\\n\");\n        return 0\n    }\n\nTODO\n====\n\nView current issues_\n\n.. _issues: https://github.com/D3f0/ipython_gcc/issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd3f0%2Fipython_gcc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd3f0%2Fipython_gcc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd3f0%2Fipython_gcc/lists"}