chriscamacho

Results 46 comments of chriscamacho

take a header like this (mylib.h) ``` #include "utils.h" #include "foo.h" #include "bar.h" #include "core.h" ``` core.h probably relies on stuff in the other headers, and additionally paths for other...

I could be using it wrong, let me re-try a particular library I fail to use DStep with, and I'll try and give you something specific you can replicate...

find . -depth -name '_&_' -execdir bash -c 'mv "$1" "${1//&/and}"' _ {} \; rename recusivly all files in current working path, replacing & with and (work-a-round)

lol - for sure (was just temp thing in case ppl needed something to work NOW!) ;) btw don't feel too bad it transferred around 4GB with this being the...

in 10 runs I only saw it get the right result 2 times (@ 300 iterations)

just as a point of interest when it does "fail" the outputs for case 2,3 and 4 are always similar around 0.6 Output for [0, 0] is 0.07 (0). Output...

with pre- bootcode.bin now in eprom, and an "updater" or reflasher image being available for the eeprom, does this enable things to be setup anyway thats required could the cpu...

here's what I see setting up the node as described in the text... ![Screenshot_2021-02-20_16-17-50](https://user-images.githubusercontent.com/716361/108600355-bee28a80-738e-11eb-9313-7d608a979f77.png)

notice blurred image and multiple part images instead of a sharp single frame

doh, got vframe and hframe wrong way round still blurred tho....