Commit Graph

2814 Commits

Author SHA1 Message Date
Sergey Grebenshchikov
82301fdb33 Add piecewiselinear (#2208)
> A tiny library for linear interpolation. O(log(N)) per evaluation for N control points.

Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard) before sending pull request. Thanks!

**Please provide package links to:**

- github.com repo: https://github.com/sgreben/piecewiselinear
- godoc.org: https://godoc.org/github.com/sgreben/piecewiselinear
- goreportcard.com: https://goreportcard.com/report/github.com/sgreben/piecewiselinear
- coverage service link [![cover.run](https://cover.run/go/github.com/sgreben/piecewiselinear/.svg?style=flat&tag=golang-1.10)](https://cover.run/go?tag=golang-1.10&repo=github.com%2Fsgreben%2Fpiecewiselinear%2F)

**Note**: that new categories can be added only when there are 3 packages or more.

**Make sure that you've checked the boxes below before you submit PR:**
- [x] I have added my package in alphabetical order.
- [x] I have an appropriate description with correct grammar.
- [x] I know that this package was not listed before.
- [x] I have added godoc link to the repo and to my pull request.
- [x] I have added coverage service link to the repo and to my pull request.
- [x] I have added goreportcard link to the repo and to my pull request.
- [x] I have read [Contribution guidelines](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#contribution-guidelines), [maintainers note](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#maintainers) and [Quality standard](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard).

Thanks for your PR, you're awesome! 👍
2018-11-06 09:02:07 +08:00
Sean Chen
2a1af16570 add tspool package (#2198)
* add two/tcp library

* change project order

* add tspool package
2018-10-29 10:01:33 -03:00
Gabriel Vasile
57178ef31b Add mimetype package (#2197) 2018-10-29 10:00:23 -03:00
Max Chechel
aac5050e48 Added link to GoWrap code generation tool (#2192)
* Added link to minimock generator

* Add github.com/hexdigest/prep

* changed the ordering

* added links to gounit tool and gounit-vim plugin

* added link to gowrap code generation tool
2018-10-27 12:12:08 -03:00
Eyal Posener
0455510e8e Add ctxutil (#2193) 2018-10-27 12:05:12 -03:00
Nap Joseph Calub
6e0c453ae5 Used shields.io for the slack badge in the README file. Fixes #1751. (#2190) 2018-10-27 06:55:39 -03:00
rocketlaunchr-cto
fcf4ac4ac6 added dataframe-go (#2165) 2018-10-24 16:41:48 -03:00
zRedShift
857b95a5b6 Add mimemagic to the list (#2181)
* Update README.md

* Update README.md
2018-10-24 16:41:10 -03:00
Andy Pan
9ff7813f42 add a new repository of goroutine pool (#2183) 2018-10-24 16:40:58 -03:00
Inhere
a01c1fc404 add package validate (#2187)
package https://github.com/gookit/validate
2018-10-24 16:40:41 -03:00
Cássio Botaro
2e19e74ca9 remove go.matrix (#2154) 2018-10-22 12:07:37 -03:00
Cássio Botaro
827cf0414f remove gofrac (#2155) 2018-10-22 12:07:24 -03:00
Cássio Botaro
bad9c6d7df remove gostat (#2156) 2018-10-22 12:06:38 -03:00
Babiv Sergey
7406a31df2 xml2map (#2173)
XML to MAP converter written Golang
https://github.com/sbabiv/xml2map
2018-10-18 23:31:50 -03:00
Andrey Yurchenkov
90813eebe1 Remove zachlatta/postman (#2179)
Closes #2178
No tests, Latest commit 74f941f on Feb 27, 2017, issues abandoned
2018-10-19 08:59:59 +08:00
Hugo Carreira
aa4623279e Adding Go-Decent-Copy (#2168)
Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard) before sending pull request. Thanks!

**Please provide package links to:**

- github.com repo: https://github.com/hugocarreira/go-decent-copy
- godoc.org: [![GoDoc](https://godoc.org/github.com/hugocarreira/go-decent-copy?status.svg)](https://godoc.org/github.com/hugocarreira/go-decent-copy)
- goreportcard.com: [![Go Report Card](https://goreportcard.com/badge/github.com/hugocarreira/go-decent-copy)](https://goreportcard.com/report/github.com/hugocarreira/go-decent-copy)
- coverage service link: [![codecov](https://codecov.io/gh/hugocarreira/go-decent-copy/branch/master/graph/badge.svg)](https://codecov.io/gh/hugocarreira/go-decent-copy)


Very good coverage

**Note**: that new categories can be added only when there are 3 packages or more.

**Make sure that you've checked the boxes below before you submit PR:**
- [x] I have added my package in alphabetical order.
- [x] I have an appropriate description with correct grammar.
- [x] I know that this package was not listed before.
- [x] I have added godoc link to the repo and to my pull request.
- [x] I have added coverage service link to the repo and to my pull request.
- [x] I have added goreportcard link to the repo and to my pull request.
- [x] I have read [Contribution guidelines](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#contribution-guidelines), [maintainers note](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#maintainers) and [Quality standard](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard).
2018-10-19 08:59:11 +08:00
Andrey Yurchenkov
6cd1ebcf36 remove websysd/websysd (#2171) 2018-10-18 12:31:22 -03:00
Inhere
77e1efc81a add package filter (#2174)
package: [filter](https://github.com/gookit/filter)
2018-10-18 12:30:49 -03:00
Andrey Yurchenkov
f57fff807c Remove blogcin/ToTo (#2177) 2018-10-18 12:25:19 -03:00
John Deng
05c32640db added hiboot - a high performance web and cli application framework w… (#2167)
hiboot - the cli/web framework with auto configuration and dependency injection

Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard) before sending pull request. Thanks!

**Please provide package links to:**

- github.com repo: https://github.com/hidevopsio/hiboot
- godoc.org: [![Documentation](https://godoc.org/github.com/golang/gddo?status.svg)](https://godoc.org/github.com/hidevopsio/hiboot)
- goreportcard.com: [![Go Report Card](https://goreportcard.com/badge/github.com/hidevopsio/hiboot)](https://goreportcard.com/report/github.com/hidevopsio/hiboot)
- coverage service link: [![codecov](https://codecov.io/gh/hidevopsio/hiboot/branch/master/graph/badge.svg)](https://codecov.io/gh/hidevopsio/hiboot)

Very good coverage

**Note**: that new categories can be added only when there are 3 packages or more.

**Make sure that you've checked the boxes below before you submit PR:**
- [x ] I have added my package in alphabetical order.
- [x] I have an appropriate description with correct grammar.
- [x] I know that this package was not listed before.
- [x] I have added godoc link to the repo and to my pull request.
- [x] I have added coverage service link to the repo and to my pull request.
- [x] I have added goreportcard link to the repo and to my pull request.
- [x] I have read [Contribution guidelines](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#contribution-guidelines), [maintainers note](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#maintainers) and [Quality standard](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard).

Thanks for your PR, you're awesome! 👍
2018-10-18 10:46:45 +08:00
徐佳军
624cb14e00 add https://github.com/xujiajun/gotokenizer library (#2160)
Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard) before sending pull request. Thanks!

**Please provide package links to:**

- github.com repo: https://github.com/xujiajun/gotokenizer
- godoc.org: https://godoc.org/github.com/xujiajun/gotokenizer
- goreportcard.com: https://goreportcard.com/report/github.com/xujiajun/gotokenizer
- coverage service link: https://coveralls.io/github/xujiajun/gotokenizer?branch=master


Very good coverage

**Note**: that new categories can be added only when there are 3 packages or more.

**Make sure that you've checked the boxes below before you submit PR:**
- [✔️ ] I have added my package in alphabetical order.
- [✔️ ] I have an appropriate description with correct grammar.
- [✔️ ] I know that this package was not listed before.
- [✔️ ] I have added godoc link to the repo and to my pull request.
- [✔️ ] I have added coverage service link to the repo and to my pull request.
- [✔️ ] I have added goreportcard link to the repo and to my pull request.
- [✔️] I have read [Contribution guidelines](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#contribution-guidelines), [maintainers note](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#maintainers) and [Quality standard](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard).

Thanks for your PR, you're awesome! 👍
2018-10-17 09:09:22 +08:00
David Schneidhoffer
c94c83e2f9 Remove tui-go, because it's no longer maintained (#2164)
I am also added a replacement for it, check the another PR: https://github.com/avelino/awesome-go/pull/2163
2018-10-16 22:07:56 -03:00
Scott Johnston
3bfddf267b Update README.md (#2169)
changing flowgraph package description to be flow-based
2018-10-16 22:07:04 -03:00
Elliot Forbes
c4beeb1e14 Adding TutorialEdge to the list of Websites and WebAssembly tutorial … (#2162)
* Adding TutorialEdge to the list of Websites and WebAssembly tutorial to list of tutorials

* Fixed alphabetical ordering

* Fixing order...
2018-10-16 22:06:03 -03:00
Adam Jones
9f663dfa6f Add APNs2 HTTP/2 Apple Push Notification library (#2149) 2018-10-15 21:28:42 -03:00
Grachev Mikhail
6396c5890f Fix typos (#2161) 2018-10-15 21:28:10 -03:00
Lucas Gabriel Schneider
28770739c1 Fixed typos at readme (#2150)
* Update README.md

* Update README.md
2018-10-13 13:42:32 -03:00
Roberto Duessmann
d5f2d50b84 Remove spate/vectormath (#2152) 2018-10-13 10:34:53 -03:00
zhulongcheng
e6af0a086e Add package testsql (#2148) 2018-10-13 10:34:25 -03:00
Kévin Dunglas
ce717eb1d9 Add the Mercure (#2147) 2018-10-13 10:34:13 -03:00
Aofei Sheng
d07f569ce0 Fix repo URLs (#2153)
https://github.com/sheng/air -> https://github.com/aofei/air
https://github.com/sheng/sandid -> https://github.com/aofei/sandid
https://github.com/sheng/cameron -> https://github.com/aofei/cameron
2018-10-13 10:33:52 -03:00
Alex Pliutau
92b1a8182a Add package main YouTube channel link (#2145) 2018-10-12 06:03:43 -03:00
Alex Pliutau
8f079bc0b7 Add wit-go official wit.ai Go client (#2144) 2018-10-11 09:57:44 -03:00
Rodrigo Brito
b1dc5bfa8f Include StudioSol/set (#2141) 2018-10-08 04:59:34 -03:00
Rodrigo Brito
555ecc1321 Include StudioSol/async (#2140) 2018-10-08 04:59:19 -03:00
Balazs Nadasdi
b091fa9965 add go-commander (#2138) 2018-10-06 22:31:36 -03:00
Guilherme Caruso
41ca9e1be6 Kair - Time and Date Lib - Insert (#2135)
* Kair - Time and Date Lib - Insert

* Lint - Checked and ready!

* Lint - Checked and ready!

* Description adjust
2018-10-06 04:54:27 -03:00
Adrian-George Bostan
640566012f Add libvlc-go (#2134) 2018-10-06 04:54:10 -03:00
Sebastian
109825c0f9 Fix goreportcard URL (#2126)
* Fix goreportcard URL

Fixed the goreportcard URL by removing the "report" part which was leading to a 404 page. Now the URL points to the homepage, I assume this is what was intended.

* Update link to include "github.com"

Update link to include "github.com" in path to prevent going to 404 page.
2018-10-06 04:53:51 -03:00
Noel Yahan
e2597896d5 add mergi (#2111) 2018-10-05 18:23:12 -03:00
lx4r
238bf95c44 adding Codingame (#2117) 2018-10-05 18:23:02 -03:00
Wolfy-J
4067d06eb6 Update README.md (#2120) 2018-10-05 18:22:46 -03:00
Evan Mena
e0c62de6fb Added ynab api go library (#2122) 2018-10-05 18:22:36 -03:00
Bidhan A
eb4669bb3b add gaia to DevOps Tools (#2123) 2018-10-05 18:22:09 -03:00
Fábio da Silva Ribeiro
00de1afb01 Cachego Support (#2124)
Added cachego link to database drivers.
2018-10-05 18:21:57 -03:00
Gergely Brautigam
91facb3c64 Added furnace to awesome-go. (#2129) 2018-10-05 18:21:46 -03:00
Stefan Wüthrich
5713a743df add golangch twitter (#2132)
* Add @golanch twitter

* correct order
2018-10-05 18:21:07 -03:00
auxten
02c39f8c9d add CovenantSQL (#2099) 2018-10-03 18:29:54 -03:00
Jessica Temporal
7e73534e7c Adds me to Mainteners list (#2131) 2018-10-03 17:46:21 -03:00
Heungsub Lee
6f1a9c721e NLP libraries in Chinese, Japanese (#2104)
* Add go-pinyin

* Add kagome

* Make descriptions for go-pinyin and kagome simpler
2018-10-03 16:19:56 -03:00