Showing 1016 open source projects for "libbiosig-3.dll"

View related business solutions
  • 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
  • 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
  • 1
    The aim of the FreeRails project is to create a fun game based off the RailRoad Tycoon and RailRoad Tycoon II games.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2

    LOL2

    A warlords II clone re-written from scratch in Java

    A long time ago (in the days of MS-DOS) several friends made a bet about which one of them could write the best Warlords-style game. This project is a re-writing of my version of the resulting game (originally called "Land Of Legends"), which was MS-DOS - only and supported only Russian UI (for anyone interested, drop me a mail if you want to see the original LOL sources). Yet, a short time ago, I had a whim to bring LOL into the current world - and so LOL2 was born. It follows most of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    osm2xp

    osm2xp

    Generate X-Plane 11, 10 and 9 scenarios from OSM data

    ... * Roads, with trying to select best matching road type, if lane count data is present in OSM * Railways * Power lines * Barriers, two types are supported - fence and wall * Water tanks, fuel tanks, gasometers * Chimneys, cooling towers - by inserting special objects with size closest to necessary * Airfields (apt.dat) with runways, helipads, and taxiways - starting from 3.5.0 The program requires Java 8 or newer to run. Version 3.x is Windows-only, 4.0 also supports Linux and has console versions. Installation: download zip file, unpack it where you want, start 'osm2xp.exe'
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    CST8334 Group 3 Solitaire Game

    CST8334 Group 3 Solitaire Game

    A simple Solitaire game, made for Algonquin College course.

    Downloads: 0 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 5

    Tic tac toe free no ads (version final)

    A Simple Lightweight and opensource tic tac toe game for android

    ...we have started to develop the desktop edition of this app it should be done after some weeks. java code is no longer available How to download: 1)Tap on the .apk file in the downloads folder. 2) Enable download from unknown sources. 3) Tap on install anyway. 4) Enjoy! END_OF_LIFE - 25 July 2021 Older versions: Older versions (if any) are kept in the "tic tac toe bundle" project on Source Forge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    PbnTools

    PbnTools

    Bridge player's toolkit

    ...Download tournaments from results generated by Kops, Pary and Bbo server and save it as pbn. 2. Deal real cards from a pbn file, using some extra (cheap) stuff. 3. Lin to Pbn conversion - convert deals saved in Bbo format to Pbn.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    FXGLGames

    FXGLGames

    This repo contains sample games built with FXGL

    This repo contains sample games built with FXGL Game Library. Each game focuses on one or two aspects of FXGL, e.g. Drop focuses on bare minimums, Pac-man focuses on AI, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Ark Survival Server Multi Tool

    Ark Survival Server Multi Tool

    Custom exp./level caps + autounlock engrams on ARK: Survival Evolved!

    This app was designed to help make it easier to do various task when managing or setting up a server in ASE for the PC. It will contain several tools that will be useful for setting up a new server. Currently includes: - ASE Custom Level Calculator - ASE Auto Unlock Editor Both allow Clipboard Copy or Save/Export! Enjoy!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Earthdawn Character Editor

    Earthdawn Character Editor

    The ECE is for creation and managing ED3+ED4 characters.

    The Earthdawn Character Editor is a java-based utility to create and manage character for the role-playing game Earthdawn Third Edition and for the role-playing game Earthdawn Forth Edition. It is intend to be very flexible, so almost the full behaviour can be configured through xml-based config-files. Multi language support is possible.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    Wograld is a 2d skill based MMORPG designed from the ground up to be focused on pvp and roleplay. It is everything Ultima Online should have been.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Extinction Minijeux

    Extinction Minijeux

    Extinction-minijeux.fr est une plateforme de minijeux

    Extinction-MiniJeux.fr est la nouvelle plateforme d'Extinction.fr. Retrouvez les 3 MiniJeux emblématiques : Aaaah, Bouboum et Forteresse.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    jMonkeyCSG

    CSG for jMonkey

    Expanded Constructive Solid Geometry support for jMonkey. CSG supports boolean operations on primitive shapes, building up a complex surface from the addition/subtraction of simple cubes, spheres, etc. Check out the jMonkeyCSG website for more details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    lwjglbook

    lwjglbook

    Source code of the chapters of the book 3D Game Development with LWJGL

    lwjglbook-leg is the companion code repository for the “3D Game Development with LWJGL 3” book, offering a practical learning path for building a 3D game engine in Java using the Lightweight Java Game Library (LWJGL). It covers the implementation of a modern OpenGL-based engine from scratch, guiding readers through key concepts such as rendering, lighting, animation, input handling, and scene management. This project serves as an excellent educational resource for Java developers interested in graphics programming and game development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This project is about porting libomv from OpenMetaverse.org to Java. Due to differences in C# and Java, this will not be a 1 to 1 port but rather a Java implementation based in large parts on the architecture as done by OpenMetaverse.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Bat Attack

    Bat Attack

    Bat Attack is a cool classical 8bit game to save wife from the Bats

    ...You have to get Betty back by using the guns available to your disposable. When the bats are killed they make a mess all over the ground and sometimes drop weapons they have devoured. There are three weapons available handgun / shotgun / and machine, all useful in there own way. There are three bosses to kill that can be tricky, but don’t let them take your head.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Java Games and Graphics is meant to be a fun project. The goal here is to have fun with JAVA graphics and JAVA games. There is no specific goal as to what kind of graphics or games.This project features an RPG Role Playing, MUD, and Turn Based Combat gam
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    V2DC

    A synchronisation component for p5.js

    This project aims to build a synchronisation component to synchronise multiple p5.js clients. This component uses WebSocket and a Java EE based server (this last can be replaced by any other server side WebSocket enabled platform).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Christmas Tree

    Christmas Tree

    Decorate your own virtual Christmas Tree

    ...Press Settings button to choose how your tree and background image should look like. Press Settings button again to hide list of available options. 2. Press Toys button to open toys gallery. Press Toys button again to hide this gallery. 3. Select toy you like from gallery by holding your finger on it and then drag selected toy to appropriate place on Christmas Tree. Press and hold your finger on the toy to send it to background or bring to foreground. Move toy away from Christmas Tree to remove it. 4. Repeat previous step, choosing different toys from gallery until you get your own wonderfully decorated Christmas Tree. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    BuildCraft

    BuildCraft

    BuildCraft mod for Minecraft

    BuildCraft is a mod for Minecraft. BuildCraft itself is licensed under the MMPLv1 or MPLv2 if you need the specifics, but generally, you can. By default, many simple (primarily worldgen/decorative) blocks are supported out of the box, such as the kind of blocks added by Chisel 2 or Ztones. However, for many other mods, special support is required to allow for rotation and remove the chance of duplication bugs appearing. BuildCraft Compat is a BuildCraft addon designed to add cross-mod...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    javamangband

    A Java client for mangband.

    A Java client for the multiplayer roguelike, mangband.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    FLAQUIZTV - Family Quiz Game

    FLAQUIZTV - Family Quiz Game

    Flash Quiz TV (A quiz game for all family)

    ... - Since its developed in FLASH, you may play it in your PC or embed it in your webpage. - TO-DO tasks: 1) Add support for ALL idioms (if possible). 2) Convert to AS3 (ActionScript 3).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    FreeLords

    FreeLords

    Turn-based strategy game

    FreeLords is a turn-based-strategy game. Explore, occupy, produce armies in cities and kill your enemies.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 24
    xtetris

    xtetris

    XTetris

    Just a simple tetris game
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    jMednafen

    jMednafen

    jMednafen is a front-end for Mednafen

    ...jMednafen is designed to be as simple in use as possible. jMednafen's redistribution and use in source and binary forms, with or without modification, are permitted. -- Created on May 3, 2018
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB