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
f717de801423a139bc08b0d2d7560fada637dc57
1,790
c
C
src/main.c
JohnnyZaev/Cub3D
feb5f42074d40e24ed76b9576fd99259f4469e4d
[ "MIT" ]
null
null
null
src/main.c
JohnnyZaev/Cub3D
feb5f42074d40e24ed76b9576fd99259f4469e4d
[ "MIT" ]
null
null
null
src/main.c
JohnnyZaev/Cub3D
feb5f42074d40e24ed76b9576fd99259f4469e4d
[ "MIT" ]
null
null
null
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* main.c :+: :+: :+: ...
33.773585
80
0.378771
[ "render" ]
f71aa0a6d3ec86eb0ea5d59f228e10e0e5a0337b
966
h
C
ViewModeGroup.h
zfergus/height-field-modeler
c6f5bce7be2feb14d4cec5deb9871a6f215d525a
[ "MIT" ]
2
2017-12-13T15:38:12.000Z
2018-03-28T01:40:30.000Z
ViewModeGroup.h
zfergus/MeshModeler
c6f5bce7be2feb14d4cec5deb9871a6f215d525a
[ "MIT" ]
null
null
null
ViewModeGroup.h
zfergus/MeshModeler
c6f5bce7be2feb14d4cec5deb9871a6f215d525a
[ "MIT" ]
1
2017-07-05T07:24:22.000Z
2017-07-05T07:24:22.000Z
/* * ViewModeGroup.h * Created by Zachary Ferguson * Header for the ViewModeGroup class, a child class of the Fl_Group class * for getting the viewing mode. */ #ifndef VIEWMODEGROUP_H #define VIEWMODEGROUP_H #include <FL/Fl_Group.H> #include <FL/Fl_Round_Button.h> enum ViewingMode { WIREFRAME, SOLID, BOTH }; c...
23.560976
74
0.717391
[ "solid" ]
f71c40a27b4236e4c6e00e0fb5469ca3944e2097
2,846
h
C
gtsam/gnssNavigation/PseudorangeFactor_spp.h
weisongwen/GTSAM
f0ea0c60beac323551b778ae9723b8ffc972b608
[ "BSD-3-Clause" ]
5
2019-04-10T03:25:01.000Z
2020-07-01T12:10:54.000Z
gtsam/gnssNavigation/PseudorangeFactor_spp.h
weisongwen/GTSAM
f0ea0c60beac323551b778ae9723b8ffc972b608
[ "BSD-3-Clause" ]
null
null
null
gtsam/gnssNavigation/PseudorangeFactor_spp.h
weisongwen/GTSAM
f0ea0c60beac323551b778ae9723b8ffc972b608
[ "BSD-3-Clause" ]
3
2020-08-16T17:47:18.000Z
2021-02-19T10:36:57.000Z
/** * @file PseudorangeFactor_spp.h * @author Ryan Watson & Jason Gross * @brief Header file for Pseudorange factor **/ #pragma once #include <gtsam/base/Vector.h> #include <gtsam/base/Matrix.h> #include <gtsam/geometry/Point4.h> #include <gtsam/geometry/Point2.h> #include <gtsam/gnssNavigation/GnssTools.h...
22.951613
168
0.656008
[ "geometry", "vector", "model" ]
f7279b3fc57d6e65303c32dccc9adb5c3fe1e16d
1,308
h
C
Src/scene/light/point_light/PointLight.h
Kataglyphis/GraphicEngine
f3b87a36b761fe13e747011be9301f6f9fe0c3f0
[ "BSD-3-Clause" ]
null
null
null
Src/scene/light/point_light/PointLight.h
Kataglyphis/GraphicEngine
f3b87a36b761fe13e747011be9301f6f9fe0c3f0
[ "BSD-3-Clause" ]
null
null
null
Src/scene/light/point_light/PointLight.h
Kataglyphis/GraphicEngine
f3b87a36b761fe13e747011be9301f6f9fe0c3f0
[ "BSD-3-Clause" ]
null
null
null
#pragma once #include "Light.h" #include <vector> #include "OmniDirShadowMap.h" #include <memory> #include "ShaderProgram.h" class PointLight : public Light { public: PointLight(); PointLight( GLfloat shadow_width, GLfloat shadow_height, GLfloat near, GLfloat far, GLfloat...
27.25
95
0.571101
[ "vector" ]
f72d4ce7750f8fd39f123731cefee5fe0fd0c036
1,930
h
C
Lexer.h
alekseyl1992/CalcCompiler
e64894941bb8946a14a657f9c84fe7d0ad0ff197
[ "MIT" ]
null
null
null
Lexer.h
alekseyl1992/CalcCompiler
e64894941bb8946a14a657f9c84fe7d0ad0ff197
[ "MIT" ]
4
2015-05-19T12:35:13.000Z
2015-05-19T16:31:25.000Z
Lexer.h
alekseyl1992/CalcCompiler
e64894941bb8946a14a657f9c84fe7d0ad0ff197
[ "MIT" ]
null
null
null
#ifndef LEXER_H #define LEXER_H #include <sstream> #include <vector> #include <string> #include <QRegExp> #include <QString> #include <locale> #include "Token.h" class Lexer { public: Lexer(std::wstringstream &str); Token getNextToken(); private: bool tryAppend(std::wstring &value, wchar_t ch); std:...
27.183099
72
0.494301
[ "vector" ]
f72e2b9dc7aeb3f213a5aaab7e31cfcb6d02781f
1,287
h
C
Util/genutil/typeutil.h
rwharton/psrchive_dsn
9584862167154fa48db89b86151c4221ad4bb96b
[ "AFL-2.1" ]
null
null
null
Util/genutil/typeutil.h
rwharton/psrchive_dsn
9584862167154fa48db89b86151c4221ad4bb96b
[ "AFL-2.1" ]
null
null
null
Util/genutil/typeutil.h
rwharton/psrchive_dsn
9584862167154fa48db89b86151c4221ad4bb96b
[ "AFL-2.1" ]
1
2020-02-13T20:08:14.000Z
2020-02-13T20:08:14.000Z
//-*-C++-*- /*************************************************************************** * * Copyright (C) 2003 by Willem van Straten * Licensed under the Academic Free License version 2.1 * ***************************************************************************/ // psrchive/Util/genutil/typeutil.h #ifnd...
22.189655
77
0.550117
[ "vector" ]
f734a9d1789a42c91adca1913b0b172254efdea9
2,070
h
C
src/TGAMaker/DirectX/DirectSound/DirectSound.h
vitek-karas/WarPlusPlus
3abb26ff30dc0e93de906ab6141b89c2fa301ae4
[ "MIT" ]
4
2019-06-17T13:44:49.000Z
2021-01-19T10:39:48.000Z
src/TGAMaker/DirectX/DirectSound/DirectSound.h
vitek-karas/WarPlusPlus
3abb26ff30dc0e93de906ab6141b89c2fa301ae4
[ "MIT" ]
null
null
null
src/TGAMaker/DirectX/DirectSound/DirectSound.h
vitek-karas/WarPlusPlus
3abb26ff30dc0e93de906ab6141b89c2fa301ae4
[ "MIT" ]
4
2019-06-17T16:03:20.000Z
2020-02-15T09:14:30.000Z
// DirectSound.h: interface for the CDirectSound class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_DIRECTSOUND_H__E65A6AB4_9E29_11D2_ABB3_DA1727655660__INCLUDED_) #define AFX_DIRECTSOUND_H__E65A6AB4_9E29_11D2_ABB3_DA1727655660__INCLUDED_ #if _MSC_VER > 1000 #pragma once...
30
86
0.741546
[ "object" ]
f745701376b52931d007c8e49c2450d0df0755c0
2,157
c
C
packages/seacas/libraries/chaco/eigen/solistout.c
jschueller/seacas
14c34ae08b757cba43a3a03ec0f129c8a168a9d3
[ "Python-2.0", "Zlib", "BSD-2-Clause", "MIT", "NetCDF", "BSL-1.0", "X11", "BSD-3-Clause" ]
82
2016-02-04T18:38:25.000Z
2022-03-29T03:01:49.000Z
packages/seacas/libraries/chaco/eigen/solistout.c
jschueller/seacas
14c34ae08b757cba43a3a03ec0f129c8a168a9d3
[ "Python-2.0", "Zlib", "BSD-2-Clause", "MIT", "NetCDF", "BSL-1.0", "X11", "BSD-3-Clause" ]
206
2015-11-20T01:57:47.000Z
2022-03-31T21:12:04.000Z
packages/seacas/libraries/chaco/eigen/solistout.c
jschueller/seacas
14c34ae08b757cba43a3a03ec0f129c8a168a9d3
[ "Python-2.0", "Zlib", "BSD-2-Clause", "MIT", "NetCDF", "BSL-1.0", "X11", "BSD-3-Clause" ]
68
2016-01-13T22:46:51.000Z
2022-03-31T06:25:05.000Z
/* * Copyright(C) 1999-2020 National Technology & Engineering Solutions * of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with * NTESS, the U.S. Government retains certain rights in this software. * * See packages/seacas/LICENSE for details */ #include "structs.h" // for orthlink, orthlink_floa...
32.681818
90
0.520631
[ "vector" ]
f7534a19493581bac79a12b0b5fe1255ba9c0074
133
h
C
SourceX/storm/storm_dvlnet.h
traeak/devilutionX
007883b836d4392bd3fe5f5f210387dd2c9ccd87
[ "Unlicense" ]
4
2021-05-11T06:10:24.000Z
2021-07-31T22:31:03.000Z
SourceX/storm/storm_dvlnet.h
traeak/devilutionX
007883b836d4392bd3fe5f5f210387dd2c9ccd87
[ "Unlicense" ]
6
2020-07-25T22:09:00.000Z
2020-07-26T04:32:34.000Z
SourceX/storm/storm_dvlnet.h
traeak/devilutionX
007883b836d4392bd3fe5f5f210387dd2c9ccd87
[ "Unlicense" ]
1
2021-08-01T11:55:36.000Z
2021-08-01T11:55:36.000Z
#pragma once void DvlNet_SendInfoRequest(); std::vector<std::string> DvlNet_GetGamelist(); void DvlNet_SetPassword(std::string pw);
22.166667
46
0.789474
[ "vector" ]
f755d51c5ff9c0cbac544ca9421f95fb34ac6c8b
692
h
C
SDL2UI/SDL2UI/ViewGroup.h
xiaohuihuiold/SDL2UI
a48ea63f6966a5bfb4caf19de56a41b9e07617ba
[ "Apache-2.0" ]
3
2017-12-24T11:01:34.000Z
2018-02-04T14:44:47.000Z
SDL2UI/SDL2UI/ViewGroup.h
xiaohuihuiold/SDL2UI
a48ea63f6966a5bfb4caf19de56a41b9e07617ba
[ "Apache-2.0" ]
null
null
null
SDL2UI/SDL2UI/ViewGroup.h
xiaohuihuiold/SDL2UI
a48ea63f6966a5bfb4caf19de56a41b9e07617ba
[ "Apache-2.0" ]
null
null
null
#pragma once #ifndef GAME_TEST_VIEWGROUP_H #define GAME_TEST_VIEWGROUP_H #include <vector> #include "View.h" class ViewGroup : public View { public: ViewGroup() :View() { } ViewGroup(int width, int height) :View(width, height) { } ViewGroup(int x, int y, int width, int height) :View(x, y, width, height) { }...
18.210526
95
0.696532
[ "vector" ]
f763125929209340e01543b7bb34ed571978c51d
2,427
h
C
nucleus/library/structures/byte_hasher.h
fredhamster/feisty_meow
66dc4221dc485a5cf9e28b724fe36268e8843043
[ "Apache-2.0" ]
2
2019-01-22T23:34:37.000Z
2021-10-31T15:44:15.000Z
nucleus/library/structures/byte_hasher.h
fredhamster/feisty_meow
66dc4221dc485a5cf9e28b724fe36268e8843043
[ "Apache-2.0" ]
2
2020-06-01T16:35:46.000Z
2021-10-05T21:02:09.000Z
nucleus/library/structures/byte_hasher.h
fredhamster/feisty_meow
66dc4221dc485a5cf9e28b724fe36268e8843043
[ "Apache-2.0" ]
null
null
null
#ifndef ROTATING_BYTE_HASHER_CLASS #define ROTATING_BYTE_HASHER_CLASS /*****************************************************************************\ * * * Name : rotating_byte_hasher * * Author...
42.578947
79
0.565307
[ "object" ]
f7672ac120be8884c5e57b6f7181aa44c307493b
2,138
h
C
mdlink/src/base/StringUtil.h
sz6636/DataCore
e2ef9bd2c22ee9e2845675b6435a14fa607f3551
[ "Apache-2.0" ]
144
2017-11-08T07:19:13.000Z
2021-07-26T14:13:02.000Z
mdlink/src/base/StringUtil.h
sz6636/DataCore
e2ef9bd2c22ee9e2845675b6435a14fa607f3551
[ "Apache-2.0" ]
13
2017-12-14T17:16:12.000Z
2019-06-16T22:22:36.000Z
mdlink/src/base/StringUtil.h
quantOS-org/DataCore
e2ef9bd2c22ee9e2845675b6435a14fa607f3551
[ "Apache-2.0" ]
88
2017-11-21T01:31:00.000Z
2021-06-19T01:01:04.000Z
/*********************************************************************** Copyright 2017 quantOS-org 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 Un...
25.759036
107
0.649673
[ "vector" ]
f76a0b08b92f11666dad283bb272ec8f50f7598d
2,236
c
C
source/lessons/lsn26-27/flashLEDs_w_Int.c
MarsUniversity/ECE382
83d20fe5879567e09a1783a0027db6051f22f757
[ "MIT" ]
null
null
null
source/lessons/lsn26-27/flashLEDs_w_Int.c
MarsUniversity/ECE382
83d20fe5879567e09a1783a0027db6051f22f757
[ "MIT" ]
3
2017-12-24T23:20:03.000Z
2018-12-05T15:36:27.000Z
source/lessons/lsn26-27/flashLEDs_w_Int.c
MarsUniversity/ece382
83d20fe5879567e09a1783a0027db6051f22f757
[ "MIT" ]
null
null
null
/*-------------------------------------------------------------------- Name: Capt Jeff Falkinburg Date: 24 Oct 2016 Course: ECE 382 File: flashLEDs_w_Int.c HW: Lesson 25 Purp: This program used Timer A to create delay that generates an interrupt to toggle an LED. Enabling the program to do something else while not ...
27.95
90
0.569767
[ "vector" ]
f76a551c33dcc46178edb4e81f368fb18dbe98f4
3,831
c
C
src/io_class.c
machste/masc
727afeb0a155fc7be5e34331554a23a42b95459f
[ "MIT" ]
1
2018-11-10T01:19:47.000Z
2018-11-10T01:19:47.000Z
src/io_class.c
machste/masc
727afeb0a155fc7be5e34331554a23a42b95459f
[ "MIT" ]
null
null
null
src/io_class.c
machste/masc
727afeb0a155fc7be5e34331554a23a42b95459f
[ "MIT" ]
null
null
null
#include <string.h> #include <fcntl.h> #include <errno.h> #include <masc/io_class.h> #include <masc/io.h> #include <masc/print.h> const io_class *io_class_of(const IoBase *self) { if (self != NULL) { return (io_class *)self->cls; } else { return NULL; } } int get_fd(IoBase *self) { i...
20.934426
75
0.567737
[ "object" ]
f78be4687214b92f8cc51c81dbf1e2687ad436d6
2,573
h
C
tbaas/include/tencentcloud/tbaas/v20180416/model/ApplyUserCertResponse.h
li5ch/tencentcloud-sdk-cpp
12ebfd75a399ee2791f6ac1220a79ce8a9faf7c4
[ "Apache-2.0" ]
null
null
null
tbaas/include/tencentcloud/tbaas/v20180416/model/ApplyUserCertResponse.h
li5ch/tencentcloud-sdk-cpp
12ebfd75a399ee2791f6ac1220a79ce8a9faf7c4
[ "Apache-2.0" ]
null
null
null
tbaas/include/tencentcloud/tbaas/v20180416/model/ApplyUserCertResponse.h
li5ch/tencentcloud-sdk-cpp
12ebfd75a399ee2791f6ac1220a79ce8a9faf7c4
[ "Apache-2.0" ]
null
null
null
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved. * * 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 ...
28.588889
83
0.497085
[ "vector", "model" ]
7406357c4b5ffc3f4b8b9958290226521c2ff9db
4,150
h
C
source/fastestrplidar.h
psomers3/FastestRplidar
de729ac04cc559941c4d2007a442d14b17ab8e67
[ "MIT" ]
9
2019-09-01T15:28:17.000Z
2022-01-08T22:29:34.000Z
source/fastestrplidar.h
psomers3/FastestRplidar
de729ac04cc559941c4d2007a442d14b17ab8e67
[ "MIT" ]
8
2020-02-27T14:17:57.000Z
2021-11-02T03:59:07.000Z
source/fastestrplidar.h
psomers3/FastestRplidar
de729ac04cc559941c4d2007a442d14b17ab8e67
[ "MIT" ]
6
2019-11-26T11:31:00.000Z
2021-09-29T09:22:19.000Z
/* * RPLIDAR * FastestRplidar C++ Simple Data Grabber App * * Copyright (c) 2019 by Ayo Ayibiowu * charlesayibiowu@hotmail.com * https://github.com/thehapyone * */ /* * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published...
27.302632
109
0.681928
[ "vector" ]
7409f0966b2c229aae533e6a6d0f60b05c4051d9
3,898
c
C
labs/tagruntime/ctak.c
lojikil/digamma
61c7ffdc501f207a84e5d47157c3c84e5882fa0d
[ "Zlib" ]
6
2016-10-06T02:05:26.000Z
2020-09-23T09:44:06.000Z
labs/tagruntime/ctak.c
lojikil/digamma
61c7ffdc501f207a84e5d47157c3c84e5882fa0d
[ "Zlib" ]
null
null
null
labs/tagruntime/ctak.c
lojikil/digamma
61c7ffdc501f207a84e5d47157c3c84e5882fa0d
[ "Zlib" ]
3
2017-01-06T08:02:15.000Z
2021-05-01T14:31:48.000Z
/* this code was generated by E', the restricted Digamma compiler */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <gc.h> #include <math.h> #include <sys/param.h> #include <fcntl.h> #include <sys/time.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/wait.h> #includ...
18.214953
99
0.560031
[ "object" ]
7412104e041bf2070ab8f2aaa46033e7265c6b4a
2,108
h
C
include/spot/jam/map.h
GameLoop-it/jamspot
db564644bc39b99cfbaa4ec65428070678406ef2
[ "MIT" ]
null
null
null
include/spot/jam/map.h
GameLoop-it/jamspot
db564644bc39b99cfbaa4ec65428070678406ef2
[ "MIT" ]
1
2020-05-26T23:46:03.000Z
2020-05-26T23:46:03.000Z
include/spot/jam/map.h
GameLoop-it/jamspot
db564644bc39b99cfbaa4ec65428070678406ef2
[ "MIT" ]
null
null
null
#pragma once #include <unordered_map> #include <spot/handle.h> #include <spot/math/math.h> #include "spot/jam/entity.h" namespace std { template<> struct hash<spot::math::Vec2> { size_t operator()(const spot::math::Vec2& v) const { return hash_combine( v.x, v.y ); } }; } // namespace std namespace spot::jam ...
26.35
76
0.703036
[ "mesh", "vector", "model" ]
741ea1e96a3ab74e6211a32e4229e92d92b41ee6
515
h
C
Gems/LyShine/Code/Editor/ViewportPivot.h
aaarsene/o3de
37e3b0226958974defd14dd6d808e8557dcd7345
[ "Apache-2.0", "MIT" ]
1
2021-09-13T00:01:12.000Z
2021-09-13T00:01:12.000Z
Gems/LyShine/Code/Editor/ViewportPivot.h
aaarsene/o3de
37e3b0226958974defd14dd6d808e8557dcd7345
[ "Apache-2.0", "MIT" ]
null
null
null
Gems/LyShine/Code/Editor/ViewportPivot.h
aaarsene/o3de
37e3b0226958974defd14dd6d808e8557dcd7345
[ "Apache-2.0", "MIT" ]
1
2021-07-20T11:07:25.000Z
2021-07-20T11:07:25.000Z
/* * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ #pragma once class ViewportPivot { public: ViewportPivot(); virtual ~ViewportPivot(); ...
19.807692
158
0.691262
[ "3d" ]
7426447a269b54b3676d71399dbdd5e746c68819
3,508
h
C
common/random.h
ngs436/library-checker-problems
15abe0394b5d1135899b433db5ca5c0edb3bb8e0
[ "Apache-2.0" ]
1
2020-01-12T22:17:05.000Z
2020-01-12T22:17:05.000Z
common/random.h
ngs436/library-checker-problems
15abe0394b5d1135899b433db5ca5c0edb3bb8e0
[ "Apache-2.0" ]
null
null
null
common/random.h
ngs436/library-checker-problems
15abe0394b5d1135899b433db5ca5c0edb3bb8e0
[ "Apache-2.0" ]
1
2019-10-07T05:30:47.000Z
2019-10-07T05:30:47.000Z
#pragma once #include <algorithm> #include <array> #include <cassert> #include <cstdint> #include <numeric> #include <random> #include <set> struct Random { private: // Use xoshiro256** // References: http://xoshiro.di.unimi.it/xoshiro256starstar.c static uint64_t rotl(const uint64_t x, int k) { ...
25.985185
72
0.487742
[ "vector" ]
743389d7c85eb0429e5f38eb6534d27df96af77c
712
h
C
src/Config.h
novel/ecru
b798d5a0cfa481af5af3974a950558dcf1dd37dc
[ "BSD-2-Clause" ]
1
2016-05-08T13:29:29.000Z
2016-05-08T13:29:29.000Z
src/Config.h
novel/ecru
b798d5a0cfa481af5af3974a950558dcf1dd37dc
[ "BSD-2-Clause" ]
null
null
null
src/Config.h
novel/ecru
b798d5a0cfa481af5af3974a950558dcf1dd37dc
[ "BSD-2-Clause" ]
1
2021-07-13T06:57:41.000Z
2021-07-13T06:57:41.000Z
#ifndef __CONFIG_H #define __CONFIG_H #include <string> #include <vector> #include <libconfig.h++> //#include <libxml++/libxml++.h> using namespace std; class Config { private: libconfig::Config *config; string configDirectory; static Config* _instance; protected: Config(); public: static Config* inst...
18.736842
60
0.719101
[ "vector" ]
7439027639413404df5ba5d1aaea348c2dfc2329
3,374
h
C
src/gromacs/ewald/pme_gpu_staging.h
hejamu/gromacs
4f4b9e4b197ae78456faada74c9f4cab7d128de6
[ "BSD-2-Clause" ]
384
2015-01-02T19:44:15.000Z
2022-03-27T15:13:15.000Z
src/gromacs/ewald/pme_gpu_staging.h
hejamu/gromacs
4f4b9e4b197ae78456faada74c9f4cab7d128de6
[ "BSD-2-Clause" ]
168
2017-05-27T14:43:32.000Z
2021-04-12T08:07:11.000Z
src/gromacs/ewald/pme_gpu_staging.h
hejamu/gromacs
4f4b9e4b197ae78456faada74c9f4cab7d128de6
[ "BSD-2-Clause" ]
258
2015-01-19T11:19:57.000Z
2022-03-18T08:59:52.000Z
/* * This file is part of the GROMACS molecular simulation package. * * Copyright (c) 2020, by the GROMACS development team, led by * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl, * and including many others, as listed in the AUTHORS file in the * top-level source directory and at http://www.gro...
39.694118
123
0.7377
[ "vector" ]
743d256be02270d1ea2720c3936ca157a2cabeed
4,718
h
C
src/markov/MarkovGenerator.h
swarminglogic/gmcmc
f81e23db90258465924b2dc9dcd73e54d0b6b2c0
[ "MIT" ]
null
null
null
src/markov/MarkovGenerator.h
swarminglogic/gmcmc
f81e23db90258465924b2dc9dcd73e54d0b6b2c0
[ "MIT" ]
null
null
null
src/markov/MarkovGenerator.h
swarminglogic/gmcmc
f81e23db90258465924b2dc9dcd73e54d0b6b2c0
[ "MIT" ]
null
null
null
#ifndef MARKOV_MARKOVGENERATOR_H #define MARKOV_MARKOVGENERATOR_H #include <array> #include <map> #include <utility> #include <vector> #include <unordered_map> #include <unordered_set> #include <boost/functional/hash.hpp> #include <markov/MarkovGeneratorInterface.h> /** * MarkovGenerator class. * * Markov Chain...
29.4875
80
0.693514
[ "vector", "model" ]
743e4404cf0cebafc63b522c85acc936708690b7
7,261
h
C
chrome/renderer/webmediaplayer_impl.h
zachlatta/chromium
c4625eefca763df86471d798ee5a4a054b4716ae
[ "BSD-3-Clause" ]
1
2021-09-24T22:49:10.000Z
2021-09-24T22:49:10.000Z
chrome/renderer/webmediaplayer_impl.h
changbai1980/chromium
c4625eefca763df86471d798ee5a4a054b4716ae
[ "BSD-3-Clause" ]
null
null
null
chrome/renderer/webmediaplayer_impl.h
changbai1980/chromium
c4625eefca763df86471d798ee5a4a054b4716ae
[ "BSD-3-Clause" ]
null
null
null
// Copyright (c) 2008-2009 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be found // in the LICENSE file. // // Delegate calls from WebCore::MediaPlayerPrivate to Chrome's video player. // It contains PipelineImpl which is the actual media player pipel...
35.768473
80
0.746316
[ "object", "vector" ]
743e83c00941803eb7455b0ac4ba38ee59824803
3,745
h
C
depends/dbcommon/src/dbcommon/function/decimal-function.h
YangHao666666/hawq
10cff8350f1ba806c6fec64eb67e0e6f6f24786c
[ "Artistic-1.0-Perl", "ISC", "bzip2-1.0.5", "TCL", "Apache-2.0", "BSD-3-Clause-No-Nuclear-License-2014", "MIT", "PostgreSQL", "BSD-3-Clause" ]
1
2020-05-11T01:39:13.000Z
2020-05-11T01:39:13.000Z
depends/dbcommon/src/dbcommon/function/decimal-function.h
YangHao666666/hawq
10cff8350f1ba806c6fec64eb67e0e6f6f24786c
[ "Artistic-1.0-Perl", "ISC", "bzip2-1.0.5", "TCL", "Apache-2.0", "BSD-3-Clause-No-Nuclear-License-2014", "MIT", "PostgreSQL", "BSD-3-Clause" ]
1
2021-03-01T02:57:26.000Z
2021-03-01T02:57:26.000Z
depends/dbcommon/src/dbcommon/function/decimal-function.h
YangHao666666/hawq
10cff8350f1ba806c6fec64eb67e0e6f6f24786c
[ "Artistic-1.0-Perl", "ISC", "bzip2-1.0.5", "TCL", "Apache-2.0", "BSD-3-Clause-No-Nuclear-License-2014", "MIT", "PostgreSQL", "BSD-3-Clause" ]
1
2020-05-03T07:29:21.000Z
2020-05-03T07:29:21.000Z
/* * 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 you under the Apache License, Version 2.0 (the * "License"); you ...
33.738739
77
0.72016
[ "object", "vector" ]
743f6bf253ec2b2d136552574b387b909785be09
3,377
c
C
lib/tpm/TPMCmd/tpm/src/command/Context/FlushContext.c
Koneeee1/ms-tpm-20-ref
d99419bd30a4dad7ae5bfad3c1c0d5962c188913
[ "BSD-2-Clause" ]
null
null
null
lib/tpm/TPMCmd/tpm/src/command/Context/FlushContext.c
Koneeee1/ms-tpm-20-ref
d99419bd30a4dad7ae5bfad3c1c0d5962c188913
[ "BSD-2-Clause" ]
null
null
null
lib/tpm/TPMCmd/tpm/src/command/Context/FlushContext.c
Koneeee1/ms-tpm-20-ref
d99419bd30a4dad7ae5bfad3c1c0d5962c188913
[ "BSD-2-Clause" ]
null
null
null
/* Microsoft Reference Implementation for TPM 2.0 * * The copyright in this software is being made available under the BSD License, * included below. This software may be subject to other third party and * contributor rights, including patent rights, and no such rights are granted * under this license. * * ...
39.267442
86
0.694403
[ "object" ]
7442f9f0859f2bffe54c1fafd88769d2f40b97ee
6,051
h
C
td9/container.h
StephaneBranly/LO21-TDs_en_Cpp
078acef68598423a380e3d4dbcd31101515836ff
[ "MIT" ]
null
null
null
td9/container.h
StephaneBranly/LO21-TDs_en_Cpp
078acef68598423a380e3d4dbcd31101515836ff
[ "MIT" ]
null
null
null
td9/container.h
StephaneBranly/LO21-TDs_en_Cpp
078acef68598423a380e3d4dbcd31101515836ff
[ "MIT" ]
1
2021-01-07T23:03:05.000Z
2021-01-07T23:03:05.000Z
#ifndef CONTAINER_H #define CONTAINER_H #include<string> #include<stdexcept> namespace TD { class ContainerException :public std::exception { protected:std::string info; public:ContainerException(const std::string& i="") noexcept :info(i){} const char*what() const noexcept { return info.c_str(); } ~ContainerEx...
24.399194
83
0.589489
[ "vector" ]
744fb14ba3979a500a21a223c74550ddfd6e5341
9,802
h
C
OffsetCalc/OffsetCalc.h
scrapbird/OffsetCalc
64559f6cc06de6df119cfc0821077437ab6f1ed4
[ "MIT" ]
5
2018-03-11T16:10:44.000Z
2021-08-21T00:16:01.000Z
OffsetCalc/OffsetCalc.h
scrapbird/OffsetCalc
64559f6cc06de6df119cfc0821077437ab6f1ed4
[ "MIT" ]
null
null
null
OffsetCalc/OffsetCalc.h
scrapbird/OffsetCalc
64559f6cc06de6df119cfc0821077437ab6f1ed4
[ "MIT" ]
null
null
null
#pragma once #include <iostream> #include <sstream> #include <iomanip> #include <msclr\marshal_cppstd.h> namespace OffsetCalc { using namespace System; using namespace System::ComponentModel; using namespace System::Collections; using namespace System::Windows::Forms; using namespace System::Data; using namesp...
36.036765
157
0.678739
[ "object" ]
7450d5d83c30b0f61620bca15a07401e2346c8d1
5,401
h
C
Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericPlatformApplicationMisc.h
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
1
2022-01-29T18:36:12.000Z
2022-01-29T18:36:12.000Z
Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericPlatformApplicationMisc.h
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
null
null
null
Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericPlatformApplicationMisc.h
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
null
null
null
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreTypes.h" #include "GenericApplication.h" /** * The accuracy when dealing with physical characteristics of the monitor/screen of the device we're running on. */ enum class EScreenPhysicalAccuracy { Unknown, Approximation, Tru...
27.840206
119
0.747084
[ "render" ]
74513b13aea2b5dd4262e2d69c1b73eb8295350d
3,447
h
C
RayEngine/Include/Graphics/IDepthStencilView.h
Mumsfilibaba/RayEngine
68496966c1d7b91bc8fbdd305226ece9b9f596b2
[ "Apache-2.0" ]
null
null
null
RayEngine/Include/Graphics/IDepthStencilView.h
Mumsfilibaba/RayEngine
68496966c1d7b91bc8fbdd305226ece9b9f596b2
[ "Apache-2.0" ]
null
null
null
RayEngine/Include/Graphics/IDepthStencilView.h
Mumsfilibaba/RayEngine
68496966c1d7b91bc8fbdd305226ece9b9f596b2
[ "Apache-2.0" ]
null
null
null
/*//////////////////////////////////////////////////////////// Copyright 2018 Alexander Dahlin 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 THIS SOF...
24.798561
124
0.552654
[ "object" ]
7453e472ce00a6a96e4dd39bed27d4afb1319f7d
2,738
h
C
src/mayaToMantra/mtm_devmodule/shaderIncludes/cloth.h
haggi/OpenMaya
746e0740f480d9ef8d2173f31b3c99b9b0ea0d24
[ "MIT" ]
42
2015-01-03T15:07:25.000Z
2021-12-09T03:56:59.000Z
src/mayaToMantra/deployment/mayaToMantra/shaderIncludes/cloth.h
haggi/OpenMaya
746e0740f480d9ef8d2173f31b3c99b9b0ea0d24
[ "MIT" ]
66
2015-01-02T13:28:44.000Z
2022-03-16T14:00:57.000Z
src/mayaToMantra/mtm_devmodule/shaderIncludes/cloth.h
haggi/OpenMaya
746e0740f480d9ef8d2173f31b3c99b9b0ea0d24
[ "MIT" ]
12
2015-02-07T05:02:17.000Z
2020-07-10T17:21:44.000Z
/* Copyright (c) 2006 soho vfx inc. Copyright (c) 2006 The 3Delight Team. Some modifications to adapt to mayaToMantray by Haggi Krey */ #ifndef CLOTH_H #define CLOTH_H #include "utils.h" #include "rman.h" void Cloth( T_DEFAULTATTR; float brightSpread; vector gapColor; float randomness; vector uColor; f...
18.013158
110
0.564646
[ "vector" ]
745fedb3954eb53f5591886f9c76c6f4918cb10a
982
h
C
src/uri.h
cephalicmarble/pleg
0a6f6e07793a6b11aecc7ea705b315d90555e99e
[ "MIT" ]
null
null
null
src/uri.h
cephalicmarble/pleg
0a6f6e07793a6b11aecc7ea705b315d90555e99e
[ "MIT" ]
1
2021-12-08T19:47:56.000Z
2021-12-08T19:47:56.000Z
src/uri.h
cephalicmarble/pleg
0a6f6e07793a6b11aecc7ea705b315d90555e99e
[ "MIT" ]
null
null
null
#ifndef URI_H #define URI_H #include <vector> using namespace std; #include "drumlin/object.h" #include "drumlin/socket.h" #include "drumlin/string_list.h" using namespace drumlin; namespace Pleg { class Relevance; /** * @brief The UriParseFunc struct * * Reads arguments from the URI definition string. * Matches...
21.822222
74
0.736253
[ "object", "vector" ]
7460aebe16a2a8f65a76bd4180f50c30fc2e75a6
2,298
h
C
src/third_party/mozjs/include/js/Equality.h
benety/mongo
203430ac9559f82ca01e3cbb3b0e09149fec0835
[ "Apache-2.0" ]
null
null
null
src/third_party/mozjs/include/js/Equality.h
benety/mongo
203430ac9559f82ca01e3cbb3b0e09149fec0835
[ "Apache-2.0" ]
null
null
null
src/third_party/mozjs/include/js/Equality.h
benety/mongo
203430ac9559f82ca01e3cbb3b0e09149fec0835
[ "Apache-2.0" ]
null
null
null
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ /* Equality operations. */ #ifnde...
34.818182
80
0.671889
[ "object" ]
7485a5d1ad41cf884ca6a68d820e098ae977f2e6
5,245
h
C
applications/mne_analyze/plugins/sourcelocalization/sourcelocalization.h
jobehrens/mne-cpp
5156f578736bbb67cc9ae1fc41a7cefba3b10f7a
[ "BSD-3-Clause" ]
130
2015-02-01T23:47:07.000Z
2022-03-21T01:46:11.000Z
applications/mne_analyze/plugins/sourcelocalization/sourcelocalization.h
jobehrens/mne-cpp
5156f578736bbb67cc9ae1fc41a7cefba3b10f7a
[ "BSD-3-Clause" ]
519
2015-01-05T12:44:04.000Z
2022-03-07T18:12:52.000Z
applications/mne_analyze/plugins/sourcelocalization/sourcelocalization.h
jobehrens/mne-cpp
5156f578736bbb67cc9ae1fc41a7cefba3b10f7a
[ "BSD-3-Clause" ]
138
2015-04-02T12:42:12.000Z
2022-01-27T13:21:25.000Z
//============================================================================================================= /** * @file sourcelocalization.h * @author Lorenz Esch <lesch@mgh.harvard.edu> * @since 0.1.6 * @date August, 2020 * * @section LICENSE * * Copyright (C) 2020, Lorenz Esch. All rights re...
44.07563
131
0.522212
[ "object" ]
748652328a9c6c7d851275aae32cf0a62d4f2988
5,039
c
C
dlb_pmd/frontend/pmd_realtime/pa_pipe.c
DolbyLaboratories/pmd_tool
4c6d27df5f531d488a627f96f489cf213cbf121a
[ "BSD-3-Clause" ]
11
2020-04-05T19:58:40.000Z
2022-02-04T19:18:12.000Z
dlb_pmd/frontend/pmd_realtime/pa_pipe.c
DolbyLaboratories/pmd_tool
4c6d27df5f531d488a627f96f489cf213cbf121a
[ "BSD-3-Clause" ]
1
2020-02-25T22:08:30.000Z
2020-02-25T22:08:30.000Z
dlb_pmd/frontend/pmd_realtime/pa_pipe.c
DolbyLaboratories/pmd_tool
4c6d27df5f531d488a627f96f489cf213cbf121a
[ "BSD-3-Clause" ]
null
null
null
/************************************************************************ * dlb_pmd * Copyright (c) 2021, Dolby Laboratories Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1...
30.173653
88
0.637825
[ "model" ]
130c9428fb759ac334154aae07bcf7e545905b14
626
h
C
src/geometry.h
giacomo-dr/nn-planning
eeb0aa1da92e5318367b1e65278c9436ddbdc15b
[ "Apache-2.0" ]
null
null
null
src/geometry.h
giacomo-dr/nn-planning
eeb0aa1da92e5318367b1e65278c9436ddbdc15b
[ "Apache-2.0" ]
null
null
null
src/geometry.h
giacomo-dr/nn-planning
eeb0aa1da92e5318367b1e65278c9436ddbdc15b
[ "Apache-2.0" ]
null
null
null
// geometry.h // Author: Giacomo Del Rio // Date: 14 Apr 2017 #ifndef GEOMETRY_H #define GEOMETRY_H #include <vector> #include <Eigen/Dense> #include <boost/geometry/index/rtree.hpp> #include <boost/geometry/geometries/register/point.hpp> typedef Eigen::Vector2d Point2D; typedef Eigen::Vector3d Point3D; BOOST_GEO...
20.866667
76
0.715655
[ "geometry", "vector" ]
130e80cb031780ab683c0986a42d7ed10b5482c7
991
h
C
ros/src/computing/perception/localization/packages/vmml/include/triangulation.h
sujiwo/autoware
435869592aa98a6fcb2b0a24594c27ee85bb27fe
[ "Apache-2.0" ]
null
null
null
ros/src/computing/perception/localization/packages/vmml/include/triangulation.h
sujiwo/autoware
435869592aa98a6fcb2b0a24594c27ee85bb27fe
[ "Apache-2.0" ]
null
null
null
ros/src/computing/perception/localization/packages/vmml/include/triangulation.h
sujiwo/autoware
435869592aa98a6fcb2b0a24594c27ee85bb27fe
[ "Apache-2.0" ]
null
null
null
/* * triangulation.h * * Created on: Jun 14, 2018 * Author: sujiwo */ #ifndef TRIANGULATION_H_ #define TRIANGULATION_H_ #include <vector> #include <Eigen/Eigen> #include "BaseFrame.h" #include "Matcher.h" typedef Eigen::Matrix<double, 3, 4> Matrix3x4d; // `Optimal' triangulation bool Triangulate( con...
19.431373
49
0.734612
[ "vector" ]
1317b54016fb5719fdd16a760ecf3069d32bf378
4,179
h
C
src/gui/Main_window.h
Riateche/ridual
d91ca5326438e15fccd38a4e4263aeb291d64539
[ "MIT" ]
3
2015-07-08T07:41:36.000Z
2017-11-08T15:01:26.000Z
src/gui/Main_window.h
Riateche/ridual
d91ca5326438e15fccd38a4e4263aeb291d64539
[ "MIT" ]
null
null
null
src/gui/Main_window.h
Riateche/ridual
d91ca5326438e15fccd38a4e4263aeb291d64539
[ "MIT" ]
null
null
null
#ifndef MAIN_WINDOW_H #define MAIN_WINDOW_H #include <QProcess> #include <QMainWindow> #include <QTimer> #include "hotkeys/Hotkeys.h" #include "File_info.h" #include "App_info.h" #include "Action.h" #include <QPushButton> #include "Core_ally.h" #include <QSettings> namespace Ui { class Main_window; } class Core; c...
24.727811
84
0.771237
[ "object" ]
1318cfc11bafb7da7ed1f5a54010337eefc33bfe
15,296
c
C
Optimization/LevmarAndroid/jni/Thirdparty/clapack/TESTING/EIG/sget31.c
faipaz/Algorithms
738991d5e4372ef6ba8e489ea867d92ea406b729
[ "MIT" ]
48
2015-01-28T00:09:49.000Z
2021-12-09T11:38:59.000Z
Optimization/LevmarAndroid/jni/Thirdparty/clapack/TESTING/EIG/sget31.c
faipaz/Algorithms
738991d5e4372ef6ba8e489ea867d92ea406b729
[ "MIT" ]
8
2017-05-30T16:58:39.000Z
2022-02-22T16:51:34.000Z
ExternalCode/lapack/TESTING/EIG/sget31.c
daniel-anavaino/tinkercell
7896a7f809a0373ab3c848d25e3691d10a648437
[ "BSD-3-Clause" ]
12
2016-02-17T03:27:05.000Z
2021-09-29T04:55:01.000Z
/* sget31.f -- translated by f2c (version 20061008). 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...
26.013605
78
0.41233
[ "object" ]
1329bddd2e4d8e965995fa8dd9cc9cb1fa5e14a2
2,092
h
C
code/render/physics/havok/havokcharacterrigidbody.h
gscept/nebula-trifid
e7c0a0acb05eedad9ed37a72c1bdf2d658511b42
[ "BSD-2-Clause" ]
67
2015-03-30T19:56:16.000Z
2022-03-11T13:52:17.000Z
code/render/physics/havok/havokcharacterrigidbody.h
gscept/nebula-trifid
e7c0a0acb05eedad9ed37a72c1bdf2d658511b42
[ "BSD-2-Clause" ]
5
2015-04-15T17:17:33.000Z
2016-02-11T00:40:17.000Z
code/render/physics/havok/havokcharacterrigidbody.h
gscept/nebula-trifid
e7c0a0acb05eedad9ed37a72c1bdf2d658511b42
[ "BSD-2-Clause" ]
34
2015-03-30T15:08:00.000Z
2021-09-23T05:55:10.000Z
#pragma once //------------------------------------------------------------------------------ /** @class Havok::HavokCharacterPhantom Uses a rigidbody to represent the character, this is faster but gives less control. (C) 2013-2014 Individual contributors, see AUTHORS file */ #include "havokchar...
29.464789
100
0.681166
[ "object", "vector", "transform" ]
13327cfb1accf4e8df8765e332a5016f98ca1393
4,097
c
C
findpat/algo/mrs_nolcp.c
kapow-argentina/findpat
6975efb4414197bf91babd7775bb8c48d2befd0f
[ "MIT" ]
null
null
null
findpat/algo/mrs_nolcp.c
kapow-argentina/findpat
6975efb4414197bf91babd7775bb8c48d2befd0f
[ "MIT" ]
null
null
null
findpat/algo/mrs_nolcp.c
kapow-argentina/findpat
6975efb4414197bf91babd7775bb8c48d2befd0f
[ "MIT" ]
1
2021-12-13T03:01:32.000Z
2021-12-13T03:01:32.000Z
#include "mrs.h" #include <stdio.h> #include <stdlib.h> #include <assert.h> #include <strings.h> #include "bittree.h" #include "sorters.h" #include "macros.h" #include "output_callbacks.h" /* * Convert an array A of n elements, which are a multiset * to another array B of n elements, which are the set {0, ..., n -...
24.1
88
0.585306
[ "transform" ]
13381577658a9b70fda383425e68f1c76a3cae7d
3,231
h
C
mitsuba/src/mtsgui/preview.h
anadodik/sdmm-mitsuba
6103cb8ea36ec4ab0cfb5fcc792c7f1565637d9a
[ "MIT" ]
6
2020-07-07T09:46:21.000Z
2022-03-08T14:16:27.000Z
mitsuba/src/mtsgui/preview.h
anadodik/sdmm-mitsuba
6103cb8ea36ec4ab0cfb5fcc792c7f1565637d9a
[ "MIT" ]
null
null
null
mitsuba/src/mtsgui/preview.h
anadodik/sdmm-mitsuba
6103cb8ea36ec4ab0cfb5fcc792c7f1565637d9a
[ "MIT" ]
null
null
null
/* This file is part of Mitsuba, a physically based rendering system. Copyright (c) 2007-2014 by Wenzel Jakob and others. Mitsuba is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License Version 3 as published by the Free Software Foundation. ...
29.642202
79
0.714639
[ "render", "vector" ]
13412f2f0d9a99469cb9ce45fed4d8c4b89e7f63
1,127
h
C
Pods/DJI-SDK-iOS/iOS_Mobile_SDK/DJISDK.framework/Headers/DJIGoHomeAction.h
yasar8000/DJI-Mavic-Line-Follow-IOS-App
ef50666378fe4debfec6cd9e102962578dc05418
[ "MIT" ]
6
2019-01-10T12:12:54.000Z
2021-11-30T10:27:28.000Z
Pods/DJI-SDK-iOS/iOS_Mobile_SDK/DJISDK.framework/Headers/DJIGoHomeAction.h
yasar8000/DJI-Mavic-Line-Follow-IOS-App
ef50666378fe4debfec6cd9e102962578dc05418
[ "MIT" ]
1
2020-10-09T07:49:14.000Z
2020-10-09T07:49:14.000Z
Pods/DJI-SDK-iOS/iOS_Mobile_SDK/DJISDK.framework/Headers/DJIGoHomeAction.h
yasar8000/DJI-Mavic-Line-Follow-IOS-App
ef50666378fe4debfec6cd9e102962578dc05418
[ "MIT" ]
1
2020-09-24T10:48:32.000Z
2020-09-24T10:48:32.000Z
// // DJIGoHomeAction.h // DJISDK // // Copyright © 2017, DJI. All rights reserved. // #import <Foundation/Foundation.h> #import <DJISDK/DJIMissionAction.h> NS_ASSUME_NONNULL_BEGIN /** * This class represents a go-home action used as an element in a Timeline mission. * By creating an object of this class and...
31.305556
84
0.754215
[ "object" ]
1347a558ec4de822c91b83eda35b74e730b32613
381
c
C
vector/client.c
mikolajed/Generic-Data-Containers
1769e29f7f8a7d475acfe439892bc010d517a7cf
[ "MIT" ]
null
null
null
vector/client.c
mikolajed/Generic-Data-Containers
1769e29f7f8a7d475acfe439892bc010d517a7cf
[ "MIT" ]
null
null
null
vector/client.c
mikolajed/Generic-Data-Containers
1769e29f7f8a7d475acfe439892bc010d517a7cf
[ "MIT" ]
null
null
null
#include <stdlib.h> #include <stdio.h> #include "vector.h" int main(int argc, char *argv[]) { int val; vector *v = vector_create(sizeof(int)); for (val = 0; val < 6; val++) vector_push(v, &val); while (!vector_empty(v)) { vector_back(v, &val); vector_pop(v); printf("T...
20.052632
46
0.553806
[ "vector" ]
134c6b4efd28baa7b24cd2b78be1655d2ddbd423
16,610
c
C
clicks/pressure16/lib/src/pressure16.c
dMajoIT/mikrosdk_click_v2
f425fd85054961b4f600d1708cf18ac952a6bdb8
[ "MIT" ]
31
2020-10-02T14:15:14.000Z
2022-03-24T08:33:21.000Z
clicks/pressure16/lib/src/pressure16.c
dMajoIT/mikrosdk_click_v2
f425fd85054961b4f600d1708cf18ac952a6bdb8
[ "MIT" ]
4
2020-10-27T14:05:00.000Z
2022-03-10T09:38:57.000Z
clicks/pressure16/lib/src/pressure16.c
dMajoIT/mikrosdk_click_v2
f425fd85054961b4f600d1708cf18ac952a6bdb8
[ "MIT" ]
32
2020-11-28T07:56:42.000Z
2022-03-14T19:42:29.000Z
/**************************************************************************** ** Copyright (C) 2020 MikroElektronika d.o.o. ** Contact: https://www.mikroe.com/contact ** ** Permission is hereby granted, free of charge, to any person obtaining a copy ** of this software and associated documentation files (the "Software"...
34.106776
100
0.659542
[ "object" ]
134ca76644a491dcf3329e7c89c39f2b0d6e5baa
4,323
h
C
colour_xfrm.h
sultanqasim/cinemavi
47ce572f818b2d5289f59a3b302b996fbf42ffd7
[ "BSD-2-Clause" ]
null
null
null
colour_xfrm.h
sultanqasim/cinemavi
47ce572f818b2d5289f59a3b302b996fbf42ffd7
[ "BSD-2-Clause" ]
null
null
null
colour_xfrm.h
sultanqasim/cinemavi
47ce572f818b2d5289f59a3b302b996fbf42ffd7
[ "BSD-2-Clause" ]
null
null
null
#ifndef COLOUR_XFRM_H #define COLOUR_XFRM_H #ifdef __cplusplus extern "C" { #endif #include <stdint.h> // 3x3 in row major order, to be multiplied by RGB column vector typedef struct { double m[9]; } ColourMatrix; // float version for faster calculations, but generate matrix as double for precision typedef stru...
34.309524
96
0.720796
[ "vector" ]
134df2799fdc836ddc6d22034382697e6be2a3eb
25,873
h
C
src/io.h
puv13/nsptpp
278c3e1ebb49b5a89884b7dacba8021c699b4e64
[ "MIT" ]
3
2019-10-11T05:51:42.000Z
2021-12-15T13:22:57.000Z
src/io.h
puv13/nsptpp
278c3e1ebb49b5a89884b7dacba8021c699b4e64
[ "MIT" ]
null
null
null
src/io.h
puv13/nsptpp
278c3e1ebb49b5a89884b7dacba8021c699b4e64
[ "MIT" ]
null
null
null
/// \file /// /// \brief Code to simplify HDF5 input and output #pragma once #include "expansion.h" #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wold-style-cast" #pragma GCC diagnostic ignored "-Wsign-conversion" #pragma GCC diagnostic ignored "-Wreorder" #include "highfive/H5Attribute.hpp" #include "...
31.902589
82
0.60681
[ "vector", "transform" ]
1350b0ac712e9a6f7951e07f13d7404b984ab24c
8,565
h
C
firmware/utils/rtc_lib.h
Millisman/OCPP-NANO
e38db48c989e84b4d7eeaf1e90fcf9ef6c9cf5a5
[ "Apache-2.0" ]
null
null
null
firmware/utils/rtc_lib.h
Millisman/OCPP-NANO
e38db48c989e84b4d7eeaf1e90fcf9ef6c9cf5a5
[ "Apache-2.0" ]
null
null
null
firmware/utils/rtc_lib.h
Millisman/OCPP-NANO
e38db48c989e84b4d7eeaf1e90fcf9ef6c9cf5a5
[ "Apache-2.0" ]
null
null
null
#pragma once #include "mcu/mcu.h" #include <stdint.h> #include <stdio.h> #include <string.h> #include "math.h" #include "mcu/timer.h" #include "crc.h" namespace utils { static uint8_t conv2d(const char *p); /** Constants */ #define SECONDS_PER_DAY 86400L ///< 60 * 60 * 24 #define SECONDS_FROM_1970_TO_20...
31.840149
106
0.565207
[ "object" ]
1350ebc4182688325b1a0fc65438015ed0d9f507
5,846
h
C
WellSimulator/Solver/mtl/harwell_boeing_stream.h
arthursoprano/welldrift
57fe6c2f5a5caea18c5e29fb1b17f6f29a59a98e
[ "MIT" ]
1
2019-03-14T21:46:21.000Z
2019-03-14T21:46:21.000Z
WellSimulator/Solver/mtl/harwell_boeing_stream.h
arthursoprano/welldrift
57fe6c2f5a5caea18c5e29fb1b17f6f29a59a98e
[ "MIT" ]
null
null
null
WellSimulator/Solver/mtl/harwell_boeing_stream.h
arthursoprano/welldrift
57fe6c2f5a5caea18c5e29fb1b17f6f29a59a98e
[ "MIT" ]
2
2019-05-14T02:31:52.000Z
2020-08-04T18:29:06.000Z
// -*- c++ -*- // // Software License for MTL // // Copyright (c) 2001-2005 The Trustees of Indiana University. All rights reserved. // Copyright (c) 1998-2001 University of Notre Dame. All rights reserved. // Authors: Andrew Lumsdaine, Jeremy G. Siek, Lie-Quan Lee // // This file is part of the Matrix Template Libra...
23.572581
83
0.615121
[ "object" ]
1355ccda02d30d789e6a7bed64d18cc267b1515a
3,528
h
C
ion/src/simulator/linux/include/SDL_config.h
VersiraSec/epsilon-cfw
d12b44c6c6668ecc14b60d8dd098ba5c230b1291
[ "FSFAP" ]
1,442
2017-08-28T19:39:45.000Z
2022-03-30T00:56:14.000Z
ion/src/simulator/linux/include/SDL_config.h
VersiraSec/epsilon-cfw
d12b44c6c6668ecc14b60d8dd098ba5c230b1291
[ "FSFAP" ]
1,321
2017-08-28T23:03:10.000Z
2022-03-31T19:32:17.000Z
ion/src/simulator/linux/include/SDL_config.h
VersiraSec/epsilon-cfw
d12b44c6c6668ecc14b60d8dd098ba5c230b1291
[ "FSFAP" ]
421
2017-08-28T22:02:39.000Z
2022-03-28T20:52:21.000Z
/* This file sets our SDL config for Linux */ #ifndef SDL_config_h_ #define SDL_config_h_ /* General platform specific identifiers */ #include "SDL_platform.h" /* C datatypes */ #ifdef __LP64__ #define SIZEOF_VOIDP 8 #else #define SIZEOF_VOIDP 4 #endif #define HAVE_GCC_ATOMICS 1 /* Useful headers */ #define STDC_HE...
21.644172
54
0.808107
[ "object" ]
135b392505d4946388c29a663ffba03ca1c7abc6
8,622
h
C
CPP/Targets/SupportWFLib/symbian/ImeiFetcher.h
wayfinder/Wayfinder-S60-Navigator
14d1b729b2cea52f726874687e78f17492949585
[ "BSD-3-Clause" ]
6
2015-12-01T01:12:33.000Z
2021-07-24T09:02:34.000Z
CPP/Targets/SupportWFLib/symbian/ImeiFetcher.h
wayfinder/Wayfinder-S60-Navigator
14d1b729b2cea52f726874687e78f17492949585
[ "BSD-3-Clause" ]
null
null
null
CPP/Targets/SupportWFLib/symbian/ImeiFetcher.h
wayfinder/Wayfinder-S60-Navigator
14d1b729b2cea52f726874687e78f17492949585
[ "BSD-3-Clause" ]
2
2017-02-02T19:31:29.000Z
2018-12-17T21:00:45.000Z
/* Copyright (c) 1999 - 2010, Vodafone Group Services Ltd 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 list...
33.034483
207
0.644862
[ "object", "model" ]
13602c273bf59925e6ab8e210f901004b4d451de
12,427
h
C
src/meta/gfx-ui/Meta.h
alecnunn/mud
9e204e2dc65f4a8ab52da3d11e6a261ff279d353
[ "Zlib" ]
1
2019-03-28T20:45:32.000Z
2019-03-28T20:45:32.000Z
src/meta/gfx-ui/Meta.h
alecnunn/mud
9e204e2dc65f4a8ab52da3d11e6a261ff279d353
[ "Zlib" ]
null
null
null
src/meta/gfx-ui/Meta.h
alecnunn/mud
9e204e2dc65f4a8ab52da3d11e6a261ff279d353
[ "Zlib" ]
null
null
null
#pragma once #ifndef MUD_MODULES #include <meta/gfx-ui/Module.h> #include <type/Any.h> #include <type/Vector.h> #include <refl/MetaDecl.h> #include <refl/Module.h> #endif namespace mud { void mud_gfx_ui_meta(Module& m) { // Base Types // Enums { static Meta meta = { type<mud::ui...
46.025926
344
0.511145
[ "object", "vector", "transform" ]
13675ed6d348ea2ea17b17c319cb4d4252966116
6,559
h
C
src/blurSkinEdit.h
tbttfox/blurSkin
a3842fc816d5a4e87f472923f18e7ea87b8e95a5
[ "MIT" ]
null
null
null
src/blurSkinEdit.h
tbttfox/blurSkin
a3842fc816d5a4e87f472923f18e7ea87b8e95a5
[ "MIT" ]
null
null
null
src/blurSkinEdit.h
tbttfox/blurSkin
a3842fc816d5a4e87f472923f18e7ea87b8e95a5
[ "MIT" ]
null
null
null
#include <math.h> #include <maya/MArrayDataBuilder.h> #include <maya/MColorArray.h> #include <maya/MDagPath.h> #include <maya/MDagPathArray.h> #include <maya/MDataBlock.h> #include <maya/MDataHandle.h> #include <maya/MDoubleArray.h> #include <maya/MEvaluationNode.h> #include <maya/MFnComponentListData.h> #inc...
39.751515
100
0.704833
[ "vector" ]
137069e5eb43d88c91ca659c6ccf4be8ae0dcc1d
1,747
h
C
Pods/Classes/Mediator/IMMediator.h
xiazl3053/IMMediator
43d7450dc0255ca6af85ae51123beaf8a8936851
[ "MIT" ]
null
null
null
Pods/Classes/Mediator/IMMediator.h
xiazl3053/IMMediator
43d7450dc0255ca6af85ae51123beaf8a8936851
[ "MIT" ]
null
null
null
Pods/Classes/Mediator/IMMediator.h
xiazl3053/IMMediator
43d7450dc0255ca6af85ae51123beaf8a8936851
[ "MIT" ]
null
null
null
// // IMMediator.h // IMMediator // // Created by zhonglin xian on 14/03/2017. // Copyright © 2017 zhonglin xian. All rights reserved. // #import <Foundation/Foundation.h> /* 组件化基类 可以通过调用ViewControllerWithJson:传入json,方式获取vc json格式:{@"target":@"MouduleA",@"action":@"MouduleA_Method",@"data":@{}} 也可以...
30.12069
145
0.718374
[ "model" ]
13725c53657a617c6eddd9263300e0a06efd9754
23,316
h
C
src/psbmReebGraph.h
anapupa/ReebHanTun
679ba774b75f4f53c502cb79f69bc9061c009eb8
[ "Unlicense" ]
null
null
null
src/psbmReebGraph.h
anapupa/ReebHanTun
679ba774b75f4f53c502cb79f69bc9061c009eb8
[ "Unlicense" ]
null
null
null
src/psbmReebGraph.h
anapupa/ReebHanTun
679ba774b75f4f53c502cb79f69bc9061c009eb8
[ "Unlicense" ]
null
null
null
/* (c) 2012 Fengtao Fan */ #pragma once #include <iostream> #include <list> #include <vector> #include <map> #include <set> #include <algorithm> #include <boost/unordered_map.hpp> #include <boost/unordered_set.hpp> #include "SimpleMesh.h" #include "psbmReebGraphElements.h" #include <RenderVector3.h> void RotateAxisT...
42.086643
120
0.538171
[ "mesh", "vector" ]
92755effe22cd35ae558e2ceca329869c0b744d5
18,303
h
C
ocr/include/huaweicloud/ocr/v1/OcrClient.h
huaweicloud/huaweicloud-sdk-cpp-v3
d3b5e07b0ee8367d1c7f6dad17be0212166d959c
[ "Apache-2.0" ]
5
2021-03-03T08:23:43.000Z
2022-02-16T02:16:39.000Z
ocr/include/huaweicloud/ocr/v1/OcrClient.h
ChenwxJay/huaweicloud-sdk-cpp-v3
f821ec6d269b50203e0c1638571ee1349c503c41
[ "Apache-2.0" ]
null
null
null
ocr/include/huaweicloud/ocr/v1/OcrClient.h
ChenwxJay/huaweicloud-sdk-cpp-v3
f821ec6d269b50203e0c1638571ee1349c503c41
[ "Apache-2.0" ]
7
2021-02-26T13:53:35.000Z
2022-03-18T02:36:43.000Z
#ifndef HUAWEICLOUD_SDK_OCR_V1_OcrClient_H_ #define HUAWEICLOUD_SDK_OCR_V1_OcrClient_H_ #include <huaweicloud/ocr/v1/OcrExport.h> #include <huaweicloud/core/Client.h> #include <huaweicloud/core/ClientBuilder.h> #include <huaweicloud/ocr/v1/model/AutoClassificationRequestBody.h> #include <huaweicloud/ocr/v1/model/Ban...
43.787081
300
0.734961
[ "object", "vector", "model" ]
9280ec5efaf002912cc85cb78d5acec9707cae42
155
h
C
jni/exnihilope/util/StringUtils.h
SmartDEVTeam/ExNihiloPE
8a3636ff72456a6ae156f23ea79d871fa3721754
[ "Apache-2.0" ]
5
2017-03-02T18:58:02.000Z
2017-07-14T06:26:52.000Z
jni/exnihilope/util/StringUtils.h
Virtualoso/ExNihiloPE
8a3636ff72456a6ae156f23ea79d871fa3721754
[ "Apache-2.0" ]
3
2017-03-06T19:37:43.000Z
2017-06-09T17:48:39.000Z
jni/exnihilope/util/StringUtils.h
Virtualoso/ExNihiloPE
8a3636ff72456a6ae156f23ea79d871fa3721754
[ "Apache-2.0" ]
5
2017-03-05T03:50:19.000Z
2017-06-12T09:57:31.000Z
#pragma once #include <vector> #include <string> class StringUtils { public: static std::vector<std::string> split(const std::string&, char); };
17.222222
66
0.677419
[ "vector" ]
9286727568cea86f7f59138e4e0976c20c036f5c
6,161
h
C
modules/path/include/motis/path/prepare/osm/osm_graph_contractor.h
julianharbarth/motis
d5ded8b519a85809949f084ca7983a22180deb1a
[ "MIT" ]
2
2020-08-11T19:41:58.000Z
2021-12-10T16:05:52.000Z
modules/path/include/motis/path/prepare/osm/osm_graph_contractor.h
igorbraun/motis
ab07dc9ebe9220c23626091c0b4080ee772ca081
[ "MIT" ]
null
null
null
modules/path/include/motis/path/prepare/osm/osm_graph_contractor.h
igorbraun/motis
ab07dc9ebe9220c23626091c0b4080ee772ca081
[ "MIT" ]
null
null
null
#pragma once #include <queue> #include <vector> #include "cista/reflection/comparable.h" #include "cista/reflection/printable.h" #include "utl/erase_if.h" #include "motis/core/common/logging.h" #include "motis/path/prepare/osm/osm_graph.h" namespace motis::path { struct osm_graph_dist { CISTA_COMPARABLE() CI...
27.752252
79
0.608667
[ "vector" ]
92876cb13a76a5d03111274d7c030fb98fdc9062
605
c
C
test/main.c
nathanfaucett/lisp
25b03e5a5374dd99dbd74737e867372c6bf65114
[ "MIT" ]
null
null
null
test/main.c
nathanfaucett/lisp
25b03e5a5374dd99dbd74737e867372c6bf65114
[ "MIT" ]
null
null
null
test/main.c
nathanfaucett/lisp
25b03e5a5374dd99dbd74737e867372c6bf65114
[ "MIT" ]
null
null
null
#include <stdio.h> #include <stdlib.h> #include "../lib.h" int main(void) { char* code = "(10 symbol :keyword {:key \"Hello, World!\"} [0, 1] 'a')"; lisp_State* state = lisp_State_new(); lisp_Object* reader = lisp_Reader_new(state); lisp_Object* input = lisp_Reader_ascii_next(state, reader, code, '\0...
28.809524
97
0.553719
[ "object" ]
9288512d411ebe8548a1ad31a20932d51e775823
4,187
h
C
tke/include/tencentcloud/tke/v20180525/model/InstanceDataDiskMountSetting.h
li5ch/tencentcloud-sdk-cpp
12ebfd75a399ee2791f6ac1220a79ce8a9faf7c4
[ "Apache-2.0" ]
43
2019-08-14T08:14:12.000Z
2022-03-30T12:35:09.000Z
tke/include/tencentcloud/tke/v20180525/model/InstanceDataDiskMountSetting.h
li5ch/tencentcloud-sdk-cpp
12ebfd75a399ee2791f6ac1220a79ce8a9faf7c4
[ "Apache-2.0" ]
12
2019-07-15T10:44:59.000Z
2021-11-02T12:35:00.000Z
tke/include/tencentcloud/tke/v20180525/model/InstanceDataDiskMountSetting.h
li5ch/tencentcloud-sdk-cpp
12ebfd75a399ee2791f6ac1220a79ce8a9faf7c4
[ "Apache-2.0" ]
28
2019-07-12T09:06:22.000Z
2022-03-30T08:04:18.000Z
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved. * * 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 ...
31.961832
116
0.486745
[ "vector", "model" ]
929a004457504156ad6c903f30997e7a986372b3
5,142
h
C
Engine/Source/Runtime/Renderer/Private/DepthRendering.h
PopCap/GameIdea
201e1df50b2bc99afc079ce326aa0a44b178a391
[ "BSD-2-Clause" ]
null
null
null
Engine/Source/Runtime/Renderer/Private/DepthRendering.h
PopCap/GameIdea
201e1df50b2bc99afc079ce326aa0a44b178a391
[ "BSD-2-Clause" ]
2
2015-06-21T17:38:11.000Z
2015-06-22T20:54:42.000Z
Engine/Source/Runtime/Renderer/Private/DepthRendering.h
PopCap/GameIdea
201e1df50b2bc99afc079ce326aa0a44b178a391
[ "BSD-2-Clause" ]
null
null
null
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. /*============================================================================= DepthRendering.h: Depth rendering definitions. =============================================================================*/ #pragma once enum EDepthDrawingMode { // tested...
26.921466
118
0.762155
[ "mesh", "render", "object" ]
929f2febd6f5c45f6b1b2eeb1fde0ed8620dd830
5,155
h
C
netbsd/sys/dev/dkvar.h
MarginC/kame
2ef74fe29e4cca9b4a87a1d5041191a9e2e8be30
[ "BSD-3-Clause" ]
91
2015-01-05T15:18:31.000Z
2022-03-11T16:43:28.000Z
netbsd/sys/dev/dkvar.h
MarginC/kame
2ef74fe29e4cca9b4a87a1d5041191a9e2e8be30
[ "BSD-3-Clause" ]
1
2016-02-25T15:57:55.000Z
2016-02-25T16:01:02.000Z
netbsd/sys/dev/dkvar.h
MarginC/kame
2ef74fe29e4cca9b4a87a1d5041191a9e2e8be30
[ "BSD-3-Clause" ]
21
2015-02-07T08:23:07.000Z
2021-12-14T06:01:49.000Z
/* $NetBSD: dkvar.h,v 1.4 2004/03/27 23:23:06 elric Exp $ */ /*- * Copyright (c) 2002 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Roland C. Dowdeswell. * * Redistribution and use in source and binary forms, with or without ...
41.910569
78
0.730359
[ "geometry" ]
92a141ecb85b191ace7170e147d12f9286443b6f
14,823
c
C
xen/xen-4.2.2/xen/arch/x86/nmi.c
zhiming-shen/Xen-Blanket-NG
47e59d9bb92e8fdc60942df526790ddb983a5496
[ "Apache-2.0" ]
1
2018-02-02T00:15:26.000Z
2018-02-02T00:15:26.000Z
xen/xen-4.2.2/xen/arch/x86/nmi.c
zhiming-shen/Xen-Blanket-NG
47e59d9bb92e8fdc60942df526790ddb983a5496
[ "Apache-2.0" ]
null
null
null
xen/xen-4.2.2/xen/arch/x86/nmi.c
zhiming-shen/Xen-Blanket-NG
47e59d9bb92e8fdc60942df526790ddb983a5496
[ "Apache-2.0" ]
1
2019-05-27T09:47:18.000Z
2019-05-27T09:47:18.000Z
/* * linux/arch/i386/nmi.c * * NMI watchdog support on APIC systems * * Started by Ingo Molnar <mingo@redhat.com> * * Fixes: * Mikael Pettersson : AMD K7 support for local APIC NMI watchdog. * Mikael Pettersson : Power Management for local APIC NMI watchdog. * Mikael Pettersson : Pentium 4 support for ...
27.399261
76
0.659516
[ "vector", "model", "3d" ]
92a33f52555ddc0db3375bf2b7bad0ac1d7dd61e
9,072
h
C
src/ble.h
Micka41/ATC_MiThermometer
e401426edd4497a335c9f528558394fc242ee2b9
[ "MIT-0" ]
1
2021-12-13T14:10:35.000Z
2021-12-13T14:10:35.000Z
src/ble.h
jaggil/ATC_MiThermometer
3779bafbeb4c94e86ca2452e4d6ba6c06ff0b13c
[ "MIT-0" ]
null
null
null
src/ble.h
jaggil/ATC_MiThermometer
3779bafbeb4c94e86ca2452e4d6ba6c06ff0b13c
[ "MIT-0" ]
null
null
null
#pragma once #include <stdbool.h> #include <stdint.h> #include "app.h" #include "stack/ble/ble.h" extern uint8_t mac_public[6], mac_random_static[6]; extern uint8_t ble_name[32]; extern uint8_t ota_is_working; extern uint8_t ble_connected; // bit 0 - connected, bit 1 - conn_param_update, bit 2 - paring success, bit ...
40.32
137
0.637676
[ "model" ]
92a8d465a1a73824257f80d7a6645b551c2e3898
2,180
h
C
fastlib/include/fastlib/optimization/SDFPacking.h
LaudateCorpus1/fast-1
4c7d844bc6e7c2bf502ffaa126bce926a92f6227
[ "MIT" ]
4
2019-03-04T20:14:51.000Z
2022-03-15T15:46:17.000Z
fastlib/include/fastlib/optimization/SDFPacking.h
krsvojte/fast
4c7d844bc6e7c2bf502ffaa126bce926a92f6227
[ "MIT" ]
1
2022-03-15T16:59:30.000Z
2022-03-15T16:59:30.000Z
fastlib/include/fastlib/optimization/SDFPacking.h
LaudateCorpus1/fast-1
4c7d844bc6e7c2bf502ffaa126bce926a92f6227
[ "MIT" ]
1
2022-03-15T16:59:17.000Z
2022-03-15T16:59:17.000Z
#pragma once #include <fastlib/geometry/ImplicitGeometry.h> #include <fastlib/geometry/AABB.h> #include <fastlib/optimization/SimulatedAnnealing.h> #include <fastlib/utility/RandomGenerator.h> #include <distfun/distfun.hpp> #include <fastlib/geometry/SDF.h> #include <vector> #include <memory> namespace fast { cl...
20
98
0.706422
[ "geometry", "vector" ]
92aa3b394b60c6ca4b84d52d35d0002908e10db4
3,931
h
C
src/WebGPUWindow.h
dcerisano/webgpu
8d7c09b916a8ef2aaf1297ec3d5433f8775075a6
[ "MIT" ]
225
2019-09-25T13:03:07.000Z
2022-03-23T09:53:28.000Z
src/WebGPUWindow.h
dcerisano/webgpu
8d7c09b916a8ef2aaf1297ec3d5433f8775075a6
[ "MIT" ]
35
2020-02-24T09:42:37.000Z
2022-01-27T00:22:57.000Z
src/WebGPUWindow.h
dcerisano/webgpu
8d7c09b916a8ef2aaf1297ec3d5433f8775075a6
[ "MIT" ]
21
2020-01-14T01:41:36.000Z
2022-03-29T00:41:17.000Z
#ifndef __WEB_GPU_WINDOW_H__ #define __WEB_GPU_WINDOW_H__ #include "Base.h" #include "GPUSwapChain.h" class WebGPUWindow : public Napi::ObjectWrap<WebGPUWindow> { public: static Napi::Object Initialize(Napi::Env env, Napi::Object exports); static Napi::FunctionReference constructor; WebGPUWindow(cons...
36.738318
83
0.732384
[ "object" ]
92b75174c73d2f31d75521ba06f0128cd96f79bb
44,162
c
C
q3osc/ccrmamod/botlib/be_aas_sample.c
martinez-zea/localconflict
9b47c92b93315efe6a0a485a645d080f3ecf7e9a
[ "MIT" ]
1
2015-05-02T11:29:58.000Z
2015-05-02T11:29:58.000Z
q3osc/ccrmamod/botlib/be_aas_sample.c
martinez-zea/localconflict
9b47c92b93315efe6a0a485a645d080f3ecf7e9a
[ "MIT" ]
null
null
null
q3osc/ccrmamod/botlib/be_aas_sample.c
martinez-zea/localconflict
9b47c92b93315efe6a0a485a645d080f3ecf7e9a
[ "MIT" ]
null
null
null
/* =========================================================================== Copyright (C) 1999-2005 Id Software, Inc. This file is part of Quake III Arena source code. Quake III Arena source code is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as publish...
31.657348
118
0.599271
[ "vector", "solid" ]
92b945302b49a862d345fb62d26465f195c97d94
1,295
h
C
ui/gfx/linux/test/mock_gbm_device.h
sarang-apps/darshan_browser
173649bb8a7c656dc60784d19e7bb73e07c20daa
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
ui/gfx/linux/test/mock_gbm_device.h
sarang-apps/darshan_browser
173649bb8a7c656dc60784d19e7bb73e07c20daa
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
ui/gfx/linux/test/mock_gbm_device.h
sarang-apps/darshan_browser
173649bb8a7c656dc60784d19e7bb73e07c20daa
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
2
2021-01-05T23:43:46.000Z
2021-01-07T23:36:34.000Z
// Copyright 2018 The Chromium 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 UI_GFX_LINUX_TEST_MOCK_GBM_DEVICE_H_ #define UI_GFX_LINUX_TEST_MOCK_GBM_DEVICE_H_ #include "ui/gfx/linux/gbm_device.h" namespace ui { // The re...
29.431818
78
0.707336
[ "vector" ]
92cedd7114d258a80310d2d12f09926ecbdc4aa7
3,087
h
C
Engine/Source/Runtime/Engine/Classes/Sound/SoundSubmix.h
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
1
2022-01-29T18:36:12.000Z
2022-01-29T18:36:12.000Z
Engine/Source/Runtime/Engine/Classes/Sound/SoundSubmix.h
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
null
null
null
Engine/Source/Runtime/Engine/Classes/Sound/SoundSubmix.h
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
null
null
null
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreMinimal.h" #include "UObject/ObjectMacros.h" #include "UObject/Object.h" #include "SoundEffectSubmix.h" #include "SoundSubmix.generated.h" class UEdGraph; class USoundEffectSubmixPreset; class USoundSubmix; // Class used to send...
25.303279
101
0.781989
[ "object" ]
92ceedbb79d6b034a7aef4a5bf96cb65e0aad97d
27,146
h
C
jlp_raptor/epix_inc/epix_xclibsv.h
jlprieur/PiscoSpeck2
f6018b362feb67b71c920c3272a44fed35cad844
[ "MIT" ]
1
2020-03-28T14:45:16.000Z
2020-03-28T14:45:16.000Z
jlp_raptor/epix_inc/epix_xclibsv.h
jlprieur/PiscoSpeck2
f6018b362feb67b71c920c3272a44fed35cad844
[ "MIT" ]
null
null
null
jlp_raptor/epix_inc/epix_xclibsv.h
jlprieur/PiscoSpeck2
f6018b362feb67b71c920c3272a44fed35cad844
[ "MIT" ]
1
2020-07-09T00:20:38.000Z
2020-07-09T00:20:38.000Z
/* * * xclibsv.h External 29-Jul-2016 * * Copyright (C) 1999-2014 EPIX, Inc. All rights reserved. * * PIXCI(R) Library: API, Services, and Support Structs * */ #if !defined(__EPIX_XCLIBSV_DEFINED) #define __EPIX_XCLIBSV_DEFINED #include "epix_cext_hps.h" #ifdef __cplusplus extern "C" { #...
41.192716
230
0.657445
[ "model" ]
92d2c66e0dc7cfa6dc3f29b71a7a350a8022f1c9
5,946
h
C
PWG/EMCAL/EMCALbase/AliEmcalESDHybridTrackCuts.h
aknospe/AliPhysics
bf2fb13800e25e98a1848ddc893301bb9da3828b
[ "BSD-3-Clause" ]
null
null
null
PWG/EMCAL/EMCALbase/AliEmcalESDHybridTrackCuts.h
aknospe/AliPhysics
bf2fb13800e25e98a1848ddc893301bb9da3828b
[ "BSD-3-Clause" ]
null
null
null
PWG/EMCAL/EMCALbase/AliEmcalESDHybridTrackCuts.h
aknospe/AliPhysics
bf2fb13800e25e98a1848ddc893301bb9da3828b
[ "BSD-3-Clause" ]
null
null
null
/************************************************************************************ * Copyright (C) 2017, Copyright Holders of the ALICE Collaboration * * All rights reserved. * * ...
39.64
138
0.640262
[ "object" ]
92e72dc28b59a29036534bd290c1f654fd397608
1,160
h
C
benchmark/find_tweet/ondemand.h
codewitch-honey-crisis/simdjson
b66afdeacc96a4e9153c092b9cb9d5d98e2a4338
[ "Apache-2.0" ]
null
null
null
benchmark/find_tweet/ondemand.h
codewitch-honey-crisis/simdjson
b66afdeacc96a4e9153c092b9cb9d5d98e2a4338
[ "Apache-2.0" ]
null
null
null
benchmark/find_tweet/ondemand.h
codewitch-honey-crisis/simdjson
b66afdeacc96a4e9153c092b9cb9d5d98e2a4338
[ "Apache-2.0" ]
null
null
null
#pragma once #if SIMDJSON_EXCEPTIONS #include "find_tweet.h" namespace find_tweet { using namespace simdjson; using namespace simdjson::builtin; class OnDemand { public: OnDemand() { if(!displayed_implementation) { std::cout << "On Demand implementation: " << builtin_implementation()->name() << std::e...
23.2
97
0.701724
[ "object" ]
92fbd92ee8f1c70addf72dbe5925b2264c38be27
22,657
c
C
svgplotlib/@src/shivavg/src/shPaint.c
masayuko/svgplotlib
ce992f4d82e818a8b54f3c9ec0d0bd2407a02412
[ "BSD-3-Clause" ]
1
2015-08-17T12:16:27.000Z
2015-08-17T12:16:27.000Z
svgplotlib/@src/shivavg/src/shPaint.c
masayuko/svgplotlib
ce992f4d82e818a8b54f3c9ec0d0bd2407a02412
[ "BSD-3-Clause" ]
null
null
null
svgplotlib/@src/shivavg/src/shPaint.c
masayuko/svgplotlib
ce992f4d82e818a8b54f3c9ec0d0bd2407a02412
[ "BSD-3-Clause" ]
null
null
null
/* * Copyright (c) 2007 Ivan Leben * * This library 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 2.1 of the License, or (at your option) any later version. * * This library ...
27.937115
81
0.607494
[ "mesh", "object", "transform" ]
92fd82207db1e4ac51efac71b57faa7f1e3ae651
8,882
h
C
src/automaton/core/data/protobuf/protobuf_factory.h
sept-en/automaton
b7448dfe578cf52df37ec7c86536d1e51017c548
[ "MIT" ]
2
2018-12-19T18:01:14.000Z
2019-03-29T12:54:41.000Z
src/automaton/core/data/protobuf/protobuf_factory.h
sept-en/automaton
b7448dfe578cf52df37ec7c86536d1e51017c548
[ "MIT" ]
3
2018-12-20T17:44:31.000Z
2020-03-25T16:45:04.000Z
src/automaton/core/data/protobuf/protobuf_factory.h
sept-en/automaton
b7448dfe578cf52df37ec7c86536d1e51017c548
[ "MIT" ]
2
2020-03-12T13:33:10.000Z
2020-03-22T00:48:51.000Z
#ifndef AUTOMATON_CORE_DATA_PROTOBUF_PROTOBUF_FACTORY_H_ #define AUTOMATON_CORE_DATA_PROTOBUF_PROTOBUF_FACTORY_H_ #include <google/protobuf/descriptor.h> #include <google/protobuf/descriptor.pb.h> #include <google/protobuf/dynamic_message.h> #include <google/protobuf/io/tokenizer.h> #include <google/protobuf/io/zero_c...
34.293436
94
0.734294
[ "vector" ]
130286fb6f77490be981fb57ef5d12f080deda2c
1,576
h
C
GProcrustesAnalysis/procrustes.h
upperwal/AAM
5cf02f027c0ca79b42888a2b168cbb013d45ab23
[ "Apache-2.0" ]
null
null
null
GProcrustesAnalysis/procrustes.h
upperwal/AAM
5cf02f027c0ca79b42888a2b168cbb013d45ab23
[ "Apache-2.0" ]
null
null
null
GProcrustesAnalysis/procrustes.h
upperwal/AAM
5cf02f027c0ca79b42888a2b168cbb013d45ab23
[ "Apache-2.0" ]
null
null
null
// // Procrustes.h // Procrustes // // Created by Saburo Okita on 07/04/14. Modified by Abhishek Upperwal // Copyright (c) 2014 Saburo Okita. All rights reserved. // #ifndef __AAM__procrustes__ #define __AAM__procrustes__ #include <iostream> #include <opencv2/opencv.hpp> using namespace std; using namespace cv; ...
32.833333
145
0.677665
[ "vector" ]
ddf68189ac357d4327914f673bfda974adfce807
3,058
h
C
example/linux/flutter/ephemeral/flutter_linux/fl_json_message_codec.h
dipendra-sharma/fl_chart
0ff90df841eab6df830e3e12b5c7a7fe4698e07d
[ "BSD-3-Clause" ]
5,823
2015-09-20T02:43:18.000Z
2022-03-31T23:38:55.000Z
example/linux/flutter/ephemeral/flutter_linux/fl_json_message_codec.h
dipendra-sharma/fl_chart
0ff90df841eab6df830e3e12b5c7a7fe4698e07d
[ "BSD-3-Clause" ]
20,081
2015-09-19T16:07:59.000Z
2022-03-31T23:33:26.000Z
example/linux/flutter/ephemeral/flutter_linux/fl_json_message_codec.h
dipendra-sharma/fl_chart
0ff90df841eab6df830e3e12b5c7a7fe4698e07d
[ "BSD-3-Clause" ]
5,383
2015-09-24T22:49:53.000Z
2022-03-31T14:33:51.000Z
// Copyright 2013 The Flutter 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 FLUTTER_SHELL_PLATFORM_LINUX_FL_JSON_MESSAGE_CODEC_H_ #define FLUTTER_SHELL_PLATFORM_LINUX_FL_JSON_MESSAGE_CODEC_H_ #if !defined(__FLUTTER_LINUX_I...
31.525773
77
0.729235
[ "object" ]
fb0083493205dfca331d9f6ad19ecc495ea741f6
624
h
C
KatamariSphereController.h
catinapoke/directx-engine
b967eff417d170fce947066486b01a1003fa20ce
[ "MIT" ]
null
null
null
KatamariSphereController.h
catinapoke/directx-engine
b967eff417d170fce947066486b01a1003fa20ce
[ "MIT" ]
null
null
null
KatamariSphereController.h
catinapoke/directx-engine
b967eff417d170fce947066486b01a1003fa20ce
[ "MIT" ]
null
null
null
#pragma once #include "TransformController.h" class CameraComponent; class KatamariSphereController : public ComponentBase { public: explicit KatamariSphereController(std::shared_ptr<InputDevice> device, CameraComponent* camera); void Awake() override; void Update(float deltaTime) override; protected: ...
24
100
0.767628
[ "transform" ]
fb089292f9dd0f4117cd28953ff322470b38b58b
4,378
h
C
aws-cpp-sdk-securityhub/include/aws/securityhub/model/AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails.h
perfectrecall/aws-sdk-cpp
fb8cbebf2fd62720b65aeff841ad2950e73d8ebd
[ "Apache-2.0" ]
1
2022-02-10T08:06:54.000Z
2022-02-10T08:06:54.000Z
aws-cpp-sdk-securityhub/include/aws/securityhub/model/AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails.h
perfectrecall/aws-sdk-cpp
fb8cbebf2fd62720b65aeff841ad2950e73d8ebd
[ "Apache-2.0" ]
1
2022-01-03T23:59:37.000Z
2022-01-03T23:59:37.000Z
aws-cpp-sdk-securityhub/include/aws/securityhub/model/AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails.h
ravindra-wagh/aws-sdk-cpp
7d5ff01b3c3b872f31ca98fb4ce868cd01e97696
[ "Apache-2.0" ]
1
2021-11-09T12:02:58.000Z
2021-11-09T12:02:58.000Z
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/securityhub/SecurityHub_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <utility> namespace Aws { namespace Utils { namespace Json { class JsonValue;...
32.671642
151
0.689584
[ "object", "model" ]
fb1aaeaf383c3b512978a9688c0c25b3c24c42d6
5,336
h
C
torch/csrc/jit/codegen/cuda/ir_container.h
ljhOfGithub/pytorch
c568f7b16f2a98d72ff5b7c6c6161b67b2c27514
[ "Intel" ]
2
2020-03-13T06:57:49.000Z
2020-05-17T04:18:14.000Z
torch/csrc/jit/codegen/cuda/ir_container.h
ellhe-blaster/pytorch
e5282c3cb8bf6ad8c5161f9d0cc271edb9abed25
[ "Intel" ]
1
2019-07-23T15:23:32.000Z
2019-07-23T15:32:23.000Z
torch/csrc/jit/codegen/cuda/ir_container.h
ellhe-blaster/pytorch
e5282c3cb8bf6ad8c5161f9d0cc271edb9abed25
[ "Intel" ]
2
2019-07-23T14:37:31.000Z
2019-07-23T14:47:13.000Z
#pragma once #include <c10/macros/Export.h> #include <torch/csrc/jit/codegen/cuda/ir_base_nodes.h> #include <torch/csrc/jit/codegen/cuda/utils.h> #include <deque> #include <unordered_map> #include <unordered_set> namespace torch { namespace jit { namespace fuser { namespace cuda { class IrBuilderPasskey; class Exp...
30.491429
79
0.728636
[ "transform" ]
fb2040d7bc09dee6be6ca4bdeceefa3d7d61c125
15,129
c
C
lib/gr3/gr3_slices.c
c42f/gr
c0e565ca360489e6ea1e618ad810ac9f3c46d905
[ "RSA-MD" ]
null
null
null
lib/gr3/gr3_slices.c
c42f/gr
c0e565ca360489e6ea1e618ad810ac9f3c46d905
[ "RSA-MD" ]
null
null
null
lib/gr3/gr3_slices.c
c42f/gr
c0e565ca360489e6ea1e618ad810ac9f3c46d905
[ "RSA-MD" ]
null
null
null
#include <assert.h> #include <stdlib.h> #include <math.h> #include "gr3.h" #include "gr.h" #define SLICE_OFFSET 0.001 static float colormap[768]; static float *getcolormap() { int i; for (i = 0; i < 255; i++) { int packed_color = 0; gr_inqcolor(1000+i, &packed_color); colormap[3*i+0] =...
49.930693
107
0.5504
[ "mesh" ]
fb4059ec93d52e574158644581e908c8fb1753a5
7,141
h
C
Event/Recon/CalRecon/CalMomParams.h
fermi-lat/Event
2e9e8ee117f61c4b1abde69828a97f94ff84630a
[ "BSD-3-Clause" ]
null
null
null
Event/Recon/CalRecon/CalMomParams.h
fermi-lat/Event
2e9e8ee117f61c4b1abde69828a97f94ff84630a
[ "BSD-3-Clause" ]
null
null
null
Event/Recon/CalRecon/CalMomParams.h
fermi-lat/Event
2e9e8ee117f61c4b1abde69828a97f94ff84630a
[ "BSD-3-Clause" ]
null
null
null
#ifndef CalMomParams_H #define CalMomParams_H /** * @class CalMomParams * * @brief Gaudi TDS class to store the complete output of the calorimeter * moments analysis. * * This is an extension of the CalParams base class meant to include all the * quantities calculated in the moments analysis (longitudinal and trans...
42.760479
95
0.673855
[ "object", "vector" ]
fb41549a05b6b46474a1f6de526676022ef5e9b8
857
h
C
Scr/lab_inheritance/include/truck.h
bo-rc/data_structures
d568b240aff9ceaf5c220684358e32643b8b1864
[ "MIT" ]
null
null
null
Scr/lab_inheritance/include/truck.h
bo-rc/data_structures
d568b240aff9ceaf5c220684358e32643b8b1864
[ "MIT" ]
null
null
null
Scr/lab_inheritance/include/truck.h
bo-rc/data_structures
d568b240aff9ceaf5c220684358e32643b8b1864
[ "MIT" ]
null
null
null
/** * Copyright 2011 University of Illinois at Urbana-Champaign * CS 225 Lab 04 C++ Object Oriented Programming * Authors: * Simon Krueger <skruege2@illinois.edu> */ #ifndef TRUCK_H_ #define TRUCK_H_ #include "circle.h" #include "drawable.h" #include "rectangle.h" #include "vector2.h" class Truck : public Dra...
20.404762
60
0.670945
[ "object" ]
fb516241c9c037565382e007b7aed525b98fc0da
914
h
C
include/azule/graphics/DrawableComponent.h
ASxa86/azule
9bf89dfc5a80f296b02edd3ac608d9a90e4ea26b
[ "MIT" ]
1
2018-10-19T18:00:19.000Z
2018-10-19T18:00:19.000Z
include/azule/graphics/DrawableComponent.h
ASxa86/azule
9bf89dfc5a80f296b02edd3ac608d9a90e4ea26b
[ "MIT" ]
7
2019-06-13T00:48:55.000Z
2020-05-05T00:18:42.000Z
include/azule/graphics/DrawableComponent.h
ASxa86/AGE
9bf89dfc5a80f296b02edd3ac608d9a90e4ea26b
[ "MIT" ]
null
null
null
#pragma once #include <azule/entity/Component.h> #include <azule/export.hxx> #include <SFML/Graphics/Drawable.hpp> namespace azule { /// /// \class DrawableComponent /// /// \brief This class manages a single SFML drawable and any related configurations for it. /// /// \author Aaron Shelley /// /// \date May ...
22.85
110
0.703501
[ "render" ]
fb62fa874c6f76e33be7d8a072ba42d470625fd8
9,380
h
C
src/Vector.h
Caleb646/M3D
7838d5f4ff1615d633f14fa5454bd75fe2ade0f6
[ "MIT" ]
null
null
null
src/Vector.h
Caleb646/M3D
7838d5f4ff1615d633f14fa5454bd75fe2ade0f6
[ "MIT" ]
null
null
null
src/Vector.h
Caleb646/M3D
7838d5f4ff1615d633f14fa5454bd75fe2ade0f6
[ "MIT" ]
null
null
null
#pragma once #include <iostream> //#include <immintrin.h> #include "define.h" #include "../Fwd.h" /* * * * * NOTES: The v array has to be located at the top of the class for opengl vertex buffers. * * * * */ namespace m3d { template <typename T, std::size_t SIZE> class Vector { public: using size_type =...
15.871404
89
0.505864
[ "vector" ]
fb6454a8d040010112d03064256d08eb2af9922e
3,581
h
C
src/Server.h
florian-richter/node-rfc
dd37da5f005254f3a7d5c4eaafcfd39e6ac03f37
[ "Apache-2.0" ]
223
2015-01-20T12:55:10.000Z
2022-03-06T20:24:34.000Z
src/Server.h
florian-richter/node-rfc
dd37da5f005254f3a7d5c4eaafcfd39e6ac03f37
[ "Apache-2.0" ]
244
2015-02-11T14:41:17.000Z
2022-03-31T13:00:10.000Z
src/Server.h
florian-richter/node-rfc
dd37da5f005254f3a7d5c4eaafcfd39e6ac03f37
[ "Apache-2.0" ]
82
2015-02-11T13:09:58.000Z
2022-03-27T13:11:24.000Z
// SPDX-FileCopyrightText: 2014 SAP SE Srdjan Boskovic <srdjan.boskovic@sap.com> // // SPDX-License-Identifier: Apache-2.0 #ifndef NodeRfc_Server_H #define NodeRfc_Server_H #include <uv.h> #include <map> #include "Client.h" typedef struct _ServerFunctionStruct { RFC_ABAP_NAME func_name; RFC_FUNCTION_DESC_HAND...
30.347458
135
0.671042
[ "object" ]
fb6579b7f23f7201d991e3c46585d9c8f381eb6b
15,329
c
C
software/capteur/main.c
mbouyer/weatherstation
9f3b00f26e6116042bad1102e2cb4ea020037347
[ "BSD-2-Clause" ]
null
null
null
software/capteur/main.c
mbouyer/weatherstation
9f3b00f26e6116042bad1102e2cb4ea020037347
[ "BSD-2-Clause" ]
null
null
null
software/capteur/main.c
mbouyer/weatherstation
9f3b00f26e6116042bad1102e2cb4ea020037347
[ "BSD-2-Clause" ]
null
null
null
/* $Id: main.c,v 1.36 2019/03/12 19:24:19 bouyer Exp $ */ /* * Copyright (c) 2021 Manuel Bouyer * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must...
21.620592
78
0.662405
[ "vector" ]
a1813d71f92fd13f5bf75f8dd56b03648565d390
2,270
h
C
timeout/include/timeout/timer.h
lokraszewski/timeout
36eac51c2272f2f60ae529197fc2c079d7c58839
[ "MIT" ]
1
2020-01-10T10:38:12.000Z
2020-01-10T10:38:12.000Z
timeout/include/timeout/timer.h
lokraszewski/timeout
36eac51c2272f2f60ae529197fc2c079d7c58839
[ "MIT" ]
null
null
null
timeout/include/timeout/timer.h
lokraszewski/timeout
36eac51c2272f2f60ae529197fc2c079d7c58839
[ "MIT" ]
null
null
null
/* * @Author: Lukasz * @Date: 14-03-2019 * @Last Modified by: Lukasz Okraszewski * @Last Modified time: 16-03-2019 */ #pragma once #include <chrono> #include <condition_variable> #include <functional> #include <mutex> #include <thread> namespace timeout { namespace standard { /** * @author lokraszews...
21.826923
79
0.622907
[ "object" ]
a183c0271af142d98e13c85ffe6d5df70985b658
4,169
c
C
tensor/tostring_module.c
hslee1539/GIS_GANs
6901c830b924e59fd06247247db3f925bab26583
[ "MIT" ]
null
null
null
tensor/tostring_module.c
hslee1539/GIS_GANs
6901c830b924e59fd06247247db3f925bab26583
[ "MIT" ]
null
null
null
tensor/tostring_module.c
hslee1539/GIS_GANs
6901c830b924e59fd06247247db3f925bab26583
[ "MIT" ]
null
null
null
#define _CRT_SECURE_NO_WARNINGS // sprintf 보안 경고로 인한 컴파일 에러 방지 #include <malloc.h> #include <stdio.h> #include "tostring_module.h" int _tostring_process1(char * out, long long *pos, int *out_index, int out_size, int dim); int _tostring_process2(char *out, float *array, long long *shape, long long *pos, int *out_in...
31.583333
124
0.550492
[ "shape" ]
a187ddd2615e9c2882f9413408eb707eeaca02fb
8,318
h
C
chrome/browser/ui/ash/desks_client.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
1
2021-11-16T13:10:29.000Z
2021-11-16T13:10:29.000Z
chrome/browser/ui/ash/desks_client.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
chrome/browser/ui/ash/desks_client.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
// Copyright 2021 The Chromium 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 CHROME_BROWSER_UI_ASH_DESKS_CLIENT_H_ #define CHROME_BROWSER_UI_ASH_DESKS_CLIENT_H_ #include <memory> #include "ash/public/cpp/desk_template.h" ...
43.098446
80
0.751623
[ "object", "vector" ]
a19338e75f0d0c0a246a3ae7d9315f69ec9de4c2
7,569
h
C
aws-cpp-sdk-iotevents/include/aws/iotevents/model/SMSConfiguration.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-iotevents/include/aws/iotevents/model/SMSConfiguration.h
perfectrecall/aws-sdk-cpp
fb8cbebf2fd62720b65aeff841ad2950e73d8ebd
[ "Apache-2.0" ]
1
2022-01-03T23:59:37.000Z
2022-01-03T23:59:37.000Z
aws-cpp-sdk-iotevents/include/aws/iotevents/model/SMSConfiguration.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/iotevents/IoTEvents_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/core/utils/memory/stl/AWSVector.h> #include <aws/iotevents/model/RecipientDetai...
35.70283
158
0.66812
[ "vector", "model" ]
a19cdb7329ab1e2f51acba6ce938a658f09fb38e
9,756
h
C
src/streams.h
tech-niche-biz/bacula-9.4.4
5e74458b612354f6838652dac9ddff94be1bbce6
[ "BSD-2-Clause" ]
null
null
null
src/streams.h
tech-niche-biz/bacula-9.4.4
5e74458b612354f6838652dac9ddff94be1bbce6
[ "BSD-2-Clause" ]
null
null
null
src/streams.h
tech-niche-biz/bacula-9.4.4
5e74458b612354f6838652dac9ddff94be1bbce6
[ "BSD-2-Clause" ]
null
null
null
/* Bacula(R) - The Network Backup Solution Copyright (C) 2000-2017 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. You may use this file and others of this release according to the license defined in ...
62.140127
117
0.690652
[ "object" ]
a1a5100e62568445f282eb631fa82150307bb784
478
h
C
Travel/Main/Home/ViewController/SQTravelPlanDetailViewController.h
YinSiQian/Travel
1183656ec96e189ed8330d9c9e93cc723cee5416
[ "MIT" ]
null
null
null
Travel/Main/Home/ViewController/SQTravelPlanDetailViewController.h
YinSiQian/Travel
1183656ec96e189ed8330d9c9e93cc723cee5416
[ "MIT" ]
1
2019-07-13T12:38:39.000Z
2019-07-13T12:38:39.000Z
Travel/Main/Home/ViewController/SQTravelPlanDetailViewController.h
YinSiQian/Travel
1183656ec96e189ed8330d9c9e93cc723cee5416
[ "MIT" ]
null
null
null
// // SQTravelPlanDetailViewController.h // Travel // // Created by ABJ on 2019/5/8. // Copyright © 2019 ysq. All rights reserved. // #import "SQBaseViewController.h" #import "SQHomePlanModel.h" NS_ASSUME_NONNULL_BEGIN @interface SQTravelPlanDetailViewController : SQBaseViewController @property (nonatomic, stro...
19.12
66
0.776151
[ "model" ]
a1b158d798811582b99515cc808beb5e5b62697f
1,614
h
C
game/shared/entities/weapons/CCrossbow.h
HLSources/HLEnhanced
7510a8f7049293b5094b9c6e14e0aa0869c8dba2
[ "Unlicense" ]
83
2016-06-10T20:49:23.000Z
2022-02-13T18:05:11.000Z
game/shared/entities/weapons/CCrossbow.h
HLSources/HLEnhanced
7510a8f7049293b5094b9c6e14e0aa0869c8dba2
[ "Unlicense" ]
26
2016-06-16T22:27:24.000Z
2019-04-30T19:25:51.000Z
game/shared/entities/weapons/CCrossbow.h
HLSources/HLEnhanced
7510a8f7049293b5094b9c6e14e0aa0869c8dba2
[ "Unlicense" ]
58
2016-06-10T23:52:33.000Z
2021-12-30T02:30:50.000Z
/*** * * Copyright (c) 1996-2001, Valve LLC. All rights reserved. * * This product contains software technology licensed from Id * Software, Inc. ("Id Technology"). Id Technology (c) 1996 Id Software, Inc. * All Rights Reserved. * * Use, distribution, and modification of this source code and/or resulting * object ...
26.459016
77
0.751549
[ "object" ]
a1b4d84468a0b991135984fa67fce92f9f4ead92
3,818
h
C
UltraDV/Headers/MuseumApp.h
ModeenF/UltraDV
30474c60880de541b33687c96293766fe0dc4aef
[ "Unlicense" ]
null
null
null
UltraDV/Headers/MuseumApp.h
ModeenF/UltraDV
30474c60880de541b33687c96293766fe0dc4aef
[ "Unlicense" ]
null
null
null
UltraDV/Headers/MuseumApp.h
ModeenF/UltraDV
30474c60880de541b33687c96293766fe0dc4aef
[ "Unlicense" ]
null
null
null
//------------------------------------------------------------------- // // File: TMuseumApp.h // // Author: Gene Z. Ragan // // Data: 01.29.98 // //------------------------------------------------------------------- #if !defined(__TMUSEUMAPP_H__) #define __TMUSEUMAPP_H__ #include "BuildApp.h" #include "TCursor.h" ...
27.467626
95
0.705081
[ "object" ]
a1b9abb7653a57fd787118023c152eaecef8b752
3,734
h
C
flashlight/fl/tensor/TensorAdapter.h
harveenchadha/flashlight
80978b464c20b8f9b9eb73cb17c000f7613c35b3
[ "BSD-3-Clause" ]
null
null
null
flashlight/fl/tensor/TensorAdapter.h
harveenchadha/flashlight
80978b464c20b8f9b9eb73cb17c000f7613c35b3
[ "BSD-3-Clause" ]
null
null
null
flashlight/fl/tensor/TensorAdapter.h
harveenchadha/flashlight
80978b464c20b8f9b9eb73cb17c000f7613c35b3
[ "BSD-3-Clause" ]
null
null
null
/* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include "flashlight/fl/tensor/TensorBase.h" namespace fl { /** * Convert a Tensor from an adapter or via ar...
27.659259
80
0.668184
[ "shape", "vector" ]
a1c0a6a272c06025334e38bc31bc663bccbd653b
12,082
h
C
ext/ORION3_0/mainpage.h
NickSica/gem5
87ffe8b4f75f3a6938144e4edc1ba0ba6f3f0610
[ "BSD-3-Clause" ]
3
2020-10-29T19:00:29.000Z
2020-12-21T12:24:28.000Z
ext/ORION3_0/mainpage.h
NickSica/gem5
87ffe8b4f75f3a6938144e4edc1ba0ba6f3f0610
[ "BSD-3-Clause" ]
null
null
null
ext/ORION3_0/mainpage.h
NickSica/gem5
87ffe8b4f75f3a6938144e4edc1ba0ba6f3f0610
[ "BSD-3-Clause" ]
null
null
null
/** \mainpage ORION 3.0: A Power and Area Simulator for On-Chip Networks ================================================================= Copyright 2012 The Regents of the University of California All Rights Reserved Permission to copy, modify and distribute any part of this ORION3.0 software distribution for e...
44.25641
221
0.750207
[ "vector", "model" ]
a1c8eab8f83ecfa92467c02af55a9027f96168fa
2,484
c
C
src/vector.c
thesstefan/thing_counter
9d7e1191c8abd509bd437e815aad4f11f05ec71a
[ "MIT" ]
null
null
null
src/vector.c
thesstefan/thing_counter
9d7e1191c8abd509bd437e815aad4f11f05ec71a
[ "MIT" ]
null
null
null
src/vector.c
thesstefan/thing_counter
9d7e1191c8abd509bd437e815aad4f11f05ec71a
[ "MIT" ]
null
null
null
#include <stdio.h> #include <stdlib.h> #include "vector.h" #include "errors.h" struct Vector *vector_create() { struct Vector *vector = malloc(sizeof(struct Vector)); if (vector == NULL) { vector_delete(vector); return NULL; } vector->capacity = VECTOR_INIT_CAPACITY; vec...
21.230769
80
0.599839
[ "vector" ]
a1cf2844e953c1292162074a271da7f8e2a536e8
21,513
h
C
inetsrv/intlwb/enu/tracer/inc/tracer.h
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
inetsrv/intlwb/enu/tracer/inc/tracer.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
inetsrv/intlwb/enu/tracer/inc/tracer.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
#ifndef _TRACER_H_ #define _TRACER_H_ #include <stdlib.h> #include <stdio.h> #include <windows.h> #include <stdarg.h> // // global defines. // #define MAX_FLAG_NAME 32 #define MAX_TAG_NAME 64 #define DEVICE_FLAG 0 #define ERROR_LEVEL_FLAG 1 #define ASSERT_LEVEL_FLAG 2 #define PRINT_L...
27.975293
115
0.554548
[ "object" ]
a1dc529d33b7090119fc3d190797c0bcdad9af43
3,360
h
C
display/winusb/mousecore.h
zlab-pub/mousetouch
72c18ad4c96de5a07a16400cad0430cee9f4135a
[ "Apache-2.0" ]
null
null
null
display/winusb/mousecore.h
zlab-pub/mousetouch
72c18ad4c96de5a07a16400cad0430cee9f4135a
[ "Apache-2.0" ]
null
null
null
display/winusb/mousecore.h
zlab-pub/mousetouch
72c18ad4c96de5a07a16400cad0430cee9f4135a
[ "Apache-2.0" ]
null
null
null
#ifndef DISPLAY_WINUSB_MOUSECORE_H_ #define DISPLAY_WINUSB_MOUSECORE_H_ #ifdef USE_MOUSECORE #include <libusb.h> #include "libusb_utils.h" #ifdef MOUSECORE_NATIVE_ASYNC #error "cannot use native_async without native enabled." #endif #endif #ifdef USE_MOUSECORE_NATIVE #include "../common.h" #include "usb_utils...
28.474576
116
0.716667
[ "vector" ]
a1dd0dad70d539a5af52fbc984736fb2a25c8656
10,511
h
C
hector_quadrotor/hector_pose_estimation_core/include/hector_pose_estimation/substate.h
Eashwar-S/Swarm_Drones
1611c9a66ff0feb6d2ceed4518402e32064bf0f1
[ "MIT" ]
3
2020-06-04T07:27:26.000Z
2021-03-31T09:45:06.000Z
hector_quadrotor/hector_pose_estimation_core/include/hector_pose_estimation/substate.h
Eashwar-S/Swarm_Drones
1611c9a66ff0feb6d2ceed4518402e32064bf0f1
[ "MIT" ]
4
2020-11-24T13:19:01.000Z
2021-07-29T12:48:35.000Z
hector_quadrotor/hector_pose_estimation_core/include/hector_pose_estimation/substate.h
Eashwar-S/Swarm_Drones
1611c9a66ff0feb6d2ceed4518402e32064bf0f1
[ "MIT" ]
2
2019-11-25T23:36:44.000Z
2019-11-28T20:07:25.000Z
//================================================================================================= // Copyright (c) 2013, Johannes Meyer, TU Darmstadt // All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are...
55.321053
390
0.775759
[ "vector", "model" ]