ClioSport.net

Register a free account today to become a member!
Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Search results

  1. S

    cool desktops

    I actually look at computer shopper as more of a comic than a computer magazine! The amount of crap I've read in their articles is astonishing! I just thought it was an amusing tagline, I didn't actually read the rest of it I just saw the picture and text and pissed myself laughing. Maybe...
  2. S

    cool desktops

    A quote from the latest computer shopper: "If all you want to do is browse the web and check email, Linux is a good alternative to windows" :lolup:
  3. S

    Silver MK1 172 W Reg, Near Kempston

    Yep, heading towards the kempston roundabout from the interchange roundabout.
  4. S

    Silver MK1 172 W Reg, Near Kempston

    As the title said, about 2pm-ish today.
  5. S

    USB to Serial - Please Recommend

    No problem. This chip is used by the bucketload because of how easy it is to integrate into products. We've used this chip in the past because you don't have to worry about writing code at either the device side or host side. You should find lots and lots of modules/cables based on it. And...
  6. S

    USB to Serial - Please Recommend

    Anything which uses an FTDI FT2232 or FT232 chip.
  7. S

    smallest pc for the car?

    www.riocar.org They're not made anymore, but I've not seen anything that matches it ever.
  8. S

    smallest pc for the car?

    My car stereo runs linux. :) Boots from cold to playback in about 5 seconds. Got 2 laptop harddrives in it and is standard DIN mounting (but no onboard amps) Embedded systems rule.
  9. S

    php peeps again..

    <input type="text" name+'email' value="" style="border:dotted;border-width:1px;border-color: #CCCCCC; height:20px;" /> That should be name='email' not name+'email' I suspect that's the root cause of your problems.
  10. S

    php peeps again..

    I couldn't see anything wrong with it either. Mystery!
  11. S

    I can't believe how rare my car was!

    I've got a monaco blue 172, it was the nicest colour in the brochure at the dealers when I was deciding imho! Never seen another one on the road though.
  12. S

    Electronics Experts

    dug up one of the op amps at work today.... it's a PA50. linky These things are awesome. It still cracks me up when I see the heatsink attached to them because it's massive - we also ran fans over the fins as well! I should post a picture of the development instrument, it's pretty impressive...
  13. S

    Blue Cup or 182, Stukeley Meadows school (Huntingdon)

    Saw it as I was leaving the house this evening about 19:30, not sure if it'll be anybody on here.
  14. S

    How to choose your Vista edition.

    linky :P
  15. S

    A couple in Aylesbury on monday

    A reddy/goldy 182 on elmhurst road near the bierton roundabout, would have been about 4pm or so. A yellow 182 parked on the grass along the same bit of road, for sale sign in the window.
  16. S

    Electronics Experts

    There are some very specific opamps you can use for this, I can't remember the manufacturer off the top of my head. We used them for a 40A 5V controller. They're very expensive and require a massive heatsink!
  17. S

    what mouse do you use on your..

    wireless mighty mouse. but I use the trackpad!
  18. S

    C languge question

    'C' makes the world go round. Literally! ;)
  19. S

    I need your help!

    Looks like he was after the determinant. I can't however for the like of me figure out what the debug carpet is?!! Lost in translation that one! What error do you get when running? What compiler are you using? Posting your code might help.
  20. S

    C languge question

    Just some observations... ;) Why have you not kept your arrays zero indexed? You can initialise your data array at the top of your program like, instead of your malloc loop and then assigning the string pointers in code. char *data[] = { "1 rose, 2 daffodil, 3 tulip, 4 cauliflower...
  21. S

    C languge question

    Yeah, it is just 'C'.... But you've included a non-standard header (windows.h), if the compiler that they try to compile on (dos turbo c?) doesn't have this header, then it won't compile.
  22. S

    C languge question

    Your friend is saying that because you've used windows specific functions. (console colouring) If the turbo 'C' you're using isn't a windows version then it won't compile or link on it because it wont have the windows headers or libraries.
  23. S

    C languge question

    They'll both either be ansi C89 or C90 (same thing - different standards organsiation codes) providing you've not used C++. Lets see your code!
  24. S

    Help needed - Sonyhandy cam and DVD

    lol. You need it in...dvd format! DVD requires MPEG2 files in a specific transport format. You'll want a tool that converts the MPEG2 to VOB format and creates the other necessary files. I'm sure there are a million free tools. I remember a tool on sourceforce called dvdauthor or...
  25. S

    FREE WEB HOSTING/WEBSITE

    Tis good. I swear by it. Plus it has the "set permissions by filetype" option! Sense!!!
  26. S

    FREE WEB HOSTING/WEBSITE

    I love the way it integrates with transmit (and others). Double click in transmit, edit in textmate and when you press save it automatically uploads to the site - and I get a growl notification when the upload is complete :) Now that's workflow!
  27. S

    FREE WEB HOSTING/WEBSITE

    Textmate is the best text editor I've ever used. It's mac only. :)
  28. S

    Anyone on here know php?

    I use JSON for storing data quite often. The site I've just done (goes live on monday) for work uses it. It's uber-convenient for transferring data between javascript and php and vice-versa as at each end it appears as a native "object".
  29. S

    Anyone on here know php?

    See message above! You've written start_session() instead of session_start()
  30. S

    Anyone on here know php?

    That's because it should be session_start()
Top