Showing 186 open source projects for "gecko-sdk"

View related business solutions
  • Employee monitoring software with screenshots Icon
    Employee monitoring software with screenshots

    Clear visibility and insights into how employees work. Even remotely

    Our computer monitoring software allows employees, field contractors, and freelancers to manually clock in when they begin working on an assignment. The application will take screenshots randomly or at set intervals, which allows employers to observe the work process. The application only tracks activity when the employee is clocked in. No spying, only transparency.
  • Find out just how much your login box can do for your customer | Auth0 Icon
    Find out just how much your login box can do for your customer | Auth0

    With over 53 social login options, you can fast-track the signup and login experience for users.

    From improving customer experience through seamless sign-on to making MFA as easy as a click of a button – your login box must find the right balance between user convenience, privacy and security.
  • 1
    ytsdk

    ytsdk

    Android Youtube Downloader Source Code -- YTSDK

    visit www.ytsdk.com for more info. Change package name, integrate your ads, upload your android app and start generating revenues instantly. YTSDK is an SDK for downloading youtube video's and mp3 files on your android device. Using this SDK you can develope your own youtube downloader android app and start generating revenues.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Handwritten Signature SDK

    Java SDK useful to develop handwritten signature verification app

    Handwritten Signature SDK supports: dynamic time wrapping (DTW), extended regression (ER), signature sampling, direction hash and features extraction: see wiki for more info.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    This project is a Java API to control basic Winamp functions. It´s work with a JNI library(C language) to communicate with Winamp SDK (available on http://www.winamp.com/development/sdk). Use the LInk below to download the library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Coronis SDK

    Coronis SDK

    Set of module for data processing of wireless device

    The goal is to create a leading “Set of software libraries for data processing of wireless device based on Coronis platform“. These libraries will run on all major platforms (embedded and desktop) and provide services for data processing through generic APIs. Keywords: Coronis, Wavenis, API, Plugin, Wireless, Waveport, Wavecard, Profile, Java, C, C++, C#
    Downloads: 0 This Week
    Last Update:
    See Project
  • PMG Low-Code Automation Platform Icon
    PMG Low-Code Automation Platform

    For companies of all sizes interested in a low-code and digital process automation platform

    PMG is a low-code software platform that allows users to configure automation solutions and business applications to drive digital transformation initiatives. From streamlining business processes through automation, to integrating existing systems and filling in point solution functionality gaps, to delivering a collaborative workspace and unified user experience – PMG’s low-code platform does it all without coding. Business users as well as IT resources are empowered to configure, deploy, and maintain solutions that meet their company’s specific needs.
  • 5

    Big Sack

    Big Sack: A lightweight Java Key/Value store with undo and disk cache.

    Big Sack is a Java persistence mechanism that allows storage of key value pairs following the popular Big Data paradigms. Its a very simple and straightforward way to bridge the gap between in-memory data structures and long-term storage. It has the convenience of Java SDK TreeMap and TreeSet classes and is used the same easy way, but it includes rollback through undo logging to checkpoint data so it does not wind up in an unknown state regardless of failures. Data storage in the exabyte range...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    OpenXLS is the open source version of ExtenXLS -- a best-in-class Java spreadsheet SDK that allows you to read, modify and create Excel-compatible spreadsheets from your Java applications. Supports Excel 97-2012 file formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    aws-s3-version-mgmt

    aws-s3-version-mgmt

    Command line utility for versioning-enabled S3 buckets in AWS

    ... this tool can be used in scripts for cleanup purposes and others. Project is entirely Java based and makes usage of the Amazon's AWS SDK for Java. It is intended as a command-line tool (so it can be easily integrated in things like cron jobs etc) however there are plans to to implement a GUI interface too. This project has been reviewed by SoftPedia as per: http://mac.softpedia.com/get/Utilities/aws-s3-version-mgmt.shtml
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Android Robo Combat

    Android Robo Combat

    self-programmed android game

    The scope is to create a android game, by using Java. Robo Combat is a game that is like the well known game Mario World. It also includes a simple map editor. For developers: Suitable for beginners in the programming language Java. Please download following programs: - Eclipse + ADT plugin - Android SDK Tools - Android Platform-tools - The latest Android platform - The latest Android system image for the emulator All this is available in the bundle: http
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Zillya AVEngine SDK

    Zillya AVEngine SDK

    Antivirus engine that allows you to create your own anti-virus

    Antivirus engine with a set of virus databases and regular updates. Detects and cures all types of malware. Allows you to create your own anti-virus software without the creation of a personal virus lab, connect antivirus functionality to applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • SysAid multi-layered ITSM solution Icon
    SysAid multi-layered ITSM solution

    For organizations spanning all industries and sizes from SMBs to Fortune 500 corporations

    SysAid is an ITSM, Service Desk and Help Desk software solution that integrates all of the essential IT tools into one product. Its rich set of features include a powerful Help Desk, IT Asset Management, and other easy-to-use tools for analyzing and optimizing IT performance.
  • 10
    RSSoid

    RSSoid

    A little rss reader on android.

    RSSoid is a little RSS reader. There are two version of this project, one using the Android SDK and the other using the Android NDK. The goal is to try both of them and to be able to give our opinion.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Read and search java sdk and other documentation from eclipse help system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Android Teacher Diary

    Android application allowing teachers to manage students and grades

    This Android application allows you to manage student database, create diaries with assignments in it and grade students. Minimum SDK 8, target SDK 17. Android Teacher Diary is a graduation work created on Secondary Technical School of Mechanical and Electrical Engineering, class Information technology.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This project is a 100% pure Java J2EE framework upon which small, low-profile programs can be built quickly using a model-view-control-like scheme. It is written using the Java 1.5 SDK and requires a Java Runtime Environment (JRE) version 1.5 or higher.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Java HTTP REST interface

    Base for HTTP-REST Java application

    Simplified multithreaded Java HTTP server able to interpret GET/POST requests. Example dummy app included. It uses Apache2 as a proxy for AJAX calls and jQuery code as a client. ------- Requirements: For the Java HTTP server: - J2SE (SDK for compilation) For the exampe web app: - Apache2 with mod_rewrite and mod_proxy Client-side for the web app: - www browser supporting JS with jQuery --- Setup: - run Server.class from Java server files (java Server) in a terminal/console - unpack...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    OoOfficeAutomation

    openoffice integrate

    you can integrate and fully automate your work on openoffice CALC using openoffice SDK and my lib make it easy
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This Amazon Mechanical Turk (MTurk) SDK is no longer under active development as of TK. The latest MTurk SDKs, with support for most common programming languages, are now a part of the Amazon Web Service (AWS) SDKs at https://aws.amazon.com/tools/. With the AWS SDKs, you can also connect to MTurk using the AWS Command Line Interface (https://aws.amazon.com/cli/), allowing you to perform operations from your Windows, Mac, or Linux command line without having to write code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Simplest Android Web Suite

    Free and simple build toolkit for HTML5-based Android apps

    SAWS: Simplest Android Web Suite SAWS is an open-source build engine that allows you to turn a HTML5-based client web application into a mobile application for Android OS. Given the folder with your web app (HTML, JS, CSS) and its title, it outputs ready-to-use APK file with this application. Requirements: - Linux or other Unix-based OS with Bash shell - Java SDK (sun-java6-sdk or the latest openjdk version) - Ant - Android SDK installed with Android 2.1 (android-7) available as a target...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Wisata Solo

    Wisata Solo

    Wisata Solo

    "Peta Wisata Kota Solo berbasis Android 2.3 SDK dan Google API's : 9" meliputi 4 kategori wisata di kota solo yaitu kuliner, belanja, alam, budaya dan juga akomodasi meliputi hotel, taksi dan BST (Batik Solo Trans) dilengkapi dengan GPS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    RE:SDK

    RE:SDK

    SDK for Resident Evil Games

    SDK for Resident Evil Games, this SDK will feature a multitude of applications. Our goal is for the user to be able to do a multitude of tasks across the original resident evil trilogy. Everything from editing room boundaries to event scripting and even 3d modelling.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    3DPhotoBrowser

    Experimental OpenGLES2.0 android app for new Android developers

    This project is created to share the experimental application developed using Android SDK/NDK for OpenGLES2.0 to create a photo browser application. Application shows pictures using cache images, otherwise builds cache on every first time lookup. Creates textures using Cairo surface. The source code is totally free for any purpose, commercial or non-commercial. New developers can use the code as reference.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The project provides functionality to interface the SmartCardIO Java SDK library to Global Platform compliant smart cards, similar to globalplatform.sf.net. The difference is pure Java implementation and easy plug in to your SmartCardIO applications. This project is now more or less subsumed by Martin Paljak's continuation of the project at https://github.com/martinpaljak/GlobalPlatformPro.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    This Project gives instructions on how to setup a working environment with Eclipse to develop MIDlets for NOKIA 6131 NFC. The entire setup requires the installation of JDK, JRE, Eclipse ME, and NFC SDK.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Facebook BlackBerry SDK
    A Java library for your BlackBerry applications to integrate with Facebook using OAuth 2.0 and Graph API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ToxOtis
    ToxOtis is a Java interface to the predictive toxicology services of OpenTox. ToxOtis is being developed to help both those who need a painless way to consume OpenTox web services and for ambitious service providers...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    xMxmlCompiler
    xMxmlCompiler is an eclipse plugin that provides an Eclipse Builder on mxml resource changes and a GUI to the Flex 4 compiler (mxmlc) of the open SDK. It run on GNU/Linux and Windows eclipse platform version.
    Downloads: 1 This Week
    Last Update:
    See Project