hexsha
stringlengths
40
40
size
int64
22
2.4M
ext
stringclasses
5 values
lang
stringclasses
1 value
max_stars_repo_path
stringlengths
3
260
max_stars_repo_name
stringlengths
5
109
max_stars_repo_head_hexsha
stringlengths
40
78
max_stars_repo_licenses
listlengths
1
9
max_stars_count
float64
1
191k
max_stars_repo_stars_event_min_datetime
stringlengths
24
24
max_stars_repo_stars_event_max_datetime
stringlengths
24
24
max_issues_repo_path
stringlengths
3
260
max_issues_repo_name
stringlengths
5
109
max_issues_repo_head_hexsha
stringlengths
40
78
max_issues_repo_licenses
listlengths
1
9
max_issues_count
float64
1
67k
max_issues_repo_issues_event_min_datetime
stringlengths
24
24
max_issues_repo_issues_event_max_datetime
stringlengths
24
24
max_forks_repo_path
stringlengths
3
260
max_forks_repo_name
stringlengths
5
109
max_forks_repo_head_hexsha
stringlengths
40
78
max_forks_repo_licenses
listlengths
1
9
max_forks_count
float64
1
105k
max_forks_repo_forks_event_min_datetime
stringlengths
24
24
max_forks_repo_forks_event_max_datetime
stringlengths
24
24
content
stringlengths
22
2.4M
avg_line_length
float64
5
169k
max_line_length
int64
5
786k
alphanum_fraction
float64
0.06
0.95
matches
listlengths
1
11
0b0bb1b11e9b4e09502ff998ffaffbc34ed9db6b
25,606
h
C
include/minicore/hash/hash.h
zeta1999/minicore
8a76640229f25059664a5d56edae1e131d93daaf
[ "MIT" ]
27
2020-11-06T20:07:31.000Z
2022-01-13T05:29:02.000Z
include/minicore/hash/hash.h
zeta1999/minicore
8a76640229f25059664a5d56edae1e131d93daaf
[ "MIT" ]
9
2020-10-28T08:22:40.000Z
2021-12-24T14:53:03.000Z
include/minicore/hash/hash.h
dnbaker/minicore
86aafbac15c1c149e2516d2f68bf6a45a2fb92b6
[ "MIT" ]
2
2021-04-13T09:22:53.000Z
2021-12-11T20:13:47.000Z
#pragma once #ifndef FGC_HASH_H__ #define FGC_HASH_H__ #include "minicore/util/blaze_adaptor.h" #include "minicore/util/macros.h" #include <random> #include "xxHash/xxh3.h" #include "xxHash/xxhash.h" #ifdef _OPENMP # include <mutex> #endif namespace minicore { namespace hash { struct LSHasherSettings { unsigned...
41.101124
175
0.592049
[ "shape", "vector" ]
0b189b74a3b4c5e7b1bedf88343fb1eefb7b99a2
4,294
h
C
include/data_loaders/DataLoaderScanNet.h
Eruvae/data_loaders
a3a74f313be6b6fcf0c142c104ee19fd88b37e38
[ "MIT" ]
7
2020-03-17T13:18:49.000Z
2022-03-03T17:34:16.000Z
include/data_loaders/DataLoaderScanNet.h
Eruvae/data_loaders
a3a74f313be6b6fcf0c142c104ee19fd88b37e38
[ "MIT" ]
null
null
null
include/data_loaders/DataLoaderScanNet.h
Eruvae/data_loaders
a3a74f313be6b6fcf0c142c104ee19fd88b37e38
[ "MIT" ]
1
2021-09-22T12:10:06.000Z
2021-09-22T12:10:06.000Z
#include <thread> #include <unordered_map> #include <vector> //eigen #include <Eigen/Core> #include <Eigen/Geometry> #include <Eigen/StdVector> //readerwriterqueue #include "readerwriterqueue/readerwriterqueue.h" //boost #include <boost/bind.hpp> #include <boost/filesystem.hpp> namespace fs = boost::filesystem; ...
42.098039
216
0.754541
[ "mesh", "geometry", "vector", "3d" ]
0b250bc51b32a71e41ac2e932fab498c34e84817
3,838
h
C
Game/src/Tools/AssetManager.h
SebasZwolf/zpEngine
c263358c557286905bce7fa2854f03609cca23d7
[ "MIT" ]
null
null
null
Game/src/Tools/AssetManager.h
SebasZwolf/zpEngine
c263358c557286905bce7fa2854f03609cca23d7
[ "MIT" ]
null
null
null
Game/src/Tools/AssetManager.h
SebasZwolf/zpEngine
c263358c557286905bce7fa2854f03609cca23d7
[ "MIT" ]
null
null
null
#pragma once #ifndef __asset_Mannager__ #define __asset_Mannager__ #include <map> #include <string> #include "fnc.h" #define TextureFolder "Assets\\" #define FontFolder "Assets\\Font\\" #define MusicFolder "Assets\\Music\\" #define SFXFolder "Assets\\SFX\\" struct SDL_Texture; struct SDL_Renderer; typedef struc...
22.057471
187
0.709484
[ "solid" ]
0b2e13390f2777ad489e9fe5b4fb2f7562dc7056
1,154
c
C
alice4/software/logo/light.c
lkesteloot/alice
44b85caf744e5830536b5e813e761cc0ce3f695e
[ "Apache-2.0" ]
63
2015-08-14T23:27:39.000Z
2022-03-09T22:46:11.000Z
alice4/software/logo/light.c
lkesteloot/alice
44b85caf744e5830536b5e813e761cc0ce3f695e
[ "Apache-2.0" ]
64
2015-09-11T23:13:03.000Z
2018-10-29T09:38:06.000Z
alice4/software/logo/light.c
lkesteloot/alice
44b85caf744e5830536b5e813e761cc0ce3f695e
[ "Apache-2.0" ]
9
2016-01-06T00:06:33.000Z
2021-12-07T10:38:15.000Z
/* * light.c */ #include "gl.h" #include "light.h" static int curmaterial = 0; /* * materials */ float mat_logo[] = { AMBIENT, 0.0, 0.0, 0.0, DIFFUSE, 0.8, 0.4, 1.0, SPECULAR, 1.0, 1.0, 1.0, SHININESS, 20.0, LMNULL}; /* * lights */ float light1[] = { AMBIENT, 0.0, 0.0, 0.0, LCOLOR, 1.0, 1.0, 1.0...
14.073171
58
0.595321
[ "model" ]
7150c148656b3ef7fc4d6921f8698bccdf9c5aa5
7,082
h
C
aws-cpp-sdk-acm-pca/include/aws/acm-pca/model/PolicyInformation.h
perfectrecall/aws-sdk-cpp
fb8cbebf2fd62720b65aeff841ad2950e73d8ebd
[ "Apache-2.0" ]
1
2022-02-12T08:09:30.000Z
2022-02-12T08:09:30.000Z
aws-cpp-sdk-acm-pca/include/aws/acm-pca/model/PolicyInformation.h
perfectrecall/aws-sdk-cpp
fb8cbebf2fd62720b65aeff841ad2950e73d8ebd
[ "Apache-2.0" ]
1
2021-10-14T16:57:00.000Z
2021-10-18T10:47:24.000Z
aws-cpp-sdk-acm-pca/include/aws/acm-pca/model/PolicyInformation.h
ravindra-wagh/aws-sdk-cpp
7d5ff01b3c3b872f31ca98fb4ce868cd01e97696
[ "Apache-2.0" ]
1
2021-11-09T11:58:03.000Z
2021-11-09T11:58:03.000Z
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/acm-pca/ACMPCA_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/core/utils/memory/stl/AWSVector.h> #include <aws/acm-pca/model/PolicyQualifierInfo.h...
42.154762
181
0.704886
[ "object", "vector", "model" ]
715d8bdb127b46d609aef16bb0dcda8332b614a2
2,084
c
C
视音频数据处理入门:RGB、YUV像素数据处理/6.生成YUV420P格式的灰阶测试图/simplest_yuv420_graybar/simplest_yuv420_graybar/simplest_yuv420_graybar.c
HatsuneMikuV/FFmpeg_Leixiaohua
4db3745f0ae90cc9b3be4a5c13d0786264652338
[ "MIT" ]
57
2018-04-10T10:00:33.000Z
2022-03-30T14:42:50.000Z
视音频数据处理入门:RGB、YUV像素数据处理/6.生成YUV420P格式的灰阶测试图/simplest_yuv420_graybar/simplest_yuv420_graybar/simplest_yuv420_graybar.c
LiuCH4NG/FFmpeg_Leixiaohua
4db3745f0ae90cc9b3be4a5c13d0786264652338
[ "MIT" ]
null
null
null
视音频数据处理入门:RGB、YUV像素数据处理/6.生成YUV420P格式的灰阶测试图/simplest_yuv420_graybar/simplest_yuv420_graybar/simplest_yuv420_graybar.c
LiuCH4NG/FFmpeg_Leixiaohua
4db3745f0ae90cc9b3be4a5c13d0786264652338
[ "MIT" ]
25
2018-11-25T13:04:37.000Z
2022-02-14T09:08:19.000Z
// // simplest_yuv420_graybar.c // simplest_yuv420_graybar // // Created by angle on 21/03/2018. // Copyright © 2018 angle. All rights reserved. // #include <stdio.h> //add #include <stdlib.h> /** * Generate YUV420P gray scale bar. * @param width Width of Output YUV file. * @param height Height of Outp...
25.108434
94
0.59453
[ "3d" ]
7173c0c1c6947b458d1ac02ad3aae824d05f27c4
14,119
h
C
Source/Common/imstkVecDataArray.h
BH4DKC/iMSTK
10f8e2bf11b06e68bbfe7fbd461a5254e7ece01c
[ "Apache-2.0" ]
null
null
null
Source/Common/imstkVecDataArray.h
BH4DKC/iMSTK
10f8e2bf11b06e68bbfe7fbd461a5254e7ece01c
[ "Apache-2.0" ]
null
null
null
Source/Common/imstkVecDataArray.h
BH4DKC/iMSTK
10f8e2bf11b06e68bbfe7fbd461a5254e7ece01c
[ "Apache-2.0" ]
null
null
null
/*========================================================================= Library: iMSTK Copyright (c) Kitware, Inc. & Center for Modeling, Simulation, & Imaging in Medicine, Rensselaer Polytechnic Institute. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file e...
30.760349
161
0.583257
[ "vector" ]
7174de9f67fbd0d6f3938de874c9f2761c0cd46d
22,854
h
C
aws-cpp-sdk-config/include/aws/config/model/RemediationConfiguration.h
Neusoft-Technology-Solutions/aws-sdk-cpp
88c041828b0dbee18a297c3cfe98c5ecd0706d0b
[ "Apache-2.0" ]
null
null
null
aws-cpp-sdk-config/include/aws/config/model/RemediationConfiguration.h
Neusoft-Technology-Solutions/aws-sdk-cpp
88c041828b0dbee18a297c3cfe98c5ecd0706d0b
[ "Apache-2.0" ]
null
null
null
aws-cpp-sdk-config/include/aws/config/model/RemediationConfiguration.h
Neusoft-Technology-Solutions/aws-sdk-cpp
88c041828b0dbee18a297c3cfe98c5ecd0706d0b
[ "Apache-2.0" ]
1
2020-10-27T18:16:01.000Z
2020-10-27T18:16:01.000Z
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/config/ConfigService_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/config/model/RemediationTargetType.h> #include <aws/core/utils/memory/stl/AWSM...
39.335628
209
0.689376
[ "object", "model" ]
7177cbdee72f454a2604f0f30d04af824bfaf26d
1,156
c
C
example/ex-algo04.c
vladipus/mlib
72fce8f786a54361d71bca3a53ca8bc3222098cd
[ "BSD-2-Clause" ]
null
null
null
example/ex-algo04.c
vladipus/mlib
72fce8f786a54361d71bca3a53ca8bc3222098cd
[ "BSD-2-Clause" ]
null
null
null
example/ex-algo04.c
vladipus/mlib
72fce8f786a54361d71bca3a53ca8bc3222098cd
[ "BSD-2-Clause" ]
null
null
null
#include "m-algo.h" #include "m-array.h" #include "m-string.h" /* Define an array of int */ M_ARRAY_DEF(vector_int, int) /* Register the oplist of this array of int globally */ #define M_OPL_vector_int_t() M_ARRAY_OPLIST(vector_int) /* Set s (string_t) to the integer i */ #define str_ui(s, i) string_printf(s, "%d", i...
29.641026
85
0.648789
[ "vector" ]
7177e274131571b5675c328ef2746a6e80cfc60b
4,426
h
C
be/src/util/thrift-client.h
RalfBarkow/impala
d197abba2ffad314a7a6043f34104030fa47414d
[ "Apache-2.0" ]
null
null
null
be/src/util/thrift-client.h
RalfBarkow/impala
d197abba2ffad314a7a6043f34104030fa47414d
[ "Apache-2.0" ]
null
null
null
be/src/util/thrift-client.h
RalfBarkow/impala
d197abba2ffad314a7a6043f34104030fa47414d
[ "Apache-2.0" ]
null
null
null
// Copyright 2012 Cloudera Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in wr...
32.544118
83
0.73249
[ "object" ]
7182f4dbc511bd84e7f26fba964d03fa7add0549
5,339
c
C
tools/qr.c
junaidnaseer/daala
0b5ce2f45870f7ca2278d5457bf7406a97e8e341
[ "BSD-2-Clause" ]
577
2015-01-01T16:26:42.000Z
2022-03-12T22:38:24.000Z
tools/qr.c
junaidnaseer/daala
0b5ce2f45870f7ca2278d5457bf7406a97e8e341
[ "BSD-2-Clause" ]
214
2015-02-05T15:52:11.000Z
2021-10-06T18:23:17.000Z
tools/qr.c
junaidnaseer/daala
0b5ce2f45870f7ca2278d5457bf7406a97e8e341
[ "BSD-2-Clause" ]
123
2015-01-11T18:59:45.000Z
2022-01-26T15:44:16.000Z
/*Daala video codec Copyright (c) 2007-2014 Daala project contributors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this l...
29.497238
79
0.578947
[ "vector" ]
7183ec3a1671ac6db6864040b780f16de7c8f04d
27,490
c
C
src/mice/src/cspice/zzekif02.c
jared711/meteoroid_orbits
84428bc33a695fb4bebee383f5094b80ae1d7193
[ "MIT" ]
9
2018-03-28T16:03:28.000Z
2022-01-30T20:36:00.000Z
src/mice/src/cspice/zzekif02.c
jared711/meteoroid_orbits
84428bc33a695fb4bebee383f5094b80ae1d7193
[ "MIT" ]
null
null
null
src/mice/src/cspice/zzekif02.c
jared711/meteoroid_orbits
84428bc33a695fb4bebee383f5094b80ae1d7193
[ "MIT" ]
4
2022-02-12T10:01:40.000Z
2022-03-28T14:28:52.000Z
/* zzekif02.f -- translated by f2c (version 19980913). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* Table of constant values */ static integer c__3 = 3; static logical c_false = FALSE_; /* $Procedure ZZEKIF02 ( EK, initialize type 2 segment for f...
37.249322
76
0.605457
[ "object" ]
218d6fc3247fcd36899c2ddffa035116857d218f
22,622
c
C
BankC0.c
ogamespec/ffv
0b12f644f563d0312aff55c8c8c64937c814f77e
[ "W3C" ]
16
2016-09-07T11:34:57.000Z
2021-09-12T13:10:48.000Z
BankC0.c
ogamespec/ffv
0b12f644f563d0312aff55c8c8c64937c814f77e
[ "W3C" ]
null
null
null
BankC0.c
ogamespec/ffv
0b12f644f563d0312aff55c8c8c64937c814f77e
[ "W3C" ]
2
2017-06-30T02:51:38.000Z
2020-08-17T19:48:00.000Z
// FFV Core. Bank C0:0000 ... C0:FFFF. ~450 procedures // start () // C0:0000 { HW.SEI; // Disable interrupts // HW.CLC; // HW.XCE; // Set native mode // REP #0x10; // .I16 // SEP #0x20; // .A8 // // Hardware init // HW.CYCLE_SPEED_DESIGNATION = 0; HW.REGULAR_D...
26.002299
107
0.33379
[ "3d" ]
2190fb7078f29448eef060a8257fd7b4bc8adba0
3,902
h
C
mogura-src/CfgGrammar.h
mynlp/enju
d984a630b30b95de16f3b715277e95dc6fbe15b4
[ "Apache-2.0" ]
48
2016-10-11T06:07:02.000Z
2022-03-02T16:26:25.000Z
mogura-src/CfgGrammar.h
mynlp/enju
d984a630b30b95de16f3b715277e95dc6fbe15b4
[ "Apache-2.0" ]
7
2017-02-13T09:14:34.000Z
2019-01-18T06:06:29.000Z
mogura-src/CfgGrammar.h
mynlp/enju
d984a630b30b95de16f3b715277e95dc6fbe15b4
[ "Apache-2.0" ]
18
2016-11-13T23:14:28.000Z
2022-01-12T15:21:44.000Z
#ifndef CfgGrammar_h__ #define CfgGrammar_h__ #include <algorithm> #include <map> #include <set> #include <string> #include <vector> #include "SymbolTable.h" namespace mogura { namespace cfg { struct MotRule { unsigned _mot; unsigned _rule; MotRule(void) {} MotRule(unsigned mot, unsigned rule) : _mot(m...
23.365269
99
0.58816
[ "vector" ]
219adbc4e60fe7e082c92ef4899b12ada9e236f9
1,877
h
C
ref/src/Chapter09/RecognizeIt v3.0 (with jitter)/utils.h
kugao222/geneticAlgorithmInLua
9bfd2a443f9492759027791a2b2b41b9467241b2
[ "MIT" ]
null
null
null
ref/src/Chapter09/RecognizeIt v3.0 (with jitter)/utils.h
kugao222/geneticAlgorithmInLua
9bfd2a443f9492759027791a2b2b41b9467241b2
[ "MIT" ]
null
null
null
ref/src/Chapter09/RecognizeIt v3.0 (with jitter)/utils.h
kugao222/geneticAlgorithmInLua
9bfd2a443f9492759027791a2b2b41b9467241b2
[ "MIT" ]
null
null
null
#ifndef UTILS_H #define UTILS_H #include <stdlib.h> #include <math.h> #include <sstream> #include <string> #include <iostream> #include <vector> using namespace std; //---------------------------------------------------------------------------- // some random number functions. //-------------------------------------...
20.182796
78
0.492275
[ "vector" ]
21a0c126085de2902755f366541da710db264871
995
h
C
bin/windows/cpp/obj/include/flash/filters/BitmapFilter.h
DrSkipper/twogames
916e8af6cd45cf85fbca4a6ea8ee12e24dd6689b
[ "MIT" ]
null
null
null
bin/windows/cpp/obj/include/flash/filters/BitmapFilter.h
DrSkipper/twogames
916e8af6cd45cf85fbca4a6ea8ee12e24dd6689b
[ "MIT" ]
null
null
null
bin/windows/cpp/obj/include/flash/filters/BitmapFilter.h
DrSkipper/twogames
916e8af6cd45cf85fbca4a6ea8ee12e24dd6689b
[ "MIT" ]
null
null
null
#ifndef INCLUDED_flash_filters_BitmapFilter #define INCLUDED_flash_filters_BitmapFilter #ifndef HXCPP_H #include <hxcpp.h> #endif HX_DECLARE_CLASS2(flash,filters,BitmapFilter) namespace flash{ namespace filters{ class HXCPP_CLASS_ATTRIBUTES BitmapFilter_obj : public hx::Object{ public: typedef hx::Object super;...
23.139535
68
0.758794
[ "object" ]
21a50ad4c0e95e69db0c128f51cb7ddf06d3c2a6
495
h
C
include/bi/bismite.h
bismite/bismite-library-core
a939e4259e5ac844e094af60eda8873b851f8b9d
[ "Apache-2.0" ]
null
null
null
include/bi/bismite.h
bismite/bismite-library-core
a939e4259e5ac844e094af60eda8873b851f8b9d
[ "Apache-2.0" ]
null
null
null
include/bi/bismite.h
bismite/bismite-library-core
a939e4259e5ac844e094af60eda8873b851f8b9d
[ "Apache-2.0" ]
null
null
null
#ifndef __BISMITE_H__ #define __BISMITE_H__ #include <bi/array.h> #include <bi/bi_gl.h> #include <bi/bi_sdl.h> #include <bi/context.h> #include <bi/framebuffer.h> #include <bi/layer.h> #include <bi/logger.h> #include <bi/main_loop.h> #include <bi/node.h> #include <bi/profile.h> #include <bi/render.h> #include <bi/shad...
19.8
31
0.741414
[ "render" ]
21c079ff3824cb3fad9d721f23e4b1518c88bcf3
23,368
h
C
drivers/storage/disk/disk.h
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
drivers/storage/disk/disk.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
drivers/storage/disk/disk.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
/*++ Copyright (C) Microsoft Corporation, 1991 - 1999 Module Name: disk.c Abstract: SCSI disk class driver Environment: kernel mode only Notes: Revision History: --*/ #include "ntddk.h" #include "scsi.h" #include <wmidata.h> #include "classpnp.h" #if defined(JAPAN) && de...
23.205561
115
0.670104
[ "geometry", "object" ]
21ca0b0ea4448eb8068a39a61f005296bda978ad
1,647
h
C
examples/bnf/bnfparser.h
mseminatore/ParserKit
32a9001a2e4b7ac2ff5bf2df35563ae6b2b6433a
[ "MIT" ]
null
null
null
examples/bnf/bnfparser.h
mseminatore/ParserKit
32a9001a2e4b7ac2ff5bf2df35563ae6b2b6433a
[ "MIT" ]
null
null
null
examples/bnf/bnfparser.h
mseminatore/ParserKit
32a9001a2e4b7ac2ff5bf2df35563ae6b2b6433a
[ "MIT" ]
1
2022-01-06T04:49:38.000Z
2022-01-06T04:49:38.000Z
#pragma once #include "../../baseparser.h" #include <set> class BNFParser : public BaseParser { protected: enum class SymbolType { Terminal, CharTerminal, Nonterminal }; struct Symbol { SymbolType type; std::string name; }; std::string startSymbol; using SymbolList = std::vector<Symbol>; struct ...
18.931034
117
0.707347
[ "vector" ]
21d63ca9407ab36efc163c888727c49c8b87bc36
27,589
h
C
include/IRON.h
thoschm/IRON
86db1bf1265d6f082fadeffda661b12a2fac24c0
[ "BSD-2-Clause" ]
56
2016-06-06T10:32:13.000Z
2022-02-27T01:17:23.000Z
include/IRON.h
thoschm/IRON
86db1bf1265d6f082fadeffda661b12a2fac24c0
[ "BSD-2-Clause" ]
2
2017-10-25T15:08:04.000Z
2019-04-01T09:47:26.000Z
include/IRON.h
thoschm/IRON
86db1bf1265d6f082fadeffda661b12a2fac24c0
[ "BSD-2-Clause" ]
26
2016-03-25T11:51:47.000Z
2021-01-22T15:37:35.000Z
/* * IRON Reference Implementation: * ************************************************************************************************************* * Schmiedel, Th., Einhorn, E., Gross, H.-M. * IRON: A Fast Interest Point Descriptor for Robust NDT-Map Matching and Its Application to Robot Localization. * IEEE/RSJ ...
35.552835
131
0.54094
[ "shape", "vector", "model", "transform", "3d" ]
21d7fbc93ee518203df23ae1edfadb0b934342e9
783
h
C
examples/common/WaveFrontReader.h
amecky/diesel
23647464f3587fb60a5f504f7103da72f2cda3f6
[ "MIT" ]
1
2017-09-28T19:39:57.000Z
2017-09-28T19:39:57.000Z
examples/common/WaveFrontReader.h
amecky/diesel
23647464f3587fb60a5f504f7103da72f2cda3f6
[ "MIT" ]
null
null
null
examples/common/WaveFrontReader.h
amecky/diesel
23647464f3587fb60a5f504f7103da72f2cda3f6
[ "MIT" ]
null
null
null
#pragma once #include "..\..\diesel.h" #include <vector> #include <map> struct ObjVertex { ds::vec3 position; ds::vec2 texture; ds::vec3 normal; ds::Color color; ObjVertex() : position(0.0f), texture(0.0f) , normal(0.0f) , color(255,255,255,255) {} ObjVertex(const ds::vec3& p, const ds::vec2& t, const ds::vec3&...
23.029412
108
0.67433
[ "vector" ]
21dc027fbcad9e8cfa795e035c7059c62b0ea8db
5,333
h
C
source/util_api/asn.1/include/ansc_asn1_obj_extern_api.h
lgirdk/ccsp-common-library
8d912984e96f960df6dadb4b0e6bc76c76376776
[ "Apache-2.0" ]
4
2018-02-26T05:41:14.000Z
2019-12-20T07:31:39.000Z
source/util_api/asn.1/include/ansc_asn1_obj_extern_api.h
rdkcmf/rdkb-CcspCommonLibrary
3eba76685bbf5eb6656f45eb4b57fdb5c269c2a1
[ "Apache-2.0" ]
null
null
null
source/util_api/asn.1/include/ansc_asn1_obj_extern_api.h
rdkcmf/rdkb-CcspCommonLibrary
3eba76685bbf5eb6656f45eb4b57fdb5c269c2a1
[ "Apache-2.0" ]
3
2017-07-30T15:35:16.000Z
2020-08-18T20:44:08.000Z
/* * If not stated otherwise in this file or this component's Licenses.txt file the * following copyright and licenses apply: * * Copyright 2015 RDK Management * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain ...
21.504032
81
0.548847
[ "object" ]
21df44c17f549d9f270b194ddf68b277d02a1584
9,501
h
C
vtkm/internal/FunctionInterface.h
yisyuanliou/VTK-m
cc483c8c2319a78b58b3ab849da8ca448e896220
[ "BSD-3-Clause" ]
1
2021-07-21T07:15:44.000Z
2021-07-21T07:15:44.000Z
vtkm/internal/FunctionInterface.h
yisyuanliou/VTK-m
cc483c8c2319a78b58b3ab849da8ca448e896220
[ "BSD-3-Clause" ]
null
null
null
vtkm/internal/FunctionInterface.h
yisyuanliou/VTK-m
cc483c8c2319a78b58b3ab849da8ca448e896220
[ "BSD-3-Clause" ]
null
null
null
//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. // // This software is distributed WITHOUT ANY WARRANTY; without even // the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR // PURP...
38.156627
123
0.716872
[ "object", "transform" ]
21e1ca058ead845a1e3256cfcf6a50ea111cf8a8
8,120
h
C
gpu-simulator/gpgpu-sim/src/cuda-sim/cuda-sim.h
tgrogers/accel-sim-framework
ea3d64183bc5d9ff41963ba89a051e0871f243ca
[ "BSD-2-Clause" ]
null
null
null
gpu-simulator/gpgpu-sim/src/cuda-sim/cuda-sim.h
tgrogers/accel-sim-framework
ea3d64183bc5d9ff41963ba89a051e0871f243ca
[ "BSD-2-Clause" ]
null
null
null
gpu-simulator/gpgpu-sim/src/cuda-sim/cuda-sim.h
tgrogers/accel-sim-framework
ea3d64183bc5d9ff41963ba89a051e0871f243ca
[ "BSD-2-Clause" ]
4
2021-04-24T00:08:23.000Z
2021-05-13T06:30:21.000Z
// Copyright (c) 2009-2011, Tor M. Aamodt // The University of British Columbia // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // Redistributions of source code must retain the above copyr...
38.851675
80
0.712438
[ "vector" ]
21e1fe3215012ccacac56c14510daf605aa56e5c
1,195
h
C
Networking/net_hdr.h
AProgrammablePhoenix/VirtualThreadingEngine
b244b97f9b2534b031dd45ed698de04af4160348
[ "MIT" ]
1
2021-03-05T20:52:33.000Z
2021-03-05T20:52:33.000Z
Networking/net_hdr.h
AProgrammablePhoenix/VirtualThreadingEngine
b244b97f9b2534b031dd45ed698de04af4160348
[ "MIT" ]
null
null
null
Networking/net_hdr.h
AProgrammablePhoenix/VirtualThreadingEngine
b244b97f9b2534b031dd45ed698de04af4160348
[ "MIT" ]
1
2021-03-14T14:22:03.000Z
2021-03-14T14:22:03.000Z
#pragma once #include "../utility.h" #include <iostream> #include <mutex> #include <string> #include <thread> #include <vector> enum class msg_codes { NOP = 0x00, treatReceivedBuffer = 0x01, sendBuffer = 0x02, addEndpoint = 0x03 }; struct running_hdr { running_hdr(unsigned char** trsfrBuffer, size_t _t...
19.590164
77
0.720502
[ "vector" ]
21e3c48d9b15132d10a5aab1015e18a03f42e420
15,771
c
C
jni/src/slatec/r1mach.c
BIDData/BIDMat
dc97590ba5abdb0e6bb6d940ab050a5f6536e31d
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
212
2015-01-08T03:30:41.000Z
2022-03-07T04:43:33.000Z
jni/src/slatec/r1mach.c
BIDData/BIDMat
dc97590ba5abdb0e6bb6d940ab050a5f6536e31d
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
56
2015-02-06T18:13:49.000Z
2020-08-11T16:41:27.000Z
jni/src/slatec/r1mach.c
BIDData/BIDMat
dc97590ba5abdb0e6bb6d940ab050a5f6536e31d
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
69
2015-02-04T11:30:13.000Z
2021-12-25T20:53:06.000Z
/* r1mach.f -- translated by f2c (version 20100827). You must link the resulting object file with libf2c: on Microsoft Windows system, link with libf2c.lib; on Linux or Unix systems, link with .../path/to/libf2c.a -lm or, if you install libf2c.a in a standard place, with -lf2c -lm -- in that order, at the end of...
34.210412
75
0.558557
[ "object" ]
bc2d6c18dbf016e0a2da508a955ecc1f9020c093
35,430
c
C
Sources/grammar.c
Kochise/GC-GreatCode
7358f088227d87e7cc4020d95a99a5f72fc83daf
[ "MIT" ]
null
null
null
Sources/grammar.c
Kochise/GC-GreatCode
7358f088227d87e7cc4020d95a99a5f72fc83daf
[ "MIT" ]
null
null
null
Sources/grammar.c
Kochise/GC-GreatCode
7358f088227d87e7cc4020d95a99a5f72fc83daf
[ "MIT" ]
null
null
null
/*$T \Sources/grammar.c GC 1.150 2011-09-22 20:52:17 */ /*$6 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ /*$F ...
25.07431
120
0.483912
[ "3d" ]
bc37f161f6988ab6e6c0e91b4e2099dfb44f08eb
2,400
h
C
datatypes.h
johnsonjonaris/CoNECt
ca0e0f5672026fcb78431a6fc29f4ccd69ad0b74
[ "Apache-2.0" ]
null
null
null
datatypes.h
johnsonjonaris/CoNECt
ca0e0f5672026fcb78431a6fc29f4ccd69ad0b74
[ "Apache-2.0" ]
null
null
null
datatypes.h
johnsonjonaris/CoNECt
ca0e0f5672026fcb78431a6fc29f4ccd69ad0b74
[ "Apache-2.0" ]
null
null
null
#ifndef DATATYPES_H #define DATATYPES_H #include <QtCore> typedef QVector<QVector3D> Polyline; /// selected region of interest (ROI) shape enum ROIShape { FREEHAND, ///< freehand ROI OVAL, ///< oval shape ROI RECT ///< rectangular shape ROI }; /// selec...
26.966292
90
0.586667
[ "shape", "solid" ]
bc3c9331522c33f239adc6922fab65a18aac6a89
1,111
h
C
ThreadData.h
borneq/nqueens-big
bba8bfdf37e04fb2729691f3cfa4de364b6924bd
[ "BSD-2-Clause" ]
null
null
null
ThreadData.h
borneq/nqueens-big
bba8bfdf37e04fb2729691f3cfa4de364b6924bd
[ "BSD-2-Clause" ]
null
null
null
ThreadData.h
borneq/nqueens-big
bba8bfdf37e04fb2729691f3cfa4de364b6924bd
[ "BSD-2-Clause" ]
null
null
null
#pragma once #include <set> #include <vector> #include <mutex> #include "Log.h" #include "scores.h" #include "Log.h" using namespace std; struct NewInterchangeData { void *owner= nullptr;//to log int worstDiff=0; static int cnt; set<uint64_t> checkSums; static set<uint64_t> solutionsSums; vect...
24.688889
64
0.626463
[ "vector" ]
bc423abd3fdb57fd0bf9fe854b3ddf62fac2edfe
701
h
C
graphics/effects/linear_emitter.h
Grayson112233/sdlgl
68c0398fa1dc5ebed77f2528856f7cd6d6d9cdda
[ "MIT" ]
1
2019-12-25T19:35:00.000Z
2019-12-25T19:35:00.000Z
graphics/effects/linear_emitter.h
graysonpike/sdlgl
68c0398fa1dc5ebed77f2528856f7cd6d6d9cdda
[ "MIT" ]
null
null
null
graphics/effects/linear_emitter.h
graysonpike/sdlgl
68c0398fa1dc5ebed77f2528856f7cd6d6d9cdda
[ "MIT" ]
1
2019-12-25T19:35:01.000Z
2019-12-25T19:35:01.000Z
#ifndef LINEAR_PARTICLE_EMITTER_H #define LINEAR_PARTICLE_EMITTER_H #include <utility> #include "emitter.h" class LinearParticleEmitter : public ParticleEmitter { int vx_min; int vx_max; int vy_min; int vy_max; std::pair<int, int> get_random_velocity(); void new_particle(); void reset_...
23.366667
81
0.706134
[ "vector" ]
bc4e978b705163bf8d60056bd31fbf2691af2d3f
705
h
C
sdk-6.5.20/libs/sdklt/bcma/include/bcma/cli/bcma_clicmd_quit.h
copslock/broadcom_cpri
8e2767676e26faae270cf485591902a4c50cf0c5
[ "Spencer-94" ]
null
null
null
sdk-6.5.20/libs/sdklt/bcma/include/bcma/cli/bcma_clicmd_quit.h
copslock/broadcom_cpri
8e2767676e26faae270cf485591902a4c50cf0c5
[ "Spencer-94" ]
null
null
null
sdk-6.5.20/libs/sdklt/bcma/include/bcma/cli/bcma_clicmd_quit.h
copslock/broadcom_cpri
8e2767676e26faae270cf485591902a4c50cf0c5
[ "Spencer-94" ]
null
null
null
/*! \file bcma_clicmd_quit.h * * CLI 'quit' command. */ /* * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file. * * Copyright 2007-2020 Broadcom Inc. All rights reserved. */ #ifndef BCMA_CLICMD_QUIT_H #define BCMA_CLICMD_QUIT_H #...
22.03125
134
0.724823
[ "object" ]
bc5d580c9181c9176a5c15cb31a8168ab2cc8620
25,906
h
C
source/game/vehicles/VehicleControl.h
JasonHutton/QWTA
7f42dc70eb230cf69a8048fc98d647a486e752f1
[ "MIT" ]
2
2021-05-02T18:37:48.000Z
2021-07-18T16:18:14.000Z
source/game/vehicles/VehicleControl.h
JasonHutton/QWTA
7f42dc70eb230cf69a8048fc98d647a486e752f1
[ "MIT" ]
null
null
null
source/game/vehicles/VehicleControl.h
JasonHutton/QWTA
7f42dc70eb230cf69a8048fc98d647a486e752f1
[ "MIT" ]
null
null
null
// Copyright (C) 2007 Id Software, Inc. // #ifndef __GAME_VEHICLES_VEHICLECONTROL_H__ #define __GAME_VEHICLES_VEHICLECONTROL_H__ #include "Walker.h" class sdTransport; class sdVehicleInput; class sdVehicleDriveObject; /* =============================================================================== ...
32.750948
172
0.645642
[ "object" ]
bc68501f7674e01b2277136b153e7e9c6ce41a1f
1,538
h
C
DrawPathMFC/DrawPathMFC/EntityPath.h
jiamingli9674/Path_Drawing_ObjectARX_AutoCAD
6b05ef4f4532e15b935ad2c473c42bc1bc1e9053
[ "MIT" ]
1
2021-06-11T15:21:23.000Z
2021-06-11T15:21:23.000Z
DrawPathMFC/DrawPathMFC/EntityPath.h
jiamingli9674/Path_Drawing_ObjectARX_AutoCAD
6b05ef4f4532e15b935ad2c473c42bc1bc1e9053
[ "MIT" ]
null
null
null
DrawPathMFC/DrawPathMFC/EntityPath.h
jiamingli9674/Path_Drawing_ObjectARX_AutoCAD
6b05ef4f4532e15b935ad2c473c42bc1bc1e9053
[ "MIT" ]
1
2021-03-05T00:12:14.000Z
2021-03-05T00:12:14.000Z
#pragma once #include "C:\Apps\AutoCAD\objectARX\ObjectARX_for_AutoCAD_2020_Win_64_bit\inc\dbmain.h" #include <vector> #include "Path.h" #include <string> using namespace std; class EntityPath : public AcDbEntity { public: EntityPath(); EntityPath(Path path, vector<JD> jd_vector, vector<QX> qx_vector, vector<LC> lc...
29.576923
99
0.747724
[ "vector" ]
bc694877c5e117fa990608fa0e57934c78f137af
730
h
C
Source/Player/SoftRendererImpl3D.h
wlsals3293/CKSoftRenderer_4th_13
3adfa8f3efa2b601e5f01a362ef33a0a61bdad82
[ "MIT" ]
null
null
null
Source/Player/SoftRendererImpl3D.h
wlsals3293/CKSoftRenderer_4th_13
3adfa8f3efa2b601e5f01a362ef33a0a61bdad82
[ "MIT" ]
null
null
null
Source/Player/SoftRendererImpl3D.h
wlsals3293/CKSoftRenderer_4th_13
3adfa8f3efa2b601e5f01a362ef33a0a61bdad82
[ "MIT" ]
null
null
null
#pragma once #include "RenderingSoftwareInterface.h" #include "InputManager.h" class SoftRendererImpl3D { public: SoftRendererImpl3D(class SoftRenderer* InOwner); ~SoftRendererImpl3D(); public: void LoadResource(); void LoadScene(); void RenderFrameImpl(); void UpdateImpl(float DeltaSeconds); private: FORCEI...
18.717949
72
0.769863
[ "mesh", "vector" ]
bc7847bfa1c4710e5f88e39397eb484a9cf46a7d
1,904
h
C
sauce/core/collections/things/strange__lake_t.h
oneish/strange
e6c47eca5738dd98f4e09ee5c0bb820146e8b48f
[ "Apache-2.0" ]
null
null
null
sauce/core/collections/things/strange__lake_t.h
oneish/strange
e6c47eca5738dd98f4e09ee5c0bb820146e8b48f
[ "Apache-2.0" ]
null
null
null
sauce/core/collections/things/strange__lake_t.h
oneish/strange
e6c47eca5738dd98f4e09ee5c0bb820146e8b48f
[ "Apache-2.0" ]
null
null
null
#ifndef COM_ONEISH__STRANGE__LAKE_T_H #define COM_ONEISH__STRANGE__LAKE_T_H namespace strange { struct lake_t : list_t<std::vector<uint8_t>, uint8_t> { using element_d = uint8_t; using collection_d = std::vector<element_d>; protected: inline lake_t(any_a const& me) : list_t<collection_d, element_d>{ me } ...
21.155556
74
0.67437
[ "vector" ]
bc882c99075c0e87792ac16af308cab3117140a2
254
h
C
test/support/another_test_object.h
tobscher/rts
7f30faf6a13d309e4db828be8be3c05d28c05364
[ "MIT" ]
2
2015-05-14T16:07:30.000Z
2015-07-27T21:08:48.000Z
test/support/another_test_object.h
tobscher/rts
7f30faf6a13d309e4db828be8be3c05d28c05364
[ "MIT" ]
null
null
null
test/support/another_test_object.h
tobscher/rts
7f30faf6a13d309e4db828be8be3c05d28c05364
[ "MIT" ]
null
null
null
#ifndef ANOTHER_TEST_OBJECT_H_ #define ANOTHER_TEST_OBJECT_H_ #include "dioptre/object.h" class AnotherTestObject : public dioptre::Object { public: AnotherTestObject() : dioptre::Object("another_test_object") {} }; #endif // ANOTHER_TEST_OBJECT_H_
21.166667
65
0.787402
[ "object" ]
bc8973e2a73903f184665b2d01d933ddf5455350
3,764
h
C
NXLogging/NXLogClientInfo.h
naxos/NXLogging
037448a06f343cd028db65de7ff4b57092372496
[ "BSD-2-Clause", "Unlicense" ]
null
null
null
NXLogging/NXLogClientInfo.h
naxos/NXLogging
037448a06f343cd028db65de7ff4b57092372496
[ "BSD-2-Clause", "Unlicense" ]
null
null
null
NXLogging/NXLogClientInfo.h
naxos/NXLogging
037448a06f343cd028db65de7ff4b57092372496
[ "BSD-2-Clause", "Unlicense" ]
null
null
null
// ----------------------------------------------------------------------------- // This file is part of NXLogging. // // Copyright © 2016 Naxos Software Solutions GmbH. All rights reserved. // // Author: Martin Schaefer <martin.schaefer@naxos-software.de> // // NXLogging is licensed under the Simplified BSD License //...
40.042553
87
0.713603
[ "model" ]
bc8acd60a8cee87c7d03cbd2298969d560caf971
860
h
C
MMOCoreORB/src/server/zone/objects/player/variables/Ability.h
V-Fib/FlurryClone
40e0ca7245ec31b3815eb6459329fd9e70f88936
[ "Zlib", "OpenSSL" ]
18
2017-02-09T15:36:05.000Z
2021-12-21T04:22:15.000Z
MMOCoreORB/src/server/zone/objects/player/variables/Ability.h
V-Fib/FlurryClone
40e0ca7245ec31b3815eb6459329fd9e70f88936
[ "Zlib", "OpenSSL" ]
61
2016-12-30T21:51:10.000Z
2021-12-10T20:25:56.000Z
MMOCoreORB/src/server/zone/objects/player/variables/Ability.h
V-Fib/FlurryClone
40e0ca7245ec31b3815eb6459329fd9e70f88936
[ "Zlib", "OpenSSL" ]
71
2017-01-01T05:34:38.000Z
2022-03-29T01:04:00.000Z
/* * Ability.h * * Created on: Aug 23, 2011 * Author: crush */ #ifndef ABILITY_H_ #define ABILITY_H_ #include "engine/engine.h" class Ability : public Object { String abilityName; public: Ability() : Object() { } Ability(const String& name) : Object() { abilityName = name; } Ability(const Abili...
15.087719
50
0.668605
[ "object" ]
bc93892328cde491244d4541b6364a2c45f90637
4,795
h
C
trunk/source-opt/tools/include/input_checker.h
Xilinx/merlin-compiler
f47241ccf26186c60bd8aa6e0390c7dd3edabb3c
[ "Apache-2.0" ]
23
2021-09-04T02:12:02.000Z
2022-03-21T01:10:53.000Z
trunk/source-opt/tools/include/input_checker.h
Xilinx/merlin-compiler
f47241ccf26186c60bd8aa6e0390c7dd3edabb3c
[ "Apache-2.0" ]
2
2022-03-04T02:57:29.000Z
2022-03-25T15:58:18.000Z
trunk/source-opt/tools/include/input_checker.h
Xilinx/merlin-compiler
f47241ccf26186c60bd8aa6e0390c7dd3edabb3c
[ "Apache-2.0" ]
12
2021-09-22T10:38:47.000Z
2022-03-28T02:41:56.000Z
// (C) Copyright 2016-2021 Xilinx, Inc. // All Rights Reserved. // // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to yo...
34.007092
78
0.732847
[ "vector" ]
bc9406ecefd80cba71cd3e36b955becb5b1ea8e5
24,052
c
C
step2.build_gstreamer_project/gst_plugin_tutorial/gst-plugins-bad/sys/uvch264/gstuvch264_mjpgdemux.c
zhang-jinyu/Smart-Fruit-Scale-based-on-the-VITIS-AI-and-ZCU104
3b389cbaa0a4f472d9dd5bb6b994a904fdc6c832
[ "Apache-2.0" ]
1
2021-03-05T08:43:24.000Z
2021-03-05T08:43:24.000Z
step2.build_gstreamer_project/gst_plugin_tutorial/gst-plugins-bad/sys/uvch264/gstuvch264_mjpgdemux.c
zhang-jinyu/Smart-Fruit-Scale-based-on-the-VITIS-AI-and-ZCU104
3b389cbaa0a4f472d9dd5bb6b994a904fdc6c832
[ "Apache-2.0" ]
null
null
null
step2.build_gstreamer_project/gst_plugin_tutorial/gst-plugins-bad/sys/uvch264/gstuvch264_mjpgdemux.c
zhang-jinyu/Smart-Fruit-Scale-based-on-the-VITIS-AI-and-ZCU104
3b389cbaa0a4f472d9dd5bb6b994a904fdc6c832
[ "Apache-2.0" ]
null
null
null
/* GStreamer * * uvch264_mjpg_demux: a demuxer for muxed stream in UVC H264 compliant MJPG * * Copyright (C) 2012 Cisco Systems, Inc. * Author: Youness Alaoui <youness.alaoui@collabora.co.uk> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Genera...
34.458453
80
0.652004
[ "object" ]
bc9fe210498a3c604ab68cb2d5307623055bffba
1,319
h
C
lonestar/experimental/gnn/types.h
bowu/Galois
81f619a2bb1bdc95899729f2d96a7da38dd0c0a3
[ "BSD-3-Clause" ]
null
null
null
lonestar/experimental/gnn/types.h
bowu/Galois
81f619a2bb1bdc95899729f2d96a7da38dd0c0a3
[ "BSD-3-Clause" ]
null
null
null
lonestar/experimental/gnn/types.h
bowu/Galois
81f619a2bb1bdc95899729f2d96a7da38dd0c0a3
[ "BSD-3-Clause" ]
null
null
null
#ifndef TYPES_H #define TYPES_H #include <vector> #include "galois/Galois.h" #include "galois/graphs/LCGraph.h" #ifdef CNN_USE_DOUBLE typedef double float_t; typedef double feature_t; #else typedef float float_t; typedef float feature_t; // feature type #endif typedef std::vector<float_t> vec_t; // feature vector (1D)...
37.685714
123
0.780895
[ "vector" ]
bca1b6c354cc9ef108faa12d279d3164fa656226
2,118
h
C
src/rendering/ui/dataset/dataset_view.h
jokteur/BM-Segmenter
210e15c41bd2b944594d1bc53fe7e43c518a5035
[ "MIT" ]
5
2020-10-12T09:17:57.000Z
2021-12-28T13:38:05.000Z
src/rendering/ui/dataset/dataset_view.h
jokteur/BM-Segmenter
210e15c41bd2b944594d1bc53fe7e43c518a5035
[ "MIT" ]
1
2020-11-13T10:16:56.000Z
2020-12-16T21:26:19.000Z
src/rendering/ui/dataset/dataset_view.h
jokteur/BM-Segmenter
210e15c41bd2b944594d1bc53fe7e43c518a5035
[ "MIT" ]
null
null
null
#pragma once #include <vector> #include <string> #include <map> #include "imgui.h" #include "rendering/drawables.h" #include "rendering/ui/dataset/preview.h" #include "core/project/project_manager.h" #include "rendering/ui/widgets/util.h" #include "jobscheduler.h" namespace Rendering { /** * Defines the UI...
30.695652
193
0.647781
[ "render", "vector" ]
bca8256b071c501c774f182bf5ef4f3059c57287
5,089
h
C
3rdparty/mygui/include/MyGUI_ResourceManager.h
Osumi-Akari/energytycoon
25d18a0ee4a9f8833e678af297734602918a92e9
[ "Unlicense" ]
null
null
null
3rdparty/mygui/include/MyGUI_ResourceManager.h
Osumi-Akari/energytycoon
25d18a0ee4a9f8833e678af297734602918a92e9
[ "Unlicense" ]
null
null
null
3rdparty/mygui/include/MyGUI_ResourceManager.h
Osumi-Akari/energytycoon
25d18a0ee4a9f8833e678af297734602918a92e9
[ "Unlicense" ]
null
null
null
/*! @file @author Albert Semenov @date 09/2008 @module *//* This file is part of MyGUI. MyGUI is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option...
34.154362
148
0.723718
[ "vector" ]
bca88e1ec110aad6910ef8b9662bb0c192485538
7,798
h
C
irrdb.legacy/src/include/user.h
IXPControl/dockerfiles
0ee449bbea3b4c8550cf924631ec1ec842fb3404
[ "Apache-2.0" ]
2
2021-06-03T12:01:19.000Z
2021-11-22T15:23:41.000Z
irrdb.legacy/src/include/user.h
IXPControl/dockerfiles
0ee449bbea3b4c8550cf924631ec1ec842fb3404
[ "Apache-2.0" ]
3
2020-08-29T11:33:13.000Z
2020-09-17T22:28:22.000Z
irrdb.legacy/src/include/user.h
IXPControl/dockerfiles
0ee449bbea3b4c8550cf924631ec1ec842fb3404
[ "Apache-2.0" ]
5
2019-09-21T03:04:07.000Z
2022-03-16T12:18:10.000Z
/* * $Id: user.h,v 1.1.1.1 2000/02/29 22:28:43 labovit Exp $ */ #ifndef _USER_H #define _USER_H #include <linked_list.h> #include <timer.h> #define UII_DEFAULT_PORT 5674 #define UII_OUTPUT_BUFFER_INIT_SIZE 256 #define UII_UNPREV 0 #define UII_INPUT 1 #define UII_NORMAL 2 #define...
38.039024
85
0.693511
[ "object" ]
bcaa705e4cba1e3c598d4d905cd685150289039e
1,177
h
C
TTNews/Classes/Me/fensiTableViewCell.h
1370156363/TTNews1
8775ec0e4bc878ddfc978c50f95add5504492e03
[ "Unlicense", "MIT" ]
null
null
null
TTNews/Classes/Me/fensiTableViewCell.h
1370156363/TTNews1
8775ec0e4bc878ddfc978c50f95add5504492e03
[ "Unlicense", "MIT" ]
null
null
null
TTNews/Classes/Me/fensiTableViewCell.h
1370156363/TTNews1
8775ec0e4bc878ddfc978c50f95add5504492e03
[ "Unlicense", "MIT" ]
null
null
null
// // fensiTableViewCell.h // TTNews // // Created by 薛立强 on 2017/10/28. // Copyright © 2017年 瑞文戴尔. All rights reserved. // #import <UIKit/UIKit.h> #import "MyFensiModel.h" #import "AddUserInfoModel.h" typedef void(^ImageClickBlock)(); typedef NS_ENUM(NSUInteger, NewTableViewCellType) { NewTableViewCellType_...
30.179487
67
0.75616
[ "model" ]
bcac1faf47a010caad6f864aa418bf6a0e282125
1,647
h
C
DeathMask/src/Utils/DMUtils.h
demensdeum/Death-Mask
6251bd5b3540adc494f2d8ea387e35479aa7b238
[ "MIT" ]
null
null
null
DeathMask/src/Utils/DMUtils.h
demensdeum/Death-Mask
6251bd5b3540adc494f2d8ea387e35479aa7b238
[ "MIT" ]
11
2017-08-12T17:04:34.000Z
2017-10-15T08:27:58.000Z
DeathMask/src/Utils/DMUtils.h
demensdeum/Death-Mask
6251bd5b3540adc494f2d8ea387e35479aa7b238
[ "MIT" ]
null
null
null
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ /* * File: DMUtils.h * Author: demensdeum * * Created on August 19, 2017, 5:08 PM */ #ifndef DMUTILS_H #define DMUTILS_H #in...
28.894737
96
0.797814
[ "object" ]
bcb76345e6a907783b1920e765489323c1f0ebbb
401
h
C
Sandbox/src/Cloud.h
conholo/GLU-GLUT-Sandbox
09b3d9351a56aa8b47bbe20989e99c4c05e62e7f
[ "MIT" ]
null
null
null
Sandbox/src/Cloud.h
conholo/GLU-GLUT-Sandbox
09b3d9351a56aa8b47bbe20989e99c4c05e62e7f
[ "MIT" ]
null
null
null
Sandbox/src/Cloud.h
conholo/GLU-GLUT-Sandbox
09b3d9351a56aa8b47bbe20989e99c4c05e62e7f
[ "MIT" ]
null
null
null
#pragma once #include "Core/Geometry/Geometry.h" #include <glm/glm.hpp> class Cloud { public: Cloud(const glm::vec3& position, float radius, uint32_t count); ~Cloud(); void Draw(); private: uint32_t m_BallCount = 10; int CloudDrawList = -1; float m_Radius = 1; glm::vec3 m_Position{ 0.0f, 0.0f, 0.0f }; glm...
17.434783
64
0.663342
[ "geometry" ]
2953072cfd2eb3420f8d9cf6d461546f23a10709
650
h
C
src/engine/keen/vorticon/ai/CCarrier.h
vogonsorg/Commander-Genius
456703977d7e574af663fd03d4897728ede10058
[ "X11" ]
137
2015-01-01T21:04:51.000Z
2022-03-30T01:41:10.000Z
src/engine/keen/vorticon/ai/CCarrier.h
vogonsorg/Commander-Genius
456703977d7e574af663fd03d4897728ede10058
[ "X11" ]
154
2015-01-01T16:34:39.000Z
2022-01-28T14:14:45.000Z
src/engine/keen/vorticon/ai/CCarrier.h
vogonsorg/Commander-Genius
456703977d7e574af663fd03d4897728ede10058
[ "X11" ]
35
2015-03-24T02:20:54.000Z
2021-05-13T11:44:22.000Z
#ifndef CCARRIER_H #define CCARRIER_H #include "../CVorticonSpriteObject.h" #include "CPlayer.h" class CCarrier : public CVorticonSpriteObject { public: CCarrier(CMap* pmap, Uint32 x, Uint32 y, object_t type); virtual void getTouchedBy(CSpriteObject& theObject); virtual void process() = 0; ...
20.3125
60
0.698462
[ "vector" ]
295639bcc09f8793de901ab05a70b46780d94b5c
5,131
c
C
src/core.c
snmsts/npt
2896d7ac1924ba63e864e2813e66936a2a46707f
[ "Unlicense" ]
null
null
null
src/core.c
snmsts/npt
2896d7ac1924ba63e864e2813e66936a2a46707f
[ "Unlicense" ]
null
null
null
src/core.c
snmsts/npt
2896d7ac1924ba63e864e2813e66936a2a46707f
[ "Unlicense" ]
null
null
null
#include "condition.h" #include "core.h" #include "execute.h" #include "file_memory.h" #include "format.h" #include "gc.h" #include "object.h" #include "package.h" #include "pathname.h" #include "stream.h" #include "symbol.h" #define CoreHeader (LISPNAME "CORE\0") #define CoreHeaderSize (LISPNAMESIZE + 5) /* * sav...
17.940559
64
0.675697
[ "object" ]
296c11ecf3ce06cb3008e47a5dfde35db48f6f05
43,160
c
C
ble_wimoto_thermo_app/connect.c
Wimoto/wimoto_firmware_SDK4
1acce6c1d17768d2d30384663b14a060debb4169
[ "Unlicense" ]
null
null
null
ble_wimoto_thermo_app/connect.c
Wimoto/wimoto_firmware_SDK4
1acce6c1d17768d2d30384663b14a060debb4169
[ "Unlicense" ]
null
null
null
ble_wimoto_thermo_app/connect.c
Wimoto/wimoto_firmware_SDK4
1acce6c1d17768d2d30384663b14a060debb4169
[ "Unlicense" ]
null
null
null
/** @file * * This file contains the source code for alarm service application * It also includes the code for Device Information services. * This application uses the @ref srvlib_conn_params module. * Adapted from sample applications provided by Nordic * * Author : Sherin * Date : 11/20/2013 * * Change log: * She...
40
257
0.659639
[ "model" ]
296ea601f74076c06676f3058d3d10c236c357d8
545
h
C
RXProgressBar/Classes/ChildObjects(Cell-VM-Model)/Begin(Cell-VM-Model)/ViewModel/RXBeginViewModelCell.h
m1a7/RXProgressBar
05ecd10f1548e3b87b7e23175603a0eb24e51973
[ "MIT" ]
6
2018-03-14T14:18:12.000Z
2018-04-12T21:41:57.000Z
RXProgressBar/Classes/ChildObjects(Cell-VM-Model)/Begin(Cell-VM-Model)/ViewModel/RXBeginViewModelCell.h
m1a7/RXProgressBar
05ecd10f1548e3b87b7e23175603a0eb24e51973
[ "MIT" ]
null
null
null
RXProgressBar/Classes/ChildObjects(Cell-VM-Model)/Begin(Cell-VM-Model)/ViewModel/RXBeginViewModelCell.h
m1a7/RXProgressBar
05ecd10f1548e3b87b7e23175603a0eb24e51973
[ "MIT" ]
null
null
null
// // RXBeginViewModelCell.h // RXProgressBar // // Created by Uber on 26/02/2018. // #import "RXBaseViewModelCell.h" // Cell Model #import "RXBeginCellModel.h" @class RXProgressBar; @interface RXBeginViewModelCell : RXBaseViewModelCell @property (strong, nonatomic) RXBeginCellModel* model_cell; // Model -(ins...
19.464286
102
0.761468
[ "model" ]
2973d31d4b9fa21e1fc6910b91ac2ec5070ecfa0
2,959
h
C
plugins/diffusion/itkSpatialDWIStatisticsImageFilter.h
bsavelev/medipy
f0da3750a6979750d5f4c96aedc89ad5ae74545f
[ "CECILL-B" ]
null
null
null
plugins/diffusion/itkSpatialDWIStatisticsImageFilter.h
bsavelev/medipy
f0da3750a6979750d5f4c96aedc89ad5ae74545f
[ "CECILL-B" ]
null
null
null
plugins/diffusion/itkSpatialDWIStatisticsImageFilter.h
bsavelev/medipy
f0da3750a6979750d5f4c96aedc89ad5ae74545f
[ "CECILL-B" ]
1
2022-03-04T05:47:08.000Z
2022-03-04T05:47:08.000Z
/************************************************************************* * MediPy - Copyright (C) Universite de Strasbourg * Distributed under the terms of the CeCILL-B license, as published by * the CEA-CNRS-INRIA. Refer to the LICENSE file or to * http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html * f...
35.650602
97
0.723555
[ "object" ]
2991c8ab20e29d400ad7efefb6a1d7e1a0c34206
263
h
C
AsheniOS/utils/AshenOrderDictionary.h
xiaochaom/AsheniOS
b1ce964551528269ca23e83834488caf04391d9e
[ "MIT" ]
2
2021-04-06T08:36:23.000Z
2022-03-30T08:33:35.000Z
AsheniOS/utils/AshenOrderDictionary.h
xiaochaom/AsheniOS
b1ce964551528269ca23e83834488caf04391d9e
[ "MIT" ]
null
null
null
AsheniOS/utils/AshenOrderDictionary.h
xiaochaom/AsheniOS
b1ce964551528269ca23e83834488caf04391d9e
[ "MIT" ]
null
null
null
// // AshenOrderDictionary.h // AsheniOS // // Created by 李亚超 on 2021/3/22. // #import <Foundation/Foundation.h> @interface AshenOrderDictionary : NSMutableDictionary - (id)objectForKey:(NSString *)key; - (void)setObject:object forKey:(NSString *)key; @end
17.533333
53
0.718631
[ "object" ]
2997407d0bc06e4a84607eb5b9dfcd82fd4b2844
3,488
h
C
BatteryDoctor/IOKit.h
wenbobao/BatteryDoctor
1bf54bb9e149dcafdf04d58d0428aaff16335650
[ "MIT" ]
null
null
null
BatteryDoctor/IOKit.h
wenbobao/BatteryDoctor
1bf54bb9e149dcafdf04d58d0428aaff16335650
[ "MIT" ]
null
null
null
BatteryDoctor/IOKit.h
wenbobao/BatteryDoctor
1bf54bb9e149dcafdf04d58d0428aaff16335650
[ "MIT" ]
null
null
null
/* * * Copyright (C) 2016 Eldad Eilam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * T...
41.035294
207
0.783257
[ "object" ]
299e270c025a22e7476c9f66cbd727faa629e4fe
21,079
c
C
model/adpcm/cmn.c
sxr4316/MC-ADPCM-Codec
e7f55efa981af941b826d5a8dd1cefc13eda7841
[ "Apache-2.0" ]
2
2019-08-13T14:16:23.000Z
2019-08-23T20:54:16.000Z
model/adpcm/cmn.c
sxr4316/MC-ADPCM-Codec
e7f55efa981af941b826d5a8dd1cefc13eda7841
[ "Apache-2.0" ]
null
null
null
model/adpcm/cmn.c
sxr4316/MC-ADPCM-Codec
e7f55efa981af941b826d5a8dd1cefc13eda7841
[ "Apache-2.0" ]
1
2021-04-15T06:07:42.000Z
2021-04-15T06:07:42.000Z
/* * * common routines shared between encoder and decoder * */ /* * * @(#) cmn.c 3.3@(#) * */ #include <stdio.h> #include <stdlib.h> #include "encode.h" extern int debug; extern long yu; extern long yl; extern long dms; extern long dml; extern long ap; extern long pk2; extern long pk1; extern long sr2; e...
17.893888
81
0.516154
[ "vector" ]
29a2590790db7fdd2f74fa6e0148fb906626c98e
913
h
C
AirWallex/Airwallex/Sources/API/AWXPaymentMethodResponse.h
airwallex/airwallex-payment-ios
de7cf9e1e95cf025e82e20caf4222a32cde9aa2e
[ "MIT" ]
null
null
null
AirWallex/Airwallex/Sources/API/AWXPaymentMethodResponse.h
airwallex/airwallex-payment-ios
de7cf9e1e95cf025e82e20caf4222a32cde9aa2e
[ "MIT" ]
9
2022-03-15T01:15:23.000Z
2022-03-31T04:50:55.000Z
AirWallex/Airwallex/Sources/API/AWXPaymentMethodResponse.h
airwallex/airwallex-payment-ios
de7cf9e1e95cf025e82e20caf4222a32cde9aa2e
[ "MIT" ]
1
2020-04-24T06:52:17.000Z
2020-04-24T06:52:17.000Z
// // AWXPaymentMethodResponse.h // Airwallex // // Created by Victor Zhu on 2020/2/4. // Copyright © 2020 Airwallex. All rights reserved. // #import <Foundation/Foundation.h> #import "AWXResponseProtocol.h" @class AWXPaymentMethod; NS_ASSUME_NONNULL_BEGIN /** `AWXGetPaymentMethodsResponse` includes the list o...
19.847826
74
0.762322
[ "object" ]
29a6d9e99e56eb9d4f9bd6f8f4c650db75af5b22
4,706
c
C
d/islands/dallyh/marsh/mon/sterror.c
nm0i/shadowgate
e5d4b8ed2b4e1bac397fcb14a398851e28eb4803
[ "MIT" ]
1
2021-06-10T00:35:51.000Z
2021-06-10T00:35:51.000Z
d/islands/dallyh/marsh/mon/sterror.c
nm0i/shadowgate
e5d4b8ed2b4e1bac397fcb14a398851e28eb4803
[ "MIT" ]
null
null
null
d/islands/dallyh/marsh/mon/sterror.c
nm0i/shadowgate
e5d4b8ed2b4e1bac397fcb14a398851e28eb4803
[ "MIT" ]
null
null
null
#include "/d/islands/dallyh/fways.h" inherit MONSTER; void create() { object ob; ::create(); set_id(({"soul terror","terror","soul", "abyssal soul terror", "dallyhallyevil"})); set_name("Abyssal Soul Terror"); set_short("%^BOLD%^%^BLACK%^Abyss%^BOLD%^%^BLUE%^a%^BOLD%^%^BLACK%^l S%^BOLD%^%^BLUE%^ou...
38.260163
145
0.60136
[ "object" ]
73a93f4e464ffe50fbb0efd995ac88eae5bd88d5
493
h
C
protocol/packets/play/clientbound/PacketChunkData.h
TheKinrar/SpicyGoat
db8775a25c2c50f1773b80df9ac7190a06fe39d7
[ "MIT" ]
2
2019-11-19T18:28:45.000Z
2019-11-23T22:40:40.000Z
protocol/packets/play/clientbound/PacketChunkData.h
TheKinrar/SpicyGoat
db8775a25c2c50f1773b80df9ac7190a06fe39d7
[ "MIT" ]
null
null
null
protocol/packets/play/clientbound/PacketChunkData.h
TheKinrar/SpicyGoat
db8775a25c2c50f1773b80df9ac7190a06fe39d7
[ "MIT" ]
1
2020-09-20T13:50:23.000Z
2020-09-20T13:50:23.000Z
// // Created by thekinrar on 02/04/19. // #ifndef SPICYGOAT_PACKETCHUNKDATA_H #define SPICYGOAT_PACKETCHUNKDATA_H #include "../../ClientBoundPacket.h" #include "../../../../world/chunks/ChunkColumn.h" class PacketChunkData : public ClientBoundPacket { public: explicit PacketChunkData(ChunkColumn &chunkColumn);...
18.961538
55
0.732252
[ "vector" ]
73aaac489f9b0a833c736afd38172b74879b3e0d
3,338
h
C
libraries/nacl-mounts/AppEngine/AppEngineMount.h
nachooya/naclports-1
43e9f13a836c1f6c609bb1418f672bd2041c3888
[ "BSD-3-Clause" ]
1
2019-01-17T23:49:48.000Z
2019-01-17T23:49:48.000Z
libraries/nacl-mounts/AppEngine/AppEngineMount.h
nachooya/naclports-1
43e9f13a836c1f6c609bb1418f672bd2041c3888
[ "BSD-3-Clause" ]
null
null
null
libraries/nacl-mounts/AppEngine/AppEngineMount.h
nachooya/naclports-1
43e9f13a836c1f6c609bb1418f672bd2041c3888
[ "BSD-3-Clause" ]
null
null
null
/* * Copyright (c) 2011 The Native Client Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef PACKAGES_LIBRARIES_NACL_MOUNTS_APPENGINE_APPENGINEMOUNT_H_ #define PACKAGES_LIBRARIES_NACL_MOUNTS_APPENGINE_APPENGINEMOUNT_H_ #inc...
37.505618
79
0.738466
[ "vector" ]
73b68f362b535366314db058af8504e40dde2e33
1,605
h
C
src/Viviz.h
absoIute/Viviz
8b2745d87d4fe470901c81375393ec98fbd7064a
[ "WTFPL" ]
7
2021-06-03T14:09:00.000Z
2022-01-22T05:11:27.000Z
src/Viviz.h
absoIute/Viviz
8b2745d87d4fe470901c81375393ec98fbd7064a
[ "WTFPL" ]
null
null
null
src/Viviz.h
absoIute/Viviz
8b2745d87d4fe470901c81375393ec98fbd7064a
[ "WTFPL" ]
1
2022-02-18T09:58:17.000Z
2022-02-18T09:58:17.000Z
#pragma once #pragma comment(lib, "dbghelp.lib") #ifdef UNICODE #undef UNICODE #endif // !UNICODE #include <Windows.h> #include <DbgHelp.h> #include <Psapi.h> #include <string> #include <vector> #include <regex> class WinSymbol; class Viviz { public: Viviz(); Viviz(DWORD ProcessId); ~Viviz(); enum Sensitivity...
22.928571
138
0.753894
[ "vector" ]
73bf3d438358a40fc7a776171b906afef3718462
25,941
c
C
src/decode.c
tdaede/daala
df0e8a9de10e07190d9baa33a7bb20c613f3fc78
[ "BSD-2-Clause" ]
1
2015-10-08T21:39:58.000Z
2015-10-08T21:39:58.000Z
src/decode.c
tdaede/daala
df0e8a9de10e07190d9baa33a7bb20c613f3fc78
[ "BSD-2-Clause" ]
null
null
null
src/decode.c
tdaede/daala
df0e8a9de10e07190d9baa33a7bb20c613f3fc78
[ "BSD-2-Clause" ]
null
null
null
/*Daala video codec Copyright (c) 2006-2013 Daala project contributors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this l...
33.472258
94
0.578505
[ "transform" ]
73cf195a2abff6142ac969cff532aa3ef77c7cc2
1,671
c
C
tests/gen/vector_to_header.c
DavyLandman/Monocypher
c4929b6ac76e531f04a8e12f37bb3e8e3f7bcada
[ "CC0-1.0" ]
1
2019-11-20T08:05:17.000Z
2019-11-20T08:05:17.000Z
tests/gen/vector_to_header.c
DavyLandman/Monocypher
c4929b6ac76e531f04a8e12f37bb3e8e3f7bcada
[ "CC0-1.0" ]
null
null
null
tests/gen/vector_to_header.c
DavyLandman/Monocypher
c4929b6ac76e531f04a8e12f37bb3e8e3f7bcada
[ "CC0-1.0" ]
null
null
null
// Transforms a test vector file (from stdin) into a C header. #include <stdio.h> #include <inttypes.h> #include <stddef.h> static int is_digit(int c) { return (c >= '0' && c <= '9') || (c >= 'a' && c <= 'f') || (c >= 'A' && c <= 'F'); } int main(int argc, char** argv) { if (argc != 2) { ...
25.318182
80
0.435069
[ "vector" ]
73cf607c56e393be5acec8aa40151653a3ee41db
25,045
h
C
ThreeDScanner-iOS/Libraries/PCL/include/pcl-1.8/pcl/octree/octree_pointcloud.h
anwholesquare/3DScanr
335b6fa47a86b7c121e26ad2cbde342340ec855b
[ "MIT" ]
96
2018-09-22T11:13:49.000Z
2022-01-26T19:23:42.000Z
ThreeDScanner-iOS/Libraries/PCL/include/pcl-1.8/pcl/octree/octree_pointcloud.h
anwholesquare/3DScanr
335b6fa47a86b7c121e26ad2cbde342340ec855b
[ "MIT" ]
7
2018-09-06T06:32:40.000Z
2021-05-07T04:32:35.000Z
ThreeDScanner-iOS/Libraries/PCL/include/pcl-1.8/pcl/octree/octree_pointcloud.h
anwholesquare/3DScanr
335b6fa47a86b7c121e26ad2cbde342340ec855b
[ "MIT" ]
27
2018-01-03T22:49:14.000Z
2022-01-24T15:41:23.000Z
/* * Software License Agreement (BSD License) * * Point Cloud Library (PCL) - www.pointclouds.org * Copyright (c) 2010-2011, Willow Garage, Inc. * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditi...
43.33045
165
0.628589
[ "vector" ]
73cfb7655ae535db09d42620c44895ccd703f915
1,602
h
C
src/structures/array.h
milesdave/skiopen
7550104c2f52aeb0e030a6df6b11219d60bba49e
[ "MIT" ]
1
2017-09-09T22:43:56.000Z
2017-09-09T22:43:56.000Z
src/structures/array.h
milesdave/skiopen
7550104c2f52aeb0e030a6df6b11219d60bba49e
[ "MIT" ]
null
null
null
src/structures/array.h
milesdave/skiopen
7550104c2f52aeb0e030a6df6b11219d60bba49e
[ "MIT" ]
null
null
null
#ifndef STRUCTURES_ARRAY_H_ #define STRUCTURES_ARRAY_H_ template <typename T> class Array { public: Array(); ~Array(); // Creates the array with the specified size. void init(int size); // Returns a pointer to the next free object index, nullptr on fail. // Provide an int pointer in order to receive the index...
22.56338
77
0.702247
[ "object" ]
73db5992e1a6d7b82e3260c1a101c86403a05e87
261
h
C
src/objectxml.h
MelvinG24/dust3d
c4936fd900a9a48220ebb811dfeaea0effbae3ee
[ "MIT" ]
2,392
2016-12-17T14:14:12.000Z
2022-03-30T19:40:40.000Z
src/objectxml.h
MelvinG24/dust3d
c4936fd900a9a48220ebb811dfeaea0effbae3ee
[ "MIT" ]
106
2018-04-19T17:47:31.000Z
2022-03-01T19:44:11.000Z
src/objectxml.h
MelvinG24/dust3d
c4936fd900a9a48220ebb811dfeaea0effbae3ee
[ "MIT" ]
184
2017-11-15T09:55:37.000Z
2022-02-21T16:30:46.000Z
#ifndef DUST3D_OBJECT_XML_H #define DUST3D_OBJECT_XML_H #include <QXmlStreamWriter> #include "object.h" void saveObjectToXmlStream(const Object *object, QXmlStreamWriter *writer); void loadObjectFromXmlStream(Object *object, QXmlStreamReader &reader); #endif
26.1
75
0.831418
[ "object" ]
73e3b64fa83ff983a8fedb546dd15ed0393e8655
23,717
h
C
src/runtime/vm/translator/translator-x64-internal.h
burhan/hiphop-php
6e02d7072a02fbaad1856878c2515e35f7e529f0
[ "PHP-3.01", "Zend-2.0" ]
null
null
null
src/runtime/vm/translator/translator-x64-internal.h
burhan/hiphop-php
6e02d7072a02fbaad1856878c2515e35f7e529f0
[ "PHP-3.01", "Zend-2.0" ]
null
null
null
src/runtime/vm/translator/translator-x64-internal.h
burhan/hiphop-php
6e02d7072a02fbaad1856878c2515e35f7e529f0
[ "PHP-3.01", "Zend-2.0" ]
null
null
null
#ifndef incl_TRANSLATOR_X64_INTERNAL_H_ #define incl_TRANSLATOR_X64_INTERNAL_H_ #include <boost/optional.hpp> #include <boost/utility/typed_in_place_factory.hpp> #include <runtime/vm/translator/abi-x64.h> /* * Please don't include this unless your file implements methods of * TranslatorX64; you won't like it. It ...
32.489041
80
0.663954
[ "vector" ]
73ed99497632314db79e6bdecaec247810bcac60
11,891
h
C
utils.h
scottaronbloom/SABUtils
89a41ae82869c891c3858cf29382678205e3dc1b
[ "MIT" ]
null
null
null
utils.h
scottaronbloom/SABUtils
89a41ae82869c891c3858cf29382678205e3dc1b
[ "MIT" ]
null
null
null
utils.h
scottaronbloom/SABUtils
89a41ae82869c891c3858cf29382678205e3dc1b
[ "MIT" ]
null
null
null
// The MIT License( MIT ) // // Copyright( c ) 2020-2021 Scott Aron Bloom // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files( the "Software" ), to deal // in the Software without restriction, including without limitation the rights /...
31.37467
297
0.594567
[ "vector" ]
73f42e69b8a800aee50a7953d21022ff2d7d109e
754
h
C
trax/GeometryCollection.h
fmidev/smartmet-library-trax
c817f87de83c5644ca3cec22d3d48441015ed5af
[ "MIT" ]
null
null
null
trax/GeometryCollection.h
fmidev/smartmet-library-trax
c817f87de83c5644ca3cec22d3d48441015ed5af
[ "MIT" ]
null
null
null
trax/GeometryCollection.h
fmidev/smartmet-library-trax
c817f87de83c5644ca3cec22d3d48441015ed5af
[ "MIT" ]
null
null
null
#pragma once #include "Polygon.h" #include "Polyline.h" #include <vector> #include <sstream> namespace Trax { class GeometryCollection { public: bool empty() const { return m_polylines.empty() && m_polygons.empty(); } void add(Polygon&& polygon); void add(Polyline&& polyline); std::string wkt() const; void...
22.176471
90
0.724138
[ "vector" ]
90b7971d14b3b0267106569f97f2054182411241
1,055
h
C
src/Transducer.h
Pavaka/Dictionary
8d0d551b773a68d052f6c9a5a03c01035282dfe8
[ "MIT" ]
1
2020-05-25T10:52:33.000Z
2020-05-25T10:52:33.000Z
src/Transducer.h
Pavaka/Minimal-Subsequential-Transducer
8d0d551b773a68d052f6c9a5a03c01035282dfe8
[ "MIT" ]
null
null
null
src/Transducer.h
Pavaka/Minimal-Subsequential-Transducer
8d0d551b773a68d052f6c9a5a03c01035282dfe8
[ "MIT" ]
null
null
null
#include <unordered_map> #include <memory> #include "MyTypes.h" #include "State.h" class Transducer { public: void PrintTransducer(); //Construct transducer from words Transducer(VecPairStrStr_t&); std::string Lookup(std::string); private: std::unordered_map<State, std::shared_ptr<State>> QminusT; std::vector<std...
39.074074
76
0.785782
[ "vector" ]
90c0b41fd32f6ff86538cf4e6b0f50a48549b791
7,341
h
C
ml4a/ofxIpVideoGrabber/src/IPVideoGrabber.h
bjoernkarmann/OSP
ed66c1982282a18fd67220ff154fe9abeb0fae9f
[ "MIT" ]
null
null
null
ml4a/ofxIpVideoGrabber/src/IPVideoGrabber.h
bjoernkarmann/OSP
ed66c1982282a18fd67220ff154fe9abeb0fae9f
[ "MIT" ]
null
null
null
ml4a/ofxIpVideoGrabber/src/IPVideoGrabber.h
bjoernkarmann/OSP
ed66c1982282a18fd67220ff154fe9abeb0fae9f
[ "MIT" ]
null
null
null
// ============================================================================= // // Copyright (c) 2009-2016 Christopher Baker <http://christopherbaker.net> // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to de...
30.5875
107
0.697861
[ "vector" ]
90c2d20eb7b90663de706f65b891364aac1e4f07
4,668
h
C
applications/plugins/MeshSTEPLoader/MeshSTEPLoader.h
sofa-framework/issofa
94855f488465bc3ed41223cbde987581dfca5389
[ "OML" ]
null
null
null
applications/plugins/MeshSTEPLoader/MeshSTEPLoader.h
sofa-framework/issofa
94855f488465bc3ed41223cbde987581dfca5389
[ "OML" ]
null
null
null
applications/plugins/MeshSTEPLoader/MeshSTEPLoader.h
sofa-framework/issofa
94855f488465bc3ed41223cbde987581dfca5389
[ "OML" ]
null
null
null
/****************************************************************************** * SOFA, Simulation Open-Framework Architecture, development version * * (c) 2006-2017 INRIA, USTL, UJF, CNRS, MGH * * * ...
33.342857
122
0.631534
[ "object", "shape", "vector" ]
90c69c79fc87040d7b6f9e07b876ca796afc27ed
943
h
C
Source/SpaceMouseRuntime/Public/SpaceMouseData.h
gaborpapp/UE4-SpaceMouse
fd89abf772bb4cb266732f0153bead11ee907373
[ "MIT" ]
null
null
null
Source/SpaceMouseRuntime/Public/SpaceMouseData.h
gaborpapp/UE4-SpaceMouse
fd89abf772bb4cb266732f0153bead11ee907373
[ "MIT" ]
null
null
null
Source/SpaceMouseRuntime/Public/SpaceMouseData.h
gaborpapp/UE4-SpaceMouse
fd89abf772bb4cb266732f0153bead11ee907373
[ "MIT" ]
null
null
null
// Copyright 2018-2020 David Morasz All Rights Reserved. // This source code is under MIT License https://github.com/microdee/UE4-SpaceMouse/blob/master/LICENSE #pragma once #include "CoreMinimal.h" #include "UObject/Object.h" #include "TimerManager.h" #include "Kismet/BlueprintFunctionLibrary.h" #include "Misc/App.h...
22.452381
103
0.711559
[ "object" ]
90ccf7d1c078d128d45778daf6702ac4134f6b6c
13,890
h
C
core/serialization.h
oceancx/DmitrysEngine
67856be79b6970168e57acd67db913a625a3797a
[ "MIT" ]
null
null
null
core/serialization.h
oceancx/DmitrysEngine
67856be79b6970168e57acd67db913a625a3797a
[ "MIT" ]
null
null
null
core/serialization.h
oceancx/DmitrysEngine
67856be79b6970168e57acd67db913a625a3797a
[ "MIT" ]
1
2020-03-10T13:47:12.000Z
2020-03-10T13:47:12.000Z
/* Copyright (c) 2017-2019 Dmitry Stepanov a.k.a mr.DIMAS * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to use, copy, modify...
37.847411
213
0.764003
[ "object", "vector", "3d" ]
90cd0afd86e856ed0b3e2fd80d870aae7b6e31e1
58,743
h
C
tkrzw_server_impl.h
kawanet/tkrzw-rpc
8656f1dcacc9e6414c6d3a1377198d501df5026f
[ "Apache-2.0" ]
null
null
null
tkrzw_server_impl.h
kawanet/tkrzw-rpc
8656f1dcacc9e6414c6d3a1377198d501df5026f
[ "Apache-2.0" ]
null
null
null
tkrzw_server_impl.h
kawanet/tkrzw-rpc
8656f1dcacc9e6414c6d3a1377198d501df5026f
[ "Apache-2.0" ]
null
null
null
/************************************************************************************************* * RPC server implementation of Tkrzw * * Copyright 2020 Google LLC * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain ...
37.273477
99
0.65412
[ "vector" ]
90cedaea4e85ffac52df6d4b10ac4a5d5399725b
57,483
c
C
usr/src/cmd/mdb/common/mdb/mdb_ctf.c
AsahiOS/gate
283d47da4e17a5871d9d575e7ffb81e8f6c52e51
[ "MIT" ]
null
null
null
usr/src/cmd/mdb/common/mdb/mdb_ctf.c
AsahiOS/gate
283d47da4e17a5871d9d575e7ffb81e8f6c52e51
[ "MIT" ]
null
null
null
usr/src/cmd/mdb/common/mdb/mdb_ctf.c
AsahiOS/gate
283d47da4e17a5871d9d575e7ffb81e8f6c52e51
[ "MIT" ]
1
2020-12-30T00:04:16.000Z
2020-12-30T00:04:16.000Z
/* * CDDL HEADER START * * The contents of this file are subject to the terms of the * Common Development and Distribution License (the "License"). * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolar...
25.513981
80
0.663761
[ "object" ]
90d301ed3d9cc278d83861e3ccae9760f5dad594
2,693
h
C
include/c/sk_surface.h
fiza11/skia
1e44684d7225ea495457f3b7f3708db2fa24e01b
[ "BSD-3-Clause" ]
null
null
null
include/c/sk_surface.h
fiza11/skia
1e44684d7225ea495457f3b7f3708db2fa24e01b
[ "BSD-3-Clause" ]
null
null
null
include/c/sk_surface.h
fiza11/skia
1e44684d7225ea495457f3b7f3708db2fa24e01b
[ "BSD-3-Clause" ]
null
null
null
/* * Copyright 2014 Google Inc. * Copyright 2015 Xamarin Inc. * Copyright 2017 Microsoft Corporation. All rights reserved. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef sk_surface_DEFINED #define sk_surface_DEFINED #include "sk_types.h" SK_C...
56.104167
255
0.845525
[ "geometry" ]
90e58f33422fed2e8f73793f0af9c43bd6ec8cbe
876
h
C
T11Graphics/MyWidget.h
viodo/qt5-learning
a1ce0cc64dfda2bae8521a610c1bd1bad3838d96
[ "MIT" ]
1
2020-06-13T17:01:52.000Z
2020-06-13T17:01:52.000Z
T11Graphics/MyWidget.h
viodo/qt5-learning
a1ce0cc64dfda2bae8521a610c1bd1bad3838d96
[ "MIT" ]
null
null
null
T11Graphics/MyWidget.h
viodo/qt5-learning
a1ce0cc64dfda2bae8521a610c1bd1bad3838d96
[ "MIT" ]
null
null
null
#ifndef MYWIDGET_H #define MYWIDGET_H #include <QWidget> #include <QGraphicsScene> #include <QGraphicsView> #include <QGraphicsLineItem> #include <QGraphicsPixmapItem> #include <QGraphicsItemAnimation> #include <QTimeLine> #include <QPixmap> #include <QPainter> // 打印相关 需要在.pro文件添加 printsupport #include <QPrinter> #inc...
18.638298
49
0.724886
[ "model" ]
90e6202a92bcf07002a059bfccdeb77f0d762424
791
h
C
DerpEngine/DerpEngine/src/core/meshManager.h
dragonfire2314/DerpEngine
01b9caf71b10ccb86eda0cc59a8e11827f952254
[ "Apache-2.0" ]
null
null
null
DerpEngine/DerpEngine/src/core/meshManager.h
dragonfire2314/DerpEngine
01b9caf71b10ccb86eda0cc59a8e11827f952254
[ "Apache-2.0" ]
null
null
null
DerpEngine/DerpEngine/src/core/meshManager.h
dragonfire2314/DerpEngine
01b9caf71b10ccb86eda0cc59a8e11827f952254
[ "Apache-2.0" ]
null
null
null
#pragma once #include "core.h" #include "../../external/objLoader/OBJ_Loader.h" #include <unordered_map> namespace DERP { class DERP_API MeshManager { private: //Assimp Stuff std::unordered_map<uint32_t, std::vector<objl::Mesh*>> newMeshes; //End Assimp uint32_t counter = 0; //Mesh map //Key - M...
18.395349
70
0.696587
[ "mesh", "vector" ]
90e68afcee241daed5ff70492e067e94862eb6bc
1,017
h
C
trunk/clients/im_emoclient/NormalTextRender.h
louisdem/IMKit
9734cd67c04af047c37a0e17119dc19429855990
[ "BSD-3-Clause" ]
null
null
null
trunk/clients/im_emoclient/NormalTextRender.h
louisdem/IMKit
9734cd67c04af047c37a0e17119dc19429855990
[ "BSD-3-Clause" ]
null
null
null
trunk/clients/im_emoclient/NormalTextRender.h
louisdem/IMKit
9734cd67c04af047c37a0e17119dc19429855990
[ "BSD-3-Clause" ]
null
null
null
#ifndef _NormalTextRender_H_ #define _NormalTextRender_H_ #include "TextRender.h" #include <Font.h> #include <View.h> #include <stdio.h> class NormalTextRender : public TextRender { public: NormalTextRender(BFont f):TextRender(){ font=f; } ...
23.113636
86
0.53294
[ "render" ]
29096edbdcdba67bfc712672557bd43e7446bb86
15,573
h
C
src/core/layout/qgslayoutmultiframe.h
dyna-mis/Hilabeling
cb7d5d4be29624a20c8a367162dbc6fd779b2b52
[ "MIT" ]
null
null
null
src/core/layout/qgslayoutmultiframe.h
dyna-mis/Hilabeling
cb7d5d4be29624a20c8a367162dbc6fd779b2b52
[ "MIT" ]
null
null
null
src/core/layout/qgslayoutmultiframe.h
dyna-mis/Hilabeling
cb7d5d4be29624a20c8a367162dbc6fd779b2b52
[ "MIT" ]
1
2021-12-25T08:40:30.000Z
2021-12-25T08:40:30.000Z
/*************************************************************************** qgslayoutmultiframe.h -------------------- begin : October 2017 copyright : (C) 2017 by Nyall Dawson email : nyall dot dawson at g...
35.473804
145
0.656714
[ "render" ]
290e30553ff4c5717b8d0b73b40382fd44e403cd
24,311
c
C
hsmp_test.c
rschoene/libhsmp
39d95232ca482b998bca86cdecb83cc068497e54
[ "MIT" ]
6
2021-04-07T16:46:48.000Z
2022-01-28T21:21:52.000Z
hsmp_test.c
rschoene/libhsmp
39d95232ca482b998bca86cdecb83cc068497e54
[ "MIT" ]
null
null
null
hsmp_test.c
rschoene/libhsmp
39d95232ca482b998bca86cdecb83cc068497e54
[ "MIT" ]
null
null
null
// SPDX-License-Identifier: MIT License /* * Copyright (C) 2020 Advanced Micro Devices, Inc. - All Rights Reserved * * Author: Nathan Fontenot <nathan.fontenot@amd.com> * * AMD Host System Management Port library test module */ #include <unistd.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #inclu...
25.062887
83
0.708815
[ "model" ]
291d0084b6e3516aafeb75797d7724373a7451fc
7,462
h
C
include/collision.h
nataliesb17/2dgamedev
91db4f86fc465b6dc93e6ffb9d9388bd6d0dc93f
[ "MIT" ]
null
null
null
include/collision.h
nataliesb17/2dgamedev
91db4f86fc465b6dc93e6ffb9d9388bd6d0dc93f
[ "MIT" ]
null
null
null
include/collision.h
nataliesb17/2dgamedev
91db4f86fc465b6dc93e6ffb9d9388bd6d0dc93f
[ "MIT" ]
null
null
null
#ifndef _collision_h_ #define _collision_h_ #include "gf2d_shape.h" #include "gf2d_list.h" #include "gf2d_text.h" #define ALL_LAYERS 0xffffffff #define WORLD_LAYER 1 #define PICKUP_LAYER 2 #define PLAYER_LAYER 4 #define MONSTER_LAYER 8 #define OBJECT_LAYER 16 typedef struct Collision_S Collision; ty...
35.875
130
0.674886
[ "shape", "vector" ]
291f02230262e27f3a9452ccd168522b34f0413f
5,375
h
C
dist/scanner.h
poelzi/gtkmateview
880806bf11a2bb5bd49b8f8008a4536ba63b2815
[ "CECILL-B" ]
1
2016-05-09T07:52:56.000Z
2016-05-09T07:52:56.000Z
dist/scanner.h
poelzi/gtkmateview
880806bf11a2bb5bd49b8f8008a4536ba63b2815
[ "CECILL-B" ]
null
null
null
dist/scanner.h
poelzi/gtkmateview
880806bf11a2bb5bd49b8f8008a4536ba63b2815
[ "CECILL-B" ]
null
null
null
#ifndef __SCANNER_H__ #define __SCANNER_H__ #include <glib.h> #include <glib-object.h> #include <gtk/gtk.h> #include <gee/iterable.h> #include <gee/arraylist.h> #include <stdlib.h> #include <string.h> #include <gee/iterator.h> #include "scope.h" #include "pattern.h" #include "onig_wrap.h" G_BEGIN_DECLS #define GTK...
45.550847
186
0.847442
[ "object" ]
2927bd04ea0db4ee9deb8a4cfec96fe71fa9f7c6
16,386
h
C
Projects/Skylicht/Engine/Source/Serializable/CValuePropertyTemplate.h
skylicht-engine/skylicht
5691674bfb82fc5f80c0106ab64d68dfba6fbb40
[ "MIT" ]
null
null
null
Projects/Skylicht/Engine/Source/Serializable/CValuePropertyTemplate.h
skylicht-engine/skylicht
5691674bfb82fc5f80c0106ab64d68dfba6fbb40
[ "MIT" ]
null
null
null
Projects/Skylicht/Engine/Source/Serializable/CValuePropertyTemplate.h
skylicht-engine/skylicht
5691674bfb82fc5f80c0106ab64d68dfba6fbb40
[ "MIT" ]
null
null
null
/* !@ MIT License Copyright (c) 2020 Skylicht Technology CO., LTD Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify...
22.024194
141
0.692787
[ "vector" ]
293344467de8c2859d53bb3459f74ab0929362a3
5,195
c
C
src/libasf_proj/datum_spheroid.c
glshort/MapReady
c9065400a64c87be46418ab32e3a251ca2f55fd5
[ "BSD-3-Clause" ]
3
2017-12-31T05:33:28.000Z
2021-07-28T01:51:22.000Z
src/libasf_proj/datum_spheroid.c
glshort/MapReady
c9065400a64c87be46418ab32e3a251ca2f55fd5
[ "BSD-3-Clause" ]
null
null
null
src/libasf_proj/datum_spheroid.c
glshort/MapReady
c9065400a64c87be46418ab32e3a251ca2f55fd5
[ "BSD-3-Clause" ]
7
2017-04-26T18:18:33.000Z
2020-05-15T08:01:09.000Z
#include <assert.h> #include <asf.h> #include <libasf_proj.h> /* Return the spheroid generally associated with a given datum. Unfortunately, in the larger world, a given datum isn't really always necessarily associated with a particular spheroid. For the purposes of the data on the insdie of the ASF tools wo...
23.940092
70
0.644466
[ "model" ]
293f53f09ada556f7d2ec9cb229911768cf40b1d
1,452
h
C
netd/server/UidRanges.h
Keneral/asystem
df12381b72ef3d629c8efc61100cc8c714195320
[ "Unlicense" ]
null
null
null
netd/server/UidRanges.h
Keneral/asystem
df12381b72ef3d629c8efc61100cc8c714195320
[ "Unlicense" ]
null
null
null
netd/server/UidRanges.h
Keneral/asystem
df12381b72ef3d629c8efc61100cc8c714195320
[ "Unlicense" ]
null
null
null
/* * Copyright (C) 2014 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
29.04
99
0.715565
[ "vector" ]
2949bd381fecb76279c8f3e28636161e347f3fbb
1,293
h
C
PyFlex/demo/d3d12/pipelineUtilD3D12.h
ipab-rad/softgym
eeee770d8720c2cebaa9c5f72408b3340b07d367
[ "BSD-3-Clause" ]
230
2020-09-24T11:34:55.000Z
2022-03-29T12:35:13.000Z
PyFlex/demo/d3d12/pipelineUtilD3D12.h
ipab-rad/softgym
eeee770d8720c2cebaa9c5f72408b3340b07d367
[ "BSD-3-Clause" ]
28
2020-10-09T23:01:16.000Z
2022-02-09T02:06:58.000Z
PyFlex/demo/d3d12/pipelineUtilD3D12.h
ipab-rad/softgym
eeee770d8720c2cebaa9c5f72408b3340b07d367
[ "BSD-3-Clause" ]
66
2020-09-29T19:31:45.000Z
2022-02-23T04:44:33.000Z
/* * Copyright (c) 2008-2016, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation * and any modifications thereto. Any use, reproduction, disclosure or * distribution of this software...
34.945946
148
0.804331
[ "solid" ]
ad264cdcdfcdd6db25d4a5d397cf762324b0b3ca
1,228
h
C
src/xenia/cpu/frontend/ppc_scanner.h
Parovozik/Xenia_UI
3f12becc1845a8fc264ae74d25e28e543f61b5b4
[ "BSD-3-Clause" ]
null
null
null
src/xenia/cpu/frontend/ppc_scanner.h
Parovozik/Xenia_UI
3f12becc1845a8fc264ae74d25e28e543f61b5b4
[ "BSD-3-Clause" ]
null
null
null
src/xenia/cpu/frontend/ppc_scanner.h
Parovozik/Xenia_UI
3f12becc1845a8fc264ae74d25e28e543f61b5b4
[ "BSD-3-Clause" ]
1
2018-10-16T16:45:27.000Z
2018-10-16T16:45:27.000Z
/** ****************************************************************************** * Xenia : Xbox 360 Emulator Research Project * ****************************************************************************** * Copyright 2013 Ben Vanik. All rights reserved. ...
24.56
79
0.566775
[ "vector" ]
ad2ce0c2762c213f440a180fea012f1493a4e7dd
1,507
c
C
libraries/LimiFrog-Lib/src/LBF_DataFlash_FatFS/LBF_FatFS_Init.c
LimiFrog/LimiFrog-SW
c5e7e5b0a0b8bbb163f64debcc40224eb003f3af
[ "MIT" ]
15
2015-12-07T14:47:43.000Z
2018-10-24T08:41:06.000Z
libraries/LimiFrog-Lib/src/LBF_DataFlash_FatFS/LBF_FatFS_Init.c
LimiFrog/LimiFrog-SW
c5e7e5b0a0b8bbb163f64debcc40224eb003f3af
[ "MIT" ]
2
2015-12-09T16:51:49.000Z
2016-03-07T00:22:53.000Z
libraries/LimiFrog-Lib/src/LBF_DataFlash_FatFS/LBF_FatFS_Init.c
LimiFrog/LimiFrog-SW
c5e7e5b0a0b8bbb163f64debcc40224eb003f3af
[ "MIT" ]
2
2018-12-01T23:37:45.000Z
2021-02-19T05:36:12.000Z
/******************************************************************************* * LBF_FatFS_Init.c * * (c)2015 LimiFrog / CYMEYA * This program is licensed under the terms of the MIT License. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND. * Please refer to the License File LICENSE.txt l...
29.54902
99
0.508958
[ "object" ]
ad37c34cb9fbe59cc01656b5bd5741036f76055b
2,697
h
C
modules/FEX/SparseCoding.h
Pandinosaurus/DGM
33a2e9bdaf446378ec63c10b3a07b257e32aa1ef
[ "BSD-3-Clause" ]
188
2016-04-10T20:33:46.000Z
2022-01-03T10:40:44.000Z
modules/FEX/SparseCoding.h
Pandinosaurus/DGM
33a2e9bdaf446378ec63c10b3a07b257e32aa1ef
[ "BSD-3-Clause" ]
25
2016-04-06T17:18:22.000Z
2021-12-15T13:23:31.000Z
modules/FEX/SparseCoding.h
Pandinosaurus/DGM
33a2e9bdaf446378ec63c10b3a07b257e32aa1ef
[ "BSD-3-Clause" ]
55
2016-08-21T01:21:55.000Z
2021-12-02T11:09:58.000Z
// Sparse Coding feature extraction class interface // Written by Sergey G. Kosov in 2016 for Project X #pragma once #include "ILocalFeatureExtractor.h" #include "SparseDictionary.h" #include "SquareNeighborhood.h" namespace DirectGraphicalModels { namespace fex { // ================================ SC Class ===...
49.944444
163
0.708565
[ "vector" ]
ad39f755aa2e01b14a044a15c4dbbd7862b57a50
3,758
h
C
samples/simplified-generator/src/I386NasmGenerator.h
saintleva/libpolishboolfunctions
ffa6b506ace9811b519d65c3823a7441263f61c9
[ "MIT" ]
null
null
null
samples/simplified-generator/src/I386NasmGenerator.h
saintleva/libpolishboolfunctions
ffa6b506ace9811b519d65c3823a7441263f61c9
[ "MIT" ]
null
null
null
samples/simplified-generator/src/I386NasmGenerator.h
saintleva/libpolishboolfunctions
ffa6b506ace9811b519d65c3823a7441263f61c9
[ "MIT" ]
null
null
null
#ifndef __LIBPOLISHBOOLFUNCTIONS_SAMPLES_SIMPLIFIEDGENERATOR_I386NASMGENERATOR_H__ #define __LIBPOLISHBOOLFUNCTIONS_SAMPLES_SIMPLIFIEDGENERATOR_I386NASMGENERATOR_H__ /* * Copyright (c) Anton Liaukevich 2009 <leva.dev@gmail.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy ...
35.121495
101
0.707025
[ "vector" ]
ad4b773448d270891e962d3e0e55bac46816639b
57,477
c
C
src/jdk.jdwp.agent/share/native/libjdwp/eventHandler.c
siweilxy/openjdkstudy
8597674ec1d6809faf55cbee1f45f4e9149d670d
[ "Apache-2.0" ]
2
2018-06-19T05:43:32.000Z
2018-06-23T10:04:56.000Z
src/jdk.jdwp.agent/share/native/libjdwp/eventHandler.c
siweilxy/openjdkstudy
8597674ec1d6809faf55cbee1f45f4e9149d670d
[ "Apache-2.0" ]
null
null
null
src/jdk.jdwp.agent/share/native/libjdwp/eventHandler.c
siweilxy/openjdkstudy
8597674ec1d6809faf55cbee1f45f4e9149d670d
[ "Apache-2.0" ]
null
null
null
/* * Copyright (c) 1998, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
33.573014
95
0.605216
[ "object" ]
ad5061c973decd118f451097f536284d62a51571
461
h
C
include/graphics.h
bjonke/GoNuts
9bcc4233e269ed4738efbb594fd1a9d2d3734450
[ "Unlicense" ]
null
null
null
include/graphics.h
bjonke/GoNuts
9bcc4233e269ed4738efbb594fd1a9d2d3734450
[ "Unlicense" ]
null
null
null
include/graphics.h
bjonke/GoNuts
9bcc4233e269ed4738efbb594fd1a9d2d3734450
[ "Unlicense" ]
null
null
null
#ifndef GRAPHICS_H #define GRAPHICS_H #include <iostream> using namespace std; #include <SDL2/SDL.h> class GraphicsSDL { public: GraphicsSDL(){ }; SDL_Point Field; int FieldX; int FieldY; int Row; int Col; int MenuChoiceOne; bool ShowMenu; bool Splash; bool Init(); void SplashScreen(); void EraseScreen(...
13.171429
27
0.691974
[ "render" ]
ad5652991ce1447edf9ecb40421e48cf15a655b2
2,481
h
C
Motor2D/j1Animation.h
Gerard346/Game-Dev2019
3e927070ff2ba8b07de2dc4d56de63a6ffd4fb84
[ "MIT" ]
null
null
null
Motor2D/j1Animation.h
Gerard346/Game-Dev2019
3e927070ff2ba8b07de2dc4d56de63a6ffd4fb84
[ "MIT" ]
null
null
null
Motor2D/j1Animation.h
Gerard346/Game-Dev2019
3e927070ff2ba8b07de2dc4d56de63a6ffd4fb84
[ "MIT" ]
null
null
null
#ifndef __j1ANIMATION_H__ #define __j1ANIMATION_H__ #include "PugiXml/src/pugixml.hpp" #include "p2SString.h" #include "j1Module.h" #include "p2Point.h" #include "SDL/include/SDL_rect.h" #include "p2DynArray.h" #include "j1Timer.h" #include "j1Textures.h" #include "BaseEntity.h" class j1App; class Sprite { public: Sp...
18.795455
63
0.699315
[ "render", "vector" ]
ad6a0ef06a4696f6b80012d8b80d69f259c9b5f3
3,264
h
C
include/server/PokemonServer.h
Linyxus/YaPokemon
a8533dff4d59ba0c15f765167ebb733396876a18
[ "MIT" ]
null
null
null
include/server/PokemonServer.h
Linyxus/YaPokemon
a8533dff4d59ba0c15f765167ebb733396876a18
[ "MIT" ]
null
null
null
include/server/PokemonServer.h
Linyxus/YaPokemon
a8533dff4d59ba0c15f765167ebb733396876a18
[ "MIT" ]
null
null
null
// // Created by Yichen Xu on 2020/9/3. // #ifndef YAPOKEMON_POKEMONSERVER_H #define YAPOKEMON_POKEMONSERVER_H #include <Yadb.h> #include <QObject> #include <QUdpSocket> #include <include/server/Jwt.h> #include <include/server/BattleHistory.h> #include <pokemon/def.h> #include <pokemon/Pokemon.h> #include <pokemon/Po...
36.674157
87
0.732537
[ "object" ]
ad6d76e38fd9de566345f085f428a7b6d42a8f0b
98,341
c
C
src/graphics/lib/compute/spinel/platforms/vk/tests/spinel_vk_svg/lion_cub.c
opensource-assist/fuschia
66646c55b3d0b36aae90a4b6706b87f1a6261935
[ "BSD-3-Clause" ]
10
2020-12-28T17:04:44.000Z
2022-03-12T03:20:43.000Z
src/graphics/lib/compute/spinel/platforms/vk/tests/spinel_vk_svg/lion_cub.c
opensource-assist/fuschia
66646c55b3d0b36aae90a4b6706b87f1a6261935
[ "BSD-3-Clause" ]
1
2022-01-14T23:38:40.000Z
2022-01-14T23:38:40.000Z
src/graphics/lib/compute/spinel/platforms/vk/tests/spinel_vk_svg/lion_cub.c
opensource-assist/fuschia
66646c55b3d0b36aae90a4b6706b87f1a6261935
[ "BSD-3-Clause" ]
4
2020-12-28T17:04:45.000Z
2022-03-12T03:20:44.000Z
// Copyright 2019 The Fuchsia Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // // TODO(allanmac): (SPN-45) // // The hardcoded "lion cub" will be replaced with a minimalist SVG // parser and this file will be removed. // #include ...
39.653629
90
0.672181
[ "solid" ]
ad812ac57abfc6f54586aaff1af7fdd98409e6f0
2,193
c
C
hash_join.c
marisasel/hashjoin
fa4f1252edd140bcdb632333dec16c4c21e105f6
[ "MIT" ]
null
null
null
hash_join.c
marisasel/hashjoin
fa4f1252edd140bcdb632333dec16c4c21e105f6
[ "MIT" ]
null
null
null
hash_join.c
marisasel/hashjoin
fa4f1252edd140bcdb632333dec16c4c21e105f6
[ "MIT" ]
null
null
null
//***************** "Hash join ********************** // Implementation: Marisa Sel Franco * // HiPES - UFPR * //*************************************************** #include <stdio.h> #include <stdlib.h> #include <stdint.h> #include <sys/types.h> #include <unistd.h> #include "hash_table.h" //**************...
27.074074
88
0.457364
[ "vector" ]
ada19b03338a9ca896459b54dd77c5df618ab0f6
6,016
c
C
primitives/compiler.c
przemyslaw-rybarczyk/scheme
4154e5126308f6e932f0921db873fdcc05cacb4a
[ "MIT" ]
null
null
null
primitives/compiler.c
przemyslaw-rybarczyk/scheme
4154e5126308f6e932f0921db873fdcc05cacb4a
[ "MIT" ]
null
null
null
primitives/compiler.c
przemyslaw-rybarczyk/scheme
4154e5126308f6e932f0921db873fdcc05cacb4a
[ "MIT" ]
null
null
null
#include <stddef.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "compiler.h" #include "../types.h" #include "../insts.h" #include "../parser.h" #include "../safestd.h" #include "../string.h" #include "assert.h" static uint32_t u32_int_data(Val val) { if (val.int_data < 0 || val.int_data > ...
30.538071
118
0.619182
[ "vector" ]
adb526a4a557a6edc702422d3e6edcb81d0748be
2,062
h
C
src/include/LuaClassTracker.h
ValtoGameEngines/nCine-Engine
27869d762cd7cd668c2045bde99e743452444cb3
[ "MIT" ]
1
2020-10-01T16:05:11.000Z
2020-10-01T16:05:11.000Z
src/include/LuaClassTracker.h
mat3019/nCine
27869d762cd7cd668c2045bde99e743452444cb3
[ "MIT" ]
null
null
null
src/include/LuaClassTracker.h
mat3019/nCine
27869d762cd7cd668c2045bde99e743452444cb3
[ "MIT" ]
1
2020-06-29T08:06:11.000Z
2020-06-29T08:06:11.000Z
#ifndef CLASS_NCINE_LUACLASSTRACKER #define CLASS_NCINE_LUACLASSTRACKER #define NCINE_INCLUDE_LUA #include "common_headers.h" #include "common_macros.h" #include "LuaStateManager.h" #include "LuaNames.h" namespace ncine { /// Common methods to track a C++ class in Lua template <class T> class LuaClassTracker { pu...
25.775
121
0.758972
[ "object" ]
14b449680c5a8dbc053ac25fc4fd8ddc16052ac8
3,552
h
C
include/callbacks.h
EfeDursun125/CS-EBOT
8ced23754a082ea52d03d2e79c98aeb2a1c51a5b
[ "Apache-2.0" ]
2
2021-11-04T14:03:03.000Z
2021-11-13T10:16:25.000Z
include/callbacks.h
EfeDursun125/CS-EBOT
8ced23754a082ea52d03d2e79c98aeb2a1c51a5b
[ "Apache-2.0" ]
null
null
null
include/callbacks.h
EfeDursun125/CS-EBOT
8ced23754a082ea52d03d2e79c98aeb2a1c51a5b
[ "Apache-2.0" ]
2
2021-06-30T22:50:24.000Z
2021-11-04T14:02:59.000Z
// // Copyright (c) 2003-2009, by Yet Another POD-Bot Development Team. // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights t...
29.355372
102
0.706926
[ "vector" ]