Difference between revisions of "User talk:Jonas"

From Lazarus wiki
Jump to navigationJump to search
Line 2: Line 2:
  
 
Please see the talk [[Talk:Code Signing for Mac OS X|here]].--[[User:Jwdietrich|Jwdietrich]] 14:48, 3 October 2013 (CEST)
 
Please see the talk [[Talk:Code Signing for Mac OS X|here]].--[[User:Jwdietrich|Jwdietrich]] 14:48, 3 October 2013 (CEST)
 +
 +
== anti-spam bug & suggestion ==
 +
 +
<pre>
 +
Program SpammersAreParasites;
 +
var
 +
  l1,l2: Srting;
 +
begin
 +
  l1:='13';
 +
  l2:='10';
 +
  Mve:=l1 + l2;
 +
  Mve:=(Mve)
 +
(*
 +
  l1:=61;
 +
  l2:=10
 +
Mve:=(l1 + l2);
 +
*)
 +
end.
 +
</pre>
 +
I'd been trying to fix some minor language errors on [[Multithreaded_Application_Tutorial#Do you need multi-threading?]] but was kept from saving edits by the antispam-'feature' which lets me do a calculation. The program won't compile: Srting should probably be String and <tt>Mve</tt> isn't declared. Apart from the programbugs, I was 'accused' of adding new external links. However, the subpage did not include any exlinks al all. Seems to me that the anti-spam countermeasure is likely to block most non-spam edits as well...
 +
 +
I'm running a bunch of wiki-sites which used to be heavily spammed. Since the use of the 'cats and dogs pictures' captcha (Asirra) I haven't seen a single spam user (used to be 200+ each day). [[User:Arent|Arent]] 09:16, 16 June 2014 (CEST)

Revision as of 09:16, 16 June 2014

Code Signing for Mac OS X

Please see the talk here.--Jwdietrich 14:48, 3 October 2013 (CEST)

anti-spam bug & suggestion

Program SpammersAreParasites;
var
  l1,l2: Srting;
begin
  l1:='13';
  l2:='10';
  Mve:=l1 + l2;
  Mve:=(Mve)
(*
  l1:=61;
  l2:=10
 Mve:=(l1 + l2);
*)
end.

I'd been trying to fix some minor language errors on Multithreaded_Application_Tutorial#Do you need multi-threading? but was kept from saving edits by the antispam-'feature' which lets me do a calculation. The program won't compile: Srting should probably be String and Mve isn't declared. Apart from the programbugs, I was 'accused' of adding new external links. However, the subpage did not include any exlinks al all. Seems to me that the anti-spam countermeasure is likely to block most non-spam edits as well...

I'm running a bunch of wiki-sites which used to be heavily spammed. Since the use of the 'cats and dogs pictures' captcha (Asirra) I haven't seen a single spam user (used to be 200+ each day). Arent 09:16, 16 June 2014 (CEST)