Click here to Skip to main content
15,887,746 members
Home / Discussions / C#
   

C#

 
AnswerRe: Getting Source Code? Pin
#realJSOP15-Feb-10 0:11
mve#realJSOP15-Feb-10 0:11 
GeneralRe: Getting Source Code? Pin
Raztor015-Feb-10 4:15
Raztor015-Feb-10 4:15 
QuestionSimple Question About Sending/Receiving Data To/From A Server Pin
BlitzPackage14-Feb-10 15:24
BlitzPackage14-Feb-10 15:24 
AnswerRe: Simple Question About Sending/Receiving Data To/From A Server Pin
#realJSOP14-Feb-10 15:31
mve#realJSOP14-Feb-10 15:31 
GeneralRe: Simple Question About Sending/Receiving Data To/From A Server Pin
BlitzPackage14-Feb-10 15:59
BlitzPackage14-Feb-10 15:59 
GeneralRe: Simple Question About Sending/Receiving Data To/From A Server Pin
#realJSOP15-Feb-10 0:08
mve#realJSOP15-Feb-10 0:08 
Questioncompare files for duplicates Pin
Yustme14-Feb-10 11:02
Yustme14-Feb-10 11:02 
AnswerRe: compare files for duplicates [modified] Pin
Luc Pattyn14-Feb-10 11:56
sitebuilderLuc Pattyn14-Feb-10 11:56 
Hi,

1.
there must be lots of utilities around that do this, some even for free.

2.
if I were to develop one, I would enumerate all files and calculate a checksum for each; then investigate files with matching checksums only.
Warning: different partitions/devices can use different file systems, resulting in slightly different dates (e.g. FAT is accurate up to 2 seconds only), and maybe even slightly different sizes.
[ADDED]Also Daylight Saving Time conventions may be different on different machines on a network.[/ADDED]

Anyway, this would take a while, as all data has to be read from the disk(s) to do it properly. One can not simply rely on file names!

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read code that is properly formatted, adding PRE tags is the easiest way to obtain that.
All Toronto weekends should be extremely wet until we get it automated in regular forums, not just QA.

modified on Sunday, February 14, 2010 6:08 PM

GeneralRe: compare files for duplicates Pin
Yustme14-Feb-10 12:15
Yustme14-Feb-10 12:15 
GeneralRe: compare files for duplicates Pin
Luc Pattyn14-Feb-10 12:20
sitebuilderLuc Pattyn14-Feb-10 12:20 
AnswerRe: compare files for duplicates Pin
Alan Balkany16-Feb-10 4:27
Alan Balkany16-Feb-10 4:27 
QuestionFinger print reader. Pin
Wamuti14-Feb-10 8:13
Wamuti14-Feb-10 8:13 
AnswerRe: Finger print reader. Pin
Abhinav S14-Feb-10 9:59
Abhinav S14-Feb-10 9:59 
Questionhow to include speech lib Pin
naghoumeh1414-Feb-10 7:46
naghoumeh1414-Feb-10 7:46 
AnswerRe: how to include speech lib [modified] Pin
Keith Barrow14-Feb-10 10:01
professionalKeith Barrow14-Feb-10 10:01 
GeneralRe: how to include speech lib Pin
naghoumeh1414-Feb-10 10:28
naghoumeh1414-Feb-10 10:28 
GeneralRe: how to include speech lib Pin
Keith Barrow14-Feb-10 10:34
professionalKeith Barrow14-Feb-10 10:34 
QuestionHow to work on BNC POS Printer Pin
CoderForEver14-Feb-10 7:22
CoderForEver14-Feb-10 7:22 
AnswerRe: How to work on BNC POS Printer Pin
Luc Pattyn14-Feb-10 7:29
sitebuilderLuc Pattyn14-Feb-10 7:29 
GeneralRe: How to work on BNC POS Printer Pin
CoderForEver14-Feb-10 7:35
CoderForEver14-Feb-10 7:35 
AnswerRe: How to work on BNC POS Printer Pin
Luc Pattyn14-Feb-10 7:38
sitebuilderLuc Pattyn14-Feb-10 7:38 
JokeRe: How to work on BNC POS Printer Pin
Dan Mos14-Feb-10 7:43
Dan Mos14-Feb-10 7:43 
GeneralRe: How to work on BNC POS Printer Pin
CoderForEver14-Feb-10 7:47
CoderForEver14-Feb-10 7:47 
GeneralRe: How to work on BNC POS Printer Pin
Richard MacCutchan14-Feb-10 9:22
mveRichard MacCutchan14-Feb-10 9:22 
GeneralRe: How to work on BNC POS Printer Pin
CoderForEver14-Feb-10 9:35
CoderForEver14-Feb-10 9:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.