We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c19530 commit ea79106Copy full SHA for ea79106
README.md
@@ -1,16 +1,16 @@
1
#####################################################################################
2
# base_r
3
-# Info
+## Info
4
Converter beetween different number bases and to ascii. Mainly for CTFs purposes.
5
-# Features:
+## Features:
6
Converting from:
7
- binary to decimal and ascii
8
- octal to decimal and ascii
9
- hexal to decimal and ascii
10
- decimal to ascii
11
12
The program takes data from txt file.
13
-# How to use:
+## How to use:
14
- git clone https://github.com/aluvium/base_r.git
15
- python ./main.py
16
0 commit comments