Search results

  1. J

    Help with recursive backtracking in Java

    Hello there, I am working on a programming assignment that has a question that I am thoroughly stuck on. The assignment is full of problems that we must solve recursively, and this is the one I would really appreciate some help on. I have a method that creates a number of teams that are as...
  2. J

    How large of a file would you upload via HTTP?

    I made an upload system based on Celeron Dude's Uploader 6 so clients can upload stuff without using FTP. What size would you allow as the largest single file for upload via HTTP? I uploaded a 100mb file that took a couple of minutes. As far as I see it, as long as PHP doesn't time out, the...
  3. J

    Cloud hosting rocks

    Has anyone else tried cloud hosting? I got it a couple of days ago with Rackspace. If you know how to setup a *nix server (or willing to learn), it is ridiculously awesome. http://www.rackspacecloud.com/
  4. J

    Execute scriptaculous effect within JS loop

    Another question for the evening... What would be the correct syntax for passing the control variable of a JavaScript loop as an argument of a function? for (id=1; id<=5; id++;){ Effect.Fade('[id]', {duration:.6, delay:1}); } I am trying to loop through IDs 1-5 and apply the...
  5. J

    Randomly Dissolving Image with JavaScript

    Hi Everyone, I am trying to create an effect with JS of an image that randomly appears from a shroud. What I am thinking is a black div(s) above the image, then dissolve the black div randomly. What I am running into is that all the "dissolve" methods I have found (scriptaculous, mootools...
  6. J

    Inaccessible .NET types?

    So I found a .NET solution on a forum that I want to use, but it is way over my head. When this guy posted this, he said that "It required instances of types like "HttpServerVarsCollectionEntry", which can't aren't publicly accessible". Whenever I try to get this to work, it throws a...
  7. J

    Making cool programs

    I am in college and have found that I like making programs. I like the overall goal of solving problems with software more so than the actual coding itself. Right now, I make programs that simulate cool stuff or do stuff I think is interesting. I could see myself pursuing software engineering...
  8. J

    Website Critique - Penny Tray

    Hey everyone, I have been working on a site that I would like to have you guys check out. It is called Penny Tray, and it is kinda like an instant cancer support group. http://www.pennytray.org/ -new link You type your message on the main page, it gets sent to someone, and you get...
  9. J

    PHP hates me

    So I have a form that does all sorts of cool things after submission. One of the cool things it does is select a random entry from one table, but makes sure that the random selection has never been seen by the email address entered in the form. If someone enters the same email address everytime...
  10. J

    FS: Mountain Mods H2gO custom case, HR03 Plus cooler!

    Got a couple of things for sale: 1. Mountain Mods H2gO case. Awesome small(er) form factor case, this one is the black anodized aluminum. I got it because I wanted something more portable for my q6600 and H20 system. Pics: http://www.flickr.com/photos/30909896@N06/sets/72157612539937786/...
  11. J

    FS: 8800GTS 320 SC, Q6600, Antec 900, Raptor, Thermalright HSs, etc.

    Got some stuff for sale: -Antec 900 Case &#8211; Good condition, but I customized the side window. I replaced the fan hole in the side with plexiglass. I think it looks much better. I still have the original side if you want it. $50.00 plus shipping. You can have the cold cathode blue UV lights...
  12. J

    Socket 939 Stuff - $70 - 2 LANParty Boards, Patriot RAM, Athlon 3200...

    Hey All, I got some a bunch of socket 939 stuff that has been just sitting around, and maybe someone here would be interested. Everything that I designate as working worked probably about 4 months ago, and I haven’t touched it since then. I don’t have the equipment to test it now, so...
Back
Top