165 projects tagged "Mac OS"
nts is an acronym for Note Taking Simplified. It provides a simple, intuitive format for using plain text files to store notes, a command line interface for viewing notes in a variety of convenient ways, and a cross-platform, wx(python)-based GUI for creating and modifying notes as well as viewing them. Displayed items can be grouped by path or tag and can be filtered in various ways.
Autojump is a tool that acts as a complement to cd: it makes navigating your filesystem a lot faster. It works by automagically maintaining a database of the directories you use the most from the command line, and allows you to jump back and forth between them, by typing just a few letters of the name of the directory you want to jump to. It works for Linux, Mac, and Cygwin under Windows.
PHP On Pie is a PHP framework that combines the best ideas from PHP projects like Drupal, CodeIgniter, Kohana, and ZendFramework. It has very few core concepts: classes, models, events, slots, and tools. It lets you repackage completed apps into plugins that you or others can use later. Its smart database classes allow you to implement vertical and horizontal partitioning (sharding) easily to handle millions of users.
The MOLGENIS toolkit provides programmers with a simple language to model OO data structures and user interfaces in compact XML. At the push of a button, MOLGENIS’ generator suite automatically translates these models into a extensive, ready-to-use Web application including database, user interfaces, CSV/TAB file upload/download formats, and scriptable interfaces in Java, R, SOAP, REST, and JavaScript for customization. Writing 500 lines of model XML typically replaces 15,000 lines of handwritten programming code, which allows for quick adaptation if the information system was not yet to satisfaction. A plug-in mechanism ensures that both generator suite and generated product can be customized just as much as hand-written software.
pfff_visual is a fancy code visualizer using treemaps and source code thumbnails rendered through Cairo. It leverages static analysis of the code to give semantic feedback visually, which can help you understand the architecture of a project. Pfff_visual uses the pfff infrastructure, which is mainly an OCaml API to write static analysis, dynamic analysis, code visualizations, code navigations, or style-preserving source-to-source transformations such as refactorings on source code. For now, the effort is focused on PHP but there is preliminary support for JavaScript, C, C++, Java, SQL, and even TeX. There is also preliminary support for OCaml code so that the infrastructure can be used on the code of pfff itself.
Huxley is a set of classes that makes it trivial to produce legitimate output for queries made by the prevailing standard of REST queries. Instead of writing a network API with many methods, being run over RPC, you instead write only a couple of methods that are accessed by HTTP GET requests. You then return the results (in either XML, JSON, or text) for processing. XML and JSON are chosen because of the ease by which they can be parsed by most languages. In this way, you open up the scope of your network services to many more people than would otherwise have access to it.
OWASP Zed Attack Proxy (ZAP) is an easy-to-use integrated penetration testing tool for finding vulnerabilities in Web applications. It is designed to be used by people with a wide range of security experience and as such is ideal for developers and functional testers who are new to penetration testing as well as being a useful addition to an experienced pen tester's toolbox. ZAP provides automated scanners as well as a set of tools that allow you to find security vulnerabilities manually.