{"id":21969564,"url":"https://github.com/cinderblock/ihex","last_synced_at":"2026-04-19T19:03:41.758Z","repository":{"id":35106117,"uuid":"39284519","full_name":"cinderblock/ihex","owner":"cinderblock","description":"A JS tool for reading ihex format files","archived":false,"fork":false,"pushed_at":"2015-07-27T01:24:16.000Z","size":128,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-28T02:15:56.829Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/cinderblock.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":"2015-07-18T03:02:36.000Z","updated_at":"2015-07-18T08:50:49.000Z","dependencies_parsed_at":"2022-08-18T01:40:29.750Z","dependency_job_id":null,"html_url":"https://github.com/cinderblock/ihex","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cinderblock%2Fihex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cinderblock%2Fihex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cinderblock%2Fihex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cinderblock%2Fihex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cinderblock","download_url":"https://codeload.github.com/cinderblock/ihex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245027736,"owners_count":20549377,"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-11-29T14:22:20.915Z","updated_at":"2026-04-19T19:03:36.727Z","avatar_url":"https://github.com/cinderblock.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#iHex file reader\n\nRead an Intel Hex `.hex` file into an existing buffer.\n\n## Install\n\n`npm install --save -q ihex`\n\n## Use\n\n```\nvar ihex = require('ihex');\n\nvar buff = new Buffer(32*1024);\nbuff.fill(0xff);\nihex('/path/to/file.ihex', buff, function() {\n // All done!\n console.log(buff);\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcinderblock%2Fihex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcinderblock%2Fihex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcinderblock%2Fihex/lists"}