Einfache Projektliste Software-Karte

412 Projekte im Ergebnis
Letztes Update: 2014-04-10 23:26

CyaSSL

The CyaSSL embedded SSL library is a lightweight SSL library written in ANSI C and targeted for embedded and RTOS environments, primarily because of its small size, speed, and feature set. It is commonly used in standard operating environments and cloud services as well because of its royalty-free pricing and excellent cross platform support. CyaSSL supports industry standards up to the current TLS 1.2 and DTLS 1.2 levels, is up to 20 times smaller than OpenSSL, and offers progressive ciphers such as HC-128, RABBIT, and NTRU.

Letztes Update: 2014-01-15 19:51

Android Pattern Unlocker

テスト済みデバイス: 1. 三星銀河 Y 2. 三星銀河 Y Duos 手順: 1. コピー メモリ カード 2. のルートに両方のファイルをあなたの android デバイス 3. 今スイッチあなたデバイス 4. プレス ボリューム今オフそのメモリ カードを挿入 + パワー一緒にこのモードのタッチで回復モード 5. を始めるために家ボタンは動作しませんのでボリュームの上下キーを使用して移動し、ホーム ボタン 6. 今選択 'sd カードから zip を更新' 7. 今を使用して選択'cwm.zip' 8. 黄色の色の選択メニューは 'sd カードから zip を選択' 11. Select 'delete_passward.zip' 12. 現在選択 'はい' 13. その後プロセスは完了を選択し、9. 選択「sd カードから zip をインストールする」10. を表示お使いのデバイスは今パターンを設定する新しい lo 16. ロックを解除いくつかの時間 14. 今戻ると選択再起動デバイス ' 15. 今描画任意パターンを押した後

(Machine Translation)
Entwicklungsstatus: 6 - Reifen
Zielbenutzer: Advanced End Users
Betriebssystem: Android
Programmiersprache: Unix-Shell
Letztes Update: 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.

Letztes Update: 2021-12-25 20:47

OpenCV

Open Computer Vision Libraryには、リアルタイムなコンピュータビジョンのための500個以上のアルゴリズム、文書、およびサンプルコードがあります。チュートリアル文書はO'Reilly Bookにあります:Learning OpenCV http://www.amazon.com/Learning-OpenCV-Computer-Vision-Library/dp/0596516134

Letztes Update: 2014-02-20 13:37

Pastèque

Pastèque is point-of-sale software for touchscreen devices. It is designed as multichannel software with a desktop client, a mobile Android client, and a Web back office.

(Machine Translation)
Letztes Update: 2014-05-15 11:50

Granite Data Services

Granite Data Services (GraniteDS) is a comprehensive development and integration solution for building Flex, JavaFX, and Android applications.

Letztes Update: 2013-06-06 14:43

Universal Password Manager

Universal Password Manager (UPM) allows you to store usernames, passwords, URLs, etc. in an encrypted database protected by one master password. Its three strongest features are simplicity (it provides a small number of very strong features with no clutter), the ability to run cross-platform, and database sharing. Rather than having many separate databases (home, work, etc.), database sharing allows you store your database at a remote location (password protected HTTP URL, for example) and then have UPM automatically keep your local database in sync with the remote database.

(Machine Translation)
Letztes Update: 2014-05-28 13:18

Character Recognition

Character Recognition is an Android app that allows the user to take a photo (or use existing image files on the device) and then apply the Tesseract OCR engine to extract the text in the photo. It is currently supporting English text, but other language support will be added in the future.

(Machine Translation)
Betriebssystem: Android
Programmiersprache: C++, Java
Themen: Freecode.com
Letztes Update: 2014-01-23 16:33

baresip

baresip is a bare-bones SIP user agent. It supports SIP, SDP, RTP/RTCP, and STUN/TURN/ICE, and IPv4 and IPv6, and is RFC-compliant and has portable C89 and C99 source code. A modular plugin architecture provides stdio, cons, and evdev user interfaces, celt, g711, g722, gsm, ilbc, l16, and speex audio codecs, alsa, coreaudio, gst, portaudio, oss, winwav, and mda audio drivers, speex_pp, speex_aec, speex_resamp, and sndfile audio filters, the avcodec video codec, avformat, quicktime, qtcapture, v4l, and v4l2 video sources, sdl, opengl, and x11 video display drivers, and srtp media encoding.

(Machine Translation)
Letztes Update: 2014-05-31 06:09

QuickMSG

QuickMSG is a secure messaging app for Android and the Linux command line. Its goal is to provide a simple and easy to use chat application with contacts and groups, providing secure chatting with no reliance on any central servers. It offers a simple interface for text chat and sending other content such as images and videos. Chat messages are sent using PGP encrypted email. All a user needs is an email provider which offers IMAP retrieval and SMTP submission (such as Gmail).

(Machine Translation)
Betriebssystem: Android, Linux
Programmiersprache: C, Java
Themen: Freecode.com
Letztes Update: 2013-08-09 18:46

Ecere SDK

The Ecere SDK is a cross-platform toolkit for building software applications. It currently runs on Windows, Linux, Mac OS X (through X11), FreeBSD, and the Android OS. It should run on other Unix platforms with minor testing/tweaking. With the Ecere SDK, you can develop applications once and deploy them on all supported platforms alongside a lightweight runtime environment. It introduces eC, an object oriented language derived from and fully compatible with C, compromising neither runtime performance nor ease of use. A built-in 3D engine supporting both Direct3D and OpenGL is fully integrated.

(Machine Translation)
Letztes Update: 2014-01-13 23:47

MirBSD Korn Shell

The MirBSD Korn Shell (mksh) is an actively developed successor of pdksh (the Public Domain Korn Shell), aimed at producing a shell good for interactive use, but with the primary focus on scripting. It is intended to be portable to most *nix-like operating systems as long as they're not too obscure. mksh incorporates improvements from OpenBSD and Debian, as well as bugfixes and enhancements developed for the MirOS, FreeWRT, and MidnightBSD projects and Android. The emacs command line editing mode is UTF-8 capable, and Byte Order Marks are ignored in scripts. The shell supports large files, as well as all pdksh and some csh, AT&T ksh, zsh, and GNU bash features, is compatible with the Bourne shell and POSIX (within limits), has no limit on array sizes, and incorporates some other useful builtins and features. While being already fast and small (without losing functionality), flags to make it even smaller can be given at compile time. An interactive shell reads "~/.mkshrc" on startup.

Letztes Update: 2014-03-19 20:24

DEMUX Framework

DEMUX Framework enables Java developers to build modular, cross-platform applications which can run on desktop, Web, and mobile and embedded devices. It is based on OSGI and supports creating JavaFX desktop applications, mobiles apps (Android, iOS, Windows), and Web applications.

(Machine Translation)
Letztes Update: 2014-02-13 01:23

Erebus

Erebus is a 2D real-time role-playing game with three quests and random dungeons. It is a classic point-n-click style RPG, with dungeons to explore, enemies to fight, NPCs to talk to, sub-quests to complete, scenery to interact with, weapons, treasure, and other items to find.

Letztes Update: 2014-03-26 16:54

dyncall

The dyncall library project provides a clean and
portable C interface to dynamically issue foreign
function calls using small call kernels written in
assembly. Instead of providing code for every
bridged function call, which unnecessarily results
in code bloat, only a modest number of
instructions are used to invoke all calls.

(Machine Translation)