Simple Project List Software Map

55303 projects in result set
最后更新: 2001-03-20 04:22

Barque

Barque is a Web Browser for GNOME. It is based on the GtkHtml component.

(Machine Translation)
最后更新: 2001-06-20 11:59

Homedns

Homedns is a program that allows you to set up your own little DNS system. It
makes use of a Perl script on an HTTP server and a client program which runs on
the client computers. IP addresses are kept on the server, and the clients
update and retrieve the IP addresses.

(Machine Translation)
最后更新: 2006-03-26 04:56

shabdashilpa

ShabdaShilpa is an English to Kannada translator
and editor. It can handle many file formats, and
it includes almost everything one would expect in
a modern word processor. It also includes an
interface with LIRC which allows it to be used
with a remote IR keyboard.

(Machine Translation)
最后更新: 2014-06-10 11:46

Minetest Classic

Minetest-Classic is a fork of Minetest-C55, an infinite-world block sandbox game and a game engine, inspired by InfiniMiner, Minecraft and the like. It aims to improve speed, fix bugs, and add features and functionality. The game includes over 400 blocks, craft items, and tools, in both functional and decorative types. Minetest-Classic has a focus on immersive gameplay where in-world mechanisms are preferred over special commands, such as using incinerators instead of a /pulverise command, or craft guides being implemented as part of the in-game book system, rather than as a special menu item. In addition to single player mode, online multi-player is also available.

(Machine Translation)
最后更新: 2014-06-14 04:25

zUID

zUID is a unique ID generator service based on ZeroMQ.

(Machine Translation)
编程语言: C
专题: Freecode.com
最后更新: 2014-06-14 04:29

Chrubix

Chrubix transforms your ARM-based Chromebook into a fully functional, more secure laptop. The OS is installed on a removable MultiMediaCard (MMC). You can choose between ArchLinux, Debian, Fedora, Kali, SuSE, and Ubuntu for the underlying OS. Chrubix supplies Guest Mode, full-disk encryption, a Windows XP lookalike mode, MAC address randomizing, a panic button, additional checksums, and a variety of important security-oriented software applications such as Freenet, I2P, Tor, GPG, and LEAP-Bitmask. In addition, Chrubix offers you the option to tweak the software so that it will run on no hardware but yours (MMC and laptop must match).

(Machine Translation)
最后更新: 2014-06-16 08:49

Directy CMF

Directy CMF is a content management framework that provides basic functionality required for creating Web sites and publishing Web content. It makes it easy for developers to add CMS functionality to applications built with the ApPHP MVC framework. Key development principles for the provided set of bundles are modularity, usability, documentation, and intuitive coding. This framework is intended to be easily customizable, in terms of both the types of content used and the policies and services it provides. It allows to you extend the functionality of the base application with your own independent modules.

(Machine Translation)
最后更新: 2014-06-11 11:34

H2OTpl

H2OTpl is an easy to use, fast, and secure PHP template engine that allows you to separate your HTML template code from your PHP code.

(Machine Translation)
自然语言: English, French
编程语言: PHP
专题: Freecode.com
最后更新: 2009-08-30 18:25

sshh release II

sshh is a set of two daemons that allows you to maintain a TCP connection if all you have available is an HTTP proxy. It is similar in functionality to httptunnel, but has a few more features. Once you have it set up, sshh will allow you to make connections forward through the proxy or backwards through it, so you can open connections in either direction.

(Machine Translation)
最后更新: 2014-06-14 06:33

benchthemall

benchthemall is a bunch of programs for benchmarking server platforms from a central location. It can gauge disk I/O performance and DB performance for MySQL and SQLite. The client can make concurrent network requests in order to gauge network speed in requests/sec.

(Machine Translation)
作业系统: Linux
专题: Freecode.com
最后更新: 2014-06-12 12:03

Java Cleanup

Java Cleanup is a interface that allows Java classes to be cleaned up after being garbage collected. It is ideal if you have tried finalize but it didn't work, or if you have read that finalize should not be used, or if you find PhantomReferences to be difficult to maintain.

(Machine Translation)
编程语言: Java
专题: Freecode.com
最后更新: 2014-06-12 12:01

EnumBitSet

EnumBitSet is a small project offering more functionality with enum types in Java. It is useful if you want to store a set of enums in a single database field. A toLong() method can be used it there are not more than 64 elements in the enum type, or toBigInteger() for enum types of any size.

(Machine Translation)
最后更新: 2014-06-12 09:03

builders

builders provides an implementation of AI and graphics for making games based on the old Settlers games.

(Machine Translation)
最后更新: 2014-06-12 09:03

whitequest

whitequest is an extension on the first Quest for Glory game (Hero's Quest). It introduces a new plot twist based on the characters, game engines, and graphics of the original.

(Machine Translation)
最后更新: 2014-06-11 11:45

PHP Markdown Parser

PHP Markdown Parser is a PHP class that parses Markdown documents and generates HTML tags. It can operate on a text string or a file.