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
  • Add Two Lines of Code. Get Full APM. Icon
    Add Two Lines of Code. Get Full APM.

    AppSignal installs in minutes and auto-configures dashboards, alerts, and error tracking.

    Works out of the box for Rails, Django, Express, Phoenix, and more. Monitoring exceptions and performance in no time.
    Start Free
  • 1
    ...Source code available on https://github.com/davidesestiliwork/JVerifier2 Usage: param 1: file name, param 2: algorithm, param 3: baseDir Example: java -jar JVerifier2.jar SHA1SUMS SHA-1 /home/davide Note: this program requires GnuPG to work properly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Irony-Mode

    Irony-Mode

    A C/C++ minor mode for Emacs powered by libclang

    irony-mode is an Emacs minor-mode that aims at improving the editing experience for the C, C++ and Objective-C languages. It works by using a combination of an Emacs package and a C++ program (irony-server) exposing libclang. irony-server provides the libclang interface to irony-mode. It uses a simple protocol based on S-expression. This server, written in C++ and requires the specified packages to be installed on your system. Exactly one package manager should manage irony-mode. If using apt, but the MELPA package is desired, uninstall the version managed by apt; Likewise, installing from both MELPA and straight.el may result in a state that requires a manual workaround. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Pget

    Pget

    The fastest, resumable file download client

    Multi-Connection Download using parallel requests. This program comes with no warranty. You must use this program at your own risk.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 4
    boscaceoil

    boscaceoil

    A simple music making program

    Boscaceoil is a cross-platform, standalone music tracker designed by indie game developer Terry Cavanagh. Built with Flash, it lets users compose music in a grid-based tracker interface with built-in instruments that mimic the sound of old-school game consoles. It’s great for creating retro game music or experimenting with synthesized tones in a nostalgic interface that feels like a modern homage to classic trackers.
    Downloads: 6 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 5
    TorBot

    TorBot

    Dark Web OSINT Tool

    ...You will need to give the script the correct permissions using chmod +x install.sh Now you can run ./install.sh to create the torBot binary. Run ./torBot to execute the program. Crawl custom domains.(Completed). Check if the link is live.(Completed). Built-in Updater.(Completed). TorBot GUI (In progress). Social Media integration.(not Started).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    simulWaterHoseWall

    Thermal simulation of a thick wall, several time crossed by hoses

    This program performs a thermal simulation of a thick wall, several time crossed by hoses where water circulates in a closed loop. It provides simulation results, in amplitude and phase shift, including flux density (thermal power by surface), and temperature at various locations. What is expected from water circulation: increase the heat flow with the room in response to a temperature change.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Llama 2 Everywhere (L2E)

    Llama 2 Everywhere (L2E)

    Llama 2 Everywhere (L2E)

    Llama 2 Everywhere (L2E) is an open-source implementation of the LLaMA-2 large language model architecture designed to demonstrate how transformer-based language models can be executed with extremely minimal code. The project focuses on simplicity and educational clarity by implementing inference for LLaMA-style models in a compact C program rather than relying on large machine learning frameworks. Developers can train models using a Python training pipeline and then run inference using a lightweight C implementation that requires very few dependencies. The architecture mirrors the structure of the LLaMA-2 model family, allowing compatible model checkpoints to be converted and executed within the simplified runtime environment. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Quoter

    Quoter

    Quoter - The Console Based Stock Quote Tool

    ...Please check their usage agreements prior to signing up and ensure you are allowed to user their service. After getting an account, log into the dashboard and you can see your API tokens. You'll need the secret token to use this program. The secret key starts with sk_ This is a single executable JAR file. While you will need Java installed, there is no need to install this program. Just download the JAR file, place it somewhere convenient, and execute it from the command line: java -jar quoter.jar See Homepage for detailed usage instructions
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    libonvif

    Library implementing client ONVIF for Windows and Linux

    LIBONVIF Connects Your Program to IP Camera libonvif is an open source project that implements client ONVIF for communicating with compatible IP Camera. Compile easily from source on Windows and Linux. libonvif comes with an example program that implements discovery on the local network to find compatible cameras and return the RTSP string for streaming.
    Downloads: 14 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
    PyTorch Implementation of SDE Solvers

    PyTorch Implementation of SDE Solvers

    Differentiable SDE solvers with GPU support and efficient sensitivity

    ...The example fits an SDE to data, whilst regularizing it to be like an Ornstein-Uhlenbeck prior process. The model can be loosely viewed as a variational autoencoder with its prior and approximate posterior being SDEs. The program outputs figures to the path specified by <TRAIN_DIR>. Training should stabilize after 500 iterations with the default hyperparameters. examples/sde_gan.py learns an SDE as a GAN, as in [2], [3]. The example trains an SDE as the generator of a GAN, whilst using a neural CDE [4] as the discriminator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    libpasastro

    Provide Pascal interface for standard astronomy libraries

    Provide shared libraries to interface Pascal program with standard astronomy libraries. libpasgetdss.so : Interface with GetDSS to work with DSS images. libpasplan404.so: Interface with Plan404 to compute planets position. libpaswcs.so : Interface with libwcs to work with FITS WCS. This libraries are used with the following projects: https://sourceforge.net/projects/skychart/ https://sourceforge.net/projects/ccdciel/ https://sourceforge.net/projects/virtualplanet/ https://sourceforge.net/projects/virtualmoon/
    Leader badge
    Downloads: 55 This Week
    Last Update:
    See Project
  • 12
    EdytorNC
    ...FTPserver is a simple FTP server for transferring cnc programs to and from the machine. SerialPortFileServer is a simple server for transferring cnc programmes to and from the machine via RS232 ports. ProgramManager is a program that makes it easy to search for cnc programs based on, for example, part number, part name contained in the first three comments in the cnc program. Some EdytorNC features : bolt holes calculation; solutions of triangles calculation; speed, feed calculation; conversion inch/mm, mm/inch; code colouring; RS232 data transmission with automatic file saving and possibility to download new CNC program directly from machine (beta function, look in tool tips in serial port configuration dialog). ...
    Leader badge
    Downloads: 27 This Week
    Last Update:
    See Project
  • 13
    Family Tree

    Family Tree

    Family tree builder

    ...Shows entire tree at once, or at least however much fits on the your screen at a time, you can pan around to see the rest. This is a web app that works offline, pretty much like any other program, just save the *.htm file and open in any HTML5 browser like chrome or firefox. Possible plans to add: -some support for *.ged files. -zoom should also be possible -images/sound clips, maybe? -adding lines, so branches can cross
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    closevatel

    closevatel

    "Disable developer mode extensions" message remover (added 64-bit ver)

    ...Disabling (closing) the message "Отключение расширений в режиме разработчика" or "Disable developer mode extensions" in Yandex Browser (and possibly in all Chrome-like ones, since the message comes from there). A shortcut to the program should be placed in the "Startup" folder and the program will automatically search for and close this message. The microsource (written in delphi) is located in the folder with the program version.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    MyWorktimeSmalltalk

    A worktime summarizer program

    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    DroidScreen-USB

    DroidScreen-USB

    DroidScreen USB Control multiple Android device at same time

    DroidScreen USB its project help you control and monitor multiple Android device at same time . its so easy to use , just run and have fun . The program provides easy and convenient control of connected devices, from connecting and disconnecting operations to controlling each phone’s screen using the mouse and keyboard
    Downloads: 45 This Week
    Last Update:
    See Project
  • 17

    pexm - JAGS module

    JAGS module for the piecewise exponential distribution

    This new module was built for users interested in a programming language similar to BUGS to fit a Bayesian model based on the piecewise exponential distribution. The module is an extension of the open-source program JAGS. The PE distribution is widely used in the fields of survival analysis and reliability. Currently, it can only be implemented in JAGS through methods to indirectly specify the likelihood based on the Poisson or Bernoulli probabilities. Our module provides a more straightforward implementation with faster results. The "tar.gz" file provided for download here (installation for both Windows and Unix systems) is related to an R package called "pexm". ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18

    EDITEL

    EDITEL is a screen editor/code generator for GnuCOBOL programmers

    ...Having said that, I developed a Screen Editor (similar to a Screen Painter, as some tools may call it) which allows the user to create screen layouts (which includes the use of colors) with delimited fields and respective input masks, and finally generate the SCREEN SECTION code that reflects that layout. All of it automatically - no code needed. The idea came from a program I used to use named EDITEL. I have adapted the concept (it was originally built for BLIS COBOL systems) and created a version that does this for GnuCOBOL and Microfocus COBOL. Enjoy !
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    IBlockator

    IBlockator

    Internet IP/CIDR Tables Blockator

    Script downloads and applies automatically ipset & iptables rules to block several and big IP/CIDR lists. Designed for single host use
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20

    HyperCLIPS

    CLIPS compatible application which allows a high performance execution

    HyperCLIPS was designed for high performance, especially with the CLIPS program which have a great deal of numeric calculation or memory allocation, along with keeping almost full compatibility with the original version of CLIPS. You can use HyperCLIPS to run CLIPS programs with no modification. The original version of CLIPS Rule Based Programming Language is available from here. https://sourceforge.net/p/clipsrules/ The misclns4.tst is a good example for it because HyperCLIPS performs 200% - 400% faster than the original version of CLIPS. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Excel2GED

    Excel2GED

    Excel genealogy sprdsht w/ macro for converting data to GEDCOM format.

    ...A GEDCOM file is generated by clicking the VBA-coded macro buttons 'Export' or 'Export to GEDCOM' after creating & selecting a recipient folder. That file can then be imported into a genealogy program, with family relationships already defined, BMD data included, and source notes attached. Output has been validated to conform to GEDCOM 5.5.1 by software from https://chronoplexsoftware.com/gedcomvalidator and ShowMeGEDCOM from http://www.familienbande-genealogie.de. Some improved features in version 3: Multiple marriages and adopted children are handled correctly. ...
    Leader badge
    Downloads: 32 This Week
    Last Update:
    See Project
  • 22
    Impressive
    Impressive is a program that displays PDF presentation slides with style. Smooth alpha-blended slide transitions are provided for the sake of eye candy, but in addition to this, Impressive offers some unique tools that are very useful for presentations.
    Downloads: 46 This Week
    Last Update:
    See Project
  • 23
    Best Auto Clicker

    Best Auto Clicker

    Best Auto Clicker is a versatile tool that automates clicking actions.

    Best Auto Clicker is a versatile tool that automates clicking actions on your computer. With features such as customizable hotkeys, dynamic delay times, and support for various mouse clicks and key combinations, it simplifies repetitive tasks. Whether you need to perform rapid clicks, scroll the mouse wheel, or send specific keys or paragraphs, the auto clicker streamlines your workflow by saving time and effort. Its intuitive interface and virtual machine compatibility make it an...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 24
    GWeb

    GWeb

    Interact with browser from Go. Manually crafted WebAPI interoperation

    gweb, strictly typed WebAPI library on top of syscall/js. Like flow or TypeScript but for Go. You need it if you want to interact with the browser from the wasm-compiled Go program. The library provides only useful methods and attributes from WebAPI. No obsolete and deprecated methods, no experimental APIs that are only supported by a few engines. Only what we really need right now. WebAPI has a long history of incremental changes and spaces for unimplemented dreams. However, we can see the full picture to provide a better experience and more namespaces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Unshackle

    Unshackle

    Tool to bypass windows and linux passwords from bootable USB

    Unshackle is an open-source tool to bypass Windows and Linux user passwords from a bootable USB based on Linux. Open-source tool to bypass windows and Linux passwords from bootable USB.
    Downloads: 4 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB