{"id":18947139,"url":"https://github.com/qedsoftware/reverse-byte-ordering","last_synced_at":"2025-08-23T09:09:03.008Z","repository":{"id":8554335,"uuid":"10178331","full_name":"qedsoftware/reverse-byte-ordering","owner":"qedsoftware","description":"Reverses the byte ordering in every consecutive block of n bytes, where n can be user-specified.","archived":false,"fork":false,"pushed_at":"2013-05-20T17:58:59.000Z","size":108,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-25T13:48:36.984Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/qedsoftware.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}},"created_at":"2013-05-20T17:50:54.000Z","updated_at":"2014-03-04T13:54:16.000Z","dependencies_parsed_at":"2022-09-17T15:42:48.475Z","dependency_job_id":null,"html_url":"https://github.com/qedsoftware/reverse-byte-ordering","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/qedsoftware/reverse-byte-ordering","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qedsoftware%2Freverse-byte-ordering","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qedsoftware%2Freverse-byte-ordering/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qedsoftware%2Freverse-byte-ordering/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qedsoftware%2Freverse-byte-ordering/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qedsoftware","download_url":"https://codeload.github.com/qedsoftware/reverse-byte-ordering/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qedsoftware%2Freverse-byte-ordering/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271746302,"owners_count":24813556,"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-08-23T02:00:09.327Z","response_time":69,"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":[],"created_at":"2024-11-08T13:09:03.673Z","updated_at":"2025-08-23T09:09:02.983Z","avatar_url":"https://github.com/qedsoftware.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"DESCRIPTION\n===============\nA simple and fast C program for reversing byte ordering, block-wise.\n\nINSTALLATION\n===============\n\nProcedure for building code using CMake:\n\n\t[reverse_byte_ordering]$ mkdir build\n\n\t[reverse_byte_ordering]$ cd build\n\n\t[reverse_byte_ordering/build]$ cmake ..\n\n\t[reverse_byte_ordering/build]$ make\n\nNote that the last two commands are executed inside the build directory.\n\t\nAfterwards, your tree structure should look like this:\n\n\t[reverse_byte_ordering]$ tree -L 2\n\t.\n\t|-- CMakeLists.txt\n\t|-- README.txt\n\t|-- build\n\t|\t |-- CMakeCache.txt\n\t|\t |-- CMakeFiles\n\t|\t |-- Makefile\n\t|\t |-- cmake_install.cmake\n\t|\t |-- src\n\t|-- src\n\t\t\t|-- CMakeLists.txt\n\t\t\t|-- reverse_byte_ordering.c\n\nand you can execute the program in the build/src directory as follows:\n\n\t[masked_xcorr/build/src]$ ./reverse_byte_ordering\n\nFor more information on using CMake, check out http://www.cmake.org/cmake/help/cmake_tutorial.html\n\nWilliam Wu, 2013-05-20 10:04\n\t","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqedsoftware%2Freverse-byte-ordering","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqedsoftware%2Freverse-byte-ordering","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqedsoftware%2Freverse-byte-ordering/lists"}