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.443.626 Times

Instance Data freeware
Filter: All | Freeware | Demo
 

Instance Data

1 2 3 4 5 > 
Added: August 15, 2010 | Visits: 976

NetPacket::ARP NetPacket::ARP is a Perl module to assemble and disassemble ARP (Address Resolution Protocol) packets. SYNOPSIS use NetPacket::ARP; $tcp_obj = NetPacket::ARP->decode($raw_pkt); $tcp_pkt = NetPacket::ARP->encode(params...); # Not implemented NetPacket::ARP provides a set of routines for...



Platforms: *nix

License: Freeware Size: 11.26 KB Download (106): NetPacket::ARP Download

Added: September 05, 2010 | Visits: 1.279

NetPacket::UDP NetPacket::UDP is a Perl module to assemble and disassemble UDP (User Datagram Protocol) packets. SYNOPSIS use NetPacket::UDP; $udp_obj = NetPacket::UDP->decode($raw_pkt); $udp_pkt = NetPacket::UDP->encode($ip_obj); $udp_data = NetPacket::UDP::strip($raw_pkt); NetPacket::UDP provides a...





Platforms: *nix

License: Freeware Size: 11.26 KB Download (144): NetPacket::UDP Download

Added: June 02, 2010 | Visits: 1.368

NetPacket::TCP NetPacket::TCP is a Perl module to assemble and disassemble TCP (Transmission Control Protocol) packets. SYNOPSIS use NetPacket::TCP; $tcp_obj = NetPacket::TCP->decode($raw_pkt); $tcp_pkt = NetPacket::TCP->encode($ip_pkt); $tcp_data = NetPacket::TCP::strip($raw_pkt); NetPacket::TCP...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (130): NetPacket::TCP Download

Added: August 12, 2010 | Visits: 1.147

NetPacket::IP SYNOPSIS use NetPacket::IP; $ip_obj = NetPacket::IP->decode($raw_pkt); $ip_pkt = NetPacket::IP->encode($ip_obj); $ip_data = NetPacket::IP::strip($raw_pkt); NetPacket::IP provides a set of routines for assembling and disassembling packets using IP (Internet Protocol). Methods...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (94): NetPacket::IP Download

Added: April 26, 2010 | Visits: 882

NetPacket::LLC NetPacket::LLC is a Perl module to assemble and disassemble IEEE 802.3 LLC protocol packets. SYNOPSIS use NetPacket::LLC; use NetPacket::SpanningTree; $llc_data = NetPacket::Ethernet->strip($raw_packet); $st_data = NetPacket::LLC->strip($llc_data); $st_obj =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (108): NetPacket::LLC Download

Added: October 22, 2010 | Visits: 681

Tk_CreateImageType Tk_CreateImageType is a Perl module to define new kind of image. SYNOPSIS #include < tk.h > Tk_CreateImageType(typePtr) ClientData Tk_GetImageMasterData(interp, name, typePtrPtr) ARGUMENTS Tk_ImageType *typePtr (in) Structure that defines the new type of image. Must be static: a...


Platforms: *nix

License: Freeware Size: 5.7 MB Download (95): Tk_CreateImageType Download

Added: November 01, 2010 | Visits: 1.065

NetPacket::ICMP NetPacket::ICMP is a Perl module to assemble and disassemble ICMP (Internet Control Message Protocol) packets. SYNOPSIS use NetPacket::ICMP; $icmp_obj = NetPacket::ICMP->decode($raw_pkt); $icmp_pkt = NetPacket::ICMP->encode(); $icmp_data = NetPacket::ICMP::strip($raw_pkt);...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (123): NetPacket::ICMP Download

Added: April 15, 2010 | Visits: 932

NetPacket::IGMP etPacket::IGMP is a Perl module to assemble and disassemble IGMP (Internet Group Mangement Protocol) packets. SYNOPSIS use NetPacket::IGMP; $igmp_obj = NetPacket::IGMP->decode($raw_pkt); $igmp_pkt = NetPacket::IGMP->encode(params...); # Not implemented $igmp_data =...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (115): NetPacket::IGMP Download

Added: October 03, 2010 | Visits: 596

FormFaces FormFaces provides a XForms implementation in JavaScript. FormFaces is a toolkit of Processors, libraries, and APIs that allow XForms forms management across a range of enterprise architectures and browser types. It is a server-side solution requiring no browser plug-ins or proxies. The...


Platforms: *nix

License: Freeware Size: 409.6 KB Download (91): FormFaces Download

Released: December 05, 2012  |  Added: December 05, 2012 | Visits: 375

FSClass FSClass is a "meta-class" that allows programmers to create new classes directly in F-Script, instead of having to write them in Objective-C. No additional syntax or keywords are necessary, so the core F-Script language is unaffected and classes can be created programmatically. Methods are...


Platforms: Mac

License: Freeware Size: 307.2 KB Download (50): FSClass Download

Added: February 06, 2010 | Visits: 1.049

Data::CTable Data::CTable is a Perl module that helps you read, write, manipulate tabular data. SYNOPSIS ## Read some data files in various tabular formats use Data::CTable; my $People = Data::CTable->new("people.merge.mac.txt"); my $Stats = Data::CTable->new("stats.tabs.unix.txt"); ## Clean stray...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (95): Data::CTable Download

Added: February 24, 2010 | Visits: 1.059

Data::Report Data::Report provides a framework for flexible reporting. Data::Report is a flexible, plugin-driven reporting framework. It makes it easy to define reports that can be produced in text, HTML and CSV. Textual ornaments like extra empty lines, dashed lines, and cell lines can be added in a way...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (97): Data::Report Download

Added: August 02, 2010 | Visits: 1.125

The Data Mine The Data Mine is a search engine designed to give users an unusually powerful interface. It is designed around human-computer intelligent interaction (making the computer a tool so humans can use their intelligence). The project divides the screen into two halves: one lets you find all the...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (95): The Data Mine Download

Added: February 01, 2010 | Visits: 1.005

Data::DPath::Builder Data::DPath::Builder is a SAX handler for building an XPath tree. SYNOPSIS use AnySAXParser; use Data::DPath::Builder; $builder = Data::DPath::Builder->new(); $parser = AnySAXParser->new( Handler => $builder ); $root_node = $parser->parse( Source => [SOURCE] ); Data::DPath::Builder is...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (97): Data::DPath::Builder Download

Added: September 20, 2010 | Visits: 979

Data::CGIForm Data::CGIForm is a Perl module with form data interface. Data::CGIForm is yet another way to parse and handle CGI form data. The main motivation behind this module was a simple specification based validator that could handle multiple values. You probably dont want to use this module....


Platforms: *nix

License: Freeware Size: 12.29 KB Download (95): Data::CGIForm Download

Released: November 09, 2015  |  Added: November 16, 2015 | Visits: 1.181

Data Mining Learn data mining with easy-to-use examples. Teach computer to add, subtract, Boolean operations, Fishers Iris task and even chess moves with convenient application NeoNeuro Data Mining! You will be amazed how Data Mining learns chess step by step, like a child. Unlike neural nets NeoNeuro Data...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 2.09 MB Download (158): Data Mining Download

Released: July 20, 2012  |  Added: July 20, 2012 | Visits: 884

SharePoint List Data Export to CSV/Excel Comma-Separated Values (CSV) is a widespread, cross-platform file format for exchanging structured data sets. For example, Microsoft Office Outlook imports contacts stored in CSV format (called "DAT data files"). Microsoft Office Excel offers bi-directional (read and write) support for CSV files....


Platforms: Windows

License: Freeware Size: 5.03 MB Download (57): SharePoint List Data Export to CSV/Excel Download

Added: June 06, 2013 | Visits: 602

Data Grid Object Data Grid Object can be used to display MySQL query results in HTML tables. It is based on another class originally written by Carlos Miguel Guevara.This version includes several enhancements:- The code no longer issues warnings with E_STRICT error reporting enabled- Produces XHTML compliant...


Platforms: PHP

License: Freeware Size: 10 KB Download (45): Data Grid Object Download

Released: October 27, 2016  |  Added: November 16, 2016 | Visits: 743

Akick Data Backup Akick data backup software is designed to create an identical or duplicate copy of your existing data to protect in the event of sudden loss and disasters such as; system crash. Later, you can restore all the backup files on any PC or your desired location. Owing to its handy interface, you can...


Platforms: Windows, Windows 7, Windows Server

License: Freeware Size: 2.64 MB Download (49): Akick Data Backup Download

Released: October 23, 2017  |  Added: June 03, 2019 | Visits: 572

SQL Data Profiler SQL Data Profiler is a free tool that provides quick visibility into data patterns contained in SQL Server databases from a single user interface. Its user interface simplifies exploring patterns in data by streamlining and automating the process. Select an instance of SQL Server, a database, and...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 4.56 MB Download (31): SQL Data Profiler Download

1 2 3 4 5 >