Search Results for "script%20injector" - Page 5

Showing 359 open source projects for "script%20injector"

View related business solutions
  • 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
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 1

    jtr

    JTR is a Java Test Runner tool

    JTR is a light weight tool which can be used by automation tester and test developers. First of all it uses high-capacity script language - Java. The second is that it is very simple in using and configuration. To start working with JTR you need just some experience in Java, knowledge of XML, comfortable IDE, application under test and a big wish to automate your tests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    MD5Sum-gui

    MD5Sum-gui

    MD5sum is an utility that calculates 128-bit MD5 hash

    MD5sum is a little utility that helps you to calculate 128-bit MD5 hashes for a given string, as described in RFC 1321.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3

    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
  • 4

    Andoffline

    A toolkit for some Android sms/call Apps, base64 encoder, vcf parser a

    MOVED TO: https://github.com/fulvio999/Andoffline Feature: Browser for exported SMS, CALL and CONTACT from Android Phone Save to PDF file for exported SMS, CALL and CONTACT, VCF parser Support tool for: http://android.riteshsahu.com/apps/sms-backup-restore http://android.riteshsahu.com/apps/call-logs-backup-restore Image base64 encoder/decoder ** Allow to execute job/script execution from SMS sent from remote phone (without internet connection): - connect the phone to PC with usb - Install the Android App - create a job on desktop application - start PC listener and Phone receiver ** See pdf guide for more details - web application to manage job/script stored in a relational DB (Mysql or sqlite). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 5
    aeternaICT Script Scheduler

    aeternaICT Script Scheduler

    Java Client-Server Script Scheduler

    TCP Client/Server script scheduler written in java. Allow to run local and remote batch/script processes. Minimum requirements: - os with Java version 7, 32 bit *Hardware or software firewall running on your computer or lan network, can inhibit program proper working. It is recommended to disable them or create an appropriate rule.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    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: 1 This Week
    Last Update:
    See Project
  • 7
    enCub

    enCub

    Automatic Database Migration Tool

    enCub는 오라클의 PL/SQL 문을 Java Stored Procedure 로 자동 전환하여 타겟데이터베이스 ( Cubrid ) 로 Load 시켜 주는 툴입니다. Translate Oracle PL/SLQ to Java stored procedure utility. First target DB will be open source database Cubrid.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    An Ant task for user interaction based on forms written in Swing. Enables rapid deployment of forms for connecting user input to properties in an Ant script and menus for launching ant tasks..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This project is intended top provide a build script for Java jar & web projects. Run "ant -p" to get a full list of the potential targets. The expected targets should be "jar","war" or "deploy". There is an additional task called "cibuild" which is intended to run with a build server. Unless this task is called all built files will have the form projgroup-projname-A.BB.CCC-DEV.xxx Where A.BB.CCC is the version number and DEV marks the version as being produced in development sooner than a production environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Original Buy Center Software. Icon
    The Original Buy Center Software.

    Never Go To The Auction Again.

    VAN sources private-party vehicles from over 20 platforms and provides all necessary tools to communicate with sellers and manage opportunities. Franchise and Independent dealers can boost their buy center strategies with our advanced tools and an experienced Acquisition Coaching™ team dedicated to your success.
    Learn More
  • 10

    GameBrowser

    Simple server list with direct connect via scripts.

    ...In this case you can only view the servers status and start it without connecting. You can use the scriptarea to manage you game configurations, start with certain parameters or just start your musicplayer. This works by using the script defined for the server, that are executed by double clicking a server. The user has the possibility to write his own script in the AddServer dialog. You can define a standard script for a game in the options so it will be the standard content for new servers. The script will be executed as a shell script like any other on your system. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    This is a straightforward shell script with alternate JAVA application to regularly monitor your hosts and let you know via GUI or email if they go down. The app can be run in a simple GUI or via the command line.
    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 g=PDEGraphics2D.paint(Component c); PDEGraphics2D g=PDEGraphics2D.paint(JComponent c); PDEGraphics2D g=PDEGraphics2D.paint(Window c); PDEGraphics2D g=PDEGraphics2D.paint(JApplet c); The getCode(..) and write(....) methods can then be used to access the generated script and create HTML documents.
    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

    Screenograma

    Screenograma is an interface automation tool with feedback.

    ...The core functionality needed for this task is to: show instructions to the test subject, start the recording of the physiological parameter, make sound to initiate the beginning of the movement, show target to the subject, capture the results of the experiment, stop the recording and save the result. Currently the program has a minimalistic interface which aids the creation of the script.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    devScrib

    devScrib

    A very useful script editor for .bat and .sh files

    This application is intended for script editing but it can also be used as an text editor. Very colorful and cool looking. Create your scripts and edit text with this good looking app.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Hybris Designer

    Hybris Designer

    Design Custom Hybris Applications and extend Core Model

    The objective of this project is to create a hybris accelerator for design and development of projects in an ecommerce suite.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SlickBot

    SlickBot

    An All-Purpose Click and Typing Bot

    SlickBot, made with Java, is a free cross-platform general robot which can be programmed to perform repetitive tasks. SlickBot offers a wide range of functions and a nice, intuitive interface. Compatible with all operating systems that have JRE 1.6 or above. Current version: 1.4 DOWNLOAD COUNTER DOES NOT WORK AS THE PROJECT BINARIES ARE HOSTED ON A DIFFERENT WEBPAGE. THERE IS A PAGE VISIT COUNTER ON THE LINK TO THE DOWNLOAD...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Adzok Open

    Adzok Open

    Administrador Remoto

    Herramienta de Administración Remota opensource escrito en Java. Nota: El creador de este herramienta no se hace responsable del mal uso que le puedan dar a esta herramienta.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Ubuntu Package Dependency Recuperator

    An Ubuntu package recuperator, along with its dependencies.

    Donwload a package and its dependencies, for dealing with Ubuntu computers which has no internet connection. Before, a script is to be launched from the internet-less computer in order to know which packages are already installed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Scribo

    Scribo

    Editor txt fajlova sa osnovnim funkcijama editora.

    ...Scribo is a small txt files editor with basic editor functions. It is written in Java SE 7. Besides basic editor functions it provides a tool for converting Serbian latin script to cyrilic script and vice versa. This small program is written by a beginner developer with no professional experience with a wish to share its work in order to continue the learning process and further improvements. Contact: milos92s@yahoo.com
    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

    Java Customization Builder

    A tool which is used to customize jre and your java application

    Java Customization Builder is a tool which customizes your java application and JRE, and makes an EXE loader for the java application. It is a java application building tool enabling you to generate a very small java archive package which has a slimmed jre. For the swing application, the archive is less than 5M, for the SWT application, the archive is less than 3M usually. And the customed java applicaton can run on the Windows which doesn't install a JRE, and be loaded by an executable.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Protocol Emulator is a free Java-based application intended for emulation of a protocol behavior. At present Protocol Emulator allows emulation of plain text protocols only.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Autmated Peptide Screening

    Screening peptides for MHC and/or MHC-T cell receptor affinity

    Modified version of AutoGrow, autogrow.ucsd.edu/ , with a mutation script added in the class files, and a global change of the defined mutation point from Hydrogen atoms to Calphas, to allow placement of Amino Acids. Deposited are 3 versions, used for my PhD Thesis. These allow for mutation of short 2-15 amino acid peptides, and associated screening of these using AutoDock or AutoDock Vina, allowing for 8 CPU systems to screen 10K peptides a day or 1-2K with flexible residues added in. ...
    Downloads: 0 This Week
    Last Update:
    See Project