Advertisement

Results for "Author: gex"

ASP_Volume3 #63274
Collision Detection(pixel precise) with test and example projects + documentation(updated)

Detect collision between an object and user defined borders of movement.

ASP_Volume3 #63275
File Comparer

This program compares two files by using binary access and when its done comparing it will give you graphical and textual report of file differences. Graphical report is not very precise when it comes to small files but textual report will give you exact byte differences. Its ment to be used on files of same size if it is suspected that one of them is corrupted or just different. This is why I actually created this program. I had two files corrupted at different places and I needed to combine them into one file without errors. To do this I needed to know where files are different. On my machine it took 3 min. and 5 sec. to compare two files of size 390 MB without using error report. Unlike some other programs that compare files this one does not attempt to load files into memory array. Instead it uses buffers to read files, then compares the buffers then read in data again. Buffer size can be altered by changing the constant BUFFERSIZE.

4_2005-2006 #168571
Collision Detection(pixel precise) with test and example projects + documentation(updated)

Detect collision between an object and user defined borders of movement.

4_2005-2006 #168572
File Comparer

This program compares two files by using binary access and when its done comparing it will give you graphical and textual report of file differences. Graphical report is not very precise when it comes to small files but textual report will give you exact byte differences. Its ment to be used on files of same size if it is suspected that one of them is corrupted or just different. This is why I actually created this program. I had two files corrupted at different places and I needed to combine them into one file without errors. To do this I needed to know where files are different. On my machine it took 3 min. and 5 sec. to compare two files of size 390 MB without using error report. Unlike some other programs that compare files this one does not attempt to load files into memory array. Instead it uses buffers to read files, then compares the buffers then read in data again. Buffer size can be altered by changing the constant BUFFERSIZE.

5_2007-2008 #191089
Collision Detection(pixel precise) with test and example projects + documentation(updated)

Detect collision between an object and user defined borders of movement.

5_2007-2008 #191090
File Comparer

This program compares two files by using binary access and when its done comparing it will give you graphical and textual report of file differences. Graphical report is not very precise when it comes to small files but textual report will give you exact byte differences. Its ment to be used on files of same size if it is suspected that one of them is corrupted or just different. This is why I actually created this program. I had two files corrupted at different places and I needed to combine them into one file without errors. To do this I needed to know where files are different. On my machine it took 3 min. and 5 sec. to compare two files of size 390 MB without using error report. Unlike some other programs that compare files this one does not attempt to load files into memory array. Instead it uses buffers to read files, then compares the buffers then read in data again. Buffer size can be altered by changing the constant BUFFERSIZE.

6_2008-2009 #213607
Collision Detection(pixel precise) with test and example projects + documentation(updated)

Detect collision between an object and user defined borders of movement.

6_2008-2009 #213608
File Comparer

This program compares two files by using binary access and when its done comparing it will give you graphical and textual report of file differences. Graphical report is not very precise when it comes to small files but textual report will give you exact byte differences. Its ment to be used on files of same size if it is suspected that one of them is corrupted or just different. This is why I actually created this program. I had two files corrupted at different places and I needed to combine them into one file without errors. To do this I needed to know where files are different. On my machine it took 3 min. and 5 sec. to compare two files of size 390 MB without using error report. Unlike some other programs that compare files this one does not attempt to load files into memory array. Instead it uses buffers to read files, then compares the buffers then read in data again. Buffer size can be altered by changing the constant BUFFERSIZE.

7_2009-2012 #236125
Collision Detection(pixel precise) with test and example projects + documentation(updated)

Detect collision between an object and user defined borders of movement.

7_2009-2012 #236126
File Comparer

This program compares two files by using binary access and when its done comparing it will give you graphical and textual report of file differences. Graphical report is not very precise when it comes to small files but textual report will give you exact byte differences. Its ment to be used on files of same size if it is suspected that one of them is corrupted or just different. This is why I actually created this program. I had two files corrupted at different places and I needed to combine them into one file without errors. To do this I needed to know where files are different. On my machine it took 3 min. and 5 sec. to compare two files of size 390 MB without using error report. Unlike some other programs that compare files this one does not attempt to load files into memory array. Instead it uses buffers to read files, then compares the buffers then read in data again. Buffer size can be altered by changing the constant BUFFERSIZE.

Languages
Top Categories
Global Discovery