Difference between revisions of "Page Of Code Sites"

From Free Pascal wiki
Jump to navigationJump to search
Line 68: Line 68:
 
*http://www.progdigy.com/modules.php?name=UIB Database components for Firebird, Interbase and Yaffil
 
*http://www.progdigy.com/modules.php?name=UIB Database components for Firebird, Interbase and Yaffil
 
*http://www.instantobjects.org ObjectPascal ORM (Delphi only at the moment)
 
*http://www.instantobjects.org ObjectPascal ORM (Delphi only at the moment)
 +
 +
===full text search===
 +
*http://ioda.sourceforge.net/index.html ioda is a fulltext database: a word indexing and retrieving engine. It stores unique words from a file or database source in a btree and their repeaters in an flexible and highly space optimized list structure. Each stored word "knews" its source, position in the source and some (optional) info bytes. (writen in FPC)
  
 
===Internet===
 
===Internet===
Line 85: Line 88:
 
===Log===
 
===Log===
 
http://log4delphi.sourceforge.net/ Log Components (Delphi only at the moment)
 
http://log4delphi.sourceforge.net/ Log Components (Delphi only at the moment)
 +
 +
===Corba===
 +
*http://www.m-g.ru/index/lang/eng/parent_id/30/level/1 MTDORB is free and opensource ORB for Delphi and Kylix. It is intended to be a fully compliant implementation of CORBA 2.3 standard.
  
 
===Parallel Computing===
 
===Parallel Computing===

Revision as of 00:16, 8 March 2007

' 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

HUGE index of free components (download a zipped version below) Download zipped free component index

Other major sites

SWAG sites

Libraries

GraphiX, Games, DirectX, OpenGL, OpenAL

database

full text search

  • http://ioda.sourceforge.net/index.html ioda is a fulltext database: a word indexing and retrieving engine. It stores unique words from a file or database source in a btree and their repeaters in an flexible and highly space optimized list structure. Each stored word "knews" its source, position in the source and some (optional) info bytes. (writen in FPC)

Internet

Report

OLAP

Log

http://log4delphi.sourceforge.net/ Log Components (Delphi only at the moment)

Corba

Parallel Computing

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

Others


Contributors to this page

This page has been converted from the epikwiki version.

Date format: mm/dd/yyyy

Initial page entry [VlxAdmin] - 9/22/2003
Added Tutorial section [VlxAdmin] - 10/20/2003
Added some links and headings [VlxAdmin] - 10/27/2003
Added Documentation section [DarekMpage] - 4/20/2004
Added Graphics section Razvan - 11/5/2004
Added coding tutorials Razvan - 11/11/2004
Modified Graphics section Razvan - 02/20/2005
Deleted http://www.vclcomponents.com/ Domain is expired User:Christian