Showing 4076 open source projects for "alpha linux"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 1
    This project consists primarily of code and documents pertaining to academic research in pure and applied mathematics at George Mason University.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Oscar SCADA

    Open source, web based, SCADA system written in PHP/Javascript & Java

    Oscar is a web based Supervisory Control And Data Acquisition System, providing polling, reporting, charting, and alarm functionality. Enabling users to monitor and mange microcontroller devices in an automation system. The UI is web based and written in PHP, the server daemon componenet is written in Java and uses MySQL for storage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    next generation sequencing workflows
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Gebabbel

    Gebabbel

    A frontend for gpsbabel

    Gebabbel is a GUI for the famous gpsbabel, a command line tool to convert various GPS file formats back and forth. Thanks to gpsbabel, you cannot only convert files but also exchange data with your GPS device (e.g. Garmin and Magellan) directly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    The Java Context Directory (JCD) is an information system to store and use contextual information. It enables a software developer to create context-aware applications and provides a client for mobile devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    INDI alignment infrastructure

    N point alignment infrastructure for INDI telescope drivers

    This project is no longer under active development. It has been superceded by the alignment subsystem which is now part of the main INDI project. This project provides an "alignment layer" driver to sit above INDI telescope drivers. This layer performs transformation services for telescope coordinates as they pass up and down to the underlying driver. The conversion matrices are computed from alignment datums passed down into the alignment layer. The N point alignment model can be used...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    SchizoHit

    cluster paired-end sequences

    Like CD-HIT, but works with paired-end reads
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 10
    guiLiner provides a representation of another program's options and information, enabling one to run a command line program directly from a GUI. In other words, guiLiner creates a GUI for almost any command-line program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Soundcard Digital Voltmeter

    Measures analog DC signals with the PC soundcard.

    With this software and a simple external hardware, the sound card input of a PC can be used to measure stationary or slowly changing analog signals (e.g. voltages). The hardware converts the input signal into a voltage proportional frequency. The software measures the frequency via the sound card and calculates the corresponding input signal level which is displayed numerically and in a “scope-like” view.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Wedge is a C++ library based on GiNaC for symbolic computations in differential geometry. The project webpage has moved to https://github.com/diego-conti/wedge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    msh2elmer,Simple GMSH to Elmer converter

    Simple GMSH to Elmer converter

    msh2elmer routine converts GMSH .msh files into elmer dir/mesh.* format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    tagfs

    Tag based file manager CLI

    A Tag based file management system. Command line interface. User can add tags for files (individually or for the folder). Allows search by tags.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This is a set of spectral models for use in the astronomical X-ray spectral modeling program XSPEC. The models calculate X-ray emission line Doppler profiles from the winds of OB stars.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The goal of this project is to combine different sources of information as well as methods to help in the process of gap closing / genome finishing in high throughput sequencing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Free and portable software for visualization and post-processing of results from Quantum Chemistry calculations. Oriented, but not limited, to satisfy the visualization needs from Lowdin [http://www.cucei.udg.mx/~robertof] and deMon2k.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Simcas is a simple and very flexible analog simulator. SimCAS uses symbolic equations to define components and solves the net system by using a "Computer Algebra System" algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    FlyDataAnalyzer

    Software Tool for Processing and Analysis of Propagating Channel Measu

    Software Tool for Processing and Analysis of Propagating Channel Measurements. Fly Data Analyzer is the university project (CTU in Prague). It is used in research measurements for input data validation and time synchronization. Test data you can find in download section.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    AsphaltOpen is a project to visualize data collected during road asphalting operations. Asphalt contractors can use the software to visualize their operations, learn from the visualizations, and improve their processes continually.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Fractions C++

    Fractions C++

    C++ library adds mathematical fractions. Example: 1/3, 4/7, 49/357...

    C++ library adds mathematical fractions. Example: 1/3, 4/7, 49/357... Library can: 1) Create fractions from or 2 "long long", or double, or "long long". 2) Round. 3) Methematic operators +, -, *, /, +=, -=, *=, /=. 4) Logic operators <, >, ==, !=, <=, >=. 5) Operator %. 6) Pow and fast pow. 7) Module: |-a| = a, |b| = b. 8) Input / output stream. 9) Convert in double and string. And other...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    astroDevice

    Software platform for the control of astronomical instruments.

    astroDevice is a software platform for the control of astronomical instruments (telescope mount, filter wheel, focuser and CCD) through a single interface. This platform manages any astronomical device through plug-ins. It can manage multiple devices of same type (eg two telescope mounts). astroDevice is an alternative to ASCOM and INDI by providing a common interface between each device type and astronomy software such as Starry Night, KStars, Skychart and Stellarium. The platform is based...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    LogicCalculus

    LogicCalculus

    A logic IDE for the sentential logic and the predicate logic.

    LogicCalculus is a logic IDE for the sentential logic and the predicate logic. Currently it can evaluate expressions and fill a truth table.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    AnyBed: a testbed-independent topology configuration tool
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Kepler Monitoring

    Kepler is a monitoring system for HPC clusters

    Kepler is a monitoring system for HPC clusters : it allows users to monitor cluster elements like nodes, network devices and storage nodes. Analyse can be centered on jobs to determine performances and behaviours.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo