Search:

Type: Posts; User: peradox

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    1,370

    Setup SSH and SFTP on the server.

    Setup SSH and SFTP on the server.
  2. Thread: List

    by peradox
    Replies
    3
    Views
    988

    yes...arrays. here's a decent link for learning...

    yes...arrays. here's a decent link for learning about pointers and arrays that I found with a quick google search:

    http://pweb.netcom.com/~tjensen/ptr/pointers.htm
  3. Thread: V4l(2) Api

    by peradox
    Replies
    6
    Views
    1,735

    I'm not looking for magic answers, nor do i not...

    I'm not looking for magic answers, nor do i not realize how complex and time-consuming this project will be. I also didn't want to dismiss you. Sorry for any misunderstandings.

    ;)

    EDIT: I have...
  4. Thread: V4l(2) Api

    by peradox
    Replies
    6
    Views
    1,735

    Yeah. Well thanks for the help. Anyone else?

    Yeah. Well thanks for the help. Anyone else?
  5. Thread: V4l(2) Api

    by peradox
    Replies
    6
    Views
    1,735

    I know this will be complex. I've checked out the...

    I know this will be complex. I've checked out the source but it's so much that I can't find the relevant parts. I don't want all the stuff they have. I just want to read from the device and save it...
  6. Replies
    4
    Views
    1,695

    Well, I recommend learning C, and thouroughly...

    Well, I recommend learning C, and thouroughly learning the unix libs. Then move onto GUI libs like QT. Look into:

    Advanced Linux Programming is a GREAT book to get started with linux, as is...
  7. Thread: V4l(2) Api

    by peradox
    Replies
    6
    Views
    1,735

    V4l(2) Api Questions

    Hey I have a new project, basically I'm making some PVR software, similar to Tivo. A question has occured though as I was going through the V4L and V4L2 Api specs...

    I Have 4 questions, I would be...
  8. Replies
    4
    Views
    3,162

    Thank you VERY much, Salem. :)

    Thank you VERY much, Salem. :)
  9. Replies
    4
    Views
    3,162

    OK, I know those functions, but I do not...

    OK, I know those functions, but I do not understand the underlying theory here. I'm not sure if I get you, but are you saying that I call dup in the child process and then continue with execl?
    CGI...
  10. Replies
    4
    Views
    3,162

    Implementing CGI

    OK, I'm currently writing a wevserver, which is almost done. My current implementation just executes the program/script and redirects the output into a file which is then transfered through the...
  11. Replies
    4
    Views
    1,557

    http://packetstorm.widexs.nl/programming-tutorials...

    http://packetstorm.widexs.nl/programming-tutorials/raw_socket.txt
  12. Replies
    8
    Views
    2,712

    Thank you salem; thats a great idea

    Thank you salem; thats a great idea
  13. Replies
    8
    Views
    2,712

    Here's the updated code, however its still not...

    Here's the updated code, however its still not working :(. Any more help? :confused:



    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    #include <assert.h>
    #include <signal.h>...
  14. Replies
    8
    Views
    2,712

    Thank you. A lot.

    Thank you. A lot.
  15. Replies
    8
    Views
    2,712

    Yes, I am. I've read the RFC.

    Yes, I am. I've read the RFC.
  16. Replies
    8
    Views
    2,712

    Whats wrong with my IRC Bot??

    Well, here is the source code for my bot, but it doesn't seem to work. I would appreciate it if you could point out any errors you see. Thank you.



    #include <stdio.h>
    #include <stdlib.h>...
  17. Replies
    6
    Views
    2,732

    Yes, they are correct, as they match the ACK...

    Yes, they are correct, as they match the ACK numbers, etc...
    They are just not the same as tcpdump...
    I'm going to try how it is with ethereal...
  18. Replies
    6
    Views
    2,732

    So yah...

    So yah...
  19. Replies
    9
    Views
    40,323

    You could just close em... ...but that's ugly,...

    You could just close em... ...but that's ugly, if you wanna reuse them later.
  20. Replies
    6
    Views
    2,732

    tcphdr structure byteorder

    Ok, I've been learning some raw sockets, which involved learning about the tcphdr, etc structures; Now I have found out that when I try to extract the port numbers (the source and dest fields) from...
  21. Replies
    5
    Views
    1,047

    #include #include int...

    #include <time.h>
    #include <stdlib.h>

    int
    main(int argc, char **argv) {

    int random = 0;
    /* initialize the random starting pointer */
    srand(time(NULL));
  22. Replies
    3
    Views
    972

    THAT IS NOT MY CODE. just to get that clear... ...

    THAT IS NOT MY CODE. just to get that clear... ...I don't code lke that and am not taking a class. I just found this code on the internet and didn't understand it, that's all. I can understand your...
  23. Replies
    3
    Views
    972

    Grrrrr, I need help

    This is sad... ...but what does this statement do?, I can't understand the "++y/x+" part. The rest is fine...

    printf( ++y/x+"\0 %d \n", x);


    Here is the complete code
Results 1 to 23 of 26
Page 1 of 2 1 2