Search:

Type: Posts; User: iain

Page 1 of 20 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    20
    Views
    5,615

    >>They missed the Douglas Adams style of the...

    >>They missed the Douglas Adams style of the story which is what made the book so funny.

    I agree entirely! I don't think the film was bad, but i wouldn't say it was good either. It middled at...
  2. Replies
    7
    Views
    3,042

    No :) i am designing first, i just need a good...

    No :) i am designing first, i just need a good way to represent my design.
  3. Replies
    11
    Views
    5,399

    In connection with Big-O notation, read arounf...

    In connection with Big-O notation, read arounf the subjects of P and NP complete problems to give you a little more understanding :)
  4. Replies
    7
    Views
    3,042

    The design is required to demonstrate the design...

    The design is required to demonstrate the design behind a proxy server written in C, i have visio and it allows me to flow, process flow and decision trees etc, it also supports Jackson diagrams. The...
  5. Replies
    7
    Views
    3,042

    Software design for C

    I am looking for formal methods to express software design for applications in C, i have so far discovered Jackson Structure Diagrams, can anyone suggest any others?
  6. Replies
    3
    Views
    1,968

    have a look at the parameters available to...

    have a look at the parameters available to rundll, you can pass things such as exitWindows, and ExitWindowsExec, for shutdowns and restarts, it may have something to handle the network interface.
  7. Replies
    1
    Views
    1,940

    reading http packets in C

    I am trying to access the HTTP environment variables, particularly
    REMOTE_ADDR
    HTTP_VIA
    HTTP_X_FORWARDED_FOR

    i have written a small program that dumps the contents of a http packet to the...
  8. Replies
    4
    Views
    2,739

    Found some info from a more reputable source...

    Found some info from a more reputable source
    http://www.cl.cam.ac.uk/~rja14/tcpa-faq-0.2.html
    (cambrdige uni)
  9. Replies
    4
    Views
    2,739

    TCPA - anyone heard of it?

    Apparently they are planning to take over the way software systems work.


    http://www.againsttcpa.com/what-is-tcpa.html
  10. Replies
    1
    Views
    1,365

    Returning a pointer to a struct

    I have an array of structs, each struct contains one char[16] and one int, i need a a function to return a pointer to the char[16] whena specfic event occurs.

    I ahve two problems:
    What type does...
  11. Replies
    1
    Views
    2,998

    which flash product?

    I have recently been playing the online puzzle games where you have to figure how to escape the room by using any available items.

    like this;...
  12. Replies
    5
    Views
    1,077

    getwd is get working directory ...

    getwd is get working directory

    http://www.opengroup.org/onlinepubs/007908799/xsh/getwd.html
  13. Replies
    20
    Views
    2,717

    2. My desktop is flashing white and offwhite,...

    2. My desktop is flashing white and offwhite, repeatedly.

    I had this and heres how to solve it:

    * turn off system restore
    * open regedit
    * open current user/software/microsoft/internet...
  14. Thread: Good/Bad coding??

    by iain
    Replies
    5
    Views
    1,469

    Why use flat files? If you use a database you...

    Why use flat files?

    If you use a database you can have a unique ID for each customer in a customer table. A film table that holds a a unique film ID and the title and then a Rental table which...
  15. Replies
    15
    Views
    2,466

    Doesn't really look like this is getting solved....

    Doesn't really look like this is getting solved. I can sort of see all points here. Sam, compile your code again on the machine it failed on last time and post back the exact error and all the info...
  16. Thread: portnumbers

    by iain
    Replies
    5
    Views
    1,419

    sorry, wrong link!

    sorry, wrong link!
  17. Thread: Ip adresses

    by iain
    Replies
    8
    Views
    3,127

    I realise that any address is routable, but what...

    I realise that any address is routable, but what i meant was that the private ip blocks aren't routed by the major routers. Can see how it may have been misleading though :)

    RFC 1957 - ...
  18. Thread: portnumbers

    by iain
    Replies
    5
    Views
    1,419

    Ports are reverved for good reasons, you should...

    Ports are reverved for good reasons, you should not really use ports below 1024.
    Common ports: (invalid link removed)
  19. Thread: Ip adresses

    by iain
    Replies
    8
    Views
    3,127

    IP addresses resolve to the MAC address using the...

    IP addresses resolve to the MAC address using the Address Resolution Protocol , although IP addresses do uniquely identify machines, packets are not routed just using the octet notated ip address.
    ...
  20. Thread: Ip adresses

    by iain
    Replies
    8
    Views
    3,127

    >>But i wonder, what is controlling what computer...

    >>But i wonder, what is controlling what computer to have which IP adress?

    On a private network, the IP addresses can be set by the administrator. They have to be non-routable (eg 10.0.0.20). Also...
  21. Replies
    7
    Views
    2,239

    An excellent socket reference ...

    An excellent socket reference
    http://www.ecst.csuchico.edu/~beej/guide/net/

    >>How do I find out the IP adress of the PC I'm will run the program I'm trying to write? Can anyone post the code?
    ...
  22. Replies
    7
    Views
    2,239

    >>2. In windows there are these apps who work in...

    >>2. In windows there are these apps who work in the background in the taskbar, has Linux a smiliar thing, any tutorials?

    you mean automatically or when it is run?
    if you want to background an...
  23. Thread: DNS via proxy

    by iain
    Replies
    2
    Views
    2,694

    sorry didnt realise i'd left that bit off. It was...

    sorry didnt realise i'd left that bit off. It was HTTP requests i was referring to. So there is no need to consider resolving the dns and all the proxy agent needs to do is to foward it onto the...
  24. Thread: DNS via proxy

    by iain
    Replies
    2
    Views
    2,694

    DNS via proxy

    I am trying to work something out.

    Consider a private network that connects to the Internet via a proxy server.

    When a request arrives at the proxy server that requires forwarding does the...
  25. Also consider the difference between dropping and...

    Also consider the difference between dropping and denying packets
    http://logi.cc/linux/reject_or_deny.html
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4