Showing 8726 open source projects for "java open source"

View related business solutions
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • 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
  • 1
    GTK+ IOStream

    GTK+ IOStream

    GTK+iostream, Data plots, ORB, Neural Networks, WSOLA

    Create GTK+ interfaces using IOStream style code. Its simple and quick! Also providing simple data plotting (similar to Matlab/Octave), ORB (Object Request Broker), and Neural Network computations. You can create GTK+ GUIs in a few lines of code. Labels<<"Thanks for reading"; (HBox<<Labels).show(); or even one line : (HBox() << (Labels()<<"Thanks for reading")).show(); Inline code destructs the classes, but leaves the widgets/callbacks operating. This is great for embedded...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    fourSig

    Analyze 4C-seq data.

    fourSig is a suite of programs for analyzing and visualizing 4C-seq data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    HitKeeper is a database application for use in BioInformatics. It deals with "hits" (predicted features) on biological sequences (protein, DNA), handles incremental updates effectively, supports taxonomy, and provides original query tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Assists users to analyse and select players in Australian Football League (AFL) based football fantasy competitions. Displayed in a Java Swing GUI, users can sort and filter players based on many statistical categories.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 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
  • 5
    MELTING is a software to compute, for a nucleic acid duplex, the enthalpy and the entropy of the helix coil transition and then the melting temperature. Four types of hybridization are possible : DNA/DNA, RNA/RNA, RNA/DNA and mRNA/RNA.
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6
    bel_fft

    bel_fft

    FFT co-processor in Verilog based on the KISS FFT

    bel_fft is a FFT co-processor that can calculate FFTs with arbitrary radix. It is a hardware implementation of the free software Kiss FFT ("Keep it simple, Stupid!"). The target was to allow a simple replacement of the software code with the hardware implementation. Therefore bel_fft comes with a software driver that is compatible with the Kiss FFT routines. bel_fft also has a modular architecture and allows interfacing different bus architectures. So far AMBA AXI, Altera's Avalon bus and...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    tcsi

    Stata command for evaluating seasonality

    tcsi is a Stata command for evaluating seasonality according to the transportation cost approach by G. L. Lo Magno, M. Ferrante and S. De Cantis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    SCalc

    SCalc

    Calculates the transportation cost seasonality indexes

    Calculates the transportation cost seasonality indexes on the basis of the measurement approach by G. L. Lo Magno, M. Ferrante and S. De Cantis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    SWire Web Apps Collection

    SWire Web Apps Collection

    A collection of web apps interacting with Stata through SWire

    The SWire Web App Collection (SWAC) is a collection of demo web applications which explain how to use SWire and SWire4js in developing SWire web applications, namely, software which runs on web browsers and interacts with Stata. SWAC is an open source project and you can download the code from the project web site web site or try the apps on-line here: http://swire-web-apps-collection.sourceforge.net/
    Downloads: 0 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 10

    Elexis Praxisprogramm

    An Eclipse RCP program for all aspects of a (Swiss) medical practice

    An Eclipse RCP program for all aspects of a medical practice: electronic medical record (EMR), laboratory findings etc., as well as accounting, billing (swiss TARMED-System, other systems to be developped) and other daily work. A fully functional version may be downloaded via http://download.elexis.info/3.1.0. Users may optionally include a demo database to have a playground for experiments. See also http://wiki.elexis.info/Installation_Elexis_3.0_OpenSource Elexis 3.1.0 was released...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Lattice Miner is a data mining prototype for creating, visualizing and exploring concept (Galois) lattices. It allows the generation of formal concepts and association rules.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 12
    Simple-Scrape is a simple web-scraping library that allows for programmatic access to HTML code. No further techniques are needed and the library is very compact and thus easy to use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    MuPIF

    MuPIF

    Multi-Physics Integration Framework (MuPIF)

    Multi-Physics Integration Framework (MuPIF) is an integration framework, that will facilitate the implementation of multi-physic and multi-level simulations, built from independently developed components. The principal role of the framework is to steer individual components (applications) and to provide high-level data-exchange services. Each application should implement an interface that allows to steer application and execute data requests. The design supports various coupling strategies,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    BioFace is simple software for editing and analyzing DNA, RNA, and protein sequences that is written in Java using SWT and JFace as libraries. Opening GenBank, FASTA, EMBL, or simple sequence files and analizing these sequences can be done.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    MathFu

    MathFu

    C++ math library developed primarily for games focused on simplicity

    MathFu is a small, header-only C++ math library optimized for games and real-time graphics on mobile and desktop. It provides fixed-size vector, matrix, and quaternion types with APIs that mirror the operations you actually use in inner loops—dot, cross, normalize, transforms, and projections. Implementations are carefully tuned to leverage SIMD instruction sets such as SSE and NEON while preserving a clean fallback path for portability. Because types are fixed at compile time, the compiler...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    RoadRunner represents a state-of-the-art simulation library for SBML models. It is fast, portable and accurate. This projects hosts the library and tools using the library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    PrimerSeq

    Designs primers on flanking constitutive exons for RT-PCR

    Downloads: 14 This Week
    Last Update:
    See Project
  • 18
    The Camellia library is an open source and cross-platform image processing library, written in plain C. It includes a lot of speed-optimized imaging functions (filtering, morpho, labeling, motion detection, warping, color conversion, project/backproject)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This library is aimed at C++ developpers who need to add fuzzy logic to their app. It also provides simple applications to learn rules from data, and to process data. For screenshots, see website.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ImagingAnalysis

    ImagingAnalysis

    Direct tissue-level image quantification package for Mathematica

    ImagingAnalysis is a Mathematica package that performs grid-based analysis of time-lapse imaging data saved in a sequence of TIFF files. This package requires Mathematica 7.0. Revised on 14 May 2017: Bugs are fixed and incompatibility issues are resolved. The current version runs on Mathematica 11.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Maps coloring

    Maps coloring

    Four color theorem application

    Search for a pencil and paper proof of the four color problem. See http://4coloring.wordpress.com for info. Please let me know what you think about this application. Also visit the youtube channel: http://www.youtube.com/user/mariostefanutti/videos
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Simple Python Fixed-Point Module

    Pure-python binary fixed-point arithmetic library

    This Python module provides basic facilities for mathematics on fixed-point numbers. The number of fractional binary digits is tunable, allowing near-arbitrary precision arithmetic. Arithmetic & functions such as sqrt, exp, log, sin & cos are available. For the latest releases please visit https://github.com/rwpenney/spfpm
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    IAPP

    Scripts and programs (e. g. CaTE) for work in IAPP

    Scripts for evaluation and whole programs for measurements from work in "Institut für Angewandte Photophysik (www.iapp.de). The main work was "CaTE - Calcium Test Evaluation" (see Files).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Extensible NMEA-0183 (GPS) data parser in standard C. A directly linkable library intended for applications that want to embed GPS support.
    Leader badge
    Downloads: 13 This Week
    Last Update:
    See Project
  • 25
    angulartics

    angulartics

    Analytics for AngularJS applications

    Avoid dealing with vendor-specific code. If your provider of choice is not among the existing plugins, just write your own. Google Analytics, Kissmetrics, Mixpanel, Flurry, Piwik, Segment.io and more are supported out of the box. Just add Angulartics to your app dependencies and you'll get automatic pageview tracking for your application routes. Download Angulartics and the Angulartics plugin for your vendor. Note: All plugins list Angulartics as a dependency, so they will be downloaded...
    Downloads: 0 This Week
    Last Update:
    See Project