Showing 388 open source projects for "scope"

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

    FreeCAD-PCB

    Import your PCB boards to FreeCAD

    [ENG] Mod FreeCAD-PCB allow you to import PCB boards to FreeCAD. Scope of mod: - support for many different layers, - possible to choose colours, transparency and names for each layer, - mod allows you to import IGES models with colours, - possible to show holes/vias independent. [PL] Moduł FreeCAD-PCB pozwala na importowanie płytek PCB do programu FreeCAD. Możliwości modułu: - wsparcie dla wielu różnych warstw, - wyświetlanie otworów, przelotek niezależnie od siebie, - możliwość wyboru koloru, przeźroczystości oraz nazwy dla poszczególnych warstw, - importowanie modeli zapisanych w formacie IGS wraz z kolorami. ***** Supported software: - Eagle (*.brd) - Razen (*.rzp) - FreePCB (*.fpc) - gEDA (*.pcb) - FidoCadJ (*.fcd) - KiCad (*.kicad_pcb) - IDF v2/v3 Requirements: FreeCAD >= 0.14 Project forum: https://sourceforge.net/p/eaglepcb2freecad/forum/
    Leader badge
    Downloads: 10 This Week
    Last Update:
    See Project
  • 2
    libpython-clj

    libpython-clj

    Python bindings for Clojure

    ...Bridge between JVM objects and Python objects easily; use Python in your Java and use some Java in your Python. Python objects are linked to the JVM GC such that when they are no longer reachable from the JVM, their references are released. Scope-based resource contexts are also available. Finding the Python libraries is done dynamically, allowing one system to run on multiple versions of Python.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    uMatrix

    uMatrix

    Point and click matrix to filter net requests according to source

    Definitely for advanced users. uMatrix does not guarantee that sites will work fine: it is for advanced users who can figure how to un-break sites, because essentially uMatrix is a firewall which works in relaxed block-all/allow-exceptionally mode out of the box: it is not unexpected that sites will break. uMatrix can be set to work in allow-all/block-exceptionally mode with a single click on all cells in the global scope if you prefer to work this way. This will of course break fewer sites, but you would then lose all the benefits which come with block-all/allow-exceptionally mode, though you will still benefit from the 62,000+ blacklisted hostnames by default. HTTP Switchboard's documentation is still relevant, except for uMatrix's differences with HTTP Switchboard.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    streamsupport

    streamsupport

    Backport of Java 8/9 java.util.stream API to Java 6/7 and Android

    ...Due to the lack of default interface methods and static interface methods in pre-Java 8 the API had to be slightly adjusted in these areas but still covers the full functionality scope of Java 8. In detail, static and default interface methods have been moved to companion classes in the same package that bear the identical name as the interface but with an "s" appended (e.g. Comparator -> Comparators). For ease of use, the default methods for most of the functional interfaces were NOT retained as abstract methods in the redefined interfaces - the missing default (and static) methods can always be found in the corresponding companion class.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • 5
    MVIKotlin

    MVIKotlin

    Extendable MVI framework for Kotlin Multiplatform

    ...It also includes powerful debug tools like logging and time travel. MVIKotlin does not bring or enforce any particular architecture. To provide a single source of truth for State (the scope is not defined, it can be a whole app, a screen, a feature, or a part of a feature). To provide an abstraction for UI with efficient updates (however this is not obligatory, you can use whatever you want). To provide lifecycle-aware connections (binding) between inputs and outputs (again this is not obligatory in any way).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Image Picker Library for Android

    Image Picker Library for Android

    Image Picker for Android, Pick an image from Gallery

    Easy to use and configurable library to Pick an image from the Gallery or Capture an image using a Camera. It also allows to Crop and Compress the Image based on Aspect Ratio, Resolution, and Image Size. Almost 90% of the apps that I have developed have an Image upload feature. Along with the image selection, Sometimes I needed a crop feature for my profile image for that I've used uCrop. Most of the time I need to compress the image as the image captured from the camera is more than 5-10...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 7

    Vanga

    Compiler-like generic data scraper and GUI automation tool.

    ...The screens are described in an XML file which contains the definitions of lexemes and the tokens that comprise them. Upon a successful match of a screen, user-defined code is executed. Within the scope of this code, the user is capable of extracting data from the screen, interpreting it, and driving the GUI accordingly. The demonstration example reads the value of a calculator, displays it for the user, and enables him to enter a number which is then inputted into the calculator by pressing the appropriate keys.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    TemaTres: controlled vocabulary server

    TemaTres: controlled vocabulary server

    Manage, Publish and Share Ontologies, Taxonomies, Thesauri, Glossaries

    Web application for management formal representations of knowledge, thesauri, taxonomies and multilingual vocabularies / Aplicación para la gestión de representaciones formales del conocimiento, tesauros, taxonomías, vocabularios multilingües. For the latest version of code: https://github.com/tematres/TemaTres-Vocabulary-Server
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    HAUL

    HAUL

    Haul is a command line tool for developing React Native apps

    Haul is a drop-in replacement for react-native CLI built on open tools like Webpack. It can act as a development server or bundle your React Native app for production. @haul-bundler/cli and other packages under @haul-bundler scope are an overhaul of haul package and support only React Native 0.59.0 and above. If you need to support older versions, please check legacy branch. @haul-bundler/cli and other packages require Node 10 to be installed. If you're running an older version, please upgrade to Node 10 LTS or newer. Add the configuration needed to make Haul work with your app, e.g. add haul.config.js to your project, which you can customize to add more functionality. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    Material Design Extensions

    Material Design Extensions

    Material Design Extensions is based on Material Design in XAML Toolkit

    Material Design Extensions is based on Material Design in the XAML Toolkit to provide additional controls and features for WPF apps. The controls might not be specified in the Material Design specification or would crash the scope of Material Design in the XAML Toolkit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Machine Learning Beginner

    Machine Learning Beginner

    Machine Learning Beginner Public Account Works

    ...The materials prioritize conceptual clarity, then progressively add code to solidify understanding. Step-by-step examples help learners see how data preparation, model training, evaluation, and iteration fit together. Because the scope is intentionally beginner-friendly, it’s an approachable springboard to more advanced resources. Educators also reference it as a compact toolkit for workshops and short intro courses.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    jstutorial

    jstutorial

    Javascript tutorial book

    This repository is a comprehensive, tutorial-style guide to JavaScript that walks readers from the language’s fundamentals to practical application in the browser and on the server. It explains core concepts like values and types, scope, functions, objects, and prototypes in a clear, example-driven style that favors short, readable snippets. The material steadily introduces modern features—modules, arrow functions, classes, destructuring, promises, and async/await—while relating them back to the underlying mechanics of the language. Beyond syntax, it explores how JavaScript actually runs, touching on the event loop, asynchronous patterns, and common pitfalls that trip up newcomers. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    X-Air Live Toolbox

    X-Air Live Toolbox

    Designed to enhance the new X-Air digital mixer

    The X-Air Live Toolbox is designed to enhance the new Behringer X-Air and Midas M-Air digital mixing consoles by supplementing current features with tools requested on the Behringer forum. As with any toolbox, tools can be added or removed as necessary.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 14
    MX Terminal

    MX Terminal

    A chat style app for the M32, X32, M-Air, X-Air digital consoles

    MX Terminal is a simple chat style app that can control the Midas and Behringer digital consoles including the M32, X32, M-Air and X-Air. Built on the popular Live Toolbox OSC engine, the text based interface provides the user full OSC,tidbit and the new English commands sets. Responses from the console can be returned in real world values (db, hz, etc.) instead of OSC values.And text to speech (TTS) is available for these responses for the visually impaired.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    X32 Live Toolbox

    X32 Live Toolbox

    Designed to enhance the X32 digital console

    The Live Toolbox is designed to enhance the very popular Behringer X32 and Midas M32 digital mixing consoles. Even though the X32/M32 firmware has been updated frequently over the years with new improvements and features, it does not seem to be able to keep up with the numerous feature requests. This toolbox is an attempt to supplement the current features. As with any toolbox, tools can be added or removed as necessary.
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • 16

    LT_Command

    A terminal app for the M32, X32, M-Air, X-Air digital consoles

    LT_Command is a terminal/console app that can control the Midas and Behringer digital consoles including the M32, X32, M-Air and X-Air. Built on the popular Live Toolbox OSC engine, the text based interface provides the user full OSC,tidbit and the new English commands sets. It can also be launched from other popular apps using the command line arguments. Responses from the console can be returned in OSC or real world values (db, hz, etc.). Output can be sent to the terminal screen or...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    constructs-go

    constructs-go

    Golang bindings for constructs

    Golang bindings for constructs. See CONTRIBUTING for more information. This project is licensed under the Apache-2.0 License. Constructs are the basic building blocks of AWS CDK apps. A construct represents a "cloud component" and encapsulates everything AWS CloudFormation needs to create the component. Constructs are part of the Construct Programming Model (CPM) and are also used by other tools such as CDK for Terraform (CDKtf), CDK for Kubernetes (CDK8s), and Projen. A construct can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    BudgetML

    BudgetML

    Deploy a ML inference service on a budget in 10 lines of code

    ...Deploying from scratch involves learning too many different concepts like SSL certificate generation, Docker, REST, Uvicorn/Gunicorn, backend servers etc., that are simply not within the scope of a typical data scientist. BudgetML is our answer to this challenge. It is supposed to be fast, easy, and developer-friendly. It is by no means meant to be used in a full-fledged production-ready setup. It is simply a means to get a server up and running as fast as possible with the lowest costs possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    VS-Code-Extension-Doc-ZH

    VS-Code-Extension-Doc-ZH

    VS Code Extension Doc in Chinese

    ...In fact, many core features of VS Code are built as extensions and use the same Extension API. VS Code updates on a monthly cadence, and that applies to the Extension API as well. New features and APIs become available every month to increase the power and scope of VS Code extensions. During the translation process, it is inevitable that there will be clerical errors, inadequate translation, and room for optimization. Of course, the most serious chapters or fragments that should be translated are difficult to understand.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    muditulib

    muditulib

    a multi-dimensional tuning library

    ...The library makes use of a multidimensional numerical pitch representation system, a variant of the very well-known one-dimensional MIDI note system. Ambitions for other implementations are very welcome. Muditulib offers new ways of approaching tuning within the scope of diatonic (roughly the majority of) tonal music within the digital domain. For more information, please have a look at https://muditulib.acls.eu, read the README.txt or the Muditulib Reference Manual.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    RxKotlin

    RxKotlin

    RxJava bindings for Kotlin

    ...RxKotlin aims to conservatively collect these conveniences in one centralized library, and standardize conventions for using RxJava with Kotlin. Since Kotlin makes it easy to implement extensions for anything and everything, this project has to be conservative in what features are in scope. Intentions to create syntactic sugar can quickly regress into syntactic saccharin, and such personal preferences belong in one's internal domain rather than an OSS library. You can also use Gradle or Maven with JitPack to build directly off a snapshot, branch, or commit of this repository.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The application "WiSim" is an interactive business game written in Java. It simulates the task scope and the complex processes of a hub producing company. Features are the simulation of production, sale, purchase and customer / supplier administration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    JS Bits

    JS Bits

    JavaScript concepts with code

    JS Bits is an open-source collection of JavaScript concepts explained through concise code examples and clear explanations that serve as a practical learning resource for both beginners and experienced developers. It breaks down essential parts of the language — such as core syntax, quirky behaviors, functions, scope, closures, asynchronous patterns, and commonly misunderstood features — into digestible pieces that make it easier to internalize how JavaScript really works in modern development. The repository is organized by topic so that learners can jump directly into areas they want to reinforce or explore, and community contributions are welcomed to expand coverage or add alternative explanations. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    DvapUtil

    DVAP Utility for band scanning, calibration, firmware update

    An example program that uses a Digital Voice Access Point Dongle(DVAP) to implement a simple spectrum analyzer and provide firmware update and calibration functions.
    Downloads: 0 This Week
    Last Update:
    See Project