Snippet Library

Browse | Submit A New Snippet | Create A Package

Snippets by category: File Management

Snippet ID Title Creator
Snippets
2pattern-matchJens Seidel
This script checks for matching patterns in the specified file. It was written mainly to revise parenthesis, braces, brackets, ...

Examples:
"([x])", "{\|x\||y|}", ... correct
"([x)]", "\|||", "{()", ... incorrect

You may want to add your favourite patterns according to the file type (LaTeX, HTML, ...).
7Get free disc space with a C-classManfred Rebentisch
With this C-'class' you get disc information.
It is an example, how to program with C using encapsulate methods. I think, using C-objects makes C-programming easier.
Powered By FusionForge
Show source