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
9f2e5c32706480988a931b7534641b978471b773
4,867
h
C
aws-cpp-sdk-securityhub/include/aws/securityhub/model/AwsEcsTaskDefinitionContainerDefinitionsPortMappingsDetails.h
perfectrecall/aws-sdk-cpp
fb8cbebf2fd62720b65aeff841ad2950e73d8ebd
[ "Apache-2.0" ]
1
2022-02-10T08:06:54.000Z
2022-02-10T08:06:54.000Z
aws-cpp-sdk-securityhub/include/aws/securityhub/model/AwsEcsTaskDefinitionContainerDefinitionsPortMappingsDetails.h
perfectrecall/aws-sdk-cpp
fb8cbebf2fd62720b65aeff841ad2950e73d8ebd
[ "Apache-2.0" ]
1
2022-01-03T23:59:37.000Z
2022-01-03T23:59:37.000Z
aws-cpp-sdk-securityhub/include/aws/securityhub/model/AwsEcsTaskDefinitionContainerDefinitionsPortMappingsDetails.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/securityhub/SecurityHub_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <utility> namespace Aws { namespace Utils { namespace Json { class JsonValue;...
34.51773
153
0.698788
[ "model" ]
9f39f417e6468b953035433539d655e363ad40fa
3,364
h
C
Core/STL/Math/3D/Line3.h
azhirnov/GraphicsGenFramework-modular
348be601f1991f102defa0c99250529f5e44c4d3
[ "BSD-2-Clause" ]
12
2017-12-23T14:24:57.000Z
2020-10-02T19:52:12.000Z
Core/STL/Math/3D/Line3.h
azhirnov/ModularGraphicsFramework
348be601f1991f102defa0c99250529f5e44c4d3
[ "BSD-2-Clause" ]
null
null
null
Core/STL/Math/3D/Line3.h
azhirnov/ModularGraphicsFramework
348be601f1991f102defa0c99250529f5e44c4d3
[ "BSD-2-Clause" ]
null
null
null
// Copyright (c) Zhirnov Andrey. For more information see 'LICENSE.txt' #pragma once #include "MathTypes3D.h" namespace GX_STL { namespace GXMath { // // Line // template <typename T> struct Line3 : public CompileTime::CopyQualifiers< T > { // types public: typedef Line3< T > Self; typedef Vec<T,3> ...
22.577181
110
0.501189
[ "vector" ]
9f3afaf81b3667cd365d08d4404252797d819526
1,603
h
C
unit-test/shared.h
jambolo/Equity
e9f142aec8c5292406b32633fd714c26cf7fd6cd
[ "MIT" ]
null
null
null
unit-test/shared.h
jambolo/Equity
e9f142aec8c5292406b32633fd714c26cf7fd6cd
[ "MIT" ]
null
null
null
unit-test/shared.h
jambolo/Equity
e9f142aec8c5292406b32633fd714c26cf7fd6cd
[ "MIT" ]
null
null
null
#pragma once #if !defined(UNIT_TEST_SHARED_H_INCLUDED) #define UNIT_TEST_SHARED_H_INCLUDED #include <string> #include <vector> std::wstring hashErrorMessage(wchar_t const * test, char const * input, uint8_t const * expected, ...
43.324324
131
0.466625
[ "vector" ]
9f4480feb27bb2d200d277b2e25ccad974299af8
4,192
h
C
src/droneModules/ProaModule.h
Axford/DroneNode
fc839f660edb62b189e7dc750ad6d8482603607e
[ "MIT" ]
null
null
null
src/droneModules/ProaModule.h
Axford/DroneNode
fc839f660edb62b189e7dc750ad6d8482603607e
[ "MIT" ]
null
null
null
src/droneModules/ProaModule.h
Axford/DroneNode
fc839f660edb62b189e7dc750ad6d8482603607e
[ "MIT" ]
null
null
null
/* Proa controller subs * target heading (from nav module) * wind direction (from wind sensor) * cross-track factor (from nav module) * ocean current vector - TODO pubs * heading (course to sail) - fed to rudder * sheet extension (from 0 - close haul to 1 - run) - fed to sheet actuator config (pubs) * polar - saili...
29.314685
146
0.677481
[ "vector" ]
9f455fe43175f2d3927b4f8ebcf2144ea943481f
603
h
C
SimpleTO-DOList/SimpleTO-DOList/Model/User.h
cassianomonteiro/SimpleTO-DOList
62f4ca88b00500e4e120e703a771072b5c7cfb46
[ "MIT" ]
null
null
null
SimpleTO-DOList/SimpleTO-DOList/Model/User.h
cassianomonteiro/SimpleTO-DOList
62f4ca88b00500e4e120e703a771072b5c7cfb46
[ "MIT" ]
null
null
null
SimpleTO-DOList/SimpleTO-DOList/Model/User.h
cassianomonteiro/SimpleTO-DOList
62f4ca88b00500e4e120e703a771072b5c7cfb46
[ "MIT" ]
null
null
null
// // User.h // SimpleTO-DOList // // Created by Cassiano Monteiro on 21/10/16. // Copyright © 2016 Cassiano Monteiro. All rights reserved. // #import <RestKit/RestKit.h> @interface User : NSObject @property (nonatomic, strong) NSNumber *userId; @property (nonatomic, strong) NSString *firebaseKey; /** * Mappin...
19.451613
60
0.72471
[ "object" ]
9f4f95e89f6d3243272967d93c2af834a1178c48
4,333
h
C
include/minter/api/gate/gate_results.h
MinterTeam/cpp-minter-api
91e7ee045dbfcc4a14c16a85603e077f2a1a0874
[ "MIT" ]
null
null
null
include/minter/api/gate/gate_results.h
MinterTeam/cpp-minter-api
91e7ee045dbfcc4a14c16a85603e077f2a1a0874
[ "MIT" ]
null
null
null
include/minter/api/gate/gate_results.h
MinterTeam/cpp-minter-api
91e7ee045dbfcc4a14c16a85603e077f2a1a0874
[ "MIT" ]
null
null
null
#ifndef GEN_GATE_RESULTS #define GEN_GATE_RESULTS // AUTOGENERATED header. DO NOT modify manually. // #include "minter/api/explorer/base.h" #include "minter/api/gate/base.h" #include <minter/address.h> #include <minter/hash.h> #include <minter/minter_tx_config.h> #include <minter/public_key.h> #include <minter/tx/tx_...
36.108333
97
0.738518
[ "vector" ]
9f4f9f26629bf43e7454a156da898ff845c02f8c
1,359
h
C
include/Weapon.h
magyarosipeter/MayhemShot
cf8a6b143813b82e6a2e55b2789c15519d28f331
[ "MIT" ]
1
2021-05-03T12:05:44.000Z
2021-05-03T12:05:44.000Z
include/Weapon.h
magyarosipeter/MayhemShot
cf8a6b143813b82e6a2e55b2789c15519d28f331
[ "MIT" ]
null
null
null
include/Weapon.h
magyarosipeter/MayhemShot
cf8a6b143813b82e6a2e55b2789c15519d28f331
[ "MIT" ]
null
null
null
#pragma once #include <SFML/Graphics.hpp> #include <SFML/Audio.hpp> #include "MoreInfo.h" #include "Projectile.h" #define TEXTURE_WIDTH 100 #define TEXTURE_HEIGHT 60 class Weapon { public: Weapon(); //main function to call void shoot(std::vector<Projectile> &projectiles, float rotation); //setters ...
20.283582
116
0.657101
[ "vector" ]
9f5508c9eaa6a299df622b52fec1f9ff0bce350a
5,540
h
C
ui/win32/console_layout_win32.h
xmil9/ccon
c8dd9fe2d0d9c89bb6cbb53a1cb745234ea3c47a
[ "MIT" ]
null
null
null
ui/win32/console_layout_win32.h
xmil9/ccon
c8dd9fe2d0d9c89bb6cbb53a1cb745234ea3c47a
[ "MIT" ]
null
null
null
ui/win32/console_layout_win32.h
xmil9/ccon
c8dd9fe2d0d9c89bb6cbb53a1cb745234ea3c47a
[ "MIT" ]
null
null
null
// // ccon // // Jul-2019, Michael Lindner // MIT license // #pragma once #ifdef _WIN32 #include "win32_util/geometry.h" #include <cstdint> #include <string> #include <vector> namespace ccon { struct ConsoleContent; } namespace ccon { /////////////////// class ConsoleLayoutWin32 { public: explicit ConsoleLayout...
32.397661
92
0.734838
[ "geometry", "vector" ]
9f56b704169f49e011c9359b9769893342ebef8b
9,013
h
C
deps/libgeos/geos/include/geos/operation/valid/IsValidOp.h
khrushjing/node-gdal-async
6546b0c8690f2db677d5385b40b407523503b314
[ "Apache-2.0" ]
42
2021-03-26T17:34:52.000Z
2022-03-18T14:15:31.000Z
deps/libgeos/geos/include/geos/operation/valid/IsValidOp.h
khrushjing/node-gdal-async
6546b0c8690f2db677d5385b40b407523503b314
[ "Apache-2.0" ]
29
2021-06-03T14:24:01.000Z
2022-03-23T15:43:58.000Z
deps/libgeos/geos/include/geos/operation/valid/IsValidOp.h
khrushjing/node-gdal-async
6546b0c8690f2db677d5385b40b407523503b314
[ "Apache-2.0" ]
8
2021-05-14T19:26:37.000Z
2022-03-21T13:44:42.000Z
/********************************************************************** * * GEOS - Geometry Engine Open Source * http://geos.osgeo.org * * Copyright (C) 2021 Paul Ramsey <pramsey@cleverelephant.ca> * Copyright (C) 2021 Martin Davis * * This is free software; you can redistribute and/or modify it under * the te...
29.168285
103
0.65339
[ "geometry", "model" ]
9f5fea768f92b3c82c3ad03f07bda98e2cac500e
3,984
h
C
Visual Mercutio/zEvent/PSS_ProcessHistoryDatabase.h
Jeanmilost/Visual-Mercutio
f079730005b6ce93d5e184bb7c0893ccced3e3ab
[ "MIT" ]
1
2022-01-31T06:24:24.000Z
2022-01-31T06:24:24.000Z
Visual Mercutio/zEvent/PSS_ProcessHistoryDatabase.h
Jeanmilost/Visual-Mercutio
f079730005b6ce93d5e184bb7c0893ccced3e3ab
[ "MIT" ]
2
2021-04-11T15:50:42.000Z
2021-06-05T08:23:04.000Z
Visual Mercutio/zEvent/PSS_ProcessHistoryDatabase.h
Jeanmilost/Visual-Mercutio
f079730005b6ce93d5e184bb7c0893ccced3e3ab
[ "MIT" ]
2
2021-01-08T00:55:18.000Z
2022-01-31T06:24:18.000Z
/**************************************************************************** * ==> PSS_ProcessHistoryDatabase ------------------------------------------* **************************************************************************** * Description : Provides a process history database * * Devel...
30.412214
95
0.536145
[ "object" ]
9f67a273f491c1445bce6b3d9d54add7e2cbe1bf
720
h
C
src/tests/test_runner.h
clayne/botan
1f16adea08c4c9bf3fb0fbf699d284cb48150898
[ "BSD-2-Clause" ]
1,988
2015-01-04T02:58:16.000Z
2022-03-31T18:03:37.000Z
src/tests/test_runner.h
clayne/botan
1f16adea08c4c9bf3fb0fbf699d284cb48150898
[ "BSD-2-Clause" ]
2,455
2015-01-04T17:53:39.000Z
2022-03-30T18:15:31.000Z
src/tests/test_runner.h
clayne/botan
1f16adea08c4c9bf3fb0fbf699d284cb48150898
[ "BSD-2-Clause" ]
590
2015-01-07T04:05:12.000Z
2022-03-30T20:42:05.000Z
/* * (C) 2017 Jack Lloyd * * Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_TEST_RUNNER_H_ #define BOTAN_TEST_RUNNER_H_ #include <iosfwd> #include <string> #include <vector> #include <memory> namespace Botan_Tests { class Test_Options; class Test_Runner final { public: ...
18
70
0.636111
[ "vector" ]
9f8624817003764bab6f3586aaf323efb5a23f51
6,643
h
C
kernel/msm-4.14/drivers/gpu/drm/msm/sde/sde_fence.h
clovadevice/clockplus2
c347c3e1bf20dbb93ab533c58c2ce11367aa80cd
[ "Apache-2.0" ]
null
null
null
kernel/msm-4.14/drivers/gpu/drm/msm/sde/sde_fence.h
clovadevice/clockplus2
c347c3e1bf20dbb93ab533c58c2ce11367aa80cd
[ "Apache-2.0" ]
null
null
null
kernel/msm-4.14/drivers/gpu/drm/msm/sde/sde_fence.h
clovadevice/clockplus2
c347c3e1bf20dbb93ab533c58c2ce11367aa80cd
[ "Apache-2.0" ]
1
2021-06-29T01:29:23.000Z
2021-06-29T01:29:23.000Z
/* Copyright (c) 2016-2018, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the...
27.22541
79
0.754027
[ "object" ]
9fa211de06ae861721bd28179d4dda41f272581f
7,651
h
C
Data/ProjectSources/sdk/amxx/include/amxx/game_configs.h
Hun1eR/AMXX-Metamod-Project-Templates
915c39082002284eae7ce57c8fe0fdf02cc94d6c
[ "MIT" ]
12
2020-04-26T20:34:16.000Z
2022-02-21T11:18:40.000Z
sdk/amxx/include/amxx/game_configs.h
Hun1eR/IPHub-Client
6fac2ea982a96aa67739f43651d603365fac1401
[ "MIT" ]
null
null
null
sdk/amxx/include/amxx/game_configs.h
Hun1eR/IPHub-Client
6fac2ea982a96aa67739f43651d603365fac1401
[ "MIT" ]
3
2021-01-09T04:07:49.000Z
2021-08-24T15:30:59.000Z
/** * vim: set ts=4 : * ============================================================================= * SourceMod * Copyright (C) 2004-2008 AlliedModders LLC. All rights reserved. * ============================================================================= * * This program is free software; you can redistrib...
28.337037
133
0.645014
[ "vector" ]
9fa91030dfc29d7e2cd3d677dbae05c90c6f937c
10,253
h
C
src/prod/src/Common/LruCacheWaiterList.h
vishnuk007/service-fabric
d0afdea185ae932cc3c9eacf179692e6fddbc630
[ "MIT" ]
2,542
2018-03-14T21:56:12.000Z
2019-05-06T01:18:20.000Z
src/prod/src/Common/LruCacheWaiterList.h
vishnuk007/service-fabric
d0afdea185ae932cc3c9eacf179692e6fddbc630
[ "MIT" ]
994
2019-05-07T02:39:30.000Z
2022-03-31T13:23:04.000Z
src/prod/src/Common/LruCacheWaiterList.h
vishnuk007/service-fabric
d0afdea185ae932cc3c9eacf179692e6fddbc630
[ "MIT" ]
300
2018-03-14T21:57:17.000Z
2019-05-06T20:07:00.000Z
// ------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See License.txt in the repo root for license information. // ------------------------------------------------------------ #pragma once namespace Common...
30.60597
118
0.537111
[ "vector" ]
9fb00fc1df8900856922bd67464b68317402583a
2,861
h
C
src/Kripke/ParallelComm.h
brandonneth/Kripke
9604d8f4e81fd18bf351c2a8578829053addb357
[ "BSD-3-Clause-Clear", "BSD-3-Clause" ]
23
2017-11-03T17:53:56.000Z
2021-10-04T09:55:09.000Z
src/Kripke/ParallelComm.h
brandonneth/Kripke
9604d8f4e81fd18bf351c2a8578829053addb357
[ "BSD-3-Clause-Clear", "BSD-3-Clause" ]
20
2017-11-12T16:35:35.000Z
2022-01-17T13:44:42.000Z
src/Kripke/ParallelComm.h
brandonneth/Kripke
9604d8f4e81fd18bf351c2a8578829053addb357
[ "BSD-3-Clause-Clear", "BSD-3-Clause" ]
29
2017-12-21T23:11:50.000Z
2022-01-11T20:26:24.000Z
// // Copyright (c) 2014-19, Lawrence Livermore National Security, LLC // and Kripke project contributors. See the COPYRIGHT file for details. // // SPDX-License-Identifier: (BSD-3-Clause) // #ifndef KRIPKE_PARALLELCOMM_H__ #define KRIPKE_PARALLELCOMM_H__ #include <Kripke.h> #include <vector> struct Grid_Data; name...
27.509615
99
0.736456
[ "vector" ]
9fb06eb03870564c30ed320bd6b658268a57ae0e
3,003
h
C
thirdparty/toolcursor/vtkROIContourData.h
greydongilmore/tactics
e57008ded07eb798368ccb161d9bf06d9a16f52c
[ "BSD-3-Clause" ]
5
2015-06-02T22:10:36.000Z
2022-01-02T09:26:47.000Z
thirdparty/toolcursor/vtkROIContourData.h
greydongilmore/tactics
e57008ded07eb798368ccb161d9bf06d9a16f52c
[ "BSD-3-Clause" ]
2
2015-06-04T14:52:09.000Z
2015-06-04T18:58:50.000Z
thirdparty/toolcursor/vtkROIContourData.h
greydongilmore/tactics
e57008ded07eb798368ccb161d9bf06d9a16f52c
[ "BSD-3-Clause" ]
3
2015-06-04T15:02:25.000Z
2021-02-02T01:47:56.000Z
/*========================================================================= Program: ToolCursor Module: vtkROIContourData.h Copyright (c) 2010 David Gobbi All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR...
28.875
80
0.698302
[ "geometry", "object" ]
9fba0507f1fd18f8ed0a1387ca94efa4b80fdc89
6,432
h
C
marstd2/CPoly.h
marcel303/marstd2004
8494eae253bea7c740f68458b0084c82c7ce2e0e
[ "MIT" ]
1
2020-05-20T12:31:35.000Z
2020-05-20T12:31:35.000Z
marstd2/CPoly.h
marcel303/marstd2004
8494eae253bea7c740f68458b0084c82c7ce2e0e
[ "MIT" ]
null
null
null
marstd2/CPoly.h
marcel303/marstd2004
8494eae253bea7c740f68458b0084c82c7ce2e0e
[ "MIT" ]
1
2020-05-20T12:31:40.000Z
2020-05-20T12:31:40.000Z
#ifndef __Cpoly_h__ #define __Cpoly_h__ ////////////////////////////////////////////////////////////////////// // MarSTD version 2004 - (c)2004 - Marcel Smit // // // // Marcel_Smit_101@hotmail.com ...
28.210526
149
0.51959
[ "mesh", "geometry", "render", "vector", "transform" ]
1952bf679dacba7bf2af7d62c556a125855452ce
1,709
h
C
GPU Tracking/datatypes.h
shawntabrizi/GPU-Tracking
12632c94c2c5a49954e0dcc701f8771a3128ac76
[ "MIT" ]
null
null
null
GPU Tracking/datatypes.h
shawntabrizi/GPU-Tracking
12632c94c2c5a49954e0dcc701f8771a3128ac76
[ "MIT" ]
null
null
null
GPU Tracking/datatypes.h
shawntabrizi/GPU-Tracking
12632c94c2c5a49954e0dcc701f8771a3128ac76
[ "MIT" ]
null
null
null
//Defines 1d Array Handle for INT typedef struct { int length; int val[1]; //to access value at a row => val[row] } Array1dInt, **Array1dIntHandle; //Defines 1d Array Handle typedef struct { int length; float val[1]; //to access value at a row => val[row] } Array1d, **Array1dHandle; //Defines 2d Array Handle ...
24.414286
65
0.692803
[ "3d" ]
195b3c7e17f6a1859c0d66f6e4fa5eb558f29bb7
11,747
h
C
macros.h
bsuh/node_xslt
dda8a901f2b7d91ad92795a8b0662860b84083cb
[ "Zlib" ]
20
2015-02-24T19:52:45.000Z
2021-05-25T21:13:26.000Z
macros.h
xurliang8/node_xslt
dda8a901f2b7d91ad92795a8b0662860b84083cb
[ "Zlib" ]
9
2015-02-16T12:03:46.000Z
2016-09-29T14:28:19.000Z
macros.h
xurliang8/node_xslt
dda8a901f2b7d91ad92795a8b0662860b84083cb
[ "Zlib" ]
12
2015-02-27T06:55:54.000Z
2018-08-15T10:13:02.000Z
// ----------------------------------------------------------------------------- // Project : K7 - Standard Library for V8 // ----------------------------------------------------------------------------- // Author : Sebastien Pierre <sebastien@type-z.org> // Vi...
48.541322
138
0.506342
[ "object" ]
1975f66a351f35aec9aa9ce9a43f3a5846187a31
5,961
h
C
cpp/open3d/core/hashmap/DeviceHashBackend.h
BlenderGamer/Open3D
8c6a7e74582fe09f3a2295933794bfc16026c21f
[ "MIT" ]
3,673
2019-04-06T05:35:43.000Z
2021-07-27T14:53:14.000Z
cpp/open3d/core/hashmap/DeviceHashBackend.h
BlenderGamer/Open3D
8c6a7e74582fe09f3a2295933794bfc16026c21f
[ "MIT" ]
2,904
2019-04-06T06:51:22.000Z
2021-07-27T13:49:54.000Z
cpp/open3d/core/hashmap/DeviceHashBackend.h
BlenderGamer/Open3D
8c6a7e74582fe09f3a2295933794bfc16026c21f
[ "MIT" ]
1,127
2019-04-06T09:39:17.000Z
2021-07-27T03:06:49.000Z
// ---------------------------------------------------------------------------- // - Open3D: www.open3d.org - // ---------------------------------------------------------------------------- // The MIT License (MIT) // // Copyright (c) 2018-2021 www.open3d.org // // Perm...
37.968153
80
0.646536
[ "vector" ]
1982367cc60829c0ca5c678f894b08ed2ed10795
2,828
h
C
Vishv_GE/Framework/Physics/Inc/Depricated/Particle.h
InFaNsO/Vishv_GameEngine
e721afa899fb8715e52cdd67c2656ba6cce7ffed
[ "MIT" ]
1
2021-12-19T02:06:12.000Z
2021-12-19T02:06:12.000Z
Vishv_GE/Framework/Physics/Inc/Depricated/Particle.h
InFaNsO/Vishv_GameEngine
e721afa899fb8715e52cdd67c2656ba6cce7ffed
[ "MIT" ]
null
null
null
Vishv_GE/Framework/Physics/Inc/Depricated/Particle.h
InFaNsO/Vishv_GameEngine
e721afa899fb8715e52cdd67c2656ba6cce7ffed
[ "MIT" ]
null
null
null
#ifndef INCLUDED_VISHV_PHYSICS_PARTICLE_H #define INCLUDED_VISHV_PHYSICS_PARTICLE_H namespace Vishv::Physics { struct Particle { Math::Vector3 position = Math::Zero; Math::Vector3 latsPosition = Math::Zero; Math::Vector3 acceleration = Math::Zero; float radius = 1.0f; float invMass = 0.0f; float bounce...
29.768421
109
0.684583
[ "object" ]
1988c0ac3bb2b2b3d480e6cccd2311bdc94fc309
4,926
h
C
vldlib/vld.h
tansoft/tan.h
3380b71b1ed4bf21d2da6fc5bbfc7ea6c4a127d1
[ "Apache-2.0" ]
null
null
null
vldlib/vld.h
tansoft/tan.h
3380b71b1ed4bf21d2da6fc5bbfc7ea6c4a127d1
[ "Apache-2.0" ]
null
null
null
vldlib/vld.h
tansoft/tan.h
3380b71b1ed4bf21d2da6fc5bbfc7ea6c4a127d1
[ "Apache-2.0" ]
1
2022-02-15T06:32:42.000Z
2022-02-15T06:32:42.000Z
//////////////////////////////////////////////////////////////////////////////// // $Id: vld.h,v 1.15.2.1 2005/08/03 23:13:47 dmouldin Exp $ // // Visual Leak Detector (Version 1.0) // Copyright (c) 2005 Dan Moulding // // This program is free software; you can redistribute it and/or modify // it under the ...
37.318182
84
0.707877
[ "object" ]
198b848ba77d431e2b36a30516fa5608fd234379
320
h
C
MobaJuiceEngine/Engine/include/render/mesh/Mesh.h
JohnHonkanen/mobajuiceengine
43a6b0311bb4893958535d10f6fd997557825fb8
[ "Unlicense" ]
null
null
null
MobaJuiceEngine/Engine/include/render/mesh/Mesh.h
JohnHonkanen/mobajuiceengine
43a6b0311bb4893958535d10f6fd997557825fb8
[ "Unlicense" ]
null
null
null
MobaJuiceEngine/Engine/include/render/mesh/Mesh.h
JohnHonkanen/mobajuiceengine
43a6b0311bb4893958535d10f6fd997557825fb8
[ "Unlicense" ]
null
null
null
#pragma once #include <GL\glew.h> #include <string> #include <vector> #include "render\Material.h" namespace Engine { class Mesh { public: virtual void Render(Material *material) = 0; virtual std::string GetShader() = 0; virtual std::vector<unsigned int> getID() = 0; virtual Material *GetMaterial() = 0; }; }
22.857143
48
0.69375
[ "mesh", "render", "vector" ]
1996c521372223c8498513482eb02cc3b51b23b8
2,067
h
C
Code/Components/Services/icewrapper/current/iceutils/CommunicatorFactory.h
rtobar/askapsoft
6bae06071d7d24f41abe3f2b7f9ee06cb0a9445e
[ "BSL-1.0", "Apache-2.0", "OpenSSL" ]
1
2020-06-18T08:37:43.000Z
2020-06-18T08:37:43.000Z
Code/Components/Services/icewrapper/current/iceutils/CommunicatorFactory.h
ATNF/askapsoft
d839c052d5c62ad8a511e58cd4b6548491a6006f
[ "BSL-1.0", "Apache-2.0", "OpenSSL" ]
null
null
null
Code/Components/Services/icewrapper/current/iceutils/CommunicatorFactory.h
ATNF/askapsoft
d839c052d5c62ad8a511e58cd4b6548491a6006f
[ "BSL-1.0", "Apache-2.0", "OpenSSL" ]
null
null
null
/// @file CommunicatorFactory.h /// /// @copyright (c) 2010 CSIRO /// Australia Telescope National Facility (ATNF) /// Commonwealth Scientific and Industrial Research Organisation (CSIRO) /// PO Box 76, Epping NSW 1710, Australia /// atnf-enquiries@csiro.au /// /// This file is part of the ASKAP software distribution. ...
30.850746
79
0.711659
[ "object" ]
19a30b60fa5c67728c7448b8455439ba0978ab57
6,520
h
C
Frameworks/CanvasKit/CanvasKit/Models/CKIAssignment.h
gee455/Canvas-iOS
bfb0d8983bd4d10da37a2d4e530265b6790e6a7d
[ "Apache-2.0" ]
2
2018-11-15T16:27:27.000Z
2020-01-23T19:02:58.000Z
Frameworks/CanvasKit/CanvasKit/Models/CKIAssignment.h
gee455/Canvas-iOS
bfb0d8983bd4d10da37a2d4e530265b6790e6a7d
[ "Apache-2.0" ]
null
null
null
Frameworks/CanvasKit/CanvasKit/Models/CKIAssignment.h
gee455/Canvas-iOS
bfb0d8983bd4d10da37a2d4e530265b6790e6a7d
[ "Apache-2.0" ]
null
null
null
// // Copyright (C) 2016-present Instructure, 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...
24.69697
127
0.756595
[ "object" ]
19a63f0024fe65881d2004dea877a141075126b2
2,446
h
C
src/LeapSerial/IDictionary.h
gkontsevich/leapserial
5177569666153bc4e2569bffcd023a21cde5772b
[ "Apache-2.0" ]
17
2016-02-27T00:05:43.000Z
2021-02-28T03:12:22.000Z
src/LeapSerial/IDictionary.h
gkontsevich/leapserial
5177569666153bc4e2569bffcd023a21cde5772b
[ "Apache-2.0" ]
47
2015-10-16T20:34:30.000Z
2017-12-12T20:05:42.000Z
src/LeapSerial/IDictionary.h
gkontsevich/leapserial
5177569666153bc4e2569bffcd023a21cde5772b
[ "Apache-2.0" ]
6
2015-10-16T21:38:56.000Z
2019-08-14T20:48:19.000Z
// Copyright (C) 2012-2018 Leap Motion, Inc. All rights reserved. #pragma once #include <cstddef> namespace leap { struct field_serializer; /// <summary> /// An interface to describe read operations related to a dictionary /// </summary> struct IDictionaryReader { IDictionaryReader(const field_serialize...
29.119048
107
0.652903
[ "object" ]
19b12e5b65cc37da8331ede17997cb27ab85c53c
34,955
h
C
Lib-Core/include/sfz.h
PetorSFZ/sfz_tech
0d4027ad2c2bb444b83e78f009b649478cb97a73
[ "Zlib" ]
2
2020-09-04T16:52:47.000Z
2021-04-21T18:30:25.000Z
Lib-Core/include/sfz.h
PetorSFZ/sfz_tech
0d4027ad2c2bb444b83e78f009b649478cb97a73
[ "Zlib" ]
null
null
null
Lib-Core/include/sfz.h
PetorSFZ/sfz_tech
0d4027ad2c2bb444b83e78f009b649478cb97a73
[ "Zlib" ]
null
null
null
// Copyright (c) Peter Hillerström (skipifzero.com, peter@hstroem.se) // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages // arising from the use of this software. // // Permission is granted to anyone to use this software for ...
45.573664
135
0.621113
[ "vector" ]
19b72899b97c2176cf99d2cbe6fe757bddb6c4bd
39,424
c
C
alf/fuzz/grammar/src/symbol.c
blackberry/ALF
a38f0f6e7f492a85b3c3ed0ee9a036d49cf1266e
[ "Apache-2.0" ]
20
2015-05-19T11:51:44.000Z
2022-03-29T03:04:58.000Z
alf/fuzz/grammar/src/symbol.c
Acidburn0zzz/ALF
a38f0f6e7f492a85b3c3ed0ee9a036d49cf1266e
[ "Apache-2.0" ]
null
null
null
alf/fuzz/grammar/src/symbol.c
Acidburn0zzz/ALF
a38f0f6e7f492a85b3c3ed0ee9a036d49cf1266e
[ "Apache-2.0" ]
9
2015-11-23T01:17:48.000Z
2020-03-04T16:31:37.000Z
/* * Copyright 2014 BlackBerry Limited * * 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 a...
34.281739
182
0.573179
[ "object" ]
19b74e5e649ac88bb5b80919c21bf8dc73ca08ca
3,507
h
C
flatdata-cpp/include/flatdata/Vector.h
gferon/flatdata
8839fb36be105e496fea8acc3fc907ae878dd063
[ "Apache-2.0" ]
140
2018-01-26T21:59:38.000Z
2022-02-17T10:23:29.000Z
flatdata-cpp/include/flatdata/Vector.h
gferon/flatdata
8839fb36be105e496fea8acc3fc907ae878dd063
[ "Apache-2.0" ]
114
2018-01-26T17:49:20.000Z
2021-11-26T13:27:08.000Z
flatdata-cpp/include/flatdata/Vector.h
gferon/flatdata
8839fb36be105e496fea8acc3fc907ae878dd063
[ "Apache-2.0" ]
22
2018-01-26T16:51:24.000Z
2021-04-27T13:32:44.000Z
/** * Copyright (c) 2017 HERE Europe B.V. * See the LICENSE file in the root of this project for license details. */ #pragma once #include "ArrayView.h" #include "internal/Constants.h" #include <type_traits> #include <vector> namespace flatdata { template < typename T > class Vector { public: using ValueType...
20.751479
89
0.630168
[ "vector" ]
19c4e9d279a890d6559bad06b27b573c42ad48c1
4,338
h
C
SRC/element/PFEMElement/PFEMElement2DQuasi.h
steva44/OpenSees
417c3be117992a108c6bbbcf5c9b63806b9362ab
[ "TCL" ]
8
2019-03-05T16:25:10.000Z
2020-04-17T14:12:03.000Z
SRC/element/PFEMElement/PFEMElement2DQuasi.h
steva44/OpenSees
417c3be117992a108c6bbbcf5c9b63806b9362ab
[ "TCL" ]
null
null
null
SRC/element/PFEMElement/PFEMElement2DQuasi.h
steva44/OpenSees
417c3be117992a108c6bbbcf5c9b63806b9362ab
[ "TCL" ]
3
2019-09-21T03:11:11.000Z
2020-01-19T07:29:37.000Z
/* ****************************************************************** ** ** OpenSees - Open System for Earthquake Engineering Simulation ** ** Pacific Earthquake Engineering Research Center ** ** ** ** ...
37.396552
99
0.561319
[ "vector" ]
9fc77634699239238ddee1045e629357249c0c89
7,147
h
C
jellocube-src/vec.h
Zenologos/IDS6938-SimulationTechniques
b3630852b2edb3ec4e176b26f0de56b77b460a2a
[ "Apache-2.0" ]
null
null
null
jellocube-src/vec.h
Zenologos/IDS6938-SimulationTechniques
b3630852b2edb3ec4e176b26f0de56b77b460a2a
[ "Apache-2.0" ]
null
null
null
jellocube-src/vec.h
Zenologos/IDS6938-SimulationTechniques
b3630852b2edb3ec4e176b26f0de56b77b460a2a
[ "Apache-2.0" ]
null
null
null
/**************************************************************** * * * C++ Vector and Matrix Algebra routines * * Author: Jean-Francois DOUE * * Version 3.1 --- October 1993 * * * ****************************************************************/ // // From "Graphics G...
34.52657
77
0.587939
[ "vector", "3d" ]
9fc9debf32d60de97a60d9c9b7f7dda13836a6bd
3,288
h
C
PhysicsTools/NanoAOD/interface/ObjectIndexFromOneToManyQualAssociationProducer.h
cms-pepr/cmssw
bdbd13b412703f8750d044c66ac23d1d723c1165
[ "Apache-2.0" ]
1
2019-12-19T13:43:44.000Z
2019-12-19T13:43:44.000Z
PhysicsTools/NanoAOD/interface/ObjectIndexFromOneToManyQualAssociationProducer.h
cms-pepr/cmssw
bdbd13b412703f8750d044c66ac23d1d723c1165
[ "Apache-2.0" ]
7
2020-02-10T18:55:34.000Z
2022-01-16T20:08:44.000Z
PhysicsTools/NanoAOD/interface/ObjectIndexFromOneToManyQualAssociationProducer.h
cms-pepr/cmssw
bdbd13b412703f8750d044c66ac23d1d723c1165
[ "Apache-2.0" ]
null
null
null
#include "FWCore/Framework/interface/global/EDProducer.h" #include "FWCore/Framework/interface/Event.h" #include "FWCore/ParameterSet/interface/ParameterSet.h" #include "FWCore/ParameterSet/interface/ConfigurationDescriptions.h" #include "FWCore/ParameterSet/interface/ParameterSetDescription.h" #include "DataFormats/Na...
42.701299
112
0.687956
[ "vector" ]
9fd2eee2dc32d48a9d83de23be48f1733e3e470a
10,998
h
C
src/hammer/mapoverlay.h
cstom4994/SourceEngineRebuild
edfd7f8ce8af13e9d23586318350319a2e193c08
[ "MIT" ]
6
2022-01-23T09:40:33.000Z
2022-03-20T20:53:25.000Z
src/hammer/mapoverlay.h
cstom4994/SourceEngineRebuild
edfd7f8ce8af13e9d23586318350319a2e193c08
[ "MIT" ]
null
null
null
src/hammer/mapoverlay.h
cstom4994/SourceEngineRebuild
edfd7f8ce8af13e9d23586318350319a2e193c08
[ "MIT" ]
1
2022-02-06T21:05:23.000Z
2022-02-06T21:05:23.000Z
//========= Copyright � 1996-2005, Valve Corporation, All rights reserved. ============// // // Purpose: // // $NoKeywords: $ //=============================================================================// #ifndef MAPOVERLAY_H #define MAPOVERLAY_H #pragma once #include <afxwin.h> #include "UtlVector.h...
31.155807
135
0.617112
[ "render", "vector", "transform" ]
9fdeb347325086dd8f7e8d788f74abd02b2ae97b
186,298
c
C
Training CD/REC/Rec Studio/win32supp/winuser.c
phoemark2o20/Malware-Analysis-Training
0706a1fd74be666e9ec1de0946afa0d1e161491d
[ "MIT" ]
872
2020-02-19T20:26:46.000Z
2022-03-31T02:32:46.000Z
Training CD/REC/Rec Studio/win32supp/winuser.c
youngyt/Malware-Analysis-Training
0a301951ed82346b39fb9840ecae393e2d60723c
[ "MIT" ]
1
2020-02-23T03:37:16.000Z
2020-03-17T20:05:56.000Z
Training CD/REC/Rec Studio/win32supp/winuser.c
youngyt/Malware-Analysis-Training
0a301951ed82346b39fb9840ecae393e2d60723c
[ "MIT" ]
161
2020-02-19T21:06:31.000Z
2022-03-23T14:49:29.000Z
/**************************************************************************** * * * winuser.h -- USER procedure declarations, constant definitions and macros * * * * Copyri...
21.433272
155
0.682434
[ "vector", "3d" ]
9ff25e157395962b9350392acdad2752616d5b16
2,497
h
C
GlowWormEngine/include/gwRenderer.h
Flugschildkrote/GEII-Robot-Simulation
2756e693fbc5ccba431b21224f9361705207b438
[ "MIT" ]
null
null
null
GlowWormEngine/include/gwRenderer.h
Flugschildkrote/GEII-Robot-Simulation
2756e693fbc5ccba431b21224f9361705207b438
[ "MIT" ]
null
null
null
GlowWormEngine/include/gwRenderer.h
Flugschildkrote/GEII-Robot-Simulation
2756e693fbc5ccba431b21224f9361705207b438
[ "MIT" ]
null
null
null
#ifndef GWRENDERER_H #define GWRENDERER_H #include "gwGlobalHeader.h" namespace gwe { class gwSceneRenderer { public : gwSceneRenderer(gwScene* scene, GW_RENDERER_TYPE renderer_type); virtual ~gwSceneRenderer(void); bool operator<(const gwSceneRenderer &other) { return (mType < other.mType); } flo...
22.495495
85
0.70004
[ "render" ]
b0064ef09555550a6d2631da4a5ff32610553ed4
2,981
h
C
HLT/EVE/AliHLTEveHistoMerger.h
AllaMaevskaya/AliRoot
c53712645bf1c7d5f565b0d3228e3a6b9b09011a
[ "BSD-3-Clause" ]
52
2016-12-11T13:04:01.000Z
2022-03-11T11:49:35.000Z
HLT/EVE/AliHLTEveHistoMerger.h
AllaMaevskaya/AliRoot
c53712645bf1c7d5f565b0d3228e3a6b9b09011a
[ "BSD-3-Clause" ]
1,388
2016-11-01T10:27:36.000Z
2022-03-30T15:26:09.000Z
HLT/EVE/AliHLTEveHistoMerger.h
AllaMaevskaya/AliRoot
c53712645bf1c7d5f565b0d3228e3a6b9b09011a
[ "BSD-3-Clause" ]
275
2016-06-21T20:24:05.000Z
2022-03-31T13:06:19.000Z
// -*- Mode: C++ -*- // $Id$ #ifndef ALIHLTEVEHISTOMERGER_H #define ALIHLTEVEHISTOMERGER_H //* This file is property of and copyright by the ALICE HLT Project * //* ALICE Experiment at CERN, All rights reserved. * //* See cxx source for full Copyright notice ...
28.390476
151
0.707481
[ "vector" ]
b01917164538b1277b701a80d2598f2fd8011343
7,446
c
C
uxmhf/xmhf-uobjs/xc_nwlog/xcnwlog_main.c
superymk/uberxmhf
3cd28bfe565221a6073950de4a8da9b61e10614e
[ "RSA-MD" ]
8
2020-03-19T18:49:02.000Z
2022-03-19T22:00:30.000Z
uxmhf/xmhf-uobjs/xc_nwlog/xcnwlog_main.c
sirmammingtonham/uberxmhf
84b17f1c107e38eed096cd21b264b3e4eb5b1c6e
[ "RSA-MD" ]
3
2020-08-06T16:38:19.000Z
2020-11-13T15:24:50.000Z
uxmhf/xmhf-uobjs/xc_nwlog/xcnwlog_main.c
sirmammingtonham/uberxmhf
84b17f1c107e38eed096cd21b264b3e4eb5b1c6e
[ "RSA-MD" ]
8
2020-02-21T15:06:54.000Z
2021-03-30T14:56:24.000Z
/* * @XMHF_LICENSE_HEADER_START@ * * eXtensible, Modular Hypervisor Framework (XMHF) * Copyright (c) 2009-2012 Carnegie Mellon University * Copyright (c) 2010-2012 VDG Inc. * All Rights Reserved. * * Developed by: XMHF Team * Carnegie Mellon University / CyLab * VDG Inc. * ...
30.641975
103
0.725222
[ "model" ]
b023b92b3049b48b8a055a552faca085665bc701
750
h
C
idcounter.h
Svensational/TrackIt
7dc9d24ce4a7fb7ed79f0f915027316d9b225cb1
[ "MIT" ]
null
null
null
idcounter.h
Svensational/TrackIt
7dc9d24ce4a7fb7ed79f0f915027316d9b225cb1
[ "MIT" ]
null
null
null
idcounter.h
Svensational/TrackIt
7dc9d24ce4a7fb7ed79f0f915027316d9b225cb1
[ "MIT" ]
null
null
null
#ifndef IDCOUNTER_H #define IDCOUNTER_H /// A simple define to make calling the global instance easier @relates IDCounter #define idCounter IDCounter::getGlobalInstance() /// Class managing the unique object IDs /** The class has a global instance and everytime you request a new ID the * counter gets increased. You...
25.862069
81
0.702667
[ "object" ]
e5d5c0a5758feb0a4aaa10cba79826dd4a80376b
5,574
h
C
src/gle/config.h
vlabella/GLE
ff6b424fda75d674c6a9f270ccdade3ab149e24f
[ "BSD-3-Clause" ]
3
2022-03-03T06:48:33.000Z
2022-03-13T21:18:11.000Z
src/gle/config.h
vlabella/GLE
ff6b424fda75d674c6a9f270ccdade3ab149e24f
[ "BSD-3-Clause" ]
1
2022-03-14T13:01:29.000Z
2022-03-14T13:13:23.000Z
src/gle/config.h
vlabella/GLE
ff6b424fda75d674c6a9f270ccdade3ab149e24f
[ "BSD-3-Clause" ]
1
2021-12-21T23:14:06.000Z
2021-12-21T23:14:06.000Z
/************************************************************************ * * * GLE - Graphics Layout Engine <http://www.gle-graphics.org/> * * * * Modified BSD License ...
37.918367
99
0.616972
[ "vector" ]
e5e0fa59bebd16cbb22adad5b7213e62a5c15532
124
h
C
src/paintFullerene.h
RamilKadyrov/fullerene
7667cc050ce93f46b55c482ec8b3d801a09e4a8f
[ "Unlicense" ]
null
null
null
src/paintFullerene.h
RamilKadyrov/fullerene
7667cc050ce93f46b55c482ec8b3d801a09e4a8f
[ "Unlicense" ]
null
null
null
src/paintFullerene.h
RamilKadyrov/fullerene
7667cc050ce93f46b55c482ec8b3d801a09e4a8f
[ "Unlicense" ]
null
null
null
#pragma once #include <vector> #include "fullereneTypes.h" Result paint(const char* outfile, std::vector<Vertex>& graph);
17.714286
62
0.741935
[ "vector" ]
e5ed678a296d2caf6911a7c5aca7f996e253affc
5,627
h
C
framework/render_core/excludeFromBuild/OptiXState.h
Hurleyworks/Ketone
97c0c730a6e3155154a0ccb87a535e109dfa3c7d
[ "Apache-2.0" ]
1
2021-04-01T01:16:33.000Z
2021-04-01T01:16:33.000Z
framework/render_core/excludeFromBuild/OptiXState.h
Hurleyworks/Ketone
97c0c730a6e3155154a0ccb87a535e109dfa3c7d
[ "Apache-2.0" ]
null
null
null
framework/render_core/excludeFromBuild/OptiXState.h
Hurleyworks/Ketone
97c0c730a6e3155154a0ccb87a535e109dfa3c7d
[ "Apache-2.0" ]
null
null
null
// This header file was auto-generated by ClassMate++ // Created: 7 Sep 2020 8:08:36 pm // Copyright (c) 2020, HurleyWorks #pragma once using Eigen::Vector3f; using sabi::Affine3f; using sabi::RenderableNode; using sabi::RenderableWeakRef; const uint32_t RANDOM_MATERIAL_COUNT = 25; struct OptiXEnv; constexpr cudau...
27.44878
86
0.677803
[ "render", "object", "vector" ]
e5f54ae318614438dd88ff88d4f9c4e2e82f4e41
2,248
h
C
bit_table.h
mhdeleglise/PsiTheta
21f4f6553851f218801a733f607426c3dba9ba11
[ "MIT" ]
null
null
null
bit_table.h
mhdeleglise/PsiTheta
21f4f6553851f218801a733f607426c3dba9ba11
[ "MIT" ]
null
null
null
bit_table.h
mhdeleglise/PsiTheta
21f4f6553851f218801a733f607426c3dba9ba11
[ "MIT" ]
null
null
null
// -*- C++ -*- #ifndef bit_table_h #define bit_table_h #include<vector> #include"arith_basic_functions.h" using namespace std; #define WORDSIZE1 63 #define WORDSIZE2 6 //enum count_type{NO_COUNT, COUNT, DYNAMIC}; enum sieve_type{NO_SIEVE, AUTO_SIEVE}; class bit_table { public: void create(long); bit_table() ...
23.175258
69
0.659253
[ "vector" ]
e5fe54eeeb911e6551d27feb5ace1ecc75554011
525
h
C
src/BasicMaterial.h
Shimmen/Prospect
2f4abe1903cfaae1d62b981e6656f480a519f8e2
[ "MIT" ]
4
2018-12-19T08:36:43.000Z
2022-01-11T00:37:57.000Z
src/BasicMaterial.h
Shimmen/Prospect
2f4abe1903cfaae1d62b981e6656f480a519f8e2
[ "MIT" ]
null
null
null
src/BasicMaterial.h
Shimmen/Prospect
2f4abe1903cfaae1d62b981e6656f480a519f8e2
[ "MIT" ]
null
null
null
#pragma once #include "Material.h" #include <glm/glm.hpp> struct BasicMaterial : public Material { BasicMaterial(); ~BasicMaterial() = default; glm::vec3 baseColor; float roughness; float metallic; void ProgramLoaded(GLuint program) override; void BindUniforms(Transform& transform, const Transform& prevTran...
17.5
88
0.784762
[ "transform" ]
e5fea69e293bf62e02f32c8a8a58094e3150056e
4,706
c
C
src/shell.c
aphostrophy/Jesh
70d89bca80d6522fc0927bd900d5734e4b910fcf
[ "MIT" ]
null
null
null
src/shell.c
aphostrophy/Jesh
70d89bca80d6522fc0927bd900d5734e4b910fcf
[ "MIT" ]
null
null
null
src/shell.c
aphostrophy/Jesh
70d89bca80d6522fc0927bd900d5734e4b910fcf
[ "MIT" ]
null
null
null
/***************************************************************************//** @file shell.c @author Jesson Yo @date Tuesday, 1 February 2022 @brief JESH (Jess SHell) *******************************************************************************/ #include <stdlib.h> #inclu...
20.46087
88
0.528049
[ "vector" ]
f9043fd88bea47b423462a0cc67dbbce36cb8d4b
1,103
h
C
ScrapEngine/ScrapEngine/Engine/Rendering/Buffer/UniformBuffer/StandardUniformBuffer/StandardUniformBuffer.h
zann1x-forks/ScrapEngine
3361af20cb60734baf7fa906a5360924f328adad
[ "MIT" ]
null
null
null
ScrapEngine/ScrapEngine/Engine/Rendering/Buffer/UniformBuffer/StandardUniformBuffer/StandardUniformBuffer.h
zann1x-forks/ScrapEngine
3361af20cb60734baf7fa906a5360924f328adad
[ "MIT" ]
null
null
null
ScrapEngine/ScrapEngine/Engine/Rendering/Buffer/UniformBuffer/StandardUniformBuffer/StandardUniformBuffer.h
zann1x-forks/ScrapEngine
3361af20cb60734baf7fa906a5360924f328adad
[ "MIT" ]
null
null
null
#pragma once #include <Engine/Rendering/Buffer/UniformBuffer/BaseUniformBuffer.h> #include <Engine/LogicCore/Math/Transform/STransform.h> #include <Engine/Rendering/Camera/Camera.h> #include <glm/mat4x4.hpp> namespace ScrapEngine { namespace Render { struct UniformBufferObject { glm::mat4 model; glm::mat4...
26.902439
111
0.713509
[ "render", "object", "model", "transform" ]
f906b1696c449d3ecfe42cd044f8e68417503878
1,788
h
C
02_Library/Include/XMCocos2D-v3/3d/C3DActionListener.h
mcodegeeks/OpenKODE-Framework
d4382d781da7f488a0e7667362a89e8e389468dd
[ "MIT" ]
2
2017-08-03T07:15:00.000Z
2018-06-18T10:32:53.000Z
02_Library/Include/XMCocos2D-v3/3d/C3DActionListener.h
mcodegeeks/OpenKODE-Framework
d4382d781da7f488a0e7667362a89e8e389468dd
[ "MIT" ]
null
null
null
02_Library/Include/XMCocos2D-v3/3d/C3DActionListener.h
mcodegeeks/OpenKODE-Framework
d4382d781da7f488a0e7667362a89e8e389468dd
[ "MIT" ]
2
2019-03-04T22:57:42.000Z
2020-03-06T01:32:26.000Z
#ifndef ACTIONLISTENER_H_ #define ACTIONLISTENER_H_ #include <vector> #include <kode.h> namespace cocos3d { class C3DAnimation; class AnimationValue; /** * The runtime interface to represent an Object Listener. */ class ListenerObject { }; typedef void (ListenerObject::*ListenerFunction)(); /** * Interface fo...
17.028571
130
0.641499
[ "object", "vector" ]
f90ca7f24c073a4dbc72a160e990fe9802e8543d
3,740
h
C
NearestNeighbor.h
qroph/motion-solver
4d8600e1df1f18db75ff70ef161c34b530db60fc
[ "MIT" ]
4
2019-02-16T15:37:01.000Z
2020-05-25T21:55:26.000Z
NearestNeighbor.h
qroph/motion-solver
4d8600e1df1f18db75ff70ef161c34b530db60fc
[ "MIT" ]
null
null
null
NearestNeighbor.h
qroph/motion-solver
4d8600e1df1f18db75ff70ef161c34b530db60fc
[ "MIT" ]
1
2020-10-21T07:45:42.000Z
2020-10-21T07:45:42.000Z
/* Copyright (c) 2014 Mika Rantanen 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, distribute, s...
32.807018
79
0.603743
[ "vector" ]
f90e560efeef1c170c16984f109421cd3c191833
1,809
h
C
src/Emulation/GB/Mappers/MBC.h
Redcrafter/nesEmu
4740b11a807ec11bff90606e389d120e827dfd0a
[ "Apache-2.0" ]
21
2020-05-11T13:54:11.000Z
2021-08-22T10:54:49.000Z
src/Emulation/GB/Mappers/MBC.h
Redcrafter/multiEmu
4740b11a807ec11bff90606e389d120e827dfd0a
[ "Apache-2.0" ]
2
2020-07-19T11:06:59.000Z
2021-01-27T23:44:06.000Z
src/Emulation/GB/Mappers/MBC.h
Redcrafter/multiEmu
4740b11a807ec11bff90606e389d120e827dfd0a
[ "Apache-2.0" ]
3
2020-07-12T13:46:22.000Z
2021-01-25T22:29:44.000Z
#pragma once #include <cstdint> #include <vector> #include "../../../saver.h" #include "../../../MemoryMapped.h" #include "../../../md5.h" namespace Gameboy { static bool checkLogo(const uint8_t* rom) { const uint8_t logo[] = { 0xCE, 0xED, 0x66, 0x66, 0xCC, 0x0D, 0x00, 0x0B, 0x03, 0x73, 0x00, 0x83, 0x00, 0x0C, 0x...
25.478873
97
0.64953
[ "vector" ]
f91c4244d6ef1ceaf07c995fe3629c8b0609a8b9
12,887
h
C
test/collision/reducer_vector.h
neboat/cilktools
7065c4f3281f133f2fd1a2e94b83c7326396ef7e
[ "MIT" ]
3
2017-01-30T22:44:33.000Z
2021-03-06T16:37:18.000Z
test/collision/reducer_vector.h
neboat/cilktools
7065c4f3281f133f2fd1a2e94b83c7326396ef7e
[ "MIT" ]
null
null
null
test/collision/reducer_vector.h
neboat/cilktools
7065c4f3281f133f2fd1a2e94b83c7326396ef7e
[ "MIT" ]
5
2015-06-17T14:12:11.000Z
2017-10-19T12:17:19.000Z
// -*- C++ -*- #ifndef REDUCER_VECTOR_H_INCLUDED #define REDUCER_VECTOR_H_INCLUDED #define NDEBUG #include <stdlib.h> #include <cilk/cilk.h> #include <cilk/reducer.h> #include <vector> #include <cassert> // #include <cilksan.h> #include <reducertool.h> // extern "C++" // { // Forward class definition template <clas...
31.663391
133
0.670365
[ "object", "vector" ]
f92837c7f07b4093a045e7701c6c611108757f4e
1,129
h
C
boardObjectBuilder/boardobjectbuilderstrategy.h
dmitryrybakov/battleCity
b6aee9e792c74fc91e7eb1c977df75d6a2b42896
[ "Artistic-2.0" ]
3
2016-11-09T14:30:17.000Z
2016-12-09T20:32:46.000Z
boardObjectBuilder/boardobjectbuilderstrategy.h
rdv0011/battleCity
b6aee9e792c74fc91e7eb1c977df75d6a2b42896
[ "Artistic-2.0" ]
null
null
null
boardObjectBuilder/boardobjectbuilderstrategy.h
rdv0011/battleCity
b6aee9e792c74fc91e7eb1c977df75d6a2b42896
[ "Artistic-2.0" ]
1
2016-10-20T15:14:06.000Z
2016-10-20T15:14:06.000Z
#ifndef BOARDOBJECTBUILDERSTRATEGY_H #define BOARDOBJECTBUILDERSTRATEGY_H #include <QObject> #include <QQmlListProperty> #include <QTextStream> #include <memory> class BoardObject; class GameBoard; // This class declares base interface for builder strategy. class BoardObjectBuilderStrategy : public QObject { Q_OB...
32.257143
85
0.682905
[ "object" ]
f941c4df9fcdec6ead5ac36b2a71bc25fe9671b4
7,778
c
C
conf/ut/glob.c
papan-singh/cortx-motr-1
79351a56dffcb3968db9a6d4fee685a5443ed2f7
[ "Apache-2.0" ]
45
2020-09-25T09:33:23.000Z
2022-02-23T02:54:10.000Z
conf/ut/glob.c
papan-singh/cortx-motr-1
79351a56dffcb3968db9a6d4fee685a5443ed2f7
[ "Apache-2.0" ]
1,057
2020-09-24T15:29:24.000Z
2022-03-31T20:48:17.000Z
conf/ut/glob.c
papan-singh/cortx-motr-1
79351a56dffcb3968db9a6d4fee685a5443ed2f7
[ "Apache-2.0" ]
178
2020-09-24T13:38:26.000Z
2022-03-31T07:50:58.000Z
/* * Copyright (c) 2016-2020 Seagate Technology LLC and/or its Affiliates * * 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 * * Unles...
32.00823
78
0.694266
[ "object" ]
f95183d5d20908eb6dba74e91471b18e7a331cc3
814
h
C
gui/src/Window/GGameView.h
F4r3n/FarenMediaLibrary
3f71054df7178ca79781b101ca2d58cd95a20a43
[ "Apache-2.0" ]
7
2016-09-09T16:43:15.000Z
2021-06-16T22:32:33.000Z
gui/src/Window/GGameView.h
F4r3n/FarenMediaLibrary
3f71054df7178ca79781b101ca2d58cd95a20a43
[ "Apache-2.0" ]
null
null
null
gui/src/Window/GGameView.h
F4r3n/FarenMediaLibrary
3f71054df7178ca79781b101ca2d58cd95a20a43
[ "Apache-2.0" ]
1
2020-01-05T19:22:32.000Z
2020-01-05T19:22:32.000Z
#pragma once #include "Rendering/RenderTexture.h" #include <memory> #include "Core/GameObject.h" #include <vector> #include "GWindow.h" namespace fms { class PickingSystem; } namespace gui { class GGameView : public GWindow { struct CameraPreview { std::weak_ptr<fm::RenderTexture> renderTexture; }; enu...
16.612245
63
0.695332
[ "vector" ]
f9595f42d9bcc125ed19ee690acc352f56771603
6,897
h
C
pow_accel_soc/software/u-boot-socfpga/arch/powerpc/include/asm/immap_8220.h
ajblane/iota_fpga
2ec78e89bf263a84905aba92437da5ec091ab621
[ "MIT" ]
13
2018-05-24T07:02:26.000Z
2021-04-13T12:48:24.000Z
pow_accel_soc/software/u-boot-socfpga/arch/powerpc/include/asm/immap_8220.h
ajblane/iota_fpga
2ec78e89bf263a84905aba92437da5ec091ab621
[ "MIT" ]
1
2021-02-24T05:16:58.000Z
2021-02-24T05:16:58.000Z
pow_accel_soc/software/u-boot-socfpga/arch/powerpc/include/asm/immap_8220.h
ajblane/iota_fpga
2ec78e89bf263a84905aba92437da5ec091ab621
[ "MIT" ]
14
2018-05-08T23:40:47.000Z
2022-02-12T00:12:06.000Z
/* * MPC8220 Internal Memory Map * Copyright (c) 2004 TsiChung Liew (Tsi-Chung.Liew@freescale.com) * * The Internal Memory Map of the 8220. * */ #ifndef __IMMAP_MPC8220__ #define __IMMAP_MPC8220__ /* * System configuration registers. */ typedef struct sys_conf { u16 mbar; /* 0x00 */ u16 r...
27.923077
77
0.481224
[ "vector" ]
c3be969b096809f39f23045efa6336fa18093aad
2,119
c
C
src/stage00.c
gamemasterplc/n64_fsdemo
f7521315a3588891b4d2eb9adbea573ebd0e725c
[ "MIT" ]
3
2021-09-18T23:42:24.000Z
2022-02-19T22:10:14.000Z
src/stage00.c
gamemasterplc/n64_fsdemo
f7521315a3588891b4d2eb9adbea573ebd0e725c
[ "MIT" ]
null
null
null
src/stage00.c
gamemasterplc/n64_fsdemo
f7521315a3588891b4d2eb9adbea573ebd0e725c
[ "MIT" ]
null
null
null
#include <ultra64.h> #include "fs.h" #include "cont.h" #include "gfx.h" #include "arena.h" #define TEX_DATA_SIZE 2048 static u8 *bg_tile_seg; static float scroll_x; static float scroll_y; static float zoom; static void ReadTex() { FSFile file; bg_tile_seg = ROUND_PTR_UP(ArenaGetLo(), 8); //Get memory for backgrou...
24.929412
136
0.700802
[ "render" ]
c3d6a7e78cee1ee4696e057a1ea4e1f91f8e97d8
3,116
h
C
xvledger/xvtransact.h
PaytonWu/top-wasm-demo
ee6fefe4f3ec94701e57488e91faa07b1f999902
[ "MIT" ]
null
null
null
xvledger/xvtransact.h
PaytonWu/top-wasm-demo
ee6fefe4f3ec94701e57488e91faa07b1f999902
[ "MIT" ]
null
null
null
xvledger/xvtransact.h
PaytonWu/top-wasm-demo
ee6fefe4f3ec94701e57488e91faa07b1f999902
[ "MIT" ]
null
null
null
// Copyright (c) 2018-2020 Telos Foundation & contributors // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #pragma once #include "xbase/xdata.h" #include "xbasic/xobject_ptr.h" #include "xvtxindex.h" #include "xvaction.h" name...
41.546667
115
0.596919
[ "object" ]
c3e84cbbeec9626988f8b90f67a174c88632b306
10,120
c
C
src/util/dsp_add4.c
behollis/brlcad-svn-rev65072-gsoc2015
c2e49d80e0776ea6da4358a345a04f56e0088b90
[ "BSD-4-Clause", "BSD-3-Clause" ]
null
null
null
src/util/dsp_add4.c
behollis/brlcad-svn-rev65072-gsoc2015
c2e49d80e0776ea6da4358a345a04f56e0088b90
[ "BSD-4-Clause", "BSD-3-Clause" ]
null
null
null
src/util/dsp_add4.c
behollis/brlcad-svn-rev65072-gsoc2015
c2e49d80e0776ea6da4358a345a04f56e0088b90
[ "BSD-4-Clause", "BSD-3-Clause" ]
null
null
null
/* D S P _ A D D . C * BRL-CAD * * Copyright (c) 2004-2014 United States Government as represented by * the U.S. Army Research Laboratory. * * This program 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...
25.049505
98
0.610474
[ "cad" ]
c3f5e5d233aa7f4c545de64808a48f902c2530f2
8,864
h
C
src/gl_graphics.h
neo-bolea/timen
5e49caf8e0c9300d883ff3db9e878e4f82886af0
[ "MIT" ]
null
null
null
src/gl_graphics.h
neo-bolea/timen
5e49caf8e0c9300d883ff3db9e878e4f82886af0
[ "MIT" ]
null
null
null
src/gl_graphics.h
neo-bolea/timen
5e49caf8e0c9300d883ff3db9e878e4f82886af0
[ "MIT" ]
null
null
null
#include "glad/glad.h" #include "glad/glad_wgl.h" #include "cc_gl.h" global uint MSRenderBuf, MSColorTex, MSFrameBuf; global uint IntermTex, IntermFrameBuf; internal void UpdateFramebuffers(uint ScreenWidth, uint ScreenHeight) { if(!ScreenWidth || !ScreenHeight) { return; } if(MSFrameBuf) { glDeleteRenderbu...
25.842566
114
0.753497
[ "render" ]
c3f7b65e59a2a7d08c6de0545568608bef60e048
5,224
h
C
holdem/src/LYHandStrength.h
caiqingfeng/libpoker
a2c60884fc5c8e31455fb39e432c49e0df55956b
[ "Apache-2.0" ]
1
2021-04-20T06:22:30.000Z
2021-04-20T06:22:30.000Z
holdem/src/LYHandStrength.h
caiqingfeng/libpoker
a2c60884fc5c8e31455fb39e432c49e0df55956b
[ "Apache-2.0" ]
null
null
null
holdem/src/LYHandStrength.h
caiqingfeng/libpoker
a2c60884fc5c8e31455fb39e432c49e0df55956b
[ "Apache-2.0" ]
2
2020-10-29T08:21:22.000Z
2020-12-02T06:40:18.000Z
/* * LYHandStrength.h * * Created on: 2013-3-22 * Author: caiqingfeng */ #ifndef LYHANDSTRENGTH_H_ #define LYHANDSTRENGTH_H_ #include <vector> #include <memory> #include "poker/src/LYPokerConstants.h" #include "LYHoldemConstants.h" #include "poker/src/LYCard.h" #include "LYHoldemAlgorithmDelegate.h" /* ...
28.086022
114
0.658882
[ "vector" ]
c3fb9907d1e2820f2b82bd5854ad6d47cfaf76cc
8,572
h
C
src/KPartialSums.h
dfarisphd/kPartialSums
a14612de27d7748c2f5ff7cb919a2461d942c745
[ "BSD-2-Clause" ]
null
null
null
src/KPartialSums.h
dfarisphd/kPartialSums
a14612de27d7748c2f5ff7cb919a2461d942c745
[ "BSD-2-Clause" ]
null
null
null
src/KPartialSums.h
dfarisphd/kPartialSums
a14612de27d7748c2f5ff7cb919a2461d942c745
[ "BSD-2-Clause" ]
null
null
null
#ifndef K_PARTIAL_SUMS_FUNC_TEMPLATE_H_ #define K_PARTIAL_SUMS_FUNC_TEMPLATE_H_ //==+====1====+====2====+====3====+====4====+====5====+====6====+====7====+====8 // // FILE-NAME: [["KPartialSums.h"]] // // PROVIDES: // // template< typename T , size_t N , typename S > // size_t // kPartialSums ( // const...
41.211538
80
0.633341
[ "vector" ]
c3ff811f686d1c86bb7c34b7cf910a0b2e42a293
689
h
C
aws-cpp-sdk-quicksight/include/aws/quicksight/model/AssignmentStatus.h
lintonv/aws-sdk-cpp
15e19c265ffce19d2046b18aa1b7307fc5377e58
[ "Apache-2.0" ]
1
2022-02-12T08:09:30.000Z
2022-02-12T08:09:30.000Z
aws-cpp-sdk-quicksight/include/aws/quicksight/model/AssignmentStatus.h
lintonv/aws-sdk-cpp
15e19c265ffce19d2046b18aa1b7307fc5377e58
[ "Apache-2.0" ]
1
2022-01-03T23:59:37.000Z
2022-01-03T23:59:37.000Z
aws-cpp-sdk-quicksight/include/aws/quicksight/model/AssignmentStatus.h
ravindra-wagh/aws-sdk-cpp
7d5ff01b3c3b872f31ca98fb4ce868cd01e97696
[ "Apache-2.0" ]
1
2021-11-09T11:58:03.000Z
2021-11-09T11:58:03.000Z
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/quicksight/QuickSight_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> namespace Aws { namespace QuickSight { namespace Model { enum class AssignmentStatus {...
20.878788
88
0.761974
[ "model" ]
7f03d9470fd17360017a5bcb47ee1c4504ec2515
8,597
c
C
lib/codegen/cg_fun.c
ligangwang/m
8a470441305689f4107c1c8b54276ef8910609c5
[ "MIT" ]
9
2020-01-25T05:27:46.000Z
2022-01-24T02:40:50.000Z
lib/codegen/cg_fun.c
ligangwang/m
8a470441305689f4107c1c8b54276ef8910609c5
[ "MIT" ]
1
2020-06-01T00:06:12.000Z
2020-06-01T00:06:12.000Z
lib/codegen/cg_fun.c
ligangwang/m
8a470441305689f4107c1c8b54276ef8910609c5
[ "MIT" ]
1
2020-05-08T05:19:13.000Z
2020-05-08T05:19:13.000Z
/* * Copyright (C) 2021 Ligang Wang <ligangwangs@gmail.com> * * LLVM IR Code Generation for functions */ #include <assert.h> #include "clib/array.h" #include "clib/object.h" #include "clib/util.h" #include "codegen/abi_arg_info.h" #include "codegen/cg_fun.h" #include "codegen/codegen.h" #include "codegen/fun_info....
41.531401
113
0.626963
[ "object" ]
7f0ae747abe3d2a49ea23a346e57e91c4cae0822
2,016
h
C
include/utility.h
xuebingwu/PKA
45f8d808cc36879d5da91213bc9902cd45f86b07
[ "MIT" ]
9
2017-01-26T15:50:52.000Z
2020-09-01T08:27:00.000Z
include/utility.h
xuebingwu/PKA
45f8d808cc36879d5da91213bc9902cd45f86b07
[ "MIT" ]
4
2017-07-18T21:17:45.000Z
2020-09-17T02:54:52.000Z
include/utility.h
xuebingwu/PKA
45f8d808cc36879d5da91213bc9902cd45f86b07
[ "MIT" ]
3
2018-05-13T08:01:25.000Z
2020-01-07T14:10:57.000Z
#ifndef __UTILITY_H__ #define __UTILITY_H__ #include <string> #include <vector> #include <set> #include <sstream> #include <iomanip> // setprecision #include <boost/algorithm/string.hpp> using namespace std; string combine_spaces(string str,char ch=' '); // generate a random string of letters and numbers of cert...
25.846154
95
0.674107
[ "vector" ]
7f0fee1fc4c6a59a329e578c802d2b92f8ac44c0
150,048
c
C
src/test/graphics/state.c
PSP-Archive/System-Interface-Library
42bfd5b1f0e767215010365894cfa9598915ea55
[ "X11" ]
null
null
null
src/test/graphics/state.c
PSP-Archive/System-Interface-Library
42bfd5b1f0e767215010365894cfa9598915ea55
[ "X11" ]
null
null
null
src/test/graphics/state.c
PSP-Archive/System-Interface-Library
42bfd5b1f0e767215010365894cfa9598915ea55
[ "X11" ]
null
null
null
/* * System Interface Library for games * Copyright (c) 2007-2020 Andrew Church <achurch@achurch.org> * Released under the GNU GPL version 3 or later; NO WARRANTY is provided. * See the file COPYING.txt for details. * * src/test/graphics/state.c: Tests for graphics render state management. */ #include "src/base...
39.115746
81
0.560781
[ "render", "object", "model" ]
b212a9bb8eda01ba7e5c709d265368f9e5594faf
46,439
c
C
netbsdsrc/sys/arch/pmax/dev/rz.c
tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective
1b0172cdb78757fd17898503aaf6ce03d940ef28
[ "Apache-1.1" ]
46
2015-12-04T17:12:58.000Z
2022-03-11T04:30:49.000Z
netbsdsrc/sys/arch/pmax/dev/rz.c
tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective
1b0172cdb78757fd17898503aaf6ce03d940ef28
[ "Apache-1.1" ]
null
null
null
netbsdsrc/sys/arch/pmax/dev/rz.c
tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective
1b0172cdb78757fd17898503aaf6ce03d940ef28
[ "Apache-1.1" ]
23
2016-10-24T09:18:14.000Z
2022-02-25T02:11:35.000Z
/* $NetBSD: rz.c,v 1.28.4.4 1997/11/13 08:12:59 mellon Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Van Jacobson of Lawrence Berkeley Laboratory and Ralph Campbell. * * Redistributi...
27.125584
82
0.644975
[ "geometry" ]
b216565740d7a87c1b1c1e363b14ff24eacef7a0
418
c
C
src/main.c
uthree/sapphire
04d8ed034f7be7cd8810d7640256b44f61185289
[ "MIT" ]
3
2021-01-05T01:30:31.000Z
2021-01-05T11:07:43.000Z
src/main.c
uthree/sapphire
04d8ed034f7be7cd8810d7640256b44f61185289
[ "MIT" ]
null
null
null
src/main.c
uthree/sapphire
04d8ed034f7be7cd8810d7640256b44f61185289
[ "MIT" ]
null
null
null
# include <stdio.h> # include "ast.h" AST_node AST_ROOT; # include "parser.tab.c" # include "object.c" # include "identifier.c" int main(int argc, char const *argv[]) { extern int yyparse(void); extern FILE *yyin; yyin = fopen(argv[1], "r"); if (yyparse()) { fprintf(stderr, "\nerror \n"); ...
16.72
40
0.569378
[ "object" ]
b21f7fba92090e2ae5bac3fa9a81ca153b1f8630
3,010
h
C
src/graph-lib/homology/_Perseus/Cells/Point.h
mitxael/SSHIVA
2cdcadb2ba49cc47d0860b88378e11a67b2cb8ed
[ "MIT" ]
1
2018-04-12T11:19:50.000Z
2018-04-12T11:19:50.000Z
src/graph-lib/homology/_Perseus/Cells/Point.h
mitxael/SSHIVA
2cdcadb2ba49cc47d0860b88378e11a67b2cb8ed
[ "MIT" ]
null
null
null
src/graph-lib/homology/_Perseus/Cells/Point.h
mitxael/SSHIVA
2cdcadb2ba49cc47d0860b88378e11a67b2cb8ed
[ "MIT" ]
null
null
null
/* * Point.h * * Created on: Jul 15, 2010 * Author: administrtor */ #ifndef POINT_H_ #define POINT_H_ #include <vector> #include <cmath> // for random hashing #include <cstdlib> #include <ctime> #include "../Global/Global.h" // choose how to order points when (for instance) building simplices... // set t...
25.083333
88
0.652824
[ "vector" ]
b224429daeefc11b5d4435dc7f429ddf744ff103
312
h
C
Engine/Source/Core/Components/MeshRenderer.h
olekolek1000/Fractal_Engine
1aa42e54c42fe834e4e28baac6ecab3283448660
[ "MIT" ]
150
2021-04-12T05:25:07.000Z
2022-03-31T21:23:51.000Z
Engine/Source/Core/Components/MeshRenderer.h
olekolek1000/Fractal_Engine
1aa42e54c42fe834e4e28baac6ecab3283448660
[ "MIT" ]
17
2021-06-04T20:49:15.000Z
2022-03-04T09:09:43.000Z
Engine/Source/Core/Components/MeshRenderer.h
olekolek1000/Fractal_Engine
1aa42e54c42fe834e4e28baac6ecab3283448660
[ "MIT" ]
19
2021-04-25T21:43:15.000Z
2022-03-05T12:29:32.000Z
#pragma once #include "Core/Resource/Resource.h" #include "Scene/BaseComponent.h" using namespace fr; struct MeshRenderer : public ECS::BaseComponent { ~MeshRenderer() = default; MeshRenderer(std::string name="CUBE"): Name(name) { Mesh = Resource.GetMesh(Name); } GLMesh Mesh; std::string Name; };
16.421053
52
0.711538
[ "mesh" ]
b22b98e244c09cbf977a5a74fb5a70aca088b7ce
3,378
h
C
Engine/app/scriptbind/autogen/scriptbind_Application_register.h
BikkyS/DreamEngine
47da4e22c65188c72f44591f6a96505d8ba5f5f3
[ "MIT" ]
26
2015-01-15T12:57:40.000Z
2022-02-16T10:07:12.000Z
Engine/app/scriptbind/autogen/scriptbind_Application_register.h
BikkyS/DreamEngine
47da4e22c65188c72f44591f6a96505d8ba5f5f3
[ "MIT" ]
null
null
null
Engine/app/scriptbind/autogen/scriptbind_Application_register.h
BikkyS/DreamEngine
47da4e22c65188c72f44591f6a96505d8ba5f5f3
[ "MIT" ]
17
2015-02-18T07:51:31.000Z
2020-06-01T01:10:12.000Z
/**************************************************************************** Copyright (c) 2011-2013,WebJet Business Division,CYOU http://www.genesis-3d.com.cn 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...
52.78125
143
0.687981
[ "3d" ]
b23bd6c04fa4cb039e31fddf6257bbbf5e14bbd9
772
h
C
include/kernels/cpu/strided_slice.h
ViewFaceCore/TenniS
c1d21a71c1cd025ddbbe29924c8b3296b3520fc0
[ "BSD-2-Clause" ]
null
null
null
include/kernels/cpu/strided_slice.h
ViewFaceCore/TenniS
c1d21a71c1cd025ddbbe29924c8b3296b3520fc0
[ "BSD-2-Clause" ]
null
null
null
include/kernels/cpu/strided_slice.h
ViewFaceCore/TenniS
c1d21a71c1cd025ddbbe29924c8b3296b3520fc0
[ "BSD-2-Clause" ]
null
null
null
// // Created by kier on 2019/4/8. // #ifndef TENSORSTACK_KERNELS_CPU_STRIDED_SLICE_H #define TENSORSTACK_KERNELS_CPU_STRIDED_SLICE_H #include "operator_on_cpu.h" #include "backend/base/base_strided_slice.h" namespace ts { namespace cpu { class StridedSlice : public OperatorOnCPU<base::StridedSlice> { ...
25.733333
71
0.606218
[ "vector" ]
b24f421238fc9653ef0fd7187eda23f78ff45df4
3,176
h
C
risc0/zkp/verify/merkle.h
risc0/risc0
2e8a4959a4b4247a1d4b35678af20ab184317931
[ "Apache-2.0" ]
64
2022-03-15T20:38:18.000Z
2022-03-30T14:30:18.000Z
risc0/zkp/verify/merkle.h
risc0/risc0
2e8a4959a4b4247a1d4b35678af20ab184317931
[ "Apache-2.0" ]
5
2022-03-21T20:01:05.000Z
2022-03-31T23:45:44.000Z
risc0/zkp/verify/merkle.h
risc0/risc0
2e8a4959a4b4247a1d4b35678af20ab184317931
[ "Apache-2.0" ]
4
2022-03-15T22:08:18.000Z
2022-03-22T00:31:47.000Z
// Copyright 2022 Risc0, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
40.717949
100
0.739924
[ "vector" ]
b24fd4ab121ec3dc9ea3140af91e1022c5dfe59f
6,713
h
C
StarChicken/src/graphics/VkUtil.h
Drillgon200/StarChicken
8a3932f3d0092a9a9e0fdc65e58e63d1021f5229
[ "Unlicense" ]
2
2021-12-13T09:43:32.000Z
2022-03-02T04:16:34.000Z
StarChicken/src/graphics/VkUtil.h
Drillgon200/StarChicken
8a3932f3d0092a9a9e0fdc65e58e63d1021f5229
[ "Unlicense" ]
null
null
null
StarChicken/src/graphics/VkUtil.h
Drillgon200/StarChicken
8a3932f3d0092a9a9e0fdc65e58e63d1021f5229
[ "Unlicense" ]
null
null
null
#pragma once #include <vulkan/vulkan.h> #include <iostream> #include <fstream> #include <vector> #include <optional> #include <assert.h> #define VKU_CHECK_RESULT(result, error) if(result != VK_SUCCESS){\ throw std::runtime_error(error);\ }assert(true) #define DESCRIPTOR_DEFAULT_SIZE 32 #define NUM_FRAME_DATA 2 nam...
37.926554
356
0.818263
[ "vector" ]
b2598739f2dbb209b6a2ae9b527e900cb7644016
2,800
h
C
generated-sources/cpp-qt5-qhttpengine-server/mojang-api/server/src/requests/com.github.asyncmc.mojang.api.cpp.qt5.qhttpengine.server.api/OAISkinOperationsApiRequest.h
AsyncMC/Mojang-API-Libs
b01bbd2bce44bfa2b9ed705a128cf4ecda077916
[ "Apache-2.0" ]
null
null
null
generated-sources/cpp-qt5-qhttpengine-server/mojang-api/server/src/requests/com.github.asyncmc.mojang.api.cpp.qt5.qhttpengine.server.api/OAISkinOperationsApiRequest.h
AsyncMC/Mojang-API-Libs
b01bbd2bce44bfa2b9ed705a128cf4ecda077916
[ "Apache-2.0" ]
null
null
null
generated-sources/cpp-qt5-qhttpengine-server/mojang-api/server/src/requests/com.github.asyncmc.mojang.api.cpp.qt5.qhttpengine.server.api/OAISkinOperationsApiRequest.h
AsyncMC/Mojang-API-Libs
b01bbd2bce44bfa2b9ed705a128cf4ecda077916
[ "Apache-2.0" ]
null
null
null
/** * Mojang API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * OpenAPI spec version: 2020-06-05 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the ...
31.460674
109
0.756786
[ "model" ]
b25b84f1ee1d03e07d6199e4ad3fd8b22a799a6f
26,439
h
C
json.h
mjansson/json
90d69addebe268b7cee74dbb7b0696f64e60b50f
[ "Unlicense" ]
25
2019-10-18T05:36:36.000Z
2022-03-30T18:11:39.000Z
json.h
rampantpixels/json
90d69addebe268b7cee74dbb7b0696f64e60b50f
[ "Unlicense" ]
1
2021-04-30T22:28:20.000Z
2021-05-08T20:27:09.000Z
json.h
rampantpixels/json_lib
90d69addebe268b7cee74dbb7b0696f64e60b50f
[ "Unlicense" ]
3
2017-07-12T10:36:05.000Z
2019-03-15T17:45:16.000Z
/* json.h - JSON/SJSON parser - Public Domain * * This library provides a in-place JSON/SJSON parser in C99. * The latest source code is always available at: * * https://github.com/mjansson/json * * This library is put in the public domain; you can redistribute * it and/or modify it without any restrictions...
31.251773
192
0.653353
[ "object" ]
b2693bd4aee32d0b8b8c50b472c0dcd72cdd37ce
2,888
h
C
ROBOT_MAIN/DataProvider.h
sjentzsch/intel-iot-robotino
edd7340b739456a96eaf839809c68f17031a0aa1
[ "MIT" ]
null
null
null
ROBOT_MAIN/DataProvider.h
sjentzsch/intel-iot-robotino
edd7340b739456a96eaf839809c68f17031a0aa1
[ "MIT" ]
null
null
null
ROBOT_MAIN/DataProvider.h
sjentzsch/intel-iot-robotino
edd7340b739456a96eaf839809c68f17031a0aa1
[ "MIT" ]
null
null
null
// // DataProvider.h // // Authors: // Sören Jentzsch <soren.jentzsch@gmail.com> // // Copyright (c) 2014 Sören Jentzsch // // 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...
32.818182
81
0.777355
[ "vector" ]
b26ad6856b00c29eb8cc3a7345539b1cfcf997ae
35,547
h
C
examples/armagetronad-0.2.8.3.3/src/network/nNetwork.h
bennofs/autoconf2nix
20d08db42f4eafbd8bc1d463e309ef735ba3cd31
[ "BSD-3-Clause" ]
1
2020-02-25T13:10:43.000Z
2020-02-25T13:10:43.000Z
examples/armagetronad-0.2.8.3.3/src/network/nNetwork.h
bennofs/autoconf2nix
20d08db42f4eafbd8bc1d463e309ef735ba3cd31
[ "BSD-3-Clause" ]
null
null
null
examples/armagetronad-0.2.8.3.3/src/network/nNetwork.h
bennofs/autoconf2nix
20d08db42f4eafbd8bc1d463e309ef735ba3cd31
[ "BSD-3-Clause" ]
null
null
null
/* ************************************************************************* ArmageTron -- Just another Tron Lightcycle Game in 3D. Copyright (C) 2000 Manuel Moos (manuel@moosnet.de) ************************************************************************** This program is free software; you can redistribute it an...
33.598299
189
0.579543
[ "object", "3d" ]
b26ee8124549cccc92e45eda62e5fd8604dee548
1,120
h
C
Source/Shape/Mesh.h
league1991/Voxel-Cone-Tracing
25e3409301824b0efa4c71e11844b606e4928d4d
[ "MIT" ]
8
2018-02-07T10:03:32.000Z
2020-08-06T04:25:09.000Z
Source/Shape/Mesh.h
league1991/Voxel-Cone-Tracing
25e3409301824b0efa4c71e11844b606e4928d4d
[ "MIT" ]
1
2020-01-02T09:12:25.000Z
2020-01-02T09:12:25.000Z
Source/Shape/Mesh.h
league1991/Voxel-Cone-Tracing
25e3409301824b0efa4c71e11844b606e4928d4d
[ "MIT" ]
1
2018-04-03T18:14:25.000Z
2018-04-03T18:14:25.000Z
#pragma once #include <vector> #include <algorithm> #include "VertexData.h" /// <summary> Represents a basic mesh with OpenGL related attributes (vertex data, indices), /// and variables (VAO, VAO, and EBO identifiers). </summary> class Mesh { public: /// <summary> If the mesh is static, i.e. does not change over ...
26.046512
121
0.645536
[ "mesh", "object", "vector" ]
b2755fd1bcfe3df7eaa8581222a2fe60b20b2eab
1,136
h
C
Game/Source/SceneTitle.h
Osvak/PlatformerGame
e7fb89a58cfc33efcf0d62b1eccf0855fcfd251c
[ "MIT" ]
1
2020-10-05T11:42:08.000Z
2020-10-05T11:42:08.000Z
Game/Source/SceneTitle.h
Osvak/PlatformerGame
e7fb89a58cfc33efcf0d62b1eccf0855fcfd251c
[ "MIT" ]
null
null
null
Game/Source/SceneTitle.h
Osvak/PlatformerGame
e7fb89a58cfc33efcf0d62b1eccf0855fcfd251c
[ "MIT" ]
null
null
null
#ifndef __SCENETITLE_H__ #define __SCENETITLE_H__ #include "Scene.h" #define BLINK_TIME 35 class Input; class Render; class Textures; class AudioManager; class EntityManager; class Fonts; class Map; class GUIButton; struct SDL_Texture; class SceneTitle : public Scene { public: // Constructor SceneTitle(Input...
16.955224
129
0.75
[ "render" ]
b27c163c128186b3c7f244589a1036bc143f98b7
3,569
h
C
ref/src/Chapter09/RecognizeIt v3.0 (with jitter)/CController.h
kugao222/geneticAlgorithmInLua
9bfd2a443f9492759027791a2b2b41b9467241b2
[ "MIT" ]
null
null
null
ref/src/Chapter09/RecognizeIt v3.0 (with jitter)/CController.h
kugao222/geneticAlgorithmInLua
9bfd2a443f9492759027791a2b2b41b9467241b2
[ "MIT" ]
null
null
null
ref/src/Chapter09/RecognizeIt v3.0 (with jitter)/CController.h
kugao222/geneticAlgorithmInLua
9bfd2a443f9492759027791a2b2b41b9467241b2
[ "MIT" ]
null
null
null
#ifndef CController_H #define CController_H //turn off the warnings for the STL #pragma warning (disable : 4786) //------------------------------------------------------------------------ // // Name: CController.h // // Author: Mat Buckland 2002 // // Desc: controller class for the RecognizeIt mouse gesture recogni...
25.312057
75
0.664892
[ "render", "vector" ]
b27c86c8446cc13aa4071fa885d66919bbef480a
506
h
C
include/dijkstra.h
dfsp-spirit/gproshan
6ed788d952220fab7f808aec05da2ce990d45df0
[ "MIT" ]
53
2019-01-17T10:07:04.000Z
2022-03-18T09:27:40.000Z
include/dijkstra.h
dfsp-spirit/gproshan
6ed788d952220fab7f808aec05da2ce990d45df0
[ "MIT" ]
12
2019-03-11T09:45:31.000Z
2021-03-07T22:43:54.000Z
include/dijkstra.h
dfsp-spirit/gproshan
6ed788d952220fab7f808aec05da2ce990d45df0
[ "MIT" ]
9
2018-11-08T14:47:26.000Z
2021-12-17T13:08:33.000Z
#ifndef DIJKSTRA_H #define DIJKSTRA_H #include "che.h" // geometry processing and shape analysis framework namespace gproshan { class dijkstra { private: distance_t * weights; index_t * predecessors; size_t n_vertices; index_t source; public: dijkstra(che * shape, index_t src); ~dijkstra(); distan...
14.457143
51
0.695652
[ "geometry", "shape" ]
b2811606f473aee84e652468ec5cb96905c474c6
1,039
h
C
tesla/net/backend/PollBackend.h
liuheng/tesla
da406aa9744618314a3dab99d8eb698b32234cbd
[ "MIT" ]
null
null
null
tesla/net/backend/PollBackend.h
liuheng/tesla
da406aa9744618314a3dab99d8eb698b32234cbd
[ "MIT" ]
null
null
null
tesla/net/backend/PollBackend.h
liuheng/tesla
da406aa9744618314a3dab99d8eb698b32234cbd
[ "MIT" ]
null
null
null
/* * * Author: * Thomas Liu * Date: * 4/17/2014 * Description: * * * * Licensed under the Apache License, Version 2.0 * */ #ifndef TESLA_NET_BACKEND_POLLBACKEND_H #define TESLA_NET_BACKEND_POLLBACKEND_H #include <tesla/net/Backend.h> #include <map> #include <vector> struct pollfd; namespace tes...
17.032787
83
0.688162
[ "vector" ]
b2831fc57eb2ef01ad7999edd0a2a84ca88e9150
2,116
h
C
catkin_ws/src/srrg2_solver/srrg2_solver/src/srrg_solver/solver_core/iteration_algorithm_base.h
laaners/progetto-labiagi_pick_e_delivery
3453bfbc1dd7562c78ba06c0f79b069b0a952c0e
[ "MIT" ]
null
null
null
catkin_ws/src/srrg2_solver/srrg2_solver/src/srrg_solver/solver_core/iteration_algorithm_base.h
laaners/progetto-labiagi_pick_e_delivery
3453bfbc1dd7562c78ba06c0f79b069b0a952c0e
[ "MIT" ]
null
null
null
catkin_ws/src/srrg2_solver/srrg2_solver/src/srrg_solver/solver_core/iteration_algorithm_base.h
laaners/progetto-labiagi_pick_e_delivery
3453bfbc1dd7562c78ba06c0f79b069b0a952c0e
[ "MIT" ]
null
null
null
#pragma once #include <srrg_config/configurable.h> #include "solver_stats.h" namespace srrg2_solver { using namespace srrg2_core; class Solver; /*! @brief Interface for an iteration algorithm, you just need to override the oneRound() method which specify how to perform an iteration. The rest of the metho...
34.688525
88
0.687146
[ "vector" ]
b297622ac24b3c2273eb80cc175fbfffe17c380d
3,161
h
C
src/task.h
manopapad/legate.hello
300a9df1b8abc953a02fb706188070287f0d2de7
[ "Apache-2.0" ]
8
2021-04-12T18:50:47.000Z
2022-02-16T08:33:14.000Z
src/task.h
manopapad/legate.hello
300a9df1b8abc953a02fb706188070287f0d2de7
[ "Apache-2.0" ]
null
null
null
src/task.h
manopapad/legate.hello
300a9df1b8abc953a02fb706188070287f0d2de7
[ "Apache-2.0" ]
3
2021-04-22T18:14:08.000Z
2022-01-17T10:48:41.000Z
/* Copyright 2021 NVIDIA 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 agreed...
43.30137
88
0.650743
[ "vector" ]
b29d69e9725dfb39ba9539b8429917bae8cac55a
13,234
c
C
third_party/omr/port/unix/omrsl.c
xiacijie/omr-wala-linkage
a1aff7aef9ed131a45555451abde4615a04412c1
[ "Apache-2.0" ]
null
null
null
third_party/omr/port/unix/omrsl.c
xiacijie/omr-wala-linkage
a1aff7aef9ed131a45555451abde4615a04412c1
[ "Apache-2.0" ]
null
null
null
third_party/omr/port/unix/omrsl.c
xiacijie/omr-wala-linkage
a1aff7aef9ed131a45555451abde4615a04412c1
[ "Apache-2.0" ]
null
null
null
/******************************************************************************* * Copyright (c) 1991, 2017 IBM Corp. and others * * This program and the accompanying materials are made available under * the terms of the Eclipse Public License 2.0 which accompanies this * distribution and is available at https://w...
30.634259
176
0.696237
[ "object" ]
c3255d3eff5a3132591f1a3349fb6c95d2f230b2
3,363
h
C
src/compositor/qt/qtwaylandmotorcarsurface.h
Quora-Users/motorcar
e1cb943d2874a4716556c314190a48294e2bf53a
[ "BSD-2-Clause" ]
216
2015-01-20T17:14:01.000Z
2022-03-05T16:14:25.000Z
src/compositor/qt/qtwaylandmotorcarsurface.h
Quora-Users/motorcar
e1cb943d2874a4716556c314190a48294e2bf53a
[ "BSD-2-Clause" ]
12
2015-07-09T06:46:09.000Z
2017-04-13T05:41:08.000Z
src/compositor/qt/qtwaylandmotorcarsurface.h
Quora-Users/motorcar
e1cb943d2874a4716556c314190a48294e2bf53a
[ "BSD-2-Clause" ]
29
2015-03-14T03:19:52.000Z
2021-01-29T13:43:51.000Z
/**************************************************************************** **This file is part of the Motorcar 3D windowing framework ** ** **Copyright (C) 2014 Forrest Reiling ** ** ** You may use this file under the terms of the BSD license as follows: ** ** "Redistribution and use in source and binary forms, with...
36.16129
140
0.724948
[ "3d" ]
c3290e553b2fd91b6847a9978f9beebd2c0c5c0e
2,052
h
C
rt/rt/groups/bvhbuilder.h
DasNaCl/old-university-projects
af1c82afec4805ea672e0c353369035b394cb69d
[ "Apache-2.0" ]
null
null
null
rt/rt/groups/bvhbuilder.h
DasNaCl/old-university-projects
af1c82afec4805ea672e0c353369035b394cb69d
[ "Apache-2.0" ]
null
null
null
rt/rt/groups/bvhbuilder.h
DasNaCl/old-university-projects
af1c82afec4805ea672e0c353369035b394cb69d
[ "Apache-2.0" ]
null
null
null
#ifndef CG1RAYTRACER_GROUPS_BVHBUILDER_HEADER #define CG1RAYTRACER_GROUPS_BVHBUILDER_HEADER #include <limits> #include <rt/bbox.h> #include <rt/groups/bvh.h> #include <vector> namespace rt { class Primitive; enum class PartitionStrategy { SplitInTheMiddle, SurfaceAreaHeuristic, }; struct BuildNode; class BVHB...
24.722892
77
0.654483
[ "vector" ]
c364e994fa0aba3ed53bdeb419fe0f2f704c2378
2,144
h
C
deprecated/include/Graphics/Rendering/ShapeRenderer.h
Arzana/Plutonium
5a17c93e5072ac291b96347a4df196e1609fabe2
[ "MIT" ]
4
2019-03-21T16:02:03.000Z
2020-04-09T08:53:29.000Z
deprecated/include/Graphics/Rendering/ShapeRenderer.h
Arzana/Plutonium
5a17c93e5072ac291b96347a4df196e1609fabe2
[ "MIT" ]
24
2018-04-06T08:25:17.000Z
2020-10-19T11:01:09.000Z
deprecated/include/Graphics/Rendering/ShapeRenderer.h
Arzana/Plutonium
5a17c93e5072ac291b96347a4df196e1609fabe2
[ "MIT" ]
null
null
null
#pragma once #include "Graphics\GraphicsAdapter.h" #include "Graphics\Renderer.h" #include "Core\Math\Box.h" namespace Plutonium { /* Defines a basic renderer used to render primitive shapes. */ class ShapeRenderer : private Renderer { public: /* Initializes a new instance of a debug renderer. */ ShapeRender...
38.981818
197
0.717817
[ "render" ]
c3682b092246873078621c43efa8cfdcb9630587
2,768
h
C
VirtoolsNMOLoader/VirtoolsNMOLoader/Virtools-SDK-2.1/Include/CKBehaviorManager.h
imengyu/Ballance
3975238876ce7095eb5592d49a624ae728552385
[ "MIT" ]
16
2021-11-12T12:42:04.000Z
2022-03-30T07:56:39.000Z
VirtoolsNMOLoader/VirtoolsNMOLoader/Virtools-SDK-2.1/Include/CKBehaviorManager.h
imengyu/Ballance
3975238876ce7095eb5592d49a624ae728552385
[ "MIT" ]
null
null
null
VirtoolsNMOLoader/VirtoolsNMOLoader/Virtools-SDK-2.1/Include/CKBehaviorManager.h
imengyu/Ballance
3975238876ce7095eb5592d49a624ae728552385
[ "MIT" ]
1
2022-03-18T04:42:49.000Z
2022-03-18T04:42:49.000Z
/*************************************************************************/ /* File : CKBehaviorManager.h */ /* Author : Nicolas Galinotti */ /* */ /* Virtools SDK */ /* Copyright (c) Virtools 2000, All Rights Reserved. */ /**********************************...
34.6
136
0.577673
[ "object" ]
c36caee8ba2a1fb5ef444f705174913f8c280b38
3,847
h
C
qtmultimedia/src/plugins/avfoundation/camera/avfmediaassetwriter.h
wgnet/wds_qt
8db722fd367d2d0744decf99ac7bafaba8b8a3d3
[ "Apache-2.0" ]
1
2020-04-30T15:47:35.000Z
2020-04-30T15:47:35.000Z
qtmultimedia/src/plugins/avfoundation/camera/avfmediaassetwriter.h
wgnet/wds_qt
8db722fd367d2d0744decf99ac7bafaba8b8a3d3
[ "Apache-2.0" ]
null
null
null
qtmultimedia/src/plugins/avfoundation/camera/avfmediaassetwriter.h
wgnet/wds_qt
8db722fd367d2d0744decf99ac7bafaba8b8a3d3
[ "Apache-2.0" ]
null
null
null
/**************************************************************************** ** ** Copyright (C) 2015 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing/ ** ** This file is part of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage ** Licensees holding valid commercial Qt licenses may ...
36.292453
108
0.742657
[ "transform" ]
c3732514a4cac7f7ff1bbde4f5cda9cd9533b8fe
4,036
h
C
src/memory/assets/mesh.h
tcoppex/barbu
02be5b3179a460560191818d9ee1c3ba4ee858c9
[ "MIT" ]
2
2021-04-15T04:58:01.000Z
2021-10-11T05:17:34.000Z
src/memory/assets/mesh.h
tcoppex/barbu
02be5b3179a460560191818d9ee1c3ba4ee858c9
[ "MIT" ]
null
null
null
src/memory/assets/mesh.h
tcoppex/barbu
02be5b3179a460560191818d9ee1c3ba4ee858c9
[ "MIT" ]
null
null
null
#ifndef BARBU_MEMORY_ASSETS_MESH_H_ #define BARBU_MEMORY_ASSETS_MESH_H_ #include "memory/asset_factory.h" #include "memory/resources/mesh_data.h" #include "shaders/generic/interop.h" // ---------------------------------------------------------------------------- using MeshParameters = AssetParameters; // ---------...
33.633333
157
0.659564
[ "mesh", "geometry" ]
c383338508387e6f81ccaa81e4804dbe34e4b1e7
1,831
h
C
GisToSWMM5_01/src/Cell.h
iut-ibk/GisToSWMM5
d001c3eb02b3c0dc2c8c7638429fc750edca0288
[ "MIT" ]
1
2021-04-13T12:23:20.000Z
2021-04-13T12:23:20.000Z
GisToSWMM5_01/src/Cell.h
iut-ibk/GisToSWMM5
d001c3eb02b3c0dc2c8c7638429fc750edca0288
[ "MIT" ]
null
null
null
GisToSWMM5_01/src/Cell.h
iut-ibk/GisToSWMM5
d001c3eb02b3c0dc2c8c7638429fc750edca0288
[ "MIT" ]
null
null
null
#ifndef _STRING_H_ #define _STRING_H_ #include <string> #endif #ifndef _VECTOR_H_ #define _VECTOR_H_ #include <vector> #endif class Cell { public: // Methods. Cell(); ~Cell(); // Variables. std::string name; double centerCoordX; double centerCoordY; double elevation; double c...
39.804348
112
0.649918
[ "vector" ]
c3a54a15d0da40b53db812cd04bd34021c9b7527
519
h
C
src/flow-api/registry_server.h
DataManagementLab/dfi-public
46abf43c9b6fb9720e053b28b192f8ee2de8630b
[ "Apache-2.0" ]
7
2021-06-08T10:53:11.000Z
2021-12-13T10:10:33.000Z
src/flow-api/registry_server.h
DataManagementLab/dfi-public
46abf43c9b6fb9720e053b28b192f8ee2de8630b
[ "Apache-2.0" ]
null
null
null
src/flow-api/registry_server.h
DataManagementLab/dfi-public
46abf43c9b6fb9720e053b28b192f8ee2de8630b
[ "Apache-2.0" ]
1
2021-06-22T08:26:01.000Z
2021-06-22T08:26:01.000Z
#pragma once #include "../dfi/registry/RegistryServer.h" class DFI_Registry_server final: public RegistryServer { public: /** * @brief Construct a new dfi registry server object. Registry Server is a central DFI instance that coordinates flow and stores flow meta data. * Important: DFI_Registry_server ...
32.4375
148
0.736031
[ "object" ]
c3ad9b4591f2d1a339a160aea0d62bd407aaa740
3,025
h
C
src/include/Jupiter/Rehash.h
JustinAJ/Jupiter
6578fef47f577440e94c6cc161854e8525f324fa
[ "0BSD" ]
3
2018-09-15T16:07:28.000Z
2018-12-19T07:35:17.000Z
src/include/Jupiter/Rehash.h
JustinAJ/Jupiter
6578fef47f577440e94c6cc161854e8525f324fa
[ "0BSD" ]
1
2019-01-30T19:58:58.000Z
2019-01-30T19:59:51.000Z
src/include/Jupiter/Rehash.h
JustinAJ/Jupiter
6578fef47f577440e94c6cc161854e8525f324fa
[ "0BSD" ]
2
2017-01-17T09:24:00.000Z
2021-05-09T20:25:09.000Z
/** * Copyright (C) 2014-2021 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHO...
27.752294
146
0.723636
[ "object" ]
c3b350329cee3ea8a201a7dfee8370e4501ffba5
741
h
C
include/music.h
breudes/music-playlist
7760ec5adae13b64cd1b919c91c29895d4790699
[ "MIT" ]
null
null
null
include/music.h
breudes/music-playlist
7760ec5adae13b64cd1b919c91c29895d4790699
[ "MIT" ]
1
2021-03-07T02:47:13.000Z
2021-03-07T02:47:13.000Z
include/music.h
breudes/music-playlist
7760ec5adae13b64cd1b919c91c29895d4790699
[ "MIT" ]
null
null
null
#ifndef PLAYLIST_H_ #define PLAYLIST_H_ #include <string> #include <iostream> //This class represents a Music object, with a title and the artist, both as a string value, and passed by user input class Music{ private: std::string title; //title of the song std::string artist; //name of the song's ...
29.64
117
0.645074
[ "object" ]
c3b536a30c04e5273401a8130e06fc1925dd73e2
5,784
h
C
include/bdd_node.h
pawelswoboda/LBDD
c4145a0d1eb4c2bf38ae2f886eb39256c0c1efab
[ "BSD-2-Clause" ]
null
null
null
include/bdd_node.h
pawelswoboda/LBDD
c4145a0d1eb4c2bf38ae2f886eb39256c0c1efab
[ "BSD-2-Clause" ]
null
null
null
include/bdd_node.h
pawelswoboda/LBDD
c4145a0d1eb4c2bf38ae2f886eb39256c0c1efab
[ "BSD-2-Clause" ]
null
null
null
#pragma once #include <random> #include <cassert> #include <vector> #include <functional> namespace BDD { constexpr static std::size_t logvarsize = 41; constexpr static std::size_t maxvarsize = static_cast<std::size_t>(1) << logvarsize; constexpr static std::size_t unique_table_hash_size = 22; constexpr static std::...
29.360406
117
0.637621
[ "vector" ]
c3b6ca340d4af687a7b028e9025f9eb9640df9a6
1,538
h
C
SHS/include/step.h
AAAAaron/SHS
e330a70fa30ad294fdb1b0cc32de439812b51103
[ "MIT" ]
1
2020-02-04T16:02:52.000Z
2020-02-04T16:02:52.000Z
SHS/include/step.h
AAAAaron/SHS
e330a70fa30ad294fdb1b0cc32de439812b51103
[ "MIT" ]
null
null
null
SHS/include/step.h
AAAAaron/SHS
e330a70fa30ad294fdb1b0cc32de439812b51103
[ "MIT" ]
null
null
null
/*用于计算步长 * Copyright 2018 <copyright holder> <email> * * 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 appl...
26.517241
75
0.747724
[ "vector" ]
0f142d8f75056bf52f4b9e86ca1767b679a13fb6
1,888
h
C
serialisation/include/serialisation/tempObject.h
Zefiros-Software/SerLib
a5a290b1150089cdfb0eb77280f75e8f7fd30362
[ "MIT-0", "MIT" ]
6
2015-11-09T14:36:39.000Z
2015-12-16T12:53:29.000Z
serialisation/include/serialisation/tempObject.h
Zefiros-Software/SerLib
a5a290b1150089cdfb0eb77280f75e8f7fd30362
[ "MIT-0", "MIT" ]
null
null
null
serialisation/include/serialisation/tempObject.h
Zefiros-Software/SerLib
a5a290b1150089cdfb0eb77280f75e8f7fd30362
[ "MIT-0", "MIT" ]
null
null
null
/** * @cond ___LICENSE___ * * Copyright (c) 2016-2018 Zefiros Software. * * 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 ...
27.764706
80
0.739936
[ "vector" ]
0f30a317335a103c0bb8fe4382b797f8babd7029
1,851
h
C
include/mimedecode/decode.h
cybermaggedon/mimedecode
71f532c9b7185999f7459a95510d1771ab11b628
[ "MIT" ]
null
null
null
include/mimedecode/decode.h
cybermaggedon/mimedecode
71f532c9b7185999f7459a95510d1771ab11b628
[ "MIT" ]
null
null
null
include/mimedecode/decode.h
cybermaggedon/mimedecode
71f532c9b7185999f7459a95510d1771ab11b628
[ "MIT" ]
null
null
null
#ifndef DECODE_H #define DECODE_H #include <iostream> #include <map> #include <string> #include <sys/types.h> #include <mimedecode/field.h> #include <mimedecode/object.h> #include <mimedecode/parser.h> #include <mimedecode/client.h> #include <mimedecode/exception.h> #include <mimedecode/parser_implementations.h> /...
21.275862
78
0.668828
[ "object" ]
0f4b6c4780dea0bf8bec49282e1d9c2da8c59d9c
29,423
h
C
PhysX-3.2.4_PC_SDK_Core/Source/GeomUtils/headers/GuVecConvexHull.h
emlowry/AIEFramework
8f1dd02105237e72cfe303ec4c541eea7debd1f7
[ "MIT" ]
null
null
null
PhysX-3.2.4_PC_SDK_Core/Source/GeomUtils/headers/GuVecConvexHull.h
emlowry/AIEFramework
8f1dd02105237e72cfe303ec4c541eea7debd1f7
[ "MIT" ]
null
null
null
PhysX-3.2.4_PC_SDK_Core/Source/GeomUtils/headers/GuVecConvexHull.h
emlowry/AIEFramework
8f1dd02105237e72cfe303ec4c541eea7debd1f7
[ "MIT" ]
3
2017-01-04T19:48:57.000Z
2020-03-24T03:05:27.000Z
// This code contains NVIDIA Confidential Information and is disclosed to you // under a form of NVIDIA software license agreement provided separately to you. // // Notice // NVIDIA Corporation and its licensors retain all intellectual property and // proprietary rights in and to this software and related documentation...
30.11566
240
0.677531
[ "shape", "transform" ]
0f50504f9a9dd5314822de58dbf94af2abd48821
1,531
h
C
Rosewood/src/Rosewood/Observer/Subject.h
dovker/Rosewood
5131a061632732222ce68e5da5a257b8bda36ea5
[ "Apache-2.0" ]
1
2020-10-02T15:59:00.000Z
2020-10-02T15:59:00.000Z
Rosewood/src/Rosewood/Observer/Subject.h
dovker/Rosewood
5131a061632732222ce68e5da5a257b8bda36ea5
[ "Apache-2.0" ]
null
null
null
Rosewood/src/Rosewood/Observer/Subject.h
dovker/Rosewood
5131a061632732222ce68e5da5a257b8bda36ea5
[ "Apache-2.0" ]
null
null
null
#pragma once #include "rwpch.h" #include "Observer.h" #include "SignalTypes.h" #include "Rosewood/Core/Types.h" namespace Rosewood { struct Signal { SignalCategory Category; uint32_t Type; //Allows to be user defined for simplicity //Maybe STD::INITIALIZER LIST? union Data ...
22.850746
65
0.453298
[ "object", "vector" ]
0f5c7c1e0f2d2c64330994a5300c7069968844b4
6,065
h
C
software/gcs/src/pathplanner/headers/global/geofunctions.h
DronesForBlood/DronesForBlood
41bea478903ea6e3e6d22e9a8ed83684097d88cc
[ "MIT" ]
5
2018-11-30T20:34:09.000Z
2020-03-07T22:03:36.000Z
software/gcs/src/pathplanner/headers/global/geofunctions.h
DronesForBlood/DronesForBlood
41bea478903ea6e3e6d22e9a8ed83684097d88cc
[ "MIT" ]
84
2018-09-03T11:14:36.000Z
2021-12-13T19:52:38.000Z
software/gcs/src/pathplanner/headers/global/geofunctions.h
DronesForBlood/DronesForBlood
41bea478903ea6e3e6d22e9a8ed83684097d88cc
[ "MIT" ]
3
2018-09-03T10:55:11.000Z
2018-12-22T22:16:56.000Z
#ifndef GEOFUNCTIONS_H #define GEOFUNCTIONS_H #include <utility> #include <math.h> #include <vector> #include <iostream> #include "headers/global/defines.h" #include "headers/global/clipper.hpp" #include "headers/global/coordconverter.h" namespace GeoFunctions { static inline std::pair<double, double> calcShiftedCo...
44.595588
220
0.718219
[ "vector" ]