Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ArmenD

  1. ArmenD

    time management/ time tool software

    I am using phpcollab for a very small project involving 4 developers. here is a good list... http://proj.chbs.dk/
  2. ArmenD

    free spell checker

    i suppose some have not heard of open source software :)
  3. ArmenD

    free spell checker

    Hi, is there a free spell checker library I can use in a text field or form for instance?
  4. ArmenD

    Free reusable components

    hi, does anyone know of sites that feature Free reusable asp.net components/modules such as log-in/register/schedule management/file upload/download features.
  5. ArmenD

    how to install starter kits on hosting companies servers

    hi all, So we have windows hosting with ipowerweb, and I would like to install asp.net starter kits(open source portals). Here is my ?, Once I have uploaded the installer to the server, how can i invoke the program to begin installing? I guess my question is more general, how do i install a...
  6. ArmenD

    difference between ' and "

    for the life of me, I have seen a bizillion times ' and " used in command line and scripting. Would someone plz in human terms explain what the difference is between ' and ". When do we use which? thanks in advnace,
  7. ArmenD

    count # of functions/methods in a project

    this is a good start, but I have define's in my code and I would need a broader range of detections.
  8. ArmenD

    count # of functions/methods in a project

    hi, does anyone know how to count # of functions in a c/c++ project repository using bash or csh? is there a mixture of grep/wc/and redirecting operators. say for instance there is a proj directory called Foo with subfolders A,B,C.
  9. ArmenD

    try{} block

    pretty much, http://www.swig.org/Doc1.1/HTML/Exceptions.html#n2 http://c.ittoolbox.com/documents/document.asp?i=247
  10. ArmenD

    Creating a user interface for Fortran program

    oh my, was I waiting for someone to ask this ?. I have just finished writing a 15000 line fortran statistical package that incorporates JAPI to develope a user interface for legacy fortran code. www.japi.de
  11. ArmenD

    displaying tree structure

    can u elaborate on how it can be made dynamically without refreshing the page?
  12. ArmenD

    displaying tree structure

    i am trying to find an example that shows how i can display a treeview control horizontally... example a->b->c how is this done? I just want the look of a linked list?
  13. ArmenD

    Block Commenting in fortran 77

    hi xwb, I just wanted to thank you once again for all your help for my fortran questions. I have just completed the program that I was working on and it will be featured at an academic conference this weekend with over 15,000 educators. I am a c/c++/java dev myself, so I have to say that I had...
  14. ArmenD

    fort.xx file

    does any one know what a fort.xx file is? I am getting errors like the one below but not sure what fort.58 is? how would I know where in my program the bug may be? fmt: end of file apparent state: unit 58 named fort.58 last format: (A) lately reading sequential formatted external IO
  15. ArmenD

    formatted external IO error

    hi, I have no idea what this error is regarding or caused by. any suggestions... fmt: end of file apparent state: unit 66 named fort.66 last format: (125A1) lately reading sequential formatted external IO This application has requested the Runtime to terminate it in an unusual way Please...

Part and Inventory Search

Back
Top