Showing 233 open source projects for "noise"

View related business solutions
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
    Learn More
  • 1
    express-validator

    express-validator

    An express.js middleware for validator.js

    express-validator is a set of express.js middlewares that wraps validator.js validator and sanitizer functions. It's recommended that you have basic knowledge of the express.js module before you go on with this guide. Sometimes, receiving input in a HTTP request isn't only about making sure that the data is in the right format, but also that it is free of noise. validator.js provides a handful of sanitizers that can be used to take care of the data that comes in. Although express-validator...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Thud

    Thud

    Simple news reader that keeps the noise low

    If you’re tired of having to check a dozen websites and RSS feeds for your daily dose of news, then Thud is the app for you. Using a sleek, mosaic-like interface, Thud organizes all your news and feeds in one place so you can easily stay informed. Plus, with no filtration algorithms, you see the content you want in the most efficient way possible. Thud was created because we love reading the news but didn’t love all the different websites and apps we had to use to get it. So we made Thud - a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    registers.nvim

    registers.nvim

    Neovim plugin to preview the contents of the registers

    Show register content when you try to access it in Neovim. Written in Lua. This plugin adds an interactive and visually pleasing UI for selecting what register item to paste or use next. It offers basic syntax highlighting, a preview, and an equally (if not more) efficient experience using Neovim registers. One simply uses " or CtrlR as one would normally, and then enjoys the benefit of seeing the contents of all filled registers without having to use the :reg command beforehand. It...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Kubescape

    Kubescape

    Kubescape is an open-source Kubernetes security platform for your IDE

    An open-source Kubernetes security platform for your clusters, CI/CD pipelines, and IDE that seperates out the security signal from the scanner noise. Kubescape is an open-source Kubernetes security platform, built for use in your day-to-day workflow, by fitting into your clusters, CI/CD pipelines and IDE. It serves as a one-stop-shop for Kubernetes security and includes vulnerability and misconfiguration scanning. You can run scans via the CLI, or add the Kubescape Helm chart, which gives...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 5
    Wavelets.jl

    Wavelets.jl

    A Julia package for fast discrete wavelet transforms and utilities

    ...). Included lifting schemes are currently only for Haar and Daubechies (under development). A new lifting scheme can be easily constructed by users. The current implementation of the lifting transforms is 2x faster than the filter transforms. Thresholding, best basis, and denoising functions, e.g. TI denoising by cycle spinning, best basis for WPT, noise estimation, and matching pursuit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Keploy

    Keploy

    Testing for Developers. Toolkit that creates test-cases and data mocks

    Keploy is a functional testing toolkit for developers. It generates E2E tests for APIs (KTests) along with mocks or stubs(KMocks) by recording real API calls. KTests can be imported as mocks for consumers and vice-versa. Merge KTests with unit testing libraries(like Go-Test, JUnit..) to track combined test coverage. KMocks can also be referenced in existing tests or use anywhere (including any testing framework). KMocks can also be used as tests for the server. Keploy is added as a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Plausible Analytics

    Plausible Analytics

    Simple, open-source, lightweight and privacy-friendly web analytics

    ... for surveillance capitalism. Google Analytics is frustrating to use, difficult to understand, slow to load and privacy-invasive too. Plausible Analytics is built for privacy-conscious site owners. You get valuable and actionable stats to help you improve your efforts while your visitors keep having a nice and enjoyable experience. Plausible is simple analytics. It is easy to understand and it cuts through the noise.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    NSubstitute

    NSubstitute

    A friendly substitute for .NET mocking libraries

    NSubstitute is designed for Arrange-Act-Assert (AAA) testing, so you just need to arrange how it should work, then assert it received the calls you expected once you're done. Because you've got more important code to write than whether you need a mock or a stub. It is an attempt to satisfy our craving for a mocking library with a succinct syntax that helps us keep the focus on the intention of our tests, rather than on the configuration of our test doubles. We've tried to make the most...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    PyTorch Implementation of SDE Solvers

    PyTorch Implementation of SDE Solvers

    Differentiable SDE solvers with GPU support and efficient sensitivity

    This library provides stochastic differential equation (SDE) solvers with GPU support and efficient backpropagation. examples/demo.ipynb gives a short guide on how to solve SDEs, including subtle points such as fixing the randomness in the solver and the choice of noise types. examples/latent_sde.py learns a latent stochastic differential equation, as in Section 5 of [1]. The example fits an SDE to data, whilst regularizing it to be like an Ornstein-Uhlenbeck prior process. The model can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • The #1 Embedded Analytics Solution for SaaS Teams. Icon
    The #1 Embedded Analytics Solution for SaaS Teams.

    Qrvey saves engineering teams time and money with a turnkey multi-tenant solution connecting your data warehouse to your SaaS application.

    Qrvey’s comprehensive embedded analytics software enables you to design more customizable analytics experiences for your end users.
    Try Developer Playground
  • 10
    Imagen - Pytorch

    Imagen - Pytorch

    Implementation of Imagen, Google's Text-to-Image Neural Network

    Implementation of Imagen, Google's Text-to-Image Neural Network that beats DALL-E2, in Pytorch. It is the new SOTA for text-to-image synthesis. Architecturally, it is actually much simpler than DALL-E2. It consists of a cascading DDPM conditioned on text embeddings from a large pre-trained T5 model (attention network). It also contains dynamic clipping for improved classifier-free guidance, noise level conditioning, and a memory-efficient unit design. It appears neither CLIP nor prior network...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    restify

    restify

    The future of Node.js REST development

    ... the ability to trace problems back to their origin by separating noise from signal. restify is built from the ground up with post-mortem debugging in mind. Staying true to the spec is one of the foremost goals of the project. You will see references to RFCs littered throughout GitHub issues and the codebase.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Quite Universal Circuit Simulator

    Quite Universal Circuit Simulator

    A circuit simulator with graphical user interface (GUI)

    Qucs is a circuit simulator with graphical user interface. The software aims to support all kinds of circuit simulation types, e.g. DC, AC, S-parameter, Transient, Noise and Harmonic Balance analysis. Pure digital simulations are also supported.
    Leader badge
    Downloads: 1,408 This Week
    Last Update:
    See Project
  • 13
    Code_TYMPAN

    Code_TYMPAN

    Open source software calculating industrial noise in the environment

    Code_TYMPAN™ is an open source software for calculating industrial noise in the environment. It allows dealing with 3D realistic geometries and has a convenient Human Machine Interface to help engineers to build 3D models and to achieve analysis needed in environmental noise studies. Code_TYMPAN™ allows developing your own calculation method from basic components and geometrical solvers. It includes a solver based on ISO 9613 extended to industrial applications. In 4.2.x version, a Python API...
    Downloads: 27 This Week
    Last Update:
    See Project
  • 14
    LASTAR

    LASTAR

    Automatic audio RMS normalizer & splitter

    Fast batch audio processor for automatic loudness adjustment and audio files splitting. The software automatically normalizes a batch of files to a given RMS volume, and can split tracks in several ones by detecting low level ("noise") chunks. It embeds : - a multi-band limiter, - an Automatic Gain Control, - an automated 10 bands equalizer, - a classic 3 bands semi-parametric equalizer, - a noise gate, - a trimming function, - user preset management. Portable version needs VC 2015...
    Leader badge
    Downloads: 35 This Week
    Last Update:
    See Project
  • 15
    PGMania

    PGMania

    Astrophotography image & video processor. Full processing cycle

    PGMania - all in one astrophotography package for processing deep sky images. It provides wide and unique functionality, a powerful and flexible tool with a clear and convenient interface for astrophotography image processing. The program performs all processing cycles, including alignment, calibration, stacking, post-processing images, does many secondary operations and much more. With PGMania at the output, we get a clean signal, without hot pixels and noise. All you need to calibrate...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 16
    BlackBelt WASTE - ipv4/Tor/i2p +AI+Voice

    BlackBelt WASTE - ipv4/Tor/i2p +AI+Voice

    Modern, AI-Smart, WASTE p2p for ipv4, Tor and i2p + Voice Conference.

    ... Autonomic-Performance-Tuning - A Goal-Seeking Swarming-Semiotic AI *** AI Connect - AI Managed Connections. *** Self-Organising Anti-Spoofing Technology *** Geared Multi-threading, providing the smoothest performance possible *** Advanced Threat Detect and Manage Technology *** Voice Conferencing Over WASTE *** RNN - Recurring Neural Net - AI Noise Reduction
    Downloads: 9 This Week
    Last Update:
    See Project
  • 17
    Image16

    Image16

    Image viewer/editor specialized in astrophotography 16bits processing

    Opens/saves TIF, FITS, PNG, XISF, PXM, RAW, JPG, XCF, PSD. AsinH, Sqrt, Ln, Exp and Sqr stretching, HSL and RGB adjusting, Levels and Curves adjusting and Background Extraction for Color Balance, Flatness and Gradient Correction. Arithmetic between images. Resizing and croping. Color Balance based on background, selection or stars B-V (after platesolving). Debayering/Bayering. Inversion, mirroring, rotation, barrel/pincushion correction. RGB alignment/shifting. Erode, Dilate, ... Blurring...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 18

    CGISim

    Roman Space Telescope coronagraph (CGI) diffraction model andsimulator

    ... at JPL to create CGI observation scenario time series. CGISim is a Python wrapper around the diffraction model to create dark hole images. It includes system transmission curves and will estimate fluxes. The user specifies the bandpass and spectral type, and the program will generate a broadband dark hole. It also uses the EMCCD simulator of Nemati & Miller (UAH) to add detector noise, if desired. It has a manual and example programs.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    EarQuiz Frequencies

    EarQuiz Frequencies

    Software for technical ear training on equalization

    ... process involves ongoing learning and testing yourself. In the Learn mode, you listen to the pink noise or music (or other external audio) excerpts with switched off and on 1-octave or 1/3-octave graphic EQ, boosting or cutting frequency bands within certain spectral ranges. Then in the Test mode you are given a sequence of 10 similar examples, where you try to guess, which frequencies are boosted or cut, and you get scored. The program is Free Software, distributed under GNU GPL v3 License.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20

    Creatools Piano XS

    Sample based piano virtual instrument

    Is the third generation of a free and opensource virtual piano project built on HISE open source framework. It is built and developed with an aim to make a contribution towards free music education and creative freedom and it is therefore licensed under GPLv3 license. for more info: https://musictop69.wixsite.com/creatools
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21

    GatcomVideo

    Graphical application included in the VDSF-VN framework

    Application developed in Java that allow the study of video streaming over Vehicular Networks (VANETs), including all the necessary tasks, namely: video encoding with HEVC, launching the simulations in parallel, generating graphs with the results, and analysing the received video quality with several Quality of Experience (QoE) metrics: Peak Signal-to-Noise Ratio (PSNR), Structural Similarity Index Measure (SSIM), ... GatcomVideo is part of the Video Delivery Simulation Framework over...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Whelk

    Whelk

    OpenGL shell and horn generator

    A small interactive OpenGL program that generates a cornucopia of shells horns and many other 3D spiral forms. Exports Wavefront OBJ and POV-Ray mesh2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    OTP-Crypto-Tool

    Symetric file encryption based on OTP implemented as XOR encryption

    ... (e.g. thermal noise of a pn junction, transistor or diode), white noise (e.g. out of tune radio) or other stochastic decay processes should be used. If used correctly, it cannot be decrypted by any intelligence service.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Pick Zoom

    Pick Zoom

    Zoom an image up/down by percentage or pixels, quickly and with ease.

    Zoom an image up/down by percentage or pixels, quickly and with ease. WYSIWYG view. Realtime zoomed image dimensions and size.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    pysoundanalyser

    a python program to generate, visualize, and manipulate short sounds

    pysoundanalyser is a Python application that can be used to generate, visualize, and manipulate short sounds through a graphical user interface. Visualization functions include visualization of the power spectrum, the spectrogram, the autocorrelation, and the autocorrelogram of a sound. Manipulation functions include filtering, concatenating, cutting, and scaling the level of a sound. Several types of sounds can also be generated including, pure tones, harmonic complex tones, noise of different...
    Downloads: 0 This Week
    Last Update:
    See Project