Alex Banks
d4f8e90465
Added The Go Programming Language by Donovan and Kernighan.
2015-11-24 20:27:44 -08:00
Greg Osuri
8c1335c0d3
Added uiprogress to Advanced Console UIs
2015-11-24 16:35:06 -08:00
Eric Bower
1706b36fa3
sentences package
2015-11-24 14:35:11 -05:00
Louis Maddox
2ac4fef32b
Add valyala/fasthttp
2015-11-23 17:01:16 +00:00
Peter Kieltyka
157c529669
Add chi project to Web Frameworks
2015-11-23 09:42:09 -05:00
Dmitri Shuralyov
a51a3d4f9f
Add trayhost package to GUI section.
...
Package trayhost is a cross-platform Go library to place an icon in the host operating system's taskbar.
2015-11-22 20:55:21 -08:00
Tatsuo Ikeda
0a23ca7b14
Fix additional package sorted alphabetically.
2015-11-23 02:36:10 +09:00
Levi Gross
44d559f25e
Adding grequests
...
Adding grequests – An elegant and simple `net/http` wrapper that follows Python's requests library
2015-11-21 22:35:53 -05:00
Thiago Avelino
479134dcfe
Merge pull request #674 from gosuri/add-uitable
...
Added uitable to Advanced Console UIs
2015-11-20 15:47:32 -02:00
Thiago Avelino
148bc6b70b
Merge pull request #676 from tucnak/patch-1
...
Added some public libraries of mine
2015-11-20 15:46:54 -02:00
Thiago Avelino
785a1e6abc
Merge pull request #675 from joeybloggs/master
...
Add Category Goroutines + Add some packages
2015-11-20 15:46:05 -02:00
Thiago Avelino
4351eff3a8
Merge pull request #678 from hlandauf/master
...
Add hlandau/passlib
2015-11-20 15:45:00 -02:00
Thiago Avelino
193027fa76
Merge pull request #679 from ajvb/master
...
Added Kala to Other Software
2015-11-20 15:44:31 -02:00
Arthur White
23823a977d
Add Volatile
2015-11-20 15:48:07 +01:00
Tatsuo Ikeda
9a3a0a23ba
Added go-sitemap-generator
2015-11-20 02:57:33 +09:00
AJ Bahnken
87f112c7ef
Added Kala to Other Software
2015-11-19 09:46:12 -08:00
Hugo Landau
b518045bec
Add hlandau/passlib
2015-11-19 16:26:29 +00:00
Jianwei Han
2662efbe5c
Fix goreturns URL
2015-11-19 14:42:19 +08:00
Jianwei Han
cf3c86b228
Add goreturns to code analysis section
2015-11-19 12:03:27 +08:00
Ilya Kowalewski
23b92bb499
Added some public libraries of mine
...
https://github.com/tucnak/climax
https://github.com/tucnak/store
2015-11-18 18:23:41 +02:00
joeybloggs
1728681eda
Add Category Goroutines + add some packages
...
Added the following:
* [grpool](https://github.com/ivpusic/grpool ) - Lightweight Goroutine pool.
* [pool](https://github.com/go-playground/pool ) - Go consumer goroutine pool for easy goroutine handling + time saving.
* [tunny](https://github.com/Jeffail/tunny ) - A goroutine pool for golang.
* [statics](https://github.com/go-playground/statics ) - Embeds static resources into go files for single binary compilation + works with http.FileSystem + symlinks.
* [generate](https://github.com/go-playground/generate ) - runs go generate recursively on a specified path or environment variable and can filter by regex.
* [stats](https://github.com/go-playground/stats ) - Monitors Go MemStats + System stats such as Memory, Swap and CPU and sends via UDP anywhere you want for logging etc...
2015-11-17 17:45:41 -05:00
Greg Osuri
fdfa2870ad
Added uitable to Advanced Console UIs
2015-11-16 11:33:20 -08:00
Olivier Poitrey
fd68be7e9d
Add xlog in logging section
2015-11-16 11:08:54 -08:00
Thiago Avelino
baee12d08c
Merge pull request #673 from sunwxg/master
...
add golibwireshark package
2015-11-16 08:24:31 -02:00
sunwxg
fb8f879475
add golibwireshark package
2015-11-16 15:56:23 +08:00
Thiago Avelino
3744a2a88d
Merge pull request #671 from jcuga/patch-1
...
Added golongpoll for web pub-sub vialongpolling
2015-11-15 11:59:55 -02:00
ReadmeCritic
b040ea05fe
Update redirects in Readme
2015-11-13 12:31:47 -08:00
J Cuga
d016aca89b
Added golongpoll for web pub-sub vialongpolling
2015-11-13 11:13:17 -05:00
Thiago Avelino
238e4d5e6d
Merge pull request #668 from hako/master
...
Replace outdated Snapchat library with an updated one.
2015-11-12 20:58:27 -02:00
Wesley Hill
65176d44fe
Renamed 'snapchat' to 'ghost'
2015-11-10 10:38:05 +00:00
Wesley Hill
11437fc405
Replace outdated Snapchat library with an updated one.
2015-11-10 03:06:02 +00:00
Bam Azizi
75b3cae1ea
add JobRunner cron scheduler
2015-11-06 14:19:56 -05:00
Thiago Avelino
c7ec42226e
Merge pull request #665 from andela-earinde/add_new_section
...
Add Go compilers to awesome go's sections
2015-11-05 21:57:38 -02:00
Alvaro Viebrantz
1d578394cf
Add dat library for postgres database access
2015-11-05 11:36:11 -03:00
Arinde Eniola
a129095a0f
add Go compilers to awesome go's sections
2015-11-04 11:36:06 +01:00
Dmitri Shuralyov
cb099ebb97
Merge pull request #528 from drewwells/wt
...
Add wellington and low level libsass wrapper.
2015-11-03 10:43:11 -08:00
Drew Wells
7195e9b030
add wellington and low level libsass wrapper
...
Adds the go-libsass lib for writing your own Sass tooling. The default
implementation, wellington, implements a tool for working on Sass
projects. Wellington adds the same spriting functions as available in Compass.
Signed-off-by: Drew Wells <drew.wells00@gmail.com>
2015-11-03 03:22:06 -06:00
joeybloggs
a136aeb29f
moving from version control section to 3rd party API
2015-11-02 12:44:09 -05:00
joeybloggs
dc0f5f6852
Add webhooks library
...
* Add Github Webhook library, more service to come i.e. BitBucket..
https://github.com/go-playground/webhooks
2015-11-02 10:42:54 -05:00
Dmitri Shuralyov
ae0cca7cc3
Merge pull request #663 from dghubble/master
...
Add gologin package to auth & oauth section.
2015-11-02 01:50:18 -08:00
Dalton Hubble
687aae808a
Add gologin package to auth & oauth section
2015-11-02 01:33:16 -08:00
Thiago Avelino
ed11eb5122
Merge pull request #659 from nathan-osman/add-hectane
...
Added Hectane to the Email section
2015-11-02 00:00:54 -02:00
Thiago Avelino
b896ee5b81
Merge pull request #661 from chrislusf/master
...
add "glow" for distributed computing
2015-11-02 00:00:22 -02:00
Thiago Avelino
ac08dcc430
Merge pull request #660 from Ambrevar/master
...
Add hsync
2015-11-01 23:58:25 -02:00
sunwxg
b20ca49c89
Add goshark sorted alphabetically
2015-11-01 21:33:17 +08:00
sunwxg
2e5cd523a6
Add goshark
2015-11-01 20:58:59 +08:00
Chris Lu
e3f0d24900
add "glow" for distributed computing
2015-10-31 11:28:00 -07:00
chrislusf
4890e10ef7
Revert "Update README.md"
...
This reverts commit 0edb29955d
.
2015-10-31 10:19:56 -07:00
Pierre Neidhardt
d5b793368d
Add hsync
2015-10-30 19:12:33 +01:00
Nathan Osman
42f1d57a91
Added Hectane to the Email section
2015-10-28 22:57:09 -07:00
Thiago Avelino
9bb4affbcc
Merge pull request #655 from icebourg/master
...
Add go-getter to the network section.
2015-10-28 15:22:45 -02:00
Thiago Avelino
25bb4e9c20
Merge pull request #657 from icebourg/add-s3gof3r
...
Add s3gof3r to list of devops tools.
2015-10-28 15:22:18 -02:00
Thiago Avelino
be1c393d3b
Merge pull request #658 from sadlil/master
...
added go-trigger in utilities.
2015-10-28 15:21:48 -02:00
Thiago Avelino
556a2a6e6b
Merge pull request #656 from tracyde/add-gb
...
add gb
2015-10-28 07:38:01 -02:00
Kazi Sadlil Rhythom
e759f2c5f9
position updated.
2015-10-28 13:30:18 +06:00
Kazi Sadlil Rhythom
83ce6de0bf
added go trigger in utilities.
2015-10-28 13:26:42 +06:00
AJ Bourg
8febb3aa77
Add s3gof3r to list of devops tools.
2015-10-27 13:09:36 -06:00
Dmitri Shuralyov
445138e905
Merge pull request #601 from jackc/master
...
Add pgx to database driver list.
2015-10-27 11:41:35 -07:00
Derek Tracy
52322145f3
add gb
2015-10-27 14:33:03 -04:00
AJ Bourg
03dc2d958d
Add go-getter to the network section.
2015-10-27 12:01:17 -06:00
Thiago Avelino
a49cc6c6de
Merge pull request #639 from swapagarwal/master
...
Add slack invite link
2015-10-27 14:26:24 -02:00
Thiago Avelino
f85f11ea0a
Merge pull request #654 from penberg/update-gotk3-url
...
Update gotk3 URL
2015-10-27 13:50:10 -02:00
Thiago Avelino
26ace7d5b5
Merge pull request #652 from muniz95/master
...
LiteIDE included
2015-10-27 13:48:20 -02:00
Pekka Enberg
aac1f00b38
Update gotk3 URL
...
The upstream project has not been active for over a year. Update the URL
to point to an active fork.
2015-10-27 15:40:22 +02:00
Rodrigo Muniz
38fcbfc6aa
LiteIDE included
2015-10-27 08:57:09 -02:00
Eduardo Nunes Pereira
3d0eec51b7
Added SSLB
2015-10-26 22:20:08 -02:00
Sioro Neoku
eaeed47e7e
Add go-peerflix
2015-10-25 16:46:05 +01:00
Thiago Avelino
aa0cc97200
Merge pull request #621 from solher/patch1
...
Add Arangolite ArangoDB driver
2015-10-24 22:12:35 -02:00
Chris Lu
0edb29955d
Update README.md
2015-10-24 09:46:47 -07:00
Thiago Avelino
aa899df23c
Merge pull request #642 from musl/master
...
Add go-dsp library
2015-10-24 14:44:18 -02:00
Thiago Avelino
bdcbd7098f
Merge pull request #643 from tomcraven/master
...
README.md: add github.com/tomcraven/goga genetic algorithm machine le…
2015-10-24 14:44:03 -02:00
Ugorji Nwoke
4da4b179c5
go-codec de-facto library for cbor, msgpack, json
2015-10-24 11:26:46 -04:00
Tom
f415ab0530
README.md: add github.com/tomcraven/goga genetic algorithm machine learning library
2015-10-24 13:32:53 +01:00
Thiago Avelino
ff96f8d1f3
Merge pull request #627 from oskca/master
...
add Go bindings for Sciter: a desktop GUI development SDK
2015-10-24 07:11:03 -02:00
Thiago Avelino
cb222402f2
Merge pull request #625 from montanaflynn/master
...
Add stats package
2015-10-24 07:10:22 -02:00
Thiago Avelino
399dfa7750
Merge pull request #628 from svcavallar/master
...
Added "celeriac" library to Distributed/Grid Computing.
2015-10-24 07:09:50 -02:00
Thiago Avelino
6c26f467fa
Merge pull request #629 from mashuai/master
...
Add gcfg to Configuration
2015-10-24 07:08:45 -02:00
Swapnil Agarwal
c385bb4666
Add slack invite link
2015-10-24 01:26:59 +05:30
Mike Hix
b1e2791430
Add go-dsp library
2015-10-23 11:41:35 -07:00
Alex Palaistras
58e8a62121
Add link for go-php
in Embeddable Scripting Languages
section
2015-10-22 16:32:21 +01:00
Bruno Medeiros
88496ee0b4
Add Goclipse entry
2015-10-20 17:41:26 +01:00
Swapnil Agarwal
ff675e7fda
Add termloop under Game Development
2015-10-19 09:06:01 +05:30
jerome-laforge
376fffc900
Add log15 into Logging
2015-10-17 15:09:37 +02:00
mashuai
a16e35d4cf
add migrate to Database tools
2015-10-16 16:22:38 +08:00
mashuai
559833e65f
Add httptreemux to Web Frameworks
2015-10-16 16:14:32 +08:00
mashuai
9e2c9630a1
add gcfg in Configuration
2015-10-16 16:07:18 +08:00
Stefan von Cavallar
455acffee3
Added "celeriac" library to Distributed/Grid Computing.
2015-10-16 18:31:50 +11:00
oskca
9000dc530f
update the items orders
2015-10-16 13:40:55 +08:00
oskca
576f117248
add Go bindings for Sciter for cross platform GUI
...
sciter is a cross platform GUI toolkit which is easy to deploy to Linux,Windows and OSX. Though not open sourced, but the sicter libraries are free to use for commercial or non-commercial applications.
I created this package with cgo, and hope it a good choice for Golang GUI programming. :)
2015-10-16 13:38:00 +08:00
Sam Couch
22c3a67f25
Add clarifai client library
2015-10-15 23:53:44 -04:00
Montana Flynn
3afde332e3
Add stats package
2015-10-15 13:04:18 -07:00
AJ Bourg
518f61cb3c
Update README.md
...
Gaudi is being discontinued: http://marmelab.com/blog/2014/11/06/retiring-gaudi.html
2015-10-14 14:24:31 -06:00
Tobias Schmid
4b99d0e6eb
Add bosun
2015-10-14 13:08:03 +02:00
Fabien Herfray
737c5d65c7
Arangolite ArangoDB driver added
2015-10-14 12:21:09 +02:00
Dmitri Shuralyov
9645de3ac8
Merge pull request #619 from toashd/master
...
Add cockroach to databases.
2015-10-14 01:31:35 -07:00
Tobias Schmid
921f3ec381
Add cockroach to databases
2015-10-14 10:15:11 +02:00
Pavel Paulau
a4770c2e94
Add Prometheus
2015-10-13 23:08:28 -07:00
Vinicius Souza
234c7d4ad3
Add Medium SDK for Medium's OAuth2 API
2015-10-09 10:46:25 -03:00
jawher
a76cc8be11
Add mow.cli
2015-10-08 21:39:00 +02:00
Francois
5517cf83ca
Adding rerun
2015-10-08 13:31:04 +02:00