Showing 10612 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
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 1

    Decision Maker

    A Program for making decisions.

    Can't decide what fast food to order? What show to watch? simply input your options to Decision maker and you're on your way to a stress free decision.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Power Text

    Power Text

    code and program i a simple yet another intelligent text editor

    SOURCE CODE in files. Code and edit like document in Power text which is a simple yet intelligent text editor. Power Text support syntax highlighting for over 15 programming language, it is readilly extensible by creating plugins. Change the look of the editor by choosing from the theme list or create your own theme or import another user theme(XML) into Power Text. It also support auto-complete, syntax highlighting, code templates, spell check and other features. IT REQUIRE JAVA JRE/JDK to...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Bash Shell Scripting in a Minute

    Bash Shell Scripting in a Minute

    Learn Bash Shell Scripting in a Minute using this Collection of Script

    Learn Bash Shell Scripting in a Minute using this Collection of Scripts, which are Real World Examples, ranging from a simple Date Based Theme to a Standalone Kiosk Type User Input Forms. The Learning is based on a "Observe and Understand Strategy", which means you run these scripts, observe their outputs, understand the script that generates them and learn the whole thing. These Scripts cover almost all the basics of bash shell scripting and summarizes them in the last script for user...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    Pytube2Mp3

    Simple Python program for downloading music from YouTube.

    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

    Genome Downloader

    Downloads genome data from NCBI based on search terms.

    ...Search terms can also be used to further limit results. This program runs in Linux but could be made to run on Mac OS (maybe with a few modifications, and provided that dependencies are met).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    CG-FCA is a program that converts Conceptual Graph files in the .cgif format and 3 column csv files to Formal Context files in the .cxt format, for Formal Concept Analysis (FCA). CG-FCA also reports various graph features (such as cycles) and carries out joins of co-referent concepts and relations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    relay_control

    easy control for the masla relay devices

    ...Written in python and use of pygtk and pyserial it can be used flexible on several platforms. And it's just a example to control the relay-devices to help you write your own program.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    GlycoPAT

    GlycoPAT

    Comprehensive, open-source tool for glycoproteomics MS data analysis

    GlycoPAT is a modular, open-source MATLAB based toolbox for shotgun mass spectrometry based glycoproteomics data analysis. This program provides a novel platform for the streamlined analysis of traditional LC-MSn based high-throughput experimental data for the identification of site-specific N- and O-linked glycosylation on various proteins. More details are available at https://www.VirtualGlycome.org/glycopat Source code also available at https://github.com/kaichengub/GlycoPAT If you use this software please cite: Gang Liu, Kai Cheng, Chi Y. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Perl Console & GUI Create Project Files

    Perl Console & GUI Create Project Files

    Perl Console program to creates project files with content for perl.

    Perl console and GUI program to creates files for projects. Run: $perl perl_create_files.pl for Console Run: $perl mhcrnl_run_gui.pl for GUI ============================ NEWS!!!------------ 10/10/2017------------!!!NEWS 1. Add Run buttons for perl executable files. 2. Add SourseForge button to push code to this site. ============================ The folder Templates must Run comands.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 10
    The purpose of this program is to provide the user with a convenient algorithm for automatic Independent Component (IC) selection with respect to the contributions of the ICs to a certain event-related brain potential (ERP). www.jan-wessel.de
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    Lissajous figures

    It animates some Lissajous figures. It is Boot-able.

    This is a short simple boot-able program that animates some Lissajous figures. It can only run when the computer contains Bios, and when the computer is booted. The complete source code is here as an .asm file which can be compiled instantly with the Fasmw compiler. It has an interesting way of switching the computer into 64 bit Long mode. It actually switches the computer back and forth between 16 bit and 64 bit mode, easily, with an interesting technique.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Alternate Task Manager Android 0.750

    Alternate Task Manager Android 0.750

    A simple task manager for Android

    A simple program that shows all running applications on an Android system and gives you the opportunity to end them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    NICeSim

    NICeSim: A simulator based on machine learning techniques

    Work described in the paper: NICeSim: An open-source simulator based on machine learning techniques to support medical research on prenatal and perinatal care decision making http://www.aiimjournal.com/article/S0933-3657%2814%2900104-3/abstract If you use this program in your research, please cite our paper properly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    The Lean Mean C++ Option Parser

    A no-dependencies C++ program arguments parser

    The Lean Mean C++ Option Parser handles the program arguments (argc, argv). It supports the short and long option formats of getopt(), getopt_long() and getopt_long_only() but has a more convenient interface. It is a freestanding, header-only library with no dependencies, not even libc or STL. It comes with a usage message formatter that supports column alignment and line wrapping, making it ideal for localized messages with different lengths.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15

    Genome Profiler

    a wgMLST analysis tool for bacterial WGS data

    Genome Profiler (GeP) is a program to perform whole-genome multilocus sequence typing (wgMLST) analysis for bacterial isolates. Please note that this program is designed to run in Unix-like operating systems such as Mac OS X or Linux. GeP uses conserved gene neighborhoods (CGN) to resolve gene paralogy. This approach allows the differentiation of orthologs from recently duplicated paralogs, which are often indistinguishable by pairwise sequence alignment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Perl GUI Convert Temperature

    Perl GUI Convert Temperature

    Convert Fahrenheit to Celsius temperature, is Perl/Tk GUI.

    This is Perl\Tk GUI program to convert Fahrenheit to Celsius temperature. Is very simple to RUN: LINUX $perl convertor_gui.pl and on WINDOWS double click on convertor_gui.pl need to install PERL. This is free, open source, lightweight, and easy-to-use temperature convertor for WINDOWS, LINUX and MACOS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Perl GUI Download Web Files

    Perl GUI Download Web Files

    Perl/Tk GUI to download files from web sites

    This is a Perl/Tk program to download web files to local pc. This simple run: $perl 04PTk.pl and then insert URL and name of file( filename.html) in current directory this file is save after press Download button. This is free, open source, lightweight, and easy-to-use file downloader for WINDOWS, LINUX and MACOS. This repo have zip file to download and unzip.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Tutorial:Link Database,C Sharp&SQL Query

    Link MS Access Database to C Sharp Winform

    ...The same method presented here with similar code can be used to connect to a MySQL database. Use the source code to cut and paste into a new winforms project-and use the image shown (with the named elements)-to easily recreate the program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Pi-Trav

    An interactive pi walk.

    A simulation and visualization of random walks based on the digits pi. This program also has a settings menu.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    date calculator
    This program calculates the days, months and years between two dates. This is a console based version compiled for windows. GUI version and linux compatibility soon!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    jupyter-themer

    jupyter-themer

    Apply custom CSS styling to your jupyter notebooks

    Apply custom CSS styling to your jupyter notebooks. Contributions are welcome!
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22
    Pamplemousse
    Pamplemousse is a program that lists your series(or all other files), you will sorted, rated and describe the series. You can open your files directly from the program with your preferred software. Pamplemousse can also sort your music, pictures or other files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Placówki Opiekuńczo Wychowawcze

    Placówki Opiekuńczo Wychowawcze

    Placówki Opiekuńczo Wychowawcze - program is used as database for keeping track on temporary foster homes and their users, mainly children. This application was designed for use in coutry: Poland.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Metafan

    Metafan

    Text file changes recorder and visualiser

    ...Easy demonstrate the changes made in one text file. Green-something has been added, red-removed, blue-moved in a file. This tool is tested with Textpad and Notepad++. This is a java program. The source code is lost, but decompiled version is included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Placówki Zapewniające Pomoc w Hostelu

    Placówki Zapewniające Pomoc w Hostelu

    Placówki Zapewniające Pomoc w Formie Pobytu w Hostelu - program is used as database for keeping track on 'hostels' and their users, mainly mothers, sometimes with children. This application was designed for use in coutry: Poland.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB