{"id":23072487,"url":"https://github.com/doches/crud","last_synced_at":"2025-04-03T10:43:46.433Z","repository":{"id":875958,"uuid":"618237","full_name":"doches/crud","owner":"doches","description":"Crud generates UML-like class diagrams for my own idiosyncratic version of OOP-style C","archived":false,"fork":false,"pushed_at":"2010-05-07T14:25:58.000Z","size":104,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-09T00:17:47.459Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://texasexpat.net/","language":"Ruby","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/doches.png","metadata":{"files":{"readme":"README.mdown","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}},"created_at":"2010-04-19T18:03:26.000Z","updated_at":"2013-10-01T05:39:20.000Z","dependencies_parsed_at":"2022-07-13T23:40:42.470Z","dependency_job_id":null,"html_url":"https://github.com/doches/crud","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/doches%2Fcrud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doches%2Fcrud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doches%2Fcrud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doches%2Fcrud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doches","download_url":"https://codeload.github.com/doches/crud/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246989505,"owners_count":20865305,"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-12-16T07:19:57.122Z","updated_at":"2025-04-03T10:43:46.406Z","avatar_url":"https://github.com/doches.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"CRUD\n----\n\nIn a sneaky, underhanded attempt to get a speed boost for my recent projects I've gone back\nto writing code in straight C. I really enjoy this (no! really!), mainly because it provides a \ncompromise between writing in a heavy-handed OOP language (like Ruby or Python, which have been\nmy main workaday languages lately) and getting my hands dirty with low-level tricks (sometimes\nyou just feel a hankering for some good old-fashioned pointer arithmetic...)\n\n\"But wait,\" you cry, \"C is purely procedural! How is that a compromise to OOP design principles?\"\n\nThe answer, of course, lies in structs -- since I'm the only person working on this codebase (yay!)\nI'm at full liberty to define whatever conventions I like, and I've settled on a convention for \ndefining objects in which properties go into a struct (`typedef struct t_ClassName`) and methods\nfollow a rigid prefix scheme (`void ClassName_methodName()`). It works, at least for me.\n\nBut I do miss nice, autogenerated documentation. I don't want DOxygen -- that's way more than I\nneed or want -- but something more like rdoc. Man, I miss rdoc. Good old Deviatefish rdoc. Sigh.\n\nAnd so, **crud**: a hack system for generating hyperlinked, stylable HTML documentation for my\nidiosyncratic OOP-C header files. You may find it useful, but I doubt it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoches%2Fcrud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoches%2Fcrud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoches%2Fcrud/lists"}