github-actions
|
5347e6f87d
|
formatting source-code for b1d92cbdda
|
2020-06-20 11:28:26 +00:00 |
|
Krishna Vedala
|
f742e96b0e
|
Merge remote-tracking branch 'upstream/master' into merge_upstream
|
2020-06-17 19:12:50 -04:00 |
|
Mohammed YMIK
|
5cc83fe036
|
up to date
|
2020-06-12 16:53:37 +01:00 |
|
Mohammed YMIK
|
7b59c41453
|
Done
|
2020-06-12 16:45:11 +01:00 |
|
Mohammed YMIK
|
ddc689a335
|
Done
|
2020-06-12 16:38:52 +01:00 |
|
Mohammed YMIK
|
f0b872e979
|
Update author
|
2020-06-12 16:13:32 +01:00 |
|
Mohammed YMIK
|
18c677d6a5
|
Add doc, signature, indentation
|
2020-06-12 16:11:41 +01:00 |
|
Mohammed YMIK
|
32c725603f
|
add atoi that convert string to integer
|
2020-06-12 14:56:57 +01:00 |
|
Krishna Vedala
|
aa98625b45
|
find openmp declared required only once
added subfolders after finding openmp
|
2020-05-31 10:49:26 -04:00 |
|
github-actions
|
0779a2b70d
|
formatting source-code for b388e4a309
|
2020-05-29 20:23:24 +00:00 |
|
Krishna Vedala
|
b1e1923580
|
check if math library is available and include if present
|
2020-05-29 14:04:14 -04:00 |
|
Krishna Vedala
|
9165932928
|
Revert "use integer version of pow"
This reverts commit a976666868 .
|
2020-05-29 13:50:48 -04:00 |
|
Krishna Vedala
|
d4f202cbea
|
force include math library for each target
|
2020-05-29 13:49:28 -04:00 |
|
Krishna Vedala
|
e7b4a8c522
|
force target link with "math" library
|
2020-05-29 13:45:03 -04:00 |
|
Krishna Vedala
|
a976666868
|
use integer version of pow
|
2020-05-29 13:42:05 -04:00 |
|
Krishna Vedala
|
1c5a699340
|
remove function_timer from all compilations
|
2020-05-29 10:47:36 -04:00 |
|
Krishna Vedala
|
6385b0223e
|
Merge remote-tracking branch 'upstream/master'
# Conflicts:
# .travis.yml
# DIRECTORY.md
# README.md
|
2020-05-22 21:06:10 -04:00 |
|
LethargicLeprechaun
|
6f20588fdb
|
Added octal to decimal
|
2020-05-02 17:52:26 +01:00 |
|
Krishna Vedala
|
1d8d07efc9
|
gets not a C11 standard, superceded by fgets
|
2020-04-08 09:45:12 -04:00 |
|
Krishna Vedala
|
1b826807ed
|
code cleanup to prevent gcc warnings
|
2020-04-08 09:41:12 -04:00 |
|
Krishna Vedala
|
e0a78dfa4c
|
openmp in conversions folder
|
2020-04-07 19:28:48 -04:00 |
|
Krishna Vedala
|
0c86721f4a
|
better way to link libraries
|
2020-04-07 00:00:04 -04:00 |
|
Krishna Vedala
|
45398453be
|
First working cmake
|
2020-04-06 23:50:46 -04:00 |
|
cclauss
|
ecb73860a3
|
Fix filenames for DIRECTORY.md
|
2020-01-09 10:27:32 +01:00 |
|
Ashwek Swamy
|
9da370426c
|
Rename decimal_to_octal_recursion to decimal_to_octal_recursion.c
|
2019-11-02 16:19:50 +05:30 |
|
Aromal Anil
|
93f68d0c36
|
Created algorithm to convert binary to octal.
This contatin algorithm to convert binary to octal using recursion
|
2019-10-27 14:54:24 +05:30 |
|
Shubham Saini
|
05d0323ed3
|
fixing typo
|
2019-10-12 13:53:52 +05:30 |
|
Shubham Saini
|
4c75a67651
|
Create hexal_to_octal.c
|
2019-10-04 14:34:44 +05:30 |
|
Ashwek Swamy
|
5ea87473d9
|
Delete a.out
|
2019-06-12 18:25:33 +05:30 |
|
iamAafil
|
30364389ef
|
change sol1.c
|
2019-06-10 22:48:42 +05:30 |
|
Ashwek Swamy
|
2fde23c6ed
|
Merge pull request #192 from Manoj7117/patch-1
number invalid if number >= base
|
2019-03-22 08:42:42 +05:30 |
|
Ashwek Swamy
|
28e13c66f3
|
Merge pull request #161 from Aditibansal2603/master
Update binary_to_decimal.c
|
2019-02-11 05:43:09 +05:30 |
|
Manoj7117
|
37314fb5bf
|
number invalid if number >= base
|
2018-10-24 22:19:42 +05:30 |
|
Anup Kumar Panwar
|
444d4b11d5
|
Refactor
|
2018-10-08 21:18:35 +05:30 |
|
Aditibansal2603
|
a9d91b4c31
|
Update binary_to_decimal.c
|
2018-10-06 00:04:48 +05:30 |
|
Christian Bender
|
6c5128e2cd
|
improved code
|
2018-03-28 18:11:54 +02:00 |
|
Christian Bender
|
21dab04b09
|
fixed a bug and refactoring
If user type in 0 the output was empty. This bug is fixed.
In addition I refactored and documented the code.
|
2018-03-18 23:42:43 +01:00 |
|
DEBASISH SAHOO
|
264fd91af9
|
added binary to hexadecimal conversion
|
2018-01-28 18:45:09 +05:30 |
|
Christian Bender
|
d43e80fa44
|
Merge pull request #51 from jebinphilipose/bin-to-oct
Thanks for contributing
|
2017-12-27 14:10:28 +01:00 |
|
AnupKumarPanwar
|
81657fc249
|
Updated README.md
|
2017-10-20 22:03:41 +05:30 |
|
Jebin Philipose
|
f7795e1356
|
Add: Implementation of Binary to Octal Conversion
|
2017-09-30 18:27:21 +05:30 |
|
Heshan94
|
bb8c41b2de
|
Added basic decimal conversions (#40)
* Added basic decimal conversions
* Updated basic decimal conversions
|
2017-09-29 22:08:15 +05:30 |
|
KylerSmith
|
f0bb982627
|
File clean-up
|
2017-07-12 17:09:15 -07:00 |
|