Showing 10610 open source projects for "program"

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
  • 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
  • 1

    fusion-test

    Script for fusion detection in DNAseq and RNAseq

    ...The output files of chimerascan are further annotated by Jinja and Pegasus Fusion. ***Updated*** Note: EricScript uses old version of Samtools. Download the modified program and Samtools-0.1.19 here. An error in the configuration for fusioncathcer is corrected. FusionMap has been deprecated. It is changed to Oshell. The old FusionMap is moved to fusionmap.sh. MapSplice is updated to 2.2.2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    BrowserServices

    Provide browser services such as downloading to Python programs.

    ...The second download is done from the local cache effectively masking the download from the server. Native messaging is not used since it is very difficult to debug and it runs the Python program in its own process. With the URL method, download requests can be done from the console. Downloads can also be done from the location bar. This addon is not registered with Mozilla and needs to loaded as a temporary addon
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    fbgrad

    fbgrad

    Explores color gradients with framebuffer graphics

    A fun splashy program that accomplishes very little. Working example of framebuffer programming, creating JPEGs, drawing into a linear memory array. Kids will maybe like it, it's not interactive except it does screendumps if you hit s while it's running
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    Doug's TriNom
    ...ANSWER: Simply gives the x-values from the quadratic formula. FACTOR: Like the name implies, this gives the answers in factored form. This code has been improved for simplicity. QUADFRM: This program displays the "work" from the quadratic formula. This includes simplifying the radical!!! (you're welcome). Be warned, this is the only program that struggles with bigger numbers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    HaLVM

    HaLVM

    The Haskell Lightweight Virtual Machine (HaLVM)

    HaLVM is a Haskell-based unikernel system that lets you write entire virtual machines in Haskell and run them directly on a hypervisor, traditionally Xen. Instead of deploying a full operating system, you compile a Haskell program into a tiny image that boots as its own VM, which reduces the attack surface and startup time. The project adapts GHC and the Haskell runtime to a minimal environment, providing the I/O, networking, and memory facilities necessary for standalone services. Its design encourages highly isolated services—each VM does one job—making it attractive for security-sensitive components and research on microservice-style architectures. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    (py) Faktury VAT

    (py) Faktury VAT

    Program do tworzenia faktur VAT

    Program do tworzenia faktur VAT. Działa w systemie Linux i Windows, program został napisany w pythonie, korzysta z biblioteki GTK+
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Small File Renamer

    Small File Renamer

    Small File Renamer is a program for renaming files and directories.

    Small File Renamer is a program for renaming files and directories. Program works in GNU/Linux and file names in unicode format. It was originally made to work with Midnight Commander but it may be used separately or with some other program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    WebPayAS2019

    Sample/Actual payroll program/book in PHP and MySQL

    This is a sample/working payroll program, and PDF book, for learning payroll and PHP/MySQL. It is a web app, written in PHP/MySQL. The webapp is for a small business, with 1-15 employees. It should give you practice in learning payroll, installing on the web, PHP and MySQL. The WebPay App calculates payroll, and produces reports for tax and accounting purposes. New features for 2019 include this years Tax Percentages, and ability to print W2 forms at year end.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 10
    Media Cat

    Media Cat

    Media Cat is a media catalogue program.

    Media Cat is a media catalogue program. Program was created for cataloging CDs, DVDs, HDs, Flash Drives or any other media sources. Items can be categorized, can be signed with different media type.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    IPFS

    IPFS

    IPFS EASY TO USE

    ...All you have to do is download the IPFS zip and extract the files and click the install.bat file. That is it, you are done with the installation. Now you can start.bat file to start IPFS and stop.bat to stop the program. That was easy, right?
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    IsyLock - Simple folder locker

    IsyLock - Simple folder locker

    Simple program to lock/hide your folder in windows

    The goal of this project is to create a simple application that can be used to lock and hide a folder with easy to use interface. No installation required and you can lock/unlock your folder with just one single click.
    Leader badge
    Downloads: 25 This Week
    Last Update:
    See Project
  • 13
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Autologging

    Easier logging and tracing of Python functions and class methods.

    Autologging eliminates boilerplate logging setup code and tracing code, and provides a means to separate application logging from program flow and data tracing. Autologging provides two decorators and a custom log level: "autologging.logged" decorates a class to create a __log member. By default, the logger is named for the class's containing module and name (e.g. "my.module.ClassName"). "autologging.traced" decorates a class to provide automatic CALL/RETURN tracing for all class, static, and instance methods, as well as the special __init__ method (by default) "autologging.TRACE" is a custom log level (lower than logging.DEBUG) that is registered with the Python logging module when autologging is imported
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    HashPW is a password creator. Each time you need to login to a program or site, HashPW can be used to paste a required username into the site. Then the hashed password can be (re)created and pasted into the program or site password field. Click help file button for features and instructions. See WIKI for update information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Electrip

    Electrip

    easy Linux environment controlling trains in Python

    ELECTRIP is an easy-to-use, small program that lets you control your model railroad with gamepads. Combined with an SRCP-Server (e.g. srcpd) it provides the functionality you would expect of a commercial digital command station. It can save you a lot of money.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    ipset_list

    ipset set listing wrapper script

    ipset_list is a wrapper script for listing sets of the netfilter ipset program. It allows you to match and display sets, headers, and elements in various ways. The result can be saved as shell script and in ipset save, or xml format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    nvdecompression

    A new non-haldanian model of decompression

    The model itself is described in the following article: Boudinet P. A New Dynamical Theory of Decompression. Advances in Research 17(1):1-20. 2018. It is available here: http://www.journalrepository.org/media/journals/AIR_31/2018/Nov/Boudinet1712018AIR44062.pdf We provide here a small C library corresponding to this model.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    MaRC (Map Reprojections and Conversions) is a C++ library and program designed to produce map projections of bodies thay may be represented as oblate spheroids from digital images (e.g. FITS images) or computed values (e.g. incidence and emission angles).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    vpnpptp

    vpnpptp

    Tools for easy and quick setup and control VPN via PPTP/L2TP/OpenL2TP

    VPNPPTP - это простая в использовании и конфигурировании программа для VPN-соединений через PPTP, через L2TP и через OpenL2TP для Linux. Она написана на FreePascal с использованием Shell скриптов. VPNPPTP is a simple configure and use program for VPN PPTP/L2TP/OpenL2TP connection on Linux. It is writing on FreePascal by Lazarus and Shell scripts. Начиная с версии 0.3.9 поддерживаются только дистрибутивы Mageia, MagicOS, EduMagic. Инструкции (они же интегрированы в программу по кнопке <Справка>): https://sourceforge.net/projects/vpnpptp/files/Help_ru.doc/download (рус.) ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    RTC-simulator

    Simulation and Control of Processing Plants

    RTC (Real Time Control) is a program of M. Mulholland (2015). This is a simple interactive simulator including 20 different applications for such aspects as PID and DMC controller tuning, advanced level control, Smith prediction, Kalman filtering, and control strategies for a furnace, a boiler, and a hybrid system. A tutorial gives brief background to the theory and programming of each application, plus a stepwise set of objectives to illustrate the main features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    lazcam

    screen capture program ( bmp files or gif ).

    Compile Tool : lazarus-2.x win32 version DLL Compile Tool : delphi 6 Personal Editon Libaray : BGRABitmap, BGRAAnimatedGif ... Lazcam is screen capture program ( bmp files or gif ).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    CNC Master
    A small program for quickly generation of g-code. It can generate circular pockets, square pockets, etc. Now it can generate program from DXF. You can support a development with donation on my paypal page www.paypal.me/alexdevisa Небольшая программа для генерации G-кода. Может генерировать различные карманы, а так же поддерживает генерацию G-кода из файла DXF.
    Leader badge
    Downloads: 10 This Week
    Last Update:
    See Project
  • 25
    MicroFormat

    MicroFormat

    A Windows Format Tool for USB and Physical volumes

    A simple Windows tool that can format USB or physical volumes to either NTFS or FAT32. It supports custom Volume names and quick formatting. Done out of boredom and curiosity for practicing purposes. The program will refuse to format the Windows partition. Because the Windows partition is not always C, the check is not hard-coded. Rather, I perform a comparison between the currently selected volume to format and the known System volume. If they match, I trip a flag.
    Downloads: 5 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB