Showing 2307 open source projects for "b-processor"

View related business solutions
  • Digital Payments by Deluxe Payment Exchange Icon
    Digital Payments by Deluxe Payment Exchange

    A single integrated payables solution that takes manual payment processes out of the equation, helping reduce risk and cutting costs for your business

    Save time, money and your sanity. Deluxe Payment Exchange+ (DPX+) is our integrated payments solution that streamlines and automates your accounts payable (AP) disbursements. DPX+ ensures secure payments and offers suppliers alternate ways to receive funds, including mailed checks, ACH, virtual credit cards, debit cards, or eCheck payments. By simply integrating with your existing accounting software like QuickBooks®, you’ll implement efficient payment solutions for AP with ease—without costly development fees or untimely delays.
  • Tigerpaw One | Business Automation Software for SMBs Icon
    Tigerpaw One | Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
  • 1
    Using only nested while () loops in C language, this programme will go through a given range of positive integers to decide which three of them would make a Pythagorean triple. In the simplest way, a Pythagorean triple can be described like this: For all a, b ,c elements of N: a^2 = b^2 + c^2 in which N denotes natural (integer) numbers: 1, 2, 3, 4, 5, ....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    nodejs-integration-tests-best-practices

    nodejs-integration-tests-best-practices

    Beyond the basics of Node.js testing

    Component/integration test is a hybrid between E2E and unit tets. It's gaining a lot of popularity and going by the testing diamond model it is considered as the default technique for the modern backend. Its main idea is testing an entire component (e.g., Microservice) as-is, through the API, with all the layers including the database but fake anything extraneous. This brings both high confidence and great developer experience. However, doing it right, fast, exhaustive and maximizing the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    cppcam

    cppcam is a 3D CAD app for drafting G-Code toolpaths for CNC Routers

    Use cppcam to generate great art with your CNC router. 1. import model 2. position model with resize or align 3. Add toolpaths as needed and configure each with: a. set tool size b. set stock area (work area) c. configure the path(s) for the chosen toolpath type
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Downloads: 0 This Week
    Last Update:
    See Project
  • Finance Automation that puts you in charge Icon
    Finance Automation that puts you in charge

    Tipalti delivers smart payables that elevate modern business.

    Our robust pre-built connectors and our no-code, drag-and-drop interface makes it easy and fast to automatically sync vendors, invoices, and invoice payment data between Tipalti and your ERP or accounting software.
  • 5
    ADAPRO

    ADAPRO

    Word processor oriented for learning difficulties.

    ADAPRO is a free-to-use word processor geared towards individuals with a learning difficulty like dyslexia or a developmental disorder such as autism. Its adapted, seamless and configurable interface provides a simplified environment that can be relied, fostering the user's sustained attention. It can be downloaded and used completely free of charge for any purpose. Supports English, Spanish and Portuguese. If Java 6 or higher is already present on the computer, it does not even require...
    Downloads: 15 This Week
    Last Update:
    See Project
  • 6

    x4os

    just a customization of ArcoLinux B (Arch) KDE Plasma

    X4OS is a customization of ArcoLinux with: * KDE Plasma * Latte Dock * No classic launcher (kicker), nor Pager, nor Task Manager (running applications taskbar) * OpenDesktop-Dark Global Theme and other look and feel changes See **Wiki** for help and tips
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ReViSP

    ReViSP

    ReViSP, a 3D volume rendering MATLAB tool for multicellular spheroids

    ... versions. Please, when using this software, cite these articles: (a) F. Piccinini, et al., Cancer multicellular spheroids: Volume assessment from a single 2D projection. Computer Methods and Programs in Biomedicine, 118(2):95–106, 2015. (b) F. Piccinini, et al., Single-image based methods used for non-invasive volume estimation of cancer spheroids: a practical assessing approach based on entry-level equipment. Computer Methods and Programs in Biomedicine, 135:51-60, 2016.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Covidex

    Covidex

    Ultra fast and accurate subtyping tool of viral genomes.

    ... of classifying 16000 genome sequences in less than a minute (AMD Ryzen 7 1700 8-core Processor 3 GHz) For a Web-based version of the app (only for small datasets: 100 seqs max) please go to http://covidex.unlu.edu.ar If you use Covidex please consider citing the following preprint: https://biorxiv.org/cgi/content/short/2020.08.21.261347v1 If you think my work is useful you can buy me a coffee! https://www.buymeacoffee.com/mcacciabue
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Peptide Pattern Recognition

    Software for non-alignment based analysis of DNA and protein sequences

    Software for analysis, grouping and functional prediction of DNA and protein sequences as described in: Busk P.K. (2017). Peptide Pattern Recognition for high-throughput protein sequence analysis and clustering. BioRxiv. doi: https://doi.org/10.1101/181917. Busk P.K. and Lange L. (2013). Function-based classification of carbohydrate-active enzymes by recognition of short, conserved peptide motifs. Appl Environ Microbiol. 79(11), 3380-91. Busk P.K. Lange M. Pilgaard B. and Lange L. (2014...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Gain insights and build data-powered applications Icon
    Gain insights and build data-powered applications

    Your unified business intelligence platform. Self-service. Governed. Embedded.

    Chat with your business data with Looker. More than just a modern business intelligence platform, you can turn to Looker for self-service or governed BI, build your own custom applications with trusted metrics, or even bring Looker modeling to your existing BI environment.
  • 10
    sled

    sled

    The champagne of beta embedded databases

    Serializable (ACID) transactions for atomically reading and writing to multiple keys in multiple keyspaces. Fully atomic single-key operations, including compare and swap. Forward and reverse iterators over ranges of items. A crash-safe monotonic ID generator capable of generating 75-125 million unique ID's per second. Zstd compression (use the compression build feature, disabled by default). Cpu-scalable lock-free implementation. Flash-optimized log-structured storage. Uses modern b-tree...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Reexport.jl

    Reexport.jl

    Julia macro for re-exporting one module from another

    Maybe you have a module X that depends on module Y and you want using X to pull in all of the symbols from Y. Maybe you have an outer module A with an inner module B, and you want to export all of the symbols in B from A. It would be nice to have this functionality built into Julia, but we have yet to reach an agreement on what it should look like. This short macro is a stopgap we have a better solution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Ninetyendo Retroarch Overlay
    A simple overlay for Retroarch inspired in '90 Nintendo gamepads for use in various N and non-N emulator cores.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    JQuickBase

    JQuickBase

    elementary database files for Java, B+ tree index files, ISAM

    Java API to realize quick ISAM (Index Sequential Access Method) functionality for application in the file system. Includes scalable database files w/ space recovery and variable record length, scalable B+Tree index files. Supports file backup and restore. Two package types: one with and one without strong file encryption using Twofish algorithm and state-of-the-art encryption technology.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    ADE_3D_FEM

    A 3D ADE FEM solver including a manual and a basic preprocessor

    A 3D Advection-Diffusion Equation Finite Element Method solver including a user's manual and a basic pre-proccessor.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    C++ Eigenvectors

    C++ matrix class template with eigenvectors

    ... determinants. Householder reduction of x*I - A with x an eigenvalue is used to determine the corresponding eigenvector. x*I - A = Q*B where Q is unitary and B is upper triangular. If x is an eigenvalue of A, there must be at least one zero on the diagonal of B. An eigenvector of A will be a vector in the null space of B. The upper triangular form of B makes finding its null vectors easy. For a zero on the diagonal of B, make the eigenvector have a 1 at that row, zeros below, and work upwards.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Planar Elastica

    A collection of technical notes on planar elasticas and sample code

    ... problems. They are described in the above note. 3. Three supplemental technical notes entitled: a.) Bend Test Models; b.) Sensitivity to Nonlinearities and Nonhomogeneities; and c.) Twist Magnification.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    SageMaker TensorFlow Serving Container

    SageMaker TensorFlow Serving Container

    A TensorFlow Serving solution for use in SageMaker

    ... are grouped based on the version of TensorFlow Serving they support. Each supported processor type (e.g. "cpu", "gpu", "ei") has a different Dockerfile in each group. If your are testing locally, building the image is enough. But if you want to your updated image in SageMaker, you need to publish it to an ECR repository in your account. You can also run your container locally in Docker to test different models and input inference requests by hand.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    TeLOS Linux

    TeLOS Linux

    humbly smart Operating System - Debian derivative

    TeLOS is a new, universal Linux distribution, a carefully customized derivative of Debian bullseye / sid with KDE Plasma Desktop Environment featuring an unbiased selection of useful applications and services. You may find TeLOS Linux to be snappy, lightweight, ready for work or fun straight out of the box and easily configurable. This Operating System is freely distributed and honors free, open source software development. Nevertheless, some non-free proprietary packages are included to...
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 19

    crabdb

    A concurrent B+ tree based embedded storage library.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    The Gapps Installer

    The Gapps Installer

    GAPPS PACKAGE

    https://chondoit.github.io/TheGappsInstaller/ Minimal GApps Package based on Pixel ones. >>>>> FEATURES <<<<< • Only ARM64 builds • MINI-ME Package (Less than Pico) • STANDARD Addon (for Nano like) • Basics Add-on (Dialer, Messages, Contacts, etc...) • GO Addon (Not Yet) • Simple Config Files • OK Google support (STANDARD ONLY) • Predefined System Components • Battery Optimizations + GMS Doze • Notifications working fine with GMS DOZE • Debloated permissions (WIP) • Debloated unnecessary...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 21

    photo-z CO binary classifier

    A binary classifier neural network to identify cat. outier photo-zs

    This strategy of binary classification to identify catastrophic outliers is presented in “Machine Learning Classification to Identify Catastrophic Outlier Photometric Redshift Estimates.” J. Singal, G. Silverman, E. Jones, T. Do, B. Boscoe, and Y. Wan, 2022, Astrophysical Journal, 928, 6 This package contains Jupyter notebooks and supporting files which do the following: - Perform a neural network regression to estimate photo-zs (photoz_regression_mlp.ipynb) - Take a data set...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    FARM

    FARM

    Fast & easy transfer learning for NLP

    ... of language models to your task and domain language. AMP optimizers (~35% faster) and parallel preprocessing (16 CPU cores => ~16x faster). Modular design of language models and prediction heads. Switch between heads or combine them for multitask learning. Full Compatibility with HuggingFace Transformers' models and model hub. Smooth upgrading to newer language models. Integration of custom datasets via Processor class. Powerful experiment tracking & execution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Chan-SCCP channel driver for Asterisk
    Replacement for the SCCP channel driver in Asterisk. Extended features include Shared Lines, Presence / BLF, customizable Feature Buttons, and Custom Device State. Visit our discussion mailing list for help and join us as a developer if you like. The project moved to https://github.com/chan-sccp/chan-sccp
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24

    FFaudioConverter

    Batch audio converter and effects processor

    Convert your music and videos to another audio format and add audio filters to it. Supported output formats are: - MP3 - OGG Vorbis - Opus - FLAC - WAV Windows releases are zip files. Just download the latest, extract it, and run the .exe file in the extracted folder. On Linux you can install it with Flatpak and Flathub: `flatpak install flathub com.github.Bleuzen.FFaudioConverter` The code is currently on GitHub: https://github.com/Bleuzen/FFaudioConverter This is just a mirror.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 25
    Samsung Galaxym51

    Samsung Galaxym51

    Samsung Galaxym51

    Samsung Galaxym51
    Downloads: 0 This Week
    Last Update:
    See Project