>> Tizen SDK 1.0
https://www.tizen.org/blogs/tsg/2012/tizen-1.0-larkspur
https://source.tizen.org/release
Meego的后继者Tizen终于发布了 1.0 版本。Tizen(泰泽)是基于Linux的开源软件平台,可运行在智能手机、平板、上网本、车载信息系统和智能电视上。
泰泽的应用程序接口是基于HTML5和其它web开放标准。除了HTML5应用程序外,泰泽的SDK将包括原生开发工具包。
主要特性:
支持W3C/HTML5规格特性;
整合Web实时通信协议WebRTC;
可访问摄像头和振动传感器的API;
Location支持兴趣点(Point of Interest)和路径检索;
Wi-Fi Direct支持;
Tizen的图形是基于X11;
窗口管理器是基于Enlightenment Foundation Libraries(EFL);
支持OpenGL ES 1.1/2.0;
2D图形是基于Cairo;
多媒体框架是基于GStreamer。
Reference:
http://www.cnbeta.com/articles/185234.htm
http://linux.solidot.org/article.pl?sid=12/05/02/038247
>> Artistic Style (Code Formatter)
一个可以自动格式化 C, C++, Java 和 C# 源文件的开源工具
http://sourceforge.net/projects/astyle/
A Free, Fast and Small Automatic Formatter for C, C++, C#, and Java Source Code
Features
-
It's free!
-
Cross-platform application works on Windows, Linux, Mac OS X, and others.
-
Available in several languages with easy additions.
-
Supports UTF8, UTF16, and most other character encodings.
-
Detailed documentation for use and options.
-
Can process entire projects recursively.
-
Will not update unchanged files.
-
Checksum prevents dropped or duplicated data.
-
Supports 12 popular bracket styles.
-
Over 40 formatting options.
-
Open Source!
-
Seamless integration with many development environments and editors.
-
Can be included in C/C++ projects as a shared (DLL) or static library.
-
Can be included in Java projects as a Java Native Interface (JNI).
-
Can be included in C#, Python, Pascal, and other projects as a shared library (DLL).
>> Yahoo 开源Mojito
Mojito是一个JavaScript的Web应用框架,可以运行在浏览器和服务器上面,这 使得开发人员能够为客户端前端与服务器后端保持单一一个 JavaScript代码库。Web框架将自己从服务器运行环境部署到浏览器运行环境,允许开发人员编写在两种运行环境下都能够执行的Web模块。