text processing utilities

Hi!

Willkommen auf meiner dunklen Seite. Hier gibt es Software für Entwickler und Admins.
Die Software-Beschreibungen sind auch in Deutsch verfügbar. Suche nach dem flag - Symbol.

Welcome to my dark si[d|t]e. It offers some software for developers and administrators.
All software docs are available in English. Look for the flag - symbol.


Highlight logohighlight 3.14

Highlight converts source code to formatted text with syntax highlighting. Manual ][ Wiki ][ Screenshots ][ Flash animation ][ Chrome NaCl-Demo ][ ChangeLog ][ Download
flag de Deutsche Dokumentation
Version 3.14 contains new plug-ins which highlight parantheses or keywords in HTML output.
Click on a paranthese in the sample code to show its counter-part:
public class BubbleSort { 
   public static void sort(int[] x) {
      boolean unsorted=true;
      int temp;
      
      while (unsorted){
         unsorted = false;
         for (int i=0; i < x.length-1; i++) 
            if (x[i] > x[i+1]) {                      
               temp       = x[i];
               x[i]       = x[i+1];
               x[i+1]     = temp;
               unsorted   = true;
            }          
      } 
   }
   
   public static void main(String[] args) {
      int[] list = {0,9,4,6,2,8,5,1,7,3};
      sort(list);
      for (int i=0; i<list.length; i++) 
         System.out.print(list[i]+" ");    
   } 
}

Ansifilter Logoansifilter 1.7

Ansifilter handles text files containing ANSI terminal escape codes. Manual with Screenshots ][ Download
flag de Deutsche Dokumentation

Unipair 0.1

Unipair pairs wireless Logitech® USB devices with a Unifying receiver.
The receiver is searched automatically, and newly connected devices are listed.

Manual ][ Download
flag de Deutsche Dokumentation
Hochwald IT Xenianer.de