Swudu Susuwu
Swudu Susuwu
Released a work-in-progress (not much more than pseudocode/examples) of HSOM uses, but slow to use huge databases to setup synapses, should have option to export synapses to disc (to reuse...
> 1. I remove the storage folder "rm -r *Do not* use the `rm -r` command; `~/storage/` is symlinked to `/storage/emulated/0/` https://stackoverflow.com/questions/210120/remove-a-symlink-to-a-directory But what to do is; turn `termux-setup-storage` into...
[ClassCns.cxx](https://github.com/SwuduSusuwu/SubStack/blob/trunk/cxx/ClassCns.cxx)-based [VirusAnalysis.cxx](https://github.com/SwuduSusuwu/SubStack/blob/trunk/cxx/VirusAnalysis.cxx) was produced to do this, but is a work-in-progress. Could use assistance with this. Also, possible insurmountable performance issues: https://github.com/Rober-t/apxr_run/issues/5
``` ~ $ valgrind /bin/ls ==14222== Memcheck, a memory error detector ==14222== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al. ==14222== Using Valgrind-3.22.0 and LibVEX; rerun with...
Cool, wish for best with _Clang_'s sanitizer. If no go, must wrap free/malloc/realloc? (Did this with a C project years ago, as a `valgrind` emu (Android did not have _Termux_,...
Project is cross platform thus want to support `g++` / `clang++`. Searches for how to have `-fsanitize` compatible across `g++` / `clang++` found this: https://developers.redhat.com/blog/2021/05/05/memory-error-checking-in-c-and-c-comparing-sanitizers-and-valgrind ``` Sanitizers: Clang/GCC option: -fsanitize=address...
Was not sure if this issue should go to this or to the similar repo at https://github.com/codacy/codacy-analysis-cli/issues/541
https://github.com/SwuduSusuwu/SubStack/issues/47 has to do with this; the problem was that [the SC2028 info message](https://www.shellcheck.net/wiki/SC2028) does not show if you have ``` #!/bin/sh echo "\033[34m Coded blue" ``` , which results...
Too bad the draft authors removed `Contracts` just because the authors could not conclude on the best implementation of this us. Can some tools parse `/// @pre @code NULL !=...
This was search for the _C_ / _C++_ libs for _TensorFlow_: ``` ~ $ pkg install *tensorflow* Error: Unable to locate package *tensorflow* Error: Couldn't find any package by glob...