Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
Hardware

Submission + - Stephen Fry and DVD Jon back USB Sniffer Project (kickstarter.com)

An anonymous reader writes: bushing and pytey of the iPhone DevTeam and Team Twiizers have created a Kickstarter project to fund the build of an open-source/open-hardware high-speed USB protocol analyzer. The board features a high-speed USB 2.0 sniffer that will help with the reverse engineering of proprietary USB hardware, the project has gained the backing from two high-profile individuals Jon Lech Johansen (DVD Jon) and Actor and Comedian Stephen Fry

Comment For PHP use PHPXref. (Score 1) 165

http://phpxref.sourceforge.net/PHPXref is a great tool which builds an HTML-based outline of your source code. It's been an indespensible tool for working on a very large project, http://www.moodle.org/Moodle), especially when getting my hands dirty with a new section of code I haven't used yet as it makes following an execution path very easy to do.

From the site description:
        * Minimal requirements, minimal setup.
        * No web server required to view output.
        * Cross-references PHP classes, functions, variables, constants and require/include usage.
        * Extracts phpdoc style documentation from source files.
        * Javascript enhanced output provides:
                    o Mouse-over information for classes and functions in the source view.
                    o Hot-jump to the source of any class/function definition.
                    o Instant lookup of classes, functions, constants and tables by name.
                    o Search/lookup history.
        * Pretty-prints PHP files from the browser.
        * Stays crunchy in milk.

Slashdot Top Deals

"What man has done, man can aspire to do." -- Jerry Pournelle, about space flight

Working...