Markus Zimmermann
16fda2533f
Add section for fuzzing and delta-debugging/reducing/shrinking
...
Fuzzing is in general the generation of data e.g. for testing functions with random values
Delta-debugging/reducing/shrinking (all three names describe the same thing but the scientific community does not agree to one) describe techniques to reduce data systematically e.g. An input X leads to an error. Give me the minimal version of X which still reproduces the error.
These two areas come normally hand in hand since the same rules for generating can be used to reduce data. I would also like to add a symbolic execution and dynamic symbolic exuction section but I do not know any tool (yet) which is written in Go and does that.
2014-12-31 14:42:36 +01:00
Markus Zimmermann
9598d6fad7
add go-mutesting
...
This is the only publicly available mutation tester for Go source code.
2014-12-31 14:09:25 +01:00
fuli
15c25c1b0a
add gonet
2014-12-31 10:29:57 +08:00
Matt Holt
1accafe625
Added golang-graphics; replaced go generate link
2014-12-30 12:30:49 -07:00
Matt Holt
22ed7926d2
Merge pull request #247 from zankich/master
...
Add gobot and Hardware section
2014-12-30 11:36:49 -07:00
Adrian Zankich
b2d963d91b
Add gobot and Hardware section
2014-12-30 09:00:32 -08:00
John Dyer
2baa08c205
Add goamz fork form Hashiecorp
2014-12-30 09:11:23 -05:00
John Dyer
d526760b3c
Add go-amz library
2014-12-30 09:11:07 -05:00
John Dyer
a93e117ed0
Add additional logging plugins
2014-12-30 09:09:22 -05:00
Dmitri Shuralyov
8e984878d5
Update ebook link with an improved one.
...
Closes #245 .
2014-12-29 22:02:54 -08:00
Matt Holt
7ce37f4919
Merge pull request #244 from gregpardo/master
...
Add Bone: Lightning Fast HTTP Multiplexer.
2014-12-29 21:57:56 -07:00
gregpardo
6dbd038532
Add Bone: Lightning Fast HTTP Multiplexer.
2014-12-29 21:38:50 -05:00
Matt Holt
30f4542076
Merge pull request #234 from areski/pr-add-sql-tools
...
Add SQL Query Builder Section with Squirrel & Dotsql
2014-12-29 11:06:14 -07:00
areski
c564923fc3
Fix order
2014-12-29 19:04:56 +01:00
areski
d2a0a07bdf
Move SQL builder to sub-category of Database
2014-12-29 17:55:00 +01:00
Dmitri Shuralyov
011d80adaa
Merge pull request #243 from 88250/master
...
Add Software Packages -> DevOps Tools -> Wide.
2014-12-28 20:10:17 -08:00
Liang Ding
82e55fef87
Add Software Packages -> DevOps Tools -> Wide
2014-12-29 11:52:24 +08:00
Rui-huai Zhang
75a20ed075
move limetext to other software
2014-12-29 09:50:37 +08:00
Matt Holt
bcaa2ac8a8
Merge pull request #242 from ian-kent/master
...
Add/update some libraries
2014-12-28 15:08:39 -07:00
Matt Holt
17f959503a
Merge pull request #239 from siddontang/master
...
Add: go-mysql, a database toolset for mysql protocol and replication
2014-12-28 15:01:59 -07:00
Matt Holt
0ee7c4cbf1
Merge pull request #240 from chrislusf/master
...
Add Seaweed File System.
2014-12-28 15:01:02 -07:00
Ian Kent
a552e80bcd
Add/update some libraries
...
- Update MailHog path and description
- add envconf/gofigure/smtp/websysd/purl/go-log/goose/linkio
2014-12-28 09:47:07 +00:00
Rui-huai Zhang
0cdfb31e3c
add Editor: limetext
2014-12-28 13:38:20 +08:00
chrislusf
c5a1eed6f7
Add Seaweed File System.
2014-12-24 13:24:35 -08:00
siddontang
dab333d536
Update README.md
2014-12-24 14:31:08 +08:00
siddontang
4d9519b1e8
Add: go-mysql, a database toolset for mysql
2014-12-24 14:28:40 +08:00
Matt Holt
c241cfa3ed
Merge pull request #238 from johntdyer/master
...
Include portproxy and spinner
2014-12-23 09:23:58 -07:00
John Dyer
1ad0160e3f
Added devops tool called OSTENT - 'collects and displays system metrics and optionally relays to Graphite and/or InfluxDB'
2014-12-23 09:43:18 -05:00
John Dyer
e880173f03
Add CLI spinner util
2014-12-23 09:16:39 -05:00
John Dyer
8eeeebc5a7
Add portproxy CORS util
2014-12-23 09:16:22 -05:00
Matt Holt
1665b97ad0
Removed duplicate ebook listing; corrected names
...
Closes #237
2014-12-22 21:29:54 -07:00
Matt Holt
34709da5d4
Merge pull request #236 from asaskevich/patch-1
...
New description for the EventBus package
2014-12-22 08:38:03 -07:00
Alex Saskevich
e3b3d7a531
New description for the EventBus package
...
https://github.com/asaskevich/EventBus
2014-12-22 16:45:33 +03:00
Matt Holt
dd63e1073b
Merge pull request #235 from asaskevich/patch-1
...
Added EventBus package to Messaging
2014-12-20 13:39:00 -07:00
Alex Saskevich
6adacc6ac9
Added EventBus package to Messaging
2014-12-20 22:54:31 +03:00
Matt Holt
e0a7161972
Merge pull request #233 from matrixik/patch-8
...
Add gocostmodel benchmark
2014-12-20 10:20:42 -07:00
Dobrosław Żybort
1682d76d8d
add: gocostmodel benchmark
2014-12-20 16:18:53 +01:00
areski
3dafaf66be
Add SQL Query Builder Section with Squirrel & Dotsql
2014-12-20 01:21:18 +01:00
Matt Holt
96d4f7300d
Merge pull request #230 from endeveit/master
...
Added package with cgo bindings for libenca
2014-12-17 08:45:57 -07:00
Nikita Vershinin
33100ad7cd
Added package with cgo bindings for libenca
2014-12-17 11:47:10 +06:00
Matt Holt
90c2fd2b66
Merge pull request #229 from endeveit/master
...
Added guesslanguage package
2014-12-16 09:28:09 -07:00
Nikita Vershinin
e8807aded0
Added guesslanguage package
2014-12-16 18:15:19 +06:00
Matt Holt
e4123b3d33
Merge pull request #228 from liudng/master
...
Add [dogo] to DevOps Tools.
2014-12-10 23:23:54 -07:00
liudng
ddeccece22
Add [dogo] to DevOps Tools.
2014-12-11 14:19:27 +08:00
Thiago Avelino
ed78b1ebc5
Merge pull request #227 from DamnWidget/master
...
added VenGO
2014-12-09 18:11:11 -02:00
Oscar Campos
7ef7ee5d55
place VenGO in alphabetical order in the list
2014-12-09 19:51:53 +00:00
Oscar Campos
b768da5c35
added VenGO
2014-12-09 19:40:55 +00:00
Matt Holt
f98bd05fbb
Merge pull request #226 from aruzmeister/master
...
Developer's notebook
2014-12-09 07:21:14 -07:00
Aruj Parajuli
0b818cc67c
Ebook:Developer's notebook
2014-12-09 12:38:27 +05:30
Dmitri Shuralyov
3f6ec7bf4f
Merge pull request #225 from DeepAnchor/master
...
Add pgweb as a database tool.
2014-12-05 20:07:44 -08:00