Showing 545 open source projects for "java operating system"

View related business solutions
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • Level Up Your Cyber Defense with External Threat Management Icon
    Level Up Your Cyber Defense with External Threat Management

    See every risk before it hits. From exposed data to dark web chatter. All in one unified view.

    Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
    Try for Free
  • 1

    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...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    MapPSO
    MapPSO is a tool for Ontology Alignment, which uses Discrete Particle Swarm Optimisation. A particle swarm is used to search for the optimal alignment. The algorithm is massively parallel and adapts naturally on parallel architectures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    MailProbe
    E-Mail monitoring, benchmarking and load testing tool with integrated web UI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    phpMyBitTorrent: BitTorrent Tracker written in PHP. Features include: hosting torrents from remote trackers, DHT, Compact Announce, alternate links (eD2K, Magnet), HTTP-Basic Authentication, Passkey Authentication, embedded HTML Editor, Mass-upload of to
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 5

    HTTP-jQuery-mplayer Media Player

    Control playback of media files on WWW server

    Lets you play, pause, browse and add to play queue media files on a WWW server machine remotly using WWW interface. Requirements: Server: - POSIX Operating System - Sound Card - mplayer - Apache 2 - PHP 5 Client: - WWW browser able to run Javascript and jQuery (Firefox, Opera, Chrome, etc. virtually any modern browser, including smartphones)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Toolsverse ETL Framework

    Toolsverse ETL Framework

    Open source Extract Transform Load engine written in Java

    ETL Framework is a standalone Extract Transform Load engine written in Java. It includes executables for all major platforms and can be easily integrated into other applications. Key Features: * embeddable, open source and free * fast and scalable * uses target database features to do transformations and loads * manual and automatic data mapping * data streaming * bulk data loads * data quality features using SQL, JavaScript? and regex * data transformations Requirements *...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Software developed to manage information about university development cooperation activities. This application is adapted to Spanish Development Cooperation System. It was developed using: Java, Struts, Hibernate, and DB: MySQL
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    GpxTcxWelder
    Substitutes the missing GPS information in Garmin TCX files when devices lacking a GPS receiver are used to collect training data (Garmin FR 60, heartrate and pedometer only). GpxTcxWelder integrates GPS info from a GPX v1.1 files into TCX files
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    samizdat

    Kerberized Messaging Toolkit for Java

    Samizdat is a toolkit for Java for building Kerberos secured distributed, message-oriented applications. The toolkit contains base classes that simplifies the management of Kerberos login contexts as well as flexibly sign and seal messages between principals using the Java GSS API. The toolkit contains Transformation classes for Kerberizing JMS traffic as well as a super-lean HTTP based protocol stack that supports both Synchronous (RPC) and Asynchronous modalities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 10

    Large Text File converter

    Java Based Heavy-duty utilitity to process large delimited text files

    ...Another strength of this tool is in its configurability, it's design allows to generate as many output files as required from one input file, and at every row of input file validation, extraction, conversion can be applied. Use case Example: legacy system is to be replaced with new advanced system with different DB schema, and the data provided as 100GB size of delimited text data which is to be inserted in 10 different tables of new system DB after validation,date format conversion, rearrangements, and MD5 hashing implementation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Postal Code Finder

    Postal Code Finder

    Bangladeshi Postal Code with District, Thana,Post Office and Post Code

    Code_finder is a standalone php script written by Akram Hasan Sharkar and Sazzad Hossain Sharkar. It has inner database of Bangladeshi Postal Code with District, Thana, Post Office and Post Code. This is easy to use script, works on single call and line of code. Anyone use this script for their standalone website or any kind of CMS. No need extra coding or programming skill to work with this script. Easy customizable and fully flexible calls and output. You can apply your own style if...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Convert GPS-Tracks to KML

    Convert GPS-Tracks user-saved tracks to KML files for Google Earth.

    ...The GPS-Tracks iPhone application is available from the App Store or from http://www.gps-tracks.com . It can save recorded GPS tracks to the iPhone storage. This little Java applet provides the functionality to convert these saved tracks to KML files, for use with Google earth. Under Windows, it uses the synced files from the iTunes phone files backup, and extracts the tracks from there. Under Linux, it uses the virtual file system provided by libgpod (which provides an iPhone-gvfs-bridge) and gvfs-fuse (which offers gvfs virtual filesystems as Linux FUSE filesystems). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    XML validating & querying tool

    Comman-line interface XML validating & querying tool

    The program processes the given source XML file according to command-line arguments. It can validate the file (with -x or -d option) or query XPath expression (with -p option). Usage: java -jar clivaq.jar -- shows the help screen java -jar clivaq.jar -d <file.dtd> <file.xml> -- validates the <file.xml> java -jar clivaq.jar -x <file.xsd> <file.xml> -- validates the <file.xml> java -jar clivaq.jar -p "<XPath expression>" <file.xml> -- evaluates an XPath expression
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    DynamiCoS is a framework to support user-centric service composition. It uses semantic web techniques to describe and discover services, which then are used in compositions that aim at satisfying user objectives. The current version is still an alpha version. Further developments are to be released soon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    ThinknLearn

    An abductive sciene inquiry based learning project for school kids

    This project was designed for a reserach conducted in the area of mobile science inqiury using ontologies. This mobile web application 'ThinknLearn' uses ontology-based scaffolding to implement NCEA level 1science standard curriculum example as an experimental context. In this application, ontologies are designed using Protege 4.0 while Jena API and Pellet reasoner are used in the technical architecture of this application for extracting relevant information according to the requirements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    FIX Pusher

    FIX Pusher

    FIX protocol administration tool

    FIX Pusher is a tool for developers and administrators working with the Financial Information eXchange ("FIX") protocol. The FIX protocol is an industry driven standard for the electronic communication of trade related messages, released and maintained by FIX Protocol, Ltd. FIX Pusher can send and receive FIX messages. It supports you simulating workflows with third party systems speaking the FIX protocol. The application acts as acceptor or initiator. FIX Pusher can interpret and modify...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 18

    Java Mesh Server

    A Java Version of Magnie's Mesh Server for VPS

    Written in Java, this is meant to be used as a replacement for Scratch (by MIT) on web servers. It uses TCP port 42001 and Remote Sensors Connections Protocol.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    CADI is an implementation of the JPIP standard (JPEG2000 Interactive Protocol - Part 9). CADI includes a JPIP server, a JPIP proxy, and a JPIP Client. CADI is designed and programmed with the aim to provide a flexible framework to test and develop ne
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Ein kleines Tool um bei den von O2 ausgelieferten Zyxel P-2602hw Router schnell relevante Daten auszulesen oder Einstellungen zu ändern.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Data exchange is a core part of all cloud systems so it becomes necessarily important to control access to data that are confidential and whose integrity influences the state of the system at any time.It can be proven that the administrator in a IaaS can easily perform some hidden and malicious task on unsuspecting customer machine. This is attributed to the fact that he/she possesses the root privilege to do so and forms an attack. A cold boot attack can easily be lauched amongst...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A software toolkit for using the EPCglobal Low Level Reader Protocol (LLRP) to communicate with conforming RFID readers.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 23
    A bundle of lisp extensions, largely original, for GNU Emacs with the goal to obtain a more user friendly and powerful interface. The new features include contextual tool bars, new TeX interface, very complete menus, and a well structured IDE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    TechDoc

    Technical documentation for mobile phones

    TechDoc is a distributed system composed of a number of applications: a central java based web application using a SQLite database to import Technical documentation from CSV files (catalogue + files) and an Android based app or an iPhone/iPad app to install in a mobile phone, which is synchronized with the central web application and is able to work off-line and show the catalogue and files (e.g.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    MCPKUtil

    Java library for manipulating the MCPK archives used by CitiesXL

    MCPKUtil allows a Java program to read from and write to all MCPK-format archives. As a library, it also provides an (optional) verbose logging system that users can use to identify situations that may be unusual but don't require an exception.
    Downloads: 0 This Week
    Last Update:
    See Project