Help for this page

Select Code to Download


  1. or download this
    if ($whatever) {
        # TODO - Finish code to take over the world
    }
    
  2. or download this
    To Do List
    Dir/file.pl 132: Finish code to take over the world
    
  3. or download this
    #/bin/sh
    
    echo 'To Do List'
    find . -type f | xargs grep -n TODO | perl -ne '($file, $line, $rest) 
    += split /:/, $_, 3; $file =~ s|^./||; $rest =~ s|.*?TODO.*?[-\s:]+||;
    + $rest =~ s|"[.;,]\s*$||; $rest =~ s|\\n||g; print "$file $line: \u$r
    +est\n"' | sort | uniq | grep -v '.#' | grep -v Makefile | grep -v CVS
    +/
    
  4. or download this
    todo:
            Tools/todo.sh