Showing 59 open source projects for "b-processor"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    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 secuirty. Auth0 now, thank yourself later.
    Try free now
  • Payroll Services for Small Businesses | QuickBooks Icon
    Payroll Services for Small Businesses | QuickBooks

    Save 50% off for 3 months with QuickBooks Payroll when you Buy Now

    Easily pay your team and access powerful tools, employee benefits, and supportive experts with the #1 online payroll service provider. Manage payroll and access HR and employee services in one place. Pay your team automatically once your payroll setup is complete. We'll calculate, file, and pay your payroll taxes automatically.
    Learn More
  • 1
    CodeChecker

    CodeChecker

    CodeChecker is an analyzer tooling, defect database

    CodeChecker is a static analysis infrastructure built on the LLVM/Clang Static Analyzer toolchain, replacing scan-build in a Linux or macOS (OS X) development environment. Executes Clang-Tidy and Clang Static Analyzer with Cross-Translation Unit analysis, Statistical Analysis (when checkers are available). Creates the JSON compilation database by wiretapping any build process (e.g., CodeChecker log -b "make"). Automatically analyzes GCC cross-compiled projects: detecting GCC or Clang compiler...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    LibreOffice

    LibreOffice

    A free and powerful office suite

    LibreOffice is a free and powerful office suite, and a successor to OpenOffice. Its clean interface and feature-rich tools help you unleash your creativity and enhance your productivity. LibreOffice is Free and Open Source Software (FOSS) – development is open to new talent and new ideas, and our software is tested and used daily by a large and devoted user community. Your documents will look professional and clean, regardless of their purpose: a letter, a master thesis, a brochure,...
    Leader badge
    Downloads: 393 This Week
    Last Update:
    See Project
  • 3
    IndigoSCADA
    Open source SCADA running on Windows and Linux/WINE. Development environment ANSI C/C++98. HMI is based on Qt library. Different technologies (EiC, GigaBASE, FastDB, ORTE) have been integrated. Supported drivers: OPC DA 2.05a, AE 1.10, HDA 1.20, XML DA 1.0, OPC UA 1.03, DNP 3.0, RFC 1006, Modbus, MQTT 3.1.1/Sparkplug B, IEC 60870-5-101/103/104, IEC 62056 DLMS/COSEM, IEC 61850, M-BUS, SNMP.
    Leader badge
    Downloads: 55 This Week
    Last Update:
    See Project
  • 4
    eXist-db

    eXist-db

    eXist-db is a feature rich Open Source native XML database

    eXist-db is a native XML database featuring efficient, index-based XQuery processing, extensions for keyword search, XUpdate support, XSLT support, XForms support, REST and tight integration with existing XML development tools. Moved to Github - https://www.github.com/exist-db/exist
    Downloads: 6 This Week
    Last Update:
    See Project
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 5

    BJoinTree

    Using B+Tree to join tables inside an index

    This is a new DBMS using the BJoinTree technology to create a B+Tree index containing tables in join. The algorithm is simple and is linear on the number of tables in join.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    gjots2

    gjots2

    hierarchical note jotter - organise your ideas, notes, facts in a tree

    2023/04/04: MIGRATED TO https://gitlab.com/wef/gjots2 gjots2 is a fairly simple jotter (outline processor) application for your desktop. See http://bhepple.freeshell.org/gjots
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    nonblonde

    A Key/data Store

    Nonblonde is a key/value database. Nonblonde tables are backed by b-trees that organize their nodes as critical bit trees. It allows multiple tables per store, atomic updates, keys of unlimited size. Head and tail key compression and a variable block size reduce the database disk size. Disk blocks are never modified in place, for which the written database is always in an intended state and does not need repair or recovery.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    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
  • 9
    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
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

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

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 10
    Amplop (d/h. DapodikEditor)

    Amplop (d/h. DapodikEditor)

    Aplikasi Biasa di Luarnya, Di Luarnya Biasa, Di Luar Biasanya

    Aplikasi Ngawur, Isinya Campur-Campur. Konsep tidak jelas. Yang Jelas, Aplikasi ini Modalnya PengaLaman OPerator/
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    tiedot

    tiedot

    A rudimentary implementation of a basic document database in Go

    tiedot is a document database engine that uses JSON as document notation; it has a powerful query processor that supports advanced set operations; it can be embedded into your program, or run a stand-alone server using HTTP for an API. It runs on *nix and Windows operating systems. tiedot has fault-tolerant data structures that put your data safety first, while easily scales to 4+ CPU cores. tiedot has very stable performance, even with millions of records! It consistently achieves high...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    SummitDB

    SummitDB

    In-memory NoSQL database with ACID transactions, Raft consensus, etc.

    ...) and probably others since the codebase is 100% Go. We support both 32-bit and 64-bit systems. Go must be installed on the build machine. It may be worth noting that while SummitDB supports many Redis features, it is not a strict Redis clone. SummitDB provides one key space that is a large B-tree. An ordered key space allows for stable paging through keys using the KEYS command. Redis uses an unordered dictionary structure and provides a specialized SCAN command for iterating through keys.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    garlic

    garlic

    GaRLiC=Gambas Raw Lines of Code, a Gambas2 code library for use in SMB

    Building blocks, small demo apps, and pieces of sample code for Gambas2. Also see more recent Garlic3 project on https://sourceforge.net/projects/garlic3. All can be used to take a look how things can be done in Gambas, not with the idea to supply a product or a finished program. The sourcecode can easily be run from Gambas2 on Linux. Some small programs that appear here are in real use in a small business, but no warranty is given! SimpleDemo contains more complete apps that can be...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    MySQL English Dictionary

    MySQL English Dictionary

    A Full English - English dictionary in MySQL Format

    A dictionary with 176023 entries. Text was extracted from the files at http://www.mso.anu.edu.au/~ralph/OPTED/ and then parsed and stored in a 16MB MySQL database. The database has three fields : a. word b. wordtype and c. definition. You can use this standalone or as a jquery/ajax/PHP addon for your programs. Acknowledgment of the original content: a. OPTED b. Project Gutenburg c. and the 1913 edition of Webster's Unabridged Dictionary
    Downloads: 14 This Week
    Last Update:
    See Project
  • 15
    Hero and Villain Creator

    Hero and Villain Creator

    Character Creator

    Have you ever want to create your own character. This was created for my finals programming class. The program will let you create a login and once logged in you can create Characters and even put them through a battle analysis that will let you see their chances of winning.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    lmdb++

    C++11 wrapper for the LMDB embedded B+ tree database library.

    This is a comprehensive C++ wrapper for the LMDB embedded database library, offering both an error-checked procedural interface and an object-oriented resource interface with RAII semantics. • Designed to be entirely self-contained as a single <lmdb++.h> header file that can be dropped into a project. • Implements a straightforward mapping from C to C++, with consistent naming. • Provides both a procedural interface and an object-oriented RAII interface. • Simplifies error handling by...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    CleanCode

    CleanCode

    .NET, PowerShell, SQL, Java, Perl, and Javascript developer libraries

    Develop clean code with our .NET components (plus PowerShell, SQL, Java, Perl, and JavaScript components as well!). CleanCode highlights include user controls, a validation engine, a diagnostic system, an XML/HTML pre-processor, and a variety of articles on code design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SQL Server Manager Lite

    SQL Server Manager Lite

    Simple database management tool for MS SQL Server

    SQL Server Manager Lite is a simple but effective database management tool for Microsoft SQL Server. System Requirements: * Microsoft SQL Server 2005 or later * Windows 2000 SP4 * 1 GHz Processor or faster NOTICE: MS SQL Server is a trademark of Microsoft Corporation.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19

    mysql2sqlite

    converts mysql database to sqlite database using php, pdo or exe

    Convert a mysql database to a Sqlite database. Includes two projects : A) A php script B) A windows executable, based on a python script Converts data, indexes and foreign key constraints. About the php script : -don't need a lot of memory -good speed Was projected to use on VDS/VPS. Usage: wget https://sourceforge.net/projects/mysql2sqlite/files/mysql2sqlite/download chmod +x mysql2sqlite ./mysql2sqlite About the Windows executable and the Python script...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    EnBpgs
    This project focuses on the Earth & Beyond (PGS) server as well as a client side proxy launcher. E&B was originally developed by Westwood Studios and later managed and developed by EA Games. EA retired Earth and Beyond in Sept. of 2004. --------------------------------------------------------------------------- Earth & Beyond Privet Galaxy Server goal of the reborn team
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    lib_data_io is a set of PHP libraries designed to easily move complex sets of data between PHP array data structures and a variety of sources and destinations including JSON, XML, ICAL, MySQL, HTML, Trac WIKI, text, LDIF, and plot images.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    BossDataSave

    A PHP database management system with Naija pidgin language version.

    This is a Php software that helps for the utilization of databases with ease. It also has Naija pidgin language option. It incorporates some javascripts, css and html for better productivity and efficiency. I'm also trying to expand the uses of Naija language in IT globally.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Animal Shelter Manager is a complete computer solution for animal sanctuaries and shelters. Features complete animal management, document generation, full reporting, charts, internet publishing, pet search engine integration and more.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    Database Pro (OpenOffice / Excel)

    Database Pro (OpenOffice / Excel)

    Addresses, Mailings & Donations

    Database Pro has been designed to manage addresses and mailings. For small charities, database fields are provided so that the details of the most recent donation of a supporter can be recorded. However, the columns (fields) can easily modified, added or deleted so that the database can be customised according to your needs. Database Pro is available in file formats for both Excel and OpenOffice. The Excel version is a VBA project and the OpenOffice version uses OOo Basic. Please note...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    Table Processor

    ORM for accelerated development and deployment

    This goal of this ORM (Object Relational Mapping) system is to accelerate the development of database-centric applications that dictate the structure of their own databases. (I.e. do not generally access tables and other database objects owned by other software) Sub-goals include automating certain menial functions such as upgrading of tables, persisting desired structure of tables to the database (such as during product installation), and easing the management of table-structure related...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next