connections conference
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1484
Connection Manager 1.0rc1
Connection Manager allows you to pre-configure all this, and use a single consistant interface. more>>
Connection Manager allows you to pre-configure all this, and use a single consistant interface to get connected to all of these various systems.
Do you have to log in to a lot of different systems? If you do, odds are that you have to use a variety of methods. You probably have some systems that require ssh and others that only support rdesktop. For some you may have to use vnc. Some may only support telnet. Connection Manager allows you to pre-configure all this, and use a single consistant interface to get connected to all of these various systems.
To install from the source distibution type (you probably will have to be root):
make install
To make rpms for rpm-based ditros type:
make rpm
Main features:
- Command Line Interface - Connection Manager will have a command line interface that allows for easy initiation of any connection. Some users, especially system administrators, will prefer this method of interaction
- Qt/KDE interface - Connection Manager will have a full featured graphical interface based on the Qt and KDE widgets. This interface will allow a user to manage their own connections, as well as maintain all of the various configuration files. You shouldnt have to use a text editor to edit configuration files unless you really want to
- Documentation - Connection Manager will be completely documented, including man pages, a user reference guide, and an administrator reference guide.
- Packaging - every effort will be made to make Connection Manager easy to install. Packages will be provided for a variety of platforms.
- Internationalization - Connection Manager will be designed and built so that it will be easy to add support for different languages.
<<lessDo you have to log in to a lot of different systems? If you do, odds are that you have to use a variety of methods. You probably have some systems that require ssh and others that only support rdesktop. For some you may have to use vnc. Some may only support telnet. Connection Manager allows you to pre-configure all this, and use a single consistant interface to get connected to all of these various systems.
To install from the source distibution type (you probably will have to be root):
make install
To make rpms for rpm-based ditros type:
make rpm
Main features:
- Command Line Interface - Connection Manager will have a command line interface that allows for easy initiation of any connection. Some users, especially system administrators, will prefer this method of interaction
- Qt/KDE interface - Connection Manager will have a full featured graphical interface based on the Qt and KDE widgets. This interface will allow a user to manage their own connections, as well as maintain all of the various configuration files. You shouldnt have to use a text editor to edit configuration files unless you really want to
- Documentation - Connection Manager will be completely documented, including man pages, a user reference guide, and an administrator reference guide.
- Packaging - every effort will be made to make Connection Manager easy to install. Packages will be provided for a variety of platforms.
- Internationalization - Connection Manager will be designed and built so that it will be easy to add support for different languages.
Download (0.031MB)
Added: 2006-07-01 License: GPL (GNU General Public License) Price:
1222 downloads
Net::Connection::Sniffer 0.13
Net::Connection::Sniffer can gather stats on network connections. more>>
Net::Connection::Sniffer can gather stats on network connections.
SYNOPSIS
use Net::Connection::Sniffer;
gather($config)
__top
Net::Connection::Sniffer is a perl module to gather connection statistics by listening to ethernet traffic. Traffic is filtered using standard BPF notation as described in the tcpdump documentation and implemented using the standard pcap library to sniff packets on host network interfaces.
<<lessSYNOPSIS
use Net::Connection::Sniffer;
gather($config)
__top
Net::Connection::Sniffer is a perl module to gather connection statistics by listening to ethernet traffic. Traffic is filtered using standard BPF notation as described in the tcpdump documentation and implemented using the standard pcap library to sniff packets on host network interfaces.
Download (0.042MB)
Added: 2006-07-27 License: Perl Artistic License Price:
1194 downloads
Open Conference Systems 2.0
Open Conference Systems is a free Web publishing tool that will create a complete Web presence for your scholarly conference. more>>
Open Conference Systems or OCS for short, is a free Web publishing tool that will create a complete Web presence for your scholarly conference.
Main features:
- create a conference Web site
- compose and send a call for papers
- electronically accept paper and abstract submissions
- allow paper submitters to edit their work
- post conference proceedings and papers in a searchable format
- post, if you wish, the original data sets
- register participants
- integrate post-conference online discussions
Enhancements:
- manage conferences that occur more than once (e.g. yearly)
- an expanded, multiple-round review system
- e-mail template system
- localization & translation tools
- credit card payment for registrations
- automated "thanks-for-submitting" messages
- accept login/password for participants
- Creative Commons licensing of presentations
- more customizable, scalable and secure code
- ...and much more.
<<lessMain features:
- create a conference Web site
- compose and send a call for papers
- electronically accept paper and abstract submissions
- allow paper submitters to edit their work
- post conference proceedings and papers in a searchable format
- post, if you wish, the original data sets
- register participants
- integrate post-conference online discussions
Enhancements:
- manage conferences that occur more than once (e.g. yearly)
- an expanded, multiple-round review system
- e-mail template system
- localization & translation tools
- credit card payment for registrations
- automated "thanks-for-submitting" messages
- accept login/password for participants
- Creative Commons licensing of presentations
- more customizable, scalable and secure code
- ...and much more.
Download (1.5MB)
Added: 2007-06-16 License: GPL (GNU General Public License) Price:
864 downloads
Jabber::Connection 0.03
Jabber::Connection is a simple Perl module with connectivity functions for Jabber. more>>
SYNOPSIS
# client connection:
my $c = new Jabber::Connection(
server => jabber.org,
log => 1,
);
# component connection:
# my $c = new Jabber::Connection(
# server => localhost:5700,
# localname => comp.localhost,
# ns => jabber:component:accept,
# log => 1,
# debug => 1,
# );
die "oops: ".$c->lastError unless $c->connect();
$c->register_beat(10, &every_10_seconds);
$c->register_handler(presence,&presence);
$c->register_handler(iq,&handle_iq_conference);
$c->register_handler(iq,&handle_iq_browse);
$c->auth(qmacro,password,myresource); # client auth
# $c->auth(secret); # component auth
$c->send( );
$c->start;
DESCRIPTION ^
The Jabber::Connection package provides basic functions for connecting clients and components to a Jabber server.
Download (0.012MB)
Added: 2007-03-21 License: Perl Artistic License Price:
952 downloads
QoS Connection Tuning HOWTO 0.61
QoS Connection Tuning HOWTO is a document which explains how to tune network connection performance. more>>
QoS Connection Tuning HOWTO is a document which explains how to tune network connection performance.
This enables you to get the maximum benefit out of your connection without lag and loss.
<<lessThis enables you to get the maximum benefit out of your connection without lag and loss.
Download (MB)
Added: 2006-10-10 License: (FDL) GNU Free Documentation License Price:
1115 downloads
phpMysqlConnection 1.5.9
phpMysqlConnection provides a PHP class for handling MySQL database connections. more>>
phpMysqlConnection provides a PHP class for handling MySQL database connections.
phpMysqlConnection is an interface class to be used with the PHP programming language to help projects connect to a MySQL database server and perform queries.
The methods of this class prevent the programmer from having to memorize all the different steps needed to connect to the database, perform a query, and retrieve results.
Enhancements:
- A function to return XML-formatted data record sets from queries has been added.
<<lessphpMysqlConnection is an interface class to be used with the PHP programming language to help projects connect to a MySQL database server and perform queries.
The methods of this class prevent the programmer from having to memorize all the different steps needed to connect to the database, perform a query, and retrieve results.
Enhancements:
- A function to return XML-formatted data record sets from queries has been added.
Download (0.007MB)
Added: 2007-03-15 License: GPL (GNU General Public License) Price:
955 downloads
Gnome Remote Connection Manager 0.1.5
Gnome Remote Connection Manager is a gnome application that stores information about remote connections. more>>
Gnome Remote Connection Manager is a gnome application that stores information
about remote connections.
It gives you a GUI program to launch applications like telnet, shh, or rdesktop. It is highly configurable as to what type of applications it launches, so you are not limited to the three listed, for example I never thought of using it for ftp, but it would be easy to setup.
GRCM uses gconf to store information about connections.
Enhancements:
- Added some missing icons.
- Fixed a callback in the Connections Dialog that made the default arguments from the connection appear when selected.
<<lessabout remote connections.
It gives you a GUI program to launch applications like telnet, shh, or rdesktop. It is highly configurable as to what type of applications it launches, so you are not limited to the three listed, for example I never thought of using it for ftp, but it would be easy to setup.
GRCM uses gconf to store information about connections.
Enhancements:
- Added some missing icons.
- Fixed a callback in the Connections Dialog that made the default arguments from the connection appear when selected.
Download (0.17MB)
Added: 2005-07-28 License: GPL (GNU General Public License) Price:
1553 downloads
1VideoConference 0.5.0.11 Beta
1VideoConference is completely revolutionizing the way people interact online. more>>
1VideoConference is a project that can completely revolutionize the way people interact online. 1VideoConference allows its Web, Audio/ Video phone, Skype, Msn and Yahoo users to instantly participate in live web conferences without the need for lengthy downloads or complicated installations. At any time, our host customers can simply drop a small piece of code onto their websites and INSTANTLY create their very own online video conference room.
For our users to get started, all they need is a web cam and an internet connection and seconds later they can show presentations, share applications or users desktops, hold live webinars, discuss new strategies face to face with business partners, and more...
Main features:
- Audio and Video Sharing: Low latency, multi-party video and audio sharing brings back the intimacy of a meeting.
- Presentation and Document Sharing: Share your ideas on a presentation or help your partner edit a document in real time collaboration.
- Application sharing: Say you need to teach someone how to use a new piece of software, instead of trying to walk them through it over the phone or instant message, simply share your application with them and show them how its done.
- Desktop Sharing: Share your entire desktop and control of the mouse/keyboard.
- White Board and Annotations: Anyone in the meeting room can leave annotaions or draw an idea on the white board.
- Chat: Not a featured speaker but still want to get your ideas heard? Do this with the multi-user Instant Messaging feature.
- The Hot Seat: Request a spot as an attendee, feature a guest speaker or introduce a new member of the team.
- Record and Archive: Upon the request of the meeting holder, all the interaction is recorded and archived for sharing with non-attendees.
Enhancements:
- System now more stable.
- All service now peer to peer.
- User can delete uploaded Zip modules.
- Enhanced Module Management.
- Multiple Meetings now supported.
- User can select video quality during runtime.
- Host can set the video size during runtime for the all participants(Full Screen).
- Host can share his/ her own desktop with all the other participants.
<<lessFor our users to get started, all they need is a web cam and an internet connection and seconds later they can show presentations, share applications or users desktops, hold live webinars, discuss new strategies face to face with business partners, and more...
Main features:
- Audio and Video Sharing: Low latency, multi-party video and audio sharing brings back the intimacy of a meeting.
- Presentation and Document Sharing: Share your ideas on a presentation or help your partner edit a document in real time collaboration.
- Application sharing: Say you need to teach someone how to use a new piece of software, instead of trying to walk them through it over the phone or instant message, simply share your application with them and show them how its done.
- Desktop Sharing: Share your entire desktop and control of the mouse/keyboard.
- White Board and Annotations: Anyone in the meeting room can leave annotaions or draw an idea on the white board.
- Chat: Not a featured speaker but still want to get your ideas heard? Do this with the multi-user Instant Messaging feature.
- The Hot Seat: Request a spot as an attendee, feature a guest speaker or introduce a new member of the team.
- Record and Archive: Upon the request of the meeting holder, all the interaction is recorded and archived for sharing with non-attendees.
Enhancements:
- System now more stable.
- All service now peer to peer.
- User can delete uploaded Zip modules.
- Enhanced Module Management.
- Multiple Meetings now supported.
- User can select video quality during runtime.
- Host can set the video size during runtime for the all participants(Full Screen).
- Host can share his/ her own desktop with all the other participants.
Download (19.2MB)
Added: 2007-04-22 License: MPL (Mozilla Public License) Price:
920 downloads
conn-close 1.0
conn-close gives us possibility to get rid of entries in ip_conntrack about ESTABLISHED TCP connections. more>>
conn-close gives us possibility to get rid of entries in ip_conntrack about ESTABLISHED TCP connections that goes through our server.
conn-close script uses hping2 to send spoofed RST packets which will fool conntrack and cause specified connections to be considered by conntrack as closed (now these connections will be in ip_conntrack in CLOSE state), even though RST packets will be more likely discarded by destination host.
Information about connections is read of course from /proc/net/ip_conntrack.
Idea was taken from script seen somewhere on the internet.
<<lessconn-close script uses hping2 to send spoofed RST packets which will fool conntrack and cause specified connections to be considered by conntrack as closed (now these connections will be in ip_conntrack in CLOSE state), even though RST packets will be more likely discarded by destination host.
Information about connections is read of course from /proc/net/ip_conntrack.
Idea was taken from script seen somewhere on the internet.
Download (0.003MB)
Added: 2006-05-08 License: GPL (GNU General Public License) Price:
1264 downloads
Net::FreeDB2::Connection 0.8.2.6
Net::FreeDB2::Connection is a FreeDB/CDDB abstract connection class. more>>
Net::FreeDB2::Connection is a FreeDB/CDDB abstract connection class.
Net::FreeDB2::Connection is an abstract class to represent connections to FreeDB/CDDB servers. After a successfull connection, FreeDB/CDDB queries, reads etc can be made to obtain/provide information from/to FreeDB/CDDB databases.
CONSTRUCTOR
new (OPT_HASH_REF)
Creates a new Net::FreeDB2::Connection object. By default connect () is called to initiate the connection but see option no_connect. See the implementation for complements/restrictions.
Options for OPT_HASH_REF may include:
client_name
Mandatory option to name the connecting client software.
client_version
Mandatory option with the client software version string.
client_host
The hostname of the client. Defaults to &Sys::Hostname::hostname ().
client_user
The user of the client. Defaults to scalar (getpwuid ($>));
freedb_host
The FreeDB/CDDB host. Defaults to freedb.freedb.org.
freedb_port
The port on the FreeDB/CDDB host.
proxy_host
Proxy host.
proxy_port
Port on the proxy host. Defaults to 8080.
proxy_user
Proxy user name to use.
proxy_passwd
Proxy password to use.
no_connect
Do not call connect () during instanciation.
<<lessNet::FreeDB2::Connection is an abstract class to represent connections to FreeDB/CDDB servers. After a successfull connection, FreeDB/CDDB queries, reads etc can be made to obtain/provide information from/to FreeDB/CDDB databases.
CONSTRUCTOR
new (OPT_HASH_REF)
Creates a new Net::FreeDB2::Connection object. By default connect () is called to initiate the connection but see option no_connect. See the implementation for complements/restrictions.
Options for OPT_HASH_REF may include:
client_name
Mandatory option to name the connecting client software.
client_version
Mandatory option with the client software version string.
client_host
The hostname of the client. Defaults to &Sys::Hostname::hostname ().
client_user
The user of the client. Defaults to scalar (getpwuid ($>));
freedb_host
The FreeDB/CDDB host. Defaults to freedb.freedb.org.
freedb_port
The port on the FreeDB/CDDB host.
proxy_host
Proxy host.
proxy_port
Port on the proxy host. Defaults to 8080.
proxy_user
Proxy user name to use.
proxy_passwd
Proxy password to use.
no_connect
Do not call connect () during instanciation.
Download (0.030MB)
Added: 2007-03-05 License: Perl Artistic License Price:
965 downloads
Gtk2::Ex::MindMapView::Connection 0.000001
Gtk2::Ex::MindMapView::Connection is a Perl module to draw connections between view items. more>>
Gtk2::Ex::MindMapView::Connection is a Perl module to draw connections between view items.
HEIRARCHY
Glib::Object
+----Gtk2::Object
+----Gnome2::Canvas::Item
+----Gnome2::Canvas::Shape
+----Gnome2::Canvas::Bpath
+----Gtk2::Ex::MindMapView::Connection
SYNOPSIS
use Gtk2::Ex::MindMapView::Connection;
This module is internal to Gtk2::Ex::MindMapView. Connections are instantiated by Gtk2::Ex::MindMapView. This module is responsible for drawing the connecting lines between Gtk2::Ex::MindMapView::Items onto the canvas.
The Gtk2::Ex::MindMapView::Connection is an observer. It registers with the view items so that it may be notified when a view items state changes.
INTERFACE
Properties
arrows (string : readable / writable)
Indicates whether arrows should be drawn. Possible values are: none, one-way, and two-way.
predecessor_item (Gtk2::Ex::MindMapView::Item : readable / writable)
The item at which this connection starts.
item (Gtk2::Ex::MindMapView::Item : readable / writable)
The item at which this connection ends.
Methods
INIT_INSTANCE
This subroutine is called by Glib::Object::Subclass as the object is being instantiated. You should not call this subroutine directly. Leave it alone.
SET_PROPERTY
This subroutine is called by Glib::Object::Subclass when a property is being set. You should not call this subroutine directly. Leave it alone. Instead call the set method to assign values to properties.
connect
Connect the Gtk2::Ex::MindMapView::Connection to the items it observes.
disconnect
Disconnect the Gtk2::Ex::MindMapView::Connection from the items it observes.
<<lessHEIRARCHY
Glib::Object
+----Gtk2::Object
+----Gnome2::Canvas::Item
+----Gnome2::Canvas::Shape
+----Gnome2::Canvas::Bpath
+----Gtk2::Ex::MindMapView::Connection
SYNOPSIS
use Gtk2::Ex::MindMapView::Connection;
This module is internal to Gtk2::Ex::MindMapView. Connections are instantiated by Gtk2::Ex::MindMapView. This module is responsible for drawing the connecting lines between Gtk2::Ex::MindMapView::Items onto the canvas.
The Gtk2::Ex::MindMapView::Connection is an observer. It registers with the view items so that it may be notified when a view items state changes.
INTERFACE
Properties
arrows (string : readable / writable)
Indicates whether arrows should be drawn. Possible values are: none, one-way, and two-way.
predecessor_item (Gtk2::Ex::MindMapView::Item : readable / writable)
The item at which this connection starts.
item (Gtk2::Ex::MindMapView::Item : readable / writable)
The item at which this connection ends.
Methods
INIT_INSTANCE
This subroutine is called by Glib::Object::Subclass as the object is being instantiated. You should not call this subroutine directly. Leave it alone.
SET_PROPERTY
This subroutine is called by Glib::Object::Subclass when a property is being set. You should not call this subroutine directly. Leave it alone. Instead call the set method to assign values to properties.
connect
Connect the Gtk2::Ex::MindMapView::Connection to the items it observes.
disconnect
Disconnect the Gtk2::Ex::MindMapView::Connection from the items it observes.
Download (0.049MB)
Added: 2007-01-16 License: Perl Artistic License Price:
1011 downloads
corkscrew 2.0
Corkscrew is a simple tool to tunnel TCP connections through an HTTP proxy supporting the CONNECT method. more>>
Corkscrew is a simple tool to tunnel TCP connections through an HTTP proxy supporting the CONNECT method. It reads stdin and writes to stdout during the connection, exactly like netcat.
Corkscrew has been compiled on :
HPUX
Solaris
FreeBSD
OpenBSD
Linux
Win32 (with Cygwin)
Corkscrew has been tested with the following HTTP proxies :
Gauntlet
CacheFlow
JunkBuster
Apache mod_proxy
Enhancements:
- Added GPL license to distribution.
- Added support for GNU autoconf and automake.
- corkscrew now compiles on Solaris with GNU tools.
<<lessCorkscrew has been compiled on :
HPUX
Solaris
FreeBSD
OpenBSD
Linux
Win32 (with Cygwin)
Corkscrew has been tested with the following HTTP proxies :
Gauntlet
CacheFlow
JunkBuster
Apache mod_proxy
Enhancements:
- Added GPL license to distribution.
- Added support for GNU autoconf and automake.
- corkscrew now compiles on Solaris with GNU tools.
Download (0.009MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1214 downloads
H2O Rotisserie 1.2.0
H2O Rotisserie is a collaborative course management and structured discussion system. more>>
H2O Rotisserie is a collaborative course management and structured discussion system.
H2O is a system that supports gathering people around ideas.
In addition to the traditional features of learning management systems, H2O includes support for collaboration between projects through the sharing of syllabus elements and through joint discussions between projects.
It also supports Rotisserie-structured discussions, which provide an alternative to traditional online discussion boards by structuring the timing and flow of discussions.
It can be used as a traditional course management platform, but it can also be used for more informal projects centered around the exploration of a set of ideas, whether the project be a conference, an ongoing public discussion, or a traditional academic course.
<<lessH2O is a system that supports gathering people around ideas.
In addition to the traditional features of learning management systems, H2O includes support for collaboration between projects through the sharing of syllabus elements and through joint discussions between projects.
It also supports Rotisserie-structured discussions, which provide an alternative to traditional online discussion boards by structuring the timing and flow of discussions.
It can be used as a traditional course management platform, but it can also be used for more informal projects centered around the exploration of a set of ideas, whether the project be a conference, an ongoing public discussion, or a traditional academic course.
Download (5.7MB)
Added: 2006-10-11 License: GPL (GNU General Public License) Price:
1112 downloads
Address Book Continued 1.0
Address Book Continued provides a multi-user AJAX address book Web application. more>>
Address Book Continued provides a multi-user AJAX address book Web application.
It also makes use of AJAX, which means that page reloads only happen on login/logout; the rest of the operations is handled asynchronously in the background. Its well usable, even over slow connections.
You can even install ABC on your desktop PC and configure it so that it doesnt require login for connections coming from the local computer.
<<lessIt also makes use of AJAX, which means that page reloads only happen on login/logout; the rest of the operations is handled asynchronously in the background. Its well usable, even over slow connections.
You can even install ABC on your desktop PC and configure it so that it doesnt require login for connections coming from the local computer.
Download (0.021MB)
Added: 2007-02-06 License: GPL (GNU General Public License) Price:
990 downloads
Nanoserv 1.0.2
Nanoserv is a sockets daemon toolkit for PHP 5.1+. more>>
Nanoserv is a sockets daemon toolkit for PHP 5.1+. Nanoserv is object oriented and features native support for TCP with SSL/TLS and UDP connections, multiplexing and forking listeners, handlers for raw connections, line input, HTTP, SMTP, XML-RPC, Syslog, transparent inter-process communications with forked handlers, and more.
Main features:
- 100% object oriented
- native support for TCP with SSL/TLS and UDP connections
- multiplexing and forking listeners
- handlers for raw connections, line input, HTTP, SMTP, XML-RPC, Syslog, ...
- transparent inter process communications with forked handlers
- and probably more ...
<<lessMain features:
- 100% object oriented
- native support for TCP with SSL/TLS and UDP connections
- multiplexing and forking listeners
- handlers for raw connections, line input, HTTP, SMTP, XML-RPC, Syslog, ...
- transparent inter process communications with forked handlers
- and probably more ...
Download (0.020MB)
Added: 2006-08-23 License: LGPL (GNU Lesser General Public License) Price:
1161 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above connections conference search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed