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...
===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...
linux-bangalore-progr...
linux-bangalore-progr...
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...
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...
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...
... unfortunately not..........here return too char*. Some API which returns time_t/long type variable, holding number of seconds since EPOCH, given the...
... 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...
... 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...
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...
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@...
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...
... File data modified time, file status changed time. status includes stuff like permissions, modes, et al. -- Arvind Kalyan http://www.devforge.net/~arv...
... 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@...
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...
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...
... make sure /etc/localtime is the required file from /usr/share/zoneinfo. Also , look at tzset(). Bharat...
bharat krishnamurthy
bharat@...
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...
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...
... 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...
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...
===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...
linux-bangalore-progr...
linux-bangalore-progr...
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...
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...
... 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...