#
dbc
Here are 70 public repositories matching this topic...
Design by contract for Python. Write bug-free code. Add a few decorators, get static analysis and tests for free.
python
testing
validation
interface
functional-programming
linter
decorators
typing
property-based-testing
flake8
refinement-types
pythonic
contracts-programming
contracts
invariant
hacktoberfest
mypy
dbc
design-by-contract
deal
-
Updated
May 2, 2022 - Python
Design by Contract framework for PHP
-
Updated
Mar 14, 2022 - PHP
CAN DBC to C (and CSV, JSON and XML) compiler using the mpc parser combinator library
-
Updated
Jan 30, 2022 - C
Client database definitions for World of Warcraft
-
Updated
Jun 11, 2022 - C#
DBC Specification
-
Updated
May 25, 2022
new feature
help wanted
good first issue
This issue is suitable for persons new to programming and/or Light.GuardClauses
C++ library for parsing CAN databases (currently only with the DBC format)
-
Updated
Jan 4, 2022 - C++
A library for parsing CAN Message Database (.dbc) files in C# and C++.
-
Updated
Apr 1, 2019 - C#
Development tool to read and write CAN/LIN/flexray and other buses using gRPC which allows usage of preferred language.
docker
raspberry-pi
grpc
can
signal
automotive
odb
lin
dbc
socketcan
flexray
ldf
canfd
local-interconnect-network
-
Updated
Sep 3, 2020 - Elixir
nberlette
commented
Mar 17, 2022
Currently disabled until some further implementation is done, but I just want to lay some groundwork for future infrastructure.
This is a basic CodeQL workflow (GitHub Action) that will autobuild (or try to) a repositories code and scan it against a huge database of security vulnerabilities and more. Slap a cronjob on it and we're ballin outta control.
<a href="https://gitpod.io/#https://
VS Code extension providing syntax highlighting for CAN DBC files.
-
Updated
May 28, 2022 - TypeScript
Design by contract for JavaScript
-
Updated
Mar 5, 2018 - JavaScript
Improve this page
Add a description, image, and links to the dbc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dbc topic, visit your repo's landing page and select "manage topics."
We should add the following assertions for
string,ReadOnlySpan<char>andSpan<char>:IsTrimmed: checks if a character sequence starts and ends with a non-whitespace character, returns true or false.MustBeTrimmed: same asIsTrimmed, but throws aStringException.IsTrimmedAtStart: checks if a character sequence starts with a non-whitespace character, returns true or fals