
Opensource
iteye_3854
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Sphinx - a tool that makes it easy to create intelligent and beautiful documenta
http://sphinx.pocoo.org/原创 2012-07-04 13:44:59 · 135 阅读 · 0 评论 -
clementine-player - A cross-platform music player
http://code.google.com/p/clementine-player/http://www.clementine-player.org/原创 2012-03-14 19:36:08 · 215 阅读 · 0 评论 -
GStreamer - open source multimedia framework
http://gstreamer.freedesktop.org/http://en.wikipedia.org/wiki/GStreamerhttp://code.google.com/p/gstreamer-java/ GStreamer is a pipeline-based multimedia framework written in the C progra...原创 2012-03-15 19:46:36 · 298 阅读 · 0 评论 -
Protocol Buffers - Google's data interchange format
http://code.google.com/p/protobuf/Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC...原创 2012-03-16 14:27:11 · 295 阅读 · 0 评论 -
maven设置HTTP代理
http://maven.apache.org/Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, rep...原创 2012-03-16 14:52:30 · 247 阅读 · 0 评论 -
mytracks - MyTracks for Android
http://code.google.com/p/mytracks/ Google写的app,从中还是可以学习不少Google编程风格和模式的。原创 2012-03-20 10:10:08 · 272 阅读 · 0 评论 -
Bouncy Castle for Java
http://www.bouncycastle.org/java.html The Bouncy Castle Crypto APIs for Java consist of the following:A lightweight cryptography API.A provider for the Java Cryptography Extens...原创 2011-12-02 14:19:50 · 228 阅读 · 0 评论 -
Mime4j
http://james.apache.org/mime4j/ Apache Jame...原创 2011-12-05 21:04:08 · 764 阅读 · 0 评论 -
Android Push Notification
http://sourceforge.net/projects/androidpn/ An open source project to provide push notification support for Android -- a xmpp based notification server and a client tool kit.FeaturesA...原创 2012-03-22 16:09:29 · 124 阅读 · 0 评论 -
LaTeX – A document preparation system
http://www.latex-project.org/ LaTeX is a document preparation system for high-quality typesetting.It is most often used for medium-to-large technical or scientificdocuments but it can be use...原创 2012-03-28 13:34:32 · 412 阅读 · 0 评论 -
eyes-free - Speech Enabled Eyes-Free Android Applications
http://code.google.com/p/eyes-free/原创 2012-04-06 14:01:00 · 244 阅读 · 0 评论 -
The Go Programming Language
http://golang.org/ package mainimport "fmt"func main() { fmt.Println("Hello, 世界")}原创 2012-04-10 09:43:04 · 332 阅读 · 0 评论 -
ProGuard
http://proguard.sourceforge.net/原创 2012-04-10 21:34:25 · 115 阅读 · 0 评论 -
The speech energy endpointer implementation from Chrome
http://src.chromium.org/svn/trunk/src/content/browser/speech/endpointer/ 通过下面的开源项目来了解如何使用Chrome的speech energy endpointer以及Google Speech API。http://code.google.com/p/clementine-player/source/br...原创 2012-03-14 19:26:40 · 119 阅读 · 0 评论 -
The Chromium Projects
http://www.chromium.org/ The Chromium projects include Chromium and Chromium OS, the open-source projects behind the Google Chrome browser and Google Chrome OS, respectively. This site houses ...原创 2012-03-14 17:35:48 · 312 阅读 · 0 评论 -
ICal4j
ical4j.sourceforge.net/http://code.google.com/p/ical4j/ iCal4j is a Java API that provides support for the iCalendar specification as defined in RFC2445. This support includes a Parser,...2011-11-18 21:23:00 · 363 阅读 · 0 评论 -
backport-util-concurrent
http://backport-jsr166.sourceforge.net/ This package is the backport of java.util.concurrent API,introduced inJava 5.0and further refined in Java 6.0,to older Java platforms. The b...原创 2012-02-06 15:22:52 · 1380 阅读 · 0 评论 -
Android下使用iCal4j库
很简单,将iCal4j库的jar包以及其dependencies的jar包加到Android工程的lib目录下即可:iCal4j包下载:http://build.mnode.org/snapshots/org/mnode/ical4j/ical4j/当前最新版本是ical4j-1.0.2也可以下载代码自己编译:http://ical4j.hg.sourceforge.net...2012-02-06 16:14:15 · 476 阅读 · 0 评论 -
The Java CIFS Client Library
http://jcifs.samba.org/ JCIFS is an Open Source client library that implements the CIFS/SMB networking protocol in 100% Java. CIFS is the standard file sharing protocol on the Microso...原创 2012-02-06 21:57:19 · 194 阅读 · 0 评论 -
JFreeChart
http://www.jfree.org/jfreechart/index.html 当前最新版本是1.0.14,是2011/11/20 release的,而1.0.13是2009/04/20 release的,之间已经有2年半的时间了。原创 2012-02-08 19:14:50 · 116 阅读 · 0 评论 -
googlecl - Command line tools for the Google Data APIs
http://code.google.com/p/googlecl/Manualhttp://code.google.com/p/googlecl/wiki/ManualConfigurationOptionshttp://code.google.com/p/googlecl/wiki/ConfigurationOptionsProxySupporthttp:/...原创 2012-02-09 11:25:05 · 176 阅读 · 0 评论 -
roboguice - Android上的依赖注入框架
http://code.google.com/p/roboguice/ 如果用过大名鼎鼎的Spring(轻量级的J2EE框架),就会知道Spring的核心思想就是“依赖注入”。Google贡献了一个开源项目,用于在Android上使用依赖注入机制。 一个Android activity的典型代码如下:class AndroidWay extends Activity {...2012-02-10 11:04:12 · 175 阅读 · 0 评论 -
The Java API to access Microsoft excel files
http://poi.apache.org/spreadsheet/index.htmlPOI-HSSF and POI-XSSF - Java API To Access Microsoft Excel Format Fileshttp://jexcelapi.sourceforge.net/Java Excel API - A Java API to read,...原创 2012-02-10 14:49:47 · 131 阅读 · 0 评论 -
An Email Program for Sending SMTP Mail from a Command Line
SendEmail is a lightweight, completly command line based, SMTP email agent.If you have the need to send email from the command line, this tool is perfect.It was designed to be used in bash scripts...原创 2012-02-11 19:49:23 · 232 阅读 · 0 评论 -
AndroidAnnotations - 大大简化您的Android开发
https://github.com/excilys/androidannotations 使用之前的代码为:public class BookmarksToClipboardActivity extends Activity { BookmarkAdapter adapter; ListView bookmarkList; Ed...2012-02-14 14:11:28 · 118 阅读 · 0 评论 -
What is Jansi
http://jansi.fusesource.org/Jansi is a small java library that allows you to use ANSI escape sequences to format your console output which works even on windows. http://www.rgagnon....原创 2012-02-20 15:32:00 · 291 阅读 · 0 评论 -
FTP
http://filezilla-project.org/http://winscp.net/http://j-ftp.sourceforge.net/原创 2012-03-01 15:03:31 · 111 阅读 · 0 评论 -
企业级C++开发不得不提到的跨平台的开源库
ACEhttp://www.cs.wustl.edu/~schmidt/ACE.htmlBoosthttp://www.boost.org/STLporthttp://www.stlport.org/原创 2012-03-03 17:31:55 · 202 阅读 · 0 评论 -
GNUStep
http://www.gnustep.org/ The purpose of this project is to create a free and open version ofthe Cocoa (formerly known as NeXTSTEP/OpenStep) APIs and tools for asmany platforms as possible. ...原创 2012-06-04 16:45:40 · 137 阅读 · 0 评论