Merge pull request #147 from virtuallynathan/master

Added networking category
This commit is contained in:
Thiago Avelino 2014-07-28 23:56:02 -03:00
commit 2f3176631d

View File

@ -26,6 +26,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
- [Machine Learning](#machine-learning) - [Machine Learning](#machine-learning)
- [Messaging](#messaging) - [Messaging](#messaging)
- [Natural Language Processing](#natural-language-processing) - [Natural Language Processing](#natural-language-processing)
- [Networking](#networking)
- [OpenGL](#opengl) - [OpenGL](#opengl)
- [ORM](#orm) - [ORM](#orm)
- [Package Management](#package-management) - [Package Management](#package-management)
@ -274,6 +275,14 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [stemmer](https://github.com/dchest/stemmer) - Stemmer packages for Go programming language. Includes English and German stemmers. * [stemmer](https://github.com/dchest/stemmer) - Stemmer packages for Go programming language. Includes English and German stemmers.
* [textcat](https://github.com/pebbe/textcat) - A Go package for n-gram based text categorization, with support for utf-8 and raw text * [textcat](https://github.com/pebbe/textcat) - A Go package for n-gram based text categorization, with support for utf-8 and raw text
## Networking
*Libraries for working with various layers of the network*
* [dns](https://github.com/miekg/dns) - Go library for working with DNS
* [gopacket](https://code.google.com/p/gopacket) - A Go library for packet processing with libpacp bindings
* [gopcap](https://github.com/akrennmair/gopcap) - A Go wrapper for libpcap
* [gosnmp](https://github.com/soniah/gosnmp) - Native Go library for performing SNMP actions
## OpenGL ## OpenGL