radj307 / conv-utils

Commandline converter utility that supports a wide range of conversions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

conv-utils

GitHub tag (latest by date)

Various C++ command-line utilities, mostly related to value conversions.

Utilities

As of version 0.2.2, the following utilities are available:

Utility Name Type Purpose
Data Size Converter Converting between (B, kB, MB, GB, etc.)
Hexadecimal Converter Converts between decimal & hexadecimal.
Modulo Calculator Calculate integer or floating-point modulo operations.
Length Units Converter Converts between metric & imperial length units. Supports all known imperial units, and all standard metric prefixes.
ASCII Lookup Converter Converts between characters & their ASCII values.
Radians Converter Convert between degrees & radians.
FOV Converter Convert between horizontal & vertical FOV.

About

Commandline converter utility that supports a wide range of conversions

License:GNU General Public License v3.0


Languages

Language:C++ 97.2%Language:CMake 2.8%