Semantic search

Jump to: navigation, search
Condition
Printout selection
Options
Parameters [
limit:

The maximum number of results to return
offset:

The offset of the first result
link:

Show values as links
headers:

Display the headers/property names
mainlabel:

The label to give to the main page name
intro:

The text to display before the query results, if there are any
outro:

The text to display after the query results, if there are any
searchlabel:

Text for continuing the search
default:

The text to display if there are no query results
import-annotation:

Additional annotated data are to be copied during the parsing of a subject
propsep:

The separator between the properties of a result entry
valuesep:

The separator between the values for a property of a result
template:

The name of a template with which to display the printouts
named args:

Name the arguments passed to the template
userparam:

A value passed into each template call, if a template is used
class:

An additional CSS class to set for the list
introtemplate:

The name of a template to display before the query results, if there are any
outrotemplate:

The name of a template to display after the query results, if there are any
sep:

The separator between results
Sort options
Delete
Add sorting condition


AppEngine GO
This is the ancient game of Go, implemented as a web service for Google's AppEngine. You can see the latest bits running at http://go.davepeck.org/ -- I will always run them there, on my own dime. Currently, this service lets you set up a game of Go with a friend. There are no logins or passwords. When it's your turn, you get an email notification. Or, you can silence email and just leave your browser window open. It will update automatically when it's time for you to move.
Apydia
Apydia is an API reference documentation generator for Python. It's designed as an instantly serviceable replacement for Pudge's API-documentation generator. It won't generate complete websites from reST etc. like Pudge does, though - Apydia is only about the API.
Aquarium
'Aquarium' is a Web site framework written in Python. It provides necessary toolkits, session management, and a convenient modular approach to build Web applications quickly. It offers convenient libraries and extensible APIs for tasks like session management and Web server integration (including CGI, mod_python, and FastCGI). It now includes its own small Python Web server, Glass, (based on the standard libraries) so users can get started quickly without having to figure out how to set up Apache. Aquarium is tightly integrated with Cheetah, and includes autocompilation of Cheetah templates. It is compact (a few thousand lines of code) and well documented.
ArchZoom
ArchZoom is a Web-based browser for the GNU Arch revision control system with minimal requirements and decent configurability. It provides easy-to-use navigation from managed archives to complete revision trees and features multiple views, like expanded changeset information with colored diffs inline.
Aroundme
AROUNDMe is the perfect solution for anyone wishing to create a collaborative social space on the Web. With AROUNDMe you can create one or many webspaces (web sites). In each webspace you get tools such as a wiki, blog and forum from which you can build your social space! You can make your webspace private meaning that only those people that you invite in can see your webspace or open meaning that anyone can see it. With open webspaces anyone with an OpenID can connect to your webspace and join in the fun if you have given them permissions to contribute. It works with standard Web server configurations, and takes up a small amount of disk space (about 1 Mb). The amount of space given to each user for image storage is configurable at installation. It is easy to install and configure.
Asciinema-player
asciinema player is a terminal session player written in ClojureScript. Contrary to other "video" players asciinema player doesn't play heavy-weight video files (.mp4, .webm etc) but instead it plays light-weight terminal session files called asciicasts (simple .json files). Asciicast is a capture of terminal's raw output and thus the player comes with its own terminal emulator based on Paul Williams' parser for ANSI-compatible video terminals. It covers only the display part of the emulation as this is what the player is about (input is handled by your terminal+shell at the time of recording anyway) and its handling of escape sequences is fully compatible with most modern terminal emulators like xterm, Gnome Terminal, iTerm, mosh etc. You can see the player in action on asciinema.org. You can also host the player and the recordings yourself.
Asset Inventory and Risk Assessment
The application is database-independent and multi-platform. It provides Asset Management (asset identification, valuation and risk assessment based on ISO27005), Party management (clients, providers), Contract and license management, and Risk Assessment.
Asterisk Managment Portal
* AMP is now "FreePBX" The goal of the Asterisk Management Portal (AMP) project is to bring together best-of-breed applications to produce a standardized implementation of Asterisk complete with a Web-based administrative interface.
AstroCam
AstroCam is an C-based Stepmotor Control system that includes a PHP Web interface. You can use it for controlling webcams over the Internet/intranet or for anything else you might want to do with a stepmotor.
Aterr
'aterr' is a threaded forum system that lets registered visitors express their opinions, discuss topics, and debate with other visitors. Threaded forums differ from regular, flat forums in that once posted, a thread can fork, allowing visitors to reply directly to other posts. 'aterr' also provides a customisable permissions system, the ability to nest forums, and moderation tools.
Atom
Antifeature: Tracking comment

Atom will by default send “anonymous” usage data to Google Analytics (operating system, Atom version, screen resolution, …). To change this, go to Preferences, and "Core" settings. Change "Send Telemetry data to the Atom Team" to No (Do not send any telemetry data).
Atom is a text and source code editor based on Web technologies, specifically the Chromium project. Atom has a modular design that is integrated around a minimal core, which makes it very flexible and extensible. Atom is based on Electron (formerly known as Atom Shell), a framework that enables cross-platform desktop applications using Chromium and Node.js.
AustinSmoke GasTracker
GasTracker will allow you to keep track of your gas mileage and display the results in an easy to read Web site. None of the data is harvested from the Web, but is rather entered manually by the user and for the user. Currently, the program only supports the English system of miles and gallons.
Authz-tools
'authz-tools' is a set of tools to manipulate authz files (as used by mod_authz_svn). It currently contains two utilities:
authz-tool -- extracts and modifies information in a authz file from command line authz-admin -- a cgi when you have numerous repositories served with help of SVNParentPath directive (see mod_dav_svn module documentation)
AutoProfile
'AutoProfile' is an extension to Gaim that lets users create customized away messages and profiles that can include dynamic content such as fortune quotes, computer uptime, and timestamps. The managing system handles the automatic periodic update of content text. Users configure the system throough a GUI, then set an away message simply by typing "/away" into an IM window and "/back" to do the opposite.
AutoScrapbook
AutoScrapbook helps automate the creation and maintenance of an online photo gallery. It creates the thumbnails and Web pages for you by asking you for descriptions of the pictures. It works best when run within X (for picture viewing), but you could use it through only a terminal and a separate browser.
Autoindex
'autoindex' is a PHP script that makes a table that lists the files in a directory and lets users access the files and subdirectories. It includes searching, icons for each file type, an anti-leech feature, bandwidth limiting, access logging, and more. No databases are needed. The package is available in 25 languages.
Autotable
Autotabla is a CGI interface to a collection of SQL tables. Once an XML description of the database schema (table names, fields, etc.) is provided, all table maintenance can be done from a Web page. The program reads the database schema from a configuration file, and you can manage the tables included in the schema: you can add, delete or modify rows and you can do simple but effective queries. It is meant to help developers who are making SQL based applications, freeing them from writing basic scripts for accessing the tables the application will use, and letting them test those applications with live data that can be inserted, modified or deleted from outside it. It reads the database schema from an XML configuration file (which must be provided, and presents an index page of tables and operations to do with them. From then on, the user can do all typical table maintenance.
Autovaca
'autovaca' is a probabilities simulator for contract bridge with a Web interface. It helps the user explore the probabilities of the presence of cards in each hand, color, and point lengths, as new information is learned during bidding and playing.
B.
'b.' is a Web-based manager for bookmarks (which are stored in an XML file). Operations on the data are done with Perl scripts, and the program supports multiple users and user-customizable themes. It only requires Perl and a Web server. You can, however, only modify bookmarks from one machine at a time. Bookmarks can be viewed from any browser (b. doesn't use any Javascript). Shared bookmarks can be seen by all users, while only certain users have the power to change them.
B2ePMS
b2ePMS stands for Browser to Email Phone Message System. It is intended to replace the standard paper/carbon phone message slips commonly used in offices with the capability of sending the message via a web browser form directly to the recipients inbox. b2ePMS will have the capability to run searches based on date, recipient, caller, and message sender. The capability to have messages marked as private, so that only the sender and recipient have access to that message is also planned.
B2evolution
'b2evolution' is a news and Weblog tool that runs on almost any Web hosting service that has PHP and MySQL. It features an integrated XHTML validator, supports recursive subcategories and cross posting, and has an integrated skinning system.
BAD HARVEST
BAD HARVEST is a form-mail CGI script designed to be called from links similar to "mailto:...". It helps you to hide email addresses from "harvesters" (automated email-address collectors) while still providing a convenient way for your visitors to contact you.
BBclone
'BBclone' is a PHP Web counter which displays both individual logs and aggregated data. It is a clone of Big Brother Webstats, except that it is written in PHP and it relies only on flat files (no database needed). BBclone lets Web site administrators have a precise view of who visit the website: OS, browser, date, referring page etc. Main features include reload resistance, hostname resolution, proxy workaround, and blacklist. BBClone can be successfully implemented with Weblogs and other Content Management Systems. It has been translated into 22 languages. For each visitor BBClone counter can display: IP address, operating system, browser, referrer, visit date, page visits and number of visitors.
BIF
This is a candidate for deletion: lunix.com.ar domain gone, no new site found on google Mach-tb (talk) 17:17, 26 March 2017 (EDT) Build it Fast (BIF) is a PHP Framework. It contains several classes that help you develop complex Web applications in a short amount of time. It brings the concept of the 'widget' to Web development. It features Cascade Skins and transparent session management.
BIGACE
A Content Management system to manage websites. Features: WYSIWYG Content, Smarty Templates, fine-grained object and feature permission based on user-groups, Workflows, multi-websites, multi-user, multi-language support; multiple contents per page ... many AddOns available.
BINS
BINS is a valid HTML 4.0 photo album generator that supports internationalization, EXIF, and customizable charset encoding, including UTF-8 (Unicode). Albums can contains other sub-albums. Albums can be customized globally, per picture, or per album/subalbum by using template and configuration variables. The number and size of scaled pictures can be chosen in pixels or percentage of the original image. Several description fields (date, location, etc.) can be associated with the pictures; you can add additional description fields. A command line utility can set or edit description fields. BINS uses the EXIF data structure found in some pictures to automatically fill some fields (most notably, date and time) and to produce a page providing all information available on the picture, as well as the DigiCam settings when the photo was taken. All image meta-data are stored in XML files.
BLOG-CMS
'BLOG:CMS' is a weblog system. It has all the features you can find in Movable Type, WordPress, and Serependity, but also many other unique ones, while still being extremely easy to set up and use. It includes a weblog, forum, wiki and gallery, and uses MySQL/SQLite and PHP. It can also create static XHTML pages, so it can process large amounts of visitors. It is based on Nucleus CMS and ships with 45 certified plugins and many add-ons. This packages was formerly known as "Nucleus XE."
BRL
BRL is a language designed for server-side WWW-based applications, particularly database applications as it is particularly good at constructing output that is a mix of static and dynamic content. It is based on Scheme, which makes the syntax extremely simple yet powerful. This implementation is a Java Servlet using the Kawa Scheme compiler.
BW whois 2
BW whois is a whois client that works as a command line tool or as a Web application. It includes configurable with self-detecting CGI support, multiple security options in the CGI mode, a mature TLD table, database caching (using MySQL), and many more options and features.
Babylon
Babylon Java Chat is a client and server combo that allows groups to chat and draw over the Internet or local networks. The client can be used as a stand alone Java application, or as an applet, which makes it simple to embed chat functionality in WWW documents. It features multi-colored graphics drawing ability, including freehand, lines, rectangles, ovals, and fonted text up to 120 pts. Users can interact publicly with everyone else on the server, or they can chat/draw privately using the "whisper" mode. The server will store and manage answering machine style messages for users who aren't online, and users who aren't watching their screens can be paged. In theory one server is capable of supporting any number of users. The Babylon chat server is normally operated in its GUI mode, but for convenience it can also be run as just a text-based application.
Backuppc
BackupPC is a high-performance, enterprise-grade system for backing up GNU/Linux machines and laptops to a server's disk. Its features include clever pooling of identical files, no client-side software, optional compression for using even less storage, support for a full set of restore options, and a powerful Apache/CGI user interface.
Bandwidthd
'bandwidthd' tracks usage of TCP/IP network subnets and builds HTML files with graphs to display network utilization. Charts are built by individual IP. It color codes HTTP, TCP, UDP, ICMP, VPN, and P2P traffic. Unlike MRTG, it tracks each individual IP address, not the status of any particular link.
BannerFilter
BannerFilter is a redirect script for the Squid proxy server that blocks advertising banners on the Web and automatically closes popup windows. It also blocks advertising frames on a few sites. Since the banners are not downloaded at all, it speeds up your Internet connection. There's also a script that can automatically download updates files off the Web and notify you when a new version is available.
Basapp
BasApp is a software for friendly creation of web applications, based on your own database structure. Once BasApp is installed in a webserver, the developer can do all the job with a web browser, same as final user.
Basilic
Basilic is a bibliography server for research laboratories. It automates and facilitates the diffusion of research publications over the Internet, automatically generating Web pages from a publication database. Each publication has an associated Web page, which provides downloads and additional documents (abstract, images, BibTeX). Index pages are also created, including a search engine with several options for results display. New publications can be added to the database in an instant.
Bbs100
bbs100 is a BBS in the style of DOC (which remotely resembles 'citadel'). It is a single process daemon that handles all connections at once, while consuming very low cpu resources (< 1%). It can handle over a thousand simultaneous users. It is highly customizable, is easy to setup, and has many configurable features.
Bcfg2
Bcfg2 allows you to describe and deploy complex configurations across pools of GNU/Linux and Unix systems, leading to a consistent, reproducible, and verifiable description of your environment. Bcfg2's visualization and reporting tools aid in your day-to-day administrative tasks. Its unique analysis features help you cope with the ever-increasing complexity of your networks.
Beacon
'beacon' is a simple date and category-driven Web site publishing system. It looks like a blog, but behaves like a Wiki. It features Wiki article formatting and linking, hierarchical categorisation of articles, customisable menus, file upload and inclusion in article content, RSS feeds, article commenting, open or restricted editing, a templated design, Captcha security, a database abstraction layer (works with many types of databases), multilingual support (content and interface), and spell checking, all in a 1MB footprint.
Better Angels Buoy
Better Angels' Buoy is an app designed to quickly connect survivors of domestic or dating violence (DV) with trusted friends, family members, advocates, and other allies in times of crisis.
Bhpos
BananaPos is point of sale system that consists of a server, a client, libraries, and some associated utilities. The client is GUI based on GTK. System administration is Web-based using PHP. The program currently supports only MySQL.
Bib2html
'Bib2html' converts the data in a BibTeX database to HTML files. Please note that there is another package by the name 'bib2html' (http://directory.fsf.org/bib2html.html) written by Kiri Wagstaff.
Bib2xhtml
'bib2xhtml' is a program that converts BibTeX files into HTML (specifically, XHTML 1.0). The conversion is mostly done by specialized BibTeX style files, derived from a converted bibliography style template. This ensures that the original BibTeX styles are faithfully reproduced. Some post-processing is performed by Perl code. This is an update of the bib2html program written by David Hull in 1996 and maintained by him until 1998.
Big Sam
Big Sam (Built-In Guestbook Stand-Alone Module) is a PHP3/4 script guestbook which does not use databases. It is very simple to set up, very simple to administer, and very accurate.
Bigboos
Bigboos is a network monitoring system that pools devices based on configuration. It is designed to allow mid-sized ISPs to monitor their network and central offices whose branch offices are connected on T1 or E1 lines to monitor their clients and branches. It is based on ICMP and SNMP. A small customer database manager is included. It has the capability to generate and manage trouble tickets, provides the current status about devices being monitored, and generates downtime reports.
BioMail
BioMail automates searching for recent scientific papers in the PubMed Medline database, and can periodically run a customized Medline search and send all recent matching articles to the user's e-mail address. You can save search patterns: no more remembering which search was good and which wasn't. It is intended for medical researchers, biologists, and anyone who wants to know the latest information about a disease or a biological phenomenon. It is also useful for users who have email address but slow or sporadic Web access; they can set up searches and have them emailed to an address instead of having to surf the Web themselves for the information.
Bk edit 2
bk_edit is a bookmark manager and editor. It can read, write, edit, create, manage, and organize the bookmarks of the most popular browsers. There is also a simple drag and drop interface for adding new bookmarks from a running browser in a very comfortable way. There are plugins for various bro\wsers.
Black-widow
Black Widow is a CTF tool developed by Fabrizio Fubelli during the "CyberChallenge.it 2019" event. It provides many ways and useful methods to exploit many kinds of vulnerabilities. This software will be constantly updated, to keep up to date with the latest existing technologies. Main functionalities: Sniffing; Regex to find and send flag automatically; Multiple requests (sequential and parallel); Multitasking (to solve faster the brute force); Cluster (if two or more computers are running Black Widow inside the same network, they can cluster their problems); Encryption/Decryption by using the popular types of cryptographic algorithms (ex. Base64, MD5, ...).
Blackarts
Blackarts is a collection of Perl scripts that lets you input text into a quick and dirty knowledge base. It's designed to save information that arrives as email but never gets recorded in a way that's easily accessible later on. The program creates mail gateways to multiple document repositories with tables of contents, sections, and section crosslinking. It's particularly valuable as a documentation tool for a small company or association.
BlameHangle
IRC bot that strives to do common tasks without blocking by using asynchronous sockets, threads and callbacks.
Blosxom
'Blosxom' is a lightweight yet feature-packed Weblog application designed from the ground up with simplicity, usability, and interoperability in mind. It relies on the file system, folders, and files as its content database. Users can create, edit, rename, and delete entries on the command-line, via FTP, WebDAV, or anything else they might use to manipulate their files.


Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.