search for: duckies

Displaying 4 results from an estimated 4 matches for "duckies".

2008 Mar 11
1
Cingular/ATT killing my IMAP/POP connections with bad TCP FIN packets?
...o some sniffing to confirm that Cingular is sending a fake TCP FIN packet, but I've got to wait till the network folks set me up a port in mirror mode. I did not paste the full Wireshark output as it has long lines which would look hella ugly in email, so here it is nicely formatted: http://duckies.org/~peter/damncingular.txt Has anyone else seen similar behavior or know what might be causing this? It looks like ATT/Cingular is killing the connection before it really ever even gets started, but I have no idea why. I've spent a couple hours on the phone with them and not been able to...
2005 Aug 09
3
file
hi im saleh please help me I WANT SOURSE CODE SIMILAR THIS CODE package asl; import java.awt.*; import java.awt.event.* ; import java.applet.*; public class animat1 extends Applet implements Runnable{ int c = 290, d = 300; int x = 20, k = 20, o = 0, m = 10, n = 0, y = 0; Thread t = new Thread(this); Image img1, img2, img3; // AudioClip a1; public void init() {
2007 Nov 15
3
How to make rsync faster?
I manage 250+ redhat linux boxes. The boxes are all setup the same way. On a daily basis, we sync the app directory which is about 30gb out to all hosts. The daily delta is actually less than 1gb, but since I can't be sure if any individual box was tempered during the day, I always do a full sync. On a monthly basis, we run with "--delete" to clean out the stale files on the hosts.
2008 Sep 26
6
BDD / cucumber thought - chaining ''Then'' steps with Which
Going back to the debate about keeping state between steps, I found myself with the mild urge to be able to write this today: Given there is a user And the user has 20 friends Then I should see a thumbnail of each of the users''s friends Which should be a link to the user profile page for that friend NB: An idiom in this which may be songkick-only but was inspired by what