Showing 780 open source projects for "simple java code"

View related business solutions
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 1
    olap4j

    olap4j

    Open Java API for OLAP

    olap4j is an open Java API for connecting to OLAP servers and writing analytic applications. Code is at https://github.com/olap4j/olap4j.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 2
    RatCalc
    It´s a simple but useful bit field calculator. It´s very useful to calculate operations between registers of processors or uControllers. OBS: The source code is also in the instalator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    OpenI: OLAP Data Visualization Plugin
    OpenI plugin for Pentaho CE provides a simple and clean user interface to visualize data in OLAP cubes. It supports both direct Mondrian and xmla based connections like Microsoft SQL Server Analysis Services (SSAS), plus provides add-on features like Explore Cube Data, custom SQL for drillthrough data, publishing drillthrough data to external web services etc.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4

    Open Source PDF Creator with VC++

    A simple Windows PDF Creator/Printer with Microsoft VC++ & MFC

    ...To download the source code, please visit: http://www.somepdf.com/some-pdf-creator.html
    Downloads: 3 This Week
    Last Update:
    See Project
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • 5

    Standard Deviation Calculator

    Calculates the standard deviation of any set of numbers.

    A simple program that will calculate the standard deviation of any set of numbers. The user is given the option to select either a population standard deviation or a sample from a population (the results will usually differ significantly). Written in Java. Any questions or concerns, bug reports, suggestions, etc. contact David at dxm3269@rit.edu.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Fast calculator

    Fast calculator

    Fast and simple calculator.

    Fast calculator is fast and simple calculator with many functions on java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    SelfServiceADReset

    A very simple Self-Service Password reset tool for Active Directory

    ...Very simple, Requires PHP 5 with LDAP and SSL : from here : http://www.php.net/manual/fr/install.windows.iis7.phpRequires an export of your CA certificate (in base64 without the private keys) Requires of course IIS 7 (probably works on 6, I haven' t tried)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Java Calculator

    Java Calculator

    Simple, easy to use, easy to learn calculator developed in java swing

    A simple calculator designed to perform calculations of your choice, Pro Calculator also comes with access to customization on buttons and number font.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Owl is a multi user document repository (knowledgebase) , document manager and/or document management system (DMS) written in PHP for publishing of files/documents onto the web for a corporation, small business, group of people, or just for yourself. Final Code Hosted on GitHub
    Downloads: 3 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10

    FPA-CAD

    Function Point Analysis-Computer Aided Design

    FPA-CAD is an application developed to support the measurement of the functional size of the code according to the FPA method of IFPUG. FPA-CAD draws each of the elements of the FPA method. FPA-CAD calculate automatically FPs of each element drawn. FPA-CAD built a report with the results of the project that has been measured
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    MoleCalc

    MoleCalc

    A molecular weight calculator written in Visual Basic.

    A molecular weight calculator written in Visual Basic. Unfortunately, it is only for 64-bit Windows at this time. The code files (.sln) are downloadable only. I can't figure out Git.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    Time and Date Calculator

    Simple calculator that can handle dates and time.

    Goal of this project is, creating a calculator that can handle all date and time operations that a user may need. You can operate with milliseconds as months, years or dates. Examples: 2013-11-25 + 3d => 2013-11-28 2013-11-25 - 2013-10-20 => 36d 1h 5h + 6h => 11h 1382220000t => 2013-10-20
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Crud Builder

    GUI App Maker

    ...Familiar types of apps such as contact managers, inventory systems, home video databases, etc., are examples of typical CRUD data storage applications. This script is a simple CRUD app maker that allows you to instantly create CRUD apps which store, retrieve, sort, etc. records made of fields of data. The generated application scripts can be customized however desired, by adding your own of code. Video: http://www.youtube.com/watch?v=ROL33-Fi2g8
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Merchants' Village Consignment POS

    Merchants' Village Consignment POS

    Cash register, pricing and reports for retail & consignment businesses

    ...The program is extremely simple and fast to operate, and can run comfortably on inexpensive netbooks, with off-the-self printers, common CCD scanners, generic label paper, and other readily available supplies. It has been thoroughly tested for years in one of the largest consignment locations in the US, reliably tracking _millions_ of sold items. VIDEO: http://youtu.be/-HF45N_W5bI
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Big Sack

    Big Sack: A lightweight Java Key/Value store with undo and disk cache.

    Big Sack is a Java persistence mechanism that allows storage of key value pairs following the popular Big Data paradigms. Its a very simple and straightforward way to bridge the gap between in-memory data structures and long-term storage. It has the convenience of Java SDK TreeMap and TreeSet classes and is used the same easy way, but it includes rollback through undo logging to checkpoint data so it does not wind up in an unknown state regardless of failures. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    jFox Journal

    jFox Journal

    Trading journal for Currency,Stock,Commodity traders

    jFox Trading Journal is software developed mainly for currency traders,it provides advanced data analysis to improve traders ability to reach higher profits and eliminate losses.jFox keeps your data in one place.To access or modify any of your data jFox provide simple user friendly GUI.By generating graphs and statistics automaticly,user only needs to provide his data to have full overview over his trades and trading performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Portfolio Analysis and Reporting Tool

    A C++ based tool for managing an investment portfolio.

    The Portfolio Analysis and Reporting Tool (or PART) for short, is a simple Java tool for reporting on portfolio analysis. The vision is to be a multi-platform tool with CLI and GUI options, which can track and report on porfolio performance across multiple books of investments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    light filter calculator

    light filter calculator

    lightweight digital filter calculator

    This program used Remez exchange (equiripple) algorithm calculate a FIR filter coefficients and then convert to integer for FPGA, DSP or MCU. Additionally, it can be design a simple IIR notch filter for reduce power line interfere. You can run in the following way. Good luck!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Broadleaf Commerce

    Broadleaf Commerce

    Broadleaf Commerce is an open source Java eCommerce platform.

    ...The most current Broadleaf Commerce (www.broadleafcommerce.com) source code is now maintained on GitHub (https://github.com/BroadleafCommerce). We will also mirror the code here.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    CzeroCase

    Framework for Case Management

    ...Due to its Open source nature, Czero will avoid any risk of dependency on product by vendors and you be free to choose your own decisions, having always at disposal source code and data to manage every transition.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    BizArtifact

    BizArtifact

    Artifact-centric Business Process Management

    The ArtiFact system is a platform for creating artifact-centric business process applications. The artifact-centric approach to Business Process Management (BPM) is fundamentally data-centric, and process flexible which complements the conventional process-centric approaches to BPM, as embodied in BPMN and BPEL. The ArtiFact system provides an advanced, light-weight approach to specifying artifact-centric BPM applications, including their interoperation with REST- or WSDL-based services. The...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    TimeCult Time Tracking Application
    A simple yet powerful task management and time tracking application. Supports a hierarchy of projects and tasks, multiple taks timers, data export to a comma-separated file, detailed time log, dynamically computed summaries of used time per each project
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    MoruTask

    MoruTask

    MoruTask is a Todo List for manage your tasks

    MoruTask is a Todo List for manage your tasks with reminder and simple interface Note : MoruTask is fork of TaskUnifier .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The TCO-Tool is an instrument to calculate the "Total Cost of Ownership" of products or services. A generic design allows a wide range of configurations (for e.g. IT-Infrastructure of an enterprise) to be modeled and calculated in a white-box approach.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    rMayam

    DICOM workstation in Java

    This project is an enanched MAYAM with modifications in memory management and code clarity. DEPRECATED USE RMAYAMSVN INSTEAD
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo