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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: 2016nc
  • Content: Threads
  • Order by date
  1. 2016nc

    Want to use my unix box to access the web from other box over the web

    Ok, I do not even know what is in the realm of possibilities here, so even if you could point me in the right direction so I could figure it out from there it would be greatly appreciated. Here is my objective: To use an IP (which I own) to obtain full access to web from a system which has...
  2. 2016nc

    Trying to upload pictures to my celll via my palm ir port

    is there any way to upload pictures to my celll via my palm ir port? it is a nokia 7210 and I have apalm m125. I don't have an SD card so I havent figured out how to get the pics on the phone without having a program that makes them a .prc or .pdb. So, of course, when I try to beam that over...
  3. 2016nc

    How do I change a programs priority?

    I made a program to check the state of a key and writes a file based on the last time the key was pressed. I am doing to help me time events in a game. So both this program and the game will be running at the same time. The problem is this simple program strives to take up 100% of the...
  4. 2016nc

    /dev/null is to unix as nul is to msdos

    /dev/null is to unix as nul is to msdos. just in case for some reason you need to port some happy unix code to msdos and needed to know. I came across this while looking for a way to get rid of the default message when calling pause from msdos. system("pause > nul");//MSDOS
  5. 2016nc

    my program compiles fine, but not with a make file :( but I 'need' one

    my program compiles fine, but not with a make file. Yet, the irony is I need a make file to comply with the powers that be. In fact, I need it by midnight. So your help is much appreciated. Here is the problem. My program compiles when I type `g++ procTree.cpp` however, when I try to make...
  6. 2016nc

    I need to run a server/client program behind many firewalls...

    I need to run a server/client program behind many firewalls. Basically what I will be running is a game sever which I want clients to be able to connect to from outside of the many firewalls I am behind. I do not manage these networks, but I can have the authority to tell the people who do to...
  7. 2016nc

    How to program a graphical/windows-like app for linux...

    Hi guys, I am familiar at a novice level with with making a minimum bloat (haha) Windows98 app, but what is the equivalent for linux? I don't even really know what it is called; is it xwindows programming? I just want to make a graphical interface for an existing linux app. I would like to know...
  8. 2016nc

    How would I check to see if another app is running?

    This is what I want to do, make an application that: -Launches an app (i.e. notepad.exe), at a certain time -If that app is closed prematurely, relaunch it -Close the app at a certain time I can launch the app using sytem("notepad.exe") or whatever but, I do not know where to go...

Part and Inventory Search

Back
Top