Search Results for "materials testing laboratory"

Showing 44 open source projects for "materials testing laboratory"

View related business solutions
  • 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
  • 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
  • 1
    eLabFTW

    eLabFTW

    Open source electronic lab notebook for research labs

    ...Beyond simple experiment journaling, eLabFTW includes an inventory database for tracking lab materials, reagents, and equipment, making it a versatile tool for laboratory management. It also supports collaboration across teams, enabling multiple users to access shared records and streamline project workflows. The software features advanced search, tagging, timestamping, and export tools, which are essential for reproducibility and long-term project tracking.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    nbmake

    nbmake

    Pytest plugin for testing notebooks

    Pytest plugin for testing and releasing notebook documentation. To raise the quality of scientific material through better automation. Research/Machine Learning Software Engineers who maintain packages/teaching materials with documentation written in notebooks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Artificial Intelligence for Beginners

    Artificial Intelligence for Beginners

    12 Weeks, 24 Lessons, AI for All

    AI-For-Beginners is a comprehensive open-source educational curriculum designed to introduce learners to the foundations of artificial intelligence through structured lessons and hands-on practice. The repository provides a 12-week program composed of 24 lessons that combine theory, code examples, quizzes, and laboratory exercises. It covers a broad range of topics including neural networks, computer vision, natural language processing, and AI ethics. The curriculum is intentionally...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    Harmony

    Harmony

    Patching, replacing and decorating .NET and Mono methods

    ...It works great in games and is well established in titles like 7 Days To Die, BattleTech, Besiege, Cities:Skylines, Kerbal Space Program, Oxygen Not Included, Ravenfield, Rimworld, Sheltered, Stardew Valley, Staxel, Subnautica, The Ultimate Nerd Game, Total Miner, Unturned, SCP: Secret Laboratory and many more. If you develop in C# and your code is loaded as a module/plugin into a host application, you can use Harmony to alter the functionality of all the available assemblies of that application. Where other patch libraries simply allow you to replace the original method, Harmony goes one step further. It is also used in unit testing WPF controls and in many other areas. ...
    Downloads: 18 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
    Useful Java links

    Useful Java links

    A list of useful Java frameworks, libraries, software and hello worlds

    ...The project organizes hundreds of links to libraries, development frameworks, tutorials, and technical references that are useful for both beginner and advanced Java developers. These resources cover many areas of software development, including web frameworks, testing libraries, concurrency tools, build systems, microservices architectures, and development best practices. By grouping links into categorized sections, the repository allows developers to quickly discover relevant technologies and learning materials for building Java applications. The project is maintained as a living reference library that evolves alongside the Java ecosystem as new frameworks and development tools emerge.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Courses (Anthropic)

    Courses (Anthropic)

    Anthropic's educational courses

    ...Assignments emphasize realistic tasks such as building small utilities, testing prompts against edge cases, and measuring quality so you learn to ship things that work. The materials are written for developers but remain friendly to newcomers, with clear setup instructions and minimal boilerplate. Because the repo is live and maintained, lessons are updated as the SDK and models evolve, and issues are used to track fixes, clarifications, and new modules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    DeepCode

    DeepCode

    DeepCode: Open Agentic Coding

    DeepCode is an agentic coding platform built around a multi-agent architecture that turns high-level inputs, including research papers, documents, and natural-language requirements, into working software artifacts. It positions itself as an “open agentic coding” system that can handle tasks like paper-to-code reproduction, frontend generation, and backend implementation by decomposing problems into structured steps and coordinating specialized agents. The system description highlights an...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 8
    F´

    F´

    A flight software and embedded systems framework

    F´ (or F Prime) is a software framework for the rapid development and deployment of embedded systems and spaceflight applications. Originally developed at NASA’s Jet Propulsion Laboratory, F´ is open-source software that has been successfully deployed for several space applications. It has been used for but is not limited to, CubeSats, SmallSats, instruments, and deployable. Component architecture with well-defined interfaces. To develop applications with F´, the following requirements of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    L1B3RT45

    L1B3RT45

    Harmless liberation prompts

    ...It is positioned more as a prompt experimentation archive than a traditional software library, emphasizing the study of how instruction phrasing can influence AI outputs. The project reflects the growing interest in prompt security, jailbreak testing, and model alignment research within the AI community. Its materials are often used by researchers and enthusiasts studying robustness, safety, and adversarial prompting dynamics. Because of its unconventional focus, it functions primarily as a research and exploration resource rather than a production tool. Overall, L1B3RT4S serves as a niche but widely referenced collection for studying advanced prompt manipulation patterns.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Application Monitoring That Won't Slow Your App Down Icon
    Application Monitoring That Won't Slow Your App Down

    AppSignal's Rust-based agent is lightweight and stable. Already running in thousands of production apps.

    Full APM with errors, performance, logs, and uptime monitoring. 99.999% uptime SLA on the platform itself.
    Start Free
  • 10
    Modern C++ Programming

    Modern C++ Programming

    Modern C++ Programming Course

    ...It walks through core language topics like RAII, move semantics, templates and metaprogramming, lambdas, and smart pointers with an eye toward real-world patterns. Concurrency and performance enter the picture via threads, atomics, futures, and memory considerations, helping learners reason about correctness and speed. The materials highlight best practices—value semantics, const-correctness, and zero-cost abstractions—while cautioning against common pitfalls inherited from older C++ idioms. Build and tooling conventions (e.g., CMake, testing frameworks, static analyzers) are woven into examples so projects are reproducible and portable. By combining concise snippets with progressively more complex tasks, the repo serves as both a quick reference and a guided path to writing modern, maintainable C++.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 11
    MDN Learning Area

    MDN Learning Area

    GitHub repo for the MDN Learning Area

    learning-area is the official GitHub repository for the MDN Web Docs Learning Area, a collection of educational resources designed to teach core web development technologies. It contains the code examples referenced throughout MDN’s tutorials and articles, covering topics such as HTML, CSS, JavaScript, and web APIs. Each directory in the repository mirrors the module structure of the MDN Learning Area, allowing learners to follow along easily as they read through corresponding lessons. The...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Data Science Articles from CodeCut

    Data Science Articles from CodeCut

    Collection of useful data science topics along with articles

    ...Instead of providing a single software package, the repository aggregates articles, tutorials, and examples covering many topics within the data science ecosystem. The materials address areas such as MLOps, data management, project organization, testing practices, visualization techniques, and productivity tools used by data scientists. Each topic often includes references to code repositories, demonstrations, and video tutorials that show how the tools can be applied in real projects. The repository is intended to help practitioners stay updated with current best practices and technologies in the field of data science.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    GB PavementMat

    GB PavementMat

    An AI-based software for prediction of pavement material properties

    ...This significantly reduces laboratory testing time, cost, and delays while maintaining high reliability. The combined prediction model achieves an accuracy of 97%, while the dedicated Proctor test model reaches an accuracy of 98%, delivering fast, intelligent, and dependable pavement material assessment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    JakiKaliOS

    JakiKaliOS

    JakiKaliOS V.0.01 is a LiveRAM Debian distribution based on Kali Linux

    JakiKaliOS is a LiveRAM Linux distribution based on Kali Linux, designed for cybersecurity professionals, ethical hackers, forensic analysts, and laboratory environments. The system runs entirely in RAM by default, leaving no disk footprint and providing fast, clean, and temporary work sessions ideal for security testing and controlled operations. JakiKaliOS includes a lightweight XFCE desktop optimized for performance and low resource usage, suitable for virtual machines, VPS consoles, and bare metal systems. ...
    Leader badge
    Downloads: 5 This Week
    Last Update:
    See Project
  • 15
    LabMACOSX
    LabMACOSX: Is a laboratory of applications written in Applescript language. Brutosx is brutus.pl remote login and password bruteforce cracker inserted inside the application Brutosx (need only of Net::Telnet Perl module are required get them at CPAN, while the list of users and passwords, and the service is inserted inside the application). SSHOSX is ssh application client to establish an ssh connection from client to server, Nmaposx is nmap port scanner invoked from the application Nmaposx...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Quantum Shield Orbital Defense Detection

    Quantum Shield Orbital Defense Detection

    Quantum Shield Orbital Defense Detection System

    QUANTUM SHIELD ORBITAL DEFENSE DETECTION SYSTEM Proof of concept live app: https://stealthpdpradar.streamlit.app/ https://qcuas-quantum-cosmology-astrophysics-unified-suite.streamlit.app/ 🚀 Overview Quantum Shield is a revolutionary defense system leveraging quantum sensing technologies for superior detection capabilities against stealth aircraft, drones, missiles, and submarines. By utilizing quantum entanglement, superposition, and other quantum phenomena, the system offers...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 17
    OligoYap Portable

    OligoYap Portable

    Oligo design and bioinformatic analysis software.

    OligoYap can be used to design classical PCR, SYBR Green, TaqMan, MGB, Molecular Beacons, Microarray and Real-Time PCR primers/probes and for bioinformatics analysis. It has the features of enzyme cut analysis, mutation analysis, DNA/protein match and BLAST. You can easily record laboratory materials/files, prepare PCR mix and many other laboratory operations. It works on windows8.1 and earlier operating systems, but has not been tried on windows10 and later. For better images, you can right-click the exe file and check the features/compatibility "Disable screen scaling in high DPI settings" box. On some systems (as win8.1) you may also need to check the "run as administrator" option. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    RegexLab .NET

    RegexLab .NET

    dev environment tool to write and test complex regular expressions

    RegexLab .NET is a rich-featured development environment and laboratory tool for creating, writing and editing complex regular expressions . It targets the .NET Framework and .NET Core (.NET 6, .NET 8) Regex Engine. Compared to other regex tools and lots of online regex testers this allows to store your regular expressions in local files including sample inputs for testing it. Use this tool build your own regex library with usage demonstration and meta data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Penetration Testing Tools

    Penetration Testing Tools

    A collection of more than 170+ tools, scripts, cheatsheets

    Penetration-Testing-Tools is a curated collection of tools, scripts, cheatsheets and reference materials assembled to help security researchers, red-teamers, and students perform hands-on penetration testing across multiple domains. The repository groups resources by discipline — reconnaissance, web application testing, network exploitation, privilege escalation, post-exploitation and reporting — so users can quickly find relevant utilities and walkthroughs. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20

    Rosegarden Testing Support

    Project to support Rosegarden Testing

    A project to hold test support files and materials for Rosegarden THIS IS NOT the Rosegarden main project, just a personal project to hold files so that I can support Rosegarden development, like screenshots etc. The actual official Rosegarden project is here: https://sourceforge.net/projects/rosegarden/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Machine Learning Financial Laboratory

    Machine Learning Financial Laboratory

    MlFinLab helps portfolio managers and traders

    MlFinLab is a comprehensive Python library designed to support the development of machine learning strategies in quantitative finance and algorithmic trading. The project provides a large collection of tools that implement techniques from academic research on financial machine learning. It covers the full lifecycle of developing data-driven trading strategies, including data preprocessing, feature engineering, labeling techniques, model training, and performance evaluation. Many of the...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 22
    codeforces-go

    codeforces-go

    Solutions to Codeforces by Go

    Golang algorithm competition template library. Due to the complexity of algorithm knowledge points, it is necessary to classify the algorithms you have learned and the questions you have done. An algorithm template should cover the following points. Basic introduction to the algorithm (core idea, complexity, etc.) Reference links or book chapters (good material) Template code (can contain some comments, usage instructions) Template supplements (extra codes in common question types, modeling...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Statistics for Data Scientists

    Statistics for Data Scientists

    "Statistics for Data Scientists: 50 Essential Concepts"

    The “statistics-for-data-scientists” repository is a pedagogical resource designed to bridge rigorous statistics theory and practical data science workflows. The code and materials are intended to help data scientists and analysts grasp statistical principles (e.g. inference, regressions, hypothesis testing, probability, confidence intervals) in contexts relevant to real data analysis tasks. The repository includes Jupyter notebooks, R scripts, worked examples, and possibly problem sets that illustrate how statistical methods are applied to real datasets. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Node.JS Course

    Node.JS Course

    Materials, slides and other goodies from my Node.JS courses

    This repository accompanies a hands-on Node.js course that builds production-minded skills through projects and exercises rather than slideware. It walks learners from fundamentals to pragmatic topics such as configuration management, process models, database integration, caching, and message queues. Security practices—input validation, secrets handling, and least-privilege IAM—are woven into examples instead of tacked on at the end. The curriculum also covers operational concerns like...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    coarrays

    coarrays

    A free Fortran 2008, 2018 coarrays course with notes and exercises

    Coarrays are native Fortran means for SPMD parallel programming. At runtime multiple copies of the executable (called images) are executing asynchronously. The F2008 standard provides coarray syntax, remote calls, coarray data objects, allocatable coarrays, syncronisation, atomics, etc. F2018 adds new functionality, e.g. collectives, teams, events, more atomics. Coarrays are used extensively in CASUP library for HPC (https://cgpack.sourceforge.io). The course is aimed at experienced...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB