Re: [go-nuts] Automation with the ultimate guide to GO language

2023-01-11 Thread Stas Maksimov
Hi Ashwin, What is network automation exactly? You seem to have mentioned it eight times in the book description without going into detail. Is it possible to see the table of contents? And of course you can charge what you like for your book, but personally 25 bucks for a 100-page book is quite

Re: [go-nuts] Link documentation sources

2017-04-17 Thread Stas Maksimov
I believe this documentation is built from comments in the source code: https://go.googlesource.com/go/+/go1.8.1/src/path/path.go S. On Mon, 17 Apr 2017 at 20:49 anatoly techtonik wrote: > On Monday, April 17, 2017 at 7:35:00 PM UTC+3, Jan Mercl wrote: > >> On Mon, Apr 17, 2017 at 5:45 PM anato

Re: [go-nuts] Sort bitcoin addresses

2017-01-15 Thread Stas Maksimov
I'm not really sure what you are asking here. Why the number of pages should decrease at all? The number of pages in this app is total number of bitcoins divided by 128 results per page. Granted it's an incredibly big number, but it shouldn't change as you travel between pages. All addresses seem

Re: [go-nuts] Sort bitcoin addresses

2017-01-15 Thread Stas Maksimov
Seemingly the are all starting with 1L. S. On Sun, 15 Jan 2017 at 20:13 Anonymous wrote: > What i mean is that i would like to recalculate this number so that it > only shows me the total of pages for addresses starting with 1L > > -- > You received this message because you are subscribed to th