Nicolas Barascud

Results 7 issues of Nicolas Barascud

### Todo: - [x] Write ZapLine example --> see #52 - [x] Make ZapLine faster (data from #47 was really slow to run) and less memory-hungry (see #56) --> see...

enhancement

Hi, thanks a ton for this nifty package ! It'd be useful if we could overwrite the individual bar labels. ```bash echo "Label,3,9,1" | termgraph --custom-tick "😀" --no-label --row-values {three,...

Hi, I am using hydrogen to connect on a remote jupyter notebook. Unless I am mistaken, the launcher doesn't support this (or at least it doesn't work for me). Is...

enhancement

Hello, I'm trying to use the Biosemi app on our lab 64 channels Active2 biosemi system. I'm using the Windows 1.10b build which I've downloaded from ftp://sccn.ucsd.edu/pub/software/LSL/ I can link...

Hi all, Apologies if this has been answered before but I wanted to try the the Biosemi app (among others) on my Mac. I couldn't find any specific building instructions...

Hi Mick, There might be a small bug in `mTRFtransform.m`: Consider the following toy example: ```matlab % Toy dataset fs = 8; X = rand(8, 500) / 4 - 0.125;...