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
c4bfa458101cf0a827c205fa3379fd80bc0814e1
4,424
h
C
Image_Loading/nvImage.h
dn-projects/Tank-O-Mania
cadb8a6aac88291e896885bc60b7ad4be01cabff
[ "CC0-1.0" ]
null
null
null
Image_Loading/nvImage.h
dn-projects/Tank-O-Mania
cadb8a6aac88291e896885bc60b7ad4be01cabff
[ "CC0-1.0" ]
null
null
null
Image_Loading/nvImage.h
dn-projects/Tank-O-Mania
cadb8a6aac88291e896885bc60b7ad4be01cabff
[ "CC0-1.0" ]
null
null
null
#pragma once #pragma comment(lib, "Image_Loading/nvImage.lib") // // nvImage.h - Image support class // // The nvImage class implements an interface for a multipurpose image // object. This class is useful for loading and formating images // for use as textures. The class supports dds, png, and hdr formats. // //...
32.291971
106
0.633816
[ "object", "vector" ]
c4c15555b8d163894c7a23c6f9649cc685ebf295
10,173
h
C
src/cascadia/WindowsTerminal/AppHost.h
rasc0l/terminal
f0c2ef361a0354e0c0a34117a99985cef1ba7804
[ "MIT" ]
1
2022-03-29T09:09:19.000Z
2022-03-29T09:09:19.000Z
src/cascadia/WindowsTerminal/AppHost.h
rasc0l/terminal
f0c2ef361a0354e0c0a34117a99985cef1ba7804
[ "MIT" ]
2
2022-03-13T04:56:20.000Z
2022-03-13T04:59:18.000Z
src/cascadia/WindowsTerminal/AppHost.h
rasc0l/terminal
f0c2ef361a0354e0c0a34117a99985cef1ba7804
[ "MIT" ]
2
2022-03-21T17:02:47.000Z
2022-03-30T15:53:39.000Z
// Copyright (c) Microsoft Corporation. // Licensed under the MIT license. #include "pch.h" #include "NonClientIslandWindow.h" #include "NotificationIcon.h" #include <til/throttled_func.h> class AppHost { public: AppHost() noexcept; virtual ~AppHost(); void AppTitleChanged(const winrt::Wind...
61.654545
139
0.712474
[ "vector", "model" ]
c4c1f71f51538e84052b38494ca615095f1bddad
3,232
h
C
src/reflection/interface_std_string.h
HolyBlackCat/world-line
07c5a956bdb0be0dd77886bd57bbc436c3e7ecce
[ "Zlib" ]
7
2018-10-02T21:37:29.000Z
2022-01-06T02:39:11.000Z
src/reflection/interface_std_string.h
HolyBlackCat/world-line
07c5a956bdb0be0dd77886bd57bbc436c3e7ecce
[ "Zlib" ]
null
null
null
src/reflection/interface_std_string.h
HolyBlackCat/world-line
07c5a956bdb0be0dd77886bd57bbc436c3e7ecce
[ "Zlib" ]
2
2019-06-10T21:38:35.000Z
2019-06-11T12:40:58.000Z
#pragma once #include <cstddef> #include <cstdint> #include <exception> #include <string> #include <type_traits> #include "program/errors.h" #include "reflection/interface_basic.h" #include "reflection/interface_container.h" #include "strings/escape.h" #include "utils/robust_math.h" namespace Refl { class Interf...
32.979592
146
0.586015
[ "object" ]
c4c3457ccc8fa49311bcbca92e7342beb7c30065
4,568
h
C
encryption/des/des.h
Parahoo/baselib
24b4b08eaf9657e785e19334a96e24afaa639647
[ "MIT" ]
1
2019-09-09T03:08:29.000Z
2019-09-09T03:08:29.000Z
encryption/des/des.h
Parahoo/baselib
24b4b08eaf9657e785e19334a96e24afaa639647
[ "MIT" ]
null
null
null
encryption/des/des.h
Parahoo/baselib
24b4b08eaf9657e785e19334a96e24afaa639647
[ "MIT" ]
null
null
null
/** * \file des.h */ #ifndef _DES_H #define _DES_H #ifdef __cplusplus extern "C" { #endif /** * \brief DES context structure */ typedef struct { unsigned long esk[32]; /*!< DES encryption subkeys */ unsigned long dsk[32]; /*!< DES decryption subkeys */ } des_context; /** * \brief ...
26.71345
68
0.580342
[ "vector" ]
c4c9117b0cd44a1be0d83132706d07b6408be54d
3,806
h
C
src/planning/scenario_planning/lane_driving/motion_planning/obstacle_avoidance_planner/include/obstacle_avoidance_planner/util.h
zqw-hooper/AutowareArchitectureProposal
93ca87fd7255be697219a100a97a639a56f6c4a7
[ "Apache-2.0" ]
null
null
null
src/planning/scenario_planning/lane_driving/motion_planning/obstacle_avoidance_planner/include/obstacle_avoidance_planner/util.h
zqw-hooper/AutowareArchitectureProposal
93ca87fd7255be697219a100a97a639a56f6c4a7
[ "Apache-2.0" ]
null
null
null
src/planning/scenario_planning/lane_driving/motion_planning/obstacle_avoidance_planner/include/obstacle_avoidance_planner/util.h
zqw-hooper/AutowareArchitectureProposal
93ca87fd7255be697219a100a97a639a56f6c4a7
[ "Apache-2.0" ]
4
2021-06-21T11:58:51.000Z
2021-08-06T08:25:54.000Z
/* * Copyright 2020 Tier IV, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
34.917431
98
0.776406
[ "vector" ]
c4ca8866b67a7d3b3ab48c927ee3ad772dba6978
265
h
C
Example/Pods/DLFoundationLib/DLFoundationLib/Classes/View/DLCheckBox.h
bawangflower/DLPrintSetLib
315a4ace9442be2740cb5364cc720afbe50dc6e1
[ "MIT" ]
null
null
null
Example/Pods/DLFoundationLib/DLFoundationLib/Classes/View/DLCheckBox.h
bawangflower/DLPrintSetLib
315a4ace9442be2740cb5364cc720afbe50dc6e1
[ "MIT" ]
null
null
null
Example/Pods/DLFoundationLib/DLFoundationLib/Classes/View/DLCheckBox.h
bawangflower/DLPrintSetLib
315a4ace9442be2740cb5364cc720afbe50dc6e1
[ "MIT" ]
null
null
null
// // DLCheckBox.h // PocketSLH // // Created by yunyu on 16/3/3. // // #import <UIKit/UIKit.h> @interface DLCheckBox : UIButton @property (nonatomic, strong) id object; /** * default is YES */ @property (nonatomic, assign) BOOL isAutoChangeStatus; @end
12.619048
54
0.660377
[ "object" ]
c4cc3733841954ce683f7fc95256b06323b723ff
817
c
C
gcc-gcc-7_3_0-release/gcc/testsuite/gcc.target/powerpc/pr81959.c
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/gcc/testsuite/gcc.target/powerpc/pr81959.c
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/gcc.target/powerpc/pr81959.c
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
/* { dg-do compile { target { powerpc64*-*-* && lp64 } } } */ /* { dg-require-effective-target powerpc_p9vector_ok } */ /* { dg-options "-mpower9-vector -O2 -mfloat128" } */ /* PR 81959, the compiler raised on unrecognizable insn message in converting int to __float128, where the int had a PRE_INC in the address. ...
31.423077
77
0.611995
[ "vector" ]
c4cc6de1a95bf92da3c440930f935fd4067a862b
1,464
c
C
deps/mceliece/kem/mceliece8192128f/decrypt.c
tniessen/node-mceliece-nist
4737b287ca09196ddd5ec2dee9e8fe66bbb17547
[ "ISC" ]
1
2020-07-25T23:10:34.000Z
2020-07-25T23:10:34.000Z
deps/mceliece/kem/mceliece6688128f/decrypt.c
tniessen/node-mceliece-nist
4737b287ca09196ddd5ec2dee9e8fe66bbb17547
[ "ISC" ]
1
2021-06-04T06:06:01.000Z
2021-06-07T18:33:37.000Z
deps/mceliece/kem/mceliece460896f/decrypt.c
tniessen/node-mceliece-nist
4737b287ca09196ddd5ec2dee9e8fe66bbb17547
[ "ISC" ]
1
2021-02-27T19:14:25.000Z
2021-02-27T19:14:25.000Z
/* This file is for Niederreiter decryption */ #include <stdio.h> #include "decrypt.h" #include "params.h" #include "benes.h" #include "util.h" #include "synd.h" #include "root.h" #include "gf.h" #include "bm.h" /* Niederreiter decryption with the Berlekamp decoder */ /* intput: sk, secret key */ /* c, cip...
15.574468
78
0.525956
[ "vector" ]
c4d7b067e5bff97bec8f27f65fb8ed289a579e2a
3,529
c
C
src/common/face.c
Lilith5th/Radiance
3aff252e57e6d2ca9205cf7caf20aaa1a897aaf2
[ "BSD-3-Clause-LBNL" ]
41
2017-05-17T18:56:53.000Z
2022-03-08T16:38:57.000Z
src/common/face.c
Lilith5th/Radiance
3aff252e57e6d2ca9205cf7caf20aaa1a897aaf2
[ "BSD-3-Clause-LBNL" ]
6
2019-04-28T10:06:26.000Z
2021-02-04T14:20:48.000Z
src/common/face.c
Lilith5th/Radiance
3aff252e57e6d2ca9205cf7caf20aaa1a897aaf2
[ "BSD-3-Clause-LBNL" ]
5
2019-02-27T02:45:10.000Z
2021-01-20T21:15:56.000Z
#ifndef lint static const char RCSid[] = "$Id: face.c,v 2.13 2016/09/16 15:09:21 greg Exp $"; #endif /* * face.c - routines dealing with polygonal faces. */ #include "copyright.h" #include "standard.h" #include "object.h" #include "face.h" /* * A face is given as a list of 3D vertices. The normal * direc...
22.477707
80
0.552281
[ "object", "3d" ]
c4d9020c752f2b73ac991ab486ca9c312031da1b
23,837
c
C
ctp2_code/libs/anet/src/dp/dpgroup.c
xiaolanchong/call_to_power2
39f19d18b363cefb151bbbf050c6b672ee544117
[ "DOC" ]
null
null
null
ctp2_code/libs/anet/src/dp/dpgroup.c
xiaolanchong/call_to_power2
39f19d18b363cefb151bbbf050c6b672ee544117
[ "DOC" ]
null
null
null
ctp2_code/libs/anet/src/dp/dpgroup.c
xiaolanchong/call_to_power2
39f19d18b363cefb151bbbf050c6b672ee544117
[ "DOC" ]
null
null
null
/* Copyright (C) 1995-2001 Activision, Inc. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distribu...
31.44723
107
0.616814
[ "object" ]
c4e2823eb19f2c9214f19d2a032af993c1bdbbe5
1,391
h
C
digsby/ext/src/Animation/Interpolation.h
ifwe/digsby
f5fe00244744aa131e07f09348d10563f3d8fa99
[ "Python-2.0" ]
35
2015-08-15T14:32:38.000Z
2021-12-09T16:21:26.000Z
digsby/ext/src/Animation/Interpolation.h
niterain/digsby
16a62c7df1018a49eaa8151c0f8b881c7e252949
[ "Python-2.0" ]
4
2015-09-12T10:42:57.000Z
2017-02-27T04:05:51.000Z
digsby/ext/src/Animation/Interpolation.h
niterain/digsby
16a62c7df1018a49eaa8151c0f8b881c7e252949
[ "Python-2.0" ]
15
2015-07-10T23:58:07.000Z
2022-01-23T22:16:33.000Z
#ifndef _CGUI_INTERPOLATION_H_ #define _CGUI_INTERPOLATION_H_ #include <wx/colour.h> #include <vector> using std::vector; /* things to interpolate - numbers - colors - points - rectangles - images interpolation methods - linear - polynomial, etc. - strobe */ static wxColour interpolate(wxColour ...
17.3875
68
0.637671
[ "vector" ]
c4e7ca04f2d5669118da7a5e5f71d377bd40e1c8
1,527
h
C
sp/src/common/proto_version.h
joshmartel/source-sdk-2013
524e87f708d6c30360613b1f65ee174deafa20f4
[ "Unlicense" ]
2,268
2015-01-01T19:31:56.000Z
2022-03-31T20:15:31.000Z
sp/src/common/proto_version.h
joshmartel/source-sdk-2013
524e87f708d6c30360613b1f65ee174deafa20f4
[ "Unlicense" ]
241
2015-01-01T15:26:14.000Z
2022-03-31T22:09:59.000Z
sp/src/common/proto_version.h
DimasDSF/SMI
76cc2df8d1f51eb06743d66169524c3493b6d407
[ "Unlicense" ]
2,174
2015-01-01T08:18:05.000Z
2022-03-31T10:43:59.000Z
//========= Copyright Valve Corporation, All rights reserved. ============// // // Purpose: // // $NoKeywords: $ // //=============================================================================// #if !defined( PROTO_VERSION_H ) #define PROTO_VERSION_H #ifdef _WIN32 #pragma once #endif // The current network protoco...
30.54
94
0.735429
[ "model" ]
c4e819c9cec52401aca075a7e122f319b846ee11
3,228
c
C
src/scopmath/abort.c
tommorse/nrn
73236b12977118ae0a98d7dbbed60973994cdaee
[ "BSD-3-Clause" ]
203
2018-05-03T11:02:11.000Z
2022-03-31T14:18:31.000Z
src/scopmath/abort.c
tommorse/nrn
73236b12977118ae0a98d7dbbed60973994cdaee
[ "BSD-3-Clause" ]
1,228
2018-04-25T09:00:48.000Z
2022-03-31T21:42:21.000Z
src/scopmath/abort.c
tommorse/nrn
73236b12977118ae0a98d7dbbed60973994cdaee
[ "BSD-3-Clause" ]
134
2018-04-23T09:14:13.000Z
2022-03-16T08:57:11.000Z
#include <../../nrnconf.h> /****************************************************************************** * * File: abort.c * * Copyright (c) 1984, 1985, 1986, 1987, 1988, 1989, 1990 * Duke University * ******************************************************************************/ #ifndef LINT static char R...
24.270677
104
0.596035
[ "model" ]
c4eab304a239e2077039c6288d16954a43b97163
3,383
h
C
services/audiopolicy/common/managerdefinitions/include/EffectDescriptor.h
Dreadwyrm/lhos_frameworks_av
62c63ccfdf5c79a3ad9be4836f473da9398c671b
[ "Apache-2.0" ]
null
null
null
services/audiopolicy/common/managerdefinitions/include/EffectDescriptor.h
Dreadwyrm/lhos_frameworks_av
62c63ccfdf5c79a3ad9be4836f473da9398c671b
[ "Apache-2.0" ]
null
null
null
services/audiopolicy/common/managerdefinitions/include/EffectDescriptor.h
Dreadwyrm/lhos_frameworks_av
62c63ccfdf5c79a3ad9be4836f473da9398c671b
[ "Apache-2.0" ]
2
2021-07-08T07:42:11.000Z
2021-07-09T21:56:10.000Z
/* * Copyright (C) 2015 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
35.610526
91
0.706769
[ "vector" ]
c4f359a4d5d4c9b32b81815af75f01bd424b785f
44,807
c
C
src/database/serialization/code/sd_serializerXMLMetadata.c
brezillon/opensplice
725ae9d949c83fce1746bd7d8a154b9d0a81fe3e
[ "Apache-2.0" ]
133
2017-11-09T02:10:00.000Z
2022-03-29T09:45:10.000Z
src/database/serialization/code/sd_serializerXMLMetadata.c
brezillon/opensplice
725ae9d949c83fce1746bd7d8a154b9d0a81fe3e
[ "Apache-2.0" ]
131
2017-11-07T14:48:43.000Z
2022-03-13T15:30:47.000Z
src/database/serialization/code/sd_serializerXMLMetadata.c
brezillon/opensplice
725ae9d949c83fce1746bd7d8a154b9d0a81fe3e
[ "Apache-2.0" ]
94
2017-11-09T02:26:19.000Z
2022-02-24T06:38:25.000Z
/* * Vortex OpenSplice * * This software and documentation are Copyright 2006 to TO_YEAR ADLINK * Technology Limited, its affiliated companies and licensors. All rights * reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file e...
32.258459
244
0.651729
[ "object" ]
f20542c1625d5e77ace4acb4c0e2edc1125d40d9
4,978
h
C
cpp/coln/api.h
propaganda-gold/deeprev
0c6ccf83131a879ed858acdb0675e75ebf2f2d3d
[ "BSD-3-Clause" ]
null
null
null
cpp/coln/api.h
propaganda-gold/deeprev
0c6ccf83131a879ed858acdb0675e75ebf2f2d3d
[ "BSD-3-Clause" ]
2
2021-05-11T16:29:38.000Z
2022-01-22T12:28:49.000Z
cpp/coln/api.h
propaganda-gold/deeprev
0c6ccf83131a879ed858acdb0675e75ebf2f2d3d
[ "BSD-3-Clause" ]
null
null
null
// Unique - constant pointer.. not mutable.. caller doesn't have ownership, // unless they copy. // Unique - an moveable object we have owenrship of // Shared - a copyable object we have owernship of // Mutable - mutable pointer, we do not have owernship of // Outside of the collections code, almost no code should use...
29.455621
79
0.694656
[ "object", "vector" ]
f20b7296e107005f8bcdbef64947b8500d9e223b
3,651
h
C
newVdpDemo/deps/include/codecParameters.h
hrobrty/newVdpDemo
dac610929a4501d6cc7b2580aeff9239a4e77f6d
[ "MIT" ]
null
null
null
newVdpDemo/deps/include/codecParameters.h
hrobrty/newVdpDemo
dac610929a4501d6cc7b2580aeff9239a4e77f6d
[ "MIT" ]
1
2021-04-14T06:10:35.000Z
2021-04-14T06:10:35.000Z
newVdpDemo/deps/include/codecParameters.h
hrobrty/newVdpDemo
dac610929a4501d6cc7b2580aeff9239a4e77f6d
[ "MIT" ]
null
null
null
/* codecParameters.h Copyright (C) 2011 Belledonne Communications, Grenoble, France Author : Johan Pascal 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 ...
32.026316
120
0.701452
[ "vector" ]
4f5dc0d77e823cd3a1c1577f12a275138b4b8810
716
h
C
Engine/OmegaEngine/Inc/TransformComponent.h
CyroPCJr/OmegaEngine
65fbd6cff54266a9c934e3a875a4493d26758661
[ "MIT" ]
1
2021-04-23T19:18:12.000Z
2021-04-23T19:18:12.000Z
Engine/OmegaEngine/Inc/TransformComponent.h
CyroPCJr/OmegaEngine
65fbd6cff54266a9c934e3a875a4493d26758661
[ "MIT" ]
null
null
null
Engine/OmegaEngine/Inc/TransformComponent.h
CyroPCJr/OmegaEngine
65fbd6cff54266a9c934e3a875a4493d26758661
[ "MIT" ]
1
2021-06-15T10:42:08.000Z
2021-06-15T10:42:08.000Z
#pragma once #include "Component.h" namespace Omega { class TransformComponent final : public Component { public: META_CLASS_DECLARE // TODO : Ver como eh q usa isso nos videos do Peter //SET_COMPONENT_ID(1) void Initialize() override; void Terminate() override; void Update(float ...
21.058824
76
0.688547
[ "render" ]
4f64c8f4741cd9ab13bd7c673048f82327fc43f6
5,518
h
C
components/signin/core/browser/account_investigator.h
Yannic/chromium
ab32e8aacb08c9fce0dc4bf09eec456ba46e3710
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
76
2020-09-02T03:05:41.000Z
2022-03-30T04:40:55.000Z
components/signin/core/browser/account_investigator.h
blueboxd/chromium-legacy
07223bc94bd97499909c9ed3c3f5769d718fe2e0
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
45
2020-09-02T03:21:37.000Z
2022-03-31T22:19:45.000Z
components/signin/core/browser/account_investigator.h
Yannic/chromium
ab32e8aacb08c9fce0dc4bf09eec456ba46e3710
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
8
2020-07-22T18:49:18.000Z
2022-02-08T10:27:16.000Z
// Copyright 2016 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_SIGNIN_CORE_BROWSER_ACCOUNT_INVESTIGATOR_H_ #define COMPONENTS_SIGNIN_CORE_BROWSER_ACCOUNT_INVESTIGATOR_H_ #include <string> #include ...
39.985507
80
0.750453
[ "object", "vector" ]
4f6dad08801b88c490e62f18017642512748c12b
1,546
h
C
aws-cpp-sdk-wisdom/include/aws/wisdom/model/GetSessionResult.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-wisdom/include/aws/wisdom/model/GetSessionResult.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-wisdom/include/aws/wisdom/model/GetSessionResult.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/wisdom/ConnectWisdomService_EXPORTS.h> #include <aws/wisdom/model/SessionData.h> #include <utility> namespace Aws { template<typename RESULT_TYPE> class AmazonWebServiceRes...
22.735294
108
0.680466
[ "model" ]
4f6fbad4f6e6b09c4b9622857f59c8560a5c6958
4,049
h
C
server/deps/nodejs/include/crypto/crypto_rsa.h
ZackaryH8/altv-js-module
afc4be85967850016357dade2fdcad717c1ce882
[ "MIT" ]
57
2022-01-23T11:43:38.000Z
2022-03-18T09:56:50.000Z
server/deps/nodejs/include/crypto/crypto_rsa.h
ZackaryH8/altv-js-module
afc4be85967850016357dade2fdcad717c1ce882
[ "MIT" ]
null
null
null
server/deps/nodejs/include/crypto/crypto_rsa.h
ZackaryH8/altv-js-module
afc4be85967850016357dade2fdcad717c1ce882
[ "MIT" ]
null
null
null
#ifndef SRC_CRYPTO_CRYPTO_RSA_H_ #define SRC_CRYPTO_CRYPTO_RSA_H_ #if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS #include "crypto/crypto_cipher.h" #include "crypto/crypto_keygen.h" #include "crypto/crypto_keys.h" #include "crypto/crypto_util.h" #include "allocated_buffer.h" #include "env.h" #include "memory_...
28.314685
74
0.758459
[ "object" ]
4f82069b5733640a2f10a34f74cc40c9f646083d
505
h
C
service_router/doc/RegistryServiceIf.h
algo-data-platform/PredictorService
a7da427617885546c5b5e07aa7740b3dee690337
[ "Apache-2.0" ]
2
2021-06-29T13:42:22.000Z
2021-09-06T10:57:34.000Z
service_router/doc/RegistryServiceIf.h
algo-data-platform/PredictorService
a7da427617885546c5b5e07aa7740b3dee690337
[ "Apache-2.0" ]
null
null
null
service_router/doc/RegistryServiceIf.h
algo-data-platform/PredictorService
a7da427617885546c5b5e07aa7740b3dee690337
[ "Apache-2.0" ]
5
2021-06-29T13:42:26.000Z
2022-02-08T02:41:34.000Z
struct Service { std::string ip; int port; std::string name; }; /* * 服务注册接口 * * 服务注册分为注册列表、可用列表,可用列表主要是用来做服务的完美启动、停机设计 */ class RegistryServiceIf { // 向注册中心注册 virtual void register(Service service) = 0; // 从注册中心摘除服务 virtual void unregister(Service service) = 0; // 变更服务状态为可用,客户端可调用的服务 virtual void a...
16.833333
58
0.710891
[ "vector" ]
4f857aa261ef4c4f6cce6d3f93c5208e1d5e987d
1,302
h
C
CPP_SourceCode/AgentPlus/AgentPlus.h
GonguanLu/Lagrangian-Relaxation-Algorithm-For-RRSLRP
d06a9e19c91c63c7041dabc0516871093d143f9e
[ "MIT" ]
6
2015-12-31T11:26:36.000Z
2021-06-15T08:49:46.000Z
CPP_SourceCode/AgentPlus/AgentPlus.h
Shi-Justin/Lagrangian-Relaxation-Algorithm-For-RRSLRP
d06a9e19c91c63c7041dabc0516871093d143f9e
[ "MIT" ]
null
null
null
CPP_SourceCode/AgentPlus/AgentPlus.h
Shi-Justin/Lagrangian-Relaxation-Algorithm-For-RRSLRP
d06a9e19c91c63c7041dabc0516871093d143f9e
[ "MIT" ]
10
2016-05-06T15:02:29.000Z
2022-03-05T09:40:20.000Z
#pragma once #include "resource.h" #include "stdafx.h" #define _MAX_LABEL_COST 9999 extern void g_GenerateGAMSInputData(); void prepare_demand_link_path(); float g_Optimization_Lagrangian_Method_Resource_Constrained_Location_Routing_Problem(); template <typename T> T ***Allocate3DDynamicArray(int nX, in...
17.835616
88
0.583717
[ "3d" ]
4f87f21cb260f8756064e93fdda851a6a3b30a98
1,360
h
C
sdl/6821OT_code_bundle/common-framework/Level.h
numfo/tryme
596b48160cc1c2377bee05675570f62df4f37d9d
[ "MIT" ]
null
null
null
sdl/6821OT_code_bundle/common-framework/Level.h
numfo/tryme
596b48160cc1c2377bee05675570f62df4f37d9d
[ "MIT" ]
null
null
null
sdl/6821OT_code_bundle/common-framework/Level.h
numfo/tryme
596b48160cc1c2377bee05675570f62df4f37d9d
[ "MIT" ]
null
null
null
// // Map.h // SDL Game Programming Book // // Created by shaun mitchell on 09/03/2013. // Copyright (c) 2013 shaun mitchell. All rights reserved. // #ifndef __SDL_Game_Programming_Book__Map__ #define __SDL_Game_Programming_Book__Map__ #include <iostream> #include <vector> #include "Layer.h" #include "LevelParser...
20.606061
86
0.663971
[ "render", "vector" ]
4f8954df72d5399b24e9e7f137f5f83b2721dad0
5,774
h
C
third/include/atlas/serialization/function.h
galaxyeye/pioneer
cfc3aa3c4917b19000753ea3144bded79380d289
[ "Apache-2.0" ]
4
2017-05-12T07:37:17.000Z
2019-11-14T10:52:28.000Z
third/include/atlas/serialization/function.h
galaxyeye/pioneer
cfc3aa3c4917b19000753ea3144bded79380d289
[ "Apache-2.0" ]
null
null
null
third/include/atlas/serialization/function.h
galaxyeye/pioneer
cfc3aa3c4917b19000753ea3144bded79380d289
[ "Apache-2.0" ]
7
2017-06-21T03:35:51.000Z
2020-10-14T04:58:26.000Z
/* * function.h * * Created on: Jan 29, 2013 * Author: vincent ivincent.zhang@gmail.com */ #ifndef ATLAS_FUNCTION_H_ #define ATLAS_FUNCTION_H_ #include <cstddef> // std::nullptr #include <memory> #include <tuple> #include <functional> // std::function #include <utility> // std::move #include <type_traits> ...
30.230366
103
0.587807
[ "object" ]
4f92cda32923660aa641af53b0d8ae35bbcf0119
1,159
h
C
include/website.h
khernyo/lgogdownloader
0a7648d80b014c00072012f0104dc71786e0225e
[ "WTFPL" ]
null
null
null
include/website.h
khernyo/lgogdownloader
0a7648d80b014c00072012f0104dc71786e0225e
[ "WTFPL" ]
null
null
null
include/website.h
khernyo/lgogdownloader
0a7648d80b014c00072012f0104dc71786e0225e
[ "WTFPL" ]
null
null
null
/* This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it * and/or modify it under the terms of the Do What The Fuck You Want * To Public License, Version 2, as published by Sam Hocevar. See * http://www.wtfpl.net/ for more details. */ #if...
30.5
93
0.673857
[ "vector" ]
4f978f9549676860916eb284187b31cb84695fb6
2,193
h
C
src/input/FileReader.h
karelhala-cz/BitstampTax
361b94a8acf233082badc21da256b4089aad2188
[ "MIT" ]
null
null
null
src/input/FileReader.h
karelhala-cz/BitstampTax
361b94a8acf233082badc21da256b4089aad2188
[ "MIT" ]
null
null
null
src/input/FileReader.h
karelhala-cz/BitstampTax
361b94a8acf233082badc21da256b4089aad2188
[ "MIT" ]
null
null
null
//********************************************************************************************************************* // Author: Karel Hala, hala.karel@gmail.com // Copyright: (c) 2021-2022 Karel Hala // License: MIT //***********************************************************************************************...
26.107143
119
0.663475
[ "vector" ]
4f990055fcbd9b0b16299b35941570d8567d4055
1,892
h
C
components/offline_pages/core/prefetch/generate_page_bundle_task.h
metux/chromium-deb
3c08e9b89a1b6f95f103a61ff4f528dbcd57fc42
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
components/offline_pages/core/prefetch/generate_page_bundle_task.h
metux/chromium-deb
3c08e9b89a1b6f95f103a61ff4f528dbcd57fc42
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
components/offline_pages/core/prefetch/generate_page_bundle_task.h
metux/chromium-deb
3c08e9b89a1b6f95f103a61ff4f528dbcd57fc42
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_OFFLINE_PAGES_CORE_PREFETCH_GENERATE_PAGE_BUNDLE_TASK_H_ #define COMPONENTS_OFFLINE_PAGES_CORE_PREFETCH_GENERATE_PAGE_BUNDLE_TASK_H_ #...
35.698113
78
0.778013
[ "vector" ]
4facaac3ea8a41ba87958c8bad7d5e453e027613
3,948
h
C
src/mfx/pi/pidet/PitchDetect.h
D-J-Roberts/pedalevite
157611b5ccf2bb97f0007d7d17b4c07bd6a21fba
[ "WTFPL" ]
69
2017-01-17T13:17:31.000Z
2022-03-01T14:56:32.000Z
src/mfx/pi/pidet/PitchDetect.h
D-J-Roberts/pedalevite
157611b5ccf2bb97f0007d7d17b4c07bd6a21fba
[ "WTFPL" ]
1
2020-11-03T14:52:45.000Z
2020-12-01T20:31:15.000Z
src/mfx/pi/pidet/PitchDetect.h
D-J-Roberts/pedalevite
157611b5ccf2bb97f0007d7d17b4c07bd6a21fba
[ "WTFPL" ]
8
2017-02-08T13:30:42.000Z
2021-12-09T08:43:09.000Z
/***************************************************************************** PitchDetect.h Author: Laurent de Soras, 2018 --- Legal stuff --- This program is free software. It comes without any warranty, to the extent permitted by applicable law. You can redistribute it and/or modify it under the t...
25.636364
122
0.56079
[ "vector" ]
4fadbd1729e6a03ac7252e7489ae26394770ecbc
5,517
h
C
OpenSim 3.2-64bit-VS12/sdk/include/SimTK/include/SimTKcommon/internal/ThreadLocal.h
chrisdembia/opensim-metabolicsprobes
7be20df24c2a3f1f3fb4a56e244ba4a3295b4fc0
[ "Apache-2.0" ]
2
2020-01-15T05:03:30.000Z
2021-01-16T06:18:47.000Z
OpenSim 3.2-64bit-VS12/sdk/include/SimTK/include/SimTKcommon/internal/ThreadLocal.h
chrisdembia/opensim-metabolicsprobes
7be20df24c2a3f1f3fb4a56e244ba4a3295b4fc0
[ "Apache-2.0" ]
1
2021-01-11T13:45:54.000Z
2021-01-11T13:45:54.000Z
OpenSim 3.2-64bit-VS12/sdk/include/SimTK/include/SimTKcommon/internal/ThreadLocal.h
chrisdembia/opensim-metabolicsprobes
7be20df24c2a3f1f3fb4a56e244ba4a3295b4fc0
[ "Apache-2.0" ]
3
2019-05-17T02:17:10.000Z
2020-11-05T20:31:55.000Z
#ifndef SimTK_SimTKCOMMON_THREAD_LOCAL_H_ #define SimTK_SimTKCOMMON_THREAD_LOCAL_H_ /* -------------------------------------------------------------------------- * * Simbody(tm): SimTKcommon * * ------------------------------------------------------------------------...
36.536424
105
0.570781
[ "object" ]
4fb71e8091e4f4a4dafc017b67a65db7a36b2322
35,138
c
C
slprj/_sfprj/Expriment_FacialExpr/_self/sfun/src/c50_Expriment_FacialExpr.c
maryamsab/realact
90fbf3fcb4696353c8a14d76797e5908126a9525
[ "BSD-3-Clause" ]
1
2020-12-02T21:41:36.000Z
2020-12-02T21:41:36.000Z
slprj/_sfprj/Expriment_FacialExpr/_self/sfun/src/c50_Expriment_FacialExpr.c
maryamsab/realact
90fbf3fcb4696353c8a14d76797e5908126a9525
[ "BSD-3-Clause" ]
null
null
null
slprj/_sfprj/Expriment_FacialExpr/_self/sfun/src/c50_Expriment_FacialExpr.c
maryamsab/realact
90fbf3fcb4696353c8a14d76797e5908126a9525
[ "BSD-3-Clause" ]
1
2018-06-23T11:59:06.000Z
2018-06-23T11:59:06.000Z
/* Include files */ #include <stddef.h> #include "blas.h" #include "Expriment_FacialExpr_sfun.h" #include "c50_Expriment_FacialExpr.h" #define CHARTINSTANCE_CHARTNUMBER (chartInstance->chartNumber) #define CHARTINSTANCE_INSTANCENUMBER (chartInstance->instanceNumber) #include "Expriment_FacialExpr_sfun_d...
36.602083
121
0.741733
[ "model" ]
4fba322f80c75cb24cc7be5e3685df3ebfbf59aa
7,212
h
C
src/server/frame/model.h
jvirkki/heliod
efdf2d105e342317bd092bab2d727713da546174
[ "BSD-3-Clause" ]
13
2015-10-09T05:59:20.000Z
2021-11-12T10:38:51.000Z
src/server/frame/model.h
JamesLinus/heliod
efdf2d105e342317bd092bab2d727713da546174
[ "BSD-3-Clause" ]
null
null
null
src/server/frame/model.h
JamesLinus/heliod
efdf2d105e342317bd092bab2d727713da546174
[ "BSD-3-Clause" ]
6
2016-05-23T10:53:29.000Z
2019-12-13T17:57:32.000Z
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * * THE BSD LICENSE * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistribut...
40.516854
122
0.77995
[ "model" ]
4fbc935c9f3b9053313297e863c1ba8ef24fd67c
56,233
h
C
message/generation/swift-mt-generation/repository/SR2018/parsers/SwiftMtParser_MT566BaseListener.h
Yanick-Salzmann/message-converter-c
6dfdf56e12f19e0f0b63ee0354fda16968f36415
[ "MIT" ]
null
null
null
message/generation/swift-mt-generation/repository/SR2018/parsers/SwiftMtParser_MT566BaseListener.h
Yanick-Salzmann/message-converter-c
6dfdf56e12f19e0f0b63ee0354fda16968f36415
[ "MIT" ]
null
null
null
message/generation/swift-mt-generation/repository/SR2018/parsers/SwiftMtParser_MT566BaseListener.h
Yanick-Salzmann/message-converter-c
6dfdf56e12f19e0f0b63ee0354fda16968f36415
[ "MIT" ]
null
null
null
#include "repository/ISwiftMtParser.h" #include "SwiftMtMessage.pb.h" #include <vector> #include <string> #include "BaseErrorListener.h" #include "SwiftMtParser_MT566Lexer.h" // Generated from C:/programming/message-converter-c/message/generation/swift-mt-generation/repository/SR2018/grammars/SwiftMtParser_MT566.g4 ...
65.846604
156
0.787189
[ "vector" ]
4fc57c9872a59717098584606da3f5aab8bf02e2
789
h
C
DKPlugins/DKSFMLRml/DKSFMLRml.h
aquawicket/DigitalKnob
9e5997a1f0314ede80cf66a9bf28dc6373cb5987
[ "MIT" ]
29
2015-05-03T06:23:22.000Z
2022-02-10T15:16:26.000Z
DKPlugins/DKSFMLRml/DKSFMLRml.h
aquawicket/DigitalKnob
9e5997a1f0314ede80cf66a9bf28dc6373cb5987
[ "MIT" ]
125
2016-02-28T06:13:49.000Z
2022-01-04T11:50:08.000Z
DKPlugins/DKSFMLRml/DKSFMLRml.h
aquawicket/DigitalKnob
9e5997a1f0314ede80cf66a9bf28dc6373cb5987
[ "MIT" ]
8
2016-12-04T02:29:34.000Z
2022-01-04T01:11:25.000Z
#pragma once #ifndef DKSDLRml_H #define DKSDLRml_H #include <RmlUi/Core.h> #include "DK/DK.h" #include "DKSDLWindow/DKSDLWindow.h" #include "DKRml/DKRml.h" #include "DKSDLRml/DKSDLRmlSystem.h" #include "DKSDLRml/DKSDLRmlRenderer.h" //#include "ShellRenderInterfaceOpenGL.h" //#define RML_SHELL_RENDER 1 //////////////...
20.230769
46
0.722433
[ "render" ]
4fcdebb6a79cf0b6907500eec97390ae70812f33
2,440
h
C
experiments/PolicyManager_c++_jni/crypto/crypto.h
hansmy/Webinos-Platform
43950daebc41cd985adba4efc5670b61336aca7f
[ "Apache-2.0" ]
1
2015-08-06T20:08:14.000Z
2015-08-06T20:08:14.000Z
experiments/PolicyManager_c++_jni/crypto/crypto.h
krishnabangalore/Webinos-Platform
2ab4779112483a0213ae440118b1c2a3cf80c7bd
[ "Apache-2.0" ]
null
null
null
experiments/PolicyManager_c++_jni/crypto/crypto.h
krishnabangalore/Webinos-Platform
2ab4779112483a0213ae440118b1c2a3cf80c7bd
[ "Apache-2.0" ]
null
null
null
/******************************************************************************* * Copyright 2010 Telecom Italia SpA * * 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://...
31.282051
133
0.695902
[ "vector" ]
4fd1fbfdb7cb84098a8bae7301b814cf2ee564e3
667
h
C
benchmark/large_random/simdjson_ondemand.h
mkleshchenok/simdjson
79879802f9fa9cec17720b8412519f6cbbab5047
[ "Apache-2.0" ]
9,541
2019-02-21T00:32:22.000Z
2020-03-20T00:06:57.000Z
benchmark/large_random/simdjson_ondemand.h
mkleshchenok/simdjson
79879802f9fa9cec17720b8412519f6cbbab5047
[ "Apache-2.0" ]
1,084
2020-03-20T15:06:02.000Z
2022-03-29T13:47:35.000Z
benchmark/large_random/simdjson_ondemand.h
mkleshchenok/simdjson
79879802f9fa9cec17720b8412519f6cbbab5047
[ "Apache-2.0" ]
546
2019-02-21T03:19:22.000Z
2020-03-19T11:56:58.000Z
#pragma once #if SIMDJSON_EXCEPTIONS #include "large_random.h" namespace large_random { using namespace simdjson; struct simdjson_ondemand { static constexpr diff_flags DiffFlags = diff_flags::NONE; ondemand::parser parser{}; bool run(simdjson::padded_string &json, std::vector<point> &result) { auto do...
22.233333
118
0.728636
[ "object", "vector" ]
4fee5c71a814daa15b972298e4a24add85cac519
2,870
h
C
System/Library/PrivateFrameworks/CoreSuggestionsInternals.framework/SGModel.h
lechium/iOS1351Headers
6bed3dada5ffc20366b27f7f2300a24a48a6284e
[ "MIT" ]
2
2021-11-02T09:23:27.000Z
2022-03-28T08:21:57.000Z
System/Library/PrivateFrameworks/CoreSuggestionsInternals.framework/SGModel.h
lechium/iOS1351Headers
6bed3dada5ffc20366b27f7f2300a24a48a6284e
[ "MIT" ]
null
null
null
System/Library/PrivateFrameworks/CoreSuggestionsInternals.framework/SGModel.h
lechium/iOS1351Headers
6bed3dada5ffc20366b27f7f2300a24a48a6284e
[ "MIT" ]
1
2022-03-28T08:21:59.000Z
2022-03-28T08:21:59.000Z
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, October 27, 2021 at 3:16:38 PM Mountain Standard Time * Operating System: Version 13.5.1 (Build 17F80) * Image Source: /System/Library/PrivateFrameworks/CoreSug...
52.181818
175
0.723345
[ "model" ]
4ff5834e8fb411ac69c65b2c39b18f57f9f01a72
1,652
h
C
lonestar/experimental/ordered/avi/util/util.h
lineagech/Galois
5c7c0abaf7253cb354e35a3836147a960a37ad5b
[ "BSD-3-Clause" ]
null
null
null
lonestar/experimental/ordered/avi/util/util.h
lineagech/Galois
5c7c0abaf7253cb354e35a3836147a960a37ad5b
[ "BSD-3-Clause" ]
null
null
null
lonestar/experimental/ordered/avi/util/util.h
lineagech/Galois
5c7c0abaf7253cb354e35a3836147a960a37ad5b
[ "BSD-3-Clause" ]
null
null
null
/* * This file belongs to the Galois project, a C++ library for exploiting * parallelism. The code is being released under the terms of the 3-Clause BSD * License (a copy is located in LICENSE.txt at the top-level directory). * * Copyright (C) 2018, The University of Texas at Austin. All rights reserved. * UNIVER...
34.416667
79
0.700363
[ "vector" ]
4ff747eeecfb2e9bdb33a6f10dae7b37ad778f42
9,846
c
C
LUPFactLinSys.c
m-pikalov/mpi
99e967d670e03ff5ecd5f2c3eedbb28b2a42f6fc
[ "MIT" ]
null
null
null
LUPFactLinSys.c
m-pikalov/mpi
99e967d670e03ff5ecd5f2c3eedbb28b2a42f6fc
[ "MIT" ]
null
null
null
LUPFactLinSys.c
m-pikalov/mpi
99e967d670e03ff5ecd5f2c3eedbb28b2a42f6fc
[ "MIT" ]
null
null
null
#include "mpi.h" #include "stdlib.h" #include "time.h" #include "stdio.h" #include "math.h" int main(int argc, char *argv[]){ int size = 2500; srand(time(NULL)); int procRank = 0, procNum = 0, nameLen = 0, i = 0, j = 0, k = 0; char procName[MPI_MAX_PROCESSOR_NAME]; double startTime = 0, endTime = 0; ...
30.672897
106
0.419561
[ "vector" ]
4ff9b35e1ad3b1fd2b36fe0eab8dcdf9e36b83f9
88,661
c
C
openbmc/build/tmp/deploy/sdk/witherspoon-2019-08-08/sysroots/armv6-openbmc-linux-gnueabi/usr/src/debug/mtd-utils/2.1.0+AUTOINC+b5027be5f4-r0/git/ubifs-utils/mkfs.ubifs/mkfs.ubifs.c
sotaoverride/backup
ca53a10b72295387ef4948a9289cb78ab70bc449
[ "Apache-2.0" ]
null
null
null
openbmc/build/tmp/deploy/sdk/witherspoon-2019-08-08/sysroots/armv6-openbmc-linux-gnueabi/usr/src/debug/mtd-utils/2.1.0+AUTOINC+b5027be5f4-r0/git/ubifs-utils/mkfs.ubifs/mkfs.ubifs.c
sotaoverride/backup
ca53a10b72295387ef4948a9289cb78ab70bc449
[ "Apache-2.0" ]
null
null
null
openbmc/build/tmp/deploy/sdk/witherspoon-2019-08-08/sysroots/armv6-openbmc-linux-gnueabi/usr/src/debug/mtd-utils/2.1.0+AUTOINC+b5027be5f4-r0/git/ubifs-utils/mkfs.ubifs/mkfs.ubifs.c
sotaoverride/backup
ca53a10b72295387ef4948a9289cb78ab70bc449
[ "Apache-2.0" ]
null
null
null
/* * Copyright (C) 2008 Nokia Corporation. * Copyright (C) 2008 University of Szeged, Hungary * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published by * the Free Software Foundation. * * This program is distributed ...
29.116913
80
0.559976
[ "geometry", "object" ]
4ffbedff5426dae8d7c4753ca951ba7562e8b4e1
2,794
h
C
DQM/EcalCommon/interface/MESetEcal.h
nistefan/cmssw
ea13af97f7f2117a4f590a5e654e06ecd9825a5b
[ "Apache-2.0" ]
1
2019-08-09T08:42:11.000Z
2019-08-09T08:42:11.000Z
DQM/EcalCommon/interface/MESetEcal.h
nistefan/cmssw
ea13af97f7f2117a4f590a5e654e06ecd9825a5b
[ "Apache-2.0" ]
null
null
null
DQM/EcalCommon/interface/MESetEcal.h
nistefan/cmssw
ea13af97f7f2117a4f590a5e654e06ecd9825a5b
[ "Apache-2.0" ]
1
2019-03-19T13:44:54.000Z
2019-03-19T13:44:54.000Z
#ifndef MESetEcal_H #define MESetEcal_H #include "MESet.h" namespace ecaldqm { /* class MESetEcal implements plot <-> detector part relationship base class for channel-binned histograms MESetEcal is only filled given an object identifier and a bin (channel id does not give a bin) */ class MESet...
35.367089
220
0.715104
[ "object", "vector" ]
4ffd15cf621b29de4b42e73b0842f7dc00472966
10,905
h
C
ios/Pods/Headers/Public/ABI40_0_0ReactCommon/ABI40_0_0ReactCommon/ABI40_0_0RCTTurboModule.h
coreplane/expo
e25a063e2f355983ee3db5a1068da4d41a599722
[ "Apache-2.0", "MIT" ]
1
2021-06-06T23:56:04.000Z
2021-06-06T23:56:04.000Z
ios/Pods/Headers/Public/ABI40_0_0ReactCommon/ABI40_0_0ReactCommon/ABI40_0_0RCTTurboModule.h
coreplane/expo
e25a063e2f355983ee3db5a1068da4d41a599722
[ "Apache-2.0", "MIT" ]
null
null
null
ios/Pods/Headers/Public/ABI40_0_0ReactCommon/ABI40_0_0ReactCommon/ABI40_0_0RCTTurboModule.h
coreplane/expo
e25a063e2f355983ee3db5a1068da4d41a599722
[ "Apache-2.0", "MIT" ]
null
null
null
/* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <memory> #import <Foundation/Foundation.h> #import <ABI40_0_0React/ABI40_0_0RCTBridge.h> #import <ABI40_0_0React/ABI40_0_...
47.413043
136
0.745438
[ "object" ]
8b122f13f442bbd8513ea3c4a68bc1674f4b7bc9
687
h
C
aws-cpp-sdk-codeguru-reviewer/include/aws/codeguru-reviewer/model/Severity.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-codeguru-reviewer/include/aws/codeguru-reviewer/model/Severity.h
perfectrecall/aws-sdk-cpp
fb8cbebf2fd62720b65aeff841ad2950e73d8ebd
[ "Apache-2.0" ]
1
2021-10-14T16:57:00.000Z
2021-10-18T10:47:24.000Z
aws-cpp-sdk-codeguru-reviewer/include/aws/codeguru-reviewer/model/Severity.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/codeguru-reviewer/CodeGuruReviewer_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> namespace Aws { namespace CodeGuruReviewer { namespace Model { enum class S...
19.628571
78
0.742358
[ "model" ]
8b1d55aa6017217c1bcf2753c973a010127c970d
1,225
h
C
runtime/cpp/src/external/dynamic/string.h
DaMSL/K3
51749157844e76ae79dba619116fc5ad9d685643
[ "Apache-2.0" ]
17
2015-05-27T17:36:33.000Z
2020-06-07T07:21:29.000Z
runtime/cpp/src/external/dynamic/string.h
DaMSL/K3
51749157844e76ae79dba619116fc5ad9d685643
[ "Apache-2.0" ]
3
2015-10-02T19:37:58.000Z
2016-01-05T18:26:48.000Z
runtime/cpp/src/external/dynamic/string.h
DaMSL/K3
51749157844e76ae79dba619116fc5ad9d685643
[ "Apache-2.0" ]
6
2015-03-18T20:05:24.000Z
2020-02-06T21:35:09.000Z
#ifndef STRING_H_INCLUDED #define STRING_H_INCLUDED typedef struct string string; struct string { buffer buffer; }; /* allocators */ string *string_new(char *); void string_free(string *); void string_init(string *, char *); char *string_deconstruct(string *); /* capacity */ size_t string_length(s...
24.5
65
0.674286
[ "vector" ]
8b1f3245f83cb927a2708e248d2516fc0a08b549
6,776
h
C
source/r_lvd_rx/r_lvd_rx_vx.xx/r_lvd_rx/r_lvd_rx_if.h
HirokiIshiguro/rx-driver-package
4af73486ecdd07ad58258625e9e8410db2fdaaba
[ "MIT" ]
6
2020-09-13T10:33:02.000Z
2022-01-06T03:38:34.000Z
source/r_lvd_rx/r_lvd_rx_vx.xx/r_lvd_rx/r_lvd_rx_if.h
HirokiIshiguro/rx-driver-package
4af73486ecdd07ad58258625e9e8410db2fdaaba
[ "MIT" ]
20
2020-10-08T06:10:28.000Z
2022-03-16T09:24:31.000Z
source/r_lvd_rx/r_lvd_rx_vx.xx/r_lvd_rx/r_lvd_rx_if.h
HirokiIshiguro/rx-driver-package
4af73486ecdd07ad58258625e9e8410db2fdaaba
[ "MIT" ]
2
2020-10-10T05:04:51.000Z
2021-02-24T14:27:19.000Z
/*********************************************************************************************************************** * DISCLAIMER * This software is supplied by Renesas Electronics Corporation and is only intended for use with Renesas products. No * other uses are authorized. This software is owned by Renesas E...
50.192593
121
0.512544
[ "vector" ]
8b3378c10a6bf56bc43c7e59208ec6866af8a337
3,746
h
C
build/linux-build/Sources/include/hxinc/kha/audio2/ogg/vorbis/VorbisTools.h
5Mixer/GGJ20
a12a14d596ab150e8d96dda5a21defcd176f251f
[ "MIT" ]
null
null
null
build/linux-build/Sources/include/hxinc/kha/audio2/ogg/vorbis/VorbisTools.h
5Mixer/GGJ20
a12a14d596ab150e8d96dda5a21defcd176f251f
[ "MIT" ]
null
null
null
build/linux-build/Sources/include/hxinc/kha/audio2/ogg/vorbis/VorbisTools.h
5Mixer/GGJ20
a12a14d596ab150e8d96dda5a21defcd176f251f
[ "MIT" ]
null
null
null
// Generated by Haxe 4.0.5 #ifndef INCLUDED_kha_audio2_ogg_vorbis_VorbisTools #define INCLUDED_kha_audio2_ogg_vorbis_VorbisTools #ifndef HXCPP_H #include <hxcpp.h> #endif HX_DECLARE_CLASS4(kha,audio2,ogg,vorbis,VorbisTools) HX_DECLARE_CLASS5(kha,audio2,ogg,vorbis,data,IntPoint) namespace kha{ namespace audio2{ names...
31.745763
142
0.734116
[ "object" ]
8b47f9c04b7ddfabafcfa22fa903796f68f15fc9
3,038
h
C
api/filtering/method_name_filters.h
Project-ARTist/artist
69e3cb556b50244852e72b1f5c39e60773bdb925
[ "Apache-2.0" ]
105
2017-04-28T10:31:21.000Z
2022-03-10T12:05:15.000Z
api/filtering/method_name_filters.h
Project-ARTist/artist
69e3cb556b50244852e72b1f5c39e60773bdb925
[ "Apache-2.0" ]
19
2017-07-07T12:02:08.000Z
2019-01-18T23:30:23.000Z
api/filtering/method_name_filters.h
Project-ARTist/artist
69e3cb556b50244852e72b1f5c39e60773bdb925
[ "Apache-2.0" ]
28
2017-05-03T03:33:11.000Z
2022-02-28T13:26:26.000Z
/** * The ARTist Project (https://artist.cispa.saarland) * * Copyright (C) 2017 CISPA (https://cispa.saarland), Saarland 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 * ...
30.38
109
0.740948
[ "vector" ]
8b4aad317ca4394c53c33f537b21d98294ba22b1
1,622
h
C
Source/block.h
Borisas/Old-School-Tetris
6bd7ea740cc43d9e1b343efe66d6c9ad16b22f70
[ "MIT" ]
null
null
null
Source/block.h
Borisas/Old-School-Tetris
6bd7ea740cc43d9e1b343efe66d6c9ad16b22f70
[ "MIT" ]
null
null
null
Source/block.h
Borisas/Old-School-Tetris
6bd7ea740cc43d9e1b343efe66d6c9ad16b22f70
[ "MIT" ]
null
null
null
#ifndef BLOCK_H #define BLOCK_H #include "SDL2/SDL.h" #include "SDL2/SDL_image.h" #include "SDL2/SDL_opengl.h" #include <vector> #include <vector> #include <iostream> #include "core.h" #include <fstream> #include <stdlib.h> #include <time.h> #include <cmath> using namespace std; class block { public: blo...
22.84507
61
0.562885
[ "vector" ]
8b523ec149179ee8d73ee9fecbe63a49ac7724a8
2,493
h
C
ThirdParties/SQLite/Examples/sqlite_examples/extract.h
TotteKarlsson/dsl
3807cbe5f90a3cd495979eafa8cf5485367b634c
[ "BSD-2-Clause" ]
null
null
null
ThirdParties/SQLite/Examples/sqlite_examples/extract.h
TotteKarlsson/dsl
3807cbe5f90a3cd495979eafa8cf5485367b634c
[ "BSD-2-Clause" ]
null
null
null
ThirdParties/SQLite/Examples/sqlite_examples/extract.h
TotteKarlsson/dsl
3807cbe5f90a3cd495979eafa8cf5485367b634c
[ "BSD-2-Clause" ]
null
null
null
/* Copyright (C) GPL 2004 Mike Chirico mchirico@users.sourceforge.net mchirico@comcast.net * */ class extract { public: extract(std::string d=" \n") { delims=d; } void setdelims(std::string d) { delims=d; } void setterm(std::string t="") { terminator=t; }...
17.556338
90
0.46771
[ "vector" ]
8b54e29ac4cff79905de0dc5682fc5e10aa0d3b3
3,825
h
C
cartographer/mapping/internal/optimization/cost_functions/cost_helpers.h
laotie/cartographer
b8228ee6564f5a7ad0d6d0b9a30516521cff2ee9
[ "Apache-2.0" ]
5,196
2016-08-04T14:52:31.000Z
2020-04-02T18:30:00.000Z
cartographer/mapping/internal/optimization/cost_functions/cost_helpers.h
laotie/cartographer
b8228ee6564f5a7ad0d6d0b9a30516521cff2ee9
[ "Apache-2.0" ]
1,206
2016-08-03T14:27:00.000Z
2020-03-31T21:14:18.000Z
cartographer/mapping/internal/optimization/cost_functions/cost_helpers.h
laotie/cartographer
b8228ee6564f5a7ad0d6d0b9a30516521cff2ee9
[ "Apache-2.0" ]
1,810
2016-08-03T05:45:02.000Z
2020-04-02T03:44:18.000Z
/* * Copyright 2018 The Cartographer Authors * * 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...
42.5
88
0.721046
[ "geometry", "transform", "3d" ]
a00fbbfd3826ee1f8b3412d4e34a5b202a44de85
6,446
h
C
packages/@lse/core/addon/lse-core/lse/Style.h
lightsourceengine/LightSourceEngine
bc2d0cc08907f65a900d924d1a0ab19164171cb5
[ "Apache-2.0" ]
null
null
null
packages/@lse/core/addon/lse-core/lse/Style.h
lightsourceengine/LightSourceEngine
bc2d0cc08907f65a900d924d1a0ab19164171cb5
[ "Apache-2.0" ]
5
2020-07-23T01:09:07.000Z
2020-09-09T05:32:29.000Z
packages/@lse/core/addon/lse-core/lse/Style.h
lightsourceengine/LightSourceEngine
bc2d0cc08907f65a900d924d1a0ab19164171cb5
[ "Apache-2.0" ]
null
null
null
/* * Copyright (c) 2021 Light Source Software, LLC. 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 re...
30.842105
118
0.736426
[ "vector", "transform" ]
a015c23071febdb50879cf4886924a8156bc9511
29,766
h
C
VirtualBox-5.0.0/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.h
egraba/vbox_openbsd
6cb82f2eed1fa697d088cecc91722b55b19713c2
[ "MIT" ]
1
2015-04-30T14:18:45.000Z
2015-04-30T14:18:45.000Z
VirtualBox-5.0.0/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.h
egraba/vbox_openbsd
6cb82f2eed1fa697d088cecc91722b55b19713c2
[ "MIT" ]
null
null
null
VirtualBox-5.0.0/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.h
egraba/vbox_openbsd
6cb82f2eed1fa697d088cecc91722b55b19713c2
[ "MIT" ]
null
null
null
/* $Id: UIExtraDataManager.h $ */ /** @file * VBox Qt GUI - UIExtraDataManager class declaration. */ /* * Copyright (C) 2010-2014 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; * you can redistribute it...
48.876847
155
0.703386
[ "cad", "geometry" ]
a018defb7621fd2e1c91e45f271485bebd9b17c5
13,926
c
C
linsched-linsched-alpha/drivers/gpu/drm/nouveau/nouveau_channel.c
usenixatc2021/SoftRefresh_Scheduling
589ba06c8ae59538973c22edf28f74a59d63aa14
[ "MIT" ]
null
null
null
linsched-linsched-alpha/drivers/gpu/drm/nouveau/nouveau_channel.c
usenixatc2021/SoftRefresh_Scheduling
589ba06c8ae59538973c22edf28f74a59d63aa14
[ "MIT" ]
null
null
null
linsched-linsched-alpha/drivers/gpu/drm/nouveau/nouveau_channel.c
usenixatc2021/SoftRefresh_Scheduling
589ba06c8ae59538973c22edf28f74a59d63aa14
[ "MIT" ]
null
null
null
/* * Copyright 2005-2006 Stephane Marchesin * All Rights Reserved. * * 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 u...
28.362525
109
0.716932
[ "object" ]
a01cfcc45167a9feabba719eb90e74d20277be1f
21,481
c
C
parasail_c/src/sg_stats_striped_avx2_256_64.c
dikaiosune/parasail-sys
bcaf089eaec5de7147a421bea8b4811d1720ef5d
[ "MIT" ]
1
2021-05-28T01:51:57.000Z
2021-05-28T01:51:57.000Z
parasail_c/src/sg_stats_striped_avx2_256_64.c
dikaiosune/parasail-sys
bcaf089eaec5de7147a421bea8b4811d1720ef5d
[ "MIT" ]
null
null
null
parasail_c/src/sg_stats_striped_avx2_256_64.c
dikaiosune/parasail-sys
bcaf089eaec5de7147a421bea8b4811d1720ef5d
[ "MIT" ]
2
2021-05-28T01:55:07.000Z
2021-05-28T18:34:18.000Z
/** * @file * * @author jeff.daily@pnnl.gov * * Copyright (c) 2015 Battelle Memorial Institute. */ #include "config.h" #include <stdint.h> #include <stdlib.h> #include <immintrin.h> #include "parasail.h" #include "parasail/memory.h" #include "parasail/internal_avx.h" #define FASTSTATS #define NEG_INF (INT64_...
36.470289
121
0.599879
[ "vector" ]
a027abb6382071e7d06cb1e351cc96d951f7c59e
1,879
h
C
ash/assistant/ui/dialog_plate/dialog_plate.h
zipated/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
2,151
2020-04-18T07:31:17.000Z
2022-03-31T08:39:18.000Z
ash/assistant/ui/dialog_plate/dialog_plate.h
cangulcan/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
395
2020-04-18T08:22:18.000Z
2021-12-08T13:04:49.000Z
ash/assistant/ui/dialog_plate/dialog_plate.h
cangulcan/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
338
2020-04-18T08:03:10.000Z
2022-03-29T12:33:22.000Z
// Copyright 2018 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef ASH_ASSISTANT_UI_DIALOG_PLATE_DIALOG_PLATE_H_ #define ASH_ASSISTANT_UI_DIALOG_PLATE_DIALOG_PLATE_H_ #include "ash/assistant/model/assistant_inter...
32.964912
80
0.73124
[ "model" ]
a0286b65a175e2fba223726a0e8b5a3d1d584840
2,916
h
C
Src/include/vector_utils.h
cosocaf/Pick
e21a3ff204e8cf60a40985ebda73d90f087205a9
[ "MIT" ]
6
2021-05-17T14:03:18.000Z
2021-08-06T11:43:12.000Z
Src/include/vector_utils.h
cosocaf/Pick
e21a3ff204e8cf60a40985ebda73d90f087205a9
[ "MIT" ]
null
null
null
Src/include/vector_utils.h
cosocaf/Pick
e21a3ff204e8cf60a40985ebda73d90f087205a9
[ "MIT" ]
null
null
null
#pragma once #include <vector> #include <string> #include <cassert> namespace pick { template<typename T> std::vector<T>& operator+=(std::vector<T>& a, const std::vector<T>& b) { a.reserve(a.size() + b.size()); a.insert(a.end(), b.begin(), b.end()); return a; } ...
32.764045
101
0.559671
[ "vector" ]
a037901f3f319b832ab640357a28ff219a1a4924
1,312
c
C
cmds/bard/_story.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-07-19T05:24:44.000Z
2021-11-18T04:08:19.000Z
cmds/bard/_story.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
4
2021-03-15T18:56:39.000Z
2021-08-17T17:08:22.000Z
cmds/bard/_story.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-09-12T06:22:38.000Z
2022-01-31T01:15:12.000Z
#include <std.h> #include <objects.h> inherit DAEMON; int help(); int cmd_story(string str) { object ob; if(!str) return help(); ob = new("/cmds/bard/storyobj"); ob->set_name(str); ob->move(this_player()); return 1; } int help() { write( @OLI story: Usage: story <name> ...
25.72549
68
0.564024
[ "object" ]
a03b99c9d46c53bd0a03c87fc6e5c50958adb010
23,435
h
C
Ring0/KTL/KTL.Functional.Function.h
MeeSong/mbox
05295cef7933d802718b5bfcc27d979f87873971
[ "MIT" ]
52
2017-07-03T14:34:53.000Z
2021-12-13T08:00:50.000Z
Ring0/KTL/KTL.Functional.Function.h
marcosd4h/MBox
05295cef7933d802718b5bfcc27d979f87873971
[ "MIT" ]
1
2020-12-23T07:13:31.000Z
2020-12-31T16:25:17.000Z
Ring0/KTL/KTL.Functional.Function.h
marcosd4h/MBox
05295cef7933d802718b5bfcc27d979f87873971
[ "MIT" ]
40
2017-08-30T13:12:19.000Z
2022-03-23T13:22:31.000Z
#pragma once #ifndef Function_$196042EF_9259_402B_9606_932D5BA69C2B #define Function_$196042EF_9259_402B_9606_932D5BA69C2B 1 #include "KTL.Memory.New.h" #include "KTL.Functional.h" namespace ktl { inline namespace functional { /// TEMPLATE CLASS function template<typename _ReturnType, typenam...
33.478571
110
0.513804
[ "object" ]
a03fb4bd86dbff29ce0402c5cd88d353cdbe2534
4,540
h
C
src/Engine/InternalProductOnTheFly.h
g1257/LanczosPlusPlus
ce0b9ad9969014c013e81d3072ea8418dead3c8f
[ "Unlicense" ]
9
2018-03-09T04:26:23.000Z
2022-03-10T15:42:14.000Z
src/Engine/InternalProductOnTheFly.h
g1257/LanczosPlusPlus
ce0b9ad9969014c013e81d3072ea8418dead3c8f
[ "Unlicense" ]
2
2016-06-23T14:59:36.000Z
2016-09-09T15:17:16.000Z
src/Engine/InternalProductOnTheFly.h
g1257/LanczosPlusPlus
ce0b9ad9969014c013e81d3072ea8418dead3c8f
[ "Unlicense" ]
2
2015-11-23T17:09:05.000Z
2016-08-12T17:00:42.000Z
/* Copyright (c) 2009-2016, 2017, UT-Battelle, LLC All rights reserved [Lanczos, Version 2.] [by G.A., Oak Ridge National Laboratory] UT Battelle Open Source Software License 11242008 OPEN SOURCE LICENSE Subject to the conditions of this License, each contributor to this software hereby grants, free of charge, to a...
31.310345
103
0.757269
[ "vector", "model" ]
a048cc578b02bf2a1f4fee5a9811fab7dfac6389
2,587
h
C
enduser/netmeeting/t120/h/memmgr.h
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
enduser/netmeeting/t120/h/memmgr.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
enduser/netmeeting/t120/h/memmgr.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
/* * memmgr.h * * Copyright (c) 1998 by Microsoft Corporation, Redmond, WA * * Abstract: * This is the header file for the T.120 memory allocation mechanism. This * file contains the declarations necessary to allocate and distribute memory * in the form of Memory objects within T.120. * * This i...
36.43662
107
0.715501
[ "object" ]
a049179022991675c52b0dec9e89de5fabe6a2b8
1,400
h
C
SampleCode/Dependencies/inc/Extern/IDrive.h
virtium/vtStor
069d3e1ddb1c5589826dfe59714a1479c4af8f51
[ "Apache-2.0" ]
3
2015-04-27T07:53:57.000Z
2017-12-26T08:55:24.000Z
SampleCode/Dependencies/inc/Extern/IDrive.h
virtium/vtStor
069d3e1ddb1c5589826dfe59714a1479c4af8f51
[ "Apache-2.0" ]
18
2015-04-08T21:44:45.000Z
2016-03-09T23:44:51.000Z
SampleCode/Dependencies/inc/Extern/IDrive.h
virtium/vtStor
069d3e1ddb1c5589826dfe59714a1479c4af8f51
[ "Apache-2.0" ]
19
2015-05-15T07:48:05.000Z
2019-09-16T09:12:05.000Z
/* <License> Copyright 2016 Virtium Technology 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...
31.111111
142
0.751429
[ "vector" ]
a04b9c6121cc0aed56b193d05a4962537ffb9236
7,581
h
C
src/sparki/core/rnd_base.h
ref2401/SPARKi
4ee899420a425a1c7aec6a01bf58b257c27d9b70
[ "MIT" ]
null
null
null
src/sparki/core/rnd_base.h
ref2401/SPARKi
4ee899420a425a1c7aec6a01bf58b257c27d9b70
[ "MIT" ]
1
2017-09-06T09:18:37.000Z
2017-09-06T09:30:54.000Z
src/sparki/core/rnd_base.h
ref2401/SPARKi
4ee899420a425a1c7aec6a01bf58b257c27d9b70
[ "MIT" ]
null
null
null
#pragma once #include "sparki/core/asset.h" #include <windows.h> #include <d3d11.h> #include <d3dcommon.h> #include <d3dcompiler.h> #include <dxgi.h> using namespace math; namespace sparki { namespace core { // Unique_com_ptr is a smart pointer that owns and manages a COM object through a pointer ...
26.978648
108
0.733676
[ "object" ]
a059737e8bc77b657d2dbbbbc9917b8a779d4348
15,287
h
C
Classes/gframe/game.h
oldwang504/YGOMobile
daa6eb2c7a93e09776686c6c81d11ccb779cde39
[ "MIT" ]
41
2015-05-03T03:15:39.000Z
2020-11-26T04:05:25.000Z
Classes/gframe/game.h
oldwang504/YGOMobile
daa6eb2c7a93e09776686c6c81d11ccb779cde39
[ "MIT" ]
5
2015-06-27T01:26:04.000Z
2018-01-21T06:01:30.000Z
Classes/gframe/game.h
oldwang504/YGOMobile
daa6eb2c7a93e09776686c6c81d11ccb779cde39
[ "MIT" ]
28
2015-02-28T06:22:22.000Z
2021-02-22T12:15:28.000Z
#ifndef GAME_H #define GAME_H #include "config.h" #include "client_field.h" #include "deck_con.h" #include "menu_handler.h" #include <unordered_map> #include <vector> #include <list> #include "IYGOSoundEffectPlayer.h" namespace ygo { struct Config { bool use_d3d; unsigned short antialias; unsigned short serverpor...
28.789077
75
0.76117
[ "vector" ]
a05fd5798bdac9e42ea9a2595af4979bce1b30b7
6,956
h
C
open-source/amazon-kinesis-video-streams-producer-c/open-source/amazon-kinesis-video-streams-pic/src/utils/src/Include_i.h
vinoth-rigpa/amazon-kinesis-video-streams-producer-sdk-cpp
2b364c4e3e0b533dec863d9a7bfb23b9ad456d07
[ "Apache-2.0" ]
null
null
null
open-source/amazon-kinesis-video-streams-producer-c/open-source/amazon-kinesis-video-streams-pic/src/utils/src/Include_i.h
vinoth-rigpa/amazon-kinesis-video-streams-producer-sdk-cpp
2b364c4e3e0b533dec863d9a7bfb23b9ad456d07
[ "Apache-2.0" ]
null
null
null
open-source/amazon-kinesis-video-streams-producer-c/open-source/amazon-kinesis-video-streams-pic/src/utils/src/Include_i.h
vinoth-rigpa/amazon-kinesis-video-streams-producer-sdk-cpp
2b364c4e3e0b533dec863d9a7bfb23b9ad456d07
[ "Apache-2.0" ]
null
null
null
/** * Internal functionality */ #ifndef __UTILS_I_H__ #define __UTILS_I_H__ #ifdef __cplusplus extern "C" { #endif #pragma once #include "com/amazonaws/kinesis/video/utils/Include.h" /** * Thread wrapper for Windows */ typedef struct { // Stored routine startRoutine storedStartRoutine; // Original ...
30.243478
120
0.719379
[ "object" ]
a0626c2b0e5a4bd91538c1a4cdbf2c36085abd85
6,059
h
C
simd/simd.h
pps83/pik
9747f8dbe9c10079b7473966fc974e4b3bcef034
[ "Apache-2.0" ]
null
null
null
simd/simd.h
pps83/pik
9747f8dbe9c10079b7473966fc974e4b3bcef034
[ "Apache-2.0" ]
null
null
null
simd/simd.h
pps83/pik
9747f8dbe9c10079b7473966fc974e4b3bcef034
[ "Apache-2.0" ]
null
null
null
// Copyright 2017 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
36.721212
80
0.71662
[ "vector" ]
a0647c11b9d6bdace5fefe76fabb62df4e494b0d
7,441
h
C
demos/TaakLabyrinth/src/Scene/extraGame_scene.h
kodjodegbey/gba-sprite-engine
3f480a824320dee01fb94d98b75761a591b86327
[ "MIT" ]
null
null
null
demos/TaakLabyrinth/src/Scene/extraGame_scene.h
kodjodegbey/gba-sprite-engine
3f480a824320dee01fb94d98b75761a591b86327
[ "MIT" ]
null
null
null
demos/TaakLabyrinth/src/Scene/extraGame_scene.h
kodjodegbey/gba-sprite-engine
3f480a824320dee01fb94d98b75761a591b86327
[ "MIT" ]
null
null
null
// // Created by esaie on 30-07-20. // #ifndef GBA_SPRITE_ENGINE_PROJECT_EXTRAGAME_SCENE_H #define GBA_SPRITE_ENGINE_PROJECT_EXTRAGAME_SCENE_H #include <libgba-sprite-engine/scene.h> #include <libgba-sprite-engine/sprites/sprite_builder.h> #include "../Model/BonusModel.h" #include "../Model/BomModel.h" #include "../...
30.621399
122
0.539847
[ "vector", "model" ]
a066d4fa6731ce40ece4502b853fa1d897bcd18f
3,919
h
C
src/core/support/obj_pool.h
EdgeCast/hurl
ac93b1d092688f50d9165bb3310084d596cadec1
[ "Apache-2.0" ]
19
2021-08-13T18:48:00.000Z
2022-03-15T20:55:47.000Z
src/core/support/obj_pool.h
EdgeCast/hurl
ac93b1d092688f50d9165bb3310084d596cadec1
[ "Apache-2.0" ]
3
2021-08-05T02:28:49.000Z
2021-11-19T17:51:29.000Z
src/core/support/obj_pool.h
EdgeCast/hurl
ac93b1d092688f50d9165bb3310084d596cadec1
[ "Apache-2.0" ]
1
2021-08-05T01:46:16.000Z
2021-08-05T01:46:16.000Z
//! ---------------------------------------------------------------------------- //! Copyright Edgecast Inc. //! //! \file: TODO //! \details: TODO //! //! Licensed under the terms of the Apache 2.0 open source license. //! Please refer to the LICENSE file in the project root for the terms. //! ---------------------...
30.379845
80
0.357234
[ "vector" ]
a067b7b55c013cdad30e11fe0b72cde693306a18
4,510
h
C
open/Inspur/code/resnet/schedule/src/inference/inference.h
EldritchJS/inference_results_v0.5
5552490e184d9fc342d871fcc410ac423ea49053
[ "Apache-2.0" ]
null
null
null
open/Inspur/code/resnet/schedule/src/inference/inference.h
EldritchJS/inference_results_v0.5
5552490e184d9fc342d871fcc410ac423ea49053
[ "Apache-2.0" ]
null
null
null
open/Inspur/code/resnet/schedule/src/inference/inference.h
EldritchJS/inference_results_v0.5
5552490e184d9fc342d871fcc410ac423ea49053
[ "Apache-2.0" ]
1
2019-12-05T18:53:17.000Z
2019-12-05T18:53:17.000Z
#ifndef __INTERFACE_H #define __INTERFACE_H #include <iostream> #include <iterator> #include <memory> #include <numeric> #include <string> #include <vector> #include <new> #include <cassert> #include <fstream> #include <iomanip> #include <sstream> #include <future> #include <thread> #include <cmath> #include <sys/sta...
24.917127
106
0.672949
[ "vector" ]
a071b341f0823e3e0b0c61880f2416ebb53390e8
6,119
h
C
exegesis/llvm/llvm_utils.h
mrexodia/EXEgesis
91af85cfdd5d5b2e8d5d2a04aaa5d5175685acc7
[ "Apache-2.0" ]
null
null
null
exegesis/llvm/llvm_utils.h
mrexodia/EXEgesis
91af85cfdd5d5b2e8d5d2a04aaa5d5175685acc7
[ "Apache-2.0" ]
null
null
null
exegesis/llvm/llvm_utils.h
mrexodia/EXEgesis
91af85cfdd5d5b2e8d5d2a04aaa5d5175685acc7
[ "Apache-2.0" ]
null
null
null
// Copyright 2017 Google 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 w...
41.344595
80
0.758457
[ "object", "vector" ]
a075172e340cc2926ed5500330220b6e1ef5e53f
287
h
C
3dEngine/src/scene/renderer3d/transparent/TransparentMeshFilter.h
petitg1987/UrchinEngine
32d4b62b1ab7e2aa781c99de11331e3738078b0c
[ "MIT" ]
24
2015-10-05T00:13:57.000Z
2020-05-06T20:14:06.000Z
3dEngine/src/scene/renderer3d/transparent/TransparentMeshFilter.h
petitg1987/urchinEngine
a14a57ac49a19237d748d2eafc7c2a38a45b95d6
[ "BSL-1.0" ]
1
2019-11-01T08:00:55.000Z
2019-11-01T08:00:55.000Z
3dEngine/src/scene/renderer3d/transparent/TransparentMeshFilter.h
petitg1987/UrchinEngine
32d4b62b1ab7e2aa781c99de11331e3738078b0c
[ "MIT" ]
10
2015-11-25T07:33:13.000Z
2020-03-02T08:21:10.000Z
#pragma once #include <scene/renderer3d/model/displayer/MeshFilter.h> namespace urchin { class TransparentMeshFilter : public MeshFilter { public: bool isAccepted(const Model&) const override; bool isAccepted(const Mesh&) const override; }; }
20.5
57
0.672474
[ "mesh", "model" ]
a07bd51f65372e7036e00cefc00e9bdb2e454f75
17,139
h
C
groups/lsp/lspcore/lspcore_symbolutil.h
dgoffredo/bdelisp
ea1411cd99aa69605f0a8281fe3be89db09c4aac
[ "blessing" ]
null
null
null
groups/lsp/lspcore/lspcore_symbolutil.h
dgoffredo/bdelisp
ea1411cd99aa69605f0a8281fe3be89db09c4aac
[ "blessing" ]
null
null
null
groups/lsp/lspcore/lspcore_symbolutil.h
dgoffredo/bdelisp
ea1411cd99aa69605f0a8281fe3be89db09c4aac
[ "blessing" ]
null
null
null
#ifndef INCLUDED_LSPCORE_SYMBOLUTIL #define INCLUDED_LSPCORE_SYMBOLUTIL #include <bdld_datum.h> #include <bdld_datumudt.h> #include <bsl_algorithm.h> #include <bsl_cstddef.h> #include <bsl_string.h> #include <bsl_string_view.h> #include <bsl_utility.h> #include <bslma_allocator.h> #include <bsls_assert.h> #include <bs...
39.581986
79
0.622032
[ "vector" ]
a08617ade56222322115bfab0007f1b48f92372c
6,283
h
C
media/fuchsia/audio/fuchsia_audio_output_device.h
Ron423c/chromium
2edf7b980065b648f8b2a6e52193d83832fe36b7
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
575
2015-06-18T23:58:20.000Z
2022-03-23T09:32:39.000Z
media/fuchsia/audio/fuchsia_audio_output_device.h
Ron423c/chromium
2edf7b980065b648f8b2a6e52193d83832fe36b7
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
113
2015-05-04T09:58:14.000Z
2022-01-31T19:35:03.000Z
media/fuchsia/audio/fuchsia_audio_output_device.h
iridium-browser/iridium-browser
907e31cf5ce5ad14d832796e3a7c11e496828959
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
52
2015-07-14T10:40:50.000Z
2022-03-15T01:11:49.000Z
// Copyright 2020 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef MEDIA_FUCHSIA_AUDIO_FUCHSIA_AUDIO_OUTPUT_DEVICE_H_ #define MEDIA_FUCHSIA_AUDIO_FUCHSIA_AUDIO_OUTPUT_DEVICE_H_ #include <fuchsia/media/cpp/fidl.h>...
36.958824
80
0.770969
[ "object", "vector" ]
a0881cd5d59bd5d87d37f444f975a4e2b349f06a
561
h
C
include/bcdb/WholeProgram.h
yotann/bcdb
e1b1cb4d279041e05ae35ec5d33edfca0df75407
[ "Apache-2.0" ]
6
2020-11-16T06:19:13.000Z
2021-05-04T13:28:57.000Z
include/bcdb/WholeProgram.h
yotann/bcdb
e1b1cb4d279041e05ae35ec5d33edfca0df75407
[ "Apache-2.0" ]
4
2020-11-14T02:19:42.000Z
2021-04-08T01:37:22.000Z
include/bcdb/WholeProgram.h
yotann/bcdb
e1b1cb4d279041e05ae35ec5d33edfca0df75407
[ "Apache-2.0" ]
null
null
null
#ifndef BCDB_WHOLEPROGRAM_H #define BCDB_WHOLEPROGRAM_H #include <memory> #include <string> #include <vector> namespace llvm { class LLVMContext; class Module; namespace object { class Binary; } // end namespace object } // end namespace llvm namespace bcdb { std::unique_ptr<llvm::Module> ExtractModuleFromBinary(ll...
21.576923
77
0.762923
[ "object", "vector" ]
a08dcd60001adbb4499bdff1d7416c808f7eb3e6
1,420
h
C
Pod/Classes/rcsid.h
wjk/OmniBase
1233bab11b2a69965512851371def3999c505b85
[ "MIT" ]
4
2015-05-05T01:32:17.000Z
2016-02-08T02:25:35.000Z
Pod/Classes/rcsid.h
wjk/OmniBase
1233bab11b2a69965512851371def3999c505b85
[ "MIT" ]
null
null
null
Pod/Classes/rcsid.h
wjk/OmniBase
1233bab11b2a69965512851371def3999c505b85
[ "MIT" ]
null
null
null
// Copyright 1997-2005, 2010 Omni Development, Inc. All rights reserved. // // This software may only be used and reproduced according to the // terms in the file OmniSourceLicense.html, which should be // distributed with this project and can also be found at // <http://www.omnigroup.com/developer/sourcecode/sourceli...
32.272727
164
0.735915
[ "object" ]
a09a8790fcb0d5ddedc8f9012ffb7b368563b24e
2,996
h
C
davis_ros_driver/include/davis_ros_driver/driver.h
jfvilaro/rpg_dvs_ros
41e89399ece5735d81b4920566d1f454ecaacc60
[ "MIT" ]
null
null
null
davis_ros_driver/include/davis_ros_driver/driver.h
jfvilaro/rpg_dvs_ros
41e89399ece5735d81b4920566d1f454ecaacc60
[ "MIT" ]
null
null
null
davis_ros_driver/include/davis_ros_driver/driver.h
jfvilaro/rpg_dvs_ros
41e89399ece5735d81b4920566d1f454ecaacc60
[ "MIT" ]
null
null
null
// This file is part of DVS-ROS - the RPG DVS ROS Package #pragma once #include <ros/ros.h> #include <string> // boost #include <boost/thread.hpp> #include <boost/thread/thread_time.hpp> #include <boost/date_time/posix_time/posix_time.hpp> // messages #include <dvs_msgs/Event.h> #include <dvs_msgs/EventArray.h> #in...
27.236364
116
0.766689
[ "vector" ]
a09f6ce51f6a6b5e9fbaf512356cbe4af391411c
2,564
h
C
libs/cairo/include/cairo/cairo-mempool-private.h
jegun/openFrameworks
79d43f249b50eb36ddcbc093dfea2c0a4bf20aa5
[ "MIT" ]
590
2015-08-05T03:00:17.000Z
2022-03-27T14:37:10.000Z
libs/cairo/include/cairo/cairo-mempool-private.h
jegun/openFrameworks
79d43f249b50eb36ddcbc093dfea2c0a4bf20aa5
[ "MIT" ]
509
2015-11-05T13:54:43.000Z
2022-03-30T22:15:30.000Z
libs/cairo/include/cairo/cairo-mempool-private.h
jegun/openFrameworks
79d43f249b50eb36ddcbc093dfea2c0a4bf20aa5
[ "MIT" ]
247
2015-07-06T10:13:48.000Z
2022-03-20T13:08:21.000Z
/* Cairo - a vector graphics library with display and print output * * Copyright © 2007 Chris Wilson * Copyright © 2009 Intel Corporation * * This library is free software; you can redistribute it and/or * modify it either under the terms of the GNU Lesser General Public * License version 2.1 as published by the...
29.813953
78
0.732839
[ "vector" ]
a0a131e81c47f0a16bce711b278d72a03ff9fff4
5,129
h
C
src/Engine/ConjugateGradient.h
TianyiWang918/dmrgpp
c007840eef1ebf423b6abc6b5b6ca2096ea6eef9
[ "Unlicense" ]
24
2016-02-22T20:53:19.000Z
2022-03-17T07:29:32.000Z
src/Engine/ConjugateGradient.h
TianyiWang918/dmrgpp
c007840eef1ebf423b6abc6b5b6ca2096ea6eef9
[ "Unlicense" ]
31
2015-06-29T21:32:33.000Z
2022-01-06T12:41:31.000Z
src/Engine/ConjugateGradient.h
TianyiWang918/dmrgpp
c007840eef1ebf423b6abc6b5b6ca2096ea6eef9
[ "Unlicense" ]
18
2015-08-13T04:17:47.000Z
2021-04-27T15:50:23.000Z
/* Copyright (c) 2009-2014, UT-Battelle, LLC All rights reserved [DMRG++, Version 5.] [by G.A., Oak Ridge National Laboratory] UT Battelle Open Source Software License 11242008 OPEN SOURCE LICENSE Subject to the conditions of this License, each contributor to this software hereby grants, free of charge, to any pers...
29.819767
80
0.720998
[ "vector" ]
a0a6280d454956da7355b24e3d95b0feaf3744fd
562
h
C
include/Divider.h
NithishkumarS/Arithmetic
61a8a53d9ad525ee7ae9be0c89c9bdc6e8b1aa2b
[ "MIT" ]
null
null
null
include/Divider.h
NithishkumarS/Arithmetic
61a8a53d9ad525ee7ae9be0c89c9bdc6e8b1aa2b
[ "MIT" ]
null
null
null
include/Divider.h
NithishkumarS/Arithmetic
61a8a53d9ad525ee7ae9be0c89c9bdc6e8b1aa2b
[ "MIT" ]
null
null
null
/* * Divider.h * * Created on: July 31, 2020 * Author: Nithish */ #ifndef INCLUDE_DIVIDER_H_ #define INCLUDE_DIVIDER_H_ #include <Arithmetic.h> #include <iostream> #include <vector> template <typename T> class Divider : public Arithmetic<T>{ public: /* * Constructor */ Divider(); /* * Virtual...
13.707317
45
0.658363
[ "vector" ]
ae03e304c806b27633614ccf9a9098b6e533fd46
21,194
c
C
36_vertexArrayObjects/gl/gl_LFont.c
haxpor/lazyfoo-opengl2c
de2a49b33b115ffa7586f1b74ed8ef5026ba4b23
[ "MIT" ]
2
2019-02-25T11:12:39.000Z
2019-09-13T20:09:16.000Z
36_vertexArrayObjects/gl/gl_LFont.c
haxpor/lazyfoo-opengl2c
de2a49b33b115ffa7586f1b74ed8ef5026ba4b23
[ "MIT" ]
null
null
null
36_vertexArrayObjects/gl/gl_LFont.c
haxpor/lazyfoo-opengl2c
de2a49b33b115ffa7586f1b74ed8ef5026ba4b23
[ "MIT" ]
null
null
null
#include "gl_LFont.h" #include <stdlib.h> #include <stddef.h> #include "SDL_log.h" #include "foundation/vector.h" #include "gl/gl_LTexture_internals.h" #include FT_BITMAP_H #include "gl/gl_LShaderProgram.h" #include "gl/gl_LFont_internals.h" #include "gl/gl_lfont_polygon_program2d.h" // spacing when render between cha...
27.488975
149
0.652071
[ "render", "vector" ]
ae06601b4f36ab01d6c1469333809b425bbc399d
1,489
h
C
clang-tidy/zircon/TemporaryObjectsCheck.h
Szelethus/clang-tools-extra
4bff9e7bc96ac495d7b6b2e8cc6c6f629e824022
[ "Apache-2.0" ]
null
null
null
clang-tidy/zircon/TemporaryObjectsCheck.h
Szelethus/clang-tools-extra
4bff9e7bc96ac495d7b6b2e8cc6c6f629e824022
[ "Apache-2.0" ]
2
2019-01-24T00:38:27.000Z
2019-02-28T00:23:56.000Z
clang-tidy/zircon/TemporaryObjectsCheck.h
Szelethus/clang-tools-extra
4bff9e7bc96ac495d7b6b2e8cc6c6f629e824022
[ "Apache-2.0" ]
null
null
null
//===--- TemporaryObjectsCheck.h - clang-tidy------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===-----------------------------...
35.452381
80
0.715917
[ "vector" ]
ae08bf3e0a389722028acfddfa36ac5de369164d
1,361
h
C
src/RTL/Component/Include/IFXKeyTrackArray.h
alemuntoni/u3d
7907b907464a2db53dac03fdc137dcb46d447513
[ "Apache-2.0" ]
44
2016-05-06T00:47:11.000Z
2022-02-11T06:51:37.000Z
src/RTL/Component/Include/IFXKeyTrackArray.h
alemuntoni/u3d
7907b907464a2db53dac03fdc137dcb46d447513
[ "Apache-2.0" ]
3
2016-06-27T12:37:31.000Z
2021-03-24T12:39:48.000Z
src/RTL/Component/Include/IFXKeyTrackArray.h
alemuntoni/u3d
7907b907464a2db53dac03fdc137dcb46d447513
[ "Apache-2.0" ]
15
2016-02-28T11:08:30.000Z
2021-06-01T03:32:01.000Z
//*************************************************************************** // // Copyright (c) 1999 - 2006 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // ...
28.354167
77
0.650257
[ "3d" ]
ae13c4f09b857e9d4527f05d96f187f9c2b05a67
14,292
c
C
libexec/ld.elf_so/map_object.c
calmsacibis995/minix
dfba95598f553b6560131d35a76658f1f8c9cf38
[ "Unlicense" ]
null
null
null
libexec/ld.elf_so/map_object.c
calmsacibis995/minix
dfba95598f553b6560131d35a76658f1f8c9cf38
[ "Unlicense" ]
null
null
null
libexec/ld.elf_so/map_object.c
calmsacibis995/minix
dfba95598f553b6560131d35a76658f1f8c9cf38
[ "Unlicense" ]
null
null
null
/* $NetBSD: map_object.c,v 1.53 2014/10/30 07:53:41 martin Exp $ */ /* * Copyright 1996 John D. Polstra. * Copyright 1996 Matt Thomas <matt@3am-software.com> * Copyright 2002 Charles M. Hannum <root@ihack.net> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modif...
28.814516
89
0.68255
[ "object" ]
ae1fa157a4f94b244cc05e070e087bdf622959c0
2,138
h
C
ClassBeacon/Pods/EstimoteSDK/EstimoteSDK/Headers/ESTNearableDefinitions.h
LukeAlexanderHarris/ClassBeacon
7daf45a11fbd4f4955376b4a402432de7d708f0d
[ "MIT" ]
3
2016-03-09T19:37:51.000Z
2016-11-23T03:53:35.000Z
plugin/src/ios/Headers/ESTNearableDefinitions.h
gnazarkin/phonegap-estimotebeacons
22f85637e567570c9c542c29baddd025047008e8
[ "MIT" ]
5
2015-06-18T17:22:56.000Z
2021-07-14T16:54:26.000Z
plugin/src/ios/Headers/ESTNearableDefinitions.h
gnazarkin/phonegap-estimotebeacons
22f85637e567570c9c542c29baddd025047008e8
[ "MIT" ]
1
2016-02-27T23:26:18.000Z
2016-02-27T23:26:18.000Z
// // ESTNearableDefinitions.h // EstimoteSDK // // Created by Marcin Klimek on 16/01/15. // Copyright (c) 2015 Estimote. All rights reserved. // #import "ESTDefinitions.h" /** * Color of the device enclosure. */ typedef NS_ENUM(NSInteger, ESTNearableColor) { ESTNearableColorUnknown = 0, ESTNearableCol...
21.38
55
0.746024
[ "3d" ]
ae252fbf32151acd802b2c13285c0a4610748f1f
1,055
h
C
worker/deps/catch/include/internal/catch_enum_values_registry.h
vanga-top/mediasoup
75a0d63767d30ed9671cf612661190b8fc3b4c5e
[ "0BSD" ]
1,461
2022-02-25T17:44:34.000Z
2022-03-30T06:18:29.000Z
worker/deps/catch/include/internal/catch_enum_values_registry.h
vanga-top/mediasoup
75a0d63767d30ed9671cf612661190b8fc3b4c5e
[ "0BSD" ]
116
2021-05-29T16:32:51.000Z
2021-08-13T16:05:29.000Z
worker/deps/catch/include/internal/catch_enum_values_registry.h
vanga-top/mediasoup
75a0d63767d30ed9671cf612661190b8fc3b4c5e
[ "0BSD" ]
135
2019-04-16T09:10:13.000Z
2022-03-18T10:22:40.000Z
/* * Created by Phil on 4/4/2019. * Copyright 2019 Two Blue Cubes Ltd. All rights reserved. * * 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) */ #ifndef TWOBLUECUBES_CATCH_ENUMVALUESREGISTRY_H_INCLUDED #defi...
30.142857
126
0.738389
[ "vector" ]
ae2a49cc7899a3107a21ebd0ae7badc161cdcbd3
2,057
h
C
src/ios/SDK/StreetHawkCore_Pointzi.framework/Headers/SHTipBaseElement.h
Xingyuj/PhonegapPointzi-beta
29e4bb0a3a659831754527557adad605be689f19
[ "Apache-2.0" ]
null
null
null
src/ios/SDK/StreetHawkCore_Pointzi.framework/Headers/SHTipBaseElement.h
Xingyuj/PhonegapPointzi-beta
29e4bb0a3a659831754527557adad605be689f19
[ "Apache-2.0" ]
null
null
null
src/ios/SDK/StreetHawkCore_Pointzi.framework/Headers/SHTipBaseElement.h
Xingyuj/PhonegapPointzi-beta
29e4bb0a3a659831754527557adad605be689f19
[ "Apache-2.0" ]
null
null
null
/* * Copyright (c) StreetHawk, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. * ...
30.25
119
0.754983
[ "object" ]
ae2aa1c1067f0cb3dfacb9a6b349b73047910df5
903
h
C
AlphaZero/include/Game.h
Georg-S/AlphaZero
c76ce6cb273c2a54710a123ce7b3dbab8a04773a
[ "BSD-3-Clause" ]
2
2021-04-24T19:36:32.000Z
2021-04-24T22:54:07.000Z
AlphaZero/include/Game.h
Georg-S/AlphaZero
c76ce6cb273c2a54710a123ce7b3dbab8a04773a
[ "BSD-3-Clause" ]
3
2021-04-08T14:29:38.000Z
2021-04-14T18:14:56.000Z
AlphaZero/include/Game.h
Georg-S/AlphaZero
c76ce6cb273c2a54710a123ce7b3dbab8a04773a
[ "BSD-3-Clause" ]
null
null
null
#ifndef DEEPREINFORCEMENTLEARNING_GAME_H #define DEEPREINFORCEMENTLEARNING_GAME_H #include <string> #include <torch/torch.h> #include <vector> class Game { public: virtual int getInitialPlayer() = 0; virtual std::string getInitialGameState() = 0; virtual bool isGameOver(const std::string& state) = 0; virtual int g...
39.26087
137
0.771872
[ "vector" ]
ae2b85f08f9da99d505a2bb7d306858f8517ab9f
9,024
h
C
Source/Foundation/bsfUtility/ThirdParty/simdpp/core/detail/get_expr_uint.h
Milerius/bsf
8715b344d6b7893f64fd5dccaaf10603a27c7a15
[ "MIT" ]
1,745
2018-03-16T02:10:28.000Z
2022-03-26T17:34:21.000Z
include/simdpp/core/detail/get_expr_uint.h
leannejdong/MGOSDT
29559e5feb19490e77b11d0382558cd8529feba4
[ "BSD-3-Clause" ]
395
2018-03-16T10:18:20.000Z
2021-08-04T16:52:08.000Z
include/simdpp/core/detail/get_expr_uint.h
leannejdong/MGOSDT
29559e5feb19490e77b11d0382558cd8529feba4
[ "BSD-3-Clause" ]
267
2018-03-17T19:32:54.000Z
2022-02-17T16:55:50.000Z
/* Copyright (C) 2014 Povilas Kanapickas <povilas@radix.lt> 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) */ #ifndef LIBSIMDPP_SIMDPP_CORE_DETAIL_GET_EXPR_UINT_H #define LIBSIMDPP_SIMDPP_CORE...
38.564103
118
0.734597
[ "vector" ]
ae2ee61f3c80a3f1bd6eb5527fec1ef97345b553
2,011
h
C
frame/src/main/native/jni_user.h
daisy8867/hadoop-
ca772aaf1739bc8e8d60f4c798661617dcaeb5f6
[ "Apache-2.0" ]
null
null
null
frame/src/main/native/jni_user.h
daisy8867/hadoop-
ca772aaf1739bc8e8d60f4c798661617dcaeb5f6
[ "Apache-2.0" ]
null
null
null
frame/src/main/native/jni_user.h
daisy8867/hadoop-
ca772aaf1739bc8e8d60f4c798661617dcaeb5f6
[ "Apache-2.0" ]
null
null
null
#include "jni.h" #include <vector> using namespace std; #define ERR_CODE_ERR -1 #define ERR_CODE_OK 0 #define ERR_CODE_CONTINUE 1 #define INT_SIZE sizeof(int) #define FLOAT_SIZE sizeof(float) #define LONG_SIZE sizeof(long) #define DOUBLE_SIZE sizeof(double) extern "C" { /*****************************...
25.782051
85
0.572849
[ "vector" ]
ae331013f935569e92c5fa88a821ba93f1cb0352
3,563
h
C
imex/snakeoil/spritesheet/spritesheet.h
aconstlink/snakeoil
3c6e02655e1134f8422f01073090efdde80fc109
[ "MIT" ]
1
2017-08-11T19:12:24.000Z
2017-08-11T19:12:24.000Z
imex/snakeoil/spritesheet/spritesheet.h
aconstlink/snakeoil
3c6e02655e1134f8422f01073090efdde80fc109
[ "MIT" ]
11
2018-07-07T20:09:44.000Z
2020-02-16T22:45:09.000Z
imex/snakeoil/spritesheet/spritesheet.h
aconstlink/snakeoil
3c6e02655e1134f8422f01073090efdde80fc109
[ "MIT" ]
null
null
null
//------------------------------------------------------------ // snakeoil (c) Alexis Constantin Link // Distributed under the MIT license //------------------------------------------------------------ #pragma once #include "../../api.h" #include "../../typedefs.h" #include <snakeoil/io/typedefs.h> #include <snakeoi...
28.733871
88
0.442043
[ "vector" ]
ae3e2a506906f0d5eaea6b4173b239c541d79d9b
31,073
h
C
source/sockets/vsocket.h
xvela/code-vault
780dad2d2855e28d802a64baf781927b7edd9ed9
[ "MIT" ]
2
2019-01-09T19:09:45.000Z
2019-04-02T17:53:49.000Z
source/sockets/vsocket.h
xvela/code-vault
780dad2d2855e28d802a64baf781927b7edd9ed9
[ "MIT" ]
17
2015-01-07T02:05:04.000Z
2019-08-30T16:57:42.000Z
source/sockets/vsocket.h
xvela/code-vault
780dad2d2855e28d802a64baf781927b7edd9ed9
[ "MIT" ]
3
2016-04-06T19:01:11.000Z
2017-09-20T09:28:00.000Z
/* Copyright c1997-2014 Trygve Isaacson. All rights reserved. This file is part of the Code Vault version 4.1 http://www.bombaydigital.com/ License: MIT. See LICENSE.md in the Vault top level directory. */ #ifndef vsocket_h #define vsocket_h /** @file */ #include "vinstant.h" #include "vstring.h" // This pulls in a...
47.657975
142
0.669295
[ "object", "vector" ]
ae3e697b0307d2714e5eb125cfe7536cf30304ab
4,450
h
C
tensorflow/core/distributed_runtime/eager/remote_tensor_handle_data.h
uve/tensorflow
e08079463bf43e5963acc41da1f57e95603f8080
[ "Apache-2.0" ]
null
null
null
tensorflow/core/distributed_runtime/eager/remote_tensor_handle_data.h
uve/tensorflow
e08079463bf43e5963acc41da1f57e95603f8080
[ "Apache-2.0" ]
null
null
null
tensorflow/core/distributed_runtime/eager/remote_tensor_handle_data.h
uve/tensorflow
e08079463bf43e5963acc41da1f57e95603f8080
[ "Apache-2.0" ]
null
null
null
/* Copyright 2019 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable ...
42.788462
82
0.728989
[ "object", "shape" ]
ae4af8e2bef6622d294fdc7a7fdb8d3e6142e337
3,502
h
C
View/OpenGLRenderer.h
LukasKalinski/Gravity-Game
5c817e3ae7658e5e42a8cff760a57380eb11fe3e
[ "MIT" ]
null
null
null
View/OpenGLRenderer.h
LukasKalinski/Gravity-Game
5c817e3ae7658e5e42a8cff760a57380eb11fe3e
[ "MIT" ]
null
null
null
View/OpenGLRenderer.h
LukasKalinski/Gravity-Game
5c817e3ae7658e5e42a8cff760a57380eb11fe3e
[ "MIT" ]
null
null
null
/////////////////////////////////////////////////////////// // OpenGLRenderer.h // Implementation of the Class OpenGLRenderer // Created on: 28-mar-2008 10:30:58 // Original author: Lukas Kalinski /////////////////////////////////////////////////////////// #if !defined(EA_724C1AA5_2FA0_41ff_B385_65DB3D...
22.164557
84
0.659052
[ "render" ]
ae4d431c19e589734f30480a128e31b07a5a4cde
3,039
h
C
mbed/FunctionPointer.h
adamstebbing/AdaptiveThermostat
28e2ea3b08caaa61107fd40345591986f89abd55
[ "MIT" ]
3
2018-09-19T12:36:26.000Z
2022-01-04T23:14:47.000Z
libraries/mbed/api/FunctionPointer.h
suparit/mbed
49df530ae72ce97ccc773d1f2c13b38e868e6abd
[ "Apache-2.0" ]
1
2016-12-23T10:59:06.000Z
2016-12-23T10:59:06.000Z
libraries/mbed/api/FunctionPointer.h
suparit/mbed
49df530ae72ce97ccc773d1f2c13b38e868e6abd
[ "Apache-2.0" ]
1
2018-03-02T17:11:27.000Z
2018-03-02T17:11:27.000Z
/* mbed Microcontroller Library * Copyright (c) 2006-2013 ARM 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 re...
31.989474
128
0.655808
[ "object" ]
ae4f6259245b89b7468ccb980b542f21fabfd21e
12,083
h
C
OpenSim/Simulation/Model/ExternalForce.h
chrisdembia/opensim-debian
50c255ce850aab252f26ac73b67bd2b78dc65cfe
[ "Apache-2.0" ]
null
null
null
OpenSim/Simulation/Model/ExternalForce.h
chrisdembia/opensim-debian
50c255ce850aab252f26ac73b67bd2b78dc65cfe
[ "Apache-2.0" ]
null
null
null
OpenSim/Simulation/Model/ExternalForce.h
chrisdembia/opensim-debian
50c255ce850aab252f26ac73b67bd2b78dc65cfe
[ "Apache-2.0" ]
null
null
null
#ifndef OPENSIM_EXTERNAL_FORCE_H_ #define OPENSIM_EXTERNAL_FORCE_H_ /* -------------------------------------------------------------------------- * * OpenSim: ExternalForce.h * * -------------------------------------------------------------------------- * * The OpenS...
45.596226
105
0.613176
[ "object", "vector", "model" ]
ae5140e324cca0527a5c636c1b6318b8ac3da0c7
6,151
h
C
util/memory/segmented_string_pool.h
SitdikovRustam/CatBoost
39fb9dfddb24e977ed87efc71063b03cd4bc8f16
[ "Apache-2.0" ]
33
2016-12-15T21:47:13.000Z
2020-10-27T23:53:59.000Z
util/memory/segmented_string_pool.h
dsferz/machinelearning_yandex
8fde8314c5c70299ece8b8f00075ddfcd5e07ddf
[ "Apache-2.0" ]
null
null
null
util/memory/segmented_string_pool.h
dsferz/machinelearning_yandex
8fde8314c5c70299ece8b8f00075ddfcd5e07ddf
[ "Apache-2.0" ]
14
2016-12-28T17:00:33.000Z
2022-01-16T20:15:27.000Z
#pragma once #include <util/system/align.h> #include <util/system/yassert.h> #include <util/system/defaults.h> #include <util/generic/vector.h> #include <util/generic/strbuf.h> #include <memory> #include <cstdio> #include <cstdlib> /* * Non-reallocated storage for the objects of POD type */ template <class T, clas...
31.22335
150
0.560234
[ "vector" ]
ae5c488b956877c608d9f12d70f0acfda05ea4f8
14,807
h
C
mapnikvt/src/mapnikvt/ExpressionGenerator.h
farfromrefug/mobile-carto-libs
c7e81a7c73661aa047de9ba7e8bbdf3a24bbf1df
[ "BSD-3-Clause" ]
null
null
null
mapnikvt/src/mapnikvt/ExpressionGenerator.h
farfromrefug/mobile-carto-libs
c7e81a7c73661aa047de9ba7e8bbdf3a24bbf1df
[ "BSD-3-Clause" ]
null
null
null
mapnikvt/src/mapnikvt/ExpressionGenerator.h
farfromrefug/mobile-carto-libs
c7e81a7c73661aa047de9ba7e8bbdf3a24bbf1df
[ "BSD-3-Clause" ]
null
null
null
/* * Copyright (c) 2016 CartoDB. All rights reserved. * Copying and using this code is allowed only according * to license terms, as given in https://cartodb.com/terms/ */ #ifndef _CARTO_MAPNIKVT_EXPRESSIONGENERATOR_H_ #define _CARTO_MAPNIKVT_EXPRESSIONGENERATOR_H_ #include "Value.h" #include "Expression.h" #incl...
55.25
211
0.489836
[ "vector" ]
e280b269cda6342ea99d0d39d428cf278beb3719
4,655
h
C
lib/Basics/ResourceUsage.h
elfringham/arangodb
5baaece1c7a5ce73fe016f07ed66255cc555e8cb
[ "BSL-1.0", "Apache-2.0" ]
12,278
2015-01-29T17:11:33.000Z
2022-03-31T21:12:00.000Z
lib/Basics/ResourceUsage.h
elfringham/arangodb
5baaece1c7a5ce73fe016f07ed66255cc555e8cb
[ "BSL-1.0", "Apache-2.0" ]
9,469
2015-01-30T05:33:07.000Z
2022-03-31T16:17:21.000Z
lib/Basics/ResourceUsage.h
elfringham/arangodb
5baaece1c7a5ce73fe016f07ed66255cc555e8cb
[ "BSL-1.0", "Apache-2.0" ]
892
2015-01-29T16:26:19.000Z
2022-03-20T07:44:30.000Z
//////////////////////////////////////////////////////////////////////////////// /// DISCLAIMER /// /// Copyright 2014-2021 ArangoDB GmbH, Cologne, Germany /// Copyright 2004-2014 triAGENS GmbH, Cologne, Germany /// /// Licensed under the Apache License, Version 2.0 (the "License"); /// you may not use this file except...
35.807692
85
0.70956
[ "object" ]
e28fbf0d9edd78f7527f0e334fe3337fd6928c83
11,559
h
C
src/shmfw/vector.h
ShmFw/shmfw
d386841f8b1425cbeca8c8a3fc6919bf8d83c38e
[ "BSD-3-Clause" ]
1
2016-02-06T14:57:32.000Z
2016-02-06T14:57:32.000Z
src/shmfw/vector.h
ShmFw/shmfw
d386841f8b1425cbeca8c8a3fc6919bf8d83c38e
[ "BSD-3-Clause" ]
null
null
null
src/shmfw/vector.h
ShmFw/shmfw
d386841f8b1425cbeca8c8a3fc6919bf8d83c38e
[ "BSD-3-Clause" ]
1
2018-11-07T02:45:24.000Z
2018-11-07T02:45:24.000Z
/*************************************************************************** * Software License Agreement (BSD License) * * Copyright (C) 2012 by Markus Bader <markus.bader@tuwien.ac.at> * * * * Redistr...
39.858621
135
0.56536
[ "object", "vector" ]
e2a361d4181c10838fb323afa0f73fd37b7ff881
21,298
h
C
include/gravity/constant.h
mikiec84/Gravity
863a30445ca0d29ccf8c4814fc0c099d1b75e7da
[ "BSD-3-Clause" ]
null
null
null
include/gravity/constant.h
mikiec84/Gravity
863a30445ca0d29ccf8c4814fc0c099d1b75e7da
[ "BSD-3-Clause" ]
null
null
null
include/gravity/constant.h
mikiec84/Gravity
863a30445ca0d29ccf8c4814fc0c099d1b75e7da
[ "BSD-3-Clause" ]
null
null
null
// // Created by Hassan on 19/11/2015. // #ifndef GRAVITY_CONSTANT_H #define GRAVITY_CONSTANT_H #include <iostream> #include <iomanip> #include <vector> #include <forward_list> #include <assert.h> #include <string> #include <map> #include <complex> #include <memory> #include <typeinfo> #include <typeindex> #include <l...
31.64636
176
0.506526
[ "object", "vector", "transform" ]
e2a728c4db74a63cfe3a6cd0bcf1ebb36fffed3b
9,583
h
C
src/server/plugins/fastcgi/fastcgistub.h
jvirkki/heliod
efdf2d105e342317bd092bab2d727713da546174
[ "BSD-3-Clause" ]
13
2015-10-09T05:59:20.000Z
2021-11-12T10:38:51.000Z
src/server/plugins/fastcgi/fastcgistub.h
JamesLinus/heliod
efdf2d105e342317bd092bab2d727713da546174
[ "BSD-3-Clause" ]
null
null
null
src/server/plugins/fastcgi/fastcgistub.h
JamesLinus/heliod
efdf2d105e342317bd092bab2d727713da546174
[ "BSD-3-Clause" ]
6
2016-05-23T10:53:29.000Z
2019-12-13T17:57:32.000Z
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * * THE BSD LICENSE * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistribut...
39.929167
79
0.693415
[ "vector" ]