go.git
2024-12-18 sgfnew(unmarshal-to-interface): Add variants of unmarshali... master
2024-08-30 sgfFull 'Cont' reimplementation in go.
2024-08-26 sgfReverse slice in go using CPS with generics.
2024-08-21 sgfCPS version of function reversing slice..
2024-05-02 sgfMerge branch 'max-dividers'
2024-05-02 sgfchg(max-div): Properly calculate total number of divisors.
2024-05-02 sgfnew(max-div): Find number having maximum number of...
2024-05-02 sgfMerge branch 'reflection'
2024-05-02 sgfreflection. Experiment with reflection based on "The...
2023-12-05 sgfnew(transposition): Implementation of simple column...
2023-08-21 sgfnew(pipe). My io.Pipe reimplementation.
2023-06-28 sgfnew(cancel): Variants of cancelling operation on a...
2023-06-01 sgfCheck several values in map and query, if missed, using...
2022-12-16 sgfMissed files.
2022-12-16 sgfchg(json): Continue..
2022-12-09 sgfnew(json): Experiments with json.
2022-12-02 sgfnew(fibs): Haskell's Fibonacci implementation on Go.
2022-12-01 sgfnew(pipe): Add md5 digest code variations.
2022-11-28 sgfnew(video): Add freecodecamp Go lang tutorial.
2022-11-28 sgfnew(pipe): Read further.
2022-11-25 sgfnew(pipe): Save some code from "Pipelines and cancellat...
2022-11-25 sgfchg(balancer): Comments.
2022-11-23 sgfnew: Test channels fanIn.
2022-11-23 sgffix(balancer): Send requests with given interval properly.
2022-11-23 sgffix(balancer): Do not spawn dispatch gophers indefinitely.
2022-11-02 sgfnew(balancer): Start several Generate() goroutines...
2022-11-02 sgfchg(balancer): Do not wait for request result in Genera...
2022-11-02 sgffix(balancer): Update worker index in heap during Swap...
2022-11-02 sgfchg(balancer): Better output from request's fn().
2022-11-01 sgfchg(balancer): Return pointer to request in request...
2022-11-01 sgfchg(balancer): Move Requester implementation to separat...
2022-11-01 sgfchg(balancer): Use embedding instead of new type defini...
2022-11-01 sgfchg(balancer): Move balancer-v2 and worker to separate...
2022-10-31 sgfnew(balancer): Balancer v2 abstracting communication...
2022-10-26 sgffix(balancer): Start workers correctly.
2022-10-26 sgfchg(balancer): work() function instance identification.
2022-10-26 sgfchg(balancer): Even more pointers for Request.
2022-10-26 sgfchg(balancer): Use more pointers to avoid copying data.
2022-10-26 sgfchg(balancer): More strict channel types.
2022-10-06 sgfchg(balancer): Add verbose print for tracking execution.
2022-10-05 sgfnew(balancer): Working version of balancer from "Concur...
2022-09-19 sgfMove video to subdirectory.
2022-09-09 sgfnew(go): Save bignum calc code.
2022-09-09 sgfnew(conc): Finished.
2022-09-02 sgfnew(conc): Going further.
2022-08-31 sgfchg(conc): Small change.
2022-08-30 sgfgo(conc): More comments.
2022-08-23 sgfgit-annex in sgf@reiji.sgf.un:/home/common/sgf/Documents/go
2022-08-23 sgfnew(video): Add new video.
2022-06-28 sgfgit-annex in sgf@shilvana:/home/common/sgf/Documents/go
2022-06-24 sgfgo(lex): Add "no concurrent" modification from the...
2022-06-24 sgfgitignore
2022-06-24 sgfgo(lex): Try to run parser.
2022-06-24 sgfgo(lex): Fix compilation errors.
2022-06-23 sgfSave code from the video.
2022-06-23 sgfMove "Lexical Scanning in Go" video to separate directory.
2022-06-21 sgfAdd "The Little Go Book".
2022-06-21 sgfAdd sync git hook.
2022-06-21 sgfSave some earlier experiments.
2022-06-21 sgfOne more tour of go exercise.
2022-06-21 sgfTour of go solutions.
2022-06-21 sgfSave utf8 experiments.
2022-06-21 sgfSave Error interface experiments.
2022-06-21 sgfSave IntCounter interface experiments.
2022-06-21 sgfSave samovar, v6.
2022-06-21 sgfSave samovar, v5.
2022-06-21 sgfSave samovar, v4.
2022-06-21 sgfSave samovar, v3.
2022-06-21 sgfSave samovar v2.
2022-06-21 sgfSave samovar v1.
2022-06-20 sgfnew(videos): Re-add "Lexical Scanning in Go" by Rob...
2022-06-02 sgfnew(go): More code from "Go concurrency patterns" video.
2022-06-01 sgfnew(go): More code from "Go Concurrency Patterns" video.
2022-05-31 sgfnew(go): Add video "Google I/O 2012 - Go Concurrency...
2022-05-23 sgfchg(tour): Group parallel fetcher variables into struct.
2022-05-23 sgfnew(tour): Add solution for crawler exercise.
2022-05-11 sgftour: Concurrent tree comparison: Add mutexes and waitG...
2022-05-11 sgfgitignore.
2022-05-11 sgftour: Concurrent tree comparison exercise solution.
2022-03-08 sgfnew(video): Add Rob Pike video about parsing.