Showing 1867 open source projects for "simple basic"

View related business solutions
  • Run Any Workload on Compute Engine VMs Icon
    Run Any Workload on Compute Engine VMs

    From dev environments to AI training, choose preset or custom VMs with 1–96 vCPUs and industry-leading 99.95% uptime SLA.

    Compute Engine delivers high-performance virtual machines for web apps, databases, containers, and AI workloads. Choose from general-purpose, compute-optimized, or GPU/TPU-accelerated machine types—or build custom VMs to match your exact specs. With live migration and automatic failover, your workloads stay online. New customers get $300 in free credits.
    Try Compute Engine
  • 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
    cedit

    cedit

    Simple console editor for Windows, Linux, FreeBSD , Dos

    Simple console editor for Windows, Linux, FreeBSD , Dos Has highlighting for the freebasic programming language. Unicode is supported for windows and linux Undo|Redo
    Downloads: 12 This Week
    Last Update:
    See Project
  • 2
    Doctor Dignity

    Doctor Dignity

    Doctor Dignity is an LLM that can pass the US Medical Licensing Exam

    Doctor Dignity is a prototype project exploring how AI-assisted tooling might support compassionate, accessible health guidance for people who struggle to get timely care. The repository centers on a simple end-to-end pipeline—intake of user-reported symptoms, basic triage logic, and clear, supportive messaging—intended to demonstrate how such systems could be built. It emphasizes a humane UX: plain-language prompts, de-jargonized outputs, and guardrails that nudge users toward professional care when needed. The code is designed to be hackable rather than production-grade, giving learners a chance to experiment with NLP flows and lightweight back-end components. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    smolOS

    smolOS

    A tiny and simple research operating system

    smolOS is a minimalist 16-bit operating system written in pure Assembly for x86 real mode. Its goal is to demonstrate the fundamentals of how an OS boots, handles input, and displays output using only the most essential code. smolOS fits in a single boot sector and runs directly on BIOS-compatible hardware or emulators like QEMU. It’s ideal for those seeking to understand bootloaders, BIOS interrupts, and ultra-low-level system programming through a practical and tiny project.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    VuePress

    VuePress

    Minimalistic Vue-powered static site generator

    Simplicity First. Minimal setup with markdown-centered project structure helps you focus on writing. Vue-Powered. Enjoy the dev experience of Vue + webpack, use Vue components in markdown, and develop custom themes with Vue. Performant. VuePress generates pre-rendered static HTML for each page, and runs as an SPA once a page is loaded. The fastest way to get your VuePress project setup is to use our create-vuepress-site generator which will help scaffold the basic VuePress site structure for...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build AI Apps with Gemini 3 on Vertex AI Icon
    Build AI Apps with Gemini 3 on Vertex AI

    Access Google’s most capable multimodal models. Train, test, and deploy AI with 200+ foundation models on one platform.

    Vertex AI gives developers access to Gemini 3—Google’s most advanced reasoning and coding model—plus 200+ foundation models including Claude, Llama, and Gemma. Build generative AI apps with Vertex AI Studio, customize with fine-tuning, and deploy to production with enterprise-grade MLOps. New customers get $300 in free credits.
    Try Vertex AI Free
  • 5
    ekho

    ekho

    Chinese text-to-speech engine

    ekho is a project with relatively sparse documentation, but from the repository it appears to be a small-scale tool for audio processing and playback, possibly with features for speech synthesis or manipulation. The repo includes scripts and configuration files suggesting interactions with media/audio handling libraries. Because of limited README detail, it seems targeted at users comfortable reading and modifying code, rather than end users expecting polished UIs. The code structure implies...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Network IP Tools

    Network IP Tools

    Network IP Tools

    Speed Scan- is a simple portable network range scanner with a few extra tools that is fairly quick. https://sourceforge.net/projects/network-ip-tools/files/Speed%20Scan/ Speed Scan II- is a basic bare bones Network/TCP/UDP scanner that is very quick. https://sourceforge.net/projects/network-ip-tools/files/Speed%20Scan/ Speed Scan use instructions: 12-25-2018 Very simple netstat script added to General Discussion.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7
    PwshPaint

    PwshPaint

    A PowerShell Module for drawing pixelated art in the terminal

    PwshPaint is a fun and quirky pixel art drawing program made entirely in PowerShell, showcasing the flexibility of the scripting language. It provides a simple terminal-based interface for drawing and editing pixel art directly from the PowerShell console, making it a creative way to explore programming concepts or amuse fellow devs.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Felix OS

    Felix OS

    Experimental operating system written in Rust

    felix is a simple 64-bit hobby operating system written in Rust, designed as an educational and personal exploration into systems programming. It features a monolithic kernel that supports basic multitasking, memory management, and user programs. Built from the ground up with Rust’s strong safety guarantees, felix aims to strike a balance between low-level hardware access and modern software practices.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Keeper Wallet

    Keeper Wallet

    Your entry point to the Waves blockchain and Waves-powered web service

    High-security wallet with swapping capabilities. Keeper Wallet is your entry point to the Waves blockchain and Waves-powered web services. Seed phrases and private keys are encrypted and stored within the extension and cannot be accessed by online dApps and services, making sure that users' funds are always protected from hackers and malicious websites. Completion of a transaction doesn't require entering any sensitive information. Keeper Wallet is designed for convenience, so users can sign...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build on Google Cloud with $300 in Free Credit Icon
    Build on Google Cloud with $300 in Free Credit

    New to Google Cloud? Get $300 in free credit to explore Compute Engine, BigQuery, Cloud Run, Vertex AI, and 150+ other products.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query exabytes in BigQuery, or build AI apps with Vertex AI and Gemini. Once your credits are used, keep building with 20+ products with free monthly usage, including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. Sign up to start building right away.
    Start Free Trial
  • 10
    MOOS

    MOOS

    C# x64 operating system programming with the .NET native

    MOOS (Meta Operating System) is an academic and experimental OS designed for clarity and extensibility, focusing on simplicity and modular construction. Written in Rust, MOOS provides a safe and modern platform to explore low-level system design, with a minimal but functional kernel that supports multitasking, a virtual memory manager, and a tiny standard library. It targets x86_64 and runs on QEMU, making it suitable for students and developers learning about OS fundamentals or testing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Regex Find & Replace in Excel

    Regex Find & Replace in Excel

    Find and replace using Regex in Excel

    Excel Regex Find and Replace The "Excel Regex Find and Replace" is an add-in designed to enhance Excel's native Find and Replace functionality by incorporating regular expressions. With this add-in, users gain the ability to search and replace specific patterns of text using regular expressions, rather than simple literal matches. Regular expressions enable a wide range of advanced search criteria, including wildcards, character classes, quantifiers, and grouping, among others. PS:...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    BetterDiscord Installer

    BetterDiscord Installer

    A simple standalone program which automates the installation

    BetterDiscord extends the functionality of DiscordApp by enhancing it with new features. Themes allow you to completely customize your client with CSS. You can either make your own theme, or download the wide variety of themes from our community. BetterDiscord comes with a builtin plugin loader and plugin API. Plugins can increase the functionality and user experience of the app through JavaScript. Write your own or download plugins made by the community. Use your favorite BTTV and FFZ...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 13
    Headscale-WebUI

    Headscale-WebUI

    A simple Headscale web UI for small-scale deployments

    A simple Headscale web UI for small-scale deployments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Leaflet

    Leaflet

    Open-source JavaScript library for mobile-friendly interactive maps

    Leaflet is a leading open source JavaScript library for creating interactive, mobile-friendly maps. Leaflet is light at just about 38 KB, but is already fully equipped with all the mapping features you could need. Leaflet is simple but efficient. It doesn’t try to do everything for everybody, rather it focuses on making the basic things work perfectly. It comes ready with exceptional layering tools, customization features such as pure CSS3 popups and controls, map controls and more right out of the box, and works on all major desktop and mobile platforms. Leaflet also comes with a range of interaction features, and can be extended with an abundance of great plugins.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 15
    Lipid Reporter

    Lipid Reporter

    Modifies csv files with a range of user defined filters.

    ** Updated for Windows 10** Lipid Reporter takes your plain old Progenesis QI search exports and allows you to manipulate them in a quick, safe, predictable way. Now with better support for Progenesis QI grouped output! Why muddle things up with Excel? Use Lipid Reporter instead. The supplied filters are all about Lipids. Add the category names, reject Ids that our outside of your favourite retention time range and lots more! This program is not produced by Nonlinear Dynamics...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    babyxrc

    A portable ANSI C resource compiler to import images, audio, and text.

    The Baby X resource compiler (babyxrc) is a program to import binary data, such as images in most common formats, audio data, fonts, cursors, and text data, and output it as portable, compileable C source. Input is the raw binary resource data (.jpegs, .wavs etc) and a simple xml file which lists the files and the format in which they are to be output. It's very easy to maintain. To avoid users having to maintain a tool chain, a few basic transformations like resizing images or resampling audio files to match the rate required by the program are included. Output is clean, compileable ANSI C source which should be accepted by any C compiler. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ChickenAutoClicker

    ChickenAutoClicker

    Easy in use autoclicker with modern design.

    ChickenAutoClicker is a simple auto-clicker with a modern design and easy-to-use interface. It's not too different from other autoclickers, but it's unique. At least I think so.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 18
    AurelEdit IDE

    AurelEdit IDE

    Coding IDE for Basic programming

    AurelEdit is simple free and open source IDE for Oxygen Basic and micro(A)basic BASIC languages. Written in Oxygen Basic compiler . AurelEdit has syntax highlighting and theme changer. The program is portable application and don't have any impact on regisrty, works out of the box and is great for beginners or hobbyist to learn and use BASIC language.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    HyperVoicing

    HyperVoicing

    HyperVoicing is a chords generator.

    HyperVoicing is designed to create note-to-note musical compositions. HyperVoicing has six keyboard editors, a drum editor and a MIDI editing table. HyperVoicing has a composition aid called "MIDI Layer". This composition aid based on : - a chord generator, - a system for calculating playable scales on chords, - the materialization of playable scales in a keyboard editor by horizontal lines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ClassiPHPied - PHP Classified Ads

    ClassiPHPied - PHP Classified Ads

    ClassiPHPied is a simple PHP MYSQL classified ads system.

    ClassiPHPied is a simple PHP Classified Ads System. This is not a “we have a load of features, but you won’t even use half of them” kind of system. Just a basic one, with the essentials to help you get started quickly – Be it for a small business, or expanding on top of it. = DOCUMENTATION = https://code-boxx.com/classiphpied-php-classified-system/ = SYSTEM REQUIREMENTS = * LAMP/WAMP/MAMP/XAMPP * Apache Mod Rewrite * PHP MySQL PDO Extension * At least PHP 8.0 = INSTALL = Just access http://YOUR-SITE.com in your browser to launch the installer. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    RepoDB

    RepoDB

    A hybrid ORM library for .NET.

    RepoDB is an open-source .NET ORM library that bridges the gaps of micro-ORMs and full-ORMs. It helps you simplify the switch-over of when to use the BASIC and ADVANCE operations during the development. Like with any other ORMs, RepoDB does provide the preliminary methods needed for your basic operations. The good thing is, it also does provide the operations that are needed to cater your edge-cases like 2nd-Layer Cache, Tracing, Repositories, Property Handlers, and Batch/Bulk Operations. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ShortGPT Lite

    ShortGPT Lite

    Get short and concise answers from GPT 3/GPT 4

    Short GPT Lite is a simple tool for Windows/Linux based on OpenAI's GPT3/GPT4 large language model. The main focus is to get quick and concise answers from GPT. ShortGPT is now available on Android : https://play.google.com/store/apps/details?id=io.github.rupeshs.shortgpt_lite ShortGPT basic web version is now available try it for free: https://nolowiz.com/shortgpt-get-short-and-concise-answers-from-gpt-for-free/
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    php-billing-app

    php-billing-app

    A basic PHP/MySQL/HTML Billing APP. Meant for developers learning.

    Here is PHP/MySQL/HTML code that is a sample Entry Level Billing APP. It is Free, and mostly for learning purposes. You can install on a Windows or linux server, and look at the PHP code files on your PC.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    WG UI

    WG UI

    WireGuard Web UI for self-serve client configurations

    A basic, self-contained management service for WireGuard with a self-serve web UI. The easiest way to run wg-ui is using the container image. Important to know is that you need to have WireGuard installed on the machine in order for this to work, as this is 'just' a UI to manage WireGuard configs. You can configure wg-ui using commandline flags or environment variables. If you however do not have the possibility or interest in having kernel module loaded on your host, there is now a solution...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 25
    WinPayXT2023-Payroll

    WinPayXT2023-Payroll

    This is a simple payroll program, for learning Payroll and MS-Access

    This is a sample/educational demo payroll program, for learning payroll and MS-Access programming. It is similar to the app WebPayXT2022, written in MS-Access. WinPayXT is for a small business, with 1-15 employees. It should give you practice in learning payroll, installing on the Windows Desktop, and learning MS-Access. The WinPayXT App calculates payroll, and produces reports for tax and accounting purposes. Read the readme file, and manual, for greatest use of this App. This...
    Downloads: 0 This Week
    Last Update:
    See Project