{"id":15571021,"url":"https://github.com/netromdk/describe-number","last_synced_at":"2025-04-09T17:05:37.808Z","repository":{"id":75034271,"uuid":"44909817","full_name":"netromdk/describe-number","owner":"netromdk","description":"Describe arbitrarily large number at point in Emacs.","archived":false,"fork":false,"pushed_at":"2015-11-01T01:01:22.000Z","size":336,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T17:05:25.317Z","etag":null,"topics":["describe","emacs","hexadecimal","melpa"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","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/netromdk.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}},"created_at":"2015-10-25T12:49:40.000Z","updated_at":"2018-07-08T16:51:32.000Z","dependencies_parsed_at":"2023-03-11T18:16:15.081Z","dependency_job_id":null,"html_url":"https://github.com/netromdk/describe-number","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netromdk%2Fdescribe-number","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netromdk%2Fdescribe-number/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netromdk%2Fdescribe-number/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netromdk%2Fdescribe-number/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netromdk","download_url":"https://codeload.github.com/netromdk/describe-number/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248074976,"owners_count":21043490,"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":["describe","emacs","hexadecimal","melpa"],"created_at":"2024-10-02T17:53:17.645Z","updated_at":"2025-04-09T17:05:37.787Z","avatar_url":"https://github.com/netromdk.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# describe-number\n\n[![MELPA](http://melpa.org/packages/describe-number-badge.svg)](http://melpa.org/#/describe-number)\n[![MELPA Stable](http://stable.melpa.org/packages/describe-number-badge.svg)](http://stable.melpa.org/#/describe-number)\n\nDescribe arbitrarily large number value at point or region in Emacs. If value is a number then binary/octal/decimal/hexadecimal/character values and conversions are shown. For strings each character is processed in the same way.\n\nArbitrarily large numbers are supported via [yabin.el](https://github.com/d5884/yabin).\n\nUse `describe-number-at-point` on point/region or `describe-number` to input value manually.\n\nMight be preferable to bind `describe-number-at-point` to some key:\n```elisp\n(global-set-key (kbd \"M-?\") 'describe-number-at-point)\n```\n\n# Demo\nWhen using \"101\" as input to `describe-number-at-point` or `describe-number`:\n\n![](demo-num.png)\n\nThe package understands binary, octal, and hexadecimal prefixes, i.e. \"b\", \"0b\", \"#b\"; \"o\", \"0o\", \"#o\"; and \"x\", \"0x\", \"#x\" respectively:\n\n![](demo-prefix-num.png)\n\nArbitrarily large number inputs are supported:\n\n![](demo-arb-num.png)\n\nIn the case of using a string, e.g. \"bin\", it will process each character value separately:\n\n![](demo-string.png)\n\n\"b-\u003ed\" means binary to decimal, \"o-\u003ed\" means octal to decimal, and \"x-\u003ed\" means hexadecimal to decimal.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetromdk%2Fdescribe-number","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetromdk%2Fdescribe-number","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetromdk%2Fdescribe-number/lists"}