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
aea99a528983a35d43b5351e707af30352224c7d
1,014
h
C
ThreadPool/SingleQueueThreadPool.h
vukis/Cpp-Utilities
43e14b422c754132eb4089ba27b60eef3d3d81dc
[ "MIT" ]
2
2021-05-14T05:26:49.000Z
2021-07-27T16:54:02.000Z
ThreadPool/SingleQueueThreadPool.h
vukis/Cpp-Utilities
43e14b422c754132eb4089ba27b60eef3d3d81dc
[ "MIT" ]
6
2017-09-07T12:52:21.000Z
2017-09-07T14:57:18.000Z
ThreadPool/SingleQueueThreadPool.h
vukis/Cpp-Utilities
43e14b422c754132eb4089ba27b60eef3d3d81dc
[ "MIT" ]
1
2021-05-14T05:26:52.000Z
2021-05-14T05:26:52.000Z
#pragma once #include "TaskQueue.h" #include <algorithm> #include <thread> class SingleQueueThreadPool { public: explicit SingleQueueThreadPool(size_t threadCount = std::max(1u, std::thread::hardware_concurrency())); ~SingleQueueThreadPool(); template<typename TaskT> auto ExecuteAsync(TaskT&& task) ...
19.882353
107
0.659763
[ "vector" ]
aeb069d2efd5eae2b9e135f5b178bd3f54b19cc6
3,048
h
C
camera/hal/intel/ipu3/psl/ipu3/MediaCtlHelper.h
strassek/chromiumos-platform2
12c953f41f48b8a6b0bd1c181d09bdb1de38325c
[ "BSD-3-Clause" ]
4
2020-07-24T06:54:16.000Z
2021-06-16T17:13:53.000Z
camera/hal/intel/ipu3/psl/ipu3/MediaCtlHelper.h
strassek/chromiumos-platform2
12c953f41f48b8a6b0bd1c181d09bdb1de38325c
[ "BSD-3-Clause" ]
1
2021-04-02T17:35:07.000Z
2021-04-02T17:35:07.000Z
camera/hal/intel/ipu3/psl/ipu3/MediaCtlHelper.h
strassek/chromiumos-platform2
12c953f41f48b8a6b0bd1c181d09bdb1de38325c
[ "BSD-3-Clause" ]
1
2020-11-04T22:31:45.000Z
2020-11-04T22:31:45.000Z
/* * Copyright (C) 2017-2018 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 l...
30.787879
90
0.704724
[ "vector" ]
aeb1058d400f78ea5561d587e7d47938f1af98db
26,957
c
C
plugins/medimax/recalage/fonctions_wrappees.c
bsavelev/medipy
f0da3750a6979750d5f4c96aedc89ad5ae74545f
[ "CECILL-B" ]
null
null
null
plugins/medimax/recalage/fonctions_wrappees.c
bsavelev/medipy
f0da3750a6979750d5f4c96aedc89ad5ae74545f
[ "CECILL-B" ]
null
null
null
plugins/medimax/recalage/fonctions_wrappees.c
bsavelev/medipy
f0da3750a6979750d5f4c96aedc89ad5ae74545f
[ "CECILL-B" ]
1
2022-03-04T05:47:08.000Z
2022-03-04T05:47:08.000Z
/************************************************************************* * MediPy - Copyright (C) Universite de Strasbourg, 2011 * Distributed under the terms of the CeCILL-B license, as published by * the CEA-CNRS-INRIA. Refer to the LICENSE file or to * http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.htm...
29.985539
197
0.578551
[ "3d" ]
aec0960e1d2e20d55e88fa7f5319116adc10cd42
10,742
c
C
arch-rtems/ionrtems.c
pantuza/pleiades-DTN
235614002cbdf24adc007b40659ea4e15557b615
[ "Unlicense" ]
1
2020-08-14T01:09:54.000Z
2020-08-14T01:09:54.000Z
arch-rtems/ionrtems.c
pantuza/pleiades-DTN
235614002cbdf24adc007b40659ea4e15557b615
[ "Unlicense" ]
null
null
null
arch-rtems/ionrtems.c
pantuza/pleiades-DTN
235614002cbdf24adc007b40659ea4e15557b615
[ "Unlicense" ]
1
2020-08-14T01:09:57.000Z
2020-08-14T01:09:57.000Z
/* * ION runtime image initialization and driver. */ #include <bsp.h> #include <rtems.h> #include <rtems/rtems_bsdnet.h> #include <rtems/error.h> #include <rtems/shell.h> #include "platform.h" #include "ion.h" #include "rfx.h" #include "ltp.h" #include "bp.h" #ifndef NASA_PROTECTED_FLIGHT_CODE #include "cfdp.h" #e...
22.425887
75
0.663284
[ "object" ]
aec4707d39bafd35bdbb98788362e6847bf60d20
2,704
h
C
src/spencer_people_tracking/detection/rgbd_detectors/rwth_upper_body_detector/include/KConnectedComponentLabeler.h
CodeToPoem/HumanAwareRobotNavigation
d44eb7e5acd73a5a7bf8bf1cd88c23d6a4a3c330
[ "BSD-3-Clause" ]
20
2017-10-26T05:58:24.000Z
2021-06-13T11:18:54.000Z
src/spencer_people_tracking/detection/rgbd_detectors/rwth_upper_body_detector/include/KConnectedComponentLabeler.h
dmr-goncalves/HumanAwareRobotNavigation
d44eb7e5acd73a5a7bf8bf1cd88c23d6a4a3c330
[ "BSD-3-Clause" ]
null
null
null
src/spencer_people_tracking/detection/rgbd_detectors/rwth_upper_body_detector/include/KConnectedComponentLabeler.h
dmr-goncalves/HumanAwareRobotNavigation
d44eb7e5acd73a5a7bf8bf1cd88c23d6a4a3c330
[ "BSD-3-Clause" ]
6
2018-02-05T09:31:42.000Z
2022-02-07T22:05:57.000Z
/********************************************************************************* This piece of program contained can be used, copied, modified, merged, published, and/or have copies distributed for academic or research purposes only without restriction under the following conditions: 1. The above header and this p...
25.509434
100
0.676036
[ "vector" ]
aec80e90ed33c005aae87e9e552916b5557a7c86
705
h
C
interpretcode.h
thisisdaleb/brainfInterpreterCpp
515b645db5f962510427b8ca1c471377edd7805c
[ "MIT" ]
null
null
null
interpretcode.h
thisisdaleb/brainfInterpreterCpp
515b645db5f962510427b8ca1c471377edd7805c
[ "MIT" ]
null
null
null
interpretcode.h
thisisdaleb/brainfInterpreterCpp
515b645db5f962510427b8ca1c471377edd7805c
[ "MIT" ]
null
null
null
#ifndef INTERPRETCODE_H #define INTERPRETCODE_H #include <string> #include <vector> using namespace std; class interpretCode { public: interpretCode(); interpretCode(string code); void setCode(); void interpret(); protected: private: void comma(); void peri...
18.552632
35
0.560284
[ "vector" ]
aed0d4b69c8463ed6d21e30abb6bb177056f5184
2,449
h
C
Ethereal/Public/NPCs/Objects/Portal.h
SoveranceStudios/EtherealLegends
4d03aba462cc3a51988e2776e182cea05f0e4376
[ "Apache-2.0" ]
216
2016-08-28T18:22:06.000Z
2022-03-22T09:08:15.000Z
Ethereal/Public/NPCs/Objects/Portal.h
SoveranceStudios/EtherealLegends
4d03aba462cc3a51988e2776e182cea05f0e4376
[ "Apache-2.0" ]
1
2017-08-10T06:14:32.000Z
2017-08-12T00:16:27.000Z
Ethereal/Public/NPCs/Objects/Portal.h
SoveranceStudios/EtherealLegends
4d03aba462cc3a51988e2776e182cea05f0e4376
[ "Apache-2.0" ]
49
2016-08-28T18:22:31.000Z
2022-02-23T16:22:37.000Z
// © 2014 - 2017 Soverance Studios // http://www.soverance.com // 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...
30.6125
76
0.759902
[ "mesh" ]
aed2e3db90d8c8d70be13c296c315b0f026508b6
844
h
C
4klang.h
SVatG/Glitterbox
e25067c248b660f42488eb7c369af982181f5480
[ "BSD-3-Clause" ]
null
null
null
4klang.h
SVatG/Glitterbox
e25067c248b660f42488eb7c369af982181f5480
[ "BSD-3-Clause" ]
null
null
null
4klang.h
SVatG/Glitterbox
e25067c248b660f42488eb7c369af982181f5480
[ "BSD-3-Clause" ]
null
null
null
// some useful song defines for 4klang #define SAMPLE_RATE 44100 #define BPM 180.147064 #define MAX_INSTRUMENTS 8 #define MAX_PATTERNS 48 #define PATTERN_SIZE_SHIFT 7 #define PATTERN_SIZE (1 << PATTERN_SIZE_SHIFT) #define MAX_TICKS (MAX_PATTERNS*PATTERN_SIZE) #define SAMPLES_PER_TICK 3671 #define MAX_SAMPLES (SAMPLES_P...
36.695652
104
0.810427
[ "render" ]
aed5430f0135f269192ad2f8be581dd8a132c461
8,008
h
C
include/otWorld/WorldTypes.h
eglrp/otSim
24b5773536856847bfaa90a47e331ccf9475bb9b
[ "MIT" ]
2
2021-12-29T16:21:31.000Z
2022-01-09T11:29:11.000Z
include/otWorld/WorldTypes.h
eglrp/otSim
24b5773536856847bfaa90a47e331ccf9475bb9b
[ "MIT" ]
null
null
null
include/otWorld/WorldTypes.h
eglrp/otSim
24b5773536856847bfaa90a47e331ccf9475bb9b
[ "MIT" ]
2
2021-04-09T12:46:15.000Z
2022-01-09T11:29:21.000Z
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header: WorldTypes.h Author: Cory Parks Date started: 09/2017 See LICENSE file for copyright and license information %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% SENTRY %%%%%%%%%%%%%%%%%%...
24.64
115
0.525599
[ "vector", "model" ]
aed9730a2e284346cb318d6bea6a7533e2315456
1,550
h
C
data/test/cpp/aed9730a2e284346cb318d6bea6a7533e2315456World.h
harshp8l/deep-learning-lang-detection
2a54293181c1c2b1a2b840ddee4d4d80177efb33
[ "MIT" ]
84
2017-10-25T15:49:21.000Z
2021-11-28T21:25:54.000Z
data/test/cpp/aed9730a2e284346cb318d6bea6a7533e2315456World.h
vassalos/deep-learning-lang-detection
cbb00b3e81bed3a64553f9c6aa6138b2511e544e
[ "MIT" ]
5
2018-03-29T11:50:46.000Z
2021-04-26T13:33:18.000Z
data/test/cpp/aed9730a2e284346cb318d6bea6a7533e2315456World.h
vassalos/deep-learning-lang-detection
cbb00b3e81bed3a64553f9c6aa6138b2511e544e
[ "MIT" ]
24
2017-11-22T08:31:00.000Z
2022-03-27T01:22:31.000Z
#pragma once #include "Block.h" class Chunk; class World { public: struct CameraIntersectionInfo { Block block; Direction direction; CameraIntersectionInfo(Block _block, Direction _direction): block(_block), direction(_direction) {} }; World(); virtual ~World(); void update(); void tick(); void as...
25.833333
101
0.758065
[ "vector" ]
aee3d9d6733ee7061d787cc77b09006e1ce5142c
35,627
c
C
src/backend/utils/adt/jsonb_gin.c
lmwnshn/postgres
649750d995eb953c505077ac4baa73b243f68002
[ "PostgreSQL" ]
44
2017-03-03T12:21:44.000Z
2021-03-23T11:35:44.000Z
src/backend/utils/adt/jsonb_gin.c
lmwnshn/postgres
649750d995eb953c505077ac4baa73b243f68002
[ "PostgreSQL" ]
5
2017-11-02T10:03:12.000Z
2018-06-01T16:41:11.000Z
src/backend/utils/adt/jsonb_gin.c
lmwnshn/postgres
649750d995eb953c505077ac4baa73b243f68002
[ "PostgreSQL" ]
8
2017-07-14T12:39:13.000Z
2020-06-02T07:21:20.000Z
/*------------------------------------------------------------------------- * * jsonb_gin.c * GIN support functions for jsonb * * Copyright (c) 2014-2020, PostgreSQL Global Development Group * * We provide two opclasses for jsonb indexing: jsonb_ops and jsonb_path_ops. * For their description see json.sgml and...
25.249468
78
0.672496
[ "object" ]
aee7f624085a3c3c8894238d1cad463a28bf5e82
3,268
h
C
src/asp/Camera/CsmModel.h
AndrewAnnex/StereoPipeline
084c3293c3a5382b052177c74388d9beeb79cf0b
[ "Apache-2.0" ]
null
null
null
src/asp/Camera/CsmModel.h
AndrewAnnex/StereoPipeline
084c3293c3a5382b052177c74388d9beeb79cf0b
[ "Apache-2.0" ]
null
null
null
src/asp/Camera/CsmModel.h
AndrewAnnex/StereoPipeline
084c3293c3a5382b052177c74388d9beeb79cf0b
[ "Apache-2.0" ]
null
null
null
// __BEGIN_LICENSE__ // Copyright (c) 2009-2013, United States Government as represented by the // Administrator of the National Aeronautics and Space Administration. All // rights reserved. // // The NGT platform is licensed under the Apache License, Version 2.0 (the // "License"); you may not use this file excep...
32.68
78
0.684211
[ "vector", "model" ]
aeecb19b21e56a245a5db486128a52bd9f9b8360
5,206
h
C
include/sci/Utils/List.h
e-katz/SCI
7a0cfc0518b15c54647bb1527a8192da8521b35b
[ "Apache-2.0" ]
5
2020-11-22T07:07:36.000Z
2022-01-08T21:11:21.000Z
include/sci/Utils/List.h
e-katz/sci
7a0cfc0518b15c54647bb1527a8192da8521b35b
[ "Apache-2.0" ]
1
2021-11-06T19:39:52.000Z
2021-11-07T21:15:23.000Z
include/sci/Utils/List.h
ekatz/sci
7a0cfc0518b15c54647bb1527a8192da8521b35b
[ "Apache-2.0" ]
null
null
null
#ifndef SCI_UTILS_LIST_H #define SCI_UTILS_LIST_H #include "sci/Utils/Types.h" // // The elements of the list are structures whose first member is of // type Node: // // struct { // Node link; // ... // } // // This structure is referred to in the following as an 'element' when not // in the list, and as a '...
31.173653
80
0.644257
[ "render" ]
08953954f11c66fc70e68267c6fa047688fb77e1
5,474
h
C
media/mojo/services/mojo_renderer_service.h
Ron423c/chromium
2edf7b980065b648f8b2a6e52193d83832fe36b7
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
575
2015-06-18T23:58:20.000Z
2022-03-23T09:32:39.000Z
media/mojo/services/mojo_renderer_service.h
Ron423c/chromium
2edf7b980065b648f8b2a6e52193d83832fe36b7
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
113
2015-05-04T09:58:14.000Z
2022-01-31T19:35:03.000Z
media/mojo/services/mojo_renderer_service.h
iridium-browser/iridium-browser
907e31cf5ce5ad14d832796e3a7c11e496828959
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
52
2015-07-14T10:40:50.000Z
2022-03-15T01:11:49.000Z
// Copyright 2014 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 MEDIA_MOJO_SERVICES_MOJO_RENDERER_SERVICE_H_ #define MEDIA_MOJO_SERVICES_MOJO_RENDERER_SERVICE_H_ #include <stdint.h> #include <memory> #include...
38.013889
80
0.759773
[ "render", "vector" ]
089a6c494916b09e5432bb2aca3a0e85def6246c
4,856
h
C
Lib/include/Builders/TBTK/ReciprocalLattice.h
undisputed-seraphim/TBTK
45a0875a11da951f900b6fd5e0773ccdf8462915
[ "Apache-2.0" ]
96
2016-04-21T16:46:56.000Z
2022-01-15T21:40:25.000Z
Lib/include/Builders/TBTK/ReciprocalLattice.h
undisputed-seraphim/TBTK
45a0875a11da951f900b6fd5e0773ccdf8462915
[ "Apache-2.0" ]
4
2016-10-19T16:56:20.000Z
2020-04-14T01:31:40.000Z
Lib/include/Builders/TBTK/ReciprocalLattice.h
undisputed-seraphim/TBTK
45a0875a11da951f900b6fd5e0773ccdf8462915
[ "Apache-2.0" ]
19
2016-10-19T14:21:58.000Z
2021-04-15T13:52:09.000Z
/* Copyright 2016 Kristofer Björnson * * 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...
34.935252
106
0.721582
[ "vector", "model" ]
089dd2b60f93edd9e84ec25bcc3e2b2a977bf494
119,590
h
C
DearPyGui/src/modules/dearpygui_commands.h
RaylockLLC/DearPyGui
9e6d1c21e3f9fbe988ab08c66a75ef5fea012198
[ "MIT" ]
87
2020-07-28T17:21:34.000Z
2020-08-12T12:31:17.000Z
DearPyGui/src/modules/dearpygui_commands.h
RaylockLLC/MarvelSandbox
beccb0568e59fee74f6f7bf77c30ad55c233d045
[ "MIT" ]
33
2020-06-05T17:24:07.000Z
2020-07-23T15:22:49.000Z
DearPyGui/src/modules/dearpygui_commands.h
RaylockLLC/DearPyGui
9e6d1c21e3f9fbe988ab08c66a75ef5fea012198
[ "MIT" ]
3
2020-07-27T20:05:03.000Z
2020-08-10T22:33:17.000Z
#include "mvAppItemCommons.h" #include "mvFontManager.h" #include "mvItemRegistry.h" #include <ImGuiFileDialog.h> #include <cstdlib> #include "mvToolManager.h" #include "mvBuffer.h" #include "mvVec4Type.h" #include "mvMat4Type.h" #include "mvPythonExceptions.h" #include "mvViewport.h" #include "stb_image.h" #include "s...
29.154071
151
0.738206
[ "vector", "transform" ]
08a10f888c034a8460d3fe465e6fef782dd7d597
12,454
h
C
aws-cpp-sdk-qldb/include/aws/qldb/model/UpdateLedgerPermissionsModeRequest.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-qldb/include/aws/qldb/model/UpdateLedgerPermissionsModeRequest.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-qldb/include/aws/qldb/model/UpdateLedgerPermissionsModeRequest.h
ravindra-wagh/aws-sdk-cpp
7d5ff01b3c3b872f31ca98fb4ce868cd01e97696
[ "Apache-2.0" ]
1
2021-12-30T04:25:33.000Z
2021-12-30T04:25:33.000Z
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/qldb/QLDB_EXPORTS.h> #include <aws/qldb/QLDBRequest.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/qldb/model/PermissionsMode.h> #include <utility> names...
54.863436
146
0.698892
[ "model" ]
08a24f189902b225ce25fd6aeb65e4c93bc3cb49
5,395
h
C
frameworks/render/interfaces/dmzRenderModuleOverlay.h
dmzgroup/dmz
fc2d9ddcb04ed71f4106b8d33539529807b3dea6
[ "MIT" ]
2
2015-11-05T03:03:43.000Z
2017-05-15T12:55:39.000Z
frameworks/render/interfaces/dmzRenderModuleOverlay.h
dmzgroup/dmz
fc2d9ddcb04ed71f4106b8d33539529807b3dea6
[ "MIT" ]
null
null
null
frameworks/render/interfaces/dmzRenderModuleOverlay.h
dmzgroup/dmz
fc2d9ddcb04ed71f4106b8d33539529807b3dea6
[ "MIT" ]
null
null
null
#ifndef DMZ_RENDER_MODULE_OVERLAY_DOT_H #define DMZ_RENDER_MODULE_OVERLAY_DOT_H #include <dmzRuntimePlugin.h> #include <dmzRuntimeRTTI.h> #include <dmzTypesBase.h> #include <dmzTypesString.h> namespace dmz { //! Overlay node type enumerations. //! \ingroup Render enum RenderOverlayTypeEnum { RenderOve...
29.320652
90
0.640964
[ "render", "transform" ]
08ae3fd4a4bf19b5aa63aeda79e7b52f053e1b7c
290
h
C
edl_parser/edl_macro_handler.h
edwardbr/interface_generator
4d00b3442598977d6cee4d628247b87030a68170
[ "MIT" ]
null
null
null
edl_parser/edl_macro_handler.h
edwardbr/interface_generator
4d00b3442598977d6cee4d628247b87030a68170
[ "MIT" ]
null
null
null
edl_parser/edl_macro_handler.h
edwardbr/interface_generator
4d00b3442598977d6cee4d628247b87030a68170
[ "MIT" ]
null
null
null
#pragma once #include "macro_parser.h" struct edl_macro_parser : public macro_parser { edl_macro_parser(); [[nodiscard]] bool ParseInclude(const char*& pData, int ignoreText, std::ostream& dest, const paths& includeDirectories, std::vector<std::string>& loaded_includes) override; };
32.222222
177
0.762069
[ "vector" ]
08b302af0442c048913ead66da56faa889ecfc13
1,869
h
C
Physics/BulletRigid.h
PremiumGraphicsCodes/CGLib
eecd73c5af1a9e0c044e7d675318dbb496aec6b5
[ "MIT" ]
null
null
null
Physics/BulletRigid.h
PremiumGraphicsCodes/CGLib
eecd73c5af1a9e0c044e7d675318dbb496aec6b5
[ "MIT" ]
null
null
null
Physics/BulletRigid.h
PremiumGraphicsCodes/CGLib
eecd73c5af1a9e0c044e7d675318dbb496aec6b5
[ "MIT" ]
1
2022-02-03T08:09:03.000Z
2022-02-03T08:09:03.000Z
#ifndef __CRYSTAL_PHYSICS_BULLET_RIGID_H__ #define __CRYSTAL_PHYSICS_BULLET_RIGID_H__ #include <vector> #include "Bullet.h" #include "../Math/Vector3d.h" #include "../Math/Box3d.h" #include "../Math/Sphere.h" #include "../Math/Quaternion.h" #include "../Math/Matrix4d.h" #include "Surfels.h" #include "SP...
22.25
134
0.685393
[ "shape", "vector", "transform" ]
08b33b918196a5903248cd9681bf3b3ddbff85bc
7,510
h
C
src/libgeodecomp/parallelization/test/parallel_openmp_4/openmpsimulatortest.h
aproeme/libgeodecomp
f78899c67ad62540fd153cba132a0a363a7b3fa9
[ "BSL-1.0" ]
40
2015-03-18T16:36:25.000Z
2020-08-19T07:35:19.000Z
src/libgeodecomp/parallelization/test/parallel_openmp_4/openmpsimulatortest.h
aproeme/libgeodecomp
f78899c67ad62540fd153cba132a0a363a7b3fa9
[ "BSL-1.0" ]
72
2015-02-05T10:41:30.000Z
2022-03-03T12:02:47.000Z
src/libgeodecomp/parallelization/test/parallel_openmp_4/openmpsimulatortest.h
aproeme/libgeodecomp
f78899c67ad62540fd153cba132a0a363a7b3fa9
[ "BSL-1.0" ]
17
2015-11-22T14:49:16.000Z
2020-01-15T19:05:04.000Z
#include <cxxtest/TestSuite.h> #include <iostream> #include <libflatarray/short_vec.hpp> #include <libgeodecomp/io/memorywriter.h> #include <libgeodecomp/io/mockinitializer.h> #include <libgeodecomp/io/mockwriter.h> #include <libgeodecomp/io/mocksteerer.h> #include <libgeodecomp/io/testinitializer.h> #include <libgeode...
32.510823
100
0.633023
[ "vector" ]
08b49e8c65685dd89a801648208ade907bfdf591
2,430
h
C
gbad-fsm_2.1/closeleg.h
gbad-org/gbad-3.2
6ff9d27f9ca0847983471fd8048f481eafd5c77f
[ "MIT" ]
1
2015-05-05T08:29:24.000Z
2015-05-05T08:29:24.000Z
gbad-fsm_2.1/closeleg.h
gbad-org/gbad-3.2
6ff9d27f9ca0847983471fd8048f481eafd5c77f
[ "MIT" ]
null
null
null
gbad-fsm_2.1/closeleg.h
gbad-org/gbad-3.2
6ff9d27f9ca0847983471fd8048f481eafd5c77f
[ "MIT" ]
null
null
null
//****************************************************************************** // closeleg.h // // GBAD-FSM, version 0.1 // // Date Name Description // ======== ========= ======================================================== // 09/28/10 Eberle Initial version, taken from GASTON. // ...
32.837838
170
0.600823
[ "vector" ]
08b6dc35e55d769531b077d440fbb88a9e9efa7a
6,744
h
C
mst/mx_math_quaternion.h
MartijnTerpstra/mst
c2cc5daa787b668ddb6b0740cda96277c98a777c
[ "MIT" ]
1
2021-01-27T06:34:01.000Z
2021-01-27T06:34:01.000Z
mst/mx_math_quaternion.h
MartijnTerpstra/mst
c2cc5daa787b668ddb6b0740cda96277c98a777c
[ "MIT" ]
46
2020-11-05T23:41:37.000Z
2021-11-12T12:22:11.000Z
mst/mx_math_quaternion.h
MartijnTerpstra/mst
c2cc5daa787b668ddb6b0740cda96277c98a777c
[ "MIT" ]
null
null
null
////////////////////////////////////////////////////////////////////////////////////////////// // // // MST Utility Library // // Copyright (c)2021 Martinus ...
44.662252
97
0.641607
[ "vector" ]
08b884b2c4824dc8a63397b05b90d6028f96354b
8,076
c
C
tmp1/c55x-sim2/foo/c5535_bsl_revc/ezdsp5535_v1/c55xx_csl/ccs_v4.0_examples/drv/atafs/src/ataformat.c
jwestmoreland/eZdsp-DBG-sim
f6eacd75d4f928dec9c751545e9e919d052e4ade
[ "MIT" ]
1
2020-08-27T11:31:13.000Z
2020-08-27T11:31:13.000Z
tmp1/c55x-sim2/foo/c5535_bsl_revc/ezdsp5535_v1/c55xx_csl/ccs_v4.0_examples/drv/atafs/src/ataformat.c
jwestmoreland/eZdsp-DBG-sim
f6eacd75d4f928dec9c751545e9e919d052e4ade
[ "MIT" ]
null
null
null
tmp1/c55x-sim2/foo/c5535_bsl_revc/ezdsp5535_v1/c55xx_csl/ccs_v4.0_examples/drv/atafs/src/ataformat.c
jwestmoreland/eZdsp-DBG-sim
f6eacd75d4f928dec9c751545e9e919d052e4ade
[ "MIT" ]
null
null
null
/* * Copyright 2004 by Texas Instruments Incorporated. * All rights reserved. Property of Texas Instruments Incorporated. * Restricted rights to use, duplicate or disclose this code are * granted through contract. * */ /********************************************************************************/ /* $Id: ataf...
44.131148
126
0.673848
[ "geometry" ]
08bc4901c2bc26131a5bbf05354e09fb7be8df7a
10,546
h
C
Source/Lib/Encoder/Codec/EbSequenceControlSet.h
OmranAbdelkafi/SVT-AV1
c592733d88018d9bb71b3ff24a6858b5680d00ec
[ "BSD-2-Clause" ]
null
null
null
Source/Lib/Encoder/Codec/EbSequenceControlSet.h
OmranAbdelkafi/SVT-AV1
c592733d88018d9bb71b3ff24a6858b5680d00ec
[ "BSD-2-Clause" ]
null
null
null
Source/Lib/Encoder/Codec/EbSequenceControlSet.h
OmranAbdelkafi/SVT-AV1
c592733d88018d9bb71b3ff24a6858b5680d00ec
[ "BSD-2-Clause" ]
null
null
null
/* * Copyright(c) 2019 Intel Corporation * Copyright (c) 2016, Alliance for Open Media. All rights reserved * * This source code is subject to the terms of the BSD 2 Clause License and * the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License * was not distributed with this source code in the LICENS...
39.204461
117
0.718946
[ "object", "vector" ]
08bc6bfc4d551cc0cb077b3c1caddc492bd2065a
1,575
h
C
platform/darwin/src/MGLAttributionInfo_Private.h
kravtsun/mapbox-gl-native
ea8ec38df156c6683c886253dbb1f6bc828686ff
[ "BSL-1.0", "Apache-2.0" ]
null
null
null
platform/darwin/src/MGLAttributionInfo_Private.h
kravtsun/mapbox-gl-native
ea8ec38df156c6683c886253dbb1f6bc828686ff
[ "BSL-1.0", "Apache-2.0" ]
null
null
null
platform/darwin/src/MGLAttributionInfo_Private.h
kravtsun/mapbox-gl-native
ea8ec38df156c6683c886253dbb1f6bc828686ff
[ "BSL-1.0", "Apache-2.0" ]
null
null
null
#import <Foundation/Foundation.h> #import <CoreGraphics/CoreGraphics.h> #import <CoreLocation/CoreLocation.h> #import "MGLAttributionInfo.h" NS_ASSUME_NONNULL_BEGIN @interface MGLAttributionInfo (Private) /** Parses and returns the attribution infos contained in the given HTML source code string. @param htmlStr...
32.8125
170
0.79619
[ "object" ]
08c0bf2d69937db40e5a7c9cda8b7e8c424b28c9
1,277
h
C
tonic/dart_snapshot_loader.h
zbowling/mojo
4d2ed40dc2390ca98a6fea0580e840535878f11c
[ "BSD-3-Clause" ]
1
2020-04-28T14:35:10.000Z
2020-04-28T14:35:10.000Z
tonic/dart_snapshot_loader.h
zbowling/mojo
4d2ed40dc2390ca98a6fea0580e840535878f11c
[ "BSD-3-Clause" ]
null
null
null
tonic/dart_snapshot_loader.h
zbowling/mojo
4d2ed40dc2390ca98a6fea0580e840535878f11c
[ "BSD-3-Clause" ]
1
2020-04-28T14:35:11.000Z
2020-04-28T14:35:11.000Z
// Copyright 2015 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 TONIC_DART_SNAPSHOT_LOADER_H_ #define TONIC_DART_SNAPSHOT_LOADER_H_ #include <vector> #include "base/callback_forward.h" #include "base/macros.h...
29.022727
73
0.767424
[ "vector" ]
08c15fb507e98a5d0326c0a3ef01841f9ac6167f
1,335
h
C
algo_ds/PrimMST.h
Aryansh-S/USACO
09260526c6b002a8536389acdb12a97911aca306
[ "MIT" ]
36
2020-04-16T21:50:37.000Z
2022-03-27T17:55:54.000Z
algo_ds/PrimMST.h
Aryansh-S/USACO
09260526c6b002a8536389acdb12a97911aca306
[ "MIT" ]
null
null
null
algo_ds/PrimMST.h
Aryansh-S/USACO
09260526c6b002a8536389acdb12a97911aca306
[ "MIT" ]
3
2020-04-21T23:23:47.000Z
2021-02-13T19:19:10.000Z
//O(E log V) MST construction (similar to Dijkstra, but + greedy algo) template<class T, int SZ> struct Prim { // T is type weight minpq<pair<T,int> > temp; //key,vertex bool vis[SZ]; int mom[SZ]; T key[SZ]; Prim(){F0R(i,SZ) mom[i]=-1;} vector<pair<T,int> > adj[SZ]; //store weight first void add(int a, int b...
31.046512
80
0.540824
[ "vector" ]
08c4d032c32239607b623b7cb03f055988f474ea
4,235
c
C
src/mpid/pamid/src/onesided/mpid_win_get_info.c
OpenCMISS-Dependencies/mpich2
cc5f4d3fd0f8c9f2774d10deaebdced77985d839
[ "Unlicense" ]
7
2015-12-31T03:15:50.000Z
2020-08-15T00:54:47.000Z
src/mpid/pamid/src/onesided/mpid_win_get_info.c
OpenCMISS-Dependencies/mpich2
cc5f4d3fd0f8c9f2774d10deaebdced77985d839
[ "Unlicense" ]
3
2015-12-30T22:28:15.000Z
2017-05-16T19:17:42.000Z
src/mpid/pamid/src/onesided/mpid_win_get_info.c
OpenCMISS-Dependencies/mpich2
cc5f4d3fd0f8c9f2774d10deaebdced77985d839
[ "Unlicense" ]
3
2015-12-29T22:14:56.000Z
2019-06-13T07:23:35.000Z
/* begin_generated_IBM_copyright_prolog */ /* */ /* This is an automatically generated copyright prolog. */ /* After initializing, DO NOT MODIFY OR MOVE */ /* --------------------------------...
40.333333
90
0.536954
[ "object" ]
08c543ce5e97c36d950a50498df600edd1377993
4,347
h
C
include/lightsky/math/mat3.h
hamsham/LightMath
541368c17b7dfd1830e96069cd0c1816c6664522
[ "BSD-3-Clause" ]
null
null
null
include/lightsky/math/mat3.h
hamsham/LightMath
541368c17b7dfd1830e96069cd0c1816c6664522
[ "BSD-3-Clause" ]
null
null
null
include/lightsky/math/mat3.h
hamsham/LightMath
541368c17b7dfd1830e96069cd0c1816c6664522
[ "BSD-3-Clause" ]
1
2015-10-16T06:07:54.000Z
2015-10-16T06:07:54.000Z
#ifndef LS_MATH_MAT3_H #define LS_MATH_MAT3_H #include "lightsky/setup/Api.h" #include "lightsky/math/scalar_utils.h" #include "lightsky/math/fixed.h" #include "lightsky/math/vec3.h" namespace ls { namespace math { template<typename num_t> struct mat4_t; /**------------------------------------------------------...
30.398601
79
0.643432
[ "vector", "3d" ]
08c5aefb0c844e9441470945508851bbe73a541e
11,385
c
C
src/obj2mesh.c
MSylvia/SlimEngine
d911de45597641f6f9d37a3785a4700749f6b1fb
[ "MIT" ]
62
2021-06-22T03:35:40.000Z
2022-03-12T14:51:26.000Z
src/obj2mesh.c
MSylvia/SlimEngine
d911de45597641f6f9d37a3785a4700749f6b1fb
[ "MIT" ]
null
null
null
src/obj2mesh.c
MSylvia/SlimEngine
d911de45597641f6f9d37a3785a4700749f6b1fb
[ "MIT" ]
2
2021-11-16T00:10:55.000Z
2021-12-03T15:01:24.000Z
#ifdef COMPILER_CLANG #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdeprecated-declarations" #else #define _CRT_SECURE_NO_DEPRECATE #define _CRT_SECURE_NO_WARNINGS #endif #include <stdio.h> #include <string.h> #include <malloc.h> #include "./SlimEngine/core/types.h" enum VertexAttributes { Ve...
47.836134
123
0.57892
[ "mesh" ]
08cdbcd3c269c217c8d989229ccd6a53274ac5c9
2,585
h
C
live-miscela/src/ofApp.h
npisanti/np-sketches
256203d73c8bedecc106157841e048731a7ab50a
[ "MIT" ]
1
2019-05-08T17:01:46.000Z
2019-05-08T17:01:46.000Z
live-miscela/src/ofApp.h
npisanti/np-sketches
256203d73c8bedecc106157841e048731a7ab50a
[ "MIT" ]
null
null
null
live-miscela/src/ofApp.h
npisanti/np-sketches
256203d73c8bedecc106157841e048731a7ab50a
[ "MIT" ]
null
null
null
#pragma once #include "ofMain.h" #include "ofxGui.h" //#include "ofxLua.h" #include "ofxDotFrag.h" #include "ofxLaunchControllers.h" #include "np-extra.h" #include "Channel.h" #include "Folder.h" #include "Effects.h" #include "components/Analyzer.h" // this should match the projector resolution #define PROJECTOR_WI...
25.343137
60
0.60735
[ "vector" ]
08dff894348832a5bd9d7f22b90ce5ec41d274c7
4,719
c
C
gridspec_api/mosaic/tst_cubesphere_mosaic.c
CDAT/libcf
774d060da73e896ddb55e6fb9d1f4c87d6e03c02
[ "NetCDF" ]
null
null
null
gridspec_api/mosaic/tst_cubesphere_mosaic.c
CDAT/libcf
774d060da73e896ddb55e6fb9d1f4c87d6e03c02
[ "NetCDF" ]
1
2019-07-05T20:02:11.000Z
2019-07-05T20:02:11.000Z
gridspec_api/mosaic/tst_cubesphere_mosaic.c
CDAT/libcf
774d060da73e896ddb55e6fb9d1f4c87d6e03c02
[ "NetCDF" ]
null
null
null
/** * Test the creation of a cubed-sphere structured grid. * * "$Id: tst_cubesphere_mosaic.c 767 2011-06-06 23:20:19Z pletzer $" */ #include "nccf_mosaic.h" #include <stdio.h> #include <stdlib.h> #include <math.h> #include <string.h> #include <netcdf.h> #include "libcf_src.h" #include "nccf_coord.h" #include "ncc...
33
96
0.622801
[ "object" ]
08e44d09881a76858b7cc9dfd149d8867e79f8d2
704
h
C
EU4toV2/Source/EU4World/Wars/EU4War.h
fessi1202/EU4toVic2
1f4cce609e495f8b4e00580a12ab4a29b304902f
[ "MIT" ]
1
2020-04-22T03:09:51.000Z
2020-04-22T03:09:51.000Z
EU4toV2/Source/EU4World/Wars/EU4War.h
fessi1202/EU4toVic2
1f4cce609e495f8b4e00580a12ab4a29b304902f
[ "MIT" ]
null
null
null
EU4toV2/Source/EU4World/Wars/EU4War.h
fessi1202/EU4toVic2
1f4cce609e495f8b4e00580a12ab4a29b304902f
[ "MIT" ]
null
null
null
#ifndef EU4WAR_H #define EU4WAR_H #include "Date.h" #include "newParser.h" #include "EU4WarDetails.h" namespace EU4 { class War : commonItems::parser { public: explicit War(std::istream& theStream); [[nodiscard]] const auto& getDetails() const { return details; } [[nodiscard]] const auto& getAttackers() ...
24.275862
72
0.697443
[ "vector" ]
08ee2dd50a2420ccbc4a57922c9fde7ba7c16b61
7,535
h
C
src/trace/utils/TraceReader/TraceReader.h
attila-sim/attila-sim
a64b57240b4e10dc4df7f21eff0232b28df09532
[ "BSD-3-Clause" ]
23
2016-01-14T04:47:13.000Z
2022-01-13T14:02:08.000Z
src/trace/utils/TraceReader/TraceReader.h
attila-sim/attila-sim
a64b57240b4e10dc4df7f21eff0232b28df09532
[ "BSD-3-Clause" ]
2
2018-03-25T14:39:20.000Z
2022-03-18T05:11:21.000Z
src/trace/utils/TraceReader/TraceReader.h
attila-sim/attila-sim
a64b57240b4e10dc4df7f21eff0232b28df09532
[ "BSD-3-Clause" ]
17
2016-02-13T05:35:35.000Z
2022-03-24T16:05:40.000Z
/************************************************************************** * * Copyright (c) 2002 - 2011 by Computer Architecture Department, * Universitat Politecnica de Catalunya. * All rights reserved. * * The contents of this file may not be disclosed to third parties, * copied or duplicated in any form, in...
23.546875
106
0.57996
[ "object" ]
08f001d9cde35007e3f37dc871fe3dd149826a25
7,673
h
C
src/Screen.h
graemephi/etterna
b984fe493d9f7ac84a35af3e6f80f16607aceb09
[ "MIT" ]
null
null
null
src/Screen.h
graemephi/etterna
b984fe493d9f7ac84a35af3e6f80f16607aceb09
[ "MIT" ]
null
null
null
src/Screen.h
graemephi/etterna
b984fe493d9f7ac84a35af3e6f80f16607aceb09
[ "MIT" ]
null
null
null
#ifndef SCREEN_H #define SCREEN_H #include "ActorFrame.h" #include "CodeSet.h" #include "EnumHelper.h" #include "InputFilter.h" #include "InputQueue.h" #include "PlayerNumber.h" #include "ScreenMessage.h" #include "ThemeMetric.h" class InputEventPlus; class Screen; using CreateScreenFn = Screen* (*)(const RString&); ...
37.067633
80
0.702854
[ "vector" ]
08f25d582790af592e40a627c51988d5f3c3e8f5
3,492
h
C
MyFish/Pods/Realm/include/RLMObjectBase_Dynamic.h
aidudu/MyFish
b2cc6c82c67c535016d6dad601452c172823fb4f
[ "MIT" ]
227
2017-05-29T14:41:32.000Z
2022-02-21T13:52:09.000Z
MyFish/Pods/Realm/include/RLMObjectBase_Dynamic.h
aidudu/MyFish
b2cc6c82c67c535016d6dad601452c172823fb4f
[ "MIT" ]
63
2015-09-03T10:43:19.000Z
2017-06-19T02:17:57.000Z
MyFish/Pods/Realm/include/RLMObjectBase_Dynamic.h
aidudu/MyFish
b2cc6c82c67c535016d6dad601452c172823fb4f
[ "MIT" ]
37
2017-06-01T07:09:07.000Z
2021-08-28T08:42:48.000Z
//////////////////////////////////////////////////////////////////////////// // // Copyright 2014 Realm 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/li...
42.072289
130
0.722795
[ "object" ]
08f3d5b6419c5724041a659f6084abc4ceb096c3
2,397
h
C
SYEngine/Engine/SceneManager/EntityManager/ComponentManager/Component/Lighting/Light.h
FrankMejzlik/syengine
27929bbea5e05d1b1ce97abe408c5a90f29ab4dc
[ "MIT" ]
1
2022-02-14T18:39:49.000Z
2022-02-14T18:39:49.000Z
SYEngine/Engine/SceneManager/EntityManager/ComponentManager/Component/Lighting/Light.h
FrankMejzlik/syengine
27929bbea5e05d1b1ce97abe408c5a90f29ab4dc
[ "MIT" ]
null
null
null
SYEngine/Engine/SceneManager/EntityManager/ComponentManager/Component/Lighting/Light.h
FrankMejzlik/syengine
27929bbea5e05d1b1ce97abe408c5a90f29ab4dc
[ "MIT" ]
null
null
null
#pragma once #include <memory> #include <GL/glew.h> #pragma warning(push, 1) #include <GLM/gtc/matrix_transform.hpp> #pragma warning(pop) #include "common.h" #include "MathLibrary.h" #include "Component.h" #include "ShadowMap.h" using namespace SYE; namespace SYE { class Texture; class Transform; class Shader; ...
21.594595
128
0.732165
[ "transform" ]
08f4c3710109a68c0744afa74a994527fd11b810
4,575
h
C
v7/Models/PhononsTwoOrbitals/ParametersPhononsTwoOrbitals.h
c224/spfv7
c82ec42701ccfcdbbc00a074bf34f03fe93a71aa
[ "Unlicense" ]
null
null
null
v7/Models/PhononsTwoOrbitals/ParametersPhononsTwoOrbitals.h
c224/spfv7
c82ec42701ccfcdbbc00a074bf34f03fe93a71aa
[ "Unlicense" ]
null
null
null
v7/Models/PhononsTwoOrbitals/ParametersPhononsTwoOrbitals.h
c224/spfv7
c82ec42701ccfcdbbc00a074bf34f03fe93a71aa
[ "Unlicense" ]
null
null
null
/* *Copyright (c) 2009-2013, UT-Battelle, LLC All rights reserved [SPF, Version 7.0] [by G.A., Oak Ridge National Laboratory] UT Battelle Open Source Software License 11242008 OPEN SOURCE LICENSE Subject to the conditions of this License, each contributor to this software hereby grants, free of charge, to any pers...
31.993007
114
0.75541
[ "vector", "model" ]
08f6bc766304603432e1e9e4cb85aa2db084768d
678
h
C
System/Library/PrivateFrameworks/Espresso.framework/EspressoBrickTensor.h
lechium/tvOS124Headers
11d1b56dd4c0ffd88b9eac43f87a5fd6f7228475
[ "MIT" ]
4
2019-08-27T18:03:47.000Z
2021-09-18T06:29:00.000Z
System/Library/PrivateFrameworks/Espresso.framework/EspressoBrickTensor.h
lechium/tvOS124Headers
11d1b56dd4c0ffd88b9eac43f87a5fd6f7228475
[ "MIT" ]
null
null
null
System/Library/PrivateFrameworks/Espresso.framework/EspressoBrickTensor.h
lechium/tvOS124Headers
11d1b56dd4c0ffd88b9eac43f87a5fd6f7228475
[ "MIT" ]
null
null
null
/* * This header is generated by classdump-dyld 1.0 * on Saturday, August 24, 2019 at 9:45:01 PM Mountain Standard Time * Operating System: Version 12.4 (Build 16M568) * Image Source: /System/Library/PrivateFrameworks/Espresso.framework/Espresso * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias L...
28.25
122
0.761062
[ "shape" ]
08f6fd7bec9c172ff8d105c06b3e897b98a3c11a
15,804
h
C
driver/src/ref/hobovr_device_base.h
gabriel-combe/hobo_vr
c51341977f3d731daf1daa426db395f7fdbbb8f1
[ "MIT" ]
1
2022-02-20T23:31:51.000Z
2022-02-20T23:31:51.000Z
driver/src/ref/hobovr_device_base.h
gabriel-combe/hobo_vr
c51341977f3d731daf1daa426db395f7fdbbb8f1
[ "MIT" ]
null
null
null
driver/src/ref/hobovr_device_base.h
gabriel-combe/hobo_vr
c51341977f3d731daf1daa426db395f7fdbbb8f1
[ "MIT" ]
null
null
null
#pragma once #ifndef VR_DEVICE_BASE_H #define VR_DEVICE_BASE_H #include "hobovr_components.h" namespace hobovr { static const char *const k_pch_Hobovr_PoseTimeOffset_Float = "PoseTimeOffset"; static const char *const k_pch_Hobovr_UpdateUrl_String = "ManualUpdateURL"; enum EHobovrCompType { EHobovrComp_I...
44.145251
160
0.680587
[ "render", "object", "vector", "model" ]
83339e8b2b800a6c55041a7820c3a5ae4490b68a
12,070
h
C
vendor/github.com/bytecodealliance/wasmtime-go/build/include/wasmtime/func.h
msorens/opa
a6c1584608eb27ec37871598507e7d9b7c182dfe
[ "Apache-2.0" ]
5,729
2019-11-12T16:46:01.000Z
2022-03-31T23:10:18.000Z
vendor/github.com/bytecodealliance/wasmtime-go/build/include/wasmtime/func.h
msorens/opa
a6c1584608eb27ec37871598507e7d9b7c182dfe
[ "Apache-2.0" ]
2,708
2019-11-12T17:29:57.000Z
2022-03-31T22:01:42.000Z
vendor/github.com/bytecodealliance/wasmtime-go/build/include/wasmtime/func.h
msorens/opa
a6c1584608eb27ec37871598507e7d9b7c182dfe
[ "Apache-2.0" ]
616
2019-11-12T23:19:19.000Z
2022-03-31T17:47:57.000Z
/** * \file wasmtime/func.h * * Wasmtime definitions of how to interact with host and wasm functions. */ #ifndef WASMTIME_FUNC_H #define WASMTIME_FUNC_H #include <wasm.h> #include <wasmtime/val.h> #include <wasmtime/store.h> #include <wasmtime/extern.h> #ifdef __cplusplus extern "C" { #endif /** * \typedef was...
39.188312
87
0.74971
[ "object" ]
8334ef38d7676fcdb890ad676995457403f5a6f1
2,638
h
C
src/sst/elements/merlin/test/simple_patterns/incast.h
sudhanshu2/sst-elements
d658e5e4b26e5725488f9e93528506ddb22072ee
[ "BSD-3-Clause" ]
58
2015-10-05T15:22:27.000Z
2022-03-31T01:58:36.000Z
src/sst/elements/merlin/test/simple_patterns/incast.h
sudhanshu2/sst-elements
d658e5e4b26e5725488f9e93528506ddb22072ee
[ "BSD-3-Clause" ]
1,453
2015-10-07T14:51:06.000Z
2022-03-31T22:22:28.000Z
src/sst/elements/merlin/test/simple_patterns/incast.h
sudhanshu2/sst-elements
d658e5e4b26e5725488f9e93528506ddb22072ee
[ "BSD-3-Clause" ]
109
2015-10-16T22:03:10.000Z
2022-03-22T23:21:32.000Z
// -*- mode: c++ -*- // Copyright 2009-2021 NTESS. Under the terms // of Contract DE-NA0003525 with NTESS, the U.S. // Government retains certain rights in this software. // // Copyright (c) 2009-2021, NTESS // All rights reserved. // // Portions are copyright of other developers: // See the file CONTRIBUTORS.TXT in t...
24.654206
166
0.691433
[ "vector" ]
8336962f5af45ab069c834e4cadad4f50dffbdc0
1,701
h
C
WDJsonKit/WDJsonKit/WDJsonKit/Operation/WDDBOperation.h
wangdi3250/WDJsonKit
f457f2f3be7e304af399c5a4c2ea43677b53c3ed
[ "Apache-2.0" ]
17
2016-02-18T07:26:19.000Z
2016-09-02T10:21:52.000Z
WDJsonKit/WDJsonKit/WDJsonKit/Operation/WDDBOperation.h
wangdi3250/WDJsonKit
f457f2f3be7e304af399c5a4c2ea43677b53c3ed
[ "Apache-2.0" ]
null
null
null
WDJsonKit/WDJsonKit/WDJsonKit/Operation/WDDBOperation.h
wangdi3250/WDJsonKit
f457f2f3be7e304af399c5a4c2ea43677b53c3ed
[ "Apache-2.0" ]
null
null
null
// // WDDBOperation.h // WDJsonKit // // Created by 王迪 on 16/6/28. // Copyright © 2016年 wd. All rights reserved. // #import <Foundation/Foundation.h> @class WDClassInfo; @interface WDDBOperation : NSObject /** * 单例方法 * * @return 对象本身 */ + (instancetype)sharedOperation; /** * 插入一条记录,如果记录存在,执行更新操作 * @par...
24.652174
207
0.674897
[ "model" ]
834327bfecfc62cda31ed9b71f86942dc2c69ab7
1,734
h
C
panda/src/particlesystem/baseParticle.h
cflavio/panda3d
147bac69a76817097ffc65bd01de3709ca7c6fb0
[ "PHP-3.01", "PHP-3.0" ]
null
null
null
panda/src/particlesystem/baseParticle.h
cflavio/panda3d
147bac69a76817097ffc65bd01de3709ca7c6fb0
[ "PHP-3.01", "PHP-3.0" ]
null
null
null
panda/src/particlesystem/baseParticle.h
cflavio/panda3d
147bac69a76817097ffc65bd01de3709ca7c6fb0
[ "PHP-3.01", "PHP-3.0" ]
null
null
null
/** * PANDA 3D SOFTWARE * Copyright (c) Carnegie Mellon University. All rights reserved. * * All use of this software is subject to the terms of the revised BSD * license. You should have received a copy of this license along * with this source code in a file named "LICENSE." * * @file baseParticle.h * @auth...
24.771429
70
0.735294
[ "3d" ]
8343996d49e194534cfa5d7af052b83a11c9e770
17,693
h
C
aws-cpp-sdk-monitoring/include/aws/monitoring/model/GetMetricWidgetImageRequest.h
pixvana/aws-sdk-cpp
7ba3f49c8a2636b48342c71e038aa09b6e47077c
[ "Apache-2.0" ]
2
2019-03-11T15:50:55.000Z
2020-02-27T11:40:27.000Z
aws-cpp-sdk-monitoring/include/aws/monitoring/model/GetMetricWidgetImageRequest.h
isubscribed/aws-sdk-cpp
4689ffab8c5601976e73ac185f20e12a2a0fbc37
[ "Apache-2.0" ]
null
null
null
aws-cpp-sdk-monitoring/include/aws/monitoring/model/GetMetricWidgetImageRequest.h
isubscribed/aws-sdk-cpp
4689ffab8c5601976e73ac185f20e12a2a0fbc37
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2010-2017 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
57.631922
129
0.671735
[ "model" ]
8343be27a81a994dc67a15442e190a733547d2b3
8,257
c
C
vector.c
AinoraZ/list-vectors
e9904166fe620fe4f11b80ed735c1cd1fe68176f
[ "MIT" ]
null
null
null
vector.c
AinoraZ/list-vectors
e9904166fe620fe4f11b80ed735c1cd1fe68176f
[ "MIT" ]
null
null
null
vector.c
AinoraZ/list-vectors
e9904166fe620fe4f11b80ed735c1cd1fe68176f
[ "MIT" ]
null
null
null
/* @list-vectors @author: Copyright (C) Ainoras Žukauskas (ainoraz@gmail.com) @identficiation: VU MIF PS 4 grupė 2 pogrupis @@ 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 restri...
19.113426
79
0.645028
[ "vector" ]
8349a9f2c3453208a10ab5bd4b8de5f70c29d983
23,844
c
C
kernel/dma/mapping.c
SunOS-Linux/kernel
2557890ec8bf1bcba83dc337f91c0854e7184fcc
[ "MIT" ]
null
null
null
kernel/dma/mapping.c
SunOS-Linux/kernel
2557890ec8bf1bcba83dc337f91c0854e7184fcc
[ "MIT" ]
1
2021-01-27T01:29:47.000Z
2021-01-27T01:29:47.000Z
kernel/dma/mapping.c
SunOS-Linux/kernel
2557890ec8bf1bcba83dc337f91c0854e7184fcc
[ "MIT" ]
null
null
null
// SPDX-License-Identifier: GPL-2.0 /* * arch-independent dma-mapping routines * * Copyright (c) 2006 SUSE Linux Products GmbH * Copyright (c) 2006 Tejun Heo <teheo@suse.de> */ #include <linux/memblock.h> /* for max_pfn */ #include <linux/acpi.h> #include <linux/dma-map-ops.h> #include <linux/export.h> #include ...
29.656716
80
0.742619
[ "object" ]
834f7d5fca39e0ab699f1943067c744b266c0bfe
473
h
C
src/ring.h
sawar7577/3d-flight-simulator
39735226fa4a8ed0c95e63be8c37ae49d156f1ba
[ "MIT" ]
null
null
null
src/ring.h
sawar7577/3d-flight-simulator
39735226fa4a8ed0c95e63be8c37ae49d156f1ba
[ "MIT" ]
null
null
null
src/ring.h
sawar7577/3d-flight-simulator
39735226fa4a8ed0c95e63be8c37ae49d156f1ba
[ "MIT" ]
null
null
null
#include "main.h" #include "cuboid.h" #ifndef RING_H #define RING_H class Ring : public Cuboid{ public: glm::vec3 position; float radius; bool kill; int damage; int points; Cuboid bounding; Ring() {} Ring(float x, float y, float z, float radius = 20,...
18.92
105
0.564482
[ "object" ]
835027a9ac48c6d5eb5323e9e0ee7841636f6a64
2,555
h
C
ui/base/cursor/cursor.h
mghgroup/Glide-Browser
6a4c1eaa6632ec55014fee87781c6bbbb92a2af5
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
ui/base/cursor/cursor.h
mghgroup/Glide-Browser
6a4c1eaa6632ec55014fee87781c6bbbb92a2af5
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
ui/base/cursor/cursor.h
mghgroup/Glide-Browser
6a4c1eaa6632ec55014fee87781c6bbbb92a2af5
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
2
2021-01-05T23:43:46.000Z
2021-01-07T23:36:34.000Z
// Copyright (c) 2012 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_BASE_CURSOR_CURSOR_H_ #define UI_BASE_CURSOR_CURSOR_H_ #include "base/component_export.h" #include "build/build_config.h" #include "third_...
29.034091
80
0.745205
[ "geometry" ]
835ae0df09fd7d70413f2ecf6f0492bb4ce8f0ab
655
h
C
Source/LevelManager.h
CG-SS/Urho3D-Empty-Project
e8991c5ac57d2f3636169f37168c1f0606e8d58e
[ "MIT" ]
null
null
null
Source/LevelManager.h
CG-SS/Urho3D-Empty-Project
e8991c5ac57d2f3636169f37168c1f0606e8d58e
[ "MIT" ]
null
null
null
Source/LevelManager.h
CG-SS/Urho3D-Empty-Project
e8991c5ac57d2f3636169f37168c1f0606e8d58e
[ "MIT" ]
null
null
null
#pragma once #include <Urho3D/Urho3DAll.h> #include "MyEvents.h" class LevelManager : public Object { URHO3D_OBJECT(LevelManager, Object); public: LevelManager(Context* context); ~LevelManager(); private: void RegisterAllFactories(); void HandleSetLevelQueue(StringHash eventType, VariantMap& ev...
21.129032
74
0.726718
[ "object" ]
8361de89ae76727b749cd1f31ddf7f829fb97704
26,883
h
C
lib-src/rtaudio/RtAudio.h
gspeedtech/Audacity
570c5651c5934469c18dad25db03f05076f91225
[ "CC-BY-3.0" ]
16
2015-01-26T18:58:26.000Z
2017-11-12T05:42:58.000Z
lib-src/rtaudio/RtAudio.h
gspeedtech/Audacity
570c5651c5934469c18dad25db03f05076f91225
[ "CC-BY-3.0" ]
null
null
null
lib-src/rtaudio/RtAudio.h
gspeedtech/Audacity
570c5651c5934469c18dad25db03f05076f91225
[ "CC-BY-3.0" ]
7
2015-04-13T20:01:00.000Z
2021-07-05T09:28:22.000Z
/************************************************************************/ /*! \class RtAudio \brief Realtime audio i/o C++ classes. RtAudio provides a common API (Application Programming Interface) for realtime audio input/output across Linux (native ALSA, Jack, and OSS), SGI, Macintosh OS X (CoreAudi...
35.701195
120
0.696388
[ "object", "vector" ]
8362bdb7d9fde6467405d0b3fbb56ec749f94fd6
11,683
c
C
src/libbu/file.c
earl-ducaine/brlcad-mirror
402bd3542a10618d1f749b264cadf9b0bd723546
[ "BSD-4-Clause", "BSD-3-Clause" ]
1
2019-10-23T16:17:49.000Z
2019-10-23T16:17:49.000Z
src/libbu/file.c
pombredanne/sf.net-brlcad
fb56f37c201b51241e8f3aa7b979436856f43b8c
[ "BSD-4-Clause", "BSD-3-Clause" ]
null
null
null
src/libbu/file.c
pombredanne/sf.net-brlcad
fb56f37c201b51241e8f3aa7b979436856f43b8c
[ "BSD-4-Clause", "BSD-3-Clause" ]
null
null
null
/* F I L E . C * BRL-CAD * * Copyright (c) 2004-2019 United States Government as represented by * the U.S. Army Research Laboratory. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * version 2.1 as pub...
21.878277
164
0.640075
[ "cad" ]
8363b2371184517f5a6b549a9ed8647210602884
2,807
c
C
Matlab/Simulink_Model/Sl_H_Infinity_Regulater_ert_rtw/Sl_H_Infinity_Regulater_data.c
VladislavPenchev/Master-s-Dissertation_IOT
a09826557838de6c0bc37b9e9ef244d09aa07047
[ "MIT" ]
null
null
null
Matlab/Simulink_Model/Sl_H_Infinity_Regulater_ert_rtw/Sl_H_Infinity_Regulater_data.c
VladislavPenchev/Master-s-Dissertation_IOT
a09826557838de6c0bc37b9e9ef244d09aa07047
[ "MIT" ]
null
null
null
Matlab/Simulink_Model/Sl_H_Infinity_Regulater_ert_rtw/Sl_H_Infinity_Regulater_data.c
VladislavPenchev/Master-s-Dissertation_IOT
a09826557838de6c0bc37b9e9ef244d09aa07047
[ "MIT" ]
null
null
null
/* * File: Sl_H_Infinity_Regulater_data.c * * Code generated for Simulink model 'Sl_H_Infinity_Regulater'. * * Model version : 1.8 * Simulink Coder version : 8.8 (R2015a) 09-Feb-2015 * C/C++ source code generated on : Mon Jun 24 13:46:44 2019 * * Target selection: ert.tlc * Embedded h...
41.895522
86
0.714286
[ "model" ]
83646ce010b9b4920e09259c76585c82efed84ba
316
h
C
food.h
billlin0904/QSnake
07375173d9597ba3149cba5989c9122e90bb9c44
[ "MIT" ]
null
null
null
food.h
billlin0904/QSnake
07375173d9597ba3149cba5989c9122e90bb9c44
[ "MIT" ]
null
null
null
food.h
billlin0904/QSnake
07375173d9597ba3149cba5989c9122e90bb9c44
[ "MIT" ]
1
2021-01-15T19:44:40.000Z
2021-01-15T19:44:40.000Z
#pragma once #include <QGraphicsItem> class Food final : public QGraphicsItem { public: explicit Food(QPointF const & pt); QRectF boundingRect() const override; void paint(QPainter *painter, const QStyleOptionGraphicsItem *, QWidget *) override; QPainterPath shape() const override; private: };
19.75
88
0.731013
[ "shape" ]
8364906be8141ebf8f2f2c7f1bf7bd3972dd01fa
4,804
h
C
Runtime/Runtime/Vector3.h
hekelele/Sumomo2_Runtime
f634efeb526c89fe54c109a970b2ef1e140e465f
[ "MIT" ]
null
null
null
Runtime/Runtime/Vector3.h
hekelele/Sumomo2_Runtime
f634efeb526c89fe54c109a970b2ef1e140e465f
[ "MIT" ]
null
null
null
Runtime/Runtime/Vector3.h
hekelele/Sumomo2_Runtime
f634efeb526c89fe54c109a970b2ef1e140e465f
[ "MIT" ]
null
null
null
#pragma once //- INCLUDES -------------------------------------------------------------- #include <math.h> #include "Constant.h" //========================================================================= namespace Sumomo2::Math { class Vector3 { public: float x; float y; float z; //= Assignment ==========...
21.446429
80
0.424438
[ "vector" ]
8370aee8a14a95a72cf23f527ce9ac41877d3568
1,321
h
C
linsched-linsched-alpha/arch/cris/include/arch-v32/arch/hwregs/asm/cpu_vect.h
usenixatc2021/SoftRefresh_Scheduling
589ba06c8ae59538973c22edf28f74a59d63aa14
[ "MIT" ]
278
2015-11-03T03:01:20.000Z
2022-01-20T18:21:05.000Z
linsched-linsched-alpha/arch/cris/include/arch-v32/arch/hwregs/asm/cpu_vect.h
usenixatc2021/SoftRefresh_Scheduling
589ba06c8ae59538973c22edf28f74a59d63aa14
[ "MIT" ]
374
2015-11-03T12:37:22.000Z
2021-12-17T14:18:08.000Z
include/asm-cris/arch-v32/hwregs/cpu_vect.h
KylinskyChen/linuxCore_2.6.24
11e90b14386491cc80477d4015e0c8f673f6d020
[ "MIT" ]
96
2015-11-22T07:47:26.000Z
2022-01-20T19:52:19.000Z
/* Interrupt vector numbers autogenerated by /n/asic/design/tools/rdesc/src/rdes2intr version from ../../inst/crisp/doc/cpu_vect.r version . */ #ifndef _______INST_CRISP_DOC_CPU_VECT_R #define _______INST_CRISP_DOC_CPU_VECT_R #define NMI_INTR_VECT 0x00 #define RESERVED_1_INTR_VECT 0x01 #define RESERVED_2_INTR_VECT 0x...
31.452381
93
0.865254
[ "vector" ]
8371c33e649de690d98d59f3241e29a17966efd6
10,276
h
C
madness/src/lib/world/scopedptr.h
spowers/INDDGO-survey
860f15376f7be074f47280a74b912a8f0baa37bf
[ "BSD-3-Clause" ]
9
2015-05-30T00:33:04.000Z
2021-04-23T17:19:58.000Z
madness/src/lib/world/scopedptr.h
spowers/INDDGO-survey
860f15376f7be074f47280a74b912a8f0baa37bf
[ "BSD-3-Clause" ]
3
2016-03-04T19:46:40.000Z
2017-01-14T13:44:21.000Z
madness/src/lib/world/scopedptr.h
spowers/INDDGO-survey
860f15376f7be074f47280a74b912a8f0baa37bf
[ "BSD-3-Clause" ]
5
2015-11-29T08:50:50.000Z
2020-03-14T23:12:22.000Z
/* This file is part of MADNESS. Copyright (C) 2007,2010 Oak Ridge National Laboratory 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 your option) any ...
32.622222
84
0.634585
[ "object" ]
83734ebf973e244a40749355bde53fecf9e18c51
3,254
h
C
DebugView++/FilterPage.h
wbaby/DebugViewPP
ca8a8e1ec9613879314bf52272cb9c45c21c14bd
[ "BSL-1.0" ]
572
2017-09-18T13:57:16.000Z
2022-03-30T06:54:05.000Z
DebugView++/FilterPage.h
wbaby/DebugViewPP
ca8a8e1ec9613879314bf52272cb9c45c21c14bd
[ "BSL-1.0" ]
165
2015-01-06T12:59:17.000Z
2017-09-14T12:19:29.000Z
DebugView++/FilterPage.h
wbaby/DebugViewPP
ca8a8e1ec9613879314bf52272cb9c45c21c14bd
[ "BSL-1.0" ]
91
2017-10-17T09:15:18.000Z
2022-03-27T17:30:32.000Z
// (C) Copyright Gert-Jan de Vos and Jan Wilmans 2013. // 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) // Repository at: https://github.com/djeedjay/DebugViewPP/ #pragma once #include <regex> #include <vector>...
32.54
159
0.729564
[ "vector" ]
837a8d6280badafcc578f0cbba2431649a5d5a9a
1,805
h
C
FDLog-Demo/fd_log.h
zColdWater/FDLog
1a61abf3177f0729dc5b3fe2bb6c31b5645ff201
[ "MIT" ]
null
null
null
FDLog-Demo/fd_log.h
zColdWater/FDLog
1a61abf3177f0729dc5b3fe2bb6c31b5645ff201
[ "MIT" ]
null
null
null
FDLog-Demo/fd_log.h
zColdWater/FDLog
1a61abf3177f0729dc5b3fe2bb6c31b5645ff201
[ "MIT" ]
null
null
null
// // fd_log.h // FDLog-Demo // // Created by Yongpeng Zhu 朱永鹏 on 2019/2/27. // Copyright © 2019 NIO. All rights reserved. // #ifndef fd_log_h #define fd_log_h #include "fd_construct_data.h" ///////////////////////////////////////////// //// FDLog v1.0.0 //// ///////////////////////////////...
19.619565
80
0.552909
[ "object" ]
837d526a92f3c219523099f62dbd0d4d351af46c
7,729
h
C
arangod/Aql/WindowExecutor.h
elfringham/arangodb
5baaece1c7a5ce73fe016f07ed66255cc555e8cb
[ "BSL-1.0", "Apache-2.0" ]
12,278
2015-01-29T17:11:33.000Z
2022-03-31T21:12:00.000Z
arangod/Aql/WindowExecutor.h
elfringham/arangodb
5baaece1c7a5ce73fe016f07ed66255cc555e8cb
[ "BSL-1.0", "Apache-2.0" ]
9,469
2015-01-30T05:33:07.000Z
2022-03-31T16:17:21.000Z
arangod/Aql/WindowExecutor.h
elfringham/arangodb
5baaece1c7a5ce73fe016f07ed66255cc555e8cb
[ "BSL-1.0", "Apache-2.0" ]
892
2015-01-29T16:26:19.000Z
2022-03-20T07:44:30.000Z
//////////////////////////////////////////////////////////////////////////////// /// DISCLAIMER /// /// Copyright 2014-2021 ArangoDB GmbH, Cologne, Germany /// Copyright 2004-2014 triAGENS GmbH, Cologne, Germany /// /// Licensed under the Apache License, Version 2.0 (the "License"); /// you may not use this file except...
33.751092
92
0.712382
[ "object", "vector" ]
8387877c899c515733df2945f02698cd85562bda
2,680
c
C
examples/cpm/dpb.c
jorgegv/z88dk
127130cf11f9ff268ba53e308138b12d2b9be90a
[ "ClArtistic" ]
null
null
null
examples/cpm/dpb.c
jorgegv/z88dk
127130cf11f9ff268ba53e308138b12d2b9be90a
[ "ClArtistic" ]
2
2022-03-20T22:17:35.000Z
2022-03-24T16:10:00.000Z
examples/cpm/dpb.c
jorgegv/z88dk
127130cf11f9ff268ba53e308138b12d2b9be90a
[ "ClArtistic" ]
null
null
null
/* * Analyse the CP/M Disk Parameter Block and print its values * It will probably work on CP/M v2 only * * By Stefano Bodrato, May 2022 * */ #include <stdio.h> #include <stdlib.h> #include <cpm.h> struct dpb *dp; int blk_size, mask_count; int sec_count, cpm_ver; unsigned char *xltab; unsigned char *get_x...
23.508772
124
0.598134
[ "vector" ]
8387e8fa6780f2739c2cbb6f22175dcc55f8cfbd
9,787
h
C
WSEExternal/include/Animation/Ragdoll/Instance/hkaRagdollInstance.h
Swyter/wse
3ad901f1a463139b320c30ea08bdc343358ea6b6
[ "WTFPL" ]
null
null
null
WSEExternal/include/Animation/Ragdoll/Instance/hkaRagdollInstance.h
Swyter/wse
3ad901f1a463139b320c30ea08bdc343358ea6b6
[ "WTFPL" ]
null
null
null
WSEExternal/include/Animation/Ragdoll/Instance/hkaRagdollInstance.h
Swyter/wse
3ad901f1a463139b320c30ea08bdc343358ea6b6
[ "WTFPL" ]
null
null
null
/* * * Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's * prior written consent. This software contains code, techniques and know-how which is confidential and proprietary to Havok. * Level 2 and Level 3 source code contains trade secrets...
51.783069
247
0.749055
[ "model", "transform" ]
8388adf88f7f94a2930dd651d179290fd9833be3
4,302
h
C
vendors/renesas/boards/rx72n-envision-kit/aws_demos/src/smc_gen/r_emwin_rx/lib/GUI/GUI_GCache_Private.h
renesas/rx72n-envision-kit
313cf0c314e20d7e573df712d284d1fea9fec808
[ "MIT" ]
7
2020-05-31T15:53:27.000Z
2022-03-08T00:12:23.000Z
projects/renesas/vendors/renesas/rx_driver_package/v125/r_emwin_rx/lib/GUI/GUI_GCache_Private.h
renesas/rx72n-envision-kit
313cf0c314e20d7e573df712d284d1fea9fec808
[ "MIT" ]
4
2020-09-15T05:55:48.000Z
2021-05-13T10:39:26.000Z
vendors/renesas/boards/rx72n-envision-kit/aws_demos/src/smc_gen/r_emwin_rx/lib/GUI/GUI_GCache_Private.h
renesas/rx72n-envision-kit
313cf0c314e20d7e573df712d284d1fea9fec808
[ "MIT" ]
2
2020-08-01T14:55:33.000Z
2020-09-11T23:27:28.000Z
/********************************************************************* * SEGGER Microcontroller GmbH * * Solutions for real time microcontroller applications * ********************************************************************** * ...
40.584906
198
0.46676
[ "model" ]
838aaa9d13215d826eb155e182c08e542a5acbe0
13,122
h
C
windows/GLGI/GLGI_64/GLGI.h
kensand/GLGI
7f14f762387db162b3262430ff2a9e913b548dcf
[ "Apache-2.0" ]
null
null
null
windows/GLGI/GLGI_64/GLGI.h
kensand/GLGI
7f14f762387db162b3262430ff2a9e913b548dcf
[ "Apache-2.0" ]
null
null
null
windows/GLGI/GLGI_64/GLGI.h
kensand/GLGI
7f14f762387db162b3262430ff2a9e913b548dcf
[ "Apache-2.0" ]
null
null
null
// The following ifdef block is the standard way of creating macros which make exporting // from a DLL simpler. All files within this DLL are compiled with the GLGI_EXPORTS // symbol defined on the command line. This symbol should not be defined on any project // that uses this DLL. This way any other project whose so...
23.516129
185
0.683813
[ "mesh", "render", "object", "vector", "transform" ]
838b064add7f26368a09391aaa86b7f5d9d1a4ee
23,285
h
C
Scripts/Template/Headers/org/apache/xml/utils/DOMHelper.h
zhouxl/J2ObjC-Framework
ff83a41f44aaab295dbd4f4b4b02d5e894cdc2e1
[ "MIT" ]
null
null
null
Scripts/Template/Headers/org/apache/xml/utils/DOMHelper.h
zhouxl/J2ObjC-Framework
ff83a41f44aaab295dbd4f4b4b02d5e894cdc2e1
[ "MIT" ]
null
null
null
Scripts/Template/Headers/org/apache/xml/utils/DOMHelper.h
zhouxl/J2ObjC-Framework
ff83a41f44aaab295dbd4f4b4b02d5e894cdc2e1
[ "MIT" ]
null
null
null
// // Generated by the J2ObjC translator. DO NOT EDIT! // source: /Users/antoniocortes/j2objcprj/relases/j2objc/xalan/third_party/android/platform/external/apache-xml/src/main/java/org/apache/xml/utils/DOMHelper.java // #include "../../../../J2ObjC_header.h" #pragma push_macro("INCLUDE_ALL_OrgApacheXmlUtilsDOMHelp...
45.301556
182
0.791282
[ "object", "vector", "model", "transform" ]
838b6947fdf473b8f73477a2c1c1ff634c4e5fe1
1,461
h
C
src/mzdb/fitted2Profile/BinnedSpectrum.h
jerkos/pwiz-mzdb
edeaefc4388e7c9c1b48dfa2d69ced3a080a9535
[ "Apache-2.0" ]
null
null
null
src/mzdb/fitted2Profile/BinnedSpectrum.h
jerkos/pwiz-mzdb
edeaefc4388e7c9c1b48dfa2d69ced3a080a9535
[ "Apache-2.0" ]
null
null
null
src/mzdb/fitted2Profile/BinnedSpectrum.h
jerkos/pwiz-mzdb
edeaefc4388e7c9c1b48dfa2d69ced3a080a9535
[ "Apache-2.0" ]
null
null
null
#ifndef BINNEDSPECTRUM_H #define BINNEDSPECTRUM_H #include <vector> #include <map> #include "pwiz/data/msdata/MSData.hpp" #include "../utils/mzUtils.hpp" namespace mzdb { using namespace std; struct BinnedSpectrum{ enum IntervalType { CONSTANT, THERMO_DEFINED }; vector<double> mzData...
26.089286
91
0.678303
[ "object", "vector" ]
838da76066298855b35f7b95546067988363a715
1,237
h
C
source/common/upstream/sds.h
vanillahsu/envoy
49dc064843035ff980e1ed1d1a7f1574b66f7305
[ "Apache-2.0" ]
null
null
null
source/common/upstream/sds.h
vanillahsu/envoy
49dc064843035ff980e1ed1d1a7f1574b66f7305
[ "Apache-2.0" ]
null
null
null
source/common/upstream/sds.h
vanillahsu/envoy
49dc064843035ff980e1ed1d1a7f1574b66f7305
[ "Apache-2.0" ]
null
null
null
#pragma once #include "envoy/local_info/local_info.h" #include "common/http/rest_api_fetcher.h" #include "common/upstream/upstream_impl.h" namespace Upstream { /** * Cluster implementation that reads host information from the service discovery service. */ class SdsClusterImpl : public BaseDynamicClusterImpl, Http...
33.432432
91
0.747777
[ "object" ]
839c8dcf8afab2ef86dd500411d2feaaf99c6d03
2,425
h
C
AWSS3ForDNSPathStyle/Classes/Amazon.S3/S3ResponseHeaderOverrides.h
fanshaojie/AWSS3ForDNSPathStyle
b24f0e44bf5dd18e8fe7d34e780afcc977aac10d
[ "MIT" ]
null
null
null
AWSS3ForDNSPathStyle/Classes/Amazon.S3/S3ResponseHeaderOverrides.h
fanshaojie/AWSS3ForDNSPathStyle
b24f0e44bf5dd18e8fe7d34e780afcc977aac10d
[ "MIT" ]
null
null
null
AWSS3ForDNSPathStyle/Classes/Amazon.S3/S3ResponseHeaderOverrides.h
fanshaojie/AWSS3ForDNSPathStyle
b24f0e44bf5dd18e8fe7d34e780afcc977aac10d
[ "MIT" ]
null
null
null
/* * Copyright 2010-2013 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "lice...
35.661765
86
0.749691
[ "object" ]
83a2f54db86719d4445a6c81f10caeee3c009241
1,456
h
C
src/parser/Ast.h
AniruthA/BrainF-Interpreter-V1
07d8f51a402a3f750ab08e7ef6d511547604ae74
[ "MIT" ]
null
null
null
src/parser/Ast.h
AniruthA/BrainF-Interpreter-V1
07d8f51a402a3f750ab08e7ef6d511547604ae74
[ "MIT" ]
null
null
null
src/parser/Ast.h
AniruthA/BrainF-Interpreter-V1
07d8f51a402a3f750ab08e7ef6d511547604ae74
[ "MIT" ]
null
null
null
#include "./Errors.h" #include <map> int ptr = 1; vector<int> memory = {0,0,0,0,0,0,0,0,0,0}; class Left { public: Left(){} void execute(){ ptr -= 1; if (ptr<0){ Error("PointerError","invalid position for pointer",3); } } }; class Right { public: Right(){} void execute(){ ptr += ...
15.826087
63
0.543269
[ "vector" ]
83a38d079a62964ec8e96c6e4ca2c59b218d48e3
4,233
h
C
1.0 2/GQZhiBo/GQZhiBo/CustomVC/Method/ZBMethods.h
ttww101/redline-sport
d55980a003efa3cdaa19be814ff8d2e0525cb9bb
[ "MIT" ]
null
null
null
1.0 2/GQZhiBo/GQZhiBo/CustomVC/Method/ZBMethods.h
ttww101/redline-sport
d55980a003efa3cdaa19be814ff8d2e0525cb9bb
[ "MIT" ]
null
null
null
1.0 2/GQZhiBo/GQZhiBo/CustomVC/Method/ZBMethods.h
ttww101/redline-sport
d55980a003efa3cdaa19be814ff8d2e0525cb9bb
[ "MIT" ]
null
null
null
typedef NS_ENUM(NSInteger, weekType) { weekTypeXingqi = 0, weekTypeZhou = 1, }; #import <Foundation/Foundation.h> #import "ZBUserModel.h" #import "ZBTokenModel.h" @interface ZBMethods : NSObject @property (nonatomic) weekType weektype; + (NSArray *)seperateNSString:(NSString *)str bySimple:...
54.269231
176
0.745807
[ "model" ]
83a4953e8bdc9993f49025fa682da4ed11acfbf3
2,642
h
C
include/il/lexer.h
uael/il
cdb889ddacd2af9c5108bcc35a41f2c0febf5286
[ "MIT" ]
null
null
null
include/il/lexer.h
uael/il
cdb889ddacd2af9c5108bcc35a41f2c0febf5286
[ "MIT" ]
null
null
null
include/il/lexer.h
uael/il
cdb889ddacd2af9c5108bcc35a41f2c0febf5286
[ "MIT" ]
null
null
null
/* * libil - Intermediate Language cross-platform c library * Copyright (C) 2016-2017 Lucas Abel <www.github.com/uael> * * 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 * ve...
31.831325
124
0.779334
[ "vector" ]
83a950cb76f2db2f63f3bd67cad00a4c44c35b78
816
h
C
direct/src/plugin/p3dBoolObject.h
sean5470/panda3d
ea2d4fecd4af1d4064c5fe2ae2a902ef4c9b903d
[ "PHP-3.0", "PHP-3.01" ]
null
null
null
direct/src/plugin/p3dBoolObject.h
sean5470/panda3d
ea2d4fecd4af1d4064c5fe2ae2a902ef4c9b903d
[ "PHP-3.0", "PHP-3.01" ]
null
null
null
direct/src/plugin/p3dBoolObject.h
sean5470/panda3d
ea2d4fecd4af1d4064c5fe2ae2a902ef4c9b903d
[ "PHP-3.0", "PHP-3.01" ]
null
null
null
/** * PANDA 3D SOFTWARE * Copyright (c) Carnegie Mellon University. All rights reserved. * * All use of this software is subject to the terms of the revised BSD * license. You should have received a copy of this license along * with this source code in a file named "LICENSE." * * @file p3dBoolObject.h * @aut...
20.923077
70
0.726716
[ "object", "3d" ]
83a9d1ca5b8554a6abed619d0ae2fbac1c7f708c
7,349
h
C
src/cpp/include/default_app.h
volok-aleksej/twainet
eabdb17840d02516d8390d8782c0d95713b1e507
[ "Apache-2.0" ]
18
2015-11-24T15:44:05.000Z
2020-09-30T23:15:59.000Z
src/cpp/include/default_app.h
volok-aleksej/twainet
eabdb17840d02516d8390d8782c0d95713b1e507
[ "Apache-2.0" ]
null
null
null
src/cpp/include/default_app.h
volok-aleksej/twainet
eabdb17840d02516d8390d8782c0d95713b1e507
[ "Apache-2.0" ]
8
2016-09-01T11:18:58.000Z
2021-07-09T06:48:52.000Z
#ifndef DEFAULT_APP_H #define DEFAULT_APP_H #include <vector> #include "appinterface.h" #include "critical_section.h" #include "module.h" template<typename Application> class DefaultApplication : public IApplication<Application> { public: DefaultApplication() { } virtual ~DefaultApplication() ...
27.421642
150
0.503062
[ "vector" ]
83aecc1cb65fb552eda98ae3ce44704170b8fe7c
5,807
h
C
cds/urcu/details/sh.h
weilewei/libcds
74b8d7c79d78161e45da71826c5ed79d9f43db5f
[ "BSL-1.0" ]
3
2020-07-24T16:51:23.000Z
2020-07-26T06:25:52.000Z
cds/urcu/details/sh.h
weilewei/libcds
74b8d7c79d78161e45da71826c5ed79d9f43db5f
[ "BSL-1.0" ]
1
2020-07-24T16:48:19.000Z
2020-07-24T16:48:19.000Z
cds/urcu/details/sh.h
weilewei/libcds
74b8d7c79d78161e45da71826c5ed79d9f43db5f
[ "BSL-1.0" ]
null
null
null
// Copyright (c) 2006-2018 Maxim Khizhinsky // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt) #ifndef CDSLIB_URCU_DETAILS_SH_H #define CDSLIB_URCU_DETAILS_SH_H #include <memory.h> //memset #include <cds/urcu/details/sh_d...
34.158824
127
0.637679
[ "model" ]
83b457ebc393a934048057b9adc4676b9b78b4ac
348
h
C
Common01/Source/Common/Application/ApplicationHolder.h
DavidCoenFish/game02
3011cf2fe069b579759aa95333cb406a8ff52d53
[ "Unlicense" ]
null
null
null
Common01/Source/Common/Application/ApplicationHolder.h
DavidCoenFish/game02
3011cf2fe069b579759aa95333cb406a8ff52d53
[ "Unlicense" ]
null
null
null
Common01/Source/Common/Application/ApplicationHolder.h
DavidCoenFish/game02
3011cf2fe069b579759aa95333cb406a8ff52d53
[ "Unlicense" ]
null
null
null
#pragma once class IApplication; class ApplicationHolder { public: ApplicationHolder(); void AddApplication(IApplication* pApplication); void RemoveApplication(IApplication* pApplication); const bool HasApplication() const; void Update(); private: mutable std::mutex m_windowsMutex; std::vector<I...
19.333333
54
0.755747
[ "vector" ]
39f074b0659630a230d966dd4a58e75cac3fd170
2,047
h
C
deps/oculus/include/ovrsession.h
machenmusik/exokit
acf298877a5de2eacc30d3c545513d5b61649772
[ "MIT" ]
547
2019-04-07T14:34:01.000Z
2022-03-25T08:58:50.000Z
deps/oculus/include/ovrsession.h
machenmusik/exokit
acf298877a5de2eacc30d3c545513d5b61649772
[ "MIT" ]
514
2018-03-22T00:31:38.000Z
2019-04-06T21:16:45.000Z
deps/oculus/include/ovrsession.h
machenmusik/exokit
acf298877a5de2eacc30d3c545513d5b61649772
[ "MIT" ]
120
2019-04-15T18:36:25.000Z
2022-03-03T01:11:34.000Z
#ifndef _OVR_SESSION_H_ #define _OVR_SESSION_H_ #include <nan.h> #include <v8.h> #include <webgl.h> #include "OVR_CAPI_GL.h" typedef struct SwapChain { ovrTextureSwapChain ColorTextureChain; ovrTextureSwapChain DepthTextureChain; std::vector<GLuint> msColorTextureChain; std::vector<GLuint> msDepthTextureChai...
23
87
0.744504
[ "object", "vector" ]
2600454e712ce59d788b332e1661b314ee76c38f
960
h
C
taichi/program/function.h
jammm/taichi
a07b5a5b20a3c2687025a167a422655c4a3b3724
[ "MIT" ]
1
2022-01-12T18:40:59.000Z
2022-01-12T18:40:59.000Z
taichi/program/function.h
isuyu/taichi
e5f439b916b2c9f41e4d096072811e06a85237e6
[ "MIT" ]
null
null
null
taichi/program/function.h
isuyu/taichi
e5f439b916b2c9f41e4d096072811e06a85237e6
[ "MIT" ]
null
null
null
#pragma once #include "taichi/lang_util.h" #include "taichi/ir/ir.h" #include "taichi/program/function_key.h" #include "taichi/program/kernel.h" namespace taichi { namespace lang { class Program; // TODO: Let Function and Kernel inherit from some class like "Callable" // and merge the common part? class Function {...
22.857143
80
0.720833
[ "vector" ]
26013d95dd58ee3410aa954085152e7b6f06cca6
3,522
h
C
test/scenario/network/fake_network_socket.h
webrtc-uwp/webrtc2
d1b53b61fb41a3aec58668f07e230f0b54560029
[ "BSD-3-Clause" ]
97
2016-11-10T08:22:35.000Z
2021-12-19T05:42:40.000Z
test/scenario/network/fake_network_socket.h
webrtc-uwp/webrtc2
d1b53b61fb41a3aec58668f07e230f0b54560029
[ "BSD-3-Clause" ]
9
2017-02-23T05:10:25.000Z
2020-10-13T08:58:26.000Z
test/scenario/network/fake_network_socket.h
webrtc-uwp/webrtc2
d1b53b61fb41a3aec58668f07e230f0b54560029
[ "BSD-3-Clause" ]
72
2016-10-14T03:35:04.000Z
2022-03-10T01:08:15.000Z
/* * Copyright (c) 2019 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contribut...
33.226415
78
0.737081
[ "vector" ]
26050d06348c7329475b399feadbabf536c4c0b6
1,116
h
C
src/uml/visibility_kind.h
Quicksilver-Project/quicksilveruml
c9019443360c98c61edbd60c93cf2c1701912c2e
[ "MIT" ]
null
null
null
src/uml/visibility_kind.h
Quicksilver-Project/quicksilveruml
c9019443360c98c61edbd60c93cf2c1701912c2e
[ "MIT" ]
null
null
null
src/uml/visibility_kind.h
Quicksilver-Project/quicksilveruml
c9019443360c98c61edbd60c93cf2c1701912c2e
[ "MIT" ]
1
2021-04-02T21:35:06.000Z
2021-04-02T21:35:06.000Z
/**~common structure~ * VisibilityKind [Enumeration] * * Description * * VisibilityKind is an enumeration type that * defines literals to determine * the visibility of Elements in a model. * * Diagrams * *  Namespaces * * Literals * *  public * * A Named Element with public visibility * is vi...
23.25
61
0.712366
[ "model" ]
260b197f81bc357491e1e5a0674af166cfd30546
13,433
c
C
drivers/gpu/drm/nouveau/nvkm/engine/fifo/tu102.c
Sunrisepeak/Linux2.6-Reading
c25102a494a37f9f30a27ca2cd4a1a412bffc80f
[ "MIT" ]
44
2022-03-16T08:32:31.000Z
2022-03-31T16:02:35.000Z
drivers/gpu/drm/nouveau/nvkm/engine/fifo/tu102.c
Sunrisepeak/Linux2.6-Reading
c25102a494a37f9f30a27ca2cd4a1a412bffc80f
[ "MIT" ]
1
2022-03-29T02:30:28.000Z
2022-03-30T03:40:46.000Z
drivers/gpu/drm/nouveau/nvkm/engine/fifo/tu102.c
Sunrisepeak/Linux2.6-Reading
c25102a494a37f9f30a27ca2cd4a1a412bffc80f
[ "MIT" ]
18
2022-03-19T04:41:04.000Z
2022-03-31T03:32:12.000Z
/* * Copyright 2018 Red Hat Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, d...
28.10251
80
0.704385
[ "object" ]
260cabc8ac786e6b41482aa3b886a69b19059f22
10,844
h
C
split/setup_actions.h
mqnc/cpp-peglib
be759267ea28a5a4b444e7f9fb34ac51e9e25a1b
[ "MIT" ]
null
null
null
split/setup_actions.h
mqnc/cpp-peglib
be759267ea28a5a4b444e7f9fb34ac51e9e25a1b
[ "MIT" ]
null
null
null
split/setup_actions.h
mqnc/cpp-peglib
be759267ea28a5a4b444e7f9fb34ac51e9e25a1b
[ "MIT" ]
null
null
null
void setup_actions() { g["Definition"] = [&](const SemanticValues &vs, std::any &dt) { auto &data = *std::any_cast<Data *>(dt); auto is_macro = vs.choice() == 0; auto ignore = std::any_cast<bool>(vs[0]); auto name = std::any_cast<std::string>(vs[1]); std::vector<std::string> param...
33.469136
79
0.532645
[ "vector", "transform" ]
26185e38a1618ecacba1693c0c931fc278e8dd61
3,485
h
C
src/core/imported/addrlib/src/core/addrobject.h
gflegar/pal
93d6aba82af14ae57ae6d84a4cf0cca3d9aa8c6b
[ "MIT" ]
268
2017-12-22T11:03:10.000Z
2022-03-31T15:37:31.000Z
src/core/imported/addrlib/src/core/addrobject.h
gflegar/pal
93d6aba82af14ae57ae6d84a4cf0cca3d9aa8c6b
[ "MIT" ]
79
2017-12-22T12:26:52.000Z
2022-03-30T13:06:30.000Z
src/core/imported/addrlib/src/core/addrobject.h
gflegar/pal
93d6aba82af14ae57ae6d84a4cf0cca3d9aa8c6b
[ "MIT" ]
92
2017-12-22T12:21:16.000Z
2022-03-29T22:34:17.000Z
/* *********************************************************************************************************************** * * Copyright (c) 2007-2021 Advanced Micro Devices, Inc. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associ...
37.074468
120
0.545481
[ "object" ]
261a1032f8373dc808b312c064f7b68728dbeba8
809
h
C
src/ncomm/chanLibP.h
DanIverson/OpenVnmrJ
0db324603dbd8f618a6a9526b9477a999c5a4cc3
[ "Apache-2.0" ]
32
2016-06-17T05:04:26.000Z
2022-03-28T17:54:44.000Z
src/ncomm/chanLibP.h
timburrow/openvnmrj-source
f5e65eb2db4bded3437701f0fa91abd41928579c
[ "Apache-2.0" ]
128
2016-07-13T17:09:02.000Z
2022-03-28T17:53:52.000Z
src/ncomm/chanLibP.h
timburrow/openvnmrj-source
f5e65eb2db4bded3437701f0fa91abd41928579c
[ "Apache-2.0" ]
102
2016-01-23T15:27:16.000Z
2022-03-20T05:41:54.000Z
/* * Copyright (C) 2015 University of Oregon * * You may distribute under the terms of either the GNU General Public * License or the Apache License, as specified in the LICENSE file. * * For more information, see the LICENSE file. */ /* modification history -------------------- 01b,15Aug94 removed unused f...
16.854167
70
0.710754
[ "object" ]
262f49254f8cfe4ba5cc2bc8175d946c4a78e4be
7,550
c
C
tests/test_rules_write.c
niclashedam/liblightnvm
f6abdd942e76e060bc266ed2f10e11f03ec10fcd
[ "BSD-2-Clause" ]
126
2015-11-05T21:05:07.000Z
2022-02-21T01:16:08.000Z
tests/test_rules_write.c
niclashedam/liblightnvm
f6abdd942e76e060bc266ed2f10e11f03ec10fcd
[ "BSD-2-Clause" ]
34
2016-08-18T12:24:25.000Z
2021-04-29T08:14:48.000Z
tests/test_rules_write.c
niclashedam/liblightnvm
f6abdd942e76e060bc266ed2f10e11f03ec10fcd
[ "BSD-2-Clause" ]
58
2015-11-12T03:56:18.000Z
2021-10-20T08:32:46.000Z
/* * test_rules_write.c - verify write access rules * * Copyright (C) Klaus B. A. Jensen <klaus.jensen@cnexlabs.com> * 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...
29.607843
137
0.749934
[ "vector" ]
262fa370a8a2d3b4240630f1f2740f9fafa046f2
3,873
h
C
aws-cpp-sdk-redshift/include/aws/redshift/model/PurchaseReservedNodeOfferingRequest.h
AmineChatt1A/aws-sdk-cpp
3e979d7bc272f77ac179b4849f7386027201c1a2
[ "Apache-2.0" ]
null
null
null
aws-cpp-sdk-redshift/include/aws/redshift/model/PurchaseReservedNodeOfferingRequest.h
AmineChatt1A/aws-sdk-cpp
3e979d7bc272f77ac179b4849f7386027201c1a2
[ "Apache-2.0" ]
null
null
null
aws-cpp-sdk-redshift/include/aws/redshift/model/PurchaseReservedNodeOfferingRequest.h
AmineChatt1A/aws-sdk-cpp
3e979d7bc272f77ac179b4849f7386027201c1a2
[ "Apache-2.0" ]
1
2021-10-01T15:29:44.000Z
2021-10-01T15:29:44.000Z
/* * Copyright 2010-2017 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
34.891892
157
0.710818
[ "model" ]
2635f0c67f032c08ee58a8415e7c3f43c9b69641
14,096
h
C
GTE/Mathematics/TetrahedraRasterizer.h
tbridel/GeometricTools
92d14e79f546dab732e3805a35b8ff508e76ab5e
[ "BSL-1.0" ]
452
2020-09-16T02:23:30.000Z
2022-03-27T23:11:38.000Z
GTE/Mathematics/TetrahedraRasterizer.h
tbridel/GeometricTools
92d14e79f546dab732e3805a35b8ff508e76ab5e
[ "BSL-1.0" ]
34
2020-10-11T03:56:17.000Z
2022-03-04T17:29:34.000Z
GTE/Mathematics/TetrahedraRasterizer.h
tbridel/GeometricTools
92d14e79f546dab732e3805a35b8ff508e76ab5e
[ "BSL-1.0" ]
91
2020-09-28T16:59:40.000Z
2022-03-25T16:20:06.000Z
// David Eberly, Geometric Tools, Redmond WA 98052 // Copyright (c) 1998-2021 // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt // https://www.geometrictools.com/License/Boost/LICENSE_1_0.txt // Version: 5.5.2021.11.11 #pragma once #include <Mathematics/Logger.h> #...
36.997375
93
0.464174
[ "vector", "transform", "3d" ]
263611a6eba149fd6f7ea327cfa1f513cb5d1582
8,611
h
C
src/Core/Core.Native/Strings.h
microsoft/HybridRow
ce112dcdf1ed4d8b24163eb112afdc3de3a3a04a
[ "MIT" ]
3
2021-05-06T21:22:03.000Z
2022-01-21T06:56:50.000Z
src/Core/Core.Native/Strings.h
microsoft/HybridRow
ce112dcdf1ed4d8b24163eb112afdc3de3a3a04a
[ "MIT" ]
null
null
null
src/Core/Core.Native/Strings.h
microsoft/HybridRow
ce112dcdf1ed4d8b24163eb112afdc3de3a3a04a
[ "MIT" ]
null
null
null
// ------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. // ------------------------------------------------------------ #pragma once #include <memory> #include <string> #include "tla.h" namespace cdb_core { /// <summary> /// These types are n...
37.933921
119
0.637789
[ "object" ]
26371645c4a2f23aa56a3b750b000be6571e6595
6,637
h
C
src/updater/updater.h
JianboTang/CXXNET
b1d2a4450205313587be573515e03cf885e570f2
[ "Apache-2.0" ]
5
2016-03-22T16:12:10.000Z
2020-12-28T14:29:57.000Z
src/updater/updater.h
Kingnus/cxxnet
ffeaeffe6447375390c09082a7b2dbb5399fc27d
[ "Apache-2.0" ]
1
2016-04-20T14:38:03.000Z
2016-04-20T14:38:03.000Z
src/updater/updater.h
Kingnus/cxxnet
ffeaeffe6447375390c09082a7b2dbb5399fc27d
[ "Apache-2.0" ]
1
2018-10-10T09:50:17.000Z
2018-10-10T09:50:17.000Z
#ifndef CXXNET_UPDATER_UPDATER_H_ #define CXXNET_UPDATER_UPDATER_H_ #include <vector> #include <mshadow/tensor.h> #include <mshadow-ps/mshadow_ps.h> #include "../global.h" #include "../layer/layer.h" namespace cxxnet { /*! \brief namespace of updating algorithms */ namespace updater { /*! * \brief interface of param...
37.497175
92
0.669881
[ "object", "vector" ]
2641250ce9bdb79b5d97eb59746545c891ba13b0
6,604
h
C
_Test/Core/MACRO.h
zhangkn/ToolUtility
003ea194efad61a74fe9797f7c2663e44f573fca
[ "MIT" ]
null
null
null
_Test/Core/MACRO.h
zhangkn/ToolUtility
003ea194efad61a74fe9797f7c2663e44f573fca
[ "MIT" ]
null
null
null
_Test/Core/MACRO.h
zhangkn/ToolUtility
003ea194efad61a74fe9797f7c2663e44f573fca
[ "MIT" ]
null
null
null
#import "CONFIG.h" /** * @param whileTrue Can be anything * @param seconds NSTimeInterval */ #define stall_while(whileTrue, limitInSeconds)\ ({\ NSDate *giveUpDate = [NSDate dateWithTimeIntervalSinceNow:limitInSeconds];\ while ((whileTrue) && [giveUpDate timeIntervalSinceNow] > 0)\ {\ NSDate *loopIntervalDate = [NS...
35.12766
171
0.62129
[ "object" ]
2644365783d5216439eabb1e07fa081568cf63f2
2,618
h
C
chrome/browser/vr/graphics_delegate.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
14,668
2015-01-01T01:57:10.000Z
2022-03-31T23:33:32.000Z
chrome/browser/vr/graphics_delegate.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
113
2015-05-04T09:58:14.000Z
2022-01-31T19:35:03.000Z
chrome/browser/vr/graphics_delegate.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
5,941
2015-01-02T11:32:21.000Z
2022-03-31T16:35:46.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 CHROME_BROWSER_VR_GRAPHICS_DELEGATE_H_ #define CHROME_BROWSER_VR_GRAPHICS_DELEGATE_H_ #include <string> #include "base/callback_forward.h" #incl...
35.863014
80
0.729183
[ "transform" ]
26446dbd79e3440c9cace78be0962b08860a0407
564
h
C
src/hlwmcommon.h
uzsolt/herbstluftwm
49b6dcad50452d79783576236df2ce670672c10a
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
src/hlwmcommon.h
uzsolt/herbstluftwm
49b6dcad50452d79783576236df2ce670672c10a
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
src/hlwmcommon.h
uzsolt/herbstluftwm
49b6dcad50452d79783576236df2ce670672c10a
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
#pragma once #include <X11/X.h> #include <unordered_map> #include <vector> class Root; class Client; /** A collection of commonly used functions. The main purpose of * this interface is to reduce dependencies between modules. */ class HlwmCommon { public: HlwmCommon(Root* root); //! The Client object for a...
24.521739
88
0.710993
[ "object", "vector" ]
26456dff1dfacfa6640ccde5160963fee36b20c8
7,815
h
C
include/muParserTest.h
maksyuki/muparser
b321fc20edbbc3eab2c169c3e02efcc3b06a648f
[ "BSD-2-Clause" ]
null
null
null
include/muParserTest.h
maksyuki/muparser
b321fc20edbbc3eab2c169c3e02efcc3b06a648f
[ "BSD-2-Clause" ]
null
null
null
include/muParserTest.h
maksyuki/muparser
b321fc20edbbc3eab2c169c3e02efcc3b06a648f
[ "BSD-2-Clause" ]
null
null
null
/* _____ __ _____________ _______ ______ ___________ / \| | \____ \__ \\_ __ \/ ___// __ \_ __ \ | Y Y \ | / |_> > __ \| | \/\___ \\ ___/| | \/ |__|_| /____/| __(____ /__| /____ >\___ >__| \/ |__| \/ \/ \/ Copyright (C) 2004 - 2020 Ingo Berg Redistri...
32.974684
118
0.696481
[ "vector" ]
26486ae59973f60e3943c5d3f8e6de49c3ec66f7
17,611
c
C
component/oai-smf/src/ngap/asn1c/OBJECT_IDENTIFIER.c
kukkalli/oai-cn5g-fed
15634fac935ac8671b61654bdf75bf8af07d3c3a
[ "Apache-2.0" ]
null
null
null
component/oai-smf/src/ngap/asn1c/OBJECT_IDENTIFIER.c
kukkalli/oai-cn5g-fed
15634fac935ac8671b61654bdf75bf8af07d3c3a
[ "Apache-2.0" ]
null
null
null
component/oai-smf/src/ngap/asn1c/OBJECT_IDENTIFIER.c
kukkalli/oai-cn5g-fed
15634fac935ac8671b61654bdf75bf8af07d3c3a
[ "Apache-2.0" ]
null
null
null
/*- * Copyright (c) 2003, 2004 Lev Walkin <vlm@lionet.info>. All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ #include <asn_internal.h> #include <INTEGER.h> #include <OBJECT_IDENTIFIER.h> #include <OCTET_STRING.h> #include <limits.h> /* for CHAR_BIT */ #include <errno....
27.646782
80
0.575606
[ "object" ]
264a467432d1aa071eaa7c76930055c7e6fe79b2
11,270
h
C
gl_resource_manager.h
yiptool/gles2-util
e0a23664d4b7bbc238dfe51cf7f07eeb08da8bb3
[ "Unlicense" ]
2
2018-01-18T00:47:57.000Z
2018-01-18T00:47:58.000Z
gl_resource_manager.h
yiptool/gles2-util
e0a23664d4b7bbc238dfe51cf7f07eeb08da8bb3
[ "Unlicense" ]
null
null
null
gl_resource_manager.h
yiptool/gles2-util
e0a23664d4b7bbc238dfe51cf7f07eeb08da8bb3
[ "Unlicense" ]
null
null
null
/* vim: set ai noet ts=4 sw=4 tw=115: */ // // Copyright (c) 2014 Nikolay Zapolnov (zapolnov@gmail.com). // // 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 w...
40.106762
110
0.718811
[ "vector", "model", "3d" ]
264a9b88b0a50865cd35a642663530282e5143cc
1,439
h
C
Geometry/GEMGeometry/interface/ME0Layer.h
ckamtsikis/cmssw
ea19fe642bb7537cbf58451dcf73aa5fd1b66250
[ "Apache-2.0" ]
852
2015-01-11T21:03:51.000Z
2022-03-25T21:14:00.000Z
Geometry/GEMGeometry/interface/ME0Layer.h
ckamtsikis/cmssw
ea19fe642bb7537cbf58451dcf73aa5fd1b66250
[ "Apache-2.0" ]
30,371
2015-01-02T00:14:40.000Z
2022-03-31T23:26:05.000Z
Geometry/GEMGeometry/interface/ME0Layer.h
ckamtsikis/cmssw
ea19fe642bb7537cbf58451dcf73aa5fd1b66250
[ "Apache-2.0" ]
3,240
2015-01-02T05:53:18.000Z
2022-03-31T17:24:21.000Z
#ifndef Geometry_GEMGeometry_ME0Layer_h #define Geometry_GEMGeometry_ME0Layer_h #include "Geometry/CommonDetUnit/interface/GeomDet.h" #include "DataFormats/MuonDetId/interface/ME0DetId.h" class ME0EtaPartition; class ME0Layer : public GeomDet { public: /// Constructor ME0Layer(ME0DetId id, const ReferenceCountin...
27.150943
78
0.750521
[ "geometry", "vector" ]
264ae295d21f760ca13a7d88a04b8655ff58b8e8
1,582
h
C
core/app-framework/wgl/app/wa-inc/lvgl-compatible/lv_label.h
jxiao1/wasm-micro-runtime
146cb04e004a3c2131d0651da3f513ec6a43d409
[ "Apache-2.0" ]
1
2020-09-10T07:30:21.000Z
2020-09-10T07:30:21.000Z
core/app-framework/wgl/app/wa-inc/lvgl-compatible/lv_label.h
rasata/wasm-micro-runtime
9514b677cfab67f595e48ef40de410c4f1e2b5ea
[ "Apache-2.0" ]
null
null
null
core/app-framework/wgl/app/wa-inc/lvgl-compatible/lv_label.h
rasata/wasm-micro-runtime
9514b677cfab67f595e48ef40de410c4f1e2b5ea
[ "Apache-2.0" ]
1
2020-06-02T04:22:27.000Z
2020-06-02T04:22:27.000Z
/* * Copyright (C) 2019 Intel Corporation. All rights reserved. * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception */ #ifndef WAMR_GRAPHIC_LIBRARY_LABEL_LVGL_COMPATIBLE_H #define WAMR_GRAPHIC_LIBRARY_LABEL_LVGL_COMPATIBLE_H #ifdef __cplusplus extern "C" { #endif #include "../inc/wgl_label.h" /** Long mod...
31.019608
103
0.72756
[ "object" ]
264dd7fd216e876d83c90f81c4096d03af1b9c58
420
h
C
Golem/src/Golem/Render/Objects/Primitives.h
JayMarBu/Golem
f4c5d4615d41b5a6e5a3600b0007ecdd68791eb7
[ "MIT" ]
null
null
null
Golem/src/Golem/Render/Objects/Primitives.h
JayMarBu/Golem
f4c5d4615d41b5a6e5a3600b0007ecdd68791eb7
[ "MIT" ]
null
null
null
Golem/src/Golem/Render/Objects/Primitives.h
JayMarBu/Golem
f4c5d4615d41b5a6e5a3600b0007ecdd68791eb7
[ "MIT" ]
null
null
null
#pragma once #include "Vertex.h" namespace golem { using PrimitiveFunc = std::function<void(std::vector<Vertex>* vertices, std::vector<uint32_t>* indices, glm::vec3 colour)>; namespace Primitives { void Cube(std::vector<Vertex>* vertices, std::vector<uint32_t>* indices, glm::vec3 colour = { 1,1,1 }); void Qua...
30
124
0.695238
[ "vector" ]
26549147b1994d3d3af897f02e4e957739a853dc
98,280
h
C
public/sdk/inc/ntlsa.h
yang235/wrk-v1.2
daeeb598c7bf091b1370e8875626ad0cb3cd1ec0
[ "Intel" ]
209
2018-10-30T15:59:10.000Z
2022-03-31T06:02:48.000Z
public/sdk/inc/ntlsa.h
WindowsExploitation/wrk-v1.2
daeeb598c7bf091b1370e8875626ad0cb3cd1ec0
[ "Intel" ]
2
2019-01-17T04:52:33.000Z
2019-06-11T06:37:43.000Z
public/sdk/inc/ntlsa.h
WindowsExploitation/wrk-v1.2
daeeb598c7bf091b1370e8875626ad0cb3cd1ec0
[ "Intel" ]
66
2018-08-03T11:15:44.000Z
2022-03-31T01:03:03.000Z
/*++ BUILD Version: 0011 // Increment this if a change has global effects Copyright (c) Microsoft Corporation. All rights reserved. You may only use this code if you agree to the terms of the Windows Research Kernel Source Code License agreement (see License.txt). If you do not agree to the terms, do not use the c...
31.309334
132
0.60815
[ "object" ]
2656c6af7d65e08f5b19d2f0c3367356d6b63751
2,714
h
C
include/eddl/hardware/cpu/nn/cpu_nn.h
ilveroluca/eddl
02e37c0dfb674468495f4d0ae3c159de3b2d3cc0
[ "MIT" ]
null
null
null
include/eddl/hardware/cpu/nn/cpu_nn.h
ilveroluca/eddl
02e37c0dfb674468495f4d0ae3c159de3b2d3cc0
[ "MIT" ]
null
null
null
include/eddl/hardware/cpu/nn/cpu_nn.h
ilveroluca/eddl
02e37c0dfb674468495f4d0ae3c159de3b2d3cc0
[ "MIT" ]
null
null
null
/* * EDDL Library - European Distributed Deep Learning Library. * Version: 0.6 * copyright (c) 2020, Universidad Politécnica de Valencia (UPV), PRHLT Research Centre * Date: April 2020 * Author: PRHLT Research Centre, UPV, (rparedes@prhlt.upv.es), (jon@prhlt.upv.es) * All rights reserved */ #ifndef EDDL_CPU_NN_H #def...
31.195402
94
0.744657
[ "vector" ]