Showing 343 open source projects for "linux"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    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 security. Auth0 now, thank yourself later.
    Try free now
  • 1
    Okcoin Leeks Reaper

    Okcoin Leeks Reaper

    Trading bot implementation

    This is a high-frequency trading bot implementation targeting the OKCoin cryptocurrency exchange. The repository states that from 2016 June to January 2017, the strategy turned an initial investment of 6,000 into 250,000. The bot embodies two main strategies: trend following (entering on directional moves) and rebalancing (keeping position exposure near 50%) to mitigate downside in reversals. Position rebalancing around target exposure. Use of OKCoin API client integrations. Trend-following...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Tinker Imitator

    Tinker Imitator

    Implementation of WeChat to update resources and native libraries

    Tinker_imitator is an open source imitation/practice implementation of WeChat’s “Tinker” Android hot-update (hotfix) mechanism. It demonstrates how to update dex, resources, and native libraries without reinstalling the APK, aiming to simulate how WeChat patches apps in production. The project includes example apps, plugin modules, patch generation, and patch application logic. Resource patching (updating changed resources). Integration via a plugin/patch application module. Demo apps...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    my-gradle-build

    Build tool utilizing gradle

    Introducing forks for existing plugins and also combining plugins for a set of build tools to be used with gradle.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Downloads: 3 This Week
    Last Update:
    See Project
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 5
    Marid

    Marid

    Free data acquisition and data visualization cross-platform software

    Marid is a cross-platform data acquisition and visualization software intended to build complex and hierarchical data acquisition systems. The base concepts of its architecture include: * Graphical deploy configuration builders * Powerful Groovy scripting language * Embedded database ( H2 , HSQLDB) to store data * Cross-platform design (write once, run anywhere) * Embedded GUI-configurable binary/ascii device protocol parser/generator * Deploy manager to deploy firmwares to remote...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Demoiselle

    Demoiselle

    Framework, process, docs and tools to make easy JEE development.

    Root site: http://demoiselle.sourceforge.net. From that, access: framework, components, wizard, sample e process. Releases can be downloaded via Maven from http://demoiselle.sourceforge.net/repository
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    Jnestor

    Jnestor is another majordomo in java

    Jnestor is a majordomo developed in java: it can reads an IMAP/POP3 folder (email folder), identifies the elements in it and process them, transforming them as Mantis issues. The software is still experimental, but it passed succesfully the last stages of testing and I hope I will release a stable version soon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Maltcms
    The Maltcms - Modular Application Toolkit for Chromatography Mass-Spectrometry is a JAVA API for preprocessing, alignment, analysis and visualization of data stored in open file formats used in Proteomics and Metabolomics research.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Repast

    Repast

    The Repast Suite is a family of free agent-based modeling libraries.

    The Repast Suite is a family of advanced, free, and open source agent-based modeling and simulation platforms that have been under continuous development for over 20 years. Current source code and releases are hosted on Github https://repast.github.io/
    Downloads: 4 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    CI Tools Demo

    CI Tools Demo

    Docker Infrastructure via docker-compose

    This repository provides a Docker-powered CI tools demo environment via a single command with docker-compose. It assembles popular CI/CD components—Jenkins, SonarQube, Nexus, GitLab, and Selenium Grid—each running in separate containers, facilitating self-contained integration testing or workshops. It’s not intended for production but serves as a practical demo or launchpad for containerized CI stacks. Each tool runs in an isolated container for modular experimentation. Maintained primarily...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Blocks Workflow

    Blocks Workflow

    Platform for creating workflow based systems like DMS, CMS or CRM.

    Platform for creating workflow based systems like DMS, CMS or CRM. It use Grails as web framework, Bootstrap as UI, Activiti as process engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Docker Registry Web

    Docker Registry Web

    Web UI for private docker registry v2

    Docker‑Registry‑Web is a Grails‑based web UI for private Docker Registry v2. It offers repository browsing, tag management, authentication service (with roles), and event recording/auditing. It supports both anonymous read and token-based authenticated interactions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    photodisplay project a web app to display photos (PhotoAlbum.war) a helper script http://photodisplay.sourceforge.net/webnail.html
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    Betamax

    Betamax

    Betamax is a tool for mocking external HTTP resources such as web serv

    Betamax is a tool inspired by Ruby’s VCR that records HTTP interactions and replays them during tests, allowing for consistent, repeatable test environments. It is especially useful for integration and functional testing, where dependency on external HTTP APIs can introduce flakiness or delays. By intercepting and storing HTTP requests and responses into "tape" files, Betamax can replay those tapes in future test runs, reducing reliance on live services.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Hyperic Application & System Monitoring
    Hyperic is application monitoring and performance management for virtual, physical, and cloud infrastructures. Auto-discover resources of 75+ technologies, including vSphere, and collect availability, performance, utilization, and throughput metrics.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16

    Java Named Lock

    Java Named Lock

    Java Named Lock.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Waterloo

    Java-based scientific graphics

    Java-based scientific graphics with support for Java, Groovy, MATLAB, Python, the R statistical environment, Scala and SciLab.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    GenomeWiki (GWiki)

    Embeddable/J2E/Desktop Java Wiki CMS

    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    DataMakerApi

    An API for Java programmers to make test data

    DataMakerApi is an API packaged as a jar for Java programmers to use in generating randomized test data in any quantity desired. An API is used because the output can take so many forms (SQL for traditional databases, JSON text for NoSQL databases, XML or delimited text for flat files, etc...). This API will facilitate the work of creating test data for a wide range of applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Lazybones

    Lazybones

    A simple project creation tool that uses packaged project templates

    Lazybones is a project creation tool and template manager for Groovy and JVM-based applications. It allows developers to generate new projects from templates with a simple command, filling in details such as project structure, configuration files, and boilerplate code. Templates can be customized or created from scratch, making it easy to enforce consistent setups across teams or organizations. Lazybones supports updating existing projects from newer versions of templates, easing long-term...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    CCKDM

    CCKDM

    Concern Mining

    This is a tool for concern mining which uses a KDM model as input and the output is the same model with annotated concerns. It uses a Concern Library and a modified String Clustering K-means algorithm with Levenshtein metric to cluster the strings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    partree - Function Point Analysis (FPA)

    partree - Function Point Analysis (FPA)

    Function Point Analysis (FPA) with FreeMind

    Important: partree has moved to: https://github.com/vanWittlaer/partree A set of scripts for FreeMind mind mapping software to support the creation and visualization of functional trees. Functional size is calculated in conformance to standard IFPUG Function Point Analysis (FPA) 4.3 / ISO 20926. Functional sizing is an established methodology to visualize and valuate functional user requirements to software systems. partree requires FreeMind version 1.0.1 or above with the scripting...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    The Junicon Project

    Java-based Dialect of the Unicon Programming Language

    Junicon is a Java-based implementation of Unicon, a very high level object-oriented goal-directed programming language that lives at Unicon.org. Junicon features seamless Java object access, interactive interpretation, and numerous cleanups and enhancements while retaining Unicon's core expression-evaluation semantics. Please see the Junicon Project Web Site for publications about Junicon.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24

    SeBase

    Selenium Base Framework

    I am often asked to start a new Selenium (http://seleniumhq.org/) test automation project. Reinventing the wheel each time sucks. Everything in this SF project are various tips & tricks that I figured out over time. Each of the files under net.sourceforge.sebase.demos is a proof of concept (POC) to get a different technology to work with Selenium.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Moved to https://github.com/CymricNPG/Kicker
    Downloads: 0 This Week
    Last Update:
    See Project