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

Socket Vbs freeware
Filter: All | Freeware | Demo
 

Socket Vbs

1 2 3 4 5 > 
Added: November 01, 2010 | Visits: 1.020

Danga::Socket Danga::Socket is an event loop and event-driven async socket base class. SYNOPSIS package My::Socket use Danga::Socket; use base (Danga::Socket); use fields (my_attribute); sub new { my My::Socket $self = shift; $self = fields::new($self) unless ref $self; $self->SUPER::new( @_ );...



Platforms: *nix

License: Freeware Size: 18.43 KB Download (92): Danga::Socket Download

Added: May 15, 2010 | Visits: 4.395

CPP Socket library CPP Socket library is a small Classlibrary for C++ that supports a easy usage of socket-programming for networking-software. It provides a simple object-oriented interface to the classic C library calls. With CPPSocket supports the following network protocols: - TCP (transmission control...





Platforms: *nix

License: Freeware Download (122): CPP Socket library Download

Added: February 12, 2010 | Visits: 957

gnome-socket gnome-socket provides a simple library for high-level network asynchronous I/O in GNOME applications. gnome-socket is a library that provides simple high-level network access to GNOME applications. Its main features are asynchronous DNS lookup and non-blocking network I/O. Its designed to use...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (91): gnome-socket Download

Added: July 10, 2010 | Visits: 911

Socket::PassAccessRights Socket::PassAccessRights is a Perl extension for BSD style file descriptor passing via Unix domain sockets. SYNOPSIS use Socket::PassAccessRights; Socket::PassAccessRights::sendfd(fileno(SOCKET), fileno(SEND_ME)) or die; $fd = Socket::PassAccessRights::recvfd(fileno(SOCKET)) or die; open...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (91): Socket::PassAccessRights Download

Added: April 22, 2010 | Visits: 2.534

Socket Socket, sockaddr_in, sockaddr_un, inet_aton, inet_ntoa is a Perl module to load the C socket.h defines and structure manipulators. SYNOPSIS use Socket; $proto = getprotobyname(udp); socket(Socket_Handle, PF_INET, SOCK_DGRAM, $proto); $iaddr = gethostbyname(hishost.com); $port =...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (106): Socket Download

Added: July 24, 2010 | Visits: 1.166

Raw Socket Constructor Raw Socket Constructor provides a tool for sending packets from the console. Raw Socket Constructor is a tool that uses the Libsock library to create arbitrary TCP, ICMP, UDP, TCP6, ICMP6, or UDP6 packets..


Platforms: *nix

License: Freeware Size: 8.19 KB Download (179): Raw Socket Constructor Download

Added: July 13, 2010 | Visits: 1.754

Raw Socket Library Raw Socket Library provides a simple to use raw socket library with IPV6 support. Raw Socket Library provides a simple mechanism to send raw socket packet using IPV4 and IPV6 using a simple struct. It currently supports TCP, ICMP, UDP, and ICMPv6. Whats New in This Release: - ARP has been...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (321): Raw Socket Library Download

Released: October 10, 2014  |  Added: November 06, 2014 | Visits: 1.233

Vbs To Exe Vbs To Exe converts VB-Script files to exe files. Some key features of this application - Visible and invisible applications - Inclusion of additional files, icon and version information - Creation of 32-Bit and 64-Bit EXE files - Commandline interface - Encryption - Support for...


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

License: Freeware Size: 3.54 MB Download (188): Vbs To Exe Download

Added: May 10, 2013 | Visits: 839

SOHT (Socket over HTTP Tunneling) SOHT (Socket over HTTP Tunneling) has the goalĀ to provide an easy to use tool that enables all types of socket communication through an HTTP Proxy server. This tool is useful for users who are behind a restrictive firewall and wish to access external servers that use protocols other than HTTP....


Platforms: Windows, Mac, *nix, Java, BSD Solaris

License: Freeware Download (71): SOHT (Socket over HTTP Tunneling) Download

Added: May 10, 2013 | Visits: 632

A quick and dirty Client and Server Socket class A quick and dirty Client and Server Socket class presents you a client-server model.


Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: July 29, 2013 | Visits: 362

wc-socket WidgetCo socket: This is a fake socket module used to teach namespace packages ( http://www.sourceweaver.com/posts/python-namespace-packages). WidgetCo socket: This is a fake socket module used to teach namespace packages ( http://www.sourceweaver.com/posts/python-namespace-packages).


Platforms: *nix

License: Freeware Size: 10.24 KB Download (38): wc-socket Download

Added: November 04, 2013 | Visits: 360

varnish-admin-socket A simple python library to administer Varnish over the administration socket. The library can use shared secret authentication. Almost all testing has been done against Varnish 2.1.5.


Platforms: *nix

License: Freeware Size: 30.72 KB Download (33): varnish-admin-socket Download

Released: March 17, 2015  |  Added: April 22, 2015 | Visits: 718

W32/VBS Free Virus Removal Tool W32/VBS Free Virus Removal Tool will detect and remove W32/VBS Trojan completely, from your system. Download cleanvb.exe and save it in a temporary directory. Double click on cleanvb.exe to execute it. Follow the user-friendly instructions to detect and remove the W32/VBS Trojan from your...


Platforms: Windows, Windows 7

License: Freeware Size: 544 KB Download (57): W32/VBS Free Virus Removal Tool Download

Released: November 13, 2012  |  Added: November 13, 2012 | Visits: 468

J2ME Socket Chat MIDlet [isometric] J2ME MIDlet with a Socket Server :: Isometric Engine Chat Machine


Platforms: Windows, Mac, Linux

License: Freeware Size: 257.47 KB Download (48): J2ME Socket Chat MIDlet [isometric] Download

Released: December 12, 2012  |  Added: December 12, 2012 | Visits: 413

SocketTest - Test My Socket SocketTest - powerful and small software tool for socket testing. It can create both TCP and UDP client or server. It can be used to test any server or client that uses TCP or UDP protocol to communicate.


Platforms: Windows, Mac, Linux

License: Freeware Size: 98.49 KB Download (49): SocketTest - Test My Socket Download

Added: May 10, 2013 | Visits: 354

When to not just use socket.close() This script implements a "broken" client/server to show how sock.shutdown can be more useful than a simple socket.close operation.


Platforms: *nix, Python, BSD

License: Freeware Download (50): When to not just use socket.close() Download

Added: July 11, 2013 | Visits: 511

Asynchronous Socket Library Async is an Asynchronous Socket Library (C++) providing event-driven socket programming for Linux (or any other Os you get it to compile on). The event callbacks (overridden virtual methods) are called from a loop (similar to GTK+'s gtk_main()), that uses select() to check for socket events. If...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (34): Asynchronous Socket Library Download

Added: October 24, 2013 | Visits: 451

ODBC Socket Server II ODBC Socket Server is an open source database access toolkit that exposes Windows NT ODBC data sources via an XML-based TCP/IP interface.It was developped by Team FXML (fxml@excite.com), we would like to keep on developping and improving it under GPL


Platforms: *nix

License: Freeware Size: 10.24 KB Download (42): ODBC Socket Server II Download

Added: October 16, 2013 | Visits: 320

Socket::Class Socket::Class is a Perl module that provides a simple, fast and efficient way to communicate with sockets. It operates outside of Perl IO and socket layer. It can be used as a replacement to IO::Socket. Little parts of Bluetooth technology has been integrated. SYNOPSIS use Socket::Class;


Platforms: *nix

License: Freeware Size: 3.36 MB Download (39): Socket::Class Download

Released: January 10, 2005  |  Added: October 06, 2006 | Visits: 2.913

BigSpeed Secure Socket Library BigSpeed Secure Socket Library is an ActiveX control that dramatically simplifies and accelerates the development of proprietary communication solutions over the Internet. It implements a flexible message-oriented protocol on top of a single TCP connection. The transfered data are scrambled using...


Platforms: Windows

License: Freeware Size: 785 KB Download (153): BigSpeed Secure Socket Library Download

1 2 3 4 5 >