Showing 173 open source projects for "c-bus"

View related business solutions
  • Simplify Purchasing For Your Business Icon
    Simplify Purchasing For Your Business

    Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.

    Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
    Learn More
  • 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.
    Learn More
  • 1
    ZeroMQ

    ZeroMQ

    ZeroMQ core engine in C++, implements ZMTP/3.1

    ... as asynchronous message-processing tasks. It has a score of language APIs and runs on most operating systems. Libzmq is mainly written in C++98 with some optional C++11-fragments. For configuration either autotools or CMake is employed. For Linux users, pre-built binary packages are available for most distributions. Note that DRAFT APIs can change at any time without warning, pick a STABLE build to avoid having them enabled.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 2
    Bitwarden Server

    Bitwarden Server

    The core infrastructure backend of Bitwarden

    Bitwarden Server is an open source project that contains all of the core infrastructure backend of all Bitwarden client applications. This includes APIs, database, Docker and other infrastructure items. Bitwarden is an open source password management solution that stores sensitive information in an encrypted vault. This project is written in C# using .NET Core with ASP.NET Core, while the database is written in T-SQL/SQL Server. Cross-platform, its codebase can be developed, built, run...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Vespa

    Vespa

    The open big data serving engine

    Make AI-driven decisions using your data, in real-time. At any scale, with unbeatable performance. Vespa is a full-featured text search engine and supports both regular text search and fast approximate vector search (ANN). This makes it easy to create high-performing search applications at any scale, whether you want to use traditional techniques or a modern vector-based approach. You can even combine both approaches efficiently in the same query, something no other engine can do....
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    PikaPython

    PikaPython

    An ultra-lightweight Python interpreter that runs with only 4KB of RAM

    An ultra-lightweight Python interpreter that runs with only 4KB of RAM, and zero dependencies. It is ready to use out of the box without any configuration required and easy to extend with C. Similar projects: MicroPython, JerryScript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Secure Workspace for Remote Work Icon
    The Secure Workspace for Remote Work

    Venn isolates and protects work from any personal use on the same computer, whether BYO or company issued.

    Venn is a secure workspace for remote work that isolates and protects work from any personal use on the same computer. Work lives in a secure local enclave that is company controlled, where all data is encrypted and access is managed. Within the enclave – visually indicated by the Blue Border around these applications – business activity is walled off from anything that happens on the personal side. As a result, work and personal uses can now safely coexist on the same computer.
    Learn More
  • 5
    Hermes JS Engine

    Hermes JS Engine

    A JavaScript engine optimized for running React Native

    ... on an earlier version of React Native, you will have to upgrade it first. Each Hermes release is aimed at a specific RN version. The rule of thumb is to always follow Hermes releases strictly. Version mismatch can result in instant crash of your apps in the worst case scenario. Hermes requires Microsoft Visual C++ 2015 Redistributable
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Firebird

    Firebird

    A powerful, cross platform, SQL database system

    Firebird RDBMS offers ANSI SQL features & runs on Linux, Windows & several Unix platforms. Features excellent concurrency & performance & powerful stored procedure & trigger language. More information and downloads at https://www.firebirdsql.org/, issue tracker is https://github.com/FirebirdSQL/firebird/issues
    Leader badge
    Downloads: 3,021 This Week
    Last Update:
    See Project
  • 7
    Virtuoso is a scalable cross-platform server that combines Relational, Graph, and Document Data Management with Web Application Server and Web Services Platform functionality.
    Leader badge
    Downloads: 128 This Week
    Last Update:
    See Project
  • 8
    Object-Relational Main-Memory Embedded Database system tightly integrated with C++ language. Use OS virtual mapping mechanism to access data. Provides subset of SQL language with OO extensions. Support of transactions, fault tolerance, replication.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 9
    odaba

    odaba

    ODABA is an terminology-oriented database management system and develo

    ODABA is an terminology-oriented database management system (TODBMS) on a high conceptual level. It provides a number of enhanced features based on natural language analysis. Terminology orientation allows designing user oriented data models. Enhanced event model and Active Data Link technology support rapid development of GUI applications. Several development, documentation, test and analyzing tools are provided in order to support developers and administrators. .NET interface and a...
    Downloads: 4 This Week
    Last Update:
    See Project
  • Control remote support software for remote workers and IT teams Icon
    Control remote support software for remote workers and IT teams

    Raise the bar for remote support and reduce customer downtime.

    ConnectWise ScreenConnect, formerly ConnectWise Control, is a remote support solution for Managed Service Providers (MSP), Value Added Resellers (VAR), internal IT teams, and managed security providers. Fast, reliable, secure, and simple to use, ConnectWise ScreenConnect helps businesses solve their customers' issues faster from any location. The platform features remote support, remote access, remote meeting, customization, and integrations with leading business tools.
    Learn More
  • 10
    ConceptBase.cc

    ConceptBase.cc

    A Database System for Metamodeling and Method Engineering

    ConceptBase.cc is a multi-user deductive and object-oriented database system for metamodeling and method engineering. Includes a graphical client that builds upon the logic-based features of the ConceptBase.cc server. The data model is O-Telos. ConceptBase.cc can represent information at the data level (example data, traces of process executions etc.), the class level (schemas, process definitions etc.), the metaclass level (constructs of modeling languages), the meta-metaclass level...
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 11
    CSVdb

    CSVdb

    Easy Fast CSV Database

    NoSQL CSV Open Storage Database System
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Moved to https://codeberg.org/andybalaam/nndb
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Duktape

    Duktape

    Embeddable Javascript engine with a focus on portability

    Duktape is easy to integrate into a C/C++ project: add duktape.c, duktape.h, and duk_config.h to your build, and use the Duktape API to call ECMAScript functions from C code and vice versa. Partial support for ECMAScript 2015 (E6) and ECMAScript 2016 (E7), Post-ES5 feature status, kangax/compat-table. Combined reference counting and mark-and-sweep garbage collection with finalization. Property virtualization using a subset of ECMAScript ES2015 Proxy object. Bytecode dump/load for caching...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    The Lemur Project

    The Lemur Project

    Search engine and data mining applications and ClueWeb datasets.

    The Lemur Project develops search engines, browser toolbars, text analysis tools, and data resources that support research and development of information retrieval and text mining software, including the Indri search engine in C++, the Galago search engine research framework in Java, the RankLib learning to rank library, ClueWeb09 and ClueWeb12 datasets and the Sifaka data mining application.
    Leader badge
    Downloads: 58 This Week
    Last Update:
    See Project
  • 15
    A Collection of GUI tools and installations for the day to day use and administration of PostgreSQL servers both on and from a Mac OS X environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Duplicati

    Duplicati

    Store securely encrypted backups in the cloud!

    Duplicati is a free and open source backup client for securely storing your data. Duplicati stores encrypted, incremental, compressed backups on cloud storage services and remote file servers using AES-256 encryption, keeping your data safe and always updated. It works with most storage services, including Google Cloud and Drive, Amazon S3, Microsoft Azure and OneDrive, Dropbox, FTPOpenStack Storage (Swift), SSH (SFTP), WebDAV, Tencent Cloud Object Storage (COS), and more! Duplicati also...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Centrallix Application Platform

    Centrallix Application Platform

    Declarative rich internet application platform

    Centrallix is a browser-based DDSL (declarative domain specific language) rich internet application platform featuring data and application abstraction, a SQL engine for joining diverse data sources, declarative (not scripted) development, reports, components, and style templates.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    IIUG Software Repository

    IIUG Software Repository

    the new version of the iiug.org's member area software repositroy

    The IIUG members software repository has been migrated to this place
    Downloads: 6 This Week
    Last Update:
    See Project
  • 19
    General Knowledge Machine Project

    General Knowledge Machine Project

    Intellect Modeling Kit: assisting research, diagnostics, consulting

    We humans are bound by intellectual abilities. All knowledge is far beyond power of any person. The only way to apply knowledge is to build machines able to present it human way but not limited by volume. Intellect Modeling Kit (IMK) is intended to build knowledge machines (KM) assisting experts on the steps of activity: * Observation; * Producing propositions based on knowledge; * Elimination of impossible propositions; * Selection and verification of the most appropriate...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    MayBMS is a probabilistic database management system. For more information see http://www.cs.cornell.edu/bigreddata/maybms/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    BearDB

    BearDB

    BearDB Database

    BearDB is a database provider for modern web applications and javascript frameworks. BearDB is our Relational Database System which runs on most platforms and supports multiple programming languages. A REST server allows web applications to go directly to the database. BigBear is our Large Scale Database System which supports SQL. BigBear is similar to modern distributed NoSQL database systems, with the addition of support for SQL and a REST server.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    DBLX

    DBLX

    DBLX3 Relational Database System

    DBLX 3.3 is available! DBLX is a multi-user, client-server relational database. DBLX uses standard SQL and has many types of clients, and client API's. DBLX has a REST server to allow direct access from web applications. The design goals of DBLX are to produce a very fast database which can be used with standard ANSI sql. DBLX source code is available in C# and Java. DBLX includes the server component, a command-line client, as well as client APIs. DBLX is well-documented so that you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Anti-Plagiarism (Check on plagiarism)
    Anti-Plagiarism - software designed to effectively detect and thereby prevent plagiarism. It is a versatile tool to deal with World Wide Web copy-pasting information from the assignment of authorship. The goal of this program is to help reduce the impact of plagiarism on education and educational institutions. At present, it distributes free software to detect plagiarism. Checking documents in a format *.rtf, *.doc, *.docx, *.pdf Check the source code C, C++, C#, Java, ...
    Downloads: 35 This Week
    Last Update:
    See Project
  • 24
    Generic Object Oriented Database System Distributed thick-client OODBMS using aspect-oriented approach to build transparent interface to database from OO programming languages (C++, Java, C#)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    MUMPS Database and Language

    ANSI Standard MUMPS

    Implementation of ANSI Standard MUMPS 1995 and ISO/IEC 11756 for FreeBSD, OSX and linux. Also on the Raspberry Pi (ARM) under debian and Windows under cygwin. This is the post-relational database.
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next