include lgtm code stats
This commit is contained in:
parent
e46e3f866b
commit
138acc3a00
29
README.md
29
README.md
@ -9,6 +9,35 @@
|
|||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<div style="width: 100%; display: block; margin-left: 28%; margin-right: 28%;">
|
||||||
|
|
||||||
|
<div style="width: 100%; overflow: hidden;">
|
||||||
|
|
||||||
|
<div style="margin: 5px; float: left;">
|
||||||
|
<a href="https://lgtm.com/projects/g/RecordEvolution/TDMtermite/alerts/">
|
||||||
|
<img alt="Total alerts"
|
||||||
|
src="https://img.shields.io/lgtm/alerts/g/RecordEvolution/TDMtermite.svg?logo=lgtm&logoWidth=18"/>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div style="margin: 5px; float: left;">
|
||||||
|
<a href="https://lgtm.com/projects/g/RecordEvolution/TDMtermite/context:cpp">
|
||||||
|
<img alt="Language grade: C/C++"
|
||||||
|
src="https://img.shields.io/lgtm/grade/cpp/g/RecordEvolution/TDMtermite.svg?logo=lgtm&logoWidth=18"/>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div style="margin: 5px; float: left;">
|
||||||
|
<a href="https://lgtm.com/projects/g/RecordEvolution/TDMtermite/context:python">
|
||||||
|
<img alt="Language grade: Python"
|
||||||
|
src="https://img.shields.io/lgtm/grade/python/g/RecordEvolution/TDMtermite.svg?logo=lgtm&logoWidth=18"/>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
_TDMtermite_ is a C++ based library that decodes the proprietary
|
_TDMtermite_ is a C++ based library that decodes the proprietary
|
||||||
file format _TDM/TDX_ for measurement data. First introduced by
|
file format _TDM/TDX_ for measurement data. First introduced by
|
||||||
[National Instruments](https://www.ni.com), the TDM format relies on the
|
[National Instruments](https://www.ni.com), the TDM format relies on the
|
||||||
|
55
assets/index.html
Normal file
55
assets/index.html
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
|
||||||
|
<title>TDMtermite</title>
|
||||||
|
<style>
|
||||||
|
</style>
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<a href="https://github.com/RecordEvolution/TDMtermite.git">
|
||||||
|
<img alt="tdmtermite.svg"
|
||||||
|
src="assets/tdmtermite.svg"
|
||||||
|
width="400"
|
||||||
|
/>
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<div style="width: 100%; display: block; margin-left: 28%; margin-right: 28%;">
|
||||||
|
|
||||||
|
<div style="width: 100%; overflow: hidden;">
|
||||||
|
|
||||||
|
<div style="margin: 5px; float: left;">
|
||||||
|
<a href="https://lgtm.com/projects/g/RecordEvolution/TDMtermite/alerts/">
|
||||||
|
<img alt="Total alerts"
|
||||||
|
src="https://img.shields.io/lgtm/alerts/g/RecordEvolution/TDMtermite.svg?logo=lgtm&logoWidth=18"/>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div style="margin: 5px; float: left;">
|
||||||
|
<a href="https://lgtm.com/projects/g/RecordEvolution/TDMtermite/context:cpp">
|
||||||
|
<img alt="Language grade: C/C++"
|
||||||
|
src="https://img.shields.io/lgtm/grade/cpp/g/RecordEvolution/TDMtermite.svg?logo=lgtm&logoWidth=18"/>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div style="margin: 5px; float: left;">
|
||||||
|
<a href="https://lgtm.com/projects/g/RecordEvolution/TDMtermite/context:python">
|
||||||
|
<img alt="Language grade: Python"
|
||||||
|
src="https://img.shields.io/lgtm/grade/python/g/RecordEvolution/TDMtermite.svg?logo=lgtm&logoWidth=18"/>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user