-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
97 additions
and
49 deletions.
There are no files selected for viewing
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
![](./radixIcon.jpg) | ||
|
||
# RadixConvertPractice | ||
|
||
I programmed this minimal software to help me calculate numbers to convert to different bases (classic bases - such as binary, octal, decimal and hexadecimal). | ||
I programed this minimal software to help me calculate numbers to convert to different bases (classic bases - such as binary (2), octal (8), decimal (10), and hexadecimal (16) bases). | ||
|
||
It is a portable program and it only needs [dotnet framework 4 runtime](https://dotnet.microsoft.com/en-us/download/dotnet-framework/thank-you/net40-offline-installer) as it's dependency. | ||
|
||
It's a portable program and it only needs [dotnet framework 4 runtime](https://dl2.soft98.ir/soft/n/NET.Framework.4.x86-x64.rar?1713997359) as it's dependency. | ||
> "dotnet framework 4 runtime" offline installer (for both 32 & 64 bit systems) is included in this repo [`dotNetFx40_Full_x86_x64.exe`](https://github.com/AliAlmasi/RadixConvertPractice/releases/latest/download/dotNetFx40_Full_x86_x64.exe) | ||
Download the program executable file from releases page [(link to latest release)](https://github.com/AliAlmasi/RadixConvertPractice/releases/latest). | ||
[Click here to download the executable file, right away!](https://github.com/AliAlmasi/RadixConvertPractice/releases/latest/download/RadixConvertPractice.exe) |