From cjosdif09s at yahoo.com Wed Dec 1 07:27:13 2004 From: cjosdif09s at yahoo.com (=?ks_c_5601-1987?B?sd2/rLy6sPggISE=?=) Date: Wed Dec 1 07:13:27 2004 Subject: [C2hs] =?ks_c_5601-1987?b?KLGksO0pIMfPt+cgMrCpIMDMu/Mgx8e/7LTC?= =?ks_c_5601-1987?b?ILrQtbUgudm3ziCx3b+sx9IgvPYgwNa9wLTPtNkhISBq?= =?ks_c_5601-1987?q?z=40?= Message-ID: <20041201121325.13D1F36889D@www.haskell.org> An HTML attachment was scrubbed... URL: http://www.haskell.org//pipermail/c2hs/attachments/20041201/165d7e93/attachment.htm From navywu at hanafos.com Fri Dec 3 21:46:05 2004 From: navywu at hanafos.com (=?ks_c_5601-1987?B?u++8usSrteUgtOvD4ry+xc0gtOvD4sbAwOU=?=) Date: Fri Dec 3 21:35:15 2004 Subject: [C2hs] =?ks_c_5601-1987?b?W7GksO1dIGMyaHO01LKyLCC777y6xKu15SA=?= =?ks_c_5601-1987?b?uau6uMH1IL3Fv+u068PiwaS6uCCiuiDD37ChtOvD4rCh?= =?ks_c_5601-1987?b?tMkov6y6wMDHIDJ+M7nowMcgseLBuCDFuMfgtOvD4iwg?= =?ks_c_5601-1987?b?x/ax3b3huvG9urChILi5vsa1tSCwobTJKSBA?= Message-ID: <20041204023455.5E5243687DA@www.haskell.org> An HTML attachment was scrubbed... URL: http://www.haskell.org//pipermail/c2hs/attachments/20041204/eeba865d/attachment-0001.htm From Global at hotmail.com Mon Dec 6 08:08:46 2004 From: Global at hotmail.com (Global Automobile & Moto Resources) Date: Mon Dec 6 07:57:34 2004 Subject: [C2hs] global-vehicle Message-ID: <20041206125722.D004736882D@www.haskell.org> An HTML attachment was scrubbed... URL: http://www.haskell.org//pipermail/c2hs/attachments/20041206/8725934b/attachment.htm From wf at world-foundation.org Mon Dec 13 07:51:28 2004 From: wf at world-foundation.org (SN World Foundation) Date: Mon Dec 13 20:47:55 2004 Subject: [C2hs] Mini production plants to resolve giant problem Message-ID: New Technology for the Third World, December 2004 Production Mini-plants in mobile containers. Worldwide Partners program SN World Foundation will supply to countries and developing regions the technology and necessary support for production in series of Mini-plants in mobile containers (40-foot). The Mini-plant system is designed in such a way that all the production machinery is fixed on the platform of the container, with all wiring, piping, and installation parts; that is, they are fully equipped... and the Mini-plant is ready for production. More than 700 portable production systems: Bakeries, Water purification, Dehydrated food, Steel Nails, Fruit juice preparation, Tire Retreading, Reinforcement Bar Bending for Construction Framework, Sheeting for Roofing, Ceilings and Fa?ades, Plated Drums, Aluminum Buckets, Injected Polypropylene Housewares, Pressed Melamine Items (Glasses, Cups, Plates, Mugs, etc.), Mufflers, Construction Electrically Welded Mesh, Plastic Bags and Packaging, Medical assistance mobile units, Sanitary Material, Hypodermic Syringes, Hemostatic Clamps, etc. SN World Foundation has started a Co-investment program for the installation of small Assembly Plants to manufacture, in series, the Mini-plants of portable production on site, region or country where required. One of the most relevant features is the fact that these plants will be connected to the International Trade System, with access to more than 50 million raw materials, products and services and automatic transactions for world trade. Due to financial reasons, involving cost and social impact, the best solution is setting up Assembly Plants on the same countries and regions, using local resources (labor, some equipment, etc.) SN World Foundation participates at 50% (fifty percent) for investment of each Assembly Plant. If you are interested in being a partner in your country or region, you can send your CV to: SN World Foundation (click here) Worldwide Partners Program By Sarah Mathews, Program Manager RELATED INTERNET LINKS: 'No drop' in world hunger deaths. The annual UN Food and Agriculture Organisation (FAO) report says present levels of hunger cause the death of more than five million children a year. SEE ALSO: UN agency marks World Food Day. ------------------------------------------------------------------------- If you received this in error or would like to be removed from our list, please return us indicating: remove or un-subscribe in subject field, Thanks. Manager Program ? 2004 SN World Foundation. All rights reserved. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.haskell.org//pipermail/c2hs/attachments/20041213/2c3e9c28/attachment.htm From duncan.coutts at worc.ox.ac.uk Mon Dec 13 22:18:06 2004 From: duncan.coutts at worc.ox.ac.uk (Duncan Coutts) Date: Mon Dec 13 22:08:31 2004 Subject: [C2hs] precompiled headers with c2hs (again) Message-ID: <1102994286.7802.56.camel@localhost> All, Just to let people know, we've progressed somewhat on the precompiled headers front. Outwardly, the patch is much like Axel described previously. Internally, we rewrote the serialisation using the Binary module from GHC. This allowed us to use shared strings which reduces the file size considerably (~20Mb to ~9Mb). It still uses a lazy reading scheme so while producing the *.precomp file is still rather slow but reading it is really quick. For some reason (as yet undiscovered) the serialisation is very slow and memory hungry. On my machine it takes 16 seconds to parse all of gtk/gtk but 45 seconds to serialise all that to disk. Our current branch is hosted in the gtk2hs cvs: http://cvs.sourceforge.net/viewcvs.py/gtk2hs/gtk2hs/tools/c2hs/ It is based on c2hs 0.13.4. There are one or two interesting patches in addition to the precompiled headers patch: http://cvs.sourceforge.net/viewcvs.py/gtk2hs/gtk2hs/tools/c2hs/gen/GenBind.hs?r1=1.1&r2=1.2 This one makes c2hs chase typedef'ed types so that C function prototypes that use typedef'ed types get propper Haskell types rather than Ptr (). http://cvs.sourceforge.net/viewcvs.py/gtk2hs/gtk2hs/tools/c2hs/chs/CHS.hs?r1=1.1&r2=1.2 This one makes c2hs understand hierarchical module names. Duncan From mailht at japantimes.co.jp Wed Dec 15 22:45:35 2004 From: mailht at japantimes.co.jp (=?iso-2022-jp?B?kFiTYyAgIJG+iOo=?=) Date: Wed Dec 15 21:27:27 2004 Subject: [C2hs] =?utf-8?b?wpDDpsKTw7rCgsONwoLCoMKCw6jCgsKqwoLDhsKCwqQ=?= =?utf-8?b?woLCssKCwrTCgsKiwoLDnMKCwrXCgsK9woFC?= Message-ID: <0012453132$35318068$26224718@yu04> ?????????????????i???ENO1) ?????b?`?? http://sha-mechi.com/ ?????????????????i???ENO2) ?????????@http://www.tadaoh.com/pc/tadaoh58/indexpc.html -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.haskell.org//pipermail/c2hs/attachments/20041216/6e6c97eb/attachment.htm From chak at cse.unsw.edu.au Mon Dec 20 05:56:11 2004 From: chak at cse.unsw.edu.au (Manuel M T Chakravarty) Date: Mon Dec 20 05:44:16 2004 Subject: [C2hs] precompiled headers with c2hs (again) In-Reply-To: <1102994286.7802.56.camel@localhost> References: <1102994286.7802.56.camel@localhost> Message-ID: <1103540172.3457.35.camel@JustTesting.cse.unsw.edu.au> Sorry for being quite, recently - too much other stuff going on... On Tue, 2004-12-14 at 03:18 +0000, Duncan Coutts wrote: > All, > > Just to let people know, we've progressed somewhat on the precompiled > headers front. Outwardly, the patch is much like Axel described > previously. Internally, we rewrote the serialisation using the Binary > module from GHC. This allowed us to use shared strings which reduces the > file size considerably (~20Mb to ~9Mb). It still uses a lazy reading > scheme so while producing the *.precomp file is still rather slow but > reading it is really quick. > > For some reason (as yet undiscovered) the serialisation is very slow and > memory hungry. On my machine it takes 16 seconds to parse all of gtk/gtk > but 45 seconds to serialise all that to disk. My only *guess* would be that to serialise, you force some/all of the semantic analysis of the C AST that usually only occurs lazily for those parts of the header that are needed for the binding of the currently compiled .chs file. It depends on what information exactly you serialise. (After all, when I wrote the module CTrav and those it depends on, I did that under the assumption that in case of a large pre- processed header file only a small fraction of the declarations will be relevant for the current run of c2hs. In other words, I optimised for the individual analysis functions to be reasonable fast and not for the analysis of a *complete* header file to be fast.) > Our current branch is hosted in the gtk2hs cvs: > http://cvs.sourceforge.net/viewcvs.py/gtk2hs/gtk2hs/tools/c2hs/ > > It is based on c2hs 0.13.4. There are one or two interesting patches in > addition to the precompiled headers patch: > > http://cvs.sourceforge.net/viewcvs.py/gtk2hs/gtk2hs/tools/c2hs/gen/GenBind.hs?r1=1.1&r2=1.2 > This one makes c2hs chase typedef'ed types so that C function prototypes > that use typedef'ed types get propper Haskell types rather than Ptr (). > > http://cvs.sourceforge.net/viewcvs.py/gtk2hs/gtk2hs/tools/c2hs/chs/CHS.hs?r1=1.1&r2=1.2 > This one makes c2hs understand hierarchical module names. Sounds cool. Cheers, Manuel From duncan.coutts at worc.ox.ac.uk Mon Dec 20 06:21:45 2004 From: duncan.coutts at worc.ox.ac.uk (Duncan Coutts) Date: Mon Dec 20 06:11:18 2004 Subject: [C2hs] precompiled headers with c2hs (again) In-Reply-To: <1103540172.3457.35.camel@JustTesting.cse.unsw.edu.au> References: <1102994286.7802.56.camel@localhost> <1103540172.3457.35.camel@JustTesting.cse.unsw.edu.au> Message-ID: <1103541705.25439.59.camel@localhost> On Mon, 2004-12-20 at 21:56 +1100, Manuel M T Chakravarty wrote: > > For some reason (as yet undiscovered) the serialisation is very slow and > > memory hungry. On my machine it takes 16 seconds to parse all of gtk/gtk > > but 45 seconds to serialise all that to disk. > > My only *guess* would be that to serialise, you force some/all of the > semantic analysis of the C AST that usually only occurs lazily for those > parts of the header that are needed for the binding of the currently > compiled .chs file. It depends on what information exactly you > serialise. Actually it turns out not to be that. It was my first suspicion too, so I generated DeepSeq instances for everything (with DrIFT) and ran that before serialising. I inserted timing points in key places. It turned out that the DeepSeq took very little time at all (some time, so the deepSeq was actually working) but the serialisation still took forever. It seems that the serialisation allocates enormous amounts of garbage which is why it takes so long. Simon M reckons that ghc's Binary module should run in constant space (well, log stack space) when the right optimisations are used. I'll probably have to analyse the optimised core code so see what's really going on, if it is doing allocation anywhere. Duncan From tcaine at e-hkma.com Tue Dec 21 03:56:38 2004 From: tcaine at e-hkma.com (Lamentation H. Deceit) Date: Tue Dec 21 02:44:37 2004 Subject: [C2hs] =?windows-1251?b?y/P3+OjpIO/u5ODw7uog4evo5+ro7A==?= Message-ID: <101001c4e73a$4b494197$e19b10b2@e-hkma.com> Skipped content of type multipart/related From gwilliams at backstreetboysclub.com Wed Dec 22 07:10:14 2004 From: gwilliams at backstreetboysclub.com (Humaner E. Unappreciated) Date: Wed Dec 22 06:52:06 2004 Subject: [C2hs] =?windows-1251?b?z+7s7vn8IOIg7+7o8erlIOvz9/jl6SDw4OHu8vsg?= =?windows-1251?b?6OvoIPHu8vDz5O3o6u7iISAgKOTg6+Xq7iDxIOrg7+rg7eDs?= =?windows-1251?b?6Cwg9e7y/yDh+yDv7u/g6+gg7uTt7v4g5+Dk7eX+ICku?= Message-ID: <010001c4e81f$bd403e4b$6333de78@backstreetboysclub.com> Skipped content of type multipart/related From arik at kyokodate.com Wed Dec 22 23:38:41 2004 From: arik at kyokodate.com (Compactly S. Trepidation) Date: Wed Dec 22 23:20:24 2004 Subject: [C2hs] =?windows-1251?b?zuHt4PDz5ujy5evoIPHq8Pvy+/Ug4ujk5e7q4Ozl?= =?windows-1251?b?8CAuLi4gKOv+5P/sLCDs7uPz8iAg4u/u8evl5PHy4ujoKS4=?= Message-ID: <011001c4e8a9$0d8b897f$ed3a490b@kyokodate.com> Skipped content of type multipart/related From =?iso-2022-jp?Q?8=1B=24B=40iK=7C1=5F=24N3MF=40J=7D=1B=28B?= Sat Dec 25 15:23:24 2004 From: =?iso-2022-jp?Q?8=1B=24B=40iK=7C1=5F=24N3MF=40J=7D=1B=28B?= (=?iso-2022-jp?Q?8=1B=24B=40iK=7C1=5F=24N3MF=40J=7D=1B=28B?=) Date: Sat Dec 25 15:11:41 2004 Subject: [C2hs] =?iso-2022-jp?b?GyRCIihMJD41QnokSD41Qno5LTlwIiMbKEI4?= =?iso-2022-jp?b?GyRCQGlLfDFfPH1Gfkp9SyFEczYhJWElayVeJSwiIz83Ry8kTyFaGyhC?= =?iso-2022-jp?b?GyRCIzUyLyM5QGlLfDFfPlo1ck0tJVMlOCVNJTkhWyRHTFxFKkMjGyhC?= =?iso-2022-jp?b?GyRCQC4bKEI2GyRCQGlLfDFfPlo1ck0tPH1Gfkp9SyEkIiRqJF4bKEI=?= =?iso-2022-jp?b?GyRCJDkhIRsoQi0bJEIjNkBpS3wxXzBKMjxHLzx9JE5KfSRLQmcbKEI=?= =?iso-2022-jp?b?GyRCND83XiQ1JGwkRiQkJF4kORsoQi0tLRskQk9AJGgkaj5aNXIbKEI=?= =?iso-2022-jp?b?GyRCJEckOSEjISEbKEI=?= Message-ID: <13977236.1104006204799.JavaMail.nobody@hr_01_rev_b> c2hs@haskell.org様   ※未承諾と承諾広告■8千万円以上の収入方法提供メルマガ■新年は【5億9千万円証拠有ビジネス】で目的達成 8千万円収入方法提供メルマガ担当:木村    受信拒否する場合はその旨http://gogoway.nerdcamp.net/melmaga/teishi.htmlまで                  メールマガジン広告申し込みとメールマガジン購読の申し込の場合は、その旨を                                   http://gogoway.nerdcamp.net/melmaga/まで      6千万円証拠有収入方法あります ------- 6千万円以下年収の方に大歓迎されています---論より証拠です。                    ◆■[PR]・新年は【5億9千万円証拠有ビジネス】で最高の年に・2億円3億円5億9千万円収入者続出・・■◆            次の方々に歓迎されています。 ◎年収6千万円以下なので6千万円以上の収入が欲しい。 ◎長い老後の安心の為に7千万円は貯金したい。◎自分が豊かにならないと他の人の豊かさの為に 奉仕できないから7千万円は必要金額だ。 ◎2億円、3億円、5億9千万円収入の証拠があるなら見て確信をもって7千万円を目的収入にしたい。 ◎先ず、証拠をみせろ!単なる証拠でなく物的証拠を見せろ!その収入の方法を具体的に知りたい! ◎2億円、3億円、5億9千万円等の収入証拠を具体的に確認できた。   ※お金は全てで、最優先ではありませんが、豊かさと貧困・ 苦労と楽楽人生の分かれ道の原点でもあるので最小限の3 千万円は獲得したい。      何故、今、【5億9千万円収入証拠有ビジネス】か!! ■2億円、3億円、5億9千万円収入者続出の【収入証拠】を確認出来るのは、他に類のない「安心収入ビジネスと判断 出来る」から。 ■収入証拠は「銀行印有振込書・収入者、年月日、月毎の収入金額」を見せてくれるから。■保証の責任はなく「保証 券のネット販売が出来る」から。 ■保証証券で保証人となる保証の革命は全信協が日本で初めてであるので、保証事業に誇りが持てるから。 ■保証証券で「北海道から沖縄迄保証している」証拠を見せてくれるから。 ■保証証券は保証人である「証拠は東京高等裁判所の判決書、1千万円保証金額支払いの銀行印有振込書」の物的 証拠確認できるから。 ■保証人がいなくて困っている生活保護者達を福祉事務所を通して無条件保証している「保証実体の証拠」を見ることが 出来るから。このことが、各新聞記事になり図書館で見ることができるから。 ■更に豊かな生活のための材料として5千万円以上は欲しいから。 ■早く開業したいので、ホームページの作成が面倒であるから「ダウンロード」して使用できるホームページが使用でき るから。 ■事業資金に、将来のために5千万円以上の貯金をしたいから。 ■老後の為に4千万円以上は貯金したいから。 ■人数は都道府県単位に制限されている証拠として、「公証役場の確定印(上限規定)」があり、無限連鎖防止法に合法 である事業であるから。 ■38年の保証証券事業の実績があるから。 ■この「20年間有効のビジネス」を契約して開業したいから。 ■インターネットで「2億円、3億円、5億円を欲しい人」と「保証の悲劇から保証証券で助けて欲しい人」は多いので 、人助けと多額収入の目的に最適ビックビジネスであるから。 ■証拠(東京高等裁判所の判決書・銀行印有2億、3億、5億9千万円送金振込書・1千万円保証支払い銀行印有振込 書と東京高等裁判所への内容証明書・新聞記事・福祉事務所からの保証取り次ぎ書)を見るまでは、更に厳しく確認 する迄は信用しないで下さいは、他に類のない証拠主義を知ったから。 簡単に在宅で出来る《5億9千万円証拠有収入ビジネス》経営者募集ー20歳以上男女申し込み出来ます。    副業・兼業・土日経営者・在宅余暇活用経営者・高額収入希望者・隠れ億万長者希望の方々に大好評!          38年の実績有ります。収入は銀行振り込みです。秘密に経営出来ます。最初は3千万円目的に出来ます。     開業のホームページは用意してありますのでダウンロードしてHP作成の面倒はなく早く開業できます。 ★-◇-関心ありますか!5千万円貯金・・3億円の事業資金・・老後のために4千万円・ 詳しくは http://gogoway.nerdcamp.net/ から「5億9千万円収入証拠有ビジネス」で望みの金額へ!!  万一、ホームページに接続できない場合(サーバーメンテナンス中の場合等)はフアックス番号03−5458−8163へ下記をご記入し資料請求願います。              ご記入お願い事項 ■氏名(資料送付に必要です)■住所(資料送付に必要です) ■メールアドレス(追加資料送付に必要です) ■年齢(資料選別に必要です)■職業(資料選別に必要です)■電話番号(資料不着の場合に必要です)   何事も論より証拠・噂より証拠・状況証拠より物的証拠・裁判官と同じ物的証拠のみで事実確認!  *-----PR------------------------------------------------------------------------------------------------*                   ★インターネットによるビジネスセミナー★ 「e−ラーニング(教育ビジネス)」を世界に向けて展開しています。この教育プログラムはビジネスから家庭まで常に 自分をみがき、挑戦する人に役にたつでしょう。  ビジネスとしてもオンラインでは始まったばかりなので参加するにはまたとないチャンスです!!  ビジネスへは取り合えずML無料参加で内容確認して下さい。こちら ⇒ http://atelier7.ifdef.jp/  *----投稿!ありがとうございました-------------------------------------------------------------------------*          ◎ 本日も投稿!ありがとうございました♪◎メルマガ発行者>個人の景気回復支援とお天気情報社 ■免責事項当メールマガジンに掲載している情報に関して発行者では一切の責任を負いません。  一切の責任を負いかねますのでご了承ください。掲載記事に関するお問い合わせは直接投稿者へお願いいたします。                ━━【広告投稿随時募集中 !!】━━━━━━━━━━━━━━━                ◆広告 5回掲載+レンタルスペース広告30日掲載で3000円◆                ◆広告 7回掲載+レンタルスペース広告45日掲載で4000円◆                ◆広告10回掲載+レンタルスペース広告60日掲載で5000円◆            ●広告特別申し込受付中!! 現在は サービス期間となっており、広告料金を頂戴しておりません。       ただし、掲載はランダムとなりますので、ご了承ください。       また広告内容によっては掲載を控えさせていただく場合もございます。       広告を申し込んでいただいた方には、メールマガジンを配信させていただきます。       ご了承の上お申し込みください。メールマガジン 担当木村                                                                                               ------------------------------------------- 11月11日5時発表 主要都市 今夜 明日 札幌 曇りのち一時雨 曇り一時雨 仙台 曇りのち一時雨 曇り 東京 曇りのち一時雨 曇りのち時々晴れ 長野 曇り一時雨 曇り 静岡 曇りのち一時雨 雨のち晴れ 名古屋 曇りのち一時雨 雨のち晴れ 新潟 曇りのち一時雨 雨 金沢 曇り一時雨 曇り一時雨 大阪 曇り一時雨 曇りのち時々晴れ 岡山 曇り一時雨 曇りのち時々晴れ 広島 曇り一時雨 曇りのち時々晴れ 高松 雨のち曇り 曇りのち時々晴れ 福岡 曇り一時雨 晴れ 鹿児島 曇りのち一時雨 曇りのち時々晴れ 那覇 晴れ 晴れのち時々曇り From kirara1231 at hotmail.co.jp Thu Dec 30 14:29:38 2004 From: kirara1231 at hotmail.co.jp (kirara1231@hotmail.co.jp) Date: Thu Dec 30 14:32:15 2004 Subject: [C2hs] =?iso-2022-jp?b?GyRCJSQlJCQzJEhAZEJQJCIkaiFBIXkbKEI=?= Message-ID: <20041230192938.E9AD93680A0@www.haskell.org> ??????? ???????????????? ??????????? http://nya.xos.jp/good/