511 projects tagged "NetBSD"
FreePlot is a simple mathematical program that plots 2D functions written in Python. It provides an easy-to-use interface and a powerful graphing mechanism that allows the user to understand what she is doing at all times. FreePlot features out-of-the-box multiplatform support for GNU/Linux, BSD, Win32, and MacOS. Functions can be saved to an image file. An unlimited number of functions can be used on the same cartesian plane. Multiple colors, multiple line styles and marks, and legends are supported.
Suhosin is an advanced protection system for PHP installations. It was designed to protect servers and users from known and unknown flaws in PHP applications and the PHP core. Suhosin comes in two independent parts that can be used separately or in combination. The first part is a small patch against the PHP core that implements a few low-level protections against buffer overflows or format string vulnerabilities. The second part is a powerful PHP extension that implements all the other protections. Suhosin is binary compatible with plain PHP installations.
polyBSD is a "multi"-purpose (hence "poly") framework for building embedded systems based on NetBSD. Essentially, it is a minimal installation of NetBSD 3.0.1 designed to run from a 256MB flash card or USB memory stick. Once the image is written to the target media, a user can simply boot from it and build their own system by using NetBSD's extensive "pkgsrc" collection. The user is only limited by the free space left on the 256MB memory card/stick.
elfrc is a program which can turn arbitrary files into ELF object files which can then be linked into your program directly and accessed via simple, user-defined symbol names. Since this is much more effective than turning a binary file into a C array and then compiling that, it's possible to embed even huge (a few hundred megabytes) files directly into the executable and then access the data in constant time without making the compiler or linker eat loads of memory.
A modern platform independent OO language with a native JIT compiler.