Showing 8938 open source projects for "set"

View related business solutions
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 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
  • 1
    # Digital Visual Computer (DVC) The Digital Visual Computer (DVC) is an experimental computing platform where programs and data are represented visually as images. This project contains the specifications, tools, and examples for the DVC ecosystem. ## Introduction DVC explores the concept of screen-to-screen computation. Instead of text-based code, DVC uses a "color language" where sequences of colors represent instructions (opcodes) and data. The state of the computer's memory is...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    GromacsProSuite

    Graphical User Interface for Gromacs

    This tool is an integrated graphical interface that simplifies molecular dynamics simulations using Gromacs. It provides a structured, tab-based environment to set up, execute, and analyze simulations data without complex command-line operations. The software automates tasks such as topology generation, solvation, ion addition, minimization, equilibration, and production runs while executing GROMACS commands in the background. Built-in monitoring tracks CPU, RAM, and disk usage to ensure stable performance during parallel processing. ...
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • 3

    ChemCalc

    Easily set up simulations or estimate needed amounts

    A program that converts between the various categories of amounts: - Absolute amount (number of moles, mass, volume) - Relative amount (mole fraction, mass fraction, volume fraction) - Solute concentration (molarity, molality, mass concentration, specific volume) Assumes incompressibility for simplicity. Requires molar mass and density for each component. Very generic utility. Examples of use: - Setting up a simulation by obtaining the mole fractions of each molecular entity -...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Night Vision

    Night Vision

    Night Vision is a "planetarium" program written in Java

    Night Vision is a "planetarium" program that will display the heavens from any location on earth. Viewing options allow the user to control which sky objects to display, which font to use, and manipulation of various star parameters. Time may be set to run at multiple speeds, including backwards. Star charts may be printed. Night Vision is written in Java, allowing it to run on all major desktop systems (includes PCs, Macs, Linux, ...). It has been designed to be readily translatable into other languages. Additionally a port of Night Vision's Solar System window has been ported from Java to the Rust programming language, providing executables that can run directly on the host operating system.
    Downloads: 13 This Week
    Last Update:
    See Project
  • Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
    Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

    Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

    Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
    Sign Up Free
  • 5
    elder-pt

    elder-pt

    data flow framework for data analysis applications

    ...Elder-Pt is the prototype of a framework, that facilitates the task of event-by-event data analysis. It provides: 1) a parser for textual graph description 2) an API to write processing nodes that will be used in the graph description for the graph 3) a set of frequently used processing nodes
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Purpose of this project is to create a set of procedures for the Logo programming language that would enable users to use Rational Trigonometry concepts illuminated by Prof. N. J. Wildberger and his YouTube lectures on the subject.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    OmniPull

    OmniPull

    Just pull anything

    OmniPull is a powerful, cross-platform download manager built with Python and PySide6. It provides a modern, intuitive interface for managing downloads with advanced features like multi-threading, queue management, and media extraction.
    Downloads: 22 This Week
    Last Update:
    See Project
  • 8

    OSD note

    A simple OSD (On Screen Display) text editor with RichText formatting.

    ...New in v1.4: • Added Merge function - append notes to an existing file • Extra themes now included with default download New in v1.3: • Two types of dot points are now available • A few bugs have been fixed • Print dialog has been added • Settings have been moved to profiles (multiple themes are included) • You can now set custom extension for RTF files • Two scripts are included, letting you run OSD note via keyboard shortcut or choose profile from launch menu
    Downloads: 10 This Week
    Last Update:
    See Project
  • 9
    PCSecrets

    PCSecrets

    Encrypt and manage secret text data

    PCSecrets is a PC application that holds secret text data - protected by a master password and strong encryption. Use it as a password manager or just somewhere to hold any text data securely in one place. It can hold a second, hidden set of secrets that is undetectable and plausibly deniable. The program is also a PC counterpart of the Secrets for Android app. It uses the same data structure and provides synchronization that allows easy transfer of secrets between the two. For those who find the personal computer environment more comfortable for data entry and editing (i.e. a real keyboard), PCSecrets provides an alternative way to manage your secrets. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10

    calc: C-style arbitrary precision system

    Calc: arbitrary precision C-like arithmetic & calculator

    Calc is arbitrary precision C-like arithmetic system that is a calculator, an algorithm prototyper and mathematical research tool. Calc comes with a rich set of builtin mathematical and programmatic functions.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 11

    mtsieve

    A multi-threading framework using a prime sieve to do work

    mtsieve is a framework wrapped around primesieve to distribute prime numbers to worker classes to do work with those prime numbers. The "mt" means that it is multi-threaded. The "sieve" means that the framework is typically used to eliminate candidate terms with small from a set of numbers. The numbers remaining after using mtsieve can then be used by programs such as llr and pfgw to test those numbers for primality. Another usage could be to use those prime numbers to test each for a specific characteristic, such as whether it is a Wieferich or Wall-Sun-Sun number. The framework is portable to any OS running on x86-64 and supports GPUs.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12

    modnlp

    Modular Suite of NLP Tools

    ...It provides an API and tools for (inverted) indexing, storage and retrieval of large amounts of text, with (XML-based) handling of meta-data, tools for text categorisation, including, functionality for XML parsing, term set reduction (and basic keyword extraction), probabilistic classifier induction, sample classification tools, and evaluation modules, a suite of corpus management, curation and distributed access tools. If you use the tool please consider referencing it using the following article: Luz, S., & Sheehan, S. (2020). Methods and visualization tools for the analysis of medical, political and scientific concepts in Genealogies of Knowledge. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    Hokuto no Rogue
    Graphical roguelike set in the world of Hokuto no Ken (aka Fist of the North Star, Ken il Guerriero, Ken le Survivant). It's written in pure Java and features special moves, music and special graphics effects, allies.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    Developers Stripe Card Donate Pay Form
    This form streamlines the donation process in six main steps for developers to link it to Stripe Card payments: * Donation Type: Donors can choose between a one-time or recurring donation. If they choose recurring, a frequency dropdown appears, offering weekly, monthly, or yearly options. * Amount: Users can select a pre-set amount (£5, £10, £25) or enter a custom amount. * Currency: A dropdown provides common currency options (e.g., GBP, USD, EUR). The selected currency's symbol and code update dynamically. * Gift Aid: If the currency is set to GBP, a Gift Aid option appears, allowing eligible UK taxpayers to increase their donation by 25% at no extra cost...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Starvax Me.Te.Or. player

    Starvax Me.Te.Or. player

    A media player and DMX controller cut for live stage shows

    Starvax Me.Te.Or. player is a customized media player build on QT5 framework, specific for light and music management during a live stage show. It is used by our small theater for children education. It is made up by: - a viewer for the script that scrolls down automatically and has hyperlinks that trigger a sound track or a light change - a twin media player that stops execution at the end of the track (instead of starting next track). Two media files can be fired independently - a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Fox Auto Clicker

    Fox Auto Clicker

    Precise and customizable click patterns to boost your efficiency.

    Fox Auto Clicker is a powerful and user-friendly tool designed to enhance your gaming experience by automating repetitive clicking tasks. Whether you're grinding resources in an idle game or performing complex combos in action games, Fox Auto Clicker offers precise and customizable click patterns to boost your efficiency. With adjustable click speed, intervals, and a range of automation options, it allows gamers to save time, reduce strain, and focus on more strategic aspects of their...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 17
    DAT Linux

    DAT Linux

    The data science OS

    ...DAT Linux is perfect for students, professionals, academics, or anyone interested in data science who doesn’t want to spend endless hours downloading, installing, configuring, and maintaining applications from a range of sources, each with different technical requirements and set-up challenges.
    Leader badge
    Downloads: 20 This Week
    Last Update:
    See Project
  • 18
    Vuu-do

    Vuu-do

    GNU/Linux project, using Devuan as a base.

    Vuu-do is a lightweight project based on Devuan using the Openbox WM. There are mini's to build on, or maximal versions with programs already installed. (Now a Mate-mini as well). Current images are NOT uefi enabled!! In the process of moving source code only for apps to: https://git.devuan.org/greenjeans NEWS: 6-07-2026 Updated Vuu-do ob-mini-z uploaded! NEWS: 5-12-2026 New Vuu-do ob-max-z uploaded! NEWS: 5-06-2026 New VuuPaper app uploaded! NEWS: 3-31-2026 Devuan 6...
    Leader badge
    Downloads: 95 This Week
    Last Update:
    See Project
  • 19
    pFFh

    pFFh

    a self-contained development environment for embedded systems.

    pFFh is a programming language that allows you to launch applications on embedded systems safely, quickly and comfortably. pFFh runs on the target system, combining operation as a command interpreter and code compiler. We can say that pFFh behaves like an operating system on the board under development. All pFFh needs is a serial or USB-serial channel to communicate, and through it, receive and process console commands, either from a keyboard or from files sent from a desktop computer. At...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    Crosser

    dll stack builder

    ...Ancient versions (up to 0.8): Crosser has two main shell scripts that are combined under same project simply because they share so much other files - having three projects, one for common stuff and one for each main script, would be overkill. Crosser-compiler builder crosser.sh is very much WIP, while script to build set of dlls for Windows, dllstack.sh, is already usable. This sourceforge project exist mainly to host those binary stacks produced by dllstack.sh, not crosser scripts themselves, though they are available (GPL requires that those build scripts are made available when releasing binary dll stacks)
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21

    Fedora Custom Remix Images

    Fedora-based multiple arches LXQt desktop and minimal system images

    This project provides custom Fedora-based images. Two editions are available: - LXQt Desktop: lightweight Qt-based desktop environment - MINI: minimal system images with reduced package set LXQt edition includes RPM Fusion packages for improved multimedia support and uses a custom LXQt theme. Picom compositor is included and picom-conf is available for graphical configuration. Supported Fedora releases: 41–44 (varies by architecture/build) Architectures: - x86_64 - aarch64 - riscv64 - loongarch64 (experimental) Formats: - ISO (live/installer) - QCOW2 (QEMU/KVM) - RAW.XZ (compressed disk images) - aarch64 RAW.XZ images can run on ARM64 Raspberry Pi devices - Fedora 44 ISO may be usable on Windows on ARM laptops Unofficial builds, not affiliated with the Fedora Project. ...
    Downloads: 21 This Week
    Last Update:
    See Project
  • 22
    TANGO Control System
    ...TANGO is a device oriented control system for Linux and Windows. It provides a framework in C++, Java and Python for implementing distributed control objects. TANGO has a full set of tools and hundreds of device servers.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 23
    puppy linux  F96CE_XFCE_FUSILLI 4.4

    puppy linux F96CE_XFCE_FUSILLI 4.4

    We are working on a more attractive puppy linux, based in F96CE puppy

    Puppy Linux F96CE_XFCE_Fusilli 4.4 is an exceptional and user-friendly operating system that seamlessly blends power and simplicity, offering an unparalleled computing experience. Designed with efficiency in mind, this lightweight distribution boasts the XFCE desktop environment, providing a perfect balance between functionality and resource conservation. Ease of use is at the forefront of Puppy Linux F96CE_XFCE_Fusilli 4.4, making it an ideal choice for both beginners and seasoned users....
    Downloads: 76 This Week
    Last Update:
    See Project
  • 24
    TN 365 OS – KDE Gaming

    TN 365 OS – KDE Gaming

    Ubuntu/Mint 22.3–based KDE 6.6 gaming distribution optimized

    ...TechNews365 OS – KDE Gaming Edition is a Linux distribution based on Linux Mint 22.3, optimized for gaming. It includes KDE Plasma 6.6, essential gaming tools (Steam, Lutris, Heroic, Bottles), performance optimizations (MangoHUD, Gamescope), and a curated set of ready‑to‑use applications. Fast, stable, and designed for gamers. Comment Mettre à jour le système? Ouvrez un terminal et exécutez : sudo apt update && sudo apt full-upgrade Aussi bien aux PC récents que ancients: support: contact@technews365.fr GB/EN:How to update the system ? Open a terminal and run: sudo apt update && sudo apt full-upgrade
    Downloads: 26 This Week
    Last Update:
    See Project
  • 25
    ICE Auto Clicker
    ...With customizable clicking patterns and adjustable speeds, ICE Auto Clicker lets you automate mouse clicks with ease, whether you're grinding for loot, farming resources, or completing repetitive quests. Designed with a gamer-friendly interface, ICE Auto Clicker is perfect for both newbies and seasoned pros. You can set up complex clicking routines or simply dial in the speed that suits your playstyle, making it an essential tool for competitive gaming and casual play alike.
    Downloads: 5 This Week
    Last Update:
    See Project
Auth0 Logo