Showing 2453 open source projects for "openssl-java"

View related business solutions
  • Run Any Workload on Compute Engine VMs Icon
    Run Any Workload on Compute Engine VMs

    From dev environments to AI training, choose preset or custom VMs with 1–96 vCPUs and industry-leading 99.95% uptime SLA.

    Compute Engine delivers high-performance virtual machines for web apps, databases, containers, and AI workloads. Choose from general-purpose, compute-optimized, or GPU/TPU-accelerated machine types—or build custom VMs to match your exact specs. With live migration and automatic failover, your workloads stay online. New customers get $300 in free credits.
    Try Compute Engine
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1

    evatechsoft

    Eva TechSoft Projects

    Eva TechSoft Projects Description
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    AribaWeb
    AribaWeb (aribaweb.org) is the Open Source java-component-based web application development framework for creating rich, AJAX-enabled applications with the absolute minimum of code (and no hand-coded JavaScript).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    mcDomus

    mcDomus

    Java Domotic Over Ethernet

    A evolved HMI written in JAVA for the control of buildings. Main features: - datalogger - 5 language support - web page access - HMI touchscreen - plugin for hw and sw - supported I/O: * up to 100 digital inputs (REED, volumetric, photocells, etc. ..) * up to 100 digital outputs (sirens, lights, boilers, valves) * up to 24 analog inputs (thermometers, gauges, rain gauges, etc
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    nxCMS

    nxCMS

    Universal Content Management System (Java EE6)

    Universal content management system written in Java EE6 / Spring using Dojo framework
    Downloads: 1 This Week
    Last Update:
    See Project
  • $300 in Free Credit for Your Google Cloud Projects Icon
    $300 in Free Credit for Your Google Cloud Projects

    Build, test, and explore on Google Cloud with $300 in free credit. No hidden charges. No surprise bills.

    Launch your next project with $300 in free Google Cloud credit—no hidden charges. Test, build, and deploy without risk. Use your credit across the Google Cloud platform to find what works best for your needs. After your credits are used, continue building with free monthly usage products. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 5

    OEportlets

    University of Obuda, Standard Java Portals in practice

    University of Obuda, Standard Java Portals in practice course: 2013/13 Spring
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    PerfSuite
    A collection of performance analysis software that can assist with a variety of techniques useful for application software optimization and benchmarking. The current release provides support for analysis with hardware performance counters on Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Experiment manager

    Computer science experiment manager

    experimaestro is an experiment manager, and is composed of (1) a job scheduler that handles dependencies and locking (2) a modular experiment description framework, that allows easy description of the various parts of an experiments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    SpagoBI
    SpagoBI is the 100% open source, complete and flexible Business Intelligence suite. It includes not only usual reporting and charting tools, but also unique and innovative solutions for the location intelligence, visual inquiring, collaboration, KPIs, interactive dashboards, real-time BI and mobile BI. Conceived and realized by Engineering Group’s SpagoBI Competency Center, it is hosted in the Forge of OW2 Consortium (http://forge.ow2.org/) - an international community that promotes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    OpenQReg is a platform for building web based quality register solutions to be used primary for medical and health care applications. The provided platform makes use of and builds upon well known technologies such as Java, Tomcat and MySQL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go from Data Warehouse to Data and AI platform with BigQuery Icon
    Go from Data Warehouse to Data and AI platform with BigQuery

    Build, train, and run ML models with simple SQL. Automate data prep, analysis, and predictions with built-in AI assistance from Gemini.

    BigQuery is more than a data warehouse—it's an autonomous data-to-AI platform. Use familiar SQL to train ML models, run time-series forecasts, and generate AI-powered insights with native Gemini integration. Built-in agents handle data engineering and data science workflows automatically. Get $300 in free credit, query 1 TB, and store 10 GB free monthly.
    Try BigQuery Free
  • 10
    MapGUI

    MapGUI

    Integración de servicios de mapas web en entornos gráficos d

    MapGUI es un módulo, basado en aplicaciones Web Java, para la integración de servicios de mapas web en entornos gráficos de usuario.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    rockmeter

    rockmeter

    Middleware performance test solution

    Rockmeter is performance test solution for middleware. There are scripts capture application and web-based test application using jmeter opensource engine. so users can do WAS performance test using web-interface easily. ** Public beta version is released. [2013-11-15] ** General Available 1.0 Version is released. [2013-12-03] Licences are Apache 2.0/CPL 1.0/LGPL 2.1.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    pgApex

    http://95.85.49.98:8081/apex/q

    Web RAD for PostgreSQL tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    i20k (ISO 20000 SoftWare)

    i20k (ISO 20000 SoftWare)

    i20k SW de Gestión del Servicio ISO 20000

    i20k es un software que facilita a las organizaciones tecnológicas obtener y mantener la certificación ISO 20000. Desarrollado por Soitsa (www.soitsa.com), su estructura es la misma que la del estándar y sus funcionalidades facilitan la mejora continua del servicio y generan las evidencias necesarias para las auditorías internas y las de certificación. Ha sido reconocida como un software excelente dentro de la fase de pruebas por auditores certificados. i20k is a software that enables...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    RMI over WebSockets

    Remote Method Invocations over WebSockets

    ...RMIWebSocket can be used as an alternative to XMLHttpRequest in developing rich Internet apps. RMI WebSocket enables tight method-level integration between the user interface and the server, where the Javascript can call Java methods on the server and the server can call Javascript methods on the browser. It takes care of serializing and de-serializing the requests and responses using the Jackson JSON processor. . By modeling the communication between the Javascript and Java-server code as method calls, RMI WebSocket allows developers to apply UI patterns such as MVP (Model-View-Presenter) to their web application. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    Oscar SCADA

    Open source, web based, SCADA system written in PHP/Javascript & Java

    ...Enabling users to monitor and mange microcontroller devices in an automation system. The UI is web based and written in PHP, the server daemon componenet is written in Java and uses MySQL for storage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    RemoteRoot

    Web based management tool for unixes

    Remote Root is an enterprise-class central management tool for Linux, which enables centralized configuration management of a large amount of network connected Linux-based computers (hosts) in a modular form. It is an open source software system relying on operation of traditional operating systems, so it is capable of managing numerous free and commercial Linux distributions or even not Linux-like systems (such as Solaris, HP-UX, FreeBSD, OpenBSD). It can manage every system on which the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    goorm

    Cloud-based Integrated Development Enviroment

    We prepare to re-release npm install goorm goorm is the cloud-based Integrated Development Environment. It is developed in only javascript and using various open source libraries. It is also an open-source project. goorm supports currently C/C++ and Java as well as HTML, CSS, PHP and Javascript. Other languages will be supported with plugin. (future works). - goorm is developing now and this repository provides only alpha version. - please, feedback to us about bugs and feature what you need. (email: xenoz0718@gmail.com)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This will be next version of PHIbase.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    betterform

    betterform

    Toolkit for rapid XML and web application development

    Toolkit for rapid XML and web application development including a full XForms 1.1 implementation and a rich set of widget and layout-containers. Extensible interfaces for integration of custom controls, functions and data connectors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    DNet eBusiness Suite

    DNet eBusiness Suite

    Web based open source ERP

    Open source ERP
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The AJAX Engine is a portable Ajax framework built upon webservice standards (SOAP, WSDL) on data transfer layer by providing proxies for JavaScript. Supporting: AJAX Actions, queuing, scheduling, AJAX enabled controls. Server side adapters are available
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    z-utalm

    z-utalm

    Unified Test and Logging layer for multiple programming languages

    Modern software systems and application are commonly written in multiple languages, include scripting engines, and are frequently build on multiple specialized frameworks and middleware for a considerable diversity of runtime environments. The latest influencing update in development paradigm is the application of multicore processors. This projects is aimed to unify the required trace and logging output and integrate into debugging environments. The target is to provide general development,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Shoddy Battle (later known as Pokémon Lab) is a Pokémon simulator created by Cathy and bearzly and first released in July 2007. It allows users to play Pokémon matches against other people online. Shoddy Battle was highly influential on the game of competitive Pokémon because it was free and open source, scalable (700,000 battles per month during its peak), user customisable and extensible, and it provided unprecedented statistical data on player skill and Pokémon usage trends. Visit the...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 24

    stab

    WebSockets based 2D / 3D multiplayer action game

    This is my first try in the field of multiplayer online gaming. And this is also my first experience working with Three.js and 3D graphics in general.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The DPA Toolset allows defining subsets of an XML Schema (profiles), definition of concrete profile documents, can monitor the exchange of those documents as SOAP web services, and emulate SOAP endpoints if needed. Cable-industry specific license.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB