{"id":25012649,"url":"https://github.com/oxtna/css-engine","last_synced_at":"2026-05-16T00:37:27.306Z","repository":{"id":170377049,"uuid":"646517067","full_name":"oxtna/css-engine","owner":"oxtna","description":"Parsing a subset of CSS and querying data","archived":false,"fork":false,"pushed_at":"2023-05-28T16:46:00.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-25T05:03:27.790Z","etag":null,"topics":["cpp","css","parser","showcase"],"latest_commit_sha":null,"homepage":"","language":"C++","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/oxtna.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-05-28T16:45:25.000Z","updated_at":"2025-02-02T18:23:09.000Z","dependencies_parsed_at":"2023-09-20T05:47:55.460Z","dependency_job_id":null,"html_url":"https://github.com/oxtna/css-engine","commit_stats":null,"previous_names":["oxtna/css-engine"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oxtna/css-engine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxtna%2Fcss-engine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxtna%2Fcss-engine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxtna%2Fcss-engine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxtna%2Fcss-engine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oxtna","download_url":"https://codeload.github.com/oxtna/css-engine/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxtna%2Fcss-engine/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261807929,"owners_count":23212683,"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":["cpp","css","parser","showcase"],"created_at":"2025-02-05T06:17:26.666Z","updated_at":"2025-10-29T13:35:00.730Z","avatar_url":"https://github.com/oxtna.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CSS_Engine\n\nThis is a CSS engine made as a univesity assingment. It handles syntacticly correct CSS but not malicious input.\nIt also recognizes special commands:\n\n* `????` - beginning of command section\n* `****` - end of command section\n* `?` - print the number of CSS sections\n* `i,S,?` - print the number of selectors in `i`-th section if it exists\n* `i,A,?` - print the number of attributes in `i`-th section if it exists\n* `i,S,j` - print `j`-th selector in `i`-th section if it exists\n* `i,A,n` - print the value of attribute `n` in `i`-th section if it exists\n* `n,A,?` - print the number of occurences of attribute `n` in all sections\n* `z,S,?` - print the number of occurences of selector `z` in all sections\n* `z,E,n` - print the value of attribute `n` for selector `z` if it exists\n* `i,D,*` - delete `i`-th section and print `deleted` on success\n* `i,D,n` - delete attribute `n` from `i`-th section and remove any empty sections, and print `deleted` on success\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foxtna%2Fcss-engine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foxtna%2Fcss-engine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foxtna%2Fcss-engine/lists"}