Showing 239 open source projects for "absolute"

View related business solutions
  • 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
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    Axon

    Axon

    Nx-powered Neural Networks

    Nx-powered Neural Networks for Elixir. Axon consists of the following components. Functional API – A low-level API of numerical definitions (defn) of which all other APIs build on. Model Creation API – A high-level model creation API which manages model initialization and application. Optimization API – An API for creating and using first-order optimization techniques based on the Optax library. Training API – An API for quickly training models, inspired by PyTorch Ignite. Axon provides...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    SHAP

    SHAP

    A game theoretic approach to explain the output of ml models

    SHAP (SHapley Additive exPlanations) is a game theoretic approach to explain the output of any machine learning model. It connects optimal credit allocation with local explanations using the classic Shapley values from game theory and their related extensions. While SHAP can explain the output of any machine learning model, we have developed a high-speed exact algorithm for tree ensemble methods. Fast C++ implementations are supported for XGBoost, LightGBM, CatBoost, scikit-learn and pyspark...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    css-loader

    css-loader

    CSS Loader

    ...If set to false, CSS-loader will not parse any paths specified in URL or image-set. A function can also be passed to control this behavior dynamically based on the path to the asset. Starting with version 4.0.0, absolute paths are parsed based on the server root. Using local value requires you to specify :global classes. Using global value requires you to specify :local classes. Using pure value requires selectors must contain at least one local class or id. Styles can be locally scoped to avoid globally scoping styles. The syntax :local(.className) can be used to declare className in the local scope. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    FlexLayout

    FlexLayout

    Swift interface to the optimized facebook/yoga flexbox implementation

    ...It is simpler to use, much more versatile and amazingly performant. FlexLayout is a companion of PinLayout. They share a similar syntax and method names. PinLayout is a layout framework greatly inspired by CSS absolute positioning, it is particularly useful for greater fine control and animations. It gives you full control by layouting one view at a time (simple to code and debug).
    Downloads: 1 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 5
    bild

    bild

    Image processing algorithms in pure Go

    A collection of parallel image processing algorithms in pure Go. The aim of this project is simplicity in use and development over absolute high performance, but most algorithms are designed to be efficient and make use of parallelism when available. It uses packages from the standard library whenever possible to reduce dependency use and development abstractions. All operations return image types from the standard library. Package convolution provides the functionality to create and apply a kernel to an image. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Terminal.Gui

    Terminal.Gui

    Console-based user interface toolkit for .NET applications

    ...Terminal drivers for Curses, Windows Console, and the .NET Console mean Terminal.Gui works well on both color and monochrome terminals and has mouse support on terminal emulators that support it. Both keyboard and mouse input are supported, including limited support for drag & drop. Terminal.Gui supports both Absolute layout and an innovative UI layout system referred to as Computed Layout. Computed Layout makes it easy to layout controls relative to each other and enables dynamic console GUIs.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    whenwords

    whenwords

    A relative time formatting library, with no code

    whenwords is a concise, open-source natural language scheduler that helps applications interpret date/time expressions (“tomorrow”, “next Friday at 3”, “in two hours”) in ordinary human language and convert them into precise scheduled events. It combines robust parsing logic with a flexible API so developers can embed scheduling understanding into chatbots, task managers, calendar tools, or productivity apps without building complex date interpreters from scratch. The library handles a wide...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    SonarJS

    SonarJS

    SonarSource Static Analyzer for JavaScript and TypeScript

    ...We recommend using the latest available LTS version (v16 as of today) for optimal stability and performance. v12 is still supported, but it already reached end-of-life and is deprecated. If node is not available in the PATH, you can use property sonar.nodejs.executable to set an absolute path to Node.js executable. If you have a community plugin for CSS analysis installed on your SonarQube instance it will conflict with the analysis of CSS, so it should be removed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Chokidar

    Chokidar

    Minimal and efficient cross-platform file watching library

    Chokidar is a solution for all the users of Node.js fs.watch who are tired of it not reporting filenames on MacOS and events at all when using editors like Sublime on MacOS. Node.js fs.watch often reports events twice, emits most changes as rename, and it does not provide an easy way to recursively watch file trees nor supports recursive watching on Linux. Same as with Node.js fs.watchFile. Therefore, Chokidar resolves these problems. Initially made for Brunch (an ultra-swift web app build...
    Downloads: 3 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
  • 10
    eslint-plugin-import

    eslint-plugin-import

    ESLint plugin with rules that help validate proper imports.

    This plugin intends to support linting of ES2015+ (ES6+) import/export syntax, and prevent issues with misspelling of file paths and import names. All the goodness that the ES2015+ static module syntax intends to provide, is marked up in your editor. The maintainers of eslint-plugin-import and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open-source dependencies you use to build your applications. Save time, reduce risk, and...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    Hello SQL

    Hello SQL

    Spanish-language course repository that teaches fundamentals of SQL

    ...Learners progress from setup and connection to hands-on exercises that build confidence with CRUD operations and data modeling. The repository’s structure favors incremental learning, with clear folders, references, and exercises you can run locally. It targets absolute beginners as well as developers from other stacks who want a clean, project-based path into SQL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Filesystem Component

    Filesystem Component

    The Filesystem component provides basic utilities for the filesystem

    The Filesystem component provides platform-independent utilities for filesystem operations and for file/directory paths manipulation. The component contains two main classes called Filesystem and Path. mkdir() creates a directory recursively. On POSIX filesystems, directories are created with a default mode value 0777. You can use the second argument to set your own mode. exists() checks for the presence of one or more files or directories and returns false if any of them is missing. copy()...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Lexbor

    Lexbor

    Lexbor is development of an open source HTML Renderer library

    Lexbor is the development of a web browser engine available as a software library; it ships with a free license and has no extra dependencies. For us, speed is an absolute must-have. In our development process, we focus on fastest parsing techniques for HTML, CSS, and fonts, fastest data processing methods, and fastest ways to serve content to end users. Whether you are building a backend that handles millions of HTML documents or a UI-heavy user app, your software’s response rate always matters to users and developers alike. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    lint-staged

    lint-staged

    Run linters on git staged files

    Run linters against staged git files and don't let anything slip into your code base! Linting makes more sense when run before committing your code. By doing so you can ensure no errors go into the repository and enforce code style. But running a lint process on a whole project is slow, and linting results can be irrelevant. Ultimately you only want to lint files that will be committed. This project contains a script that will run arbitrary shell tasks with a list of staged files as an...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    NanoNeuron

    NanoNeuron

    NanoNeuron is 7 simple JavaScript functions

    ...Because every concept is expressed in a few lines, it’s easy to tinker—change learning rates, swap cost functions, or visualize error curves. The repository bridges the gap between formulae and intuition by making each update transparent and observable. It’s ideal for absolute beginners who want to internalize core ideas before moving on to multi-layer networks and libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    ParallelStencil.jl

    ParallelStencil.jl

    Package for writing high-level code for parallel stencil computations

    ...For example, a 2-D shallow ice solver presented at JuliaCon 2020 [1] achieved a nearly 20 times better performance than a corresponding GPU Array programming implementation; in absolute terms, it reached 70% of the theoretical upper performance bound of the used Nvidia P100 GPU, as defined by the effective throughput metric, T_eff. ParallelStencil relies on the native kernel programming capabilities of CUDA.jl and AMDGPU.jl and on Base.Threads for high-performance computations on GPUs and CPUs, respectively. It is seamlessly interoperable with ImplicitGlobalGrid.jl, which renders the distributed parallelization of stencil-based GPU and CPU apps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Chyrp Lite

    Chyrp Lite

    An ultra-lightweight blogging engine, written in PHP

    ...With a flexible system of Feathers and Pages, you can make your website whatever you want it to be. Feathers enable different types of blog content – you can restrict yourself to absolute textual purity, or you can create a multimedia rainbow. Pages let you publish articles separate from your blog content – be it a simple colophon or a hierarchy of multiple pages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Qwen-2.5-VL

    Qwen-2.5-VL

    Qwen2.5-VL is the multimodal large language model series

    Qwen2.5 is a series of large language models developed by the Qwen team at Alibaba Cloud, designed to enhance natural language understanding and generation across multiple languages. The models are available in various sizes, including 0.5B, 1.5B, 3B, 7B, 14B, 32B, and 72B parameters, catering to diverse computational requirements. Trained on a comprehensive dataset of up to 18 trillion tokens, Qwen2.5 models exhibit significant improvements in instruction following, long-text generation...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    Little cms color engine

    Little cms color engine

    An ICC-based CMM for color management

    Little cms is a color management library. Implements fast transforms between ICC profiles. It is focused on speed, and is portable across several platforms (MIT license)
    Leader badge
    Downloads: 7,246 This Week
    Last Update:
    See Project
  • 20

    Symlink-check

    Repairs broken symlinks, searching only by file name

    3 einfache Bash-Scripts, die einige lang gesuchte Funktionen erfüllen. # Repariert kaputte Symlinks, nur nach Dateinamen suchen # Unterstützt Leerzeichen, Sonderzeichen, Umlaute # Absolute Pfade werden in den Symlink geschrieben # Nicht reparierte Symlinks werden in defekte_symlinks.log geloggt --------------------------------------------------- 3 simple Bash-Scripts, for some long searched functions. # Repairs broken symlinks, searching only by file name # Supports spaces, special characters, and accented letters # Absolute paths are written into the symlink "fix_symlinks_mlog.sh" zur Arbeit innerhalb eines Verzeichnisbaumes | made for working inside an dir-tree. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Graphical 2D Frame Analysis

    Graphical 2D Frame Analysis

    Graphical 2D Frame Analysis C#– Free Structural Engineering Software

    ...Ideal for students, teachers in civil engineering and structural engineering, Educational, graphical structural analysis with full source code. Feature includes Axial, shear, bending moment, displacement, absolute displacement diagram, graph with values and table with values. It covers frame with spring support, inclined and guided roller support, intermediate hinge.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 22
    ShinyCardinal

    ShinyCardinal

    Mass spectrometry imaging data analysis software tool

    ...It leverages the R package Cardinal to enhance its functionalities by introducing several additional important features, such as the removal of background noises and matrix peaks, deisotoping, absolute quantification, network analysis, and metabolite identification. ShinyCardinal is built as a desktop application with a conveniently designed graphic user interface to provide users a stable, consistent, and user-friendly data analysis framework. Tutorial videos: https://www.youtube.com/@MSI_WIS/videos
    Downloads: 8 This Week
    Last Update:
    See Project
  • 23

    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 - Anticipating the amounts of raw materials required to carry out a multi-step preparation for a chemical reaction
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Form Validator

    Form Validator

    Server-side Form Validator.

    ...Without forms validation, it is not a question of if you will be hacked, it is a question of when. I have been using FormValidator for years, updating it regularly with new exploits as they become known. FormValidator has some unique rules, and some that are absolute must-have. Check out the Rules section for an overview. https://phpmailer.pro/index.php?pg=fv-rules Downloadable forms, thank you page, and full description of forms strategy (including validation rules) at: https://phpmailer.pro/index.php?pg=forms
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    USB TTY interface intended for use with an Arduino Nano. A very simple protocol is used to to reduce the byte traffic to the absolute minimum required. 257 symbols are used with byte values 0x00 to 0xFD to send data values 0x00 to 0xFD. 0xFF is used as the start character. Byte pair, 0xFE, 0xFD is used for data value 0xFF and byte pair 0xFE, 0xFE is used for data value 0xFE. The byte following the start character points to a function which will receive the data and run.
    Downloads: 0 This Week
    Last Update:
    See Project