GX 软件包管理工具 GX

![image](http://static.oschina.net/uploads/space/2016/0324/150230_TSMI_2667679.jpg) 安装: <pre class="brush:cpp ;toolbar: true; auto-links: false;">$ go get -u github.com/whyrusleeping/gx</pre> 用法: 创建和公开新的通用包: <pre class="brush:cpp ;toolbar: tru...阅读全文

2016-03-23 16:00:00 whyrusleeping

Micro 微服务工具包 Micro

如果你想现在就开始 写作服务试试[go-micro](http://www.oschina.net/p/go-micro?fromerr=Lgfx30xn) 。 如何用 ruby或python写 服务 的例子可以在 [ 这里 ](https://github.com/micro/micro/tree/master/examples/greeter) 找到 * [Mailing List](https://groups.google.com/fo...阅读全文

2016-03-21 16:00:00 micro

go-micro 基于微服务库的可插拔RPC go-micro

示例服务可以在 [examples/service](https://github.com/micro/go-micro/tree/master/examples/service) 找到。 特征 **特征 ** **包 ** **内置插件 ** **描述** Discovery [Registry](https://godoc.org/github.com/micro/go-micro/registry) consul 用来沟通的一种 定位服务 ...阅读全文

2016-03-21 16:00:00 micro

Micro_SideCar HTTP接口 Micro_SideCar

# Micro SideCar SideCar 提供了一个 集成应用程序到微型 生态系统 的HTTP接口 。 它类似于 Netflix 称为Prana 的SideCar。 ** 特性 ** * 登记 发现系统 * 主机 的 其他 服务发现 * 健康检查服务 * HTTP API 和负载平衡 要求 * 通过 PubSub的 的WebSockets ** 入门 ** **安装** <pr...阅读全文

2016-03-21 16:00:00 micro

LFGo Go 编程语言 LFGo

用法: <pre class="brush:cpp ;toolbar: true; auto-links: false;">$ racket l++.rkt -h l++.rkt [ &lt;option&gt; ... ] [&lt;filenames&gt;] ...  where &lt;option&gt; is one of   -c, --compile : Compile only; do not run   -v, --verbose : Display verbose mes...阅读全文

2016-03-21 16:00:00 网友

Lineargo 数据线性分类器 Lineargo

* L2-正规化分类 * L2-SVM线性损耗,L1-SVM线性损耗和logistic回归(LR) * L1-正规化分类(版本1.4) * L2-SVM线性损耗和logistic回归(LR) * L2-支持正规化向量回归(版本1.9) * L2-SVR线性损耗和L1-SVR线性损耗。 安装: 这个软件包依赖LIBLINEAR2.1+和Go 1.6+。请通过自制软件或操作系统上的其他软件包管理器先安装这些: <pre class="brush:cpp ;toolbar: true;...阅读全文

2016-03-20 16:00:00 lazywei

Lion HTTP 路由器 Lion

Lion 是一个 Go 语言的快速 HTTP 路由器,支持构建可伸缩的模块化的 REST APIs 应用。 ![Lion&#39;s Hello World GIF](http://static.oschina.net/uploads/img/201603/21072501_zP7s.gif) ## 特性 * **上下文敏感**: Lion 使用事实标准 [net/Context](https://golang.org/x/net/context) 用于存储路由参数并在中间件和 HTTP ...阅读全文

2016-03-20 16:00:00 celrenheit

unused 检查Go代码未使用的常量变量等 unused

unused是用来检查Go代码未使用的常量,变量,函数和类型的。 ### 安装 <pre class="brush:shell;toolbar: true; auto-links: false;">go get honnef.co/go/unused/cmd/unused</pre> ### 用法 <pre class="brush:shell;toolbar: true; auto-links: false;">unused -hel</pre> ### 示例 <pre c...阅读全文

2016-03-16 16:00:00 dominikh

4chan-scraper 图像放置工具 4chan-scraper

4chan-scraper是一个简单的图像放置工具,可以将所有的图像放置在一个线程上。 用法: <pre class="brush:cpp ;toolbar: true; auto-links: false;">./4chan-scraper -url &lt;thread url&gt;</pre> 特点: <pre class="brush:cpp ;toolbar: true; auto-links: false;">- Implement support for tracking...阅读全文

2016-03-16 16:00:00 jcline

Certchk HTTPS 证书检查工具 Certchk

Certchk 是一款快速的 HTTPS 证书检查工具。 获取安装 <pre class="brush:cpp ;toolbar: true; auto-links: false;">$ go get github.com/rapidloop/certchk</pre> 使用 <pre class="brush:cpp ;toolbar: true; auto-links: false;">$ go get github.com/rapidloop/certchk $ certchk ...阅读全文

2016-03-16 16:00:00 rapidloop

gomandel Mandelbrot in Golang gomandel

gomandel是一个用go语言写的简单的mandelbrot demo。使用OpenGL+ SDL来显示,用软件来绘制Mandelbrot。 通过使用双精度点计算一个Mandelbrot,并正常化这些值,从而使得调色板均匀分布。 ![image](http://static.oschina.net/uploads/space/2016/0316/171522_8hVM_2652078.png) ### 安装 运行以下代码安装: <pre class="brush:shell;tool...阅读全文

2016-03-15 16:00:00 marijnfs

Gomobile iOS和Android的开发库 Gomobile

Gomobile是一个应用于iOS和Android的优秀跨平台开发库,为开发者提供用于创建Android和iOS 移动平台代码的工具。 ### 环境设置 我们需要Go 1.5及以上版本(版本越高越好)。  然后,我们需要安装Gomobile: <pre class="brush:cpp ;toolbar: true; auto-links: false;">go get golang.org/x/mobile/cmd/gomobile</pre> 注:该命令可能需要几分钟的时间。 ...阅读全文

2016-03-15 16:00:00 golang

Easyjson 快速JSON序列化 Easyjson

Easyjson用于序列化JSON数据,采用Go语言编写,而不是通过使用反射生成编组代码。一个库的目的之一是使所生成的代码足够简单,使得它可以容易地优化或固定。另一个目标是为用户提供不可定制的“encoding/json”,如产生snake_case名称或启用默认“omitempty“生成代码。 用法: <pre class="brush:shell;toolbar: true; auto-links: false;">go get github.com/mailru/easyjson/...阅读全文

2016-03-15 16:00:00 mailru

OpenFalcon 小米监控系统 OpenFalcon

OpenFalcon是一款小米监控系统。 功能: * **数据采集免配置**:agent自发现、支持Plugin、主动推送模式 * **容量水平扩展**:生产环境每秒50万次数据收集、告警、存储、绘图,可持续水平扩展。 * **告警策略自发现**:Web界面、支持策略模板、模板继承和覆盖、多种告警方式、支持回调动作。 * **告警设置人性化**:支持最大告警次数、告警级别设置、告警恢复通知、告警暂停、不同时段不同阈值、支持维护周期,支持告警合并。 * **历史数据高效查询**:秒...阅读全文

2016-03-14 16:00:00 open-falcon

Pseudo 自动算法转换 Pseudo

Pseudo利用一个算法/一个简单程序,然后在Python, JavaScript, C#, Go 和 Ruby 中生成为惯用代码。 Pseudo实现两层翻译:它采取目标 语言的语法 ,可以使用Y语言的本地标准库表达出X语言的标准库的方法/API。 应用实例: * generate code for the same task/algorithm in different languages (parser generators etc) * port a library/cod...阅读全文

2016-03-14 16:00:00 alehander42

Harbor 企业级Registry Harbor

![alg tag](http://static.oschina.net/uploads/img/201603/15130717_M8y6.png) 容器应用的开发和运行离不开可靠的镜像管理。从安全和效率等方面考虑,部署在私有环境内的Registry是非常必要的。Project Harbor是由VMware公司中国团队为企业用户设计的Registry server开源项目,包括了权限管理(RBAC)、LDAP、审计、管理界面、自我注册、HA等企业必需的功能,同时针对中国用户的特点,设计镜像复制...阅读全文

2016-03-14 16:00:00 vmware

Hopen Golang web极速开发框架 Hopen

Golang web极速开发框架。 使用: ## [](https://github.com/who246/hopen#main)main <pre class="brush:cpp ;toolbar: true; auto-links: false;">func init(){ //hopen.AddRouter(&#34;/test/:id([0-9]+)/sss&#34;,&amp;testController.TestController{},&#34;get:tohtml&#...阅读全文

2016-03-13 16:00:00 who246

Rdb-viewer Rdb格式文件查看工具 Rdb-viewer

redis db文件-rdb格式文件查看工具。命令行下使用,输出文本格式,方便在cli模式下进行数据分析。使用golang编写,直接编译成一个二进制文件即可使用。 ## 安装 <pre class="brush:cpp ;toolbar: true; auto-links: false;">export GO15VENDOREXPERIMENT=1 go get -u github.com/hidu/rdb-viewer</pre> ## [](https://github.co...阅读全文

2016-03-13 16:00:00 hidu

Gooverssh 转发服务小应用 Gooverssh

gooverssh 是基于[gosshtool](http://www.oschina.net/p/gosshtool)的一个ssh开发包开发的一个基于ssh本地端口转发服务小应用,可以方便突破一些网络限制,如通过ssh代理访问内网数据库服务。 使用 编辑config.toml文件: <pre class="brush:shell;toolbar: true; auto-links: false;">  [ssh]   local_bind_address = &#34;:330...阅读全文

2016-03-13 16:00:00 scottkiss