Sponsored Content
The Lounge What is on Your Mind? Your Favorite Tech Support Web Sites and Why? Post 303022621 by annacreek on Tuesday 4th of September 2018 11:14:44 AM
Old 09-04-2018
CodeProject by far



+

Objective

Not sales oriented

Color blind AKA not prejudiced in any way - technically or grammatically
Best tutorials around +++


-
Needs some "SoC" "IoT" hardware forum
 

5 More Discussions You Might Find Interesting

1. OS X (Apple)

Use UNIX to track web sites viewed?

I'm on OSX 10.4. I was wondering if you can use UNIX terminal to track what web sites have been viewed on this Mac... Thank you! (1 Reply)
Discussion started by: tracymanusa
1 Replies

2. UNIX for Dummies Questions & Answers

Generation file copying for tech support backup

Hi All, I've looked through the forum and haven't quite found what I'm looking to do. We're migrating our systems from a midrange to HP-UX, and I'm quite new to UNIX so I'm hoping that I can get pointed in the right direction. What I'm looking to do is save generations of files for... (12 Replies)
Discussion started by: sjohnson
12 Replies

3. Web Development

How do you make web sites?

:confused: I've read how on some websites but I still don't get it. I need specific details. I want to make a website for my photography. Please help!:D (3 Replies)
Discussion started by: animelibara123
3 Replies

4. Web Development

What is Your Favorite Web Browser?

OK, please vote on your favorite web browser and comment why! Only currently supported browers please! Thanks. PS: I am a big FireFox fan. FireFox add-ons rock! (61 Replies)
Discussion started by: Neo
61 Replies

5. Red Hat

Web sites

Hi, I can't view web portal in my intranet from linux RHE, and neither to web application. My network configuration /etc/sysconfig/network-scripts/fcfg-eth0 is ok, what is happen?, can you help me please. (2 Replies)
Discussion started by: xochitl
2 Replies
Graphics::Color::YIQ(3pm)				User Contributed Perl Documentation				 Graphics::Color::YIQ(3pm)

NAME
Graphics::Color::YIQ - YIQ color space VERSION
version 0.29 SYNOPSIS
use Graphics::Color::YIQ; my $color = Graphics::Color::YIQ->new({ luminance => 0.5, in_phase => .5, quadrature => .25, }); DESCRIPTION
Graphics::Color::YIQ represents a Color in an YIQ color space. DISCLAIMER
I couldn't find clear information on the bounds of each value, so at the moment there are none. ATTRIBUTES
luminance y Set/Get the luminance component of this Color. in_phase i Set/Get the in_phase component of this Color. quadrature q Set/Get the quadrature component of this Color. name Get the name of this color. Only valid if the color was created by name. not_equal_to The opposite of equal_to. METHODS
as_string Get a string version of this Color in the form of LUMINANCE,IN-PHASE,QUADRATURE as_array Get the YIQ values as an array equal_to Compares this color to the provided one. Returns 1 if true, else 0; AUTHOR
Cory G Watson <gphat@cpan.org> COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Cold Hard Code, LLC. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.12.4 2011-08-11 Graphics::Color::YIQ(3pm)
All times are GMT -4. The time now is 09:47 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy