Since 4/27/2012 2:11:28 AM, juuso_12_2003 has written 4 articles and participated in 29 conversations. juuso_12_2003 signature: juuso_12_2003
juuso_12_2003's articles:
Items(4) /1
Listing the multi-threading unsafe parts of C237 (5/16/2006 1:32:55 PM) comp.lang.c I need a list of multithreading unsafe C (C99) functions/features. comp.programming.threads provided an initial list of C:ish functions, with following ANSI C functions: asctime, gmtime, localtime, ctime, tmpn... Juuso
Listing the most dangerous parts of C6233 (5/10/2006 3:34:55 PM) comp.lang.c I am looking for a wish list of things which should be removed from the C (C99) - due to feature's bad security track record or Multithreading unsafety. I need this list for a project intending to build another... Juuso
Progamming language for hackers?2831 (10/7/2005 11:41:03 AM) comp.programming New programming language t3d; - Ultra easy to learn (documentations is 2 pages) - Yet it may be the most powerful programming language - Language donated to charity orgs with a special license ChOS (Chari... Juuso
Implementation of functions in math.h on clc-wiki11037 (3/11/2006 9:17:45 PM) comp.lang.c I'm writing a portable implementation of the C standard library for http://www.clc-wiki.net and I was wondering if someone could check the functions in math.h for sanity/portability/whatever. I'm almost halfway... GKP1(83)
Listing the most dangerous parts of C6233 (5/10/2006 3:34:55 PM) comp.lang.c I am looking for a wish list of things which should be removed from the C (C99) - due to feature's bad security track record or Multithreading unsafety. I need this list for a project intending to build another... juuso_12_2003(33)
Simplicity has a future10930 (5/30/2006 5:38:32 PM) comp.lang.c A recent article on CNN described the problem that phone makers are facing. (http://www.cnn.com/2006/TECH/biztech/05/29/cellphone.usability.ap/index.html) Most people are rejecting the new "supercharged" cell... jacob(2538)
data mining536 (6/21/2006 10:50:58 AM) comp.lang.c i have to find the common simillar subsequence among the large no.s(>21,000) of input sequences, and not neccesarily present in all the input sequences.subsequence need not be the exact one.it can vary upto 20%... vmishra85(2)
How to connect SQL database in C programs1528 (6/25/2006 10:45:52 PM) comp.lang.c Hi Everybody, I am doing a project and I desire to know can we connect SQL database in C programs and use them ? Can any body can help me? Please explain me the whole concept & give me the code also ... shrivastava.sachin(1)
allocating 99% RAM1920 (7/3/2006 9:32:43 AM) comp.lang.c Hi i would like some guidelines for a experiment of mine. I want to experiment with the swap and ctrl-z in linux. And for this i want to create a c program that allocates almost all the free memory resources. ... allanallansson(5)
reading messages from cell phones914 (7/10/2006 12:28:59 PM) comp.lang.c how to write a C programme to read a new sms from a particular cell came to a cell connected to that computer through a usb port ... chvsagar(2)
Largest Palindrome3244 (7/11/2006 10:40:29 AM) comp.lang.c HI Everybody, I 've to submit a program on c.Can any one help me plz.........The problem is like this:: Write a program which computes the largest palindrome substring of a string. Input: The... ramakrishnadeepak(4)