| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 9 months |
| seen | Apr 27 at 13:07 | |
| stats | profile views | 1 |
I am an undergraduate at The University of New South Wales studying Software Engineering.
|
Aug 17 |
comment |
diff reports two files differ, although they are the same! Got it! Thanks a lot. Levon's suggestion of using cmp shows the difference more clearly though :) |
|
Aug 17 |
comment |
diff reports two files differ, although they are the same! Ahh yes thank you, the lines in a file are ending with $ and in the other one ending with \r$ |
|
Aug 17 |
comment |
diff reports two files differ, although they are the same! Well, the two hexes are different. every time there's a 0d 0a in a file the other one just has 0a |
|
Aug 17 |
comment |
diff reports two files differ, although they are the same! Thanks for that! I got: byte 19, line 1 is 15 ^M 12 ^J what does it mean? |
|
Aug 9 |
comment |
netcat in shell script giving invalid connection Thanks a lot! changing localhost to 127.0.0.1 seemed to do the trick on firefox. Chrome is handling things differently I guess. |
|
Aug 8 |
comment |
netcat in shell script giving invalid connection I just added the full script. I'm not sure if netcat is giving the message, it may be set. I'm not sure what set even does though! |