Showing 497 open source projects for "java key"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 1
    Aspect-oriented Pig Latin

    Aspect-oriented Pig Latin

    Supports data aspects for Pig Latin.

    The goal of this research program is to develop a new paradigm for databases, called aspect-oriented data (AOD). AOD enables cross-cutting data concerns to be added to a database using aspect-oriented programming (AOP). A cross-cutting data concern is a data need that is universal (potentially applicable to the entire database) and widespread (can be used to enhance many, different databases). Data has a wide variety of cross-cutting data concerns, including provenance, time, lineage, and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    The aim of this android application is to provide a secure storage for files on the phone. By using asymmetric cryptography the application allow the user and other apps to encrypt the files using a public key so without the need of a encryption password.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    jCapture screencast applet

    jCapture is an applet to capture screenshots or record audio/screen

    ...It will be ported other web applications. Key features * Select screen area * Capture screenshot as PNG, JPG, etc. * Record video ** Audio from microphone ** Pause during the recording ** Play before upload ** Post-recording editor to remove frames ** Pick splash frame ** Generates a .swf file
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    NextBus Public Feed Adapter for Java

    A Java adapter for the NextBus Public XML Feed Service

    Restful Web Service adapter for the NextBus prediction and transit network reporting service. This implementation uses XSD Schema, JAXB and a domain object model to decouple the consuming application from the over-the-wire representation of the data. NextBus is currently providing real-time bus data in several major metro transit agencies including, but not limited to MBTA (Boston), Toronto, Seattle, Brooklyn, Staten Island as well as a number of University towns. In additional to the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    ControllerToKeys

    ControllerToKeys

    Emulate Keyboard and Mouse with a Controller.

    ...Also supports other USB controllers such as Logitech Dual Action. Go to Configure -> Non-Xbox controller. ControllerToKeys aims to give full controller support to all PC games that don't have it by emulating key strokes, mouse movement, mouse buttons, scroll wheel and key combos (i.e. alt+tab). With the ability to save and sharing button mappings, the intention is to be able to publicly share your mappings with others via. the forums. Hopefully, one day every game will have have mapping. Requires Java 7.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6

    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. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Digital signing using a Smart Card

    Java code that enables you to sign documents using a smart card.

    With this library, you'll be able to access a smart card and extract its information. If the smart card contains a key store, you can use it to create digital signatures. This library currently implements signing of PDF documents using the Belgian eID.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    fiskalizacija

    Java code for signing and handling Croatian fiscal service requests

    Java code for signing and handling requests for Croatian fiscal service. Includes unsigned and signed xml samples. For completeness of project my personal testing key is included. Units tests with sample data are available for the ease of use. Whole Eclipse project is committed to source forge Git. Commercial support for implementation into different java application is available upon request.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    The Dungeon

    A Java-based dungeon escape game.

    You have been trapped in a dungeon. You don't know by who, or what, and you are not sure what might lurk beyond the walls of the cell you currently reside in. If you want to survive, find the room with the key and find the door out.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 10

    H24 MiniX Null Keyboard

    A null keyboard app for the Android MiniX TV Box

    When you plug in a real keyboard to the MiniX the soft keyboard still pops up. The null keyboards on the Google Play don't process the enter key. This little project addresses that issue.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    JPropertyEditor

    JPropertyEditor

    a gui based property file editor in java. for java.

    a gui based property file editor in java. for java. Features: 1. Drag And Drop support 2. Print support 3. Easy Property manipulation (add/delete/update/search/view) 4. Property Key validation 5. Separate font for key and value 6. Order property list by key or value in ascending or descending 7. recent files support 8. key/value font size resize option 9. Export property as properties or in xml format 10.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Simplest Text Encrypter

    A simple example of polyalphabetic cipher in Java.

    Cryptography fascinates everyone. A variety of encryption techniques and ciphers are used to code important data. A polyalphabetic cipher is one of the simplest cipher one can make. This is a Java program to implement polyalphabetic cipher. [How the cipher encodes?] Input Data: helloaf Key: love l - 12th letter in Alphabet o - 15th letter in Alphabet v - 22nd letter in Alphabet e - 5th letter in Alphabet Now: h(l) e(o) l(v) l(e) o(l) a(o) f(v) Further: h(+12) e(+15) l(+22) l(+5) o(+12) a(+15) f(+22) where +(number) meaning shifting the character forward by the respective number of places. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Pedi

    A super simple Java properties file editor.

    Pedi allows you to edit and merge Java's *.properties files. You can merge two different property file edit the key values pair and save.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Encrypt important information sent through e-mail, on shared computers, or saved on the internet. Select a keyword and key character. Also check out the WPF version and the Android app. In order to use the .apk Android app you may have to enable your device to use off-market apps. Click the "Files" link to chose what version you would like to download.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Correlation Calculator

    Calculates the correlation coefficient for 2 sets of numerical data.

    Calculates the Pearson correlation coefficient for two sets of numerical data. The user has the option to add values to either set of data with the corresponding Add button or the ENTER key. In addition, the user can select one or more values from each list at a time to remove them to change the calculation. The clear button will remove all values from its corresponding list. Any questions, comments, concerns, bug reports, suggestions, etc. contact David at dxm3269@rit.edu.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Charon Housing

    Open Source Housing System for UK RSLs

    Charon Housing is an Open Source Housing system was written to work as an application under the Charon Environment and is aimed at UK RSLs (LA/HA/ALMO). The Charon Housing System makes use of the Charon Application Environment which is covered elsewhere. Charon Housing's two key features are: It is designed to be ultra-scalable, so can handle thousands of concurrent users and that it is a fully multi-authority system. This second feature is required by organizations that manage the housing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    PBM stealth

    Data hiding in bi-level pbm images

    Implementation of block parity for hiding data in bi-level pbm images in java. Increasing the security of stenography by using a random symmetric key for embedding and extraction of data from image. The project also has a PBM viewer in java and ascii viewer which shows the pbm images in ascii format.This project uses binary coded pbm images. Research paper : http://arxiv.org/abs/1304.1683 Key mechanism is not functional and program have bugs which are to be fixed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Pulsar Game

    Pulsar Game

    Pulsar is a card video game using Stars as gameplay key elements.

    Pulsar is a card video game. A card represents a star constellation, and thus contains stars that can be used in two ways : * Attack Stars (also called AMAS Stars) will generate an attack to flip opponents cards (and take them) ; * Defense Stars will protect the card from opponents. It is also the interface with other cards to begin a battle. The inner gameplay is much more complex as Cards and Stars can evolve, be damaged. AMAS Stars are "AutoMated Attack System" Stars. Stars are...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    ScreenWakeUp

    ScreenWakeUp

    ScreenWakeUp uses the proximity sensor to lock and wake up the screen

    ScreenWakeUp uses the proximity sensor to lock and wake up the screen. It run as a service and it will restart automatically on boot. You can lock the screen with ScreenLock application (it's not a widget), a long press on search key, covering the proximity sensor on the top of the phone for a few seconds (settable) or simply you can put the phone in your pocket. The screen automatically wakes up (or unlocks if enabled) when you take the phone out from the pocket or you move a hand over it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    My Lick Library

    Create your own personal library of your favourite guitar licks

    There are thousands of great guitar licks posted all over the internet, but finding licks that you like and want to use is difficult, and remembering the ones that you like is even harder. This is where My Lick Library comes in. My Lick Library is your own personal database of licks. Once you find or even invent a lick that you like and want to remember add it to your lick library. My Lick Library comes with a comprehensive and easy to use Tab Creator and allows you to add as many tags to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Key Concepts Extraction

    Tools for performing the key-concepts extraction from ontologies

    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    HINDI Virtual / Online KeyBoard

    Virtual / Online Hindi Key Board

    HINDI_VirtualKeyBoard ********************** Hindi Virtual / online key board is software program, which allows users to enter hindi characters. This virtual / online key board can be operated by various input devices like Mouse, touch pad, external touch tablet etc. This Virtual / Online key boards provides different input mechanisms to disability persons also.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 23
    KeyBox

    KeyBox

    Web-based multi-terminal SSH management tool

    A web-based SSH console to execute commands and manage multiple systems simultaneously. KeyBox allows you to share terminal commands and upload files to all your systems. Once the sessions have been opened you can select a single system or any combination to run your commands. Also, additional system administrators can be added and their terminal sessions and history can be audited.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Aliza Gaming API

    An extensible development framework for roleplay games.

    AlizaGameAPI is a robust, open-source Java-based framework designed to streamline and enhance the development of 2D and 3D games. It offers a comprehensive set of tools, utilities, and libraries, empowering developers to create immersive and dynamic gaming experiences with ease. Key Features: Modular Architecture, Rich Graphics and UI Components, Comprehensive Game Logic and Character Management, Environment and World-Building Tools, Statistical and Mathematical Utilities, Enhanced Debugging and Logging, Data Management and Integration, Integrated LLM for NPC Dialog, Cross-Platform Compatibility Dive into the world of game development with AlizaGameAPI. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This tool conects to a catalog of a given database and extract some metadata that can be handy for revision. The metadata are extracted to a xml file, useful for comparison (see also my project comparator), Metadata are extracted using JDBC. Supported DBMS: MySQL and PosgreSQL. The metadata extracted from the catalog are: Catalog -> name Tables -> name and if its a view. Column-> name, type, precision, length, is null Index -> name, is primary key, is unique, and a list of its fields.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB