Difference between revisions of "Page Of Code Sites"

From Free Pascal wiki
Jump to navigationJump to search
Line 28: Line 28:
 
=== Other major sites ===
 
=== Other major sites ===
 
*http://lazplanet.blogspot.co.uk/
 
*http://lazplanet.blogspot.co.uk/
*http://archive.devx.com/gethelp/gethelp.asp?Area=Delphi%2FPascal
+
*http://www.devx.com/tips/delphi-and-pascal/ Tips (1997-1999)
 
*http://www.delphipages.com/  
 
*http://www.delphipages.com/  
 
*http://www.delphibasics.co.uk/
 
*http://www.delphibasics.co.uk/
*http://www.chami.com/  
+
*http://www.chami.com/tips/delphi/
 
*http://www.swissdelphicenter.ch/  
 
*http://www.swissdelphicenter.ch/  
*http://www.undu.com/ (broken link)
 
*http://www.delphifaq.net/index.php
 
*http://www.delphispirit.com/
 
*http://www.delphi32.com/
 
 
*http://www.cyber-matrix.com/delphi.html  
 
*http://www.cyber-matrix.com/delphi.html  
*http://www.innotts.co.uk/zephyr/linkslink.html
 
*http://www.bsdg.org/resources/turbopower.html Listing of Turbopower's SF releases
 
*http://www.q3.nu/trucomania/ Tips for Delphi programming (English & Spanish)
 
 
*http://www.drbob42.com/delphi/index.htm Dr. Bob's Delphi Clinic  
 
*http://www.drbob42.com/delphi/index.htm Dr. Bob's Delphi Clinic  
*http://www.pazcal.com/modules/news/  delphi & pascal open source programming
 
 
*http://www.trsek.com  340 source pascal code - game, mathematics, graphics, homework
 
*http://www.trsek.com  340 source pascal code - game, mathematics, graphics, homework
 
*http://www.freepascal.ru  Articles and a forum for Russian users of Free Pascal
 
*http://www.freepascal.ru  Articles and a forum for Russian users of Free Pascal
 
*http://www.Corpsman.de Lots of Delphi and Lazarus programs / tutorials and components
 
*http://www.Corpsman.de Lots of Delphi and Lazarus programs / tutorials and components
 
*http://delphiallimite.blogspot.com Code, tutorials, examples for Delphi (Spanish) - Last update 2010
 
*http://delphiallimite.blogspot.com Code, tutorials, examples for Delphi (Spanish) - Last update 2010
 +
*http://www.devsuperpage.com/Articles/Delphi.aspx Delphi Articles/Tips
  
 
=== SWAG sites ===
 
=== SWAG sites ===

Revision as of 06:24, 26 September 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 yourself.

Pascal, Delphi and Kylix Blogs

Others