Changeset 39 in projects


Ignore:
Timestamp:
Jul 25, 2009, 11:48:12 PM (15 years ago)
Author:
sven
Message:

Added stuff that i've written month ago ;-)

  • A small C++ library (to be extended) for punch card handling in C++
  • geshi.php: Fix to detect .cc files as cpp
  • documentation: A README for th punch card project with up to date

infos

-- sven @ workstation

Files:
11 added
4 edited

Legend:

Unmodified
Added
Removed
  • /

    • Property svn:ignore set to
      .directory
  • documentation/geshi.php

    r30 r39  
    13431343                'cdfg' => array('cdfg'),
    13441344                'cobol' => array('cbl'),
    1345                 'cpp' => array('cpp', 'hpp', 'C', 'H', 'CPP', 'HPP'),
     1345                'cpp' => array('cpp', 'hpp', 'C', 'H', 'CPP', 'HPP', 'cc'),
    13461346                'csharp' => array('cs'),
    13471347                'css' => array('css'),
  • documentation/index.php

    r37 r39  
    3232  $file_path = realpath('../'.$filename);
    3333  $extension = substr(strrchr($file_path, '.'),1);
    34   $good_extensions = array('c', 'cpp', 'pl', 'htm', 'txt');
     34  $good_extensions = array('c', 'cc', 'h', 'cpp', 'pl', 'htm', 'html', 'txt');
    3535
    3636  #var_dump($extension, $filename, $file_path, $jail_dir, $good_extensions, in_array($extension, $good_extensions)); exit();
     
    141141        ),
    142142        'The Punch Card Project' => array(
    143                 'Start' => $doc.'/punch-card.htm',
     143                'Start' => 'punch-card/README.htm',
    144144                'Device Drivers' => array(
    145145                        'Overview' => 'punch-card/driver/README.htm',
  • punch-card

    • Property svn:ignore set to
      .directory
Note: See TracChangeset for help on using the changeset viewer.
© 2008 - 2013 technikum29 • Sven Köppel • Some rights reserved
Powered by Trac
Expect where otherwise noted, content on this site is licensed under a Creative Commons 3.0 License