It's first class!


 
Thread Tools Search this Thread
Special Forums UNIX Desktop Questions & Answers It's first class!
# 1  
Old 06-17-2006
Java It's first class!

This is a great sight! Excellent site, added to favorites!! I am also webmaster and I like this one!Thank you!
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Programming

C++ : Base class member function not accessible from derived class

Hello All, I am a learner in C++. I was testing my inheritance knowledge with following piece of code. #include <iostream> using namespace std; class base { public : void display() { cout << "In base display()" << endl; } void display(int k) {... (2 Replies)
Discussion started by: anand.shah
2 Replies

2. Programming

Size of Derived class, upon virtual base class inheritance

I have the two class definition as follows. class A { public: int a; }; class B : virtual public A{ }; The size of class A is shown as 4, and size of class B is shown as 16. Why is this effect ?. (2 Replies)
Discussion started by: techmonk
2 Replies

3. UNIX for Advanced & Expert Users

Get pointer for existing device class (struct class) in Linux kernel module

Hi all! I am trying to register a device in an existing device class, but I am having trouble getting the pointer to an existing class. I can create a class in a module, get the pointer to it and then use it to register the device with: *cl = class_create(THIS_MODULE, className);... (0 Replies)
Discussion started by: hdaniel@ualg.pt
0 Replies

4. UNIX for Dummies Questions & Answers

Need help with this class question

Write a command line that will display a sorted list of logged in users. Just display the username and no other information. To accomplish this task you must use the sed command (The cut command is not allowed). Been struggling with this question for a while now. Thanks for the help. (1 Reply)
Discussion started by: kofine05
1 Replies

5. Programming

static use for class inside the same class c++

Hi, I believe the next code is wrong: class Egg { Egg e; int i; Egg(int ii=0) : i(ii) {} }; because you would end up with an endless definition (memory allocation) of Egg objects, thus int i. Ok, so God Eckel proposes for a singleton: class Egg { static Egg e; int... (5 Replies)
Discussion started by: xavipoes
5 Replies

6. Shell Programming and Scripting

Perl class help

cat a.pl #!/usr/bin/perl package Myperlclass; sub mysub{ my $class; $class=shift; my $self{}; bless $self,$class; return $self; } sub add{ my $a,$b,$res; $a=$_; $b=$_; $res=$a+$b; print "res: $res\n"; } (0 Replies)
Discussion started by: cola
0 Replies

7. Programming

C++ class definition with a member of the same class

Hi, i have a question about C++. Is it possible to declare a class with a member ot the same class? For example, a linked list or i want to convert this C code to C++ class (Elemento) typedef struct elemento { char name; char value; List<struct elemento> ltElementos; ... (7 Replies)
Discussion started by: pogdorica
7 Replies

8. UNIX for Dummies Questions & Answers

car class (not school class)

im just trying to have some fun and kill some time writing a c++ program that has a person type in a car make and model then gives them a year and a price. or something like that. i always have problems getting it goin but once the ball is rolling im usually pretty good. anyone wanna help me out? ... (1 Reply)
Discussion started by: rickym2626
1 Replies

9. UNIX Desktop Questions & Answers

It's first class!

Hi..!!!You have a very nice web-site! Good work!I am also webmaster and I like this one!Thank you! (1 Reply)
Discussion started by: Hardan
1 Replies
Login or Register to Ask a Question
AGAVE(1)						      General Commands Manual							  AGAVE(1)

NAME
Agave - colorscheme designer for the gnome desktop SYNOPSIS
agave [options] DESCRIPTION
Agave is a program for generating colorschemes from a starting color. It currently supports five different colorscheme types: * Complements: The starting color and the color directly across the color wheel * Split Complements: the starting color and the two colors that are slightly offset from the color directly across the color wheel * Triads: the starting color and the two colors 1/3 of the way around the wheel in each direction. * Tetrads: The starting color and its complement plus another color slightly offset from the starting color and _its_ complement * Analogous: The starting color and two colors slightly offset in hue * Monochromatic: The starting color and two other colors of the same hue, one lighter, and one darker Using Agave * Choose a starting color by clicking on the color button or selecting a color from the palette, and then select a scheme type from the combo box. The generated scheme will be displayed in the main window. * The left-most Color in the main window is the currently-selected color. This color can be added to your favorites list with the '+' button in the bottom right, or with the keyboard shortcut 'Ctrl+D'. * To make one of the other colors in the scheme the currently-selected color, you can double-click the colorswatch. * To copy a hexstring representation of the color (e.g. #FFFFFF) to the clipboard, right-click the colorswatch and select the 'copy' menu item. OPTIONS
Help Options: -?, --help Show help options --help-all Show all help options --help-gtk Show GTK+ Options GTK+ Options --class=CLASS Program class as used by the window manager --name=NAME Program name as used by the window manager --screen=SCREEN X screen to use --sync Make X calls synchronous --gtk-module=MODULES Load additional GTK+ modules --g-fatal-warnings Make all warnings fatal Application Options: -d, --debug Enable Debugging output --display=DISPLAY X display to use AUTHOR
Agave was written by Jonathon Jongsma <jonathon.jongsma@gmail.com>. This manual page was written by Varun Hiremath <varunhiremath@gmail.com>, for the Debian project (but may be used by others). August 25, 2006 AGAVE(1)