Java VMware Software

View 91 business solutions

Browse free open source Java VMware Software and projects below. Use the toggles on the left to filter open source Java VMware Software by OS, license, language, programming language, and project status.

  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    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 secuirty. Auth0 now, thank yourself later.
    Try free now
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    Open Source Application Server Appliance based on Open Source GlassFish
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Rake Software's SuperBravo

    Rake Software's SuperBravo is OpenBravo ERP but 10% better

    We, at Rake Software, plan on taking OpenBravo ERP and making it 10% better, by making it faster, smoother, bigger, leaner and meaner.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    STEMCalc IV - Mathematics Swiss Knife

    STEMCalc IV - Mathematics Swiss Knife

    The Fourth Edition of STEMCalc and the biggest one yet!

    +++DISCLAIMER+++ The project is still currently in beta, thus have bare functionality, and possible bugs. Anyone who can spare time and lend a helping hand as a beta-tester is very appreciated. Contact the author for more information. +++INTRO+++ STEMCalc IV is a simple, yet powerful, console-programmed calulator written in Java, performing one calculation with two numbers max at a time and other various functions. +++STORY+++ This is the fourth edition of the previously abandoned student project STEMCalcR. The project has never seen the light of day due to various bugs and lack of usability, even after attempts at reviving the project in the forms of STEMCalcR2 and R3Boot editions. Determined, not giving up, me, one of the original co-authors of STEMCalcR, has brought to you STEMCalc IV, the swiss knife of mathematics. I am determined to drive this project further, turning it into a powerful program , more than just your average calculator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A VM containing a turn-key solution for continuous integration with source code control, build management, automated testing, security analysis, defect tracking, and project management, all using open source tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Case Management Software for Social Services Icon
    Case Management Software for Social Services

    For human services organizations looking for case management software

    Collaborate is customizable case management software for non-profits and social services agencies with teams of 5+ staff.
    Learn More
  • 5
    Smart eBusiness Suites is a web-based, portal-based eBiz (ERP/POS/BI, eCommerce/CRM/Call-Center, HRM/ECM) that integrated from the state of the arts 3rd-party open-sources and apply the model-driven development as well as meta application dictionary.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Super Image Resizer can resize, rotate using camera data and create thumbnails for image folders. It is designed to be easy to use, can process tons of files within just a few clicks and does not need any installation process!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    The VI Toolkit for Java is a Java library that is patterned after the VI Perl Toolkit. Administrators and developers who like the ability to quickly create scripts with the perl toolkit but appreciate the depth of Java will love the VI Toolkit for Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    VMstato is a small and lean java application to Start and Stop VMware services in Windows desktop. This application dramatically enhances windows boot time as users are able to set VMware services to start manually.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    VMware ESX Health Sensor application provides an easy to use UI to monitor health sensor readings from ESX 3i family of servers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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.
    Learn More
  • 10
    Weka4OC GUI for Overlapping clustering

    Weka4OC GUI for Overlapping clustering

    Weka4OC: Weka for Overlapping Clustering is a GUI extending WEKA

    This is a GUI application for learning non disjoint groups based on Weka machine learning framework. It offers a variety of learning methods, based on k-means, able to produce overlapping clusters. The application also contains an evaluation framework that calculates several external validation measures. The application offers a visualization tool to discover overlapping groups.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ZintoriOS

    ZintoriOS

    Simple, Fast, Advanced... ZintoriOS. Made in Wellington, New Zealand

    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    We are currently upgrading our open source community to provide an even better experience, and are temporarily unable to provide downloads of our Community Edition. to obtain a copy of Abiquo for testing purposes, please email community@abiquo.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    project java j2ee with eclipse
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Jade4script is a framework which enables integration of JADE agents with various set of scripting languages. On the top of the framework was build centralized web application - AMT, which enables agent management on scripting platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    lavalamp>3

    screen colors get changed by a neural net

    On the full screen or a frame the colors get changed dynamically by using a image recognition neural net.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    libinstrument (ex libcsdbg)

    libinstrument (ex libcsdbg)

    C/C++ function instrumentation (AOP, exception/stack tracing, GC)

    Libinstrument is a complete and easy way to do custom function instrumentation for C/C++. The project comes ready with classic applications of instrumentation, such as AOP (Aspect Oriented Programming), Concern and Side Effect injection, stack tracing, exception tracing, basic time profiling, callgraph profiling and other. A GC (Garbage Collector) module is also under development. Libinstrument is highly portable and decoupled. The project comes with a CMake build system, integration with IDEs (CLion, Eclipse e.t.c) is straightforward. Using lazy algorithms there is virtually zero overhead in benchmarks and minimum overhead in execution time. Libinstrument tries to be as non-intrusive as possible, while trying to help the developer offering basic reflection. There are Unit Tests for each class and method, testing is driven with CTest.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    GUI based automation of most common and popular network test tools with a constant dashboard for all important network information at a glance
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The goal of OpenWebEnv project is to create a system for controlling some environment parameters (e.g. temperature, humidity, luminosity, pollution, etc.). The system is made of hardware, firmware and software. The user interface is web-based.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    plutext enables people to collaborate on a docx document at the same time (like Google Docs). plutext is delivered as an Alfresco module. Sourceforge hosts our VMware developer's appliance (Ubuntu's Jeos 7.10, Xfce, Eclipse) also inc docxj and docx4all
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This Project intends to create an open community for Students in Vietnam and all over the world. It includes many small communities that use a common services such as free SMS, free tickets etc.,
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    processamentosalario

    Processamento de Salário

    Este é um pequeno programa destinado a processamento de salários baseado na realidade de Cabo Verde. Portanto, o programa retém os valores de IUR, INPS e Sindicato determinando o salário liquido.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    projekt3 baeume und so kram
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Provide a capability for one business to map business content to another businesses services. Assists mergers, supply chain cataloging, quotation, inventory, ordering, and fulfillment communications.
    Downloads: 0 This Week
    Last Update:
    See Project