NSFW ads make this site NSFW


 
Thread Tools Search this Thread
Contact Us Post Here to Contact Site Administrators and Moderators NSFW ads make this site NSFW
# 15  
Old 02-19-2010
You can make a video clip with your mobile phone Smilie Video cameras are sooooo 'yesterday'....
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. IP Networking

IPSec Openswan Site to Site VPN - Big Pain

Hi @all, I try to connect 2 LANs with IPSec/Openswan LAN 1: 192.168.0.0/24 LAN 2: 192.168.1.0/24 This is my Config: conn HomeVPN # # Left security gateway, subnet behind it, nexthop toward right. left=192.168.1.29 ... (1 Reply)
Discussion started by: bahnhasser83
1 Replies

2. IP Networking

Does cisco 1921 router support site to site VPNs using IPSec?

Q: "Does Cisco 1921 router support,, act as an endpoint for, site to site VPNs using IPSec? If so, how many? " A: If you get the Cisco 1921/k9 with the security services bundle then it will have built in security features. Cisco, typically includes IP Sec tunnels I believe as part of that... (0 Replies)
Discussion started by: Ayaerlee
0 Replies

3. IP Networking

How to establish site to site vpn - Linux machine and cisco asa?

Hi, I am trying to establish vpn between my linux server and cisco asa at client side. I installed openswan on my cent os. Linux Server eth0 - 182.2.29.10 Gateway - 182.2.29.1 eth1 - 192.9.200.75 I have simple IPtables Like WAN="eth0" LAN="eth1" (0 Replies)
Discussion started by: ashokvpp
0 Replies

4. What is on Your Mind?

sales ads

Anyone else getting tired of the sales ads? There are so many now. It's getting painful just to poke around the forums. I think that I'm outta here for awhile. :( (4 Replies)
Discussion started by: garskoci
4 Replies

5. Web Development

Flush Ads - Is this code overriding my ads?

I installed a wordpress theme and came across the following code contained in the functions.php (theme functions) file. I am wanting to make sure this code is not over-riding my adsense publisher id and replacing with theirs in the background. I had this happen on another theme and just wanting... (1 Reply)
Discussion started by: blueray1974
1 Replies

6. IP Networking

port access to site to site VPN

Setup a site to site VPN between two cisco routers. One of the site locations is unable to access ports such as https://example.com:9001 How do I let them go into port 9001? They can ssh, ftp, telnet and everything else. Is this a VPN issue or ACL access issue? I put permit ip host... (0 Replies)
Discussion started by: photon
0 Replies
Login or Register to Ask a Question
WebService::YouTube::Video(3pm) 			User Contributed Perl Documentation			   WebService::YouTube::Video(3pm)

NAME
WebService::YouTube::Video - Video class for YouTube. VERSION
This document describes WebService::YouTube::Video version 1.0.3 SYNOPSIS
use WebService::YouTube::Video; my $video = WebService::YouTube::Video->new( { ... } ); DESCRIPTION
This is a video class for YouTube. SUBROUTINES
/METHODS new(\%fields) Creates and returns a new WebService::YouTube::Video object. %fields can contain parameters enumerated in "ACCESSORS" section. ACCESSORS id author comment_count description length_seconds rating_avg rating_count tags thumbnail_url title upload_time url view_count DIAGNOSTICS
None. CONFIGURATION AND ENVIRONMENT
WebService::YouTube::Video requires no configuration files or environment variables. DEPENDENCIES
WebService::YouTube, Class::Accessor::Fast INCOMPATIBILITIES
None reported. BUGS AND LIMITATIONS
No bugs have been reported. Please report any bugs or feature requests to "bug-webservice-youtube@rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WebService-YouTube>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. AUTHOR
Hironori Yoshida <yoshida@cpan.org> LICENSE AND COPYRIGHT
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic. perl v5.10.1 2009-01-20 WebService::YouTube::Video(3pm)