Difference between revisions of "Page Of Code Sites"

From Lazarus wiki
Jump to navigationJump to search
m (Deleted sites that no longer exist.)
m (Reverted edits by GAN (talk) to last revision by Trev)
Tag: Rollback
Line 10: Line 10:
 
*http://www.torry.net/ <br>
 
*http://www.torry.net/ <br>
 
*http://delphi.icm.edu.pl/  
 
*http://delphi.icm.edu.pl/  
 +
*http://www.inner-smile.com/delphi5.phtml
 +
*http://www.mers.com/index.html [broken link]
 
*http://www.delphi-jedi.org/  
 
*http://www.delphi-jedi.org/  
 
*http://delphi.about.com/  
 
*http://delphi.about.com/  
Line 17: Line 19:
 
Very good sources, tools, docs:
 
Very good sources, tools, docs:
 
http://assarbad.net/en/stuff/  
 
http://assarbad.net/en/stuff/  
 +
 +
=== Delphi Free Component Index ===
 +
* [http://chuckr.bravepages.com/delphifree.htm HUGE index of free components]
  
 
=== Other major sites ===
 
=== Other major sites ===
 
*http://lazplanet.blogspot.co.uk/
 
*http://lazplanet.blogspot.co.uk/
 +
*http://www.devx.com/tips/delphi-and-pascal/ Tips (1997-1999)
 +
*http://www.delphipages.com/
 
*http://www.delphibasics.co.uk/
 
*http://www.delphibasics.co.uk/
 
*http://www.chami.com/tips/delphi/
 
*http://www.chami.com/tips/delphi/
Line 36: Line 43:
 
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...
 
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...
  
 +
*http://gdsoft.com/swag/swag.html (broken link)
 +
*http://www.bsdg.org/swag/index.html (broken link)
 
*http://swag.outpostbbs.net/
 
*http://swag.outpostbbs.net/
 
*https://github.com/nickelsworth/swag
 
*https://github.com/nickelsworth/swag

Revision as of 01:04, 11 March 2020

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

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

Delphi Free Component Index

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 yourself.

Pascal, Delphi and Kylix Blogs

Others