Received: from mail-qa0-f56.google.com ([209.85.216.56]:39439) by stodi.digitalkingdom.org with esmtps (TLSv1:RC4-SHA:128) (Exim 4.80.1) (envelope-from ) id 1XBG0e-0006lU-Oa for lojban-list-archive@lojban.org; Sat, 26 Jul 2014 21:24:33 -0700 Received: by mail-qa0-f56.google.com with SMTP id dc16sf1826230qab.21 for ; Sat, 26 Jul 2014 21:24:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=20120806; h=date:from:to:message-id:subject:mime-version:x-original-sender :reply-to:precedence:mailing-list:list-id:list-post:list-help :list-archive:sender:list-subscribe:list-unsubscribe:content-type; bh=C8nVzM9P7m1uJjs3iCoHYaZqq/CBHnFwHIzbwdL3JT4=; b=NjN0MX5XZGYqBgkc8K44ozvBOfoErmoiJFUhmY495Macxy24+8K/MfmKJ4wkrYeJzJ QpN9Qt9ZSMCy2zLbL6KfYoLiOopSZZE6xcvFElj5qMkOaFO/BbinzW7gxf5cRqh2oNU+ R+FLRPxOIc9rwcQcnJMIv+M8NH9UrF1zQFosbsq1awdegl2sIHA5RRFwEVUHTUEVppMP 6G6CaRbrQAJFBcqEjozHAXxdNnO4SQ6+x0BzMWiE1NtQcCh0As530+CFHrpXfzblTyRr ZBmE4nmsGkRw/N5MmH6Bmzr/bAYeQovzQ+rcjK1IMDQrHChfziPWY0BhAt1lyI+LkNho m56g== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:message-id:subject:mime-version:x-original-sender :reply-to:precedence:mailing-list:list-id:list-post:list-help :list-archive:sender:list-subscribe:list-unsubscribe:content-type; bh=C8nVzM9P7m1uJjs3iCoHYaZqq/CBHnFwHIzbwdL3JT4=; b=wBq8u4bZndZkuJxySh0gMSpjGlkCRS7b3MpYiUWNNp8Puns87/1WIAARsn6lo8zawr V8Hxg0eYKXkA/MS0xxk83z41CinVriRQmZ+Opv8Fbp/B3g2FpHANjCGVbbrGcXv/zZWJ ZntQ2eNQZBhs7tuD9bdZMnUorDeNfgIneAKPbraOBU+8YCbD9gdyivRLwJdJwj2auOE2 WNxhp40T7GwKd9kZh3ZQ8R8w3pDjX/Z9mIUePy3Bv+7Axqm9/+7V/FtadOrRA8Z/DQ+K J7bb9fmZn5CjgYSYJuhhXUP6w48D/BCvMUFJzNI+gv5zsR3F31lxXnLqsxaqAAEXR9hk Cimg== X-Received: by 10.140.93.181 with SMTP id d50mr407752qge.0.1406435066156; Sat, 26 Jul 2014 21:24:26 -0700 (PDT) X-BeenThere: lojban@googlegroups.com Received: by 10.140.95.193 with SMTP id i59ls1682495qge.20.gmail; Sat, 26 Jul 2014 21:24:25 -0700 (PDT) X-Received: by 10.140.41.104 with SMTP id y95mr379922qgy.2.1406435065752; Sat, 26 Jul 2014 21:24:25 -0700 (PDT) Date: Sat, 26 Jul 2014 21:24:25 -0700 (PDT) From: la durka To: lojban@googlegroups.com Message-Id: <69c54739-eed7-4426-a0af-5b40d6705cc3@googlegroups.com> Subject: [lojban] parser-3.0.00 and logflash up on github MIME-Version: 1.0 X-Original-Sender: durka42@gmail.com Reply-To: lojban@googlegroups.com Precedence: list Mailing-list: list lojban@googlegroups.com; contact lojban+owners@googlegroups.com List-ID: X-Google-Group-Id: 1004133512417 List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , Content-Type: multipart/alternative; boundary="----=_Part_1945_1425915175.1406435065364" X-Spam-Score: -1.9 (-) X-Spam_score: -1.9 X-Spam_score_int: -18 X-Spam_bar: - ------=_Part_1945_1425915175.1406435065364 Content-Type: text/plain; charset=UTF-8 I may be duplicating the efforts of others, but I wanted to see if I could get LogFlash running, mostly as a historical curiosity. I did, though I had to comment out some of the memory management!* The source code I used came from John Cowan's website. Once I got it to compile and run, I figured I should put it up in our Github organization for posterity or the enjoyment of others or something. And once I had done that, I figured I might as well put up the old parser as well (which I had previously fiddled with and at one point had running as an IRC bot). The repositories are: https://github.com/lojban/logflash https://github.com/lojban/cll-parser If I've violated someone's copyright, license or wishes by making this software available on Github, say the word and I'll take it down. mu'o mi'e la durka * If someone knows what I should change "release(heaporg);" to, as opposed to simply commenting it out and presumably introducing a memory leak, let me know. -- You received this message because you are subscribed to the Google Groups "lojban" group. To unsubscribe from this group and stop receiving emails from it, send an email to lojban+unsubscribe@googlegroups.com. To post to this group, send email to lojban@googlegroups.com. Visit this group at http://groups.google.com/group/lojban. For more options, visit https://groups.google.com/d/optout. ------=_Part_1945_1425915175.1406435065364 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I may be duplicating the efforts of others, but I wanted t= o see if I could get LogFlash running, mostly as a historical curiosity. I = did, though I had to comment out some of the memory management!*

The= source code I used came from John Cowan's website. Once I got it to compil= e and run, I figured I should put it up in our Github organization for post= erity or the enjoyment of others or something. And once I had done that, I = figured I might as well put up the old parser as well (which I had previous= ly fiddled with and at one point had running as an IRC bot). The repositori= es are:

https://github.com/lojban/logflash
https://github.com/loj= ban/cll-parser

If I've violated someone's copyright, license or wish= es by making this software available on Github, say the word and I'll take = it down.

mu'o mi'e la durka

* If someone knows what I should = change "release(heaporg);" to, as opposed to simply commenting it out and p= resumably introducing a memory leak, let me know.

--
You received this message because you are subscribed to the Google Groups &= quot;lojban" group.
To unsubscribe from this group and stop receiving emails from it, send an e= mail to lojban+unsub= scribe@googlegroups.com.
To post to this group, send email to lojban@googlegroups.com.
Visit this group at http:= //groups.google.com/group/lojban.
For more options, visit http= s://groups.google.com/d/optout.
------=_Part_1945_1425915175.1406435065364--