
Erlang
dcaoyuan
这个作者很懒,什么都没留下…
展开
-
A Simple XML State Machine Accepting SAX Events to Build xmerl Compitable XML Tree: icalendar demo
xmerl is a full XML functionality in Erlang, with a lot of features like XPATH, XSLT, event_function, acc_function etc. Well, now I just want to get icalendar to be parsed to form of xmerl tree, which...2007-07-30 00:06:16 · 94 阅读 · 0 评论 -
From Rails to Erlyweb - Part II Manage Project - Reloaded
The migrating from Rails to Erlyweb of our project is going to be finished. I got more experience on how to deal with Erlyweb. First, the project management can be more straightforward. Here is it: 2...2007-08-23 20:45:46 · 84 阅读 · 0 评论 -
From Rails to Erlyweb - Part II Manage Project - Reloaded
The migrating from Rails to Erlyweb of our project is going to be finished. I got more experience on how to deal with Erlyweb. First, the project management can be more straightforward. Here is it: 2...2007-08-23 20:45:46 · 119 阅读 · 0 评论 -
recbird - An Erlang Dynamic Record Inferring Parse Transform
You should have read Yariv's recless blog, a nice blog talking about how to make record accessing simple.Recless is a static type inferring record parse transform, that means, as described in Yariv's...2007-08-19 07:57:41 · 79 阅读 · 0 评论 -
recbird - An Erlang Dynamic Record Inferring Parse Transform
You should have read Yariv's recless blog, a nice blog talking about how to make record accessing simple.Recless is a static type inferring record parse transform, that means, as described in Yariv's...2007-08-19 07:57:41 · 84 阅读 · 0 评论 -
recbird - An Erlang Dynamic Record Inferring Erlang Parse Transform
You should have read Yariv's recless blog, a nice blog talking about how to make record accessing simple.Recless is a static type inferring record parse transform, that means, as described in Yariv's...2007-08-19 07:57:41 · 137 阅读 · 0 评论 -
A Simple POET State Machine Accepting SAX Events to Build Plain Old Erlang Term
Per previous blogs:A Simple XML State Machine Accepting SAX Events to Build xmerl Compitable XML Tree: icalendar demoParse JSON to xmerl Compitable XML Tree via A Simple XML State MachineI wrote...2007-08-14 19:37:06 · 74 阅读 · 0 评论 -
A Simple POET State Machine Accepting SAX Events to Build Plain Old Erlang Term
Per previous blogs:A Simple XML State Machine Accepting SAX Events to Build xmerl Compitable XML Tree: icalendar demoParse JSON to xmerl Compitable XML Tree via A Simple XML State MachineI wrote...2007-08-14 19:37:06 · 67 阅读 · 0 评论 -
A Simple POET State Machine Accepting SAX Events to Build Plain Old Erlang Term
Per previous blogs:A Simple XML State Machine Accepting SAX Events to Build xmerl Compitable XML Tree: icalendar demoParse JSON to xmerl Compitable XML Tree via A Simple XML State MachineI wrote...2007-08-14 19:37:06 · 86 阅读 · 0 评论 -
ErlyBird 0.12.0 released - Erlang IDE based on NetBeans
I'm pleased to announce ErlyBird 0.12.0, an Erlang IDE based on NetBeans. This is a bug-fix, performance improvement release. This release will only provide all-in-one IDE package, which is in siz...2007-08-08 18:34:06 · 75 阅读 · 0 评论 -
ErlyBird 0.12.0 released - Erlang IDE based on NetBeans
I'm pleased to announce ErlyBird 0.12.0, an Erlang IDE based on NetBeans. This is a bug-fix, performance improvement release. This release will only provide all-in-one IDE package, which is in siz...2007-08-08 18:34:06 · 93 阅读 · 0 评论 -
ErlyBird 0.12.0 released - Erlang IDE based on NetBeans
I'm pleased to announce ErlyBird 0.12.0, an Erlang IDE based on NetBeans. This is a bug-fix, performance improvement release. This release will only provide all-in-one IDE package, which is in siz...2007-08-08 18:34:06 · 108 阅读 · 0 评论 -
Parse JSON to xmerl Compitable XML Tree via A Simple XML State Machine
Updated Aug 5: rewrote json_parser.erl base on tonyg's RFC4627 implementation, fixed some bugs.In my previous blog: A Simple XML State Machine Accepting SAX Events to Build xmerl Compitable XML Tree...2007-08-04 09:55:05 · 89 阅读 · 0 评论 -
Parse JSON to xmerl Compitable XML Tree via A Simple XML State Machine
Updated Aug 5: rewrote json_parser.erl base on tonyg's RFC4627 implementation, fixed some bugs.In my previous blog: A Simple XML State Machine Accepting SAX Events to Build xmerl Compitable XML Tree...2007-08-04 09:55:05 · 86 阅读 · 0 评论 -
Parse JSON to xmerl Compitable XML Tree via A Simple XML State Machine
In my previous blog: A Simple XML State Machine Accepting SAX Events to Build xmerl Compitable XML Tree: icalendar demo, I wrote a simple state machine to parse icalendar to xmerl compitable XML tree...2007-08-04 09:55:05 · 95 阅读 · 0 评论 -
A Simple XML State Machine Accepting SAX Events to Build xmerl Compitable XML Tree: icalendar demo
xmerl is a full XML functionality in Erlang, with a lot of features like XPATH, XSLT, event_function, acc_function etc. Well, now I just want to get icalendar to be parsed to form of xmerl tree, which...2007-07-30 00:06:16 · 79 阅读 · 0 评论 -
A Simple XML State Machine Accepting SAX Events to Build xmerl Compitable XML Tree: icalendar demo
xmerl is a full XML functionality in Erlang, with a lot of features like XPATH, XSLT, event_function, acc_function etc. Well, now I just want to get icalendar to be parsed to form of xmerl tree, which...2007-07-30 00:06:16 · 78 阅读 · 0 评论 -
Wide Finder - Erlang实现小结
Tim的WideFinder习题让多核和并行编程实践在一个简单的问题上有了多种语言作一次比较的机会,所以参与者甚多,我觉得也是很有意义的一件事。今天有点时间,作一个小总结。目前排行榜上列第一、第二、第三的分别是OCaml+JoCaml,Erlang和Python。C/C++的版本理论上应该可以有很好的结果,但现在还没出来,这反倒说明用C/C++来完成这么一个简单的并行任务并不是很顺畅。...2007-11-12 13:50:55 · 144 阅读 · 0 评论