Name:John Paul Cailing
Course:cs350: Programming Languages
Lab#7:PHP Lab

Software Inventory List

Sun, 13 Jul 2025Array
(
    [0] => Array
        (
            [id] => 888
            [name] => MythGame
            [release_date] => 8/18/2008
            [version] => 8.8
            [filesize] => 8.88 MB
            [category] => linux, Windows
            [links] => http://www.mythtv.org/
            [description] => sci-fi game
            [notes] => have not tried it
        )

    [1] => Array
        (
            [id] => 444
            [name] => Notepad++
            [release_date] => 4/4/2014
            [version] => 4.44
            [filesize] => 444 KB
            [category] => Windows
            [links] => http://notepad-plus.sourceforge.net/
            [description] => open source editor
            [notes] => excellent software
        )

    [2] => Array
        (
            [id] => 777
            [name] => CygWin
            [release_date] => 1/20/2007
            [version] => 1.5.77
            [filesize] => 777 KB
            [category] => Windows, Linux
            [links] => http://www.cygwin.com/
            [description] => linux for Windows
            [notes] => just get linux
        )

    [3] => Array
        (
            [id] => 111
            [name] => Firefox
            [release_date] => 1/17/2011
            [version] => 1.1.0.1
            [filesize] => 1.0 MB
            [category] => Windows, Linux, OS X
            [links] => http://www.mozilla.com/firefox/
            [description] => web browser
            [notes] => excellent
        )

    [4] => Array
        (
            [id] => 333
            [name] => InTuit
            [release_date] => 1/20/2008
            [version] => 3.3.3
            [filesize] => 333 KB
            [category] => Windows
            [links] => http://www.intuit.com/
            [description] => personal accounting
            [notes] => cannot recommend it
        )

    [5] => Array
        (
            [id] => 555
            [name] => Putty
            [release_date] => 1/20/2010
            [version] => 5.5.5
            [filesize] => 555 KB
            [category] => Windows, Linux, OS X
            [links] => http://www.putty.org/
            [description] => terminal emulator
            [notes] => worth every penny
        )

    [6] => Array
        (
            [id] => 999
            [name] => snailware
            [release_date] => 9/9/2009
            [version] => 1.9
            [filesize] => 99 KB
            [category] => Windows, OS X, Linux
            [links] => http://www.snailware.org/
            [description] => text editor
            [notes] => buggy
        )

)
number of items: 7
|ID   |NAME       |RELEASE DATE    |VERSION  |FILE SIZE |CATEGORY                       |LINKS                               |DESCRIPTION                    | NOTES                    |
|888  |MythGame   |8/18/2008       |8.8      |8.88 MB   |linux, Windows                 |http://www.mythtv.org/              |sci-fi game                    | have not tried it        |
|444  |Notepad++  |4/4/2014        |4.44     |444 KB    |Windows                        |http://notepad-plus.sourceforge.net |open source editor             | excellent software       |
|777  |CygWin     |1/20/2007       |1.5.77   |777 KB    |Windows, Linux                 |http://www.cygwin.com/              |linux for Windows              | just get linux           |
|111  |Firefox    |1/17/2011       |1.1.0.1  |1.0 MB    |Windows, Linux, OS X           |http://www.mozilla.com/firefox/     |web browser                    | excellent                |
|333  |InTuit     |1/20/2008       |3.3.3    |333 KB    |Windows                        |http://www.intuit.com/              |personal accounting            | cannot recommend it      |
|555  |Putty      |1/20/2010       |5.5.5    |555 KB    |Windows, Linux, OS X           |http://www.putty.org/               |terminal emulator              | worth every penny        |
|999  |snailware  |9/9/2009        |1.9      |99 KB     |Windows, OS X, Linux           |http://www.snailware.org/           |text editor                    | buggy                    |