logitech quickcam express
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 192
Logitech Quickcam express driver 0.6.4
This project is to produce drivers for the Logitech Quickam Express that will run popular linux software, such as video for linu more>>
This project is to produce drivers for the Logitech Quickam Express that will run popular linux software, such as video for linux.
This site hosts the Linux driver for the QuickCam Express and other QuickCam-related and QuickCam-compatible USB web cameras. The original work was done by Georg Acher and was known as qce-ga; Jean-Frederic Clere took that driver and created the first Video4Linux (V4L) driver, enabling popular V4L applications such as Xawtv to display pictures from the webcam. Since then, a group of developers around the world have evolved the driver into its current state, adding support for new cameras and chipsets as they have become available. In the process, the driver became known as qc-usb to reflect the fact that it supports a wide variety of USB-attached QuickCam cameras, not just the QuickCam Express.
The qc-usb driver supports the following webcams:
Dexxa Webcam
Labtec Webcam (old model)
LegoCam
Logitech QuickCam Express (old model)
Logitech QuickCam Notebook (some models)
Logitech QuickCam Web
Generally, any USB camera with a USB vendor ID of 0x46d and a USB product ID of 0x840, 0x850, or 0x870 (so, 0x46d:0x840, for example), should work. You can see the USB ID using operating system utilities such as lsusb in Linux.
<<lessThis site hosts the Linux driver for the QuickCam Express and other QuickCam-related and QuickCam-compatible USB web cameras. The original work was done by Georg Acher and was known as qce-ga; Jean-Frederic Clere took that driver and created the first Video4Linux (V4L) driver, enabling popular V4L applications such as Xawtv to display pictures from the webcam. Since then, a group of developers around the world have evolved the driver into its current state, adding support for new cameras and chipsets as they have become available. In the process, the driver became known as qc-usb to reflect the fact that it supports a wide variety of USB-attached QuickCam cameras, not just the QuickCam Express.
The qc-usb driver supports the following webcams:
Dexxa Webcam
Labtec Webcam (old model)
LegoCam
Logitech QuickCam Express (old model)
Logitech QuickCam Notebook (some models)
Logitech QuickCam Web
Generally, any USB camera with a USB vendor ID of 0x46d and a USB product ID of 0x840, 0x850, or 0x870 (so, 0x46d:0x840, for example), should work. You can see the USB ID using operating system utilities such as lsusb in Linux.
Download (0.14MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
758 downloads
DVD BacKup Express 5
DVD BacKup Express is a small Kommander Script to create a GUI for dvdbackup. more>>
DVD BacKup Express is a small Kommander Script to create a GUI for dvdbackup.
I made it because it can be run on any platform with kommander installed and dvdbackup available (which may be more platforms than kdvdbackup or other binary frontends are available for)
There is a lot of room for improvement here. Feel free to spruce it up a bit and send me the new .kmdr file and i will update this.
<<lessI made it because it can be run on any platform with kommander installed and dvdbackup available (which may be more platforms than kdvdbackup or other binary frontends are available for)
There is a lot of room for improvement here. Feel free to spruce it up a bit and send me the new .kmdr file and i will update this.
Download (0.004MB)
Added: 2006-02-15 License: GPL (GNU General Public License) Price:
1354 downloads
VBA Express 1.2
VBA Express is a frontend for the very popular game emulator VisualBoyAdvance. more>>
VBA Express is a frontend for the very popular game emulator VisualBoyAdvance.
Whats VBA Express? Its First, to configure VisualBoyAdvance (emulator)... EASILY! Graphics, sound, controls (keyboard and joystick), paths (to saves and captures)... You can configure all this without edit VisualBoyAdvance.cfg manually!
Open your Roms (games) with the frontend! You can run the roms with "Play!" button (without using the console command VisualBoyAdvance game.rom).
<<lessWhats VBA Express? Its First, to configure VisualBoyAdvance (emulator)... EASILY! Graphics, sound, controls (keyboard and joystick), paths (to saves and captures)... You can configure all this without edit VisualBoyAdvance.cfg manually!
Open your Roms (games) with the frontend! You can run the roms with "Play!" button (without using the console command VisualBoyAdvance game.rom).
Download (1.3MB)
Added: 2006-11-04 License: GPL (GNU General Public License) Price:
1125 downloads
IBM DB2 Express-C 9.5
IBM DB2 Express-C is a free database for storing and managing relational and XML data. It is free to download, use, distribute and does not have any e... more>> <<less
Download (290967KB)
Added: 2009-04-06 License: Freeware Price: Free
200 downloads
QuickCam VC 1.0.9
QuickCam VC is a video4linux driver for the Connectix QuickCam VC. more>>
QuickCam VC is a video4linux driver for the Connectix QuickCam VC. This project is intended to provide a linux driver only, it is not intended to (and cannot) substitute Connectix/Logitech Windows drivers.
When Logitech will develop a Linux driver for that cam, the authors of this project will be very happy to live them the scene.
This software is a result of a large work amount of identification/intuition outside the usb port, and it isnt based on Logitech programming documents. So this driver can damage your QuickCam.You can use it at your own risk. Unfortunately there isnt free Logitech specifications about the webcam.
Enhancements:
- Adds support for recent 2.6 kernel versions
<<lessWhen Logitech will develop a Linux driver for that cam, the authors of this project will be very happy to live them the scene.
This software is a result of a large work amount of identification/intuition outside the usb port, and it isnt based on Logitech programming documents. So this driver can damage your QuickCam.You can use it at your own risk. Unfortunately there isnt free Logitech specifications about the webcam.
Enhancements:
- Adds support for recent 2.6 kernel versions
Download (0.068MB)
Added: 2006-10-14 License: GPL (GNU General Public License) Price:
1128 downloads
Class::Meta::Express 0.04
Class::Meta::Express is a Perl module for concise, expressive creation of Class::Meta classes. more>>
Class::Meta::Express is a Perl module for concise, expressive creation of Class::Meta classes.
Synopsis
package My::Contact;
use Class::Meta::Express;
class {
meta contact => ( default_type => string );
has name;
has contact => ( required => 1 );
}
This module provides an interface to concisely yet expressively create classes with Class::Meta. Although I am of course fond of Class::Meta, Ive never been overly thrilled with its interface for creating classes:
package My::Thingy;
use Class::Meta;
BEGIN {
# Create a Class::Meta object for this class.
my $cm = Class::Meta->new( key => thingy );
# Add a constructor.
$cm->add_constructor( name => new );
# Add a couple of attributes with generated accessors.
$cm->add_attribute(
name => id,
is => integer,
required => 1,
);
$cm->add_attribute(
name => name,
is => string,
required => 1,
);
$cm->add_attribute(
name => age,
is => integer,
);
# Add a custom method.
$cm->add_method(
name => chk_pass,
code => sub { return code },
);
$cm->build;
}
This example is relatively simple; it can get a lot more verbose. But even still, all of the method calls were annoying. I mean, whoever thought of using an object oriented interface for declaring a class? (Oh yeah: I did.) I wasnt alone in wanting a more declarative interface; Curtis Poe, with my blessing, created Class::Meta::Declare, which would use this syntax to create the same class:
package My::Thingy;
use Class::Meta::Declare :all;
Class::Meta::Declare->new(
# Create a Class::Meta object for this class.
meta => [
key => thingy,
],
# Add a constructor.
constructors => [
new => { }
],
# Add a couple of attributes with generated accessors.
attributes => [
id => {
type => $TYPE_INTEGER,
required => 1,
},
name => {
required => 1,
type => $TYPE_STRING,
},
age => { type => $TYPE_INTEGER, },
],
# Add a custom method.
methods => [
chk_pass => {
code => sub { return code },
}
]
);
This approach has the advantage of being a bit more concise, and it is declarative, but I find all of the indentation levels annoying; its hard for me to figure out where I am, especially if I have to define a lot of attributes. And finally, everything is a string with this syntax, except for those ugly read-only scalars such as $TYPE_INTEGER. So I cant easily tell where one attribute ends and the next one starts. Bleh.
<<lessSynopsis
package My::Contact;
use Class::Meta::Express;
class {
meta contact => ( default_type => string );
has name;
has contact => ( required => 1 );
}
This module provides an interface to concisely yet expressively create classes with Class::Meta. Although I am of course fond of Class::Meta, Ive never been overly thrilled with its interface for creating classes:
package My::Thingy;
use Class::Meta;
BEGIN {
# Create a Class::Meta object for this class.
my $cm = Class::Meta->new( key => thingy );
# Add a constructor.
$cm->add_constructor( name => new );
# Add a couple of attributes with generated accessors.
$cm->add_attribute(
name => id,
is => integer,
required => 1,
);
$cm->add_attribute(
name => name,
is => string,
required => 1,
);
$cm->add_attribute(
name => age,
is => integer,
);
# Add a custom method.
$cm->add_method(
name => chk_pass,
code => sub { return code },
);
$cm->build;
}
This example is relatively simple; it can get a lot more verbose. But even still, all of the method calls were annoying. I mean, whoever thought of using an object oriented interface for declaring a class? (Oh yeah: I did.) I wasnt alone in wanting a more declarative interface; Curtis Poe, with my blessing, created Class::Meta::Declare, which would use this syntax to create the same class:
package My::Thingy;
use Class::Meta::Declare :all;
Class::Meta::Declare->new(
# Create a Class::Meta object for this class.
meta => [
key => thingy,
],
# Add a constructor.
constructors => [
new => { }
],
# Add a couple of attributes with generated accessors.
attributes => [
id => {
type => $TYPE_INTEGER,
required => 1,
},
name => {
required => 1,
type => $TYPE_STRING,
},
age => { type => $TYPE_INTEGER, },
],
# Add a custom method.
methods => [
chk_pass => {
code => sub { return code },
}
]
);
This approach has the advantage of being a bit more concise, and it is declarative, but I find all of the indentation levels annoying; its hard for me to figure out where I am, especially if I have to define a lot of attributes. And finally, everything is a string with this syntax, except for those ugly read-only scalars such as $TYPE_INTEGER. So I cant easily tell where one attribute ends and the next one starts. Bleh.
Download (0.009MB)
Added: 2006-10-19 License: Perl Artistic License Price:
1105 downloads
Logitech MediaPlay Cordless Mouse USB Linux driver 0.5.2
Logitech MediaPlay Cordless Mouse USB Linux driver is a driver for USB Logitech mice. more>>
Logitech MediaPlay Cordless Mouse USB Linux driver is a driver for the USB Logitech MediaPlay mice.
The main purpose of this page is to share my experiences with Logitech MediaPlay Cordless Mouse. Here you will find all the necessary information to put your MediaPlay mouse fully operational.
When i bought this mouse, the first thing that crossed my mind was the incompatibility between all this multimedia buttons and Linux. After googling about it, I noticed there was no useful information regarding this mouse, so I decided to put myself at work.
Did my reseach, and after a few hours browsing kernel source files, reading some usb documentation, code changes, I was able to make the bit map for MediaPlay multimedia keys.
The next step was to change usbmouse.c by Vojtech Pavlik allowing it to get and export mouse extra keys as keyboard entries using kernel input core support.
<<lessThe main purpose of this page is to share my experiences with Logitech MediaPlay Cordless Mouse. Here you will find all the necessary information to put your MediaPlay mouse fully operational.
When i bought this mouse, the first thing that crossed my mind was the incompatibility between all this multimedia buttons and Linux. After googling about it, I noticed there was no useful information regarding this mouse, so I decided to put myself at work.
Did my reseach, and after a few hours browsing kernel source files, reading some usb documentation, code changes, I was able to make the bit map for MediaPlay multimedia keys.
The next step was to change usbmouse.c by Vojtech Pavlik allowing it to get and export mouse extra keys as keyboard entries using kernel input core support.
Download (0.012MB)
Added: 2005-10-11 License: GPL (GNU General Public License) Price:
1494 downloads
SmoothWall Express 3.0
SmoothWall is a small distribution designed to act as a secure, easy-to-configure firewall/gateway. more>> <<less
Download (68.9MB)
Added: 2007-08-22 License: GPL (GNU General Public License) Price:
535 downloads
SIP Express Router 0.9.6
SIP Express Router is a very fast and flexible SIP (RFC3261) server. more>>
SIP Express Router (ser) is a high-performance, configurable, free SIP ( RFC3261 ) server .
SER features an application-server interface, presence support, SMS gateway, SIMPLE2Jabber gateway, RADIUS/syslog accounting and authorization, server status monitoring, FCP security, etc. Web-based user provisioning, serweb, available.
Its performance allows it to deal with operational burdens, such as broken network components, attacks, power-up reboots and rapidly growing user population.
SERs configuration ability meets needs of a whole range of scenarios including small-office use, enterprise PBX replacements and carrier services.
Main features:
- accounting
- digest authentication
- CPL scripts
- ENUM support
- instant messaging
- MySQL support
- PostgreSQL support
- a presence agent
- Radius authentication and accounting
- Diameter authentication
- record routing
- SMS gateway
- Jabber gateway
- NAT traversal support transaction module
- registrar
- user location
SER has been extensively and successfuly tested with many SIP products from other vendors (Microsoft, Cisco, Mitel, snom, Pingtel, Siemens, and many others). It has been powering our SIP services continuously for more than two years.
<<lessSER features an application-server interface, presence support, SMS gateway, SIMPLE2Jabber gateway, RADIUS/syslog accounting and authorization, server status monitoring, FCP security, etc. Web-based user provisioning, serweb, available.
Its performance allows it to deal with operational burdens, such as broken network components, attacks, power-up reboots and rapidly growing user population.
SERs configuration ability meets needs of a whole range of scenarios including small-office use, enterprise PBX replacements and carrier services.
Main features:
- accounting
- digest authentication
- CPL scripts
- ENUM support
- instant messaging
- MySQL support
- PostgreSQL support
- a presence agent
- Radius authentication and accounting
- Diameter authentication
- record routing
- SMS gateway
- Jabber gateway
- NAT traversal support transaction module
- registrar
- user location
SER has been extensively and successfuly tested with many SIP products from other vendors (Microsoft, Cisco, Mitel, snom, Pingtel, Siemens, and many others). It has been powering our SIP services continuously for more than two years.
Download (2.0MB)
Added: 2006-01-11 License: GPL (GNU General Public License) Price:
1393 downloads
Other version of SIP Express Router
License:Freeware
Gqcam 0.9
Gqcam is a Linux clone of the QuickPict software that comes with the QuickCam. more>>
Gqcam is a Linux clone of the QuickPict software that comes with the QuickCam. Originally it was written using GTK+ for the frontend, Alex Belits qcread for the backend, and a bunch of C to tie it all together.
It still uses GTK+ for the frontend, but as of version 0.2 it uses the Video4Linux interface as a backend. To compile it you will need GTK+, a Quickcam (one of the old greyscale parallel port ones), and a computer running Linux with Video4Linux support for the Quickcam compiled in or as a module.
It is currently fairly early in development, and now works with both the color and greyscale QuickCam. No, that doesnt include the QuickCam VC or any other ones (that I know of). Unfortunatly, Logitech/Connectix dont want to let us know how their new cameras work..
Main features:
- Brightness Control
- White Balance Control
- Contrast Control
- 3 Size Settings
- 2 Depth Settings
- Freeze Picture
- Snap Picture (saves in png, ppm and jpeg format)
- Command-line interface (good for webcam use)
- Snapping on a timer
- Support for the greyscale and color Quickcam, as well as CPiA based cameras and most any other driver that supports the read() command
The cameras I have gotten gqcam to work with or have had other people tell me it works with are:
- Greyscale Quickcam
- Color Quickcam
- Anything listed below this line I have not tested and know very little about
- Ezonics EZcam
- Creative Web-Cam II
- Philips USB PCVC675K
- Webcam III
- TerraCAM USB
- Plustek OptiCam 300U
<<lessIt still uses GTK+ for the frontend, but as of version 0.2 it uses the Video4Linux interface as a backend. To compile it you will need GTK+, a Quickcam (one of the old greyscale parallel port ones), and a computer running Linux with Video4Linux support for the Quickcam compiled in or as a module.
It is currently fairly early in development, and now works with both the color and greyscale QuickCam. No, that doesnt include the QuickCam VC or any other ones (that I know of). Unfortunatly, Logitech/Connectix dont want to let us know how their new cameras work..
Main features:
- Brightness Control
- White Balance Control
- Contrast Control
- 3 Size Settings
- 2 Depth Settings
- Freeze Picture
- Snap Picture (saves in png, ppm and jpeg format)
- Command-line interface (good for webcam use)
- Snapping on a timer
- Support for the greyscale and color Quickcam, as well as CPiA based cameras and most any other driver that supports the read() command
The cameras I have gotten gqcam to work with or have had other people tell me it works with are:
- Greyscale Quickcam
- Color Quickcam
- Anything listed below this line I have not tested and know very little about
- Ezonics EZcam
- Creative Web-Cam II
- Philips USB PCVC675K
- Webcam III
- TerraCAM USB
- Plustek OptiCam 300U
Download (0.031MB)
Added: 2006-01-26 License: GPL (GNU General Public License) Price:
1379 downloads
Centric CRM 4.1
Centric CRM is a mature, fully featured, Java-based, Web-delivered CRM. more>>
Centric CRM is a mature, fully featured, Java-based, Web-delivered CRM with leads management, contacts, pipeline, quotes, accounts, campaign management, project management, help desk, document management, reports, employee, and admin modules.
Enhancements:
- This release can attach documents from various CRM modules to outgoing email messages, independently schedule activities and log activities without the need to first record a past activity, record Activities against an account without specifying a contact, attach Documents directly to general contacts and account contacts (documents attached in the Contacts module follow the contact to the Accounts module), and make HTML, CSV, and Excel reports.
- Nine databases are now supported: Derby, DaffodilDB, Firebird SQL, DB2, Interbase, SQL Server 2000/2005, MySQL 5, Oracle 10g Express, and PostgreSQL.
<<lessEnhancements:
- This release can attach documents from various CRM modules to outgoing email messages, independently schedule activities and log activities without the need to first record a past activity, record Activities against an account without specifying a contact, attach Documents directly to general contacts and account contacts (documents attached in the Contacts module follow the contact to the Accounts module), and make HTML, CSV, and Excel reports.
- Nine databases are now supported: Derby, DaffodilDB, Firebird SQL, DB2, Interbase, SQL Server 2000/2005, MySQL 5, Oracle 10g Express, and PostgreSQL.
Download (MB)
Added: 2007-02-09 License: Other/Proprietary License with Source Price:
1014 downloads
iCam2 1.1
iCam2 is a webcam program for X11 or the console. more>>
iCam2 is a webcam application built around Video4Linux and Imlib2. The purpose for creating iCam2 was that, after (finally!) getting my parallel-port QuickCam VC operating, I needed some software to make use of it, but the only programs readily available either didnt support all the features I wanted, or required a camera that supports mmap(), which mine (currently) does not..
So, after spending some time tweaking the webcam application that is shipped as a part of the xawtv package, I decided to set out and create my own app. And this is it.
The primary design goals of this application are:
1) Provide an extensible, flexible, and quality webcam application.
2) Allow the app to run with an X11-preview interface. This used to be a three-window interface, but that annoyed me to no end, so now it is one window that shows a realtime image from your camera, after all applicable post-processing.
3) Provide a dynamic interface to plugins and filters. Check out SDLcam if you want to know why I think filters are cool. :)
<<lessSo, after spending some time tweaking the webcam application that is shipped as a part of the xawtv package, I decided to set out and create my own app. And this is it.
The primary design goals of this application are:
1) Provide an extensible, flexible, and quality webcam application.
2) Allow the app to run with an X11-preview interface. This used to be a three-window interface, but that annoyed me to no end, so now it is one window that shows a realtime image from your camera, after all applicable post-processing.
3) Provide a dynamic interface to plugins and filters. Check out SDLcam if you want to know why I think filters are cool. :)
Download (0.068MB)
Added: 2005-05-03 License: GPL (GNU General Public License) Price:
907 downloads
Linux LiveCD VoIP Server 2.0.23
Linux LiveCD VoIP Server can be used to provide a Vonage type service. more>>
Linux LiveCD VoIP Server can be used to provide a Vonage type service, or to create a voip pbx for a campus or business with up to thousands of SIP phones.
It is based on the Open Standard SIP Express Router (SER) and Asterisk. It can serve as a SIP Proxy, VoIP PBX, VoIP gateway or Class 5 Softswitch.
Main features:
- Easy Web user administration and real-time accounting.
- All in one solution to VoIP and SIP enable your business.
- Allows you to make your own SIP numbering plan. Centrex service.
- Can be connected to multiple A-Z wholesale termination providers and to your own PSTN termination gateway/router.
- Can do Least Cost Routing
- Includes nat traversal, stun server, media server for conference call bridge, voicemail to email, incomming virtual numbers (DIDs), follow me forwarding.
- Commercial pre-paid, post-paid and flat rate account support. No calling card (no b2bua in base system).
- Requires no software installation - it is a liveCD.
- Supports any SIP soft or hardware phones, such as popular XTen, Cisco ATA 186, Grandstream, Sipura, Bugetone, Linksys PAP2 and more.
- Supports SIP for Video Conferencing (Xten / CounterPath EyeBeam)
- Supports Ecrypted SIP with Xten / Counterpath Secure Xten Pro
- Requires a PC with fixed ip connection to the internet. 256 MBytes of RAM, CDRom reader, ide or sata hard disk to store call and user database and web site.
- Remote ssh configuration and administration help
Enhancements:
- Kernel 2.4.34.1 and minor bugfixes.
<<lessIt is based on the Open Standard SIP Express Router (SER) and Asterisk. It can serve as a SIP Proxy, VoIP PBX, VoIP gateway or Class 5 Softswitch.
Main features:
- Easy Web user administration and real-time accounting.
- All in one solution to VoIP and SIP enable your business.
- Allows you to make your own SIP numbering plan. Centrex service.
- Can be connected to multiple A-Z wholesale termination providers and to your own PSTN termination gateway/router.
- Can do Least Cost Routing
- Includes nat traversal, stun server, media server for conference call bridge, voicemail to email, incomming virtual numbers (DIDs), follow me forwarding.
- Commercial pre-paid, post-paid and flat rate account support. No calling card (no b2bua in base system).
- Requires no software installation - it is a liveCD.
- Supports any SIP soft or hardware phones, such as popular XTen, Cisco ATA 186, Grandstream, Sipura, Bugetone, Linksys PAP2 and more.
- Supports SIP for Video Conferencing (Xten / CounterPath EyeBeam)
- Supports Ecrypted SIP with Xten / Counterpath Secure Xten Pro
- Requires a PC with fixed ip connection to the internet. 256 MBytes of RAM, CDRom reader, ide or sata hard disk to store call and user database and web site.
- Remote ssh configuration and administration help
Enhancements:
- Kernel 2.4.34.1 and minor bugfixes.
Download (MB)
Added: 2007-03-25 License: Free To Use But Restricted Price: $399
636 downloads
Ultimate++ IDE for liunx 2008.1
A set of libraries (GUI, SQL, etc..), and an integrated development environment. more>> Ultimate++ is a C++ cross-platform rapid application development suite focused on programmers productivity. It includes a set of libraries (GUI, SQL, etc..), and an integrated development environment.
Rapid development is achieved by the smart and aggressive use of C++ rather than through fancy code generators. In this respect, U++ competes with popular scripting languages while preserving C/C++ runtime characteristics.
The U++ integrated development environment, TheIDE, introduces modular concepts to C++ programming. It features BLITZ-build technology to speedup C++ rebuilds up to 4 times, Visual designers for U++ libraries, Topic++ system for documenting code and creating rich text resources for applications (like help and code documentation) and Assist++ - a powerful C++ code analyzer that provides features like code completion, navigation and transformation
TheIDE can work with GCC, MinGW and Visual C++ 7.1 or 8.0 compilers (including free Visual C++ Toolkit 2003 and Visual C++ 2005 Express Edition) and contains a full featured debugger. TheIDE can also be used to develop non-U++ applications.
U++ distributions combine U++ with 3rd party tools like MinGW compiler or SDL library to provide an instant development platform<<less
Download (10.36MB)
Added: 2009-04-20 License: Freeware Price: Free
186 downloads
DateTime::TimeZone::SystemV 0.000
DateTime::TimeZone::SystemV is a Perl module with System V and POSIX timezone strings. more>>
DateTime::TimeZone::SystemV is a Perl module with System V and POSIX timezone strings.
SYNOPSIS
use DateTime::TimeZone::SystemV;
$tz = DateTime::TimeZone::SystemV->new("EST5EDT");
if($tz->is_floating) { ...
if($tz->is_utc) { ...
if($tz->is_olson) { ...
$category = $tz->category;
$tz_string = $tz->name;
if($tz->has_dst_changes) { ...
if($tz->is_dst_for_datetime($dt)) { ...
$offset = $tz->offset_for_datetime($dt);
$abbrev = $tz->short_name_for_datetime($dt);
$offset = $tz->offset_for_local_datetime($dt);
An instance of this class represents a timezone that was specified by means of a System V timezone string or the POSIX extended form of the same syntax. These can express a plain offset from Universal Time, or a system of two offsets (standard and daylight saving time) switching on a yearly cycle according to certain types of rule.
This class implements the DateTime::TimeZone interface, so that its instances can be used with DateTime objects.
<<lessSYNOPSIS
use DateTime::TimeZone::SystemV;
$tz = DateTime::TimeZone::SystemV->new("EST5EDT");
if($tz->is_floating) { ...
if($tz->is_utc) { ...
if($tz->is_olson) { ...
$category = $tz->category;
$tz_string = $tz->name;
if($tz->has_dst_changes) { ...
if($tz->is_dst_for_datetime($dt)) { ...
$offset = $tz->offset_for_datetime($dt);
$abbrev = $tz->short_name_for_datetime($dt);
$offset = $tz->offset_for_local_datetime($dt);
An instance of this class represents a timezone that was specified by means of a System V timezone string or the POSIX extended form of the same syntax. These can express a plain offset from Universal Time, or a system of two offsets (standard and daylight saving time) switching on a yearly cycle according to certain types of rule.
This class implements the DateTime::TimeZone interface, so that its instances can be used with DateTime objects.
Download (0.008MB)
Added: 2007-05-17 License: Perl Artistic License Price:
891 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 logitech quickcam express 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