{"id":20930233,"url":"https://github.com/dpbm/afd","last_synced_at":"2026-05-12T16:37:48.669Z","repository":{"id":195856953,"uuid":"693779537","full_name":"Dpbm/AFD","owner":"Dpbm","description":"A software to generate and test deterministic finite automaton","archived":false,"fork":false,"pushed_at":"2023-09-23T13:25:27.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-31T02:24:13.153Z","etag":null,"topics":["automaton","automatos","c","exercise","faculdade","homework","university"],"latest_commit_sha":null,"homepage":"https://dpbm.github.io/AFD/","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/Dpbm.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}},"created_at":"2023-09-19T17:39:15.000Z","updated_at":"2024-01-25T17:30:39.000Z","dependencies_parsed_at":"2024-11-18T21:39:37.151Z","dependency_job_id":"91d9bb71-1736-4d5f-a9f8-041987d9bf02","html_url":"https://github.com/Dpbm/AFD","commit_stats":null,"previous_names":["dpbm/afd"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/Dpbm/AFD","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dpbm%2FAFD","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dpbm%2FAFD/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dpbm%2FAFD/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dpbm%2FAFD/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dpbm","download_url":"https://codeload.github.com/Dpbm/AFD/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dpbm%2FAFD/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32948163,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T09:19:52.626Z","status":"ssl_error","status_checked_at":"2026-05-12T09:17:33.438Z","response_time":102,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["automaton","automatos","c","exercise","faculdade","homework","university"],"created_at":"2024-11-18T21:30:40.623Z","updated_at":"2026-05-12T16:37:48.646Z","avatar_url":"https://github.com/Dpbm.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AFD exercise\n## A software written in C to generate and test `Deterministic finite automaton`. \n\nThis project is a homework for the `formal languages and automatons` subject, the idea here is to transcribe the general idea of \nautomatons into software.\nThere weren't any constraints for it, just use a lanaguage and implement a software that gets an automaton as input, and test sequences of\nsymbols, saying if does it'is accepted or not.\n\nFor this project, we used the c programming language. For the automatons we used some `strcuts` and `pointers` to map them. we've chosen \nthat approach because it's easier to test the sequences later.\n\n## Running\n\nTo execute this project, first compile all the `c` source files. For that you'll need \na compiler, like `GCC` or `CLANG`. Here's an example:\n\n```bash\n\ngcc automaton.c afd.c utils.c\n\n# or\n\ngcc *.c\n```\n\nThen run the output binary, like:\n\n```bash\n./a.out\n\n#or \n\n./a.exe\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpbm%2Fafd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdpbm%2Fafd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpbm%2Fafd/lists"}