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
39a6151e2f76b644017079b75709e7481f19dd5d
923
h
C
src/Core/Rigid/rigid_2d.h
Oncle-Ha/peridyno
7952252923d637685bf3a982856aca8095b78c50
[ "Apache-2.0" ]
22
2021-05-26T09:19:07.000Z
2022-03-28T04:06:21.000Z
src/Core/Rigid/rigid_2d.h
Oncle-Ha/peridyno
7952252923d637685bf3a982856aca8095b78c50
[ "Apache-2.0" ]
1
2021-07-27T09:43:42.000Z
2022-02-07T14:47:18.000Z
src/Core/Rigid/rigid_2d.h
Oncle-Ha/peridyno
7952252923d637685bf3a982856aca8095b78c50
[ "Apache-2.0" ]
11
2021-04-24T03:43:33.000Z
2022-03-11T14:09:21.000Z
#pragma once #include <iostream> #include "rigid_base.h" #include "../Vector.h" #include "../Matrix.h" namespace dyno { template <typename T> class Rigid<T, 2> { public: typedef Vector<T, 2> TranslationDOF; typedef T RotationDOF; DYN_FUNC Rigid() : m_p(0) , m_angle(0) {}; DYN_FUNC Rigid(Vector<T,...
20.511111
67
0.657638
[ "vector" ]
39a7ed8a8308179fb90a44412d65fa3752347d58
1,814
h
C
iraf.v2161/noao/nproto/ace/cat.h
ysBach/irafdocgen
b11fcd75cc44b01ae69c9c399e650ec100167a54
[ "MIT" ]
2
2019-12-01T15:19:09.000Z
2019-12-02T16:48:42.000Z
noao/nproto/ace/cat.h
kirxkirx/iraf
fcd7569b4e0ddbea29f7dbe534a25759e0c31883
[ "MIT" ]
1
2019-11-30T13:48:50.000Z
2019-12-02T19:40:25.000Z
noao/nproto/ace/cat.h
kirxkirx/iraf
fcd7569b4e0ddbea29f7dbe534a25759e0c31883
[ "MIT" ]
null
null
null
# Catalog structure. define CAT_SZSTR 99 # Length of catalog string define CAT_LEN 160 # Length of catalog structure define CAT_OBJS Memi[$1] # Array of objects (ptr) define CAT_APFLUX Memi[$1+1] # Array of aperture fluxes (ptr) define CAT_NOBJS Memi[$1+2] # Number of objects define CAT_NUMMAX Memi[$1+3] # Maximum o...
39.434783
62
0.750827
[ "object" ]
39ae5fee8e9794a5972d14a8b4c21afeed391e2b
8,057
h
C
src/estimators/ransac_similarity.h
Yzhbuaa/DAGSfM
321f9bf24456f2e68aa4ea3d7a59c39040fe1f1f
[ "BSD-3-Clause" ]
255
2018-12-14T05:59:29.000Z
2020-11-04T12:15:32.000Z
src/estimators/ransac_similarity.h
Yzhbuaa/DAGSfM
321f9bf24456f2e68aa4ea3d7a59c39040fe1f1f
[ "BSD-3-Clause" ]
35
2018-12-25T03:02:48.000Z
2020-11-19T03:33:25.000Z
src/estimators/ransac_similarity.h
Yzhbuaa/DAGSfM
321f9bf24456f2e68aa4ea3d7a59c39040fe1f1f
[ "BSD-3-Clause" ]
54
2018-12-14T06:09:21.000Z
2020-11-21T08:29:31.000Z
// BSD 3-Clause License // Copyright (c) 2020, Chenyu // 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 copyright notice, // this // ...
32.487903
80
0.650863
[ "vector", "model" ]
39b458aaf7e852fb9d70b815c60aa078042d1063
3,269
h
C
src/classifier/nearest_neighbor.h
amadavan/OCR
05c323593302c9183005b067cdf1d48864727f29
[ "MIT" ]
null
null
null
src/classifier/nearest_neighbor.h
amadavan/OCR
05c323593302c9183005b067cdf1d48864727f29
[ "MIT" ]
null
null
null
src/classifier/nearest_neighbor.h
amadavan/OCR
05c323593302c9183005b067cdf1d48864727f29
[ "MIT" ]
null
null
null
#ifndef OCR_CLASSIFIER_NEAREST_NEIGHBOR_H_ #define OCR_CLASSIFIER_NEAREST_NEIGHBOR_H_ #include "classifier/classifier.h" #include <float.h> #include <string.h> #include "metric/metric.h" #include "metric/pnorm_metric.h" #include "util/ocrtypes.h" namespace ocr { /** * A simple Nearest-Neighbor algorithm implement...
32.04902
77
0.733558
[ "vector" ]
39b89b5ab71c1e9b3e76b4bb043e78646e900946
197
h
C
Homeworks/1_MiniDraw/project/src/App/Ellipse.h
Chaphlagical/USTC_CG
9f8b0321e09e5a05afb1c93303e3c736f78503fa
[ "MIT" ]
13
2020-05-21T03:12:48.000Z
2022-01-20T01:25:02.000Z
Homeworks/1_MiniDraw/project/src/App/Ellipse.h
lyf7115/USTC_CG
9f8b0321e09e5a05afb1c93303e3c736f78503fa
[ "MIT" ]
null
null
null
Homeworks/1_MiniDraw/project/src/App/Ellipse.h
lyf7115/USTC_CG
9f8b0321e09e5a05afb1c93303e3c736f78503fa
[ "MIT" ]
4
2020-06-13T13:14:14.000Z
2021-12-15T07:36:05.000Z
#ifndef ELLIPSE_H #define ELLIPSE_H #include"shape.h" namespace minidraw { class Ellipse :public Shape { public: Ellipse(); ~Ellipse(); void Draw(QPainter& painter); }; } #endif
10.368421
32
0.664975
[ "shape" ]
39bb81a1d6183d43e3e91de95cdba278daf749ad
48,072
h
C
src_main/deps/amd3dx/include/amd3dx.h
ArcadiusGFN/SourceEngine2007
51cd6d4f0f9ed901cb9b61456eb621a50ce44f55
[ "bzip2-1.0.6" ]
25
2018-02-28T15:04:42.000Z
2021-08-16T03:49:00.000Z
src_main/deps/amd3dx/include/amd3dx.h
ArcadiusGFN/SourceEngine2007
51cd6d4f0f9ed901cb9b61456eb621a50ce44f55
[ "bzip2-1.0.6" ]
1
2019-09-20T11:06:03.000Z
2019-09-20T11:06:03.000Z
src_main/deps/amd3dx/include/amd3dx.h
ArcadiusGFN/SourceEngine2007
51cd6d4f0f9ed901cb9b61456eb621a50ce44f55
[ "bzip2-1.0.6" ]
9
2019-07-31T11:58:20.000Z
2021-08-31T11:18:15.000Z
/****************************************************************************** Copyright (c) 1999 Advanced Micro Devices, Inc. LIMITATION OF LIABILITY: THE MATERIALS ARE PROVIDED *AS IS* WITHOUT ANY EXPRESS OR IMPLIED WARRANTY OF ANY KIND INCLUDING WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT OF THIRD-PARTY INTEL...
42.466431
99
0.722604
[ "model", "3d" ]
39c0851713cb79a47288b910226a3934dc8b53cf
1,151
h
C
klic-3.01/include/klic/g_vector.h
GunterMueller/KLIC
75e541269b4ad0bb6e23b73e7310f626b59830d2
[ "Xnet", "X11" ]
5
2020-02-02T04:51:16.000Z
2022-01-16T01:32:13.000Z
klic-3.01/include/OME/local/roquefort/include/klic/g_vector.h
GunterMueller/KLIC
75e541269b4ad0bb6e23b73e7310f626b59830d2
[ "Xnet", "X11" ]
1
2021-08-04T13:33:53.000Z
2021-08-04T13:33:53.000Z
klic-3.011/include/OME/local/roquefort/include/klic/g_vector.h
GunterMueller/KLIC
75e541269b4ad0bb6e23b73e7310f626b59830d2
[ "Xnet", "X11" ]
3
2020-10-18T23:08:38.000Z
2021-02-21T05:13:33.000Z
/* ---------------------------------------------------------- % (C)1994,1995 Institute for New Generation Computer Technology % (Read COPYRIGHT for detailed information.) % (C)1996, 1997, 1998, 1999 Japan Information Processing Development Center % (Read COPYRIGHT-JIPDEC for detailed information.) --...
31.972222
77
0.604692
[ "vector" ]
39c18f71afc142070c15db86210fb838aa7b5ec7
4,269
h
C
neon/Helium/HeliumForWindows/Implementation/Plugins/PB_DeviceApplication_PLG/HourglassModule.h
mensfeld/rhodes
2962610a314ed563a0b7c83fcae6136913a1b033
[ "MIT" ]
173
2015-01-02T11:14:08.000Z
2022-03-05T09:54:54.000Z
neon/Helium/HeliumForWindows/Implementation/Plugins/PB_DeviceApplication_PLG/HourglassModule.h
mensfeld/rhodes
2962610a314ed563a0b7c83fcae6136913a1b033
[ "MIT" ]
263
2015-01-05T04:35:22.000Z
2021-09-07T06:00:02.000Z
neon/Helium/HeliumForWindows/Implementation/Plugins/PB_DeviceApplication_PLG/HourglassModule.h
watusi/rhodes
07161cca58ff6a960bbd1b79b36447b819bfa0eb
[ "MIT" ]
77
2015-01-12T20:57:18.000Z
2022-02-17T15:15:14.000Z
/** * \file HourglassModule.h * \brief Hourglass Plug-in module interface. * File to house the CHourglassModule class and all related includes / defines * to interface between Browser core and the Hourglass functionality. * The Hourglass will be shown automatically during page navigates and also * when told to. ...
34.991803
84
0.750059
[ "object" ]
39c4a8dcff6c6d8d52704493fa80bbab663d7998
1,332
h
C
core-src/WholeMove.h
Quuxplusone/Homeworlds
8e193a60a0cc59901df1980f3866731d5c1ee15a
[ "BSD-2-Clause" ]
11
2016-07-01T10:51:58.000Z
2021-03-18T07:59:32.000Z
core-src/WholeMove.h
Quuxplusone/Homeworlds
8e193a60a0cc59901df1980f3866731d5c1ee15a
[ "BSD-2-Clause" ]
1
2017-06-11T04:30:09.000Z
2017-06-11T04:30:09.000Z
core-src/WholeMove.h
Quuxplusone/Homeworlds
8e193a60a0cc59901df1980f3866731d5c1ee15a
[ "BSD-2-Clause" ]
3
2016-02-27T16:53:28.000Z
2017-06-10T19:21:24.000Z
#pragma once #include "global.h" #include <assert.h> #include <stdio.h> #include <string> #include <vector> #include "SingleAction.h" class WholeMove { public: bool isPass() const { return actions.empty(); } /* We use this operation to build up whole moves piece by piece. * Note that any pr...
28.340426
92
0.647147
[ "vector" ]
39c65fae491c2bcf50d1b9a985c8ca43cf9cd466
309
h
C
habitus/crystal.h
olegabr/tomo3d
36ffca69aba8556170ec7330271eb58ebaf7459b
[ "MIT" ]
5
2016-01-07T12:27:58.000Z
2021-11-03T06:58:42.000Z
habitus/crystal.h
olegabr/tomo3d
36ffca69aba8556170ec7330271eb58ebaf7459b
[ "MIT" ]
null
null
null
habitus/crystal.h
olegabr/tomo3d
36ffca69aba8556170ec7330271eb58ebaf7459b
[ "MIT" ]
1
2020-12-10T10:22:13.000Z
2020-12-10T10:22:13.000Z
//crystal.h /* * the crystal abstraction * it is simulated by a collection of faces * (C) 2005 olegabr. All rights reserved. */ #ifndef TOMO3D_CRYSTAL_H #define TOMO3D_CRYSTAL_H #include <vector> class crystal { public : crystal() {} private : std::vector<face> m_vecFaces; }; #endif //TOMO3D_CRYSTAL_H
14.045455
42
0.724919
[ "vector" ]
39cf5ef9fd24bbf91d84cf9889248b6f42d9694f
15,806
c
C
Cuda/Source/Libs/CuDnnMemory.c
EmilPi/PuzzleLib
31aa0fab3b5e9472b9b9871ca52e4d94ea683fa9
[ "Apache-2.0" ]
52
2020-02-28T20:40:15.000Z
2021-08-25T05:35:17.000Z
Cuda/Source/Libs/CuDnnMemory.c
EmilPi/PuzzleLib
31aa0fab3b5e9472b9b9871ca52e4d94ea683fa9
[ "Apache-2.0" ]
2
2021-02-14T15:57:03.000Z
2021-10-05T12:21:34.000Z
Cuda/Source/Libs/CuDnnMemory.c
EmilPi/PuzzleLib
31aa0fab3b5e9472b9b9871ca52e4d94ea683fa9
[ "Apache-2.0" ]
8
2020-02-28T20:40:11.000Z
2020-07-09T13:27:23.000Z
#include "Libs.h" typedef struct CuDnn_TransformParams { size_t shape[GPUTENSOR_DIM_MAX], instrides[GPUTENSOR_DIM_MAX], outstrides[GPUTENSOR_DIM_MAX]; size_t ndim; } CuDnn_TransformParams; static bool CuDnn_Context_transform(CuDnn_Context *self, const void *dataPtr, void *outPtr, CuDnn_TransformParams pa...
27.729825
120
0.683411
[ "object", "shape" ]
39cf8a2fe3358338914ef3999c63bb0abfbf1549
1,400
h
C
model/v1_scale_io_volume_source.h
ityuhui/client-c
1d30380d7ba0fe9b5e97626e0f7507be4ce8f96d
[ "curl", "Apache-2.0" ]
null
null
null
model/v1_scale_io_volume_source.h
ityuhui/client-c
1d30380d7ba0fe9b5e97626e0f7507be4ce8f96d
[ "curl", "Apache-2.0" ]
null
null
null
model/v1_scale_io_volume_source.h
ityuhui/client-c
1d30380d7ba0fe9b5e97626e0f7507be4ce8f96d
[ "curl", "Apache-2.0" ]
null
null
null
/* * v1_scale_io_volume_source.h * * ScaleIOVolumeSource represents a persistent ScaleIO volume */ #ifndef _v1_scale_io_volume_source_H_ #define _v1_scale_io_volume_source_H_ #include <string.h> #include "../external/cJSON.h" #include "../include/list.h" #include "../include/keyValuePair.h" #include "v1_local_obj...
26.415094
107
0.768571
[ "model" ]
39d0a98ca07480dde8390f71d3d6046454598132
1,465
h
C
Plugin/sources/DirectSoundInputStream.h
mitsukuro/mrayGStreamerUnity
8afc11a67f005fe5464a08f88811cec8f5f96bb2
[ "MIT" ]
78
2015-10-19T23:23:06.000Z
2022-03-08T13:36:32.000Z
Plugin/sources/DirectSoundInputStream.h
mitsukuro/mrayGStreamerUnity
8afc11a67f005fe5464a08f88811cec8f5f96bb2
[ "MIT" ]
29
2015-10-22T14:40:01.000Z
2022-03-25T17:13:22.000Z
Plugin/sources/DirectSoundInputStream.h
mitsukuro/mrayGStreamerUnity
8afc11a67f005fe5464a08f88811cec8f5f96bb2
[ "MIT" ]
27
2015-12-02T14:38:17.000Z
2022-02-04T11:17:05.000Z
/******************************************************************** created: 2011/01/15 created: 15:1:2011 20:41 filename: i:\Programing\GameEngine\mrayEngine\mraySound\DirectSoundInputStream.h file path: i:\Programing\GameEngine\mrayEngine\mraySound file base: DirectSoundInputStream file ext: h author: ...
22.19697
121
0.711945
[ "vector" ]
39d2034a700238cbb7d6910258492fbf694ee05d
13,198
c
C
Automaton_pickle.c
timgates42/pyahocorasick
3eab1ed66cea1dd30a48eff03927326a166502e5
[ "BSD-3-Clause" ]
707
2015-03-26T02:43:06.000Z
2022-03-28T07:54:06.000Z
Automaton_pickle.c
timgates42/pyahocorasick
3eab1ed66cea1dd30a48eff03927326a166502e5
[ "BSD-3-Clause" ]
140
2015-04-18T04:47:19.000Z
2022-03-09T11:24:50.000Z
Automaton_pickle.c
timgates42/pyahocorasick
3eab1ed66cea1dd30a48eff03927326a166502e5
[ "BSD-3-Clause" ]
112
2015-06-17T03:51:32.000Z
2022-03-09T01:58:58.000Z
/* This is part of pyahocorasick Python module. Implementation of pickling/unpickling routines for Automaton class Author : Wojciech Muła, wojciech_mula@poczta.onet.pl WWW : http://0x80.pl License : BSD-3-Clause (see LICENSE) */ /* Pickling (automaton___reduce__): 1. assign sequential...
26.879837
114
0.562813
[ "object" ]
39dbe31fddb8515640eb39e906dbc529705801e0
197
h
C
cycle/ts/_ts.h
zhanghuanqian/CFDWARP
9340a8526bb263d910f79d79e84dcac7aec211b6
[ "BSD-2-Clause" ]
29
2018-09-13T13:58:18.000Z
2022-03-08T21:44:13.000Z
cycle/ts/_ts.h
zhanghuanqian/CFDWARP
9340a8526bb263d910f79d79e84dcac7aec211b6
[ "BSD-2-Clause" ]
3
2020-11-10T11:28:30.000Z
2021-11-23T09:21:28.000Z
cycle/ts/_ts.h
zhanghuanqian/CFDWARP
9340a8526bb263d910f79d79e84dcac7aec211b6
[ "BSD-2-Clause" ]
20
2018-07-26T08:17:37.000Z
2022-03-04T08:41:55.000Z
#ifndef _TS_H #define _TS_H #include <src/common.h> #include <model/_model.h> void update_U(np_t *np, gl_t *gl, zone_t zone); void find_dU(np_t *np, gl_t *gl, zone_t zone); #endif /* _TS_H */
16.416667
47
0.685279
[ "model" ]
5eac3f485b8b264209178402a377ea2afbe8cc7e
2,958
h
C
demos/common/cpp/models/include/models/detection_model_retinaface.h
kblaszczak-intel/open_model_zoo
e313674d35050d2a4721bbccd9bd4c404f1ba7f8
[ "Apache-2.0" ]
2,201
2018-10-15T14:37:19.000Z
2020-07-16T02:05:51.000Z
demos/common/cpp/models/include/models/detection_model_retinaface.h
kblaszczak-intel/open_model_zoo
e313674d35050d2a4721bbccd9bd4c404f1ba7f8
[ "Apache-2.0" ]
759
2018-10-18T07:43:55.000Z
2020-07-16T01:23:12.000Z
demos/common/cpp/models/include/models/detection_model_retinaface.h
kblaszczak-intel/open_model_zoo
e313674d35050d2a4721bbccd9bd4c404f1ba7f8
[ "Apache-2.0" ]
808
2018-10-16T14:03:49.000Z
2020-07-15T11:41:45.000Z
/* // Copyright (C) 2020-2022 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable l...
31.806452
95
0.659229
[ "object", "vector", "model" ]
5eae00ecfc07599e002a41c32f195cdec350c90c
2,623
h
C
WLCollectionView/Class/Delegate/WLCollectionViewDelegate.h
DaLiangWang/WLCollectionView
178a5d3691c6e131e43c8997cf2e819ab29d4250
[ "MIT" ]
null
null
null
WLCollectionView/Class/Delegate/WLCollectionViewDelegate.h
DaLiangWang/WLCollectionView
178a5d3691c6e131e43c8997cf2e819ab29d4250
[ "MIT" ]
null
null
null
WLCollectionView/Class/Delegate/WLCollectionViewDelegate.h
DaLiangWang/WLCollectionView
178a5d3691c6e131e43c8997cf2e819ab29d4250
[ "MIT" ]
null
null
null
// // WLCollectionView.h // 链式语法 // // Created by shushui on 2018/8/16. // Copyright © 2018年 shushui. All rights reserved. // #import <UIKit/UIKit.h> #import "WLBaseCollectionViewLayerModel.h" #import "UIScrollView+WLEmptyDataSet.h" @protocol WLCollectionDelegate <NSObject> @required @optional //cell创建 -(UIColle...
35.445946
145
0.737324
[ "model" ]
5eb2b5a5d8259a587970de69c563db15d7137f38
1,294
h
C
common/include/logger/Logger.h
Vladec/matching-engine
090a7e7414f478f1424a50668e3f5c2417646ba7
[ "MIT" ]
9
2015-02-17T14:00:52.000Z
2018-07-03T12:10:08.000Z
common/include/logger/Logger.h
faulaire/matching-engine
090a7e7414f478f1424a50668e3f5c2417646ba7
[ "MIT" ]
1
2015-05-14T13:35:59.000Z
2015-05-14T13:35:59.000Z
common/include/logger/Logger.h
Vladec/matching-engine
090a7e7414f478f1424a50668e3f5c2417646ba7
[ "MIT" ]
7
2015-05-02T16:33:32.000Z
2018-08-10T10:02:48.000Z
/* * Copyright (C) 2016, Fabien Aulaire * All rights reserved. */ #pragma once #include <LoggerHolder.h> #include <LoggerConsole.h> #include <LoggerFile.h> namespace exch_logger = exchange::common::logger; typedef boost::fusion::vector<exch_logger::LoggerConsole, exch_logger::LoggerFile> ExchangeLoggers; typedef e...
43.133333
122
0.608964
[ "vector" ]
5ebdb0f8bb088520ae294b9090773f66fde1fcca
6,693
h
C
Modules/Platform/App/Include/Methane/Platform/AppBase.h
navono/MethaneKit
5cf55dcbbc23392f5c06b178570c7c32b6368ca7
[ "Apache-2.0" ]
null
null
null
Modules/Platform/App/Include/Methane/Platform/AppBase.h
navono/MethaneKit
5cf55dcbbc23392f5c06b178570c7c32b6368ca7
[ "Apache-2.0" ]
null
null
null
Modules/Platform/App/Include/Methane/Platform/AppBase.h
navono/MethaneKit
5cf55dcbbc23392f5c06b178570c7c32b6368ca7
[ "Apache-2.0" ]
null
null
null
/****************************************************************************** Copyright 2019-2020 Evgeny Gorodetskiy 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/lic...
35.791444
139
0.642761
[ "render", "vector" ]
5ec71ac8cb7dc5588ce6beba8e519a6e131f5d27
15,806
h
C
EnumInfo.h
bugrazoid/EnumReflection
32db5a1c0e0afaff6da14039c9dbf7010653b741
[ "MIT" ]
null
null
null
EnumInfo.h
bugrazoid/EnumReflection
32db5a1c0e0afaff6da14039c9dbf7010653b741
[ "MIT" ]
null
null
null
EnumInfo.h
bugrazoid/EnumReflection
32db5a1c0e0afaff6da14039c9dbf7010653b741
[ "MIT" ]
null
null
null
/** * @author Trubnikov Sergey <bugrazoid@gmail.com> */ #pragma once #include <string> #include <array> #include <map> #include <unordered_map> #include <type_traits> #include <optional> #include <stdexcept> #include <assert.h> template<typename Enum, typename String> class EnumInfo; namespace _...
32.060852
147
0.58617
[ "vector" ]
5ec78217eb4cabd142e1cc22d25517c385254c98
2,007
h
C
Aplicacion Movil/generated/bundles/login-transition/build/Android/Preview/app/src/main/include/Fuse.Android.Controls-3a7bea61.h
marferfer/SpinOff-LoL
a9dba8ac9dd476ec1ef94712d9a8e76d3b45aca8
[ "Apache-2.0" ]
null
null
null
Aplicacion Movil/generated/bundles/login-transition/build/Android/Preview/app/src/main/include/Fuse.Android.Controls-3a7bea61.h
marferfer/SpinOff-LoL
a9dba8ac9dd476ec1ef94712d9a8e76d3b45aca8
[ "Apache-2.0" ]
null
null
null
Aplicacion Movil/generated/bundles/login-transition/build/Android/Preview/app/src/main/include/Fuse.Android.Controls-3a7bea61.h
marferfer/SpinOff-LoL
a9dba8ac9dd476ec1ef94712d9a8e76d3b45aca8
[ "Apache-2.0" ]
null
null
null
// This file was generated based on C:/Users/JuanJose/AppData/Local/Fusetools/Packages/Fuse.Controls.WebView/1.9.0/Android/WebView.Eval.uno. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Uno.Object.h> namespace g{namespace Fuse{namespace Android{namespace Controls{namespace W...
45.613636
140
0.788739
[ "object" ]
5ece844b56a65fa42305babf2779f6e97a826575
558
h
C
Stripe3DS2/Stripe3DS2/STDSChallengeResponseMessageExtensionObject.h
oshima819/stripe-ios
f3581b36e3fc12ee5ecbc3d68926c488d7789e86
[ "MIT" ]
1,427
2015-01-12T14:39:45.000Z
2022-03-31T07:35:26.000Z
Stripe3DS2/Stripe3DS2/STDSChallengeResponseMessageExtensionObject.h
oshima819/stripe-ios
f3581b36e3fc12ee5ecbc3d68926c488d7789e86
[ "MIT" ]
1,303
2015-01-05T22:25:31.000Z
2022-03-29T11:59:30.000Z
Stripe3DS2/Stripe3DS2/STDSChallengeResponseMessageExtensionObject.h
oshima819/stripe-ios
f3581b36e3fc12ee5ecbc3d68926c488d7789e86
[ "MIT" ]
821
2015-01-07T21:20:00.000Z
2022-03-31T07:53:01.000Z
// // STDSChallengeResponseMessageExtensionObject.h // Stripe3DS2 // // Created by Andrew Harrison on 2/25/19. // Copyright © 2019 Stripe. All rights reserved. // #import <Foundation/Foundation.h> #import "STDSChallengeResponseMessageExtension.h" #import "STDSJSONDecodable.h" NS_ASSUME_NONNULL_BEGIN /// An obje...
25.363636
123
0.811828
[ "object" ]
5edad75cd346c715c8bd22751b596ae87e8caf04
7,430
h
C
WSEExternal/include/Common/GeometryUtilities/Mesh/Utils/VertexBufferUtil/hkMeshVertexBufferUtil.h
Swyter/wse
3ad901f1a463139b320c30ea08bdc343358ea6b6
[ "WTFPL" ]
null
null
null
WSEExternal/include/Common/GeometryUtilities/Mesh/Utils/VertexBufferUtil/hkMeshVertexBufferUtil.h
Swyter/wse
3ad901f1a463139b320c30ea08bdc343358ea6b6
[ "WTFPL" ]
null
null
null
WSEExternal/include/Common/GeometryUtilities/Mesh/Utils/VertexBufferUtil/hkMeshVertexBufferUtil.h
Swyter/wse
3ad901f1a463139b320c30ea08bdc343358ea6b6
[ "WTFPL" ]
null
null
null
/* * * Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's * prior written consent. This software contains code, techniques and know-how which is confidential and proprietary to Havok. * Level 2 and Level 3 source code contains trade secrets...
53.84058
247
0.705518
[ "mesh", "transform" ]
5ee08b6b196df26542f24f5aa682bc7338f274aa
9,066
h
C
zpp/sqlite3.h
ZRiemann/ZppAdapter
6320e382a8a4f4d1df91faac2ffd3adeee4939e9
[ "MIT" ]
null
null
null
zpp/sqlite3.h
ZRiemann/ZppAdapter
6320e382a8a4f4d1df91faac2ffd3adeee4939e9
[ "MIT" ]
null
null
null
zpp/sqlite3.h
ZRiemann/ZppAdapter
6320e382a8a4f4d1df91faac2ffd3adeee4939e9
[ "MIT" ]
null
null
null
/** * MIT License * * Copyright (c) 2018 Z.Riemann * https://github.com/ZRiemann/ * * 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...
30.836735
96
0.58383
[ "object" ]
5ee0e9ac845794795f2316f728d6c3a052433f08
2,524
h
C
include/GameSettings.h
abelidze/roguelite-game
2b4385b54d237c12f068a5287bea61b8b1379f1b
[ "MIT" ]
null
null
null
include/GameSettings.h
abelidze/roguelite-game
2b4385b54d237c12f068a5287bea61b8b1379f1b
[ "MIT" ]
null
null
null
include/GameSettings.h
abelidze/roguelite-game
2b4385b54d237c12f068a5287bea61b8b1379f1b
[ "MIT" ]
null
null
null
#pragma once #include <ctime> #include <thread> #include <chrono> #include <memory> #include <string> #include <vector> #include <cstdint> #include <fstream> #include <iostream> #include <typeinfo> #include <type_traits> #include <unordered_map> #include <stdexcept> #include "curses.h" /** * Ultra-magic creation of...
26.291667
74
0.571712
[ "vector" ]
5ee7621fb9c97d40a7a1df00900f73b70cc30a32
677
h
C
model/blockchains/CBHash.h
nwtechguy/toolbox
a981ee6b371e92f1b18f11170e1c089b7c7f1364
[ "MIT" ]
30
2019-12-20T06:02:21.000Z
2021-09-13T20:25:41.000Z
model/blockchains/CBHash.h
nwtechguy/toolbox
a981ee6b371e92f1b18f11170e1c089b7c7f1364
[ "MIT" ]
5
2020-02-20T21:12:56.000Z
2021-09-19T07:43:39.000Z
model/blockchains/CBHash.h
nwtechguy/toolbox
a981ee6b371e92f1b18f11170e1c089b7c7f1364
[ "MIT" ]
11
2019-12-20T06:02:25.000Z
2022-03-26T07:53:34.000Z
/* * * Crypto.BI Toolbox * https://Crypto.BI/ * * Author: José Fonseca (https://zefonseca.com/) * * Distributed under the MIT software license, see the accompanying * file COPYING or http://www.opensource.org/licenses/mit-license.php. * */ #ifndef MODEL_CBHASH_H_ #define MODEL_CBHASH_H_ #include <uint256.h> ...
13.54
70
0.666174
[ "model" ]
5ef26166cdd0a0a43e00f3f3dee0d6a038eaf05a
5,729
c
C
vic/drivers/image/src/vic_image.c
lingyunan0510/VIC
dbc00a813b5df5a88027d1dc57a7805e9a464436
[ "MIT" ]
1
2022-01-18T01:23:47.000Z
2022-01-18T01:23:47.000Z
vic/drivers/image/src/vic_image.c
yusheng-wang/VIC
8f6cc0661bdc67c4f6caabdd4dcd0b8782517435
[ "MIT" ]
null
null
null
vic/drivers/image/src/vic_image.c
yusheng-wang/VIC
8f6cc0661bdc67c4f6caabdd4dcd0b8782517435
[ "MIT" ]
null
null
null
/****************************************************************************** * @section DESCRIPTION * * Stand-alone image mode driver of the VIC model *****************************************************************************/ #include <vic_driver_image.h> #include <rout.h> // Routing routine (extension) ...
32.367232
93
0.626113
[ "vector", "model" ]
5ef9bcb94581653c2e9a4392eb32b55700ea5402
1,507
h
C
SDL/gui.h
gameblabla/SameBoy
50304a8d95bc062700963d0a8812a6d5da4a1618
[ "MIT" ]
null
null
null
SDL/gui.h
gameblabla/SameBoy
50304a8d95bc062700963d0a8812a6d5da4a1618
[ "MIT" ]
null
null
null
SDL/gui.h
gameblabla/SameBoy
50304a8d95bc062700963d0a8812a6d5da4a1618
[ "MIT" ]
null
null
null
#ifndef gui_h #define gui_h #include <SDL/SDL.h> #include <Core/gb.h> #include <stdbool.h> #define JOYSTICK_HIGH 0x4000 #define JOYSTICK_LOW 0x3800 extern GB_gameboy_t gb; /* extern SDL_Window *window; extern SDL_Renderer *renderer; extern SDL_Texture *texture; extern SDL_PixelFormat *pixel_format; */ extern SDL_Su...
20.643836
73
0.742535
[ "model" ]
5efa797ce47b97c7ecbe69f7cf719ba395205cfa
1,884
h
C
src/antler.h
cbpark/MAT
4f63e50269a6a557bf35a2de16e858b6fef76efc
[ "BSD-3-Clause" ]
1
2020-06-01T15:39:11.000Z
2020-06-01T15:39:11.000Z
src/antler.h
cbpark/MAT
4f63e50269a6a557bf35a2de16e858b6fef76efc
[ "BSD-3-Clause" ]
null
null
null
src/antler.h
cbpark/MAT
4f63e50269a6a557bf35a2de16e858b6fef76efc
[ "BSD-3-Clause" ]
null
null
null
/* * Copyright (c) 2020 Chan Beom Park <cbpark@gmail.com> */ #ifndef MAT_SRC_ANTLER_H_ #define MAT_SRC_ANTLER_H_ #include <vector> #include "momentum.h" namespace mat { /** * @param q the four-momentum of the resonance. * @param p1 the four-momentum of the first visible particle. * @param p2 the four-momentum ...
38.44898
76
0.694268
[ "vector" ]
5efaf5f45cdb94fc47bd10afdaef5f7f2cdf2ff7
2,427
h
C
Tile.h
Boyko03/snow
8218d57fa8f01854d2c8aec9d98eb222846db5f7
[ "MIT" ]
null
null
null
Tile.h
Boyko03/snow
8218d57fa8f01854d2c8aec9d98eb222846db5f7
[ "MIT" ]
null
null
null
Tile.h
Boyko03/snow
8218d57fa8f01854d2c8aec9d98eb222846db5f7
[ "MIT" ]
null
null
null
#pragma once #include <utility> #include <map> #include "surface.h" #include "BoxCollider.h" constexpr int TILE = 32; class Tile { public: /// <summary> /// Terrain types /// </summary> enum class Terrains_t { Snow, FinishLine, Ice, Gravel, CobbleStone }; /// <summary> /// Object types /// </summa...
23.794118
125
0.65925
[ "object" ]
6f0535aefeeddfd7cf883f5e0d8ea9a71b93967d
1,172
h
C
ui/base/ime/grammar_fragment.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
14,668
2015-01-01T01:57:10.000Z
2022-03-31T23:33:32.000Z
ui/base/ime/grammar_fragment.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
86
2015-10-21T13:02:42.000Z
2022-03-14T07:50:50.000Z
ui/base/ime/grammar_fragment.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
5,941
2015-01-02T11:32:21.000Z
2022-03-31T16:35:46.000Z
// Copyright (c) 2021 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 UI_BASE_IME_GRAMMAR_FRAGMENT_H_ #define UI_BASE_IME_GRAMMAR_FRAGMENT_H_ #include <string> #include "base/component_export.h" #include "ui/gf...
29.3
73
0.736348
[ "model" ]
6f065d6c0a1f1e03ab8a15d32614b3dab367ac11
1,128
h
C
shared_include/image/segmentation/LandmarkSegmentation.h
ahewer/mri-shape-tools
4268499948f1330b983ffcdb43df62e38ca45079
[ "MIT" ]
null
null
null
shared_include/image/segmentation/LandmarkSegmentation.h
ahewer/mri-shape-tools
4268499948f1330b983ffcdb43df62e38ca45079
[ "MIT" ]
2
2017-05-29T09:43:01.000Z
2017-05-29T09:50:05.000Z
shared_include/image/segmentation/LandmarkSegmentation.h
ahewer/mri-shape-tools
4268499948f1330b983ffcdb43df62e38ca45079
[ "MIT" ]
4
2017-05-17T11:56:02.000Z
2022-03-05T09:12:24.000Z
#ifndef __LANDMARK_SEGMENTATION_H__ #define __LANDMARK_SEGMENTATION_H__ #include <armadillo> #include "image/ImageAccess.h" #include "image/ImageData.h" #include "image/ImageBoundary.h" #include "image/segmentation/Threshold.h" class LandmarkSegmentation{ private: ImageData& imageData; const std::vector<arma::...
18.8
89
0.68617
[ "vector" ]
6f06784fe12673f8b4983be151ab7e9c9392a53d
426
h
C
2M3/Include/Common/Systems/BulletSystem.h
simatic/MultiplayerLab
f483a80882f32249923c4fbcc876cfdca2b7da10
[ "MIT" ]
null
null
null
2M3/Include/Common/Systems/BulletSystem.h
simatic/MultiplayerLab
f483a80882f32249923c4fbcc876cfdca2b7da10
[ "MIT" ]
45
2020-10-08T13:32:36.000Z
2020-12-17T14:41:40.000Z
2M3/Include/Common/Systems/BulletSystem.h
simatic/MultiplayerLab
f483a80882f32249923c4fbcc876cfdca2b7da10
[ "MIT" ]
3
2020-10-02T09:02:20.000Z
2020-11-07T00:14:13.000Z
#pragma once #include "Common/Systems/System.h" #include "Common/Components/Transform.h" #include "Common/Components/Kinematics.h" #include "Common/Components/Bullet.h" /** * @class BulletSystem * Handles bullets movement and lifetime. */ class BulletSystem : public LogicSystem<Transform, Kinematics, Bullet> { publ...
25.058824
70
0.767606
[ "transform" ]
1cfae66c38dab9b045259eed27b4a4437beb39cd
1,046
h
C
Source/Dibella/Inc/Samplers/Sampler.h
vasumahesh1/azura
80aa23e2fb498e6288484bc49b0d5b8889db6ebb
[ "MIT" ]
12
2019-01-08T23:10:37.000Z
2021-06-04T09:48:42.000Z
Source/Dibella/Inc/Samplers/Sampler.h
vasumahesh1/azura
80aa23e2fb498e6288484bc49b0d5b8889db6ebb
[ "MIT" ]
38
2017-04-05T00:27:24.000Z
2018-12-25T08:34:04.000Z
Source/Dibella/Inc/Samplers/Sampler.h
vasumahesh1/azura
80aa23e2fb498e6288484bc49b0d5b8889db6ebb
[ "MIT" ]
4
2019-03-27T10:07:32.000Z
2021-07-15T03:22:27.000Z
#pragma once #include <cinttypes> #include "../Core/Types.h" namespace Dibella { class Sampler { public: // Sampler Interface virtual ~Sampler(); explicit Sampler(U64 samplesPerPixel); virtual Float Get1D() = 0; virtual Point2f Get2D() = 0; virtual std::unique_ptr<Sampler> Clone(int ...
24.325581
110
0.696941
[ "vector" ]
1cfcf4fe77bcbbf7e8eade83cc6679032ede0ccc
2,771
h
C
shaka/src/js/mse/text_track.h
jgongo/shaka-player-embedded
e04f97b971c684ef18a370697584d5239fb711bd
[ "Apache-2.0", "BSD-3-Clause" ]
185
2018-11-06T06:04:44.000Z
2022-03-02T22:20:39.000Z
shaka/src/js/mse/text_track.h
jgongo/shaka-player-embedded
e04f97b971c684ef18a370697584d5239fb711bd
[ "Apache-2.0", "BSD-3-Clause" ]
211
2018-11-15T22:52:49.000Z
2022-03-02T18:46:20.000Z
shaka/src/js/mse/text_track.h
jgongo/shaka-player-embedded
e04f97b971c684ef18a370697584d5239fb711bd
[ "Apache-2.0", "BSD-3-Clause" ]
52
2018-12-12T11:00:46.000Z
2022-02-23T17:35:02.000Z
// Copyright 2016 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
29.168421
79
0.748105
[ "vector" ]
e82032b05472e76dc7ab4ed8bcad632b890043bc
4,984
h
C
xdl/xdl/core/framework/op_kernel.h
Ru-Xiang/x-deeplearning
04cc0497150920c64b06bb8c314ef89977a3427a
[ "Apache-2.0" ]
4,071
2018-12-13T04:17:38.000Z
2022-03-30T03:29:35.000Z
xdl/xdl/core/framework/op_kernel.h
laozhuang727/x-deeplearning
781545783a4e2bbbda48fc64318fb2c6d8bbb3cc
[ "Apache-2.0" ]
359
2018-12-21T01:14:57.000Z
2022-02-15T07:18:02.000Z
xdl/xdl/core/framework/op_kernel.h
laozhuang727/x-deeplearning
781545783a4e2bbbda48fc64318fb2c6d8bbb3cc
[ "Apache-2.0" ]
1,054
2018-12-20T09:57:42.000Z
2022-03-29T07:16:53.000Z
/* Copyright (C) 2016-2018 Alibaba Group Holding Limited Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed ...
33.904762
80
0.673957
[ "shape", "vector" ]
e839a98d2bb43ff311734a9d05169bca5fffea98
3,402
h
C
src/AGC/AGCOrientation.h
FreeAllegiance/AllegianceDX7
3955756dffea8e7e31d3a55fcf6184232b792195
[ "MIT" ]
76
2015-08-18T19:18:40.000Z
2022-01-08T12:47:22.000Z
src/AGC/AGCOrientation.h
StudentAlleg/Allegiance
e91660a471eb4e57e9cea4c743ad43a82f8c7b18
[ "MIT" ]
37
2015-08-14T22:44:12.000Z
2020-01-21T01:03:06.000Z
src/AGC/AGCOrientation.h
FreeAllegiance/Allegiance-AZ
1d8678ddff9e2efc79ed449de6d47544989bc091
[ "MIT" ]
42
2015-08-13T23:31:35.000Z
2022-03-17T02:20:26.000Z
///////////////////////////////////////////////////////////////////////////// // AGCOrientation.h : Declaration of the CAGCOrientation // #ifndef __AGCOrientation_H_ #define __AGCOrientation_H_ #include <AGC.h> #include <..\TCLib\ObjectLock.h> #include "resource.h" //////////////////////////////////////////////////...
28.35
77
0.748677
[ "vector" ]
e83e93516d99717da1c1d0ca4c8773efb9f1f5e0
3,694
c
C
csrc/exec_aggregate.c
witheve/lueve
8633742d491dc8e5aa97153d3365515bd9b64543
[ "Apache-2.0" ]
14
2016-05-19T02:11:47.000Z
2016-07-15T18:11:08.000Z
csrc/exec_aggregate.c
witheve/lueve
8633742d491dc8e5aa97153d3365515bd9b64543
[ "Apache-2.0" ]
10
2016-06-08T17:20:59.000Z
2016-07-19T18:53:35.000Z
csrc/exec_aggregate.c
ibdknox/lueve
8633742d491dc8e5aa97153d3365515bd9b64543
[ "Apache-2.0" ]
3
2016-06-08T12:11:51.000Z
2016-07-19T18:55:01.000Z
#include <runtime.h> #include <exec.h> // we're suposed to have multiple keys and multiple sort orders, ideally // just generate a comparator over r static CONTINUATION_7_4(do_sort, execf, perf, table *, value, value, vector,vector, heap, perf, op...
31.305085
114
0.529778
[ "vector" ]
e840a36c10914db0eeda71bff5c589a464242963
32,394
c
C
src/libnfc-nci/gki/common/gki_time.c
EVerestProject/linux_libnfc-nci
7de6de2eaa66889d57dd31e3c91da00a9622f8db
[ "Apache-2.0" ]
123
2015-09-09T08:14:43.000Z
2022-03-12T11:51:30.000Z
src/libnfc-nci/gki/common/gki_time.c
EVerestProject/linux_libnfc-nci
7de6de2eaa66889d57dd31e3c91da00a9622f8db
[ "Apache-2.0" ]
133
2015-10-20T17:34:17.000Z
2022-03-31T15:25:31.000Z
src/libnfc-nci/gki/common/gki_time.c
EVerestProject/linux_libnfc-nci
7de6de2eaa66889d57dd31e3c91da00a9622f8db
[ "Apache-2.0" ]
93
2015-06-11T04:09:44.000Z
2022-03-14T11:18:15.000Z
/****************************************************************************** * * Copyright (C) 1999-2012 Broadcom Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * ...
31.821218
113
0.53334
[ "object" ]
e843126b85e9aecc0adbc20243b76b57b5146d9c
15,123
c
C
manuscript/python_generators/local_imports/stride/sheet.c
Seanny123/backmap
c216ab1fb9c21114c3d7414e514f5283a0a45f60
[ "MIT" ]
3
2019-10-07T13:07:13.000Z
2021-09-26T08:58:38.000Z
manuscript/python_generators/local_imports/stride/sheet.c
Seanny123/backmap
c216ab1fb9c21114c3d7414e514f5283a0a45f60
[ "MIT" ]
null
null
null
manuscript/python_generators/local_imports/stride/sheet.c
Seanny123/backmap
c216ab1fb9c21114c3d7414e514f5283a0a45f60
[ "MIT" ]
2
2019-03-29T14:51:58.000Z
2020-02-21T14:53:08.000Z
#include "stride.h" void Sheet(CHAIN **Chain, int Cn1, int Cn2, HBOND **HBond, COMMAND *Cmd, float **PhiPsiMap) { PATTERN **PatN, **PatP; RESIDUE *Res1, *Res3, *Res2, *Res4, *ResA, *ResB, *Res1m1, *Res3p1; int R1, R3, R2, R4, RA, RB, PatCntN = 0, PatCntP = 0, Beg; char *AntiPar1, *Par1, *AntiPar2, *Par2; re...
30.246
93
0.536997
[ "3d" ]
e8477f592413aa9d784fac97f940c62b27b74202
2,398
h
C
dsp++/include/dsp++/zeropole.h
andrzejc/dsp-
fd39d2395a37ade36e3b551d261de0177b78296b
[ "MIT" ]
null
null
null
dsp++/include/dsp++/zeropole.h
andrzejc/dsp-
fd39d2395a37ade36e3b551d261de0177b78296b
[ "MIT" ]
null
null
null
dsp++/include/dsp++/zeropole.h
andrzejc/dsp-
fd39d2395a37ade36e3b551d261de0177b78296b
[ "MIT" ]
null
null
null
/*! * @file dsp++/zeropole.h * @brief Tools for converting between DF II, SOS & zero-pole model * @author Andrzej Ciarkowski <mailto:andrzej.ciarkowski@gmail.com> */ #ifndef DSP_ZEROPOLE_H_INCLUDED #define DSP_ZEROPOLE_H_INCLUDED #pragma once #include <dsp++/export.h> #include <complex> #include <functi...
52.130435
186
0.670559
[ "vector", "model" ]
e855253ab6b8d193b569d21c1d8f1f939a8cf867
9,095
h
C
Dependencies/OpenTissue/include/OpenTissue/dynamics/mbd/mbd_material_library.h
marizoldi/Hapty
ed9ef1175d755dbca1609dbb27601440220fd98c
[ "MIT" ]
3
2016-01-06T13:43:21.000Z
2016-03-24T08:57:57.000Z
Dependencies/OpenTissue/include/OpenTissue/dynamics/mbd/mbd_material_library.h
marizoldi/Hapty
ed9ef1175d755dbca1609dbb27601440220fd98c
[ "MIT" ]
2
2016-01-06T12:15:43.000Z
2016-01-16T19:57:09.000Z
Dependencies/OpenTissue/include/OpenTissue/dynamics/mbd/mbd_material_library.h
marizoldi/Hapty
ed9ef1175d755dbca1609dbb27601440220fd98c
[ "MIT" ]
null
null
null
#ifndef OPENTISSUE_DYNAMICS_MBD_MBD_MATERIAL_LIBRARY_H #define OPENTISSUE_DYNAMICS_MBD_MBD_MATERIAL_LIBRARY_H // // OpenTissue Template Library // - A generic toolbox for physics-based modeling and simulation. // Copyright (C) 2008 Department of Computer Science, University of Copenhagen. // // OTTL is licensed ...
32.482143
124
0.73326
[ "object", "vector", "model" ]
e866e672978fc382505e50da410fef53d7ae6e07
7,295
h
C
GRIT/GLUE/include/glue_compute_neighbors.h
H2020-MSCA-ITN-rainbow/GRIT
1bdfb0735515e9d462214f66b88a71aabf836d76
[ "MIT" ]
4
2018-05-28T19:59:05.000Z
2021-04-23T19:57:26.000Z
GRIT/GLUE/include/glue_compute_neighbors.h
H2020-MSCA-ITN-rainbow/GRIT
1bdfb0735515e9d462214f66b88a71aabf836d76
[ "MIT" ]
18
2018-05-06T21:08:19.000Z
2018-06-11T17:59:00.000Z
GRIT/GLUE/include/glue_compute_neighbors.h
misztal/GRIT
6850fec967c9de7c6c501f5067d021ef5288b88e
[ "MIT" ]
null
null
null
#ifndef GLUE_COMPUTE_NEIGHBORS_H #define GLUE_COMPUTE_NEIGHBORS_H #include <glue_tuple.h> #include <glue_triplet.h> #include <glue_neighbors.h> #include <util_log.h> #include <vector> #include <algorithm> namespace glue { namespace details { inline void print_V2T(Neighbors const & info) { util::...
31.175214
146
0.539136
[ "mesh", "vector" ]
e86fce45ce3a25364415d4fff1d2196fd1fa09b6
2,042
c
C
usr.bin/pascal/pdx/runtime/entry.c
weiss/original-bsd
b44636d7febc9dcf553118bd320571864188351d
[ "Unlicense" ]
114
2015-01-18T22:55:52.000Z
2022-02-17T10:45:02.000Z
usr.bin/pascal/pdx/runtime/entry.c
JamesLinus/original-bsd
b44636d7febc9dcf553118bd320571864188351d
[ "Unlicense" ]
null
null
null
usr.bin/pascal/pdx/runtime/entry.c
JamesLinus/original-bsd
b44636d7febc9dcf553118bd320571864188351d
[ "Unlicense" ]
29
2015-11-03T22:05:22.000Z
2022-02-08T15:36:37.000Z
/*- * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint static char sccsid[] = "@(#)entry.c 8.1 (Berkeley) 06/06/93"; #endif /* not lint */ /* * routines to deal with the entry addresses of blocks */ #include "defs.h" #inc...
19.447619
69
0.668952
[ "object" ]
e8711e6cbf42a46cb549e72f1bff6abcd7c76d75
2,619
h
C
src/data/Cluster.h
kaszarek/drivenowandthen
9632ae308544f2833a2de9b7d1a5bdb7649c2930
[ "MIT" ]
null
null
null
src/data/Cluster.h
kaszarek/drivenowandthen
9632ae308544f2833a2de9b7d1a5bdb7649c2930
[ "MIT" ]
null
null
null
src/data/Cluster.h
kaszarek/drivenowandthen
9632ae308544f2833a2de9b7d1a5bdb7649c2930
[ "MIT" ]
null
null
null
/* * Cluster.h * * Created on: 30 lis 2015 * Author: Kamil */ #ifndef CLUSTER_H_ #define CLUSTER_H_ #include <QObject> #include "src/interfaces/IPointOnMap.h" /*! * Container for a points on a map. It generated clusters with provided algorithm */ class Cluster: public IPointOnMap { Q_OBJECT public: ...
24.707547
128
0.63803
[ "object" ]
e87477a8bb0fbe6d9449ff330491ddbdbc250359
1,339
h
C
RStein.AsyncCpp/Schedulers/SimpleThreadPool.h
renestein/Rstein.AsyncCpp
8f020ad271250479f600d7e2e862f701472c3a48
[ "MIT" ]
41
2020-05-04T05:58:24.000Z
2022-03-25T07:21:45.000Z
RStein.AsyncCpp/Schedulers/SimpleThreadPool.h
renestein/Rstein.AsyncCpp
8f020ad271250479f600d7e2e862f701472c3a48
[ "MIT" ]
15
2021-02-03T16:05:19.000Z
2021-08-17T17:09:28.000Z
RStein.AsyncCpp/Schedulers/SimpleThreadPool.h
renestein/Rstein.AsyncCpp
8f020ad271250479f600d7e2e862f701472c3a48
[ "MIT" ]
4
2020-05-04T15:41:37.000Z
2021-08-24T00:59:18.000Z
#pragma once #include <functional> #include <queue> #include <mutex> #include <condition_variable> #include <vector> #include <thread> #include <atomic> namespace RStein::AsyncCpp::Schedulers { //TODO: Better Lock free + work stealing ThreadPool //TODO: Start/Stop is not thread safe. class SimpleThreadPool { ...
24.345455
72
0.713219
[ "vector" ]
e875613f6b371ef774ed7b4ca52e96e805156b79
2,255
h
C
main/lucid/rm/GA.h
irumsey/ijrumsey.com
3dcf909eada5a09d39e6bf89a1f0bf1fa7328789
[ "MIT" ]
null
null
null
main/lucid/rm/GA.h
irumsey/ijrumsey.com
3dcf909eada5a09d39e6bf89a1f0bf1fa7328789
[ "MIT" ]
null
null
null
main/lucid/rm/GA.h
irumsey/ijrumsey.com
3dcf909eada5a09d39e6bf89a1f0bf1fa7328789
[ "MIT" ]
null
null
null
#pragma once #include <vector> #include <lucid/core/Types.h> #include <lucid/core/Error.h> #include <lucid/core/Bits.h> namespace lucid { namespace rm { /// Genome /// /// template<class Gene, class Measure = float32_t, class Chromosome = std::vector<Gene> > struct Genome { typedef Gene gene_t; typedef Mea...
24.51087
102
0.678936
[ "vector" ]
e876882f9a5fec07491fe05ae20e9a7c18735e74
162
h
C
faux/vec/private.h
npobaum/faux
4c2c1e3fc7c5d3206a1d9582579e99cea4147917
[ "BSD-3-Clause" ]
1
2021-01-01T02:54:30.000Z
2021-01-01T02:54:30.000Z
faux/vec/private.h
npobaum/faux
4c2c1e3fc7c5d3206a1d9582579e99cea4147917
[ "BSD-3-Clause" ]
null
null
null
faux/vec/private.h
npobaum/faux
4c2c1e3fc7c5d3206a1d9582579e99cea4147917
[ "BSD-3-Clause" ]
null
null
null
#include "faux/vec.h" struct faux_vec_s { void *data; size_t len; size_t item_size; faux_vec_kcmp_fn kcmpFn; // Function to compare key and vector's item };
18
70
0.734568
[ "vector" ]
e877c8250275c78c03862c75f57d9a0dc592139f
4,257
h
C
call/adaptation/resource_adaptation_processor.h
hjybdrs/webrtcRepo
9427b51d6ff50af73c217cb725b1c59b9d701796
[ "BSD-3-Clause" ]
null
null
null
call/adaptation/resource_adaptation_processor.h
hjybdrs/webrtcRepo
9427b51d6ff50af73c217cb725b1c59b9d701796
[ "BSD-3-Clause" ]
null
null
null
call/adaptation/resource_adaptation_processor.h
hjybdrs/webrtcRepo
9427b51d6ff50af73c217cb725b1c59b9d701796
[ "BSD-3-Clause" ]
null
null
null
/* * Copyright 2020 The WebRTC Project Authors. All rights reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contributing ...
42.148515
80
0.802443
[ "vector" ]
e8848e7ac0a6fc0497f05d7c64a73f319606af27
7,915
h
C
old/shaders/Lighting/include/Defines.h
clayne/Skyrim-SE-Shader-Tools
b54d184a5c3acc25c60e6666a46c68b09a3759ed
[ "MIT" ]
null
null
null
old/shaders/Lighting/include/Defines.h
clayne/Skyrim-SE-Shader-Tools
b54d184a5c3acc25c60e6666a46c68b09a3759ed
[ "MIT" ]
null
null
null
old/shaders/Lighting/include/Defines.h
clayne/Skyrim-SE-Shader-Tools
b54d184a5c3acc25c60e6666a46c68b09a3759ed
[ "MIT" ]
1
2021-03-12T20:54:21.000Z
2021-03-12T20:54:21.000Z
// Skyrim Special Edition - BSLightingShader Defines // All the groundwork for this can be found in Nukem's project here: https://github.com/Nukem9/SkyrimSETest/tree/master/skyrim64_test/src/patches/TES/BSShader/Shaders // techniques // 0 None // 1 Envmap - #define ENVMAP // 2 Glowmap - #define GLOWMAP // 3 Parallax...
31.40873
238
0.787997
[ "vector", "model", "transform" ]
95487853d33ebba931634baf693a8c8b3c7a0127
1,549
h
C
include/pr/collision/todo/shapetriangle.h
psryland/rylogic_code
f79e471fe0d6714c5e0cf8385ddc2a88ab2e082b
[ "CNRI-Python" ]
2
2020-11-11T16:19:04.000Z
2021-01-19T01:53:29.000Z
include/pr/collision/todo/shapetriangle.h
psryland/rylogic_code
f79e471fe0d6714c5e0cf8385ddc2a88ab2e082b
[ "CNRI-Python" ]
1
2020-07-27T09:00:21.000Z
2020-07-27T10:58:10.000Z
include/pr/physics/shape/shapetriangle.h
psryland/rylogic_code
f79e471fe0d6714c5e0cf8385ddc2a88ab2e082b
[ "CNRI-Python" ]
1
2021-04-04T01:39:55.000Z
2021-04-04T01:39:55.000Z
//********************************************* // Physics engine // Copyright (c) Rylogic Ltd 2006 //********************************************* #pragma once #ifndef PR_PHYSICS_SHAPE_TRIANGLE_H #define PR_PHYSICS_SHAPE_TRIANGLE_H #include "pr/physics/shape/shape.h" namespace pr { namespace ph { ...
39.717949
215
0.654616
[ "shape" ]
954c8c428609c5c0b4b12e65340cdde59f770f76
528
h
C
ShapeDisplay.h
sergrt/Gen61850Sv
ac4461ee0c755553e82be2513f635a6f92fb6f5d
[ "Apache-2.0" ]
6
2017-08-29T08:35:32.000Z
2021-07-10T07:56:56.000Z
ShapeDisplay.h
sergrt/Gen61850Sv
ac4461ee0c755553e82be2513f635a6f92fb6f5d
[ "Apache-2.0" ]
null
null
null
ShapeDisplay.h
sergrt/Gen61850Sv
ac4461ee0c755553e82be2513f635a6f92fb6f5d
[ "Apache-2.0" ]
4
2016-04-11T05:14:54.000Z
2022-01-20T16:16:30.000Z
#ifndef SHAPEDISPLAY_H #define SHAPEDISPLAY_H #include <QWidget> #include "ui_ShapeDisplay.h" class ShapeDisplay : public QWidget { Q_OBJECT public: ShapeDisplay(QWidget *parent = 0); ~ShapeDisplay(); enum DISPLAY_SHAPE { DISPLAY_SHAPE_NONE = 0, DISPLAY_SHAPE_SIN, ...
18.857143
40
0.651515
[ "shape" ]
954e5ef4c9bda84b01d0498e0da7280079dc7bd4
2,225
c
C
src/maze.c
adamples/maze_generator
5d3ad60238027fc935c2aa0ed699de47ab9ae339
[ "MIT" ]
2
2022-03-12T02:41:17.000Z
2022-03-12T04:31:16.000Z
src/maze.c
adamples/maze_generator
5d3ad60238027fc935c2aa0ed699de47ab9ae339
[ "MIT" ]
null
null
null
src/maze.c
adamples/maze_generator
5d3ad60238027fc935c2aa0ed699de47ab9ae339
[ "MIT" ]
null
null
null
/* Copyright (c) 2018 Adam Ples * * 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, dis...
26.176471
80
0.688989
[ "model" ]
95500b7f67cce72d5d39753c45240eb3097ae2e7
16,930
c
C
mex/include/sisl-4.5.0/src/s1992.c
sangyoonHan/extern
a3c874538a7262b895b60d3c4d493e5b34cf81f8
[ "BSD-2-Clause" ]
null
null
null
mex/include/sisl-4.5.0/src/s1992.c
sangyoonHan/extern
a3c874538a7262b895b60d3c4d493e5b34cf81f8
[ "BSD-2-Clause" ]
null
null
null
mex/include/sisl-4.5.0/src/s1992.c
sangyoonHan/extern
a3c874538a7262b895b60d3c4d493e5b34cf81f8
[ "BSD-2-Clause" ]
null
null
null
//=========================================================================== // SISL - SINTEF Spline Library, version 4.5.0. // Definition and interrogation of NURBS curves and surfaces. // // Copyright (C) 2000-2005, 2010 SINTEF ICT, Applied Mathematics, Norway. // // This program is free software; you can redistrib...
27.350565
77
0.445068
[ "object" ]
95601d3a948ccf2892c55ee94f7b5202385bb757
10,055
c
C
external/SCOTCH/src/libscotchmetis/parmetis_dgraph_part.c
ElectronicStructureLibrary/elsi-interface
95d2b02ca627e08eea52eea8358fdb44ab0e67e3
[ "BSD-3-Clause" ]
5
2020-12-10T09:52:01.000Z
2022-01-28T13:38:45.000Z
external/SCOTCH/src/libscotchmetis/parmetis_dgraph_part.c
ElectronicStructureLibrary/elsi-interface
95d2b02ca627e08eea52eea8358fdb44ab0e67e3
[ "BSD-3-Clause" ]
null
null
null
external/SCOTCH/src/libscotchmetis/parmetis_dgraph_part.c
ElectronicStructureLibrary/elsi-interface
95d2b02ca627e08eea52eea8358fdb44ab0e67e3
[ "BSD-3-Clause" ]
3
2021-04-07T00:30:08.000Z
2021-12-12T07:02:50.000Z
/* Copyright 2008-2010,2012,2018,2019 IPB, Universite de Bordeaux, INRIA & CNRS ** ** This file is part of the Scotch software package for static mapping, ** graph partitioning and sparse matrix ordering. ** ** This software is governed by the CeCILL-C license under French law ** and abiding by the rules of distributio...
38.087121
157
0.556141
[ "object" ]
95635cc1df6af739ddd200dca5381fbee5cfba68
6,293
h
C
include/liveplusplus/liveplusplus.h
simongeilfus/liveplusplus
cdf239ad20181368263ff6f92ddb4a48f073eea7
[ "MIT" ]
null
null
null
include/liveplusplus/liveplusplus.h
simongeilfus/liveplusplus
cdf239ad20181368263ff6f92ddb4a48f073eea7
[ "MIT" ]
null
null
null
include/liveplusplus/liveplusplus.h
simongeilfus/liveplusplus
cdf239ad20181368263ff6f92ddb4a48f073eea7
[ "MIT" ]
null
null
null
/* Copyright 2020 Simon Geilfus Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, s...
47.674242
278
0.767361
[ "vector" ]
9565c8440a8956798a7089736a50249058e864bd
2,188
h
C
Utilities.h
NinhPham/Outlier
cbd8875b8185901f2b5d7d70b0294184d7004939
[ "MIT" ]
11
2018-08-28T11:55:54.000Z
2021-08-21T10:51:32.000Z
Utilities.h
NinhPham/Outlier
cbd8875b8185901f2b5d7d70b0294184d7004939
[ "MIT" ]
null
null
null
Utilities.h
NinhPham/Outlier
cbd8875b8185901f2b5d7d70b0294184d7004939
[ "MIT" ]
1
2021-04-29T09:34:15.000Z
2021-04-29T09:34:15.000Z
#ifndef UTILITIES_H_INCLUDED #define UTILITIES_H_INCLUDED #include "Header.h" #include "prng.h" //#include <string> #include <sstream> // already included string #include <utility> // for pair<int, int> #include "time.h" // clock() #include <algorithm> // sort() #include <cstdio> // printf() #include <m...
29.972603
110
0.691956
[ "vector" ]
95724c13c1e8e57da3dd6c82acd5e91b7a8c4de4
1,028
h
C
frame_loader.h
jmmelis/DipteraTrack
1d267ccd4248635233147f2035b900a433dc4536
[ "MIT" ]
1
2019-06-14T10:19:19.000Z
2019-06-14T10:19:19.000Z
frame_loader.h
jmmelis/DipteraTrack
1d267ccd4248635233147f2035b900a433dc4536
[ "MIT" ]
null
null
null
frame_loader.h
jmmelis/DipteraTrack
1d267ccd4248635233147f2035b900a433dc4536
[ "MIT" ]
null
null
null
#ifndef FRAME_LOADER_CLASS_H #define FRAME_LOADER_CLASS_H #include "session_data.h" #include "frame_data.h" #include <boost/python.hpp> #include <boost/python/numpy.hpp> #include <string> #include <stdint.h> #include <iostream> #include <vector> #include <opencv2/opencv.hpp> #include <opencv2/highgui.hpp> #include <a...
25.7
87
0.744163
[ "vector" ]
9584d068c40b0bec43bd123c545f16040f9516a1
2,257
h
C
cSound.h
llop/R-Type
9d41cb7de85496cefa67d4c14b3ba793926aba8f
[ "MIT" ]
2
2016-04-12T10:24:27.000Z
2020-12-29T16:53:51.000Z
cSound.h
llop/R-Type
9d41cb7de85496cefa67d4c14b3ba793926aba8f
[ "MIT" ]
null
null
null
cSound.h
llop/R-Type
9d41cb7de85496cefa67d4c14b3ba793926aba8f
[ "MIT" ]
2
2017-10-07T17:36:03.000Z
2021-12-11T14:11:25.000Z
#pragma once #include "Globals.h" class cSound { public: cSound(); ~cSound(); bool loadWAV(const char* fileName, bool continuousLoop, float gain); bool play(); bool pause(); bool resume(); bool stop(); bool rewind(); bool loaded() const; void gain(float gainLevel); float gain(); private: bool _loaded...
18.056
102
0.782898
[ "vector" ]
95a04de066f1e31b15592e8f6fcff49101afc0bb
23,869
h
C
deps/mozjs/src/jit/CodeGenerator.h
ktrzeciaknubisa/jxcore-binary-packaging
5759df084be10a259a4a4f1b38c214c6084a7c0f
[ "Apache-2.0" ]
2,494
2015-02-11T04:34:13.000Z
2022-03-31T14:21:47.000Z
deps/mozjs/src/jit/CodeGenerator.h
ktrzeciaknubisa/jxcore-binary-packaging
5759df084be10a259a4a4f1b38c214c6084a7c0f
[ "Apache-2.0" ]
685
2015-02-11T17:14:26.000Z
2021-04-13T09:58:39.000Z
deps/mozjs/src/jit/CodeGenerator.h
ktrzeciaknubisa/jxcore-binary-packaging
5759df084be10a259a4a4f1b38c214c6084a7c0f
[ "Apache-2.0" ]
442
2015-02-12T13:45:46.000Z
2022-03-21T05:28:05.000Z
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- * vim: set ts=8 sts=4 et sw=4 tw=99: * 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/. */ ...
49.214433
101
0.742092
[ "object", "vector" ]
9f310d2853030117968b360e74e6dc2b729faec5
3,035
h
C
libraries/model/include/NodeMap.h
awf/ELL
25c94a1422efc41d5560db11b136f9d8f957ad41
[ "MIT" ]
2,094
2016-09-28T05:55:24.000Z
2019-05-04T19:06:36.000Z
libraries/model/include/NodeMap.h
awesomemachinelearning/ELL
cb897e3aec148a1e9bd648012b5f53ab9d0dd20c
[ "MIT" ]
213
2017-06-30T12:53:40.000Z
2019-05-03T06:35:38.000Z
libraries/model/include/NodeMap.h
awesomemachinelearning/ELL
cb897e3aec148a1e9bd648012b5f53ab9d0dd20c
[ "MIT" ]
301
2017-03-24T08:40:00.000Z
2019-05-02T21:22:28.000Z
//////////////////////////////////////////////////////////////////////////////////////////////////// // // Project: Embedded Learning Library (ELL) // File: NodeMap.h (model) // Authors: Umesh Madan // //////////////////////////////////////////////////////////////////////////////////////////////////// #pragma ...
29.182692
106
0.554201
[ "model" ]
9f3292b71a1101ba52c92c59e3f1931b20be2482
871
h
C
external/adaqs/include/qs_model/qs_model_block.h
qf6101/algorithm-components
f7307e4bd9697ee473d5763e0a61df7891b699f6
[ "Apache-2.0" ]
2
2019-11-27T11:43:45.000Z
2020-11-09T09:21:23.000Z
external/adaqs/include/qs_model/qs_model_block.h
qf6101/algorithm-components
f7307e4bd9697ee473d5763e0a61df7891b699f6
[ "Apache-2.0" ]
null
null
null
external/adaqs/include/qs_model/qs_model_block.h
qf6101/algorithm-components
f7307e4bd9697ee473d5763e0a61df7891b699f6
[ "Apache-2.0" ]
2
2019-12-16T18:54:17.000Z
2020-02-24T07:52:24.000Z
// // Created by qfeng on 17-10-13. // #ifndef QUICKSCORER_QS_MODEL_BLOCK_H #define QUICKSCORER_QS_MODEL_BLOCK_H #include "conf/config.h" #include <Eigen/Sparse> #include <vector> using namespace std; namespace quickscorer { class QSModelBlock { public: shared_ptr<spdlog::logger> _logger; ...
22.921053
87
0.695752
[ "vector" ]
9f46de3276d61ab944eda709c37624abc21a4bde
6,495
h
C
labbot/devel/include/labbot/msgFromLabbot.h
RafalStaszak/autonomous-real
e45214ed323d9627de2c5f1f4188e330d65dd202
[ "MIT" ]
null
null
null
labbot/devel/include/labbot/msgFromLabbot.h
RafalStaszak/autonomous-real
e45214ed323d9627de2c5f1f4188e330d65dd202
[ "MIT" ]
null
null
null
labbot/devel/include/labbot/msgFromLabbot.h
RafalStaszak/autonomous-real
e45214ed323d9627de2c5f1f4188e330d65dd202
[ "MIT" ]
null
null
null
// Generated by gencpp from file labbot/msgFromLabbot.msg // DO NOT EDIT! #ifndef LABBOT_MESSAGE_MSGFROMLABBOT_H #define LABBOT_MESSAGE_MSGFROMLABBOT_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/builtin_message_traits.h> #include <ros/mess...
27.75641
441
0.733949
[ "vector" ]
9f5d9a3c3d0a57114b8471f80fb3d4aca8a07745
525
h
C
BWT/Classes/Controller/common/User/BWTUserTool.h
Miridescen/BWT
160f1b6aa11c052afe42f157759d7f931ecea184
[ "Apache-2.0" ]
null
null
null
BWT/Classes/Controller/common/User/BWTUserTool.h
Miridescen/BWT
160f1b6aa11c052afe42f157759d7f931ecea184
[ "Apache-2.0" ]
null
null
null
BWT/Classes/Controller/common/User/BWTUserTool.h
Miridescen/BWT
160f1b6aa11c052afe42f157759d7f931ecea184
[ "Apache-2.0" ]
null
null
null
// // BWTUserTool.h // BWT // // Created by Miridescent on 2019/10/24. // Copyright © 2019 Miridescent. All rights reserved. // #import <Foundation/Foundation.h> NS_ASSUME_NONNULL_BEGIN @class BWTUserModel; @interface BWTUserTool : NSObject + (void)loginWithUserModel:(BWTUserModel *)model; + (BWTUserModel *)user...
16.935484
54
0.729524
[ "model" ]
9f764a152d08a4b1f227ec4c3afea586b3f96e83
3,488
h
C
trunk/WCSiOS/Utility/WCSLogging.h
Superalvin1123/wcs-ios-sdk
5721003c1a10bf4799ded5fa42602e5acd396b15
[ "MIT" ]
17
2017-06-12T10:40:19.000Z
2019-07-01T03:18:13.000Z
trunk/WCSiOS/Utility/WCSLogging.h
Superalvin1123/wcs-ios-sdk
5721003c1a10bf4799ded5fa42602e5acd396b15
[ "MIT" ]
2
2017-09-28T09:05:20.000Z
2020-12-22T10:16:14.000Z
trunk/WCSiOS/Utility/WCSLogging.h
Superalvin1123/wcs-ios-sdk
5721003c1a10bf4799ded5fa42602e5acd396b15
[ "MIT" ]
2
2017-07-10T03:40:28.000Z
2018-06-04T08:38:54.000Z
// // Copyright 2010-2016 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 "licen...
35.591837
219
0.736525
[ "object" ]
9f7e58aba3d2d2e52aa4c147bd9913e7080efb60
31,486
c
C
DIR819_v1.06/src/opensource/dlna/dlna_usb/upnp/src/controlpoint.c
Sirherobrine23/Dir819gpl_code
8af92d65416198755974e3247b7bbe7f1151d525
[ "BSD-2-Clause" ]
1
2022-03-19T06:38:01.000Z
2022-03-19T06:38:01.000Z
DIR819_v1.06/src/opensource/dlna/dlna_usb/upnp/src/controlpoint.c
Sirherobrine23/Dir819gpl_code
8af92d65416198755974e3247b7bbe7f1151d525
[ "BSD-2-Clause" ]
null
null
null
DIR819_v1.06/src/opensource/dlna/dlna_usb/upnp/src/controlpoint.c
Sirherobrine23/Dir819gpl_code
8af92d65416198755974e3247b7bbe7f1151d525
[ "BSD-2-Clause" ]
1
2022-03-19T06:38:03.000Z
2022-03-19T06:38:03.000Z
/*************************************************************************** * (c)2008-2009 Broadcom Corporation * * This program is the proprietary software of Broadcom Corporation and/or its licensors, * and may only be used, duplicated, modified or distributed pursuant to the terms and * conditions of a sep...
35.258679
139
0.678429
[ "object" ]
9f8546a1d9d081683904e7b7f51c60ea73601d1c
35,946
c
C
QCA4020_SDK/target/quartz/demo/QCLI_demo/src/net/iperf.c
r8d8/lastlock
78c02e5fbb129b1bc4147bd55eec2882267d7e87
[ "Apache-2.0" ]
null
null
null
QCA4020_SDK/target/quartz/demo/QCLI_demo/src/net/iperf.c
r8d8/lastlock
78c02e5fbb129b1bc4147bd55eec2882267d7e87
[ "Apache-2.0" ]
null
null
null
QCA4020_SDK/target/quartz/demo/QCLI_demo/src/net/iperf.c
r8d8/lastlock
78c02e5fbb129b1bc4147bd55eec2882267d7e87
[ "Apache-2.0" ]
null
null
null
/* * Copyright (c) 2016-2018 Qualcomm Technologies, Inc. * All Rights Reserved. */ // Copyright (c) 2018 Qualcomm Technologies, Inc. // All rights reserved. // Redistribution and use in source and binary forms, with or without modification, are permitted (subject to the limitations in the disclaimer below) // provided...
40.388764
397
0.487509
[ "3d" ]
9f9bee431c6f35b1fc4ce63a4265c4b5773f3d48
27,371
h
C
Source/Services/AdExchangeBuyer/Generated/GTLQueryAdExchangeBuyer.h
mpapp/google-api-objectivec-client
7c4e4a86d94c10f2fd2dbea46ec9f1a631109bd3
[ "Apache-2.0" ]
null
null
null
Source/Services/AdExchangeBuyer/Generated/GTLQueryAdExchangeBuyer.h
mpapp/google-api-objectivec-client
7c4e4a86d94c10f2fd2dbea46ec9f1a631109bd3
[ "Apache-2.0" ]
null
null
null
Source/Services/AdExchangeBuyer/Generated/GTLQueryAdExchangeBuyer.h
mpapp/google-api-objectivec-client
7c4e4a86d94c10f2fd2dbea46ec9f1a631109bd3
[ "Apache-2.0" ]
null
null
null
/* Copyright (c) 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...
45.618333
113
0.752073
[ "object" ]
9fb6dc84b51574159d3adf5c9225d22d993de88f
2,958
h
C
include/tl/bare.h
mattiabrandon/MBProto
54ce2d4c3103c83cab559aff206f4cdd095bdef3
[ "MIT" ]
12
2020-09-01T20:32:54.000Z
2021-09-10T21:07:19.000Z
include/tl/bare.h
mattiabrandon/MBProto
54ce2d4c3103c83cab559aff206f4cdd095bdef3
[ "MIT" ]
null
null
null
include/tl/bare.h
mattiabrandon/MBProto
54ce2d4c3103c83cab559aff206f4cdd095bdef3
[ "MIT" ]
2
2021-07-09T19:23:22.000Z
2022-02-05T16:09:15.000Z
/* Copyright (c) 2021 Mattia Lorenzo Chiabrando * * 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, mer...
29
93
0.732928
[ "vector" ]
9fbb2c4b99172d97ff8686c65607c3cd83368d20
1,871
h
C
ParallaxOcclusionMapping/object.h
Shantanu-Chauhan/ParallaxOcclusionMapping
403b4c208cb743bb16d13815cd635defd4619db7
[ "Apache-2.0" ]
1
2020-03-08T05:36:19.000Z
2020-03-08T05:36:19.000Z
ParallaxOcclusionMapping/object.h
Shantanu-Chauhan/ParallaxOcclusionMapping
403b4c208cb743bb16d13815cd635defd4619db7
[ "Apache-2.0" ]
null
null
null
ParallaxOcclusionMapping/object.h
Shantanu-Chauhan/ParallaxOcclusionMapping
403b4c208cb743bb16d13815cd635defd4619db7
[ "Apache-2.0" ]
null
null
null
//////////////////////////////////////////////////////////////////////// // A lightweight class representing an instance of an object that can // be drawn onscreen. An Object consists of a shape (batch of // triangles), and various transformation, color and texture // parameters. It also contains a list of child obje...
35.980769
96
0.657402
[ "object", "shape", "vector", "model" ]
9fc111a79890e2932aaa77f2cd79384c0a9b15c5
1,996
h
C
models/math/include/math_utility_c.h
cihuang123/Next-simulation
e8552a5804184b30022d103d47c8728fb242b5bc
[ "BSD-3-Clause" ]
null
null
null
models/math/include/math_utility_c.h
cihuang123/Next-simulation
e8552a5804184b30022d103d47c8728fb242b5bc
[ "BSD-3-Clause" ]
null
null
null
models/math/include/math_utility_c.h
cihuang123/Next-simulation
e8552a5804184b30022d103d47c8728fb242b5bc
[ "BSD-3-Clause" ]
2
2021-05-05T14:59:37.000Z
2021-06-17T03:19:45.000Z
#ifndef math_utility_c__H #define math_utility_c__H /********************************* TRICK HEADER ******************************* PURPOSE: (Math functions C Version) LIBRARY DEPENDENCY: ((../src/math_utility_c.c) (../../cad/src/global_constants.c)) *************************************************...
42.468085
121
0.746994
[ "cad" ]
1952a153eea26da5bf0639a00babfcada446c94e
715
h
C
CWin/CWin/grid/grid_object.h
benbraide/CWin
0441b48a71fef0dbddabf61033d7286669772c1e
[ "MIT" ]
null
null
null
CWin/CWin/grid/grid_object.h
benbraide/CWin
0441b48a71fef0dbddabf61033d7286669772c1e
[ "MIT" ]
null
null
null
CWin/CWin/grid/grid_object.h
benbraide/CWin
0441b48a71fef0dbddabf61033d7286669772c1e
[ "MIT" ]
null
null
null
#pragma once #include "grid_row.h" namespace cwin::grid{ class object : public ui::visible_surface{ public: struct row_info{ row *target; bool is_fixed; int fixed_height; }; object(); explicit object(tree &parent); object(tree &parent, std::size_t index); virtual ~object(); virtual void ...
16.627907
87
0.703497
[ "object" ]
195bcff7165f1eab1fe98624e3a948ddd4eab145
616
h
C
dali/array/expression/optimization.h
bzcheeseman/Dali
a77c7ce60b20ce150a5927747e128688657907eb
[ "MIT" ]
null
null
null
dali/array/expression/optimization.h
bzcheeseman/Dali
a77c7ce60b20ce150a5927747e128688657907eb
[ "MIT" ]
null
null
null
dali/array/expression/optimization.h
bzcheeseman/Dali
a77c7ce60b20ce150a5927747e128688657907eb
[ "MIT" ]
null
null
null
#ifndef DALI_ARRAY_EXPRESSION_OPTIMIZATION_H #define DALI_ARRAY_EXPRESSION_OPTIMIZATION_H #include <functional> #include "dali/array/array.h" // gets the right-hand side arguments from an assignment node. const std::vector<Array>& right_args(Array node); int register_optimization(std::function<bool(const Array&)> co...
34.222222
76
0.733766
[ "vector" ]
195ceabfd1eade27a30b85e49ff1740faa5b8f64
590
h
C
include/Engine/Renderer/Mesh/StaticMesh.h
sfulham/GameProject-1
83c065ac7abc4c0a098dfcb0d1cc13f9d8bf7a03
[ "MIT" ]
null
null
null
include/Engine/Renderer/Mesh/StaticMesh.h
sfulham/GameProject-1
83c065ac7abc4c0a098dfcb0d1cc13f9d8bf7a03
[ "MIT" ]
null
null
null
include/Engine/Renderer/Mesh/StaticMesh.h
sfulham/GameProject-1
83c065ac7abc4c0a098dfcb0d1cc13f9d8bf7a03
[ "MIT" ]
null
null
null
// // Created by MarcasRealAccount on 30. Oct. 2020 // #include "Engine/Renderer/Mesh/Mesh.h" #include <glm.hpp> namespace gp1::renderer::mesh { struct StaticMeshVertex { public: glm::fvec3 position { 0.0f, 0.0f, 0.0f }; // The position of this vertex. glm::fvec3 normal { 0.0f, 0.0f, 0.0f }; // The normal o...
20.344828
75
0.645763
[ "mesh", "vector" ]
1965d7bf139bd3cac38aea06efe3a2c8897684a1
4,076
h
C
src/function/NSDebug.h
mulle-objc/MulleObjC
ce1d3e2b9427b293044aea735363e7707a2721d9
[ "BSD-3-Clause" ]
54
2016-11-21T12:26:25.000Z
2021-10-13T16:51:52.000Z
src/function/NSDebug.h
mulle-objc/MulleObjC
ce1d3e2b9427b293044aea735363e7707a2721d9
[ "BSD-3-Clause" ]
13
2016-12-14T13:38:17.000Z
2022-01-26T13:39:20.000Z
src/function/NSDebug.h
mulle-objc/MulleObjC
ce1d3e2b9427b293044aea735363e7707a2721d9
[ "BSD-3-Clause" ]
9
2016-11-10T19:01:29.000Z
2021-04-03T11:40:45.000Z
// // NSDebug.h // MulleObjC // // Copyright (c) 2011 Nat! - Mulle kybernetiK. // Copyright (c) 2011 Codeon GmbH. // All rights reserved. // // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // Redistributio...
34.252101
83
0.742885
[ "object" ]
19664794aff79ad9c2e4c41796d9ebe0d6f6ff20
86,884
h
C
mmwave_sdk/packages/ti/drivers/hwa/test/common/1dFFT_in.h
astroa-git/fmcw-RADAR
e120c8c9c84a1473749c632dcf602741a9ab67ef
[ "MIT" ]
14
2021-05-11T21:20:01.000Z
2022-01-05T03:53:29.000Z
mmwave_sdk/packages/ti/drivers/hwa/test/common/1dFFT_in.h
astroa-git/fmcw-RADAR
e120c8c9c84a1473749c632dcf602741a9ab67ef
[ "MIT" ]
null
null
null
mmwave_sdk/packages/ti/drivers/hwa/test/common/1dFFT_in.h
astroa-git/fmcw-RADAR
e120c8c9c84a1473749c632dcf602741a9ab67ef
[ "MIT" ]
4
2021-11-16T02:36:31.000Z
2021-11-30T00:37:55.000Z
/* * Copyright (c) 2015, Texas Instruments Incorporated * 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...
10.554422
81
0.428422
[ "vector" ]
1970cbc2027e4eb6e186658fddcca402c7fe18fd
26,888
h
C
synth1/Source/FilterExtern/pluginconstants.h
mathias-dietrich/flipotronics
6ebdba70448df09ab7a29a4a75ab1fc01138a85f
[ "Apache-2.0" ]
null
null
null
synth1/Source/FilterExtern/pluginconstants.h
mathias-dietrich/flipotronics
6ebdba70448df09ab7a29a4a75ab1fc01138a85f
[ "Apache-2.0" ]
null
null
null
synth1/Source/FilterExtern/pluginconstants.h
mathias-dietrich/flipotronics
6ebdba70448df09ab7a29a4a75ab1fc01138a85f
[ "Apache-2.0" ]
null
null
null
#pragma once // turn off non-critical warnings #pragma warning(disable : 4244)//double to float #pragma warning(disable : 4996)//strncpy #pragma warning(disable : 4305)//double float truncation #pragma warning(disable : 4018)//signed/unsigned mismatch #pragma warning(disable : 4800)//signed/unsigned mismatch ...
25.92864
130
0.659811
[ "render", "object", "vector" ]
1971b47573fad7e20d6b3a61f55951ac953cba4f
1,485
h
C
include/webservice/in_memory_index_search.h
FreshDISKANN/FreshDISKANN
c7750ed7ae2df202b3f3a98477199963245c8ba7
[ "MIT" ]
6
2020-10-13T11:30:53.000Z
2021-12-03T15:50:15.000Z
include/webservice/in_memory_index_search.h
FreshDISKANN/FreshDISKANN
c7750ed7ae2df202b3f3a98477199963245c8ba7
[ "MIT" ]
null
null
null
include/webservice/in_memory_index_search.h
FreshDISKANN/FreshDISKANN
c7750ed7ae2df202b3f3a98477199963245c8ba7
[ "MIT" ]
3
2020-10-13T11:30:55.000Z
2021-12-02T14:29:42.000Z
#pragma once #include <string> #include <vector> #include <distance.h> #include <index.h> #include <cosine_similarity.h> namespace diskann { class IndexSearchResult { public: IndexSearchResult(unsigned int k, unsigned int elapsedTimeInMs) : K(k), searchTimeInMs(elapsedTimeInMs) { finalResults.r...
28.557692
76
0.618855
[ "vector" ]
1977415d3337791c6e650b472918a24c8d3bae82
5,282
h
C
sys/src/cmd/gs/opdef.h
Plan9-Archive/plan9-2e
ce6d0434246216e848babe4f56919dc28981ad04
[ "MIT" ]
1
2021-03-23T22:40:43.000Z
2021-03-23T22:40:43.000Z
sys/src/cmd/gs/opdef.h
Plan9-Archive/plan9-2e
ce6d0434246216e848babe4f56919dc28981ad04
[ "MIT" ]
null
null
null
sys/src/cmd/gs/opdef.h
Plan9-Archive/plan9-2e
ce6d0434246216e848babe4f56919dc28981ad04
[ "MIT" ]
1
2021-12-21T06:19:58.000Z
2021-12-21T06:19:58.000Z
/* Copyright (C) 1991, 1992, 1994 Aladdin Enterprises. All rights reserved. This file is part of Aladdin Ghostscript. Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND. No author or distributor accepts any responsibility for the consequences of using it, or for whether it serves any partic...
39.125926
85
0.751231
[ "object" ]
1986ca01d10356f21c654d1a88290248dc7836fe
3,606
h
C
src/operators/LineSampler/avtLineSamplerFilter.h
visit-dav/vis
c08bc6e538ecd7d30ddc6399ec3022b9e062127e
[ "BSD-3-Clause" ]
226
2018-12-29T01:13:49.000Z
2022-03-30T19:16:31.000Z
src/operators/LineSampler/avtLineSamplerFilter.h
visit-dav/vis
c08bc6e538ecd7d30ddc6399ec3022b9e062127e
[ "BSD-3-Clause" ]
5,100
2019-01-14T18:19:25.000Z
2022-03-31T23:08:36.000Z
src/operators/LineSampler/avtLineSamplerFilter.h
visit-dav/vis
c08bc6e538ecd7d30ddc6399ec3022b9e062127e
[ "BSD-3-Clause" ]
84
2019-01-24T17:41:50.000Z
2022-03-10T10:01:46.000Z
// Copyright (c) Lawrence Livermore National Security, LLC and other VisIt // Project developers. See the top-level LICENSE file for dates and other // details. No copyright assignment is required to contribute to VisIt. // ************************************************************************* // // File: avtLin...
33.388889
79
0.56711
[ "vector", "transform" ]
198babda8391da160917b75f2b11337431ac99e1
23,689
c
C
src/acvp_kdf_tls13.c
livebe01/libacvp
7ae24850caa06cefcd370771825f9365bf36bd6b
[ "BSD-2-Clause", "Apache-2.0" ]
45
2016-08-01T11:47:34.000Z
2022-02-22T21:27:27.000Z
src/acvp_kdf_tls13.c
livebe01/libacvp
7ae24850caa06cefcd370771825f9365bf36bd6b
[ "BSD-2-Clause", "Apache-2.0" ]
221
2016-08-04T17:10:36.000Z
2022-01-21T19:53:36.000Z
src/acvp_kdf_tls13.c
livebe01/libacvp
7ae24850caa06cefcd370771825f9365bf36bd6b
[ "BSD-2-Clause", "Apache-2.0" ]
94
2016-10-23T11:08:19.000Z
2022-01-21T11:50:16.000Z
/** @file */ /* * Copyright (c) 2019, Cisco Systems, Inc. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://github.com/cisco/libacvp/LICENSE */ #in...
37.423381
133
0.612267
[ "vector" ]
198dde8312d783399a97a851952162282018cdc1
1,494
h
C
actor-apps/core-async-cocoa/src/im/actor/model/entity/compat/content/ObsoleteVideo.h
DragonStuff/actor-platform
d262e6bb3c18b20eb35551313bce16c471cd2928
[ "MIT" ]
null
null
null
actor-apps/core-async-cocoa/src/im/actor/model/entity/compat/content/ObsoleteVideo.h
DragonStuff/actor-platform
d262e6bb3c18b20eb35551313bce16c471cd2928
[ "MIT" ]
null
null
null
actor-apps/core-async-cocoa/src/im/actor/model/entity/compat/content/ObsoleteVideo.h
DragonStuff/actor-platform
d262e6bb3c18b20eb35551313bce16c471cd2928
[ "MIT" ]
null
null
null
// // Generated by the J2ObjC translator. DO NOT EDIT! // source: /Users/ex3ndr/Develop/actor-platform/actor-apps/core/src/main/java/im/actor/model/entity/compat/content/ObsoleteVideo.java // #ifndef _ImActorModelEntityCompatContentObsoleteVideo_H_ #define _ImActorModelEntityCompatContentObsoleteVideo_H_ #include ...
33.2
177
0.862115
[ "model" ]
1993f31e79f6a111cc5f96333914124eedb09e10
3,326
h
C
src/kernel/src/sched/rwlock.h
GrieferAtWork/KOS
5376a813854b35e3a3532a6e3b8dbb168478b40f
[ "Zlib" ]
2
2017-02-24T17:14:19.000Z
2017-10-12T19:26:13.000Z
src/kernel/src/sched/rwlock.h
GrieferAtWork/KOS
5376a813854b35e3a3532a6e3b8dbb168478b40f
[ "Zlib" ]
1
2019-11-02T10:21:11.000Z
2019-11-02T10:21:11.000Z
src/kernel/src/sched/rwlock.h
GabrielRavier/KOSmk3
5376a813854b35e3a3532a6e3b8dbb168478b40f
[ "Zlib" ]
1
2019-11-02T10:20:19.000Z
2019-11-02T10:20:19.000Z
/* Copyright (c) 2018 Griefer@Work * * * * This software is provided 'as-is', without any express or implied * * warranty. In no event will the authors be held liable for any damages * ...
45.561644
104
0.614251
[ "vector" ]
19949f6851c36bfece74387b99f76fb4965be034
3,242
h
C
middleware/common/include/common/communication/stream.h
casualcore/casual
047a4eaabbba52ad3ce63dc698a9325ad5fcec6d
[ "MIT" ]
null
null
null
middleware/common/include/common/communication/stream.h
casualcore/casual
047a4eaabbba52ad3ce63dc698a9325ad5fcec6d
[ "MIT" ]
null
null
null
middleware/common/include/common/communication/stream.h
casualcore/casual
047a4eaabbba52ad3ce63dc698a9325ad5fcec6d
[ "MIT" ]
1
2022-02-21T18:30:25.000Z
2022-02-21T18:30:25.000Z
//! //! Copyright (c) 2020, The casual project //! //! This software is licensed under the MIT license, https://opensource.org/licenses/MIT //! #pragma once #include "common/communication/tcp/message.h" #include "common/communication/device.h" #include "common/serialize/native/network.h" #include <iosfwd> namespa...
25.328125
100
0.568168
[ "vector" ]
199898acf6ed87b4a559f27126b99db4f36a154a
3,752
h
C
engine/Dalbaragi/physics/d_collider.h
SausageTaste/Little-Ruler
f6fb2f28948519981e063a33e978b2f8310d8181
[ "MIT" ]
24
2019-05-25T07:43:09.000Z
2022-03-16T17:37:32.000Z
engine/Dalbaragi/physics/d_collider.h
SausageTaste/Little-Ruler
f6fb2f28948519981e063a33e978b2f8310d8181
[ "MIT" ]
5
2019-10-14T08:57:55.000Z
2020-07-28T14:52:12.000Z
engine/Dalbaragi/physics/d_collider.h
SausageTaste/Little-Ruler
f6fb2f28948519981e063a33e978b2f8310d8181
[ "MIT" ]
null
null
null
#pragma once #include <array> #include <vector> #include <variant> #include <optional> #include <functional> #include <glm/glm.hpp> #include <glm/gtc/quaternion.hpp> #include <d_geometrymath.h> #include <d_transform.h> // Structs namespace dal { class PhysicalProperty { private: float m_massInv =...
20.960894
151
0.646055
[ "vector", "transform" ]
19a634e537d074f8f019761ba3b158671a3542ef
1,076
h
C
TheTruth/TheTruth.h
pv42/the-truth-plugin
03043f31801f70a92ba410cdfd33efc07c5088e6
[ "MIT" ]
null
null
null
TheTruth/TheTruth.h
pv42/the-truth-plugin
03043f31801f70a92ba410cdfd33efc07c5088e6
[ "MIT" ]
null
null
null
TheTruth/TheTruth.h
pv42/the-truth-plugin
03043f31801f70a92ba410cdfd33efc07c5088e6
[ "MIT" ]
null
null
null
#pragma once #include <memory> #include "arcdps.h" #include "MumbleApi.h" #include "Settings.h" #include "SheetsAPI.h" class TheTruth { public: TheTruth(); static std::unique_ptr<TheTruth> theTruth; static arcdps_exports* s_init(); static uintptr_t s_release(); static uintptr_t s_imgui(uint32_t not_charsel_or_loa...
28.315789
117
0.77974
[ "vector" ]
19ae2aa4475bff6c17d0d2449e6e8ac6ed21bb88
1,093
h
C
osh-sdk/sdk/includes.h
RahimxD/osh_sdk
cd4cabcf8ada8e48a6109bd207aac32c81b5ee2e
[ "MIT" ]
1
2021-07-04T19:49:13.000Z
2021-07-04T19:49:13.000Z
osh-sdk/sdk/includes.h
RahimxD/osh_sdk
cd4cabcf8ada8e48a6109bd207aac32c81b5ee2e
[ "MIT" ]
null
null
null
osh-sdk/sdk/includes.h
RahimxD/osh_sdk
cd4cabcf8ada8e48a6109bd207aac32c81b5ee2e
[ "MIT" ]
2
2021-01-20T21:17:35.000Z
2022-03-12T08:18:43.000Z
#pragma once #pragma warning( disable : 4307 ) // warning C4307: '*': integral constant overflow #pragma warning( disable : 4244 ) // warning C4244: '=': conversion possible loss of data using ulong_t = unsigned long; #define WIN32_LEAN_AND_MEAN #define NOCOMM #include <windows.h> #include <intrin.h> #include <cstd...
21.86
89
0.712717
[ "vector" ]
19af6f3c754e97d1fb70b2024724ca9d3478e768
4,168
h
C
analyzer/store/bigtable_store.h
reMarkable/cobalt
3feead337a6bdf620df7a62abb72c910a566a38c
[ "BSD-3-Clause" ]
null
null
null
analyzer/store/bigtable_store.h
reMarkable/cobalt
3feead337a6bdf620df7a62abb72c910a566a38c
[ "BSD-3-Clause" ]
null
null
null
analyzer/store/bigtable_store.h
reMarkable/cobalt
3feead337a6bdf620df7a62abb72c910a566a38c
[ "BSD-3-Clause" ]
null
null
null
// Copyright 2017 The Fuchsia 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...
40.466019
80
0.698177
[ "vector" ]
19c60d8aac32f7b95cbd6772debb4d8b2b65c350
14,656
h
C
Examples/include/asposecpplib/system/enumerator_adapter.h
kashifiqb/Aspose.PDF-for-C
13d49bba591c5704685820185741e64a462a5bdc
[ "MIT" ]
null
null
null
Examples/include/asposecpplib/system/enumerator_adapter.h
kashifiqb/Aspose.PDF-for-C
13d49bba591c5704685820185741e64a462a5bdc
[ "MIT" ]
null
null
null
Examples/include/asposecpplib/system/enumerator_adapter.h
kashifiqb/Aspose.PDF-for-C
13d49bba591c5704685820185741e64a462a5bdc
[ "MIT" ]
null
null
null
#pragma once #include <system/smart_ptr.h> #include <system/boxable_traits.h> #include <system/object_ext.h> #include <iterator> #include <utility> #include <type_traits> namespace System { namespace Details { /// Alias for Enumerator type of Enumerable /// @tparam Enumerable Type which implements IEnumerable interf...
37.773196
214
0.731236
[ "object" ]
9fc64635ea17073d417c158349c553825755af28
18,647
h
C
sdktools/debuggers/oca/oca_tools/ocadata/_ocadata.h
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
sdktools/debuggers/oca/oca_tools/ocadata/_ocadata.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
sdktools/debuggers/oca/oca_tools/ocadata/_ocadata.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
#pragma warning( disable: 4049 ) /* more than 64k source lines */ /* this ALWAYS GENERATED file contains the definitions for the interfaces */ /* File created by MIDL compiler version 6.00.0347 */ /* at Mon May 20 11:18:54 2002 */ /* Compiler settings for _OCAData.idl: Os, W1, Zp8, env=Win32 (32b r...
32.094664
112
0.612967
[ "object" ]
9fd71965df263a8329ff83537dc99e311bb656e7
2,843
c
C
src/move.c
ludocode/clayfish
af301f9f4077ac6942732de7f34c137644399620
[ "MIT" ]
2
2021-11-23T19:07:35.000Z
2021-11-24T02:57:46.000Z
src/move.c
ludocode/clayfish
af301f9f4077ac6942732de7f34c137644399620
[ "MIT" ]
null
null
null
src/move.c
ludocode/clayfish
af301f9f4077ac6942732de7f34c137644399620
[ "MIT" ]
null
null
null
/* * MIT License * * Copyright (c) 2020-2021 11037650 Canada 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 u...
33.447059
82
0.633837
[ "vector" ]
9fdbd1346117a30194c292aafbbb2cf25512526d
1,535
h
C
src/transition_system.h
r2im/pickaxe
d277f008eba6761b0cf210bf19ba1439678cdb46
[ "MIT" ]
1
2018-01-27T18:51:06.000Z
2018-01-27T18:51:06.000Z
src/transition_system.h
r2im/pickaxe
d277f008eba6761b0cf210bf19ba1439678cdb46
[ "MIT" ]
null
null
null
src/transition_system.h
r2im/pickaxe
d277f008eba6761b0cf210bf19ba1439678cdb46
[ "MIT" ]
1
2018-04-14T01:02:31.000Z
2018-04-14T01:02:31.000Z
#ifndef TRANSITION_SYSTEM_H #define TRANSITION_SYSTEM_H struct state { int id; char *activity; int children_size; struct state **children; int parents_size; struct state **parents; int is_end; int cardinality; }; struct transition { int src; int dest; }; struct labels { char *acti...
20.466667
93
0.731596
[ "model" ]
9fede8bf829bc6089cf948620c13b9b7cbb92982
5,100
h
C
PROX/APPLICATIONS/RIGID_BODY/RIGID_BODY_GUI_SHARED/include/rigid_body_gui_draw_contacts.h
diku-dk/PROX
c6be72cc253ff75589a1cac28e4e91e788376900
[ "MIT" ]
null
null
null
PROX/APPLICATIONS/RIGID_BODY/RIGID_BODY_GUI_SHARED/include/rigid_body_gui_draw_contacts.h
diku-dk/PROX
c6be72cc253ff75589a1cac28e4e91e788376900
[ "MIT" ]
null
null
null
PROX/APPLICATIONS/RIGID_BODY/RIGID_BODY_GUI_SHARED/include/rigid_body_gui_draw_contacts.h
diku-dk/PROX
c6be72cc253ff75589a1cac28e4e91e788376900
[ "MIT" ]
null
null
null
#ifndef RIGID_BODY_GUI_DRAW_CONTACTS_H #define RIGID_BODY_GUI_DRAW_CONTACTS_H #include <rigid_body_gui_lighting.h> #include <rigid_body_gui_geometry.h> #include <gl3_shader_program_manager.h> #include <gl3_glm.h> #include <content.h> #include <mesh_array.h> #include <tiny.h> #include <cmath> // std::acos, std::fabs...
35.664336
111
0.617255
[ "mesh", "geometry", "vector" ]
9ff3dd8248e366053077004cfbfff166ef0b900e
48,559
c
C
third_party/virtualbox/src/libs/kStuff/kStuff/kLdr/kLdrDyld.c
remynicol/icebox
5ebc3ca57c09c27493e5ec8236d6d028d34d5fbd
[ "MIT" ]
1
2015-04-30T14:18:45.000Z
2015-04-30T14:18:45.000Z
VirtualBox-5.0.0/src/libs/kStuff/kStuff/kLdr/kLdrDyld.c
egraba/vbox_openbsd
6cb82f2eed1fa697d088cecc91722b55b19713c2
[ "MIT" ]
null
null
null
VirtualBox-5.0.0/src/libs/kStuff/kStuff/kLdr/kLdrDyld.c
egraba/vbox_openbsd
6cb82f2eed1fa697d088cecc91722b55b19713c2
[ "MIT" ]
null
null
null
/* $Id: kLdrDyld.c 29 2009-07-01 20:30:29Z bird $ */ /** @file * kLdr - The Dynamic Loader. */ /* * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files ...
32.158278
129
0.596532
[ "object" ]
9ff5025387a439e25354c1396d344d8281b4d5b1
1,587
h
C
xlTetris/NullRenderer.h
cnsuhao/xlTetris
a3dbd9d085e67bbe5655086e48f67fd79d18e4b8
[ "MIT" ]
1
2021-06-03T07:19:54.000Z
2021-06-03T07:19:54.000Z
xlTetris/NullRenderer.h
cnsuhao/xlTetris
a3dbd9d085e67bbe5655086e48f67fd79d18e4b8
[ "MIT" ]
null
null
null
xlTetris/NullRenderer.h
cnsuhao/xlTetris
a3dbd9d085e67bbe5655086e48f67fd79d18e4b8
[ "MIT" ]
1
2021-06-03T07:19:56.000Z
2021-06-03T07:19:56.000Z
//-------------------------------------------------------------------- // // Copyright (C) Streamlet. All rights reserved. // // File Name: NullRenderer.h // Author: Streamlet // Create Time: 2015-04-03 // Description: // // Version history: // // //--------------------------------...
32.387755
125
0.662256
[ "render" ]
9ff7d41f325c8cc498e343ba46d40f5d0c934d9e
2,256
h
C
emr/include/alibabacloud/emr/model/ListFlowJobHistoryResult.h
iamzken/aliyun-openapi-cpp-sdk
3c991c9ca949b6003c8f498ce7a672ea88162bf1
[ "Apache-2.0" ]
89
2018-02-02T03:54:39.000Z
2021-12-13T01:32:55.000Z
emr/include/alibabacloud/emr/model/ListFlowJobHistoryResult.h
sdk-team/aliyun-openapi-cpp-sdk
d0e92f6f33126dcdc7e40f60582304faf2c229b7
[ "Apache-2.0" ]
89
2018-03-14T07:44:54.000Z
2021-11-26T07:43:25.000Z
emr/include/alibabacloud/emr/model/ListFlowJobHistoryResult.h
sdk-team/aliyun-openapi-cpp-sdk
d0e92f6f33126dcdc7e40f60582304faf2c229b7
[ "Apache-2.0" ]
69
2018-01-22T09:45:52.000Z
2022-03-28T07:58:38.000Z
/* * Copyright 2009-2017 Alibaba Cloud 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...
26.232558
80
0.708333
[ "vector", "model" ]
9ff84dc220fe7b8a2b6abe891ed2108ae9da55b7
2,005
h
C
wdbecmbd/WdbeMtpPlhfpga/WdbeMtpPlhfpga_blks.h
mpsitech/wdbe-WhizniumDBE
27360ce6569dc55098a248b8a0a4b7e3913a6ce6
[ "MIT" ]
4
2020-10-27T14:33:25.000Z
2021-08-07T20:55:42.000Z
wdbecmbd/WdbeMtpPlhfpga/WdbeMtpPlhfpga_blks.h
mpsitech/wdbe-WhizniumDBE
27360ce6569dc55098a248b8a0a4b7e3913a6ce6
[ "MIT" ]
null
null
null
wdbecmbd/WdbeMtpPlhfpga/WdbeMtpPlhfpga_blks.h
mpsitech/wdbe-WhizniumDBE
27360ce6569dc55098a248b8a0a4b7e3913a6ce6
[ "MIT" ]
null
null
null
/** * \file WdbeMtpPlhfpga_blks.h * invocation / return data blocks for operation pack WdbeMtpPlhfpga (declarations) * \copyright (C) 2016-2020 MPSI Technologies GmbH * \author Alexander Wirthmueller (auto-generation) * \date created: 28 Nov 2020 */ // IP header --- ABOVE #ifndef WDBEMTPPLHFPGA_BLKS_H #define W...
28.239437
246
0.727681
[ "vector" ]
b0023df07a35ae1917833307314eef05fc5b7815
1,050
h
C
src/xg/font_loader.h
kctan0805/xg
2935d0c7dac442b007cbf50b81ecd10a470dd087
[ "MIT" ]
6
2019-12-05T08:01:54.000Z
2019-12-14T09:37:11.000Z
src/xg/font_loader.h
kctan0805/xg
2935d0c7dac442b007cbf50b81ecd10a470dd087
[ "MIT" ]
null
null
null
src/xg/font_loader.h
kctan0805/xg
2935d0c7dac442b007cbf50b81ecd10a470dd087
[ "MIT" ]
1
2019-12-05T22:55:22.000Z
2019-12-05T22:55:22.000Z
// xg - XML Graphics Engine // Copyright (c) Jim Tan // // Free use of the XML Graphics Engine is // permitted under the guidelines and in accordance with the most // current version of the MIT License. // http://www.opensource.org/licenses/MIT #ifndef XG_FONT_LOADER_H_ #define XG_FONT_LOADER_H_ #include <memory> #in...
23.863636
74
0.75619
[ "vector" ]
b00db09020e0fa39e86f5929d71726d0d1a71efb
7,923
c
C
base/ntos/ke/timersup.c
987432340/wrk-v1.2
423d4c22b892bcc97778385bc0a646ed7a3cfbde
[ "Intel" ]
1
2022-03-12T13:57:18.000Z
2022-03-12T13:57:18.000Z
base/ntos/ke/timersup.c
987432340/wrk-v1.2
423d4c22b892bcc97778385bc0a646ed7a3cfbde
[ "Intel" ]
null
null
null
base/ntos/ke/timersup.c
987432340/wrk-v1.2
423d4c22b892bcc97778385bc0a646ed7a3cfbde
[ "Intel" ]
1
2021-11-25T08:18:04.000Z
2021-11-25T08:18:04.000Z
/*++ Copyright (c) Microsoft Corporation. All rights reserved. You may only use this code if you agree to the terms of the Windows Research Kernel Source Code License agreement (see License.txt). If you do not agree to the terms, do not use the code. Module Name: timersup.c Abstract: This ...
26.676768
133
0.635365
[ "object" ]
b0134806ef99e7f2672aab21afc80fbb38de8e8d
2,304
h
C
core/settings_interface.h
konstantin-fedorov/PROWOGENE
6aebbdea88015bd186ed16cc0b6d2a845bcf7fed
[ "MIT" ]
3
2020-02-22T18:34:17.000Z
2021-05-06T07:40:14.000Z
core/settings_interface.h
konstantin-fedorov/PROWOGENE
6aebbdea88015bd186ed16cc0b6d2a845bcf7fed
[ "MIT" ]
null
null
null
core/settings_interface.h
konstantin-fedorov/PROWOGENE
6aebbdea88015bd186ed16cc0b6d2a845bcf7fed
[ "MIT" ]
null
null
null
#ifndef PROWOGENE_CORE_SETTINGS_INTERFACE_H_ #define PROWOGENE_CORE_SETTINGS_INTERFACE_H_ #include <stdexcept> #include "utils/json.h" namespace prowogene { /** @brief Excteption that will be thrown if any troubles are detected when processing settings or module execution. Other exceptions like (std::b...
34.909091
81
0.651476
[ "object" ]