Projects tagged ‘delphi’ and ‘library’


Jump to tag:

Projects tagged ‘delphi’ and ‘library’

Filtered by Project Tags delphi library

Refine results Project Tags pascal (5) project-jedi (3) vcl (2) objectpascal (2) development (2) components (2) api (2) engine (1) cad (1) 23hq (1) regexp (1) d2xx (1)

[15 total ]

15 Users
   

The JEDI Code Library (JCL) consists of a set of thoroughly tested and fully documented utility functions and non-visual classes which can be instantly reused in your Delphi and C++ Builder projects.
Created over 3 years ago.

14 Users
   

JVCL is a library of over 600 Delphi components developed by "Project JEDI" members.
Created about 1 year ago.

1 Users

Rawflickr is a library designed to allow Delphi programs to access the Flickr API as if it were a set of local function. It does so by providing a set of classes, one for each group of Flickr API ... [More] methods (auth, blogs, photos, ...) and making the methods inside each class mimic almost exactly the corresponding API method, though using comfortable ObjectPascal types rather than raw strings. [Less]
Created 12 months ago.

1 Users
 

The JWA library aims to provide a conversion from C to Delphi of as many headers as possible from the PSDK etc. The JWSCL (security library) is an advanced object-oriented framework for programming ... [More] with the Windows security features (ACL, Tokens, etc.) [Less]
Created about 1 year ago.

1 Users

ParallelJobs LibraryParallelJobs is a library that provide a easy way to create a parallel process on your application. Works like a simple Win32 API call, as you can see below: begin ... [More] ParallelJob(@MyProcess); end;This will create a parallel process that will execute MyProcess function. All controls and utilities are being implemented and still on development Why use paralleljobs? ParallelJobs on the current stage provide a very easy way to create a parallel process, like you can create using TThread, but without writing a lots of code. Detailsversion 2009.0.1.12 SuggestionsBrazilian Multi-task Learning Tool: http://code.google.com/p/peebles/ [Less]
Created about 1 year ago.

1 Users

WikiEngine.dll is a library with COM-objects to create and manage a wiki-website, or use 'wiki technology' in an application. WikiSyntax is parsed using a WikiParseXML definition. Data is stored in a database of choice.
Created 8 months ago.

1 Users

eXtensible Binary Universal Protocol (XBUP) project is an attempt to design general binary communication protocol and file format. It uses unlimited unary-binary encoding and minimalist block tree ... [More] structure and eligible syntax tier. There is prototype implementation in progress. [Less]
Created about 1 year ago.

0 Users

Language Delphi Free Pascal Graphics API OpenGL Platform Windows Linux MacOS (in progress)
Created 4 months ago.

0 Users

A library of useful and re-usable Delphi components, units and IDE extensions published on DelphiDabbler.com. Many of the components and classes are stable and have been in development for a number ... [More] of years. This is a new project on Google Code. Not all the components and units have been moved here yet. In the meantime you can see a full list of all DelphiDabbler's components and classes, and get the latest source code here. The project currently contains these components, classes and IDE extensions: Project Wiki Source Website Stream Extension Classes Wiki Source More Info System Information Unit Wiki Source More Info Version Information Component Wiki Source More Info Window State Components -- Source More Info HKEY Property Editor Wiki Source More Info The More Info links take you to the relevant page on DelphiDabbler.com. A Wiki for the project is under construction. Click the Wiki link in the above table, where it exists, to go to the Wiki relating to the project. As yet there are no downloads available here. However the current releases of the components and classes list above can be obtained from DelphiDabbler.com. Just click the More Info links above and select the download tab on the page that is displayed. [Less]
Created 2 months ago.

0 Users

the MeSDK provides a light and small object implementation for core developing it includes the MeObjects, MeRTTI, and MeAOP etc. The MeAOP Library is Aspect Oriented Programming for delphi. IMO, the ... [More] aspect is the general feature in fact. It's a helper for object-oriented programming to re-use the feature(function), such as the Login feature. Aspect Oriented Programming attempts to aid programmers in the separation of features, or the breaking down of a program into distinct parts that overlap in functionality as little as possible. distill/separate the general features from many classes; many classes can share the feature, so it need not to modify many classes if the feature've been changed. no necessary to modify the method when adding a new feature to the method. MeObjectsMeObjects Library for Delphi is a light object extension to make object type small and powerful. It makes the object type supports the ClassType, InheritsFrom and ClassName like the Class Type, but it's mini and faster than the delphi class type. You can treat it as mini-class type. The MeObjects Library is the MeSDK core too. MeRTTIthe Mini Run-time Type Infomation object derived from MeObjects. the MeType is stream-able. MeAOPThe MeAOP Library is Aspect Oriented Programming for delphi. IMO, the aspect is the general feature in fact. It's a helper for object-oriented programming to re-use the feature(function), such as the Login feature. Aspect Oriented Programming attempts to aid programmers in the separation of features, or the breaking down of a program into distinct parts that overlap in functionality as little as possible. distill/separate the general features from many classes; many classes can share the feature, so it need not to modify many classes if the feature've been changed. no necessary to modify the method when adding a new feature to the method. I treat the Aspect Oriented Programming as Feature Oriented Programming. MeRemoteThe MeRemote Features Library is the remote function and remote object Library for delphi. It's the feature-layer for the MeAOP. MeServiceThe MeService Library is a mini general SOA(service(plugin)-oriented architecture) system framework. MeScriptthe MeSDK Script Engine Core. It's the functional language script engine. but not ready yet. [Less]
Created 12 months ago.