Simple Project List Software Map

848 projects in result set
Última Atualização: 2014-03-26 21:27

ctioga2

ctioga2 is a command-line plotting utility. It
enables users to make publication-quality plots of
data and mathematical functions quickly. It is a complete rewrite of the old ctioga, and is much more flexible, with quite a few additional features.

(Machine Translation)
Última Atualização: 2014-05-07 22:27

Coquelicot

Coquelicot is a “one-click” file sharing Web application with a focus on protecting users’ privacy. Its basic principle is that users can upload a file to the server, and in return they get a unique URL which can be shared with others in order to download the file. Coquelicot aims to protect, to some extent, users and system administrators from disclosure of the files exchanged from passive and not-so-active attackers.

(Machine Translation)
Linguagem Natural: English, French, German
Linguagem de Programação: JavaScript, Ruby
Interface de Usuário: Web Environment
Última Atualização: 2014-05-07 22:26

Unicorn

Unicorn is a Unix and LAN/localhost-optimized fork of the Mongrel HTTP server. It takes full advantage of functionality exclusive to Unix-like operating systems. It will reap and restart workers that die from broken apps, and there is no need to manage multiple processes yourself. Load balancing is done entirely by the operating system kernel. Requests never pile up behind a busy worker. The server does not care if your application is thread-safe or not, as workers all run within their own isolated address space and only serve one client at a time. All Rack applications are supported along with pre-Rack versions of Ruby on Rails via a Rack wrapper. It also supports atomic log cycling, nginx-style binary re-execution without losing connections, before_fork and after_fork hooks, and optional copy-on-write-friendly memory management.

(Machine Translation)
Última Atualização: 2009-03-20 23:30

Alexandria Book Collection Manager

Alexandria is a GNOME application to help manage a book collection. It retrieves book information (including cover pictures) from several online libraries, allows you to search for a book (either by EAN/ISBN, title, authors, or keyword), can import and export data into ONIX, Tellico, and EAN/ISBN-list formats, generates Web pages from your libraries, allows marking your books as loaned, saves data using the YAML format, features an HIG-compliant user interface, shows books in different views that can be filtered or sorted, and handles book rating and notes.

Última Atualização: 2006-01-15 21:01

AweMUD

AweMUD is a MUD server for use with fantasy-settings. Features include fully dynamic objects and characters, an advanced scripting system, and custom worlds. The engine will eventually have completely interactive rooms (items can be placed under benches, doors can be destroyed), complex magick, and interactive NPCs.

Última Atualização: 2014-04-03 17:38

Capstone

Capstone is a disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community. Running on Windows, Mac OS X, Linux, FreeBSD, OpenBSD, and Solaris, it can disassemble ARM, ARM64 (ARMv8), MIPS, PPC, and x86 architectures. Capstone provides rich details about disassembled instructions along with useful semantic information.

(Machine Translation)
Última Atualização: 2007-03-05 02:14

QDBM: Quick DataBase Manager

QDBM is an embedded database library compatible with GDBM
and NDBM. It features hash database and B+ tree database
and is developed referring to GDBM for the purpose of the
following three points: higher processing speed, smaller size of
a database file, and simpler API.

(Machine Translation)
Última Atualização: 2011-11-01 15:42

Puppet

Puppet lets you centrally manage every important aspect of your system using a cross-platform specification language that manages all the separate elements normally aggregated in different files, including users, cron jobs, and hosts, along with obviously discrete elements like packages, services, and files. Its simple declarative specification language provides powerful classing abilities for drawing out the similarities between hosts while allowing them to be as specific as necessary, and it handles dependency and prerequisite relationships between objects clearly and explicitly.

Última Atualização: 2013-10-21 00:13

libguestfs

libguestfs is a set of tools for accessing and modifying virtual machine (VM) disk images. You can use this for viewing and editing files inside guests, scripting changes to VMs, monitoring disk used/free statistics, P2V, V2V, performing partial backups, cloning VMs, and much more. libguestfs can access nearly any type of filesystem including: all known types of Linux filesystem (ext2/3/4, XFS, btrfs, etc.), any Windows filesystem (VFAT and NTFS), any Mac OS X and BSD filesystems, LVM2 volumes, MBR and GPT disk partitions, raw disks, qcow2, CD and DVD ISO images, SD cards, and dozens more. libguestfs doesn't need root permissions.

Última Atualização: 2010-01-14 22:36

Amahi Linux Home Server

The Amahi Home Server is a Linux home server based on Fedora (and later on Ubuntu). Your machine becomes a "Home Digital Assistant" (HDA) after the installation. It provides a growing set of community packaged apps like an iTunes server, UPnP server, calendar server, a wiki, shared network storage, network backups, a printer server, VPN, and a plug-in architecture built on Ruby on Rails.

Última Atualização: 2009-12-06 10:11

Metasploit Framework

The Metasploit Framework is a platform for developing, testing, and using exploit code. The framework has been used on platforms ranging from large mainframes to the Apple iPhone.

Última Atualização: 2013-05-18 03:42

NHI1

NHI1 is an attempt to create a non-human intelligence. It is composed of several sub-projects like theLink (formerly known as libmsgque) and theBrain, which is a persistent storage system able to save a data package from theLink without transformation.

Última Atualização: 2014-02-12 22:28

Systems of Ordinary Differential Equations

omnisode.rb, preodein.rb, and preindent.rb are a set of Ruby programs to generate a program to use long Taylor series to solve systems of ordinary differential equations. It generates code to solve the equations in either C, C++, Ruby, Maple, or Maxima. Using the Taylor series, estimates are made of the location of poles.

(Machine Translation)
Sistema Operacional: Cygwin (MS Windows), Windows
Linguagem de Programação: C, C++, Ruby
Tópico: Freecode.com
Última Atualização: 2001-08-20 15:40

Ming

Ming is a library for writing SWF (Flash) format files. It includes high-level functions which abstract away mundane specifics of the file format and PHP (and now Python/Zope, Ruby, and c++) module code which wraps the library into handy objects.

Última Atualização: 2010-07-25 00:20

Natural Docs

Natural Docs is a documentation generator for multiple programming languages. You document your code in a natural syntax that reads like plain English. Natural Docs then scans your code and builds high-quality HTML documentation from it.