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
6ba509e48c999ac4c9739b4041de8837893384e6
57,314
c
C
d/koenig/riddle/nereid.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
9
2021-07-05T15:24:54.000Z
2022-02-25T19:44:15.000Z
d/koenig/riddle/nereid.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
4
2021-03-15T18:56:39.000Z
2021-08-17T17:08:22.000Z
d/koenig/riddle/nereid.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
10
2021-03-13T00:18:03.000Z
2022-03-29T15:02:42.000Z
//nereid.c - Laurelinduin, the nereid for the Nereid's Riddle Quest. Circe 12/11/03 //updated by Circe 7/12/05 with a few new rewards and base changes //Added centaur, minotaur, & yuan-ti to the riddle groups - Octothorpe 1/12/14 //Added beastkin, saurian, satyr to the riddle groups - Circe 7/19/19 //Until the new ite...
43.851568
290
0.561748
[ "object" ]
6bac085d293fc5f5eb6a2da9838552b794fe4d8e
5,310
h
C
ustore_home/include/cli/config.h
ooibc88/Hyperledger-Fabric-
b6011f90c41b79d670fc52d6ee6f92f8046c6674
[ "Apache-2.0" ]
103
2019-08-23T05:59:14.000Z
2022-02-16T08:53:08.000Z
ustore_home/include/cli/config.h
ooibc88/Hyperledger-Fabric-
b6011f90c41b79d670fc52d6ee6f92f8046c6674
[ "Apache-2.0" ]
18
2020-04-29T19:25:54.000Z
2022-03-14T15:27:15.000Z
ustore_home/include/cli/config.h
ooibc88/Hyperledger-Fabric-
b6011f90c41b79d670fc52d6ee6f92f8046c6674
[ "Apache-2.0" ]
40
2019-09-03T10:22:20.000Z
2022-03-05T12:30:14.000Z
// Copyright (c) 2017 The Ustore Authors. #ifndef USTORE_CLI_CONFIG_H_ #define USTORE_CLI_CONFIG_H_ #include <boost/program_options.hpp> #include <iostream> #include <list> #include <string> #include <vector> #include "types/type.h" #include "utils/logging.h" #include "utils/utils.h" namespace ustore { namespace cli...
32.576687
79
0.637853
[ "vector" ]
6bac58999d736c36a52dded159b014a7d146e7fb
2,820
h
C
compilers/TacBuilder.h
asgeir/old-school-projects
96a502589c627e4556f9ee14fc1dc21ed53ce28a
[ "MIT" ]
null
null
null
compilers/TacBuilder.h
asgeir/old-school-projects
96a502589c627e4556f9ee14fc1dc21ed53ce28a
[ "MIT" ]
null
null
null
compilers/TacBuilder.h
asgeir/old-school-projects
96a502589c627e4556f9ee14fc1dc21ed53ce28a
[ "MIT" ]
null
null
null
#pragma once #include "Ast.h" #include <boost/shared_ptr.hpp> #include <vector> class TacBasicBlock; class TacFunction; class TacValue; typedef boost::shared_ptr<TacBasicBlock> TacBasicBlockPtr; typedef boost::shared_ptr<TacFunction> TacFunctionPtr; typedef boost::shared_ptr<TacValue> TacValuePtr; class TacBuilde...
35.696203
104
0.73156
[ "vector" ]
6bae178635efa7a96d03d8943b81fb135e1554a4
843
h
C
engine/core/inc/physics_movement.h
ericdefelice/Dungeon_Crawler
8be5ab92723e1d1c0ddd9802ec6716e7235706f4
[ "MIT" ]
null
null
null
engine/core/inc/physics_movement.h
ericdefelice/Dungeon_Crawler
8be5ab92723e1d1c0ddd9802ec6716e7235706f4
[ "MIT" ]
null
null
null
engine/core/inc/physics_movement.h
ericdefelice/Dungeon_Crawler
8be5ab92723e1d1c0ddd9802ec6716e7235706f4
[ "MIT" ]
1
2021-03-15T10:25:56.000Z
2021-03-15T10:25:56.000Z
/*! @file physics_movement.h @brief Part of the physics engine to control object movement. @detail */ #pragma once //-------------------------------------------- // Includes //-------------------------------------------- #include "gumshoe_typedefs.h" #include "gumshoe_math.h" #include <math.h> namespace...
17.204082
56
0.559905
[ "object" ]
6bba966dc8764b3d7045369319a7490d79943eac
4,394
h
C
src/connectivity/bluetooth/core/bt-host/gatt/fake_layer.h
gongcm/fuchisa-os
83c2f90cf8f80aefb964dfe4a653664377b59384
[ "BSD-Source-Code" ]
1
2021-05-19T04:30:05.000Z
2021-05-19T04:30:05.000Z
src/connectivity/bluetooth/core/bt-host/gatt/fake_layer.h
gongcm/fuchisa-os
83c2f90cf8f80aefb964dfe4a653664377b59384
[ "BSD-Source-Code" ]
null
null
null
src/connectivity/bluetooth/core/bt-host/gatt/fake_layer.h
gongcm/fuchisa-os
83c2f90cf8f80aefb964dfe4a653664377b59384
[ "BSD-Source-Code" ]
null
null
null
// Copyright 2018 The Fuchsia Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef SRC_CONNECTIVITY_BLUETOOTH_CORE_BT_HOST_GATT_FAKE_LAYER_H_ #define SRC_CONNECTIVITY_BLUETOOTH_CORE_BT_HOST_GATT_FAKE_LAYER_H_ #include "src/connec...
45.298969
100
0.795175
[ "object", "vector" ]
6bbbb32d891fcd1066784beecd3622448497f683
3,900
h
C
Modules/DistributorManager/distributormanager.h
alanzw/FGCG
9819ff9c543cf52bfac16655d1d30417291b5d4c
[ "Apache-2.0" ]
13
2016-10-24T11:39:12.000Z
2021-04-11T13:24:05.000Z
Modules/DistributorManager/distributormanager.h
zhangq49/sharerender
9819ff9c543cf52bfac16655d1d30417291b5d4c
[ "Apache-2.0" ]
1
2017-07-28T06:29:00.000Z
2017-07-28T06:29:00.000Z
Modules/DistributorManager/distributormanager.h
zhangq49/sharerender
9819ff9c543cf52bfac16655d1d30417291b5d4c
[ "Apache-2.0" ]
4
2018-06-05T03:39:06.000Z
2020-06-06T04:44:20.000Z
#ifndef __DISTRIBUTORMANAGER_H__ #define __DISTRIBUTORMANAGER_H__ // this for the distributor manager #include "distributor.h" using namespace std; #define DISTRIBUTOR_CONFIG "config\\server.distributor.conf" class TaskManager{ CRITICAL_SECTION section; LPCRITICAL_SECTION pSection; // critical section for task ...
34.821429
136
0.719744
[ "render" ]
6bbd4b2f3a7b912606cb811f1127c644215343be
8,032
h
C
mindspore/ccsrc/frontend/parallel/ops_info/conv2d_info.h
httpsgithu/mindspore
c29d6bb764e233b427319cb89ba79e420f1e2c64
[ "Apache-2.0" ]
1
2022-02-23T09:13:43.000Z
2022-02-23T09:13:43.000Z
mindspore/ccsrc/frontend/parallel/ops_info/conv2d_info.h
949144093/mindspore
c29d6bb764e233b427319cb89ba79e420f1e2c64
[ "Apache-2.0" ]
null
null
null
mindspore/ccsrc/frontend/parallel/ops_info/conv2d_info.h
949144093/mindspore
c29d6bb764e233b427319cb89ba79e420f1e2c64
[ "Apache-2.0" ]
null
null
null
/** * Copyright 2021 Huawei Technologies Co., Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law...
40.771574
119
0.760583
[ "shape", "vector" ]
5f8aaee6d07eb654054df9ac42e19a0716e2984e
3,945
c
C
elf/1/main.c
invincible1900/C-examples
6022942a1daeb34d0ace44cdcb22a9f54fc83bf5
[ "Apache-2.0" ]
2
2021-05-28T06:02:40.000Z
2022-03-25T06:33:22.000Z
elf/1/main.c
invincible1900/C-examples
6022942a1daeb34d0ace44cdcb22a9f54fc83bf5
[ "Apache-2.0" ]
null
null
null
elf/1/main.c
invincible1900/C-examples
6022942a1daeb34d0ace44cdcb22a9f54fc83bf5
[ "Apache-2.0" ]
null
null
null
/************************************************************ * Desc: Open an elf file and read elf header ( no error check ) * * Author: X++D * ***********************************************************/ #include <elf.h> #include <stdio.h> #include <stdlib.h> #include <string.h> int dump_elf_header(Elf64_Ehdr *...
34.008621
77
0.518885
[ "object" ]
5f90eca0d8e831f08e951bd9c74f26ebccaaa57d
98,667
h
C
lib/yubihsm.h
nevun/yubihsm-shell
15bdfbe76ff65b9d49f8cc57a5ad18c31bba939b
[ "Apache-2.0" ]
1
2021-05-08T21:29:35.000Z
2021-05-08T21:29:35.000Z
lib/yubihsm.h
spoonincode/yubihsm-shell
81809972c7173f77b330be725cce82db9ac3b1d7
[ "Apache-2.0" ]
1
2021-08-10T20:05:10.000Z
2021-08-10T20:05:10.000Z
lib/yubihsm.h
LaudateCorpus1/yubihsm-shell
997eb28de9a27cbc4d843622243cfdfbe9f7b10b
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2015-2018 Yubico AB * * 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 i...
36.912458
90
0.702302
[ "object" ]
5f979c32f5eb05c119eca670572df9bb0982fc37
280
h
C
PicCleanupLib/I_FileOnDiskMover.h
seanbrown888/PicCleanup
f773abe488b830e184702887da7fc14e2f803d36
[ "MIT" ]
null
null
null
PicCleanupLib/I_FileOnDiskMover.h
seanbrown888/PicCleanup
f773abe488b830e184702887da7fc14e2f803d36
[ "MIT" ]
null
null
null
PicCleanupLib/I_FileOnDiskMover.h
seanbrown888/PicCleanup
f773abe488b830e184702887da7fc14e2f803d36
[ "MIT" ]
null
null
null
#pragma once #include <vector> #include <string> class I_FileOnDiskMover { public: I_FileOnDiskMover() = default; virtual ~I_FileOnDiskMover() = default; virtual void moveFile(const std::string& oldFilenameWithPath, const std::string& newFileNameWithPath) = 0; };
18.666667
110
0.732143
[ "vector" ]
5f9978213f717c6cdfce1e79d5cd75bd6a87002d
9,768
c
C
release/src-rt-6.x/bcmcrypto/prf.c
ghsecuritylab/tomato-sabai
9027a38297d32e97dd386499cca4a583e25d1f9d
[ "Apache-2.0" ]
null
null
null
release/src-rt-6.x/bcmcrypto/prf.c
ghsecuritylab/tomato-sabai
9027a38297d32e97dd386499cca4a583e25d1f9d
[ "Apache-2.0" ]
null
null
null
release/src-rt-6.x/bcmcrypto/prf.c
ghsecuritylab/tomato-sabai
9027a38297d32e97dd386499cca4a583e25d1f9d
[ "Apache-2.0" ]
null
null
null
/* * prf.c * Pseudo-random function used by WPA and TGi * * Original implementation of hmac_sha1(), PRF(), and test vectors data are * from "SSN for 802.11-0.21.doc" * * Copyright (C) 2011, Broadcom Corporation * All Rights Reserved. * * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Broadcom Corporation; *...
28.068966
76
0.652437
[ "vector", "transform" ]
5fa0e82f555e0a805ba0d406ea4a802ed8607ef9
1,041
h
C
System/Library/Frameworks/ARKit.framework/ARCubemapGenerator.h
lechium/iPhoneOS_12.1.1_Headers
aac688b174273dfcbade13bab104461f463db772
[ "MIT" ]
12
2019-06-02T02:42:41.000Z
2021-04-13T07:22:20.000Z
System/Library/Frameworks/ARKit.framework/ARCubemapGenerator.h
lechium/iPhoneOS_12.1.1_Headers
aac688b174273dfcbade13bab104461f463db772
[ "MIT" ]
null
null
null
System/Library/Frameworks/ARKit.framework/ARCubemapGenerator.h
lechium/iPhoneOS_12.1.1_Headers
aac688b174273dfcbade13bab104461f463db772
[ "MIT" ]
3
2019-06-11T02:46:10.000Z
2019-12-21T14:58:16.000Z
/* * This header is generated by classdump-dyld 1.0 * on Saturday, June 1, 2019 at 6:48:53 PM Mountain Standard Time * Operating System: Version 12.1.1 (Build 16C5050a) * Image Source: /System/Library/Frameworks/ARKit.framework/ARKit * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. */ ...
40.038462
360
0.805956
[ "vector" ]
5fa600d41e1d91fe051bc8c3e979f7a0ccb65124
63,973
c
C
JsonConvert.c
Kraxb/JSON-SD
ac207c16b7c94928da7062d86dd9a701bcc751b7
[ "MIT" ]
1
2021-01-15T05:51:19.000Z
2021-01-15T05:51:19.000Z
JsonConvert.c
Kraxb/C-JSON-Streaming
ac207c16b7c94928da7062d86dd9a701bcc751b7
[ "MIT" ]
null
null
null
JsonConvert.c
Kraxb/C-JSON-Streaming
ac207c16b7c94928da7062d86dd9a701bcc751b7
[ "MIT" ]
null
null
null
#include "JsonConvert.h" #include "Utils.h" #include <string.h> #include <stdlib.h> #include <stdio.h> #include <limits.h> #include <float.h> typedef JsonResType (*JsonValueDeserializerFptr_t)(JsonConvertHandle *,void* ,int, ValueValidatorFptr ); typedef JsonResType (*JsonArrayDeserializerFptr_t)(JsonConvert...
28.648903
205
0.567364
[ "object" ]
5fa669c9174f48676be6d4a1f8b561d6150a7355
7,828
h
C
include/DensityMap.h
MadCatX/MMB
37d16cc87393754f1b8ad1e084bb06fb0a54a701
[ "MIT" ]
null
null
null
include/DensityMap.h
MadCatX/MMB
37d16cc87393754f1b8ad1e084bb06fb0a54a701
[ "MIT" ]
null
null
null
include/DensityMap.h
MadCatX/MMB
37d16cc87393754f1b8ad1e084bb06fb0a54a701
[ "MIT" ]
null
null
null
/* -------------------------------------------------------------------------- * * MMB (MacroMoleculeBuilder) * * -------------------------------------------------------------------------- * * * ...
43.248619
130
0.656745
[ "vector" ]
5fab48e0ceae9fdb4b4ca99803bcd6f47b357123
2,263
h
C
rank_server/src/template/ConfigTemplate.h
zyb2013/shiny-engine
4d615975e778522499c1699929867c711456c23a
[ "MIT" ]
17
2018-04-24T03:47:19.000Z
2022-02-25T15:41:10.000Z
rank_server/src/template/ConfigTemplate.h
ericyonng/shiny-engine
96a8eb0fae36471570ae0fc61741bbc8c26c7139
[ "MIT" ]
null
null
null
rank_server/src/template/ConfigTemplate.h
ericyonng/shiny-engine
96a8eb0fae36471570ae0fc61741bbc8c26c7139
[ "MIT" ]
7
2018-09-10T12:02:15.000Z
2021-09-13T02:36:24.000Z
/* Code Generate by tool 2014-09-01 18:22:07 */ #ifndef __CCONFIGTEMPLATE_H__ #define __CCONFIGTEMPLATE_H__ #include <vector> #include "Common.h" #include "TemplateBase.h" #include "Singleton.h" #define CONFIG_PHYPOWER_INTERVAL_NAME std::string("Action_Point_Time") #define CONFIG_PHYPOWER_RECOVER_NAME std::string("...
35.359375
77
0.809103
[ "vector" ]
5fabd7ec9113c05ccd9d4d6076174ba9a775a929
2,295
h
C
src/psmoveconfigtool/AppStage_GyroscopeCalibration.h
droobah/PSMoveService
899c706e1c3fc78449d02200aae2b09a1412cc8f
[ "Apache-2.0" ]
3
2016-09-28T02:12:00.000Z
2018-11-04T21:49:30.000Z
src/psmoveconfigtool/AppStage_GyroscopeCalibration.h
droobah/PSMoveService
899c706e1c3fc78449d02200aae2b09a1412cc8f
[ "Apache-2.0" ]
null
null
null
src/psmoveconfigtool/AppStage_GyroscopeCalibration.h
droobah/PSMoveService
899c706e1c3fc78449d02200aae2b09a1412cc8f
[ "Apache-2.0" ]
2
2020-11-06T17:22:29.000Z
2021-12-27T02:39:23.000Z
#ifndef APP_STAGE_GYROSCOPE_CALIBRATION_H #define APP_STAGE_GYROSCOPE_CALIBRATION_H //-- includes ----- #include "AppStage.h" #include "ClientGeometry_CAPI.h" #include "PSMoveClient_CAPI.h" #include <deque> #include <chrono> //-- pre-declarations ----- //-- definitions ----- class AppStage_GyroscopeCalibration : pu...
26.079545
92
0.778649
[ "render" ]
5fac16452a45bf1809610d13635e4dbc4bfa54f0
607
h
C
NewOverloading/src/Person.h
GamesTrap/LearnCPP
710b24876f61e1033aaa0502fc4508250de717c3
[ "MIT" ]
7
2020-06-14T00:33:29.000Z
2022-01-08T21:40:06.000Z
NewOverloading/src/Person.h
GamesTrap/LearnCPP
710b24876f61e1033aaa0502fc4508250de717c3
[ "MIT" ]
null
null
null
NewOverloading/src/Person.h
GamesTrap/LearnCPP
710b24876f61e1033aaa0502fc4508250de717c3
[ "MIT" ]
1
2021-04-04T14:14:15.000Z
2021-04-04T14:14:15.000Z
#pragma once #include "Object.h" #include <string_view> class Person : public Object { public: explicit Person(const std::string_view& n = "N.N.") : m_name{n} { std::cout << "sizeof name = " << sizeof(m_name) << '\n'; std::cout << "sizeof *this = " << sizeof(*this) << '\n'; } ~Person() { std::cout << "Pe...
19.580645
69
0.611203
[ "object" ]
5facd643769bc6a001e5f90b32875efbe09fe5d5
291
h
C
Source/L2NextCrypto/Private/Crypto/Algorithms/Shared/Zlib/Duplex/DeflateDuplex.h
L2Next/L2NextCrypto
005a893b5d04e8fc522cb0e08f92b39d5411b98c
[ "MIT" ]
4
2020-09-04T21:33:35.000Z
2021-05-30T14:25:27.000Z
Source/L2NextCrypto/Private/Crypto/Algorithms/Shared/Zlib/Duplex/DeflateDuplex.h
L2Next/L2NextCrypto
005a893b5d04e8fc522cb0e08f92b39d5411b98c
[ "MIT" ]
9
2020-08-15T14:07:12.000Z
2021-06-25T05:48:58.000Z
Source/L2NextCrypto/Private/Crypto/Algorithms/Shared/Zlib/Duplex/DeflateDuplex.h
L2Next/L2NextCrypto
005a893b5d04e8fc522cb0e08f92b39d5411b98c
[ "MIT" ]
2
2020-11-20T04:03:42.000Z
2021-03-04T21:46:50.000Z
#ifndef H_DEFLATE_DUPLEX #define H_DEFLATE_DUPLEX #include <memory> #include "Utils/Streams/DuplexStream.h" using namespace::L2NextCryptoStreams; class DeflateDuplex : public DuplexStream { public: std::stringstream& Transform(std::stringstream& input); }; #endif // H_DEFLATE_DUPLEX
17.117647
56
0.786942
[ "transform" ]
5fbfefc2616d333336a26fd4c09f675f7e59a3a1
1,131
h
C
Medusa/MedusaCore/Core/Message/Handler/MessageHandlerFactory.h
JamesLinus/Medusa
243e1f67e76dba10a0b69d4154b47e884c3f191f
[ "MIT" ]
1
2019-04-22T09:09:50.000Z
2019-04-22T09:09:50.000Z
Medusa/MedusaCore/Core/Message/Handler/MessageHandlerFactory.h
JamesLinus/Medusa
243e1f67e76dba10a0b69d4154b47e884c3f191f
[ "MIT" ]
null
null
null
Medusa/MedusaCore/Core/Message/Handler/MessageHandlerFactory.h
JamesLinus/Medusa
243e1f67e76dba10a0b69d4154b47e884c3f191f
[ "MIT" ]
1
2021-06-30T14:08:03.000Z
2021-06-30T14:08:03.000Z
// Copyright (c) 2015 fjz13. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. #pragma once #include "MedusaCorePreDeclares.h" #include "Core/Pattern/Object/MapObjectFactory.h" #include "Core/String/StringRef.h" #include "Core/Message/Handler/I...
29
172
0.781609
[ "object" ]
5fc93fb46cc96cbf5b035f62461e95b4b2ccbd14
2,660
h
C
src/include/sparrowhawk/sentence_boundary.h
MStopa/sparrowhawk
cf251b0cd994e11dbc001e20b9ef601d837456e8
[ "Apache-2.0" ]
201
2016-04-27T14:56:30.000Z
2022-03-16T09:23:26.000Z
src/include/sparrowhawk/sentence_boundary.h
MStopa/sparrowhawk
cf251b0cd994e11dbc001e20b9ef601d837456e8
[ "Apache-2.0" ]
1
2019-07-17T00:09:13.000Z
2019-07-17T00:09:13.000Z
src/include/sparrowhawk/sentence_boundary.h
PCerles/sparrowhawk
53d259745a0c12f49ae9e3b6c26aec46d46b2285
[ "Apache-2.0" ]
54
2016-05-17T04:35:36.000Z
2022-03-29T11:52:23.000Z
// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed ...
38
80
0.758271
[ "vector" ]
5fd28071af182964e23caf0f4d3c96febad33894
573
h
C
ds/BinaryHeap.h
jumbuna/data-structures-algorithms
e6f9ecca13cc77ddf11fc645fc9e362b80862674
[ "MIT" ]
1
2020-07-11T09:06:52.000Z
2020-07-11T09:06:52.000Z
ds/BinaryHeap.h
jumbuna/data-structures-algorithms
e6f9ecca13cc77ddf11fc645fc9e362b80862674
[ "MIT" ]
null
null
null
ds/BinaryHeap.h
jumbuna/data-structures-algorithms
e6f9ecca13cc77ddf11fc645fc9e362b80862674
[ "MIT" ]
null
null
null
#pragma once #include "Vector.h" #include <algorithm> namespace jumbuna { template<class T, class compare = std::less<T>> class BinaryHeap { Vector<T> vector {128}; //root is vector[0] //move element towards root of heap void swim(std::size_t); //move element away from root of heap void sink(std::size_t); //sw...
20.464286
47
0.705061
[ "vector" ]
5fd6bd2e418fab225a295fdd44967751665ee2c0
963
h
C
BlackVision/Applications/EnginePrototyper/Source/Prototypes/DrawingCommands/DrawingPrototype.h
black-vision-engine/bv-engine
85089d41bb22afeaa9de070646e12aa1777ecedf
[ "MIT" ]
1
2022-01-28T11:43:47.000Z
2022-01-28T11:43:47.000Z
BlackVision/Applications/EnginePrototyper/Source/Prototypes/DrawingCommands/DrawingPrototype.h
black-vision-engine/bv-engine
85089d41bb22afeaa9de070646e12aa1777ecedf
[ "MIT" ]
null
null
null
BlackVision/Applications/EnginePrototyper/Source/Prototypes/DrawingCommands/DrawingPrototype.h
black-vision-engine/bv-engine
85089d41bb22afeaa9de070646e12aa1777ecedf
[ "MIT" ]
null
null
null
#pragma once #pragma once #include "Interfaces/IBasicLogic.h" #include "Common/DrawingMode.h" #include "Common/DrawingTestScene.h" #include "Engine/Audio/AudioRenderer.h" namespace bv { class Renderer; class DrawingPrototype : public IBasicLogic { private: DrawingMode * m_mode; Drawi...
26.027027
84
0.54621
[ "render" ]
5fdf620a3e9dc12fc8bd67218428241d7abd9442
956
h
C
Options/JPetOptionsInterface/JPetOptionsInterface.h
Alvarness/j-pet-framework
899ab32bf9a7f4daecaf8ed2dd7c8bc8922e73bd
[ "Apache-2.0" ]
null
null
null
Options/JPetOptionsInterface/JPetOptionsInterface.h
Alvarness/j-pet-framework
899ab32bf9a7f4daecaf8ed2dd7c8bc8922e73bd
[ "Apache-2.0" ]
null
null
null
Options/JPetOptionsInterface/JPetOptionsInterface.h
Alvarness/j-pet-framework
899ab32bf9a7f4daecaf8ed2dd7c8bc8922e73bd
[ "Apache-2.0" ]
null
null
null
/** * @copyright Copyright 2016 The J-PET Framework Authors. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may find a copy of the License in the LICENCE file. * * Unless required by applicable la...
32.965517
114
0.75
[ "object" ]
5fe0cbae6e3bffed51feb7da11da0cd4c039b121
4,108
h
C
libraries/pbes/include/mcrl2/pbes/propositional_variable.h
gijskant/mcrl2-pmc
9ea75755081b20623bc8fc7db27124d084e781fe
[ "BSL-1.0" ]
null
null
null
libraries/pbes/include/mcrl2/pbes/propositional_variable.h
gijskant/mcrl2-pmc
9ea75755081b20623bc8fc7db27124d084e781fe
[ "BSL-1.0" ]
null
null
null
libraries/pbes/include/mcrl2/pbes/propositional_variable.h
gijskant/mcrl2-pmc
9ea75755081b20623bc8fc7db27124d084e781fe
[ "BSL-1.0" ]
null
null
null
// Author(s): Wieger Wesselink // Copyright: see the accompanying file COPYING or copy at // https://svn.win.tue.nl/trac/MCRL2/browser/trunk/COPYING // // 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) // /// \file...
31.844961
174
0.738072
[ "object", "vector" ]
5fe4f33d789902959cd390a97025d0cc8118bc74
5,001
h
C
Game/BattleHelper/include/TW_TriggerMgr.h
TaoReiches/Tao
bf54cdf5284d3a6fd7b2e8aec0bc26fa96442a01
[ "Apache-2.0" ]
2
2020-09-30T15:17:32.000Z
2021-02-22T14:19:54.000Z
Game/BattleHelper/include/TW_TriggerMgr.h
TaoReiches/Tao
bf54cdf5284d3a6fd7b2e8aec0bc26fa96442a01
[ "Apache-2.0" ]
null
null
null
Game/BattleHelper/include/TW_TriggerMgr.h
TaoReiches/Tao
bf54cdf5284d3a6fd7b2e8aec0bc26fa96442a01
[ "Apache-2.0" ]
null
null
null
#pragma once /********************************************** * Author: Tao Wang Copyright reserved * Contact: tao.reiches@gmail.com **********************************************/ #include <vector> #include <map> #include <memory> #include "TW_PointerType.h" typedef unsigned short lc_t; class pt { public: pt() {...
29.245614
129
0.663067
[ "vector" ]
5fe6cd3950f8381a2a773ed32d6bd74cd8b55ff0
1,951
h
C
Teaching/CommandDefTypes.h
ryhanai/teachingplugin
a495885899eaa36ea00ba8ab89057cd4d3f36350
[ "MIT" ]
2
2020-07-21T06:08:42.000Z
2020-07-21T06:08:44.000Z
Teaching/CommandDefTypes.h
ryhanai/teachingplugin
a495885899eaa36ea00ba8ab89057cd4d3f36350
[ "MIT" ]
null
null
null
Teaching/CommandDefTypes.h
ryhanai/teachingplugin
a495885899eaa36ea00ba8ab89057cd4d3f36350
[ "MIT" ]
null
null
null
#ifndef TEACHING_COMMAND_DEF_TYPES_H_INCLUDED #define TEACHING_COMMAND_DEF_TYPES_H_INCLUDED #include <string> #include <vector> #include <QString> namespace teaching { class ArgumentDefParam { public: ArgumentDefParam(std::string name, std::string type, int length) : name_(name), type_(type), length_(length), ...
27.478873
93
0.719118
[ "vector" ]
5fedc8bffee45a3345041b3a99e419065bf37018
673
h
C
GraphicObject/Picture.h
invader35/SEN2UE11
fb1333087b66f7965c433b23177a00c21d38579e
[ "MIT" ]
null
null
null
GraphicObject/Picture.h
invader35/SEN2UE11
fb1333087b66f7965c433b23177a00c21d38579e
[ "MIT" ]
null
null
null
GraphicObject/Picture.h
invader35/SEN2UE11
fb1333087b66f7965c433b23177a00c21d38579e
[ "MIT" ]
null
null
null
/////////////////////////////////////// // Workfile : Picture.h // Author : Matthias Schett // Date : 23-06-2013 // Description : Picture header // Remarks : - // Revision : 0 ////////////////////////////////////// #ifndef PICTURE_H #define PICTURE_H #include "GraphicObject.h" #include <vector> ...
21.03125
54
0.591382
[ "vector" ]
5ff1a1fc14971523c023c628a9d5d565058e09ed
23,770
c
C
ext/cache/backend/file.c
andreadelfino/cphalcon
27facc2010450479b9828b5df57ea0ec9d104908
[ "BSD-3-Clause" ]
1
2015-11-05T17:10:35.000Z
2015-11-05T17:10:35.000Z
ext/cache/backend/file.c
andreadelfino/cphalcon
27facc2010450479b9828b5df57ea0ec9d104908
[ "BSD-3-Clause" ]
null
null
null
ext/cache/backend/file.c
andreadelfino/cphalcon
27facc2010450479b9828b5df57ea0ec9d104908
[ "BSD-3-Clause" ]
null
null
null
/* +------------------------------------------------------------------------+ | Phalcon Framework | +------------------------------------------------------------------------+ | Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) | +-----...
30.790155
148
0.719352
[ "object" ]
5ff939f01c5e5a1169f85a6de72fd9217fb69ec6
596
h
C
inc/transform.h
apoorv2404/medusa
dced20f6ff63aa1fbfb628253dc1e4d248875a63
[ "BSD-3-Clause" ]
1
2015-11-17T08:49:06.000Z
2015-11-17T08:49:06.000Z
inc/transform.h
apoorv2404/medusa
dced20f6ff63aa1fbfb628253dc1e4d248875a63
[ "BSD-3-Clause" ]
null
null
null
inc/transform.h
apoorv2404/medusa
dced20f6ff63aa1fbfb628253dc1e4d248875a63
[ "BSD-3-Clause" ]
null
null
null
#ifndef TRANSFORM_H #define TRANSFORM_H #include <QObject> #include <QDir> #include <QtSql/QSqlDatabase> #include <QtSql/QSqlRecord> #include <QtSql/QSqlQuery> #include <QVariant> #include <QProcess> class Transform : public QObject { Q_OBJECT public: Transform(); ~Transform(); bool transform(QString...
19.866667
71
0.719799
[ "transform" ]
5fff5c361d33fe57aa5126fb86b1927258728919
2,213
h
C
AK/SIMDMath.h
densogiaichned/serenity
99c0b895fed02949b528437d6b450d85befde7a5
[ "BSD-2-Clause" ]
1
2022-01-24T13:01:57.000Z
2022-01-24T13:01:57.000Z
AK/SIMDMath.h
densogiaichned/serenity
99c0b895fed02949b528437d6b450d85befde7a5
[ "BSD-2-Clause" ]
null
null
null
AK/SIMDMath.h
densogiaichned/serenity
99c0b895fed02949b528437d6b450d85befde7a5
[ "BSD-2-Clause" ]
null
null
null
/* * Copyright (c) 2021, Stephan Unverwerth <s.unverwerth@serenityos.org> * * SPDX-License-Identifier: BSD-2-Clause */ #pragma once #ifndef __SSE__ # include <AK/Math.h> #endif #include <AK/SIMD.h> #include <AK/SIMDExtras.h> #include <math.h> // Functions returning vectors or accepting vector arguments have d...
22.814433
108
0.670583
[ "vector" ]
2708aae80cc9445f183bf73e40ba4f52dc19670d
1,909
h
C
include/net/lan_manager.h
nnarain/dotrix
ea06cad57f1cea2da4d75e70539559677955cf55
[ "MIT" ]
3
2018-11-13T03:18:09.000Z
2021-07-02T16:01:31.000Z
include/net/lan_manager.h
nnarain/dotrix
ea06cad57f1cea2da4d75e70539559677955cf55
[ "MIT" ]
38
2016-11-09T01:31:38.000Z
2022-03-29T07:48:35.000Z
include/net/lan_manager.h
nnarain/dotrix
ea06cad57f1cea2da4d75e70539559677955cf55
[ "MIT" ]
null
null
null
/** \file lan_manager.h \brief Manage finding LAN processes to connect to \author Natesh Narain <nnaraindev@gmail.com> \date Dec 11 2016 */ #ifndef DOTRIX_NET_LAN_MANAGER_H #define DOTRIX_NET_LAN_MANAGER_H #include <QObject> #include "net/discover_server.h" #include "net/discover_client.h" #include "net/tcp...
19.09
121
0.732844
[ "object" ]
270dacd73017d6563a1ab440c95e4feb2b663d73
719
h
C
aws-cpp-sdk-ssm-incidents/include/aws/ssm-incidents/model/SsmTargetAccount.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-ssm-incidents/include/aws/ssm-incidents/model/SsmTargetAccount.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-ssm-incidents/include/aws/ssm-incidents/model/SsmTargetAccount.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/ssm-incidents/SSMIncidents_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> namespace Aws { namespace SSMIncidents { namespace Model { enum class SsmTargetAcco...
22.46875
90
0.77886
[ "model" ]
2713ee138be4532cde61f919070acedb0c5f5a69
3,886
h
C
kubernetes/api/AutoscalingV1API.h
brendandburns/c
ea2fb243e1fd71e96a1ae470b728c3767bf0f328
[ "Apache-2.0" ]
1
2020-03-25T19:45:53.000Z
2020-03-25T19:45:53.000Z
kubernetes/api/AutoscalingV1API.h
brendandburns/c
ea2fb243e1fd71e96a1ae470b728c3767bf0f328
[ "Apache-2.0" ]
null
null
null
kubernetes/api/AutoscalingV1API.h
brendandburns/c
ea2fb243e1fd71e96a1ae470b728c3767bf0f328
[ "Apache-2.0" ]
null
null
null
#include <stdlib.h> #include <stdio.h> #include "../include/apiClient.h" #include "../include/list.h" #include "../external/cJSON.h" #include "../include/keyValuePair.h" #include "../model/v1_api_resource_list.h" #include "../model/v1_delete_options.h" #include "../model/v1_horizontal_pod_autoscaler.h" #include "../mod...
45.186047
392
0.81472
[ "model" ]
271937af7e8d8303c202d332d1f382f0bb4b83bd
499
h
C
src/InputFileParser/BondParsers/LevelDebtServiceBondParser.h
dgoldri25/WaterPaths
08f098e5f8baf93bc25098aa450650a4632c7eb6
[ "Apache-2.0" ]
11
2018-07-30T01:47:55.000Z
2021-07-28T22:17:07.000Z
src/InputFileParser/BondParsers/LevelDebtServiceBondParser.h
bernardoct/RevampedTriangleModel
122116eb5b32efd35f4212f09511cd68528462be
[ "Apache-2.0" ]
26
2018-06-26T15:48:20.000Z
2021-01-12T15:48:59.000Z
src/InputFileParser/BondParsers/LevelDebtServiceBondParser.h
bernardoct/RevampedTriangleModel
122116eb5b32efd35f4212f09511cd68528462be
[ "Apache-2.0" ]
9
2018-12-08T02:47:39.000Z
2021-07-26T15:34:22.000Z
// // Created by Bernardo on 11/20/2019. // #ifndef TRIANGLEMODEL_LEVELDEBTSERVICEBONDPARSER_H #define TRIANGLEMODEL_LEVELDEBTSERVICEBONDPARSER_H #include <vector> #include <string> #include "../../SystemComponents/Bonds/LevelDebtServiceBond.h" #include "../Base/BondParser.h" using namespace std; class LevelDebtSer...
19.96
65
0.789579
[ "vector" ]
271f9e7cc65db7e05f113f0dcdcbc7ae4214acbc
6,156
h
C
pxr/base/lib/tf/pathUtils.h
navefx/YuksUSD
56c2e1def36ee07121f4ecb349c1626472b3c338
[ "AML" ]
18
2017-10-28T22:37:48.000Z
2022-01-26T12:00:24.000Z
pxr/base/lib/tf/pathUtils.h
piscees/USD
65320d266057ae0a68626217f54a0298ac092799
[ "AML" ]
1
2021-08-14T23:57:51.000Z
2021-08-14T23:57:51.000Z
pxr/base/lib/tf/pathUtils.h
piscees/USD
65320d266057ae0a68626217f54a0298ac092799
[ "AML" ]
4
2018-06-14T18:14:59.000Z
2021-09-13T22:20:50.000Z
// // Copyright 2016 Pixar // // Licensed under the Apache License, Version 2.0 (the "Apache License") // with the following modification; you may not use this file except in // compliance with the Apache License and the following modification to it: // Section 6. Trademarks. is deleted and replaced with: // // 6. Trad...
40.5
79
0.71345
[ "vector" ]
5c3fad784c6a504be6c32aeda0f071f5ac45398e
1,263
h
C
sdk-6.5.20/libs/sdklt/bcma/include/bcma/hchk/bcma_hchkcmd_hchk.h
copslock/broadcom_cpri
8e2767676e26faae270cf485591902a4c50cf0c5
[ "Spencer-94" ]
null
null
null
sdk-6.5.20/libs/sdklt/bcma/include/bcma/hchk/bcma_hchkcmd_hchk.h
copslock/broadcom_cpri
8e2767676e26faae270cf485591902a4c50cf0c5
[ "Spencer-94" ]
null
null
null
sdk-6.5.20/libs/sdklt/bcma/include/bcma/hchk/bcma_hchkcmd_hchk.h
copslock/broadcom_cpri
8e2767676e26faae270cf485591902a4c50cf0c5
[ "Spencer-94" ]
null
null
null
/*! \file bcma_hchkcmd_hchk.h * * CLI 'hchk' command for debug. */ /* * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file. * * Copyright 2007-2020 Broadcom Inc. All rights reserved. */ #ifndef BCMA_HCHKCMD_CMD_H #define BCMA_HCHKC...
26.3125
134
0.689628
[ "object" ]
5c426379f0f30773b49f704ffad5567ad211a339
1,555
h
C
External/ParseKit/PFObject.h
Man-0707/app
5985283062e7ae5bbea0cc155439a37e836b3f1d
[ "MIT" ]
44
2015-01-03T10:32:02.000Z
2019-06-13T04:02:45.000Z
External/ParseKit/PFObject.h
Man-0707/app
5985283062e7ae5bbea0cc155439a37e836b3f1d
[ "MIT" ]
null
null
null
External/ParseKit/PFObject.h
Man-0707/app
5985283062e7ae5bbea0cc155439a37e836b3f1d
[ "MIT" ]
29
2015-01-06T00:00:01.000Z
2020-12-03T22:10:54.000Z
// // PFObject.h // ParseKit // // Created by Denis Berton on 22/09/12. // Copyright (c) 2012 Denis Berton. All rights reserved. // #import <Foundation/Foundation.h> @interface PFObject : NSObject @property (nonatomic, strong) DKEntity * dkEntity; @property (nonatomic, strong) NSString *objectId; @property (r...
31.734694
75
0.741479
[ "object" ]
5c49e196cd93ca851fbe29bafe52512bd815e116
19,909
c
C
release/src/router/ez-ipupdate/asus_ddns.c
zhoutao0712/rtn11pb1
09e6b6c7ef4b91be0a9374daeacc3ac9f2fa3a05
[ "Apache-2.0" ]
null
null
null
release/src/router/ez-ipupdate/asus_ddns.c
zhoutao0712/rtn11pb1
09e6b6c7ef4b91be0a9374daeacc3ac9f2fa3a05
[ "Apache-2.0" ]
null
null
null
release/src/router/ez-ipupdate/asus_ddns.c
zhoutao0712/rtn11pb1
09e6b6c7ef4b91be0a9374daeacc3ac9f2fa3a05
[ "Apache-2.0" ]
null
null
null
#include <ctype.h> #include <stdio.h> #include <string.h> #include <strings.h> #define IF_LOOKUP 1 #include <sys/ioctl.h> #include <net/if.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <stdlib.h> #include "md5.h" #include "asus_ddns.h" #if 0 #include <nvram_linux.h> #else //2007.0...
26.651941
210
0.595911
[ "model", "transform", "3d" ]
5c4b9a7ffdfa85fc368b1f7a08bbe085f16d42b3
63,516
c
C
OpenYuma/netconf/src/ncx/var.c
5GExchange/escape
eb35d460597a0386b18dd5b6a5f62a3f30eed5fa
[ "Apache-2.0" ]
10
2016-11-16T16:26:16.000Z
2021-04-26T17:20:28.000Z
OpenYuma/netconf/src/ncx/var.c
5GExchange/escape
eb35d460597a0386b18dd5b6a5f62a3f30eed5fa
[ "Apache-2.0" ]
3
2017-04-20T11:29:17.000Z
2017-11-06T17:12:12.000Z
OpenYuma/netconf/src/ncx/var.c
5GExchange/escape
eb35d460597a0386b18dd5b6a5f62a3f30eed5fa
[ "Apache-2.0" ]
10
2017-03-27T13:58:52.000Z
2020-06-24T22:42:51.000Z
/* * Copyright (c) 2008 - 2012, Andy Bierman, All Rights Reserved. * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * s...
27.389392
81
0.468433
[ "object" ]
5c5319afb66ec64972b87fa4c798d7d31ca3cac5
1,865
w
C
UI2/chat/wex5/pc/createDlgByDept.w
kaven-lu/dangchat-client
08300cbcbc66ee11ba70858717ac8cf2b03b6d57
[ "Apache-2.0" ]
null
null
null
UI2/chat/wex5/pc/createDlgByDept.w
kaven-lu/dangchat-client
08300cbcbc66ee11ba70858717ac8cf2b03b6d57
[ "Apache-2.0" ]
null
null
null
UI2/chat/wex5/pc/createDlgByDept.w
kaven-lu/dangchat-client
08300cbcbc66ee11ba70858717ac8cf2b03b6d57
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <div xmlns="http://www.w3.org/1999/xhtml" xmlns:xui="http://www.justep.com/xui" xid="window" class="window" component="$UI/system/components/justep/window/window" design="device:pc" sysParam="false"> <div component="$UI/system/components/justep/model/model" xid="model" styl...
50.405405
190
0.613941
[ "model" ]
5c633da32c5f9bb0856b34c86bd487602b55d000
9,263
h
C
Gem/Code/Source/AreaLightExampleComponent.h
Bindless-Chicken/o3de-atom-sampleviewer
13b11996079675445ce4e321f53c3ac79e01702d
[ "Apache-2.0", "MIT" ]
15
2021-07-07T02:16:06.000Z
2022-03-22T07:39:06.000Z
Gem/Code/Source/AreaLightExampleComponent.h
Bindless-Chicken/o3de-atom-sampleviewer
13b11996079675445ce4e321f53c3ac79e01702d
[ "Apache-2.0", "MIT" ]
66
2021-07-07T00:01:05.000Z
2022-03-28T06:37:41.000Z
Gem/Code/Source/AreaLightExampleComponent.h
Bindless-Chicken/o3de-atom-sampleviewer
13b11996079675445ce4e321f53c3ac79e01702d
[ "Apache-2.0", "MIT" ]
13
2021-07-06T18:21:33.000Z
2022-01-04T18:29:18.000Z
/* * Copyright (c) Contributors to the Open 3D Engine Project. * For complete copyright and license terms please see the LICENSE at the root of this distribution. * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ #pragma once #include <CommonSampleComponentBase.h> #include <AzCore/Component/TickBus.h> #incl...
40.806167
157
0.684551
[ "mesh", "render", "vector", "model", "3d" ]
5c6704a76a4c097e8be9b7a7bb4e3f58da28a6e3
2,330
h
C
weex_core/Source/include/JavaScriptCore/heap/GCIncomingRefCountedSetInlines.h
sunshl/incubator-weex
40ae49e40c3dd725d6c546451075bd6e90001c9d
[ "Apache-2.0" ]
2
2017-10-18T01:36:31.000Z
2018-05-07T23:00:21.000Z
weex_core/Source/include/JavaScriptCore/heap/GCIncomingRefCountedSetInlines.h
sunshl/incubator-weex
40ae49e40c3dd725d6c546451075bd6e90001c9d
[ "Apache-2.0" ]
4
2020-07-17T17:32:27.000Z
2021-09-01T18:49:48.000Z
weex_core/Source/include/JavaScriptCore/heap/GCIncomingRefCountedSetInlines.h
sunshl/incubator-weex
40ae49e40c3dd725d6c546451075bd6e90001c9d
[ "Apache-2.0" ]
5
2019-05-28T11:48:42.000Z
2020-05-15T07:31:55.000Z
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
28.072289
70
0.7
[ "object" ]
5c687416dc700a2e1fdf3a2add2fdace9a8e11c4
3,249
h
C
NewClockWorkEngine/Importer.h
xsiro/NewClockWorkEngine
973627ac98261f1009b5a0fd1f8a4b4d706d330a
[ "MIT" ]
null
null
null
NewClockWorkEngine/Importer.h
xsiro/NewClockWorkEngine
973627ac98261f1009b5a0fd1f8a4b4d706d330a
[ "MIT" ]
null
null
null
NewClockWorkEngine/Importer.h
xsiro/NewClockWorkEngine
973627ac98261f1009b5a0fd1f8a4b4d706d330a
[ "MIT" ]
null
null
null
#include <string> #include <vector> struct aiMesh; struct aiNode; struct aiScene; class GameObject; class ResourceMesh; class Resource; class ResourceMaterial; class ModuleMaterial; class ModuleTransform; class ModuleCamera; class AudioSource; class AudioListener; struct JSON_Object; class Config; class Component; nam...
32.168317
129
0.771622
[ "mesh", "vector", "model" ]
5c6ade8f6f88f83c08e396fa8e75d3255c5e27a8
1,672
h
C
paddle/fluid/platform/device/xpu/xpu_resource_pool.h
RangeKing/Paddle
2d87300809ae75d76f5b0b457d8112cb88dc3e27
[ "Apache-2.0" ]
11
2016-08-29T07:43:26.000Z
2016-08-29T07:51:24.000Z
paddle/fluid/platform/device/xpu/xpu_resource_pool.h
RangeKing/Paddle
2d87300809ae75d76f5b0b457d8112cb88dc3e27
[ "Apache-2.0" ]
null
null
null
paddle/fluid/platform/device/xpu/xpu_resource_pool.h
RangeKing/Paddle
2d87300809ae75d76f5b0b457d8112cb88dc3e27
[ "Apache-2.0" ]
1
2021-12-09T08:59:17.000Z
2021-12-09T08:59:17.000Z
// Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required...
25.723077
75
0.763756
[ "vector" ]
5c7547e5c65711ff6f1318431ab5878902530128
8,357
h
C
apigateway/include/tencentcloud/apigateway/v20180808/model/ApiAppInfo.h
suluner/tencentcloud-sdk-cpp
a56c73cc3f488c4d1e10755704107bb15c5e000d
[ "Apache-2.0" ]
43
2019-08-14T08:14:12.000Z
2022-03-30T12:35:09.000Z
apigateway/include/tencentcloud/apigateway/v20180808/model/ApiAppInfo.h
suluner/tencentcloud-sdk-cpp
a56c73cc3f488c4d1e10755704107bb15c5e000d
[ "Apache-2.0" ]
12
2019-07-15T10:44:59.000Z
2021-11-02T12:35:00.000Z
apigateway/include/tencentcloud/apigateway/v20180808/model/ApiAppInfo.h
suluner/tencentcloud-sdk-cpp
a56c73cc3f488c4d1e10755704107bb15c5e000d
[ "Apache-2.0" ]
28
2019-07-12T09:06:22.000Z
2022-03-30T08:04:18.000Z
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
32.644531
116
0.468589
[ "vector", "model" ]
5c757daf9cc67c671bf14454088aa84ebf28a7bd
15,935
h
C
src/include/commands/explain.h
opengauss-mirror/openGauss-graph
6beb138fd00abdbfddc999919f90371522118008
[ "MulanPSL-1.0" ]
1
2021-11-05T10:14:39.000Z
2021-11-05T10:14:39.000Z
src/include/commands/explain.h
opengauss-mirror/openGauss-graph
6beb138fd00abdbfddc999919f90371522118008
[ "MulanPSL-1.0" ]
null
null
null
src/include/commands/explain.h
opengauss-mirror/openGauss-graph
6beb138fd00abdbfddc999919f90371522118008
[ "MulanPSL-1.0" ]
null
null
null
/* ------------------------------------------------------------------------- * * explain.h * prototypes for explain.c * * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group * Portions Copyright (c) 1994-5, Regents of the University of California * * src/include/commands/explain.h * * ----...
31.42998
111
0.68792
[ "object" ]
5c82262142d7a814ec6192b8339315ecc83062df
2,955
h
C
src/Splitter.h
MarkGillespie/SplitToDelaunay
f4424178decd13a3524ff7b8930fa36c512b8e0e
[ "MIT" ]
1
2022-03-30T03:28:25.000Z
2022-03-30T03:28:25.000Z
src/Splitter.h
MarkGillespie/SplitToDelaunay
f4424178decd13a3524ff7b8930fa36c512b8e0e
[ "MIT" ]
null
null
null
src/Splitter.h
MarkGillespie/SplitToDelaunay
f4424178decd13a3524ff7b8930fa36c512b8e0e
[ "MIT" ]
null
null
null
#include "geometrycentral/surface/meshio.h" #include "geometrycentral/surface/vertex_position_geometry.h" #include "geometrycentral/utilities/vector2.h" #include "Interval.h" #include "my_assert.h" #include "polyscope/point_cloud.h" #include "polyscope/polyscope.h" #include "polyscope/surface_mesh.h" #include <deque...
32.472527
79
0.588832
[ "mesh", "geometry", "vector" ]
5c840eb3bc485013fc61a94f2a0a5a6d98d70442
44,942
c
C
ext/mb/fast_sound/fast_sound.c
mike-bourgeous/mb-rb-sound
31b2865c059c70ec4d32caf42fa56a5894528c0e
[ "BSD-2-Clause" ]
null
null
null
ext/mb/fast_sound/fast_sound.c
mike-bourgeous/mb-rb-sound
31b2865c059c70ec4d32caf42fa56a5894528c0e
[ "BSD-2-Clause" ]
null
null
null
ext/mb/fast_sound/fast_sound.c
mike-bourgeous/mb-rb-sound
31b2865c059c70ec4d32caf42fa56a5894528c0e
[ "BSD-2-Clause" ]
null
null
null
/* * Faster sound routines for internal use by mb-sound, typically fairly * straightforward ports from existing Ruby code. * (C)2021 Mike Bourgeous */ #include <stdlib.h> #include <math.h> #include <complex.h> #include <ruby.h> #include "numo/narray.h" enum wave_types { OSC_SINE, OSC_COMPLEX_SINE, OSC_TRIANGL...
27.949005
181
0.688443
[ "object" ]
5c8c3cba45da0b7eae144ea02bed2d4485cfe977
1,430
h
C
src/System/Manager/MultipleAnimationManager.h
omochi64/Hashireisen2D
e3db38261441891b27e727f6938ef17ce21fed96
[ "BSD-3-Clause" ]
null
null
null
src/System/Manager/MultipleAnimationManager.h
omochi64/Hashireisen2D
e3db38261441891b27e727f6938ef17ce21fed96
[ "BSD-3-Clause" ]
null
null
null
src/System/Manager/MultipleAnimationManager.h
omochi64/Hashireisen2D
e3db38261441891b27e727f6938ef17ce21fed96
[ "BSD-3-Clause" ]
null
null
null
#pragma once #include <stdio.h> #include <vector> #include <map> #include "Selene.h" #include "TextureManager.h" #include "Game/Objects.h" #include "Game/UdongeAnimation.h" #include "3DModelManager.h" using namespace Selene; using namespace std; class CMultipleAnimationManager{ map<ATOM, MultipleAnimation *> m_a...
36.666667
132
0.797203
[ "render", "vector" ]
5c8d8c63304438de0522ca55b5b5ec3c8dac1b22
1,910
h
C
core/lux_mapper.h
rohany/Lux
626371133ca088fc234d031cc5a4bc3ed713d479
[ "Apache-2.0" ]
56
2018-06-04T22:17:26.000Z
2022-01-25T08:12:06.000Z
core/lux_mapper.h
rohany/Lux
626371133ca088fc234d031cc5a4bc3ed713d479
[ "Apache-2.0" ]
13
2019-01-08T16:15:37.000Z
2022-02-22T00:11:12.000Z
core/lux_mapper.h
rohany/Lux
626371133ca088fc234d031cc5a4bc3ed713d479
[ "Apache-2.0" ]
9
2018-09-25T07:03:47.000Z
2021-11-17T16:02:30.000Z
/* Copyright 2018 Stanford University * * 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 agree...
36.730769
83
0.637173
[ "vector" ]
b16566cb657906208c9ddf5e444397b76123c994
1,410
h
C
GQUserLog/XZUserKVStoreManage.h
ascendQing/GQUserLog
cc816e147dc6b2c52e841e9e15040d49618f3ffe
[ "Apache-2.0" ]
10
2017-12-18T07:27:49.000Z
2020-05-18T08:26:02.000Z
GQUserLog/XZUserKVStoreManage.h
ascendQing/GQUserLog
cc816e147dc6b2c52e841e9e15040d49618f3ffe
[ "Apache-2.0" ]
1
2019-03-14T04:35:16.000Z
2019-03-14T04:35:16.000Z
GQUserLog/XZUserKVStoreManage.h
ascendQing/GQUserLog
cc816e147dc6b2c52e841e9e15040d49618f3ffe
[ "Apache-2.0" ]
3
2019-07-23T03:25:16.000Z
2020-11-03T06:24:20.000Z
// // XZUserKVStoreManage.h // Xiezhu // // Created by qing on 2017/9/1. // Copyright © 2017年 GouLiao11. All rights reserved. // #import <Foundation/Foundation.h> @interface XZUserKVStoreManage : NSObject + (instancetype)shareInstance; /** * @brief 修改数据库名 * */ - (void)reviseDBName; /** * @brief 存字典到数据库 * ...
18.076923
58
0.580142
[ "object" ]
b171aaa8a440ccf11414519f5be19dde010a7be9
294
h
C
src/SampleSequenceDataContainer/SampleSequenceData.h
RemiMattheyDoret/SimBit
ed0e64c0abb97c6c889bc0adeec1277cbc6cbe43
[ "MIT" ]
11
2017-06-06T23:02:48.000Z
2021-08-17T20:13:05.000Z
src/SampleSequenceDataContainer/SampleSequenceData.h
RemiMattheyDoret/SimBit
ed0e64c0abb97c6c889bc0adeec1277cbc6cbe43
[ "MIT" ]
1
2017-06-06T23:08:05.000Z
2017-06-07T09:28:08.000Z
src/SampleSequenceDataContainer/SampleSequenceData.h
RemiMattheyDoret/SimBit
ed0e64c0abb97c6c889bc0adeec1277cbc6cbe43
[ "MIT" ]
null
null
null
class SampleSequenceData { uint32_t from; uint32_t to; uint32_t nextL; std::vector<uint32_t> lociList; public: size_t patch; size_t ind; unsigned char haplo; size_t nbLoci() const; bool isMoreLoci(); uint32_t nextLocus(); void start(); SampleSequenceData(InputReader& input); };
15.473684
40
0.738095
[ "vector" ]
b1739ea8f79c31f7fba9e0585dae3aa6ead39a74
4,155
h
C
app/svdemo/supervisor.h
weberdaniel/actor-supervisor-demo
f460d98571576b31a37782839e2fbbbf114b65e8
[ "MIT" ]
null
null
null
app/svdemo/supervisor.h
weberdaniel/actor-supervisor-demo
f460d98571576b31a37782839e2fbbbf114b65e8
[ "MIT" ]
null
null
null
app/svdemo/supervisor.h
weberdaniel/actor-supervisor-demo
f460d98571576b31a37782839e2fbbbf114b65e8
[ "MIT" ]
null
null
null
#include <iostream> #include "types.h" #pragma once using namespace caf; // this information is passed to a supervisor to specify all information // on a child process. this is the function entry point "start", but also // a unique name of the child "child_id". then there options like if the // child process is signi...
38.831776
81
0.761252
[ "object", "vector" ]
b17977c06787d1ef374f3e0c5938b71f245cb662
2,081
h
C
pxr/usd/ar/pyResolverContext_v2.h
stephenp24/USD
faed18ce62c8736b02413635b584a2f637156bad
[ "Apache-2.0" ]
3,680
2016-07-26T18:28:11.000Z
2022-03-31T09:55:05.000Z
pxr/usd/ar/pyResolverContext_v2.h
stephenp24/USD
faed18ce62c8736b02413635b584a2f637156bad
[ "Apache-2.0" ]
1,759
2016-07-26T19:19:59.000Z
2022-03-31T21:24:00.000Z
pxr/usd/ar/pyResolverContext_v2.h
stephenp24/USD
faed18ce62c8736b02413635b584a2f637156bad
[ "Apache-2.0" ]
904
2016-07-26T18:33:40.000Z
2022-03-31T09:55:16.000Z
// // Copyright 2020 Pixar // // Licensed under the Apache License, Version 2.0 (the "Apache License") // with the following modification; you may not use this file except in // compliance with the Apache License and the following modification to it: // Section 6. Trademarks. is deleted and replaced with: // // 6. Trad...
32.515625
85
0.771744
[ "object" ]
b188fb6011c94118ed715de49c47fdcd929b2c89
1,066
h
C
panda/src/net/datagramSinkNet.h
ethanlindley/panda3d
2bc35287d1af4e2c5d2f8a3c58d62d35446ca6f7
[ "PHP-3.0", "PHP-3.01" ]
3
2020-01-02T08:43:36.000Z
2020-07-05T08:59:02.000Z
panda/src/net/datagramSinkNet.h
ethanlindley/panda3d
2bc35287d1af4e2c5d2f8a3c58d62d35446ca6f7
[ "PHP-3.0", "PHP-3.01" ]
null
null
null
panda/src/net/datagramSinkNet.h
ethanlindley/panda3d
2bc35287d1af4e2c5d2f8a3c58d62d35446ca6f7
[ "PHP-3.0", "PHP-3.01" ]
1
2020-03-11T17:38:45.000Z
2020-03-11T17:38:45.000Z
/** * 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 datagramSinkNet.h * @a...
23.688889
86
0.744841
[ "3d" ]
b192754bc41c6f6140ab2faaf38ef76fcd8a8f8c
1,140
h
C
LeetCode/C++/0028._Implement_strStr/solution.h
icgw/LeetCode
cb70ca87aa4604d1aec83d4224b3489eacebba75
[ "MIT" ]
4
2018-09-12T09:32:17.000Z
2018-12-06T03:17:38.000Z
LeetCode/C++/0028._Implement_strStr/solution.h
icgw/algorithm
cb70ca87aa4604d1aec83d4224b3489eacebba75
[ "MIT" ]
null
null
null
LeetCode/C++/0028._Implement_strStr/solution.h
icgw/algorithm
cb70ca87aa4604d1aec83d4224b3489eacebba75
[ "MIT" ]
null
null
null
/* * solution.h * Copyright (C) 2021 Guowei Chen <icgw@outlook.com> * * Distributed under terms of the Apache license. */ #ifndef _SOLUTION_H_ #define _SOLUTION_H_ #include <string> using std::string; #include <vector> using std::vector; class Solution { private: vector<int> get_max_num_of_eq_pref_suf_str(con...
20
63
0.522807
[ "vector" ]
b1940c784b5c91b8422337a50d6c09d5a016937b
13,342
h
C
src/autopas/containers/verletClusterCells/VerletClusterCellsParticleIterator.h
neftlon/AutoPas
62866238968a5db9e7bd1f884b7571d5d5ad2370
[ "BSD-2-Clause" ]
null
null
null
src/autopas/containers/verletClusterCells/VerletClusterCellsParticleIterator.h
neftlon/AutoPas
62866238968a5db9e7bd1f884b7571d5d5ad2370
[ "BSD-2-Clause" ]
null
null
null
src/autopas/containers/verletClusterCells/VerletClusterCellsParticleIterator.h
neftlon/AutoPas
62866238968a5db9e7bd1f884b7571d5d5ad2370
[ "BSD-2-Clause" ]
null
null
null
/** * @file VerletClusterCellsParticleIterator.h * @author jspahl * @date 25.3.19 */ #pragma once #include <algorithm> #include <utility> #include <vector> #include "autopas/cells/FullParticleCell.h" #include "autopas/containers/CellBasedParticleContainer.h" #include "autopas/containers/ParticleDeletedObserver.h...
39.473373
119
0.683331
[ "vector" ]
b19fbc827647d23df31dfcff5198a633080fa803
1,096
h
C
Child/Releases/CHILDr100706/Code/Inclusions.h
dvalters/child
9874278f5308ab6c5f0cb93ed879bca9761d24b9
[ "MIT" ]
9
2015-02-23T15:47:20.000Z
2020-05-19T23:42:05.000Z
Child/Releases/CHILDr100706/Code/Inclusions.h
dvalters/child
9874278f5308ab6c5f0cb93ed879bca9761d24b9
[ "MIT" ]
3
2020-04-21T06:12:53.000Z
2020-08-20T16:56:17.000Z
Child/Releases/CHILDr100706/Code/Inclusions.h
dvalters/child
9874278f5308ab6c5f0cb93ed879bca9761d24b9
[ "MIT" ]
12
2015-02-18T18:34:57.000Z
2020-07-12T04:04:36.000Z
//-*-c++-*- /****************************************************************************/ /** ** @file Inclusions.h ** @brief Master list of included files for CHILD model ** ** $Id: Inclusions.h,v 1.9 2004-06-14 14:09:44 childcvs Exp $ */ /**********************************************************************...
28.102564
78
0.590328
[ "model" ]
b1a6aeb80cfb6defbc9f018393ba6ccd0dfdf5ae
8,644
h
C
src/prod/src/httpgateway/HttpServer.h
gridgentoo/ServiceFabricAzure
c3e7a07617e852322d73e6cc9819d266146866a4
[ "MIT" ]
2,542
2018-03-14T21:56:12.000Z
2019-05-06T01:18:20.000Z
src/prod/src/httpgateway/HttpServer.h
gridgentoo/ServiceFabricAzure
c3e7a07617e852322d73e6cc9819d266146866a4
[ "MIT" ]
994
2019-05-07T02:39:30.000Z
2022-03-31T13:23:04.000Z
src/prod/src/httpgateway/HttpServer.h
gridgentoo/ServiceFabricAzure
c3e7a07617e852322d73e6cc9819d266146866a4
[ "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 HttpGa...
39.834101
141
0.68938
[ "vector" ]
b1a988fe0fa52505163acc6d6e36f500466e8e4a
551
h
C
TCGoogleMaps/Lib/TCGoogleMapsLib/Places/TCPlacesServiceError.h
SkyRDTeamArthur/TCGoogleMaps64
f20b427e99ab389e0ffb99411c96e7c63de37bd3
[ "MIT" ]
null
null
null
TCGoogleMaps/Lib/TCGoogleMapsLib/Places/TCPlacesServiceError.h
SkyRDTeamArthur/TCGoogleMaps64
f20b427e99ab389e0ffb99411c96e7c63de37bd3
[ "MIT" ]
null
null
null
TCGoogleMaps/Lib/TCGoogleMapsLib/Places/TCPlacesServiceError.h
SkyRDTeamArthur/TCGoogleMaps64
f20b427e99ab389e0ffb99411c96e7c63de37bd3
[ "MIT" ]
null
null
null
// // TCPlacesServiceError.h // TCGoogleMaps // // Created by Lee Tze Cheun on 9/5/13. // Copyright (c) 2013 Lee Tze Cheun. All rights reserved. // #import <Foundation/Foundation.h> @interface TCPlacesServiceError : NSObject /** * Creates and returns an `NSError` object from the status code * returned by G...
22.04
78
0.684211
[ "object" ]
b1ad05b356ddd08b0ce62329e70215c0bead657e
3,855
c
C
src/lcg64.c
gonsie/ddcMD
d229248898b34630e166966bd00b0c4e0a1a2411
[ "MIT" ]
null
null
null
src/lcg64.c
gonsie/ddcMD
d229248898b34630e166966bd00b0c4e0a1a2411
[ "MIT" ]
null
null
null
src/lcg64.c
gonsie/ddcMD
d229248898b34630e166966bd00b0c4e0a1a2411
[ "MIT" ]
null
null
null
#include "lcg64.h" #include <math.h> #include <stdio.h> #include <stdlib.h> #include <assert.h> #include <mpi.h> #include <string.h> #include <wordexp.h> #include "three_algebra.h" #include "error.h" #include "object.h" #include "ioUtils.h" #include "ddcMalloc.h" #include "primes.h" #define TWO_M64 5.4210108624275222e-...
26.586207
102
0.649805
[ "object" ]
b1be93ec0cecf97b019b8e26a0bfdc66a254a37c
1,933
h
C
inetsrv/intlwb/thai2/sth/filemanager.h
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
inetsrv/intlwb/thai2/sth/filemanager.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
inetsrv/intlwb/thai2/sth/filemanager.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
//------------------------------------------------------------------------------------------ // FileManager.h // // Contain code for loading and writting files. // // Created By: aarayas // // History: 01/11/2001 // //------------------------------------------------------------------------------------------ ...
34.517857
93
0.607346
[ "object" ]
b1c5125032b5a1064e7f89dca4733eec78ead6b1
6,740
c
C
machine/qemu/sources/u-boot/lib/efi_loader/efi_setup.c
muddessir/framework
5b802b2dd7ec9778794b078e748dd1f989547265
[ "MIT" ]
1
2021-11-21T19:56:29.000Z
2021-11-21T19:56:29.000Z
machine/qemu/sources/u-boot/lib/efi_loader/efi_setup.c
muddessir/framework
5b802b2dd7ec9778794b078e748dd1f989547265
[ "MIT" ]
null
null
null
machine/qemu/sources/u-boot/lib/efi_loader/efi_setup.c
muddessir/framework
5b802b2dd7ec9778794b078e748dd1f989547265
[ "MIT" ]
null
null
null
// SPDX-License-Identifier: GPL-2.0+ /* * EFI setup code * * Copyright (c) 2016-2018 Alexander Graf et al. */ #include <common.h> #include <efi_loader.h> #include <efi_variable.h> #define OBJ_LIST_NOT_INITIALIZED 1 efi_status_t efi_obj_list_initialized = OBJ_LIST_NOT_INITIALIZED; /* * Allow unaligned memory ...
23.082192
74
0.725519
[ "object" ]
b1d53131bc52f4fd2fb04ac9e8861f45d8941088
8,123
h
C
DXRplayground/Source/DXrenderer/DXhelpers.h
nameless323/DXRplayground
fddd79a3bd189d83a421a346a50b50ed8afad4bb
[ "MIT" ]
1
2022-02-02T18:17:13.000Z
2022-02-02T18:17:13.000Z
DXRplayground/Source/DXrenderer/DXhelpers.h
nameless323/DXRplayground
fddd79a3bd189d83a421a346a50b50ed8afad4bb
[ "MIT" ]
null
null
null
DXRplayground/Source/DXrenderer/DXhelpers.h
nameless323/DXRplayground
fddd79a3bd189d83a421a346a50b50ed8afad4bb
[ "MIT" ]
null
null
null
#pragma once #include <array> #include <exception> #include <map> #include <windows.h> #include <string> #include <DirectXMath.h> #include "External/Dx12Helpers/d3dx12.h" #include "DXrenderer/RenderContext.h" #include "Utils/Logger.h" namespace DirectxPlayground { class ComException : public std::exception // [a_vor...
33.566116
167
0.73495
[ "object", "vector" ]
b1d68cfbc3dd4870079229f6435b4af40434f0a9
2,576
h
C
Game/Source/Character.h
aNnAm2606/PROJECT-II-BAKARA-SAN
84bbc8cc9f7ea9f5b1b3ece4ea4053c74e7ece7f
[ "MIT" ]
null
null
null
Game/Source/Character.h
aNnAm2606/PROJECT-II-BAKARA-SAN
84bbc8cc9f7ea9f5b1b3ece4ea4053c74e7ece7f
[ "MIT" ]
7
2022-03-19T21:14:34.000Z
2022-03-19T21:53:13.000Z
Game/Source/Character.h
aNnAm2606/PROJECT-II-BAKARA-SAN
84bbc8cc9f7ea9f5b1b3ece4ea4053c74e7ece7f
[ "MIT" ]
1
2022-03-08T12:25:02.000Z
2022-03-08T12:25:02.000Z
#ifndef __CHARACTER_H__ #define __CHARACTER_H__ #include "SDL/include/SDL.h" #include "Point.h" #include "Animation.h" #include <string> #include <vector> struct Stats { int maxHealth; int health; int damage; int speed; }; class Ability; class Character { public: enum class ECharacterType { // Player charac...
21.114754
123
0.754658
[ "render", "vector" ]
b1d7d2b79788ec839faee6865712fe79700cdd8c
4,185
h
C
src/oops/util/AnyOf.h
andreapiacentini/oops
48c923c210a75773e2457eea8b1a8eee29837bb5
[ "Apache-2.0" ]
2
2021-03-10T18:33:19.000Z
2022-01-05T08:37:31.000Z
src/oops/util/AnyOf.h
andreapiacentini/oops
48c923c210a75773e2457eea8b1a8eee29837bb5
[ "Apache-2.0" ]
3
2020-10-30T21:38:31.000Z
2020-11-02T18:14:29.000Z
src/oops/util/AnyOf.h
andreapiacentini/oops
48c923c210a75773e2457eea8b1a8eee29837bb5
[ "Apache-2.0" ]
6
2017-08-03T23:36:57.000Z
2017-09-15T15:14:17.000Z
/* * (C) Copyright 2021 Met Office UK * * This software is licensed under the terms of the Apache Licence Version 2.0 * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. */ #ifndef OOPS_UTIL_ANYOF_H_ #define OOPS_UTIL_ANYOF_H_ #include <string> #include <utility> #include <boost/optional.hpp>...
38.75
100
0.694146
[ "object", "vector" ]
b1dcde5d34cf12b11e2d1b51f587501014df11c5
1,874
h
C
chromium/components/password_manager/core/browser/import/csv_reader.h
wedataintelligence/vivaldi-source
22a46f2c969f6a0b7ca239a05575d1ea2738768c
[ "BSD-3-Clause" ]
null
null
null
chromium/components/password_manager/core/browser/import/csv_reader.h
wedataintelligence/vivaldi-source
22a46f2c969f6a0b7ca239a05575d1ea2738768c
[ "BSD-3-Clause" ]
null
null
null
chromium/components/password_manager/core/browser/import/csv_reader.h
wedataintelligence/vivaldi-source
22a46f2c969f6a0b7ca239a05575d1ea2738768c
[ "BSD-3-Clause" ]
2
2020-04-04T13:34:56.000Z
2020-11-04T07:17:52.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 COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_EXPORT_CSV_READER_H_ #define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_EXPORT_CSV_READER_H_ #include <map...
44.619048
80
0.754536
[ "vector" ]
b1e16aa6575bd112264f3d05e41a0ca51ba7b782
4,449
h
C
cplusplus/src/Game.h
csci-599-applied-ml-for-games/DeepRTS
595ce5105cfa36030f8102d659a0d59e6f707686
[ "MIT" ]
null
null
null
cplusplus/src/Game.h
csci-599-applied-ml-for-games/DeepRTS
595ce5105cfa36030f8102d659a0d59e6f707686
[ "MIT" ]
1
2019-11-25T06:40:34.000Z
2019-12-03T03:59:13.000Z
cplusplus/src/Game.h
maswin/DeepRTS
9922078951810d65fc212a0c2ee32f75765d3cd0
[ "MIT" ]
1
2019-12-03T04:54:57.000Z
2019-12-03T04:54:57.000Z
// // Created by Per-Arne on 23.02.2017. // #ifndef WARC2SIM_GAME_H #define WARC2SIM_GAME_H #include <memory> #include <map> #include <unordered_map> #include <iostream> #include <chrono> #include "util/matrix.cpp" #include "player/Player.h" #include "environment/Map.h" #include "environment/Tilemap.h" #include "Con...
20.315068
64
0.554956
[ "render", "vector" ]
07eed49db9d76ddbb10b464e0887f7a93d542f8f
6,303
h
C
Engine/Source/Programs/UnrealLightmass/Private/Lighting/Mappings.h
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
1
2022-01-29T18:36:12.000Z
2022-01-29T18:36:12.000Z
Engine/Source/Programs/UnrealLightmass/Private/Lighting/Mappings.h
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
null
null
null
Engine/Source/Programs/UnrealLightmass/Private/Lighting/Mappings.h
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
null
null
null
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreMinimal.h" #include "LockFreeList.h" #include "Templates/RefCounting.h" #include "SceneExport.h" #include "LightingCache.h" #include "GatheredLightingSample.h" namespace Lightmass { class FCacheIndirectTaskDescription; class FInt...
27.644737
134
0.794066
[ "mesh" ]
07f1670f554da9cf8535dcc6691571b4fb335867
55,370
c
C
mlvwm/event.c
TheMorc/mlvwm
f28b1a0da7038df81f33d6cce5ffb343459e55f8
[ "MIT" ]
null
null
null
mlvwm/event.c
TheMorc/mlvwm
f28b1a0da7038df81f33d6cce5ffb343459e55f8
[ "MIT" ]
null
null
null
mlvwm/event.c
TheMorc/mlvwm
f28b1a0da7038df81f33d6cce5ffb343459e55f8
[ "MIT" ]
null
null
null
/****************************************************************************/ /* This module is based on fvwm, but has been siginificantly modified */ /* by TakaC Hasegawa (tac.hasegawa@gmail.com) */ /****************************************************************************/ /***...
28.063862
132
0.624381
[ "shape", "vector" ]
07f27f5ee35ad894ca39632431c95a3fcef5d5ed
2,426
h
C
motioncorr_v2.1/src/SP++3/include/statistics.h
cianfrocco-lab/Motion-correction
c77ee034bba2ef184837e070dde43f75d8a4e1e7
[ "MIT" ]
11
2016-09-05T21:14:25.000Z
2022-02-18T21:31:34.000Z
src/SP++3/include/statistics.h
wjiang/motioncorr
14ed37d1cc72e55d1592e78e3dda758cd46a3698
[ "Naumen", "Condor-1.1", "MS-PL" ]
5
2016-05-24T10:55:18.000Z
2016-06-10T01:07:42.000Z
src/SP++3/include/statistics.h
wjiang/motioncorr
14ed37d1cc72e55d1592e78e3dda758cd46a3698
[ "Naumen", "Condor-1.1", "MS-PL" ]
9
2016-04-26T10:14:20.000Z
2020-10-14T07:34:59.000Z
/* * Copyright (c) 2008-2011 Zhang Ming (M. Zhang), zmjerry@163.com * * 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 or any later version. * * Redistribution and ...
35.15942
80
0.643034
[ "vector" ]
07f675e082d45660b8d0a0934ff248f5534fbe6e
3,220
h
C
gui/objects/Palette.h
pavelsevecek/OpenSPH
d547c0af6270a739d772a4dcba8a70dc01775367
[ "MIT" ]
20
2021-04-02T04:30:08.000Z
2022-03-01T09:52:01.000Z
gui/objects/Palette.h
pavelsevecek/OpenSPH
d547c0af6270a739d772a4dcba8a70dc01775367
[ "MIT" ]
null
null
null
gui/objects/Palette.h
pavelsevecek/OpenSPH
d547c0af6270a739d772a4dcba8a70dc01775367
[ "MIT" ]
1
2022-01-22T11:44:52.000Z
2022-01-22T11:44:52.000Z
#pragma once #include "gui/objects/Color.h" #include "objects/containers/Array.h" #include "objects/wrappers/Function.h" #include "objects/wrappers/Outcome.h" #include "quantities/QuantityIds.h" NAMESPACE_SPH_BEGIN class Path; enum class PaletteScale { /// Control points are interpolated on linear scale LIN...
31.568627
110
0.707143
[ "transform" ]
07fbc233f323364a9fd9cf81abf23cb6aeccd6c9
140,886
h
C
Include/10.0.10240.0/winrt/windows.networking.servicediscovery.dnssd.h
sezero/windows-sdk-headers
e8e9d4d50769ded01a2df905c6bf4355eb3fa8b5
[ "MIT" ]
5
2020-05-29T06:22:17.000Z
2021-11-28T08:21:38.000Z
Include/10.0.10240.0/winrt/windows.networking.servicediscovery.dnssd.h
sezero/windows-sdk-headers
e8e9d4d50769ded01a2df905c6bf4355eb3fa8b5
[ "MIT" ]
null
null
null
Include/10.0.10240.0/winrt/windows.networking.servicediscovery.dnssd.h
sezero/windows-sdk-headers
e8e9d4d50769ded01a2df905c6bf4355eb3fa8b5
[ "MIT" ]
5
2020-05-30T04:15:11.000Z
2021-11-28T08:48:56.000Z
/* this ALWAYS GENERATED file contains the definitions for the interfaces */ /* File created by MIDL compiler version 8.00.0613 */ /* @@MIDL_FILE_HEADING( ) */ /* verify that the <rpcndr.h> version is high enough to compile this file*/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__...
46.543112
589
0.783669
[ "object" ]
07ff07063e90596e7a8c98f3a72c142807651168
2,865
h
C
snmpagent/val_string.h
stardog-union/rocks_snmp
7fa1a752957c7b4999833d89e5a8023d855d8ce8
[ "Apache-2.0" ]
null
null
null
snmpagent/val_string.h
stardog-union/rocks_snmp
7fa1a752957c7b4999833d89e5a8023d855d8ce8
[ "Apache-2.0" ]
null
null
null
snmpagent/val_string.h
stardog-union/rocks_snmp
7fa1a752957c7b4999833d89e5a8023d855d8ce8
[ "Apache-2.0" ]
1
2020-11-14T16:41:51.000Z
2020-11-14T16:41:51.000Z
/** * @file val_string.h * @author matthewv * @date February 5, 2012 * @date Copyright 2012 * * @brief Declarations for snmp agentX value objects (rfc 2741, January 2000) */ #ifndef VAL_STRING_H #define VAL_STRING_H #include <set> #include <string> #include <vector> #ifndef SNMP_VALUE_H #include "snmp_value.h...
25.353982
77
0.670855
[ "vector" ]
5806418a061f9ad8e6aa7cf8802d7878ad499582
2,278
h
C
libs/Chipmunk-SpaceManager/src/ccExtras/SpaceManagerCocos2d.h
MakeSchool/Kobold2D
487401773bbbf3604f62b247afeac0c1d6e5f38b
[ "MIT" ]
1
2017-03-09T21:49:42.000Z
2017-03-09T21:49:42.000Z
libs/Chipmunk-SpaceManager/src/ccExtras/SpaceManagerCocos2d.h
MakeSchool/Kobold2D
487401773bbbf3604f62b247afeac0c1d6e5f38b
[ "MIT" ]
1
2018-10-12T19:58:47.000Z
2018-10-12T19:58:47.000Z
src/ccExtras/SpaceManagerCocos2d.h
robertblackwood/Chipmunk-Spacemanager
1e4b4a6171eb070a75c793162aa2276f9f2c93aa
[ "MIT" ]
2
2016-11-14T09:11:59.000Z
2018-10-12T19:54:43.000Z
/* * SpaceManagerCocos2d.h * Example * * Created by Robert Blackwood on 1/4/11. * Copyright 2011 Mobile Bros. All rights reserved. * */ #import "cocos2d.h" #import "SpaceManager.h" #import "cpCCNode.h" #import "cpCCSprite.h" #import "cpShapeNode.h" #import "cpConstraintNode.h" /*! iterateFunc for only acti...
35.046154
137
0.754609
[ "shape" ]
58080cd6de9d135bd562e455f417728051ad086d
636
h
C
src/primitives/intersections.h
elp2/ray-tracer-challenge
685ed92c1c0b4483d6f18ccbc7c678a55d0eb541
[ "Apache-2.0" ]
1
2020-12-23T05:00:13.000Z
2020-12-23T05:00:13.000Z
src/primitives/intersections.h
elp2/ray-tracer-challenge
685ed92c1c0b4483d6f18ccbc7c678a55d0eb541
[ "Apache-2.0" ]
null
null
null
src/primitives/intersections.h
elp2/ray-tracer-challenge
685ed92c1c0b4483d6f18ccbc7c678a55d0eb541
[ "Apache-2.0" ]
1
2021-05-18T22:19:08.000Z
2021-05-18T22:19:08.000Z
#ifndef RTC_PRIMITIVES_INTERSECTIONS_H #define RTC_PRIMITIVES_INTERSECTIONS_H #include <optional> #include <vector> #include "primitives/intersection.h" class Intersections { public: Intersections(std::vector<Intersection> intersections); ~Intersections() = default; std::optional<Intersection> Hit() const; ...
24.461538
84
0.761006
[ "vector" ]
58095c3d0d254c195f15f1b0190e2afd3b6b5c06
923
h
C
Project II Game/Motor2D/j1EntityManager.h
Sanmopre/Sea_Conquest
52c46c218b38eeaa8f7f224e7bff74ef2cc5d934
[ "Zlib" ]
null
null
null
Project II Game/Motor2D/j1EntityManager.h
Sanmopre/Sea_Conquest
52c46c218b38eeaa8f7f224e7bff74ef2cc5d934
[ "Zlib" ]
1
2020-03-03T09:56:15.000Z
2020-05-24T22:29:01.000Z
Project II Game/Motor2D/j1EntityManager.h
Sanmopre/Sea_Conquest
52c46c218b38eeaa8f7f224e7bff74ef2cc5d934
[ "Zlib" ]
null
null
null
#ifndef __j1EntityManager_H__ #define __j1EntityManager_H__ #include "j1Module.h" #include "j1Entities.h" #include <vector> class j1EntityManager : public j1Module { public: j1EntityManager(); ~j1EntityManager(); bool Start(); bool Update(float dt); bool CleanUp(); bool Load(pugi::xml_node& data); bool Save...
20.065217
107
0.742145
[ "vector" ]
580ac04d4b2c622053b0fa3283024096a284d881
14,513
h
C
dlls/basemonster.h
Laluka256/halflife-planckepoch
3ccfd783213c3ee88b9ed8204acdce01d40d5420
[ "Unlicense" ]
1
2021-12-16T19:29:18.000Z
2021-12-16T19:29:18.000Z
dlls/basemonster.h
Laluka256/halflife-planckepoch
3ccfd783213c3ee88b9ed8204acdce01d40d5420
[ "Unlicense" ]
1
2021-11-29T18:04:51.000Z
2021-11-29T18:04:51.000Z
dlls/basemonster.h
Laluka256/halflife-planckepoch
3ccfd783213c3ee88b9ed8204acdce01d40d5420
[ "Unlicense" ]
null
null
null
/*** * * Copyright (c) 1996-2001, Valve LLC. All rights reserved. * * This product contains software technology licensed from Id * Software, Inc. ("Id Technology"). Id Technology (c) 1996 Id Software, Inc. * All Rights Reserved. * * This source code contains proprietary and confidential information of * Valve L...
41.945087
203
0.742507
[ "vector" ]
580e574c82ac7b7ed687fa0b96c9400dcb9d63a9
3,124
h
C
libnaucrates/include/naucrates/statistics/CJoinStatsProcessor.h
acmnu/gporca
22e0442576c7e9c578a2a7d6182007ca045baedd
[ "ECL-2.0", "Apache-2.0" ]
1
2019-03-05T10:08:56.000Z
2019-03-05T10:08:56.000Z
libnaucrates/include/naucrates/statistics/CJoinStatsProcessor.h
ppmht/gporca
7131e3e134e6e608f7e9fef9152a8b5d71e6a59e
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
libnaucrates/include/naucrates/statistics/CJoinStatsProcessor.h
ppmht/gporca
7131e3e134e6e608f7e9fef9152a8b5d71e6a59e
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
//--------------------------------------------------------------------------- // Greenplum Database // Copyright (C) 2018 Pivotal, Inc. // // @filename: // CJoinStatsProcessor.h // // @doc: // Compute statistics for all joins //--------------------------------------------------------------------------- #ifndef GPNAUC...
26.931034
105
0.678297
[ "object" ]
580e6f7e7225e1447628293dca22bf955f192153
1,684
h
C
YtxPlayer/app/src/main/java/com_ytx_ican_media_player_render_GraphicRenderer.h
ytxhao/ytxplayer
f7341d4dbe310e8e4d978328cb848d7f4de44aac
[ "Apache-2.0" ]
3
2016-09-21T15:31:35.000Z
2017-12-18T07:34:20.000Z
YtxPlayer/app/src/main/java/com_ytx_ican_media_player_render_GraphicRenderer.h
ytxhao/ytxplayer
f7341d4dbe310e8e4d978328cb848d7f4de44aac
[ "Apache-2.0" ]
null
null
null
YtxPlayer/app/src/main/java/com_ytx_ican_media_player_render_GraphicRenderer.h
ytxhao/ytxplayer
f7341d4dbe310e8e4d978328cb848d7f4de44aac
[ "Apache-2.0" ]
2
2016-11-25T09:50:18.000Z
2019-06-18T16:12:03.000Z
/* DO NOT EDIT THIS FILE - it is machine generated */ #include <jni.h> /* Header for class com_ytx_ican_media_player_render_GraphicRenderer */ #ifndef _Included_com_ytx_ican_media_player_render_GraphicRenderer #define _Included_com_ytx_ican_media_player_render_GraphicRenderer #ifdef __cplusplus extern "C" { #endif #un...
30.071429
85
0.809382
[ "object" ]
581010c5a5e9c667a52751ec82b3694de2a7d5d1
17,405
h
C
media_driver/agnostic/common/codec/hal/codechal_decode_avc.h
xinfengz/media-driver
310104a4693c476a215de13e7e9fabdf2afbad0a
[ "Intel", "BSD-3-Clause", "MIT" ]
1
2019-09-26T23:48:34.000Z
2019-09-26T23:48:34.000Z
media_driver/agnostic/common/codec/hal/codechal_decode_avc.h
xinfengz/media-driver
310104a4693c476a215de13e7e9fabdf2afbad0a
[ "Intel", "BSD-3-Clause", "MIT" ]
null
null
null
media_driver/agnostic/common/codec/hal/codechal_decode_avc.h
xinfengz/media-driver
310104a4693c476a215de13e7e9fabdf2afbad0a
[ "Intel", "BSD-3-Clause", "MIT" ]
1
2017-12-11T03:28:35.000Z
2017-12-11T03:28:35.000Z
/* * Copyright (c) 2011-2017, Intel Corporation * * 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, p...
43.081683
159
0.587935
[ "render" ]
581303573dd7d38d013b65d9a3852627cd21c135
18,844
h
C
xfields/beam_elements/beambeam_src/beambeam3d.h
xbuffat/xfields
2b51a544d0b15d98789fe4b14cf0104998607377
[ "MIT" ]
1
2021-09-07T14:34:22.000Z
2021-09-07T14:34:22.000Z
xfields/beam_elements/beambeam_src/beambeam3d.h
xbuffat/xfields
2b51a544d0b15d98789fe4b14cf0104998607377
[ "MIT" ]
16
2021-03-12T11:28:57.000Z
2021-08-17T19:52:40.000Z
xfields/beam_elements/beambeam_src/beambeam3d.h
xbuffat/xfields
2b51a544d0b15d98789fe4b14cf0104998607377
[ "MIT" ]
5
2021-06-16T12:45:22.000Z
2022-01-07T15:24:09.000Z
#ifndef XFIELDS_BEAMBEAM3D_H #define XFIELDS_BEAMBEAM3D_H #if !defined(mysign) #define mysign(a) (((a) >= 0) - ((a) < 0)) #endif /*gpufun*/ void Sigmas_propagate( Sigmas sigmas_0, double const S, double const threshold_singular, int64_t const handle_singularities, double* Sig_11_hat_ptr,...
35.893333
109
0.640416
[ "shape" ]
581ad88e455e7f335995c9781bbd6738269b04bc
3,118
c
C
Code/Model_for_PIL_PIL/Src/main.c
meltinglab/dynamic-obstacle-avoidance
2290754436864a817851c71803d5275445cbcdb1
[ "MIT" ]
5
2021-05-24T07:00:50.000Z
2021-06-19T16:44:04.000Z
Code/Model_for_PIL_PIL/Src/main.c
meltinglab/dynamic-obstacle-avoidance
2290754436864a817851c71803d5275445cbcdb1
[ "MIT" ]
null
null
null
Code/Model_for_PIL_PIL/Src/main.c
meltinglab/dynamic-obstacle-avoidance
2290754436864a817851c71803d5275445cbcdb1
[ "MIT" ]
3
2021-04-20T19:24:23.000Z
2022-03-12T17:58:16.000Z
/* * Academic License - for use in teaching, academic research, and meeting * course requirements at degree granting institutions only. Not for * government, commercial, or other organizational use. * * File: main.c * * Code generated for Simulink model :Model_for_PIL. * * Model version : 1.18 * Simulin...
29.980769
81
0.643682
[ "model" ]
58225e76bb12d7bd1cd5ab74dcf47dc46158c1ff
2,263
c
C
d/islands/dreams/mons/nightmare_shade.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-07-19T05:24:44.000Z
2021-11-18T04:08:19.000Z
d/islands/dreams/mons/nightmare_shade.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
4
2021-03-15T18:56:39.000Z
2021-08-17T17:08:22.000Z
d/islands/dreams/mons/nightmare_shade.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-09-12T06:22:38.000Z
2022-01-31T01:15:12.000Z
#include <std.h> #include <daemons.h> #include "../defs.h" inherit WEAPONLESS; void create() { object ob; ::create(); set_name("nightmare shadow"); set_short("A flickering shadow"); set_id(({"shadow","flickering shadow","nightmare","nightmare shadow","shade","dreammon"})); set_long( "%^BOLD%^%^BLAC...
31.873239
92
0.63544
[ "object", "shape" ]
5823494ae7887dc66e78cb49fcc3c7811c846eb5
6,951
h
C
crnlib/crn_comp.h
HugoPeters/crunch
44c8402e24441c7524ca364941fd224ab3b971e9
[ "Zlib" ]
478
2015-01-04T16:59:53.000Z
2022-03-07T20:28:07.000Z
crnlib/crn_comp.h
HugoPeters/crunch
44c8402e24441c7524ca364941fd224ab3b971e9
[ "Zlib" ]
83
2015-01-15T21:45:06.000Z
2021-11-08T11:01:48.000Z
crnlib/crn_comp.h
HugoPeters/crunch
44c8402e24441c7524ca364941fd224ab3b971e9
[ "Zlib" ]
175
2015-01-04T03:30:39.000Z
2020-01-27T17:08:14.000Z
// File: crn_comp.h // See Copyright Notice and license at the end of inc/crnlib.h #pragma once #define CRND_HEADER_FILE_ONLY #include "../inc/crn_decomp.h" #undef CRND_HEADER_FILE_ONLY #include "../inc/crnlib.h" #include "crn_symbol_codec.h" #include "crn_dxt_hc.h" #include "crn_image.h" #include "crn_im...
38.192308
165
0.664221
[ "vector" ]
582b5b993817ffde4fa13aa8a75f700cff6cad98
2,286
h
C
src/header/command_tree.h
Program0/rshell
54f661dbc04309f9018991b3a9f1d29a744e5319
[ "BSD-3-Clause" ]
null
null
null
src/header/command_tree.h
Program0/rshell
54f661dbc04309f9018991b3a9f1d29a744e5319
[ "BSD-3-Clause" ]
null
null
null
src/header/command_tree.h
Program0/rshell
54f661dbc04309f9018991b3a9f1d29a744e5319
[ "BSD-3-Clause" ]
null
null
null
// Marlo Zeroth mzero001@ucr.edu 861309346 // Emmilio Segovia esego001@ucr.edu 861305177 /* * File: composite_tree.h * Author: Marlo Zeroth * * Created on November 19, 2016, 5:47 PM */ #ifndef COMMAND_TREE_H #define COMMAND_TREE_H // System libraries #include <vector> #include <string> #include <cstdlib> //...
19.538462
70
0.623797
[ "vector" ]
584f0da323aef29aa7bd9d9434b21cb10fee7710
2,978
h
C
External/blender-2.79/include/blenkernel/BKE_anim.h
sasa42/MeshSyncDCCPlugin
716ed0f2b2dc0e0dbce44f020e5f0fc3197d3283
[ "Apache-2.0" ]
2
2020-03-26T12:50:11.000Z
2020-03-26T12:54:41.000Z
External/blender-2.79/include/blenkernel/BKE_anim.h
okokokoksimida/MeshSyncDCCPlugin
716ed0f2b2dc0e0dbce44f020e5f0fc3197d3283
[ "Apache-2.0" ]
null
null
null
External/blender-2.79/include/blenkernel/BKE_anim.h
okokokoksimida/MeshSyncDCCPlugin
716ed0f2b2dc0e0dbce44f020e5f0fc3197d3283
[ "Apache-2.0" ]
1
2021-09-27T18:32:52.000Z
2021-09-27T18:32:52.000Z
/* * ***** BEGIN GPL LICENSE BLOCK ***** * * 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 later version. * * This program is d...
33.840909
143
0.720618
[ "geometry", "object" ]
5851baaa1085929e4e244386800d57d020144563
29,119
c
C
opensoap/src/api/Socket.c
kbore/pbis-open
a05eb9309269b6402b4d6659bc45961986ea5eab
[ "Apache-2.0" ]
372
2016-10-28T10:50:35.000Z
2022-03-18T19:54:37.000Z
opensoap/src/api/Socket.c
kbore/pbis-open
a05eb9309269b6402b4d6659bc45961986ea5eab
[ "Apache-2.0" ]
317
2016-11-02T17:41:48.000Z
2021-11-08T20:28:19.000Z
opensoap/src/api/Socket.c
kenferrara/pbis-open
690c325d947b2bf6fb3032f9d660e41b94aea4be
[ "Apache-2.0" ]
107
2016-11-03T19:25:16.000Z
2022-03-20T21:15:22.000Z
/*----------------------------------------------------------------------------- * $RCSfile: Socket.c,v $ * * See Copyright for the status of this software. * * The OpenSOAP Project * http://opensoap.jp/ *----------------------------------------------------------------------------- */ #if (!defined(_WIN32)) || ...
25.678131
103
0.539819
[ "object" ]
5851f6384a79b6aa886037dd8f7ff960d4abb6a9
5,428
h
C
regrank/xgboost_regrank_obj.h
poseidon1214/xgboost
71cc6808ce07f8caa3b1276bd4b0e7923a33f5ef
[ "Apache-2.0" ]
null
null
null
regrank/xgboost_regrank_obj.h
poseidon1214/xgboost
71cc6808ce07f8caa3b1276bd4b0e7923a33f5ef
[ "Apache-2.0" ]
null
null
null
regrank/xgboost_regrank_obj.h
poseidon1214/xgboost
71cc6808ce07f8caa3b1276bd4b0e7923a33f5ef
[ "Apache-2.0" ]
1
2019-02-19T15:00:20.000Z
2019-02-19T15:00:20.000Z
#ifndef XGBOOST_REGRANK_OBJ_H #define XGBOOST_REGRANK_OBJ_H /*! * \file xgboost_regrank_obj.h * \brief defines objective function interface used in xgboost for regression and rank * \author Tianqi Chen, Kailong Chen */ #include "xgboost_regrank_data.h" namespace xgboost{ namespace regrank{ /*! \brief i...
42.740157
107
0.550479
[ "vector", "transform" ]
38950274d371e192757075a17fa2f7cc1d7c7ac1
12,139
h
C
local_topk/BOBHash32.h
Double-Blind-Sketch/Double-Blind-Sketch
d4515bab280c7c9f36de3bba7d40a94eecd6fd55
[ "Apache-2.0" ]
null
null
null
local_topk/BOBHash32.h
Double-Blind-Sketch/Double-Blind-Sketch
d4515bab280c7c9f36de3bba7d40a94eecd6fd55
[ "Apache-2.0" ]
null
null
null
local_topk/BOBHash32.h
Double-Blind-Sketch/Double-Blind-Sketch
d4515bab280c7c9f36de3bba7d40a94eecd6fd55
[ "Apache-2.0" ]
null
null
null
#ifndef __BOBHASH32_H__ #define __BOBHASH32_H__ #include <cstdio> #include <random> #include <vector> #include <unordered_set> using namespace std; #define MAX_PRIME32 1229 #define MAX_BIG_PRIME32 50 class BOBHash32 { public: BOBHash32(); ~BOBHash32(); BOBHash32(uint32_t prime32Num); void initialize(uint32_t prim...
39.669935
88
0.606969
[ "vector" ]
389874c62ecd05087507b51668405af8a5013fe2
15,886
c
C
base/fs/cdfs/cachesup.c
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
base/fs/cdfs/cachesup.c
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
base/fs/cdfs/cachesup.c
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
/*++ Copyright (c) 1990-2000 Microsoft Corporation Module Name: Cache.c Abstract: This module implements the cache management routines for the Cdfs FSD and FSP, by calling the Common Cache Manager. // @@BEGIN_DDKSPLIT Author: Brian Andrew [BrianAn] 01-July-1995 Revision ...
24.327718
91
0.525872
[ "object", "transform" ]
389c7f9ec21af3284955016585304f5e4bcf58cf
527
h
C
afp-eplex/ellen/general_fns.h
lacava/regression-benchmark
f20ef3dd1083b273f5777975f2e1f366060ec2fd
[ "MIT" ]
null
null
null
afp-eplex/ellen/general_fns.h
lacava/regression-benchmark
f20ef3dd1083b273f5777975f2e1f366060ec2fd
[ "MIT" ]
null
null
null
afp-eplex/ellen/general_fns.h
lacava/regression-benchmark
f20ef3dd1083b273f5777975f2e1f366060ec2fd
[ "MIT" ]
null
null
null
#pragma once #ifndef GENERAL_FNS_H #define GENERAL_FNS_H //#include "rnd.h" bool is_number(const std::string& s); void MutInstruction(ind& newind,int loc,params&,vector<Randclass>& r,Data& d); void InsInstruction(ind& newind,int loc,params&,vector<Randclass>& r); void find_root_nodes(vector<node>& line, vector<unsign...
27.736842
86
0.743833
[ "vector" ]
389f49bcab5a759182aa0875fa1d0dddb31e89c0
1,039
h
C
State.h
Urielbp/a_star_template
6715d9c52d3a5909e949fe2581ba9b7b364bddd5
[ "MIT" ]
null
null
null
State.h
Urielbp/a_star_template
6715d9c52d3a5909e949fe2581ba9b7b364bddd5
[ "MIT" ]
null
null
null
State.h
Urielbp/a_star_template
6715d9c52d3a5909e949fe2581ba9b7b364bddd5
[ "MIT" ]
null
null
null
// // Created by Uriel Barbosa Pinheiro on 2019-08-26. // #ifndef A_STAR_TEMPLATE_STATE_H #define A_STAR_TEMPLATE_STATE_H #include <vector> class State { int f; // g + h int g; // path up to here int h; // heuristic public: State* parent; std::vector<State> succesors; //TODO: Add here the rep...
23.613636
77
0.661213
[ "vector" ]
38a0314092b6662dc2d3f6c9c062401ddf3482a0
2,679
h
C
content/browser/ppapi_broker_process_host.h
meego-tablet-ux/meego-app-browser
0f4ef17bd4b399c9c990a2f6ca939099495c2b9c
[ "BSD-3-Clause" ]
1
2015-10-12T09:14:22.000Z
2015-10-12T09:14:22.000Z
content/browser/ppapi_broker_process_host.h
meego-tablet-ux/meego-app-browser
0f4ef17bd4b399c9c990a2f6ca939099495c2b9c
[ "BSD-3-Clause" ]
null
null
null
content/browser/ppapi_broker_process_host.h
meego-tablet-ux/meego-app-browser
0f4ef17bd4b399c9c990a2f6ca939099495c2b9c
[ "BSD-3-Clause" ]
1
2020-11-04T07:22:28.000Z
2020-11-04T07:22:28.000Z
// Copyright (c) 2011 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 CONTENT_BROWSER_PPAPI_BROKER_PROCESS_HOST_H_ #define CONTENT_BROWSER_PPAPI_BROKER_PROCESS_HOST_H_ #pragma once #include <queue> #include "ba...
32.670732
79
0.745054
[ "vector" ]
38a2a24509f03fd807e755ac830ba817b9820f2c
1,649
h
C
src/application/ApiServer.h
DavHau/Riner
f9e9815b713572f03497f0e4e66c3f82a0241b66
[ "MIT" ]
4
2019-07-24T03:24:08.000Z
2022-03-04T07:41:08.000Z
src/application/ApiServer.h
DavHau/Riner
f9e9815b713572f03497f0e4e66c3f82a0241b66
[ "MIT" ]
3
2019-07-30T22:10:39.000Z
2020-06-15T15:57:08.000Z
src/application/ApiServer.h
DavHau/Riner
f9e9815b713572f03497f0e4e66c3f82a0241b66
[ "MIT" ]
6
2019-07-30T21:33:07.000Z
2022-03-21T20:53:11.000Z
#pragma once #include <src/common/Json.h> #include <src/common/Pointers.h> #include <src/util/LockUtils.h> #include <src/network/JsonRpcUtil.h> #include "Device.h" #include "Application.h" #include <deque> #include <map> namespace riner { class Application; /** * runs a Json RPC 2.0 api which exposes t...
37.477273
209
0.67738
[ "object" ]
38a2c1b068894942e8f73509d3aca93638d340ca
4,536
h
C
include/ossim/init/ossimInit.h
vladislav-horbatiuk/ossim
82417ad868fac022672335e1684bdd91d662c18c
[ "MIT" ]
251
2015-10-20T09:08:11.000Z
2022-03-22T18:16:38.000Z
include/ossim/init/ossimInit.h
IvanLJF/ossim
2e0143f682b9884a09ff2598ef8737f29e44fbdf
[ "MIT" ]
73
2015-11-02T17:12:36.000Z
2021-11-15T17:41:47.000Z
include/ossim/init/ossimInit.h
IvanLJF/ossim
2e0143f682b9884a09ff2598ef8737f29e44fbdf
[ "MIT" ]
146
2015-10-15T16:00:15.000Z
2022-03-22T12:37:14.000Z
//******************************************************************* // // License: See top level LICENSE.txt file. // // DESCRIPTION: // Contains declaration of class ossimInit. This object handles all aspects // of initialization for OSSIM applications. These tasks include: // // 1. Parsing the command li...
29.264516
95
0.650353
[ "object" ]
38a74d3ad5941d7eed54617c86ea409a89c8ef86
1,531
h
C
c/utilities.h
halfhorst/miniray
414150db2671d144579632284846a5ab31ee30f7
[ "MIT" ]
2
2021-06-25T05:28:21.000Z
2021-11-14T17:43:37.000Z
c/utilities.h
halfhorst/miniray
414150db2671d144579632284846a5ab31ee30f7
[ "MIT" ]
null
null
null
c/utilities.h
halfhorst/miniray
414150db2671d144579632284846a5ab31ee30f7
[ "MIT" ]
null
null
null
#include <stdlib.h> #include "vector.h" #ifndef MINIRAY_UTILITIES_H_ #define MINIRAY_UTILITIES_H_ #define M_PI 3.14159265358979323846 /* Print renderer progress to stdout. */ void print_progress(int curr_ray, int total_ray, int curr_sample, int total_sample); /* Sample a point inside a sphere...
25.949153
78
0.722404
[ "vector" ]
38b3290de63bc1b376f1cadf9840362a0feac007
7,263
c
C
framebuffer.c
forksnd/load81
f3b4404c2ba9fe24dcad3fdc8679de9662fcc1f5
[ "BSD-2-Clause" ]
364
2015-01-05T06:14:18.000Z
2022-03-30T10:21:18.000Z
framebuffer.c
forksnd/load81
f3b4404c2ba9fe24dcad3fdc8679de9662fcc1f5
[ "BSD-2-Clause" ]
6
2015-03-10T20:41:13.000Z
2019-01-07T10:35:30.000Z
framebuffer.c
forksnd/load81
f3b4404c2ba9fe24dcad3fdc8679de9662fcc1f5
[ "BSD-2-Clause" ]
49
2015-03-10T14:41:08.000Z
2021-10-01T13:32:24.000Z
#include "framebuffer.h" static unsigned char *BitmapFont[256]; /* ============================= Frame buffer ============================== */ void sdlInit(frameBuffer *fb, int fullscreen) { int flags = SDL_WINDOW_OPENGL; if (fullscreen) flags |= SDL_WINDOW_FULLSCREEN; if (SDL_Init(SDL_INIT_VIDEO) == -1...
34.585714
116
0.591491
[ "render", "object" ]
38b4553488cc173478d203fb99d43b0fe9ec5745
2,297
h
C
moos-ivp/ivp/src/app_alogclip/ALogClipper.h
EasternEdgeRobotics/2018
24df2fe56fa6d172ba3c34c1a97f249dbd796787
[ "MIT" ]
null
null
null
moos-ivp/ivp/src/app_alogclip/ALogClipper.h
EasternEdgeRobotics/2018
24df2fe56fa6d172ba3c34c1a97f249dbd796787
[ "MIT" ]
null
null
null
moos-ivp/ivp/src/app_alogclip/ALogClipper.h
EasternEdgeRobotics/2018
24df2fe56fa6d172ba3c34c1a97f249dbd796787
[ "MIT" ]
null
null
null
/*****************************************************************/ /* NAME: Michael Benjamin */ /* ORGN: Dept of Mechanical Eng / CSAIL, MIT Cambridge MA */ /* FILE: ALogClipper.h */ /* DATE: June 5th, 2008 ...
35.338462
67
0.511972
[ "vector" ]
38b9d2e2617d5f9a269765f5a1f63957346a962d
4,224
h
C
externals/IFCConvert/src/IFCC_SolidModelConverter.h
ghorwin/IFC2BESplusplus
0c8e6d735faf56c84ff9c741773da92bc82b23dd
[ "MIT" ]
null
null
null
externals/IFCConvert/src/IFCC_SolidModelConverter.h
ghorwin/IFC2BESplusplus
0c8e6d735faf56c84ff9c741773da92bc82b23dd
[ "MIT" ]
null
null
null
externals/IFCConvert/src/IFCC_SolidModelConverter.h
ghorwin/IFC2BESplusplus
0c8e6d735faf56c84ff9c741773da92bc82b23dd
[ "MIT" ]
null
null
null
#ifndef IFCC_SolidModelConverterH #define IFCC_SolidModelConverterH /* -*-c++-*- IfcQuery www.ifcquery.com * MIT License Copyright (c) 2017 Fabian Gerold 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 S...
51.512195
259
0.815341
[ "geometry", "vector", "model", "solid" ]