 |
|
RABiD BUNNY FEVER
K.T.K
Warning: you do not have javascript enabled. This WILL cause layout glitches.
|
File Functions
60% completed
A set of useful recursive file functions, will probably be turned into full fledged applications later.
Rating: 7 (Useful cross operating system command line utilities)
Project Time: ?- ?: 15
Languages: ASM, C++
Requirements:
Downloads: No downloads currently avaliable
Sections: Information, Content, Concepts
                
InformationExamples include: Finding text in files, counting lines of source code, convert text files to windows line breaks, shorten HTMLsContentExamples include:
- Finding text in files (as this was never in windows 2K or XP, as they opted for flakey indexing instead).
- Counting lines of source code (Removes blank lines, grouping lines { }, or pure comment lines)
- Convert text files to windows line breaks
- Shorten HTMLs (Removes all non essential spaces, comments, and line breaks, keeping the HTML otherwise pure, just as HTML rendering engines would see them) - I have thought of including javascript compression of variables which would be a rather large undertaking. I do not condone any other type of HTML compression though (like compressing, storing as a javascript string, and uncompressing), as it is counterintuitive to search engines, the point of HTML/javascript (open source) is ruined, and it provides no extra real security anyways.
Will soon add a link pertaining to client side security.ConceptsFile systems |
|
|