1
Name:
onbewust
2008-03-13 19:09
Hi /prog/
I've been looking for some software which allows me to use multiple pointers at the same time in WinXP SP2. I should be able to control them seperately with two different (usb-)mice. I tried CPN Mouse (
http://cpnmouse.sourceforge.net/ ) but it's not working. Is there anything else like this?
Thanks in advance,
-obw`
3
Name:
Anonymous
2008-03-13 19:48
use a struct that contains 2 pointers
4
Name:
Anonymous
2008-03-13 19:48
>>1
You made a big mistake by revealing your email address. My Haskellbot is spamming your mail with wizard porn as you are reading this.
5
Name:
Anonymous
2008-03-13 19:49
>>3
Doubly-linked lists have two pointers. But that raises the question: what is between the car and the cudder?
6
Name:
Anonymous
2008-03-13 19:55
My other cars are a cadr and a cddr.
8
Name:
Anonymous
2008-03-13 22:24
>>5
Hal Abelson is between the
car and the
cdr.
9
Name:
Anonymous
2008-03-13 22:30
+---------+ ---------\ active OPEN
| CLOSED | \ -----------
+---------+<---------\ \ create TCB
| ^ \ \ snd SYN
passive OPEN | | CLOSE \ \
------------ | | ---------- \ \
create TCB | | delete TCB \ \
V | \ \
+---------+ CLOSE | \
| LISTEN | ---------- | |
+---------+ delete TCB | |
rcv SYN | | SEND | |
----------- | | ------- | V
+---------+ snd SYN,ACK / \ snd SYN +---------+
| |<----------------- ------------------>| |
| SYN | rcv SYN | SYN |
| RCVD |<-----------------------------------------------| SENT |
| | snd ACK | |
| |------------------ -------------------| |
+---------+ rcv ACK of SYN \ / rcv SYN,ACK +---------+
| -------------- | | -----------
| x | | snd ACK
| V V
| CLOSE +---------+
| ------- | ESTAB |
| snd FIN +---------+
| CLOSE | | rcv FIN
V ------- | | -------
+---------+ snd FIN / \ snd ACK +---------+
| FIN |<----------------- ------------------>| CLOSE |
| WAIT-1 |------------------ | WAIT |
+---------+ rcv FIN \ +---------+
| rcv ACK of FIN ------- | CLOSE |
| -------------- snd ACK | ------- |
V x V snd FIN V
+---------+ +---------+ +---------+
|FINWAIT-2| | CLOSING | | LAST-ACK|
+---------+ +---------+ +---------+
| rcv ACK of FIN | rcv ACK of FIN |
| rcv FIN -------------- | Timeout=2MSL -------------- |
| ------- x V ------------ x V
\ snd ACK +---------+delete TCB +---------+
------------------------>|TIME WAIT|------------------>| CLOSED |
+---------+ +---------+
10
Name:
Anonymous
2008-03-13 22:47
>>4
Now you have two pointers.
11
Name:
Anonymous
2008-03-14 4:27
+------+-----------+--------+ +-------+-----------+--------+
| | ??? | |<------------+----- | ??? | cudder |
| | |cudder | | | | | | |
|car | | | ---+-----------> | car | | | | |
| | | | | | | | | | |
+------+----+------+--------+ +-------+----+------+----+---+
| | |
| | |
| | |
| | |
V V V
1 2 nil