Showing 78 open source projects for "normalize"

View related business solutions
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 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
  • 1
    composer-normalize

    composer-normalize

    Provides a composer plugin for normalizing composer.json

    This package provides a composer plugin for normalizing composer.json.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    modern-normalize

    modern-normalize

    Normalize browsers' default style

    modern-normalize is a tool to normalize browsers' default style. All credit should go to normalize.css.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Normalize Node.js versions

    Normalize Node.js versions

    Normalize and validate Node.js versions

    Normalize and validate Node.js versions. Takes any version range as inputs such as 8, 8.5.0 or >=8 and returns a "major.minor.patch" string. Throws if the Node.js version does not exist. Base URL to fetch the list of available Node.js versions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    pytz

    pytz

    Python historical timezone library and database

    ...With pytz, developers can convert naΓ―ve datetime objects into timezone-aware ones, shift between timezones, and safely perform arithmetic across DST boundaries with methods like localize() and normalize(). Although Python 3.9 and newer include better built-in timezone support (via zoneinfo and external packages like tzdata), pytz remains widely usedβ€”especially in legacy codebases or in environments where backward compatibility matters.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 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
  • 5
    Trurl

    Trurl

    A command line tool for URL parsing and manipulation

    trurl is a command-line tool developed by the curl project for parsing and manipulating URLs. It allows users to modify URL components easily, aiding in tasks like scripting and testing.​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Symfony OptionsResolver

    Symfony OptionsResolver

    Provides an improved replacement for the array_replace PHP function

    Symfony Options Resolver is a PHP component that simplifies the handling of configuration options in your applications. It helps developers define, validate, and normalize configuration arrays, making it easier to manage options passed to classes or functions. The component ensures that the provided options meet the expected structure and values, improving code robustness and flexibility.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    ThingsBoard

    ThingsBoard

    Device management, data collection, processing and visualization

    ...Visualize your data with built-in or custom widgets and flexible dashboards. Share dashboards with your customers. Define data processing rule chains. Transform and normalize your device data. Raise alarms on incoming telemetry events, attribute updates, device inactivity, and user actions.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 8
    PhoneNumberKit

    PhoneNumberKit

    A Swift framework for parsing and formatting phone numbers

    Swift 5.3 framework for parsing, formatting and validating international phone numbers. Inspired by Google's libphonenumber. Import PhoneNumberKit at the top of the Swift file that will interact with a phone number. All of your interactions with PhoneNumberKit happen through a PhoneNumberKit object. The first step you should take is to allocate one. A PhoneNumberKit instance is relatively expensive to allocate (it parses the metadata and keeps it in memory for the object's lifecycle), you...
    Downloads: 22 This Week
    Last Update:
    See Project
  • 9
    nette Schema

    nette Schema

    Validating data structures against a given Schema

    ...In variable $schema we have a validation schema (what exactly this means and how to create it we will say later) and in variable $data we have a data structure that we want to validate and normalize. This can be, for example, data sent by the user through an API, configuration file, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    autopep8

    autopep8

    A tool that automatically formats Python code to conform to the PEP 8

    autopep8 automatically formats Python code to conform to the PEP 8 style guide. It uses the pycodestyle utility to determine what parts of the code need to be formatted. autopep8 is capable of fixing most of the formatting issues that can be reported by pycodestyle. Correct deprecated or non-idiomatic Python code (via lib2to3). Use this for making Python 2.7 code more compatible with Python 3. Put a blank line between a class docstring and its first method declaration. Remove blank lines...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    Sonic

    Sonic

    Fast, lightweight & schema-less search backend

    Sonic is a super fast and lightweight, schema-less search backend that can be used in place of super-heavy and full-featured search backends like Elasticsearch. It is able to normalize language search queries, auto-complete search queries and offer the most relevant results. Being an identifier index rather than a document index, when queried it provides IDs that can be used to refer to matched documents in an external database.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Node.js version alias

    Node.js version alias

    Resolve Node.js version aliases like `latest`, `lts` or `erbium`

    Resolve Node.js version aliases like `latest`, `lts` or `erbium`. Those aliases are used by Node.js version managers like nvm, nvs, n, nave, nodeenv or nodist. This resolves them to a "major.minor.patch" version string. This package is an ES module and must be loaded using an import or import() statement, not require(). Base URL to fetch the list of available Node.js versions. Can be customized.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    AutoCannon

    AutoCannon

    fast HTTP/1.1 benchmarking tool written in Node.js

    ...If the PORT environment variable is set, the URL can be a path. Use a warm up interval before starting sampling. This enables startup processes to finish and traffic to normalize before sampling begins. There are two tables, one for the request latency, and one for the request volume. The latency table lists the request times at the 2.5% percentile, the fast outliers; at 50%, the median; at 97.5%, the slow outliers; at 99%, the very slowest outliers. Here, lower means faster. When in workers mode, you need to pass in an absolute file path to all the options that accept a function. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    Unla

    Unla

    Gateway service that instantly transforms existing MCP Servers

    ...A quick-start and CLI make it easy to stand up an API server, while the package structure exposes helpers for people who want to embed or extend the gateway. Because it is itself MCP-speaking, Unla can sit in front of mixed fleets and normalize transports and schemas for clients. Documentation and pkg.go.dev pages reinforce the positioning as a stable, Go-native building block for MCP deployments.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 15
    whenwords

    whenwords

    A relative time formatting library, with no code

    ...The library handles a wide range of expressions, time zones, and relative references, making it useful across different locales and contexts where users provide unconstrained scheduling input. It also includes utilities to validate, normalize, and format parsed results so applications can reliably present scheduled events and reminders in ways that match user expectations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Axe

    Axe

    Logger-agnostic wrapper that normalizes logs regardless of arg style

    ...You not only have to worry about your development team using the same approach to writing logs and debugging applications, but you also have to consider that open-source maintainers implement logging differently in their packages. No matter how your team or underlying package style arguments when invoked with logger methods, Axe will clean it up and normalize it for you. This is especially helpful as you can see outliers much more easily in your logging dashboards, and pinpoint where in your application you need to do a better job of logging at.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    mobx-state-tree

    mobx-state-tree

    Full-featured reactive state management without the boilerplate

    Technically speaking, MobX-State-Tree (also known as MST) is a state container system built on MobX, a functional reactive state library. This may not mean much to you, and that’s okay. I’ll explain it like this: MobX is a state management "engine", and MobX-State-Tree gives it structure and common tools you need for your app. MST is valuable in a large team but also useful in smaller applications when you expect your code to scale rapidly. And if we compare it to Redux, MST offers better...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 18
     Tax Exporter for Gemini Exchan

    Tax Exporter for Gemini Exchan

    Taxport – Crypto & Digital Asset Tax Export Tool

    Taxporter is a software utility designed to help users organize, normalize, and export cryptocurrency and digital asset transaction data for use with popular tax preparation platforms such as TurboTax and similar services. The software focuses on data transformation and reporting, converting exchange histories, trades, transfers, and gains/losses into formats that are easier to review and submit during tax filing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    DAOMedge

    DAOMedge

    DAO for all database server types with the Java POJO code generator

    ...A simple to use DAO type library that transfers between database rows and POJO and vice versa. This code was written by a DBA whose approach isn't to persist java objects but to normalize the database and work from that side. The library and generator are fully documented. This comes with a simple scripting language language, called NotSQL because it is Not SQL, to make writing queries much easier.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 20
    Shutter Encoder

    Shutter Encoder

    Free professional video converter Windows|Mac|Linux

    Shutter Encoder is an video, audio and image converter based on FFmpeg and other great tools. It has been designed by video editors in order to be as accessible and efficient as possible. It's a swiss knife tool for any video editor. Link to website & downloads : https://www.shutterencoder.com - Without conversion: Cut without re-encoding, Replace audio, Rewrap, Conform, Merge, Extract, Subtitling, Video inserts - Sound conversions: WAV, AIFF, FLAC, ALAC, MP3, AAC, AC3,...
    Leader badge
    Downloads: 79 This Week
    Last Update:
    See Project
  • 21
    MLP Network Configurator

    MLP Network Configurator

    interactive tool designed to help users understand how neural network

    ...It provides real-time training feedback, intuitive architecture visualization, and even camera-based dataset collection β€” ideal for students, teachers, hobbyists, and curious minds. πŸ’‘ Key Features - Data Handling: Load, normalize, and validate datasets (JSON format). - Model Configuration: Define hidden layers, activation functions, loss and optimizer types. - Training: Visualize loss curves, predictions, PCA-based class separation. - Testing: Accuracy calculation, error graphs, confusion matrix, misclassified sample montage. - Camera Dataset Builder: Capture and label images live via webcam...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    BioXTAS RAW

    BioXTAS RAW

    Processing and analysis of Small Angle X-ray Scattering (SAXS) data.

    BioXTAS RAW is a program for analysis of Small-Angle X-ray Scattering (SAXS) data. The software enables: creation of 1D scattering profiles from 2D detector images, standard data operations such as averaging and subtraction, analysis of radius of gyration (Rg) and molecular weight, and advanced analysis using GNOM and DAMMIF as well as electron density reconstructions using DENSS. It also allows easy processing of inline SEC-SAXS data and data deconvolution using the evolving factor analysis...
    Leader badge
    Downloads: 98 This Week
    Last Update:
    See Project
  • 23
    Qtractor

    Qtractor

    An Audio/MIDI multi-track sequencer

    Qtractor is an Audio/MIDI multi-track sequencer application written in C++ around the Qt framework. The target platform will be Linux, where the Jack Audio Connection Kit (JACK) for audio, and the Advanced Linux Sound Architecture (ALSA) for MIDI,
    Leader badge
    Downloads: 200 This Week
    Last Update:
    See Project
  • 24
    vRenamer
    vRenamer is an easy to use mass renamer with a lot of options. It's able to insert, remove, and replace strings, extract audio and images metadata, write audio metadata, change length, numbrering, undo/redo, and much more. Tested in Windows, Mac and Linux.
    Leader badge
    Downloads: 17 This Week
    Last Update:
    See Project
  • 25
    PDF Crop Marks Generator 1.7

    PDF Crop Marks Generator 1.7

    Every Printshop must-have Tool for professional prints

    PDF Crop Marks Generator, which is a free, console-based application for Windows that adds true prepress quality marks to existing PDF files. It goes beyond basic tools that add simple boxes or rectangles β€” this tool generates accurate and visually correct crop marks, CMYK registration targets, and optional GRACoL/SWOP color bars, all based on user-defined page layouts. Who is it for ? ● Prepress and print technicians ● Graphic designers ● Layout professionals ● Publishers preparing...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
MongoDB Logo MongoDB