This commit is contained in:
Mert Gör 🇹🇷 2024-01-24 10:47:36 +03:00
parent 592823f630
commit 75c4941db2
Signed by: hwpplayer1
GPG Key ID: 03E547D043AB6C8F
2 changed files with 592 additions and 2 deletions

View File

@ -1,11 +1,11 @@
/**
* @file helloworld.c
* @author Mert GÖr (mertgor@masscollabs.xyz)
* @author Mert Gör (mertgor@masscollabs.xyz)
* @brief Hello World Example
* @version 0.1
* @date 2024-01-24
*
* @copyright Copyright (c) 2024 Mert GÖr and contributors - GPLv3 or any later
* @copyright Copyright (c) 2024 Mert Gör and contributors - GPLv3 or any later
*
*/
#include <stdio.h>

590
c-course.html Normal file
View File

@ -0,0 +1,590 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>ScanCode results</title>
<style type="text/css">
table {
border-collapse:collapse;
border: 1px solid gray;
margin-bottom: 20px;
width: 100%;
}
td {
padding: 5px 5px;
border-style: solid;
border-width: 1px;
overflow: hidden;
}
th {
padding:10px 5px;
border-style: solid;
border-width: 1px;
overflow: hidden;
border-color: gray;
color: #fff;
background-color: #5E81B7;
}
tr:nth-child(even) { background-color:#FFFFFF; }
tr:nth-child(odd) { background-color:#F9F9F9; }
tr:hover { background-color: #EEEEEE; }
* {
font-family: Helvetica, Arial, sans-serif;
font-weight: normal;
font-size: 12px;
}
</style>
</head>
<body>
<table>
<caption>Copyrights and Licenses Information</caption>
<thead>
<tr>
<th>path</th>
<th>start</th>
<th>end</th>
<th>what</th>
<th>value</th>
</tr>
</thead>
<tbody>
<tr>
<td>c-course/LICENSE</td>
<td>1</td>
<td>674</td>
<td>license</td>
<td><a href="#license_gpl-3.0">gpl-3.0</a></td>
</tr>
<tr>
<td>c-course/LICENSE</td>
<td>4</td>
<td>4</td>
<td>copyright</td>
<td>Copyright (c) 2007 Free Software Foundation, Inc. &lt;https://fsf.org/&gt;</td>
</tr>
<tr>
<td>c-course/README.md</td>
<td>11</td>
<td>11</td>
<td>license</td>
<td><a href="#license_unknown-license-reference">unknown-license-reference</a></td>
</tr>
<tr>
<td>c-course/README.md</td>
<td>11</td>
<td>11</td>
<td>license</td>
<td><a href="#license_gpl-3.0-plus">gpl-3.0-plus</a></td>
</tr>
<tr>
<td>c-course/README.md</td>
<td>15</td>
<td>15</td>
<td>copyright</td>
<td>Copyright (c) 2023 Mert Gor and contributors</td>
</tr>
<tr>
<td>c-course/README.md</td>
<td>17</td>
<td>28</td>
<td>license</td>
<td><a href="#license_gpl-3.0-plus">gpl-3.0-plus</a></td>
</tr>
<tr>
<td>c-course/c-basic/foo.c</td>
<td>8</td>
<td>8</td>
<td>copyright</td>
<td>Copyright (c) 2024 Mert Gor and contributors</td>
</tr>
<tr>
<td>c-course/c-basic/helloworld.c</td>
<td>8</td>
<td>8</td>
<td>copyright</td>
<td>Copyright (c) 2024 Mert GOr and contributors</td>
</tr>
<tr>
<td>c-course/c-basic/initialization-variable.c</td>
<td>8</td>
<td>8</td>
<td>copyright</td>
<td>Copyright (c) 2024 Mert Gor and contributors</td>
</tr>
</tbody>
</table>
<table>
<caption>File Information</caption>
<thead>
<tr>
<th>path</th>
<th>type</th>
<th>name</th>
<th>extension</th>
<th>date</th>
<th>size</th>
<th>sha1</th>
<th>md5</th>
<th>files_count</th>
<th>mime_type</th>
<th>file_type</th>
<th>programming_language</th>
<th>is_binary</th>
<th>is_text</th>
<th>is_archive</th>
<th>is_media</th>
<th>is_source</th>
<th>is_script</th>
</tr>
</thead>
<tbody>
<tr>
<td>c-course</td>
<td>directory</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>c-course/LICENSE</td>
<td>file</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>c-course/README.md</td>
<td>file</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>c-course/c-basic</td>
<td>directory</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>c-course/c-basic/a.out</td>
<td>file</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>c-course/c-basic/C.pdf</td>
<td>file</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>c-course/c-basic/foo.c</td>
<td>file</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>c-course/c-basic/helloworld.c</td>
<td>file</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>c-course/c-basic/initialization-variable.c</td>
<td>file</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<table>
<caption>Holders</caption>
<thead>
<tr>
<th>path</th>
<th>holder</th>
<th>start</th>
<th>end</th>
</tr>
</thead>
<tbody>
<tr>
<td>c-course/LICENSE</td>
<td>Free Software Foundation, Inc.</td>
<td>4</td>
<td>4</td>
</tr>
<tr>
<td>c-course/README.md</td>
<td>Mert Gor and contributors</td>
<td>15</td>
<td>15</td>
</tr>
<tr>
<td>c-course/c-basic/foo.c</td>
<td>Mert Gor and contributors</td>
<td>8</td>
<td>8</td>
</tr>
<tr>
<td>c-course/c-basic/helloworld.c</td>
<td>Mert GOr and contributors</td>
<td>8</td>
<td>8</td>
</tr>
<tr>
<td>c-course/c-basic/initialization-variable.c</td>
<td>Mert Gor and contributors</td>
<td>8</td>
<td>8</td>
</tr>
</tbody>
</table>
<table>
<caption>Authors</caption>
<thead>
<tr>
<th>path</th>
<th>Author</th>
<th>start</th>
<th>end</th>
</tr>
</thead>
<tbody>
<tr>
<td>c-course/c-basic/foo.c</td>
<td>Mert Gor (mertgor@masscollabs.xyz)</td>
<td>3</td>
<td>3</td>
</tr>
<tr>
<td>c-course/c-basic/helloworld.c</td>
<td>Mert GOr (mertgor@masscollabs.xyz)</td>
<td>3</td>
<td>3</td>
</tr>
<tr>
<td>c-course/c-basic/initialization-variable.c</td>
<td>Mert Gor (mertgor@masscollabs.xyz)</td>
<td>3</td>
<td>3</td>
</tr>
</tbody>
</table>
<table>
<caption>Emails</caption>
<thead>
<tr>
<th>path</th>
<th>email</th>
<th>start</th>
<th>end</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<table>
<caption>Urls</caption>
<thead>
<tr>
<th>path</th>
<th>url</th>
<th>start</th>
<th>end</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</body>
<footer>
<p>ScanCode version 32.0.8</p>
<p>Generated with ScanCode and provided on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
No content created from ScanCode should be considered or used as legal advice. Consult an Attorney for any legal advice.
ScanCode is a free software code scanning tool from nexB Inc. and others.
Visit <a href="http://www.nexb.com/" target="_blank">http://www.nexb.com</a> and <a href="https://github.com/nexB/scancode-toolkit/" target="_blank">https://github.com/nexB/scancode-toolkit/</a> for support and download.
</footer>
</html>