https://github.com/trizen/go-learning
Simple Go programs.
https://github.com/trizen/go-learning
Last synced: about 1 month ago
JSON representation
Simple Go programs.
- Host: GitHub
- URL: https://github.com/trizen/go-learning
- Owner: trizen
- License: gpl-3.0
- Created: 2014-04-06T00:09:35.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2022-07-30T18:00:20.000Z (almost 4 years ago)
- Last Synced: 2025-01-13T13:50:00.137Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
go-learning
===========
Simple Go programs used in familiarizing myself with this language.
### Summary
* Apps
* [Gobbrowser](./Apps/gobbrowser.go)
* [Gobmenugen](./Apps/gobmenugen.go)
* [Openbox-pipefs](./Apps/openbox-pipefs.go)
* Converters
* [Gany2mp3](./Converters/gany2mp3.go)
* Decoders
* [Cnp info](./Decoders/cnp_info.go)
* Encoding
* [Arithmetic coding](./Encoding/arithmetic_coding.go)
* Examples
* [Array hash](./Examples/array_hash.go)
* [Babynames](./Examples/babynames.go)
* [Channels example](./Examples/channels_example.go)
* [Methods and iterfaces](./Examples/methods_and_iterfaces.go)
* [Substr](./Examples/substr.go)
* [Trees](./Examples/trees.go)
* File
* [Fsfn](./File/fsfn.go)
* Math
* [Chernick-carmichael numbers](./Math/chernick-carmichael_numbers.go)
* Text
* [Abs string](./Text/abs_string.go)
* [Longest common prefix](./Text/longest_common_prefix.go)
* Time
* [Calendar](./Time/calendar.go)
* [Cosmic year](./Time/cosmic_year.go)