Showing 23541 open source projects for "alpha linux"

View related business solutions
  • 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
  • Save Up to 91% on Cloud Compute With Spot VMs Icon
    Save Up to 91% on Cloud Compute With Spot VMs

    Automatic sustained-use discounts. One free VM per month. No negotiation needed.

    Run batch jobs at 60-91% off with Spot VMs. Long-running workloads get automatic discounts with sustained use.
    Try Free
  • 1
    Query transient php objects with a syntax similar to SQL. Features SELECT,FROM,WHERE,GROUP BY,ORDER BY plus some goodies. Very small in size and obvious to use. Can also be used for XML files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Homepage for Vienna swimming Federaton
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    datadensityplot

    Creates a data density plot of a 2 dimensional data distribution.

    Shows the data density of a 2 dimensional distribution. The problem of showing data density visually is not mathematically well defined, and there are several methods. The program uses sum of reciprocal squared distance to calculate density at each point, with a smear factor to prevent points going to infinity. The smear factor also controls the amount of clustering. There are several options for colour output. Input is via a csv (comma-separated values) file. Now there's a nice GUI...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    JavaUCP

    JavaUCP is an SMS client for UCP transport

    JavaUCP is a fork of the smsj library (http://smsj.sourceforge.net/). It is reduced to the functionality of UCP transport to the SMS center.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Host LLMs in Production With On-Demand GPUs Icon
    Host LLMs in Production With On-Demand GPUs

    NVIDIA L4 GPUs. 5-second cold starts. Scale to zero when idle.

    Deploy your model, get an endpoint, pay only for compute time. No GPU provisioning or infrastructure management required.
    Try Free
  • 5
    A framework based on a concept of isolation. The isolation level of each component allow interchanging any of them for other with a similar function
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    BrewScript

    Homebrewing recipe/mashing calculator.

    BrewScript is a web application for helping homebrewers make all the necessary calculations for their brew day. The application is written primarily in JavaScript with some non-critical server-side PHP for data storage in MySql. Recipes can also be Imported and Exported via XML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Reminder

    Reminding software which utilizes entered data to remind the user

    This software is currently an alpha build and should not be relied 100% on. The software it self is designed to remind the user of given events from entered data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Software to replace your analog cd changer in BMW cars. Prepared for Raspberry Pi, but can be run on any Linux platform with Mono installed.Makes use of I-Bus Gateway from OpenBM project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    PHDL

    PHDL

    An HDL alternative to PCB graphical schematic capture tools.

    PHDL is an HDL that functions as an alternative to mainstream graphical schematic capture tools. The language is compiled into a pcb netlist which can then be imported into a layout tool. We are currently on version 2.1 of the tool. We have created an eclipse plugin version of the tool as well as a standalone command-line based version. Both function identically and output a netlist that can be imported into a pcb layout tool. VHDL revolutionized how FPGA designs and digital logic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 10
    The AntHill library implements network fail-over and scaling functionality for any user applications and protocols. Implement different transports such as TCP, UDP & Shared Memory. Contains useful utilities such as DumpSender and etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    libscan3d

    a structure from motion library

    A C library that offers structure from motion to be used in other applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    SpectroHelp

    SpectroHelp

    helps color-blind persons to work with color

    Helps color-blind persons to work with color, and can be used by others for educational purposes. Some modes are taken from commercial Eyepilot application, other modes added for fun/education. SpectroHelp has several tools and modes: * 'Wave tool' animates color selected by mouse across all image, and can help read complex colored diagrams like subways maps and pie charts * Dark and Light tool change lightness of all colors except selected by mouse * Some modes where introduced to map...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    RDS Surveyor is an RDS/RBDS decoding, monitoring and analysis tool and library. It has migrated to GitHub: https://github.com/ChristopheJacquet/RdsSurveyor/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    JBCD is an interactive debugger for Java bytecode. It allows a programmer to step through bytecode one statement at time. The tool is indended for people who are writing programs to generate or modify bytecode. JBCD can be used with any Java compiler a
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    The AntHill SMPP is a library (C++, Ruby) that implements SMPP protocol (v 3.4 & v 5.0 draft 6). It contains SMPP encoder, decoder and validators. Resources (XSD schema, XMLs, SMPP dumps) and utilities (DumpViewer, PDUComposer and etc) are included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Pyramidis is a singleplayer PC-conversion of the boardgame Settlers of Catan. Currently, it supports most basic concepts and is available in German and English. A stable version is available for Windows and Linux only; Mac will hopefully follow...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Computational Fluid Dynamics (CFD) solver aimed to solve multi-physics problems on unstructured grids (inviscid Euler, Navier-Stokes flows, Heat transfer). F90 based. MPI, cgns, Metis libraries used.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18

    CfgLib

    The libraries for parsing XML-document and Section-document.

    CfgLib is an library for configuration or other use. Contain these libraries: 1.CfgLib-Section parsing document based on section,example: [section] name1=value1 name2=value2 [anytitle] abcdefg=something ;... 2.CfgLib-Xml parsing document based on XML document,exsample: <abc ddef="test">something here</abc> <aaaaa ssdef="efsdsdsd" value="233" ssdf="232"/> <!--this is comment--> This library is programed in C language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Similar Image Search

    Similar Image Search

    Reverse image search your photos. Find duplicates. Find similars

    Similar Image Search is a desktop reverse image search app. Think Google's "search by image" but with your own photos on your computer. SiS can search for similar images in the library and return a list of matches. I can also compare ones outside the library to ones within. It's designed for photographers to sift through a memory card dump, searching for photos in batches for ease of sorting. Requires: Java 7
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20

    bmpstream

    bmp manipulate

    Bitmap data manipulate, written in Ansi C. Support both bmp file or bmp format data in memory. Bmp data(file) is take as a stream, you can open/close/create/read/write/seek/tell to the stream, and some special functions are provided, e.g. get rectangle, get line, merge(alpha blending).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Zebra Programming Language II (ZPL II) is a label-definition and printer-control language. ZPLViewer can parse ZPL II code and show's you the resulting label.
    Downloads: 22 This Week
    Last Update:
    See Project
  • 22
    Apotheosis TRPG

    Apotheosis TRPG

    A Java-based tactical RPG created for a high school project.

    A turn-based and grid-based tactical RPG with strong influence from Intelligent System's Fire Emblem game series. This game was initially developed to satisfy a year-long high school personal project, but will continue to be updated and refined in the future. As of Alpha 1.0, the game may be played in either singleplayer or hotseat multipalyer. It makes use of an XML database which can be modified by users to create new content such as maps, units, weapons, items, and armor. The XML...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Frinker Chess

    A chess engine in C# using bitboards

    Frinker is a chess engine written in C#. It uses bitboards as its board representation. Also contains a simple user interface to play against the engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    HLM is a proof assistant for everyday mathematics, which is currently being developed. It aims for a user experience as close as possible to regular mathematical practice, and proofs which are understandable by humans with little extra effort.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    mOSesek
    Simple 32/64bit mode OS. Paging, handling exceptions IRQ INT, Basic: PIC/APIC, PCI, kbd, ps/2 mouse, ata. Thanks to wiki.osdev.org and (in alphabetical order): Kicer86, milyges, Nevar, webczat, Wojtulas. (IRC freenode #osdev.pl)
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo