Simple Project List Software Map

412 projects in result set
最后更新: 2021-06-23 13:00

Android-x86

这是一个将Android开源项目移植到x86平台的项目,以前称为“针对android x86支持的补丁托管”。http://www.android-x86.org/

发展现状: 5 - Production/Stable
作业系统: Android
编程语言: C, C++, Unix Shell
专题: Live CD
用户界面: Graphical
Register Date: 2016-04-22 19:23
最后更新: 2014-06-11 10:40

fio

fio is an I/O tool meant to be used both for benchmark and stress/hardware verification. It has support for 19 different types of I/O engines (sync, mmap, libaio, posixaio, SG v3, splice, null, network, syslet, guasi, solarisaio, and more), I/O priorities (for newer Linux kernels), rate I/O, forked or threaded jobs, and much more. It can work on block devices as well as files. fio accepts job descriptions in a simple-to-understand text format. Several example job files are included. fio displays all sorts of I/O performance information, including complete IO latencies and percentiles. Fio is in wide use in many places, for both benchmarking, QA, and verification purposes. It supports Linux, FreeBSD, NetBSD, OpenBSD, OS X, OpenSolaris, AIX, HP-UX, Android, and Windows.

最后更新: 2020-05-03 13:10

Androidx86 Magisk

带有Magisk的Android x86 改良版

最后更新: 2012-05-30 00:26

Berkeley DB

Berkeley DB (libdb) is a programmatic toolkit that provides embedded database support for both traditional and client/server applications. It includes b+tree, queue, extended linear hashing, fixed, and variable-length record access methods, transactions, locking, logging, shared memory caching, database recovery, and replication for highly available systems. DB supports C, C++, C#, Java, PHP, and Perl APIs. It supports key-value pair (NoSQL), SQL, and Java Object formatted data. It is available for a wide variety of Unix platforms as well as QNX, Android, Mac OS X, and several varieties of Windows.

最后更新: 2014-06-02 08:36

GNU libmicrohttpd

GNU libmicrohttpd is a small C library for embedding HTTP server functionality into other applications. It is reentrant, fast, supports HTTP 1.1, and permits listening on multiple ports. The API is simple and still powerful enough to allow programmers to use the entire HTTP feature set. SSL/TLS support is available as an option.

最后更新: 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
最后更新: 2014-03-17 15:36

Yet Another Telephony Engine

Yate is a next-generation telephony engine. While currently focused on Voice over Internet Protocol (VoIP) and PSTN, its power lies in its ability to be easily extended. It supports SIP, H.323, IAX, MGCP, Jingle, Jabber, E1, T1, analogic, robbed bit, ISDN PRI, BRI, and SS7. YateClient is an Instant Messenger and Voice application for Jabber/Jingle IM, SIP, H.323, and IAX VoIP protocols.

最后更新: 2014-11-08 04:30

santoku

三徳専用携帯電話フォレンジック、分析、およびセキュリティ、使いやすいオープン ソースのプラットフォームです。

(Machine Translation)
最后更新: 2014-06-16 23:17

pride

Pride combines bash scripts, zenity, ant, ImageMagick, and the Android tools to create a fast and simple POSIX alternative for Android development. It provides all the basic commands (clean, build, release, etc.) of other Android IDEs. But it is primarily a robust and simple injection framework. Injections from methods to clusters of activities are easily created from existing code and can then be injected into any project. Pride can also be used to batch build, load, or release multiple projects and can update class and resource files among projects that use the same objects or resources.

最后更新: 2014-05-01 21:21

httping

httping is a "ping"-like tool for HTTP requests. Give it a URL and it will show how long it takes to connect, send a request, and retrieve the reply (only the headers). It can be used for monitoring or statistical purposes (measuring latency).

最后更新: 2011-02-26 06:14

db4o

db4o is an object database for Java and all .NET environments. Its features include ACID transactions, automatic class schema recognition, query-by-example, a S.O.D.A. object querying API, native queries, LINQ support on .NET, callback methods, memory files, cascade-on-delete, multi-threaded access, and Java Webstart and servlet support.

最后更新: 2011-12-26 14:04

linphone

Linphone is an audio and video Internet phone with GTK+ and console interfaces. It uses the SIP protocol, and is compatible with most SIP clients and gateways. It can use various audio and video codecs such as Speex, GSM, G711, G722, ilbc, amr, Theora, H263-1998, MPEG4, H264, VP8, and snow.

最后更新: 2013-04-30 22:15

strongSwan

strongSwan is a complete IPsec implementation for the Linux, Android, Maemo, FreeBSD, and Mac OS X operating systems. It interoperates with with most other IPsec-based VPN products via the IKEv2 or IKEv1 key exchange protocols. The focus of the strongSwan project is on strong authentication mechanisms using X.509 public key certificates and optional secure storage of private keys on smartcards through a standardized PKCS#11 interface. A rich choice of modular plugins adds additional features like Trusted Network Connect or advanced cryptographical algorithms.

最后更新: 2013-12-27 23:39

ProGuard

ProGuard is a shrinker, optimizer, obfuscator, and preverifier for Java bytecode. It detects and removes unused classes, fields, methods, and attributes. It optimizes methods and removes dead code. It renames the remaining classes, fields, and methods using short, meaningless names. Finally, it preverifies the processed code for Java 6 or higher, or for Java Micro Edition. The resulting code is more compact, more efficient, and more difficult to reverse-engineer. Advantages of ProGuard compared to other Java shrinkers and obfuscators are compact template-based configuration, memory efficiency, and speed. It is mostly popular for embedded development and for commercial development, and is integrated in Oracle's Wireless Toolkit, in Intel's TXE SDK, and in Google's Android SDK.