Showing 158 open source projects for "setup tool"

View related business solutions
  • EBizCharge Payment Platform for Accounts Receivable Icon
    EBizCharge Payment Platform for Accounts Receivable

    Getting paid has never been easier.

    Don’t let unpaid invoices limit your business’s growth. EBizCharge plugs directly into the tools your business already uses to speed up payment collection.
  • Small Business HR Management Software Icon
    Small Business HR Management Software

    Get a unified timekeeping, scheduling, payroll, HR and benefits portal with WorkforceHub.

    WorkforceHub is the instantly useful, delightfully simple to use, small business solution for tracking time, scheduling and hiring. It scales as your business grows while delivering the mission-critical features an organization needs. It is tailored to, built for, and priced for small business employers.
  • 1
    Offensive Web Testing Framework

    Offensive Web Testing Framework

    Offensive Web Testing Framework (OWTF), is a framework

    ... on seemingly risky areas. Demonstrate true impact despite the short timeframes we are typically given to test. The tool is highly configurable and anybody can trivially create simple plugins or add new tests in the configuration files without having any development experience. OWTF is developed on KaliLinux and macOS but it is made for Kali Linux (or other Debian derivatives).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    SPIKE dataset

    Images and models for detection of wheat spikes in the field

    The SPIKE dataset contains images with manually annotated ground truth labels for training and testing convolutional neural networks for spike detection of wheat in the field. The model files available here are to be used with the Faster R-CNN implementation of the freely available Microsoft Cognitive Toolkit, found at the following link https://www.microsoft.com/en-us/cognitive-toolkit/ Futhermore, an additional software tool will soon be available for using the models
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Python Taint

    Python Taint

    Static Analysis Tool for Detecting Security Vulnerabilities in Python

    Static analysis of Python web applications based on theoretical foundations (Control flow graphs, fixed point, dataflow analysis) Detect command injection, SSRF, SQL injection, XSS, directory traveral etc. A lot of customization is possible. For functions from builtins or libraries, e.g. url_for or os.path.join, use the -m option to specify whether or not they return tainted values given tainted inputs, by default this file is used.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Offnet

    Program that saves complete web pages retaining multiple timestamps

    Offnet is an open source tool for mirroring web pages. It lets you manage several snapshots of web pages in order to retain the newest as well as some elder versions of a web page. It has also file based deduplication features to store content efficiently. The application comes with an integrated web server to navigate directly through your web browser. Project goals: - Web page downloads for less experienced users, including easy setup - Project based page maintanance - Not too...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fully managed relational database service for MySQL, PostgreSQL, and SQL Server Icon
    Fully managed relational database service for MySQL, PostgreSQL, and SQL Server

    Focus on your application, and leave the database to us

    Cloud SQL manages your databases so you don't have to, so your business can run without disruption. It automates all your backups, replication, patches, encryption, and storage capacity increases to give your applications the reliability, scalability, and security they need.
  • 5

    CIF2Cell

    Generating cells for electronic structure calculations from CIF files

    CIF2Cell is a tool to generate the geometrical setup for various electronic structure codes from a CIF (Crystallographic Information Framework) file. The program currently supports output for a number of popular electronic structure programs, including ABINIT, ASE, CASTEP, CP2K, CPMD, CRYSTAL09, Elk, EMTO, Exciting, Fleur, FHI-aims, Hutsepot, MOPAC, Quantum Espresso, RSPt, Siesta, SPR-KKR, VASP. Also exports some related formats like .coo, .cfg and .xyz-files. The program has been published...
    Leader badge
    Downloads: 28 This Week
    Last Update:
    See Project
  • 6
    Sticky Sidebar

    Sticky Sidebar

    Pure JavaScript tool for making smart and high performance bar

    Sticky Sidebar ⬆⬇ is a pure JavaScript plugin for making smart and high-performance sticky sidebar, works with the sidebar if it’s taller or shorter than the viewport, is integrated with a resize sensor to re-calculate the dimensions automatically when the size of the sidebar or its container is changed, supports jQuery/Zepto and compatible with Firefox, Chrome, Safari, and IE9+. The source can be found on GitHub.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    ServerGRIS

    Spatilization tool in in 2D and 3D

    The ServerGRIS is an external multichannel sound spatializer for different configurations of speakers in 2D (plane mode: X and Y axis) or 3D (vertical mode: X, Y and Z axis). It is based on the JackRouter HAL plugin which is installed at the same time as the Server. The Server may include up to 128 inputs and outputs. The movements are sent from the SpatGRIS in OSC mode to the Server. The audio spatialization itself is made by the ServerGRIS and sent to the audio interface. VBAP, BINAURAL...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A, freely-available software tool for quality control in LC-HRMS based metabolomics studies. The software determines quality related parameters, including mass accuracy, mass precision, detector sensitivity and retention time stability. It makes use of generic data formats and has been designed for the processing of pre-selected metabolic features from various types of QC samples within and across LC-HRMS measurement sequences. The program helps to verify data consistency, measurement precision...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    deploy.NET

    Tool for building and deploying Microsoft.NET applications.

    deploy.NET is NOT for creating setup files! It is a tool to run scripts to automatically build, package and upload a .NET application to an FTP server. A different script can then be run on the customer's machine for downloading, unpacking and installing your application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Pimberly PIM - the leading enterprise Product Information Management platform. Icon
    Pimberly PIM - the leading enterprise Product Information Management platform.

    Pimberly enables businesses to create amazing online experiences with richer, differentiated product descriptions.

    Drive amazing product experiences with quality product data.
  • 10
    Noora
    NoOra is a database deployment tool which can be used to automate the database deployment cycle and is designed for agile and or devops teams. The supported database platforms are Oracle and Mysql. The support for Postgresql is work in progress. Feedback is more then welcome.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Vorlon.JS

    Vorlon.JS

    A new, open source, extensible, platform-agnostic tool

    An open source, extensible, platform-agnostic tool for remotely debugging and testing your JavaScript. Powered by node.js and socket.io. Install Vorlon.JS and add a single line of JavaScript to your web app. Run your server and start the Vorlon.JS dashboard. Remotely connect up to 50 devices simultaneously. Run your code on each or all of them with a single click. Debug JavaScript on nearly any platform with a web environment. Plugins allow you to add new features and resources. You could also...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    FORTRAN Unit Test Framework (FRUIT)

    FORTRAN Unit Test Framework FRUIT - TDD in FORTRAN

    FORTRAN Unit Test Framework, written in FORTRAN 95. So that all FORTRAN features can be tested. FRUIT has assertion, fixture, setup, teardown, report, spec, driver generation. Rake used as build tool. Tutorials at http://fortranxunit.wiki.sourceforge.net The core testing part is in FORTRAN, this part can be used independent of the Ruby codes. The Ruby code is to make fixtures and reports easier. Rake is to build the project elegantly. This project also demonstrate a new way to build...
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    PHP Webcam Video Conference

    PHP Webcam Video Conference

    Web based multiple way video chat and real time file sharing tool.

    VideoWhisper Video Conference is a modern web based multiple way video chat and real time file sharing tool. It can be used stand alone or integrated as extra feature to existing sites. Homepage: https://videowhisper.com/?p=PHP+Video+Conference Demo: https://www.videowhisper.com/demos/conference/ Video Conference key features + many to many 2 way video chat + 3 default video panels + unlimited extra video panels + user list with online participants + room list with avatars + file...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This project has moved to GitHub and is in maintenance mode. Visit https://github.com/pivotx/ PivotX is a tool to create weblogs, without the need of a database. PivotX is easy to setup, easy to maintain and even easier to work with.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    xpd-ebike

    xpd-ebike

    Infineon e-bike controller setup tool

    XPD (stands for "eXtended Parameter Designer") is an alternative to "KeyWin e-Bike Lab Parameter Designer" software used to program the so-called "Infineon" e-bike controllers. * It provides some additional features missing in the original program, and is generally easier to use. * It is opensource so you can learn how it works and add unique features to it or customize to suit your own needs. * It is cross-platform: works on Linux, Windows and Android.
    Leader badge
    Downloads: 44 This Week
    Last Update:
    See Project
  • 16

    CMan

    Tiny but powerful tool to manage a dedicated GMod server.

    Everybody running an own dedicated GMod server on their computer knows the problem: Parameters. Be it the console mode or if there are further aspects that are only slowly or even not configurable with the standard server.cfg file. Don't underestimate the good, old batch files - especially for management concerns. CMan needs only about 50 kB, but is independent of its path position and permissions. It install itself automatically and includes also a setup where you can enter (and of course...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Triforce Linux

    Triforce Linux

    A multi-boot system combining Ubuntu Desktop, Lakka, and OpenElec

    Boot into a Retro Game Console (Lakka), a Media Center/Player (OpenElec), or a standard Desktop PC (Ubuntu). I love the ease of use, simplicity, and power of all three of these distros and wanted to combine them into an easy to use setup. Each operating system is self-contained, but the storage partition is shared between all three OS; IE, you can add items to the storage partition via the Ubuntu OS, then reboot to have the data available in Lakka or OpenElec. Grub-customizer...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    dude development environment for java

    dude development environment for java

    Compile and run Java programs without using command mode!

    Dude is a small simple development environment written in Java which allows you to compile and run Java programs without using the command window. It is platform independent and open source. Dude is easy to set up and uses the same directory structure for source and object files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Supply Chain Game (BeerGame)

    Educational tool for simulating supply chain competition

    A modification of the well-known beer distribution game for teaching supply chain management. The novel feature is utilization of spreadsheets in a multiplayer mode which could help achieve: easy setup and intuitive interface; possibilities of playing locally or via internet in a single or several computers; incorporation of financial parameters for learning inventory control from accounting perspective. An additional option is a simulation of a simple competition between two supply chains...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 20
    Kastor DSP (Radio Broadcasting Software)

    Kastor DSP (Radio Broadcasting Software)

    (Alternative Broadcasting Software)

    Kastor its an easy to use, streaming radio broadcasting tool. It supports ShoutCast and IceCast servers. The main purpose of Kastor is to stream live audio from your computers Mic or Line input with Shoutcast or Icecast servers. Recording is also possible,unlike other source clients it will automatically stream a set of audio files if it is setup that way. Kastor DSP features an internal mp3 player, a recorder and a minideck to mix down audio input from soundcard directly or through...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 21

    Personal Financier

    Personal budgeting software with projections based on past trends.

    Personal Financier is a tool to track expenses by category and then project the impact to the overall budget. Underspending in a given month increases the budget available to use in future months, and overspending reduces it. In this way, the budget adjusts over time to reflect actual spending. The easiest way to try it out is to use the demo account (password demo) that gets automatically setup on install. Enjoy! (See Wiki for more detailed information)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    MySQL-Replication-Monitor

    MySQL Replication Monitor (written in PHP)

    With this Tool you can easily monitor the Replication of two MySQL-Database-Servers. It features global Overviews, Differences-Analysis for Databases and Tables, including Rowcounts, Sizes and Checksums. Written in PHP with mysqli Extension Functions. Planned Features: - Manage Masters/Slaves - Fix Replication Errors - Databasedumps for Download Questions? Contact me: steffen[at]php-works.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    OverServer

    OverServer

    Simple meta-server for locating other multiplayer servers

    The OverServer is a "server for servers" - its purpose is to allow for coordination of player-hosted servers in one central location so that other players can easily locate games. The OverServer is an open-source tool for game developers who are working on network games and do not require a massively scalable backend for their network services but want a metaserver for their own games. One particular strength of the player-hosted games setup is that it places the burden of Internet traffic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Enhanced 3D ITU channel Model

    A complete 3D stochastic channel model for urban and rural environment

    This enhanced version of the existing 2D ITU channel model provides elevation related statistics in addition to the azimuth plane. The modified LSPs statistics are based on 3D ray tracer tool ( Smart Internet lab-Bristol University) and covers range of frequency (600 MHz, 2400 MHz and 5900 MHz) bands and environments (urban and rural). A user interface file is provided for easy setup of channel related parameters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Dev-C++ for Homeworks

    Orwell Dev-Cpp with author authentication for homeworks

    ... and reports the authentication status of of all .cpp files in the current directory. This tool is intended for teachers. How to install: simply download a Setup Release and install it. Alternatively, it is possible to just overwrite devcpp.exe in the original Dev-Cpp installation folder with the one in the zip release, and also add Auth.dll in the same folder. Dev-C++ for Homeworks is based on Orwell Dev-C++ software. Releases follow upstream releases.
    Downloads: 0 This Week
    Last Update:
    See Project