Search the web
Sign In
New User? Sign Up
twincling · Twincling Technology Foundation, India
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1519 - 1548 of 6440   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1519
Dear Candidate, 'The Shapers' is an Executive Search & HR Solution Company based out of Chandigarh and Delhi/NCR. We are searching for people in IT Domain...
The Shapers
tshapers
Offline Send Email
Apr 1, 2006
10:01 am
1520
Hi: Here are the figures for world-wide Server Sales in 2005. MS windows : $ 17.7 bn UNIX : $ 17.5 bn Linux : $ 5.7 bn According to IDC,...
Saifi
khan_saifi
Offline Send Email
Apr 4, 2006
9:56 am
1521
Hi Milind: 'os' module has methods that can be quite helpful in helping you accomplish distinction between file and dir One possible approach is to use ...
Saifi
khan_saifi
Offline Send Email
Apr 4, 2006
12:48 pm
1522
Hi Milind: Assumption: You have libcurl installed on your machine. If not, please install it first. Next, Please donwload the following file ...
Saifi
khan_saifi
Offline Send Email
Apr 4, 2006
2:46 pm
1523
Hello, i am using geoserver in my project and i am root user. i have start geoserver every time i login. i want geoserver to be on even when i logout....
pavani g
gpavani_in
Offline Send Email
Apr 5, 2006
11:37 am
1524
Hi There, Am not familiar with Geoserver, but I heard this question from users[1] one to many. Perhaps you are comfortable with starting the services the init ...
Rakesh 'arky' Ambati
rakesh_ambati
Offline Send Email
Apr 6, 2006
6:39 am
1525
Dear members , Tata Elxsi is looking for linux kernel developement experience engineer .please see the attachemnet for details. if anybody is looking for...
Sumit Upadhyay
y2k_sonu
Offline Send Email
Apr 8, 2006
5:03 pm
1526
Hi, I have reinstalled XP on my system by formatting C Drive. after installing XP, I have reinstalled grub by using grub-install command but after that its...
haijilani
Offline Send Email
Apr 14, 2006
8:18 am
1527
HI All!! Interesting News. After Months of development, google Calender is up and running. Give it a try. ...
Amair Ahmed
cool_amayr
Offline Send Email
Apr 14, 2006
8:21 am
1528
ITs an AWESOME WEB 2.0 Application !.......???...
Vikram Kumar
c_vikram20
Offline Send Email
Apr 14, 2006
12:50 pm
1529
Hi all if any of u r having CDs of FC 5, can u plz provide me or can there be any arrangement from Society side ? regards rahul...
rahul vatsa
rahulvatsa_in
Offline Send Email
Apr 17, 2006
8:12 am
1530
Hi, ... me or can there be any arrangement from Society side ? Available in hyderabad .. click the following link to view the address.. ...
Vikram Kumar
c_vikram20
Offline Send Email
Apr 18, 2006
8:29 am
1531
... Hi Rahul: The download of all the five FC-5 CD's has been completed. There will be a notification to this effect shortly on the list. As usual, you need to...
Saifi
khan_saifi
Offline Send Email
Apr 23, 2006
1:55 am
1532
Hello Friends I want to learn about SNMP on Linux. What software do I install and please let me know about tutorials as well. Cheers Ashish....
Ashish Sheth
ashish_sheth...
Offline Send Email
Apr 24, 2006
4:45 am
1533
Hi all: Walk into any bookstore, and you'll see how to Teach Yourself Some-Language in 7 Days alongside endless variations ... It seems that either people are...
Saifi
khan_saifi
Offline Send Email
Apr 24, 2006
5:12 am
1534
chk this for brief description snmp on linux/unix http://www.midcoast.com/~jp/snmp.html u'll find some softwares at this link as mentioned in the above link. ...
nag
vnag_raj529
Offline Send Email
Apr 24, 2006
5:44 pm
1535
Hi All, I am working on a project . I want to know if we can embed crystal reports in a JSP page . kindly help me If not possible do let me know any other tool...
solomon john
dasr4
Offline Send Email
Apr 25, 2006
4:42 am
1536
Hi Saifi Thanks 4 ur concern.I will contact 1 of the society representatives if needed. I appreciate you guys's enthu towards opensource & linux. It's cool to...
rahul vatsa
rahulvatsa_in
Offline Send Email
Apr 26, 2006
4:53 am
1537
Hi: On compiling the C++ code, the following error is seen - updown.cpp: In function `void down()': updown.cpp:24: error: invalid conversion from `B*' to `D*' ...
Saifi
khan_saifi
Offline Send Email
Apr 26, 2006
8:10 am
1538
Hi: Does anybody know how to dynamically change classpath from a Java application that is already running ? -- thanks Saifi....
Saifi
khan_saifi
Offline Send Email
Apr 26, 2006
8:10 am
1539
You can use ClassLoader to reload a specific class and create the instance in case the class is modified. ... From: twincling@yahoogroups.com...
Satish Reddy Baradi
sun7799
Offline Send Email
Apr 26, 2006
8:39 am
1540
Hi Saifi, CLASSPATH cannot be changed for a java application that is currently running. As such I dont see any requirement for that. Java has a ClassLoader...
Satish Vellanki
satish_vell
Offline Send Email
Apr 26, 2006
8:39 am
1541
You cannot assign a base class instance to a derived class pointer. But the other way is true. B being the base class can hold the derived class(D) instance. D...
Satish Vellanki
satish_vell
Offline Send Email
Apr 26, 2006
8:43 am
1542
What is the reason ? Why does the compiler not allow this ? From a C++ perspective, the complete vtable is constructed and available to the Derived as well. --...
Saifi
khan_saifi
Offline Send Email
Apr 26, 2006
10:21 am
1543
Thanks for your reply Satish. The requirement is to be able to change the classpath value (as against the CLASSPATH environment variable) from within the...
Saifi
khan_saifi
Offline Send Email
Apr 26, 2006
10:25 am
1544
I am afraid this cannot be done ! The only thing we can do is write a shell script and execute the shell script as a seperate process and finish any operations...
Satish Reddy Baradi
sun7799
Offline Send Email
Apr 26, 2006
11:43 am
1545
Hi Saifi We can use System.setProperty(name,value); For example System.setProperty("java.class.path", System.getProperty("java.class.path") +"c://newdir"); ...
Ravi
ravi_1201
Offline Send Email
Apr 26, 2006
1:36 pm
1546
Saifi, It is not the symbol table that prevents a derived class pointer from accessing a base class *object* Lets take the example you gave, repeating here for...
Satish Vellanki
satish_vell
Offline Send Email
Apr 26, 2006
6:10 pm
1547
To see this, modify the function down() like this: void down(void) { //B* pb = new B; B b; //Create object on stack rather than on heap D* pd = (D*)&b; pd->_b...
Satish Vellanki
satish_vell
Offline Send Email
Apr 26, 2006
6:40 pm
1548
... Partially understood the situation. class D : public B { ... }; Yes, the vtable is constructed and completely defined. A. Casting derived class object to...
Saifi
khan_saifi
Offline Send Email
Apr 27, 2006
6:41 am
Messages 1519 - 1548 of 6440   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help