KO
|
EN
gitlite — search
Search
#php
#javascript
#python
#css
#hacktoberfest
#objective-c
#java
#c
#unmaintained
#battleship
#game
#theme
0xc
★ 44
Open GitHub ↗
Easy base conversion in emacs
Download README (.md)
Explore Similar Repositories
trading_pairs
:
No description available.
WexinApp_1024
:
微信小程序实现2048小游戏
ZhiMaScoreCurve
:
芝麻分折线图
todoist-js
:
!! OBSOLETE !! The (un)official Todoist javascript API library
moe-serifu-agent
:
Anime-themed personal assistant and goal-oriented intelligent agent
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
0xc
?
Download (.md)
 [](https://melpa.org/#/0xc) [](https://travis-ci.org/AdamNiederer/0xc)  # 0xc (Pronounced "hex convert") Base conversion made easy in emacs ## Features - Base conversion! - Intelligent base inference - Replace-at-point methods - Simple representation of bases up to 36 ## Installation & Setup 0xc is avilable on [Melpa](https://melpa.org/#/0xc). After installing with `M-x package-install <RET> 0xc <RET>`, all functions should be available. ## Functions - `0xc-convert` - Simple string-to-string base conversion. Accepts prefix options and allows interactive use. - `0xc-convert-point` - Replace the number at point with a converted representation. - `0xc-live-convert` - Open a new window and show various interpretations and conversions for a number as you type it. ## Base Hinting A number literal's base can be roughly determined via heuristics, but you can use the following hints to ensure 0xc gets it right: - `0x` and `'h` are hexadecimal literals - `0b` and `'b` are binary literals - `0t` is a ternary literal - `0d` and `'d` are decimal literals - `0o` and `'o` are octal literals Alternatively, you can prefix a base-n number with `n:`. 0xc will automatically remove any of these base hints when converting ## Future More tests are next. If you feel like beating me to it, open a pull request. ## License GPLv3+