{"id":21741095,"url":"https://github.com/devfabiosilva/i3ecnv","last_synced_at":"2025-03-21T01:16:50.858Z","repository":{"id":105906994,"uuid":"432828122","full_name":"devfabiosilva/i3ecnv","owner":"devfabiosilva","description":"Simple IEEE 754 float point to register converter","archived":false,"fork":false,"pushed_at":"2024-12-01T23:21:07.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-25T21:55:18.229Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devfabiosilva.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}},"created_at":"2021-11-28T21:22:25.000Z","updated_at":"2024-12-01T23:21:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"9a2f49f5-eb21-4c1f-b1df-976a7988809d","html_url":"https://github.com/devfabiosilva/i3ecnv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devfabiosilva%2Fi3ecnv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devfabiosilva%2Fi3ecnv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devfabiosilva%2Fi3ecnv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devfabiosilva%2Fi3ecnv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devfabiosilva","download_url":"https://codeload.github.com/devfabiosilva/i3ecnv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244717338,"owners_count":20498284,"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-26T06:16:43.556Z","updated_at":"2025-03-21T01:16:50.852Z","avatar_url":"https://github.com/devfabiosilva.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# i3ecnv\nSimple IEEE 754 float point to register converter\n\n## Usage\n\n```sh\nIEEE 754 converter:\n        Type: i3ecnv \u003cdouble value\u003e\n```\n\n### Example 1\n\n```sh\n./i3ecnv 1.2\n```\n\n```sh\nValue DOUBLE = 1.200000 -\u003e 0x3FF3333333333333\n\nValue FLOAT = 1.200000 -\u003e 0x3F99999A\n```\n\n### Example 2\n\n```sh\n./i3ecnv inf\n```\n\n```sh\nValue DOUBLE = inf -\u003e 0x7FF0000000000000\n\nValue FLOAT = inf -\u003e 0x7F800000\n```\n\n## Compiling\n\n- Compile\n\n```sh\ngcc -O2 -o i3ecnv i3ecnv.c -Wall\n```\n\n- Remove symbols\n\n```sh\nstrip i3ecnv\n```\n\n- Run application\n\n```sh\n./i3ecnv \u003creal number\u003e\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevfabiosilva%2Fi3ecnv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevfabiosilva%2Fi3ecnv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevfabiosilva%2Fi3ecnv/lists"}