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

    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.
  2. 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!
  3. S

    what mouse do you use on your..

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

    C languge question

    'C' makes the world go round. Literally! ;)
  5. 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.
  6. 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...
  7. 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.
  8. 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.
  9. 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!
  10. 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...
  11. S

    FREE WEB HOSTING/WEBSITE

    Tis good. I swear by it. Plus it has the "set permissions by filetype" option! Sense!!!
  12. 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!
  13. S

    FREE WEB HOSTING/WEBSITE

    Textmate is the best text editor I've ever used. It's mac only. :)
  14. 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".
  15. S

    Anyone on here know php?

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

    Anyone on here know php?

    That's because it should be session_start()
  17. S

    Anyone on here know php?

    It is all there on the php gtk website (http://gtk.php.net). However, if you've never written a program for an event based OS (like gtk, windows, carbon etc) then it's going to be a bit of a shock to the system. Maybe a good read up on the standard "C" GTK api might give you a bit more...
  18. S

    Anyone on here know php?

    Yeek! Can you say "SQL Injection"? I know it's only a UNI project, but you should use: mysql_real_escape_string() On any data you use from the outside world in a query.
  19. S

    Anyone on here know php?

    make sure you put session_start() before anything is output (even whitespace) otherwise it'll be b0rked.
  20. S

    Sky Movies

    I like it too. There, that's two of us now!
  21. S

    Anyone here program in C?

    your scanf is wrong, should be passing a pointer to "choice" not the value.
  22. S

    Apple users.

    To live? Otherwise you are aware that it's only available on contract from cingular? It'd sure make a pretty paper weight back in the uk though!
  23. S

    Apple users.

    You just don't know that you want leopard yet...... ;)
  24. S

    Apple users.

    There's still no release date for the iPhone in the UK though and no list of carriers eithers. Given that Apple went with a single carrier deal in the US, it's more than likely that they'll be wrapping up (or wrapped up) a similar deal in the UK. Given that the cool features are operator and...
  25. S

    Apple users.

    In case you missed it (I couldn't see a thread on here already)... Leopard is delayed until october.
  26. S

    Google Checkout

    spanglish by the look of it!
  27. S

    IT Jobs

    I work with computers (software engineer - pc/mac/linux & embedded) but absolutely hate the term IT and refuse to use it!
  28. S

    IT Jobs

    I've got visions of people sitting around in a tree house with comedy child size cups and saucers having a meeting now!
  29. S

    small tv great picture cheap for bedroom

    Sweet. Any other animals?
  30. S

    small tv great picture cheap for bedroom

    How about this bad boy from the 80's? So it isn't the best quality picture - but on the bright side, when you nip to the bog you'll be able to take the action with you!
Top