-
I've been running gsr to enable our internal systems which do not support SMTP over SSL (printers, etc) to send through our Google Apps account. It works great for most devices (thank you), but I've been seeing many running processes of perl/gsr building over time. If I wait a couple days I'll have 20 processes running.
Is this by design, something I can tweak, or a bug in the software?.
2009-04-01 13:44:03 UTC in GMail SMTP Relay
-
I have some code at home, that I'll post for you as soon as I can this weekend.
:)
Bill.
2008-10-31 14:37:38 UTC in Dialect
-
Due to no interest or updates in about 9 months, I'm closing the Dialect Reference wiki located at http://secure.mtd-inc.com/dialect/doku.php .
It will remain online for the weekend just so people can see a live sample of the site before downloading the archive, but I'll be taking it offline soon to allow decommissioning of the server.
The wiki text file sources are available here...
2008-07-11 22:52:34 UTC in Dialect
-
Due to no interest or updates in about 9 months, I'm closing the Dialect Reference wiki located at http://secure.mtd-inc.com/dialect/doku.php .
It will remain online for the weekend just so people can see a live sample of the site before downloading the archive, but I'll be taking it offline soon to allow decommissioning of the server.
The wiki text file sources are available here...
2008-07-11 22:51:50 UTC in Dialect
-
The downloads section layout isn't ideal. The regular Windows version is somewhat hidden.
Here's a direct link:
http://downloads.sourceforge.net/dialect/DialectWin32Install-1.16.exe?modtime=1009947600&big_mirror=0
Enjoy
Bill.
2007-09-12 02:14:27 UTC in Dialect
-
I'm trying to strip some html tags.
The following code is a greedy regex that matches the whole line instead of the first tag.
Perl and PHP have a non-greedy regex modifier to limit the match. Do we have something similar undocumented?
I want to match the tags only.
Anyone have a solution to this?
<dialect source>
quo = chr$(34)
html = "<html><body...
2007-06-12 21:13:36 UTC in Dialect
-
I've found a couple of problems in the System module while running under WINE.
In System.exec() the bWait argument is ignored and returns immediately.
System.status() will crash with:
Runtime Error: Unable to get process information
Module:__core__
What method is Dialect using to get the process id's for these functions?
I will take this information to the WINE developers.
Bill.
2007-05-29 18:19:36 UTC in Dialect
-
Wow.
You must have taken at least 30 minutes to develop that post.?
;)
I would have put that in the wiki.
Wiki's are intended to be revisionist (is that a word?) documents.
Meaning that there is no need to overly define your document, then publish it. Simply create the Table of Contents as you would like it, then start creating some pages as you have time or inspiration. Others will follow...
2007-05-28 19:10:09 UTC in Dialect
-
My personal opinion is that Guilect should be mentioned and linked to, but not specifically used for the tutorial.
Of course, we could have a Guilect tutorial _also_.
I just think there should be some separation between the 'official' Dialect project and entries for community projects.
2007-05-23 15:22:56 UTC in Dialect
-
I don't want to over-analyze the process too much, but I'll answer a few of your questions directly.
[1] Tutorials should be written for someone who has an interest in learning a programming language and Dialect in particular. That may sound like an obvious statement, but there are many tutorials out there that fail to address these basic items.
[2] Anyone, everyone
[3] The 'student'...
2007-05-22 16:08:29 UTC in Dialect