bsd
NASM 2.0.7
NASM is created as a useful and flexible assembler written in C, which supports many output formats. more>>
NASM 2.0.7 is created as a useful and flexible assembler written in C, which supports many output formats.
Enhancements:
- NASM is now under the 2-clause BSD license.
- Fix the section type for the .strtab section in the elf64 output format.
- Fix the handling of COMMON directives in the obj output format.
- New ith and srec output formats; these are variants of the bin output format which output Intel hex and Motorola S-records, respectively.
- rdf2ihx replaced with an enhanced rdf2bin, which can output binary, COM, Intel hex or Motorola S-records.
- The Windows installer now puts the NASM directory first in the PATH of the "NASM Shell".
- Revert the early expansion behavior of %+ to pre-2.06 behavior: %+ is only expanded late.
- Yet another Mach-O alignment fix.
- Don't delete the list file on errors. Also, include error and warning information in the list file.
- Support for 64-bit Mach-O output.
- Fix assert failure on certain operations that involve strings with high-bit bytes.
MyMeeting Manage Meeting Decisions And Files 2.0
MyMeeting is a web application specifically designed to help better manage meetings in government agencies. Initially developed at the Open Source Competency Center (OSCC) MAMPU, it is the first Malaysian government software to be released publicly under more>> MyMeeting is a web application specifically designed to help better manage meetings in government agencies. Initially developed at the Open Source Competency Center (OSCC) MAMPU, it is the first Malaysian government software to be released publicly under the open source BSD license.<<less
Apache AxKit
Apache AxKit is an XML application server for Apache. more>> Apache AxKit is a convenient server management tool which is used for Apache. It provides on-the-fly conversion from XML to any format, such as HTML, WAP or text using either W3C standard techniques, or flexible custom code. AxKit also uses a built-in Perl interpreter to provide some amazingly powerful techniques for XML transformation.
AxKit makes the separation of content and presentation a practical reality. The pipelining technique that AxKit uses allows content to be converted to a presentable format in stages, allowing certain platforms to see data differently to others. AxKit allows web designers to focus on web site design, content developers to work on a purely content basis, and webmasters to focus on their core competencies.
AxKit is based on components that are replaceable. This allows the web site developer to create a completely custom XML Application Server based around the AxKit API. AxKit can either automatically provide caching facilities, or you can create yThe toolkit also provides ability to build component based web sites, and dynamic content.
Database integration is fully supported, allowing either delivery of XML from a database, or XML generation from a database query. Dynamic web components can be built using the Perl language, making the possibilities as infinite as CGI scripts, without the potential mess that CGI programming can cause.
Major Features:
- XSLT based pipelined XML transformations
- Standards base stylesheet selection criteria
- Output in more than 180 different character sets (although browser support means that only about 10 of those are useful).
- XSP support for the Perl language, including Perl DBI based SQL taglib
- Built in Perl interpreter no more CGI overhead
- Plug-in API All components are replaceable with custom components.
- Support for almost every platform around: Linux, Solaris, HPUX, AIX, Windows NT, BeOS, *BSD, VMS.
- Intelligent caching technology means yDeliver to different media using the sames set of URLs for all media types. Media types supported are: Screen (web browsers), Handheld (such as palmtop computers and mobile phones), TV (for example Skys "Open", or Microsofts WebTV), braille, aural, print, projection and tty (for text-only browsers).
- GZipped output encoding great for slower links
eZ components 2007.2.1
eZ components is an enterprise ready general purpose PHP components library by eZ systems. more>>
eZ components 2007.2.1 is a useful program including independent building blocks for PHP application development eZ components for speeding up development and limiting risks. An application can use one or more components effortlessly as they all adhere to the same naming conventions and follow the same structure.
All components are based on PHP 5.1, except for the ones that require the new Unicode support that will be available from PHP 6 on.
The Base component provides basic functionality that all other components rely on. This basic functionality contains a certain set of exceptions and a mechanism to load components on demand, reducing memory usage. Other components build around this Base component and provide functionality for a whole range of different subjects.
Subjects include reading archive files (.zip, .tar), caching data, database SQL abstraction layer and schema management, debugging and event logging, image analysis and manipulation, in-process communication, sending fully feature mail message, templating and the safe usage of input data. Besides these main features there are also a few other components dealing with a whole range of subjects.
This is a complete list of all the individual libraries that is included in eZ components.
- Archive
-
- Allows you to extract and create archive files, such as .tar (ustar, v7tar and gnutar) and .zip
- Cache
-
- A solution for caching, supporting multiple backends allowing you to specify the best performing solution for your caching-problem.
- Configuration
-
- A component that allows you to use configuration files in different formats.
- The formats include the standard .ini file, and an array based format.
- ConsoleTools
-
- A set of classes to do different actions with the console (also called shell). It can render a progress bar, tables and a status bar and contains a class for parsing command line options.
- Database
-
- A lightweight database layer on to of PHPs PDO that allows you to utilize a database without having to take care of differences in SQL dialects.
- DatabaseSchema
-
- A set of classes that allow you to extract information from a database schema, compare database schemas and apply a set of changes to a database schema.
- A set of classes that allow you to extract information from a database schema, compare database schemas and apply a set of changes to a database schema.
- Debug
-
- This components provides a set of classes that help you to debug an application. It provides timers and report generators for different formats that give a summary of warnings and errors that occurred within your application.
- EventLog
-
- Allows you to log events into files or other storage spaces in different formats.
- Execution
-
- Provides functionality to give feedback to your applications users when a fatal error happened or an uncaught exception was thrown.
- Feed
-
- Provides reading and writing support of RSS (multiple versions) and ATOM feeds.
- Provides reading and writing support of RSS (multiple versions) and ATOM feeds.
- File
-
- Provides support for file operations which are not covered by PHP or are just missing.
- Provides support for file operations which are not covered by PHP or are just missing.
- ImageAnalysis
-
- This class allows you to analyse image files in different ways. At least the MIME type of the file is returned. In some cases (JPEG, TIFF and GIF) additional information is gathered as well.
- ImageConversion
-
- A set of classes to apply different filters on images, such as colour changes, resizing and special effects.
-
- The components allows you construct Mail messages conforming to the RFCs. It has support for attachments, multipart messages and HTML mail. It also interfaces with SMTP to send the e-mail. Reading and parsing mail messages comes in version 1.1.
- PersistentObject
-
- This component allows you to store an arbitrary data structures to a fixed database table. The component provides all the functionality needed to fetch, list, delete etc these datastructures.
- PhpGenerator
-
- Provides a simple interface for creating PHP files and executing PHP code.
- SystemInformation
-
- Provides access to common system variables, such as CPU type and speed, and the available amount of memory.
- Provides access to common system variables, such as CPU type and speed, and the available amount of memory.
- Template
-
- A fully functional Templating system, supporting template compilation in different levels, user defined functions and operators, an optimizer, output escaping for different output handlers to prevent XSS and other security problems and a plug in system for extra functionality (such as a Translation system).
- A fully functional Templating system, supporting template compilation in different levels, user defined functions and operators, an optimizer, output escaping for different output handlers to prevent XSS and other security problems and a plug in system for extra functionality (such as a Translation system).
- Translation
-
- A component that reads XML translation definitions (the Qt Linguist format), supports caching of translation contexts and presents you with a class to apply translations to strings. A filter system allows you to transform translation definitions for special use.
- Url
-
- Provides functionality for parsing URL parameters, and path manipulation.
- UserInput
-
- A component that assists you to safely user input variables coming into your application. It builds on top of PHPs filter extension and extends it by providing a more inituitive API.
Major Features:
- Designed for enterprise PHP application development
- Open source and licensed under the New BSD license
- Clear IP rights
- Thoroughly documented
- Developed, supported and maintained by eZ systems
Number Fill-Ins Puzzle Generator 1.0
This console Perl application generates number fill-ins puzzles. These puzzles are like crosswords, but easier. Youre given a puzzle with one number filled in, and you must fill in the remainder of the puzzle with the numbers provided. This application more>> This console Perl application generates number fill-ins puzzles. These puzzles are like crosswords, but easier. Youre given a puzzle with one number filled in, and you must fill in the remainder of the puzzle with the numbers provided. This application is intended to serve as a backend to other applications which read the generated puzzles files and present them in human-readable format. Designed to run on any modern UNIX-compatible operating system (Linux, BSD, MacOSX, etc).<<less
PHP FTP Client 2.2
PHP FTP Client is a FTP client implemented in PHP. more>>
NUNE News Script 2.1
NUNE News Script is a component having functions of a complete Web-based, Web-based posting, unique user log-ins. It includes different access levels, and ease of use. more>> NUNE News Script 2.1 is a component having functions of a complete Web-based, Web-based posting, unique user log-ins. It includes different access levels, and ease of use. It is fairly easy to setup and, with a little PHP knowledge, easy to customize.
Major Features:
- Web-based Administration
- Uses a MySQL backend (faster, efficient storage)
- Unique accounts
- Unique access levels
- Open source license (BSD Style)
- Fairly easy to configure
- Complete commenting system featuring...
- Optional Authorization
- User ranks (with optional custom ranks)
- Automatic cookies (to remember post names and email addresses)
- Easy-to-use Comment Admin tool
- A completely revamped archiving system featuring...
- Cleaner, more order archiving by month or week
- Easy-to-use Archive Admin tool
- Customizable Templates.
Requirements:
- MySQL 3.22 or greater
- PHP 4.0.0 or greater (Module Version)
- Web Server (Apache recommended)
WordFind.pl - Word Find Generator 1.0
This Perl application generates word find puzzles from a list of words. Its intended to serve as a backend to programs which gather input data from users, then format the resulting puzzle into a human-readable format. This program is the backend for the more>> This Perl application generates word find puzzles from a list of words. Its intended to serve as a backend to programs which gather input data from users, then format the resulting puzzle into a human-readable format. This program is the backend for the word find generator web application hosted on BlogPuzzles.net. Please feel free to download and use it on your own server. This software is compatible with any UNIX-based operating system (Linux, BSD, Mac OS X). It may function under Windows with modifications.<<less
TEA GTK2 1.7.3.5
TEA is the GTK2-based text editor for Linux and *BSD. more>>
TEA GTK2 1.7.3.5 provides a powerful application which is a text editor for Linux and BSD. With an ultimate small size TEA provides you hundreds of functions. TEA depends on GTK 2.4 (or higher) and, optionally, on Aspell. TEA can also utilize the power of GtkSourceView (as the text editing engine).
With GtkSourceView TEA has more advanced syntax highlighting, but it makes TEA depended on some additional libraries such as GnomeVFS and libGConf. To build TEA with. GtkSourceView support, use./ configure --enable-chai to configure the source properly. And for the original TEA, simple run the configure script without any parameters.
Major Features:
- Extremely small size
- Built-in file manager Kwas
- Spellchecker (using the aspell)
- Built-in search within files (using multiply charsets).
- Tabbed layout engine
- Multiply encodings support
- Code snippets, sessions and templates support
- The ability to open OpenDocument, RTF, KWord, Abiword, OpenOffice.org Writer files
- SRT-subtitles preview with Mplayer in a current subtitles position
- Text analyzer called UNITAZ
- Hotkeys customizations
- "Open at cursor"-function for HTML-files and images
- Misc HTML tools
- Brackets matching
- Wikipedia, Docbook, LaTeX editing support
- Preview in external browsers
- String-handling functions such as sorting, reverse, format killing, trimming, filtering, conversions etc.
- Bookmarks
- Morse code translator
- Syntax highlighting
- Dragndrop support (with text files and pictures)
- Built-in image viewer (PNG, JPEG, GIF, WBMP, BMP, SVG)
- UI localizations: English, Japanese, Serbian, Ukrainian, French, Polish, German, Czech, Russian, Latvian, Spanish
- Automatic text encoding detection for Russian, Ukrainian, Finnish, German, Serbian, Polish, Portuguese, Spanish, Turkish, Slovak, Slovenian, Latvian, France.
DITrack 0.7
DITrack is a free, open source, lightweight, distributed issue (bug, defect, ticket) tracking system using a Subversion repository instead of a backend database. It is written in Python and runs in UNIX environment (*BSD, Linux, MacOS X). DITrack is more>> DITrack is a free, open source, lightweight, distributed issue (bug, defect, ticket) tracking system using a Subversion repository instead of a backend database. It is written in Python and runs in UNIX environment (*BSD, Linux, MacOS X). DITrack is a major rethought of the issue tracking system paradigm. The main difference is that instead of sticking to the centralized model (one database, one web interface, one mail integration machinery), DITrack treats underlying Subversion storage as a versioned distributed file system which enables benefits of truly distributed operation mode.<<less
Botan 1.6.1
Botan 1.6.1 brings you a convenient utility which is also a BSD-licensed crypto library written in C. more>> Botan 1.6.1 brings you a convenient utility which is also a BSD-licensed crypto library written in C . It provides a wide variety of cryptographic algorithms, formats, and protocols.
<<less
Syslog2IRC 12-Apr-2007
Receive syslog messages via UDP and show them on IRC. Implements the BSD syslog protocol as specified in RFC 3164. more>> Receive syslog messages via UDP and show them on IRC. Implements the BSD syslog protocol as specified in RFC 3164.<<less
Syslog2IRC
Receive syslog messages via UDP and show them on IRC. Implements the BSD syslog protocol as specified in RFC 3164. more>> Receive syslog messages via UDP and show them on IRC. Implements the BSD syslog protocol as specified in RFC 3164.<<less
SleekTabs 0.1
SleekTabs is a PHP class which eases the process of creating tabbed interfaces in HTML. Basically put, if you want a tab system (like on Properties/Inspector-styl e dialogues on the desktop) for a bit of content on your web page, SleekTabs automates this more>> SleekTabs is a PHP class which eases the process of creating tabbed interfaces in HTML. Basically put, if you want a tab system (like on Properties/Inspector-styl e dialogues on the desktop) for a bit of content on your web page, SleekTabs automates this process. Just give SleekTabs the names of your tabs, the URLs and customise the styles if you want, then just let ST do the rest! SleekTabs has a built-in Ajax feature - just make a simple page which provides the HTML you want put inside the content area (excluding headers etc.) and tell ST where to find it! With full Ajax functionality, plus a fallback for those without Ajax or without JavaScript, SleekTabs adds that extra Ajax touch to any page while optionally retaining backwards-compatibility for those with JavaScript off, screen readers or old browsers. SleekTabs is free software/open source under the BSD Licence. See the licence header in the sleektabs.php file for more information.<<less
SharpForge 0.04a
SharpForge is an open source project that supports collaborative development and management of multiple software projects. Similar to SourceForge or CodePlex but for your own team or organisation. The software is written in C# for .NET 2.0, it integrates more>> SharpForge is an open source project that supports collaborative development and management of multiple software projects. Similar to SourceForge or CodePlex but for your own team or organisation. The software is written in C# for .NET 2.0, it integrates with Subversion for source control and is released under the New BSD License. Home page: http://sharpforge.org/ Features: - Multi Portal - Multi Project - Subversion Administration - (planned)Work Item Tracking - (planned)Project Forums - (planned)Release Management - (planned)Subversion based content management - (planned)News Feed Aggregation Requirements: - Windows 2000 / WinXP+SP1 or Windows 2003. - IIS - .Net 2.0 - Sql Server Express - Apache 2.0.54 - Subversion 1.4 For screenshots and more information head to sharpforge.org<<less
License:BSD Style
- Page: 1 of 2
- 1
- 2