Showing 75 open source projects for "seeds"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1
    SeedCrackerX

    SeedCrackerX

    Minecraft mod designed to reverse-engineer

    ...The system can also integrate with a shared database to contribute discovered seeds, enabling collaborative data gathering across users. Advanced features include brute-force algorithms that refine seed candidates based on structural patterns and hashed seed calculations.
    Downloads: 164 This Week
    Last Update:
    See Project
  • 2
    PT Plugin Plus

    PT Plugin Plus

    Google Chrome extension

    PT Assistant Plus, a browser plug-in (Web Extensions) for Google Chrome and Firefox, is mainly used to assist in downloading seeds from PT stations. PT Assistant Plus is a browser plug-in (Web Extensions), a tool that can improve the efficiency of PT site usage. Applicable to various PT stations, it can make various operations such as downloading seeds easier and faster. With the download server (such as Transmission, µTorrent, etc.), the specified torrent can be downloaded with one click. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Cubiomes Viewer

    Cubiomes Viewer

    An efficient graphical Minecraft seed finder and map viewer

    ...The tool features a map viewer that outlines the biomes of the Overworld, Nether and End dimensions, with a wide zoom range and with toggles for each supported structure type. The active game version and seed can be changed on the fly while a matching seeds list stores a working buffer of seeds for examination. The integrated seed finder is highly customizable, utilizing a hierarchical condition system that allows the user to look for features that are relative to one another. Conditions can be based on a variety of criteria, including structure placement, world spawn point, and requirements for the biomes of an area.
    Downloads: 148 This Week
    Last Update:
    See Project
  • 4
    BIP Utility Library

    BIP Utility Library

    Generation of mnemonics, seeds, private/public keys and addresses

    Generation of mnemonics, seeds, private/public keys, and addresses for different types of cryptocurrencies. A Python library for handling cryptocurrency wallet standards like BIP32, BIP39, and BIP44.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    Petri

    Petri

    An alignment auditing agent capable of exploring alignment hypothesis

    ...Each interaction transcript is then scored by a judge model using a consistent rubric so results are comparable across runs and models. The system supports major model APIs and comes with starter seeds and judge dimensions, enabling minutes-to-insight workflows for questions like reward hacking, self-preservation, or eval awareness. Petri is designed for parallel exploration: it spins many audits in flight, aggregates findings, and highlights transcripts that deserve human review.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    ComfyUI

    ComfyUI

    The most powerful and modular diffusion model GUI, api and backend

    The most powerful and modular diffusion model is GUI and backend. This UI will let you design and execute advanced stable diffusion pipelines using a graph/nodes/flowchart-based interface. We are a team dedicated to iterating and improving ComfyUI, supporting the ComfyUI ecosystem with tools like node manager, node registry, cli, automated testing, and public documentation. Open source AI models will win in the long run against closed models and we are only at the beginning. Our core mission...
    Downloads: 281 This Week
    Last Update:
    See Project
  • 7
    MiniSom

    MiniSom

    MiniSom is a minimalistic implementation of the Self Organizing Maps

    MiniSom is a minimalistic and Numpy-based implementation of the Self Organizing Maps (SOM). SOM is a type of Artificial Neural Network able to convert complex, nonlinear statistical relationships between high-dimensional data items into simple geometric relationships on a low-dimensional display. Minisom is designed to allow researchers to easily build on top of it and to give students the ability to quickly grasp its details. The project initially aimed for a minimalistic implementation of...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    Hypothesis

    Hypothesis

    The property-based testing library for Python

    Hypothesis is a powerful library for property-based testing in Python. Instead of writing specific test cases, users define properties and Hypothesis generates random inputs to uncover edge cases and bugs. It integrates with unittest and pytest, shrinking failing examples to minimal reproducible cases. Widely adopted in production systems, Hypothesis boosts code reliability by exploring input spaces far beyond manually crafted tests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Wave Laravel

    Wave Laravel

    Software as a Service Starter Kit, to build the SAAS of your dreams

    Wave is a Software as a Service Starter Kit that can help you build your next great idea. Wave is built with Laravel, Voyager, TailwindCSS, and a few other awesome technologies. Here are some of the awesome features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    Uncertainty Baselines

    Uncertainty Baselines

    High-quality implementations of standard and SOTA methods

    ...Techniques include deep ensembles, Monte Carlo dropout, temperature scaling, stochastic variational inference, heteroscedastic heads, and out-of-distribution detection workflows. Each baseline emphasizes reproducibility: fixed seeds, standard splits, and strong metrics such as calibration error, AUROC for OOD, and accuracy under shift.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Sygil WebUI

    Sygil WebUI

    Stable Diffusion web UI

    ...It provides multiple UI modes (including a legacy Gradio interface) and focuses on making iterative prompting, parameter tuning, and post-processing accessible without writing code. The UI exposes core generation controls like resolution, CFG guidance, sampling steps, samplers, seeds, and batch generation so users can reproduce results and refine outputs systematically. It also supports jumping between workflows, such as sending an output directly into Image2Image for variations or into an “Image Lab” style area for enhancement and upscaling. Post-processing and enhancement are a major emphasis: the interface can route images through different upscalers and face-enhancement tools, helping users turn raw generations into cleaner, higher-resolution results.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Ginkgo

    Ginkgo

    BDD testing framework for Go

    Ginkgo is a Go testing framework built to help you efficiently write expressive and comprehensive tests using Behavior-Driven Development (“BDD”) style. It is best paired with the Gomega matcher library but is designed to be matcher-agnostic. These docs are written assuming you’ll be using Gomega with Ginkgo. They also assume you know your way around Go and have a good mental model for how Go organizes packages under $GOPATH. Ginkgo is tested against Go v1.6 and newer To install Go, follow...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    kew

    kew

    Music for the Shell

    KEW (short for Key-Enabled Wallet) is an open-source command-line wallet and key management tool built for modern blockchain and Web3 workflows, designed to give developers and active users a secure and flexible way to manage cryptographic keys, accounts, and signing operations from the terminal. It focuses on simplicity, reproducibility, and composability, letting users manage multiple wallets, derive keys from mnemonics, and perform signing for a variety of chain-specific transaction...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    OSS-Fuzz Gen

    OSS-Fuzz Gen

    LLM powered fuzzing via OSS-Fuzz

    ...The system integrates with modern LLM-assisted workflows to draft harness code and then iterates based on build errors or low coverage signals. Importantly, it aligns with OSS-Fuzz conventions, generating corpus seeds, build rules, and sanitizer settings so projects can plug in quickly. Reports highlight what functions were targeted, how coverage evolved, and where manual hints could unlock more paths. The goal is pragmatic: shrink the gap between “we should fuzz this” and “we have robust fuzzing running in CI,” especially for understaffed maintainers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Lando

    Lando

    A development tool for all your projects that is fast, easy, powerful

    Push-button development environments hosted on your computer or in the cloud. Automate your developer workflow and share it with your team. Lando creates your dev environment and seeds it. Because you dont have time to configure Docker, debug tooling, or any of that space snarge. Make yourself at home in the stars. Pull projects down from Lando's hosting partners. Use your favorite IDE. See CLI tools working out-of-the-box. Distribute working dev environments to your whole team. Junior devs get a rocket boost while senior devs can tune settings to make their best astro racer. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Solitaire

    Solitaire

    Solitaire game with auto-save, undo, and custom seeds.

    Enjoy your favorite card game with quality-of-life upgrades that make the experience better, like auto-save, custom seeds, and fully customizable backgrounds. You can adjust each session to tailor your own style. Whether you want a relaxing break or plan the perfect run, your progress is always secure because of the built-in save/load system. This lets you continue your gameplay anytime, exactly where you left off. With regular updates and new features being developed, this project keeps growing and getting better. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    ...SGMNS used a global connectivity molecular network (GCMN), which was constructed by the structural similarity of metabolites. When the annotation was performed, experimental MS/MS spectra of known metabolites as seeds were assigned to corresponding neighbor metabolites in GCMN as their “pseudo” spectra, and the propagation was performed by searching predicted retention times, MS1 and “pseudo” spectra against metabolite features. Then, the annotated metabolite features were used as new seeds for annotation propagation again. A total of 2,041 metabolites were annotated from a pooled biological sample, and the annotation accuracy was > 83% with RSD < 2%.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    Stake Crash Predictor

    Stake Crash Predictor

    Stake Crash Predictor is a toolkit for stake mines predictor & Plinko.

    The Stake Crash Predictor is a focused toolkit that combines statistical analysis, optional server fairness seed hash decrypt helpers, and AI-assisted summaries to help you study rounds on Stake.us. This project centers on the stake mines predictor and stake predictor workflows Demo-focused stake crash predictor app — seed-inspection helpers (SHA-512 / SHA-256), AI-assisted summaries, and demo bot templates for stake mines predictor too, Start in demo mode to test safely. Disclaimer:...
    Leader badge
    Downloads: 186 This Week
    Last Update:
    See Project
  • 19
    Grow a Garden Script

    Grow a Garden Script

    Grow a Garden Script - Auto Farm, Infinite Seeds, Sell All

    This cheat script for Grow a Garden on Roblox gives you powerful features to dominate the game instantly. Whether you're tired of grinding or just want to troll your friends, this script provides full automation for gardening activities — plant, water, harvest, and sell — all with zero effort. Speed up growth, unlock rare plants instantly, and enjoy infinite in-game currency. The script is easy to use, supports toggle-based GUI, and bypasses most common anti-cheat methods. With a single...
    Leader badge
    Downloads: 30 This Week
    Last Update:
    See Project
  • 20
    Quantum-Cosmology-Integration

    Quantum-Cosmology-Integration

    Quantum Cosmology & Astrophysics Unified Suite (QCAUS)

    Quantum-Corrected Cosmological Perturbation Solver Live try https://qcuas-quantum-cosmology-astrophysics-unified-suite.streamlit.app/ License: Dual 🔬 Overview A complete computational framework for cosmological perturbation theory with first-principles quantum corrections. This package implements: Quantum-corrected Mukhanov-Sasaki equations with backreaction from quantum fields Full Boltzmann integration with quantum scattering terms Tensor perturbations...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 21
    Prompt-to-Prompt

    Prompt-to-Prompt

    Latent Diffusion and Stable Diffusion Implementation

    ...The repository includes reference notebooks and scripts that plug into popular latent diffusion backbones, making it practical to try the technique on your own prompts and seeds. It’s especially useful for workflows that need consistent framing, product shots, illustrations, and concept art, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    BitSler Script 2023

    BitSler Script 2023

    Win rate increased with random seed changer

    Professional Bitsler Script to earn free Bitcoins from Bitsler.com It has an unique system to change seeds and make a lot more of wins.. It is a standalone program fast and profitable! Just sign in to the site with script, make sure the "Auto Change Seed periodically" option is checked and start rolling! This is more than one-year work, we are happy if it can help people to promote the use of Bitcoins! Bitsler script is a program to automate betting using several strategies. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    vulnerable-AD

    vulnerable-AD

    Create a vulnerable active directory

    Vulnerable-AD is a PowerShell toolkit that automates the creation of a deliberately insecure Active Directory domain for hands-on labs and testing. It builds a domain controller (or augments an existing AD installation) with a variety of common misconfigurations and intentional weaknesses so practitioners can exercise attack techniques such as Kerberoast, AS-REP roast, DCSync, Pass-the-Hash, Silver/Golden Ticket attacks, and more. The project can create user objects with default or weak...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Stable Diffusion Web UI

    Stable Diffusion Web UI

    Feature showcase for stable-diffusion-webui

    This repository curates a living gallery of examples that demonstrate what the Stable Diffusion Web UI and its ecosystem can do. It documents practical recipes that pair prompts with parameters, samplers, upscalers, and extensions so others can reproduce results reliably. The focus is on education by example: side-by-side comparisons reveal how settings like CFG scale, denoising strength, schedulers, or ControlNet inputs change an image. It also highlights workflows—for instance,...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB