Search:

Type: Posts; User: Pete

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    3,934

    curl_formadd(&lPOST, &lPOSTLast,...

    curl_formadd(&lPOST, &lPOSTLast, CURLFORM_COPYNAME, "Request", CURLFORM_COPYCONTENTS, lCurrentRequest->Data,
    CURLFORM_CONTENTSLENGTH, lCurrentRequest->Length, CURLFORM_END);

    Sorry, for delay. ...
  2. Replies
    2
    Views
    3,934

    libcURL POST items

    I'm using libcurl to access an HTTPS "page" (the output is binary which the app understands rather than a page as such). The app also sends binary data to the page (a PHP script) via post. This all...
  3. Replies
    46
    Views
    10,219

    This code (and the equivalent decrypting bit)...

    This code (and the equivalent decrypting bit) seem a bit suspect. Surely it only actually applies the third of the 3 key characters you are meaning to apply. Shouldn't it be more like:-


    ...
  4. Thread: Linux Bootloader

    by Pete
    Replies
    2
    Views
    2,232

    Ruski: Its because most of the bootloader is...

    Ruski: Its because most of the bootloader is stored on the linux partition, so you're effectively deleting it...
  5. Replies
    25
    Views
    5,751

    Sounds like binomial distributions (in english)...

    Sounds like binomial distributions (in english) and involves combinations. Not that complicated really, probably come up in a google (sry i'm in a rush)

    Pete
  6. Replies
    14
    Views
    2,909

    They already have, and the article...

    They already have, and the article I read said that Apple said themselves that Windows should run on it.

    Also, I think it could increase the number of Macs bought... I'd have one of the new macs...
  7. Replies
    13
    Views
    4,455

    Erm, that bootsector doesn't put you into...

    Erm, that bootsector doesn't put you into protected mode. Although you could do this yourself, it makes it more difficult as very few C compilers will support 16bit mode AND 32bit so you'd have to...
  8. Replies
    13
    Views
    4,455

    I've worked on OSes (strictly speaking still...

    I've worked on OSes (strictly speaking still working on one but other stuff has taken over in importance). But I can recommend quite a few good websites:-
    ...
  9. Replies
    28
    Views
    5,891

    It doesn't matter that its set to that. Look at...

    It doesn't matter that its set to that. Look at PJYelton's code for it, he hasn't bothered to change that line either. Cause the loops start at i=1 so it never looks for the first index of the...
  10. Replies
    43
    Views
    6,246

    Challenges were ok, but it seemed that for the...

    Challenges were ok, but it seemed that for the more difficult ones, people either knew or didn't, meaning that they didn't nessecarily work out the solutions themselves but already knew. I think...
  11. Thread: Minesweeper AI

    by Pete
    Replies
    34
    Views
    9,000

    How can choosing the wrong order of blocks make...

    How can choosing the wrong order of blocks make it insolvable. I agree that you would need more than one block to start the AI off, but surely after that it will be possible. It can always go back...
  12. Replies
    6
    Views
    6,261

    Poll: My vote of "I'm all in!" is for optimization...

    My vote of "I'm all in!" is for optimization rather than debuging. You'd have to post some quite complicate algorithm (which works - forget the debuging bit) which takes a tangiable amount of time...
  13. Thread: MP3 Decoder

    by Pete
    Replies
    4
    Views
    3,799

    I haven't got a copy of the standard, but you can...

    I haven't got a copy of the standard, but you can easily get the ISO distribution and learn from that. Although its copyright, my plan is to use it to try out different ways of optimizing and then...
  14. Thread: MP3 Decoder

    by Pete
    Replies
    4
    Views
    3,799

    Well, the original ISO code that I was optimizing...

    Well, the original ISO code that I was optimizing produces the EXACT results (as it is the standard for comparing against) but takes ages to decode. I managed to get the speed down to 16.25secs for a...
  15. Thread: MP3 Decoder

    by Pete
    Replies
    4
    Views
    3,799

    MP3 Decoder

    Over the last few months, i've been trying to speed up the ISO MP3 decoder, and also make it work on fixed-point maths. I thought I'd acheived my aim today when it decoded a file quick enough on my...
  16. Thread: Space Quest 7

    by Pete
    Replies
    4
    Views
    2,596

    Don't know if it'll help but (this is a Seira...

    Don't know if it'll help but (this is a Seira game isn't it?) there are useful boards at www.mega-tokyo.com/forum/

    Pete

    ps i don't know anything about it myself
  17. Replies
    1
    Views
    3,822

    Operating System Project

    I've been trying my hand at various small OS projects over the last few years and now I've started on a more planned project that I'd like to see through to a more "finished" stage. The code for this...
Results 1 to 17 of 17