Search results

  1. N

    'old school' graphics programming

    I've been interested in trying out some graphics work in C and want to start at the basics, 'mode13h' kinda stuff. I've toyed with ncurses but it's really NOT my lib. OpenGL is fine and awesome but I really just want to start with something more BASIC ;) Does anyone know of a library or info...
  2. N

    AppleBASIC...

    [ Originally posted on Apple's Developer Discussion, reposted here as I wish to read more opinions on this ] First and foremost, BASIC distributions are always in the demand as the language itself has an easy to use syntax that just about everybody can grasp as well as generally being easy to...
  3. N

    Belkin Router's and Port-forwarding

    I've been trying to setup my eMac to be the host of a few servers [notably ftp and http] and on the lan everything works fine. However, no matter what I do, the router won't let anyone on the outside connect. I have a belkin F505230-4 and it's ~supposed~ to support port-forwarding and a dmz...
  4. N

    cleaning out some unix

    As much as I love all the little thousands of unix files now strewn across my hard drive, I would like to remove some of them to clear out some space. However, I'm not too sure which the system actually uses. I'm wondering if anyone out there has felt that way and knows of a script or anything...
  5. N

    enabling personal CGI-BIN

    I have PHP enabled already but I've got a user who wants to have their own cgi-bin, aka "http://localhost/~[username]/cgi-bin/[script].cgi". So how do I go about enabling this via .htaccess/config files? I've tried using google searchs and the like but I'm having no luck (403:Forbidden). I...
  6. N

    PHP and homepage.mac.com

    I've sent a few letters to the fine folks at the site but have yet to recieve any kind of substantial response but I think many of us would be appreciative for barebones PHP support on our Mac.com accounts. Since most would assume the servers there are run on OS X, it wouldn't be too difficult...
  7. N

    OS X.1 into Dial-up Server

    How would I go about the messy business of turning my iMac into a dial up server w/o X-Server? Here's another problem: The user will be on a remote PC. Idea's, tips, tutorials, links, anything will be appreciated. -- For those that are wondering, yes I do have the free time to set all...
  8. N

    Getting /etc/motd to show with ftpd

    I've set up an anonymous ftp server for something I'm working on and would just love to be able to inform those just logging in about the terms and conditions of using the server without having to put a '+README' file in. Normally when one uses ftpd, they will have the contents of /etc/motd...
  9. N

    As there aren't enough libs in the world...

    I was wondering how I can make a static library off the command-line. I know I can use ld and a fist full of switches to get a dll but I just want a set of static libs that I can use in a few projects. I do realize I could do it with Project Maker but would prefer to know how to do it with...
Back
Top