UNIX
Unix is a computer operating system originally developed in 1969 by a group of AT&T employees at Bell Labs including Ken Thompson, Dennis Ritchie and Douglas McIlroy.
Application
Any
Language
Any
License
Any
Hi all,
Required to know how to build common select fields in sql's using Set operator (union or intersect or minus or union all)
ex:
select a, b, c from table1
union
select a,b,c,p,q from...
I am currently using Qt 4.7.0 and 32-bit Ubuntu 10.10.
I have created a very simple application that draws a rectangle and has no border, no title bar and no buttons in it respectively - close,...
The topic says it all. I don't have time to wait for the official ext4 defrag utility so I am going to write one that I can use temporarily. Basically, I want the user to specify a partition or...
I did but if you go to ucr, I'm not going to give you code. :)
google for "producer consumer problem using shared memory"
hi, im currently working in robotics project. In my project im using pic16f877a microcontroller with RS232 connector.
my issue is, i have calculated some values(r and theta) using c code and saved...
First confirm whether your user account is added to /etc/sudoers. If not, add "admin" or "sudo" group as a secondary to your user account. Logoff and Login your account, now run the command #sudo...
hi ... hope u all will be fine..
well i have some sort of question regarding implementation of some algorithm in linux related to parallel processing...kindly help me out..
well i need the
1...
hi ... hope u all will be fine..
well i have some sort of question regarding implementation of some algorithm in linux related to parallel processing...kindly help me out..
well i need the
1...
hi ... hope u'll will be fine..
well i have some sort of question regarding implementation of some algorithm in linux related to parallel processing...kindly help me out..
well i need the
1...
Try with Java
it's multiplataform, it's easy and powerfull
Useful post, thank you for sharing!!..
Dear all:
I want to do framebuffer programming, with following program, I always get error while calling mmap. After checking with manual, I still can't solve it. Can Someone help me to see what's...
Thanks for providing me this infor.I am regular visitor of your forum site.There are more information about the programms.
=======
Security Tool
Hello Everyone,
I am learning C++. When trying to solve a problem using other classes aside from the main class of my program, I encountered an error I do not quite understand.
Here is the...
Hi!
I'm new to splint and am trying to build some autocheck for our code.
Older splint output shall be compared with output after a fix to prevent new warnings being built in.
For most of the...
try this code I tried it using code blocks I use Ubuntu linux gcc4.4
include
#include
int main()
{
int a,b,c;
a=4;b=3;
c=pow(4,3);
printf("\n\n the 4^3 = %d",c);
return 0;
}