{"id":15689793,"url":"https://github.com/alploskov/rubik","last_synced_at":"2026-04-28T08:35:05.069Z","repository":{"id":172748265,"uuid":"649460008","full_name":"alploskov/rubik","owner":"alploskov","description":"ruby in c-preprocessor","archived":false,"fork":false,"pushed_at":"2023-06-05T13:47:44.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T12:12:37.249Z","etag":null,"topics":["c","ruby"],"latest_commit_sha":null,"homepage":"","language":"C","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/alploskov.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-04T22:46:30.000Z","updated_at":"2023-06-05T13:50:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"dc006be9-2a21-4584-9e02-84d01c0bded5","html_url":"https://github.com/alploskov/rubik","commit_stats":{"total_commits":2,"total_committers":2,"mean_commits":1.0,"dds":0.5,"last_synced_commit":"859bb8b81130a772da967c8a7c4b62fab35bbb38"},"previous_names":["alploskov/rubik"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alploskov/rubik","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alploskov%2Frubik","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alploskov%2Frubik/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alploskov%2Frubik/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alploskov%2Frubik/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alploskov","download_url":"https://codeload.github.com/alploskov/rubik/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alploskov%2Frubik/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32373510,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"online","status_checked_at":"2026-04-28T02:00:07.250Z","response_time":56,"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":["c","ruby"],"created_at":"2024-10-03T18:04:33.397Z","updated_at":"2026-04-28T08:35:05.022Z","avatar_url":"https://github.com/alploskov.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/alploskov/rubik/blob/master/LICENSE.txt)\n\n**rubik** is just for fun project for write C/C++ programs in ruby-like language\n\n\nQuick start\n-----------\n\nCopy `rubik.h` to your project.\n\n\n```ruby\n// main.crb\n#include \u003cstdio.h\u003e\n#include \"rubik.h\"\n\nmain\n    i32 i = 0;\n    for i in range(10) do\n        if i % 2 == 0 then\n\t    continue\n\telsif i % 9 == 0 then\n\t    break\n\tend\n        printf(\"%d\\n\", i);\n    end\n    return 0;\nend\n```\n\n\n```\n$ gcc -xc main.crb -o main\n$ ./main\n1\n3\n5\n7\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falploskov%2Frubik","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falploskov%2Frubik","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falploskov%2Frubik/lists"}