Sponsored Content
Full Discussion: NSFW ads make this site NSFW
Contact Us Post Here to Contact Site Administrators and Moderators NSFW ads make this site NSFW Post 302393703 by jcadow on Tuesday 9th of February 2010 11:55:50 AM
Old 02-09-2010
Neo, pludi, et al. -

Thanks for your careful consideration and action.

Please lemme clarify: I wasn't offended by the ad on religious, taste, or moral grounds; I was worried about possible repercussions on my employment. For all I know my coworker wouldn't have batted an eyelash upon seeing that youthful, smooth, silky, svelte, lucio... Huh? What was I sayin'?

I do work in the U.S. as you suspected, and corporate HR departments here are hypervigilant about sexual harrassment because they pander to prudish investors. I'm just trying to spare myself and fellow countryfolk from drawn out, painful, misdirected persecution. Amen.
 

6 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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
pods::SDLx::SFont(3pm)					User Contributed Perl Documentation				    pods::SDLx::SFont(3pm)

NAME
SDLx::SFont - Extension making fonts out of images and printing them CATEGORY
Extension SYNOPSIS
use SDLx::SFont; use SDLx::App; #Make a surface #Select a font my $d = SDLx::App->new( title => 'app', width => 200, height => 200, depth => 32 ); my $font = SDLx::SFont->new('t/font.png'); #print using $font SDLx::SFont::print_text( $d, 10, 10, 'Huh' ); my $font2 = SDLx::SFont->new('t/font2.png'); #print using font2 SDLx::SFont::print_text( $d, 10, 10, 'Huh' ); $font->use(); #print using $font SDLx::SFont::print_text( $d, 10, 10, 'Huh' ); #that is it folks .. DESCRIPTION
a simpler print function for old SDL::SFont dependency on Frozen-Bubble and Pangzero. USAGE
see synopsis BUGS
You tell me! at sdlperl.ath.cx SUPPORT
#sdl irc.perl.org AUTHORS
See "AUTHORS" in SDL. COPYRIGHT
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module. SEE ALSO
perl(1), SDL(2). perl v5.14.2 2012-05-28 pods::SDLx::SFont(3pm)
All times are GMT -4. The time now is 03:27 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy