User talk:Sekelsenmat
From Wikipedia, the free encyclopedia
Contents |
[edit] Welcome!
Hello, Sekelsenmat, and welcome to Wikipedia! Thanks for your contributions; I hope you like it here and decide to stay. We're glad to have you in our community! Here are a few good links for newcomers:
- If you haven't already, drop by the new user log and tell others a bit about yourself.
- Always sign your posts on talk pages with ~~~~ so others will know who left which comments.
- The Five Pillars of Wikipedia
- Our policies, guidelines, and simplified ruleset
- How to edit a page and write a great article
- The Wikipedia tutorial and picture tutorial
- The handy Manual of Style
- And finally, remember to be bold in updating pages!
I hope you enjoy editing and being a Wikipedian. Although we all make mistakes, please keep in mind what Wikipedia is not. If you have any questions or concerns, don't hesitate to see the help pages or add a question to the village pump. The Community Portal can also be very useful.
Happy editing!
-- Sango123 03:19, July 17, 2005 (UTC)
P.S. Feel free to leave a message on my talk page if you need help with anything or simply wish to say hello. :)
Uau! Thank you very much! --Felipe Monteiro de Carvalho 02:30, 13 August 2005 (UTC)
[edit] re MIDletPascal
The article stated "WARNING: Any class produced by this product will have a Trojan (virus) embedded... DO NOT USE THIS SOFTWARE" If this is false, it is libelous. If its true, we still don't want to be associated with statements like that (truth is not always a defense against libel charges, in some jurisdictions) but on the other hand we don't want an article that in normal operation creates dangerous code without including any warning about it, and in fact could conceivably be held to account for failing to warn readers. Better altogether to just duck the whole thing. Herostratus 18:12, 28 November 2006 (UTC)
- Right, sorry. I had let myself be played by a vandal, my bad. It's restored. Herostratus 20:47, 28 November 2006 (UTC)
- Although this is strange: [1] Is this person just a crank or what? Herostratus 06:23, 29 November 2006 (UTC)
[edit] Orphaned fair use image (Image:Prussian Blue.jpg)
Thanks for uploading Image:Prussian Blue.jpg. The image description page currently specifies that the image is non-free and may only be used on Wikipedia under a claim of fair use. However, the image is currently orphaned, meaning that it is not used in any articles on Wikipedia. If the image was previously in an article, please go to the article and see why it was removed. You may add it back if you think that that will be useful. However, please note that images for which a replacement could be created are not acceptable under fair use (see our fair use policy).
If you have uploaded other unlicensed media, please check whether they're used in any articles or not. You can find a list of 'image' pages you have edited by clicking on the "my contributions" link (it is located at the very top of any Wikipedia page when you are logged in), and then selecting "Image" from the dropdown box. Note that any fair use images not used in any articles will be deleted after seven days, as described on criteria for speedy deletion. Thank you. This is an automated message from BJBot 07:15, 27 January 2007 (UTC)
[edit] Ajuda ae
Fala felipe!
Eu vi ai na sua userbox que voce e um programador de pascal, ow, tem jeito de voce hospedar o free pascal pra mim? porque o site tah off —The preceding unsigned comment was added by Samuelgames (talk • contribs) 14:17, 30 March 2007 (UTC).
[edit] Coisas
http://www.emmestech.com/software/cygwin/pexports-0.43/pexports-0.43.zip —Preceding unsigned comment added by 194.39.218.10 (talk) 16:13, 6 December 2007 (UTC)
PATH=c:\Programas\Dev-Cpp\bin\ pexports.exe lclexports.dll > liblclexports.def dlltool.exe --def liblclexports.def --dllname lclexports.dll --output-lib liblclexports.a
library lclexports;
{$mode objfpc}{$H+}
uses
Interfaces, // Necessary to create the widgetset object Classes, FormsExports;
exports
Application_Initialize, Application_Run, TForm_Create, TForm_Show;
begin end.
unit FormsExports;
{$mode objfpc}{$H+}
interface
uses
Classes, Forms;
procedure Application_Initialize; cdecl; procedure Application_Run; cdecl; function TForm_Create(Owner: Pointer): TForm; cdecl; procedure TForm_Show(Self: TForm); cdecl;
implementation
procedure Application_Initialize; cdecl; begin
Application.Initialize;
end;
procedure Application_Run; cdecl; begin
Application.Run;
end;
function TForm_Create(Owner: Pointer): TForm; cdecl; begin
Result := TForm.Create(TComponent(Owner));
end;
procedure TForm_Show(Self: TForm); cdecl; begin
Self.Show;
end;
end. —Preceding unsigned comment added by 194.39.218.10 (talk) 17:42, 6 December 2007 (UTC)
[edit] Disputed fair use rationale for Image:MIDletPascal.png
Thank you for uploading Image:MIDletPascal.png. However, there is a concern that the rationale provided for using this image under "fair use" may not meet the criteria required by Wikipedia:Non-free content. This can be corrected by going to the image description page and add or clarify the reason why the image qualifies for fair use. Adding and completing one of the templates available from Wikipedia:Fair use rationale guideline is an easy way to ensure that your image is in compliance with Wikipedia policy. Please be aware that a fair use rationale is not the same as an image copyright tag; descriptions for images used under the fair use policy require both a copyright tag and a fair use rationale.
If it is determined that the image does not qualify under fair use, it might be deleted by adminstrator within a few days in accordance with our criteria for speedy deletion. If you have any questions, please ask them at the media copyright questions page. Thank you.BetacommandBot (talk) 12:53, 8 March 2008 (UTC)