udhos
udhos
I would like to contribute an additional exercise for the Go track. Exercise **Tower of Hanoi** is sketched here: https://github.com/udhos/exercism-go/tree/master/tower-of-hanoi If you think it would fit in, please let me...
I am trying to add badges for these two packages into a single README.md: http://gocover.io/github.com/udhos/jazigo/dev http://gocover.io/github.com/udhos/jazigo/store However it does not work well, since the 2nd badge is rendered as error....
Hi! I have just found your site [http://gw-basic.com/](http://gw-basic.com/). GW-BASIC resources bring sweet old memories to mind. Also, I am working on a compiler that can translate GWBASIC code to standalone...
Quick start recipe using Go Modules.
Need a way to detect the comparison prematurely exited specifically due to MaxSize limit? ``` if readSize > maxSize { c.debugf("compareReader: partial match, but max size exceeded\n") return true, fmt.Errorf("max...
Should the 'equal' program return true for partial match with MaxSize error? > Regarding the error behavior for exceeding the MaxSize setting, it seems that CompareReader() func itself will return...
Attempt to fix https://github.com/dominikh/go-js-dom/issues/37
Hi, My application would benefit from keeping some terminal contents after exiting. Is it reasonable to have an option to not clear the Screen on Fini() ? Would it be...
It could be fun to add a few example programs which run fine in the emulator...? I collect many sample BASIC programs here: https://github.com/udhos/basgo/tree/master/examples
Hi! Is there any publicly available code for easily exposing groupcache metrics for Prometheus? I am sketching up the package below, but maybe I am reinventing the wheel here?! Please...