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
1136a46a17f4c8d3473b71d568d2a1709aa4787f
1,960
h
C
lock/lock.h
Bert-Z/Raichu
a7b21c1d450da3acc36efd120453e882e3eff7a4
[ "MIT" ]
3
2020-07-09T17:38:59.000Z
2020-09-17T12:48:42.000Z
lock/lock.h
Bert-Z/Raichu
a7b21c1d450da3acc36efd120453e882e3eff7a4
[ "MIT" ]
null
null
null
lock/lock.h
Bert-Z/Raichu
a7b21c1d450da3acc36efd120453e882e3eff7a4
[ "MIT" ]
null
null
null
#pragma once #include "../server/utils/zk/zk_cpp.h" #include <mutex> #include <condition_variable> namespace raichu { namespace lock { // Simple CountDownLatch Implementation class CountDownLatch { private: std::mutex m_mutex; std::condition_variable m_c...
28
117
0.52602
[ "vector" ]
113b6a86eb059064da6f6d4a2a61eeb8c81cc112
5,817
h
C
Source/BladeBase/header/interface/public/graphics/IGraphicsBuffer.h
OscarGame/blade
6987708cb011813eb38e5c262c7a83888635f002
[ "MIT" ]
146
2018-12-03T08:08:17.000Z
2022-03-21T06:04:06.000Z
Source/BladeBase/header/interface/public/graphics/IGraphicsBuffer.h
huangx916/blade
3fa398f4d32215bbc7e292d61e38bb92aad1ee1c
[ "MIT" ]
1
2019-01-18T03:35:49.000Z
2019-01-18T03:36:08.000Z
Source/BladeBase/header/interface/public/graphics/IGraphicsBuffer.h
huangx916/blade
3fa398f4d32215bbc7e292d61e38bb92aad1ee1c
[ "MIT" ]
31
2018-12-03T10:32:43.000Z
2021-10-04T06:31:44.000Z
/******************************************************************** created: 2010/04/13 filename: IGraphicsBuffer.h author: Crazii purpose: *********************************************************************/ #ifndef __Blade_IGraphicsBuffer_h__ #define __Blade_IGraphicsBuffer_h__ #include <math/Box3i.h> n...
29.378788
129
0.664776
[ "render" ]
113c64b25a9a6bcd2bb5c39841b661eb9cd335ca
268
h
C
News/News/Classes/News/Views/ListTableViewCell.h
littlestar521/Crazy
e4db0c6f1239e9eba6a2f3023d18bacbc4ed35b4
[ "Apache-2.0" ]
null
null
null
News/News/Classes/News/Views/ListTableViewCell.h
littlestar521/Crazy
e4db0c6f1239e9eba6a2f3023d18bacbc4ed35b4
[ "Apache-2.0" ]
null
null
null
News/News/Classes/News/Views/ListTableViewCell.h
littlestar521/Crazy
e4db0c6f1239e9eba6a2f3023d18bacbc4ed35b4
[ "Apache-2.0" ]
null
null
null
// // ListTableViewCell.h // News // // Created by scjy on 16/3/9. // Copyright © 2016年 马娟娟. All rights reserved. // #import <UIKit/UIKit.h> #import "ListModel.h" @interface ListTableViewCell : UITableViewCell @property(nonatomic,strong)ListModel *model; @end
15.764706
47
0.705224
[ "model" ]
113f7b166fbde4271104e5a5859775db85b6fbf2
30,128
h
C
ClassicStartMenu/ClassicStartMenuDLL/MenuContainer.h
sedwards/ClassicShell
c7d4bac036d7da8e053bc12decfcd2e3744e0e76
[ "MIT" ]
11
2015-10-23T03:14:26.000Z
2021-04-19T21:40:28.000Z
ClassicStartMenu/ClassicStartMenuDLL/MenuContainer.h
vonchenplus/ClassicShell
c7d4bac036d7da8e053bc12decfcd2e3744e0e76
[ "MIT" ]
null
null
null
ClassicStartMenu/ClassicStartMenuDLL/MenuContainer.h
vonchenplus/ClassicShell
c7d4bac036d7da8e053bc12decfcd2e3744e0e76
[ "MIT" ]
14
2015-11-13T07:09:35.000Z
2020-04-05T13:10:45.000Z
// Classic Shell (c) 2009-2013, Ivo Beltchev // The sources for Classic Shell are distributed under the MIT open source license #pragma once #include "SkinManager.h" #include "JumpLists.h" #include <vector> #include <map> #define ALLOW_DEACTIVATE // undefine this to prevent the menu from closing when it is...
40.170667
228
0.732873
[ "object", "vector" ]
1144f140fc3e995f4f8532b6b4d4f5af00a0e3fe
3,083
h
C
gui/include/fruitcandy/core/value.h
silmerusse/fudge_pathfinding
eb1d300d6712af69a684d3f4f511cf3961ee827c
[ "MIT" ]
63
2015-09-07T10:34:36.000Z
2022-01-02T09:18:13.000Z
gui/include/fruitcandy/core/value.h
silmerusse/fudge_pathfinding
eb1d300d6712af69a684d3f4f511cf3961ee827c
[ "MIT" ]
1
2018-04-30T08:42:34.000Z
2018-05-19T02:25:34.000Z
gui/include/fruitcandy/core/value.h
silmerusse/fudge_pathfinding
eb1d300d6712af69a684d3f4f511cf3961ee827c
[ "MIT" ]
20
2015-05-23T09:13:00.000Z
2021-12-08T10:30:37.000Z
#ifndef FRUITCANDY_CORE_VALUE_H_ #define FRUITCANDY_CORE_VALUE_H_ #include <string> #include <vector> #include <map> #include <memory> #include <boost/any.hpp> #include "../util/log.h" class Value { protected: boost::any v_; public: Value() : v_(boost::any()) {} Value(const boost::any &v) : v_(v) {} Value(st...
23.715385
84
0.63542
[ "vector" ]
114bf5baeca5fe73caba7735eeb521dc139f8472
415
h
C
src/GhostOverlay.h
LiquidityC/deadgaem
3d970ce09e26115e002b391524584eab0583af37
[ "WTFPL" ]
1
2016-02-18T23:05:13.000Z
2016-02-18T23:05:13.000Z
src/GhostOverlay.h
LiquidityC/deadgaem
3d970ce09e26115e002b391524584eab0583af37
[ "WTFPL" ]
null
null
null
src/GhostOverlay.h
LiquidityC/deadgaem
3d970ce09e26115e002b391524584eab0583af37
[ "WTFPL" ]
1
2020-05-13T09:39:51.000Z
2020-05-13T09:39:51.000Z
#ifndef GHOSTOVERLAY_H_ #define GHOSTOVERLAY_H_ #include <flat/flat.h> #include "GameSettings.h" class GhostOverlay : public flat2d::Entity { private: bool visible = false; public: GhostOverlay() : Entity(0, 0, GameSettings::SCREEN_WIDTH, GameSettings::SCREEN_HEIGHT) { } void render(const flat2d::RenderData...
18.043478
92
0.73494
[ "render" ]
114e9b3ddc7c66b4341fd328ba1bf592aeb36830
2,435
h
C
Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkMedianAccumulator.h
mmansell7/ParaView
f7ba718b4ab0495840409ceddb8077dc6dc295d7
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkMedianAccumulator.h
mmansell7/ParaView
f7ba718b4ab0495840409ceddb8077dc6dc295d7
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
Plugins/HyperTreeGridADR/HyperTreeGridFilters/vtkMedianAccumulator.h
mmansell7/ParaView
f7ba718b4ab0495840409ceddb8077dc6dc295d7
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
/*========================================================================= Program: Visualization Toolkit Module: vtkMedianAccumulator.h Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. This softwa...
25.103093
92
0.670637
[ "object", "vector" ]
115653abfe6ce9317376008986270cf4158be76a
4,028
h
C
src/profiling/memory/bookkeeping_dump.h
ztlevi/perfetto
a0de991bf39c5744ab4eef00eae823c378eb99a9
[ "Apache-2.0" ]
933
2019-12-10T10:45:28.000Z
2022-03-31T03:43:44.000Z
src/profiling/memory/bookkeeping_dump.h
ztlevi/perfetto
a0de991bf39c5744ab4eef00eae823c378eb99a9
[ "Apache-2.0" ]
252
2019-12-10T16:13:57.000Z
2022-03-31T09:56:46.000Z
src/profiling/memory/bookkeeping_dump.h
ztlevi/perfetto
a0de991bf39c5744ab4eef00eae823c378eb99a9
[ "Apache-2.0" ]
153
2020-01-08T20:17:27.000Z
2022-03-30T20:53:21.000Z
/* * Copyright (C) 2019 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...
34.42735
77
0.759434
[ "object" ]
11685b726d2c1c7419186f1d05df426ebef98e53
4,988
c
C
extern/gtk/demos/gtk-demo/pixbufpaintable.c
PableteProgramming/download
013e35bb5c085e5dfdb57a3a0a39cdf2fd3064b8
[ "MIT" ]
null
null
null
extern/gtk/demos/gtk-demo/pixbufpaintable.c
PableteProgramming/download
013e35bb5c085e5dfdb57a3a0a39cdf2fd3064b8
[ "MIT" ]
null
null
null
extern/gtk/demos/gtk-demo/pixbufpaintable.c
PableteProgramming/download
013e35bb5c085e5dfdb57a3a0a39cdf2fd3064b8
[ "MIT" ]
null
null
null
#include <gtk/gtk.h> #include "pixbufpaintable.h" struct _PixbufPaintable { GObject parent_instance; char *resource_path; GdkPixbufAnimation *anim; GdkPixbufAnimationIter *iter; guint timeout; }; enum { PROP_RESOURCE_PATH = 1, NUM_PROPERTIES }; G_GNUC_BEGIN_IGNORE_DEPRECATIONS; static void pixbuf_pai...
26.531915
80
0.697674
[ "object" ]
116d03e7c0649c6b992cdbc18e96cb95aaed9780
834
h
C
CaptainAmericaAndTheAvengers/Game.h
nguyenlamlll/CaptainAmericaAndTheAvengers
73494d11d59d8f3a08326e22fca0db4cf0b108eb
[ "MIT" ]
null
null
null
CaptainAmericaAndTheAvengers/Game.h
nguyenlamlll/CaptainAmericaAndTheAvengers
73494d11d59d8f3a08326e22fca0db4cf0b108eb
[ "MIT" ]
null
null
null
CaptainAmericaAndTheAvengers/Game.h
nguyenlamlll/CaptainAmericaAndTheAvengers
73494d11d59d8f3a08326e22fca0db4cf0b108eb
[ "MIT" ]
null
null
null
#pragma once #include "GameManager.h" #include "TextureManager.h" #include "SpriteManager.h" #include "Camera.h" #include "Map.h" #include "Text.h" #include "CaptainAmerica.h" class Game : public GameManager { private: static Game* instance; TextureManager *textureManager; SpriteManager *spriteManger; TextureMan...
17.020408
68
0.709832
[ "render" ]
117067d3fecf9280f59833f8063bce6d1b0b426d
512
h
C
Leetcode/solutions/1684_CountTheNumberOfConsistentStrings.h
DmitriyMaksimov/leetcode
52748f321273bcda0b2c4f01c27d804318af1c0e
[ "MIT" ]
null
null
null
Leetcode/solutions/1684_CountTheNumberOfConsistentStrings.h
DmitriyMaksimov/leetcode
52748f321273bcda0b2c4f01c27d804318af1c0e
[ "MIT" ]
null
null
null
Leetcode/solutions/1684_CountTheNumberOfConsistentStrings.h
DmitriyMaksimov/leetcode
52748f321273bcda0b2c4f01c27d804318af1c0e
[ "MIT" ]
null
null
null
/// 1684. Count the Number of Consistent Strings: https://leetcode.com/problems/count-the-number-of-consistent-strings/ class Solution_1684 { public: int countConsistentStrings(string allowed, vector<string>& words) { int count = 0; const set<char> allowedSet(allowed.cbegin(), allowed.cend()); ...
25.6
119
0.646484
[ "vector" ]
520de5805a741ec17b15eb13c80e3169785898ec
675
h
C
include/menu.h
TheTechdoodle/Vex-V5-TT2019
120407c89f7ffba3291cdbb35d4f485655fdba17
[ "MIT" ]
null
null
null
include/menu.h
TheTechdoodle/Vex-V5-TT2019
120407c89f7ffba3291cdbb35d4f485655fdba17
[ "MIT" ]
null
null
null
include/menu.h
TheTechdoodle/Vex-V5-TT2019
120407c89f7ffba3291cdbb35d4f485655fdba17
[ "MIT" ]
null
null
null
#ifndef MCEC_V5_MENU_H #define MCEC_V5_MENU_H #include "displayLib/DisplayCore.h" #include "displayLib/MenuScreen.h" #include "displayLib/TextDisplayScreen.h" #include "displayLib/MenuAction.h" #include "autonomous.h" /** * Opens the main menu as a gateway to other menus * Note: This is a blocking function! * * ...
29.347826
74
0.786667
[ "object" ]
521166aa3b074c422245080ab908c27afca7b989
8,429
h
C
ccm/include/CORBA.h
anjingbin/starccm
70db48004aa20bbb82cc24de80802b40c7024eff
[ "BSD-3-Clause" ]
2
2020-01-06T07:43:30.000Z
2020-07-11T20:53:53.000Z
ccm/include/CORBA.h
anjingbin/starccm
70db48004aa20bbb82cc24de80802b40c7024eff
[ "BSD-3-Clause" ]
null
null
null
ccm/include/CORBA.h
anjingbin/starccm
70db48004aa20bbb82cc24de80802b40c7024eff
[ "BSD-3-Clause" ]
null
null
null
// ********************************************************************** // // Copyright (c) 2001-2004 // StarMiddleware.net // www.StarMiddleware.net // // All Rights Reserved // // Author: Huang Jie huangjie@email.com // Wang Kebo mep@263.net // Su Liang centuryfree@yahoo.com.cn // // *****...
19.556845
100
0.699608
[ "object" ]
521af3d951557400f2e94d09bfa387919aa4870f
2,786
h
C
InfiniteRecharge/src/main/include/subsystems/Intake.h
NorthernForce/InfiniteRecharge
a6eb8129aee4aa959a12b3db9fba229ffbaaec7c
[ "MIT" ]
1
2020-01-30T02:22:38.000Z
2020-01-30T02:22:38.000Z
InfiniteRecharge/src/main/include/subsystems/Intake.h
NorthernForce/InfiniteRecharge
a6eb8129aee4aa959a12b3db9fba229ffbaaec7c
[ "MIT" ]
5
2020-01-21T00:58:40.000Z
2021-12-11T17:34:00.000Z
InfiniteRecharge/src/main/include/subsystems/Intake.h
NorthernForce/InfiniteRecharge
a6eb8129aee4aa959a12b3db9fba229ffbaaec7c
[ "MIT" ]
null
null
null
/*----------------------------------------------------------------------------*/ /* Copyright (c) 2019 FIRST. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of...
31.659091
120
0.661522
[ "vector" ]
52232ca927fb51cf854644adc5ed01b8fce4782f
1,959
h
C
src/prod/src/Management/BackupRestore/BA/DownloadBackupMessageBody.h
gridgentoo/ServiceFabricAzure
c3e7a07617e852322d73e6cc9819d266146866a4
[ "MIT" ]
2,542
2018-03-14T21:56:12.000Z
2019-05-06T01:18:20.000Z
src/prod/src/Management/BackupRestore/BA/DownloadBackupMessageBody.h
gridgentoo/ServiceFabricAzure
c3e7a07617e852322d73e6cc9819d266146866a4
[ "MIT" ]
994
2019-05-07T02:39:30.000Z
2022-03-31T13:23:04.000Z
src/prod/src/Management/BackupRestore/BA/DownloadBackupMessageBody.h
gridgentoo/ServiceFabricAzure
c3e7a07617e852322d73e6cc9819d266146866a4
[ "MIT" ]
300
2018-03-14T21:57:17.000Z
2019-05-06T20:07:00.000Z
// ------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See License.txt in the repo root for license information. // ------------------------------------------------------------ #pragma once namespace Manage...
42.586957
158
0.632466
[ "vector" ]
52309a1c4e4d6934c3d76c16897a2a92147a01ed
3,853
h
C
src/bio/volume_io.h
hsungyang/poseidonos
0f523b36ccf0d70726364395ea96ac6ae3b845c3
[ "BSD-3-Clause" ]
38
2021-04-06T03:20:55.000Z
2022-03-02T09:33:28.000Z
src/bio/volume_io.h
gye-ul/poseidonos
bce8fe2cd1f36ede8647446ecc4cf8a9749e6918
[ "BSD-3-Clause" ]
19
2021-04-08T02:27:44.000Z
2022-03-23T00:59:04.000Z
src/bio/volume_io.h
gye-ul/poseidonos
bce8fe2cd1f36ede8647446ecc4cf8a9749e6918
[ "BSD-3-Clause" ]
28
2021-04-08T04:39:18.000Z
2022-03-24T05:56:00.000Z
/* * BSD LICENSE * Copyright (c) 2021 Samsung Electronics Corporation * 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 th...
33.504348
77
0.732676
[ "vector" ]
5231771dadfd2a94d36e9cf56c0d230305773f80
1,113
c
C
cs231nq/c_functions/expandAxes35Flat6dMatrix.c
ryantorsparks/neuralnet
f5aff244e62f7694ea43bd9b5af2ed43be708465
[ "MIT" ]
null
null
null
cs231nq/c_functions/expandAxes35Flat6dMatrix.c
ryantorsparks/neuralnet
f5aff244e62f7694ea43bd9b5af2ed43be708465
[ "MIT" ]
null
null
null
cs231nq/c_functions/expandAxes35Flat6dMatrix.c
ryantorsparks/neuralnet
f5aff244e62f7694ea43bd9b5af2ed43be708465
[ "MIT" ]
null
null
null
#include"k.h" #include <stdio.h> K expandAxes35Flat6dMatrix(K m, K mShape, K emptyres){ // m has shape (A;B;C;D;E;F), extract into vars long shape[6]; I i; for(i=0;i<6;++i) shape[i]=(long)kJ(mShape)[i]; long A, B, C, D, E, G; long a, b, c, d, e, g; // extract the shape for for-loops...
31.8
98
0.395328
[ "shape" ]
5235b5c4b0fe6229658db416a08f0f1213439b63
1,458
h
C
Mac/HostDisplay/HostDisplay/AppDelegate.h
hansoninc/STEM-in-the-Park
48d5c8e196b6770687d04313b5250aeb19c786a3
[ "MIT" ]
null
null
null
Mac/HostDisplay/HostDisplay/AppDelegate.h
hansoninc/STEM-in-the-Park
48d5c8e196b6770687d04313b5250aeb19c786a3
[ "MIT" ]
null
null
null
Mac/HostDisplay/HostDisplay/AppDelegate.h
hansoninc/STEM-in-the-Park
48d5c8e196b6770687d04313b5250aeb19c786a3
[ "MIT" ]
null
null
null
// // AppDelegate.h // HostDisplay // // Created by Josh Jacob on 8/4/15. // Copyright (c) 2015 Hanson, Inc. All rights reserved. // #import <Cocoa/Cocoa.h> @class HTTPServer; @class UploadEntry; @interface AppDelegate : NSObject <NSApplicationDelegate> { HTTPServer *httpServer; } /** We hide the image a...
19.44
100
0.698217
[ "object" ]
52397ec830fae8023ec1f0348ad4077ca85bf34c
2,561
h
C
Examples/include/asposecpplib/security/cryptography/asymmetric_signature_deformatter.h
kashifiqb/Aspose.PDF-for-C
13d49bba591c5704685820185741e64a462a5bdc
[ "MIT" ]
null
null
null
Examples/include/asposecpplib/security/cryptography/asymmetric_signature_deformatter.h
kashifiqb/Aspose.PDF-for-C
13d49bba591c5704685820185741e64a462a5bdc
[ "MIT" ]
null
null
null
Examples/include/asposecpplib/security/cryptography/asymmetric_signature_deformatter.h
kashifiqb/Aspose.PDF-for-C
13d49bba591c5704685820185741e64a462a5bdc
[ "MIT" ]
null
null
null
/// @file security/cryptography/asymmetric_signature_deformatter.h #ifndef _security_AsymmetricSignatureDeformatter_h_ #define _security_AsymmetricSignatureDeformatter_h_ #include <system/string.h> #include <system/shared_ptr.h> #include <system/object.h> #include <system/array.h> #include <security/cryptography/hash_...
42.683333
133
0.767669
[ "object" ]
523b7015976e4fa65b844e0777183d262a8b80e6
2,025
h
C
lpsmap/ad3ext/DependencyDecoder.h
andre-martins/lp-sparsemap
5df0c2f25290881a0ecd4270a9fbbc488d9055ff
[ "MIT" ]
38
2020-02-04T04:26:51.000Z
2022-03-17T12:08:04.000Z
lpsmap/ad3ext/DependencyDecoder.h
andre-martins/lp-sparsemap
5df0c2f25290881a0ecd4270a9fbbc488d9055ff
[ "MIT" ]
5
2020-02-04T05:19:26.000Z
2022-01-12T08:54:24.000Z
lpsmap/ad3ext/DependencyDecoder.h
andre-martins/lp-sparsemap
5df0c2f25290881a0ecd4270a9fbbc488d9055ff
[ "MIT" ]
4
2020-03-07T10:35:14.000Z
2021-04-16T11:04:43.000Z
#pragma once /// Copyright (c) 2012-2015 Andre Martins // All Rights Reserved. // // This file is part of TurboParser 2.3. // // TurboParser 2.3 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...
36.818182
78
0.603457
[ "vector" ]
523deb0dc2d224e055d985e46dad17f82068ba93
2,635
h
C
sequoia-engine/src/sequoia-engine/Render/GL/GLVertexData.h
thfabian/sequoia
ed7a17452ac946e8208ff60a30fc10298d3939db
[ "MIT" ]
2
2018-01-31T07:44:59.000Z
2018-01-31T20:34:37.000Z
sequoia-engine/src/sequoia-engine/Render/GL/GLVertexData.h
thfabian/sequoia
ed7a17452ac946e8208ff60a30fc10298d3939db
[ "MIT" ]
null
null
null
sequoia-engine/src/sequoia-engine/Render/GL/GLVertexData.h
thfabian/sequoia
ed7a17452ac946e8208ff60a30fc10298d3939db
[ "MIT" ]
null
null
null
//===--------------------------------------------------------------------------------*- C++ -*-===// // _____ _ // / ____| (_) // | (___ ___ __ _ _ _ ___ _ __ _ // \___ \ / _ \...
31
100
0.579886
[ "render", "object" ]
52460f930097be2a35840ab84fb5ad051a7c7458
6,577
h
C
Core/Data/Variant.h
manu88/Celesta
1b6350aac5040b54a1ddabed745586508bc63264
[ "Apache-2.0" ]
null
null
null
Core/Data/Variant.h
manu88/Celesta
1b6350aac5040b54a1ddabed745586508bc63264
[ "Apache-2.0" ]
null
null
null
Core/Data/Variant.h
manu88/Celesta
1b6350aac5040b54a1ddabed745586508bc63264
[ "Apache-2.0" ]
null
null
null
// // Value.h // MediaCenter // // Created by Manuel Deneu on 22/03/15. // Copyright (c) 2015 Manuel Deneu. All rights reserved. // #ifndef __Value__ #define __Value__ #include <typeinfo> #include <vector> #include <stdexcept> // std::out_of_range #include <algorithm> class Variant; class ValueImpl; class V...
22.07047
83
0.566824
[ "vector" ]
524878c7f1e6910a4835cfdf7e8d4329c26cb3ea
11,254
h
C
FxLibCUDA/FxCUDA.h
galek/nvFX
16866af0afb5d425e3c2db1a4829a79a9ee353bf
[ "Unlicense" ]
193
2015-01-02T18:27:07.000Z
2022-03-22T01:07:45.000Z
FxLibCUDA/FxCUDA.h
tlorach/nvFX
16866af0afb5d425e3c2db1a4829a79a9ee353bf
[ "Unlicense" ]
null
null
null
FxLibCUDA/FxCUDA.h
tlorach/nvFX
16866af0afb5d425e3c2db1a4829a79a9ee353bf
[ "Unlicense" ]
43
2015-01-04T09:57:18.000Z
2021-12-31T06:50:02.000Z
/* Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved. Copyright (c) 2013, Tristan Lorach. 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 co...
39.626761
149
0.532255
[ "vector" ]
524ec4c15e6a73622bf35549924b100a43259c3a
8,172
h
C
Sources/Common/ivanGraphNodeVisitor.h
imacia/ivantk
a9e1cd6ee39986c7504ded80c2ab9b568bafc1f2
[ "Apache-2.0" ]
17
2015-03-30T22:12:16.000Z
2020-07-05T10:35:15.000Z
Sources/Common/ivanGraphNodeVisitor.h
imacia/ivantk
a9e1cd6ee39986c7504ded80c2ab9b568bafc1f2
[ "Apache-2.0" ]
1
2015-04-01T14:43:51.000Z
2017-02-21T09:11:52.000Z
Sources/Common/ivanGraphNodeVisitor.h
imacia/ivantk
a9e1cd6ee39986c7504ded80c2ab9b568bafc1f2
[ "Apache-2.0" ]
6
2015-03-30T22:12:19.000Z
2021-02-08T05:20:55.000Z
/*========================================================================= Image-based Vascular Analysis Toolkit (IVAN) Copyright (c) 2012, Iván Macía Oliver Vicomtech Foundation, San Sebastián - Donostia (Spain) University of the Basque Country, San Sebastián - Donostia (Spain) All rights reserved See LICENSE fil...
39.669903
103
0.721243
[ "object", "vector" ]
526532856174c31b67894ff09e87a69769a7371f
1,050
h
C
source/laplace/core/defs.h
ogryzko/laplace
be63caa0c6d1c4fceab02ab5b41b6d307ef7baaf
[ "MIT" ]
3
2021-05-17T21:15:28.000Z
2021-09-06T23:01:52.000Z
source/laplace/core/defs.h
ogryzko/laplace
be63caa0c6d1c4fceab02ab5b41b6d307ef7baaf
[ "MIT" ]
33
2021-10-20T10:47:07.000Z
2022-02-26T02:24:20.000Z
source/laplace/core/defs.h
automainint/laplace
66956df506918d48d79527e524ff606bb197d8af
[ "MIT" ]
null
null
null
/* laplace/core/defs.h * * The core definitions. Type definitions and log * functions. * * Copyright (c) 2021 Mitya Selivanov * * This file is part of the Laplace project. * * Laplace is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warrant...
26.25
63
0.704762
[ "vector" ]
5273657f96b708bd25a500fd0a621ca9049c0493
38,779
c
C
Samba/source/librpc/rpc/dcerpc_util.c
vnation/wmi-1.3.14
170c5af4501087ebf35833386ca1345fafed723b
[ "MIT" ]
null
null
null
Samba/source/librpc/rpc/dcerpc_util.c
vnation/wmi-1.3.14
170c5af4501087ebf35833386ca1345fafed723b
[ "MIT" ]
null
null
null
Samba/source/librpc/rpc/dcerpc_util.c
vnation/wmi-1.3.14
170c5af4501087ebf35833386ca1345fafed723b
[ "MIT" ]
null
null
null
/* Unix SMB/CIFS implementation. dcerpc utility functions Copyright (C) Andrew Tridgell 2003 Copyright (C) Jelmer Vernooij 2004 Copyright (C) Andrew Bartlett <abartlet@samba.org> 2005 Copyright (C) Rafal Szczesniak 2006 This program is free software; you can redistribute it and/or modify ...
27.502837
113
0.711339
[ "object" ]
52822c7247868a7ce62fdfaf898be0ca605e8c12
731
h
C
src/image_builder.h
CyberSinh/chromaprint
3dbc9adeec86f1bafc7a05969766562b9217deac
[ "MIT" ]
582
2016-06-14T14:49:36.000Z
2022-03-27T16:17:57.000Z
src/image_builder.h
CyberSinh/chromaprint
3dbc9adeec86f1bafc7a05969766562b9217deac
[ "MIT" ]
72
2016-07-28T14:27:55.000Z
2022-03-19T18:32:44.000Z
src/image_builder.h
CyberSinh/chromaprint
3dbc9adeec86f1bafc7a05969766562b9217deac
[ "MIT" ]
102
2016-08-21T17:36:10.000Z
2022-02-13T15:35:44.000Z
// Copyright (C) 2010-2016 Lukas Lalinsky // Distributed under the MIT license, see the LICENSE file for details. #ifndef CHROMAPRINT_IMAGE_BUILDER_H_ #define CHROMAPRINT_IMAGE_BUILDER_H_ #include <vector> #include "utils.h" #include "image.h" #include "feature_vector_consumer.h" namespace chromaprint { class Imag...
17.404762
71
0.738714
[ "vector" ]
52832e4e3c4537fc2401c7fe9adeb410c6e976d7
22,224
h
C
Analysis/ionstats/ionstats.h
iontorrent/TS
7591590843c967435ee093a3ffe9a2c6dea45ed8
[ "Apache-2.0" ]
125
2015-01-22T05:43:23.000Z
2022-03-22T17:15:59.000Z
Analysis/ionstats/ionstats.h
iontorrent/TS
7591590843c967435ee093a3ffe9a2c6dea45ed8
[ "Apache-2.0" ]
59
2015-02-10T09:13:06.000Z
2021-11-11T02:32:38.000Z
Analysis/ionstats/ionstats.h
iontorrent/TS
7591590843c967435ee093a3ffe9a2c6dea45ed8
[ "Apache-2.0" ]
98
2015-01-17T01:25:10.000Z
2022-03-18T17:29:42.000Z
/* Copyright (C) 2012 Ion Torrent Systems, Inc. All Rights Reserved */ #ifndef IONSTATS_H #define IONSTATS_H #include <assert.h> #include <vector> #include <algorithm> #include <stdint.h> #include <math.h> #include "json/json.h" #include "OptArgs.h" #define IONSTATS_BIGGEST_PHRED 47 #define TYPICAL_FLOWS_PER_BASE 2...
38.054795
206
0.633189
[ "object", "vector" ]
5287e8f082a40610f7aff227b78290ab69b44cfa
10,986
h
C
src/Vector.h
mDevv/AISDI-Linear
8dd1e04c1ef622857ca9a1d7e8c7e9458142cc2b
[ "MIT" ]
null
null
null
src/Vector.h
mDevv/AISDI-Linear
8dd1e04c1ef622857ca9a1d7e8c7e9458142cc2b
[ "MIT" ]
null
null
null
src/Vector.h
mDevv/AISDI-Linear
8dd1e04c1ef622857ca9a1d7e8c7e9458142cc2b
[ "MIT" ]
null
null
null
#ifndef AISDI_LINEAR_VECTOR_H #define AISDI_LINEAR_VECTOR_H #define INIT_BUFFER_SIZE 64 // AN ITERATION OF 2! #include <cstddef> #include <initializer_list> #include <stdexcept> namespace aisdi { template <typename Type> class Vector { private: size_t size; size_t bufCapacity; char *buffer; Type *...
22.193939
120
0.517022
[ "vector" ]
52a025a22a73fa2a0e034aa46d42c9f4ba0793c9
1,802
h
C
crypt_sha256_ctr.h
SystemOverlord/crypto_SHA256_CTR
61aa61bdd53fa9eee24223658960dbaed98de319
[ "Unlicense" ]
null
null
null
crypt_sha256_ctr.h
SystemOverlord/crypto_SHA256_CTR
61aa61bdd53fa9eee24223658960dbaed98de319
[ "Unlicense" ]
null
null
null
crypt_sha256_ctr.h
SystemOverlord/crypto_SHA256_CTR
61aa61bdd53fa9eee24223658960dbaed98de319
[ "Unlicense" ]
null
null
null
// // THIS SOFTWARE IS NOT TESTED AND PROVIDES INSECURE ENCRYPTION. // DO NOT USE IT IN SERIOUS BUISNESS! // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRIN...
38.340426
125
0.724195
[ "vector" ]
26e41306a5d5c81b8e19dafa2ce95a0b0de1a5a5
612
h
C
Vic2ToHoI4/Source/V2World/Issues/IssuesBuilder.h
gawquon/Vic2ToHoI4
8371cfb1fd57cf81d854077963135d8037e754eb
[ "MIT" ]
25
2018-12-10T03:41:49.000Z
2021-10-04T10:42:36.000Z
Vic2ToHoI4/Source/V2World/Issues/IssuesBuilder.h
gawquon/Vic2ToHoI4
8371cfb1fd57cf81d854077963135d8037e754eb
[ "MIT" ]
739
2018-12-13T02:01:20.000Z
2022-03-28T02:57:13.000Z
Vic2ToHoI4/Source/V2World/Issues/IssuesBuilder.h
Osariusz/Vic2ToHoI4
9738b52c7602b1fe187c3820660c58a8d010d87e
[ "MIT" ]
43
2018-12-10T03:41:58.000Z
2022-03-22T23:55:41.000Z
#ifndef ISSUES_BUILDER_H #define ISSUES_BUILDER_H #include "Issues.h" #include <memory> namespace Vic2 { class Issues::Builder { public: Builder() { issues = std::make_unique<Issues>(); } std::unique_ptr<Issues> build() { return std::move(issues); } Builder& setIssueNames(std::vector<std::string> issueName...
15.3
62
0.70098
[ "vector" ]
26ec10b607859783d834df3b2999c14dc215d57a
7,723
h
C
src/ffmpegAVFrameImageComponentSource.h
hokiedsp/libffmpegio
633f71017d33a5e4ac129e80945aec436de72aa7
[ "BSD-2-Clause" ]
1
2019-10-18T09:09:37.000Z
2019-10-18T09:09:37.000Z
src/ffmpegAVFrameImageComponentSource.h
hokiedsp/libffmpegio
633f71017d33a5e4ac129e80945aec436de72aa7
[ "BSD-2-Clause" ]
null
null
null
src/ffmpegAVFrameImageComponentSource.h
hokiedsp/libffmpegio
633f71017d33a5e4ac129e80945aec436de72aa7
[ "BSD-2-Clause" ]
1
2019-10-18T09:09:37.000Z
2019-10-18T09:09:37.000Z
#pragma once #include "ffmpegAVFrameBufferBases.h" // import AVFrameSinkBase #include "ffmpegException.h" // import AVFrameSinkBase #include "ffmpegImageUtils.h" #include "ffmpegLogUtils.h" extern "C" { #include <libavutil/pixfmt.h> // import AVPixelFormat #include <libavutil/pixdesc.h> // import AVPixFmtD...
33.4329
166
0.681082
[ "object" ]
f8084cbe2ef3de1e9252560878f4acc28c2ecd64
86,340
c
C
n64split.c
farisawan-2000/sm64tools
e734799c09e1a10db35df11d2684600f38076e6e
[ "MIT" ]
null
null
null
n64split.c
farisawan-2000/sm64tools
e734799c09e1a10db35df11d2684600f38076e6e
[ "MIT" ]
null
null
null
n64split.c
farisawan-2000/sm64tools
e734799c09e1a10db35df11d2684600f38076e6e
[ "MIT" ]
null
null
null
#include <inttypes.h> #include <stdio.h> #include <string.h> #include <stdlib.h> #include <stdbool.h> #include <zlib.h> #include "config.h" #include "libblast.h" #include "libmio0.h" #include "libsfx.h" #include "mipsdisasm.h" #include "n64graphics.h" #include "strutils.h" #include "utils.h" #define N64SPLIT_VERSION...
35.975
163
0.526118
[ "geometry", "render", "object", "model" ]
f8196609a3ea6ced11e32ac1d0941035284a93d6
3,867
h
C
pineapple/src/LYPineappleSeat.h
caiqingfeng/libpoker
a2c60884fc5c8e31455fb39e432c49e0df55956b
[ "Apache-2.0" ]
1
2021-04-20T06:22:30.000Z
2021-04-20T06:22:30.000Z
pineapple/src/LYPineappleSeat.h
caiqingfeng/libpoker
a2c60884fc5c8e31455fb39e432c49e0df55956b
[ "Apache-2.0" ]
null
null
null
pineapple/src/LYPineappleSeat.h
caiqingfeng/libpoker
a2c60884fc5c8e31455fb39e432c49e0df55956b
[ "Apache-2.0" ]
2
2020-10-29T08:21:22.000Z
2020-12-02T06:40:18.000Z
/* * LYPineappleSeat.h * * Created on: 2013-7-5 * Author: caiqingfeng */ #ifndef LYPINEAPPLESEAT_H_ #define LYPINEAPPLESEAT_H_ #include <string> #include "poker/src/LYSeat.h" #include "poker/src/LYDeck.h" #include "holdem/src/LYHandStrength.h" #include "holdem/src/LYHoldemAlgorithmDelegate.h" #include "LYP...
28.433824
103
0.772175
[ "vector" ]
f81f32e603a2c51b4361605b4b49bbe2d5de645e
433
h
C
Driver/MessageProcessing/Message.h
onderkruipsel/DAQ-Driver
8e0b5f17ab0f1d4bdd9195c034a651158f255f33
[ "BSD-3-Clause" ]
2
2020-09-03T20:51:45.000Z
2021-10-29T22:30:11.000Z
Driver/MessageProcessing/Message.h
onderkruipsel/DAQ-Driver
8e0b5f17ab0f1d4bdd9195c034a651158f255f33
[ "BSD-3-Clause" ]
2
2020-09-02T09:18:59.000Z
2020-09-16T10:16:55.000Z
Driver/MessageProcessing/Message.h
onderkruipsel/DAQ-Driver
8e0b5f17ab0f1d4bdd9195c034a651158f255f33
[ "BSD-3-Clause" ]
5
2020-09-02T08:53:22.000Z
2020-09-17T08:13:21.000Z
#ifndef MESSAGE_H #define MESSAGE_H #include <vector> #include <stdint.h> /** * @brief The MessageHeader struct Defines the binary format of a message header */ typedef struct { uint16_t messageHash; uint32_t messageSize; } MessageHeader; /** * @brief The Message struct Defines the binary format of a messa...
18.826087
80
0.720554
[ "vector" ]
f84392967e6623e71012b124e93eaefa24180507
10,258
c
C
v4_TMTDyn_MAMMOBOT_RAL2021_beta/eom/codegen/mex/rjtipF/rjtipF_data.c
smhadisadati/TMTDyn
961213052fd8cda16d8db00ee1c676fe31fc5b66
[ "BSD-4-Clause" ]
9
2020-04-17T03:34:54.000Z
2022-03-11T13:20:43.000Z
v4_TMTDyn_MAMMOBOT_RAL2021_beta/eom/codegen/mex/rjtipF/rjtipF_data.c
LenhartYang/TMTDyn
134d89b156bdc078f6426561d1de76271f07259e
[ "BSD-4-Clause" ]
2
2020-06-05T16:16:18.000Z
2020-06-14T03:28:03.000Z
v4_TMTDyn_MAMMOBOT_RAL2021_beta/eom/codegen/mex/rjtipF/rjtipF_data.c
LenhartYang/TMTDyn
134d89b156bdc078f6426561d1de76271f07259e
[ "BSD-4-Clause" ]
6
2020-08-31T05:55:12.000Z
2022-03-17T11:23:49.000Z
/* * Academic License - for use in teaching, academic research, and meeting * course requirements at degree granting institutions only. Not for * government, commercial, or other organizational use. * * rjtipF_data.c * * Code generation for function 'rjtipF_data' * */ /* Include files */ #include...
45.389381
123
0.538799
[ "model" ]
f858c69cbb009245157050973dca2c197d444495
3,290
h
C
src/FeatureHandling/include/Vocpp_FeatureHandling/OrFastDetector.h
makra89/Visual-Odometry-Cpp
fc1cb8741430f6bf16185d8416eb421422e54ad5
[ "BSD-3-Clause" ]
7
2021-03-08T13:18:52.000Z
2022-01-15T13:39:49.000Z
src/FeatureHandling/include/Vocpp_FeatureHandling/OrFastDetector.h
makra89/Visual-Odometry-Cpp
fc1cb8741430f6bf16185d8416eb421422e54ad5
[ "BSD-3-Clause" ]
17
2020-01-21T23:11:31.000Z
2021-03-03T19:49:05.000Z
src/FeatureHandling/include/Vocpp_FeatureHandling/OrFastDetector.h
makra89/Visual-Odometry-Cpp
fc1cb8741430f6bf16185d8416eb421422e54ad5
[ "BSD-3-Clause" ]
3
2020-05-26T06:52:53.000Z
2021-09-12T22:41:16.000Z
/* This file is part of the Visual-Odometry-Cpp project. * It is subject to the license terms in the LICENSE file * found in the top-level directory of this distribution. * * Copyright (C) 2020 Manuel Kraus */ #ifndef VOCPP_ORIENTED_FAST_DETECTOR_H #define VOCPP_ORIENTED_FAST_DETECTOR_H #include <Vocpp_Interface/Fram...
43.866667
165
0.751672
[ "vector" ]
f85c7027d7155bbb5c9c6f7c02c0a609480e5b1e
167,637
h
C
Include/10.0.15063.0/winrt/windows.ui.input.preview.injection.h
sezero/windows-sdk-headers
e8e9d4d50769ded01a2df905c6bf4355eb3fa8b5
[ "MIT" ]
5
2020-05-29T06:22:17.000Z
2021-11-28T08:21:38.000Z
Include/10.0.15063.0/winrt/windows.ui.input.preview.injection.h
sezero/windows-sdk-headers
e8e9d4d50769ded01a2df905c6bf4355eb3fa8b5
[ "MIT" ]
null
null
null
Include/10.0.15063.0/winrt/windows.ui.input.preview.injection.h
sezero/windows-sdk-headers
e8e9d4d50769ded01a2df905c6bf4355eb3fa8b5
[ "MIT" ]
5
2020-05-30T04:15:11.000Z
2021-11-28T08:48:56.000Z
/* this ALWAYS GENERATED file contains the definitions for the interfaces */ /* File created by MIDL compiler version 8.01.0622 */ /* @@MIDL_FILE_HEADING( ) */ /* verify that the <rpcndr.h> version is high enough to compile this file*/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__...
42.088125
299
0.709658
[ "object" ]
f85f12768f61d69d74dd2cd9944c4b00f4717fc1
11,743
h
C
Engine/Plugins/GameWorks/Blast/Source/Blast/Public/extensions/authoring/include/NvBlastExtAuthoring.h
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
10
2018-01-16T16:18:42.000Z
2019-02-19T19:51:45.000Z
Engine/Plugins/GameWorks/Blast/Source/Blast/Public/extensions/authoring/include/NvBlastExtAuthoring.h
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
136
2018-05-10T08:47:58.000Z
2018-06-15T09:38:10.000Z
Engine/Plugins/GameWorks/Blast/Source/Blast/Public/extensions/authoring/include/NvBlastExtAuthoring.h
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
1
2018-06-04T17:18:40.000Z
2018-06-04T17:18:40.000Z
// This code contains NVIDIA Confidential Information and is disclosed to you // under a form of NVIDIA software license agreement provided separately to you. // // Notice // NVIDIA Corporation and its licensors retain all intellectual property and // proprietary rights in and to this software and related documentation...
46.232283
192
0.798348
[ "mesh", "geometry", "render", "object", "transform" ]
f863ad0606bef01813e212391c7df164eca64722
1,768
h
C
phast_gui/base/base_ui_calc.h
stijnhinterding/phast
dad4702eb6401c1eba03ad70eff3659292636d30
[ "MIT" ]
1
2021-05-22T17:40:51.000Z
2021-05-22T17:40:51.000Z
phast_gui/base/base_ui_calc.h
stijnhinterding/phast
dad4702eb6401c1eba03ad70eff3659292636d30
[ "MIT" ]
null
null
null
phast_gui/base/base_ui_calc.h
stijnhinterding/phast
dad4702eb6401c1eba03ad70eff3659292636d30
[ "MIT" ]
1
2021-03-15T07:09:03.000Z
2021-03-15T07:09:03.000Z
/* Copyright (c) 2020 Stijn Hinterding, Utrecht University * This sofware is licensed under the MIT license (see the LICENSE file) */ #ifndef BASE_UI_CALC_H #define BASE_UI_CALC_H #include "../interfaces/ilistener.h" #include "../support/detectionupdate.h" #include "../support/dataview.h" #include "../sup...
26.787879
99
0.692873
[ "vector" ]
f8679ed6bacc64caa43b2dc0be70936d0c2d623d
8,836
h
C
Headers/Renderer.h
xSeditx/MysticEngine
8480df796e6df32020d48fc5ebb2b9f53690c060
[ "MIT" ]
1
2019-01-02T08:38:20.000Z
2019-01-02T08:38:20.000Z
Headers/Renderer.h
xSeditx/MysticEngine
8480df796e6df32020d48fc5ebb2b9f53690c060
[ "MIT" ]
null
null
null
Headers/Renderer.h
xSeditx/MysticEngine
8480df796e6df32020d48fc5ebb2b9f53690c060
[ "MIT" ]
1
2019-01-01T20:44:40.000Z
2019-01-01T20:44:40.000Z
#pragma once #include<vector> #include"Window.h" #include "Shader.h" #include "Camera.h" #include "FrameBuffer.h" #include"Texture.h" //=========================================== DEBUG SWITCHES ========================================================== #define _TEXTURE_DEBUG 0 #define ...
28.781759
217
0.580466
[ "render", "vector" ]
f86dd1da0c6ae0d56dfe0e27da81104b8afa327d
38,764
h
C
Pods/BlackBerryDynamics/Frameworks/BlackBerryDynamics.xcframework/ios-x86_64-simulator/BlackBerryDynamics.framework/Headers/GD_C/GD_C_FileSystem.h
Swyft/AppKinetics-Client
941dc624141cd534819885259c19ac357bb18b61
[ "Apache-2.0" ]
null
null
null
Pods/BlackBerryDynamics/Frameworks/BlackBerryDynamics.xcframework/ios-x86_64-simulator/BlackBerryDynamics.framework/Headers/GD_C/GD_C_FileSystem.h
Swyft/AppKinetics-Client
941dc624141cd534819885259c19ac357bb18b61
[ "Apache-2.0" ]
null
null
null
Pods/BlackBerryDynamics/Frameworks/BlackBerryDynamics.xcframework/ios-x86_64-simulator/BlackBerryDynamics.framework/Headers/GD_C/GD_C_FileSystem.h
Swyft/AppKinetics-Client
941dc624141cd534819885259c19ac357bb18b61
[ "Apache-2.0" ]
null
null
null
/* * (c) 2016 Good Technology Corporation. All rights reserved. */ #ifndef GD_C_FILESYSTEM_H #define GD_C_FILESYSTEM_H #include <stddef.h> #include <stdarg.h> #include <stdio.h> #include <sys/stat.h> /** \addtogroup capilist * @{ */ /** C API file structure, for accessing secure storage. * */ typedef size_t G...
49.318066
157
0.721572
[ "object" ]
f87a5da284644a8039b550266cf69a9011ad8576
1,706
h
C
src/platform/cocoa/private/PAGLayerImpl+Internal.h
skylerpfli/libpag
41adf2754a428569d3513a85908bcc6c1bf3d906
[ "BSL-1.0", "CC0-1.0", "MIT" ]
1,546
2022-01-14T02:09:47.000Z
2022-03-31T10:38:42.000Z
src/platform/cocoa/private/PAGLayerImpl+Internal.h
skylerpfli/libpag
41adf2754a428569d3513a85908bcc6c1bf3d906
[ "BSL-1.0", "CC0-1.0", "MIT" ]
86
2022-01-14T04:50:28.000Z
2022-03-31T01:54:31.000Z
src/platform/cocoa/private/PAGLayerImpl+Internal.h
skylerpfli/libpag
41adf2754a428569d3513a85908bcc6c1bf3d906
[ "BSL-1.0", "CC0-1.0", "MIT" ]
207
2022-01-14T02:09:52.000Z
2022-03-31T08:34:49.000Z
///////////////////////////////////////////////////////////////////////////////////////////////// // // Tencent is pleased to support the open source community by making libpag available. // // Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. // // Licensed under the Apache License, Versio...
35.541667
97
0.650645
[ "vector" ]
52bb030e81d2c5b08d8384da9bb8abd6ed9d4152
1,007
c
C
lib/wizards/proge/lair/hallway10.c
vlehtola/questmud
8bc3099b5ad00a9e0261faeb6637c76b521b6dbe
[ "MIT" ]
null
null
null
lib/wizards/proge/lair/hallway10.c
vlehtola/questmud
8bc3099b5ad00a9e0261faeb6637c76b521b6dbe
[ "MIT" ]
null
null
null
lib/wizards/proge/lair/hallway10.c
vlehtola/questmud
8bc3099b5ad00a9e0261faeb6637c76b521b6dbe
[ "MIT" ]
null
null
null
inherit "room/room"; object monster1; object monster2; object monster3; reset(arg) { if(!monster) { monster = clone_object("/wizards/proge/suunnitelmat/lair/easy_aggro_orc"); move_object(monster, this_object()); } if(!monster2) { monster2 = clone_object("/wizards/proge/suunnitelmat/lair/easy_aggro...
29.617647
79
0.69712
[ "object" ]
52c99df8166ef661a2e4a91e425c4ea1f50da1f1
1,686
h
C
injected/include/FilterFindMoonChallenge.h
spelunky-fyi/Spelunky2SeedFinder
80724261339b92a9bee796c9c99fa1afb14f298b
[ "MIT" ]
2
2021-03-22T21:47:30.000Z
2021-03-23T20:56:52.000Z
injected/include/FilterFindMoonChallenge.h
zappatic/Spelunky2SeedFinder
80724261339b92a9bee796c9c99fa1afb14f298b
[ "MIT" ]
null
null
null
injected/include/FilterFindMoonChallenge.h
zappatic/Spelunky2SeedFinder
80724261339b92a9bee796c9c99fa1afb14f298b
[ "MIT" ]
null
null
null
#pragma once #include "Filter.h" namespace SeedFinder { class SeedFinder; class FilterFindMoonChallenge : public Filter { public: explicit FilterFindMoonChallenge(SeedFinder* seedFinder); ~FilterFindMoonChallenge() override = default; bool isValid() override; bool sh...
33.058824
92
0.683274
[ "render", "vector" ]
52cc4fb29389b22e26335e093dffe1d91878a8fa
1,794
h
C
include/c-spiffe/svid/jwtsvid/svid.h
marcusvtms/c-spiffe
2cb5b1c9a07f2b7d746ebb19f41b355960fbfb8c
[ "Apache-2.0" ]
9
2021-02-01T16:35:59.000Z
2022-02-10T07:11:21.000Z
include/c-spiffe/svid/jwtsvid/svid.h
marcusvtms/c-spiffe
2cb5b1c9a07f2b7d746ebb19f41b355960fbfb8c
[ "Apache-2.0" ]
7
2021-02-10T17:49:53.000Z
2022-02-24T06:58:58.000Z
include/c-spiffe/svid/jwtsvid/svid.h
marcusvtms/c-spiffe
2cb5b1c9a07f2b7d746ebb19f41b355960fbfb8c
[ "Apache-2.0" ]
7
2021-02-01T16:42:00.000Z
2022-01-04T17:16:42.000Z
#ifndef INCLUDE_SVID_JWTSVID_SVID_H #define INCLUDE_SVID_JWTSVID_SVID_H #include "c-spiffe/spiffeid/id.h" #include "c-spiffe/utils/util.h" #include <jansson.h> #include <time.h> #ifdef __cplusplus extern "C" { #endif typedef struct map_string_claim { string_t key; json_t *value; } map_string_claim; /** JWT ...
23.92
73
0.694537
[ "object" ]
52cdcd51020cac99a2384aafb75359f3b79e7fb5
1,257
c
C
pset1/mario/mario.c
fabiopapais/cs50
5a7c933028bb176ade00961486dda348c31ec90e
[ "Unlicense" ]
1
2021-05-07T16:17:28.000Z
2021-05-07T16:17:28.000Z
pset1/mario/mario.c
fabiopapais/cs50
5a7c933028bb176ade00961486dda348c31ec90e
[ "Unlicense" ]
null
null
null
pset1/mario/mario.c
fabiopapais/cs50
5a7c933028bb176ade00961486dda348c31ec90e
[ "Unlicense" ]
null
null
null
#include <stdio.h> #include <cs50.h> int main(void) { // Initiate our variable height to prevent errors int height; // This block is responsable for acceptting only the valid *numbers* (> 1 and < 8) do { height = get_int("Height: "); } while (height < 1 || height > 8); int hor...
24.647059
97
0.539379
[ "shape" ]
52e0c9710a11bceba57fc20f9bf1a3cd17d135a6
2,594
c
C
story.c
jeffpc/blahgd
33507eeab201a0079062e87484fd799010db372c
[ "MIT" ]
null
null
null
story.c
jeffpc/blahgd
33507eeab201a0079062e87484fd799010db372c
[ "MIT" ]
null
null
null
story.c
jeffpc/blahgd
33507eeab201a0079062e87484fd799010db372c
[ "MIT" ]
null
null
null
/* * Copyright (c) 2009-2018 Josef 'Jeff' Sipek <jeffpc@josefsipek.net> * * 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 * ...
24.942308
80
0.699692
[ "render" ]
52e93db7071e422f38e631b6dd7046f347a479e5
1,349
c
C
src/oop/ptc_basic.c
march1896/pegas
7bff06cea9544c5cb5ead5f9f0167c449759b3fc
[ "MIT" ]
1
2015-12-11T06:25:04.000Z
2015-12-11T06:25:04.000Z
src/oop/ptc_basic.c
march1896/pegas
7bff06cea9544c5cb5ead5f9f0167c449759b3fc
[ "MIT" ]
null
null
null
src/oop/ptc_basic.c
march1896/pegas
7bff06cea9544c5cb5ead5f9f0167c449759b3fc
[ "MIT" ]
null
null
null
#include "ptc_basic.h" DEFINE_UID(basic_ptc_id); Object *pobject_clone(const Object *me, heap_info *heap) { struct basic_protocol *ptc = me->is_a->get_protocol(basic_ptc_id); if (ptc != NULL && ptc->clone != NULL) { Object *new_obj = object_create(heap); unknown *new_ref = ptc->clone(me->content, heap); obje...
21.078125
67
0.674574
[ "object" ]
52f095f33244acf14c3baf93c5693848f252dbfc
2,146
h
C
activemq-cpp/src/main/activemq/commands/ActiveMQObjectMessage.h
novomatic-tech/activemq-cpp
d6f76ede90d21b7ee2f0b5d4648e440e66d63003
[ "Apache-2.0" ]
87
2015-03-02T17:58:20.000Z
2022-02-11T02:52:52.000Z
activemq-cpp/src/main/activemq/commands/ActiveMQObjectMessage.h
korena/activemq-cpp
e4c56ee4fec75c3284b9167a7215e2d80a9a4dc4
[ "Apache-2.0" ]
3
2017-05-10T13:16:08.000Z
2019-01-23T20:21:53.000Z
activemq-cpp/src/main/activemq/commands/ActiveMQObjectMessage.h
korena/activemq-cpp
e4c56ee4fec75c3284b9167a7215e2d80a9a4dc4
[ "Apache-2.0" ]
71
2015-04-28T06:04:04.000Z
2022-03-15T13:34:06.000Z
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
30.225352
97
0.739049
[ "vector" ]
9bd366b60bb059e757f0664acc33429ecf224c07
1,175
c
C
libs/hwdrivers/src/xSens_MT4/xstypes/src/xstriggerindicationdata.c
amitsingh19975/mrpt
451480f9815cc029ae427ed8067732606bcfbb43
[ "BSD-3-Clause" ]
9
2017-11-19T16:18:09.000Z
2020-07-16T02:13:43.000Z
libs/hwdrivers/src/xSens_MT4/xstypes/src/xstriggerindicationdata.c
amitsingh19975/mrpt
451480f9815cc029ae427ed8067732606bcfbb43
[ "BSD-3-Clause" ]
null
null
null
libs/hwdrivers/src/xSens_MT4/xstypes/src/xstriggerindicationdata.c
amitsingh19975/mrpt
451480f9815cc029ae427ed8067732606bcfbb43
[ "BSD-3-Clause" ]
4
2018-06-08T07:55:51.000Z
2022-02-22T08:56:28.000Z
/* +---------------------------------------------------------------------------+ | Mobile Robot Programming Toolkit (MRPT) | | http://www.mrpt.org/ | | ...
40.517241
83
0.501277
[ "object" ]
9bd37d36f136d5251c1b8ecba56cefcea244102a
2,226
h
C
gamesolver/experiment/SolverStage.h
kryozahiro/gamesolver
e5367c292cd9791c1758ac02df226efcb748cd67
[ "BSL-1.0" ]
null
null
null
gamesolver/experiment/SolverStage.h
kryozahiro/gamesolver
e5367c292cd9791c1758ac02df226efcb748cd67
[ "BSL-1.0" ]
null
null
null
gamesolver/experiment/SolverStage.h
kryozahiro/gamesolver
e5367c292cd9791c1758ac02df226efcb748cd67
[ "BSL-1.0" ]
1
2019-10-06T16:06:10.000Z
2019-10-06T16:06:10.000Z
/* * SolverStage.h * * Created on: 2015/07/22 * Author: kryozahiro */ #ifndef GAMESOLVER_EXPERIMENT_SOLVERSTAGE_H_ #define GAMESOLVER_EXPERIMENT_SOLVERSTAGE_H_ #include "../solver/Solver.h" #include "GeneratorStage.h" #include "Stage.h" class SolverStage : public Stage { public: SolverStage(const boost::...
30.916667
205
0.741689
[ "vector" ]
9bd4d277366a4fbca413efce2f61b59cfad4c4d3
1,177
h
C
JsonReader.h
nirry78/codegen
9c538533ea899c8e9bb4a5f2f0851c0680708c82
[ "MIT" ]
null
null
null
JsonReader.h
nirry78/codegen
9c538533ea899c8e9bb4a5f2f0851c0680708c82
[ "MIT" ]
null
null
null
JsonReader.h
nirry78/codegen
9c538533ea899c8e9bb4a5f2f0851c0680708c82
[ "MIT" ]
null
null
null
#ifndef _JSON_READER_H #define _JSON_READER_H #include <stdint.h> #include <stdbool.h> #include <stdlib.h> #include <stdio.h> #include <stdarg.h> #include <list> #include <nlohmann/json.hpp> #include "Logging.h" #include "Container.h" using json = nlohmann::json; class JsonReader { private: json ...
30.179487
81
0.615973
[ "object" ]
9bdbfd2700e37193d71b54e60208b4c973a05e8a
1,193
h
C
libembroidery/compound-file-common.h
Drahflow/Embroidermodder
5fe2bed6407845e9d183aee40095b3f778a5b559
[ "Zlib" ]
3
2017-05-18T13:57:43.000Z
2018-08-13T14:56:33.000Z
libembroidery/compound-file-common.h
Drahflow/Embroidermodder
5fe2bed6407845e9d183aee40095b3f778a5b559
[ "Zlib" ]
null
null
null
libembroidery/compound-file-common.h
Drahflow/Embroidermodder
5fe2bed6407845e9d183aee40095b3f778a5b559
[ "Zlib" ]
null
null
null
/*! @file compound-file-common.h */ #ifndef COMPOUND_FILE_COMMON_H #define COMPOUND_FILE_COMMON_H #include "api-start.h" #ifdef __cplusplus extern "C" { #endif /** Type of sector */ #define CompoundFileSector_MaxRegSector 0xFFFFFFFA #define CompoundFileSector_DIFAT_Sector 0xFFFFFFFC #define CompoundFileSector_FAT_S...
28.404762
105
0.740989
[ "object" ]
9bea380fdea96586ed4106d3653b9d16f23b8515
640
h
C
test/unit-tests/metafs/mvm/volume/volume_catalog_manager_mock.h
YongJin-Cho/poseidonos
c07a0240316d4536aa09f22d7977604f3650d752
[ "BSD-3-Clause" ]
null
null
null
test/unit-tests/metafs/mvm/volume/volume_catalog_manager_mock.h
YongJin-Cho/poseidonos
c07a0240316d4536aa09f22d7977604f3650d752
[ "BSD-3-Clause" ]
null
null
null
test/unit-tests/metafs/mvm/volume/volume_catalog_manager_mock.h
YongJin-Cho/poseidonos
c07a0240316d4536aa09f22d7977604f3650d752
[ "BSD-3-Clause" ]
null
null
null
#include <gmock/gmock.h> #include <list> #include <string> #include <vector> #include "src/metafs/mvm/volume/volume_catalog_manager.h" namespace pos { class MockVolumeCatalogManager : public VolumeCatalogManager { public: using VolumeCatalogManager::VolumeCatalogManager; MOCK_METHOD(void, Init, (MetaVolumeTy...
27.826087
122
0.740625
[ "vector" ]
9bede82b7c3627ba7cf855225adfcb61d4e39f2e
32,751
h
C
vs2015/tesseract304/BaseApiWinRT.h
yoisel/tesseract
efee76ea374966e585c7370d5631eebef2f609f0
[ "Apache-2.0" ]
8
2015-12-08T14:52:31.000Z
2021-09-15T19:50:05.000Z
vs2015/tesseract304/BaseApiWinRT.h
yoisel/tesseract
efee76ea374966e585c7370d5631eebef2f609f0
[ "Apache-2.0" ]
null
null
null
vs2015/tesseract304/BaseApiWinRT.h
yoisel/tesseract
efee76ea374966e585c7370d5631eebef2f609f0
[ "Apache-2.0" ]
2
2016-12-10T04:32:39.000Z
2020-11-13T08:16:22.000Z
/********************************************************************** * File: BaseApiWinRT.cpp * Description: BaseApi class wrapper for interop with WinRT/WinPhone Apps * Author: Yoisel Melis Santana * Created: Oct 14 2015 * ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may...
36.965011
177
0.716253
[ "object", "vector", "model" ]
9bf6316d0c75c99b7bc096f5b42fb354cc72f29c
4,683
c
C
sdl2/edgar-1.31/src/enemy/summoner.c
pdpdds/SDLGameProgramming
3af68e2133296f3e7bc3d7454d9301141bca2d5a
[ "BSD-2-Clause" ]
null
null
null
sdl2/edgar-1.31/src/enemy/summoner.c
pdpdds/SDLGameProgramming
3af68e2133296f3e7bc3d7454d9301141bca2d5a
[ "BSD-2-Clause" ]
null
null
null
sdl2/edgar-1.31/src/enemy/summoner.c
pdpdds/SDLGameProgramming
3af68e2133296f3e7bc3d7454d9301141bca2d5a
[ "BSD-2-Clause" ]
null
null
null
/* Copyright (C) 2009-2019 Parallel Realities This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in t...
18.509881
130
0.663891
[ "geometry" ]
9bfebf9cfb0f9fa7bc76c82d9d9b0a566f298be6
2,870
h
C
searchlib/src/vespa/searchlib/fef/featurenameparser.h
amahussein/vespa
29d266ae1e5c95e25002b97822953fdd02b1451e
[ "Apache-2.0" ]
1
2018-12-30T05:42:18.000Z
2018-12-30T05:42:18.000Z
searchlib/src/vespa/searchlib/fef/featurenameparser.h
amahussein/vespa
29d266ae1e5c95e25002b97822953fdd02b1451e
[ "Apache-2.0" ]
1
2021-03-31T22:27:25.000Z
2021-03-31T22:27:25.000Z
searchlib/src/vespa/searchlib/fef/featurenameparser.h
amahussein/vespa
29d266ae1e5c95e25002b97822953fdd02b1451e
[ "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/vespalib/stllike/string.h> #include <vector> namespace search { namespace fef { /** * Simple parser used to split feature names into components by the * framework. *...
28.137255
118
0.640418
[ "object", "vector" ]
5005cba5ad03fc88f563a63f5e837eff41be827d
2,308
h
C
tfp_ops.h
tho15/tfplusplus
e151986f7d449ee5ccb440fbb947fbc64fd62f49
[ "MIT" ]
34
2018-02-15T16:33:39.000Z
2022-03-04T15:30:27.000Z
tfp_ops.h
DefTruth/tfplusplus
e151986f7d449ee5ccb440fbb947fbc64fd62f49
[ "MIT" ]
6
2018-08-21T12:02:28.000Z
2021-03-17T03:53:35.000Z
tfp_ops.h
DefTruth/tfplusplus
e151986f7d449ee5ccb440fbb947fbc64fd62f49
[ "MIT" ]
12
2018-10-10T20:09:25.000Z
2022-01-26T11:45:29.000Z
#ifndef TFP_OPS_H_ #define TFP_OPS_H_ #include "tensorflow/core/framework/types.pb.h" namespace tensorflow { namespace ops { class XavierInitializer { public: XavierInitializer(const ::tensorflow::Scope& scope, ::tensorflow::Input shape, DataType dtype); operator ::tensorflow::Output() const { re...
25.086957
80
0.663778
[ "shape" ]
5008d50e0dbc163064019d7422135fc41e18b238
3,075
h
C
src/noname_tools/file_tools.h
w1th0utnam3/noname_tools
6ec1dfd306401c7f4982a0d9e191934b72cac214
[ "MIT" ]
4
2016-09-17T19:38:43.000Z
2020-04-17T06:29:52.000Z
src/noname_tools/file_tools.h
w1th0utnam3/noname_tools
6ec1dfd306401c7f4982a0d9e191934b72cac214
[ "MIT" ]
null
null
null
src/noname_tools/file_tools.h
w1th0utnam3/noname_tools
6ec1dfd306401c7f4982a0d9e191934b72cac214
[ "MIT" ]
null
null
null
#pragma once // MIT License // // Copyright (c) 2020 Fabian Löschner // // 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 right...
40.460526
117
0.620813
[ "vector" ]
500b756a9b5b61b7197a786f013d74ecda41f719
3,799
h
C
scOOP/mc/externalenergycalculator.h
robertvacha/SC
4f8226a1866dc6eb004c22bc273339d46a944050
[ "MIT" ]
2
2021-09-26T10:15:55.000Z
2022-02-20T08:12:00.000Z
scOOP/mc/externalenergycalculator.h
robertvacha/SC
4f8226a1866dc6eb004c22bc273339d46a944050
[ "MIT" ]
2
2015-09-15T18:10:04.000Z
2019-05-21T12:03:26.000Z
scOOP/mc/externalenergycalculator.h
robertvacha/SC
4f8226a1866dc6eb004c22bc273339d46a944050
[ "MIT" ]
4
2015-02-19T11:24:16.000Z
2021-07-15T10:19:08.000Z
/** @file externalenergycalculator.h*/ #ifndef EXTERNALENERGYCALCULATOR_H #define EXTERNALENERGYCALCULATOR_H #include "../structures/sim.h" class ExternalEnergyCalculator { private: Vector* box; double dist; /* closest distance */ Particle* part1; /* particle 1 */ Ia_param * param; ...
27.933824
95
0.586733
[ "vector" ]
5016613d71e02a5b0e014aebd0de53cdfbe36674
64,009
c
C
base/ntsetup/win95upg/w95upg/common9x/namefix.c
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
base/ntsetup/win95upg/w95upg/common9x/namefix.c
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
base/ntsetup/win95upg/w95upg/common9x/namefix.c
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
/*++ Copyright (c) 1997 Microsoft Corporation Module Name: namefix.c Abstract: This module generates memdb entries for names that are to be used on Windows NT. All names are validated, and incompatible names are placed in the NewNames memdb category. Names are organized into groups; withi...
22.522519
128
0.579981
[ "object" ]
50277b07ffa3722e4c06e5fe4e7921580ba52c29
14,891
h
C
native/cocos/bindings/auto/jsb_physics_auto.h
SteveLau-GameDeveloper/engine
159e5acd0f5115a878d59ed59f924ce7627a5466
[ "Apache-2.0", "MIT" ]
null
null
null
native/cocos/bindings/auto/jsb_physics_auto.h
SteveLau-GameDeveloper/engine
159e5acd0f5115a878d59ed59f924ce7627a5466
[ "Apache-2.0", "MIT" ]
null
null
null
native/cocos/bindings/auto/jsb_physics_auto.h
SteveLau-GameDeveloper/engine
159e5acd0f5115a878d59ed59f924ce7627a5466
[ "Apache-2.0", "MIT" ]
null
null
null
// clang-format off #pragma once #include <type_traits> #include "cocos/bindings/jswrapper/SeApi.h" #include "cocos/bindings/manual/jsb_conversions.h" #include "cocos/bindings/auto/jsb_gfx_auto.h" #include "cocos/bindings/auto/jsb_scene_auto.h" #include "cocos/physics/PhysicsSDK.h" bool register_all_physics(se::Objec...
46.389408
71
0.895843
[ "object" ]
50282931842ddc6c99d381a922c0827ae43e8b69
2,713
h
C
component/oai-nssf/src/api-server/model/RestrictedSnssai.h
kukkalli/oai-cn5g-fed
15634fac935ac8671b61654bdf75bf8af07d3c3a
[ "Apache-2.0" ]
null
null
null
component/oai-nssf/src/api-server/model/RestrictedSnssai.h
kukkalli/oai-cn5g-fed
15634fac935ac8671b61654bdf75bf8af07d3c3a
[ "Apache-2.0" ]
null
null
null
component/oai-nssf/src/api-server/model/RestrictedSnssai.h
kukkalli/oai-cn5g-fed
15634fac935ac8671b61654bdf75bf8af07d3c3a
[ "Apache-2.0" ]
null
null
null
/** * NSSF NSSAI Availability * NSSF NSSAI Availability Service. © 2021, 3GPP Organizational Partners (ARIB, * ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved. * * The version of the OpenAPI document: 1.1.4 * * * NOTE: This class is auto generated by OpenAPI Generator * (https://openapi-generator.tech)...
25.35514
80
0.690748
[ "vector", "model" ]
5031cc1166608c6d2cc2bf38ac1674d0aadb7852
4,133
h
C
dali/kernels/imgproc/flip_cpu.h
cyyever/DALI
e2b2d5a061da605e3e9e681017a7b2d53fe41a62
[ "ECL-2.0", "Apache-2.0" ]
3,967
2018-06-19T04:39:09.000Z
2022-03-31T10:57:53.000Z
dali/kernels/imgproc/flip_cpu.h
cyyever/DALI
e2b2d5a061da605e3e9e681017a7b2d53fe41a62
[ "ECL-2.0", "Apache-2.0" ]
3,494
2018-06-21T07:09:58.000Z
2022-03-31T19:44:51.000Z
dali/kernels/imgproc/flip_cpu.h
cyyever/DALI
e2b2d5a061da605e3e9e681017a7b2d53fe41a62
[ "ECL-2.0", "Apache-2.0" ]
531
2018-06-19T23:53:10.000Z
2022-03-30T08:35:59.000Z
// Copyright (c) 2019, NVIDIA CORPORATION. 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 ...
33.601626
94
0.668522
[ "shape" ]
504088044ce348b4dea85c107d18868a3db86ca4
3,898
h
C
fbpcf/scheduler/gate_keeper/GateKeeper.h
wenhaizhu/fbpcf
b0cc078d548a40370dcdde15466e701f12117b11
[ "MIT" ]
1
2022-03-13T21:30:03.000Z
2022-03-13T21:30:03.000Z
fbpcf/scheduler/gate_keeper/GateKeeper.h
wenhaizhu/fbpcf
b0cc078d548a40370dcdde15466e701f12117b11
[ "MIT" ]
null
null
null
fbpcf/scheduler/gate_keeper/GateKeeper.h
wenhaizhu/fbpcf
b0cc078d548a40370dcdde15466e701f12117b11
[ "MIT" ]
null
null
null
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <deque> #include <memory> #include "fbpcf/scheduler/gate_keeper/IGateKeeper.h" namespace fbpcf::schedule...
28.043165
76
0.705233
[ "vector" ]
50423c49f84ac996a5835ea30b57cd9410ba40ae
11,320
c
C
btgecl/base/clui_widget.c
cr88192/bgbtech_engine
03869a92fbf3197dd176d311f3b917f4f4e88d1a
[ "MIT" ]
1
2019-07-02T22:53:52.000Z
2019-07-02T22:53:52.000Z
btgecl/base/clui_widget.c
cr88192/bgbtech_engine
03869a92fbf3197dd176d311f3b917f4f4e88d1a
[ "MIT" ]
5
2015-11-17T05:45:50.000Z
2015-11-26T18:36:51.000Z
btgecl/base/clui_widget.c
cr88192/bgbtech_engine
03869a92fbf3197dd176d311f3b917f4f4e88d1a
[ "MIT" ]
null
null
null
#include <btgecl.h> BTCLUI_Event *BTCLUI_Widget_AddEvent(BTCLUI_Widget *obj, char *event) { BTCLUI_Event *tmp; // char *s; // s=obj->id; // if(obj->name)s=obj->name; tmp=BTCLUI_Forms_AddEvent(obj->form, obj, event); // btgeclui_context->widget_lastevent=tmp; return(tmp); } //void BTCLUI_Widget_SetEventIVal(int v...
18.025478
74
0.611396
[ "render" ]
504b6ecb043186a2016c9086d7b0155eedfba986
8,529
h
C
src/vm/frame.h
dartino/fletch
aa7aba8473f405dd49b9c81b0faeeebfa6e94fc8
[ "BSD-3-Clause" ]
144
2016-01-29T00:14:04.000Z
2021-02-20T09:36:11.000Z
src/vm/frame.h
akashfoss/sdk
aa7aba8473f405dd49b9c81b0faeeebfa6e94fc8
[ "BSD-3-Clause" ]
241
2016-01-27T15:37:56.000Z
2016-09-09T07:34:07.000Z
src/vm/frame.h
akashfoss/sdk
aa7aba8473f405dd49b9c81b0faeeebfa6e94fc8
[ "BSD-3-Clause" ]
30
2016-02-23T18:14:54.000Z
2020-10-18T13:49:34.000Z
// Copyright (c) 2015, the Dartino project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE.md file. #ifndef SRC_VM_FRAME_H_ #define SRC_VM_FRAME_H_ #include "src/shared/globals.h" #include "src/vm/...
33.447059
80
0.584945
[ "object" ]
504c3a330b39267a17d77bc5f40d9edc68ee83ed
2,082
h
C
Engine/Source/ThirdParty/HairWorks/Nv/Common/NvCoCommon.h
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
1
2022-01-29T18:36:12.000Z
2022-01-29T18:36:12.000Z
Engine/Source/ThirdParty/HairWorks/Nv/Common/NvCoCommon.h
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
null
null
null
Engine/Source/ThirdParty/HairWorks/Nv/Common/NvCoCommon.h
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
null
null
null
/* Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation * and any modifications thereto. Any use, reproduction, disclosure or * distribution of this software and rela...
29.742857
115
0.764169
[ "object", "model" ]
505287f1c48bdf20e0fe7fbb71bada30579b5168
871
h
C
JaraffeEngine_ComponentSystem/Jaraffe/Engine/Source/Core/Object/Component/MeshRenderer.h
Jaraffe-github/Old_Engines
0586d383af99cfcf076b18dace49e779a55b88e8
[ "BSD-3-Clause" ]
null
null
null
JaraffeEngine_ComponentSystem/Jaraffe/Engine/Source/Core/Object/Component/MeshRenderer.h
Jaraffe-github/Old_Engines
0586d383af99cfcf076b18dace49e779a55b88e8
[ "BSD-3-Clause" ]
null
null
null
JaraffeEngine_ComponentSystem/Jaraffe/Engine/Source/Core/Object/Component/MeshRenderer.h
Jaraffe-github/Old_Engines
0586d383af99cfcf076b18dace49e779a55b88e8
[ "BSD-3-Clause" ]
null
null
null
#pragma once namespace JF { namespace Component { class MeshRenderer : public Renderer { //============================================================================= // Constructor/Destructor) //============================================================================= public: MeshRenderer(); virtual ~MeshRe...
25.617647
79
0.328358
[ "render" ]
5066572a126e8166e073ccd1fe5eb9d1a04ffa3d
1,292
h
C
ShadowCast/src/testApp.h
elekezem/ProCamToolkit
09e17bec6b79e614090720a94134b28876021bd9
[ "MIT" ]
163
2015-01-14T18:32:32.000Z
2022-03-12T03:35:10.000Z
ShadowCast/src/testApp.h
scotty007/ProCamToolkit
5088bd240888f5ada78641faa7244d7edce3a002
[ "MIT" ]
1
2022-03-31T09:32:37.000Z
2022-03-31T09:32:37.000Z
ShadowCast/src/testApp.h
scotty007/ProCamToolkit
5088bd240888f5ada78641faa7244d7edce3a002
[ "MIT" ]
46
2015-01-27T02:28:58.000Z
2021-11-23T07:05:01.000Z
#pragma once #include "ofMain.h" #include "Remap.h" #include "ofxBlur.h" #include "ofxKinect.h" #include "OrigScene.h" #include "GridScene.h" #include "LensScene.h" #include "BallScene.h" #include "VoroScene.h" #include "FracScene.h" #include "WindScene.h" #include "BoidScene.h" #include "WallScene.h" #include "Rec...
18.457143
48
0.735294
[ "vector" ]
506ddc3a2330817b40f3ac97c1909b564e2bcaa1
8,394
h
C
aws-cpp-sdk-discovery/include/aws/discovery/model/NeighborConnectionDetail.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-discovery/include/aws/discovery/model/NeighborConnectionDetail.h
curiousjgeorge/aws-sdk-cpp
09b65deba03cfbef9a1e5d5986aa4de71bc03cd8
[ "Apache-2.0" ]
null
null
null
aws-cpp-sdk-discovery/include/aws/discovery/model/NeighborConnectionDetail.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...
35.719149
145
0.702526
[ "model" ]
507cffdc9df42f1af10254fcf77849eb8dcae12d
4,651
h
C
src/util/system.h
FromHDDtoSSD/SorachanCoin_Server
6601f18767187f0b6c3bb0c30eee4820f2c2e4ff
[ "MIT" ]
10
2018-08-14T08:53:37.000Z
2021-03-14T02:28:44.000Z
src/util/system.h
FromHDDtoSSD/SorachanCoin_Server
6601f18767187f0b6c3bb0c30eee4820f2c2e4ff
[ "MIT" ]
1
2021-06-09T16:12:49.000Z
2021-10-15T18:57:59.000Z
src/util/system.h
FromHDDtoSSD/SorachanCoin_Server
6601f18767187f0b6c3bb0c30eee4820f2c2e4ff
[ "MIT" ]
3
2020-07-09T22:35:26.000Z
2022-01-17T18:44:13.000Z
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2018 The Bitcoin Core developers // Copyright (c) 2018-2021 The SorachanCoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. /** * Server/client envir...
29.436709
102
0.735971
[ "vector" ]
507e3d0c8a701d62bb5f9fbeac7dcfd91cb98254
3,489
h
C
src/DownloadSettings.h
junhoryu/luna-downloadmgr
47c7c3cc9e425fed4da71e62e7f6e6c08a197f7f
[ "Apache-2.0" ]
null
null
null
src/DownloadSettings.h
junhoryu/luna-downloadmgr
47c7c3cc9e425fed4da71e62e7f6e6c08a197f7f
[ "Apache-2.0" ]
null
null
null
src/DownloadSettings.h
junhoryu/luna-downloadmgr
47c7c3cc9e425fed4da71e62e7f6e6c08a197f7f
[ "Apache-2.0" ]
1
2018-08-24T06:57:08.000Z
2018-08-24T06:57:08.000Z
// Copyright (c) 2012-2018 LG Electronics, 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...
41.047059
199
0.66552
[ "vector" ]
508450801c0b8454ab0854b09e45ac52175f2f98
4,057
c
C
lib/wiringPi/examples/PiFace/reaction.c
Haransis/gpio-map
908c0ad7dbfd17e69e75cb778b7634129545a5c6
[ "MIT" ]
47
2018-07-30T12:05:15.000Z
2022-03-31T04:12:03.000Z
lib/wiringPi/examples/PiFace/reaction.c
Haransis/gpio-map
908c0ad7dbfd17e69e75cb778b7634129545a5c6
[ "MIT" ]
17
2015-01-05T21:06:22.000Z
2015-12-07T20:45:44.000Z
lib/wiringPi/examples/PiFace/reaction.c
Haransis/gpio-map
908c0ad7dbfd17e69e75cb778b7634129545a5c6
[ "MIT" ]
16
2019-07-09T07:59:00.000Z
2022-02-25T15:49:06.000Z
/* * reaction.c: * Simple test for the PiFace interface board. * * Copyright (c) 2012-2013 Gordon Henderson. <projects@drogon.net> *********************************************************************** * This file is part of wiringPi: * https://projects.drogon.net/raspberry-pi/wiringpi/ * * wiringPi is fre...
20.805128
82
0.50456
[ "3d" ]
50858bcd720c4eb4422ea4cd40fbaa24deea497c
6,006
h
C
src/evonet/include/EvoNet/simulator/EMGModel.h
dmccloskey/smartPeak_cpp
47a19a804b65daef712418b4e278704b340d20b9
[ "MIT" ]
null
null
null
src/evonet/include/EvoNet/simulator/EMGModel.h
dmccloskey/smartPeak_cpp
47a19a804b65daef712418b4e278704b340d20b9
[ "MIT" ]
7
2018-01-11T20:39:09.000Z
2018-01-11T21:02:31.000Z
src/evonet/include/EvoNet/simulator/EMGModel.h
dmccloskey/smartPeak_cpp
47a19a804b65daef712418b4e278704b340d20b9
[ "MIT" ]
null
null
null
/**TODO: Add copyright*/ #ifndef EVONET_EMGMODEL_H #define EVONET_EMGMODEL_H //.cpp #include <cmath> namespace EvoNet { /** @brief A class to generate points following an EMG distribution. References: Kalambet, Y.; Kozmin, Y.; Mikhailova, K.; Nagaev, I.; Tikhonov, P. (2011). "Reconstruction of chromatogr...
26.45815
105
0.681818
[ "shape" ]
5088a1812712f9f676d40896418551301865b5a0
9,305
c
C
app/src/main/c/bluez-5.60/mesh/appkey.c
IllusionMan1212/ShockPair
0ad1fbd7edfcbf51e4b677d10ab3e137efec0b88
[ "MIT" ]
1
2021-07-12T00:34:11.000Z
2021-07-12T00:34:11.000Z
app/src/main/c/bluez-5.60/mesh/appkey.c
IllusionMan1212/ShockPair
0ad1fbd7edfcbf51e4b677d10ab3e137efec0b88
[ "MIT" ]
null
null
null
app/src/main/c/bluez-5.60/mesh/appkey.c
IllusionMan1212/ShockPair
0ad1fbd7edfcbf51e4b677d10ab3e137efec0b88
[ "MIT" ]
null
null
null
// SPDX-License-Identifier: LGPL-2.1-or-later /* * * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2017-2019 Intel Corporation. All rights reserved. * * */ #ifdef HAVE_CONFIG_H #include <config.h> #endif #define _GNU_SOURCE #include <ell/ell.h> #include "mesh/mesh-defs.h" #include "mesh/nod...
20.957207
79
0.724772
[ "mesh", "model" ]
508ad315f018b04b21ef1908b825f76f188ce1e4
1,818
h
C
browser/notification_presenter_mac.h
paulcbetts/brightray
4f04cc8121dd05ed61a8c94edfa66201e12f0abb
[ "BSD-3-Clause", "MIT" ]
1
2015-11-08T22:37:26.000Z
2015-11-08T22:37:26.000Z
browser/notification_presenter_mac.h
paulcbetts/brightray
4f04cc8121dd05ed61a8c94edfa66201e12f0abb
[ "BSD-3-Clause", "MIT" ]
null
null
null
browser/notification_presenter_mac.h
paulcbetts/brightray
4f04cc8121dd05ed61a8c94edfa66201e12f0abb
[ "BSD-3-Clause", "MIT" ]
null
null
null
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Copyright (c) 2013 Adam Roben <adam@roben.org>. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE-CHROMIUM file. #ifndef BRIGHTRAY_BROWSER_NOTIFICATION_PRESENTER_MAC_H_ #define BRIGH...
34.961538
100
0.789329
[ "object" ]
508ceecf81b04885546abb305186250100a0846a
7,685
c
C
src/common.c
jomael/libmixed
a60bbb14eddb1196d0712e5f80b16388ade6ae2d
[ "Zlib" ]
18
2017-05-09T13:20:08.000Z
2022-02-12T04:36:36.000Z
src/common.c
jomael/libmixed
a60bbb14eddb1196d0712e5f80b16388ade6ae2d
[ "Zlib" ]
8
2017-11-14T15:13:54.000Z
2020-07-24T17:13:39.000Z
src/common.c
jomael/libmixed
a60bbb14eddb1196d0712e5f80b16388ade6ae2d
[ "Zlib" ]
5
2018-11-07T20:15:38.000Z
2021-05-02T15:50:31.000Z
#ifndef _WIN32 # include <dlfcn.h> #else # include <windows.h> #endif #include "internal.h" MIXED_EXPORT uint8_t mixed_samplesize(enum mixed_encoding encoding){ switch(encoding){ case MIXED_INT8: return 1; case MIXED_UINT8: return 1; case MIXED_INT16: return 2; case MIXED_UINT16: return 2; case MIXED_INT...
26.964912
182
0.722576
[ "object" ]
5092ee6e150f578e8d8a836986a92d1de5b98439
20,404
c
C
util/list.c
clayne/Convert-Binary-C
159625dc6355f55d16c74df0a9e0526c650bff75
[ "FSFAP" ]
5
2015-03-12T03:01:01.000Z
2020-11-22T18:30:25.000Z
util/list.c
clayne/Convert-Binary-C
159625dc6355f55d16c74df0a9e0526c650bff75
[ "FSFAP" ]
5
2017-01-30T13:21:04.000Z
2021-02-09T12:03:08.000Z
util/list.c
clayne/Convert-Binary-C
159625dc6355f55d16c74df0a9e0526c650bff75
[ "FSFAP" ]
10
2015-07-24T19:19:37.000Z
2020-11-22T18:30:27.000Z
/******************************************************************************* * * MODULE: list * ******************************************************************************** * * DESCRIPTION: Generic routines for a doubly linked ring list * *************************************************************************...
23.864327
81
0.570427
[ "object" ]
50976fdf04daffff4b2bc90cb18cae4b4eeb9696
2,476
h
C
src/rearrange_wavedec2.h
ludwigschmidt/tree_approx
7e427e75a1d2a4f8e16de996d294893ae68c0685
[ "MIT" ]
2
2015-09-26T02:37:21.000Z
2021-03-18T19:49:56.000Z
src/rearrange_wavedec2.h
ludwigschmidt/tree_approx
7e427e75a1d2a4f8e16de996d294893ae68c0685
[ "MIT" ]
null
null
null
src/rearrange_wavedec2.h
ludwigschmidt/tree_approx
7e427e75a1d2a4f8e16de996d294893ae68c0685
[ "MIT" ]
6
2015-09-03T06:38:10.000Z
2021-03-18T21:46:21.000Z
#ifndef __REARRANGE_WAVEDEC2_H__ #define __REARRANGE_WAVEDEC2_H__ #include <algorithm> #include <cstdio> #include <vector> namespace treeapprox { // returns two arrays for rearranging data from Matlab. // when the data is rearranged via data[ii] = data_matlab[forward[ii]], // the following properties hold: // - the ...
26.340426
80
0.523425
[ "vector" ]
5097e3f5643f4e2e289bc65a2563ae02d7add1b0
9,673
h
C
bkfdd/bkfddInt.h
XuanxiangHuang/bkfdd-1.0
c8dfab1925cb4cb24b3f470702e83afe2fc4762a
[ "BSD-3-Clause" ]
4
2021-01-10T16:52:55.000Z
2022-03-15T07:13:07.000Z
bkfdd/bkfddInt.h
XuanxiangHuang/bkfdd-CUDD
3e54abf5a71a06247063ad6be23657f1db99c09e
[ "BSD-3-Clause" ]
null
null
null
bkfdd/bkfddInt.h
XuanxiangHuang/bkfdd-CUDD
3e54abf5a71a06247063ad6be23657f1db99c09e
[ "BSD-3-Clause" ]
null
null
null
/** @file @ingroup bkfdd @brief Internal Functions of the BKFDD part. @author Xuanxiang Huang @copyright Copyright (c) 2019-, Jinan University, Guangzhou, China. All rights reserved. ====================================================================== All BKFDD's Functions are originated from CUDD...
37.203846
145
0.684172
[ "transform" ]
509ae6b360234634eae83c9ccecf4d618d8b4034
1,101
h
C
cxx_pubsub/LibKN/ComCe.2k/StdAfx.h
kragen/mod_pubsub
9abcdb07b02b7979bf4538ac8047783100ecb7bc
[ "BSD-3-Clause-Clear" ]
1
2021-04-05T14:53:29.000Z
2021-04-05T14:53:29.000Z
cxx_pubsub/LibKN/ComCe/StdAfx.h
kragen/mod_pubsub
9abcdb07b02b7979bf4538ac8047783100ecb7bc
[ "BSD-3-Clause-Clear" ]
null
null
null
cxx_pubsub/LibKN/ComCe/StdAfx.h
kragen/mod_pubsub
9abcdb07b02b7979bf4538ac8047783100ecb7bc
[ "BSD-3-Clause-Clear" ]
1
2021-04-05T14:53:41.000Z
2021-04-05T14:53:41.000Z
// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, // but are changed infrequently #if !defined(AFX_STDAFX_H__20F891EA_BE6E_4917_ADF6_FBF9CE402065__INCLUDED_) #define AFX_STDAFX_H__20F891EA_BE6E_4917_ADF6_FBF9CE402065__INCLUDED_ #if _...
23.934783
106
0.776567
[ "vector" ]
50a5568e6092009558f5a54ba45cedeca693053a
4,103
h
C
src/sdbwinapi/sdb_api_instance.h
TizenTeam/sdb
b7954d2a3c580003aadc589d2a5082a87ac5af0f
[ "Apache-2.0" ]
4
2017-01-28T15:38:20.000Z
2020-10-16T11:23:55.000Z
src/sdbwinapi/sdb_api_instance.h
TizenTeam/sdb
b7954d2a3c580003aadc589d2a5082a87ac5af0f
[ "Apache-2.0" ]
1
2021-04-26T08:26:17.000Z
2021-04-26T08:46:47.000Z
src/sdbwinapi/sdb_api_instance.h
TizenTeam/sdb
b7954d2a3c580003aadc589d2a5082a87ac5af0f
[ "Apache-2.0" ]
3
2017-12-14T20:11:53.000Z
2021-11-03T23:45:04.000Z
/* * Copyright (C) 2006 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 requir...
35.991228
79
0.720936
[ "object", "model" ]
50a6c96b75d876b5eb60d3ad2f4c26276ab80c26
4,000
h
C
orcm/test/mca/sensor/ipmi_ts/mockTest.h
ctrlsys/sensys
58221bca169c95c300ecc5526aa00590f0ce5c2f
[ "BSD-3-Clause-Open-MPI" ]
14
2016-09-06T17:02:20.000Z
2020-03-30T14:34:59.000Z
orcm/test/mca/sensor/ipmi_ts/mockTest.h
ctrlsys/sensys
58221bca169c95c300ecc5526aa00590f0ce5c2f
[ "BSD-3-Clause-Open-MPI" ]
9
2017-04-25T20:45:11.000Z
2017-07-20T14:58:03.000Z
orcm/test/mca/sensor/ipmi_ts/mockTest.h
ctrlsys/sensys
58221bca169c95c300ecc5526aa00590f0ce5c2f
[ "BSD-3-Clause-Open-MPI" ]
5
2016-10-11T03:28:26.000Z
2019-07-31T00:36:02.000Z
/* * Copyright (c) 2016 Intel Corporation. All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow * * $HEADER$ */ #ifndef MOCK_IPMI_TS_FACTORY_TESTS_H #define MOCK_IPMI_TS_FACTORY_TESTS_H #include <iostream> #include <stdexcept> #include <dirent.h> #include "orcm/common/dataContainerHelpe...
38.461538
163
0.75825
[ "object" ]
50b289d4b8f27dd21e101626c13d0a7828ba55d6
5,985
h
C
src/fcgi_cmds.h
rodrigue10/ciyam
80fa33c3e58eb17f508100e2d1d04081f6a00418
[ "MIT" ]
null
null
null
src/fcgi_cmds.h
rodrigue10/ciyam
80fa33c3e58eb17f508100e2d1d04081f6a00418
[ "MIT" ]
null
null
null
src/fcgi_cmds.h
rodrigue10/ciyam
80fa33c3e58eb17f508100e2d1d04081f6a00418
[ "MIT" ]
null
null
null
// Copyright (c) 2011-2012 CIYAM Pty. Ltd. ACN 093 704 539 // Copyright (c) 2012-2022 CIYAM Developers // // Distributed under the MIT/X11 software license, please refer to the file license.txt // in the root project directory or http://www.opensource.org/licenses/mit-license.php. #ifndef FCGI_CMDS_H # define FCGI_CM...
58.106796
123
0.75188
[ "vector" ]
50b7d0f685b5071584e2bf53e405c46d8d6cbc0b
481
h
C
cs6375-machine-learning/homework2/homework2/NaiveBayesClassifier.h
gsteelman/utd
65bf3b81b7a089612f6c7546aa0bbdfbdcdb334e
[ "Apache-2.0" ]
3
2017-03-17T15:15:11.000Z
2020-10-01T16:05:17.000Z
cs6375-machine-learning/homework2/homework2/NaiveBayesClassifier.h
gsteelman/utd
65bf3b81b7a089612f6c7546aa0bbdfbdcdb334e
[ "Apache-2.0" ]
null
null
null
cs6375-machine-learning/homework2/homework2/NaiveBayesClassifier.h
gsteelman/utd
65bf3b81b7a089612f6c7546aa0bbdfbdcdb334e
[ "Apache-2.0" ]
7
2016-02-07T22:56:26.000Z
2021-02-26T02:50:28.000Z
#ifndef NAIVE_BAYES_CLASSIFIER_H #define NAIVE_BAYES_CLASSIFIER_H #include <map> #include <vector> #include <string> #include "DataSet.h" #include "Document.h" #include "Classifier.h" using namespace std; class NaiveBayesClassifier : public Classifier { public: void train( const DataSet& data ); float test( cons...
19.24
49
0.740125
[ "vector" ]
50c089cb9260bb1d5f4332e161ab29b9b13c25cf
2,251
h
C
knowledgebase_creator/include/gui/SettingsDialog.h
StephanOpfer/symrock
519f684374124707f684edceb9b53156fe3bafbc
[ "MIT" ]
1
2018-12-04T16:16:41.000Z
2018-12-04T16:16:41.000Z
knowledgebase_creator/include/gui/SettingsDialog.h
carpe-noctem-cassel/symrock
519f684374124707f684edceb9b53156fe3bafbc
[ "MIT" ]
2
2019-02-28T10:44:06.000Z
2019-03-28T12:31:01.000Z
knowledgebase_creator/include/gui/SettingsDialog.h
carpe-noctem-cassel/symrock
519f684374124707f684edceb9b53156fe3bafbc
[ "MIT" ]
null
null
null
/* * SettingsDialog.h * * Created on: Jan 17, 2017 * Author: stefan */ #ifndef INCLUDE_SETTINGSDIALOG_H_ #define INCLUDE_SETTINGSDIALOG_H_ #include <QDialog> #include <QtGui> #include <QListWidget> #include <string> #include <memory> namespace Ui { class SettingsDialog; } namespace kbcr { class SolverS...
19.239316
98
0.655709
[ "vector" ]
f8832eedeb1855f919a1d6b6515579f5f9ce14bc
3,765
h
C
DQMServices/StreamerIO/plugins/TriggerSelector.h
NTrevisani/cmssw
a212a27526f34eb9507cf8b875c93896e6544781
[ "Apache-2.0" ]
1
2018-07-25T03:57:34.000Z
2018-07-25T03:57:34.000Z
DQMServices/StreamerIO/plugins/TriggerSelector.h
NTrevisani/cmssw
a212a27526f34eb9507cf8b875c93896e6544781
[ "Apache-2.0" ]
7
2016-07-17T02:34:54.000Z
2019-08-13T07:58:37.000Z
DQMServices/StreamerIO/plugins/TriggerSelector.h
NTrevisani/cmssw
a212a27526f34eb9507cf8b875c93896e6544781
[ "Apache-2.0" ]
2
2019-09-27T08:33:22.000Z
2019-11-14T10:52:30.000Z
#ifndef DQMServices_StreamerIO_TriggerSelector_h #define DQMServices_StreamerIO_TriggerSelector_h #include "FWCore/ParameterSet/interface/ParameterSet.h" #include "DataFormats/Common/interface/HLTPathStatus.h" #include "DataFormats/Common/interface/TriggerResults.h" #include "DataFormats/Provenance/interface/Parameter...
26.328671
116
0.683665
[ "vector" ]
f88ac0b3773a735fb957f4e4fd1aa8ada2acbe8e
536
h
C
src/orbis/video/Window.h
perezite/sfml-android
4f9c10daa760fe86728e98e7a3e883b724ef984e
[ "MIT" ]
null
null
null
src/orbis/video/Window.h
perezite/sfml-android
4f9c10daa760fe86728e98e7a3e883b724ef984e
[ "MIT" ]
null
null
null
src/orbis/video/Window.h
perezite/sfml-android
4f9c10daa760fe86728e98e7a3e883b724ef984e
[ "MIT" ]
null
null
null
#pragma once #include "Mesh.h" #include "Transform.h" #include "Renderer.h" #include "OpenGL.h" #include <SDL2/SDL.h> #include <string> namespace orb { class Window { public: Window(unsigned int width, unsigned int height, std::string title); bool isOpen() const { return true; } void clear() { } void dr...
14.105263
69
0.688433
[ "mesh", "transform" ]
f88d1605a58b295a142b9e43954d5c846cc8f617
759
h
C
src/rtcstatsreport.h
aeadigt/node-webrtc
3e84e6157764aad35b0a04aa66f6c6e86ca00191
[ "BSD-2-Clause" ]
13
2017-06-04T21:07:42.000Z
2021-04-20T07:50:14.000Z
src/rtcstatsreport.h
aeadigt/node-webrtc
3e84e6157764aad35b0a04aa66f6c6e86ca00191
[ "BSD-2-Clause" ]
13
2017-02-22T17:26:25.000Z
2019-08-15T01:17:27.000Z
src/rtcstatsreport.h
aeadigt/node-webrtc
3e84e6157764aad35b0a04aa66f6c6e86ca00191
[ "BSD-2-Clause" ]
8
2016-12-12T15:59:20.000Z
2019-01-21T13:20:58.000Z
#ifndef SRC_RTCSTATSREPORT_H_ #define SRC_RTCSTATSREPORT_H_ #include "nan.h" #include "v8.h" // IWYU pragma: keep #include "webrtc/api/statstypes.h" // IWYU pragma: keep namespace node_webrtc { class RTCStatsReport : public Nan::ObjectWrap { public: explicit RTCStatsReport(webrtc::StatsReport* report); ~RTCS...
19.461538
56
0.731225
[ "object" ]
f891f5b14d2b482c7707c4825f45ad751ff405f2
3,794
c
C
code/bluetooth.c
ryan-mcclue/tra
c75a7bbc71fb7aaecd5a377752a320a59745715b
[ "Zlib" ]
null
null
null
code/bluetooth.c
ryan-mcclue/tra
c75a7bbc71fb7aaecd5a377752a320a59745715b
[ "Zlib" ]
null
null
null
code/bluetooth.c
ryan-mcclue/tra
c75a7bbc71fb7aaecd5a377752a320a59745715b
[ "Zlib" ]
null
null
null
// SPDX-License-Identifier: zlib-acknowledgement // TODO(Ryan): Investigate how to power board externally through Vin // IMPORTANT(Ryan): First thing to get an overview is to look at board pinout. Basically everything is user-configurable IO #include <bluetooth/bluetooth.h> #include <bluetooth/hci.h> #include <blue...
32.991304
123
0.68213
[ "object" ]
f894f0db9406b3205e939b7dbd51827b2f90cee4
4,177
h
C
kernel/PageCache.h
jbush001/os
d011085d99c0d56477ad2d4c4853f6c6d3bf15eb
[ "Apache-2.0" ]
55
2015-03-03T17:45:07.000Z
2022-01-23T18:49:34.000Z
kernel/PageCache.h
jbush001/os
d011085d99c0d56477ad2d4c4853f6c6d3bf15eb
[ "Apache-2.0" ]
null
null
null
kernel/PageCache.h
jbush001/os
d011085d99c0d56477ad2d4c4853f6c6d3bf15eb
[ "Apache-2.0" ]
29
2015-01-09T02:37:18.000Z
2022-01-23T18:50:21.000Z
// // Copyright 1998-2012 Jeff Bush // // 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 agr...
38.321101
105
0.718458
[ "object", "model" ]
f895391264cccb7ad7ed895b4ea9373f174c560f
9,401
h
C
dp/sg/io/DPAF/Saver/inc/DPAFSaver.h
asuessenbach/pipeline
2e49968cc3b9948a57f7ee6c4cc3258925c92ab2
[ "BSD-3-Clause" ]
217
2015-01-06T09:26:53.000Z
2022-03-23T14:03:18.000Z
dp/sg/io/DPAF/Saver/inc/DPAFSaver.h
asuessenbach/pipeline
2e49968cc3b9948a57f7ee6c4cc3258925c92ab2
[ "BSD-3-Clause" ]
10
2015-01-25T12:42:05.000Z
2017-11-28T16:10:16.000Z
dp/sg/io/DPAF/Saver/inc/DPAFSaver.h
asuessenbach/pipeline
2e49968cc3b9948a57f7ee6c4cc3258925c92ab2
[ "BSD-3-Clause" ]
44
2015-01-13T01:19:41.000Z
2022-02-21T21:35:08.000Z
// Copyright (c) 2002-2015, NVIDIA CORPORATION. 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 // notice, this list of con...
45.635922
122
0.668227
[ "object", "vector", "transform" ]
f8964265db07fe48bcd28f1e1c5443465720c067
11,630
c
C
eval/ocaml/byterun/hash.c
ucsd-progsys/nate
8b1267cd8b10283d8bc239d16a28c654a4cb8942
[ "BSD-3-Clause" ]
9
2017-08-30T23:00:52.000Z
2021-02-25T23:08:55.000Z
eval/ocaml/byterun/hash.c
ucsd-progsys/ml2
8b1267cd8b10283d8bc239d16a28c654a4cb8942
[ "BSD-3-Clause" ]
null
null
null
eval/ocaml/byterun/hash.c
ucsd-progsys/ml2
8b1267cd8b10283d8bc239d16a28c654a4cb8942
[ "BSD-3-Clause" ]
1
2022-03-31T19:50:33.000Z
2022-03-31T19:50:33.000Z
/***********************************************************************/ /* */ /* OCaml */ /* */ /* Xavier Ler...
28.159806
78
0.555546
[ "object" ]
f8b67bf7e7026487d5fee32fa8ab503d024e8708
2,543
h
C
bazaar/ProtectClient/ProtectStatus.h
dreamsxin/ultimatepp
41d295d999f9ff1339b34b43c99ce279b9b3991c
[ "BSD-2-Clause" ]
2
2016-04-07T07:54:26.000Z
2020-04-14T12:37:34.000Z
bazaar/ProtectClient/ProtectStatus.h
dreamsxin/ultimatepp
41d295d999f9ff1339b34b43c99ce279b9b3991c
[ "BSD-2-Clause" ]
null
null
null
bazaar/ProtectClient/ProtectStatus.h
dreamsxin/ultimatepp
41d295d999f9ff1339b34b43c99ce279b9b3991c
[ "BSD-2-Clause" ]
null
null
null
#ifndef _ProtectStatus_h_ #define _ProtectStatus_h_ #include <Core/Core.h> NAMESPACE_UPP // server error codes typedef enum { PROTECT_OK = 0, // no error (unused) PROTECT_HTTP_ERROR, // error on HTTP communication with server PROTECT_BAD_REQUEST, // missing POST data on request PROTECT_MISSING_IV, ...
43.101695
97
0.775855
[ "vector" ]
f8b90201b0cb498cbe80a6a3ea22927bbde48f2d
1,269
h
C
signal-slot-benchmarks/benchmark/lib/iscool/include/iscool/profile/profile_data.h
qubka/signals
6bd39c662ab2b1e0caafc5a4c4510a74fb9f9e1c
[ "MIT" ]
181
2020-01-17T13:49:59.000Z
2022-03-17T03:23:12.000Z
signal-slot-benchmarks/benchmark/lib/iscool/include/iscool/profile/profile_data.h
qubka/signals
6bd39c662ab2b1e0caafc5a4c4510a74fb9f9e1c
[ "MIT" ]
22
2020-01-16T23:37:02.000Z
2021-09-08T23:51:12.000Z
signal-slot-benchmarks/benchmark/lib/iscool/include/iscool/profile/profile_data.h
qubka/signals
6bd39c662ab2b1e0caafc5a4c4510a74fb9f9e1c
[ "MIT" ]
16
2020-01-28T15:40:18.000Z
2022-02-25T08:32:15.000Z
/* Copyright 2018-present IsCool Entertainment 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...
28.2
74
0.668243
[ "vector" ]
f8c39cdcbdea48f8cebc0007fa9ba6df31ca3d5c
3,198
h
C
source/Config.h
mmore500/depo-consensus
de2cd40f0b79cda4a8e91f312a37104a50587769
[ "MIT" ]
null
null
null
source/Config.h
mmore500/depo-consensus
de2cd40f0b79cda4a8e91f312a37104a50587769
[ "MIT" ]
null
null
null
source/Config.h
mmore500/depo-consensus
de2cd40f0b79cda4a8e91f312a37104a50587769
[ "MIT" ]
null
null
null
#pragma once #define STRINGVIEWIFY(s) std::string_view(IFY(s)) #define STRINGIFY(s) IFY(s) #define IFY(s) #s #include <string> #include <deque> #include <type_traits> #include <string_view> #include <ratio> #include "base/vector.h" #include "base/Ptr.h" #include "config/command_line.h" #include "config/ArgManager.h"...
26.87395
76
0.65666
[ "vector" ]
f8c83f91e0901ea784d59e3f9fc19b67b5082355
904
h
C
src/ModelCovergroup.h
fvutils/libvsc
1e52ad16fe3ca39e7807eee11e38ca30cb23f827
[ "Apache-2.0" ]
4
2021-08-04T07:42:55.000Z
2022-03-23T05:08:03.000Z
src/ModelCovergroup.h
fvutils/libvsc
1e52ad16fe3ca39e7807eee11e38ca30cb23f827
[ "Apache-2.0" ]
null
null
null
src/ModelCovergroup.h
fvutils/libvsc
1e52ad16fe3ca39e7807eee11e38ca30cb23f827
[ "Apache-2.0" ]
1
2020-11-20T02:36:49.000Z
2020-11-20T02:36:49.000Z
/* * ModelCovergroup.h * * Created on: Nov 15, 2021 * Author: mballance */ #pragma once #include <vector> #include "IAccept.h" #include "ModelCoverpoint.h" #include "ModelCoverCross.h" namespace vsc { class ModelCovergroup : public IAccept { public: ModelCovergroup(); virtual ~ModelCovergroup(); void...
18.44898
77
0.725664
[ "vector" ]
f8dafa4398490227915822c5a934c9328b40bf75
4,705
h
C
include/org/apache/lucene/store/IndexInput.h
lukhnos/objclucene
29c7189a0b30ab3d3dd4c8ed148235ee296128b7
[ "MIT" ]
9
2016-01-13T05:38:05.000Z
2020-06-04T23:05:03.000Z
include/org/apache/lucene/store/IndexInput.h
lukhnos/objclucene
29c7189a0b30ab3d3dd4c8ed148235ee296128b7
[ "MIT" ]
4
2016-05-12T10:40:53.000Z
2016-06-11T19:08:33.000Z
include/org/apache/lucene/store/IndexInput.h
lukhnos/objclucene
29c7189a0b30ab3d3dd4c8ed148235ee296128b7
[ "MIT" ]
5
2016-01-13T05:37:39.000Z
2019-07-27T16:53:10.000Z
// // Generated by the J2ObjC translator. DO NOT EDIT! // source: ./core/src/java/org/apache/lucene/store/IndexInput.java // #include "J2ObjC_header.h" #pragma push_macro("INCLUDE_ALL_OrgApacheLuceneStoreIndexInput") #ifdef RESTRICT_OrgApacheLuceneStoreIndexInput #define INCLUDE_ALL_OrgApacheLuceneStoreIndexInput ...
34.094203
145
0.761318
[ "object" ]