Snippet Library
Browse | Submit A New Snippet | Create A Package
Snippets by category: File Management
| Snippet ID | Title | Creator |
|---|---|---|
| Snippets | ||
| 2 | pattern-match | Jens 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, ...). | ||
| 7 | Get free disc space with a C-class | Manfred 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. | ||

