Simple Project List 軟體列表

MIT/X Consortium License
2381 projects in result set
最後更新: 2014-06-09 21:20

Dosage

Dosage is designed to keep a local copy of specific Web comics and other picture-based content such as Picture of the Day sites. With the dosage command line, script you can get the latest strip of a Web comic, catch up to the last strip downloaded, or download a strip for a particular date/index (if the comic's site layout makes this possible).

(Machine Translation)
操作系統: OS Independent
程式語言: Python
使用者介面: Web Environment
最後更新: 2014-05-22 22:46

Babel Router

Babel is a distance-vector routing protocol for
IPv6 and IPv4. It is designed to be robust and work
efficiently on both wired networks and wireless
mesh networks.

(Machine Translation)
最後更新: 2012-06-09 06:59

X11

X11, or X, is a vendor-neutral, system-architecture neutral network-transparent window system and user interface standard. In other words, it's a GUI for UNIX. X can use your network -- you may run CPU-intensive programs on high powered workstations and display the user interface (the windows) on inexpensive desktop machines.

最後更新: 2013-07-03 00:44

Little CMS

Little CMS intends to be a small-footprint color management engine, with special focus on accuracy and performance. It uses the International Color Consortium standard (ICC), which is the modern standard when regarding to color management. The ICC specification is widely used and is referred to in many International and other de-facto standards.

最後更新: 2010-06-08 21:58

Twisted

Twisted is an event-based framework for Internet applications. It includes a Web server, an SMTP/POP3 server, a telnet server, an SSH server, an IRC server, a DNS server, a generic client/server pair for remote object access (Perspective Broker), and APIs for creating new protocols. It supports integration with GTK+, GTK+ 2, Qt, Tkinter, wxPython, Mac OS X (PyObjC) and Win32 event loops. It also supports TCP, SSL and TLS, UDP, Unix sockets, multicast, and serial ports. Supported protocols include HTTP, FTP, SMTP, POP3, IMAP, TOC, OSCAR (AIM and ICQ), SSH, DNS, IRC, NNTP, Jabber, SOCKSv4, Telnet, SIP (for VoIP), and XML-RPC and SOAP using external packages. Most protocols are supported as both servers and clients.

最後更新: 2014-06-07 03:10

diffstat

Diffstat reads the output of the diff command and
displays a histogram of the insertions, deletions,
and modifications in each file. Diffstat is
commonly used to provide a summary of the changes
in large, complex patch files.

(Machine Translation)
最後更新: 2009-10-01 22:05

File Service Protocol

FSP is a UDP-based protocol for transferring files. It has many benefits over FTP, mainly for running anonymous archives. It is usable on lines with high packet loss ratio (70% WiFi), can go behind firewalls and unnoticed by port scans (because of UDP), does not overload networks when hosting ISOs or movies, share files on modem lines without eating all of the bandwidth, and keeps lamers away from your site (they don't know how to get to it). This project is active continuation of the FSP code base (abandoned 1996-2003).

(Machine Translation)
最後更新: 2004-04-06 10:32

AutoRPM

AutoRPM is a program that can do any combination of the following: mirror RPMs from an FTP site, keep installed RPMs consistent with an FTP site or local directory and keep installed RPMs in a cluster or network of systems consistent. It is highly flexible and contains a fully command-line driven interactive install mode (for installing RPMs from the queue or for installing RPMs from your system interactively). It also handles recursive dependencies, multiple versions of the same RPM, the same RPM with multiple architectures, and more. It does some of the same tasks as up2date and AutoUpdate.

(Machine Translation)
最後更新: 2014-05-15 08:05

giflib

giflib is a library for rendering and generating GIF image files. This is the GIF service code in C used for over two decades by graphics applications, Web browsers, game consoles, ATMs, and pretty much anything else that throws pixels on a display. It is simple, stable, and bulletproof.

(Machine Translation)
最後更新: 2010-01-28 05:21

Pyflakes

Pyflakes is a program that analyzes Python programs and detects various errors. It works by parsing the source file rather than importing it, so it is safe to use on modules with side effects. It's also much faster.

最後更新: 2014-01-15 23:29

Curie

Curie is a very minimalistic, tiny C library. It
supports basic I/O, basic networking,
S-expression based I/O, signal handling, process
handling, and I/O multiplexing. If the target
architecture is explicitly supported, statically
linked binaries may be as small as 4-20 kilobytes;
if not, then it only relies on the host's C
library. The library explicitly does not provide a
POSIX interface so that it may be used in
conjunction with a regular host libc (or without one).

(Machine Translation)
最後更新: 2014-04-24 01:09

ncdc

ncdc is a modern and lightweight Direct Connect client with a friendly text-mode interface.

(Machine Translation)
最後更新: 2014-04-03 12:55

Webconverger

Webconverger is a Live Web kiosk Linux distribution for public places. It is designed to get you on the Web easily without compromising your privacy.

(Machine Translation)
最後更新: 2011-12-19 14:57

Thread Safe Template Library

Thread Safe Template Library (TSTL) is a C++ library that provides thread-safe containers with high grade of locking. It includes classes for multimaps based on a B-tree and a hash table. It also includes classes for a queue, a priority queue, a pipe, an alloccache, a timercache, a limitcache without global locking, and a fast shared mutual exclusion locker (also known as "rwlock" or "wmrg"). It's useful for writing multi-threaded applications, network services, and operating system components with high requirements for interactivity level.

(Machine Translation)
最後更新: 2005-04-29 13:55

libmba

The libmba package is a collection of mostly independent C modules potentially useful to any project. There are the usual ADTs including a linkedlist, hashmap, pool, stack, and varray, a flexible memory allocator, CSV parser, path canonicalization routine, I18N text abstraction, configuration file module, portable semaphores, condition variables, and more. The code is designed so that individual modules can be integrated into existing codebases rather than requiring the user to commit to the entire library. The code has no typedefs, few comments, and extensive man pages and HTML documentation.