Search Results for "javascript library" - Page 6

Showing 548 open source projects for "javascript library"

View related business solutions
  • Build AI Apps with Gemini 3 on Vertex AI Icon
    Build AI Apps with Gemini 3 on Vertex AI

    Access Google’s most capable multimodal models. Train, test, and deploy AI with 200+ foundation models on one platform.

    Vertex AI gives developers access to Gemini 3—Google’s most advanced reasoning and coding model—plus 200+ foundation models including Claude, Llama, and Gemma. Build generative AI apps with Vertex AI Studio, customize with fine-tuning, and deploy to production with enterprise-grade MLOps. New customers get $300 in free credits.
    Try Vertex AI Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    wingS
    wingS (wingS is net generation Swing) is a Java library for developing web based AJAX applications in a way like developing Swing based applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Spreadsheet-based BP Tester

    Flexible and powerful spreadsheet-based business process testing tool

    Flexible and powerful spreadsheet-based tool able to perform functional testing of service-oriented business processes. The software includes a plugin for Signavio process modeler editor, a Google Sheet template and a web-service process emulator engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Scertify - TechDebt Community

    Scertify - TechDebt Community

    Benchmark code quality and measure Technical Debt of projects in Sonar

    Scertify™ Refactoring Assessment is an open source component dedicated to development & QA teams that provides exclusive benchmark data on Software Quality. It automatically detects the portions of an application that can be refactored, gives valuable information on refactoring strategies, and costs. Though IT departments have matured these last 10 years and have now no doubt on the benefits of a continuous control of code quality, three major concerns were still remaining, without any...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    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
  • Build on Google Cloud with $300 in Free Credit Icon
    Build on Google Cloud with $300 in Free Credit

    New to Google Cloud? Get $300 in free credit to explore Compute Engine, BigQuery, Cloud Run, Vertex AI, and 150+ other products.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query exabytes in BigQuery, or build AI apps with Vertex AI and Gemini. Once your credits are used, keep building with 20+ products with free monthly usage, including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. Sign up to start building right away.
    Start Free Trial
  • 5
    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
  • 6
    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
  • 7

    RMI over WebSockets

    Remote Method Invocations over WebSockets

    This project provides a library for remote method invocations between the browser and a Jetty Web Server using the HTML5's WebSocket. 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.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    This will be next version of PHIbase.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Framework (scripts, configuration, code) to build free and public services around travel and leisure data. That project makes an extensive use of already existing data sources such as Geonames and dbPedia, and adds some glue around those (eg, links).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Managed MySQL, PostgreSQL, and SQL Databases on Google Cloud Icon
    Managed MySQL, PostgreSQL, and SQL Databases on Google Cloud

    Get back to your application and leave the database to us. Cloud SQL automatically handles backups, replication, and scaling.

    Cloud SQL is a fully managed relational database for MySQL, PostgreSQL, and SQL Server. We handle patching, backups, replication, encryption, and failover—so you can focus on your app. Migrate from on-prem or other clouds with free Database Migration Service. IDC found customers achieved 246% ROI. New customers get $300 in credits plus a 30-day free trial.
    Try Cloud SQL Free
  • 10
    Google Web Toolkit Application Framework. An Application Framework build on top of gwt and gwt-ext. It brings MVC and other patterns to simplify the construction of complex browser based applications. gwt-af let the free choise of serverside persistence.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This is a library of GWT components (widgets) which helps to develop a rich Web 2 UI more rapidly. The library consists of such components like editable and hierarchical grid, date picker, etc. The components were tested in browsers: IE, FireFox, Safari.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Our goal is to find out useful and funny ways for expanding the possibilities of many FOSS by integrating them with other FOSS and proprietary systems. You'll find here many open source plugins and extensions useful to put those FOSS hermits together.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    DoctorMeow

    DoctorMeow

    Intra-office paging system

    DoctorMeow is the best communication system for your practice or your money back! Run it in each room, and use it to alert staff that a new patient has arrived in Op1, that cleanup is needed in Op2, or that a Doctor is needed in Op3 with urgency. Designed for your efficiency, DoctorMeow does not come with bells and whistles... well it actually kind of does - you can setup visual alerts such as color coded alerts, and you can also setup audio alerts. Customize your audio clip...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    PDEGraphics2D

    Output Processing script from Java AWT/Swing paint call

    Use PDEGraphics2D to create Processing vector graphics script files and deploy them in HTML. To create a PDEGraphics2D instance, pass the constructor an instance of a standard Graphics2D object, together with the size of the canvas to paint: PDEGraphics2D g= new PDEGraphics2D(Graphics2D g, int w, int h) or PDEGraphics2D g= new PDEGraphics2D(Graphics2D g, Dimension d) Alternatively, pass the component to paint as the input to one of the static paint methods: PDEGraphics2D...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Open Library Mangement System

    Open Library Mangement System

    The Open Library Mangement System is a project to create a web based system to help mange library's everywhere.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    VIM cloud

    Web Based IaaS Cloud Controller (VimCloud)

    This is a pure IaaS cloud controller with all the basic functionality of IaaS Cloud Controller. This uses proposed “Trust Based Scheduling Algorithm and Load Balancing Algorithm”. It uses Cloud Architecture with Trust Management layer. It uses Qemu machine emulator and virtualizer as virtualization software at Host. It uses Libvirt driver [30] to interact with Qemu and to interact with its virtualization capabilities of a range of operating systems. Libvirt provides a common, generic and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    JAMWIKI IS NO LONGER UNDER ACTIVE DEVELOPMENT. JAMWiki is a Wiki engine implemented using Java/JSP that attempts to provide much of the functionality of MediaWiki. It can be run with or without a database and is designed to be fast and easy to set up.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18

    jsprad

    jsp framework to optimize time for develop

    Optimize jsp develop with a library thats generate HTML code y javascript. Support Database with pools, AJAX, Jquery, generate tables, fields and images with this framework. Videos tutoriales español youtube : 1. Controles bàsicos http://youtu.be/SgcgYAY9nI8 2. Controles basicos 2 , validaciones http://youtu.be/53fBBl2MOH4
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Digital Content Component (DCC) is a self-descriptive unit to encapsulate any kind of content artifact. Designed to be reused and adapted, DCCs encapsulate data and software using a single structure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    JSSP (JavaScript Server Pages) enables you to generate web pages with JavaScript on Java web servers. It supports all existing Java packages and features embedded SQL commands. Includes Dervish, a JavaScript interoperability package that simplifies AJAX.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    jallinoneweb

    ERP rich web java application

    JAllInOneWeb is an ERP java web rich application based on Restful web services and a rich front-end based on Sencha ExtJS graphics components. It includes Sales, POS, Warehouse Management, Supply Chain, Accounting, BOM and Production Orders, Document Management, Activities and Agenda
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    WebAppBuilder

    WebBuilder is a powerful rapid application development tool for creati

    WebBuilder is a powerful rapid application development tool for creating amazing web applications. .Browser based integrated development environment. .Rich component library. .Develop application easily and quickly. .High performance and high stability. .Cross Browser, database and operating system. .Server side script support. .Smart database access. http://www.putdb.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    WIComponents

    WIComponents

    UI components for apache wicket

    The „wicket components“ project is a component library for the apache wicket web-framework. Referring to classic component libraries for desktop applications ( like Microsoft Foundation Classes, QT Library or wxWindows) the wicket components provide graphical user interface components for wicket web-applications. Based upon this library it'll be easy to create complex user interfaces for data processing applications and it is a perfect start to migrate old desktop applications to modern...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    KnowWE

    KnowWE

    KnowWE has moved, please see http://d3web.sourceforge.net

    This project has moved to http://d3web.sourceforge.net. All information about d3web-KnowWE can be found there and on www.d3web.de
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    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
MongoDB Logo MongoDB
Gen AI apps are built with MongoDB Atlas
Atlas offers built-in vector search and global availability across 125+ regions. Start building AI apps faster, all in one place.
Try Free →