
Platform
dcaoyuan
这个作者很懒,什么都没留下…
展开
-
ErlyBird Screenshot: Completion/Go to Declaration for remote function call
ErlyBird now support completion for remote function call. And, if you click on the name of a remote function call, ErlyBird will open the remote module source file, and jump to the position of declara...2007-04-15 09:53:48 · 80 阅读 · 0 评论 -
From Rails to Erlyweb - Part II
Updated May 2: erlweb:compile(AppDir::string(), Options::[option()]) has option: {auto_compile, Val}, where Val is 'true', or 'false'. In case of development, you can turn on {auto_compile, true}. So,...2007-05-02 06:53:24 · 95 阅读 · 0 评论 -
From Rails to Erlyweb - Part II
Updated May 2: erlweb:compile(AppDir::string(), Options::[option()]) has option: {auto_compile, Val}, where Val is 'true', or 'false'. In case of development, you can turn on {auto_compile, true}. So,...2007-05-02 06:53:24 · 66 阅读 · 0 评论 -
From Rails to Erlyweb - Part III
3. The Magic Behind ErlywebWith dynamic typing, hot code swapping, built-in parsing and compilation tools, Erlang is also suitable for dynamic meta-programming. Erlyweb uses a small convenient tool s...2007-05-09 18:20:40 · 88 阅读 · 0 评论 -
From Rails to Erlyweb - Part III
3. The Magic Behind ErlywebWith dynamic typing, hot code swapping, built-in parsing and compilation tools, Erlang is also suitable for dynamic meta-programming. Erlyweb uses a small convenient tool s...2007-05-09 18:20:40 · 78 阅读 · 0 评论 -
From Rails to Erlyweb - Part III
3. The Magic Behind ErlywebWith dynamic typing, hot code swapping, built-in parsing and compilation tools, Erlang is also suitable for dynamic meta-programming. Erlyweb uses a small convenient tool s...2007-05-09 18:20:40 · 64 阅读 · 0 评论 -
ErlyBird 0.11.2 released - An Erlang IDE based on NetBeans
I'm please to announce ErlyBird 0.11.2, an Erlang IDE based on NetBeans. This is a bug-fix, stabilization release. Since I tightly modified GSF/GLF modules of NetBeans, this release will only provi...2007-05-18 07:57:20 · 82 阅读 · 0 评论 -
ErlyBird 0.11.2 released - An Erlang IDE based on NetBeans
I'm please to announce ErlyBird 0.11.2, an Erlang IDE based on NetBeans. This is a bug-fix, stabilization release. Since I tightly modified GSF/GLF modules of NetBeans, this release will only provi...2007-05-18 07:57:20 · 70 阅读 · 0 评论 -
ErlyBird 0.11.2 released - An Erlang IDE based on NetBeans
I'm please to announce ErlyBird 0.11.2, an Erlang IDE based on NetBeans. This is a bug-fix, stabilization release. Since I tightly modified GSF/GLF modules of NetBeans, this release will only provi...2007-05-18 07:57:20 · 68 阅读 · 0 评论 -
From Rails to Erlyweb - Part II
Updated May 2: erlweb:compile(AppDir::string(), Options::[option()]) has option: {auto_compile, Val}, where Val is 'true', or 'false'. In case of development, you can turn on {auto_compile, true}. So,...2007-05-02 06:53:24 · 82 阅读 · 0 评论 -
ErlyBird Screenshot: Including Args in Completion Suggestion
As a newbie to Erlang, I'm not familiar with those OTP module/functions, I have to go back to see the docs again and again. At least, now ErlyBird will suggest me the arguments of each function now....2007-04-30 09:03:30 · 77 阅读 · 0 评论 -
ErlyBird Screenshot: Including Args in Completion Suggestion
As a newbie to Erlang, I'm not familiar with those OTP module/functions, I have to go back to see the docs again and again. At least, now ErlyBird will suggest me the arguments of each function now....2007-04-30 09:03:30 · 87 阅读 · 0 评论 -
ErlyBird Screenshot: Completion/Go to Declaration for remote function call
ErlyBird now support completion for remote function call. And, if you click on the name of a remote function call, ErlyBird will open the remote module source file, and jump to the position of declara...2007-04-15 09:53:48 · 81 阅读 · 0 评论 -
Write an IDE in One Month - ErlyBird 0.11.0 Released
Updated Apr 20:Due to a severe bug that prevents setting Erlang Installation path, I've re-pack a new release 0.11.1 that fixed it.Don't forget to set the Erlang Installation path to full path of er...2007-04-20 09:31:28 · 107 阅读 · 0 评论 -
Write an IDE in One Month - ErlyBird 0.11.0 Released
Updated Apr 24: The indexing feature is based on Lucene indexing from Common Scripting Framework now. But there won't be new release soon, since Generic Language Framework changes rapidly.Updated A...2007-04-20 09:31:28 · 83 阅读 · 0 评论 -
Write an IDE in One Month - ErlyBird 0.11.0 Released
Updated Apr 24: The indexing feature is based on Lucene indexing from Common Scripting Framework now. But there won't be new release soon, since Generic Language Framework changes rapidly.Updated A...2007-04-20 09:31:28 · 72 阅读 · 0 评论 -
From Rails to Erlyweb - Part I
It's time to migrate our project from Rails to erlyweb. I'll blog some tips of the procedure, focus on the differences between Rails and erlyweb.1.How to handle paramsRails:p = params[:p] ? params...2007-04-28 17:33:04 · 67 阅读 · 0 评论 -
From Rails to Erlyweb - Part I
It's time to migrate our project from Rails to Erlyweb. I'll blog some tips of the procedure, focus on the differences between Rails and erlyweb.1.How to handle paramsRails:p = params.fetch(:p, 1)...2007-04-28 17:33:04 · 70 阅读 · 0 评论 -
From Rails to Erlyweb - Part I
It's time to migrate our project from Rails to Erlyweb (It cost me one month to write an Erlang IDE before this happens :-)). I'll blog some tips of the procedure, focus on the differences between Rai...2007-04-28 17:33:04 · 74 阅读 · 0 评论 -
ErlyBird Screenshot: Including Args in Completion Suggestion
As a newbie to Erlang, I'm not familiar with those OTP module/functions, I have to go back to see the docs again and again. At least, now ErlyBird will suggest me the arguments of each function now....2007-04-30 09:03:30 · 115 阅读 · 0 评论 -
Vi Module Meets ErlyBird
There have been several Erlang development tools: Erlang module for Emacs, for vim, and Erlide for Eclipse. Why I write another Erlang IDE based on NetBeans?Erlang for Emacs runs smoothly on my comp...2007-05-27 08:20:43 · 90 阅读 · 0 评论 -
Vi Module Meets ErlyBird
There have been several Erlang development tools: Erlang module for Emacs, for vim, and Erlide for Eclipse. Why I write another Erlang IDE based on NetBeans?Erlang for Emacs runs smoothly on my comp...2007-05-27 08:20:43 · 57 阅读 · 0 评论 -
From Rails to Erlyweb - Part IV
IV. Support Mysql Spatial Extensions via erlydb_mysqlErlyDB supports most database operations, and it can also be extended to support more complex operations. Here is an example, where I need to supp...2007-07-10 11:43:41 · 88 阅读 · 0 评论 -
From Rails to Erlyweb - Part IV
IV. Support Mysql Spatial Extensions via erlydb_mysqlErlyDB supports most database operations, and it can also be extended to support more complex operations. Here is an example, where I need to supp...2007-07-10 11:43:41 · 91 阅读 · 0 评论 -
From Rails to Erlyweb - Part IV
IV. Support Mysql Spatial Extensions via erlydb_mysqlErlyDB supports most database operations, and it can also be extended to support more complex operations. Here is an example, where I need to supp...2007-07-10 11:43:41 · 77 阅读 · 0 评论 -
Updated "From Rails to Erlyweb" Part I and Part II
I've updated "From Rails to Erlyweb" Part I and Part II. What's new?The database configuration is now stroed in opaque part of yaws.confA new params.erl which uses dict to store params and converts...2007-07-21 08:29:45 · 77 阅读 · 0 评论 -
Updated "From Rails to Erlyweb" Part I and Part II
I've updated "From Rails to Erlyweb" Part I and Part II. What's new?The database configuration is now stroed in opaque part of yaws.confA new params.erl which uses dict to store params and converts...2007-07-21 08:29:45 · 94 阅读 · 0 评论 -
Updated "From Rails to Erlyweb" Part I and Part II
I've updated "From Rails to Erlyweb" Part I and Part II. What's new?The database configuration is now stroed in opaque part of yaws.confA new params.erl which uses dict to store params and converts...2007-07-21 08:29:45 · 73 阅读 · 0 评论 -
AIOTrade - New Name for BlogTrader Platform
BlogTrader Platform (i.e HumaiTrader) has got an official name as AIOTrade now, which means Artificial Intelligence On Trade, or, All In One Trade. And it will be a fairly large project to be develop...2006-08-23 21:03:10 · 191 阅读 · 0 评论 -
A Regress Bug in java.awt.geom.Path2D (JDK 6.0 beta 2)
I tested AIOTrade on newly downloaded JDK 6.0 beta 2, and got an exception instantly:java.lang.ArrayIndexOutOfBoundsException: 0 at java.awt.geom.Path2D$Float.moveTo(Path2D.java:322) at jav...2006-09-25 06:38:11 · 172 阅读 · 0 评论 -
AIOTrade Is Open for Submissions
Here's the announcement from Moshe at the AIOTrade project page on sourceforce.net:Lately I was added by as a developer in the project and I created a branch called "opencommunity". This branch sh...2007-07-06 10:34:11 · 80 阅读 · 0 评论 -
AIOTrade Is Open for Submissions
Here's the announcement from Moshe at the AIOTrade project page on sourceforce.net:Lately I was added by as a developer in the project and I created a branch called "opencommunity". This branch sh...2007-07-06 10:34:11 · 93 阅读 · 0 评论 -
AIOTrade Is Open for Submissions
Here's the announcement from Moshe at the AIOTrade project page on sourceforce.net:Lately I was added by as a developer in the project and I created a branch called "opencommunity". This branch sh...2007-07-06 10:34:11 · 142 阅读 · 0 评论 -
Vi Module Meets ErlyBird
There have been several Erlang development tools: Erlang module for Emacs, for vim, and Erlide for Eclipse. Why I write another Erlang IDE based on NetBeans?Erlang for Emacs runs smoothly on my comp...2007-05-27 08:20:43 · 69 阅读 · 0 评论 -
Mac + Virtual Windows + CDMA上网
换了Macbook,但手上的CDMA上网套餐只能在Windows下跑(我的USB上网卡只有Windows驱动),而且,我的软件也还是需要在Windows下测试的。试了两款虚拟机软件,Parallels和VMWare的Fusion,后者虽然也不错,但用TortoiseSVN提交Mac os x下共享目录的项目时出错:“Can't access time ...”,总之,最后决定用Parall...2007-06-17 10:54:55 · 173 阅读 · 0 评论 -
AIOTrade Goes to BSD License Again
Updated June 21: I've updated the source code in trunk to BSD License.I decide to re-open AIOTrade, an open-source, free stock technical analysis and charting platform based on NetBeans to BSD licens...2007-06-21 13:19:32 · 95 阅读 · 0 评论 -
AIOTrade Goes to BSD License Again
Updated June 21: I've updated the source code in trunk to BSD License.I decide to re-open AIOTrade, an open-source, free stock technical analysis and charting platform based on NetBeans to BSD licens...2007-06-21 13:19:32 · 92 阅读 · 0 评论 -
AIOTrade Goes to BSD License Again
Updated June 21: I've updated the source code in trunk to BSD License.I decide to re-open AIOTrade, an open-source, free stock technical analysis and charting platform based on NetBeans to BSD licens...2007-06-21 13:19:32 · 114 阅读 · 0 评论 -
HTML Entity Refs and xmerl
According to [erlang-bugs] xmerl and standard HTML entity refs, currently xmerl_scan only recognizes the very limited set of entity references. In brief, if you try to xmerl:scan xml text that includ...2007-07-05 09:33:30 · 98 阅读 · 0 评论 -
HTML Entity Refs and xmerl
According to [erlang-bugs] xmerl and standard HTML entity refs, currently xmerl_scan only recognizes the very limited set of entity references. In brief, if you try to xmerl:scan xml text that includ...2007-07-05 09:33:30 · 93 阅读 · 0 评论