User Profile

Collapse

Profile Sidebar

Collapse
ashokd001
ashokd001
Last Activity: Apr 19 '10, 05:11 AM
Joined: Aug 12 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ashokd001
    started a topic How to deploy WebApp in Apache ?

    How to deploy WebApp in Apache ?

    I have developed a small WebApplication .

    I have integrated Apache to eclipse. Through eclipse server my servlet application is opening in browser.

    But if i directely deploy this to apache-tomcat then it is telling
    resource not available.
    HTTP Status 404
    I have connected through default port 8081

    Can anyone suggest how do i directely run it through apache-tomcat ?
    -ashokd
    See more | Go to post

  • ashokd001
    started a topic notification on a event

    notification on a event

    I have asked to write a event based function as below.
    Platform : windows
    Language: python
    Problem: I Have a specific folder in c drive.
    c:\event
    this folder is shared to all user with write permission.Now if any body
    create a file or folder inside this c:\event folder or its subfolder
    a function will be called inside i...
    See more | Go to post

  • more simple solution

    import datetime
    print datetime.timede lta(0.400694444 444)

    Now i am faceing another problem,
    I want to write the time into next column, but i am getting this below error.
    self._cell_type s[rowx][colx],
    IndexError: array index out of range

    Any solution?
    See more | Go to post

    Leave a comment:


  • ashokd001
    started a topic Reading time field from excell sheet by python?

    Reading time field from excell sheet by python?

    Hi,

    How do i read time field from excell sheet by python.

    I am getting "0.400694444444 " value but sheet has "9:37:00 AM" .

    How to convert it ?
    Regards,
    Ashok
    See more | Go to post

  • ashokd001
    started a topic [AIX] usages of lint for .cpp file?

    [AIX] usages of lint for .cpp file?

    i ,

    I Want to apply AIX lint to my source code which all are *.cpp/*.h

    >lint test.cpp
    lint: 1286-332 File test.cpp must have a .c, .C or .ln extension. It is ignored.
    lint: 1286-334 There are no files to process.

    I am getting above error.

    -Ashok ...
    See more | Go to post

  • ashokd001
    replied to How to redirect output of topas?
    topas -mi 3 > goofie 2>&1 &
    TOPAS=$!
    sleep 7 # To capture 2 screen shots
    kill -9 $TOPAS


    But here output file goofie is not readable when i open it through vi.
    but the same file display fine when i do `cat goofie`

    I suspected that any issue with $TERM
    See more | Go to post

    Leave a comment:


  • ashokd001
    started a topic How to redirect output of topas?

    How to redirect output of topas?

    Hi ,

    How do i redirect output of topas to a file.
    i did not find any such option in topas command.

    Regards,
    Ashok
    See more | Go to post

  • ashokd001
    started a topic Design windows application by Python

    Design windows application by Python

    Hi,

    I have started using python recently.

    I want to design an application which will be as below.

    Say any windows application ex- media player.

    user click on icon from start bottom then select a song and then play. I want to write similar script in python which will do the same thing. any one can see what is happening on desktop.


    Any suggestion highly appreciated....
    See more | Go to post

  • ashokd001
    started a topic printing map through gdb
    in C

    printing map through gdb

    Hi
    How do i print full contain of map through gdb.Is there any command to find it out.

    Ashok
    See more | Go to post

  • ashokd001
    started a topic shared library in running process

    shared library in running process

    Hi

    My program is running, how can i check what are the shared library it has loaded.
    Actually, i want to check whether a particular shared library has been loaded or not. How do i do that.

    Thanks in advance.
    Regards,
    Ashok
    See more | Go to post

  • ashokd001
    started a topic Debug through core dump
    in C

    Debug through core dump

    Hi

    In my C++ project, it is duping core file.
    I don't know how to get reason & file name & function name from core file. How can i make core file useful for debugging.

    Any suggestion highly appriciated.

    Best Regards,
    Ashok
    See more | Go to post

  • ashokd001
    started a topic How do i pass argument to gdb?
    in C

    How do i pass argument to gdb?

    Hi

    I want to pass argument to gdb but i don't know to do that.

    Say,

    my executable taking 3 argument.

    <myexe> <arg1> <arg2> <arg3>

    when i try to debug myexe,
    like that

    gdb myexe

    but i dont konw how to pass 3 arguments .


    Please, some suggestion.
    Thanks in advace.
    Ashok
    See more | Go to post

  • ashokd001
    replied to How do i know OS version?
    Thanks a lot. but is there any command for that.

    -Ashok
    See more | Go to post

    Leave a comment:


  • ashokd001
    started a topic How to know OS is 32bit or 64bit ?

    How to know OS is 32bit or 64bit ?

    Hi,

    Is there any command to know that OS is 32bit or 64bit.

    Please, reply back if any body know about it.

    Thanks in advance.

    Regards,
    Ashok
    See more | Go to post

  • ashokd001
    started a topic How do i know OS version?

    How do i know OS version?

    Hi,

    I am using SuSe Linux.
    But i don't which version it is?
    How do i know the OS version?

    Thanks in advance.
    Regards,
    Ashok
    See more | Go to post

  • ashokd001
    replied to Initialize char array in one line
    in C
    Can memset be use for C++.

    Regards,
    Ask
    See more | Go to post

    Leave a comment:


  • ashokd001
    replied to Space in file name problem
    What is the difference by reading with for to while loop.
    Can you please elaborate a little.

    Thanks for your suggestion.


    I found out the above solution first convert the space before for loop to some other rearly used character. then inside for loop do the opposite by sed command.

    Thanks for your time.
    -Ask
    See more | Go to post

    Leave a comment:


  • ashokd001
    replied to Initialize char array in one line
    in C
    This is not just a home wark.
    If i want to use the same array , then i have to re-initialize it so it will be very easy if i can do it in one line.

    any suggestion..
    -ASK
    See more | Go to post

    Leave a comment:


  • ashokd001
    replied to Space in file name problem
    Just a for loop, input is the checkfile(which contain few file names )
    Inside using cat for each file.
    Thats it. You try, I am sure u will also face the same problem.

    There must be some way to use files and folders which contain space in script.

    Best Regards,
    Ashok
    See more | Go to post

    Leave a comment:


  • ashokd001
    replied to Space in file name problem
    Error Msg i have posted at first place.
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...