{"id":20010133,"url":"https://github.com/cxa/ob-c-stdin","last_synced_at":"2026-02-01T11:34:19.438Z","repository":{"id":204284734,"uuid":"711502483","full_name":"cxa/ob-C-stdin","owner":"cxa","description":"Support the standard input header argument `:stdin \u003celement-name\u003e` for Org Babel code blocks in C/C++/D","archived":false,"fork":false,"pushed_at":"2023-10-29T13:25:08.000Z","size":1,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-17T01:43:05.243Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Emacs Lisp","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/cxa.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,"governance":null}},"created_at":"2023-10-29T13:20:42.000Z","updated_at":"2024-11-05T01:14:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"85dc1e70-c3c6-4139-bf12-ec4cbdb2e494","html_url":"https://github.com/cxa/ob-C-stdin","commit_stats":null,"previous_names":["cxa/ob-c-stdin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cxa/ob-C-stdin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cxa%2Fob-C-stdin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cxa%2Fob-C-stdin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cxa%2Fob-C-stdin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cxa%2Fob-C-stdin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cxa","download_url":"https://codeload.github.com/cxa/ob-C-stdin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cxa%2Fob-C-stdin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28977318,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T11:31:13.034Z","status":"ssl_error","status_checked_at":"2026-02-01T11:30:25.558Z","response_time":56,"last_error":"SSL_read: 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-11-13T07:18:33.636Z","updated_at":"2026-02-01T11:34:19.424Z","avatar_url":"https://github.com/cxa.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ob-C-stdin\n\nSupport the standard input header argument `:stdin \u003celement-name\u003e` for Org Babel code blocks in C/C++/D, e.g.:\n\n```org\n#+name: who\nworld\n\n#+begin_src C :stdin who :results output\n#include \u003cstdio.h\u003e\n\nint main(int argc, char *argv[]) {\n  printf(\"hello, \");\n  char c;\n  while ((c=getchar()) != EOF) putchar(c);\n  return 0;\n}\n#+end_src\n\n#+RESULTS:\n: hello, world\n```\n\n## Install\n\nAdd `ob-C-stdin.el` to your `load-path`, or use a package manager like `use-package` w/ `quelpa`:\n\n```elisp\n(use-package ob-C-stdin\n    :quelpa (ob-C-stdin :fetcher github :repo \"cxa/ob-C-stdin\"))\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcxa%2Fob-c-stdin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcxa%2Fob-c-stdin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcxa%2Fob-c-stdin/lists"}