Search Results

Search: Posts Made By: virmin
Forum: What is on Your Mind? 10-31-2007
18,033
Posted By virmin
OK, I didn't have one day in my 5 years work...
OK, I didn't have one day in my 5 years work experience. Should I cry about that?
Forum: What is on Your Mind? 10-31-2007
18,033
Posted By virmin
Holiday is for everyone, right? Vacation just for...
Holiday is for everyone, right? Vacation just for yourself, I mean you can choose when to take a vacation, but you can't decide which day is holiday, am I right? It's not up to you.
Forum: What is on Your Mind? 10-31-2007
18,033
Posted By virmin
I noticed that "PRC". You mean People Republic Of...
I noticed that "PRC". You mean People Republic Of China? I am chinese and I know company will pay your vacation if you didn't use it. But those buying and selling things, I don't know, never heard of...
43,689
Posted By virmin
as Perderabo said, unix is case sensitive, so...
as Perderabo said, unix is case sensitive, so value1 and Value1 are totally different variable.
and you have to make sure $Value1 and $Value2 are legal numbers before you use them, or bc will fail.
15,469
Posted By virmin
as error saying, "rm -f" can't remove a...
as error saying, "rm -f" can't remove a directory, so you need to use "rm -rf", but be careful with "rm -rf", it's a dangerous command.
55,280
Posted By virmin
the command is fine
you can try the command directly, it works fine, so if anything is wrong, it can be the command line.

I've tried this: find ./ -print | xargs chmod 777
it changes all directory and files under...
43,689
Posted By virmin
You can do it by using bc
You also can achieve that by using bc

Result=`echo "$Value1 > $Value2" | bc`

if [ $Result -eq 1 ]
then
echo "value1 is greater"
fi
Forum: Programming 10-31-2005
12,034
Posted By virmin
problem solved!
restart the computer, and problem solved!
I have no idea ...
Forum: Programming 10-27-2005
12,034
Posted By virmin
dlopen failed!
I can open my so file successfully by calling dlopen directly in my main function. But if I fork a child process, and call dlopen in child process, it failed!
I don't know why. Following is my code:...
Forum: What is on Your Mind? 07-05-2005
2,667
Posted By virmin
Thank u so much. By the way, I am a c programmer.
Thank u so much. By the way, I am a c programmer.
Forum: What is on Your Mind? 07-05-2005
2,667
Posted By virmin
How can I get some interesting books?
I am not a native English speaker. I wanna improve my English. But I am kind of lazy, so I decide to pratice my English by reading English novel. I'd like read books about magic or superman and so...
Forum: Programming 06-14-2005
3,211
Posted By virmin
you are right, JNI is what i am looking for,...
you are right, JNI is what i am looking for, thanks!!
Forum: Programming 06-14-2005
3,211
Posted By virmin
Is there any possibility that invoking java function in c programm?
I think i am in trouble. I have to invoking a bunch of functions(such as encrypt, digital sign) from a java file(.jar), but I have no idea how to do that, Is there any possiblity?
Showing results 1 to 13 of 13

 
All times are GMT -4. The time now is 10:20 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy