pc to tv connections
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2028
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
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
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
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::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
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
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
MP3Victim TV 1.0
MP3Victim TV allows you to watch over 2000 TV Channels for Free on your PC with free Lifetime updates. Watch FREE TV on PC with MP3Victim TV. Watch ov... more>> <<less
Download (488KB)
Added: 2009-04-05 License: Freeware Price: Free
204 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
Pocket PC System Controller 0.1-1
Pocket PC System Controller is a client-server package that will allow you to use your pocket pc as a remote controller. more>>
Pocket PC System Controller is a client-server package that will allow you to use your pocket pc as a remote controller for your desktop by sending voice commands.
Installation:
This is the server part of the software which you can install on a linux system.
See the INSTALL file in the ppc-system-controller-linux directory for more information.
<<lessInstallation:
This is the server part of the software which you can install on a linux system.
See the INSTALL file in the ppc-system-controller-linux directory for more information.
Download (0.018MB)
Added: 2006-09-19 License: Freeware Price:
1134 downloads
pynetfilter_conntrack 0.3.2
pynetfilter_conntrack is a Python binding of libnetfilter_conntrack. more>>
pynetfilter_conntrack is a Python binding of libnetfilter_conntrack. The binding is the file pynetfilter_conntrack.py and you have also a clone of conntrack program: conntrack.py.
Conntrack.py
Conntrack.py is a clone of conntrack C program. Features:
- list: List connections ;
- xml: Export connections to XML document ;
- delete: Delete connection.
For all commands, you can filter connections with:
- source/destination address from original/reply destination ;
- layer 3 and 4 protocols ;
- source/destination port from original/reply destination (for protocols tcp, udp and sctp).
Enhancements:
- Compliance with pickle, minor enhancements to the API, and a debian/ subdirectory for Debian and Ubuntu packaging. setup.py no longer uses setuptools by default.
<<lessConntrack.py
Conntrack.py is a clone of conntrack C program. Features:
- list: List connections ;
- xml: Export connections to XML document ;
- delete: Delete connection.
For all commands, you can filter connections with:
- source/destination address from original/reply destination ;
- layer 3 and 4 protocols ;
- source/destination port from original/reply destination (for protocols tcp, udp and sctp).
Enhancements:
- Compliance with pickle, minor enhancements to the API, and a debian/ subdirectory for Debian and Ubuntu packaging. setup.py no longer uses setuptools by default.
Download (0.011MB)
Added: 2007-05-31 License: GPL (GNU General Public License) Price:
877 downloads
3dfx TV Out Tool 0.0.3
The 3dfx TV Out Tool tries to be the well-known TV Tool for the 3dfx VooDoo3 cards. more>>
The 3dfx TV Out Tool tries to be the well-known TV Tool for the 3dfx VooDoo3 cards. It might work on other cards based on the bt869 chip, since it uses the bt869 lm_sensors module.
Simply typing make or make all should get you started and create an executable 3dfx_tvtool which you simply run AFTER you loaded the appropiate modules (if you built it into the kernel (which isnt a bad idea if you use your tv-out a whole lot) then you dont have to load the modules again). ALSO!! Patch your lm_sensors. In the extra dir I included 2 patches for lm_sensors package, youll need those patched or you wont get luma (brightness) and chroma (color) control at all. (The buttons will simply dissapear) If you have a rescent CVS version it MIGHT be in there allready. Just load the modules and see if there exists a luma and a chroma entry in /proc.
Colorbars On/Off: Enables/Disables the colorbars. TV Out: Enabled/disabled Enables/disables the TV-out function. TSC/PAL: put the system on NSTC/PAL mode.
Re-apply: update the kernel with your settings in case you did it too fast. Save: Saves your current kernel settings (all of them) to the default save file. Load: Loades your default file and applies its settings to the kernel. Quit: Quits the application.
Bugreports should go to oliver@are-b.org aswell as any other feedback. Oh one more thing, if you like this program, contributions can be sent to me aswell.
Thanks go out to all members of the Collective, but mostly mrfloppy, for beeing a good friend, phirox for helping me with my basic programming skill and last but not least mastex and thehatter wassup dudes.
<<lessSimply typing make or make all should get you started and create an executable 3dfx_tvtool which you simply run AFTER you loaded the appropiate modules (if you built it into the kernel (which isnt a bad idea if you use your tv-out a whole lot) then you dont have to load the modules again). ALSO!! Patch your lm_sensors. In the extra dir I included 2 patches for lm_sensors package, youll need those patched or you wont get luma (brightness) and chroma (color) control at all. (The buttons will simply dissapear) If you have a rescent CVS version it MIGHT be in there allready. Just load the modules and see if there exists a luma and a chroma entry in /proc.
Colorbars On/Off: Enables/Disables the colorbars. TV Out: Enabled/disabled Enables/disables the TV-out function. TSC/PAL: put the system on NSTC/PAL mode.
Re-apply: update the kernel with your settings in case you did it too fast. Save: Saves your current kernel settings (all of them) to the default save file. Load: Loades your default file and applies its settings to the kernel. Quit: Quits the application.
Bugreports should go to oliver@are-b.org aswell as any other feedback. Oh one more thing, if you like this program, contributions can be sent to me aswell.
Thanks go out to all members of the Collective, but mostly mrfloppy, for beeing a good friend, phirox for helping me with my basic programming skill and last but not least mastex and thehatter wassup dudes.
Download (0.027MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
1204 downloads
VNC Reflector 1.2.4
VNC Reflector project is a specialized VNC proxy server. more>>
VNC Reflector project is a specialized VNC proxy server.
VNC Reflector is a specialized VNC server which acts as a proxy between a real VNC server (a host) and a number of VNC clients.
It was designed to work efficiently with large number of clients. It can switch between different hosts on the fly, preserving client connections.
It supports reverse host-to-reflector connections, it can save host sessions on disk, and it also has other unique features.
<<lessVNC Reflector is a specialized VNC server which acts as a proxy between a real VNC server (a host) and a number of VNC clients.
It was designed to work efficiently with large number of clients. It can switch between different hosts on the fly, preserving client connections.
It supports reverse host-to-reflector connections, it can save host sessions on disk, and it also has other unique features.
Download (0.083MB)
Added: 2006-10-06 License: BSD License Price:
1117 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 pc to tv connections 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