Showing 49 open source projects for "java script"

View related business solutions
  • 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
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 1

    scriptHelper

    integration between Java and scripting languages

    scriptHelper is a Java library allowing a simple integration between Java code and various script languages. This library also allows to debug these scripts in the context of a Java program.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    FreeWRL VRML/X3D browser
    FreeWRL is an Open Source, cross platform VRML2 and X3D compliant browser, with script, SAI and EAI support. Platforms supported: Linux and other Unix-style platforms; Mac OS/X; Windows. Support for mobile platforms (iOS, Android, QNX) is under development.
    Leader badge
    Downloads: 62 This Week
    Last Update:
    See Project
  • 3

    BLOCKCHAIN DEMO KIT V_BCD

    Blockchain Demo Kit VBCD

    Demo Kit is used for study blockchain technology Initiator: Dr,-Ing. The Anh Vuong (admin)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Marathon -GUI Test Runner Web, Swing, FX

    Marathon -GUI Test Runner Web, Swing, FX

    Marathon supports testing of Java/Swing and Java/Fx applications.

    Marathon provides an integrated environment for test script creation and execution. Supported FW: Web, Java Swing/ Java FX. Currently, Marathon supports JRuby script models for recording the test scripts.Marathon test runner generates Allure test reports.Marathon allows for grouping of test cases.It also has an option of inserting modules while recording(in MarathonITE while recording).
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • Cloud-based observability solution that helps businesses track and manage workload and performance on a unified dashboard. Icon
    Cloud-based observability solution that helps businesses track and manage workload and performance on a unified dashboard.

    For developers, engineers, and operational teams in organizations of all sizes

    Monitor everything you run in your cloud without compromising on cost, granularity, or scale. groundcover is a full stack cloud-native APM platform designed to make observability effortless so that you can focus on building world-class products. By leveraging our proprietary sensor, groundcover unlocks unprecedented granularity on all your applications, eliminating the need for costly code changes and development cycles to ensure monitoring continuity.
    Learn More
  • 5
    Web Security Dojo

    Web Security Dojo

    Virtual training environment to learn web app ethical hacking.

    Web Security Dojo is a virtual machine that provides the tools, targets, and documentation to learn and practice web application security testing. A preconfigured, stand-alone training environment ideal for classroom and conferences. No Internet required to use. Ideal for those interested in getting hands-on practice for ethical hacking, penetration testing, bug bounties, and capture the flag (CTF). A single OVA file will import into VirtualBox and VMware. There is also an Ansible...
    Leader badge
    Downloads: 59 This Week
    Last Update:
    See Project
  • 6
    PHP Webcam Live Streaming

    PHP Webcam Live Streaming

    Web based live video streaming from webcam.

    VideoWhisper Live Streaming provides web based live video streaming (from webcam or similar sources). Live Streaming key features: + 1 to many 1 way video streaming + Live chat for viewers + User list with online participants + Channel title + HTML embed code to publish video channel + P2P group streaming support + Session timer and control with scripts + 100% web based for clients The php edition is the easiest choice to setup and run the Live Streaming application on a...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Lite Weight Reporter

    Lite Weight Reporter

    Easy, Lite weight, real time, web based, reporting & analytic tool

    ****Refer to the improved version of the same application @ https://sourceforge.net/projects/query2report/ **** Light weight reporter, LWR, is a simple web based reporting building and publishing application. LWR transforms bunch SQL queries to charts and displays in a report. Each report has one or more elements arranged in rows and columns. Each element has title, SQL Query, database connection pointing to database from where data is retrieved and type of graph/table renderer. The...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    FileProtocol

    FileProtocol

    File Access from your Browser

    Bottom-line File Access using your browser File explorer, File download, File upload, Direct Links
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Hcon Security Testing Framework

    Hcon Security Testing Framework

    Open Source Penetration Testing / Ethical Hacking Framework

    HconSTF is Open Source Penetration Testing Framework based on different browser technologies, Which helps any security professional to assists in the Penetration testing or vulnerability scanning assessments.contains webtools which are powerful in doing xss(cross site scripting), Sql injection, siXSS, CSRF, Trace XSS, RFI, LFI, etc. Even useful to anybody interested in information security domain - students, Security Professionals,web developers, manual vulnerability assessments and much more.
    Downloads: 22 This Week
    Last Update:
    See Project
  • Software Defined Storage Icon
    Software Defined Storage

    The layered architecture of QuantaStor provides solution engineers with unprecedented flexibility and application design options.

    QuantaStor is a unified Software-Defined Storage platform designed to scale up and out to make storage management easy while reducing overall enterprise storage costs.
    Learn More
  • 10

    TestMax

    Frontend & Backend Automation Tool

    TestMax is integrated Software Testing framework which can be used to test distributed system by developing rapid test cases using XML configuration in front and backend that talks to each other within the test framework. This tool can be used for Database, webservice, API, Junit, TestNg and Frontend including performance test. The main advantage of this TestMax architecture is separating test data configuration from test case run time environment. It reduces the maintenance of test cases...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Crazy DownHill

    Free open source game created in Unity 3d for Windows 64 bits

    This is a free car game created in unity 3d for Windows 64 bits. You can download and use all script code under CC Attribution-NonCommercial-ShareAlike 3.0 Unported License. All Crazy Downhill game files and setup file: Copyright © 2013 Jesús Martín Berlanga. All rights reserved. Script Code License: http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode CC Attribution-NonCommercial-ShareAlike 3.0 Unported
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    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
  • 13
    ISPtopia

    ISPtopia

    ISPtopia is an Open Source Web Hosting Contol Panel.

    ISPtopia is an Open source Web Hosting Control Panel or if you want you can call it a Web Host Management tool. I prefer to call it a Control Panel (CP for short). Plans are to provide a script that will load, install, ask configuration questions and then complete the install with ISPtopia ready to use. See the website for more info:
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ServiceNow Data Mart Loader

    ServiceNow Data Mart Loader

    ServiceNow Data Mart Loader (a.k.a. ServiceNow Data Pump)

    The ServiceNow Data Mart Loader (a.k.a. ServiceNow DataPump) is a Java application which uses ServiceNow’s Direct Web Services (SOAP) API to extract meta-data and data from your Service-now ITSM instance. The application automatically creates and maintains tables in an Oracle or MySQL database. Please view the Wiki Quick Start Guide for instructions. NOTE: This project has been rehosted on github (see https://github.com/gflewis/sndml). The updated version has been tested with Geneva...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    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
  • 16
    AWK~plus is the next generation script practice environment. The AWK Language specifications and a main extension of GNU GAWK. Combination of Dynamic and Static typing. Parallel computing that a lock is free, and is thread safe at a language level.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    WebBuilder

    WebBuilder is a powerful web application development tool

    WebBuilder is a powerful rapid application development tool for creating amazing web applications. .Browser based integrated development environment. .Develop application easily and quickly. .High performance and high stability. .Cross Browser, database and operating system. .Server side script support. .Smart database access.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SqIRC
    SqIRC is light IRC client written in java, with script control and plugin!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Protoreto is a GPL-licensed tool to create prototypes of graphical user interfaces (GUIs). NOTE: This project is not actively maintained at the moment. If you'd like to continue developing Protoreto, please send an e-mail to: wikipedian@users.sf.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    BrowserMob JavaScript Validator VNC
    VNC for use with the BrowserMob Selenium JavaScript Validator. This tool is made available for users of BrowserMob FREE Website Monitoring and Load Testing. The BrowserMob Local Validation Service can be downloaded from https://browsermob.com/tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Astro-Online - Widget Based Astrology
    Astro-Online is a web (now widget) based astrology program that can be downloaded and installed on any web server. Widgets (horoscopes) can also be shared through a share button on websites and personal pages (no installation necessary).
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    JAM Circle
    JAM Circle is a Kanban Application Platform on Eclipse RCP.Kanban is similar to sticky note.you can use it for GTD,Planning,Pull System using Kanban.It supports to send Card using XMPP and to define it\'s behavior using Script(JRuby and ECMAScript).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Versatile Spring/Ajax/RDBMS framework
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    XUL4Java is a XML UI Framework built upon Java, that lets you build feature rich, cross platform applications across Hetrogenous Architecture, building rich client, desktop , web and mobile application. 'Created For Once And For Ever '
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This project is a modification of Etherpad to enable collaborative and simultaneus editing of a DokuWiki page. It includes a script which automates the installation of both products. Dokuwiki: © Andreas Gohr Etherpad: © Google Inc
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next