Commit Graph

1075 Commits

Author SHA1 Message Date
Duke
53a54206ce Merge pull request #511 from ufocoder/patch-1
Add anaconda
2015-08-01 09:06:45 -03:00
Ufocoder
9d04d460d2 Add anaconda
Add [anaconda](https://github.com/ChimeraCoder/anaconda) library for working with Twitter 1.1 API to `Third-party APIs` section
2015-07-31 12:26:04 +05:00
Dmitri Shuralyov
8b30f58b7d Merge pull request #509 from adrianmo/master
Add go-nmea to Text Processing.
2015-07-30 14:01:19 -07:00
Adrián Moreno
280c860538 Move go-nmea to Text Processing 2015-07-30 22:47:31 +02:00
Adrián Moreno
d7740f7d4b Added go-nmea library 2015-07-30 12:47:36 +02:00
Matt Holt
43d1d6837a Merge pull request #502 from joeybloggs/master
Add Basic Assertion Library
2015-07-29 22:48:54 -06:00
Dmitri Shuralyov
39027a2003 Add dgryski/go-jump.
Closes #489.
2015-07-28 15:09:18 -07:00
Dmitri Shuralyov
9e44d1c603 Merge pull request #506 from seiflotfy/master
Add seiflotfy/cuckoofilter package.
2015-07-28 15:05:58 -07:00
Matt Holt
db8f88ef34 Merge pull request #492 from StabbyCutyou/add-buffstreams
Adding in Buffstreams - Streaming protobuffs message data over TCP ma…
2015-07-28 07:25:22 -06:00
Seif Lotfy
0b6a750e7d Add seiflotfy/cuckoofilter package 2015-07-27 23:47:21 +02:00
Dean Karn
e16a024145 update library description
a few weeks ago I added validation to Slice, Array and Maps contents as well as each or any level within, so just updating the library description to reflect that.
2015-07-26 22:02:02 -04:00
joeybloggs
09206efa4a Merge remote-tracking branch 'upstream/master' 2015-07-26 21:58:13 -04:00
Matt Holt
5235f54bfd Merge pull request #505 from mrfuxi/validation/govalidator
govalidator belongs in Validation section
2015-07-26 15:22:14 -06:00
Karol Duleba
995b7600b4 govalidator belongs in Validation section 2015-07-26 21:09:36 +01:00
Thiago Avelino
afa76fa351 Merge pull request #504 from marioidival/translate_api
Add poorny/translate on Third party API section
2015-07-23 12:38:17 -03:00
Mario Idival
c17076fa28 add translate on third party api 2015-07-23 12:31:38 -03:00
Mario Idival
654ff733ee Add poorny/translate package 2015-07-23 09:52:03 -03:00
joeybloggs
def3b51563 Add Basic Assertion Library
Add https://github.com/bluesuncorp/assert - A Basic Assertion Library used along side native go testing, with building blocks for custom assertions
2015-07-22 20:49:29 -04:00
Thiago Avelino
01bdd217ae Merge pull request #501 from vrischmann/add-envconfig
Added envconfig to Configuration
2015-07-22 18:58:51 -03:00
Vincent Rischmann
8eb4b38418 Added envconfig to Configuration 2015-07-22 21:58:22 +02:00
Thiago Avelino
82b16822f1 Merge pull request #500 from tylertreat/tylertreat-patch-1
Add boomfilters and go-datastructures packages
2015-07-22 00:43:37 -03:00
Tyler Treat
b56a2114d8 Add boomfilters and go-datastructures packages 2015-07-21 22:06:18 -05:00
Thiago Avelino
e82326c371 Merge pull request #490 from l3pp4rd/add-txdb
add single transaction based sql driver project
2015-07-21 23:32:10 -03:00
Thiago Avelino
15cb86a3ce Merge pull request #495 from mattcunningham/master
Added mattcunningham/gumblr
2015-07-21 23:31:40 -03:00
Matt Holt
16cc3af0e9 Merge pull request #499 from peggyl/update-conferences
Add GoCon and GothamGo to the conference list
2015-07-21 19:11:49 -06:00
Peggy Li
63f1108d8f Add GoCon and GothamGo to the conference list
Also list the conference cities to make it clearer where they are
held, since it's not always evident from the conference name.
2015-07-21 17:21:33 -07:00
Matt Holt
00e53d710d Merge pull request #498 from aviau/patch-1
goraft is unmaintained
2015-07-20 22:11:35 -06:00
Alexandre Viau
531c4a29ec goraft is unmaintained 2015-07-20 20:00:27 -04:00
Matt Holt
f2b372c9e3 Merge pull request #496 from RichardKnop/feature/added-machinery-to-messaging
Added Machinery to Messaging section.
2015-07-15 09:23:34 -06:00
Richard Knop
6bfc46523e Added Machinery to Messaging section.
Machinery is an asynchronous task queue/job queue based on distributed
message passing. Think of it as Celery for Golang.

So called tasks (or jobs if you like) are executed concurrently either
by many workers on many servers or multiple worker processes on a single
server using Golang's goroutines.
2015-07-15 16:08:51 +01:00
Duke
41e4392247 Merge pull request #491 from gosuri/master
Added go-store
2015-07-13 20:19:55 -03:00
Matthew Cunningham
57e72b4656 Added mattcunningham/gumblr 2015-07-13 15:50:59 -07:00
Matt Holt
f35aa47861 Merge pull request #494 from maruel/master
Add panicparse.
2015-07-13 09:00:33 -06:00
Marc-Antoine Ruel
fce2d60b66 Add panicparse. 2015-07-13 09:25:32 -04:00
Greg Osuri
827fd5d84d Fixed ordering for go-store 2015-07-12 18:34:27 -07:00
Duke
91394e7d57 move gocc to github repository #328 2015-07-12 20:13:44 -03:00
StabbyCutyou
52f61689af Adding in Buffstreams - Streaming protobuffs message data over TCP made easy 2015-07-11 11:26:27 -04:00
Greg Osuri
b35e82968f Added go-store 2015-07-10 10:51:56 -07:00
gedi
e3b421425d add single transaction based sql driver project 2015-07-09 09:19:53 +03:00
Duke
053f786677 Merge pull request #486 from mrsinham/master
Third-party APIs - Google Adwords Unofficial API
2015-07-05 16:44:03 -03:00
mrsinham
2393f54ae7 Fixing alphabetical order 2015-07-05 17:58:11 +02:00
mrsinham
3dc977af9d Third-party APIs - Google Adwords Unofficial API 2015-07-05 13:08:14 +02:00
Duke
b618d5797f Merge pull request #470 from valyala/patch-1
Added gorpc to distributed systems
2015-06-30 21:46:45 -03:00
Aliaksandr Valialkin
50105b9887 Added gorpc to distributed systems 2015-06-30 22:08:02 +03:00
Dmitri Shuralyov
676cccf047 Merge pull request #469 from firstrow/patch-4
Typo fix.
2015-06-29 15:10:37 -07:00
Andrii Bubis
2597cd3e3b Typo fix 2015-06-29 11:39:57 -07:00
Matt Holt
6a1b13c04d Merge pull request #456 from hillu/master
Add go-yara
2015-06-28 08:51:49 -06:00
Hilko Bengen
c91b08512a Add go-yara 2015-06-28 16:23:09 +02:00
Matt Holt
027da3ff1b Submit a PR rather than an issue (closes #467) 2015-06-28 07:52:31 -06:00
Dmitri Shuralyov
d7fa32818e Merge pull request #466 from hallas/patch-1
Remove ServeMux from list of frameworks.
2015-06-28 01:36:21 -07:00