[go-nuts] New tutorial series: Terminal-based Tetris - Part 1: Procedural polyomino generation

2020-01-18 Thread tslocum
Hey Gophers, I've just published the first part in a series of tutorials on writing your own Tetris clone. You can find it here: https://rocketnine.space/post/tetris-1/ -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this g

[go-nuts] godoc-static - Generate static documentation for your packages

2020-02-06 Thread tslocum
Repository: https://gitlab.com/tslocum/godoc-static Demo output: https://docs.rocketnine.space Inspired by the recent news of godoc.org shutting down I have created godoc-static. While we could all migrate to pkg.go.dev, we could also host and update our documentation ourselves. When

Re: [go-nuts] godoc-static - Generate static documentation for your packages

2020-02-10 Thread tslocum
Hey Nick, I did consider that and hope to still visit it. I chose to scrape instead because the output requires only minimal alteration to achieve the desired result. Example code expansion is rewritten to not require JavaScript by using and and not much more. Large changes to output from t

Re: [go-nuts] New tutorial series: Terminal-based Tetris - Part 1: Procedural polyomino generation

2020-02-10 Thread tslocum
Thanks for providing your feedback, Michael. I have updated the tutorial with additional diagrams everywhere it felt appropriate. Please let me know if you have other thoughts. On Monday, January 20, 2020 at 1:00:00 AM UTC-8, Michael Baldry wrote: > > This is cool but the post feels like you

[go-nuts] cview - Terminal-based user interface toolkit

2020-02-15 Thread tslocum
Repository: https://gitlab.com/tslocum/cview Live demo: ssh cview.rocketnine.space -p 2 Fork reasoning: https://gitlab.com/tslocum/cview/-/blob/master/FORK.md Source pre-fork: https://github.com/rivo/tview cview, a fork of tview, is a powerful terminal-based user interface toolkit. It

Re: [go-nuts] godoc-static - Generate static documentation for your packages

2020-02-26 Thread tslocum
I've had some time to polish this project somewhat. It should be fairly usable. I've added ZIP archive generation to allow browsing offline without godoc. Any additional feedback is welcome. On Monday, February 10, 2020 at 8:22:51 AM UTC-8, Trevor Slocum wrote: > > Hey Nick, I did consider that

[go-nuts] Help Wanted: Implement seek support in FLAC library

2020-07-14 Thread tslocum
Hi all, if you or someone you know is interested in tinkering with audio decoding, please take a look at this issue: https://github.com/mewkiz/flac/issues/16 Partial seek support may be available here: https://github.com/mewkiz/flac/tree/seek -- You received this message because you are subsc