Search Results

Search: Posts Made By: Jariya
Forum: Programming 01-26-2007
5,982
Posted By Jariya
Im using Darwin, Mac OS X (10.4). I`d like...
Im using Darwin, Mac OS X (10.4).

I`d like to know the statistics about what key is being used, and how frequently... why? you can learn a lot about that ;)
Forum: Programming 01-25-2007
5,982
Posted By Jariya
Thank you, Corona. If it's very difficult i...
Thank you, Corona. If it's very difficult i suppose ill have to be more perseverant ^^

Controlling I/O flushes could solve me nothing... and if i need doing it my self, controlling system...
Forum: Programming 01-25-2007
5,982
Posted By Jariya
Key logger
I want to program my own key logger to register every key pushed on my system... could i record clicks?

Well, my question in fact is not one at all... because i dont have a starting point. I'll...
62,774
Posted By Jariya
An alternative way... i found by luck this file....
An alternative way... i found by luck this file. here u can see the distribution but i dont know if its on all systems. At least its in Debian...

/proc/version

anyone ones if this file is a...
2,852
Posted By Jariya
standard input
how can i redirect standard input? i dont remember :/, though could you redirec not from a command? i mean, to redirect always stdin and stout
1,405
Posted By Jariya
a question...
how can i block my terminal not to receive messages from other terminals? :p
4,390
Posted By Jariya
Thank you again klash. I thought in that after...
Thank you again klash. I thought in that after posting but really dont like getline, just for curiosity is there other way?

thx.
62,774
Posted By Jariya
have you typed "uname -a" ? i can see what darwin...
have you typed "uname -a" ? i can see what darwin im using... :/
4,390
Posted By Jariya
awk - input function
hello,

im a newbie. how can i input data from keyboard? thanks.
1,419
Posted By Jariya
thank you very much
thank you very much
1,419
Posted By Jariya
Awk variable.
If i use f.e. "barco" like a patron i have no problem, but when i try to use CAD, it doest work. please... can anyone help me? thx.

in a script file:
awk -v CAD=`echo $2` -f ob23.awk `echo $1`
...
1,550
Posted By Jariya
thank you very much
thank you very much
1,550
Posted By Jariya
links recounting
hello i like to know how can i check the number of links that a file has. Thats to say, if i use ls -la i can see its hard links, nor its hard and soft links... can i count the number of soft links...
Forum: OS X (Apple) 02-04-2006
4,082
Posted By Jariya
Neo, yes, transition will make us got ppc at a...
Neo, yes, transition will make us got ppc at a lower price... or i hope so... if i could have a QUAD muahahahahahhaah :P

Enjoy it!
Forum: OS X (Apple) 01-31-2006
7,995
Posted By Jariya
I hope this could help... ...
I hope this could help...

http://www-ftp.lip6.fr/pub/mac/info-mac/
http://www.pure-mac.com/
http://www.softonic.com
http://www.mac-p2p.com/ ...
Forum: Programming 01-31-2006
2,902
Posted By Jariya
Ok! At last ive seen the problem! at...
Ok!

At last ive seen the problem!

at the top of my code, i did:

dup2(tubo1[0],tubo2[0]);
dup2(tubo1[1],tubo2[1]);

the problem is that dup does an assignment but dup2, firstly does a...
Forum: Programming 01-30-2006
2,902
Posted By Jariya
I do a pipe and then another pipe because im...
I do a pipe and then another pipe because im creating a pipe, referred with "tubo2",for father process and another one in each iteratino for each child.

the program compile ok. but there is an...
Forum: Programming 01-30-2006
2,902
Posted By Jariya
Father & children
Hello, i should finished this program, if anyone could tell me whats wrong... This is an optional university work, though i cant leave this nearly finished. I need to see where is my error :(

What...
Forum: OS X (Apple) 12-30-2005
3,644
Posted By Jariya
mounting linux
firstly... sorry xDDD.

now, how could i mount a linux partition on my mac os x ( i assume ill use terminal). i begins...

i have my ubuntu linux partition on disk0s4. i tried: sudo mount...
Forum: Programming 11-14-2005
1,596
Posted By Jariya
getting my path
could anyone give me a good documentation for c programming in unix... ? foremore, id like to know if anyone ccould tell me which is the fuction that returns the path where im working. thx
Forum: OS X (Apple) 08-12-2005
7,364
Posted By Jariya
ifconfig
Hi,

I type (as root) "ifconfig en1 ether aa:aa:[...] " but it doesnt change the mac of my airport. Can anyone help me?

Thx.
10,877
Posted By Jariya
thank you very much ^^
thank you very much ^^
10,877
Posted By Jariya
maybe? if it runs in foreground, there is no...
maybe? if it runs in foreground, there is no problem :(
so, how could i do for running and exiting 005.aux in bg in each iteration?


sorry.. if i have basic questions
10,877
Posted By Jariya
this is the message: "./005.aux: fork: Resource...
this is the message:
"./005.aux: fork: Resource temporarily unavailable"
10,877
Posted By Jariya
background problem in while loop
file 005:
trap 'echo "\nInterrupcion recibida.Saliendo\n\n" ; exit 0 ' 2 9 15

while true
do
./005.aux &
done



005.aux:

trap 'exit 0' 2 9 15
sleep 30
exit 0

The error...
Showing results 1 to 25 of 29

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