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
bb1f9c826e01c078ba5be117c4c1d2eddadcb11b
1,536
h
C
Plugins/MadaraLibrary/Source/ThirdParty/madara/filters/AggregateFilter.h
jredmondson/GamsPlugins
d133f86c263997a55f11b3b3d3344faeee60d726
[ "BSD-2-Clause" ]
3
2020-03-25T01:59:20.000Z
2020-06-02T17:58:05.000Z
Plugins/MadaraLibrary/Source/ThirdParty/madara/filters/AggregateFilter.h
jredmondson/GamsPlugins
d133f86c263997a55f11b3b3d3344faeee60d726
[ "BSD-2-Clause" ]
null
null
null
Plugins/MadaraLibrary/Source/ThirdParty/madara/filters/AggregateFilter.h
jredmondson/GamsPlugins
d133f86c263997a55f11b3b3d3344faeee60d726
[ "BSD-2-Clause" ]
1
2020-11-05T23:04:05.000Z
2020-11-05T23:04:05.000Z
#ifndef _MADARA_FILTERS_AGGREGATE_FILTER_H_ #define _MADARA_FILTERS_AGGREGATE_FILTER_H_ /** * @file AggregateFilter.h * @author James Edmondson <jedmondson@gmail.com> * * This file contains a filter functor for aggregate records **/ #include <string> #include <vector> #include <map> #include <list> #include "m...
26.482759
74
0.738281
[ "vector" ]
bb256dccbc7603f816c2cd4ad0e408248f6bbbe6
1,813
h
C
Includes/Core/SemiLagrangian/CubicSemiLagrangian2.h
utilForever/CubbyFlow-v1
d85c136d8eaa91ecce456c3356c7e578dda5d5bd
[ "MIT" ]
3
2020-04-15T13:41:16.000Z
2020-12-29T11:23:59.000Z
Includes/Core/SemiLagrangian/CubicSemiLagrangian2.h
utilForever/CubbyFlow-v1
d85c136d8eaa91ecce456c3356c7e578dda5d5bd
[ "MIT" ]
null
null
null
Includes/Core/SemiLagrangian/CubicSemiLagrangian2.h
utilForever/CubbyFlow-v1
d85c136d8eaa91ecce456c3356c7e578dda5d5bd
[ "MIT" ]
null
null
null
/************************************************************************* > File Name: CubicSemiLagrangian2.h > Project Name: CubbyFlow > Author: Chan-Ho Chris Ohk > Purpose: Implementation of 2-D cubic semi-Lagrangian advection solver. > Created Time: 2017/08/08 > Copyright (c) 2018, Chan-Ho Chris Ohk ***************...
33.574074
116
0.695532
[ "object", "vector" ]
bb274f7993ea4914fa8ecb31d63fd852711d5883
17,240
c
C
zplib/image/gouraud_triangles.c
zplab/zplib
dc789acd481df86e0bc99e137ceb05c196425d03
[ "MIT" ]
1
2021-09-29T19:27:14.000Z
2021-09-29T19:27:14.000Z
zplib/image/gouraud_triangles.c
zplab/zplib
dc789acd481df86e0bc99e137ceb05c196425d03
[ "MIT" ]
null
null
null
zplib/image/gouraud_triangles.c
zplab/zplib
dc789acd481df86e0bc99e137ceb05c196425d03
[ "MIT" ]
4
2015-05-11T15:21:14.000Z
2018-11-30T17:42:28.000Z
#include <math.h> #include <inttypes.h> #include "gouraud_triangles.h" // Code adapted from the very useful tutorial http://www.hugi.scene.org/online/coding/hugi%2017%20-%20cotriang.htm typedef struct { float leftX; float rightX; float left_dXdY; float right_dXdY; float *leftC; float *dCdX; ...
38.482143
160
0.579814
[ "shape" ]
bb27fa917196dd7a46e753d925f42b64ce70d26b
1,066
h
C
src/Player.h
infinitelyCannon/Music
cbcc1513fb04e3e8817ec1595bfad48253913069
[ "MIT" ]
null
null
null
src/Player.h
infinitelyCannon/Music
cbcc1513fb04e3e8817ec1595bfad48253913069
[ "MIT" ]
null
null
null
src/Player.h
infinitelyCannon/Music
cbcc1513fb04e3e8817ec1595bfad48253913069
[ "MIT" ]
null
null
null
#ifndef PLAYER_H #define PLAYER_H #include "Mx3.hpp" #include "TrackItem.h" #include <vector> #include <QtCore/QTimer> #include <QtCore/QVector> struct NowPlayingInfo { QString name; unsigned int length; }; class Player : public QObject { Q_OBJECT public: explicit Player(QObject *parent = nullptr); ~P...
19.381818
58
0.718574
[ "vector" ]
bb36bcca52997e52add7d0d18676bcf9a298160a
574
h
C
EventAnalyzer/interface/ObjectVariable.h
peterthomassen/RutgersIAF
50fd20b79b8bce30478d49e1ce7c763424e094f1
[ "MIT" ]
null
null
null
EventAnalyzer/interface/ObjectVariable.h
peterthomassen/RutgersIAF
50fd20b79b8bce30478d49e1ce7c763424e094f1
[ "MIT" ]
null
null
null
EventAnalyzer/interface/ObjectVariable.h
peterthomassen/RutgersIAF
50fd20b79b8bce30478d49e1ce7c763424e094f1
[ "MIT" ]
null
null
null
#ifndef ObjectVariable_h #define ObjectVariable_h #include <string> #include <iostream> #include <sstream> #include <TObject.h> #include <TROOT.h> #include <TChain.h> #include <TFile.h> #include <vector> #include <map> class SignatureObject; class ObjectVariable : public TObject { public: ObjectVariable(TString n...
16.882353
47
0.731707
[ "vector" ]
bb3aa8bcf796ec7639a9f61de714a0caea7a2cbb
296
h
C
Meaty/src/mtpch.h
jeremycbrothers/Meaty
a9ef421581be68290e322e7fcb1c12f4179338ec
[ "Apache-2.0" ]
null
null
null
Meaty/src/mtpch.h
jeremycbrothers/Meaty
a9ef421581be68290e322e7fcb1c12f4179338ec
[ "Apache-2.0" ]
null
null
null
Meaty/src/mtpch.h
jeremycbrothers/Meaty
a9ef421581be68290e322e7fcb1c12f4179338ec
[ "Apache-2.0" ]
null
null
null
#pragma once /** mtpch stands for Meaty Pre Compiled Headers */ #include <memory> #include <functional> #include <sstream> #include <string> #include <vector> #include <unordered_map> #include <unordered_set> #include "Meaty/Core/Log.h" #ifdef MT_WINDOWS_PLATFORM #include <Windows.h> #endif
16.444444
50
0.746622
[ "vector" ]
bb3b63c082773d1a5ea1af80e89361f7f7eec7fc
5,725
h
C
src/CGnuPlotKey.h
colinw7/CQGnuPlot
8001b0a0d40c1fde8e5efe05ebe0c9b0541daa94
[ "MIT" ]
null
null
null
src/CGnuPlotKey.h
colinw7/CQGnuPlot
8001b0a0d40c1fde8e5efe05ebe0c9b0541daa94
[ "MIT" ]
null
null
null
src/CGnuPlotKey.h
colinw7/CQGnuPlot
8001b0a0d40c1fde8e5efe05ebe0c9b0541daa94
[ "MIT" ]
1
2019-04-01T13:08:45.000Z
2019-04-01T13:08:45.000Z
#ifndef CGnuPlotKey_H #define CGnuPlotKey_H #include <CGnuPlotKeyData.h> #include <CGnuPlotMouseEvent.h> #include <CDirectionType.h> #include <CPoint2D.h> #include <CBBox2D.h> #include <CFont.h> #include <string> #include <vector> #include <memory> #include <sys/types.h> class CGnuPlot; class CGnuPlotGroup; class C...
31.11413
100
0.699913
[ "vector" ]
bb3e0d9f55b7f619e6c7921f5489c613fbfa59db
9,667
c
C
SPGPylibs/PHItools/cmilos/lib/svdcordic.c
vivivum/SPGPylibs
29b3ecd4de522fe98dd423928a861d9bc75f2c18
[ "MIT" ]
3
2021-04-22T10:10:49.000Z
2021-10-19T09:11:34.000Z
SPGPylibs/PHItools/cmilos/lib/svdcordic.c
vivivum/SPGPylibs
29b3ecd4de522fe98dd423928a861d9bc75f2c18
[ "MIT" ]
null
null
null
SPGPylibs/PHItools/cmilos/lib/svdcordic.c
vivivum/SPGPylibs
29b3ecd4de522fe98dd423928a861d9bc75f2c18
[ "MIT" ]
3
2021-04-22T10:15:58.000Z
2022-03-11T18:48:47.000Z
// #include <math.h> #define TAMANIO_SVD 10 // #define PRECISION double //double or float // #define LIMITE_INFERIOR_PRECISION_SVD pow(2.0,-39) // #define LIMITE_INFERIOR_PRECISION_TRIG pow(2.0,-39) // #define LIMITE_INFERIOR_PRECISION_SINCOS pow(2.0,-39) // #define PI 3.14159265358979323846264338327950288419716939937...
29.293939
191
0.640633
[ "vector" ]
bb44db9cede5de20efc6e77089e870b9b6ac1b69
1,077
h
C
src/rendering/shadow/pssm_shadow_mapping.h
krait-games/hyperion-engine
5c52085658630fbf0992f794ecfcb25325b80b1c
[ "MIT" ]
21
2022-01-23T15:20:59.000Z
2022-03-31T22:10:14.000Z
src/rendering/shadow/pssm_shadow_mapping.h
krait-games/hyperion-engine
5c52085658630fbf0992f794ecfcb25325b80b1c
[ "MIT" ]
2
2022-01-30T22:24:58.000Z
2022-03-28T02:37:07.000Z
src/rendering/shadow/pssm_shadow_mapping.h
krait-games/hyperion-engine
5c52085658630fbf0992f794ecfcb25325b80b1c
[ "MIT" ]
2
2022-02-10T13:55:26.000Z
2022-03-31T22:10:16.000Z
#ifndef PSSM_SHADOW_MAPPING_H #define PSSM_SHADOW_MAPPING_H #include "shadow_mapping.h" #include "../renderer.h" #include "../renderable.h" #include "../camera/camera.h" #include <vector> #include <memory> namespace hyperion { class Shader; class PssmShadowMapping : public Renderable { public: PssmShadowMappin...
23.933333
88
0.744661
[ "render", "vector" ]
bb528e2696a6f16e046b5b45d5c3a1ddf7cc3b1b
2,604
h
C
Engine/Modules/LUI/Rendering/UIRenderer.h
LineGames/Leggiero
8fe13d86454a08ba8a3a8cebe1ce92343090c1be
[ "MIT" ]
22
2021-04-19T03:01:44.000Z
2021-12-03T11:14:10.000Z
Engine/Modules/LUI/Rendering/UIRenderer.h
LineGames/Leggiero
8fe13d86454a08ba8a3a8cebe1ce92343090c1be
[ "MIT" ]
null
null
null
Engine/Modules/LUI/Rendering/UIRenderer.h
LineGames/Leggiero
8fe13d86454a08ba8a3a8cebe1ce92343090c1be
[ "MIT" ]
3
2021-04-20T05:06:40.000Z
2021-07-31T01:25:53.000Z
//////////////////////////////////////////////////////////////////////////////// // Rendering/UIRenderer.h (Leggiero/Modules - LegacyUI) // // UI Renderer //////////////////////////////////////////////////////////////////////////////// #ifndef __LM_LUI__RENDERING__UI_RENDERER_H #define __LM_LUI__RENDERING__UI_RENDERE...
30.635294
186
0.721582
[ "render" ]
bb54a8c0aa4f6e0dd329e3e44d9c9c53c4de31ba
1,427
h
C
src/kdtree/types.h
rafael-radkowski/TrackingExpert-
007310637e1582d9623e518510d5d9eccaa23c2c
[ "MIT" ]
26
2020-02-28T06:20:36.000Z
2021-12-09T09:52:06.000Z
src/kdtree/types.h
rafael-radkowski/TrackingExpert-
007310637e1582d9623e518510d5d9eccaa23c2c
[ "MIT" ]
6
2020-02-19T15:04:27.000Z
2021-08-15T20:32:08.000Z
src/kdtree/types.h
rafael-radkowski/TrackingExpert-
007310637e1582d9623e518510d5d9eccaa23c2c
[ "MIT" ]
5
2020-07-09T18:58:34.000Z
2021-08-16T00:40:06.000Z
#pragma once /* class types Rafael Radkowski Iowa State University rafael@iastate.edu MIT License --------------------------------------------------------------- */ #include <iostream> #include <vector> using namespace std; // This variable limits the number of // matches the code can find. Cuda memory is fixed ...
15.344086
63
0.640505
[ "vector" ]
bb55796158e65ff2f158a850562c2629374d2f3d
76,212
c
C
jdupes-standalone.c
tjmnmk/jdupes
aa8058b958931098ec88c69759db0298bd3821ca
[ "MIT" ]
1
2019-10-08T02:47:09.000Z
2019-10-08T02:47:09.000Z
jdupes-standalone.c
tjmnmk/jdupes
aa8058b958931098ec88c69759db0298bd3821ca
[ "MIT" ]
null
null
null
jdupes-standalone.c
tjmnmk/jdupes
aa8058b958931098ec88c69759db0298bd3821ca
[ "MIT" ]
null
null
null
/* jdupes (C) 2015-2019 Jody Bruchon <jody@jodybruchon.com> Derived from fdupes (C) 1999-2019 Adrian Lopez 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, inclu...
30.509207
136
0.613394
[ "object" ]
bb5b6a9733940efacdcc0294e7cfaa4f2cde32b5
2,284
h
C
aws-cpp-sdk-medialive/include/aws/medialive/model/KeyProviderSettings.h
curiousjgeorge/aws-sdk-cpp
09b65deba03cfbef9a1e5d5986aa4de71bc03cd8
[ "Apache-2.0" ]
1
2020-03-11T05:36:20.000Z
2020-03-11T05:36:20.000Z
aws-cpp-sdk-medialive/include/aws/medialive/model/KeyProviderSettings.h
curiousjgeorge/aws-sdk-cpp
09b65deba03cfbef9a1e5d5986aa4de71bc03cd8
[ "Apache-2.0" ]
null
null
null
aws-cpp-sdk-medialive/include/aws/medialive/model/KeyProviderSettings.h
curiousjgeorge/aws-sdk-cpp
09b65deba03cfbef9a1e5d5986aa4de71bc03cd8
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
29.662338
145
0.745184
[ "model" ]
bb629a386a4c3fc15c0cc3e6006a658e22c2db99
3,023
h
C
src/game/shader2/GameShaders_hlsl.h
bqqbarbhg/spear
727f41fa5197f9681337d1ff37ea63c44708f0d4
[ "BSD-3-Clause" ]
29
2020-07-27T09:56:02.000Z
2022-03-28T01:38:07.000Z
src/game/shader2/GameShaders_hlsl.h
bqqbarbhg/spear
727f41fa5197f9681337d1ff37ea63c44708f0d4
[ "BSD-3-Clause" ]
3
2020-05-29T11:43:20.000Z
2020-09-04T09:56:56.000Z
src/game/shader2/GameShaders_hlsl.h
bqqbarbhg/spear
727f41fa5197f9681337d1ff37ea63c44708f0d4
[ "BSD-3-Clause" ]
2
2020-05-29T11:34:46.000Z
2021-03-08T08:39:07.000Z
#pragma once #include "sf/Vector.h" #include "sf/Matrix.h" #define SpShader_DebugEnvSphere 0 #define SpShader_DynamicMesh 1 #define SpShader_EnvmapLighting 2 #define SpShader_TestDepthPrepass 3 #define SpShader_TestMesh 4 #define SpShader_TestSkin 5 #define SpShaderDataSize 305172 #define SP_SAMPLE_SHADING 0 #define...
21.439716
51
0.790275
[ "vector" ]
bb66a0fbda106f359b0bfd6e81f0155339533cba
3,495
h
C
src/PostchainClient/GTV/Merkle/Proof/merkle_hash_summary_factory.h
Cherden/postchain-client-cpp
9402e24c5c595a57e9cc62944713ce73baab6369
[ "Apache-2.0" ]
null
null
null
src/PostchainClient/GTV/Merkle/Proof/merkle_hash_summary_factory.h
Cherden/postchain-client-cpp
9402e24c5c595a57e9cc62944713ce73baab6369
[ "Apache-2.0" ]
null
null
null
src/PostchainClient/GTV/Merkle/Proof/merkle_hash_summary_factory.h
Cherden/postchain-client-cpp
9402e24c5c595a57e9cc62944713ce73baab6369
[ "Apache-2.0" ]
null
null
null
#ifndef POSTCHAIN_CLIENT_GTV_MERKLE_SUMMARY_FACTORY_H_ #define POSTCHAIN_CLIENT_GTV_MERKLE_SUMMARY_FACTORY_H_ #include <vector> #include "../binary_tree_factory.h" #include "../merkle_hash_calculator.h" #include "merkle_hash_carrier.h" #include "merkle_proof_tree_factory.h" namespace chromia { namespace postchain { ...
37.180851
80
0.683834
[ "vector" ]
bb670b710235c982e5dadbc69d7e33d39a81a13a
25,416
h
C
GNATS_Trajectory_Module/include/glibmm-2.4/glibmm/miscutils.h
OptimalSynthesisInc/GNATS
0600e0714c17a0f101a5a74ae1e8ceb74203a2fd
[ "MIT" ]
null
null
null
GNATS_Trajectory_Module/include/glibmm-2.4/glibmm/miscutils.h
OptimalSynthesisInc/GNATS
0600e0714c17a0f101a5a74ae1e8ceb74203a2fd
[ "MIT" ]
2
2020-04-17T19:08:46.000Z
2020-06-08T15:10:44.000Z
GNATS_Trajectory_Module/include/glibmm-2.4/glibmm/miscutils.h
OptimalSynthesisInc/GNATS
0600e0714c17a0f101a5a74ae1e8ceb74203a2fd
[ "MIT" ]
4
2020-04-16T21:37:03.000Z
2020-04-17T22:12:53.000Z
// -*- c++ -*- // Generated by gmmproc 2.46.3 -- DO NOT MODIFY! #ifndef _GLIBMM_MISCUTILS_H #define _GLIBMM_MISCUTILS_H /* Copyright (C) 2002 The gtkmm Development Team * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as publi...
40.342857
111
0.725291
[ "vector" ]
bb6d8c9571f7d3a2f3f32d81961127b45709403f
7,746
h
C
aws-cpp-sdk-appflow/include/aws/appflow/model/RedshiftConnectorProfileProperties.h
lintonv/aws-sdk-cpp
15e19c265ffce19d2046b18aa1b7307fc5377e58
[ "Apache-2.0" ]
1
2022-02-12T08:09:30.000Z
2022-02-12T08:09:30.000Z
aws-cpp-sdk-appflow/include/aws/appflow/model/RedshiftConnectorProfileProperties.h
lintonv/aws-sdk-cpp
15e19c265ffce19d2046b18aa1b7307fc5377e58
[ "Apache-2.0" ]
1
2021-10-14T16:57:00.000Z
2021-10-18T10:47:24.000Z
aws-cpp-sdk-appflow/include/aws/appflow/model/RedshiftConnectorProfileProperties.h
ravindra-wagh/aws-sdk-cpp
7d5ff01b3c3b872f31ca98fb4ce868cd01e97696
[ "Apache-2.0" ]
1
2021-11-09T12:02:58.000Z
2021-11-09T12:02:58.000Z
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/appflow/Appflow_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <utility> namespace Aws { namespace Utils { namespace Json { class JsonValue; class...
33.678261
136
0.665247
[ "object", "model" ]
bb6f2c7f1d1da2e4db3dd5f6d78e4153247d090c
17,336
h
C
Packed.h
NVIDIAGameWorks/MathLib
5accc0c3e94175130cbb00ff4aed20192889c106
[ "MIT" ]
5
2021-10-01T00:17:35.000Z
2022-01-05T01:14:31.000Z
Packed.h
NVIDIAGameWorks/MathLib
5accc0c3e94175130cbb00ff4aed20192889c106
[ "MIT" ]
null
null
null
Packed.h
NVIDIAGameWorks/MathLib
5accc0c3e94175130cbb00ff4aed20192889c106
[ "MIT" ]
2
2021-11-25T03:04:05.000Z
2021-12-26T11:37:47.000Z
#pragma once // http://www.cs.rit.edu/usr/local/pub/wrc/courses/cg/doc/opengl/redbook/AppJ.pdf // http://glm.g-truc.net glm/core/type_half.inl #define F16_M_BITS 10 #define F16_E_BITS 5 #define F16_S_MASK 0x8000 #define UF11_M_BITS 6 #define UF11_E_BITS ...
27.782051
129
0.594659
[ "vector", "3d" ]
1540281575b18be798c307810e0839d90fd5023b
3,412
h
C
Demo/MapWorld-Swift/Pods/ArcGIS-Runtime-SDK-iOS/ArcGIS.framework/Headers/AGSPointCollection.h
xiaoyeZhang/ArcGisMapTool
1ea6348a4955d237672a21d9539e4904f9fee6d2
[ "MIT" ]
4
2019-06-03T07:20:44.000Z
2020-12-03T16:16:26.000Z
Demo/MapWorld-Swift/Pods/ArcGIS-Runtime-SDK-iOS/ArcGIS.framework/Headers/AGSPointCollection.h
xiaoyeZhang/ArcGisMapTool
1ea6348a4955d237672a21d9539e4904f9fee6d2
[ "MIT" ]
null
null
null
Demo/MapWorld-Swift/Pods/ArcGIS-Runtime-SDK-iOS/ArcGIS.framework/Headers/AGSPointCollection.h
xiaoyeZhang/ArcGisMapTool
1ea6348a4955d237672a21d9539e4904f9fee6d2
[ "MIT" ]
null
null
null
/* COPYRIGHT 2014 ESRI TRADE SECRETS: ESRI PROPRIETARY AND CONFIDENTIAL Unpublished material - all rights reserved under the Copyright Laws of the United States and applicable international laws, treaties, and conventions. For additional information, contact: Environmental Systems Research Institute, Inc. A...
28.672269
331
0.762309
[ "geometry", "object" ]
154b5a5c24dea6d9dfcc93cdd38593833f11f829
15,180
h
C
Microsoft.WindowsAzure.Storage/includes/wascore/blobstreams.h
ShippyMSFT/azure-storage-cpp
ee3a3f7db31a39ed5041fe1cb947c784ce64295b
[ "Apache-2.0" ]
137
2015-01-06T09:12:04.000Z
2022-02-08T06:07:02.000Z
Microsoft.WindowsAzure.Storage/includes/wascore/blobstreams.h
ShippyMSFT/azure-storage-cpp
ee3a3f7db31a39ed5041fe1cb947c784ce64295b
[ "Apache-2.0" ]
313
2015-01-07T05:43:27.000Z
2022-03-23T11:06:21.000Z
Microsoft.WindowsAzure.Storage/includes/wascore/blobstreams.h
ShippyMSFT/azure-storage-cpp
ee3a3f7db31a39ed5041fe1cb947c784ce64295b
[ "Apache-2.0" ]
159
2015-01-19T13:37:58.000Z
2021-12-25T18:03:19.000Z
// ----------------------------------------------------------------------------------------- // <copyright file="blobstreams.h" company="Microsoft"> // Copyright 2013 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance wi...
38.527919
343
0.642622
[ "vector" ]
154be583ddff230a1470c9a23b3ead33fc995d4c
65,750
c
C
src/njs_object.c
devnexen/njs
d41e2fbbc29cf2b962cc80dd7215f153356eb6ed
[ "BSD-2-Clause" ]
null
null
null
src/njs_object.c
devnexen/njs
d41e2fbbc29cf2b962cc80dd7215f153356eb6ed
[ "BSD-2-Clause" ]
null
null
null
src/njs_object.c
devnexen/njs
d41e2fbbc29cf2b962cc80dd7215f153356eb6ed
[ "BSD-2-Clause" ]
null
null
null
/* * Copyright (C) Igor Sysoev * Copyright (C) NGINX, Inc. */ #include <njs_main.h> static njs_int_t njs_object_hash_test(njs_lvlhsh_query_t *lhq, void *data); static njs_object_prop_t *njs_object_exist_in_proto(const njs_object_t *begin, const njs_object_t *end, njs_lvlhsh_query_t *lhq); static njs_int_t n...
24.773926
80
0.569886
[ "object" ]
154f8a77d7a3f61db306060c331b2d4583bf4823
825
h
C
include/Core/AbstractLight.h
maifeeulasad/AshEngine
bb567a4e3543cb32332681f5f12e491b90aa6ebb
[ "MIT" ]
null
null
null
include/Core/AbstractLight.h
maifeeulasad/AshEngine
bb567a4e3543cb32332681f5f12e491b90aa6ebb
[ "MIT" ]
1
2021-02-13T07:56:53.000Z
2021-02-13T07:58:11.000Z
include/Core/AbstractLight.h
maifeeulasad/AshEngine
bb567a4e3543cb32332681f5f12e491b90aa6ebb
[ "MIT" ]
null
null
null
#pragma once #include <Mesh.h> class AbstractLight: public QObject { Q_OBJECT public: AbstractLight(); AbstractLight(QVector3D color); AbstractLight(const AbstractLight& light); ~AbstractLight(); virtual void dumpObjectInfo(int level = 0) = 0; virtual void dumpObjectTree(in...
22.297297
52
0.671515
[ "mesh" ]
154fdec3504a54951f55118237f6b5791a4707b1
2,383
h
C
DemoApp/Pods/EarlGrey/EarlGrey/EarlGrey.framework/PrivateHeaders/GREYLogger.h
aliozinan/twitter-kit-ios
79478740fae47f179897536970ce10a4238472e1
[ "Apache-2.0", "BSD-3-Clause" ]
637
2017-12-14T19:34:42.000Z
2019-05-15T14:13:51.000Z
DemoApp/Pods/EarlGrey/EarlGrey/EarlGrey.framework/PrivateHeaders/GREYLogger.h
fwcode/twitter-kit-ios
bd13253c85d385b11d4c7ff34f05ab59e24d95d3
[ "Apache-2.0", "BSD-3-Clause" ]
117
2017-12-14T19:34:31.000Z
2019-05-16T06:27:33.000Z
DemoApp/Pods/EarlGrey/EarlGrey/EarlGrey.framework/PrivateHeaders/GREYLogger.h
fwcode/twitter-kit-ios
bd13253c85d385b11d4c7ff34f05ab59e24d95d3
[ "Apache-2.0", "BSD-3-Clause" ]
225
2017-12-14T19:37:29.000Z
2019-05-08T21:01:23.000Z
// // Copyright 2016 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...
34.042857
95
0.654637
[ "object" ]
1552f4ec2f3735bf4d08b6828b39577115766e4b
4,737
c
C
netbsd/sys/dev/ic/fmv.c
MarginC/kame
2ef74fe29e4cca9b4a87a1d5041191a9e2e8be30
[ "BSD-3-Clause" ]
91
2015-01-05T15:18:31.000Z
2022-03-11T16:43:28.000Z
netbsd/sys/dev/ic/fmv.c
MarginC/kame
2ef74fe29e4cca9b4a87a1d5041191a9e2e8be30
[ "BSD-3-Clause" ]
1
2016-02-25T15:57:55.000Z
2016-02-25T16:01:02.000Z
netbsd/sys/dev/ic/fmv.c
MarginC/kame
2ef74fe29e4cca9b4a87a1d5041191a9e2e8be30
[ "BSD-3-Clause" ]
21
2015-02-07T08:23:07.000Z
2021-12-14T06:01:49.000Z
/* $NetBSD: fmv.c,v 1.3 2002/11/30 14:15:11 tsutsui Exp $ */ /* * All Rights Reserved, Copyright (C) Fujitsu Limited 1995 * * This software may be used, modified, copied, distributed, and sold, in * both source and binary form provided that the above copyright, these * terms and the following disclaimer are retai...
27.224138
77
0.709521
[ "model" ]
155815919a467894372b5a45911e21fde56c8c57
1,652
h
C
ur_robot_driver/include/ur_robot_driver/comm/parser.h
urmahp/Universal_Robots_Isaac_Driver
5ae8c52127ec64b9572cd08e35895ce7527c57a1
[ "Apache-2.0" ]
null
null
null
ur_robot_driver/include/ur_robot_driver/comm/parser.h
urmahp/Universal_Robots_Isaac_Driver
5ae8c52127ec64b9572cd08e35895ce7527c57a1
[ "Apache-2.0" ]
null
null
null
ur_robot_driver/include/ur_robot_driver/comm/parser.h
urmahp/Universal_Robots_Isaac_Driver
5ae8c52127ec64b9572cd08e35895ce7527c57a1
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2019, FZI Forschungszentrum Informatik (refactor) * * Copyright 2017, 2018 Simon Rasmussen (refactor) * * Copyright 2015, 2016 Thomas Timm Andersen (original version) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the Lice...
28
99
0.733656
[ "vector" ]
156f6a8ae4412e30bddfa9971512fa7063249180
1,299
h
C
LPG-language-server/src/parser/lpgErrorCode.h
kuafuwang/LPG-language-server
0baf01b4b7752991b6ba45687929c241dab52537
[ "MIT" ]
2
2021-07-07T14:00:02.000Z
2021-08-05T23:14:33.000Z
LPG-language-server/src/parser/lpgErrorCode.h
kuafuwang/LPG-language-server
0baf01b4b7752991b6ba45687929c241dab52537
[ "MIT" ]
null
null
null
LPG-language-server/src/parser/lpgErrorCode.h
kuafuwang/LPG-language-server
0baf01b4b7752991b6ba45687929c241dab52537
[ "MIT" ]
null
null
null
#pragma once #include <IcuUtil.h> #include <ILexStream.h> #include <ParseErrorCodes.h> #include <LibLsp/lsp/textDocument/publishDiagnostics.h> #include "IMessageHandler.h" enum { MACRO_EXPECTED_INSTEAD_OF_SYMBOL = ParseErrorCodes::MANUAL_CODE + 1, SYMBOL_EXPECTED_INSTEAD_OF_MACRO, RESPECIFICATION_OF_ERROR_...
31.682927
114
0.725943
[ "vector" ]
15709471b8b7afeeed59c40a78310e8b03f9803b
277
h
C
source/PostStone.h
Doomspear/MyUltima
e171a3e73624c4ca2292a073a250878758f3a837
[ "MIT" ]
null
null
null
source/PostStone.h
Doomspear/MyUltima
e171a3e73624c4ca2292a073a250878758f3a837
[ "MIT" ]
null
null
null
source/PostStone.h
Doomspear/MyUltima
e171a3e73624c4ca2292a073a250878758f3a837
[ "MIT" ]
null
null
null
#pragma once #include "StaticObj.h" typedef class CPostStone : public CStaticObj { public: void Init(); void Progress(); void Render(); void Release(); public: CPostStone(void); CPostStone(_INT ix, _INT iy, _INT iNum = 0); ~CPostStone(void); } POSTSTONE, *PPOSTSTONE;
16.294118
45
0.707581
[ "render" ]
157dd7cc42e23ccf436f0ed3f27f973344cfae44
4,548
c
C
kernel/arch/pic.c
a0w-svg/AzamiOS
76424d7a58b7c36345e2ddb43bf561fb58e1de0b
[ "BSD-3-Clause" ]
2
2021-08-05T18:31:57.000Z
2021-08-13T13:39:12.000Z
kernel/arch/pic.c
a0w-svg/AzamiOS
76424d7a58b7c36345e2ddb43bf561fb58e1de0b
[ "BSD-3-Clause" ]
null
null
null
kernel/arch/pic.c
a0w-svg/AzamiOS
76424d7a58b7c36345e2ddb43bf561fb58e1de0b
[ "BSD-3-Clause" ]
null
null
null
#include "./include/pic.h" #include "../klibc/include/port.h" /* AzamiOS PIC module The 8259 Programmable Interrupt Controller (PIC) is one of the most important chips making up the x86 architecture. Without it, the x86 architecture would not be an interrupt driven architectu...
32.719424
116
0.675242
[ "vector" ]
15985eb7ba2af8622a0b78f51408bf9cf67073fb
3,507
h
C
dbms/src/Interpreters/ArrayJoinedColumnsVisitor.h
ZhibaoLi/ClickHouse
b66e1be60b0fe6028c004d556ff9149c3267da1b
[ "Apache-2.0" ]
4
2018-09-20T03:39:40.000Z
2021-03-05T06:16:44.000Z
dbms/src/Interpreters/ArrayJoinedColumnsVisitor.h
ZhibaoLi/ClickHouse
b66e1be60b0fe6028c004d556ff9149c3267da1b
[ "Apache-2.0" ]
5
2020-01-28T22:06:29.000Z
2022-02-09T23:29:30.000Z
dbms/src/Interpreters/ArrayJoinedColumnsVisitor.h
ZhibaoLi/ClickHouse
b66e1be60b0fe6028c004d556ff9149c3267da1b
[ "Apache-2.0" ]
1
2018-08-17T04:37:31.000Z
2018-08-17T04:37:31.000Z
#pragma once #include <Core/Names.h> #include <Common/typeid_cast.h> #include <Parsers/ASTSubquery.h> #include <Parsers/ASTSelectQuery.h> #include <Parsers/ASTTablesInSelectQuery.h> #include <Parsers/ASTIdentifier.h> #include <DataTypes/NestedUtils.h> #include <Interpreters/InDepthNodeVisitor.h> namespace DB { //...
35.785714
123
0.656116
[ "vector" ]
159ca981afb19e712cb7f3889caa5668986fb6dd
18,835
h
C
src/lib/darwin/poppler-0.66.0/include/poppler/glib/poppler-annot.h
shivammalhotraone/pdf-to-html
f828b11070598ab74579afad6441ab4cfeca0b0b
[ "MIT" ]
null
null
null
src/lib/darwin/poppler-0.66.0/include/poppler/glib/poppler-annot.h
shivammalhotraone/pdf-to-html
f828b11070598ab74579afad6441ab4cfeca0b0b
[ "MIT" ]
null
null
null
src/lib/darwin/poppler-0.66.0/include/poppler/glib/poppler-annot.h
shivammalhotraone/pdf-to-html
f828b11070598ab74579afad6441ab4cfeca0b0b
[ "MIT" ]
null
null
null
/* pdf-to-html-annot.h: glib interface to pdf-to-html * * Copyright (C) 2007 Inigo Martinez <inigomartinez@gmail.com> * Copyright (C) 2009 Carlos Garcia Campos <carlosgc@gnome.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as pu...
62.993311
149
0.627024
[ "object" ]
159eedc8b2e3cdc506628aac3c67e999691af3da
3,993
h
C
src/common/basic_utils.h
timgates42/trex-core
efe94752fcb2d0734c83d4877afe92a3dbf8eccd
[ "Apache-2.0" ]
956
2015-06-24T15:04:55.000Z
2022-03-30T06:25:04.000Z
src/common/basic_utils.h
angelyouyou/trex-core
fddf78584cae285d9298ef23f9f5c8725e16911e
[ "Apache-2.0" ]
782
2015-09-20T15:19:00.000Z
2022-03-31T23:52:05.000Z
src/common/basic_utils.h
angelyouyou/trex-core
fddf78584cae285d9298ef23f9f5c8725e16911e
[ "Apache-2.0" ]
429
2015-06-27T19:34:21.000Z
2022-03-23T11:02:51.000Z
#ifndef _BASIC_UTILS_H #define _BASIC_UTILS_H /* Copyright (c) 2015-2015 Cisco Systems, 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 ...
22.307263
91
0.636364
[ "vector" ]
15aa3b3c0089f304ed6e79e6eeaf67f72e971e7f
46,938
c
C
machine/qemu/sources/linux/drivers/net/ethernet/freescale/enetc/enetc.c
muddessir/framework
5b802b2dd7ec9778794b078e748dd1f989547265
[ "MIT" ]
1
2021-11-21T19:56:29.000Z
2021-11-21T19:56:29.000Z
machine/qemu/sources/linux/drivers/net/ethernet/freescale/enetc/enetc.c
muddessir/framework
5b802b2dd7ec9778794b078e748dd1f989547265
[ "MIT" ]
null
null
null
machine/qemu/sources/linux/drivers/net/ethernet/freescale/enetc/enetc.c
muddessir/framework
5b802b2dd7ec9778794b078e748dd1f989547265
[ "MIT" ]
null
null
null
// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) /* Copyright 2017-2019 NXP */ #include "enetc.h" #include <linux/tcp.h> #include <linux/udp.h> #include <linux/vmalloc.h> /* ENETC overhead: optional extension BD + 1 BD gap */ #define ENETC_TXBDS_NEEDED(val) ((val) + 2) /* max # of chained Tx BDs is 15, includin...
23.14497
78
0.698325
[ "vector" ]
15b736ba69fb75c63a1dc7e5f25c452a66247e64
14,157
h
C
src/simplex/HighsSimplexAnalysis.h
WTFHCN/HiGHS
6cec473fc821bca0d98517a11691da8b5e1b0e51
[ "MIT" ]
241
2018-03-27T15:04:14.000Z
2022-03-31T14:44:18.000Z
src/simplex/HighsSimplexAnalysis.h
WTFHCN/HiGHS
6cec473fc821bca0d98517a11691da8b5e1b0e51
[ "MIT" ]
384
2018-03-28T10:34:36.000Z
2022-03-31T20:19:37.000Z
src/simplex/HighsSimplexAnalysis.h
WTFHCN/HiGHS
6cec473fc821bca0d98517a11691da8b5e1b0e51
[ "MIT" ]
54
2018-04-28T22:43:19.000Z
2022-03-31T14:44:22.000Z
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ /* Written an...
37.15748
80
0.736102
[ "vector" ]
15b97c00981e5dc1281a5eb32f2c7c6cfb6d3311
2,055
h
C
Updater/ihttpclient.h
vadkasevas/BAS
657f62794451c564c77d6f92b2afa9f5daf2f517
[ "MIT" ]
302
2016-05-20T12:55:23.000Z
2022-03-29T02:26:14.000Z
Updater/ihttpclient.h
chulakshana/BAS
955f5a41bd004bcdd7d19725df6ab229b911c09f
[ "MIT" ]
9
2016-07-21T09:04:50.000Z
2021-05-16T07:34:42.000Z
Updater/ihttpclient.h
chulakshana/BAS
955f5a41bd004bcdd7d19725df6ab229b911c09f
[ "MIT" ]
113
2016-05-18T07:48:37.000Z
2022-02-26T12:59:39.000Z
#ifndef IHTTPCLIENT_H #define IHTTPCLIENT_H #include <QObject> #include <QHash> #include "ipostpreparestrategyfactory.h" struct ContentData { QString DataString; QByteArray DataRaw; QString ContentType; QString FileName; }; struct PostOptions { QString PrepareStrategy; PostOptions(); }; cla...
31.615385
138
0.678832
[ "object" ]
15bc1de7e73a36cf8b4657252c3a015080c4ee6c
22,472
c
C
io_png.c
IOkal/CS4490Z-BM3D
45ee1f8e47ba8352e79466ecb967bea943445772
[ "Libpng" ]
null
null
null
io_png.c
IOkal/CS4490Z-BM3D
45ee1f8e47ba8352e79466ecb967bea943445772
[ "Libpng" ]
null
null
null
io_png.c
IOkal/CS4490Z-BM3D
45ee1f8e47ba8352e79466ecb967bea943445772
[ "Libpng" ]
null
null
null
/* * Copyright (c) 2010, Nicolas Limare <nicolas.limare@cmla.ens-cachan.fr> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyr...
31.695346
82
0.570977
[ "model", "transform" ]
15c22aced5b38095afbc6c0930c8c6927f2ec1b1
2,839
h
C
third_party/blink/renderer/modules/webcodecs/video_track_reader.h
Ron423c/chromium
2edf7b980065b648f8b2a6e52193d83832fe36b7
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
third_party/blink/renderer/modules/webcodecs/video_track_reader.h
Ron423c/chromium
2edf7b980065b648f8b2a6e52193d83832fe36b7
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
third_party/blink/renderer/modules/webcodecs/video_track_reader.h
Ron423c/chromium
2edf7b980065b648f8b2a6e52193d83832fe36b7
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
1
2021-03-07T14:20:02.000Z
2021-03-07T14:20:02.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 THIRD_PARTY_BLINK_RENDERER_MODULES_WEBCODECS_VIDEO_TRACK_READER_H_ #define THIRD_PARTY_BLINK_RENDERER_MODULES_WEBCODECS_VIDEO_TRACK_READER_H_ #in...
37.355263
99
0.781965
[ "vector" ]
15ce365b15e4604cc1866c131fac877bd55b6596
34,453
c
C
src/multicoresql.c
DrPaulBrewer/multicoresql
c6f7acc875e5f4ef66eee216cf5f7648ff53f5e6
[ "MIT" ]
11
2015-07-23T09:46:09.000Z
2021-03-26T01:27:13.000Z
src/multicoresql.c
DrPaulBrewer/multicoresql
c6f7acc875e5f4ef66eee216cf5f7648ff53f5e6
[ "MIT" ]
4
2018-10-13T06:34:55.000Z
2018-10-14T15:04:58.000Z
src/multicoresql.c
DrPaulBrewer/multicoresql
c6f7acc875e5f4ef66eee216cf5f7648ff53f5e6
[ "MIT" ]
1
2017-06-18T12:48:34.000Z
2017-06-18T12:48:34.000Z
/* libmulticoreutils.c Copyright 2015 Paul Brewer <drpaulbrewer@eaftc.com> Economic and Financial Technology Consulting LLC License: MIT 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 w...
30.955076
360
0.655908
[ "3d" ]
15d0f7909d93e5ac12618099274bb888866c260b
604
h
C
src/Cpp/501-600/507.PerfectNumber.h
Peefy/PeefyLeetCode
92156e4b48ba19e3f02e4286b9f733e9769a1dee
[ "Apache-2.0" ]
2
2018-05-03T07:50:03.000Z
2018-06-17T04:32:13.000Z
src/Cpp/501-600/507.PerfectNumber.h
Peefy/PeefyLeetCode
92156e4b48ba19e3f02e4286b9f733e9769a1dee
[ "Apache-2.0" ]
null
null
null
src/Cpp/501-600/507.PerfectNumber.h
Peefy/PeefyLeetCode
92156e4b48ba19e3f02e4286b9f733e9769a1dee
[ "Apache-2.0" ]
3
2018-11-09T14:18:11.000Z
2021-11-17T15:23:52.000Z
#ifndef __PERFECT_NUMBER_H #define __PERFECT_NUMBER_H #include <iostream> #include <vector> #include <map> #include <queue> #include <math.h> using namespace std; class Solution { public: bool checkPerfectNumber(int num) { if (num <= 1) { return false; } int up = (int)sqrt(nu...
17.764706
38
0.443709
[ "vector" ]
15d67dfcca573b881f31b08b910381b5ab66bcea
7,389
c
C
epubReader/samples/fb2pdf-0.1/fb2pdf.c
smanero/jee
d985dd842960d8035cabbcf880b42f5ab6b156a3
[ "MIT" ]
null
null
null
epubReader/samples/fb2pdf-0.1/fb2pdf.c
smanero/jee
d985dd842960d8035cabbcf880b42f5ab6b156a3
[ "MIT" ]
null
null
null
epubReader/samples/fb2pdf-0.1/fb2pdf.c
smanero/jee
d985dd842960d8035cabbcf880b42f5ab6b156a3
[ "MIT" ]
null
null
null
/* * fb2pdf - Convert fb2 to PDF. * Copyright (C) 2009 Tigran Aivazian <tigran@bibles.org.uk> * License: GPLv2 * Assumption: input.fb2 is UTF-8 encoded (taken care of fb2pdf.sh wrapper). */ #include <stdio.h> #include <string.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <unistd.h> #...
26.771739
124
0.591961
[ "geometry" ]
15d7df5cbb200d0635c40d880f5540c69cf9a25c
2,587
h
C
Day1/build/iOS/Preview/include/Fuse.Internal.Drawing.SolidRectangle.h
sauvikatinnofied/ExploringFuse
cc272d55c7221d88ba773494f571b6528e5279f8
[ "Apache-2.0" ]
null
null
null
Day1/build/iOS/Preview/include/Fuse.Internal.Drawing.SolidRectangle.h
sauvikatinnofied/ExploringFuse
cc272d55c7221d88ba773494f571b6528e5279f8
[ "Apache-2.0" ]
null
null
null
Day1/build/iOS/Preview/include/Fuse.Internal.Drawing.SolidRectangle.h
sauvikatinnofied/ExploringFuse
cc272d55c7221d88ba773494f571b6528e5279f8
[ "Apache-2.0" ]
null
null
null
// This file was generated based on '/usr/local/share/uno/Packages/Fuse.Controls/0.24.6/$.uno'. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Uno.Float4x4.h> #include <Uno.Object.h> #include <Uno.Runtime.Implementation.ShaderBackends.OpenGL.GLDrawCall.h> namespace g{namespace...
47.907407
177
0.773869
[ "object" ]
e9eb452889ed57249914d1698aa889099a764eb9
3,839
h
C
searchcore/src/vespa/searchcore/proton/common/cachedselect.h
yehzu/vespa
a439476f948f52a57485f5e7700b17bf9aa73417
[ "Apache-2.0" ]
1
2018-12-30T05:42:18.000Z
2018-12-30T05:42:18.000Z
searchcore/src/vespa/searchcore/proton/common/cachedselect.h
yehzu/vespa
a439476f948f52a57485f5e7700b17bf9aa73417
[ "Apache-2.0" ]
1
2021-03-31T22:27:25.000Z
2021-03-31T22:27:25.000Z
searchcore/src/vespa/searchcore/proton/common/cachedselect.h
yehzu/vespa
a439476f948f52a57485f5e7700b17bf9aa73417
[ "Apache-2.0" ]
1
2020-02-01T07:21:28.000Z
2020-02-01T07:21:28.000Z
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #pragma once #include <vespa/document/select/resultset.h> #include <vespa/vespalib/stllike/string.h> #include <vector> namespace document { class DocumentTypeRepo; class Document; namespa...
33.675439
118
0.698359
[ "vector" ]
e9ed4438c74f0068806738b862567b7f108c78c5
626
h
C
src/accelerators/node.h
Zielon/PBRenderer
66171bb741bccf14ae6d3e2120a03ab44289263b
[ "BSD-2-Clause" ]
7
2020-11-06T21:06:36.000Z
2022-02-12T01:00:16.000Z
src/accelerators/node.h
Zielon/PBRenderer
66171bb741bccf14ae6d3e2120a03ab44289263b
[ "BSD-2-Clause" ]
null
null
null
src/accelerators/node.h
Zielon/PBRenderer
66171bb741bccf14ae6d3e2120a03ab44289263b
[ "BSD-2-Clause" ]
null
null
null
#pragma once #include <memory> #include "../geometry/bbox.h" namespace pbr { class Node final { public: BBox bbox; int start{}; int end{}; int elements{}; float distance{}; bool isLeaf = false; std::unique_ptr<Node> left{nullptr}; std::unique_ptr<Node> right{nullptr}; Node() = default; Node...
17.388889
75
0.640575
[ "geometry" ]
e9f108d52adf2166a11a2a0bce46377bbf30f23e
2,632
h
C
Gems/AWSClientAuth/Code/Include/Private/AWSClientAuthSystemComponent.h
aaarsene/o3de
37e3b0226958974defd14dd6d808e8557dcd7345
[ "Apache-2.0", "MIT" ]
1
2021-07-20T12:39:24.000Z
2021-07-20T12:39:24.000Z
Gems/AWSClientAuth/Code/Include/Private/AWSClientAuthSystemComponent.h
aaarsene/o3de
37e3b0226958974defd14dd6d808e8557dcd7345
[ "Apache-2.0", "MIT" ]
null
null
null
Gems/AWSClientAuth/Code/Include/Private/AWSClientAuthSystemComponent.h
aaarsene/o3de
37e3b0226958974defd14dd6d808e8557dcd7345
[ "Apache-2.0", "MIT" ]
1
2021-07-20T11:07:25.000Z
2021-07-20T11:07:25.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 <AzCore/Component/Component.h> #include <Authorization/AWSCognitoAuthorizatio...
42.451613
158
0.766337
[ "vector", "3d" ]
e9f3c0eac1ac8579fe62fa437ed1a745b4698610
5,929
h
C
src/GUI/Prompt.h
nadous/skeleton
94df1547c1d8cb4d84f6d5d3d6f056b3146a4a63
[ "MIT" ]
null
null
null
src/GUI/Prompt.h
nadous/skeleton
94df1547c1d8cb4d84f6d5d3d6f056b3146a4a63
[ "MIT" ]
null
null
null
src/GUI/Prompt.h
nadous/skeleton
94df1547c1d8cb4d84f6d5d3d6f056b3146a4a63
[ "MIT" ]
null
null
null
#pragma once #include "Box.h" #include "Button.h" #include "Text.h" #include "../Managers/ButtonController.h" #include "InputBox.h" #include "../Managers/InputController.h" #include <SFML/Graphics.hpp> #include <memory> #include <functional> namespace sen { struct Response { int response = NONE; std::string ...
36.598765
95
0.605161
[ "render", "object" ]
e9faa890951f810c7ebba2d885e8740c34864325
1,403
h
C
src/argweaver/prior.h
kaspermunch/argweaver
7191343c1d43c02de04e4e0a150d77b0612728c6
[ "MIT" ]
31
2015-01-23T07:26:04.000Z
2022-03-23T04:46:42.000Z
src/argweaver/prior.h
kaspermunch/argweaver
7191343c1d43c02de04e4e0a150d77b0612728c6
[ "MIT" ]
14
2015-06-21T07:09:18.000Z
2022-02-01T21:25:46.000Z
src/argweaver/prior.h
kaspermunch/argweaver
7191343c1d43c02de04e4e0a150d77b0612728c6
[ "MIT" ]
7
2016-05-20T13:56:55.000Z
2021-05-28T14:01:41.000Z
#ifndef ARGWEAVER_PRIOR_H #define ARGWEAVER_PRIOR_H // arghmm includes #include "expm/matrix_exponential.h" #include "local_tree.h" #include "model.h" namespace argweaver { void make_tavare_matrix(int k, double n, double *matrix); double *calc_coal_counts_matrix(int k, double t, double n); class CoalCountsMatrix ...
18.959459
73
0.620813
[ "model" ]
e9fc5415130c8146d4b01468e67df396cc9d120e
6,097
h
C
devel/include/laser_scanner_infoscreen/external_control.h
GeodesicCarbon/protopaja-sick
b458a134ef42a4348e14ce46e27738db7a06cc14
[ "MIT" ]
null
null
null
devel/include/laser_scanner_infoscreen/external_control.h
GeodesicCarbon/protopaja-sick
b458a134ef42a4348e14ce46e27738db7a06cc14
[ "MIT" ]
1
2017-08-25T08:43:18.000Z
2017-08-25T08:43:18.000Z
devel/include/laser_scanner_infoscreen/external_control.h
GeodesicCarbon/protopaja-sick
b458a134ef42a4348e14ce46e27738db7a06cc14
[ "MIT" ]
null
null
null
// Generated by gencpp from file laser_scanner_infoscreen/external_control.msg // DO NOT EDIT! #ifndef LASER_SCANNER_INFOSCREEN_MESSAGE_EXTERNAL_CONTROL_H #define LASER_SCANNER_INFOSCREEN_MESSAGE_EXTERNAL_CONTROL_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serializatio...
29.741463
441
0.758406
[ "vector" ]
e9fc9e4d18876ffcc4203b613513cb8a97633e22
1,796
h
C
src/samplers/SamplerCapCVT/Geex/third_party/misc/Texture.h
FrancoisGaits/utk
8c408dd79635f98c46ed075c098f15e23972aad0
[ "BSD-2-Clause-FreeBSD" ]
44
2018-01-09T19:56:29.000Z
2022-03-03T06:38:54.000Z
src/samplers/SamplerCapCVT/Geex/third_party/misc/Texture.h
FrancoisGaits/utk
8c408dd79635f98c46ed075c098f15e23972aad0
[ "BSD-2-Clause-FreeBSD" ]
16
2018-01-29T18:01:42.000Z
2022-03-31T07:01:09.000Z
src/samplers/SamplerCapCVT/Geex/third_party/misc/Texture.h
FrancoisGaits/utk
8c408dd79635f98c46ed075c098f15e23972aad0
[ "BSD-2-Clause-FreeBSD" ]
12
2018-03-14T00:24:14.000Z
2022-03-03T06:40:07.000Z
#ifndef TEXTURE_H #define TEXTURE_H #include <GLsdk/gl_stuff.h> #include <vector> #include <iostream> #include <algorithm> #include <cstring> #include <misc/linkage.h> using namespace std; class GEEX_API Texture { public: Texture(GLuint target = GL_TEXTURE_2D); ~Texture(); bool createC...
26.80597
63
0.541203
[ "vector" ]
e9fcea40b1bba639b69b500a26a3734d7314f321
6,310
h
C
src/iff.imageio/iff_pvt.h
dfelinto/oiio
9beba09906efb9167f2cd71868be2abee0a4be84
[ "BSD-3-Clause" ]
null
null
null
src/iff.imageio/iff_pvt.h
dfelinto/oiio
9beba09906efb9167f2cd71868be2abee0a4be84
[ "BSD-3-Clause" ]
null
null
null
src/iff.imageio/iff_pvt.h
dfelinto/oiio
9beba09906efb9167f2cd71868be2abee0a4be84
[ "BSD-3-Clause" ]
null
null
null
/* Copyright 2008-2009 Larry Gritz and the other authors and contributors. All Rights Reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright ...
28.552036
83
0.635658
[ "vector" ]
e9fd6458a1bc57a81cbb26a7c6e333a3ea97ad58
19,491
h
C
include/DataFrame/Vectors/VectorView.h
Alexandre-P-J/DataFrame
7ef5c03144ec80f4f983ecb9723257828c92307a
[ "BSD-3-Clause" ]
4
2021-07-08T11:02:43.000Z
2022-01-09T15:54:33.000Z
include/DataFrame/Vectors/VectorView.h
Alexandre-P-J/DataFrame
7ef5c03144ec80f4f983ecb9723257828c92307a
[ "BSD-3-Clause" ]
null
null
null
include/DataFrame/Vectors/VectorView.h
Alexandre-P-J/DataFrame
7ef5c03144ec80f4f983ecb9723257828c92307a
[ "BSD-3-Clause" ]
1
2021-12-19T23:49:26.000Z
2021-12-19T23:49:26.000Z
// Hossein Moein // September 25, 2018 /* Copyright (c) 2019-2022, Hossein Moein All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright ...
30.218605
80
0.574265
[ "vector" ]
e9ff4f44c489a99b382a8d9b047fdd33501b503a
3,894
h
C
cpp/open3d/visualization/gui/MenuBase.h
swarris/Open3D
7eee2de4c48effedd33ba75ec1136f4f7b3f5fdd
[ "MIT" ]
3,673
2019-04-06T05:35:43.000Z
2021-07-27T14:53:14.000Z
cpp/open3d/visualization/gui/MenuBase.h
swarris/Open3D
7eee2de4c48effedd33ba75ec1136f4f7b3f5fdd
[ "MIT" ]
2,904
2019-04-06T06:51:22.000Z
2021-07-27T13:49:54.000Z
cpp/open3d/visualization/gui/MenuBase.h
swarris/Open3D
7eee2de4c48effedd33ba75ec1136f4f7b3f5fdd
[ "MIT" ]
1,127
2019-04-06T09:39:17.000Z
2021-07-27T03:06:49.000Z
// ---------------------------------------------------------------------------- // - Open3D: www.open3d.org - // ---------------------------------------------------------------------------- // The MIT License (MIT) // // Copyright (c) 2018-2021 www.open3d.org // // Perm...
40.14433
80
0.627119
[ "object" ]
180523c32fd149619af2c561189b53f780eeb8f9
1,640
h
C
simplejson_test/srilm-1.7.2/lm/src/LoglinearMix.h
rahman-mahmudur/PyART
36591cd10b2b7a560bbcb47a6cf744b72466f92a
[ "Apache-2.0" ]
3
2019-10-24T07:50:29.000Z
2020-05-06T13:08:42.000Z
PyART/srilm-1.7.2/lm/src/LoglinearMix.h
PYART0/PyART-demo
9a889662fb2610b7be2687a8304620855e7c76de
[ "Apache-2.0" ]
null
null
null
PyART/srilm-1.7.2/lm/src/LoglinearMix.h
PYART0/PyART-demo
9a889662fb2610b7be2687a8304620855e7c76de
[ "Apache-2.0" ]
null
null
null
/* * LoglinearMix.h -- * Log-linear Mixture language model * * Copyright (c) 2005 SRI International, 2013 Microsoft Corp. All Rights Reserved. * * @(#)$Header: /home/srilm/CVS/srilm/lm/src/LoglinearMix.h,v 1.5 2014-04-22 06:57:46 stolcke Exp $ * */ #ifndef _LoglinearMix_h_ #define _LoglinearMix_h_ #include "...
28.275862
99
0.687195
[ "model" ]
18077353744a0e82c4e1fe878afe7c91d373c4b8
11,802
h
C
Modules/ThirdParty/VNL/src/vxl/core/vnl/vnl_diag_matrix.h
floryst/ITK
321e673bcbac15aae2fcad863fd0977b7fbdb3e9
[ "Apache-2.0" ]
1
2020-10-09T18:12:53.000Z
2020-10-09T18:12:53.000Z
Modules/ThirdParty/VNL/src/vxl/core/vnl/vnl_diag_matrix.h
floryst/ITK
321e673bcbac15aae2fcad863fd0977b7fbdb3e9
[ "Apache-2.0" ]
1
2017-08-18T19:28:52.000Z
2017-08-18T19:28:52.000Z
Modules/ThirdParty/VNL/src/vxl/core/vnl/vnl_diag_matrix.h
floryst/ITK
321e673bcbac15aae2fcad863fd0977b7fbdb3e9
[ "Apache-2.0" ]
1
2017-08-18T19:07:39.000Z
2017-08-18T19:07:39.000Z
// This is core/vnl/vnl_diag_matrix.h #ifndef vnl_diag_matrix_h_ #define vnl_diag_matrix_h_ //: // \file // \brief Contains class for diagonal matrices // \author Andrew W. Fitzgibbon (Oxford RRG) // \date 5 Aug 1996 // // \verbatim // Modifications // IMS (Manchester) 16 Mar 2001: Tidied up the documentation + ad...
31.98374
103
0.659973
[ "vector" ]
1808be190d83c25c4f6bf057ecb74285558306c9
448
h
C
vcgapps/vcglib/apps/tetraviewer/myclasses.h
mattjr/structured
0cb4635af7602f2a243a9b739e5ed757424ab2a7
[ "Apache-2.0" ]
14
2015-01-11T02:53:04.000Z
2021-11-25T17:31:22.000Z
vcgapps/vcglib/apps/tetraviewer/myclasses.h
skair39/structured
0cb4635af7602f2a243a9b739e5ed757424ab2a7
[ "Apache-2.0" ]
null
null
null
vcgapps/vcglib/apps/tetraviewer/myclasses.h
skair39/structured
0cb4635af7602f2a243a9b739e5ed757424ab2a7
[ "Apache-2.0" ]
14
2015-07-21T04:47:52.000Z
2020-03-12T12:31:25.000Z
#include <vcg\simplex\vertex\with\atvn.h> #include <vcg\simplex\tetrahedron\with\atav.h> #include <vcg\complex\tetramesh\base.h> class MyTetrahedron; class DUMMYEDGETYPE; class DUMMYFACETYPE; class MyVertex: public vcg::VertexATVNd<DUMMYEDGETYPE,DUMMYFACETYPE,MyTetrahedron>{}; class MyTetrahedron: public vcg::TetraA...
32
95
0.796875
[ "vector" ]
1809c2441dc3f949e49a9210046b142c0ed7f8d5
1,654
h
C
coder.h
aliakseis/FastAC_RC_CMP
84db3f014ffb6a8d9eb6c07425ac10a9417b9223
[ "MIT" ]
null
null
null
coder.h
aliakseis/FastAC_RC_CMP
84db3f014ffb6a8d9eb6c07425ac10a9417b9223
[ "MIT" ]
null
null
null
coder.h
aliakseis/FastAC_RC_CMP
84db3f014ffb6a8d9eb6c07425ac10a9417b9223
[ "MIT" ]
null
null
null
#pragma once #include <vector> using std::vector; class CEncode : public CArithmeticModel<CEncode> { public: vector<unsigned char> m_buffer; void PutByte(int byte) { m_buffer.push_back((unsigned char) byte); /* now full. */ } void encode(const unsigned char* pBegin, const unsigned c...
24.686567
82
0.600363
[ "vector" ]
180cecc420817d1fb25d415b3ca476120a1b1270
6,124
h
C
dev/Gems/ScriptCanvas/Code/Include/ScriptCanvas/Core/NodeBus.h
jeikabu/lumberyard
07228c605ce16cbf5aaa209a94a3cb9d6c1a4115
[ "AML" ]
2
2020-12-22T01:02:01.000Z
2020-12-22T01:02:05.000Z
dev/Gems/ScriptCanvas/Code/Include/ScriptCanvas/Core/NodeBus.h
jeikabu/lumberyard
07228c605ce16cbf5aaa209a94a3cb9d6c1a4115
[ "AML" ]
null
null
null
dev/Gems/ScriptCanvas/Code/Include/ScriptCanvas/Core/NodeBus.h
jeikabu/lumberyard
07228c605ce16cbf5aaa209a94a3cb9d6c1a4115
[ "AML" ]
null
null
null
/* * All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or * its licensors. * * For complete copyright and license terms please see the LICENSE at the root of this * distribution (the "License"). All use of this software is governed by the License, * or, if provided, by the license below or t...
43.432624
143
0.695787
[ "object", "vector" ]
181510895f0241d79816b7a5b610c559fc89a0e0
8,361
h
C
src/ray/gcs/gcs_server/gcs_resource_scheduler.h
dsctt/ray
29d94a22114b02adfd3745c4991a3ce70592dd16
[ "Apache-2.0" ]
1
2021-09-20T15:45:59.000Z
2021-09-20T15:45:59.000Z
src/ray/gcs/gcs_server/gcs_resource_scheduler.h
dsctt/ray
29d94a22114b02adfd3745c4991a3ce70592dd16
[ "Apache-2.0" ]
53
2021-10-06T20:08:04.000Z
2022-03-21T20:17:25.000Z
src/ray/gcs/gcs_server/gcs_resource_scheduler.h
dsctt/ray
29d94a22114b02adfd3745c4991a3ce70592dd16
[ "Apache-2.0" ]
null
null
null
// Copyright 2017 The Ray 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 or agreed to i...
42.015075
90
0.733884
[ "vector" ]
181d4cd7042f364a7ca3641bd95195c8a5e0e202
1,819
h
C
tests/OxTestImage.h
MRKonrad/OxShmolli2
abe020f4aa08c1037f04fe80e68f0651d03cccd1
[ "MIT" ]
7
2018-12-10T10:11:03.000Z
2021-03-11T14:40:40.000Z
tests/OxTestImage.h
MRKonrad/OxShmolli2
abe020f4aa08c1037f04fe80e68f0651d03cccd1
[ "MIT" ]
10
2019-03-10T11:42:55.000Z
2021-12-10T15:39:41.000Z
tests/OxTestImage.h
MRKonrad/OxShmolli2
abe020f4aa08c1037f04fe80e68f0651d03cccd1
[ "MIT" ]
3
2019-12-04T14:05:54.000Z
2022-02-26T00:24:38.000Z
/*! * \file OxTestImage.h * \author Konrad Werys * \date 2018/07/30 */ #ifndef Tomato_OXTESTImage_H #define Tomato_OXTESTImage_H #include "CmakeConfigForTomato.h" #ifdef USE_YAML #include "OxTestData.h" namespace Ox { template< typename MeasureType > class TestImage { public: TestImage(...
27.984615
133
0.66575
[ "vector" ]
181efcc25612632b17eebdbecbd8016cc7d6e123
3,148
c
C
crankshape/crankplane.c
WSID/crank-system
7c94f829050815392259c227e38b34f97886f7fc
[ "MIT" ]
null
null
null
crankshape/crankplane.c
WSID/crank-system
7c94f829050815392259c227e38b34f97886f7fc
[ "MIT" ]
null
null
null
crankshape/crankplane.c
WSID/crank-system
7c94f829050815392259c227e38b34f97886f7fc
[ "MIT" ]
null
null
null
/* Copyright (C) 2015, WSID */ /* Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, dist...
26.905983
80
0.666773
[ "object" ]
182453c683cfd1869c6fcf478717308476471225
1,172
h
C
include/summy/analysis/util.h
gdslang/summy
bd450278f18859eb94d1f30b7b878bbb1b94c42c
[ "Apache-2.0" ]
null
null
null
include/summy/analysis/util.h
gdslang/summy
bd450278f18859eb94d1f30b7b878bbb1b94c42c
[ "Apache-2.0" ]
null
null
null
include/summy/analysis/util.h
gdslang/summy
bd450278f18859eb94d1f30b7b878bbb1b94c42c
[ "Apache-2.0" ]
null
null
null
/* * util.h * * Created on: Oct 9, 2014 * Author: Julian Kranz */ #pragma once #include <cppgdsl/rreil/id/id.h> #include <memory> #include <string> #include <summy/rreil/id/id_visitor.h> #include <optional> #include <vector> namespace analysis { std::string print_id_no_version(gdsl::rreil::id const &x); ...
24.416667
110
0.681741
[ "vector" ]
182738eee7ce187db5891c5298b32e5425ef24f9
17,659
h
C
include/bofstd/bofstd.h
onbings/bofstd
366ff7f7d8871d5fa5785d5690d90506a7714ecc
[ "MIT" ]
null
null
null
include/bofstd/bofstd.h
onbings/bofstd
366ff7f7d8871d5fa5785d5690d90506a7714ecc
[ "MIT" ]
1
2021-03-20T14:46:54.000Z
2021-03-20T14:47:10.000Z
include/bofstd/bofstd.h
onbings/bofstd
366ff7f7d8871d5fa5785d5690d90506a7714ecc
[ "MIT" ]
null
null
null
/* * Copyright (c) 2015-2020, Onbings. All rights reserved. * * THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY * KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR * PURPOSE. * * This module d...
55.706625
786
0.582423
[ "object" ]
1827bf5aecc61b4934c366efac5c72b210f258a8
581
h
C
src/xrGame/location_manager_inline.h
clayne/xray-16
32ebf81a252c7179e2824b2874f911a91e822ad1
[ "OML", "Linux-OpenIB" ]
2
2015-02-23T10:43:02.000Z
2015-06-11T14:45:08.000Z
src/xrGame/location_manager_inline.h
clayne/xray-16
32ebf81a252c7179e2824b2874f911a91e822ad1
[ "OML", "Linux-OpenIB" ]
17
2022-01-25T08:58:23.000Z
2022-03-28T17:18:28.000Z
src/xrGame/location_manager_inline.h
clayne/xray-16
32ebf81a252c7179e2824b2874f911a91e822ad1
[ "OML", "Linux-OpenIB" ]
1
2015-06-05T20:04:00.000Z
2015-06-05T20:04:00.000Z
//////////////////////////////////////////////////////////////////////////// // Module : location_manager_inline.h // Created : 27.12.2003 // Modified : 27.12.2003 // Author : Dmitriy Iassenev // Description : Location manager inline functions //////////////////////////////////////////////////////////////////////...
30.578947
103
0.537005
[ "object" ]
1829a4be462d96c8328f9a9140c0b0360867542a
4,990
h
C
MKE/src/MKE/AssetManager.h
tMario2111/MKE
a5adf18d41f08b35c31e3ddb2679e5cad62da07f
[ "MIT" ]
3
2021-11-03T07:43:07.000Z
2022-03-10T09:45:15.000Z
MKE/src/MKE/AssetManager.h
tMario2111/MKE
a5adf18d41f08b35c31e3ddb2679e5cad62da07f
[ "MIT" ]
null
null
null
MKE/src/MKE/AssetManager.h
tMario2111/MKE
a5adf18d41f08b35c31e3ddb2679e5cad62da07f
[ "MIT" ]
null
null
null
#pragma once #include <nlohmann/json.hpp> #include <SFML/Graphics.hpp> #include <fstream> #include <iostream> #include <map> #include <string> #include <unordered_map> #include <vector> namespace mke { /// <summary> /// A manager class for your assets /// </summary> class AssetManager { public: /// <summary...
28.843931
119
0.636874
[ "vector" ]
1829cd4f52aa51736dadbbf1c2d69f59d34a75be
5,336
h
C
lite/backends/nnadapter/nnadapter/src/driver/nvidia_tensorrt/utility.h
714627034/Paddle-Lite
015ba88a4d639db0b73603e37f83e47be041a4eb
[ "Apache-2.0" ]
null
null
null
lite/backends/nnadapter/nnadapter/src/driver/nvidia_tensorrt/utility.h
714627034/Paddle-Lite
015ba88a4d639db0b73603e37f83e47be041a4eb
[ "Apache-2.0" ]
null
null
null
lite/backends/nnadapter/nnadapter/src/driver/nvidia_tensorrt/utility.h
714627034/Paddle-Lite
015ba88a4d639db0b73603e37f83e47be041a4eb
[ "Apache-2.0" ]
null
null
null
// 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...
27.647668
79
0.721702
[ "vector" ]
182fd0af30459c439e8a7970227f20b6ca9d3e65
83,654
h
C
bfsdk/include/bfhypercall.h
chp-io/boxy
31c419667b831b9ec79276d7a55e30a8a6321990
[ "MIT" ]
null
null
null
bfsdk/include/bfhypercall.h
chp-io/boxy
31c419667b831b9ec79276d7a55e30a8a6321990
[ "MIT" ]
null
null
null
bfsdk/include/bfhypercall.h
chp-io/boxy
31c419667b831b9ec79276d7a55e30a8a6321990
[ "MIT" ]
1
2018-12-23T21:04:28.000Z
2018-12-23T21:04:28.000Z
/* * Copyright (C) 2019 Assured Information Security, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy,...
34.797837
103
0.593134
[ "vector" ]
183156d94dd6163d6aa30acd718ffc2a997a14f7
3,717
c
C
src/modules/module-protocol-pulse/message-handler.c
cropinghigh/pipewire
2e199eba4374acc6e96e002d4d0166a1a665639d
[ "MIT" ]
1,382
2017-09-04T15:47:34.000Z
2022-03-31T13:38:11.000Z
src/modules/module-protocol-pulse/message-handler.c
cropinghigh/pipewire
2e199eba4374acc6e96e002d4d0166a1a665639d
[ "MIT" ]
132
2017-09-05T02:57:53.000Z
2021-12-08T13:50:07.000Z
src/modules/module-protocol-pulse/message-handler.c
cropinghigh/pipewire
2e199eba4374acc6e96e002d4d0166a1a665639d
[ "MIT" ]
145
2017-09-19T14:05:35.000Z
2022-03-29T14:24:50.000Z
#define NAME "pulse-server" #include <stdint.h> #include <regex.h> #include <spa/param/props.h> #include <spa/pod/builder.h> #include <spa/pod/pod.h> #include <spa/utils/defs.h> #include <spa/utils/json.h> #include <spa/utils/string.h> #include <pipewire/pipewire.h> #include "collect.h" #include "log.h" #include "...
25.458904
153
0.66021
[ "object" ]
1833d081357956dba9203236543d93cdd1dddefa
8,604
h
C
c_reference/include/dscnn.h
Anirudh0707/EdgeML
6cd964d68e6629e5e88e4888f19eb9be5c61482b
[ "MIT" ]
null
null
null
c_reference/include/dscnn.h
Anirudh0707/EdgeML
6cd964d68e6629e5e88e4888f19eb9be5c61482b
[ "MIT" ]
null
null
null
c_reference/include/dscnn.h
Anirudh0707/EdgeML
6cd964d68e6629e5e88e4888f19eb9be5c61482b
[ "MIT" ]
null
null
null
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. #ifndef __DSCNN_H__ #define __DSCNN_H__ // Function pointer for the Conv layer to be passed as a parameter. (conv1d or conv1d_lr only). typedef int (*conv_layer)(float*, unsigned, unsigned, const float*, ...
81.942857
202
0.633659
[ "model" ]
183c1a83c77bf8b4e92fa82ed6d46c3b33b32694
1,962
h
C
src/linearizer.h
Blaok/soda-cr
1ab006467abb26f82db5f3fdc904767a84269a18
[ "MIT" ]
1
2020-05-26T07:05:32.000Z
2020-05-26T07:05:32.000Z
src/linearizer.h
Blaok/soda-cr
1ab006467abb26f82db5f3fdc904767a84269a18
[ "MIT" ]
1
2021-03-30T08:23:48.000Z
2021-03-30T08:23:48.000Z
src/linearizer.h
Blaok/soda-cr
1ab006467abb26f82db5f3fdc904767a84269a18
[ "MIT" ]
2
2020-05-04T18:47:01.000Z
2020-10-21T00:45:44.000Z
#ifndef LINEARIZER_H_ #define LINEARIZER_H_ #include <algorithm> #include <vector> #include <nlohmann/json.hpp> class Linearizer { public: using Int = int; Linearizer(const nlohmann::json& j) : maxs_{j["maxs"].begin(), j["maxs"].end()}, mins_{j["mins"].begin(), j["mins"].end()}, sizes_{j["...
27.25
78
0.584608
[ "vector" ]
183f01bdbfe800631e25bf8f1fa7a200fcf860c9
12,573
c
C
src/bin/e_dialog.c
batden/moksha
192b8eb6ed9f4a29b0563b80db094bf5d5969e98
[ "BSD-2-Clause" ]
null
null
null
src/bin/e_dialog.c
batden/moksha
192b8eb6ed9f4a29b0563b80db094bf5d5969e98
[ "BSD-2-Clause" ]
null
null
null
src/bin/e_dialog.c
batden/moksha
192b8eb6ed9f4a29b0563b80db094bf5d5969e98
[ "BSD-2-Clause" ]
null
null
null
#include "e.h" #define DIA_HEIGHT_ADD 15 // hack for short dialog height /* local subsystem functions */ static void _e_dialog_free(E_Dialog *dia); static void _e_dialog_del_func_cb(void *data, E_Dialog *dia); static void _e_dialog_cb_delete(E_Win *win); static void _e_dialog_cb_resize(E_Win *win); static void _e_dia...
30.151079
109
0.628569
[ "object" ]
184235a0b5623565ca56f87e362828bc5db9567b
1,962
h
C
memecity.engine.ui/UI/Menu/Menu.h
TvanBronswijk/memecity
f0410fb72d5484a642be90964defb87654ebd66b
[ "MIT" ]
null
null
null
memecity.engine.ui/UI/Menu/Menu.h
TvanBronswijk/memecity
f0410fb72d5484a642be90964defb87654ebd66b
[ "MIT" ]
4
2018-10-01T09:44:02.000Z
2018-12-10T12:08:39.000Z
memecity.engine.ui/UI/Menu/Menu.h
TvanBronswijk/memecity
f0410fb72d5484a642be90964defb87654ebd66b
[ "MIT" ]
null
null
null
#ifndef _MENU_H #define _MENU_H #include <vector> #include <memory> #include <Engine.h> #include "MenuItem.h" namespace memecity::engine::ui::menu { class Menu { private: static const int title_height = 50; static const int menu_item_height = 30; std::vector<std::unique_ptr<MenuItem>> menu_items; size_t ...
30.65625
185
0.731397
[ "render", "vector" ]
184d10e6705ea58c3f0d5031a7cbb83c5eeabfc9
12,154
c
C
ccx_prool/CalculiX/ccx_2.10/src/objectivesmmain_se.c
alleindrach/calculix-desktop
2cb2c434b536eb668ff88bdf82538d22f4f0f711
[ "MIT" ]
null
null
null
ccx_prool/CalculiX/ccx_2.10/src/objectivesmmain_se.c
alleindrach/calculix-desktop
2cb2c434b536eb668ff88bdf82538d22f4f0f711
[ "MIT" ]
null
null
null
ccx_prool/CalculiX/ccx_2.10/src/objectivesmmain_se.c
alleindrach/calculix-desktop
2cb2c434b536eb668ff88bdf82538d22f4f0f711
[ "MIT" ]
null
null
null
/* CalculiX - A 3-dimensional finite element program */ /* Copyright (C) 1998-2015 Guido Dhondt */ /* This program is free software; you can redistribute it and/or */ /* modify it under the terms of the GNU General Public License as */ /* pub...
37.98125
103
0.621359
[ "shape" ]
184ee4f80277c8d9ed6a65dd2e1913fc694f5415
2,340
h
C
RecoMTD/Navigation/interface/DirectMTDNavigation.h
bisnupriyasahu/cmssw
6cf37ca459246525be0e8a6f5172c6123637d259
[ "Apache-2.0" ]
3
2018-08-24T19:10:26.000Z
2019-02-19T11:45:32.000Z
RecoMTD/Navigation/interface/DirectMTDNavigation.h
bisnupriyasahu/cmssw
6cf37ca459246525be0e8a6f5172c6123637d259
[ "Apache-2.0" ]
3
2018-08-23T13:40:24.000Z
2019-12-05T21:16:03.000Z
RecoMTD/Navigation/interface/DirectMTDNavigation.h
bisnupriyasahu/cmssw
6cf37ca459246525be0e8a6f5172c6123637d259
[ "Apache-2.0" ]
5
2018-08-21T16:37:52.000Z
2020-01-09T13:33:17.000Z
#ifndef Navigation_DirectMTDNavigation_H #define Navigation_DirectMTDNavigation_H /** \file DirectMTDNavigation * * do a straight line extrapolation to * find out compatible DetLayers with a given FTS * * \author Chang Liu - Purdue University */ #include "FWCore/Framework/interface/ESHandle.h" #include "Da...
34.925373
93
0.750855
[ "vector" ]
184f18a252c7303f35f8cada0ff9c88cc1fb7d72
2,059
h
C
src/array/intersection_of_two_array_two.h
chenchuanyin/leetcode
d2c11a2500b1fc252e7f4a838e635be7205bdab9
[ "MIT" ]
null
null
null
src/array/intersection_of_two_array_two.h
chenchuanyin/leetcode
d2c11a2500b1fc252e7f4a838e635be7205bdab9
[ "MIT" ]
null
null
null
src/array/intersection_of_two_array_two.h
chenchuanyin/leetcode
d2c11a2500b1fc252e7f4a838e635be7205bdab9
[ "MIT" ]
null
null
null
#ifndef LEETCODE_INTERSECTION_OF_TWO_ARRAY_TWO_H_ #define LEETCODE_INTERSECTION_OF_TWO_ARRAY_TWO_H_ // Given two arrays, write a function to compute their intersection. // Example: // Given nums1 = [1, 2, 2, 1], nums2 = [2, 2], return [2, 2]. // Note: // Each element in the result should appear as many times as it...
27.453333
80
0.576493
[ "vector" ]
1850c532a72f35e1ed80ea5e3ba1468cd923ea57
9,425
h
C
STEER/STEER/AliLHCDipValT.h
AllaMaevskaya/AliRoot
c53712645bf1c7d5f565b0d3228e3a6b9b09011a
[ "BSD-3-Clause" ]
1
2017-04-27T17:28:15.000Z
2017-04-27T17:28:15.000Z
STEER/STEER/AliLHCDipValT.h
AllaMaevskaya/AliRoot
c53712645bf1c7d5f565b0d3228e3a6b9b09011a
[ "BSD-3-Clause" ]
3
2017-07-13T10:54:50.000Z
2018-04-17T19:04:16.000Z
STEER/STEER/AliLHCDipValT.h
AllaMaevskaya/AliRoot
c53712645bf1c7d5f565b0d3228e3a6b9b09011a
[ "BSD-3-Clause" ]
5
2017-03-29T12:21:12.000Z
2018-01-15T15:52:24.000Z
#ifndef ALILHCDIPVALT_H #define ALILHCDIPVALT_H #include <typeinfo> #include <TString.h> #include <TObjString.h> #include <TObject.h> #include "AliLog.h" ///////////////////////////////////////////////////////////////////////////////// // //...
35.432331
127
0.618674
[ "vector" ]
1853f81d0642e68040721c7faa250b27da3f6587
3,360
h
C
lib/mayaUsd/base/tokens.h
ika-rporter/maya-usd
8f216a4fb955fc44c0abda55caa53ed295aaa625
[ "Apache-2.0" ]
3
2020-03-18T10:11:32.000Z
2020-05-27T08:52:26.000Z
lib/mayaUsd/base/tokens.h
ika-rporter/maya-usd
8f216a4fb955fc44c0abda55caa53ed295aaa625
[ "Apache-2.0" ]
null
null
null
lib/mayaUsd/base/tokens.h
ika-rporter/maya-usd
8f216a4fb955fc44c0abda55caa53ed295aaa625
[ "Apache-2.0" ]
2
2020-03-18T10:11:46.000Z
2021-02-20T06:45:47.000Z
// // Copyright 2020 Autodesk // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
45.405405
92
0.66131
[ "object" ]
1856b42b7d9f1785e4c2344dad71e46da0169e9e
5,722
h
C
tci/include/tencentcloud/tci/v20190318/model/TransmitAudioStreamResponse.h
suluner/tencentcloud-sdk-cpp
a56c73cc3f488c4d1e10755704107bb15c5e000d
[ "Apache-2.0" ]
43
2019-08-14T08:14:12.000Z
2022-03-30T12:35:09.000Z
tci/include/tencentcloud/tci/v20190318/model/TransmitAudioStreamResponse.h
suluner/tencentcloud-sdk-cpp
a56c73cc3f488c4d1e10755704107bb15c5e000d
[ "Apache-2.0" ]
12
2019-07-15T10:44:59.000Z
2021-11-02T12:35:00.000Z
tci/include/tencentcloud/tci/v20190318/model/TransmitAudioStreamResponse.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 ...
34.263473
104
0.490563
[ "vector", "model" ]
185fef88979aafc56613c7f5f2ec32dffacb6e35
6,926
h
C
src/nnet3/nnet-chain-training2.h
shebogholo/kaldi
ef2fd7d717d9d8ad6f1e1e18591eebca3d249ad6
[ "Apache-2.0" ]
39
2021-06-16T11:38:57.000Z
2022-03-24T01:33:56.000Z
src/nnet3/nnet-chain-training2.h
shebogholo/kaldi
ef2fd7d717d9d8ad6f1e1e18591eebca3d249ad6
[ "Apache-2.0" ]
1
2021-08-02T09:34:52.000Z
2021-08-02T09:34:52.000Z
src/nnet3/nnet-chain-training2.h
shebogholo/kaldi
ef2fd7d717d9d8ad6f1e1e18591eebca3d249ad6
[ "Apache-2.0" ]
7
2016-03-17T11:24:21.000Z
2021-05-20T01:30:59.000Z
// nnet3/nnet-chain-training.h // Copyright 2015 Johns Hopkins University (author: Daniel Povey) // 2019 Idiap Research Institute (author: Srikanth Madikeri) // See ../../COPYING for clarification regarding multiple authors // // Licensed under the Apache License, Version 2.0 (the "License"); //...
35.88601
99
0.701559
[ "model", "transform" ]
1862fc6dbba67417809e2a5add0d67eaa02bea6d
3,106
h
C
sky/engine/platform/text/BidiCharacterRun.h
alibitek/engine
0f0b144b0320d00d837fb2af80cd542ab1359491
[ "BSD-3-Clause" ]
null
null
null
sky/engine/platform/text/BidiCharacterRun.h
alibitek/engine
0f0b144b0320d00d837fb2af80cd542ab1359491
[ "BSD-3-Clause" ]
null
null
null
sky/engine/platform/text/BidiCharacterRun.h
alibitek/engine
0f0b144b0320d00d837fb2af80cd542ab1359491
[ "BSD-3-Clause" ]
1
2020-03-05T02:44:12.000Z
2020-03-05T02:44:12.000Z
/* * Copyright (C) 2000 Lars Knoll (knoll@kde.org) * Copyright (C) 2003, 2004, 2006, 2007, 2008 Apple Inc. All right reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; ei...
34.511111
79
0.66935
[ "object" ]
18782104b7c7a046fb6ab09d537513c8aeff1f50
2,531
h
C
libraries/predictors/neural/include/HardSigmoidActivation.h
kernhanda/ELL
370c0de4e4c190ca0cb43654b4246b3686bca464
[ "MIT" ]
null
null
null
libraries/predictors/neural/include/HardSigmoidActivation.h
kernhanda/ELL
370c0de4e4c190ca0cb43654b4246b3686bca464
[ "MIT" ]
null
null
null
libraries/predictors/neural/include/HardSigmoidActivation.h
kernhanda/ELL
370c0de4e4c190ca0cb43654b4246b3686bca464
[ "MIT" ]
1
2020-12-10T17:49:07.000Z
2020-12-10T17:49:07.000Z
//////////////////////////////////////////////////////////////////////////////////////////////////// // // Project: Embedded Learning Library (ELL) // File: HardSigmoidActivation.h (neural) // Authors: James Devine // /////////////////////////////////////////////////////////////////////////////////////////////...
35.647887
141
0.559068
[ "object", "vector" ]
187ba01c159a1887fa195e48a0b10d863d31d9b5
2,085
h
C
hdtSSEUtils/NetImmerseUtils.h
pollyzoid/hdt-skyrimse-mods
9e92457ec7b070d46ee53043c38565a86a187efa
[ "MIT" ]
null
null
null
hdtSSEUtils/NetImmerseUtils.h
pollyzoid/hdt-skyrimse-mods
9e92457ec7b070d46ee53043c38565a86a187efa
[ "MIT" ]
null
null
null
hdtSSEUtils/NetImmerseUtils.h
pollyzoid/hdt-skyrimse-mods
9e92457ec7b070d46ee53043c38565a86a187efa
[ "MIT" ]
null
null
null
#pragma once #include <common\IPrefix.h> #include <skse64\skse64\NiNodes.h> #include <skse64\skse64\NiExtraData.h> #include <skse64\skse64\NiGeometry.h> #include "Ref.h" // note: both of these offsets are 0xDEADBEEF guards and were completely wrong prior to this, but things worked anyway I guess // 89 75 C4 48 8D 05 ...
27.434211
126
0.706954
[ "object" ]
187e6cd1dfd2e50067672a11f72127be2428d7cd
2,430
h
C
TemporalTreeMaps/modules/temporaltreemaps/include/modules/temporaltreemaps/processors/treeordercomputationsanodes.h
marcus1337/InviwoTemporalTreeMapsMOD
0d6a235ac2aa1d106de227b6d8513eb8fc91295e
[ "MIT" ]
null
null
null
TemporalTreeMaps/modules/temporaltreemaps/include/modules/temporaltreemaps/processors/treeordercomputationsanodes.h
marcus1337/InviwoTemporalTreeMapsMOD
0d6a235ac2aa1d106de227b6d8513eb8fc91295e
[ "MIT" ]
null
null
null
TemporalTreeMaps/modules/temporaltreemaps/include/modules/temporaltreemaps/processors/treeordercomputationsanodes.h
marcus1337/InviwoTemporalTreeMapsMOD
0d6a235ac2aa1d106de227b6d8513eb8fc91295e
[ "MIT" ]
null
null
null
/********************************************************************* * Author : Tino Weinkauf and Wiebke Koepp * Init : Wednesday, March 28, 2018 - 11:46:34 * * Project : KTH Inviwo Modules * * License : Follows the Inviwo BSD license model **************************************************************...
26.703297
122
0.709877
[ "model" ]
187ea679a18ee2bc36e8d467b87735a11e4ae8ca
1,797
h
C
src/Core/OgreRenderingModule/EC_RttTarget.h
antont/tundra
5c9b0a3957071f08ab425dff701cdbb34f9e1868
[ "Apache-2.0" ]
null
null
null
src/Core/OgreRenderingModule/EC_RttTarget.h
antont/tundra
5c9b0a3957071f08ab425dff701cdbb34f9e1868
[ "Apache-2.0" ]
null
null
null
src/Core/OgreRenderingModule/EC_RttTarget.h
antont/tundra
5c9b0a3957071f08ab425dff701cdbb34f9e1868
[ "Apache-2.0" ]
null
null
null
// For conditions of distribution and use, see copyright notice in license.txt #pragma once #include "IComponent.h" #include "OgreModuleApi.h" /// Ogre render-to-texture component /** <table class="header"> <tr> <td> <h2>RttTarget</h2> Render-to-texture target: renders a view from a camera to a texture. Registered b...
23.038462
138
0.725097
[ "render" ]
9b74c6a53032bb9f6371da77eb778dbfd2952b0b
13,502
c
C
lib/libc/rpc/clnt_generic.c
TrustedBSD/sebsd
fd5de6f587183087cf930779701d5713e8ca64cc
[ "Naumen", "Condor-1.1", "MS-PL" ]
4
2017-04-06T21:39:15.000Z
2019-10-09T17:34:14.000Z
lib/libc/rpc/clnt_generic.c
TrustedBSD/sebsd
fd5de6f587183087cf930779701d5713e8ca64cc
[ "Naumen", "Condor-1.1", "MS-PL" ]
null
null
null
lib/libc/rpc/clnt_generic.c
TrustedBSD/sebsd
fd5de6f587183087cf930779701d5713e8ca64cc
[ "Naumen", "Condor-1.1", "MS-PL" ]
1
2020-01-04T06:36:39.000Z
2020-01-04T06:36:39.000Z
/* $NetBSD: clnt_generic.c,v 1.18 2000/07/06 03:10:34 christos Exp $ */ /* * The contents of this file are subject to the Sun Standards * License Version 1.0 the (the "License";) You may not use * this file except in compliance with the License. You may * obtain a copy of the License at lib/libc/rpc/LICENSE * *...
28.912206
94
0.697674
[ "object" ]
9b78fe729ac39e6ed2f7ed440d09111c1e01f7ea
2,150
h
C
geodrawer/openglhelper.h
ridoo/IlwisCore
9d9837507d804a4643545a03fd40d9b4d0eaee45
[ "Apache-2.0" ]
null
null
null
geodrawer/openglhelper.h
ridoo/IlwisCore
9d9837507d804a4643545a03fd40d9b4d0eaee45
[ "Apache-2.0" ]
null
null
null
geodrawer/openglhelper.h
ridoo/IlwisCore
9d9837507d804a4643545a03fd40d9b4d0eaee45
[ "Apache-2.0" ]
null
null
null
#ifndef OPENGLHELPER_H #define OPENGLHELPER_H namespace geos{ namespace geom{ class Geometry; } } namespace Ilwis{ typedef std::unique_ptr<geos::geom::Geometry> UPGeometry; class CoordinateSystem; typedef IlwisData<CoordinateSystem> ICoordinateSystem; namespace Geodrawer { class OpenGLHelper { public: Open...
37.068966
99
0.515814
[ "geometry", "vector" ]
9b79b7de4867f472e26cbd7ac3fa658254146756
6,460
h
C
external/pcl/include/pcl/InterlacedTransformation.h
AstrocatApp/AstrocatApp
0b3b33861260ed495bfcbd4c8601ab82ad247d37
[ "MIT" ]
2
2021-03-12T08:36:37.000Z
2021-04-05T19:34:08.000Z
external/pcl/include/pcl/InterlacedTransformation.h
OzerOzdemir/AstrocatApp
8da06ab819bc71010daa921f7a2c214c200d1ad3
[ "MIT" ]
9
2021-02-08T08:58:33.000Z
2021-10-07T05:16:07.000Z
external/pcl/include/pcl/InterlacedTransformation.h
OzerOzdemir/AstrocatApp
8da06ab819bc71010daa921f7a2c214c200d1ad3
[ "MIT" ]
1
2021-02-05T06:40:16.000Z
2021-02-05T06:40:16.000Z
// ____ ______ __ // / __ \ / ____// / // / /_/ // / / / // / ____// /___ / /___ PixInsight Class Library // /_/ \____//_____/ PCL 2.4.7 // ---------------------------------------------------------------------------- // pcl/InterlacedTransformation.h - Released 2020-12-17T15:46:29Z // -----------...
35.494505
79
0.666409
[ "object", "transform" ]
9b7a428c4661a5c232197e23a4eab3978df92406
144
h
C
EP/EP/EpCube.h
TheExcavationPursuit/EP_CPP
97b801877f23034681fdf0b9d1658aa9b0177cc1
[ "MIT" ]
null
null
null
EP/EP/EpCube.h
TheExcavationPursuit/EP_CPP
97b801877f23034681fdf0b9d1658aa9b0177cc1
[ "MIT" ]
null
null
null
EP/EP/EpCube.h
TheExcavationPursuit/EP_CPP
97b801877f23034681fdf0b9d1658aa9b0177cc1
[ "MIT" ]
null
null
null
#pragma once #include "GL\glew.h" class EpCube { public: EpCube(); ~EpCube(); void Render(); private: GLuint *vboID; GLuint *iboID; };
9
20
0.638889
[ "render" ]
9b7fdaa1847113a0f607520e147c61219fbfc620
3,816
h
C
external/sysroot/debian_sid_amd64-sysroot/usr/include/nspr/prlock.h
kcratie/evio-gnbuild
7af889e69df8a070f1a612cff15dd3c4b357792f
[ "MIT" ]
5
2020-12-17T06:55:53.000Z
2021-09-30T13:06:58.000Z
external/sysroot/debian_sid_amd64-sysroot/usr/include/nspr/prlock.h
kcratie/evio-gnbuild
7af889e69df8a070f1a612cff15dd3c4b357792f
[ "MIT" ]
1
2022-01-04T21:53:07.000Z
2022-03-30T11:16:05.000Z
external/sysroot/debian_sid_amd64-sysroot/usr/include/nspr/prlock.h
kcratie/evio-gnbuild
7af889e69df8a070f1a612cff15dd3c4b357792f
[ "MIT" ]
8
2020-09-30T10:06:31.000Z
2022-03-29T21:17:21.000Z
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ /* ** File: prlock.h ** Des...
34.690909
79
0.478774
[ "object" ]
9b87a840756d9940e4ef479903fc4d326810e86e
10,485
h
C
Sources/CGLib/glib_bridging.h
Kiwijane3/SwiftGLib
d5ebd5c1ba7e4e625957fe3e1722baaa31fc0199
[ "BSD-2-Clause" ]
null
null
null
Sources/CGLib/glib_bridging.h
Kiwijane3/SwiftGLib
d5ebd5c1ba7e4e625957fe3e1722baaa31fc0199
[ "BSD-2-Clause" ]
null
null
null
Sources/CGLib/glib_bridging.h
Kiwijane3/SwiftGLib
d5ebd5c1ba7e4e625957fe3e1722baaa31fc0199
[ "BSD-2-Clause" ]
null
null
null
struct _GAsyncQueue {}; struct _GBookmarkFile {}; struct _GBinding {}; struct _GBytes {}; struct _GChecksum {}; struct _GData {}; struct _GDatagramBased {}; struct _GDateTime {}; struct _GDir {}; struct _GHashTable {}; struct _GHmac {}; struct _GKeyFile {}; struct _GMainContext {}; struct _GMainLoop {}; struct _GMapped...
29.287709
100
0.760706
[ "object" ]
9b8b52cd385471b6f45c143b02a005373d4baa18
1,819
h
C
Source/ui_win32/FrameDebugger/GsPacketListView.h
KIYOX/play_
568313fc3fa184cb6fda9be74b49a76e7fe54852
[ "BSD-2-Clause" ]
1
2021-03-30T16:23:17.000Z
2021-03-30T16:23:17.000Z
Source/ui_win32/FrameDebugger/GsPacketListView.h
KIYOX0119/play
568313fc3fa184cb6fda9be74b49a76e7fe54852
[ "BSD-2-Clause" ]
null
null
null
Source/ui_win32/FrameDebugger/GsPacketListView.h
KIYOX0119/play
568313fc3fa184cb6fda9be74b49a76e7fe54852
[ "BSD-2-Clause" ]
null
null
null
#pragma once #include <memory> #include <set> #include <vector> #include "win32/Window.h" #include "win32/TreeView.h" #include "win32/Button.h" #include "win32/GdiObj.h" #include "../../gs/GSHandler.h" class CGsPacketListView : public Framework::Win32::CWindow { public: enum { NOTIFICATION_SELCHANGED = 0xA000, }...
22.45679
80
0.687191
[ "vector" ]
9b8f7a5008d26ca83cca65f1f62373ea12283787
5,873
h
C
security/tpm2-openssl-engine/tpm2-openssl-engine/e_tpm2.h
yhu6/ceph-uprev-stx-integ
2fb6d29e51b46e78e88cd522bb64669678bb878d
[ "Apache-2.0" ]
null
null
null
security/tpm2-openssl-engine/tpm2-openssl-engine/e_tpm2.h
yhu6/ceph-uprev-stx-integ
2fb6d29e51b46e78e88cd522bb64669678bb878d
[ "Apache-2.0" ]
null
null
null
security/tpm2-openssl-engine/tpm2-openssl-engine/e_tpm2.h
yhu6/ceph-uprev-stx-integ
2fb6d29e51b46e78e88cd522bb64669678bb878d
[ "Apache-2.0" ]
4
2019-02-25T10:29:13.000Z
2019-03-06T07:28:06.000Z
/* * Copyright (c) 2017 Wind River Systems, Inc. * * SPDX-License-Identifier: Apache-2.0 * */ /* ==================================================================== * Copyright (c) 1999-2001 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modifi...
39.682432
107
0.712753
[ "object" ]
9b96152d6c68a7ba41e4951f3e20d959210e9209
5,942
c
C
workspace/uclibc-ng-master/libpthread/nptl/sysdeps/unix/sysv/linux/fork.c
maydali28/toolchain-cross-compile
254cfed3074532ff01c63259b4ea43b1cdf8b968
[ "MIT" ]
null
null
null
workspace/uclibc-ng-master/libpthread/nptl/sysdeps/unix/sysv/linux/fork.c
maydali28/toolchain-cross-compile
254cfed3074532ff01c63259b4ea43b1cdf8b968
[ "MIT" ]
null
null
null
workspace/uclibc-ng-master/libpthread/nptl/sysdeps/unix/sysv/linux/fork.c
maydali28/toolchain-cross-compile
254cfed3074532ff01c63259b4ea43b1cdf8b968
[ "MIT" ]
null
null
null
/* Copyright (C) 2002, 2003, 2007, 2008 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License a...
28.430622
74
0.679906
[ "object" ]
9b96564afa4b525edb01eb622584dd669bd6d828
380
h
C
JXPartner/JXPartner/Classess/Modules/Partner/ViewControllers/JXSubPartnerDetailTableViewController.h
fantasyWindPro/jx_app_ios
ed8b23ba77f57a1883fa9e6da20b410812fe713b
[ "MIT" ]
null
null
null
JXPartner/JXPartner/Classess/Modules/Partner/ViewControllers/JXSubPartnerDetailTableViewController.h
fantasyWindPro/jx_app_ios
ed8b23ba77f57a1883fa9e6da20b410812fe713b
[ "MIT" ]
null
null
null
JXPartner/JXPartner/Classess/Modules/Partner/ViewControllers/JXSubPartnerDetailTableViewController.h
fantasyWindPro/jx_app_ios
ed8b23ba77f57a1883fa9e6da20b410812fe713b
[ "MIT" ]
null
null
null
// // JXSubPartnerDetailTableViewController.h // JXPartner // // Created by windpc on 2017/8/30. // Copyright © 2017年 windpc. All rights reserved. // #import <UIKit/UIKit.h> #import "JXBaseTableViewController.h" @class JXPartnerModel; @interface JXSubPartnerDetailTableViewController : JXBaseTableViewController ...
20
76
0.768421
[ "model" ]
9ba70cfe47810168ff1a47c39542c679984c7ad5
11,283
h
C
lldb-eval/ast.h
PatriosTheGreat/lldb-eval
0f534858e42d341baff955cf346ce87dee35026b
[ "Apache-2.0" ]
null
null
null
lldb-eval/ast.h
PatriosTheGreat/lldb-eval
0f534858e42d341baff955cf346ce87dee35026b
[ "Apache-2.0" ]
null
null
null
lldb-eval/ast.h
PatriosTheGreat/lldb-eval
0f534858e42d341baff955cf346ce87dee35026b
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
29.155039
80
0.662856
[ "vector" ]
9bade5522c0a87d306fc1e30f4804bb5b21aab3f
6,901
h
C
Plugins/Nektar/vtkNektarReader.h
cjh1/ParaView
b0eba067c87078d5fe56ec3cb21447f149e1f31a
[ "BSD-3-Clause" ]
null
null
null
Plugins/Nektar/vtkNektarReader.h
cjh1/ParaView
b0eba067c87078d5fe56ec3cb21447f149e1f31a
[ "BSD-3-Clause" ]
null
null
null
Plugins/Nektar/vtkNektarReader.h
cjh1/ParaView
b0eba067c87078d5fe56ec3cb21447f149e1f31a
[ "BSD-3-Clause" ]
null
null
null
#ifndef __vtkNektarReader_h #define __vtkNektarReader_h #include <iostream> #include <fstream> #include <vector> //#include <algorithm> #include <nektar.h> #include <gen_utils.h> #include <mpi.h> #include "vtkUnstructuredGridAlgorithm.h" #include "vtkPoints.h" #include "vtkCellType.h" class vtkDataArraySelection;...
28.282787
88
0.719316
[ "geometry", "object", "vector", "transform" ]
9bbdd7a073316983dda9b64160deaf1b65eaf297
1,483
h
C
src/pipeline/plan_execution.h
ealang/z-synth
2646b22d43841da56a2da179eccf40d431d80c05
[ "MIT" ]
1
2020-05-06T03:00:58.000Z
2020-05-06T03:00:58.000Z
src/pipeline/plan_execution.h
ealang/z-synth
2646b22d43841da56a2da179eccf40d431d80c05
[ "MIT" ]
null
null
null
src/pipeline/plan_execution.h
ealang/z-synth
2646b22d43841da56a2da179eccf40d431d80c05
[ "MIT" ]
null
null
null
/* Take an abstract view of a pipeline as a DAG. */ #ifndef PLAN_EXECUTION_H #define PLAN_EXECUTION_H #include <unordered_map> #include <set> #include <vector> #include <string> #include <exception> const uint32_t NULL_BUFFER_NUM = -1; // Store a set of directed connections between nodes using connections_t = std::u...
28.519231
76
0.715442
[ "vector" ]
9bc48e78fe2175894322933774c42834629d4ae6
2,943
h
C
src/Node.h
adct-the-experimenter/Door-To-Life-Minimal
a4a08d13443bdf21d4efc27f8509f5d5f8d57584
[ "BSD-2-Clause" ]
1
2019-08-22T06:12:17.000Z
2019-08-22T06:12:17.000Z
src/Node.h
adct-the-experimenter/Door-To-Life-Minimal
a4a08d13443bdf21d4efc27f8509f5d5f8d57584
[ "BSD-2-Clause" ]
1
2019-08-25T00:35:29.000Z
2020-05-11T04:52:14.000Z
src/Node.h
adct-the-experimenter/Door-To-Life-Minimal
a4a08d13443bdf21d4efc27f8509f5d5f8d57584
[ "BSD-2-Clause" ]
null
null
null
#ifndef NODE_H #define NODE_H #include "globalvariables.h" //for SDL_Rect #include <cstdint> #include <vector> #include <cmath> class Node { public: Node(); ~Node(); //next node void setPointerToNextNode(Node* nextNode); Node* getPointerToNextNode(); //previous node void se...
27.25
95
0.6123
[ "render", "vector" ]
9bc4aee863bb976e3688d032d869a547e54c55af
2,768
h
C
include/retdec/bin2llvmir/optimizations/dsm_generator/dsm_generator.h
lukasdurfina/retdec
7d6b8882690ff73c2bd7f209db10c5c091fa0359
[ "MIT", "Zlib", "BSD-3-Clause" ]
1
2020-08-29T21:43:47.000Z
2020-08-29T21:43:47.000Z
include/retdec/bin2llvmir/optimizations/dsm_generator/dsm_generator.h
lukasdurfina/retdec
7d6b8882690ff73c2bd7f209db10c5c091fa0359
[ "MIT", "Zlib", "BSD-3-Clause" ]
null
null
null
include/retdec/bin2llvmir/optimizations/dsm_generator/dsm_generator.h
lukasdurfina/retdec
7d6b8882690ff73c2bd7f209db10c5c091fa0359
[ "MIT", "Zlib", "BSD-3-Clause" ]
null
null
null
/** * @file include/retdec/bin2llvmir/optimizations/dsm_generator/dsm_generator.h * @brief Produce DSM output. * @copyright (c) 2017 Avast Software, licensed under the MIT license */ #ifndef RETDEC_BIN2LLVMIR_OPTIMIZATIONS_DSM_GENERATOR_DSM_GENERATOR_H #define RETDEC_BIN2LLVMIR_OPTIMIZATIONS_DSM_GENERATOR_DSM_GENE...
28.833333
79
0.722182
[ "object" ]
9bc6de52103388ba83d9ed6f655d0feca6c54828
1,164
h
C
bachelor/computer-graphics/CG1Oefeningen_Raytracer/Shape.h
Brent-rb/University
caae9c7d8e44bf7589865517f786529b1f171059
[ "MIT" ]
null
null
null
bachelor/computer-graphics/CG1Oefeningen_Raytracer/Shape.h
Brent-rb/University
caae9c7d8e44bf7589865517f786529b1f171059
[ "MIT" ]
null
null
null
bachelor/computer-graphics/CG1Oefeningen_Raytracer/Shape.h
Brent-rb/University
caae9c7d8e44bf7589865517f786529b1f171059
[ "MIT" ]
null
null
null
// Shape.h: interface for the Shape class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_SHAPE_H__C940BC4B_0929_492E_9A24_EDB049FB10B6__INCLUDED_) #define AFX_SHAPE_H__C940BC4B_0929_492E_9A24_EDB049FB10B6__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_...
23.755102
81
0.655498
[ "shape" ]
9bcdb6130f5605307ac3f034800db2450e44d621
5,186
h
C
gpu/command_buffer/client/gpu_control.h
sarang-apps/darshan_browser
173649bb8a7c656dc60784d19e7bb73e07c20daa
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
gpu/command_buffer/client/gpu_control.h
sarang-apps/darshan_browser
173649bb8a7c656dc60784d19e7bb73e07c20daa
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
gpu/command_buffer/client/gpu_control.h
sarang-apps/darshan_browser
173649bb8a7c656dc60784d19e7bb73e07c20daa
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
// 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 GPU_COMMAND_BUFFER_CLIENT_GPU_CONTROL_H_ #define GPU_COMMAND_BUFFER_CLIENT_GPU_CONTROL_H_ #include <stddef.h> #include <stdint.h> #include <vect...
40.20155
80
0.748747
[ "vector", "transform" ]
63b9f43b7d00a00b15d393e7d6af3b179d3b1d75
369
h
C
GuanGong/Classes/Views/Cells/Personal/Recharge/GGRechageListCell.h
miaoruiyuan/GuanGong
bcd951e4fad2d9007a968aea4cfa0a15323d4573
[ "MIT" ]
null
null
null
GuanGong/Classes/Views/Cells/Personal/Recharge/GGRechageListCell.h
miaoruiyuan/GuanGong
bcd951e4fad2d9007a968aea4cfa0a15323d4573
[ "MIT" ]
null
null
null
GuanGong/Classes/Views/Cells/Personal/Recharge/GGRechageListCell.h
miaoruiyuan/GuanGong
bcd951e4fad2d9007a968aea4cfa0a15323d4573
[ "MIT" ]
null
null
null
// // GGRechageListCell.h // GuanGong // // Created by CodingTom on 2017/7/18. // Copyright © 2017年 iautos. All rights reserved. // #import "GGTableViewCell.h" #import "GGBankRechargeRateModel.h" UIKIT_EXTERN NSString * const kGGRechageListCellID; @interface GGRechageListCell : GGTableViewCell - (void)updateUIW...
19.421053
59
0.758808
[ "model" ]
63cd8ba86a6784e28a0783f4e650f1152305ad7f
1,182
h
C
cdm/cpp/system/equipment/anesthesiamachine/actions/SEAnesthesiaMachineAction.h
isuhao/engine1
4b928612290150c2a3e0455e38e52d13d90a7340
[ "Apache-2.0" ]
2
2019-03-15T04:20:11.000Z
2019-05-02T18:39:45.000Z
cdm/cpp/system/equipment/anesthesiamachine/actions/SEAnesthesiaMachineAction.h
sinmx/engine1
4b928612290150c2a3e0455e38e52d13d90a7340
[ "Apache-2.0" ]
null
null
null
cdm/cpp/system/equipment/anesthesiamachine/actions/SEAnesthesiaMachineAction.h
sinmx/engine1
4b928612290150c2a3e0455e38e52d13d90a7340
[ "Apache-2.0" ]
1
2018-09-22T04:10:37.000Z
2018-09-22T04:10:37.000Z
/* Distributed under the Apache License, Version 2.0. See accompanying NOTICE file for details.*/ #pragma once #include "scenario/SEAction.h" PROTO_PUSH #include "bind/cdm/AnesthesiaMachineActions.pb.h" PROTO_POP #include "substance/SESubstanceManager.h" class CDM_DECL SEAnesthesiaMachineAction : public SEAction { ...
38.129032
117
0.785956
[ "object" ]