Click here to Skip to main content
15,914,221 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: [Message Deleted] Pin
Pallab_GT21-Mar-08 0:22
Pallab_GT21-Mar-08 0:22 
GeneralRe: [Message Deleted] Pin
CPallini21-Mar-08 0:34
mveCPallini21-Mar-08 0:34 
QuestionRe: [Message Deleted] Pin
Pallab_GT21-Mar-08 0:56
Pallab_GT21-Mar-08 0:56 
QuestionMissing the deadline? Pin
CPallini21-Mar-08 1:12
mveCPallini21-Mar-08 1:12 
GeneralRe: [Message Deleted] Pin
Pallab_GT21-Mar-08 0:24
Pallab_GT21-Mar-08 0:24 
GeneralRe: [Message Deleted] Pin
Alan Balkany24-Mar-08 3:22
Alan Balkany24-Mar-08 3:22 
JokeRe: [Message Deleted] Pin
Tony Goodman26-Mar-08 6:03
Tony Goodman26-Mar-08 6:03 
GeneralRe: [Message Deleted] Pin
DavidNohejl20-Mar-08 4:18
DavidNohejl20-Mar-08 4:18 
Pallab_GT wrote:
.I mean hiding the data in a text file without changing the file size even by a single byte and you wont see a single replacement/change/distortion in any of the letters of the file.As far as reading the file is concerned...the file will remain 100% unchanged even after hiding the data in it.


Ok so lets break your claim into this:

1) hiding the data in a text file without changing the file size even by a single byte
2) you wont see a single replacement/change/distortion in any of the letters of the file
3) As far as reading the file is concerned...the file will remain 100% unchanged even after hiding the data in it.

No problem with 1).
I see problem in 2): "you wont see" and "letters of the file" and 3) "As far as reading the file is concerned...the file will remain 100% unchanged"

"Text files are sequences of readable characters such as letters, digits, punctuation, or whitespace; and control characters such as section boundaries, rendering instructions for different languages, line feeds and carriage returns. Embedded information such as font information, hyperlinks, or inline images do not appear in text files, though references to them can be included within (such as HTML elements or metadata)."
(http://en.wikipedia.org/wiki/Text_file[^])

If you replace letter with different letters that *looks* same in some font, file is far from unchanged. Sure, person looking at it in notepad or whotever might not notice, but as far as reading the file for text editor, that is a difference. Sorry but if this is your idea it's close to using white font on white background Smile | :)



[My Blog]
"Visual studio desperately needs some performance improvements. It is sometimes almost as slow as eclipse." - Rüdiger Klaehn
"Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfe


JokeRe: [Message Deleted] Pin
El Corazon20-Mar-08 7:37
El Corazon20-Mar-08 7:37 
GeneralRe: [Message Deleted] Pin
Pallab_GT21-Mar-08 0:09
Pallab_GT21-Mar-08 0:09 
GeneralRe: [Message Deleted] Pin
James R. Twine24-Mar-08 7:22
James R. Twine24-Mar-08 7:22 
QuestionCan linked list be sorted in O(n) time? Pin
doubtfire4000816-Mar-08 23:24
doubtfire4000816-Mar-08 23:24 
AnswerRe: Can linked list be sorted in O(n) time? Pin
Alan Balkany17-Mar-08 3:24
Alan Balkany17-Mar-08 3:24 
GeneralRe: Can linked list be sorted in O(n) time? Pin
Luc Pattyn17-Mar-08 4:08
sitebuilderLuc Pattyn17-Mar-08 4:08 
AnswerRe: Can linked list be sorted in O(n) time? Pin
Jörgen Sigvardsson14-Jun-08 11:47
Jörgen Sigvardsson14-Jun-08 11:47 
QuestionRotate Images for automatic alignment - suggestions for an algorithm please? Pin
justaudio12-Mar-08 11:53
justaudio12-Mar-08 11:53 
AnswerRe: Rotate Images for automatic alignment - suggestions for an algorithm please? Pin
Skippums13-Mar-08 5:24
Skippums13-Mar-08 5:24 
GeneralRe: Rotate Images for automatic alignment - suggestions for an algorithm please? Pin
justaudio13-Mar-08 9:48
justaudio13-Mar-08 9:48 
AnswerRe: Rotate Images for automatic alignment - suggestions for an algorithm please? Pin
Alan Balkany13-Mar-08 5:24
Alan Balkany13-Mar-08 5:24 
GeneralComputing Binary File Changes Pin
Skippums12-Mar-08 10:24
Skippums12-Mar-08 10:24 
GeneralRe: Computing Binary File Changes Pin
Member 419459326-Mar-08 8:43
Member 419459326-Mar-08 8:43 
QuestionRe: Computing Binary File Changes Pin
Skippums29-Mar-08 17:38
Skippums29-Mar-08 17:38 
GeneralRe: Computing Binary File Changes Pin
Member 419459329-Mar-08 18:27
Member 419459329-Mar-08 18:27 
GeneralRe: Computing Binary File Changes Pin
Member 419459330-Mar-08 6:48
Member 419459330-Mar-08 6:48 
QuestionRe: Computing Binary File Changes Pin
Skippums30-Mar-08 10:37
Skippums30-Mar-08 10:37 

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.