Fork me on GitHub

随笔分类 -  OpenSource

摘要:A high performance, open source, general-purpose RPC framework Ref:grpc Ref:gRPC 官方文档中文版 Ref:gRPC服务发现&负载均衡 Ref:HTTP2 概述 阅读全文
posted @ 2017-08-01 02:05 Nick.Chung 阅读(395) 评论(0) 推荐(0) 编辑
摘要:Libgdx is a cross-platform game and visualization development framework. It currently supports Windows, Linux, Mac OS X, Android, Blackberry, iOS, and 阅读全文
posted @ 2017-05-19 09:57 Nick.Chung 阅读(317) 评论(0) 推荐(0) 编辑
摘要:RabbitMQ is the most widely deployed open source message broker With more than 35,000 production deployments of RabbitMQ world-wide at small startups 阅读全文
posted @ 2017-05-13 21:21 Nick.Chung 阅读(219) 评论(0) 推荐(0) 编辑
摘要:Install for CentOS 7.1 (64 bit) & Oracle Linux 7.1 (64 bit) 1.VM Install CentOS 7 & Config IP CentOS-7.0-1406-x86_64-DVD.iso 标准安装版,一般下载这个就可以了 CentOS-7 阅读全文
posted @ 2017-05-04 14:15 Nick.Chung 阅读(343) 评论(0) 推荐(0) 编辑
摘要:Play is a high-productivity Java and Scala web application framework that integrates the components and APIs you need for modern web application devel 阅读全文
posted @ 2017-03-05 00:26 Nick.Chung 阅读(213) 评论(0) 推荐(0) 编辑
摘要:Build powerful concurrent & distributed applications more easily. Akka is a toolkit and runtime for building highly concurrent,distributed, and resili 阅读全文
posted @ 2017-03-02 00:33 Nick.Chung 阅读(301) 评论(0) 推荐(0) 编辑
摘要:PostgreSQL is a powerful, open source object-relational database system. It has more than 15 years of active development and a proven architecture tha 阅读全文
posted @ 2017-03-01 23:03 Nick.Chung 阅读(165) 评论(0) 推荐(0) 编辑
摘要:The Meteor framework is a series of 100% open source projects (MIT license) that combine to create a complete JavaScript App Platform for full stack r 阅读全文
posted @ 2016-04-12 17:13 Nick.Chung 阅读(373) 评论(0) 推荐(0) 编辑
摘要:What is Symfony « Symfony is a set of PHP Components, a Web Application framework, a Philosophy, and a Community — all working together in harmony. » 阅读全文
posted @ 2016-02-15 18:29 Nick.Chung 阅读(414) 评论(0) 推荐(0) 编辑
摘要:Lightweight, low-ceremony, framework for building HTTP based services on .Net and Monohttp://nancyfx.orgMeet NancyNancy is a lightweight, low-ceremony... 阅读全文
posted @ 2016-01-21 16:33 Nick.Chung 阅读(245) 评论(0) 推荐(0) 编辑
摘要:What is Joomla?Joomla is an award-winning Content Management System (CMS), which enables you to build Web sites and powerful online applications. Many... 阅读全文
posted @ 2016-01-14 11:17 Nick.Chung 阅读(235) 评论(0) 推荐(0) 编辑
摘要:TypeScript lets you write JavaScript the way you really want to.TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.Any bro... 阅读全文
posted @ 2016-01-06 17:38 Nick.Chung 阅读(179) 评论(0) 推荐(0) 编辑
摘要:Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly f 阅读全文
posted @ 2016-01-06 00:50 Nick.Chung 阅读(315) 评论(0) 推荐(0) 编辑
摘要:Microsoft recently released .NET Core and ASP.NET 5 Release Candidate, supported on Windows, OS X and Linux. Microsoft states this release is ready fo 阅读全文
posted @ 2015-12-04 16:48 Nick.Chung 阅读(258) 评论(0) 推荐(0) 编辑
摘要:CoffeeScript 是一门编译到 JavaScript 的小巧语言.在 Java 般笨拙的外表下, JavaScript 其实有着一颗华丽的心脏. CoffeeScript 尝试用简洁的方式展示 JavaScript 优秀的部分.CoffeeScript 的指导原则是:"她仅仅是 JavaSc... 阅读全文
posted @ 2015-06-02 14:01 Nick.Chung 阅读(273) 评论(0) 推荐(0) 编辑
摘要:Yii is ahigh-performancePHP framework best for developing Web 2.0 applications.Ref:http://www.yiiframework.com/download/Ref:http://www.yiiframework.co... 阅读全文
posted @ 2015-01-27 12:57 Nick.Chung 阅读(174) 评论(0) 推荐(0) 编辑
摘要:关于开源许可现今存在的开源协议很多,而经过Open Source Initiative组织通过批准的开源协议目前有60多种(http://www.opensource.org/licenses/alphabetical)。我们在常见的开源协议如BSD, GPL, LGPL,MIT等都是OSI批准的协议。基本概念1.Contributors 和 RecipientsContributors(贡献者)——指的是对某个开源软件或项目提供了代码(包括最初的或者修改过)的人或实体(退队、公司、组织等)。按照贡献的先后可分为"创始人"(an initial Contributor)和& 阅读全文
posted @ 2013-08-02 12:01 Nick.Chung 阅读(1435) 评论(1) 推荐(1) 编辑
摘要:jsPlumb provides a means for a developer to visually connect elements on their web pages. It uses SVG in modern browsers, and VML on IE 8 and below.jsPlumb can be used with jQuery, MooTools or YUI3 (or another library of your choice if you feel like implementing an adapter for it).The latest version 阅读全文
posted @ 2013-08-02 11:45 Nick.Chung 阅读(412) 评论(0) 推荐(0) 编辑
摘要:#ziplib (SharpZipLib, formerly NZipLib) is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform. It is implemented as an assembly (installable in the GAC), and thus can easily be incorporated into other projects (in any .NET language). The creator of #ziplib put it this wa 阅读全文
posted @ 2013-07-30 17:11 Nick.Chung 阅读(345) 评论(0) 推荐(0) 编辑
摘要:OverviewiTextSharp is a C# port of iText, an open source Java library for PDF generation and manipulation. It can be used to create PDF documents from scratch, to convert XML to PDF (using the extra XML Worker DLL), to fill out interactive PDF forms, to stamp new content on existing PDF documents, t 阅读全文
posted @ 2013-07-29 11:56 Nick.Chung 阅读(394) 评论(0) 推荐(0) 编辑