Simple Project List Software Map

41835 projects in result set
最后更新: 2014-05-28 08:17

Open Camera

Open Camera is a camera app for Android phones and tablets. It has the option to auto-stabilize so your pictures are perfectly level no matter what. Other features include zoom (multi-touch and single-touch), flash, focus modes, focus and metering areas, face detection, front/back camera, scene modes, color effects, white balance, ISO, exposure compensation, exposure lock, video recording, UHD 4K video, video fps and bitrate control, timer, burst mode, geotagging, configurable volume keys, and choice of save folder. The preview's aspect ratio can be set to either match the display's aspect ratio or the aspect ratio of the photo/video resolution. The UI can be optimised for left or right-handed users.

(Machine Translation)
作业系统: Android
编程语言: Java
专题: Freecode.com, Video
最后更新: 2011-08-17 10:44

BusyBox

BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides minimalist replacements for most of the utilities you usually find in GNU fileutils, shellutils, etc. The utilities in BusyBox generally have fewer options than their full-featured GNU cousins; however, the options that are included provide the expected functionality and behave very much like their GNU counterparts. BusyBox provides a fairly complete POSIX environment for any small or embedded system.

最后更新: 2013-11-09 00:11

Slackware

Slackware is the longest-running distribution of the Linux operating system. Slackware offers a stable and secure version of Linux that is perfect for home, office, or educational use. Slackware is easy for beginners to install, but contains all the advanced features required by the experienced UNIX power-user.

最后更新: 2009-12-13 14:17

Licq

Licq includes all the basic features of ICQ, like sending/receiving messages, chat, file transfer, contact list with pixmaps and user status, basic/extended user info, adding/editing users from within the GUI, user history, user groups, and new user registration. All commands and information are available through a simple and convenient tab dialog. Licq also has a completely configurable user interface with Skin and Icon pack support. It is written in C++ and comes with a GUI plugin using the Qt widget set. Other plugins are also available, like basic MSN support.

最后更新: 2014-06-02 00:55

Burp

Burp is a program that backs up and restores data. It uses librsync in order to save on the amount of space that is used by each backup. It also uses VSS (Volume Shadow Copy Service) to make snapshots when backing up Windows computers.

最后更新: 2014-06-16 23:16

Pen

Pen is a load balancer for "simple" TCP-based protocols such as HTTP or SMTP. It allows several servers to appear as one to the outside. It automatically detects servers that are down and distributes clients among the available servers. This gives high availability and scalable performance.

最后更新: 2012-02-02 21:42

Simple Groupware

Simple Groupware is a complete enterprise application offering email, calendaring, contacts, tasks, document management, synchronization with cell phones and Outlook, full-text search, and much more. Simple Groupware combines standards like RSS, iCalendar, vCard, IMAP, POP3, SMTP, CIFS, CSV, WebDAV, LDAP, and SyncML under one platform. Unlike other groupware software, Simple Groupware contains the programming language sgsML to enable the quick customization and creation of powerful Web applications.

最后更新: 2012-03-01 22:48

LAME

LAME (LAME Ain't an MP3 Encoder) is a research project for learning about and improving MP3 encoding technology. LAME includes an MP3 encoding library, a simple frontend application, and other tools for sound analysis, as well as convenience tools. Please note that any commercial use (including distributing the LAME encoding engine in a free encoder) may require a patent license from Thomson Multimedia.

最后更新: 2012-12-25 13:15

FBReader

FBReader is an e-book reader. It currently works on the Sharp Zaurus, Siemens Simpad with Opensimpad ROM, Nokia Internet Tablet (Maemo platform), Archos PMA430, Motorola E680i/A780/A1200 smartphones, PepperPad 3, Asus Eee PC, IRex iLiad, UMPC, and desktop computers running Linux, Windows XP/Vista, or FreeBSD. It supports several e-book formats: epub, plucker, palmdoc, zTXT, HTML, CHM, fb2, TCR (psion text), OEB, OpenReader, RTF, non-DRM'ed Mobipocket, and plain text.

最后更新: 2014-05-24 06:50

Guacamole

Guacamole is an HTML5 Web application that provides access to desktop environments using remote desktop protocols such as VNC or RDP. A centralized server acts as a tunnel and proxy, allowing access to multiple desktops through a Web browser. No plugins are needed. The client requires nothing more than a Web browser supporting HTML5 and AJAX.

最后更新: 2010-09-15 09:49

Mantis Bug Tracker

Mantis Bug Tracker (MantisBT) is a Web-based issue tracking system that is both simple to use and highly customisable. A plugin system allows users to easily create and add new features. MantisBT is over 10 years old and is actively developed.

最后更新: 2011-07-11 02:53

CentOS

CentOS is an enterprise Linux distribution based
on the sources from Red Hat Enterprise Linux.
CentOS conforms with Red Hat's redistribution
policy and aims to be 100% binary compatible. Each
CentOS version is supported for 7 years (by means
of security updates). A new CentOS version is
released every 2 years and each CentOS version is
regularly updated (every 6 months) to support
newer hardware. Currently, there are 4 different
supported CentOS releases: CentOS-5 is based on
Red Hat Enterprise Linux 5, CentOS-4 is based on
RHEL4, CentOS-3 is based on RHEL3, and CentOS-2 is
based on RHAS2.1.

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

BIRD

BIRD is a dynamic routing daemon for UNIX-like systems. It should support all routing protocols used in the contemporary Internet, such as BGP, OSPF, RIP, and their IPv6 variants. It also features a very flexible configuration mechanism, and a route filtering language.

最后更新: 2014-05-22 23:47

GNU Parallel

GNU parallel is a shell tool for executing jobs in parallel locally or using remote computers. A job is typically a single command or a small script that has to be run for each of the lines in the input. The typical input is a list of files, a list of hosts, a list of users, a list of URLs, or a list of tables. If you use xargs today you will find GNU parallel very easy to use, as GNU parallel is written to have the same options as xargs. If you write loops in shell, you will find GNU parallel may be able to replace most of the loops and make them run faster by running several jobs in parallel. GNU parallel makes sure output from the commands is the same output as you would get had you run the commands sequentially. This makes it possible to use output from GNU parallel as input for other programs.

最后更新: 2013-04-27 09:39

KDevelop

KDevelop is an integrated development environment which makes the creation and development of applications an easy task even for beginners. Highlights of the current release are: an application wizard for easy creation of KDE 4, Qt4, GNOME, and terminal C/C++ projects, full project management, a syntax-highlighting editor, code completion, an integrated dialog editor for the Qt/KDE GUI libraries, an internal debugger, a full-featured class browser with class tools, CVS and SVN support, an integrated HTML-based help system offering manuals and class-references, and extensive search mechanisms to browse sources and documentation.