First  |  Prev |  Next  |  Last
Pages: 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
Happy Holidays and A Happy New Year
Happy Holidays and A Happy New Year Simple Poem – Don’t Drink and Drive Some things to Remember Always! http://www.bukisa.com/articles/216653_some-things-to-remember-always More Poems, Travel Advice, Natural Food Health Articles http://www.apanaspecial.com/Alternate_Medicine_Health_Benefits.htm Cathy Balbir... 21 Dec 2009 18:03
UTF-8 and char
Hi All. My code should support UTF-8 chars (all languages like chinese, arabic) i have used char's in code..Is it ok?? Or do i need to use wide chars..(is it avaliable in Unix platform?) ... 22 Dec 2009 01:41
ANN: Seed7 Release 2009-12-20
Hello, I have released a new version of Seed7: seed7_05_20091220.tgz In the Seed7 programming language new statements and operators can be declared easily. Types are first class objects and therefore templates/generics need no special syntax. Object orientation is used when it brings advantages and not in plac... 20 Dec 2009 16:55
How to setup TCPIP in Mac OSX?
I'm familiar with the drill in Linux and also in Windows, but not too clear on what the BSD-ish commands are. It seems like it is dynamic, like in Windows - you don't really have to do anything - it just works, if you have DHCP. But the problems with this are: 1) What if it doesn't "just work"? I.e., what ... 23 Dec 2009 13:45
Two programs with same logic
Hi, Two set of codes can be compared by using beyond compare or other equivalent software to determine the areas of differences and the areas of similarities. But, there are scenarios in which the same logic would be used by 2 set of programs/softwares but that the variable names might be different. So, how to d... 27 Dec 2009 08:41
Multiple operation to semaphoe
Hello, I'm trying to test program that generates 3 children, 1st, 2nd, and 3rd, and force to execute them in reverse order(3rd->2nd->1st), using 2 semaphoes. However, when I operate against 2 semaphoe at onece using following, if( semop(sem_bin, sem_buf_v1_p2, 2) == -1){ the program seems to be deadl... 20 Dec 2009 04:56
Virtual IP setup Problem
I am trying to run multiple network nodes (A, B, C, D and E). Each node requires unique IP address to be assigned. Due to crunch of linux machines at home, I planned to use Virtual IP, running A, B, C and D on Machine 1 and E on Machine 2. An IP packet is expected to travel from D to C, C to B and B to outside netw... 19 Dec 2009 15:59
shm_open() vs. shmget(); shm_open() vs. open()
Hi, 1. shm_open() vs. shmget() int fd = shm_open(...); We can't see that shared memory segment via icps. How can we see all shared memory segments created via shm_open? 2. shm_open() vs. open() int fd1 = shm_open(...); int fd2 = open(); What can we do via fd1 but can't do via fd2? Alex ... 20 Dec 2009 12:30
Correct way to handle "makes integer from pointer without cast'
I'm unsure about the correct way to write code that doesn't produce gcc's warnings of "makes integer from pointer without cast." In this case, it is using popen, but I guess my question could be reworked to read "do I /really/ have to cast to pointer every single time I use a constant char? Isn't that a lot o... 14 Dec 2009 08:47
Why are there so many spam?
Hi, When I try to find my topic three days ago, I find most of topics here are spam... How much people still use newsgroup now? Why there are so many spams left here? How can we do to avoid this? Regards! Bo ... 11 Dec 2009 09:07
First  |  Prev |  Next  |  Last
Pages: 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47