Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.476.246 Times

Delphi Version Info freeware
Filter: All | Freeware | Demo
 

Delphi Version Info

< 1 2 3 4 5 > 
Added: May 31, 2013 | Visits: 396

Gubby for Email System Utilities Gubby is a small UNIX tool that keeps track of where and when procmail delivers your email.Scans a procmail logfile and display a realtime-updated display of mailboxes and new email. Reads mailbox contents using a specified external mailreader (or MUA).Output is normally displayed in a curses... Platforms: C and C plus plus

License: Freeware Size: 61.44 KB Download (43): Gubby for Email System Utilities Download

Added: September 06, 2013 | Visits: 511

Zangetsu Zangetsu is a general purpose 64 bit Garbage Collected Framework for Mac OS X 10.6 and later. It has a number of convenience functions and Foundation categories that help in the development of Mac OS X Cocoa applications. It is the framework that helps power many of my apps. Going forward as I... Platforms: Mac

License: Freeware Size: 20.48 KB Download (45): Zangetsu Download

Added: March 07, 2010 | Visits: 1.468

MP3::Info MP3::Info is a Perl module that can manipulate / fetch info from MP3 audio files. SYNOPSIS #!perl -w use MP3::Info; my $file = Pearls_Before_Swine.mp3; set_mp3tag($file, Pearls Before Swine, q"77s", Sticks and Stones, 1990, q"(c) 1990 77s LTD.", rock & roll); my $tag =... Platforms: *nix

License: Freeware Size: 99.33 KB Download (100): MP3::Info Download

Released: September 19, 2012  |  Added: September 19, 2012 | Visits: 630

File Version File Version (TFileVersion component) allows you to access inforamation regarding a file (with ready-to-use properties, like FileDescription, FileVersion, LegalCopyright, ProductVersio.) and unstandard VERINFO values of the executable file (DLL, OCX, EXE, etc.) with string-indexed VersionValue... Platforms: Windows

License: Freeware Download (48): File Version Download

Added: April 24, 2010 | Visits: 1.240

PC-Info PC-Info project is a Server-Client Software using the Adaptive Communication Environment (ACE). Server uses KDE/QT to show the client data. Cmd-line is also possible. Until now the Client can submit IP/Port, Hostname and CPU-Model information. Installation: The simplest way to compile... Platforms: *nix

License: Freeware Size: 604.16 KB Download (104): PC-Info Download

Added: February 11, 2010 | Visits: 977

SNMP::Info::Layer3::N1600 SNMP::Info::Layer3::N1600 is a Perl5 Interface to Nortel 16XX Network Devices. SYNOPSIS # Let SNMP::Info determine the correct subclass for you. my $n1600 = new SNMP::Info( AutoSpecify => 1, Debug => 1, # These arguments are passed directly on to SNMP::Session DestHost => myswitch,... Platforms: *nix

License: Freeware Size: 133.12 KB Download (92): SNMP::Info::Layer3::N1600 Download

Added: August 06, 2010 | Visits: 926

KuSys-Info KuSys-Info is a Ku(buntu) Sys(tem)-Info. KuSys-Info karamba applet is based on transwhite. I adapted it a bit and modified it so that it fits to my system and themes. Detection of OS is not automatically right now, so you probably have to adapt the script. To change to the right network... Platforms: *nix

License: Freeware Size: 35.84 KB Download (96): KuSys-Info Download

Added: January 26, 2010 | Visits: 996

SNMP::Info::Layer2::C2900 SNMP::Info::Layer2::C2900 is a SNMP Interface to Cisco Catalyst 2900 Switches running IOS. SYNOPSIS # Let SNMP::Info determine the correct subclass for you. my $c2900 = new SNMP::Info( AutoSpecify => 1, Debug => 1, # These arguments are passed directly on to SNMP::Session DestHost =>... Platforms: *nix

License: Freeware Size: 122.88 KB Download (93): SNMP::Info::Layer2::C2900 Download

Released: December 28, 2017  |  Added: December 30, 2017 | Visits: 508

OLEDBDAC for Delphi OLE DB Data Access Components (OLEDBDAC) is a feature-rich and high-performance library of components that provides data access for data sources exposed through OLE DB from Delphi for both 32-bit and 64-bit Windows platforms. OLEDBDAC-based applications connects to any data source exposed through... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 3.7 MB Download (62): OLEDBDAC for Delphi Download

Released: June 07, 2001  |  Added: July 23, 2006 | Visits: 6.593

Delphi Project Launcher Why browse through tons of folders and files to get to your project? Or why struggle to keep an updated list of recent projects? With Delphi Project Launcher (DPL) you get a complete list of all your Delphi projects and use it to launch projects, run exe files and open project folders in your... Platforms: Windows

License: Freeware Size: 317 KB Download (488): Delphi Project Launcher Download

Released: February 18, 2003  |  Added: February 14, 2006 | Visits: 3.104

SmartTranslate for Delphi SmartTranslate is a standalone tool which helps you translating a Delphi project to other languages. In the first step, it collects all strings in the Pascal code and Delphi forms and stores them in a database. After all strings are translated, which can be done inside SmartTranslate, it can... Platforms: Windows

License: Freeware Size: 597 KB Download (635): SmartTranslate for Delphi Download

Added: August 22, 2008 | Visits: 3.066

Delphi Tutorial Development of a logic game in Delphi - free tutorial for beginner programmers. The manual on development of a logic game in Delphi is identical to the manual versions for VB, Java and C++. It would help you to master new programming languages in a short time. The manual includes Word document... Platforms: Windows

License: Freeware Size: 544 KB Download (915): Delphi Tutorial Download

Added: June 15, 2010 | Visits: 1.263

Video::Info::MPEG::Video Video::Info is a suite of modules to probe video files for various attributes. Previous versions of Video::Info depended on external modules, such as RIFF::Info and ASF::Info. This is no longer the case, you dont need to install them. All the functionality is now included with the Video::Info... Platforms: *nix

License: Freeware Size: 634.88 KB Download (104): Video::Info::MPEG::Video Download

Added: March 10, 2010 | Visits: 1.294

Video::Info::ASF Video::Info::ASF is a Perl module for ASF files for attributes like: -video codec -audio codec -frame height -frame width -frame count and more! SYNOPSIS use Video::Info::ASF; my $video; $video = Video::Info::ASF->new(-file=>$filename); #like this $video->vcodec; #video codec... Platforms: *nix

License: Freeware Size: 634.88 KB Download (118): Video::Info::ASF Download

Added: March 27, 2010 | Visits: 1.006

Video::Info::FOO Video::Info::FOO is a Perl module for video information. Video::Info::FOO - what is it useful for? an example list: -video codec -audio codec -frame height -frame width -frame count and more! SYNOPSIS use Video::Info::FOO; my $video; $video->vcodec; #video codec $video->acodec;... Platforms: *nix

License: Freeware Size: 634.88 KB Download (103): Video::Info::FOO Download

Added: February 23, 2010 | Visits: 1.049

Video::Info::RIFF Video::Info::RIFF is a Perl module that can probe DivX and AVI files for attributes like: -video codec -audio codec -frame height -frame width -frame count and more! SYNOPSIS use Video::Info::RIFF; my $video; $video = Video::Info::RIFF->new(-file=>$filename); #like this $video =... Platforms: *nix

License: Freeware Size: 634.88 KB Download (151): Video::Info::RIFF Download

Added: August 02, 2010 | Visits: 1.200

Video::Info::Magic Video::Info::Magic can resolve video filetype if possible. SYNOPSIS use strict; use Video::Info::Magic qw(:all); my $type = divine(/path/to/video.mpg ); print $type; #MPEG system stream data (maybe) ## ... see methods below EXPORT various constants related to video file formats.... Platforms: *nix

License: Freeware Size: 634.88 KB Download (98): Video::Info::Magic Download

Added: November 04, 2010 | Visits: 1.368

Video::Info Video::Info can retrieve video properties such as: height width codec fps. SYNOPSIS use Video::Info; my $info = Video::Info->new(-file=>my.mpg); $info->fps(); $info->aspect(); ## ... see methods below Video::Info is a factory class for working with video files. When you create a new... Platforms: *nix

License: Freeware Size: 634.88 KB Download (110): Video::Info Download

Added: September 12, 2010 | Visits: 1.199

Video::Info::MPEG::Constants Video::Info::MPEG::Constants is a suite of modules to probe video files for various attributes. Previous versions of Video::Info depended on external modules, such as RIFF::Info and ASF::Info. This is no longer the case, you dont need to install them. All the functionality is now included with... Platforms: *nix

License: Freeware Size: 634.88 KB Download (101): Video::Info::MPEG::Constants Download

Added: September 17, 2010 | Visits: 1.186

Video::Info::MPEG::System Video::Info::MPEG::System is a suite of modules to probe video files for various attributes. Previous versions of Video::Info depended on external modules, such as RIFF::Info and ASF::Info. This is no longer the case, you dont need to install them. All the functionality is now included with the... Platforms: *nix

License: Freeware Size: 634.88 KB Download (96): Video::Info::MPEG::System Download

< 1 2 3 4 5 >