Showing 27 open source projects for "dbc"

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
  • 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
  • 1

    misc_dbc

    EPICS assertions

    EPICS is the Experimental Physics Industrial Control System. This library contains some assertion macros, nothing else.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Canmatrix

    Canmatrix

    Converting Can (Controller Area Network) Database Formats

    Canmatrix is a Python package to read and write several CAN (Controller Area Network) database formats. Canmatrix implements a "Python Can Matrix Object" which describes the can-communication and the needed objects (Board units, Frames, Signals, Values, ...) Canmatrix also includes two Tools (can convert and can compare) for converting and comparing CAN databases.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    comFramework

    comFramework

    Framework for CAN communication interfaces including code generator

    ...; particularly the unpack/pack functions for message (de)composition are generated. The high degree of flexibility results from using the template engine StringTemplate V4 by Terence Parr, see www.stringtemplate.org. The engine is fed with the parsed contents of the *.dbc files and can transform the information in nearly any kind of textual representation. Major samples demonstrate how to interface the generated CAN API with dSPACE TargetLink and MathWorks Embedded Coder to support model based APSW design.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    Java Modeling Language (JML)
    This sourceforge site for the project is now DEPRECATED and not updated. All current work and new releases are on github: https://github.com/OpenJML/OpenJML. The Java Modeling Language (JML) is a behavioral interface specification language that can be used to specify the behavior of Java modules (as in design by contract -- DBC). It has many tools to do assertion checking, unit testing, etc. The principal current tool of the project is OpenJML -- cf. https://www.openjml.org, with binary...
    Downloads: 15 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
  • 5

    jarduino

    Generates C++ code from Arduino .dbc files

    jarduino creates C++ code from .dbc files suitable for import into the Arduino IDE. It generates C structures representing each message and functions to build and parse the messages. It also provides a visualisation of the message, mapping the signals to the bits in the data message.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    cantools

    Access and convert ASC, BLF, DBC, and MDF files

    cantools is a set of libraries and command line tools for handling ASC, BLF, CLG, VSB, MDF, and DBC files. The tools can be used to analyze and convert the data to other formats. Shared libraries for parsing and accessing these files are also provided.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 7
    OVal - object validation framework

    OVal - object validation framework

    object validation framework for Java

    OVal is an extensible object validation framework for Java 5 or later. Annotations (@NotNull) or XML configuration files can be used to express class constraints. OVal can optionally use AspectJ to enforce automatic validation (DbC) How to use: https://sebthom.github.io/oval/USERGUIDE.html OVal releases are available via the the Bintray JCenter Maven repository https://bintray.com/bintray/jcenter?filterByPkgName=oval
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    CANStream

    CANStream

    An applicaton for CAN bus coms development, testing and validation

    CANStream is a .NET application intended to be used for CAN (Controller Area Network) bus communication development, testing and validation. CANStream allows to extensively test any system using CAN communication by sending and receiving CAN frames. Thanks to its powerful built-in mathematical expression evaluator, CANStream can also behave as a real control system feeding back the test device or commanding a third party device with context sensible data. Extended data logging and data...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    Contract++

    Contract++

    Contract Programming Library for C++

    **** THIS LIBRARY WAS MOVED INTO Boost **** New location: https://github.com/boostorg/contract C++ Contract Programming (a.k.a. Design by Contract or DbC). All Eiffel features supported: subcontracting, postcondition old and result values, optional contract compilation, customizable action on assertion failure, block invariants, loop variants, etc. Plus virtual specifiers, concept checking, named parameters. See: http://contractpp.sourceforge.net
    Downloads: 0 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
  • 10
    C++dbc

    C++dbc

    Generic C++ database connectivity class library

    A C++ database connectivity class library supporting different database management systems under a simple interface. The API is hiding implementation details from developers, so class usage is same for each database management system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    DBC
    DBC is a free and open source database that aims at providing high reliability and efficiency.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    C4JExplorer

    C4J-Explorer plug-in for Eclipse

    The C4J-Explorer plug-in for Eclipse facilitates the use of Design by Contract in the development process by automating the creation and synchronization of types and their contracts. It works in combination with the DbC framework C4J (Contracts for Java).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    C4J is a simple, powerful and non-intrusive tool that makes it easy to add contract verification of instances and methods of any Java class or interface, with full inheritance support. C4J brings Design By Contract to Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    D3-Explorer

    D3-Explorer plug-in for Eclipse

    The D3-Explorer plug-in for Eclipse facilitates the use of Design by Contract in the development process by automating the creation and synchronization of types and their contracts. It works in combination with the DbC framework C4J (Contracts for Java).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Dbc et Maps pour serveur WoW.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    A simple DBC file editor
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This is a project page for student coursework of the Digital Business Communication (G53DBC) at the University of Nottingham Malaysia Campus.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Shine Frameworks: Maplet {MVC-JWMS Framework} JShooter {Reflect Framework for Distributing Application} JConnection {DBC Layer} Util {FileSystem, Compiling, WebSocket, MD5, Validation, XMLParsing, WebUploading, Package} http://www.J2OS.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Mise a disposition des DBC, MAPS, VMAPS mangos + compilations de la communauté lumen les cores sont compilé a partir des sources pandores : http://pandore.sourceforge.net/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    The Harmoni PHP Project consists of three major components: 1) A PHP application framework and architecture, offering, e.g. authentication, DBC, file storage 2) PHP OKI OSID (service definitions) conversion system 3) PHP implementations of those OSIDs
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The project will provide a very small set of utility classes usable for checking class invariants pre and postconditions
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Java Fine Print is a Design by Contract (DbC) tool. Developers add @Invar, @Pre, and @Post annotations to their code. Java Fine Print uses these annotations to generate Java source code that tests for contract violations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A design-by-contract (DBC) framework for Java 1.5 which uses annotations to declare preconditions, postconditions, etc. Unlike other design-by-contract frameworks, requires no precompilation, making code portable across build systems, IDEs, and platforms
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The DBC framework uses reflection to inspect a type, it then generates source for a proxy object containing checks on predicates in attributes attached to members of the type. Proxy code is compiled into an in-mem assembly used to enforce DBC rules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Java Based GUI DB Client. Simple Text Editor for creating SQL Queries. Easy execution through specific JDBC Driver. Retrieving and nicely viewing the results.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next