Commit Graph

1115 Commits

Author SHA1 Message Date
Krishna Vedala 2a0b8917f8
fix argc check
refer: dd40af2736 (r40309582)
(cherry picked from commit 610181d5e81c39cb23415cf056a021acc37f9b3c)
2020-07-01 19:56:45 -04:00
Krishna Vedala e75dfb8646
added iterative algorithm for binary_search 2020-06-30 14:17:12 -04:00
Krishna Vedala 3b0ff5fd7b
fixed binary_search for lgtm errors + added tests 2020-06-30 14:02:10 -04:00
Krishna Vedala cc45bea17d
use Cantor variable name and not contour 2020-06-30 13:52:43 -04:00
Krishna Vedala c755eefcd0
use `program` instead of 'function' in file description 2020-06-30 13:47:44 -04:00
Krishna Vedala e2c51387bd
minor doc fix in euler prob1 sol1 2020-06-30 13:39:31 -04:00
Krishna Vedala c3f220098f
remove /Z option from cmake MSVC 2020-06-30 13:38:53 -04:00
Krishna Vedala 9ca22bc70c
fix errors and docs in cantor set 2020-06-30 13:38:36 -04:00
Krishna Vedala 8914128e13
Merge pull request #551 from kvedala/docs/fix
[bugs,docs] Fixes to existing code for LGTM and documentation
2020-06-28 16:38:34 -04:00
Krishna Vedala 6710df7ec3
fix LGTM - limit malloc range 2020-06-28 15:57:00 -04:00
Krishna Vedala 619620d65d
fix LGTM error - c_atoi
41e2711683/files/conversions/c_atoi_str_to_integer.c (xdba26cc5061d357d):1
2020-06-28 15:53:26 -04:00
Krishna Vedala 20bab2a5ae
fix lgtm error - lexicographic_permutations
41e2711683/files/misc/lexicographic_permutations.c (x2d1d13a31e62af9e):1
2020-06-28 15:47:50 -04:00
Krishna Vedala 17c5523129
fix lgtm error
41e2711683/files/conversions/c_atoi_str_to_integer.c (xc388f8d8efa89fb4):1
2020-06-28 15:44:34 -04:00
Krishna Vedala cf2a17e380
enable autobrief in documentation 2020-06-28 15:30:06 -04:00
Krishna Vedala 6470f0318b
fixed documentations 2020-06-28 15:18:52 -04:00
Krishna Vedala aa8d74543f
Merge branch 'master' of https://github.com/kvedala/C 2020-06-28 11:27:43 -04:00
Krishna Vedala 0a3455255a
disable timestamps in documentation 2020-06-28 11:27:18 -04:00
github-actions 6f98288110 formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
Krishna Vedala 5bba04b671
fix formatting style to Google 2020-06-28 11:24:39 -04:00
Krishna Vedala b833e27964
fix link references from fork to main repo 2020-06-28 11:22:42 -04:00
Krishna Vedala d5d68d5842
Merge pull request #543 from kvedala/master
Major rework to improve code quality, add automation checks and self hosted autogenerated documetnation website
2020-06-28 11:05:38 -04:00
Krishna Vedala 4581d63b24
remove redundant empty file 2020-06-28 07:11:49 -04:00
Krishna Vedala f221beada5
ignore files in .vscode unless specifically added 2020-06-28 07:10:42 -04:00
Krishna Vedala 800bd405cc
added section to include references in pull-request template 2020-06-23 18:34:35 -04:00
Krishna Vedala 1ac3dc6ca6
fix newline character 2020-06-23 18:30:26 -04:00
github-actions 5347e6f87d formatting source-code for b1d92cbdda 2020-06-20 11:28:26 +00:00
Krishna Vedala b1d92cbdda
fixed Github actions CI workflow
to mimic changes in C++ repo
2020-06-20 07:27:19 -04:00
Krishna Vedala 10122ed784
Merge pull request #17 from kvedala/merge_upstream
Merge upstream
2020-06-17 19:57:09 -04:00
github-actions e21049e8b3 updating DIRECTORY.md 2020-06-17 23:19:30 +00:00
Krishna Vedala bdb81dfc1b
fix URL_BASE while updating DIRECTORY.md 2020-06-17 19:18:16 -04:00
github-actions bb20a2548f updating DIRECTORY.md 2020-06-17 23:14:32 +00:00
Krishna Vedala f742e96b0e
Merge remote-tracking branch 'upstream/master' into merge_upstream 2020-06-17 19:12:50 -04:00
Krishna Vedala 336af14178
Merge branch 'documentation/fixes' 2020-06-17 18:28:39 -04:00
Krishna Vedala 5581dac360
fixed outpout filename descriptions 2020-06-17 18:26:42 -04:00
github-actions cf4be8838e updating DIRECTORY.md 2020-06-17 12:15:14 +00:00
Sombit Bose 295a9ad2ad
Merge pull request #546 from medymik/master
atoi
2020-06-17 17:44:53 +05:30
Krishna Vedala 2651ff5903
added safety paranthesis 2020-06-16 12:33:41 -04:00
Krishna Vedala 580c501c29
updated documentations
(cherry picked from commit 05b3dbdab9b6df041ac17af89610c5b018adeed2)
2020-06-16 10:49:55 -04:00
github-actions a78893eba5 updating DIRECTORY.md 2020-06-14 17:37:08 +00:00
Krishna Vedala 57efe664f1
rename file to *topology instead of *image 2020-06-14 13:34:58 -04:00
Krishna Vedala c532a38ce1
bug fixes, optimization and more documentation
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-13 19:38:29 -04:00
Krishna Vedala 8d2ca00459
update documentation
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-13 18:25:55 -04:00
Krishna Vedala e8cebc36b2
Merge pull request #16 from kvedala/documentation/fixes
* added unsupervised learning algorithm
* updated with upstream/master
2020-06-13 14:27:31 -04:00
Krishna Vedala 7f38942802
Merge branch 'documentation/fixes' of https://github.com/kvedala/C into documentation/fixes 2020-06-13 14:22:28 -04:00
Krishna Vedala 7b1bba8c36
fixed MSVC related errors -
MSVC complains of valid C but invalid C++ struct initialization

Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-13 14:21:42 -04:00
github-actions eda34bc5b2 updating DIRECTORY.md 2020-06-13 18:15:00 +00:00
Krishna Vedala 4d01cb2e88
Merge commit '7c815b86b20ddc07ee1f33753f370baf63cc48aa' into documentation/fixes
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-13 14:12:48 -04:00
github-actions e5543d5356 updating DIRECTORY.md 2020-06-13 18:08:34 +00:00
Krishna Vedala d43566a4e5
added kohonen SOM for topological maps 2020-06-13 14:07:11 -04:00
Krishna Vedala 352bd8a588
added convenient min, max definitions
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-06-13 14:01:53 -04:00