Difference between revisions of "Page Of Code Sites"

From Lazarus wiki
Jump to navigationJump to search
(→‎SWAG sites: two more current active links)
(→‎How to Write Source Code: Object Pascal Style Guide update/alternatives)
Line 135: Line 135:
 
Why? Because the code you write should be read with ease by others and even youself.
 
Why? Because the code you write should be read with ease by others and even youself.
  
[http://community.borland.com/article/0,1410,10280,00.html Borland tutorial] <br>
+
* [http://community.borland.com/article/0,1410,10280,00.html Borland tutorial] (broken link: was linking to Object Pascal Style Guide by Charles Calvert)
[http://jedicodeformat.sourceforge.net/ JEDI tutorial and tools]
+
* [http://web.archive.org/web/20100310155321/http://edn.embarcadero.com:80/article/10280: Object Pascal Style Guide - Charles Calvert (archive)], [https://edn.embarcadero.com/article/10280 Alternative at embarcadero], [http://jvcl.delphi-jedi.org/StyleGuide.htm Alternative at Jedi]
 +
* [http://jedicodeformat.sourceforge.net/ JEDI tutorial and tools]
  
 
===Pascal, Delphi and Kylix Blogs===
 
===Pascal, Delphi and Kylix Blogs===

Revision as of 00:05, 9 May 2017

Deutsch (de) English (en) فارسی (fa) français (fr) Bahasa Indonesia (id) 한국어 (ko)

' Major sites for Pascal, Delphi and Kylix code '

  • If you have some favorite sites that aren't here, please add them.

Super Sites with Components

Verry good sources, tools, docs: http://assarbad.net/en/stuff/

Delphi Free Component Index

(links seems obsolete? Somebody knows if a copy is available?) HUGE index of free components (download a zipped version below) Download zipped free component index another mirror

Other major sites

SWAG sites

SWAG is an archive of tips and example programs for Turbo Pascal/Borland Pascal and early Delphi. Much of it is still applicable to today's Object Pascal - and much is obsolete...

Libraries

CORBA

  • http://sourceforge.net/projects/mtdorb MTDORB is a free and open source ORB implementation for Delphi and Kylix. It is intended to be a fully compliant implementation of the CORBA 2.3 standard. Currently in doesn't compile with Free Pascal, but work has started to make it FPC compatible.

Database


Graphics, games, multimedia

Internet

Logging

Parallel Computing

  • Using LAM/MPI in Free Pascal: a message with source code from C. Cremers:
 http://www.lam-mpi.org/MailArchives/lam/2002/01/3698.php
 (http://www.win.tue.nl/~ccremers/pascalmpi/index.html is obsolete!)

Report

  • LazReport LazReport is based on the FreeReport project. This generator is very fast. LazReport is not compatible with FastReport and FreeReport.
  • http://sourceforge.net/projects/braslib/ Braslibrary is a report and others components pack for Delphi and Lazarus. It is alfa release and has a lot of problems, but has a great potential (p.e. justified text)
  • http://reportman.sourceforge.net ReportManager (Delphi only)

Documentation

Tutorial Sites

How to Write Source Code

Why? Because the code you write should be read with ease by others and even youself.

Pascal, Delphi and Kylix Blogs

Others