Difference between revisions of "Page Of Code Sites"

From Lazarus wiki
Jump to navigationJump to search
(→‎SWAG sites: add alternative)
Line 113: Line 113:
 
== Documentation ==
 
== Documentation ==
 
=== Tutorial Sites ===
 
=== Tutorial Sites ===
*http://www.sheepdogguides.com/tut.htm  
+
* http://www.sheepdogguides.com/tut.htm  
*http://www.arrakis.es/~sigecom/SitesIngles.htm
+
* <strike>http://www.arrakis.es/~sigecom/SitesIngles.htm</strike>. Jun 2016 not found.
*http://mc-computing.com/Languages/ A "Rosetta Stone" site that compares how to perform various tasks in different languages.
+
* http://mc-computing.com/Languages/ A "Rosetta Stone" site that compares how to perform various tasks in different languages.
*http://www-rab.larc.nasa.gov/nmp/nmpLinks.htm Numerical Methods in Pascal
+
* http://www-rab.larc.nasa.gov/nmp/nmpLinks.htm Numerical Methods in Pascal
*http://geldenhuys.co.uk/articles/ Some programming articles written for the Toolbox magazine. Included in this page is the OOP (Object Oriented Programming) chapter from Borland’s Turbo Pascal product. The OOP theory in that chapter is still very relevant today.
+
* http://geldenhuys.co.uk/articles/ Some programming articles written for the Toolbox magazine. Included in this page is the OOP (Object Oriented Programming) chapter from Borland’s Turbo Pascal product. The OOP theory in that chapter is still very relevant today.
  
 
=== How to Write Source Code ===
 
=== How to Write Source Code ===

Revision as of 15:11, 30 June 2016

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.

Borland tutorial
JEDI tutorial and tools

Pascal, Delphi and Kylix Blogs

Others