天生我才必有用

ActionScript 3 libraries

Posted in Flex, Flash & AS    作者:Ray    2008年十月10日
  1. as3ebaylib is a library for accessing eBay’s XML API through ActionScript.
  2. as3corelib is a collection of classes and utilities that make ActionScript development easier.
  3. as3flexunitlib is a unit testing framework for Flex development.
  4. as3odeolib is an ActionScript library for retrieving podcasts from the Odeo service.
  5. as3youtubelib is a library for accessing the YouTube data API.
  6. as3syndicationlib provides a single interface for dealing with RSS and Atom feeds.
  7. as3flickrlib is a library for consuming the Flickr API.
  8. as3mapprlib provides access to the Mappr API that combines Flickr and geo-tagged information.
  9. Cairngorm is a framework for developing Flex-based rich Internet applications.

Flash Open Source 相关站点

Posted in Flex, Flash & AS    作者:Ray    2008年十月10日
  • OSFlash: http://osflash.org
  • OSFlash Mailing List: http://osflash.org/mailman/listinfo/osflash_osflash.org
  • The GAE SWF Project: http://gaeswf.appspot.com
  • Google App Engine: http://code.google.com/appengine/
  • Papervision3D: http://osflash.org/papervision3d
  • Red5: http://osflash.org/red5
  • SWFAddress: http://www.asual.com/swfaddress/
  • PyAMF: http://pyamf.org/
  • Fuse: http://osflash.org/fuse/
  • GoASAP: http://osflash.org/goasap/
  • SWX: http://swxformat.org
  • AMFPHP: http://www.amfphp.org/
  • MTASC: http://mtasc.org
  • swfmill: http://osflash.org/swfmill
  • AMES: http://osflash.org/ames
  • FlashDevelop: http://osflash.org/flashdevelop
  • ASDT: http://osflash.org/asdt
  • PureMVC: http://puremvc.org/
  • Arp: http://osflash.org/arp
  • Cairngorm: http://labs.adobe.com/wiki/index.php/Cairngorm
标签: ,

Komodo IDE is free now

Posted in 技术    作者:Ray    2008年三月18日

其实很早就开始使用Komodo了,那时正在学习Perl,发现只有这个工具编辑器不仅提供了很好的语法提示,同时也支持Perl语言的调试,可能到现在Komodo都是Perl需要开发的首选。

慢慢的开始学习PHP、Python、Ruby等语言,也曾尝试使用Komodo来做开发,不过功能真的太弱了,最终还是选择了Eclipse,而舍弃了Komodo。Komodo只在调试Regular Expression时才会打开使用。

间隔了这么多年,为何Komodo一直停滞不前,可能主要原因就是因为它是一款付费软件。远不如Eclipse和Netbean发展了快速。终于Komodo也回到了Open source的环抱,让我们对他再一次的期待,希望它会成为开发Script语言的利器

标签: ,

Microsoft.NET Framework 终于开源

Posted in C# & .Net    作者:Ray    2008年一月17日

终于抵制不了Open Source的吸引,Microsoft. Net Framework也开源了。

微软在MS-RL协议下终于公开了.NET Framework源代码,可以自由查看,但不允许直接进行修改。

第一批开放的源代码包括:

.NET基本类库: System,System.CodeDom,System.Collections,System.ComponentModel, System.Diagnostics, System.Drawing, System.Globalization, System.IO, System.Net, System.Reflection, System.Runtime, System.Security, System.Text, System.Threading

ASP.NET: System.Web, System.Web.Extensions

Windows Forms: System.Windows.Forms

Windows Presentation Foundation: System.Windows

ADO.NET和 XML: System.Data
System.Xml

详见