Showing 34 open source projects for "processing"

View related business solutions
  • 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
  • Automate contact and company data extraction Icon
    Automate contact and company data extraction

    Build lead generation pipelines that pull emails, phone numbers, and company details from directories, maps, social platforms. Full API access.

    Generate leads at scale without building or maintaining scrapers. Use 10,000+ ready-made tools that handle authentication, pagination, and anti-bot protection. Pull data from business directories, social profiles, and public sources, then export to your CRM or database via API. Schedule recurring extractions, enrich existing datasets, and integrate with your workflows.
    Explore Apify Store
  • 1
    Hangfire

    Hangfire

    An easy way to perform background job processing

    ...Once a background job was created without any exception, Hangfire takes the responsibility to process it with the at least once semantics. Although the default installation uses SQL Server and polling technique to fetch jobs, you can leverage MSMQ or Redis extensions to reduce the processing latency to minimum. Background method calls and their arguments are serialized and may overcome the process boundaries. Job filters allow you to add custom features to the background processing in a way similar to ASP.NET MVC action filters.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Scalene

    Scalene

    High-performance CPU, GPU, and memory profiler for Python

    ...It runs orders of magnitude faster than other profilers while delivering far more detailed information. Once Scalene has profiled your program, it will launch a web browser with an interactive user interface (all processing is done locally). Hover over bars to see breakdowns of CPU and memory consumption, and click on underlined column headers to sort the columns. Scalene is fast. It uses sampling instead of instrumentation or relying on Python's tracing facilities. Its overhead is typically no more than 10-20% (and often less). Scalene performs profiling at the line level and per function, pointing to the functions and the specific lines of code responsible for the execution time in your program. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    MongoDB NodeJS Driver

    MongoDB NodeJS Driver

    The MongoDB Node.js driver

    ...The Node.js driver uses the asynchronous Javascript API to communicate with your MongoDB cluster. Asynchronous Javascript allows you to execute operations without waiting for the processing thread to become free.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    GuitarPedal

    GuitarPedal

    Linus learns analog circuits

    ...It doubles as a teaching aid for musicians who code, showing how buffers, sampling rates, and numerical stability affect tone. While not a full multi-FX suite, it offers a compact sandbox for experimenting with guitar processing on modest hardware.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Reach Your Audience with Rise Vision, the #1 Cloud Digital Signage Software Solution Icon
    Reach Your Audience with Rise Vision, the #1 Cloud Digital Signage Software Solution

    K-12 Schools, Higher Education, Businesses, Restaurants

    Rise Vision is the #1 digital signage company, offering easy-to-use cloud digital signage software compatible with any player across multiple screens. Forget about static displays. Save time and boost sales with 500+ customizable content templates for your screens. If you ever need help, get free training and exceptionally fast support.
    Learn More
  • 5
    Razer Synapse 4

    Razer Synapse 4

    Customize and control all your Razer devices

    Customize and control all your Razer devices from one powerful platform. Whether you’re remapping buttons, creating macros, or fine-tuning performance settings, Synapse provides every tool you need to personalize your gear to your playstyle.
    Downloads: 153 This Week
    Last Update:
    See Project
  • 6
    BRL-CAD

    BRL-CAD

    Open Source Solid Modeling CAD

    BRL-CAD is a powerful cross-platform constructive solid geometry solid modeling system that includes an interactive geometry editor, ray-tracing for rendering & geometric analyses, network distributed framebuffer support, image & signal-processing tools.
    Downloads: 76 This Week
    Last Update:
    See Project
  • 7
    GXSM

    GXSM

    Scanning Probe Microscopy Controller and Data Visualization Software

    GXSM -- Gnome X Scanning Microscopy: A multi-channel image and vector-probe data acquisition and visualization system designed for SPM techniques (STM,AFM..), but also SPA-LEED/LEED/LEEM data analysis. A plug-in interface allows any user add-on data-processing and special hardware and instrument support. Latest: NC-AFM and related explorative methods as SQDM can be configured. High-Speed external PAC-PLL hardware option with digital DSP link. Based on several hardware options it supports a commercially available DSP hardware and provided also Open Source Code for all the low level signal processing tasks and instrument controls in a most flexible and adaptable manner. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8
    SiteWhere

    SiteWhere

    An industrial strength open-source application platform for the IoT

    SiteWhere is an industrial-strength, open-source IoT Application Enablement Platform that facilitates the ingestion, storage, processing, and integration of IoT device data at a massive scale. The platform leverages a microservices architecture that runs on top of cutting-edge technologies such as Kubernetes, Istio, and Kafka in order to scale efficiently to the loads expected in large IoT projects. SiteWhere embraces a distributed architecture that runs on Kubernetes and provides both infrastructures such as highly-available databases and MQTT brokers as well as microservices to facilitate various aspects of IoT project development. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    newlearnerspermit

    C for programmable guitar amp

    This project experiments with C language to discover and design a programmable guitar amplifier effects micro controller computer section of a tube and solid state designed guitar amp. This a collaboration electronics project with my son. The goal of this project is to use Arduino hardware with C language programming to manipulate the guitar signal by various effects of phaser, flanger, reverb, digital delay and echo, and tremelo. Also, the signals of two microphones, two guitars, and...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 10

    SmGen

    Verilog Finite State Machine (FSM) Code Generator

    SmGen is a finite state machine (FSM) generator for Verilog. On the other hand, it is not an FSM entry tool. The input is behavioral Verilog with clock boundaries specifically set by the designer. SmGen unrolls this behavioral code and generates an FSM from it in synthesizable Verilog. Clock boundaries are explicitly provided by the designer so there is good control on the expected timing
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    EventMachine

    EventMachine

    EventMachine, fast, simple event-processing library for Ruby programs

    EventMachine is an event-driven I/O and lightweight concurrency library for Ruby. It provides event-driven I/O using the Reactor pattern, much like JBoss Netty, Apache MINA, Python's Twisted, Node.js, libevent and libev. Extremely high scalability, performance and stability for the most demanding production environments. An API that eliminates the complexities of high-performance threaded network programming, allowing engineers to concentrate on their application logic. This unique...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    LBSP

    Real-Time Processing Library for OSHW Biomedical Sensors

    Applications involving data acquisition from sensors need samples at a preset frequency rate, the filtering out of noise and/or analysis of certain frequency components. We propose a novel software architecture based on open-software hardware platforms which allows programmers to create data streams from input channels and easily implement filters and frequency analysis objects. The performances of the different classes given in the size of memory allocated and execution time (number of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    RPi reset/power button

    Service and handler code for a power/reset button

    This project includes a spin/wait handler for processing reset/shutdown behavior from a button, configuration files for setting this up as a service, and instructions for placing the files and enabling the service.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    VTD-XML is the next generation XML parser/indexer/editor/slicer/assembler/xpath-engine that goes beyond DOM, SAX and PULL in performance, memory usage, and ease of use.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 15

    ApproxAdderLib

    Library of Approximate Adders

    ...This work is a result of collaborative effort between Chair for Embedded Systems (CES) at Karlsruhe Institute of Technology (KIT), Germany and Vision Image and Signal Processing (VISpro) Lab at SEECS-NUST, Pakistan.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    An ethernet sniffer for BrainNet36®

    An ethernet sniffer for the EEG acquisition system BrainNet36®

    ...BrainNet36® has 36 channels, A/D converters with 16 bit accuracy, conversion time of 10 µs and Ethernet communication interface. Being a device for clinical purposes, BrainNet36® does not export data online. This sniffer was developed to allow online processing by working in promiscuous mode and recording data in a plain text file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Java Parallel Loops

    Parallel loops in Java

    A library that makes writing parallel (multithreaded) for loops in Java 5+ easier. It also supports parallel processing of lists and arrays, asynchronous invocation, progress and completion notification, computation interruption and results merging.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    DistributedCL is a middleware that provides location-transparent GPU processing to applications developed using the OpenCL API. Moved to GitHub. https://github.com/andrelrt/distributedcl
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    OpenShader

    Open architecture GPU simulator and implementation

    Documentation, simulator, compiler, and Verilog implementation of a completely open-architecture graphics processing unit. This design is intended for academic and commercial purposes. The first step is to develop a detailed GPU simulator and compiler. The second step is to implement the GPU in synthesizable Verilog. The third step is to develop a feedback loop between the simulator and implementation, allowing power, performance, and reliability aspects of the hardware to feed back into ever more detailed and accurate simulations of a complete GPU. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Server Benchmark

    Server Benchmark

    Server benchmark and burn in software.

    Server Benchmark [s.b] allows server engineers and administrators to quickly complete the "burn in" phase of your server and VDI provisioning process. The software also allows users to benchmark processing and memory utilization by dynamically adding threads and building arrays to test memory capacity. Server Benchmark is also a great way to maximize capacity and test response from within your existing Citrix XenApp farm, and VDI infrastructure. Source code is attached to the "Source" folder.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    OSlash is a c++ framework for developing decentralized cloud computing services. It includes a programming environment and virtual machine for assembling networks of processing nodes coordinate their operations through message passing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    AstroEasyCap is an optimized linux easycap DC60 driver for astronomical purpose. It comes from the great easycapdc60 driver written by rmt1947. Features : integration control using a TTL output, bypass frame processing, gray-scale optimized mode...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The Cell Messaging Layer is an extremely fast, MPI-like communication library for clusters of Cell Broadband Engine processors. With it, any Cell synergistic processing element (SPE) can communicate directly with any other SPE, even across a network.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The GWO library is numerical calculation library for the diffraction integrals using a GPU (Graphics Processing Unit). If optics engineers and researchers have no knowledge of GPU, the GWO library provides them with the GPU calculation power easily.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Java based library for processing framework to support Korg USB/MIDI controllers (keyboard, surfaces et.c)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next