Search the web
Sign In
New User? Sign Up
linux-bangalore-programming · LB Programming Discussions
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 6785 - 6814 of 7585   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6785
Based on ur problem, I can suggest the following: 1) If u go for fork approach and want to parallelize all "logical-groups" of tests then u may _fork_ at every...
Srinath Venkataramani
srinath1076
Offline Send Email
Aug 1, 2005
10:30 am
6786
===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...
linux-bangalore-progr...
linux-bangalore-progr...
Send Email
Aug 1, 2005
2:34 pm
6787
... Hi Srinath, Thanks for the idea. One more query-- Suppose I group the test-suites (comprising some test cases)and fork each such group. Then what...
prabir senapati
senapati2001
Offline Send Email
Aug 4, 2005
7:29 am
6788
... Since u know what each test case is about, I think u r in the best position to ascertain that :) -Srinath...
Srinath Venkataramani
srinath1076
Offline Send Email
Aug 4, 2005
9:23 am
6789
hi, Is there any API available, which takes char* as an argument and return time_t type like we have char *ctime(const time_t *timep); any API which is like...
Vishal Linux
v_fame
Offline Send Email
Aug 4, 2005
9:30 am
6790
... Try: $man strptime STRPTIME(3) FreeBSD Library Functions Manual STRPTIME(3) NAME strptime -- parse date and time string LIBRARY Standard C...
Arun C Murthy
acmurthy
Offline Send Email
Aug 4, 2005
9:53 am
6791
Hello I have a url like https://secure.web.com and when i pass parameters to and send a request, it send a XML file in return. How do i capture the XML file...
Jabir Ahmed
jabirahmed
Online Now Send Email
Aug 4, 2005
10:56 am
6792
... unfortunately not..........here return too char*. Some API which returns time_t/long type variable, holding number of seconds since EPOCH, given the...
Vishal Linux
v_fame
Offline Send Email
Aug 4, 2005
10:56 am
6793
... strptime fills in the struct tm* structure, timeptr. You can use that in turn to get time_t by using time_t mktime(struct tm *tm); Badi -- "Why is it that...
Badi Kumar S
badikumar
Offline Send Email
Aug 4, 2005
11:09 am
6794
... U can use wget to get the XML content. Then parse it using the module XML::Parser. Check this out for more on XML::Parser module : ...
Srinath Venkataramani
srinath1076
Offline Send Email
Aug 4, 2005
12:14 pm
6795
... would work on this........ infact i guess..i wasted my whole time in getting the below code work...... :(( and get the output... i should have posted the...
Vishal Linux
v_fame
Offline Send Email
Aug 4, 2005
12:14 pm
6796
Hey Group, Try this script out to generate Random Password Easily Options are: 1. You can add more charactors, numbers or lower case charactors to...
vabbi_techie
Offline Send Email
Aug 9, 2005
9:03 am
6797
Hello everyone, Since this group is interested in FOSS in general, I would like to inform of the launch of Hindawi Rel-1, which is a suite of open-source...
Abhishek Choudhary
hi_pedler
Offline Send Email
Aug 9, 2005
11:29 am
6798
Why not just use 'apg' ? -- b...
Biju Chacko
Biju_Chacko
Offline Send Email
Aug 10, 2005
4:08 am
6799
Hi, We have the stat structure as : struct stat { /* other members */ time_t st_mtime; /* time of last modification */ time_t st_ctime; /* time of last change...
badhri
badsam@...
Send Email
Aug 10, 2005
10:21 am
6800
... when in doubt do man... --from man pages--- The field st_mtime is changed by file modifications, e.g. by mknod(2), truncate(2), utime(2) and write(2) (of...
Amit Mehrotra
amit_meh
Offline Send Email
Aug 10, 2005
10:34 am
6801
... The former is for file modifications and latter is inode changes|file modifications. Do man 2 stat and checkout the details. -Srinath...
Srinath Venkataramani
srinath1076
Offline Send Email
Aug 10, 2005
10:35 am
6802
... File data modified time, file status changed time. status includes stuff like permissions, modes, et al. -- Arvind Kalyan http://www.devforge.net/~arv...
Arvind Kalyan
kalyan_arvind
Online Now Send Email
Aug 10, 2005
10:35 am
6803
... Jumped the gun and sent the mail. Thanks anyway! -badhri -- When the going gets weird, the weird turn pro. [Non-text portions of this message have been...
badhri
badsam@...
Send Email
Aug 10, 2005
12:19 pm
6804
hi, Below is the snipet iof the code, which changes the time zone in linux. int SetTimeZone(char *timezone) { /* To change timezone in linux. * the environment...
Vishal Linux
v_fame
Offline Send Email
Aug 11, 2005
1:44 pm
6805
Dear FOSS Community, My apologies for taking so long, but some things just needed to fall into place. On behalf of Linux Bangalore, it is my pleasure to...
Atul Chitnis
linuxbangalo...
Online Now Send Email
Aug 11, 2005
6:42 pm
6806
... make sure /etc/localtime is the required file from /usr/share/zoneinfo. Also , look at tzset(). Bharat...
bharat krishnamurthy
bharat@...
Send Email
Aug 12, 2005
9:38 am
6807
Hi Folks, Sorry for the wide distribution and cross-posting, but I hope this one is justified. ================= First Annual Bangalore Debian Developer...
Ganesan Rajagopal
nasenagr
Offline Send Email
Aug 12, 2005
2:51 pm
6808
Hi all, Does anybody know about tool by which we can test kernel code virtually. Because to test device driver etc directly on kernel is risky.. I heard about...
aganorkar
Offline Send Email
Aug 13, 2005
10:40 am
6809
... I assume UML is an excellent option but I've never used it myself. My personal favourite is qemu. Google for it and make sure you also install the kernel...
nasenagr
Offline Send Email
Aug 13, 2005
3:50 pm
6810
Should be of interest to anyone on this list who is in Bangalore. Should be fun, as long as it is kept informal. I will certainly be attending it, and I'd...
Atul Chitnis
linuxbangalo...
Online Now Send Email
Aug 14, 2005
11:31 am
6811
===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...
linux-bangalore-progr...
linux-bangalore-progr...
Send Email
Aug 14, 2005
12:57 pm
6812
Aditi, ... I believe you don't need a UML patch for kernels 2.6 upwards which is why you can't find a patch for a *specific* kernel version. Just a recompile...
Arun C Murthy
acmurthy
Offline Send Email
Aug 17, 2005
6:18 am
6813
hi, i have had occasion to interact with two rdbms gurus over the past week and they have challenged one of my most precious assumptions. Say we have two...
Kenneth Gonsalves
kengon2233
Offline Send Email
Aug 17, 2005
10:40 am
6814
... I'd put id as the primary key. I prefer to have primary keys that have no meaning other than being the primary key. I may index on other unique values but...
Biju Chacko
Biju_Chacko
Offline Send Email
Aug 17, 2005
11:01 am
Messages 6785 - 6814 of 7585   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