{"id":27170377,"url":"https://github.com/apsknight/pipeliner","last_synced_at":"2026-05-16T17:36:30.467Z","repository":{"id":75515125,"uuid":"157108081","full_name":"apsknight/pipeliner","owner":"apsknight","description":"A Program to detect and resolve data-dependency in an assembly program.","archived":false,"fork":false,"pushed_at":"2018-11-11T19:55:57.000Z","size":76,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-07T07:02:37.763Z","etag":null,"topics":["assembly-language","dependency-parser","pipeline-processor"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apsknight.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,"zenodo":null}},"created_at":"2018-11-11T18:25:09.000Z","updated_at":"2023-11-20T03:18:51.000Z","dependencies_parsed_at":"2023-06-06T17:15:41.026Z","dependency_job_id":null,"html_url":"https://github.com/apsknight/pipeliner","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/apsknight/pipeliner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apsknight%2Fpipeliner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apsknight%2Fpipeliner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apsknight%2Fpipeliner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apsknight%2Fpipeliner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apsknight","download_url":"https://codeload.github.com/apsknight/pipeliner/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apsknight%2Fpipeliner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013279,"owners_count":26085250,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"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":["assembly-language","dependency-parser","pipeline-processor"],"created_at":"2025-04-09T07:56:03.993Z","updated_at":"2025-10-12T22:40:41.205Z","avatar_url":"https://github.com/apsknight.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pipeliner\n\n\u003e*[COA (CS3L002) Assignment](problem_statement.pdf) : A Program to detect and resolve data-dependency in an assembly program by explicitly inserting `NOP` instructions.* \n\n[![Build Status](https://travis-ci.org/apsknight/pipeliner.svg?branch=master)](https://travis-ci.org/apsknight/pipeliner)\n\n[![asciicast](https://asciinema.org/a/xg6MERA5Kkn2VNHUbq23UTI07.png)](https://asciinema.org/a/xg6MERA5Kkn2VNHUbq23UTI07)\n\n## Getting Started\n\nFollowing instructions will get you a copy of the project up and running on your local machine for development and testing purposes.\n\n### Prerequisites\n\nThe Program requires `g++` compiler with support for `C++11` for compilation.\n\n### Installing\n\nClone Repository on your machine and `cd` into it\n\n```\ngit clone https://github.com/apsknight/pipeliner.git \u0026\u0026 cd pipeliner\n```\n\nBuild executable from [Makefile](./Makefile).\n\n```\nmake\n```\n\nThe `make` instruction with create an executable file with name `pipeliner` in the current directory.\n\n##  Usage\nThe executable program takes an input file as an command line arument. This input file contains the Assembly Program which need to be checked. An example Assembly Program: [program.asm](program.asm)\n\n### Detect dependency and memory delays\n\n```\n./pipeliner program.asm\n```\n\n### Detect dependency and memory delays\nRunning above command with `-r` or `--resolve` flag will resolve depedency from program `program.asm` and create a file `output.txt` with new program.\n```\n./pipeliner -r program.asm\n```\n\n## Author\n[Aman Pratap Singh](https://github.com/apsknight)\n\n## License\n[GNU GPV v3.0](LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapsknight%2Fpipeliner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapsknight%2Fpipeliner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapsknight%2Fpipeliner/lists"}