Showing 1239 open source projects for "program in basic"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 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
  • 1
    BASIC-256
    BASIC-256 is an easy to use version of BASIC designed to teach anybody how to program. A built-in graphics mode lets them draw pictures on screen in minutes, and a set of easy-to-follow tutorials introduce programming concepts through fun exercises, 2021-08-05 - Ubuntu and other LINUX users can install the latest version with snap: sudo snap --beta basic256
    Leader badge
    Downloads: 480 This Week
    Last Update:
    See Project
  • 2
    py-spy

    py-spy

    Sampling profiler for Python programs

    py-spy is a sampling profiler for Python programs. It lets you visualize what your Python program is spending time on without restarting the program or modifying the code in any way. py-spy is extremely low overhead: it is written in Rust for speed and doesn't run in the same process as the profiled Python program. This means py-spy is safe to use against production Python code. py-spy works from the command line and takes either the PID of the program you want to sample from or the command...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    Credit_Tracking_Program
    This is a simple credit tracking program. You can easily keep track of your customers debts and payment records and track how much each customer owes, whether they have paid or not.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    egos-2000

    egos-2000

    Helping students read all the code of a teaching operating system

    egos-2000 is a minimalist operating system built for educational and research purposes, offering a simplified kernel and runtime environment for exploring OS concepts. It runs on QEMU and is written in C/C++ with a focus on clarity and modularity. The system includes a basic filesystem, process management, and syscall interface, making it ideal for understanding core OS principles. egos-2000 is particularly well-suited for students learning about kernels, user-space interaction, and...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 5
    Sudo

    Sudo

    Utility to execute a command as another user

    Sudo is a program designed to allow a sysadmin to give limited root privileges to users and log root activity. The basic philosophy is to give as few privileges as possible but still allow people to get their work done. Before building sudo, make sure you have the current version. The latest sudo may always be gotten via anonymous ftp from ftp.sudo.ws in the directory /pub/sudo/ or from the sudo website.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6
    MuseScore

    MuseScore

    An open source and free music notation software

    ...MuseScore provides a number of learning resources to help the new user get started. When you run MuseScore for the first time, the Startup Wizard appears to help you set up some basic features of the software. One of these features is called Tours, and, as the name suggests, gives you a guided tour of the program. MuseScore offers a full set of instructions videos, each covering a specific subject. In the Tutorials section on musescore.org you will also find tutorials on more specific topics (e.g. MuseScore Drumline).
    Downloads: 43 This Week
    Last Update:
    See Project
  • 7
    MyBatis Mapper4

    MyBatis Mapper4

    Mybatis common mapper, easy to use

    This book starts with a simple MyBatis query to build a basic development environment for learning MyBatis. Through a comprehensive sample code and test, the basic usage of adding, deleting, modifying, and checking operations in the MyBatis XML mode and annotation mode is explained, and the application of dynamic SQL in different aspects and the best practice program in the use process are introduced.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    WeUI for applet

    WeUI for applet

    UI library by WeChat design team

    WeUI is a set of basic style libraries consistent with WeChat's native visual experience. The WeChat design team is tailored for WeChat internal web pages and WeChat applets to make users' perception of use more uniform. Includes button, cell, dialog, progress, toast, article, actionsheet, iconand other kinds of elements. The following content is a pure UI library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Expr

    Expr

    Expression language and expression evaluation for Go

    Expr package provides an engine that can compile and evaluate expressions. An expression is a one-liner that returns a value (mostly, but not limited to, booleans). It is designed for simplicity, speed and safety. The purpose of the package is to allow users to use expressions inside configuration for more complex logic. It is a perfect candidate for the foundation of a business rule engine. The idea is to let configure things in a dynamic way without recompile of a program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Pest Control Management Software Icon
    Pest Control Management Software

    Pocomos is a cloud-based field service solution that caters to businesses

    Built for the pest control industry, but also works great for Mosquito Control, Bin Cleaning, Window Washing, Solar Panel Cleaning, and other Home Service Businesses in need of an easy-to-use software that helps you simplify routing, scheduling, communications, payment processing, truck tracking, time tracking, and reporting.
    Learn More
  • 10
    optparse-applicative

    optparse-applicative

    Applicative option parser

    optparse-applicative is a haskell library for parsing options on the command line, and providing a powerful applicative interface for composing them. optparse-applicative takes care of reading and validating the arguments passed to the command line, handling and reporting errors, generating a usage line, a comprehensive help screen, and enabling context-sensitive bash, zsh, and fish completions. A value of type Parser a represents a specification for a set of options, which will yield a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Hello Python

    Hello Python

    Comprehensive tutorial repository aimed at teaching the Python program

    Hello-Python is a comprehensive tutorial repository aimed at teaching the Python programming language from scratch for beginners. It includes over 100 classes and about 44 hours of video instruction, combined with code samples, projects, and a chat community for support. The material covers the fundamentals—variables, data types, loops, functions—as well as intermediate topics like date handling, list comprehensions, file IO, regular expressions, modules, and packages. The course is designed...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    MOROS

    MOROS

    MOROS: Obscure Rust Operating System

    MOROS is a hobby operating system written in Rust by Vincent Ollivier. It targets computers with an x86-64 architecture and a BIOS, typically from 2005 to 2020. It also runs well on most emulators. MOROS is open source. You can build or download an image. Check out the manual for details on how to use it. MOROS is text-based and draws inspiration from Unix and DOS to provide a simple and efficient environment for computing and communication from the command line. Each program is designed to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    fd

    fd

    A simple, fast and user-friendly alternative to 'find'

    fd is a program to find entries in your filesytem. It is a simple, fast and user-friendly alternative to find. While it does not aim to support all of find's powerful functionality, it provides sensible (opinionated) defaults for a majority of use cases. First, to get an overview of all available command line options, you can either run fd -h for a concise help message or fd --help for a more detailed version. fd is designed to find entries in your filesystem.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    Pixeval

    Pixeval

    Wow. Yet another Pixiv client!

    Pixeval is a third-party proxy-free P station client developed by me as an amateur. The UI is implemented using Windows Presentation Foundation , based on .NET Core 3.0 , and supports Windows 7-10 (planning to cancel support other than Win10), and implements most of the The browsing function and many enhancements have been made. It has been open sourced on Github based on the AGPL protocol . The project was conceived in 2018. At that time, the api of the P station was written in Java. At...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    MPI.jl

    MPI.jl

    MPI wrappers for Julia

    This is a basic Julia wrapper for the portable message-passing system Message Passing Interface (MPI). Inspiration is taken from mpi4py, although we generally follow the C and not the C++ MPI API. (The C++ MPI API is deprecated.) MPI is based on a single program, multiple data (SPMD) model, where multiple processes are launched running independent programs, which then communicate as necessary via messages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    MyBatis Pagination

    MyBatis Pagination

    A pagination plugin

    ...PageHelper supports any complex single-table, multi-table queries. As to some special cases, please refer to the Important notes. Through a comprehensive sample code and test, the basic usage of adding, deleting, modifying, and checking operations in the MyBatis XML mode and annotation mode is explained, and the application of dynamic SQL in different aspects and the best practice program in the use process are introduced. Provides a wealth of examples for MyBatis advanced mapping, stored procedures, and type processors. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Smallchat

    Smallchat

    A minimal programming example for a chat server

    ...It uses the simplest assumptions (for example: clients connect via telnet or netcat, line-based I/O) and keeps the message logic straightforward: each received line from one client is broadcast to all others (fan-out). The focus is not on robustness, feature richness or production readiness, but on learning how to write a non-trivial C program, handling sockets, multiplexed input (select/poll), client state, and basic formatting.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    DVDInfo

    DVDInfo

    DVDInfo: A FREE program for generating information about DVD Discs.

    DVDInfo: A FREE program for generating information about DVD Discs. From v1.2.2r0 an installer is included. The portable .tar.gz will continue to be included.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 19
    hPlayListCreator

    hPlayListCreator

    A simple program for creating audio PlayLists

    A simple program for creating audio PlayLists. All icons in the app are designed by hon. Requirement: .NET Framework 2.0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    GCBASIC
    GCBASIC is an open-source BASIC compiler for 8 bit Microchip PIC, Atmel AVR legacy, AVRDx and LGT microcontrollers. See https://ko-fi.com/post/The-Story-of-GCBASIC-Making-Microcontroller-Progr-D1D319SJ72 for story of GCBASIC. This is a continuous release project. The latest release is always available. This will give you the most complete development toolchain to create and program 8-bit PIC, AVR and LGT microcontrollers.
    Leader badge
    Downloads: 204 This Week
    Last Update:
    See Project
  • 21
    Free Invoicing Software for 2025

    Free Invoicing Software for 2025

    Simple Invoicing program for Desktop written in vba and Access

    This is a learning/sample/functional Invoicing program written in vba and MS-Access. It is for a small, or personal, business. It should give you practice in learning/use of Invoicing, and installing on the desktop, and programming in vba and MS-Access. Note that the free MS-Access Runtime is with the download . You need MS-Access if you want to work with the program code or print reports (part of Office 365). The program processes Invoicing and Quotes, and produces reports for A/R,...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 22

    ShareCtrl

    Hide, UnHide, & Share Folders

    This program is meant to keep casual observers from stumbling onto directories that you may not want seen. The nice part about this program is once you have created all the shares that you need, you can launch the program, select the auto mode check box, and then turn all of your shares on or off with a single click. This program uses the File.SetAttributes method in VB .NET 8, setting the attributes on the file or folder using the .NET Framework's API. This method is subject to the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Media Companion

    Media Companion

    Media Companion is the original free to use Movie/TV Show manager

    Media Companion is a windows program that allows people to catalogue and browse movie and tv episode collections. Folders are scanned and information is automatically gathered from various sources, including posters, fanart and episode screenshots. Moving from Codeplex to SourceForge. Codeplex link https://mediacompanion.codeplex.com/
    Leader badge
    Downloads: 163 This Week
    Last Update:
    See Project
  • 24
    FrontEnd GDB for freebasic

    FrontEnd GDB for freebasic

    frontend gdb for freebasic for windows , linux

    A simple gui implementation for gdb just for the freebasic programming language. 1 version is very simple (toy) 2 version is a fully functional program
    Downloads: 5 This Week
    Last Update:
    See Project
  • 25
    BasicWebcam

    BasicWebcam

    Webcam Application for Windows

    ...Here you can enable always on top and compact view, you can take a photo from the camera, you can start/stop the camera, you can select camera driver, you can view about page and exit from the program. This program requires .NET Framework 4.0 and Windows XP or later.
    Downloads: 26 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next