oroborus: life ever lasting. nature.
Intrafoundation Software

Adobe/Macromeda/Allaire ColdFusion Products

TCPClient (3.2) January 08 2007

Windows COM [w/ C++ source code] Freeware
       views 2531 downloads 14202 (last May 17 2007)

A COM object usable by ColdFusion, ASP, PHP4, etc that allows you to talk to any TCP server including SMTP, POP3, FTP, HTTP, IMAP, telnet, etc.


view

Network Discovery (1.3) January 08 2007

Windows COM [w/ C/C++ source code] Freeware
       views 706 downloads 76 (last May 09 2007)

A small COM for use with TCPClient and UDPClient that does network discovery (i.e., tells you what computers are "out there").


view

UDPClient (3.0) January 07 2007

Windows COM [w/ C++ source code] Freeware
       views 1664 downloads 2070 (last May 16 2007)

A COM object usable by ColdFusion, ASP, PHP4, etc that allows you to talk to any UDP server including multiplayer games such as Quake, Half-Life, Unreal, etc.


view

CFX_Execute (1.3) December 05 2004

Windows ColdFusion CFX [w/ C source code] Freeware
       views 1165 downloads 510 (last May 12 2007)

A high-performance clone of CF4.5's CFEXECUTE function written in C++. Includes a VARIABLE parameter to output results directly to a cf variable.

See the CFX_Execute homepage for details.


view

ImageGrapher (1.7) November 17 2004

Windows COM Freeware
       views 942 downloads 60 (last April 15 2007)

ImageGrapher is a straight-forward ATL COM object which provides basic graph line and icon drawing functions. It currently works with either GIF or TGA format graphic images. With it you can load a graphic image into memory (your "drawing canvas"), draw any number of lines optionally terminated by vector arrows/circles, as well as compositing icon images of any size onto your canvas before saving the image to a file.

The primary purpose of this software is for creating dynamic "maps" or graphs.


view

CFX_SystemInfo (1.0) March 05 2004

Windows ColdFusion CFX [w/ C source code] Freeware
       views 661 downloads 168 (last May 15 2007)

The CFX_SystemInfo tag returns basic information about the machine it's installed on (computer name, processor type, drive free space & type, etc).

Updated 2003 to add drive letters.

With complete c/c++ source code.

See the CFX_SystemInfo homepage for details.


view

CFX_ImageInfo (2.6) July 20 2003

Windows ColdFusion CFX [w/ C source code] Freeware
       views 1174 downloads 792 (last May 16 2007)

This extension tag for Allaire ColdFusion, CFX_ImageInfo, has one simple purpose: It returns information such as width, height, colors, comments, compression type, dpi, frames, etc about graphic files. The file formats it handles include TGA, GIF*, JPG, PNG, BMP, PCX, TIFF, and PSD. Works with ColdFusion version 3.1 and up.

You can either ask it to return information about a single file or about all (known graphic) files in a specified folder. When using the folder option you can also specify a filter mask.


view

CFX_AudioInfo (0.4 Beta) April 16 2003

Windows ColdFusion CFX [w/ C source code] Freeware
       views 540 downloads 153 (last May 12 2007)

This Allaire ColdFusion extension tag, CFX_AudioInfo will scan either a single file or an entire folder, looking for audio files of mp3, wav, au and midi format.


view

CFX_ConsoleCommand (0.0) August 13 2002

Windows ColdFusion CFX [w/ C source code] Freeware
       views 541 downloads 68 (last May 13 2007)

The CFX_ConsoleCommand tag issues any command you could normally type at the console (DOS box). It optionally captures the output back as a variable.


view

CFX_ReadLine (1.0) January 25 2002

Windows ColdFusion CFX [w/ C source code] Freeware
       views 500 downloads 36 (last May 12 2007)

The CFX_ReadLine tag allows you to read a text file line by line instead of having to load the entire thing in at once via CFFILE.


view

CFX_HexBinaryR (0.0 Beta) January 26 2001

Windows ColdFusion CFX [w/ C++ source code] Freeware
       views 430 downloads 8 (last May 12 2007)

The CFX_HexBinaryR tag reads in any file and returns it's contents as a hexadecimal string.


view

CFX_TCPClient (1.2 Beta) December 03 2000

Windows ColdFusion CFX [w/ C source code] Freeware
       views 551 downloads 38 (last May 12 2007)

This simple tag CFX_TCPClient allows you to talk to any internet server using TCP/IP such as: NNTP, POP3, SMTP, IRC, FTP, WHOIS, ECHO, RLOGIN, etc. You could for instance ask an internic WHOIS server to return information on a domain name or do a FINGER JOHNC@IDSOFTWARE.COM to read John Carmack's .plan file, or query a POP3 email server, or an NNTP news server, or an FTP server, or just about anything else.

Simple, but useful.


view

CFX_CountryOfIP (0.2) January 27 2000

Windows ColdFusion CFX [w/ C source code] Freeware
       views 504 downloads 27 (last May 12 2007)

The CFX_CountryOfIP uses nslookup and nicname/whois functions to return the country of any ip presented to it, typically #CGI.REMOTE_ADDR#.


view

CFX_HexBinaryW (0.0) January 26 2000

Windows ColdFusion CFX [w/ C source code] Freeware
       views 417 downloads 5 (last May 12 2007)

The CFX_HexBinaryR tag tags a hexadecimal string and writes it out as a binary file.


view

CFX_FileAsHexadecimal (0.0) October 08 1999

Windows ColdFusion CFX [w/ C source code] Freeware
       views 442 downloads 4 (last May 12 2007)

The CFX_FileAsHexadecimal tag reads in any file and returns it's content in hexadecimal format.


view

CFX_BinaryR (0.0) June 23 1999

Windows ColdFusion CFX [w/ C source code] Freeware
       views 461 downloads 5 (last May 12 2007)

The CFX_BinaryR tag reads a binary file into a sql query. This allows you to parse binary files (such as GIF's, MIDI's, etc) yourself in CF.


view

CFX_BinaryW (0.0) June 22 1999

Windows ColdFusion CFX [w/ C source code] Freeware
       views 470 downloads 10 (last May 12 2007)

The CFX_BinaryW tag writes out a numeric sql query as a binary file. This allows you to create binary files (such as GIF's, MIDI's, etc) yourself in CF.


view

CFX_SpawnLOutput (0.0) May 25 1999

Windows ColdFusion CFX Freeware
       views 462 downloads 3 (last May 13 2007)


view

CFX_NicName (0.0) May 21 1999

Windows ColdFusion CFX [w/ C source code] Freeware
       views 475 downloads 27 (last April 24 2007)

The CFX_NicName (aka, CFX_WhoIs) tag retrieves domain name registry information from registry servers


view

CFX_NSLookup (0.1) May 19 1999

Windows ColdFusion CFX [w/ C source code] Freeware
       views 590 downloads 84 (last May 15 2007)

The CFX_NSLookup tag does a domain name lookup, resolving things like 204.146.17.5 into www.ibm.net, or getting the true name of aliased servers.


view


Note: Statistics such as views and downloads were pulled from previous versions of this website. Some items were tracked and some were not. This accounts for the fact that some older items seem to have never been downloaded (they were not being tracked) and downloads are higher than the number of times a product has been viewed (views were not counted until October 2005).
Dogs love Coldfusion.

Related External Links


Copyright © 1997-2007 by Lewis A. Sellers.       
'Making Atomic Warfare Fun Again' ™