User talk:Jonas

From Free Pascal wiki
Revision as of 09:16, 16 June 2014 by Arent (talk | contribs) (→‎anti-spam bug & suggestion: new section)
Jump to navigationJump to search

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)