Search Results

Search: Posts Made By: ramesh.jella
Forum: Programming 01-24-2007
2,691
Posted By ramesh.jella
thank you
hi

i created one .so file to run my program in fedora4

it is working but in fedora5 it not working

what can i do

is there any deference

please help me in this

thank you for ur...
Forum: Programming 01-23-2007
2,691
Posted By ramesh.jella
thank you
thank you

its great

is there any deferences in .so file for fedora4 and fedora5


can u tell me in detail, please

thank you again
Forum: Programming 01-23-2007
2,691
Posted By ramesh.jella
creating so's
hi everyone

i have a doubt about ".so" files.
what is the need of ".so" files.
why we use ".so" files.
where we can use ".so" files.
how can i create ".so" files.

can u tell me a good...
Forum: Programming 01-08-2007
1,422
Posted By ramesh.jella
hi
other than
reset
clear commands
for only fedora2

is anybudy
Forum: Programming 01-08-2007
1,422
Posted By ramesh.jella
fedora2
hi everyone

reset - restore a terminal to its default settings

it is working for fedora4
but not to fedora2

can u please tell show me the way

thank you
Forum: Programming 01-08-2007
10,106
Posted By ramesh.jella
do this
do you wanna of previous commands

which you run in terminal

for this type

history

i dont understand wether your problem about this or not

ignore if not
Forum: Programming 01-02-2007
1,559
Posted By ramesh.jella
regarding neat
hi everyone
happy new year to all
i got a problem
terminal->neat

it will open Network Configuration window

in this 2 buttons Activate and Deactivate are there

how can i use these buttons...
2,406
Posted By ramesh.jella
thank you
you are Great, this is working.
Thanks a lot anbu.
2,406
Posted By ramesh.jella
but how can i use
hi every one

when this command runs in terminal
sort -t" " -r -k1,1 -u abc.txt
this can be very useful
but in program i cant
i used this
main()
{
popen("sort -t" " -r -k1,1 -u...
Forum: Programming 12-11-2006
4,602
Posted By ramesh.jella
this is
for example ur prog. is like this

int main()
{
printf("hello");
}

save this file as my.c
compile it as cc my.c
then it creats an exe that is a.out
now run this
./a.out
in ur terminal....
Forum: Programming 12-04-2006
4,602
Posted By ramesh.jella
do this
hi arya
you have to know that it may not have space before stdio.h
just gothrough your code

#include <stdio.h>

void main()
{
printf("\nHello World\n");
}

do this
2,615
Posted By ramesh.jella
thank you
hi
paste -s -d "\t\t\t\n" filename|sort -d -k2,2|tr "\t" "\n"

sorry to tell this, i unable to understand this code.
actually i am sorting the file in alphabetical order.
will u please send me...
Forum: Programming 11-18-2006
13,953
Posted By ramesh.jella
thak you
thank you very much
it is nice

my out is like

this is blink->H

can i ask u another doubt

H was not blinking
is it blink

by which way it will be.

once again thank you
Forum: Programming 11-18-2006
13,953
Posted By ramesh.jella
thank you
ya. thank you for ur feedback
still got the problem showing in terminal


[root@localhost 1]# cc r3.c
/tmp/ccSkklIJ.o(.text+0x1d): In function `main':
r3.c: undefined reference to `initscr'...
Forum: Programming 11-18-2006
13,953
Posted By ramesh.jella
blinking text
hi every one
i got a problem in blinking text
i tried like this

main()
{
initscr();
move(5,10);
addstr("this is blink->");
addch('H' | A_BLINK);
refresh();
getch();
endwin();
}
an...
Forum: Programming 11-17-2006
1,709
Posted By ramesh.jella
convertions
thank you jim
it is great.
your is working fine
but in that i would like to convert only symbols.
not text.
sorry for trouble you.
Ex:
char *name="rames:h/"
i want to store it as...
Forum: Programming 11-17-2006
1,709
Posted By ramesh.jella
about convertions
hi
i got in this way

DIR *dd;
dd = opendir("/root/ramesh/");
.....
then now i have problem
how can i convert a string to hexadecimals
ex: ram/es:h

show me the way

thank you for your...
Forum: Programming 11-17-2006
1,821
Posted By ramesh.jella
finding folders in runtime
hi everyone
i have two folders.
one is ramesh(folder)
and other is ramesh1(sub folder of ramesh)
i have to find the second(ramesh1)folder name in runtime.

please tell me the way to find this....
Forum: Programming 11-16-2006
3,767
Posted By ramesh.jella
mozilla
hi vino
thank you verymuch. u'd given lot of information.
yes. ur , i find urls in that file.
and i've another doubt. how can i get the current url from
that file.
show me the way.
ram
Forum: Programming 11-16-2006
3,767
Posted By ramesh.jella
mozilla
hi
i tried like this

main()
{
char *str;
str=system("/usr/bin/mozilla ","r");
printf("str= %s",str);
}

but i did n,t get the url
is anywat to this
thaks.
ramesh


}
Forum: Programming 11-16-2006
3,767
Posted By ramesh.jella
regarding URL
hi
i tried for getting url in mozilla
and used this commands

loading url google.com

open_uri_cb http://google.com/

load_started_cb

but noway from these

anybudy is there to help me...
Forum: Programming 11-16-2006
3,767
Posted By ramesh.jella
mozilla object
hi this
i tried for getting url form mozilla window.
and also for getting mozilla object file.
is there any plz tell the way.
thanking u.
ramesh
Showing results 1 to 22 of 22

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