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
60a73f94e75a57210ebb7adb1e0dc47c15a69a69
857
h
C
MLPlusPlus/src/NodeEditor/NodeEditor.h
vedpatil611/MLPlusPlus
91032c253a9d2ace906fa1124a2954b7c76584db
[ "MIT" ]
1
2022-02-24T15:39:22.000Z
2022-02-24T15:39:22.000Z
MLPlusPlus/src/NodeEditor/NodeEditor.h
vedpatil611/MLPlusPlus
91032c253a9d2ace906fa1124a2954b7c76584db
[ "MIT" ]
1
2021-05-19T13:07:01.000Z
2021-05-19T16:50:16.000Z
MLPlusPlus/src/NodeEditor/NodeEditor.h
vedpatil611/MLPlusPlus
91032c253a9d2ace906fa1124a2954b7c76584db
[ "MIT" ]
null
null
null
#pragma once #include <imgui.h> #include <imnodes/imnodes.h> #include <NodeEditor/Nodes.h> #include <NodeEditor/NodeLink.h> #include <NodeEditor/Object.h> #include <vector> class NodeEditor { private: static inline unsigned int id = 1; class Window* window; std::vector<Nodes::Node*> nodes; std::vector<Nodes::Link...
23.162162
63
0.695449
[ "object", "vector" ]
60ab8ffc8320cd0d8fd8e010e3acb6a163d0a6dc
1,127
h
C
OpenTESArena/src/Interface/ChooseAttributesPanel.h
michealccc/OpenTESArena
7b4fd688677abea2ef03fa655b6d1669b1c8d77d
[ "MIT" ]
null
null
null
OpenTESArena/src/Interface/ChooseAttributesPanel.h
michealccc/OpenTESArena
7b4fd688677abea2ef03fa655b6d1669b1c8d77d
[ "MIT" ]
null
null
null
OpenTESArena/src/Interface/ChooseAttributesPanel.h
michealccc/OpenTESArena
7b4fd688677abea2ef03fa655b6d1669b1c8d77d
[ "MIT" ]
null
null
null
#ifndef CHOOSE_ATTRIBUTES_PANEL_H #define CHOOSE_ATTRIBUTES_PANEL_H #include <string> #include <vector> #include "Panel.h" #include "../Math/Vector2.h" #include "../UI/Button.h" #include "../UI/TextBox.h" // This panel is for choosing character creation attributes and the portrait. // I think it should be used for ...
27.487805
107
0.773736
[ "render", "vector" ]
60b0f4ebc80fc90315c405ab90c596745d3f8d53
6,645
h
C
util/fbxcopen/fbxcopen.h
cnlohr/cnovr
838e03d7423e61a5322dce9a22e7e890eab57d6d
[ "X11", "MIT" ]
114
2019-07-27T09:50:16.000Z
2022-02-21T06:24:39.000Z
util/fbxcopen/fbxcopen.h
cnlohr/cnovr
838e03d7423e61a5322dce9a22e7e890eab57d6d
[ "X11", "MIT" ]
6
2019-12-09T21:20:32.000Z
2020-11-03T06:03:21.000Z
util/fbxcopen/fbxcopen.h
cnlohr/cnovr
838e03d7423e61a5322dce9a22e7e890eab57d6d
[ "X11", "MIT" ]
14
2020-01-28T06:30:56.000Z
2021-11-24T18:52:28.000Z
/**************************************************************************** * FBXCOpen * * Copyright 2020 <>< Charles Lohr, under the MIT/x11 or NewBSD license. * * FBXCOpen is a library for opening FBX 3D Model files. * * It is split into two parts, one is a in-memory copy of the FBX file from * the hard dri...
33.225
329
0.713318
[ "object", "model", "3d" ]
60b4b360c1fee3ee61033b40f617fb7d41468dc0
5,405
h
C
src/model_2.h
volkk/MetaGeneMark-2
4624bde2d6203ade717a789cd70575e91c8a9e68
[ "MIT" ]
2
2022-01-15T12:11:57.000Z
2022-03-27T21:40:05.000Z
src/model_2.h
volkk/MetaGeneMark-2
4624bde2d6203ade717a789cd70575e91c8a9e68
[ "MIT" ]
1
2022-03-30T10:20:15.000Z
2022-03-30T10:20:15.000Z
src/model_2.h
volkk/MetaGeneMark-2
4624bde2d6203ade717a789cd70575e91c8a9e68
[ "MIT" ]
3
2021-11-23T13:43:15.000Z
2022-03-31T14:40:12.000Z
// ==================================================== // Author: Alex Lomsadze // Copyright: Georgia Institute of Technology // Copyright: GeneProbe Inc. // Project: GeneMark.hmm-2 (no introns) // File: model_2.h // ==================================================== #ifndef MODEL_2_H #define MODEL_2_H #include <s...
26.890547
163
0.688992
[ "vector", "model" ]
60b561b98d973a23c12f329193ae11b5b27b6773
3,377
h
C
src/plugins/monocle/formmanager.h
MellonQ/leechcraft
71cbb238d2dade56b3865278a6a8e6a58c217fc5
[ "BSL-1.0" ]
1
2017-01-12T07:05:45.000Z
2017-01-12T07:05:45.000Z
src/plugins/monocle/formmanager.h
MellonQ/leechcraft
71cbb238d2dade56b3865278a6a8e6a58c217fc5
[ "BSL-1.0" ]
null
null
null
src/plugins/monocle/formmanager.h
MellonQ/leechcraft
71cbb238d2dade56b3865278a6a8e6a58c217fc5
[ "BSL-1.0" ]
null
null
null
/********************************************************************** * LeechCraft - modular cross-platform feature rich internet client. * Copyright (C) 2006-2014 Georg Rudoy * * Boost Software License - Version 1.0 - August 17th, 2003 * * Permission is hereby granted, free of charge, to any person or organiz...
35.925532
78
0.742375
[ "object" ]
60b7623d8bcd8b6e7735e2c9cd3fbee18722607f
1,756
h
C
Scripting/Scripting.h
dnv-opensource/Reflection
27effb850e9f0cc6acc2d48630ee6aa5d75fa000
[ "BSL-1.0" ]
null
null
null
Scripting/Scripting.h
dnv-opensource/Reflection
27effb850e9f0cc6acc2d48630ee6aa5d75fa000
[ "BSL-1.0" ]
null
null
null
Scripting/Scripting.h
dnv-opensource/Reflection
27effb850e9f0cc6acc2d48630ee6aa5d75fa000
[ "BSL-1.0" ]
null
null
null
#pragma once // Copyright (c) 2021 DNV AS // // Distributed under the Boost Software License, Version 1.0. // See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt #include <string> #include <istream> #include <memory> #include <stdexcept> #include "Config.h" namespace DNVS { n...
37.361702
134
0.751139
[ "object" ]
60c89ed3e79b35dee33f94562ae3ec6d9185528f
6,793
h
C
CurviBoundaryConditions/boundary_conditions/set_up__bc_gz_map_and_parity_condns.h
fedelopezar/nrpytutorial
753acd954be4a2f99639c9f9fd5e623689fc7493
[ "BSD-2-Clause" ]
66
2018-06-26T22:18:09.000Z
2022-02-09T21:12:33.000Z
CurviBoundaryConditions/boundary_conditions/set_up__bc_gz_map_and_parity_condns.h
fedelopezar/nrpytutorial
753acd954be4a2f99639c9f9fd5e623689fc7493
[ "BSD-2-Clause" ]
14
2020-02-13T16:09:29.000Z
2021-11-12T14:59:59.000Z
CurviBoundaryConditions/boundary_conditions/set_up__bc_gz_map_and_parity_condns.h
fedelopezar/nrpytutorial
753acd954be4a2f99639c9f9fd5e623689fc7493
[ "BSD-2-Clause" ]
30
2019-01-09T09:57:51.000Z
2022-03-08T18:45:08.000Z
// set_parity_conditions_from_symbolic_dot_products(): // Evaluate dot products needed for setting parity // conditions at a given point (xx0,xx1,xx2), // using C code generated by NRPy+ function // parity_conditions_symbolic_dot_products(). void eval_symbolic_dot_products_to_set_parity_conditions(const pa...
59.587719
117
0.629324
[ "vector" ]
60d6acad0017186d469540d3fea8ca7a4168e9bb
4,976
c
C
src/bbob_r_to_c_interface.c
jeroenrook/smoof
9c5a06d26ebb7179b4309da5df1085f5d6a0982a
[ "BSD-2-Clause" ]
30
2015-03-28T12:54:55.000Z
2022-03-03T17:37:04.000Z
src/bbob_r_to_c_interface.c
jeroenrook/smoof
9c5a06d26ebb7179b4309da5df1085f5d6a0982a
[ "BSD-2-Clause" ]
131
2015-02-23T08:02:32.000Z
2022-01-21T10:00:31.000Z
src/bbob_r_to_c_interface.c
jeroenrook/smoof
9c5a06d26ebb7179b4309da5df1085f5d6a0982a
[ "BSD-2-Clause" ]
27
2015-09-14T12:46:04.000Z
2022-01-20T21:26:44.000Z
// load R headers #include <R.h> #include <Rinternals.h> #include "macros.h" // The BBOB header file use function with names ERROR // and WARNING, but these are macros defined in Rcpp // seemingly. We this 'undefine' this Rcpp stuff here. // Probably it is not the best idea. We should rather // rename the BBOB functi...
30.157576
172
0.692926
[ "object", "vector" ]
60d71175d04684b57aa8408fc080b5191628c806
1,717
h
C
net/unimodem/src/tsp/csync.h
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
net/unimodem/src/tsp/csync.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
net/unimodem/src/tsp/csync.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
// // Copyright (c) 1996-1997 Microsoft Corporation. // // // Component // // Unimodem 5.0 TSP (Win32, user mode DLL) // // File // // CSYNC.H // Defines class CSync // // History // // 11/19/1996 JosephJ Created // // #ifndef _CSYNC_H_ #define _CSYNC_H_ typedef DWORD HSESSION; ////////...
18.462366
76
0.561444
[ "object" ]
60ee4eb4cb82ba568faca1db2f16c081987316d2
17,473
c
C
solaris/raptor_dtprintcheckdir_sparc.c
kaisaryousuf/exploits-1
28614cc2c6fea81b49a8281a99143cd5dda8f6a6
[ "MIT" ]
384
2017-07-12T17:56:10.000Z
2022-03-07T23:09:27.000Z
exploits/raptor_dtprintcheckdir_sparc.c
0xdea/raptor_infiltrate20
50a00b3d07c15dbcb409abb449927ea653543caa
[ "MIT" ]
1
2017-11-18T13:17:07.000Z
2018-03-23T08:17:01.000Z
solaris/raptor_dtprintcheckdir_sparc.c
kaisaryousuf/exploits-1
28614cc2c6fea81b49a8281a99143cd5dda8f6a6
[ "MIT" ]
90
2017-09-05T19:07:06.000Z
2022-02-15T12:48:51.000Z
/* * raptor_dtprintcheckdir_sparc.c - Solaris/SPARC FMT PoC * Copyright (c) 2020 Marco Ivaldi <raptor@0xdeadbeef.info> * * "Mimimimimimimi * Mimimi only mimi * Mimimimimimimi * Mimimi sexy mi" * -- Serebro * * As usual, exploitation on SPARC turned out to be much more complicated (and * fun) than on I...
32.178637
282
0.608596
[ "object" ]
e66421e862851f29c1f4e3e20e8380741d91f1d3
3,388
c
C
lib/src/ffi/graphics/renderer/cmd_buffers.c
MrShiposha/apriori-engine
faaf897fb72c093a8bc86498bf6f7e913ebc8f02
[ "MIT" ]
null
null
null
lib/src/ffi/graphics/renderer/cmd_buffers.c
MrShiposha/apriori-engine
faaf897fb72c093a8bc86498bf6f7e913ebc8f02
[ "MIT" ]
null
null
null
lib/src/ffi/graphics/renderer/cmd_buffers.c
MrShiposha/apriori-engine
faaf897fb72c093a8bc86498bf6f7e913ebc8f02
[ "MIT" ]
null
null
null
#include "cmd_buffers.h" #include "ffi/util/mod.h" #include "ffi/core/log.h" #define LOG_TARGET LOG_SUB_TARGET( \ LOG_STRUCT_TARGET(Renderer), LOG_STRUCT_TARGET(RendererCmdBuffers) \ ) Result new_command_buffer(VkDevice device, VkCommandPool cmd_pool, uint32_t buffer_count) { ASSERT_NOT_NULL(device); ASSE...
24.911765
91
0.61039
[ "object" ]
e68a2d904bf6c94b9e02d8d1db35ce6ec39079d8
5,243
h
C
BDMatchCore/headers/match.h
YR1044/BDMatch
26c278c7655f250f65773e2e17ebc910ca221f72
[ "MIT" ]
42
2019-01-09T09:11:34.000Z
2022-03-17T05:05:32.000Z
BDMatchCore/headers/match.h
YR1044/BDMatch
26c278c7655f250f65773e2e17ebc910ca221f72
[ "MIT" ]
7
2020-02-01T13:22:09.000Z
2020-11-05T23:22:37.000Z
BDMatchCore/headers/match.h
YR1044/BDMatch
26c278c7655f250f65773e2e17ebc910ca221f72
[ "MIT" ]
4
2020-03-13T04:38:44.000Z
2021-12-31T20:17:08.000Z
#pragma once #include "datastruct.h" #include <array> #include <vector> #include <memory> #include <stop_token> #include "language_pack.h" namespace Match { using namespace DataStruct; typedef void (*prog_func)(int, double); enum class Sub_Type { ASS, SRT }; class Timeline { public: Timeline(const int64_t...
34.267974
114
0.725539
[ "vector" ]
e6a21aa6da340ded7f5e728e830d1687eda013ed
3,496
h
C
src/documentview.h
wunderfeyd/tippse
588faf919fbd5902b4ca8eef595c6c3675e9ca4d
[ "CC0-1.0" ]
7
2017-06-25T06:38:47.000Z
2020-12-06T00:05:39.000Z
src/documentview.h
wunderfeyd/tippse
588faf919fbd5902b4ca8eef595c6c3675e9ca4d
[ "CC0-1.0" ]
25
2017-09-23T16:41:04.000Z
2020-12-17T13:22:55.000Z
src/documentview.h
wunderfeyd/tippse
588faf919fbd5902b4ca8eef595c6c3675e9ca4d
[ "CC0-1.0" ]
7
2017-06-25T07:10:29.000Z
2019-04-10T05:38:19.000Z
#ifndef TIPPSE_DOCUMENTVIEW_H #define TIPPSE_DOCUMENTVIEW_H #include <stdlib.h> #include "types.h" #include "library/rangetree.h" struct document_view { file_offset_t offset; // file offset file_offset_t offset_calculated; // last offset calcuted by renderer position_t cursor_x; ...
54.625
121
0.705378
[ "render" ]
e6a5bee79d6e0d3db3cafd9efa0ca5f53f0573d2
1,921
h
C
plugins/mmstd_trisoup/src/BlockVolumeMesh.h
azuki-monster/megamol
f5d75ae5630f9a71a7fbf81624bfd4f6b253c655
[ "BSD-3-Clause" ]
2
2020-10-16T10:15:37.000Z
2021-01-21T13:06:00.000Z
plugins/mmstd_trisoup/src/BlockVolumeMesh.h
azuki-monster/megamol
f5d75ae5630f9a71a7fbf81624bfd4f6b253c655
[ "BSD-3-Clause" ]
null
null
null
plugins/mmstd_trisoup/src/BlockVolumeMesh.h
azuki-monster/megamol
f5d75ae5630f9a71a7fbf81624bfd4f6b253c655
[ "BSD-3-Clause" ]
1
2021-01-28T01:19:54.000Z
2021-01-28T01:19:54.000Z
/* * BlockVolumeMesh.h * * Copyright (C) 2010 by Sebastian Grottel * Copyright (C) 2010 by VISUS (Universitaet Stuttgart) * Alle Rechte vorbehalten. */ #ifndef MMTRISOUPPLG_BLOCKVOLUMEMESH_H_INCLUDED #define MMTRISOUPPLG_BLOCKVOLUMEMESH_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif ...
23.716049
85
0.602811
[ "mesh" ]
e6ae52b02fd7778f4f3728aa8c04a52a5b4331e9
1,838
h
C
miika_nlu/venv/Lib/site-packages/torch/include/ATen/ops/_foreach_mul_native.h
NimBuzz01/Project-Miika_SDGP
08ad1aafafbe9f47c59bd1568b8ac367fefe5503
[ "MIT" ]
null
null
null
miika_nlu/venv/Lib/site-packages/torch/include/ATen/ops/_foreach_mul_native.h
NimBuzz01/Project-Miika_SDGP
08ad1aafafbe9f47c59bd1568b8ac367fefe5503
[ "MIT" ]
null
null
null
miika_nlu/venv/Lib/site-packages/torch/include/ATen/ops/_foreach_mul_native.h
NimBuzz01/Project-Miika_SDGP
08ad1aafafbe9f47c59bd1568b8ac367fefe5503
[ "MIT" ]
null
null
null
#pragma once // @generated by tools/codegen/gen.py from NativeFunction.h #include <c10/core/Scalar.h> #include <c10/core/Storage.h> #include <c10/core/TensorOptions.h> #include <c10/util/Deprecated.h> #include <c10/util/Optional.h> #include <c10/core/QScheme.h> #include <ATen/core/Reduction.h> #include <ATen/core/Ten...
52.514286
136
0.803047
[ "vector" ]
e6b0c7eb80ecaa623ba0fc37dec80edc3ead702c
6,558
h
C
src/avt/DBAtts/MetaData/avtMeshMetaData.h
visit-dav/vis
c08bc6e538ecd7d30ddc6399ec3022b9e062127e
[ "BSD-3-Clause" ]
226
2018-12-29T01:13:49.000Z
2022-03-30T19:16:31.000Z
src/avt/DBAtts/MetaData/avtMeshMetaData.h
visit-dav/vis
c08bc6e538ecd7d30ddc6399ec3022b9e062127e
[ "BSD-3-Clause" ]
5,100
2019-01-14T18:19:25.000Z
2022-03-31T23:08:36.000Z
src/avt/DBAtts/MetaData/avtMeshMetaData.h
visit-dav/vis
c08bc6e538ecd7d30ddc6399ec3022b9e062127e
[ "BSD-3-Clause" ]
84
2019-01-24T17:41:50.000Z
2022-03-10T10:01:46.000Z
// Copyright (c) Lawrence Livermore National Security, LLC and other VisIt // Project developers. See the top-level LICENSE file for dates and other // details. No copyright assignment is required to contribute to VisIt. #ifndef AVTMESHMETADATA_H #define AVTMESHMETADATA_H #include <dbatts_exports.h> #include <string...
33.459184
132
0.609485
[ "mesh", "vector" ]
e6c46713e321187aea2c058a5f84b535dfa746b4
3,911
h
C
lib/usd/ui/layerEditor/sessionState.h
ika-rporter/maya-usd
8f216a4fb955fc44c0abda55caa53ed295aaa625
[ "Apache-2.0" ]
507
2019-07-30T20:05:10.000Z
2022-03-30T07:38:43.000Z
lib/usd/ui/layerEditor/sessionState.h
ika-rporter/maya-usd
8f216a4fb955fc44c0abda55caa53ed295aaa625
[ "Apache-2.0" ]
1,188
2019-07-31T11:27:27.000Z
2022-03-31T21:06:06.000Z
lib/usd/ui/layerEditor/sessionState.h
ika-rporter/maya-usd
8f216a4fb955fc44c0abda55caa53ed295aaa625
[ "Apache-2.0" ]
165
2019-07-30T22:27:57.000Z
2022-03-25T07:20:23.000Z
// // Copyright 2020 Autodesk // // 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 ...
32.057377
100
0.657121
[ "vector" ]
e4bcf11a2750bcc4b37eb393246a78e0be4c5f7e
791
h
C
Code/Engine/renderer/indeice_data.h
wkigen/WingEngine
5f0da3b26e11977d0205ecbd6e093c5846f26210
[ "MIT" ]
2
2018-01-17T08:03:02.000Z
2018-02-22T14:23:38.000Z
Code/Engine/renderer/indeice_data.h
wkigen/WingEngine
5f0da3b26e11977d0205ecbd6e093c5846f26210
[ "MIT" ]
null
null
null
Code/Engine/renderer/indeice_data.h
wkigen/WingEngine
5f0da3b26e11977d0205ecbd6e093c5846f26210
[ "MIT" ]
null
null
null
#ifndef _WING_ENGINE_INDEICE_DATA_H_ #define _WING_ENGINE_INDEICE_DATA_H_ #include "base\object.h" #include "common\defines.h" #include "common\engine_defines.h" #include "data_element.h" namespace WingEngine { class WING_ENGINE_API IndeiceData : public WingCore::Object { public: IndeiceData(); ~IndeiceData(...
17.977273
60
0.737042
[ "object" ]
e4d23625c871f19fbf920e0a12178193de2135ed
5,449
h
C
ubc/FlagsMI.h
Brillist/libutl
e55c2af091ba1101a1d0608db2830e279ec95d16
[ "MIT" ]
1
2021-09-14T06:12:58.000Z
2021-09-14T06:12:58.000Z
ubc/FlagsMI.h
Brillist/libutl
e55c2af091ba1101a1d0608db2830e279ec95d16
[ "MIT" ]
null
null
null
ubc/FlagsMI.h
Brillist/libutl
e55c2af091ba1101a1d0608db2830e279ec95d16
[ "MIT" ]
2
2019-05-13T23:04:31.000Z
2021-09-14T06:12:59.000Z
#pragma once //////////////////////////////////////////////////////////////////////////////////////////////////// #include <libutl/Object.h> //////////////////////////////////////////////////////////////////////////////////////////////////// UTL_NS_BEGIN; ///////////////////////////////////////////////////////////...
26.451456
100
0.456781
[ "object" ]
e4d5c8fd37e5af3b5d883ddc5b69c36c0acc3f80
52,583
c
C
sdk-6.5.20/src/examples/xgs/maverick2/vplag/vplag_vxlan.c
copslock/broadcom_cpri
8e2767676e26faae270cf485591902a4c50cf0c5
[ "Spencer-94" ]
null
null
null
sdk-6.5.20/src/examples/xgs/maverick2/vplag/vplag_vxlan.c
copslock/broadcom_cpri
8e2767676e26faae270cf485591902a4c50cf0c5
[ "Spencer-94" ]
null
null
null
sdk-6.5.20/src/examples/xgs/maverick2/vplag/vplag_vxlan.c
copslock/broadcom_cpri
8e2767676e26faae270cf485591902a4c50cf0c5
[ "Spencer-94" ]
null
null
null
/* * 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. */ /* * Feature : VPLAG on VXLAN virtual ports * * Usage : BCM.0> cint vplag_vxlan.c * * config : vplag_vxl...
36.719972
322
0.631269
[ "object" ]
e4e9cef78f1267eb14eeb11f4ce8a3eff9fed145
37,824
c
C
mongoclient.c
tqrg-bot/mongo-php-driver-legacy
7dcbf423f0fe4f308d06bb49bff4c2f6e9e65657
[ "PHP-3.01", "Apache-2.0" ]
164
2015-10-28T14:16:32.000Z
2021-12-07T09:45:35.000Z
mongoclient.c
tqrg-bot/mongo-php-driver-legacy
7dcbf423f0fe4f308d06bb49bff4c2f6e9e65657
[ "PHP-3.01", "Apache-2.0" ]
19
2016-03-15T16:24:08.000Z
2022-01-31T17:55:11.000Z
mongoclient.c
tqrg-bot/mongo-php-driver-legacy
7dcbf423f0fe4f308d06bb49bff4c2f6e9e65657
[ "PHP-3.01", "Apache-2.0" ]
70
2015-10-22T21:11:04.000Z
2021-02-26T16:21:36.000Z
/** * Copyright 2009-2014 MongoDB, 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 ...
31.892074
161
0.728294
[ "object" ]
e4ec1aace3645f8021d758ade56f40f2ee212418
1,665
h
C
chrome/browser/ui/views/payments/validating_combobox.h
zipated/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
2,151
2020-04-18T07:31:17.000Z
2022-03-31T08:39:18.000Z
chrome/browser/ui/views/payments/validating_combobox.h
cangulcan/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
395
2020-04-18T08:22:18.000Z
2021-12-08T13:04:49.000Z
chrome/browser/ui/views/payments/validating_combobox.h
cangulcan/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
338
2020-04-18T08:03:10.000Z
2022-03-29T12:33:22.000Z
// Copyright 2017 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_VIEWS_PAYMENTS_VALIDATING_COMBOBOX_H_ #define CHROME_BROWSER_UI_VIEWS_PAYMENTS_VALIDATING_COMBOBOX_H_ #include <memory> #inclu...
30.833333
73
0.759159
[ "model" ]
e4ee3a47f1b1909c1729472b5d71d049daac988d
3,696
h
C
lib/bclos/bclos_arguments.h
johsteffens/beth
d1812bde925f8622b3016ac6822f099b860af03d
[ "Apache-2.0" ]
3
2019-08-12T12:44:08.000Z
2020-08-05T16:41:50.000Z
lib/bclos/bclos_arguments.h
johsteffens/beth
d1812bde925f8622b3016ac6822f099b860af03d
[ "Apache-2.0" ]
null
null
null
lib/bclos/bclos_arguments.h
johsteffens/beth
d1812bde925f8622b3016ac6822f099b860af03d
[ "Apache-2.0" ]
null
null
null
/** Author and Copyright 2017 Johannes Bernhard Steffens * * 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...
36.594059
125
0.665043
[ "object" ]
e4ee8219ec12b596288f8e54d6ae2c121dd0c19e
1,940
h
C
Assets/GeneralCompiler.h
pocketgems/XLE2
82771e9ab1fc3b12927f1687bbe05d4f7dce8765
[ "MIT" ]
3
2018-05-17T08:39:39.000Z
2020-12-09T13:20:26.000Z
Assets/GeneralCompiler.h
pocketgems/XLE2
82771e9ab1fc3b12927f1687bbe05d4f7dce8765
[ "MIT" ]
null
null
null
Assets/GeneralCompiler.h
pocketgems/XLE2
82771e9ab1fc3b12927f1687bbe05d4f7dce8765
[ "MIT" ]
1
2021-11-14T08:50:15.000Z
2021-11-14T08:50:15.000Z
// Distributed under the MIT License (See // accompanying file "LICENSE" or the website // http://www.opensource.org/licenses/mit-license.php) #pragma once #include "../../Assets/CompileAndAsyncManager.h" #include "../../Assets/AssetUtils.h" #include "../../ConsoleRig/GlobalServices.h" // (for LibVersionDesc) #includ...
31.803279
113
0.740206
[ "vector" ]
e4ef60da7402803fa050c1ecd230470ae7522647
752
h
C
Project_4 - Translate Python to C++/localizer.h
KevinHubert-Dev/Intro_To_Selfdriving_Cars
97d490ce80befb76ecd6eb1b0e0071bcee8ae2e8
[ "MIT" ]
1
2021-11-29T23:21:35.000Z
2021-11-29T23:21:35.000Z
Project_4 - Translate Python to C++/localizer.h
KevinHubert-Dev/Intro_To_Selfdriving_Cars
97d490ce80befb76ecd6eb1b0e0071bcee8ae2e8
[ "MIT" ]
null
null
null
Project_4 - Translate Python to C++/localizer.h
KevinHubert-Dev/Intro_To_Selfdriving_Cars
97d490ce80befb76ecd6eb1b0e0071bcee8ae2e8
[ "MIT" ]
null
null
null
#ifndef LOCALIZER_H #define LOCALIZER_H #include <vector> // Initializes a grid of beliefs to a uniform distribution. std::vector< std::vector <float> > initialize_beliefs(std::vector< std::vector <char> > grid); /** Implements robot sensing by updating beliefs based on the color of a sensor measuremen...
26.857143
94
0.68883
[ "vector" ]
e4ffb1ef9471f1d5521878008d79e830e78434fc
622
h
C
src/PersonaSerializer.h
mateobosco/concurrentes_tp2
0459cb53bd556ddc2c1a6956e616154a28377512
[ "Apache-2.0" ]
1
2015-06-24T17:50:18.000Z
2015-06-24T17:50:18.000Z
src/PersonaSerializer.h
mateobosco/concurrentes_tp2
0459cb53bd556ddc2c1a6956e616154a28377512
[ "Apache-2.0" ]
1
2015-06-26T17:12:35.000Z
2015-06-27T16:31:39.000Z
src/PersonaSerializer.h
mateobosco/concurrentes_tp2
0459cb53bd556ddc2c1a6956e616154a28377512
[ "Apache-2.0" ]
null
null
null
/* * PersonaSerializer.h * * Created on: 25/6/2015 * Author: mateo */ #ifndef PERSONASERIALIZER_H_ #define PERSONASERIALIZER_H_ #include <iostream> #include <vector> #include "Persona.h" using namespace std; class PersonaSerializer { public: static string serialize(Persona p); static Persona deserial...
18.294118
55
0.766881
[ "vector" ]
900a314477d637bdb04f5e5da2f66944f6aac656
516
h
C
FourInRowFLTK/stdafx.h
i-anton/ThreeInRowFLTK
c1502bf477b1db64585e2bf603a7c1b2a04a92d3
[ "Unlicense" ]
null
null
null
FourInRowFLTK/stdafx.h
i-anton/ThreeInRowFLTK
c1502bf477b1db64585e2bf603a7c1b2a04a92d3
[ "Unlicense" ]
null
null
null
FourInRowFLTK/stdafx.h
i-anton/ThreeInRowFLTK
c1502bf477b1db64585e2bf603a7c1b2a04a92d3
[ "Unlicense" ]
null
null
null
#pragma once #define WIN32 #include <memory> #include <iostream> #include <iomanip> #include <sstream> #include <fstream> #include <cassert> #include <ctime> #include <algorithm> #include <vector> #include <iostream> #include <FL/Fl.h> #include <FL/Fl_Window.h> #include <FL/Fl_Button.h> #include <FL/Fl_B...
22.434783
35
0.666667
[ "vector" ]
900a408361724d19b28ca59f6fe3ed937354f268
1,089
h
C
src/include/fst/extensions/pdt/reverse.h
nkari82/openfst
9601024e9fe7609f4864b38cd5a9de198966dff6
[ "Apache-2.0" ]
null
null
null
src/include/fst/extensions/pdt/reverse.h
nkari82/openfst
9601024e9fe7609f4864b38cd5a9de198966dff6
[ "Apache-2.0" ]
null
null
null
src/include/fst/extensions/pdt/reverse.h
nkari82/openfst
9601024e9fe7609f4864b38cd5a9de198966dff6
[ "Apache-2.0" ]
null
null
null
// See www.openfst.org for extensive documentation on this weighted // finite-state transducer library. // // Expands a PDT to an FST. #ifndef FST_EXTENSIONS_PDT_REVERSE_H_ #define FST_EXTENSIONS_PDT_REVERSE_H_ #include <vector> #include <fst/mutable-fst.h> #include <fst/relabel.h> #include <fst/reverse.h> namespac...
27.225
74
0.725436
[ "vector" ]
900dcda0b874e282fa43d604f1e1a9119d5ff127
2,378
h
C
init_shaders.h
pedromundo/MinimalOpenGLExample3D
06da95b9e66d9e34cb9870d7adb47c53d862f00b
[ "Unlicense" ]
1
2020-11-10T17:15:27.000Z
2020-11-10T17:15:27.000Z
init_shaders.h
pedromundo/MinimalOpenGLExample3D
06da95b9e66d9e34cb9870d7adb47c53d862f00b
[ "Unlicense" ]
null
null
null
init_shaders.h
pedromundo/MinimalOpenGLExample3D
06da95b9e66d9e34cb9870d7adb47c53d862f00b
[ "Unlicense" ]
1
2020-11-10T17:15:31.000Z
2020-11-10T17:15:31.000Z
#ifndef _INIT_SHADERS_H #define _INIT_SHADERS_H #include <cstdio> #include <iostream> #include <GL/glew.h> #include <GL/glut.h> #include <sys/stat.h> #include "drawing_primitives.h" struct Shader { const GLchar *filename; GLenum type; GLchar *source; }; // Read the shader into a legacy string (for now) stati...
22.865385
73
0.640034
[ "object" ]
900df9d6146ec55c62e39a4b3a54366ae3649aae
1,815
h
C
src/model/core/Road.h
XantNero/Courseproject-Modelling-road-traffic-
f0aae780935d4ac9ed30d8b50b965813b6a60632
[ "MIT" ]
null
null
null
src/model/core/Road.h
XantNero/Courseproject-Modelling-road-traffic-
f0aae780935d4ac9ed30d8b50b965813b6a60632
[ "MIT" ]
null
null
null
src/model/core/Road.h
XantNero/Courseproject-Modelling-road-traffic-
f0aae780935d4ac9ed30d8b50b965813b6a60632
[ "MIT" ]
null
null
null
#ifndef _ROAD_H_ #define _ROAD_H_ #include <vector> #include <memory> #include <unordered_map> #include "Vector.h" class Road { public: Road(unsigned int id, bool main = true) : m_Points(), m_Radius(5), m_ID(id), m_Main(false) { } ~Road() { } inline void addPoint(double x, double y) { m_Poi...
34.903846
124
0.687603
[ "vector" ]
901a0907557d5ef74aabd3c252a529fd82162e84
7,746
c
C
src/smartrf_settings.c
RCayre/wazabee_ti
8eecbb6884c0a1da2823d1f7b410b4eb05e49222
[ "MIT" ]
null
null
null
src/smartrf_settings.c
RCayre/wazabee_ti
8eecbb6884c0a1da2823d1f7b410b4eb05e49222
[ "MIT" ]
null
null
null
src/smartrf_settings.c
RCayre/wazabee_ti
8eecbb6884c0a1da2823d1f7b410b4eb05e49222
[ "MIT" ]
null
null
null
//********************************************************************************* // Generated by SmartRF Studio version 2.12.0 (build#147) // The applied template is compatible with CC26x2 SDK 2.40.xx.xx // Device: CC2652R Rev. 2.1 // //********************************************************************************...
29.230189
83
0.657501
[ "object" ]
9029ef21688f2dc1b4306977c68d1e6e5abff0c2
7,063
h
C
dev/Code/Sandbox/Editor/AI/NavDataGeneration/WaypointHumanNavRegion.h
jeikabu/lumberyard
07228c605ce16cbf5aaa209a94a3cb9d6c1a4115
[ "AML" ]
1,738
2017-09-21T10:59:12.000Z
2022-03-31T21:05:46.000Z
dev/Code/Sandbox/Editor/AI/NavDataGeneration/WaypointHumanNavRegion.h
jeikabu/lumberyard
07228c605ce16cbf5aaa209a94a3cb9d6c1a4115
[ "AML" ]
427
2017-09-29T22:54:36.000Z
2022-02-15T19:26:50.000Z
dev/Code/Sandbox/Editor/AI/NavDataGeneration/WaypointHumanNavRegion.h
jeikabu/lumberyard
07228c605ce16cbf5aaa209a94a3cb9d6c1a4115
[ "AML" ]
671
2017-09-21T08:04:01.000Z
2022-03-29T14:30:07.000Z
/* * All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or * its licensors. * * For complete copyright and license terms please see the LICENSE at the root of this * distribution (the "License"). All use of this software is governed by the License, * or, if provided, by the license below or t...
40.82659
164
0.739063
[ "vector" ]
903853c72095ca6869f9e949c759cef1f6483477
3,955
h
C
src/data/Sequences.h
haviital/GalaxyFighter_Pokitto
bbb8d6519585928f7e26399efa87566589bf2209
[ "BSD-3-Clause" ]
3
2020-01-10T18:06:25.000Z
2020-11-10T01:17:54.000Z
src/data/Sequences.h
haviital/GalaxyFighter_Pokitto
bbb8d6519585928f7e26399efa87566589bf2209
[ "BSD-3-Clause" ]
null
null
null
src/data/Sequences.h
haviital/GalaxyFighter_Pokitto
bbb8d6519585928f7e26399efa87566589bf2209
[ "BSD-3-Clause" ]
2
2020-01-14T12:27:52.000Z
2022-02-18T14:32:08.000Z
#pragma once #include "Pokitto.h" #include "../utils/Enums.h" namespace Formations { /* Sequences ------------------------------------------------------------------ A sequence is a pattern that a single enemy follows. Each sequence elememt includes: SequenceType -...
32.68595
90
0.577244
[ "transform" ]
904d52fce14fef5a907b7ccb05ce72286f08578d
7,111
h
C
chrome/browser/site_instance.h
bluebellzhy/chromium
008c4fef2676506869a0404239da31e83fd6ccc7
[ "BSD-3-Clause" ]
1
2016-05-08T15:35:17.000Z
2016-05-08T15:35:17.000Z
chrome/browser/site_instance.h
bluebellzhy/chromium
008c4fef2676506869a0404239da31e83fd6ccc7
[ "BSD-3-Clause" ]
null
null
null
chrome/browser/site_instance.h
bluebellzhy/chromium
008c4fef2676506869a0404239da31e83fd6ccc7
[ "BSD-3-Clause" ]
null
null
null
// Copyright (c) 2006-2008 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_SITE_INSTANCE_H__ #define CHROME_BROWSER_SITE_INSTANCE_H__ #include "chrome/browser/browsing_instance.h" #include "chrome...
45.292994
79
0.731824
[ "render", "model" ]
b0c33a0ea7e91035a6e2889da155b5b56bfb3516
1,426
h
C
LVForgivingAssert/LVForgivingAssertionHandler.h
lovoo/LVForgivingAssert
4af6164f00fda80c5b6acd69ee298da41c85b443
[ "BSD-3-Clause" ]
16
2016-05-04T08:57:28.000Z
2017-01-25T15:13:54.000Z
LVForgivingAssert/LVForgivingAssertionHandler.h
lovoo/LVForgivingAssert
4af6164f00fda80c5b6acd69ee298da41c85b443
[ "BSD-3-Clause" ]
null
null
null
LVForgivingAssert/LVForgivingAssertionHandler.h
lovoo/LVForgivingAssert
4af6164f00fda80c5b6acd69ee298da41c85b443
[ "BSD-3-Clause" ]
null
null
null
// // LVForgivingAssertionHandler.h // LOVOO // // Created by Benjamin Herzog on 27.04.16. // Copyright © 2016 LOVOO GmbH. All rights reserved. // #import <Foundation/Foundation.h> #pragma clang diagnostic push #pragma clang diagnostic ignored "-Warc-performSelector-leaks" #define LVIgnoreAssert(block, ...) NSAss...
39.611111
122
0.763675
[ "object" ]
b0c50840f8729c4eb1bf49d63cb1012a093906f5
771
h
C
include/Classifier.h
t-sagara/geonlp-software
bcb57f55d4790b8f332f44dcb78b5a3cca2f1a63
[ "BSD-2-Clause", "BSD-2-Clause-FreeBSD" ]
1
2019-09-15T07:47:41.000Z
2019-09-15T07:47:41.000Z
include/Classifier.h
t-sagara/geonlp-software
bcb57f55d4790b8f332f44dcb78b5a3cca2f1a63
[ "BSD-2-Clause", "BSD-2-Clause-FreeBSD" ]
1
2019-09-13T08:27:35.000Z
2019-09-14T00:43:07.000Z
include/Classifier.h
t-sagara/geonlp-software
bcb57f55d4790b8f332f44dcb78b5a3cca2f1a63
[ "BSD-2-Clause", "BSD-2-Clause-FreeBSD" ]
1
2018-10-03T10:56:23.000Z
2018-10-03T10:56:23.000Z
/// /// @file /// @brief 固有名分類器の定義 /// @author 株式会社情報試作室 /// /// Copyright (c)2013, NII /// #ifndef _CLASSIFIER_H #define _CLASSIFIER_H #include <fstream> #include <string> #include <vector> #include "Geoword.h" #include "Node.h" namespace geonlp { /// 固有名分類器クラス class Classifier { private: std::ofstrea...
16.0625
87
0.647211
[ "vector" ]
b0ce7121b2677675ea58e181c79a4c43fb0115b6
1,962
h
C
src/h265_sps_3d_extension_parser.h
sivapatibandla/h265nal
d128722c717e0656ae64a9fc386c9725bcd26da3
[ "BSD-3-Clause" ]
6
2020-10-05T21:55:52.000Z
2022-03-20T13:28:21.000Z
src/h265_sps_3d_extension_parser.h
sivapatibandla/h265nal
d128722c717e0656ae64a9fc386c9725bcd26da3
[ "BSD-3-Clause" ]
5
2020-10-26T13:48:11.000Z
2022-01-28T01:47:19.000Z
src/h265_sps_3d_extension_parser.h
sivapatibandla/h265nal
d128722c717e0656ae64a9fc386c9725bcd26da3
[ "BSD-3-Clause" ]
4
2020-10-06T21:08:59.000Z
2022-03-21T06:05:55.000Z
/* * Copyright (c) Facebook, Inc. and its affiliates. */ #pragma once #include <stdio.h> #include <memory> #include <vector> #include "rtc_base/bit_buffer.h" namespace h265nal { // A class for parsing out a sequence parameter set 3d extension syntax // (`sps_3d_extension()`, as defined in Section I.7.3.2.2.5 o...
32.163934
72
0.746177
[ "vector", "3d" ]
b0d36908d5ca51f0d9aee44da6d9873f855bcef5
338
h
C
PostHog/Classes/Internal/PHGUtils.h
rep-ai/posthog-ios
c72bd0e9367ffdf29611fee957cb87a55be50203
[ "MIT" ]
8
2020-04-22T11:12:38.000Z
2021-03-23T03:12:11.000Z
PostHog/Classes/Internal/PHGUtils.h
rep-ai/posthog-ios
c72bd0e9367ffdf29611fee957cb87a55be50203
[ "MIT" ]
18
2020-05-13T08:25:48.000Z
2022-03-03T11:02:22.000Z
PostHog/Classes/Internal/PHGUtils.h
rep-ai/posthog-ios
c72bd0e9367ffdf29611fee957cb87a55be50203
[ "MIT" ]
11
2020-05-19T06:47:36.000Z
2022-03-19T17:42:56.000Z
#import <Foundation/Foundation.h> #import "PHGPostHogUtils.h" @interface PHGUtils : NSObject + (NSData *_Nullable)dataFromPlist:(nonnull id)plist; + (id _Nullable)plistFromData:(NSData *_Nonnull)data; + (id _Nullable)traverseJSON:(id _Nullable)object andReplaceWithFilters:(nonnull NSDictionary<NSString*, NSString*>...
26
126
0.784024
[ "object" ]
b0e3076f7b0f9673b046b1b0c85bd9f50d112384
4,812
h
C
src/search/model.h
athanor/athanor
0e7a654c360be05dc6f6e50427b2ee3df92c1aaf
[ "BSD-3-Clause" ]
4
2018-08-31T09:44:52.000Z
2021-03-01T19:10:00.000Z
src/search/model.h
athanor/athanor
0e7a654c360be05dc6f6e50427b2ee3df92c1aaf
[ "BSD-3-Clause" ]
21
2019-12-29T08:33:34.000Z
2020-11-22T16:38:37.000Z
src/search/model.h
athanor/athanor
0e7a654c360be05dc6f6e50427b2ee3df92c1aaf
[ "BSD-3-Clause" ]
null
null
null
#ifndef SRC_SEARCH_MODEL_H_ #define SRC_SEARCH_MODEL_H_ #include <algorithm> #include <cassert> #include <chrono> #include "base/base.h" #include "common/common.h" #include "neighbourhoods/neighbourhoods.h" #include "operators/opAnd.h" #include "operators/opBoolEq.h" #include "operators/opEnumEq.h" #include "operators/...
34.371429
78
0.650665
[ "vector", "model" ]
b0ef6a144a65c0bf783e6ecf7572c0ffb660dab0
47,671
c
C
Externals/micromegas_4.3.5/Packages/LanHEP/wrtfa.c
yuanfangtardis/vscode_project
2d78a85413cc85789cc4fee8ec991eb2a0563ef8
[ "Apache-2.0" ]
null
null
null
Externals/micromegas_4.3.5/Packages/LanHEP/wrtfa.c
yuanfangtardis/vscode_project
2d78a85413cc85789cc4fee8ec991eb2a0563ef8
[ "Apache-2.0" ]
null
null
null
Externals/micromegas_4.3.5/Packages/LanHEP/wrtfa.c
yuanfangtardis/vscode_project
2d78a85413cc85789cc4fee8ec991eb2a0563ef8
[ "Apache-2.0" ]
1
2022-01-15T12:22:30.000Z
2022-01-15T12:22:30.000Z
#include <string.h> #include "lanhep.h" #include <time.h> extern char *eff_infile; extern char *ModelName; extern int opEvalVrt, EvalVrt, NoColors, opAbbrVrt, allow_sym_div, write_all_vertices; extern int FAver; static char nv=0, nf=0, ns=0, nu=0; static List gkl=0; static Atom ili[4]={0,0,0,0}, imom[4]; static Int...
27.635362
96
0.611189
[ "model" ]
7c087f59b6fb71c674e262dfe1f6ab893adeb2ab
2,876
h
C
q/include/scene/Model.h
jeanleflambeur/silkopter
cdbc67ee2c85f5c95eb4f52e2e0ba24514962dd8
[ "BSD-3-Clause" ]
36
2015-03-09T16:47:14.000Z
2021-02-04T08:32:04.000Z
q/include/scene/Model.h
jeanlemotan/silkopter
cdbc67ee2c85f5c95eb4f52e2e0ba24514962dd8
[ "BSD-3-Clause" ]
42
2017-02-11T11:15:51.000Z
2019-12-28T16:00:44.000Z
q/include/scene/Model.h
jeanleflambeur/silkopter
cdbc67ee2c85f5c95eb4f52e2e0ba24514962dd8
[ "BSD-3-Clause" ]
5
2015-10-15T05:46:48.000Z
2020-05-11T17:40:36.000Z
#pragma once #include "scene/Scene_Node.h" #include "scene/Skeleton.h" #include "Ptr_Fw_Declaration.h" #include "anim/Pose.h" namespace q { namespace scene { class Model : public Scene_Node { friend class Model_Base; public: ~Model(); auto get_base() const -> Model_Base_ptr const&; ...
30.595745
98
0.680111
[ "mesh", "render", "vector", "model" ]
7c1023a003e1f87dc02c8c502e128ea6ebe0410f
10,358
h
C
cpp/TrtisDetection/TrtisDetection.h
openmpf/openmpf-components
acf012aeda0bac902e4678a97338b0aa5ffe38bf
[ "Apache-2.0" ]
5
2017-10-19T12:14:09.000Z
2022-02-11T15:16:48.000Z
cpp/TrtisDetection/TrtisDetection.h
openmpf/openmpf-components
acf012aeda0bac902e4678a97338b0aa5ffe38bf
[ "Apache-2.0" ]
126
2017-05-05T19:40:32.000Z
2022-03-08T19:14:00.000Z
cpp/TrtisDetection/TrtisDetection.h
openmpf/openmpf-components
acf012aeda0bac902e4678a97338b0aa5ffe38bf
[ "Apache-2.0" ]
2
2018-06-08T18:32:55.000Z
2020-08-27T21:25:07.000Z
/****************************************************************************** * NOTICE * * * * This software (or technical data) was produced for the U.S. Government * ...
58.852273
149
0.533983
[ "object", "shape", "vector", "model" ]
7c189ec7d356757f3d32fbe371366795e2708a62
1,682
h
C
external/gaps/pkgs/R2Shapes/R2Shapes.h
Tiamat-Tech/npms
2d1bce8c98b0f24aa69273975c52b2fbdb101c29
[ "MIT" ]
119
2021-03-28T06:26:57.000Z
2022-03-30T03:32:07.000Z
external/gaps/pkgs/R2Shapes/R2Shapes.h
Tiamat-Tech/npms
2d1bce8c98b0f24aa69273975c52b2fbdb101c29
[ "MIT" ]
15
2021-04-08T11:40:19.000Z
2022-03-08T15:45:12.000Z
external/gaps/pkgs/R2Shapes/R2Shapes.h
Tiamat-Tech/npms
2d1bce8c98b0f24aa69273975c52b2fbdb101c29
[ "MIT" ]
25
2016-10-12T01:46:19.000Z
2021-03-11T06:55:59.000Z
/* Include file for R2 shapes module */ #ifndef __R2__SHAPES__H__ #define __R2__SHAPES__H__ /* Dependency include files */ #include "RNBasics/RNBasics.h" /* Class declarations */ namespace gaps { class R2Vector; class R2Point; class R2Line; class R2Ray; class R2Span; class R2Halfspace; class R3Matrix; class R2D...
12.459259
40
0.71522
[ "shape", "solid" ]
7c1fcb6543a2cbead8dda04b165595f5161c15d3
1,402
h
C
Pod/Classes/DZATimer.h
Dzamir/DZATimer
ae3cda5b8fed4df878e2bc9225c2e81c39eecf37
[ "MIT" ]
4
2016-01-12T11:05:14.000Z
2021-09-03T12:30:49.000Z
Example/Pods/DZATimer/Pod/Classes/DZATimer.h
Dzamir/DZAUnsafeMutableArray
218d57371086557e08df75465bbd7b277e368e80
[ "MIT" ]
null
null
null
Example/Pods/DZATimer/Pod/Classes/DZATimer.h
Dzamir/DZAUnsafeMutableArray
218d57371086557e08df75465bbd7b277e368e80
[ "MIT" ]
null
null
null
// // DzaTimer.h // // Created by Davide Di Stefano on 25/03/13. // Copyright (c) 2013 ReturnService. All rights reserved. // #import <Foundation/Foundation.h> @class DZATimer; @protocol DZATimerDelegate <NSObject> // this method is called at each timestep -(void) timer:(DZATimer *) timer timeStepForElapsedTime:...
30.478261
144
0.775321
[ "object" ]
8e371e2ee941d5bb9f6420f56f5fd5b9595f9d4d
762
h
C
tab/json/cgeneratejson.h
YujieChuck/QT_HPC_study0723
01b1926bf09bf3e6b85de07a7149467932b15d29
[ "MIT" ]
null
null
null
tab/json/cgeneratejson.h
YujieChuck/QT_HPC_study0723
01b1926bf09bf3e6b85de07a7149467932b15d29
[ "MIT" ]
null
null
null
tab/json/cgeneratejson.h
YujieChuck/QT_HPC_study0723
01b1926bf09bf3e6b85de07a7149467932b15d29
[ "MIT" ]
null
null
null
#ifndef CGENERATEJSON_H #define CGENERATEJSON_H #include <QWidget> #include<iostream> #include <stdint.h> #include <sstream> #include "Poco/JSON/Parser.h" #include "Poco/JSON/ParseHandler.h" #include "Poco/JSON/JSONException.h" #include "Poco/StreamCopier.h" #include "Poco/Dynamic/Var.h" #include "Poco/JSON/Query.h" ...
18.142857
75
0.745407
[ "object" ]
8e3954da74be28b26de951b8a009e0b4683a444f
589
h
C
lbs-s3/findlast.h
Tarsnap/kivaloo
c674d22b4b4f0654ba99da6f7be279936fec40dc
[ "BSD-2-Clause" ]
176
2015-05-25T19:35:21.000Z
2022-03-08T19:49:16.000Z
lbs-s3/findlast.h
cmena/kivaloo
5848deb1da3a7d4b54c38e71a4d93d62dcec9c57
[ "BSD-2-Clause" ]
140
2015-12-21T06:38:35.000Z
2021-08-18T03:20:36.000Z
lbs-s3/findlast.h
cmena/kivaloo
5848deb1da3a7d4b54c38e71a4d93d62dcec9c57
[ "BSD-2-Clause" ]
17
2016-02-01T21:55:11.000Z
2022-03-26T06:01:11.000Z
#ifndef _FINDLAST_H_ #define _FINDLAST_H_ #include <stddef.h> #include <stdint.h> /* Opaque types. */ struct wire_requestqueue; /** * findlast(Q_S3, bucket, L, olen): * Using the S3 daemon connected to ${Q_S3}, find the number of the last * (non-empty) object in the S3 bucket ${bucket} and store it to ${L}. Stor...
26.772727
77
0.687606
[ "object" ]
8e4d81cab802936a23d9a0a9cc930e09bd9bd465
2,623
h
C
mitsuba/src/mtsgui/rendersettingsdlg.h
anadodik/sdmm-mitsuba
6103cb8ea36ec4ab0cfb5fcc792c7f1565637d9a
[ "MIT" ]
6
2020-07-07T09:46:21.000Z
2022-03-08T14:16:27.000Z
mitsuba/src/mtsgui/rendersettingsdlg.h
anadodik/sdmm-mitsuba
6103cb8ea36ec4ab0cfb5fcc792c7f1565637d9a
[ "MIT" ]
null
null
null
mitsuba/src/mtsgui/rendersettingsdlg.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. ...
32.7875
97
0.74228
[ "model" ]
8e515ec2e059b38f051f69ac1cc3ccc68299ec18
3,765
h
C
api/depth2depth/gaps/pkgs/RNMath/RNDenseMatrix.h
AriaPs/cleargrasp
3c5fd901970cab2bb5da38ca0b3eff32d8f9dc12
[ "Apache-2.0" ]
191
2020-01-23T19:43:26.000Z
2022-02-26T00:48:28.000Z
api/depth2depth/gaps/pkgs/RNMath/RNDenseMatrix.h
AriaPs/cleargrasp
3c5fd901970cab2bb5da38ca0b3eff32d8f9dc12
[ "Apache-2.0" ]
28
2020-02-21T20:21:18.000Z
2021-12-26T06:15:08.000Z
api/depth2depth/gaps/pkgs/RNMath/RNDenseMatrix.h
AriaPs/cleargrasp
3c5fd901970cab2bb5da38ca0b3eff32d8f9dc12
[ "Apache-2.0" ]
51
2020-01-29T01:15:01.000Z
2022-03-15T14:21:25.000Z
// Include file for dense matrix class // Class definition class RNDenseMatrix : public RNMatrix { public: // Constructor/destructor RNDenseMatrix(void); RNDenseMatrix(int nrows, int ncols, RNScalar *values = NULL); RNDenseMatrix(const RNDenseMatrix& matrix); RNDenseMatrix(const RNMatrix& matr...
34.861111
94
0.741301
[ "vector" ]
8e67112904c23d9d20b4a0d79bb5b69b0e2fc70f
3,518
h
C
voxblox-plusplus/global_feature_map/include/global_feature_map/feature_block.h
Skywalker666666/visual_mapping
d28d1e2c800c08f0a3a2b32821e7cae09dfe744e
[ "MIT" ]
3
2021-05-17T10:55:40.000Z
2021-09-04T08:57:46.000Z
voxblox-plusplus/global_feature_map/include/global_feature_map/feature_block.h
Skywalker666666/visual_mapping
d28d1e2c800c08f0a3a2b32821e7cae09dfe744e
[ "MIT" ]
null
null
null
voxblox-plusplus/global_feature_map/include/global_feature_map/feature_block.h
Skywalker666666/visual_mapping
d28d1e2c800c08f0a3a2b32821e7cae09dfe744e
[ "MIT" ]
1
2021-06-09T13:38:19.000Z
2021-06-09T13:38:19.000Z
#ifndef GLOBAL_FEATURE_MAP_FEATURE_BLOCK_H_ #define GLOBAL_FEATURE_MAP_FEATURE_BLOCK_H_ #include <algorithm> #include <atomic> #include <memory> #include <mutex> #include <vector> #include <voxblox/core/common.h> #include <opencv2/opencv.hpp> #include "./FeatureBlock.pb.h" namespace voxblox { /** A 3D block contain...
27.700787
78
0.7166
[ "vector", "3d" ]
8e686498a6f279d0f3249f8da4ea593b93538343
8,445
h
C
Source/WebCore/Modules/mediastream/RTCPeerConnection.h
ijsf/DeniseEmbeddableWebKit
57dfc6783d60f8f59b7129874e60f84d8c8556c9
[ "BSD-3-Clause" ]
null
null
null
Source/WebCore/Modules/mediastream/RTCPeerConnection.h
ijsf/DeniseEmbeddableWebKit
57dfc6783d60f8f59b7129874e60f84d8c8556c9
[ "BSD-3-Clause" ]
9
2020-04-18T18:47:18.000Z
2020-04-18T18:52:41.000Z
Source/WebCore/Modules/mediastream/RTCPeerConnection.h
ijsf/DeniseEmbeddableWebKit
57dfc6783d60f8f59b7129874e60f84d8c8556c9
[ "BSD-3-Clause" ]
null
null
null
/* * Copyright (C) 2012 Google Inc. All rights reserved. * Copyright (C) 2013 Nokia Corporation and/or its subsidiary(-ies). * Copyright (C) 2015 Ericsson AB. All rights reserved. * Copyright (C) 2017 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modific...
42.225
158
0.773594
[ "vector" ]
8e701a835be60f31dca4ccdecebe7c7c8c252985
692
h
C
src/mpi/interface/c/include/tbsla/mpi/vector_comm.h
jgurhem/TBSLA
ef4e14fe033f179e1accdea09813962322431b88
[ "MIT" ]
null
null
null
src/mpi/interface/c/include/tbsla/mpi/vector_comm.h
jgurhem/TBSLA
ef4e14fe033f179e1accdea09813962322431b88
[ "MIT" ]
null
null
null
src/mpi/interface/c/include/tbsla/mpi/vector_comm.h
jgurhem/TBSLA
ef4e14fe033f179e1accdea09813962322431b88
[ "MIT" ]
null
null
null
#ifndef TBSLA_CINTERFACE_MPI_vector_comm #define TBSLA_CINTERFACE_MPI_vector_comm #include <stdbool.h> #include <tbsla/cpp/Vector.h> #include <mpi.h> #ifdef __cplusplus extern "C" { #endif C_CPP_Vector_t *C_MPI_allgatherv(MPI_Comm comm, C_CPP_Vector_t *v, int bn_row, int lgr); C_CPP_Vector_t *C_MPI_reduce_sum(MPI_Com...
32.952381
130
0.789017
[ "vector" ]
8e71299a46a6b63c613efba24569c79fb6caba1e
3,135
h
C
vegastrike/src/gfx/sprite.h
Ezeer/VegaStrike_win32FR
75891b9ccbdb95e48e15d3b4a9cd977955b97d1f
[ "MIT" ]
null
null
null
vegastrike/src/gfx/sprite.h
Ezeer/VegaStrike_win32FR
75891b9ccbdb95e48e15d3b4a9cd977955b97d1f
[ "MIT" ]
null
null
null
vegastrike/src/gfx/sprite.h
Ezeer/VegaStrike_win32FR
75891b9ccbdb95e48e15d3b4a9cd977955b97d1f
[ "MIT" ]
null
null
null
/* * Vega Strike * Copyright (C) 2001-2002 Daniel Horn * * http://vegastrike.sourceforge.net/ * * 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 2 * of the License, or (at...
29.575472
146
0.683573
[ "vector" ]
8e7ca9e34e1664369c25fadb8e5fc0e06429d5ba
20,803
c
C
CE4920-Embedded-Systems-IV/Milestone_6.cydsn/main.c
curthenrichs/Undergrad-Embedded-Projects
1dde8079f50ebc5df5951f26ce633d25ea823515
[ "BSD-3-Clause" ]
null
null
null
CE4920-Embedded-Systems-IV/Milestone_6.cydsn/main.c
curthenrichs/Undergrad-Embedded-Projects
1dde8079f50ebc5df5951f26ce633d25ea823515
[ "BSD-3-Clause" ]
null
null
null
CE4920-Embedded-Systems-IV/Milestone_6.cydsn/main.c
curthenrichs/Undergrad-Embedded-Projects
1dde8079f50ebc5df5951f26ce633d25ea823515
[ "BSD-3-Clause" ]
null
null
null
/** * Main * @author Curt Henrichs * @date 9-13-17 * * Heartbeat compenstated treadmill, fitness application. Application uses a * state machine to reset program variables, wate for user input, motor * rampup, heartbeat monitor plus motor compensation, and motor stop state. * * Also, fault detection software ...
33.771104
86
0.624381
[ "object" ]
8e829d25c830e15d1adc4207f3df28de14986104
1,388
h
C
AWebAPL/textarea.h
matjam/AWeb
5e0cd40cd81553c43344660bac7af76f9c125fc4
[ "Naumen", "Condor-1.1", "MS-PL" ]
1
2020-10-11T09:17:21.000Z
2020-10-11T09:17:21.000Z
AWebAPL/textarea.h
matjam/AWeb
5e0cd40cd81553c43344660bac7af76f9c125fc4
[ "Naumen", "Condor-1.1", "MS-PL" ]
null
null
null
AWebAPL/textarea.h
matjam/AWeb
5e0cd40cd81553c43344660bac7af76f9c125fc4
[ "Naumen", "Condor-1.1", "MS-PL" ]
1
2020-12-16T01:21:14.000Z
2020-12-16T01:21:14.000Z
/********************************************************************** * * This file is part of the AWeb-II distribution * * Copyright (C) 2002 Yvon Rozijn * * This program is free software; you can redistribute it and/or modify * it under the terms of the AWeb Public License as included in this * distributio...
28.916667
72
0.62464
[ "object" ]
8e8c4aa8d8bf72cd2af2116e771f189c9fe2c0af
1,041
h
C
include/IndexBuffer.h
TaniyaPeters/BorealEngine
57937d0ec5476de0383f4cd1336b307a8a1f5434
[ "Apache-2.0" ]
1
2021-05-25T23:59:41.000Z
2021-05-25T23:59:41.000Z
include/IndexBuffer.h
TaniyaPeters/BorealEngine
57937d0ec5476de0383f4cd1336b307a8a1f5434
[ "Apache-2.0" ]
null
null
null
include/IndexBuffer.h
TaniyaPeters/BorealEngine
57937d0ec5476de0383f4cd1336b307a8a1f5434
[ "Apache-2.0" ]
null
null
null
#pragma once namespace Boreal { /** * @brief Allows user to create and manage index buffers * * @section Description * * The index buffer class allows the user to create, bind, and unbind index buffers. This is used to create models along with the vertex buffer. * */ class IndexBuffer { public: /** * @br...
24.785714
144
0.694524
[ "object" ]
8e8c9d88c093d06aba508e4790ffe5b54d3c73d8
3,697
h
C
include/thrustshift/multi-iterator.h
pauleonix/thrustshift
763805f862e3121374286c927dd6949960bffb84
[ "BSD-3-Clause" ]
1
2021-12-16T13:01:46.000Z
2021-12-16T13:01:46.000Z
include/thrustshift/multi-iterator.h
pauleonix/thrustshift
763805f862e3121374286c927dd6949960bffb84
[ "BSD-3-Clause" ]
2
2021-03-23T14:12:08.000Z
2021-06-17T11:40:04.000Z
include/thrustshift/multi-iterator.h
pauleonix/thrustshift
763805f862e3121374286c927dd6949960bffb84
[ "BSD-3-Clause" ]
null
null
null
#pragma once #include <iterator> #include <type_traits> #include <utility> #include <cuda/define_specifiers.hpp> #include <thrust/tuple.h> #include <kat/containers/array.hpp> #include <thrustshift/transform.h> #include <thrustshift/type-traits.h> #include <thrustshift/container-conversion.h> namespace thrustshift...
26.219858
121
0.673249
[ "transform" ]
8e9d622361638cc4bd57961c47d426384dcf667f
1,951
h
C
algorithms/medium/1774. Closest Dessert Cost.h
MultivacX/letcode2020
f86289f8718237303918a7705ae31625a12b68f6
[ "MIT" ]
null
null
null
algorithms/medium/1774. Closest Dessert Cost.h
MultivacX/letcode2020
f86289f8718237303918a7705ae31625a12b68f6
[ "MIT" ]
null
null
null
algorithms/medium/1774. Closest Dessert Cost.h
MultivacX/letcode2020
f86289f8718237303918a7705ae31625a12b68f6
[ "MIT" ]
null
null
null
// 1774. Closest Dessert Cost // https://leetcode.com/problems/closest-dessert-cost/ // Runtime: 8 ms, faster than 83.33% of C++ online submissions for Closest Dessert Cost. // Memory Usage: 10.5 MB, less than 50.00% of C++ online submissions for Closest Dessert Cost. class Solution { set<int> sums; int a...
33.067797
94
0.474116
[ "vector" ]
8ea080b6fd9b5ab5a89ae858c23b4330d6fc0dd5
1,432
h
C
include/Core/Derived/Creature.h
maspe36/WhispererBoost
bcf4a8e5b9a5a563dc302937af48df4c6710b285
[ "Apache-2.0" ]
2
2020-10-03T20:15:40.000Z
2020-11-26T05:35:37.000Z
include/Core/Derived/Creature.h
maspe36/WhispererTCG
bcf4a8e5b9a5a563dc302937af48df4c6710b285
[ "Apache-2.0" ]
null
null
null
include/Core/Derived/Creature.h
maspe36/WhispererTCG
bcf4a8e5b9a5a563dc302937af48df4c6710b285
[ "Apache-2.0" ]
2
2018-05-16T01:34:30.000Z
2021-08-05T22:10:17.000Z
#pragma once #include "../Game/Card.h" class Creature : public Card { public: #pragma region Instance Vars /* A creatures original Attack */ int OriginalAttack; /* A creatures original Defense */ int OriginalDefense; /* A creatures base attack (From buffs, debuffs, etc) */ int BaseAttack; /* A creatures ...
21.69697
170
0.717179
[ "vector" ]
8ea8fdda494faed02296ad6d2f6fcb8a48e18123
62,133
c
C
src/bft.c
masakistan/BloomFilterTrie
92f35ea80077cbadd8e9c59c5bd6b2159ebab703
[ "MIT" ]
44
2015-07-28T13:46:32.000Z
2022-02-17T05:30:33.000Z
src/bft.c
masakistan/BloomFilterTrie
92f35ea80077cbadd8e9c59c5bd6b2159ebab703
[ "MIT" ]
14
2016-04-16T22:30:14.000Z
2022-01-28T15:04:36.000Z
src/bft.c
masakistan/BloomFilterTrie
92f35ea80077cbadd8e9c59c5bd6b2159ebab703
[ "MIT" ]
6
2017-03-12T14:07:44.000Z
2018-09-07T00:13:52.000Z
#include "bft.h" extern inline uint8_t intersection_annots(const uint8_t a, const uint8_t b); extern inline uint8_t union_annots(const uint8_t a, const uint8_t b); extern inline uint8_t sym_difference_annots(const uint8_t a, const uint8_t b); /** Function creating a colored de Bruijn graph stored in a BFT. * @param k...
36.874184
154
0.646017
[ "object" ]
8eb746668d53e5e160b2ca0019738a57bb0cffb5
3,875
h
C
headers/nb/geometric_bot/mesh/modules2D/area_analizer.h
vecn/nbots
bda4f5a2c607c8e6d26567bb0865ccbb953418ac
[ "MIT" ]
7
2016-02-09T17:53:25.000Z
2019-09-19T02:02:14.000Z
headers/nb/geometric_bot/mesh/modules2D/area_analizer.h
vecn/nbots
bda4f5a2c607c8e6d26567bb0865ccbb953418ac
[ "MIT" ]
1
2017-06-22T06:20:24.000Z
2017-06-22T06:20:24.000Z
headers/nb/geometric_bot/mesh/modules2D/area_analizer.h
vecn/nbots
bda4f5a2c607c8e6d26567bb0865ccbb953418ac
[ "MIT" ]
2
2018-02-08T12:09:50.000Z
2019-09-19T02:02:23.000Z
#ifndef __NB_GEOMETRIC_BOT_MESH_MODULES2D_PRUNER_H__ #define __NB_GEOMETRIC_BOT_MESH_MODULES2D_PRUNER_H__ #include <stdint.h> #include <stdbool.h> #include "nb/geometric_bot/mesh/tessellator2D.h" /** * @brief Calculates the pseudo-centroid of the sub-areas in the mesh. * A sub-area is a portion of the domain which...
39.141414
95
0.774968
[ "mesh", "model" ]
8eb7a41044794c389e0601c4aa9521d14c6ecb7e
708
h
C
Game of Life/field_controller.h
aceisnotmycard/Object-Oriented-Programming-I
137717513132261809faec6c56881ac6425cb306
[ "MIT" ]
null
null
null
Game of Life/field_controller.h
aceisnotmycard/Object-Oriented-Programming-I
137717513132261809faec6c56881ac6425cb306
[ "MIT" ]
null
null
null
Game of Life/field_controller.h
aceisnotmycard/Object-Oriented-Programming-I
137717513132261809faec6c56881ac6425cb306
[ "MIT" ]
null
null
null
// // field_controller.h // Game of Life // // Created by Sergey Bogolepov on 10/18/14. // Copyright (c) 2014 Sergey Bogolepov. All rights reserved. // #ifndef __Game_of_Life__field_controller__ #define __Game_of_Life__field_controller__ #include "field_model.h" #include "controller.h" class FieldController : pu...
19.666667
61
0.682203
[ "vector" ]
8ec06beea82e0c1bdff6d20e3331bbf462ac33c4
14,990
h
C
kmc_core/libs/ntHash/ntHashWrapper.h
Souvadra/MMC_hati
3becbd3a22fa2a4c3f167e1b914a41bfffdf1d49
[ "Unlicense" ]
174
2016-04-28T08:28:29.000Z
2022-03-25T05:04:20.000Z
kmc_core/libs/ntHash/ntHashWrapper.h
Souvadra/MMC_hati
3becbd3a22fa2a4c3f167e1b914a41bfffdf1d49
[ "Unlicense" ]
162
2016-04-29T08:23:59.000Z
2022-03-28T20:08:37.000Z
kmc_core/libs/ntHash/ntHashWrapper.h
Souvadra/MMC_hati
3becbd3a22fa2a4c3f167e1b914a41bfffdf1d49
[ "Unlicense" ]
46
2016-03-31T07:18:42.000Z
2022-03-18T12:44:28.000Z
#pragma once #include "ntHash.hpp" #include <algorithm> #include <vector> #include <utility> #include <cstdint> #include <cmath> #ifdef _MSC_VER #include <intrin.h> #endif #ifdef __GNUC__ //#include <intrin.h> #endif template<typename T> class cyclic_buffer { std::vector<T> buf; size_t size; size_t size_m1; size...
32.800875
117
0.565777
[ "vector" ]
8ec5425d0b0981ed5e3040957a44eb83818a55c9
157,469
c
C
lib/nghttp2_session.c
antbryan/nghttp2
3d211e1cfd5308a5e23fdd510eac53de2c4ed501
[ "MIT" ]
null
null
null
lib/nghttp2_session.c
antbryan/nghttp2
3d211e1cfd5308a5e23fdd510eac53de2c4ed501
[ "MIT" ]
null
null
null
lib/nghttp2_session.c
antbryan/nghttp2
3d211e1cfd5308a5e23fdd510eac53de2c4ed501
[ "MIT" ]
null
null
null
/* * nghttp2 - HTTP/2.0 C Library * * Copyright (c) 2012 Tatsuhiro Tsujikawa * * 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 ...
33.461326
81
0.638367
[ "object", "vector" ]
8ec60d9368f9551b0f6b7bf6f8eccc4ca818e9b5
7,918
h
C
branch/old_angsys/angsys_beta3/source/graphics/graphics.shared/include/d3d11/d3d11_textures.h
ChuyX3/angsys
89b2eaee866bcfd11e66efda49b38acc7468c780
[ "Apache-2.0" ]
null
null
null
branch/old_angsys/angsys_beta3/source/graphics/graphics.shared/include/d3d11/d3d11_textures.h
ChuyX3/angsys
89b2eaee866bcfd11e66efda49b38acc7468c780
[ "Apache-2.0" ]
null
null
null
branch/old_angsys/angsys_beta3/source/graphics/graphics.shared/include/d3d11/d3d11_textures.h
ChuyX3/angsys
89b2eaee866bcfd11e66efda49b38acc7468c780
[ "Apache-2.0" ]
null
null
null
#pragma once #if DIRECTX11_SUPPORT namespace ang { namespace graphics { namespace d3d11 { class d3d11_texture; typedef object_wrapper<d3d11_texture> d3d11_texture_t; struct tex_file_info_t { uint width; uint height; uint depth; uint resDim; uint arraySize; uint mipCount; ...
34.72807
213
0.772796
[ "vector" ]
8ecd80083cc2630650296d75dbac06ab15fd74f0
2,694
h
C
Projects/mo_graphics/GPUCaching_model_display.h
Neill3d/MoPlugs
84efea03e045f820f3dc132c1a60a779fc5e34fc
[ "BSD-3-Clause" ]
23
2017-10-20T07:01:18.000Z
2022-02-25T08:46:07.000Z
Projects/mo_graphics/GPUCaching_model_display.h
droidoid/MoPlugs
fce52e6469408e32e94af8ac8a303840bc956e53
[ "BSD-3-Clause" ]
1
2019-11-08T04:03:38.000Z
2019-11-10T10:16:00.000Z
Projects/mo_graphics/GPUCaching_model_display.h
droidoid/MoPlugs
fce52e6469408e32e94af8ac8a303840bc956e53
[ "BSD-3-Clause" ]
5
2017-12-03T20:43:27.000Z
2020-01-22T16:54:13.000Z
#pragma once ////////////////////////////////////////////////////////////////////////////////////////////////// // // file: GPUCaching_model_display.h // // Author Sergey Solokhin (Neill3d) // // GitHub page - https://github.com/Neill3d/MoPlugs // Licensed under BSD 3-Clause - https://github.com/Neill3d/MoPlugs/blob/...
35.447368
177
0.699332
[ "model" ]
8ece2c373a2f47e0faa762677e45c602156483a4
1,935
h
C
include/gcheck/user_object.h
lainets/gcheck
c31471ea8c085bbdbc19ca202100c7d02e18fdc5
[ "MIT" ]
null
null
null
include/gcheck/user_object.h
lainets/gcheck
c31471ea8c085bbdbc19ca202100c7d02e18fdc5
[ "MIT" ]
null
null
null
include/gcheck/user_object.h
lainets/gcheck
c31471ea8c085bbdbc19ca202100c7d02e18fdc5
[ "MIT" ]
null
null
null
#pragma once #include <string> #include <unordered_map> #include <vector> #include <type_traits> #include <sstream> #include <utility> #include "argument.h" #include "json.h" #include "sfinae.h" #include "stringify.h" namespace gcheck { /* Wrapper class for anything passed by users from tests. Includes a des...
28.455882
118
0.685271
[ "object", "vector" ]
c23479df08a3566971555868bb7be36c4ab5e154
3,877
h
C
test-apps/darknet_v3/src/detection_gold.h
divadnauj-GB/nvbitfi
8f7e48a4ffd3f8e819c5fc0891fb62422080aa15
[ "Apache-2.0" ]
null
null
null
test-apps/darknet_v3/src/detection_gold.h
divadnauj-GB/nvbitfi
8f7e48a4ffd3f8e819c5fc0891fb62422080aa15
[ "Apache-2.0" ]
null
null
null
test-apps/darknet_v3/src/detection_gold.h
divadnauj-GB/nvbitfi
8f7e48a4ffd3f8e819c5fc0891fb62422080aa15
[ "Apache-2.0" ]
null
null
null
/* * DetectionGold.h * * Created on: 27/09/2018 * Author: fernando */ #ifndef DETECTIONGOLD_H_ #define DETECTIONGOLD_H_ #include "network.h" //save layer #include "layer.h" //save layer #include "box.h" //boxes #include "log_processing.h" #include <string> #include <vector> #include <tuple> #include <unor...
23.077381
82
0.719887
[ "vector", "model" ]
c244df89ce12d9d3cb3660f24edc317e4ff0d608
22,563
h
C
codecparsers/h265Parser.h
genisysram/libyami
08d3ecbbfe1f5d23d433523f747a7093a0b3a13a
[ "Apache-2.0" ]
89
2015-01-09T10:31:13.000Z
2018-01-18T12:48:21.000Z
codecparsers/h265Parser.h
genisysram/libyami
08d3ecbbfe1f5d23d433523f747a7093a0b3a13a
[ "Apache-2.0" ]
626
2015-01-12T00:01:26.000Z
2018-01-23T18:58:58.000Z
codecparsers/h265Parser.h
genisysram/libyami
08d3ecbbfe1f5d23d433523f747a7093a0b3a13a
[ "Apache-2.0" ]
104
2015-01-12T04:02:09.000Z
2017-12-28T08:27:42.000Z
/* * Copyright 2016 Intel Corporation * * 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 agre...
37.171334
105
0.682622
[ "vector" ]
c254d381bf26b26e6097d4da3e48ff8066b85636
24,861
h
C
Engine/Dependences/Framework/Graphics/inc/Environment/Vulkan.h
Kiper220/SREngine
f1fa36b5ded1f489a9fdb59d8d4b40eb294ba9ec
[ "MIT" ]
7
2020-10-16T11:34:27.000Z
2022-03-12T17:53:15.000Z
Engine/Dependences/Framework/Graphics/inc/Environment/Vulkan.h
Kiper220/SREngine
f1fa36b5ded1f489a9fdb59d8d4b40eb294ba9ec
[ "MIT" ]
null
null
null
Engine/Dependences/Framework/Graphics/inc/Environment/Vulkan.h
Kiper220/SREngine
f1fa36b5ded1f489a9fdb59d8d4b40eb294ba9ec
[ "MIT" ]
6
2021-05-06T15:09:52.000Z
2022-03-12T17:57:14.000Z
// // Created by Nikita on 25.03.2021. // #ifndef GAMEENGINE_VULKAN_H #define GAMEENGINE_VULKAN_H //#include <easy/profiler.h> #include <Environment/Environment.h> #define GLFW_EXPOSE_NATIVE_WIN32 #include <glm/glm.hpp> #include <glm\gtc\type_ptr.hpp> #include <Debug.h> #define VK_PROTOTYPES #ifdef WIN32 #def...
45.616514
177
0.592374
[ "render", "object", "vector" ]
c2614c219c0cddaf2d7c15e439d47c6dabbba736
11,014
h
C
libs/iovm/source/IoObject.h
quag/io
bbd6aace50f7077b1bd7f5523bf6dcba44d4a97b
[ "BSD-3-Clause" ]
1
2016-05-08T20:48:17.000Z
2016-05-08T20:48:17.000Z
libs/iovm/source/IoObject.h
quag/io
bbd6aace50f7077b1bd7f5523bf6dcba44d4a97b
[ "BSD-3-Clause" ]
null
null
null
libs/iovm/source/IoObject.h
quag/io
bbd6aace50f7077b1bd7f5523bf6dcba44d4a97b
[ "BSD-3-Clause" ]
null
null
null
//metadoc Object copyright Steve Dekorte 2002 //metadoc Object license BSD revised #ifndef OBJECT_DEFINED #define OBJECT_DEFINED 1 #include "IoVMApi.h" #include "Common.h" #include "PHash.h" #ifdef __cplusplus extern "C" { #endif #define IoObject_clean(self) PHash_clean(IoObject_slots(self)); #define IOREF(value)...
44.772358
128
0.79753
[ "object" ]
c266827650e0078719950df492a41ba78bccb8ec
7,568
h
C
OrbitCore/EventClasses.h
robbiesri/orbitprofiler
fff73e9cafc4e7928feb900f07b1dddb4af0ecee
[ "BSD-2-Clause" ]
null
null
null
OrbitCore/EventClasses.h
robbiesri/orbitprofiler
fff73e9cafc4e7928feb900f07b1dddb4af0ecee
[ "BSD-2-Clause" ]
null
null
null
OrbitCore/EventClasses.h
robbiesri/orbitprofiler
fff73e9cafc4e7928feb900f07b1dddb4af0ecee
[ "BSD-2-Clause" ]
null
null
null
//----------------------------------- // Copyright Pierric Gimmig 2013-2017 //----------------------------------- #pragma once #include "Core.h" //----------------------------------------------------------------------------- //[EventType{ 1, 2, 3, 4 }, EventTypeName{ "Start", "End", "DCStart", "DCEnd" }] struct Threa...
36.560386
166
0.630285
[ "object" ]
c27d56d8c2430954b2f92522b29d0f994ae7eb24
5,323
h
C
applications/physbam/physbam-lib/Public_Library/PhysBAM_Rendering/PhysBAM_Ray_Tracing/Rendering_Shaders/RENDERING_ABSORPTION_SPECTRUM_SHADER.h
schinmayee/nimbus
170cd15e24a7a88243a6ea80aabadc0fc0e6e177
[ "BSD-3-Clause" ]
20
2017-07-03T19:09:09.000Z
2021-09-10T02:53:56.000Z
applications/physbam/physbam-lib/Public_Library/PhysBAM_Rendering/PhysBAM_Ray_Tracing/Rendering_Shaders/RENDERING_ABSORPTION_SPECTRUM_SHADER.h
schinmayee/nimbus
170cd15e24a7a88243a6ea80aabadc0fc0e6e177
[ "BSD-3-Clause" ]
null
null
null
applications/physbam/physbam-lib/Public_Library/PhysBAM_Rendering/PhysBAM_Ray_Tracing/Rendering_Shaders/RENDERING_ABSORPTION_SPECTRUM_SHADER.h
schinmayee/nimbus
170cd15e24a7a88243a6ea80aabadc0fc0e6e177
[ "BSD-3-Clause" ]
9
2017-09-17T02:05:06.000Z
2020-01-31T00:12:01.000Z
//##################################################################### // Copyright 2003-2006, Geoffrey Irving, Frank Losasso, Andrew Selle. // This file is part of PhysBAM whose distribution is governed by the license contained in the accompanying file PHYSBAM_COPYRIGHT.txt. //########################################...
74.971831
228
0.780763
[ "object", "vector" ]
c27e1f8564e8dce69b91e4caa06775fc34d1467f
1,937
h
C
interfaceTransport/sip/SipTransport.h
cukupupas/libsalamander
04bb693e08212a0939be0bcf736d3fd4939d26b4
[ "Apache-2.0" ]
2
2016-02-04T20:25:08.000Z
2016-09-24T10:25:58.000Z
interfaceTransport/sip/SipTransport.h
cukupupas/libsalamander
04bb693e08212a0939be0bcf736d3fd4939d26b4
[ "Apache-2.0" ]
null
null
null
interfaceTransport/sip/SipTransport.h
cukupupas/libsalamander
04bb693e08212a0939be0bcf736d3fd4939d26b4
[ "Apache-2.0" ]
1
2018-10-03T13:16:35.000Z
2018-10-03T13:16:35.000Z
/* Copyright 2016 Silent Circle, 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 a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softw...
26.175676
105
0.744966
[ "vector" ]
c28407dd4f8a96c5851bbe9de5f62504341de162
16,262
h
C
groups/bal/balst/balst_stacktrace.h
seanbaxter/bde-1
149176ebc2ae49c3b563895a7332fe638a760782
[ "Apache-2.0" ]
1
2021-11-10T16:53:42.000Z
2021-11-10T16:53:42.000Z
groups/bal/balst/balst_stacktrace.h
seanbaxter/bde-1
149176ebc2ae49c3b563895a7332fe638a760782
[ "Apache-2.0" ]
2
2020-11-05T15:20:55.000Z
2021-01-05T19:38:43.000Z
groups/bal/balst/balst_stacktrace.h
seanbaxter/bde-1
149176ebc2ae49c3b563895a7332fe638a760782
[ "Apache-2.0" ]
2
2020-01-16T17:58:12.000Z
2020-08-11T20:59:30.000Z
// balst_stacktrace.h -*-C++-*- // ---------------------------------------------------------------------------- // NOTICE // // This component is not up to date with current BDE coding standards, and // should not be used as an example f...
36.708804
79
0.63098
[ "object", "vector" ]
c29b9c33bbdecd57943b6ae8d797df25b8a7b800
5,109
c
C
sys/system/panic.c
krial057/Firedrake
c75687616e637a3d1095dbf1eb90ebec257046a2
[ "MIT" ]
null
null
null
sys/system/panic.c
krial057/Firedrake
c75687616e637a3d1095dbf1eb90ebec257046a2
[ "MIT" ]
null
null
null
sys/system/panic.c
krial057/Firedrake
c75687616e637a3d1095dbf1eb90ebec257046a2
[ "MIT" ]
null
null
null
// // panic.c // Firedrake // // Created by Sidney Just // Copyright (c) 2013 by Sidney Just // 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 limi...
31.537037
157
0.71149
[ "vector" ]
c2a3100d10d3ff71ecc501c67b45e4cabfb88eb0
2,568
h
C
render/render.h
mjansson/render_lib
cd6d7b1a6220386f50fdc906a9286e6f52493065
[ "Unlicense" ]
3
2021-09-07T02:27:51.000Z
2022-03-30T18:09:14.000Z
render/render.h
mjansson/render_lib
cd6d7b1a6220386f50fdc906a9286e6f52493065
[ "Unlicense" ]
null
null
null
render/render.h
mjansson/render_lib
cd6d7b1a6220386f50fdc906a9286e6f52493065
[ "Unlicense" ]
null
null
null
/* render.h - Render library - Public Domain - 2013 Mattias Jansson / Rampant Pixels * * This library provides a cross-platform rendering library in C11 providing * basic 2D/3D rendering functionality for projects based on our foundation library. * * The latest source code maintained by Rampant Pixels is alw...
29.860465
111
0.745327
[ "render", "3d" ]
c2a3f52ddaece92774359b80594a3d7c232ef0a1
19,985
c
C
parasail_c/util/templates/sw_stats_striped.c
dikaiosune/parasail-sys
bcaf089eaec5de7147a421bea8b4811d1720ef5d
[ "MIT" ]
1
2021-05-28T01:51:57.000Z
2021-05-28T01:51:57.000Z
parasail_c/util/templates/sw_stats_striped.c
dikaiosune/parasail-sys
bcaf089eaec5de7147a421bea8b4811d1720ef5d
[ "MIT" ]
null
null
null
parasail_c/util/templates/sw_stats_striped.c
dikaiosune/parasail-sys
bcaf089eaec5de7147a421bea8b4811d1720ef5d
[ "MIT" ]
2
2021-05-28T01:55:07.000Z
2021-05-28T18:34:18.000Z
/** * @file * * @author jeff.daily@pnnl.gov * * Copyright (c) 2015 Battelle Memorial Institute. */ #include "config.h" #include <stdint.h> #include <stdlib.h> #include <string.h> %(HEADER)s #include "parasail.h" #include "parasail/memory.h" #include "parasail/internal_%(ISA)s.h" #define FASTSTATS #define NEG...
35.560498
110
0.54691
[ "vector" ]
c2a5ba1a5a1a67009d34a9955a93e65b7881b179
6,377
h
C
implementations/ugene/src/corelibs/U2Lang/src/support/WorkflowDebugStatus.h
r-barnes/sw_comparison
1ac2c9cc10a32badd6b8fb1e96516c97f7800176
[ "BSD-Source-Code" ]
null
null
null
implementations/ugene/src/corelibs/U2Lang/src/support/WorkflowDebugStatus.h
r-barnes/sw_comparison
1ac2c9cc10a32badd6b8fb1e96516c97f7800176
[ "BSD-Source-Code" ]
null
null
null
implementations/ugene/src/corelibs/U2Lang/src/support/WorkflowDebugStatus.h
r-barnes/sw_comparison
1ac2c9cc10a32badd6b8fb1e96516c97f7800176
[ "BSD-Source-Code" ]
null
null
null
/** * UGENE - Integrated Bioinformatics Tools. * Copyright (C) 2008-2020 UniPro <ugene@unipro.ru> * http://ugene.net * * 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 2 * ...
42.231788
139
0.694684
[ "object" ]
c2ae6cb14753f4f436c658940939e26effa82409
1,841
c
C
scripts/3_Game/tools/UtilityClasses.c
Da0ne/DayZCommunityOfflineMode
77ebd221a877270e704c75bcc529a7b97c918f2e
[ "MIT" ]
1
2018-11-07T18:38:15.000Z
2018-11-07T18:38:15.000Z
SourceCode/scripts/3_Game/tools/UtilityClasses.c
DevulTj/DayZOfflineMode
0ba7e58858c7cd62e6a08f451ba60a3961575353
[ "MIT" ]
null
null
null
SourceCode/scripts/3_Game/tools/UtilityClasses.c
DevulTj/DayZOfflineMode
0ba7e58858c7cd62e6a08f451ba60a3961575353
[ "MIT" ]
null
null
null
class ItemVariableFlags { static const int NONE = 0; static const int FLOAT = 0x0001; static const int STRING = 0x0002; static const int BOOL = 0x0004; }; class CashedObjectsParams { static ref Param1<int> PARAM1_INT;//CashedObjectsParams.PARAM1_INT static ref Param1<bool> PARAM1_BOOL;//C...
36.098039
97
0.768061
[ "object" ]
c2b009a6f1f3dc57bc455ce5e37a26f42a82c9ce
8,962
h
C
tsw/include/tencentcloud/tsw/v20200924/model/AgentShell.h
suluner/tencentcloud-sdk-cpp
a56c73cc3f488c4d1e10755704107bb15c5e000d
[ "Apache-2.0" ]
43
2019-08-14T08:14:12.000Z
2022-03-30T12:35:09.000Z
tsw/include/tencentcloud/tsw/v20200924/model/AgentShell.h
suluner/tencentcloud-sdk-cpp
a56c73cc3f488c4d1e10755704107bb15c5e000d
[ "Apache-2.0" ]
12
2019-07-15T10:44:59.000Z
2021-11-02T12:35:00.000Z
tsw/include/tencentcloud/tsw/v20200924/model/AgentShell.h
suluner/tencentcloud-sdk-cpp
a56c73cc3f488c4d1e10755704107bb15c5e000d
[ "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 ...
30.903448
116
0.456818
[ "vector", "model" ]
c2c2fd0b13467e1401e511728b9ded27c5c2244c
3,536
h
C
COGengine/src/Tests/FlagsTest.h
dodoknight/CogEngine
fda1193c2d1258ba9780e1025933d33a8dce2284
[ "MIT" ]
3
2016-06-01T10:14:00.000Z
2016-10-11T15:53:45.000Z
COGengine/src/Tests/FlagsTest.h
dormantor/ofxCogEngine
fda1193c2d1258ba9780e1025933d33a8dce2284
[ "MIT" ]
null
null
null
COGengine/src/Tests/FlagsTest.h
dormantor/ofxCogEngine
fda1193c2d1258ba9780e1025933d33a8dce2284
[ "MIT" ]
1
2020-08-15T17:01:00.000Z
2020-08-15T17:01:00.000Z
#pragma once #include "ofMain.h" #include "ofxCogEngine.h" #include "StrId.h" #include "catch.hpp" using namespace Cog; #include "Flags.h" TEST_CASE("Flag test") { SECTION("Simple state test") { Flags st = Flags(); st.SetState(1); st.SetState(2); st.SetState(3); REQUIRE(st.HasState(1)); REQUIRE(st.H...
16.37037
46
0.631505
[ "vector" ]
90563a878c895823c51273bc0d0156164642cae6
6,970
h
C
src/redland/redland-1.0.17/src/rdf_query_internal.h
sys-bio/tesemantic
f25f44a0a7e67d38f1e94fd69c08ae7f73be2079
[ "Apache-2.0" ]
6
2020-07-07T11:23:29.000Z
2021-11-19T09:49:02.000Z
src/redland/redland-1.0.17/src/rdf_query_internal.h
sys-bio/tesemantic
f25f44a0a7e67d38f1e94fd69c08ae7f73be2079
[ "Apache-2.0" ]
79
2020-06-23T15:32:44.000Z
2022-02-23T06:46:43.000Z
src/redland/redland-1.0.17/src/rdf_query_internal.h
sys-bio/tesemantic
f25f44a0a7e67d38f1e94fd69c08ae7f73be2079
[ "Apache-2.0" ]
5
2020-11-29T04:29:54.000Z
2021-08-17T15:55:41.000Z
/* -*- Mode: c; c-basic-offset: 2 -*- * * rdf_query_internal.h - Internal RDF Query definitions * * Copyright (C) 2002-2008, David Beckett http://www.dajobe.org/ * Copyright (C) 2002-2005, University of Bristol, UK http://www.bristol.ac.uk/ * * This package is Free Software and part of Redland http://lib...
34.50495
144
0.705308
[ "object", "model" ]
90605ae222c29da924f85f107a320db6e68ead70
2,518
h
C
protocols/ace/INet/HTTP_Response.h
cflowe/ACE
5ff60b41adbe1772372d1a43bcc1f2726ff8f810
[ "DOC" ]
36
2015-01-10T07:27:33.000Z
2022-03-07T03:32:08.000Z
protocols/ace/INet/HTTP_Response.h
cflowe/ACE
5ff60b41adbe1772372d1a43bcc1f2726ff8f810
[ "DOC" ]
2
2018-08-13T07:30:51.000Z
2019-02-25T03:04:31.000Z
protocols/ace/INet/HTTP_Response.h
cflowe/ACE
5ff60b41adbe1772372d1a43bcc1f2726ff8f810
[ "DOC" ]
38
2015-01-08T14:12:06.000Z
2022-01-19T08:33:00.000Z
// $Id: HTTP_Response.h 91626 2010-09-07 10:59:20Z johnnyw $ /** * @file HTTP_Response.h * * @author Martin Corino <mcorino@remedy.nl> */ #ifndef ACE_HTTP_RESPONSE_H #define ACE_HTTP_RESPONSE_H #include /**/ "ace/pre.h" #include /**/ "ace/config-all.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif ...
24.686275
87
0.563542
[ "object" ]
9068dbdd088cd90ce597fe098cfe25ffe299c557
3,405
h
C
src/UserInterface/TextWidget.h
mad-mix/my-little-investigations
8d40d117a4de44c337dd4d015cfcfa44c9de29e7
[ "MIT" ]
null
null
null
src/UserInterface/TextWidget.h
mad-mix/my-little-investigations
8d40d117a4de44c337dd4d015cfcfa44c9de29e7
[ "MIT" ]
null
null
null
src/UserInterface/TextWidget.h
mad-mix/my-little-investigations
8d40d117a4de44c337dd4d015cfcfa44c9de29e7
[ "MIT" ]
null
null
null
/** * Basic header/include file for TextWidget.cpp. * * @author mad-mix * @since 1.0.7 * * Licensed under the MIT License. * * Copyright (c) 2014 Equestrian Dreamers * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "So...
31.82243
107
0.695154
[ "vector" ]
906b7424bd621340ba0e9166b08888b3603311f4
19,510
h
C
src/QtSignal/Functional.h
shines77/QtSignal
7167fe3d04ef8f21f619dc47c9ffe3ba4275759e
[ "MIT" ]
null
null
null
src/QtSignal/Functional.h
shines77/QtSignal
7167fe3d04ef8f21f619dc47c9ffe3ba4275759e
[ "MIT" ]
null
null
null
src/QtSignal/Functional.h
shines77/QtSignal
7167fe3d04ef8f21f619dc47c9ffe3ba4275759e
[ "MIT" ]
2
2018-11-17T01:58:09.000Z
2021-06-21T12:34:37.000Z
#ifndef QT_FUNCTIONAL_H #define QT_FUNCTIONAL_H #if defined(_MSC_VER) && (_MSC_VER >= 1020) #pragma once #endif #include <functional> #include <tuple> #include <array> #include <utility> #include <type_traits> #if defined(__GNUC__) || defined(__GNUG__) || defined(__clang__) || defined(__linux__) #ifndef JIMI_STDCAL...
36.535581
130
0.605228
[ "object" ]
9071e57b08a0f3b9ede3e0d26aa8c03af8f9eb5e
46,388
h
C
_l_transport.h
davidbien/lexang
6759dd22afa4c8322db8ccfd6ee02d1636fba5ee
[ "BSL-1.0" ]
null
null
null
_l_transport.h
davidbien/lexang
6759dd22afa4c8322db8ccfd6ee02d1636fba5ee
[ "BSL-1.0" ]
null
null
null
_l_transport.h
davidbien/lexang
6759dd22afa4c8322db8ccfd6ee02d1636fba5ee
[ "BSL-1.0" ]
null
null
null
#pragma once // Copyright David Lawrence Bien 1997 - 2021. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // https://www.boost.org/LICENSE_1_0.txt). // _l_transport.h // Transport objects for lexical analyzer. // dbien : 26DEC202...
37.199679
165
0.692938
[ "object" ]
9072a64c2091dd74027a2194713e50ffe8d4ddf1
4,560
h
C
include/wm8960.h
AidenDawn/esp-wm8960
81da79b7b2f54cd3e2fa736cb25a6b9b08034c80
[ "Apache-2.0" ]
null
null
null
include/wm8960.h
AidenDawn/esp-wm8960
81da79b7b2f54cd3e2fa736cb25a6b9b08034c80
[ "Apache-2.0" ]
1
2021-03-24T09:56:32.000Z
2021-03-24T09:56:32.000Z
include/wm8960.h
AidenDawn/esp-wm8960
81da79b7b2f54cd3e2fa736cb25a6b9b08034c80
[ "Apache-2.0" ]
null
null
null
#ifndef _WM8960_H #define _WM8960_H #include "i2c_bus.h" /* WM8960 register space */ #define WM8960_CACHEREGNUM 56 #define WM8960_LINVOL 0x00 #define WM8960_RINVOL 0x01 #define WM8960_LOUT1 0x02 #define WM8960_ROUT1 0x03 #define WM8960_CLOCK1 0x04 #define WM8960_DACCTL1 0x05 #define WM8960_DACCTL2 ...
27.804878
77
0.722368
[ "3d" ]
9074b192275d0942fe7890da6f74b22f652b0c37
2,057
h
C
keops/binders/utils.h
mdiazmel/keops
52a3d2ee80a720639f52898305f85399b7b45a63
[ "MIT" ]
695
2019-04-29T10:20:55.000Z
2022-03-31T13:07:24.000Z
keops/binders/utils.h
mdiazmel/keops
52a3d2ee80a720639f52898305f85399b7b45a63
[ "MIT" ]
213
2019-04-18T09:24:39.000Z
2022-03-31T14:27:12.000Z
keops/binders/utils.h
mdiazmel/keops
52a3d2ee80a720639f52898305f85399b7b45a63
[ "MIT" ]
52
2019-04-18T09:18:08.000Z
2022-03-27T01:48:33.000Z
#pragma once namespace keops_binders { ///////////////////////////////////////////////////////////////////////////////// // Utils // ///////////////////////////////////////////////////////////////////////////////// // This function has to be speci...
32.650794
245
0.653865
[ "object", "shape" ]
908d4a5a38bef7805660232806041a88cbd087da
4,017
c
C
kernel/ia32/cpuid.c
cmsd2/ChrisOS
22078d33627cc4b4c79b9673d8c210404fefc177
[ "BSD-2-Clause-FreeBSD" ]
2
2016-09-24T17:07:06.000Z
2018-04-15T08:52:12.000Z
kernel/ia32/cpuid.c
cmsd2/ChrisOS
22078d33627cc4b4c79b9673d8c210404fefc177
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
kernel/ia32/cpuid.c
cmsd2/ChrisOS
22078d33627cc4b4c79b9673d8c210404fefc177
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
#include <arch/cpuid.h> #include <utils/string.h> #include <utils/kprintf.h> #include <utils/mem.h> const char * cpuid_vendors[] = { "AMDisbetter!", "AuthenticAMD", "GenuineIntel", "CentaurHauls", "TransmetaCPU", "GenuineTMx86", "CyrixInstead", "CentaurHauls", "NexGenDriven", "UMC UMC UMC ", "SiS SiS SiS ",...
25.585987
112
0.717202
[ "model" ]
908e68336c2fc9c25ed8eaa5f6395a768f449029
14,061
h
C
kythe/cxx/verifier/assertions.h
cgay/kythe
956bf486184f799832a3a054eda13ac3b0f3ff8c
[ "Apache-2.0" ]
null
null
null
kythe/cxx/verifier/assertions.h
cgay/kythe
956bf486184f799832a3a054eda13ac3b0f3ff8c
[ "Apache-2.0" ]
null
null
null
kythe/cxx/verifier/assertions.h
cgay/kythe
956bf486184f799832a3a054eda13ac3b0f3ff8c
[ "Apache-2.0" ]
1
2019-04-18T20:21:39.000Z
2019-04-18T20:21:39.000Z
/* * Copyright 2014 The Kythe Authors. 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 * * Unless required by ap...
41.355882
80
0.684517
[ "object", "vector" ]
908ebef721dac9e3f4362e5c0462b65b9be31c09
998
h
C
src/AssetManager.h
skrcka/ZPG_projekt
8a0cb63c75a732f9cb1a745865929f9b7d13d5e2
[ "MIT" ]
null
null
null
src/AssetManager.h
skrcka/ZPG_projekt
8a0cb63c75a732f9cb1a745865929f9b7d13d5e2
[ "MIT" ]
null
null
null
src/AssetManager.h
skrcka/ZPG_projekt
8a0cb63c75a732f9cb1a745865929f9b7d13d5e2
[ "MIT" ]
null
null
null
#pragma once #include <vector> #include <memory> #include <map> #include <string> #include "Transforms/Transform.h" #include "Shaders/Shader.h" #include "Models/Model.h" #include "Textures/Texture.h" #include "Camera.h" #include "Material.h" class Engine; class AssetManager { public: AssetManager(Engine* e); Asset...
26.972973
62
0.736473
[ "vector", "model", "transform" ]
90ad1349a11aaead5c4560858fef89b50b89dc38
2,338
h
C
src/ofApp.h
Parkkeo1/SteadyHand
9d6de54770d01f38d8e134792bf9eadb60c342c3
[ "MIT" ]
4
2018-07-09T20:39:47.000Z
2020-10-04T04:12:00.000Z
src/ofApp.h
Parkkeo1/SteadyHand
9d6de54770d01f38d8e134792bf9eadb60c342c3
[ "MIT" ]
2
2018-08-13T20:00:46.000Z
2019-08-22T08:33:37.000Z
src/ofApp.h
Parkkeo1/SteadyHand
9d6de54770d01f38d8e134792bf9eadb60c342c3
[ "MIT" ]
5
2018-05-15T19:34:39.000Z
2022-03-18T20:30:17.000Z
#pragma once #include "ofMain.h" #include "ofxDatGui.h" #include "threads.h" #include "mouse_mover.h" #include "mouse_recorder.h" // enum to keep track of SteadyHand's program state enum ProgramState { USING = 0, RECORDING = 1, INACTIVE = 2 }; // openFrameworks application class class ofApp : public ofBaseApp { ...
27.505882
82
0.757913
[ "vector" ]
90ad9504e5eef46c1a34132d2203cce7a0236707
640
h
C
VoxelCaster/src/com_briannakayama_rayCaster_render.h
briannkym/retro3d
de7834a9859b3fd1c283758f6c8e17508a7b79a9
[ "MIT" ]
null
null
null
VoxelCaster/src/com_briannakayama_rayCaster_render.h
briannkym/retro3d
de7834a9859b3fd1c283758f6c8e17508a7b79a9
[ "MIT" ]
null
null
null
VoxelCaster/src/com_briannakayama_rayCaster_render.h
briannkym/retro3d
de7834a9859b3fd1c283758f6c8e17508a7b79a9
[ "MIT" ]
null
null
null
/* * com_briannakayama_rayCaster_render.h * * Created on: Jan 7, 2016 * Author: brian */ #ifndef COM_BRIANNAKAYAMA_RAYCASTER_RENDER_H_ #define COM_BRIANNAKAYAMA_RAYCASTER_RENDER_H_ #include <jni.h> #include "jawt_md.h" #include <stdio.h> #include <stdlib.h> #include <math.h> #define MAX_ACCURACY 32 #defin...
20
71
0.7375
[ "render" ]
60fc6cf6d28f0d6de30ea601c2a078ed21deb28f
1,490
h
C
Hero.h
dimitroffangel/MightAndMagic
ee6453d54afd7c4b8dbcc99eed876608b8fdecb3
[ "MIT" ]
null
null
null
Hero.h
dimitroffangel/MightAndMagic
ee6453d54afd7c4b8dbcc99eed876608b8fdecb3
[ "MIT" ]
null
null
null
Hero.h
dimitroffangel/MightAndMagic
ee6453d54afd7c4b8dbcc99eed876608b8fdecb3
[ "MIT" ]
null
null
null
#ifndef HERO_H_GUARD #define HERO_H_GUARD #include <vector> #include "CreatureHandler.h" #include "Resource.h" // abstract class typedef std::vector< std::vector<CreatureHandler> > Army; class Hero : public Creature { private: const size_t BattalionsSize = 8; size_t m_BattalionsLength; const float LevelTwoNeede...
22.238806
121
0.765101
[ "vector" ]
881996a3ba3f5176a993056850fbbcabc5dc5a29
2,362
h
C
mindspore/lite/src/expression/ops/pooling.h
httpsgithu/mindspore
c29d6bb764e233b427319cb89ba79e420f1e2c64
[ "Apache-2.0" ]
1
2022-02-23T09:13:43.000Z
2022-02-23T09:13:43.000Z
mindspore/lite/src/expression/ops/pooling.h
949144093/mindspore
c29d6bb764e233b427319cb89ba79e420f1e2c64
[ "Apache-2.0" ]
null
null
null
mindspore/lite/src/expression/ops/pooling.h
949144093/mindspore
c29d6bb764e233b427319cb89ba79e420f1e2c64
[ "Apache-2.0" ]
null
null
null
/** * Copyright 2022 Huawei Technologies Co., Ltd * * 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...
31.493333
90
0.750212
[ "vector" ]
881b7013dff852808fa5b60b98c59237f7927e1e
899
h
C
src/toyui/Context/Ogre/OgreRenderer.h
mewbak/kiui
8aa65434ba4f6ebe1fbdc41f88f6f59a201ae850
[ "Zlib" ]
552
2015-02-27T20:23:07.000Z
2015-10-05T04:40:21.000Z
src/toyui/Context/Ogre/OgreRenderer.h
mewbak/kiui
8aa65434ba4f6ebe1fbdc41f88f6f59a201ae850
[ "Zlib" ]
30
2015-03-31T11:40:43.000Z
2015-08-26T14:44:50.000Z
src/toyui/Context/Ogre/OgreRenderer.h
mewbak/kiui
8aa65434ba4f6ebe1fbdc41f88f6f59a201ae850
[ "Zlib" ]
63
2015-10-30T05:05:08.000Z
2020-10-15T05:04:28.000Z
// Copyright (c) 2016 Hugo Amiard hugo.amiard@laposte.net // This software is provided 'as-is' under the zlib License, see the LICENSE.txt file. // This notice and the license may not be removed or altered from any source distribution. #ifndef TOY_GFXRERENDERER_H #define TOY_GFXRERENDERER_H /* toy */ #include <toy...
22.475
91
0.746385
[ "render" ]
882798cc7a9a4eff6878a4152dc6a05d425ae011
18,124
h
C
trunk/win/Source/BT_Util.h
dyzmapl/BumpTop
1329ea41411c7368516b942d19add694af3d602f
[ "Apache-2.0" ]
460
2016-01-13T12:49:34.000Z
2022-02-20T04:10:40.000Z
trunk/win/Source/BT_Util.h
dyzmapl/BumpTop
1329ea41411c7368516b942d19add694af3d602f
[ "Apache-2.0" ]
24
2016-11-07T04:59:49.000Z
2022-03-14T06:34:12.000Z
trunk/win/Source/BT_Util.h
dyzmapl/BumpTop
1329ea41411c7368516b942d19add694af3d602f
[ "Apache-2.0" ]
148
2016-01-17T03:16:43.000Z
2022-03-17T12:20:36.000Z
// Copyright 2012 Google Inc. 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 // // Unless required by ap...
41.664368
191
0.741172
[ "object", "vector", "3d" ]
88424ec7111cd037594f1a68b84fd2af668ad976
12,732
h
C
AutoLoop.framework/AutoLoopStabilizer.h
reels-research/iOS-Private-Frameworks
9a4f4534939310a51fdbf5a439dd22487efb0f01
[ "MIT" ]
4
2021-10-06T12:15:26.000Z
2022-02-21T02:26:00.000Z
AutoLoop.framework/AutoLoopStabilizer.h
reels-research/iOS-Private-Frameworks
9a4f4534939310a51fdbf5a439dd22487efb0f01
[ "MIT" ]
null
null
null
AutoLoop.framework/AutoLoopStabilizer.h
reels-research/iOS-Private-Frameworks
9a4f4534939310a51fdbf5a439dd22487efb0f01
[ "MIT" ]
1
2021-10-08T07:40:53.000Z
2021-10-08T07:40:53.000Z
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/AutoLoop.framework/AutoLoop */ @interface AutoLoopStabilizer : NSObject { int _analysisResult; bool _didDrop; bool _disableGPUStabilization; struct { long long value; int timescale; unsigned int fl...
53.05
570
0.744266
[ "vector" ]
884d5991a0f2d93ba7935ac8eaeafd101a3eca5b
495
h
C
Src/SettingScreen.h
River861/SfSnake
861e6da21f06aa21c9455958744a5c1d66826b8d
[ "MIT" ]
null
null
null
Src/SettingScreen.h
River861/SfSnake
861e6da21f06aa21c9455958744a5c1d66826b8d
[ "MIT" ]
null
null
null
Src/SettingScreen.h
River861/SfSnake
861e6da21f06aa21c9455958744a5c1d66826b8d
[ "MIT" ]
null
null
null
#pragma once #include <SFML/Graphics.hpp> #include <string> #include <vector> #include "Screen.h" #include "Setting.h" #include "Button.h" namespace sfSnake { class SettingScreen : public Screen { public: SettingScreen(); void handleInput(sf::RenderWindow& window) override; void update(sf::Ti...
16.5
54
0.688889
[ "render", "vector" ]
32a61b696bf7553650611c2c0a497550867ded99
3,604
h
C
Source/HoudiniEngineRuntime/Private/HoudiniInstancedActorComponent.h
Mu-L/HoudiniEngineForUnreal-v2
bf4fb4c1bb87d1252bd19272d06e5eb6f65cc5dd
[ "BSD-3-Clause" ]
274
2020-08-10T22:28:07.000Z
2022-03-31T15:24:00.000Z
Source/HoudiniEngineRuntime/Private/HoudiniInstancedActorComponent.h
wisecenter/HoudiniEngineForUnreal-v2
a3d4f450cff6d6aa0825cda05c3ccbaa8def64d8
[ "BSD-3-Clause" ]
144
2020-08-12T23:20:45.000Z
2022-03-08T19:22:33.000Z
Source/HoudiniEngineRuntime/Private/HoudiniInstancedActorComponent.h
wisecenter/HoudiniEngineForUnreal-v2
a3d4f450cff6d6aa0825cda05c3ccbaa8def64d8
[ "BSD-3-Clause" ]
91
2020-08-11T01:11:09.000Z
2022-03-17T17:40:06.000Z
/* * Copyright (c) <2021> Side Effects Software 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. Redistributions of source code must retain the above copyright notice, * this list of...
39.173913
126
0.774695
[ "object", "transform" ]