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
20670a50cd24afaa2008cc9fad68b8aa517c39b5
6,590
c
C
include/Exception.c
infastin/oop
3addb43b784e04a83e8f9455628f135af42b29c4
[ "MIT" ]
null
null
null
include/Exception.c
infastin/oop
3addb43b784e04a83e8f9455628f135af42b29c4
[ "MIT" ]
null
null
null
include/Exception.c
infastin/oop
3addb43b784e04a83e8f9455628f135af42b29c4
[ "MIT" ]
null
null
null
/* vim: set fdm=marker : */ #include <setjmp.h> #include <stdarg.h> #include <stddef.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <execinfo.h> #include <stdbool.h> #include "Exception.h" #include "Object.h" #include "Selectors.h" /* Public methods {{{ */ static void* Exception_ctor(void *_...
20.987261
109
0.683156
[ "object" ]
206bf7c194efc829b3609f1943775f31acd421ab
21,373
h
C
ext/yices/src/terms/bvarith_buffers.h
maelvls/ocamlyices2
554893d467a4bf3e9b0b630833b417348b15e771
[ "0BSD" ]
2
2017-04-05T13:53:54.000Z
2018-11-23T00:16:01.000Z
ext/yices/src/terms/bvarith_buffers.h
maelvls/ocamlyices2
554893d467a4bf3e9b0b630833b417348b15e771
[ "0BSD" ]
5
2017-04-07T14:29:10.000Z
2021-01-08T18:01:46.000Z
ext/yices/src/terms/bvarith_buffers.h
maelvls/ocamlyices2
554893d467a4bf3e9b0b630833b417348b15e771
[ "0BSD" ]
1
2017-04-05T16:58:14.000Z
2017-04-05T16:58:14.000Z
/* * The Yices SMT Solver. Copyright 2014 SRI International. * * This program may only be used subject to the noncommercial end user * license agreement which is downloadable along with this program. */ /* * BUFFERS FOR OPERATIONS ON BIT-VECTOR POLYNOMIALS */ /* * Bitvector polynomials are sums of pairs <coef...
25.233766
130
0.69134
[ "object", "vector" ]
207a68e36e6ad579e0ad932ea68e38531af48319
689,704
c
C
test/programs/bam/ncpfs_fragments.c
melkishengue/cpachecker
a7dc3c9f747fa9139a9760bca22ab1a8b6a4a846
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
test/programs/bam/ncpfs_fragments.c
melkishengue/cpachecker
a7dc3c9f747fa9139a9760bca22ab1a8b6a4a846
[ "ECL-2.0", "Apache-2.0" ]
1
2019-05-23T19:41:59.000Z
2019-05-23T19:41:59.000Z
test/programs/bam/ncpfs_fragments.c
melkishengue/cpachecker
a7dc3c9f747fa9139a9760bca22ab1a8b6a4a846
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
/* Generated by CIL v. 1.5.1 */ /* print_CIL_Input is false */ typedef signed char __s8; typedef unsigned char __u8; typedef unsigned short __u16; typedef int __s32; typedef unsigned int __u32; typedef unsigned long long __u64; typedef unsigned char u8; typedef int s32; typedef long long s64; typedef unsigned long lon...
24.497549
275
0.656171
[ "model" ]
209041cc789f616c3cb2a236ab3c6a68d2e68436
856
h
C
src/core/scene.h
mateusgondim/lux
38c0a2c8f074bce1dea4ab523e77515a1729eb89
[ "MIT" ]
null
null
null
src/core/scene.h
mateusgondim/lux
38c0a2c8f074bce1dea4ab523e77515a1729eb89
[ "MIT" ]
null
null
null
src/core/scene.h
mateusgondim/lux
38c0a2c8f074bce1dea4ab523e77515a1729eb89
[ "MIT" ]
null
null
null
#ifndef LUX_CORE_SCENE_H_ #define LUX_CORE_SCENE_H_ #include <vector> #include <memory> namespace lux { class Ray; struct Surface_interaction; class Shape; } namespace lux { class Scene final { public: Scene() = default; Scene(const Scene &) = delete; ~Scene() = default; Scene & opera...
24.457143
89
0.670561
[ "shape", "vector" ]
2090926c945789243ef290c7062fe4b2985989d8
1,963
h
C
emitter/emitter.h
nandor/genm-opt
b3347d508fff707837d1dc8232487ebfe157fe2a
[ "MIT" ]
13
2020-06-25T18:26:54.000Z
2021-02-16T03:14:38.000Z
emitter/emitter.h
nandor/genm-opt
b3347d508fff707837d1dc8232487ebfe157fe2a
[ "MIT" ]
3
2020-07-01T01:39:47.000Z
2022-01-24T23:47:12.000Z
emitter/emitter.h
nandor/genm-opt
b3347d508fff707837d1dc8232487ebfe157fe2a
[ "MIT" ]
2
2021-03-11T05:08:09.000Z
2021-07-17T23:36:17.000Z
// This file if part of the llir-opt project. // Licensing information can be found in the LICENSE file. // (C) 2018 Nandor Licker. All rights reserved. #pragma once #include <fstream> #include <string> #include <llvm/Analysis/TargetLibraryInfo.h> #include <llvm/IR/LLVMContext.h> #include <llvm/Support/raw_ostream.h...
23.369048
58
0.686704
[ "object" ]
209507eb47729d70926535f209feb98ab9f71159
2,487
c
C
pybricks/common/pb_type_colorlight_external.c
cschlack/pybricks-micropython
0abfd2918267a4e6e7a04062976ac1bb3da1f4b1
[ "MIT" ]
115
2020-06-15T16:43:14.000Z
2022-03-21T21:11:57.000Z
pybricks/common/pb_type_colorlight_external.c
cschlack/pybricks-micropython
0abfd2918267a4e6e7a04062976ac1bb3da1f4b1
[ "MIT" ]
83
2020-06-17T17:19:29.000Z
2022-03-08T18:50:35.000Z
pybricks/common/pb_type_colorlight_external.c
cschlack/pybricks-micropython
0abfd2918267a4e6e7a04062976ac1bb3da1f4b1
[ "MIT" ]
40
2020-06-15T18:36:39.000Z
2022-03-28T13:22:43.000Z
// SPDX-License-Identifier: MIT // Copyright (c) 2018-2021 The Pybricks Authors #include "py/mpconfig.h" #if PYBRICKS_PY_COMMON #include <pbio/light.h> #include <pbio/color.h> #include "py/obj.h" #include <pybricks/common.h> #include <pybricks/parameters.h> #include <pybricks/util_pb/pb_error.h> #include <pybrick...
32.723684
114
0.788098
[ "object" ]
20986728e7304932d9fd4c63d1228ea235ac6870
4,251
h
C
modules/clipper/clipper/ccp4/ccp4_mtz_types.h
jorgediazjr/dials-dev20191018
77d66c719b5746f37af51ad593e2941ed6fbba17
[ "BSD-3-Clause" ]
null
null
null
modules/clipper/clipper/ccp4/ccp4_mtz_types.h
jorgediazjr/dials-dev20191018
77d66c719b5746f37af51ad593e2941ed6fbba17
[ "BSD-3-Clause" ]
null
null
null
modules/clipper/clipper/ccp4/ccp4_mtz_types.h
jorgediazjr/dials-dev20191018
77d66c719b5746f37af51ad593e2941ed6fbba17
[ "BSD-3-Clause" ]
1
2020-02-04T15:39:06.000Z
2020-02-04T15:39:06.000Z
/*! \file lib/mtz_types.h Header file for CCP4 data types for the clipper libraries */ //C Copyright (C) 2000-2004 Kevin Cowtan and University of York //C Copyright (C) 2000-2005 Kevin Cowtan and University of York //L //L This library is free software and is distributed under the terms //L and conditions of vers...
34.844262
129
0.707598
[ "object" ]
209cb039eccd55974ae38f78d36872746bfd4849
1,196
h
C
include/DiscordPP/Gateway.h
MergHQ/DiscordPP
77a83da8f2d42b21ac476565436994e584b09c83
[ "MIT" ]
null
null
null
include/DiscordPP/Gateway.h
MergHQ/DiscordPP
77a83da8f2d42b21ac476565436994e584b09c83
[ "MIT" ]
null
null
null
include/DiscordPP/Gateway.h
MergHQ/DiscordPP
77a83da8f2d42b21ac476565436994e584b09c83
[ "MIT" ]
1
2016-08-27T07:15:07.000Z
2016-08-27T07:15:07.000Z
#pragma once #include <websocketpp/client.hpp> #include <websocketpp/config/asio_client.hpp> #include <websocketpp/client.hpp> #include <DiscordPP/StartParams.h> #include <vector> #include <DiscordPP/EventParams.h> typedef websocketpp::client<websocketpp::config::asio_tls_client> client; typedef websocketpp::config::a...
34.171429
77
0.794314
[ "vector" ]
20a0290a562a95dd45c30f7528ed6e62301938ef
476
h
C
src/main/algorithms/cpp/union_find/union_find_vector/standard_union_find.h
algorithmlover2016/leet_code
2eecc7971194c8a755e67719d8f66c636694e7e9
[ "Apache-2.0" ]
null
null
null
src/main/algorithms/cpp/union_find/union_find_vector/standard_union_find.h
algorithmlover2016/leet_code
2eecc7971194c8a755e67719d8f66c636694e7e9
[ "Apache-2.0" ]
null
null
null
src/main/algorithms/cpp/union_find/union_find_vector/standard_union_find.h
algorithmlover2016/leet_code
2eecc7971194c8a755e67719d8f66c636694e7e9
[ "Apache-2.0" ]
null
null
null
#ifndef UNION_FIND_UNION_FIND_VECTOR_STANDARD_UNION_FIND_H #define UNION_FIND_UNION_FIND_VECTOR_STANDARD_UNION_FIND_H #include "../../head.h" class Union { private: // rank for balance; // cnt for record the total number of the same root; std::vector<int> parentIndex, rank, cnt; public: Union(int size)...
28
60
0.747899
[ "vector" ]
e35c518f96ae25492bea1c227e031980951789de
2,151
h
C
Libs/Mesh/PreviewMeshQC/FEAreaCoverage.h
ajensen1234/ShapeWorks
fb308c8c38ad0e00c7f62aa7221e00e72140d909
[ "MIT" ]
40
2019-07-26T18:02:13.000Z
2022-03-28T07:24:23.000Z
Libs/Mesh/PreviewMeshQC/FEAreaCoverage.h
ajensen1234/ShapeWorks
fb308c8c38ad0e00c7f62aa7221e00e72140d909
[ "MIT" ]
1,359
2019-06-20T17:17:53.000Z
2022-03-31T05:42:29.000Z
Libs/Mesh/PreviewMeshQC/FEAreaCoverage.h
ajensen1234/ShapeWorks
fb308c8c38ad0e00c7f62aa7221e00e72140d909
[ "MIT" ]
13
2019-12-06T01:31:48.000Z
2022-02-24T04:34:23.000Z
#pragma once #include "FEMesh.h" #include "Intersect.h" #include <vector> #include <string> #include <memory> using namespace std; class FEAreaCoverage { class Surface { public: Surface() {} int Faces() { return (int)m_face.size(); } void Create(std::shared_ptr<FEMesh> m); int Nodes() { retur...
29.465753
97
0.658763
[ "vector" ]
e3608aa3490cfb50bde02de160d2a116ac01b55f
3,754
h
C
leica_scanstation_ros/include/EventAnalyser.h
fada-catec/leica_scanstation
73db2084169aee9d91c6a452c8451c0783fa3879
[ "Apache-2.0" ]
1
2020-12-04T22:52:19.000Z
2020-12-04T22:52:19.000Z
leica_scanstation_ros/include/EventAnalyser.h
fada-catec/leica_scanstation
73db2084169aee9d91c6a452c8451c0783fa3879
[ "Apache-2.0" ]
null
null
null
leica_scanstation_ros/include/EventAnalyser.h
fada-catec/leica_scanstation
73db2084169aee9d91c6a452c8451c0783fa3879
[ "Apache-2.0" ]
null
null
null
/** * @file EventAnalyser.h * @copyright Copyright (c) 2020, FADA-CATEC * * 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...
27.807407
108
0.661694
[ "object" ]
e361b351005ccbbf9fb6a4e347ec2a294eca2cd8
1,684
h
C
inetsrv/pop3/admin/p3admin/p3config.h
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
inetsrv/pop3/admin/p3admin/p3config.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
inetsrv/pop3/admin/p3admin/p3config.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
// P3Config.h : Declaration of the CP3Config #ifndef __P3CONFIG_H_ #define __P3CONFIG_H_ #include "resource.h" // main symbols ///////////////////////////////////////////////////////////////////////////// // CP3Config class ATL_NO_VTABLE CP3Config : public CComObjectRootEx<CComSingleThreadModel>...
33.019608
86
0.658551
[ "object" ]
e3647d84cb41d93e268cf1aecce3c0538d578537
5,462
h
C
linux_packages/source/hypre-2.9.0b/src/FEI_mv/fei-hypre/HYPRE_fei_mv.h
pangkeji/warp3d
8b273b337e557f734298940a63291697cd561d02
[ "NCSA" ]
75
2015-07-06T18:14:20.000Z
2022-01-24T02:54:32.000Z
src/ilPSP/layer_0/3rd_party/Hypre2.9.0b/src/FEI_mv/fei-hypre/HYPRE_fei_mv.h
leyel/BoSSS
39f58a1a64a55e44f51384022aada20a5b425230
[ "Apache-2.0" ]
15
2017-04-07T18:09:58.000Z
2022-02-28T01:48:33.000Z
src/ilPSP/layer_0/3rd_party/Hypre2.9.0b/src/FEI_mv/fei-hypre/HYPRE_fei_mv.h
leyel/BoSSS
39f58a1a64a55e44f51384022aada20a5b425230
[ "Apache-2.0" ]
41
2015-05-24T23:24:54.000Z
2021-12-13T22:07:45.000Z
/*BHEADER********************************************************************** * Copyright (c) 2008, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * This file is part of HYPRE. See file COPYRIGHT for details. * * HYPRE is free software; you can redistribute...
23.95614
81
0.567008
[ "mesh", "object", "vector" ]
e36613cb5ee3f3d8a7e3c243cdc61b9b3dd17974
1,324
h
C
qemu/include/hw/misc/iotkit-sysctl.h
WUSTL-CSPL/RT-TEE
aafb3e9ff6c6e744c6bce1e42bcb198e1063efcc
[ "MIT" ]
null
null
null
qemu/include/hw/misc/iotkit-sysctl.h
WUSTL-CSPL/RT-TEE
aafb3e9ff6c6e744c6bce1e42bcb198e1063efcc
[ "MIT" ]
null
null
null
qemu/include/hw/misc/iotkit-sysctl.h
WUSTL-CSPL/RT-TEE
aafb3e9ff6c6e744c6bce1e42bcb198e1063efcc
[ "MIT" ]
null
null
null
/* * ARM IoTKit system control element * * Copyright (c) 2018 Linaro Limited * Written by Peter Maydell * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 or * (at your option) any later version. */ /* * This is a model...
26.48
84
0.706949
[ "model" ]
e370295c64832d5fde3720a62d1b9d305a5e40d6
1,034,196
c
C
tacview_client/cython_funs.c
mcdelaney/py-tacview-client
122c595a22867a69b9c113ff633b7e604b5151c0
[ "MIT" ]
6
2020-04-02T01:34:10.000Z
2021-05-31T01:28:46.000Z
tacview_client/cython_funs.c
mcdelaney/py-tacview-client
122c595a22867a69b9c113ff633b7e604b5151c0
[ "MIT" ]
null
null
null
tacview_client/cython_funs.c
mcdelaney/py-tacview-client
122c595a22867a69b9c113ff633b7e604b5151c0
[ "MIT" ]
null
null
null
/* Generated by Cython 0.29.21 */ /* BEGIN: Cython Metadata { "distutils": { "depends": [], "name": "tacview_client.cython_funs", "sources": [ "tacview_client/cython_funs.pyx" ] }, "module_name": "tacview_client.cython_funs" } END: Cython Metadata */ #define PY_...
43.592817
1,483
0.705954
[ "object", "shape", "vector" ]
e376071e332b3dc735fa1c6028b05301406c7f67
6,497
c
C
Kernel/src/hardware/video.c
jpmrno/Scylla
8fb7aedbe44fe2b9831af4f5331a8cb40e60299d
[ "MIT" ]
11
2017-11-29T07:35:48.000Z
2019-11-23T19:43:08.000Z
Kernel/src/hardware/video.c
jupmoreno/AstleyOS
8fb7aedbe44fe2b9831af4f5331a8cb40e60299d
[ "MIT" ]
null
null
null
Kernel/src/hardware/video.c
jupmoreno/AstleyOS
8fb7aedbe44fe2b9831af4f5331a8cb40e60299d
[ "MIT" ]
5
2016-08-31T21:25:32.000Z
2020-08-13T13:11:51.000Z
#include <video.h> #include <ports.h> // DEFINES #define VIDEO_DIR 0xB8000 #define PORT_VIDEO_INDEX 0x3D4 #define PORT_VIDEO_DATA 0x3D5 // Cursor Registers #define INDEX_CURSOR_START_REGISTER 0x0A #define INDEX_CURSOR_END_REGISTER 0x0B #define INDEX_CURSOR_LOCATION_HIGH_REGISTER 0x0E #define INDEX_CURSOR_LOCATION_LO...
22.559028
84
0.728798
[ "shape" ]
e37e23bf43553e5e0b954e8fa20d4e28a170bcdb
6,943
c
C
drivers/cxl/core/regs.c
Sunrisepeak/Linux2.6-Reading
c25102a494a37f9f30a27ca2cd4a1a412bffc80f
[ "MIT" ]
1
2022-03-31T03:23:42.000Z
2022-03-31T03:23:42.000Z
drivers/cxl/core/regs.c
Sunrisepeak/Linux2.6-Reading
c25102a494a37f9f30a27ca2cd4a1a412bffc80f
[ "MIT" ]
null
null
null
drivers/cxl/core/regs.c
Sunrisepeak/Linux2.6-Reading
c25102a494a37f9f30a27ca2cd4a1a412bffc80f
[ "MIT" ]
null
null
null
// SPDX-License-Identifier: GPL-2.0-only /* Copyright(c) 2020 Intel Corporation. */ #include <linux/io-64-nonatomic-lo-hi.h> #include <linux/device.h> #include <linux/slab.h> #include <linux/pci.h> #include <cxlmem.h> /** * DOC: cxl registers * * CXL device capabilities are enumerated by PCI DVSEC (Designated * Ve...
27.772
75
0.714821
[ "object" ]
e381a82d1f254f8ad8c78b2e59d76320271a5327
10,539
c
C
src/uml/property.c
Quicksilver-Project/quicksilveruml
c9019443360c98c61edbd60c93cf2c1701912c2e
[ "MIT" ]
null
null
null
src/uml/property.c
Quicksilver-Project/quicksilveruml
c9019443360c98c61edbd60c93cf2c1701912c2e
[ "MIT" ]
null
null
null
src/uml/property.c
Quicksilver-Project/quicksilveruml
c9019443360c98c61edbd60c93cf2c1701912c2e
[ "MIT" ]
1
2021-04-02T21:35:06.000Z
2021-04-02T21:35:06.000Z
/**~classification~ * Property [Class] * * Description * * A Property is a StructuralFeature. A Property related by ownedAttribute to a Classifier (other than an association) * represents an attribute and might also represent an association end. * * It relates an instance of the Classifier to a value or set ...
36.721254
129
0.727868
[ "object" ]
e38c723cec42cf397adbd0ec6eb3495ad14aaa89
2,939
h
C
3rdparty/webkit/Source/WebCore/Modules/plugins/QuickTimePluginReplacement.h
mchiasson/PhaserNative
f867454602c395484bf730a7c43b9c586c102ac2
[ "MIT" ]
6
2021-07-05T16:09:39.000Z
2022-03-06T22:44:42.000Z
3rdparty/webkit/Source/WebCore/Modules/plugins/QuickTimePluginReplacement.h
mchiasson/PhaserNative
f867454602c395484bf730a7c43b9c586c102ac2
[ "MIT" ]
9
2020-04-18T18:47:18.000Z
2020-04-18T18:52:41.000Z
Source/WebCore/Modules/plugins/QuickTimePluginReplacement.h
ijsf/DeniseEmbeddableWebKit
57dfc6783d60f8f59b7129874e60f84d8c8556c9
[ "BSD-3-Clause" ]
1
2019-01-25T13:55:25.000Z
2019-01-25T13:55:25.000Z
/* * Copyright (C) 2013 Apple Inc. 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 list of conditions a...
41.394366
130
0.763865
[ "vector" ]
e38e2d8883ba2361405535ef4604ee45fd34bc5f
1,722
h
C
DataFormats/EcalDigi/interface/EcalEBTriggerPrimitiveDigi.h
NTrevisani/cmssw
a212a27526f34eb9507cf8b875c93896e6544781
[ "Apache-2.0" ]
3
2018-08-24T19:10:26.000Z
2019-02-19T11:45:32.000Z
DataFormats/EcalDigi/interface/EcalEBTriggerPrimitiveDigi.h
NTrevisani/cmssw
a212a27526f34eb9507cf8b875c93896e6544781
[ "Apache-2.0" ]
7
2016-07-17T02:34:54.000Z
2019-08-13T07:58:37.000Z
DataFormats/EcalDigi/interface/EcalEBTriggerPrimitiveDigi.h
NTrevisani/cmssw
a212a27526f34eb9507cf8b875c93896e6544781
[ "Apache-2.0" ]
5
2018-08-21T16:37:52.000Z
2020-01-09T13:33:17.000Z
#ifndef ECALEBTRIGGERPRIMITIVEDIGI_H #define ECALEBTRIGGERPRIMITIVEDIGI_H 1 #include <ostream> #include <vector> #include "DataFormats/EcalDetId/interface/EBDetId.h" #include "DataFormats/EcalDigi/interface/EcalEBTriggerPrimitiveSample.h" /** \class EcalEBTriggerPrimitiveDigi \author N. Marinelli - Univ. of Notre D...
22.96
82
0.719512
[ "vector" ]
e39d94dda65f429acd5835aa74e753903074e7b0
1,216
h
C
packages/eolts/src/NcAttrT.h
ncareol/R-eol
c5fe415e2063d11cc13e3a0b4b34e61594fcd8cd
[ "BSD-2-Clause" ]
4
2020-03-21T00:19:15.000Z
2021-02-16T16:05:38.000Z
packages/eolts/src/NcAttrT.h
ncareol/R-eol
c5fe415e2063d11cc13e3a0b4b34e61594fcd8cd
[ "BSD-2-Clause" ]
1
2017-08-30T18:11:18.000Z
2017-08-30T18:11:18.000Z
packages/eolts/src/NcAttrT.h
ncareol/R-eol
c5fe415e2063d11cc13e3a0b4b34e61594fcd8cd
[ "BSD-2-Clause" ]
null
null
null
// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 4; tab-width: 4; -*- // vim: set shiftwidth=4 softtabstop=4 expandtab: /* * 2013,2014, Copyright University Corporation for Atmospheric Research * * This file is part of the "eolts" package for the R software environment. * The license and distribution terms...
22.518519
77
0.672697
[ "vector" ]
e3a378406a961774c42ceaf0765d53f85c3e1c5a
8,274
h
C
toolkit/tests/EMS_Tests/directoryStagingTest/vi-source/libuxre/colldata.h
genesis-2/trunk
9a6b34e8531ef0a1614ee48802b037df6e4fa2d7
[ "Apache-2.0" ]
14
2015-12-22T03:17:48.000Z
2021-07-31T00:02:26.000Z
heirloom-070715/libuxre/colldata.h
go-barbarians/gpl-free-basebuild
f4491b7b0aacf34acdb1ed2ee29af040c1327a2e
[ "BSD-2-Clause" ]
3
2016-01-19T05:24:47.000Z
2018-01-21T19:41:53.000Z
heirloom-070715/libuxre/colldata.h
go-barbarians/gpl-free-basebuild
f4491b7b0aacf34acdb1ed2ee29af040c1327a2e
[ "BSD-2-Clause" ]
6
2016-01-19T05:07:17.000Z
2022-01-12T03:25:39.000Z
/* * Changes by Gunnar Ritter, Freiburg i. Br., Germany, November 2002. * * Sccsid @(#)colldata.h 1.5 (gritter) 5/1/04 */ /* UNIX(R) Regular Expresssion Library * * Note: Code is released under the GNU LGPL * * Copyright (C) 2001 Caldera International, Inc. * * This library is free software; you can redis...
36.449339
79
0.724196
[ "object" ]
e3adb1e72cb6ffc09ac5bae6ac084eff70052a48
2,741
h
C
DLLReplacer/ReplaceDLL.h
a10nw01f/DLLReplacer
b788b3d16da786bb144404e5a3d9004bbc21f878
[ "MIT" ]
null
null
null
DLLReplacer/ReplaceDLL.h
a10nw01f/DLLReplacer
b788b3d16da786bb144404e5a3d9004bbc21f878
[ "MIT" ]
null
null
null
DLLReplacer/ReplaceDLL.h
a10nw01f/DLLReplacer
b788b3d16da786bb144404e5a3d9004bbc21f878
[ "MIT" ]
null
null
null
#pragma once #include <windows.h> #include <string> #include <regex> #include <unordered_map> #include <vector> #include "detour/detours.h" void ReplaceDLL(HMODULE old_dll, HMODULE new_dll, const std::regex& regex); void ReplaceDLL(const char* old_dll_file, const char* new_dll_file, const std::regex& regex); class D...
22.467213
111
0.72127
[ "vector" ]
e3bfb13cf5b1f98577f2a22bd0eb083ab047a242
2,581
h
C
deps/midifile/include/MidiEventList.h
patriciogonzalezvivo/MidiRosetta
821d599410d9589e31dea3134659106a312eb8b5
[ "BSD-3-Clause" ]
615
2015-02-14T05:10:36.000Z
2022-03-27T13:52:01.000Z
music/midifile/MidiEventList.h
B1RO/Arpeggio
276c63d52d224e16377d250398bcca7db75b9187
[ "MIT" ]
75
2015-11-17T18:13:04.000Z
2022-03-06T13:41:03.000Z
music/midifile/MidiEventList.h
B1RO/Arpeggio
276c63d52d224e16377d250398bcca7db75b9187
[ "MIT" ]
147
2015-03-13T22:29:54.000Z
2022-02-28T13:59:11.000Z
// // Programmer: Craig Stuart Sapp <craig@ccrma.stanford.edu> // Creation Date: Sat Feb 14 21:55:38 PST 2015 // Last Modified: Sat Apr 21 10:52:19 PDT 2018 Removed using namespace std; // Filename: midifile/include/MidiEventList.h // Website: http://midifile.sapp.org // Syntax: C++11 // vim: ...
31.864198
76
0.541263
[ "vector" ]
e3c5f8e608d5da488fd5d1e8d3e07bb24e31b5dc
1,188
h
C
content/browser/payments/payment_instrument_icon_fetcher.h
zipated/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
2,151
2020-04-18T07:31:17.000Z
2022-03-31T08:39:18.000Z
content/browser/payments/payment_instrument_icon_fetcher.h
cangulcan/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
395
2020-04-18T08:22:18.000Z
2021-12-08T13:04:49.000Z
content/browser/payments/payment_instrument_icon_fetcher.h
cangulcan/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
338
2020-04-18T08:03:10.000Z
2022-03-29T12:33:22.000Z
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_BROWSER_PAYMENTS_PAYMENT_INSTRUMENT_ICON_FETCHER_H_ #define CONTENT_BROWSER_PAYMENTS_PAYMENT_INSTRUMENT_ICON_FETCHER_H_ #include <string>...
31.263158
81
0.786195
[ "vector" ]
e3d5554cbd766c01f6d17a47b3987a1568b4d7fa
1,527
h
C
Part_2/example_tf_listener/src/example_tf_listener.h
zhaolongkzz/ROS
52c70d9d22fe1714c438312fde61214920a4dc3c
[ "MIT" ]
null
null
null
Part_2/example_tf_listener/src/example_tf_listener.h
zhaolongkzz/ROS
52c70d9d22fe1714c438312fde61214920a4dc3c
[ "MIT" ]
null
null
null
Part_2/example_tf_listener/src/example_tf_listener.h
zhaolongkzz/ROS
52c70d9d22fe1714c438312fde61214920a4dc3c
[ "MIT" ]
null
null
null
// example_tf_listener.h header file // // wsn; March, 2016 // include this file in "example_tf_listener.cpp" #ifndef EXAMPLE_TF_LISTENER_H_ #define EXAMPLE_TF_LISTENER_H_ //some generically useful stuff to include... #include <math.h> #include <stdlib.h> #include <string> #include <vector> #include <ros/ros.h> //AL...
32.489362
132
0.749181
[ "vector", "transform" ]
e3d99a5f7b06417970490b7e42419029c170ed39
1,038
h
C
DatasetReader.h
DonaldWhyte/machine-learning-experiments
b640df0b562cfeb8745fdc4de789f4eba3401086
[ "BSD-2-Clause-FreeBSD" ]
1
2019-03-10T11:01:51.000Z
2019-03-10T11:01:51.000Z
DatasetReader.h
DonaldWhyte/machine-learning-experiments
b640df0b562cfeb8745fdc4de789f4eba3401086
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
DatasetReader.h
DonaldWhyte/machine-learning-experiments
b640df0b562cfeb8745fdc4de789f4eba3401086
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
#ifndef DATASET_READER_H #define DATASET_READER_H #include <vector> #include "ShellcodeDataItem.h" #include "Util.h" class DatasetReader { public: /* Reads all of the data items in the given dataset file, extracting their * features and storing them internally. After a call to this method, this * insta...
30.529412
81
0.737958
[ "vector" ]
e3e13a7f3efda780ad3f5f595994cad1b6c64120
6,958
h
C
kopenid.h
ridgeware/dekaf2
b914d880d1a5b7f5c8f89dedd36b13b7f4b0ee33
[ "MIT" ]
null
null
null
kopenid.h
ridgeware/dekaf2
b914d880d1a5b7f5c8f89dedd36b13b7f4b0ee33
[ "MIT" ]
null
null
null
kopenid.h
ridgeware/dekaf2
b914d880d1a5b7f5c8f89dedd36b13b7f4b0ee33
[ "MIT" ]
1
2021-08-20T16:15:01.000Z
2021-08-20T16:15:01.000Z
/* // // DEKAF(tm): Lighter, Faster, Smarter(tm) // // Copyright (c) 2019, Ridgeware, Inc. // // +-------------------------------------------------------------------------+ // | /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\| // |/+------------------------------------------------------...
32.666667
137
0.505461
[ "vector" ]
e3e885373352dd5b3915cbb92893800632aa27d1
5,802
h
C
src/xml/libxslt/include/libxslt/extensions.h
aestesis/elektronika
870f72ca7f64942f8316b3cd8f733f43c7d2d117
[ "Apache-2.0" ]
14
2016-05-09T01:14:03.000Z
2021-10-12T21:41:02.000Z
src/xml/libxslt/include/libxslt/extensions.h
aestesis/elektronika
870f72ca7f64942f8316b3cd8f733f43c7d2d117
[ "Apache-2.0" ]
null
null
null
src/xml/libxslt/include/libxslt/extensions.h
aestesis/elektronika
870f72ca7f64942f8316b3cd8f733f43c7d2d117
[ "Apache-2.0" ]
6
2015-08-19T01:28:54.000Z
2020-10-25T05:17:08.000Z
/* * extension.h: interface for the extension support * * See Copyright for the status of this software. * * daniel@veillard.com */ #ifndef __XML_XSLT_EXTENSION_H__ #define __XML_XSLT_EXTENSION_H__ #include "libxml/xpath.h" #include "xsltInternals.h" #ifdef __cplusplus extern "C" { #endif /*...
29.30303
82
0.726474
[ "transform" ]
e3e91081f084ecfc35cc1c7cf0e60452ec106617
14,324
h
C
src/SC16IS740RK.h
StevieDicks/SC16IS740RK
3dc5c79d9e55bcf138eb124e4d25d3b7568995db
[ "MIT" ]
8
2018-06-14T20:57:24.000Z
2021-01-13T03:55:43.000Z
src/SC16IS740RK.h
StevieDicks/SC16IS740RK
3dc5c79d9e55bcf138eb124e4d25d3b7568995db
[ "MIT" ]
3
2018-09-09T22:08:19.000Z
2021-05-03T19:16:26.000Z
src/SC16IS740RK.h
StevieDicks/SC16IS740RK
3dc5c79d9e55bcf138eb124e4d25d3b7568995db
[ "MIT" ]
2
2020-07-14T06:19:47.000Z
2021-02-23T18:43:43.000Z
#ifndef __SC16IS740RK_H #define __SC16IS740RK_H #include "Particle.h" /** * @brief Library for using the SC16IS740 UART on the Particle platform * */ class SC16IS740Base : public Stream { public: SC16IS740Base(); virtual ~SC16IS740Base(); /** * @brief Set the oscillator frequency in Hz (default: 1843200) *...
31.690265
122
0.706297
[ "object" ]
e3f31ddc17a8b9a38553f2d740ce9144b328d942
5,316
c
C
apps/system/utils/kdbg_heapinfo.c
chhee66/TizenRT
2af7a537759e00f5e5620f7f484a2f1a2cd7c6fe
[ "Apache-2.0" ]
1
2021-09-12T04:47:32.000Z
2021-09-12T04:47:32.000Z
apps/system/utils/kdbg_heapinfo.c
chhee66/TizenRT
2af7a537759e00f5e5620f7f484a2f1a2cd7c6fe
[ "Apache-2.0" ]
1
2017-09-28T12:36:41.000Z
2018-04-09T14:09:34.000Z
apps/system/utils/kdbg_heapinfo.c
chhee66/TizenRT
2af7a537759e00f5e5620f7f484a2f1a2cd7c6fe
[ "Apache-2.0" ]
2
2018-11-21T05:18:55.000Z
2018-11-23T07:54:25.000Z
/**************************************************************************** * * Copyright 2016-2017 Samsung Electronics 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 Licen...
30.033898
153
0.639767
[ "3d" ]
e3f7768727773bcec48e0212b4e967c6479cd3ac
5,031
h
C
src/hypro/util/linearOptimization/soplex/helper_functions.h
hypro/hypro
52ae4ffe0a8427977fce8d7979fffb82a1bc28f6
[ "MIT" ]
22
2016-10-05T12:19:01.000Z
2022-01-23T09:14:41.000Z
src/hypro/util/linearOptimization/soplex/helper_functions.h
hypro/hypro
52ae4ffe0a8427977fce8d7979fffb82a1bc28f6
[ "MIT" ]
23
2017-05-08T15:02:39.000Z
2021-11-03T16:43:39.000Z
src/hypro/util/linearOptimization/soplex/helper_functions.h
hypro/hypro
52ae4ffe0a8427977fce8d7979fffb82a1bc28f6
[ "MIT" ]
12
2017-06-07T23:51:09.000Z
2022-01-04T13:06:21.000Z
#pragma once #ifdef HYPRO_USE_SOPLEX #include <soplex.h> #include <carl/core/Relation.h> namespace hypro { namespace detail { template <typename Number> soplex::SoPlex initializeSolver( const matrix_t<Number>& constraints, const vector_t<Number>& constants, const std::vector<carl::Relation>& relations ) { soplex:...
47.018692
216
0.617174
[ "vector" ]
540773571742bccc2b2ea5b2983d13f5a395c6f6
3,007
h
C
CefSharp.BrowserSubprocess.Core/JavascriptPromiseHandler.h
SirIntellegence/CefSharp
25e8d9fb2177621079de834061ac71b10f405e3c
[ "BSD-3-Clause" ]
1
2021-06-25T14:06:28.000Z
2021-06-25T14:06:28.000Z
CefSharp.BrowserSubprocess.Core/JavascriptPromiseHandler.h
SirIntellegence/CefSharp
25e8d9fb2177621079de834061ac71b10f405e3c
[ "BSD-3-Clause" ]
null
null
null
CefSharp.BrowserSubprocess.Core/JavascriptPromiseHandler.h
SirIntellegence/CefSharp
25e8d9fb2177621079de834061ac71b10f405e3c
[ "BSD-3-Clause" ]
1
2021-08-20T07:11:41.000Z
2021-08-20T07:11:41.000Z
// Copyright © 2020 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. #pragma once #include "include/cef_v8.h" #include "..\CefSharp.Core.Runtime\Internals\Messaging\Messages.h" #include "..\CefSharp.Core.Runtime\Internal...
33.411111
138
0.548387
[ "object" ]
540c00afb24963df94e73b825aeefb85e3a3417d
1,016
h
C
cpp/opengl_low_level/3d/opengl_3d_functions.h
Danpihl/plot_tool
ca1aa422fb7db07cd557de102de253043ec49c2d
[ "MIT" ]
36
2020-05-17T16:43:42.000Z
2020-05-24T12:47:15.000Z
cpp/opengl_low_level/3d/opengl_3d_functions.h
Danpihl/plot_tool
ca1aa422fb7db07cd557de102de253043ec49c2d
[ "MIT" ]
1
2020-05-18T04:11:26.000Z
2020-05-18T04:11:26.000Z
cpp/opengl_low_level/3d/opengl_3d_functions.h
Danpihl/plot_tool
ca1aa422fb7db07cd557de102de253043ec49c2d
[ "MIT" ]
3
2020-05-19T10:03:22.000Z
2020-05-22T06:36:55.000Z
#ifndef OPENGL_3D_FUNCTIONS_ #define OPENGL_3D_FUNCTIONS_ #include <arl/math/math.h> #include <cstddef> #include <vector> #include "opengl_low_level/data_structures.h" void drawLines3D(const arl::Vectord& x_values, const arl::Vectord& y_values, const arl::Vectord& z_val...
33.866667
90
0.586614
[ "vector" ]
5419a3aae300e9d3848aa89eb88c51590bf0d1d8
10,315
h
C
src/ssf/layer/interface_layer/specific_interface_socket.h
securesocketfunneling/ssf-framework
b4df0bbb0a8efacedbf976c16031e4366b7a5460
[ "MIT" ]
3
2018-07-22T18:58:16.000Z
2021-05-08T08:36:22.000Z
src/ssf/layer/interface_layer/specific_interface_socket.h
securesocketfunneling/ssf-framework
b4df0bbb0a8efacedbf976c16031e4366b7a5460
[ "MIT" ]
1
2017-02-21T11:59:13.000Z
2017-02-21T11:59:13.000Z
src/ssf/layer/interface_layer/specific_interface_socket.h
securesocketfunneling/ssf-framework
b4df0bbb0a8efacedbf976c16031e4366b7a5460
[ "MIT" ]
2
2017-11-29T05:28:54.000Z
2018-06-08T17:19:04.000Z
#ifndef SSF_LAYER_INTERFACE_LAYER_SPECIFIC_INTERFACE_SOCKET_H_ #define SSF_LAYER_INTERFACE_LAYER_SPECIFIC_INTERFACE_SOCKET_H_ #include <cstdint> #include <memory> #include <vector> #include <boost/asio/detail/op_queue.hpp> #include <boost/thread.hpp> #include "ssf/layer/interface_layer/generic_interface_socket.h" ...
30.072886
83
0.645856
[ "vector" ]
542702f453cd0703944f081eeece1e0fe21e65d9
555
h
C
editor/widgets/controls/painters/PlugPainter.h
remaininlight/axiom
abd3d9232ffe89dff84b0ef56ab4a1ba9e58d7ce
[ "MIT" ]
642
2017-12-10T14:22:04.000Z
2022-03-03T15:23:23.000Z
editor/widgets/controls/painters/PlugPainter.h
remaininlight/axiom
abd3d9232ffe89dff84b0ef56ab4a1ba9e58d7ce
[ "MIT" ]
151
2017-12-21T02:08:45.000Z
2020-07-03T14:18:51.000Z
editor/widgets/controls/painters/PlugPainter.h
remaininlight/axiom
abd3d9232ffe89dff84b0ef56ab4a1ba9e58d7ce
[ "MIT" ]
30
2018-09-11T14:06:31.000Z
2021-11-09T04:19:00.000Z
#pragma once #include <QtGui/QPainter> #include <QtWidgets/QStyleOptionGraphicsItem> #include <optional> #include "editor/model/Value.h" namespace AxiomGui { class PlugPainter { public: void paint(QPainter *painter, const QRectF &aspectBoundingRect, float hoverState, std::optional...
26.428571
109
0.711712
[ "shape", "model" ]
5428a7e6b8c6310bb2a2c79c2172b531ed098b3a
689
h
C
source/visible/Geometry.h
davidxk/Magician
ef1063e6800c8ddc93b7c32d30c0b846faf3dd80
[ "MIT" ]
4
2017-09-25T03:41:02.000Z
2020-06-17T22:21:53.000Z
source/visible/Geometry.h
davidxk/Magician
ef1063e6800c8ddc93b7c32d30c0b846faf3dd80
[ "MIT" ]
null
null
null
source/visible/Geometry.h
davidxk/Magician
ef1063e6800c8ddc93b7c32d30c0b846faf3dd80
[ "MIT" ]
null
null
null
#ifndef _GEOMETRY_H_ #define _GEOMETRY_H_ #include "basic/Size.h" #include "basic/ColoredChar.h" //Geometry class creates geometric shaped Image class Geometry { public: static Image point(char ch = '*', Color forColor = 7, Color backColor = 0); static Image horizontalLine(int length, char ch = '-', Color forColor ...
36.263158
97
0.7373
[ "geometry" ]
54305f3a193e7f4874dcfa725aa190cb215bfd8a
2,396
h
C
Code en C++ de Mage War Online/HugeFireball.h
Drakandes/Portfolio_NicolasPaulBonneau
c8115d5ecd6c284113766d64d0f907c074315cff
[ "MIT" ]
null
null
null
Code en C++ de Mage War Online/HugeFireball.h
Drakandes/Portfolio_NicolasPaulBonneau
c8115d5ecd6c284113766d64d0f907c074315cff
[ "MIT" ]
null
null
null
Code en C++ de Mage War Online/HugeFireball.h
Drakandes/Portfolio_NicolasPaulBonneau
c8115d5ecd6c284113766d64d0f907c074315cff
[ "MIT" ]
null
null
null
#pragma once #include <SFML/Graphics.hpp> #include <SFML/Window.hpp> #include "GlobalEnum.h" #include "Player.h" #include "ProjectileBase.h" class HugeFireball : public ProjectileBase { private: std::vector<int> ListIdObject; std::shared_ptr<Player> parent; sf::Texture texture_huge_fireball; sf::Spr...
33.746479
189
0.766277
[ "vector" ]
5431ae65df39defd8a1bbc8e5ac55d08afde0004
3,239
h
C
src/input.h
cbpark/YAM2
f998e8c23a853b7f9db5b8c03db4ad030e409fa7
[ "BSD-3-Clause" ]
5
2020-07-31T00:52:38.000Z
2022-01-15T15:49:26.000Z
src/input.h
cbpark/YAM2
f998e8c23a853b7f9db5b8c03db4ad030e409fa7
[ "BSD-3-Clause" ]
null
null
null
src/input.h
cbpark/YAM2
f998e8c23a853b7f9db5b8c03db4ad030e409fa7
[ "BSD-3-Clause" ]
null
null
null
/* * Copyright (c) 2020 Chan Beom Park <cbpark@gmail.com> */ #ifndef YAM2_SRC_INPUT_H_ #define YAM2_SRC_INPUT_H_ #include <optional> #include <ostream> #include <vector> #include "momentum.h" #include "variables.h" namespace yam2 { class InputKinematics { private: /** p1 = a1 + b1 */ FourMomentum p1_; ...
29.990741
80
0.632603
[ "vector" ]
543aa199debf380f6b234dd5f285ae2fceb9f645
3,824
h
C
src/extern/inventor/lib/database/include/Inventor/nodes/SoNonIndexedShape.h
OpenXIP/xip-libraries
9f0fef66038b20ff0c81c089d7dd0038e3126e40
[ "Apache-2.0" ]
2
2020-05-21T07:06:07.000Z
2021-06-28T02:14:34.000Z
src/extern/inventor/lib/database/include/Inventor/nodes/SoNonIndexedShape.h
OpenXIP/xip-libraries
9f0fef66038b20ff0c81c089d7dd0038e3126e40
[ "Apache-2.0" ]
null
null
null
src/extern/inventor/lib/database/include/Inventor/nodes/SoNonIndexedShape.h
OpenXIP/xip-libraries
9f0fef66038b20ff0c81c089d7dd0038e3126e40
[ "Apache-2.0" ]
6
2016-03-21T19:53:18.000Z
2021-06-08T18:06:03.000Z
/* * * Copyright (C) 2000 Silicon Graphics, Inc. All Rights Reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your opti...
35.738318
78
0.696653
[ "shape" ]
545029e5b065dbbd3b8d1480d2027d0c3bb884f2
7,515
h
C
include/sumire/basic-trie-builder-in.h
amitdo/sumire-tries
145b73abd55d90de638fd8ea7ee0347da7a0eed3
[ "BSD-3-Clause" ]
null
null
null
include/sumire/basic-trie-builder-in.h
amitdo/sumire-tries
145b73abd55d90de638fd8ea7ee0347da7a0eed3
[ "BSD-3-Clause" ]
null
null
null
include/sumire/basic-trie-builder-in.h
amitdo/sumire-tries
145b73abd55d90de638fd8ea7ee0347da7a0eed3
[ "BSD-3-Clause" ]
null
null
null
#ifndef SUMIRE_BASIC_TRIE_BUILDER_IN_H #define SUMIRE_BASIC_TRIE_BUILDER_IN_H #include <algorithm> #include <cassert> #include <numeric> #include <queue> namespace sumire { inline bool BasicTrieBuilder::build(const TrieBase &trie, ObjectArray<BasicTrieUnit> *units, ObjectArray<UInt8> *labels) { assert(units != NUL...
22.981651
78
0.717898
[ "vector" ]
2d040fa4c71c89665f7115c136dca10432dda7ac
422
h
C
Sima/Kukua/Classes/PlatformGame2/PlatformGameObstacle.h
Megapop/Norad-Eduapp4syria
20b887dd9e1fe55a5b15cd6cd36a85265bfd819e
[ "BSD-2-Clause" ]
null
null
null
Sima/Kukua/Classes/PlatformGame2/PlatformGameObstacle.h
Megapop/Norad-Eduapp4syria
20b887dd9e1fe55a5b15cd6cd36a85265bfd819e
[ "BSD-2-Clause" ]
null
null
null
Sima/Kukua/Classes/PlatformGame2/PlatformGameObstacle.h
Megapop/Norad-Eduapp4syria
20b887dd9e1fe55a5b15cd6cd36a85265bfd819e
[ "BSD-2-Clause" ]
1
2018-09-10T08:29:13.000Z
2018-09-10T08:29:13.000Z
#pragma once #include "../Utils/GameObject.h" #include <vector> #include "cocos2d.h" #include "SimpleAudioEngine.h" using namespace std; class PlatformGameObstacle : public Node { public: PlatformGameObstacle(string pngPath); // For nodes to be instantiated from a csb or new nodes virtual ~Plat...
15.62963
95
0.699052
[ "vector" ]
2d089f70ae2fe85861ef37be0f808a64337164e7
3,044
h
C
examples/20_DCT_sysc/testbench.h
hlslibs/matchlib_toolkit
8ca2427e0eade7407e0eee9095bcc6a4f4079035
[ "Apache-2.0" ]
null
null
null
examples/20_DCT_sysc/testbench.h
hlslibs/matchlib_toolkit
8ca2427e0eade7407e0eee9095bcc6a4f4079035
[ "Apache-2.0" ]
null
null
null
examples/20_DCT_sysc/testbench.h
hlslibs/matchlib_toolkit
8ca2427e0eade7407e0eee9095bcc6a4f4079035
[ "Apache-2.0" ]
null
null
null
/************************************************************************** * * * Catapult(R) MatchLib Toolkit Example Design Library * * * * Software Ver...
47.5625
77
0.382063
[ "object" ]
2d19a6cd805709736dfcd8670e34d501f905f8fd
5,133
c
C
source/renderers/panel_renderer.c
cfnptr/uran
962097de3749cecde9705da81ddb52e12926b8c0
[ "Apache-2.0" ]
null
null
null
source/renderers/panel_renderer.c
cfnptr/uran
962097de3749cecde9705da81ddb52e12926b8c0
[ "Apache-2.0" ]
3
2022-03-09T14:19:18.000Z
2022-03-21T07:37:42.000Z
source/renderers/panel_renderer.c
cfnptr/uran
962097de3749cecde9705da81ddb52e12926b8c0
[ "Apache-2.0" ]
1
2022-03-10T18:10:48.000Z
2022-03-10T18:10:48.000Z
// Copyright 2020-2022 Nikita Fediuchin. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by...
21.567227
75
0.758036
[ "mesh", "render", "model", "transform" ]
2d25cfb0bdc0f8a4b0084bab73ec188788c3bd3c
685
h
C
src/Parser/BART/ParseFill.h
mtheory101/hybrid-rendering-thesis
314a200726450e27982e1a95eec3702ad5c9d320
[ "MIT" ]
1
2019-06-14T20:22:21.000Z
2019-06-14T20:22:21.000Z
src/Parser/BART/ParseFill.h
ptrefall/hybrid-rendering-thesis
72be3b3f6b457741737cd83cefb90f2bdbaa46dc
[ "MIT" ]
null
null
null
src/Parser/BART/ParseFill.h
ptrefall/hybrid-rendering-thesis
72be3b3f6b457741737cd83cefb90f2bdbaa46dc
[ "MIT" ]
null
null
null
#pragma once #include <glm\glm.hpp> #include <stdio.h> #include <vector> #include <memory> namespace Render { class Material; typedef std::shared_ptr<Material> MaterialPtr; } namespace File { namespace BART { struct active_def; }} namespace Parser { namespace BART { class ParseFill { publi...
23.62069
143
0.690511
[ "render", "vector" ]
2d265520f3d21c51f782c9ea861c23c7e95cd8b1
1,047
h
C
aten/src/ATen/native/Gesv.h
DavidKo3/mctorch
53ffe61763059677978b4592c8b2153b0c15428f
[ "BSD-3-Clause" ]
1
2019-07-21T02:13:22.000Z
2019-07-21T02:13:22.000Z
aten/src/ATen/native/Gesv.h
DavidKo3/mctorch
53ffe61763059677978b4592c8b2153b0c15428f
[ "BSD-3-Clause" ]
null
null
null
aten/src/ATen/native/Gesv.h
DavidKo3/mctorch
53ffe61763059677978b4592c8b2153b0c15428f
[ "BSD-3-Clause" ]
null
null
null
#include "ATen/ATen.h" namespace at { namespace native { static inline void checkInputs(const Tensor& self, const Tensor& A) { if (A.size(-1) != A.size(-2)) { AT_ERROR("A must be batches of square matrices, " "but they are %lld by %lld matrices", (long long)A.size(-1), (long long)A.size(-2)); ...
31.727273
73
0.581662
[ "vector" ]
2d2d3016376ccf7a5889eef6146b7b04ed09910a
814
h
C
include/libpy/detail/no_destruct_wrapper.h
gerrymanoim/libpy
ffe19d53aa9602893aecc2dd8c9feda90e06b262
[ "Apache-2.0" ]
71
2020-06-26T00:36:33.000Z
2021-12-02T13:57:02.000Z
include/libpy/detail/no_destruct_wrapper.h
stefan-jansen/libpy
e174ee103db76a9d0fcd29165d54c676ed1f2629
[ "Apache-2.0" ]
32
2020-06-26T18:59:15.000Z
2022-03-01T19:02:44.000Z
include/libpy/detail/no_destruct_wrapper.h
gerrymanoim/libpy
ffe19d53aa9602893aecc2dd8c9feda90e06b262
[ "Apache-2.0" ]
24
2020-06-26T17:01:57.000Z
2022-02-15T00:25:27.000Z
#pragma once #include <memory> namespace py::detail { /** A wrapper which prevents a destructor from being called. This is useful for static objects that hold `py::owned_ref` objects which may not be able to be cleaned up do to the interpreter state. */ template<typename T> class no_destruct_wrapper { public...
25.4375
79
0.659705
[ "object" ]
2d2d9eb1169ba359afeda1c78b37c1742714556b
5,812
h
C
Src/HSAFdnTrace/HSAAqlPacketTimeCollector.h
matthiasdiener/radeon_compute_profiler
daa40a72d73175b7e94c0a8fcf91c20ac55edec3
[ "MIT" ]
72
2017-06-24T02:45:35.000Z
2020-01-17T08:48:33.000Z
Src/HSAFdnTrace/HSAAqlPacketTimeCollector.h
matthiasdiener/radeon_compute_profiler
daa40a72d73175b7e94c0a8fcf91c20ac55edec3
[ "MIT" ]
28
2017-07-10T13:41:04.000Z
2019-08-11T06:54:59.000Z
Src/HSAFdnTrace/HSAAqlPacketTimeCollector.h
matthiasdiener/radeon_compute_profiler
daa40a72d73175b7e94c0a8fcf91c20ac55edec3
[ "MIT" ]
15
2017-07-05T05:40:36.000Z
2019-11-01T22:55:24.000Z
//============================================================================== // Copyright (c) 2016 Advanced Micro Devices, Inc. All rights reserved. /// \author AMD Developer Tools Team /// \file /// \brief This file contains code to collect timestamps from AQL packets. /// NOTE: the code here is a direct ...
40.082759
167
0.663971
[ "vector" ]
2d2fc6d85bbdbb132abcf31f2cfe19f98f336ef5
2,031
h
C
ace/tao/tao_idl/be_include/be_visitor_sequence/sequence_cs.h
tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective
1b0172cdb78757fd17898503aaf6ce03d940ef28
[ "Apache-1.1" ]
46
2015-12-04T17:12:58.000Z
2022-03-11T04:30:49.000Z
ace/tao/tao_idl/be_include/be_visitor_sequence/sequence_cs.h
tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective
1b0172cdb78757fd17898503aaf6ce03d940ef28
[ "Apache-1.1" ]
null
null
null
ace/tao/tao_idl/be_include/be_visitor_sequence/sequence_cs.h
tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective
1b0172cdb78757fd17898503aaf6ce03d940ef28
[ "Apache-1.1" ]
23
2016-10-24T09:18:14.000Z
2022-02-25T02:11:35.000Z
/* -*- c++ -*- */ // // sequence_cs.h,v 1.5 1999/08/16 22:12:27 parsons Exp // // ============================================================================ // // = LIBRARY // TAO IDL // // = FILENAME // sequence_cs.h // // = DESCRIPTION // Concrete visitor for the Sequence class // This o...
27.821918
80
0.649434
[ "object" ]
2d3d5b6711a25498a1bd9552121150ee93d4ab6c
2,072
h
C
dakota-6.3.0.Windows.x86/include/DDaceXMLHandler.h
seakers/ExtUtils
b0186098063c39bd410d9decc2a765f24d631b25
[ "BSD-2-Clause" ]
null
null
null
dakota-6.3.0.Windows.x86/include/DDaceXMLHandler.h
seakers/ExtUtils
b0186098063c39bd410d9decc2a765f24d631b25
[ "BSD-2-Clause" ]
null
null
null
dakota-6.3.0.Windows.x86/include/DDaceXMLHandler.h
seakers/ExtUtils
b0186098063c39bd410d9decc2a765f24d631b25
[ "BSD-2-Clause" ]
1
2022-03-18T14:13:14.000Z
2022-03-18T14:13:14.000Z
#ifndef DDACEXMLHANDLER_H #define DDACEXMLHANDLER_H #include "DDaceSampler.h" #include "DDace.h" #include "XMLHandlerBase.h" #include "DDaceBool.h" #include "DDaceSamplePoint.h" typedef hash_set<std::string, hash<std::string>, eqstr> Hashtable; /** * DDaceXMLHandler defines the interface that is used to handle th...
25.9
73
0.715251
[ "object", "vector" ]
2d49c5f19c70cc07d5efd490e3c30f93f549580f
623
h
C
sail/csrc/core/modules/module.h
sail-ml/sail
e261ef22661aa267bcf32d1552be95d8b7255220
[ "BSD-3-Clause" ]
1
2021-04-28T16:29:02.000Z
2021-04-28T16:29:02.000Z
sail/csrc/core/modules/module.h
sail-ml/sail
e261ef22661aa267bcf32d1552be95d8b7255220
[ "BSD-3-Clause" ]
56
2021-04-28T16:39:05.000Z
2021-07-29T01:13:25.000Z
sail/csrc/core/modules/module.h
sail-ml/sail
e261ef22661aa267bcf32d1552be95d8b7255220
[ "BSD-3-Clause" ]
null
null
null
// allow-no-source #pragma once #include "Tensor.h" #include "dtypes.h" #include "kernels/Kernel.h" namespace sail { namespace modules { inline Dtype default_dtype = Dtype::sFloat32; using TensorVector = std::vector<Tensor>; class Module { public: TensorVector params; explicit Module() = default; vir...
19.46875
45
0.632424
[ "vector" ]
2d59b793c2c7d05bf866312c125ebcb7e0ac2658
18,506
h
C
include/heuristic_search/DStarLiteCommon.h
Forrest-Z/heuristic_search
8a1d2035483e7167baf362dc3de52320845f1109
[ "MIT" ]
null
null
null
include/heuristic_search/DStarLiteCommon.h
Forrest-Z/heuristic_search
8a1d2035483e7167baf362dc3de52320845f1109
[ "MIT" ]
null
null
null
include/heuristic_search/DStarLiteCommon.h
Forrest-Z/heuristic_search
8a1d2035483e7167baf362dc3de52320845f1109
[ "MIT" ]
1
2020-04-18T09:58:49.000Z
2020-04-18T09:58:49.000Z
/* By downloading, copying, installing or using the software you agree to this license. * * License Agreement * For heuristic_search library * * Copyright (c) 2016, * Maciej Przybylski <maciej.przybylski@mchtr.pw.edu.pl>, * Warsaw University of Technology. * All...
32.409807
149
0.460986
[ "vector" ]
2d6961bdaeb484b2bd1e6d636ba1d7abb7a20230
3,987
h
C
XDTip/XDTip.h
Xiexingda/XDTip
fd0f5d2ed685898c543aa3a5eb1d84102f4cbac2
[ "MIT" ]
1
2020-10-09T23:44:14.000Z
2020-10-09T23:44:14.000Z
XDTip/XDTip.h
Xiexingda/XDTip
fd0f5d2ed685898c543aa3a5eb1d84102f4cbac2
[ "MIT" ]
null
null
null
XDTip/XDTip.h
Xiexingda/XDTip
fd0f5d2ed685898c543aa3a5eb1d84102f4cbac2
[ "MIT" ]
null
null
null
// // XDTip.h // XDActionBox // // Created by 谢兴达 on 2020/4/17. // Copyright © 2020 xie. All rights reserved. // #import <UIKit/UIKit.h> @class XDTipItem; typedef NS_ENUM(NSInteger, _XXTipType) { _XXTip_Sheet, _XXTip_Alert }; @interface XDTip : UIView // sheet + (XDTipItem *)sheet; + (instancetype)show...
26.058824
199
0.712566
[ "model" ]
2d6f70bad0f0e0761bddb0758bd484acf7be561c
907
h
C
include/votca/csg/potentialfunctions/potentialfunctionlj126.h
Pallavi-Banerjee21/votca.csg
d88977b0bec6159b567871d8901f990120a6f2e4
[ "Apache-2.0" ]
null
null
null
include/votca/csg/potentialfunctions/potentialfunctionlj126.h
Pallavi-Banerjee21/votca.csg
d88977b0bec6159b567871d8901f990120a6f2e4
[ "Apache-2.0" ]
null
null
null
include/votca/csg/potentialfunctions/potentialfunctionlj126.h
Pallavi-Banerjee21/votca.csg
d88977b0bec6159b567871d8901f990120a6f2e4
[ "Apache-2.0" ]
null
null
null
/* * Author: sikandar * * Created on November 8, 2011, 11:52 PM */ #ifndef POTENTIALFUNCTIONLJ126_H #define POTENTIALFUNCTIONLJ126_H #include <votca/tools/table.h> #include <boost/numeric/ublas/vector.hpp> #include <math.h> #include "potentialfunction.h" using namespace std; using namespace votca::tools; // LJ ...
25.914286
72
0.737596
[ "vector" ]
2d74382af12e13c48b56b7141d57f7cafaa06458
7,716
h
C
ork.lev2/inc/ork/lev2/aud/singularity/krztypes.h
tweakoz/orkid
e3f78dfb3375853fd512a9d0828b009075a18345
[ "BSL-1.0" ]
25
2015-02-21T04:21:21.000Z
2022-01-20T05:19:27.000Z
ork.lev2/inc/ork/lev2/aud/singularity/krztypes.h
tweakoz/orkid
e3f78dfb3375853fd512a9d0828b009075a18345
[ "BSL-1.0" ]
113
2019-08-23T04:52:14.000Z
2021-09-13T04:04:11.000Z
ork.lev2/inc/ork/lev2/aud/singularity/krztypes.h
tweakoz/orkid
e3f78dfb3375853fd512a9d0828b009075a18345
[ "BSL-1.0" ]
4
2017-02-20T18:17:55.000Z
2020-06-28T03:47:55.000Z
//////////////////////////////////////////////////////////////// // Orkid Media Engine // Copyright 1996-2020, Michael T. Mayers. // Distributed under the Boost Software License - Version 1.0 - August 17, 2003 // see http://www.boost.org/LICENSE_1_0.txt //////////////////////////////////////////////////////////////// ...
41.262032
92
0.636081
[ "vector" ]
2d7baa5b7498422a39cabcdcf67b262fc7f3cdd2
700
h
C
include/process.h
Mostafa-ashraf19/CPP_System_Monitor
b532bfd07ccd1f78d3f03d1f1c2f483be0a78e31
[ "MIT" ]
1
2020-11-25T23:40:17.000Z
2020-11-25T23:40:17.000Z
include/process.h
Mostafa-ashraf19/CPP_System_Monitor
b532bfd07ccd1f78d3f03d1f1c2f483be0a78e31
[ "MIT" ]
null
null
null
include/process.h
Mostafa-ashraf19/CPP_System_Monitor
b532bfd07ccd1f78d3f03d1f1c2f483be0a78e31
[ "MIT" ]
1
2021-08-24T07:37:44.000Z
2021-08-24T07:37:44.000Z
#ifndef PROCESS_H #define PROCESS_H #include <string> #include <vector> #include "linux_parser.h" class Process { public: int Pid(); std::string User(); std::string Command(); float CpuUtilization(); std::string Ram()...
23.333333
76
0.468571
[ "vector" ]
2d7ec52221f9714af68f016e1673ac52feafd236
28,949
h
C
3rdparty/metaioar_clv2/metaioSDK/include/metaioSDK/IGeometry.h
PlusToolkit/OvrvisionPro
ed64cade144ce47d17423369476fb43ea69b124d
[ "MIT" ]
null
null
null
3rdparty/metaioar_clv2/metaioSDK/include/metaioSDK/IGeometry.h
PlusToolkit/OvrvisionPro
ed64cade144ce47d17423369476fb43ea69b124d
[ "MIT" ]
null
null
null
3rdparty/metaioar_clv2/metaioSDK/include/metaioSDK/IGeometry.h
PlusToolkit/OvrvisionPro
ed64cade144ce47d17423369476fb43ea69b124d
[ "MIT" ]
null
null
null
// Copyright 2007-2013 metaio GmbH. All rights reserved. #ifndef __AS_IGEOMETRY_H_INCLUDED__ #define __AS_IGEOMETRY_H_INCLUDED__ #include <metaioSDK/BoundingBox.h> #include <metaioSDK/ColorFormat.h> #include <metaioSDK/ImageStruct.h> #include <metaioSDK/LLACoordinate.h> #include <metaioSDK/Rotation.h> #include <metaio...
34.504172
144
0.728212
[ "mesh", "geometry", "render", "object", "vector", "model", "3d" ]
2d801a6c8215a20bcee37369452c6fb68859e97f
16,289
h
C
libs/efr32mg21/RF/btmesh/mesh_sensor_model_capi_types.h
silabs-badiss/silabs_bluetooth
7d518f943b56d8e19381869f7571801ae9744495
[ "Zlib" ]
1
2021-05-04T12:28:25.000Z
2021-05-04T12:28:25.000Z
libs/efr32mg21/RF/btmesh/mesh_sensor_model_capi_types.h
silabs-badiss/silabs_bluetooth
7d518f943b56d8e19381869f7571801ae9744495
[ "Zlib" ]
1
2021-05-01T13:21:32.000Z
2021-05-01T13:21:32.000Z
libs/efr32mg21/RF/btmesh/mesh_sensor_model_capi_types.h
silabs-badiss/silabs_bluetooth
7d518f943b56d8e19381869f7571801ae9744495
[ "Zlib" ]
null
null
null
/******************************************************************************/ /** * @file mesh_sensor_model_capi_types.h * @brief Silicon Labs Bluetooth Mesh Sensor Model API * ******************************************************************************* * <b> (C) Copyright 2018 Silicon Labs, http://www.si...
34.148847
168
0.733563
[ "mesh", "model" ]
2d85e40b9d881373103d590fa765a633b11799f3
9,553
c
C
xen-4.6.0/stubdom/grub-upstream/grub-0.97/stage2/bios.c
StanPlatinum/VMI-as-a-Service
5828a9c73815ad7e043428e7e56dc0715aaa60a1
[ "MIT" ]
6
2015-09-02T07:12:52.000Z
2021-01-11T13:26:13.000Z
xen-4.6.0/stubdom/grub-upstream/grub-0.97/stage2/bios.c
StanPlatinum/VMI-as-a-Service
5828a9c73815ad7e043428e7e56dc0715aaa60a1
[ "MIT" ]
null
null
null
xen-4.6.0/stubdom/grub-upstream/grub-0.97/stage2/bios.c
StanPlatinum/VMI-as-a-Service
5828a9c73815ad7e043428e7e56dc0715aaa60a1
[ "MIT" ]
3
2018-03-09T17:59:43.000Z
2019-07-01T16:39:58.000Z
/* bios.c - implement C part of low-level BIOS disk input and output */ /* * GRUB -- GRand Unified Bootloader * Copyright (C) 1999,2000,2003,2004 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as ...
30.040881
78
0.650895
[ "geometry" ]
31a3d8a3c7644983a4f424a44acc015aac23eb49
23,611
h
C
Frameworks/Core/HaptikLib.framework/Headers/Haptik.h
hellohaptik/HaptikLib-iOS
4f74deb95160fbe9a629637db1ed12e2bcb2357e
[ "Apache-2.0" ]
4
2017-12-13T12:27:59.000Z
2018-06-26T18:15:28.000Z
Frameworks/Core/HaptikLib.framework/Headers/Haptik.h
hellohaptik/HaptikLib-iOS
4f74deb95160fbe9a629637db1ed12e2bcb2357e
[ "Apache-2.0" ]
3
2018-07-18T06:09:23.000Z
2021-11-02T09:11:27.000Z
Frameworks/Core/HaptikLib.framework/Headers/Haptik.h
hellohaptik/HaptikLib-iOS
4f74deb95160fbe9a629637db1ed12e2bcb2357e
[ "Apache-2.0" ]
2
2019-05-14T04:37:06.000Z
2019-11-05T05:22:53.000Z
// // Haptik.h // HaptikLib - Haptik Personal Assistant SDK for iOS // // Copyright © 2020 Haptik. All rights reserved. // // Usage of this SDK is subject to the Haptik Terms of // Service: https://haptik.ai/terms-conditions // #import <UIKit/UIKit.h> @class HPSignUpObject; @class UNNotificationResponse; NS_A...
37.124214
253
0.712083
[ "object" ]
31a6ca6dd9a094df7e23d44d949fe381b5187b0b
8,253
h
C
builtin/js/js_common.h
kstepanmpmg/mldb
f78791cd34d01796705c0f173a14359ec1b2e021
[ "Apache-2.0" ]
1
2020-03-05T15:43:05.000Z
2020-03-05T15:43:05.000Z
builtin/js/js_common.h
Davletvm/mldb
f78791cd34d01796705c0f173a14359ec1b2e021
[ "Apache-2.0" ]
2
2021-03-20T05:52:26.000Z
2021-11-15T17:52:54.000Z
builtin/js/js_common.h
matebestek/mldb
f78791cd34d01796705c0f173a14359ec1b2e021
[ "Apache-2.0" ]
1
2018-11-23T20:03:38.000Z
2018-11-23T20:03:38.000Z
/** js_common.h -*- C++ -*- Jeremy Barnes, 12 June 2015 Copyright (c) 2015 mldb.ai inc. All rights reserved. This file is part of MLDB. Copyright 2015 mldb.ai inc. All rights reserved. Common code for JS handling. */ #include "mldb/ext/v8-cross-buil...
29.68705
80
0.621107
[ "object", "vector" ]
31b097769286bf38b7758ad2817aad8cbd3655ad
4,730
h
C
Src/CollisionPrimitive/HeightField3d.h
atlantis13579/Riemann
5c4dcf08a0438e702f082be7876d9017ccd598f8
[ "MIT" ]
2
2021-07-06T05:24:07.000Z
2021-07-07T01:52:41.000Z
Src/CollisionPrimitive/HeightField3d.h
atlantis13579/Riemann
5c4dcf08a0438e702f082be7876d9017ccd598f8
[ "MIT" ]
null
null
null
Src/CollisionPrimitive/HeightField3d.h
atlantis13579/Riemann
5c4dcf08a0438e702f082be7876d9017ccd598f8
[ "MIT" ]
null
null
null
#pragma once #include <assert.h> #include <stdint.h> #include <vector> #include "ShapeType.h" #include "../Maths/Box3d.h" #include "../Maths/Vector3d.h" #include "../Maths/Matrix3d.h" struct HeightFieldHitOption { float maxDist; }; struct HeightFieldHitResult { float hitTime; Vector3d hitNormal; uint32_t cellI...
23.65
156
0.616068
[ "vector" ]
31ca724db5a8b1637c9dcd4437bd690b3370d437
1,900
h
C
phpcxx/parameters.h
sjinks/php-cxx
c519f841c2d7122bcf02db7d43a109a6ec818e1d
[ "MIT" ]
5
2017-02-26T23:55:20.000Z
2019-10-12T04:04:38.000Z
phpcxx/parameters.h
sjinks/php-cxx
c519f841c2d7122bcf02db7d43a109a6ec818e1d
[ "MIT" ]
25
2017-03-18T07:03:42.000Z
2018-03-28T21:33:57.000Z
phpcxx/parameters.h
sjinks/php-cxx
c519f841c2d7122bcf02db7d43a109a6ec818e1d
[ "MIT" ]
1
2017-03-18T07:27:25.000Z
2017-03-18T07:27:25.000Z
#ifndef PHPCXX_PARAMETERS_H #define PHPCXX_PARAMETERS_H #include "phpcxx.h" #include <initializer_list> #include <memory> #include "emallocallocator.h" #include "vector.h" struct _zend_execute_data; namespace phpcxx { class Value; class ParametersPrivate; /** * @brief Class representing parameters passed to a fu...
23.45679
96
0.661579
[ "vector" ]
31cae2ca3cbe07c3cf5664706b1191a7a927edae
3,303
h
C
source/PEST++/src/libs/run_managers/yamr/PantherAgent.h
usgs/neversink_workflow
acd61435b8553e38d4a903c8cd7a3afc612446f9
[ "CC0-1.0" ]
null
null
null
source/PEST++/src/libs/run_managers/yamr/PantherAgent.h
usgs/neversink_workflow
acd61435b8553e38d4a903c8cd7a3afc612446f9
[ "CC0-1.0" ]
null
null
null
source/PEST++/src/libs/run_managers/yamr/PantherAgent.h
usgs/neversink_workflow
acd61435b8553e38d4a903c8cd7a3afc612446f9
[ "CC0-1.0" ]
null
null
null
/* This file is part of PEST++. PEST++ 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 3 of the License, or (at your option) any later version. PEST++ is distributed in t...
30.583333
114
0.752649
[ "vector" ]
31e1acd4d2b72f8b316e821c857d1194682292bd
2,055
h
C
Gems/Atom/RHI/DX12/Code/Source/RHI/IndirectBufferWriter.h
aaarsene/o3de
37e3b0226958974defd14dd6d808e8557dcd7345
[ "Apache-2.0", "MIT" ]
1
2021-09-13T00:01:12.000Z
2021-09-13T00:01:12.000Z
Gems/Atom/RHI/DX12/Code/Source/RHI/IndirectBufferWriter.h
aaarsene/o3de
37e3b0226958974defd14dd6d808e8557dcd7345
[ "Apache-2.0", "MIT" ]
null
null
null
Gems/Atom/RHI/DX12/Code/Source/RHI/IndirectBufferWriter.h
aaarsene/o3de
37e3b0226958974defd14dd6d808e8557dcd7345
[ "Apache-2.0", "MIT" ]
1
2021-07-20T11:07:25.000Z
2021-07-20T11:07:25.000Z
/* * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ #pragma once #include <Atom/RHI/IndirectBufferWriter.h> #include <AzCore/Memory/PoolAllocator.h> na...
42.8125
158
0.63747
[ "3d" ]
31e9137b3a5133be444277c356c94f9623e0cde2
15,543
h
C
src/ledger/bin/storage/impl/page_db.h
opensource-assist/fuschia
66646c55b3d0b36aae90a4b6706b87f1a6261935
[ "BSD-3-Clause" ]
null
null
null
src/ledger/bin/storage/impl/page_db.h
opensource-assist/fuschia
66646c55b3d0b36aae90a4b6706b87f1a6261935
[ "BSD-3-Clause" ]
null
null
null
src/ledger/bin/storage/impl/page_db.h
opensource-assist/fuschia
66646c55b3d0b36aae90a4b6706b87f1a6261935
[ "BSD-3-Clause" ]
null
null
null
// Copyright 2016 The Fuchsia Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef SRC_LEDGER_BIN_STORAGE_IMPL_PAGE_DB_H_ #define SRC_LEDGER_BIN_STORAGE_IMPL_PAGE_DB_H_ #include <lib/zx/time.h> #include <map> #include <memory> #...
52.688136
100
0.658624
[ "object", "vector" ]
31e9a528b7d9df1c7be1eed5504eb9f6f27d6166
3,482
h
C
applications/plugins/image/image_gui/ImageTransformWidget.h
sofa-framework/issofa
94855f488465bc3ed41223cbde987581dfca5389
[ "OML" ]
null
null
null
applications/plugins/image/image_gui/ImageTransformWidget.h
sofa-framework/issofa
94855f488465bc3ed41223cbde987581dfca5389
[ "OML" ]
null
null
null
applications/plugins/image/image_gui/ImageTransformWidget.h
sofa-framework/issofa
94855f488465bc3ed41223cbde987581dfca5389
[ "OML" ]
null
null
null
/****************************************************************************** * SOFA, Simulation Open-Framework Architecture, development version * * (c) 2006-2017 INRIA, USTL, UJF, CNRS, MGH * * * ...
35.530612
108
0.585009
[ "vector" ]
31f4529c892511f67896c7aa4e5c3abe2b54705b
12,087
h
C
pdb/src/computations/headers/base/SelectionCompBase.h
dimitrijejankov/pdb
395b5ebd48c2c1b14a56bf24aeea726b36559074
[ "Apache-2.0" ]
29
2018-06-14T03:19:32.000Z
2021-04-27T02:45:12.000Z
pdb/src/computations/headers/base/SelectionCompBase.h
dimitrijejankov/pdb
395b5ebd48c2c1b14a56bf24aeea726b36559074
[ "Apache-2.0" ]
4
2018-07-03T21:50:14.000Z
2018-11-01T15:36:07.000Z
pdb/src/computations/headers/base/SelectionCompBase.h
dimitrijejankov/pdb
395b5ebd48c2c1b14a56bf24aeea726b36559074
[ "Apache-2.0" ]
13
2018-06-14T03:39:14.000Z
2020-08-03T00:58:24.000Z
/***************************************************************************** * * * Copyright 2018 Rice University * * * * ...
36.738602
234
0.572102
[ "render", "vector" ]
31f4c22f31cf6ceef75fd89432866a61cd7bf07b
73,327
c
C
src/mc.c
smarter/daala
5f7f1ccb9ffe9d4ba15e328fad8df3e1db7c87d1
[ "BSD-2-Clause" ]
null
null
null
src/mc.c
smarter/daala
5f7f1ccb9ffe9d4ba15e328fad8df3e1db7c87d1
[ "BSD-2-Clause" ]
null
null
null
src/mc.c
smarter/daala
5f7f1ccb9ffe9d4ba15e328fad8df3e1db7c87d1
[ "BSD-2-Clause" ]
null
null
null
/*Daala video codec Copyright (c) 2006-2013 Daala project contributors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this l...
28.868898
86
0.451866
[ "vector", "transform" ]
ee1a63c9d30c982db423f1b5441864fc71531e33
4,517
h
C
src/oops/base/WeightedDiff.h
NOAA-EMC/oops
baf99ad2bc5bc360fdd8947b2e375f94ebd99e22
[ "Apache-2.0" ]
null
null
null
src/oops/base/WeightedDiff.h
NOAA-EMC/oops
baf99ad2bc5bc360fdd8947b2e375f94ebd99e22
[ "Apache-2.0" ]
null
null
null
src/oops/base/WeightedDiff.h
NOAA-EMC/oops
baf99ad2bc5bc360fdd8947b2e375f94ebd99e22
[ "Apache-2.0" ]
null
null
null
/* * (C) Copyright 2009-2016 ECMWF. * * This software is licensed under the terms of the Apache Licence Version 2.0 * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. * In applying this licence, ECMWF does not waive the privileges and immunities * granted to it by virtue of its status as an...
34.219697
91
0.568298
[ "geometry", "model" ]
ee1d98944fbc39fa9e084784cf03ac86a146fc63
1,432
h
C
BMMBusinessLogic/include/Seat.h
melaniaoncea/BookMyMovie
8f5bfab845bf86777f750d71d88bb34e7f5b665e
[ "MIT" ]
null
null
null
BMMBusinessLogic/include/Seat.h
melaniaoncea/BookMyMovie
8f5bfab845bf86777f750d71d88bb34e7f5b665e
[ "MIT" ]
null
null
null
BMMBusinessLogic/include/Seat.h
melaniaoncea/BookMyMovie
8f5bfab845bf86777f750d71d88bb34e7f5b665e
[ "MIT" ]
null
null
null
/// /// \file Seat.h /// /// \brief Holds seat related info /// /// \author Melania Oncea /// \date 2020 08 17 /// \since 1.0 /// /// Copyright (c) 2020, Melania Oncea. All rights reserved. /// #ifndef SEAT_H #define SEAT_H #include <string> using std::string; /// /// \brief Global const variable that holds the def...
24.271186
118
0.618715
[ "object" ]
ee1e23f97fa1faa01cc7ef94fc06274706f6ea7b
2,393
h
C
deps/libgeos/geos/include/geos/noding/FastSegmentSetIntersectionFinder.h
khrushjing/node-gdal-async
6546b0c8690f2db677d5385b40b407523503b314
[ "Apache-2.0" ]
57
2020-02-08T17:52:17.000Z
2021-10-14T03:45:09.000Z
deps/libgeos/geos/include/geos/noding/FastSegmentSetIntersectionFinder.h
khrushjing/node-gdal-async
6546b0c8690f2db677d5385b40b407523503b314
[ "Apache-2.0" ]
47
2020-02-12T16:41:40.000Z
2021-09-28T22:27:56.000Z
deps/libgeos/geos/include/geos/noding/FastSegmentSetIntersectionFinder.h
khrushjing/node-gdal-async
6546b0c8690f2db677d5385b40b407523503b314
[ "Apache-2.0" ]
8
2021-05-14T19:26:37.000Z
2022-03-21T13:44:42.000Z
/********************************************************************** * * GEOS - Geometry Engine Open Source * http://geos.osgeo.org * * Copyright (C) 2006 Refractions Research Inc. * * This is free software; you can redistribute and/or modify it under * the terms of the GNU Lesser General Public Licence as p...
28.488095
100
0.693272
[ "geometry" ]
ee2b16de843ef9bd502ba3a689f0ea672f3126e6
7,672
c
C
external/sbml/sbml/test/TestEventAssignment.c
dchandran/evolvenetworks
072f9e1292552f691a86457ffd16a5743724fb5e
[ "BSD-3-Clause" ]
1
2019-08-22T17:17:41.000Z
2019-08-22T17:17:41.000Z
external/sbml/sbml/test/TestEventAssignment.c
dchandran/evolvenetworks
072f9e1292552f691a86457ffd16a5743724fb5e
[ "BSD-3-Clause" ]
null
null
null
external/sbml/sbml/test/TestEventAssignment.c
dchandran/evolvenetworks
072f9e1292552f691a86457ffd16a5743724fb5e
[ "BSD-3-Clause" ]
null
null
null
/** * \file TestEventAssignment.c * \brief SBML EventAssignment unit tests * \author Ben Bornstein * * $Id: TestEventAssignment.c 10129 2009-08-28 12:23:22Z sarahkeating $ * $HeadURL: https://sbml.svn.sourceforge.net/svnroot/sbml/trunk/libsbml/src/sbml/test/TestEventAssignment.c $ */ /* Copyright 2003 Cali...
30.688
110
0.726017
[ "object" ]
5a0737a8ff20c1ff349cad978c820720b503df25
274,770
h
C
include/libARController/ARCONTROLLER_Feature.h
citysite102/DroneSDK
37dc9613caa43c17749b4d349e8a704b4a896f16
[ "MIT" ]
null
null
null
include/libARController/ARCONTROLLER_Feature.h
citysite102/DroneSDK
37dc9613caa43c17749b4d349e8a704b4a896f16
[ "MIT" ]
null
null
null
include/libARController/ARCONTROLLER_Feature.h
citysite102/DroneSDK
37dc9613caa43c17749b4d349e8a704b4a896f16
[ "MIT" ]
null
null
null
/********************************************************** * AUTOGENERATED FILE * * DO NOT MODIFY IT * * * * To add new commands : * * - Modify ../Xml/...
71.854079
314
0.812461
[ "vector", "model" ]
5a11b4b70219cc6990f8f6dbed3d23273e524554
2,603
h
C
src/kudu/common/rowblock_memory.h
attilabukor/kudu
d4942c43880a7b0324388630ff640fe66f16c4b5
[ "Apache-2.0" ]
1,538
2016-08-08T22:34:30.000Z
2022-03-29T05:23:36.000Z
src/kudu/common/rowblock_memory.h
attilabukor/kudu
d4942c43880a7b0324388630ff640fe66f16c4b5
[ "Apache-2.0" ]
17
2017-05-18T16:05:14.000Z
2022-03-18T22:17:13.000Z
src/kudu/common/rowblock_memory.h
attilabukor/kudu
d4942c43880a7b0324388630ff640fe66f16c4b5
[ "Apache-2.0" ]
612
2016-08-12T04:09:37.000Z
2022-03-29T16:57:46.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...
36.152778
90
0.723012
[ "vector" ]
5a191de1ab7f961a57992895673b7a638b0c7b36
1,068
h
C
src/ofxAVTuringMachine.h
victor-shepardson/ofxAVTuringMachine
f81b62798763acbd1b65d3c891b278d23215f766
[ "MIT" ]
null
null
null
src/ofxAVTuringMachine.h
victor-shepardson/ofxAVTuringMachine
f81b62798763acbd1b65d3c891b278d23215f766
[ "MIT" ]
null
null
null
src/ofxAVTuringMachine.h
victor-shepardson/ofxAVTuringMachine
f81b62798763acbd1b65d3c891b278d23215f766
[ "MIT" ]
null
null
null
#pragma once #include "ofMain.h" class ofxAVTuringMachine{ public: uint32_t index, bits, tape_length, jump_div; uint8_t state; bool print; ofxAVTuringMachine(uint32_t bits, uint32_t jump_div); void randomizeTape(); void randomizeInstruction(); void randomizeState(); void randomizeInd...
24.837209
65
0.684457
[ "shape" ]
5a265a14da034ce3e4fe49a6419290bd846481dd
2,551
h
C
SkinProgressTestDialog.h
Kochise/SkinProgress
ec05b84250ac9ce9c37d781cc9f412b5f08fdaee
[ "MIT" ]
3
2017-11-01T11:03:49.000Z
2018-02-13T06:42:48.000Z
SkinProgressTestDialog.h
Kochise/SkinProgress
ec05b84250ac9ce9c37d781cc9f412b5f08fdaee
[ "MIT" ]
null
null
null
SkinProgressTestDialog.h
Kochise/SkinProgress
ec05b84250ac9ce9c37d781cc9f412b5f08fdaee
[ "MIT" ]
4
2017-11-01T11:03:50.000Z
2022-02-27T14:25:32.000Z
#if !defined(AFX_SKINPROGRESSTESTDIALOG_H__CD963196_AA86_470F_8FD8_B6F273861D3C__INCLUDED_) #define AFX_SKINPROGRESSTESTDIALOG_H__CD963196_AA86_470F_8FD8_B6F273861D3C__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #include "MainFrm.h" // SkinProgressTestDialog.h : header file // /...
29.321839
98
0.687181
[ "object" ]
5a277f084636f675b95a5243ad5541dd8e1d5274
7,577
h
C
src/tns.h
nvanwyen/tnsutil
f4582158d59cc077477d948ad9ad1e5b9981c807
[ "BSD-3-Clause" ]
null
null
null
src/tns.h
nvanwyen/tnsutil
f4582158d59cc077477d948ad9ad1e5b9981c807
[ "BSD-3-Clause" ]
null
null
null
src/tns.h
nvanwyen/tnsutil
f4582158d59cc077477d948ad9ad1e5b9981c807
[ "BSD-3-Clause" ]
1
2019-08-01T10:31:42.000Z
2019-08-01T10:31:42.000Z
// // tns.h // ~~~~~~~~~~~~~~~~~~~~~ // // Copyright (c) 2004-2013 Metasystems Technologies Inc. (MTI) // All rights reserved // // Distributed under the MTI Software License, Version 0.1. // // as defined by accompanying file MTI-LICENSE-0.1.info or // at http://www.mtihq.com/license/MTI-LICENSE-0.1.info // #ifndef _...
22.753754
97
0.372443
[ "object", "vector" ]
5a3d6d503309591d982f62eec5ac3be47b9b372b
1,688
h
C
jni/engine/map.h
museng/FingerShip
5cdbd69f9bc4bd68dc33dd3a123c23cb6f09b563
[ "Zlib" ]
1
2021-09-06T06:38:47.000Z
2021-09-06T06:38:47.000Z
jni/engine/map.h
museng/FingerShip
5cdbd69f9bc4bd68dc33dd3a123c23cb6f09b563
[ "Zlib" ]
null
null
null
jni/engine/map.h
museng/FingerShip
5cdbd69f9bc4bd68dc33dd3a123c23cb6f09b563
[ "Zlib" ]
null
null
null
/* (c) Alexandre D�az. See licence.txt in the root of the distribution for more information. */ /* If you are missing that file, acquire a complete release at fingership.redneboa.es */ #ifndef H_MAP #define H_MAP #include <SFML/Window.hpp> #include <SFML/Graphics.hpp> #include <list> #include "game_core...
14.938053
96
0.646327
[ "render", "solid" ]
5a4ec6a7240c3dfa79b642e14e0945a0342459e6
2,660
h
C
GC/ArgTuples.h
fqliao/MP-SPDZ
070fca5c52ee225fe681f16f150f5fb1a7b4b3ca
[ "BSD-2-Clause" ]
429
2019-06-13T14:11:24.000Z
2022-03-30T18:54:31.000Z
GC/ArgTuples.h
fqliao/MP-SPDZ
070fca5c52ee225fe681f16f150f5fb1a7b4b3ca
[ "BSD-2-Clause" ]
471
2019-06-13T09:28:49.000Z
2022-03-31T17:46:03.000Z
GC/ArgTuples.h
fqliao/MP-SPDZ
070fca5c52ee225fe681f16f150f5fb1a7b4b3ca
[ "BSD-2-Clause" ]
162
2019-08-07T09:22:11.000Z
2022-03-31T11:24:26.000Z
/* * ArgTuples.h * */ #ifndef GC_ARGTUPLES_H_ #define GC_ARGTUPLES_H_ #include <vector> using namespace std; template <class T> class ArgIter { vector<int>::const_iterator it; vector<int>::const_iterator end; public: ArgIter(const vector<int>::const_iterator it, const vector<int>::const_i...
17.051282
88
0.535338
[ "vector" ]
5a64795dc8237671de7398d7c4182416228ed452
5,025
h
C
Content/C++/graph/coloring/BipartiteEdgeColoring.h
GoatGirl98/Resources
429c0ff357365dfff0b7df0c52346466d828ce93
[ "CC0-1.0" ]
36
2017-05-10T08:00:56.000Z
2022-03-18T15:21:57.000Z
Content/C++/graph/coloring/BipartiteEdgeColoring.h
GoatGirl98/Resources
429c0ff357365dfff0b7df0c52346466d828ce93
[ "CC0-1.0" ]
90
2017-04-15T03:51:15.000Z
2020-06-16T00:39:33.000Z
Content/C++/graph/coloring/BipartiteEdgeColoring.h
GoatGirl98/Resources
429c0ff357365dfff0b7df0c52346466d828ce93
[ "CC0-1.0" ]
17
2020-02-19T01:02:32.000Z
2021-12-21T06:28:34.000Z
#pragma once #include <bits/stdc++.h> #include "../../datastructures/unionfind/UnionFind.h" #include "../matching/HopcroftKarpMaxMatch.h" using namespace std; // Assigns colors to the edges of a bipartite graph such that // no edges that share an endpoint have the same color // If D is the maximum degree of any vert...
41.875
79
0.548259
[ "vector" ]
5a6b99a2b2647ffcf0cd0c5eeabe0f1af8edefbd
2,367
h
C
include/ossim/vec/ossimVpfFeatureClassSchema.h
vladislav-horbatiuk/ossim
82417ad868fac022672335e1684bdd91d662c18c
[ "MIT" ]
251
2015-10-20T09:08:11.000Z
2022-03-22T18:16:38.000Z
include/ossim/vec/ossimVpfFeatureClassSchema.h
vladislav-horbatiuk/ossim
82417ad868fac022672335e1684bdd91d662c18c
[ "MIT" ]
73
2015-11-02T17:12:36.000Z
2021-11-15T17:41:47.000Z
include/ossim/vec/ossimVpfFeatureClassSchema.h
vladislav-horbatiuk/ossim
82417ad868fac022672335e1684bdd91d662c18c
[ "MIT" ]
146
2015-10-15T16:00:15.000Z
2022-03-22T12:37:14.000Z
//******************************************************************* // // License: See top level LICENSE.txt file. // // Author: Garrett Potts (gpotts@imagelinks.com) // //******************************************************************** // $Id: ossimVpfFeatureClassSchema.h 20936 2012-05-18 14:45:00Z oscarkramer...
33.814286
94
0.633714
[ "vector" ]
5a7431e4efe5bfc8759dd2cb17acdc3d68e03431
2,781
h
C
Pods/Highcharts/development/Highcharts.framework/Headers/HISolidgauge.h
quirky-quokas/snapcycle
51226d0266124cc71cdff5eefd871af00c6613c9
[ "Apache-2.0" ]
1
2019-07-16T18:28:56.000Z
2019-07-16T18:28:56.000Z
Pods/Highcharts/development/Highcharts.framework/Headers/HISolidgauge.h
quirky-quokkas/snapcycle
51226d0266124cc71cdff5eefd871af00c6613c9
[ "Apache-2.0" ]
99
2019-07-16T22:45:19.000Z
2019-08-09T18:49:46.000Z
Pods/Highcharts/development/Highcharts.framework/Headers/HISolidgauge.h
quirky-quokkas/snapcycle
51226d0266124cc71cdff5eefd871af00c6613c9
[ "Apache-2.0" ]
null
null
null
/** * (c) 2009-2018 Highsoft AS * * License: www.highcharts.com/license * For commercial usage, a valid license is required. To purchase a license for Highcharts iOS, please see our website: https://shop.highsoft.com/ * In case of questions, please contact sales@highsoft.com */ #import "HISeries.h" /** A `solidgaug...
30.9
223
0.714132
[ "object", "solid" ]
5a8190290d48b67b4cff58973efa5ed9999109ae
17,497
h
C
loader-binding/cxx/libresloader.h
Kill-Console/xresloader
dc11f4cffecb9f9d706c91a83d5b70a1d418cfc5
[ "MIT" ]
219
2015-05-21T03:27:46.000Z
2022-03-22T08:39:41.000Z
loader-binding/cxx/libresloader.h
Kill-Console/xresloader
dc11f4cffecb9f9d706c91a83d5b70a1d418cfc5
[ "MIT" ]
9
2016-04-26T07:11:26.000Z
2021-12-30T02:45:00.000Z
loader-binding/cxx/libresloader.h
Kill-Console/xresloader
dc11f4cffecb9f9d706c91a83d5b70a1d418cfc5
[ "MIT" ]
59
2015-05-19T01:29:28.000Z
2022-03-22T08:39:43.000Z
#ifndef LIBRESLOADER_RESLOADER_H #define LIBRESLOADER_RESLOADER_H #pragma once #include <cstddef> #include <iostream> #include <fstream> #include <tuple> #include <vector> #include <list> #include <memory> #include <functional> #include <algorithm> #include <string> #include <type_traits> #include <ma...
32.163603
147
0.520432
[ "vector" ]
5a95d8fa0aa38a25dc4b8be5796f9431a4e33b44
4,656
h
C
mindspore/lite/tools/converter/adapter/dpico/common/anf_util.h
PowerOlive/mindspore
bda20724a94113cedd12c3ed9083141012da1f15
[ "Apache-2.0" ]
1
2022-03-05T02:59:21.000Z
2022-03-05T02:59:21.000Z
mindspore/lite/tools/converter/adapter/dpico/common/anf_util.h
zimo-geek/mindspore
665ec683d4af85c71b2a1f0d6829356f2bc0e1ff
[ "Apache-2.0" ]
null
null
null
mindspore/lite/tools/converter/adapter/dpico/common/anf_util.h
zimo-geek/mindspore
665ec683d4af85c71b2a1f0d6829356f2bc0e1ff
[ "Apache-2.0" ]
null
null
null
/** * Copyright 2021 Huawei Technologies Co., Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law...
55.428571
119
0.723368
[ "shape", "vector" ]
5a98c9ecd2509d4e16477a3b84723285dc007f56
89,249
h
C
src/ext/va_hantro_kmb/va_hantro.h
khaiwenng/vaapi-bypass
e449295ac3eb306cb678959095b40638075bbc4b
[ "MIT" ]
4
2020-07-02T02:35:02.000Z
2020-12-18T08:10:20.000Z
src/ext/va_hantro_kmb/va_hantro.h
khaiwenng/vaapi-bypass
e449295ac3eb306cb678959095b40638075bbc4b
[ "MIT" ]
null
null
null
src/ext/va_hantro_kmb/va_hantro.h
khaiwenng/vaapi-bypass
e449295ac3eb306cb678959095b40638075bbc4b
[ "MIT" ]
2
2021-01-04T10:28:34.000Z
2021-05-20T09:41:07.000Z
/* * Copyright(C) 2018 Verisilicon * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to use, copy,...
41.357275
202
0.67445
[ "render", "vector", "model" ]
bfee7db77084279aa4eb3a6fb6b8c0e53cb79fde
5,503
h
C
common/ibsha33.h
luvitred/dallas-sdk
fa2d7aedf79d5977dfadd63696a2a753640ab7a0
[ "MIT" ]
null
null
null
common/ibsha33.h
luvitred/dallas-sdk
fa2d7aedf79d5977dfadd63696a2a753640ab7a0
[ "MIT" ]
null
null
null
common/ibsha33.h
luvitred/dallas-sdk
fa2d7aedf79d5977dfadd63696a2a753640ab7a0
[ "MIT" ]
null
null
null
//--------------------------------------------------------------------------- // Copyright (C) 2000 Dallas Semiconductor Corporation, All Rights Reserved. // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"), // t...
34.39375
78
0.642195
[ "object" ]
bff2203d138902eec0eda5702c689ea65bd24fe3
195
h
C
apollo2csv.h
ifmfr/apollo2csv
abce6bdb606b674ec2102c1a5f59dc6ce7e94228
[ "MIT" ]
null
null
null
apollo2csv.h
ifmfr/apollo2csv
abce6bdb606b674ec2102c1a5f59dc6ce7e94228
[ "MIT" ]
null
null
null
apollo2csv.h
ifmfr/apollo2csv
abce6bdb606b674ec2102c1a5f59dc6ce7e94228
[ "MIT" ]
null
null
null
#ifndef apollo2csv_h #define apollo2csv_h void display_usage(const std::string& prog_name); void split(std::string str_in, char delimiter, std::vector<std::string>& target); #endif
19.5
49
0.728205
[ "vector" ]
bff717377aca5c79d1c410af01c0d12059a476f8
1,826
h
C
src/data/localstorage.h
reubenscratton/oaknut
03b37965ad84745bd5c077a27d8b53d58a173662
[ "MIT" ]
5
2019-10-04T05:10:06.000Z
2021-02-03T23:29:10.000Z
src/data/localstorage.h
reubenscratton/oaknut
03b37965ad84745bd5c077a27d8b53d58a173662
[ "MIT" ]
null
null
null
src/data/localstorage.h
reubenscratton/oaknut
03b37965ad84745bd5c077a27d8b53d58a173662
[ "MIT" ]
2
2019-09-27T00:34:36.000Z
2020-10-27T09:44:26.000Z
// // Copyright © 2018 Sandcastle Software Ltd. All rights reserved. // // This file is part of 'Oaknut' which is released under the MIT License. // See the LICENSE file in the root of this installation for details. // /** * @ingroup data_group * @class LocalStore * @brief Extremely simple data storage concept. ...
30.433333
138
0.722892
[ "object" ]
bff797e7b1c0d7238138a14277500ee2b6dd5a12
41,799
h
C
wmpl/Trajectory/lib/common/EMCCD_Detect_IOfunctions.h
gmke/WesternMeteorPyLib
f218ac5abc9c1a53fe3844039909f8efb929b50e
[ "MIT" ]
20
2019-04-11T01:15:23.000Z
2022-03-08T17:36:35.000Z
wmpl/Trajectory/lib/common/EMCCD_Detect_IOfunctions.h
adalava/WesternMeteorPyLib
d1083734bab7ad82580a0370121986296547f0b0
[ "MIT" ]
9
2019-11-12T02:46:42.000Z
2021-11-16T21:14:24.000Z
wmpl/Trajectory/lib/common/EMCCD_Detect_IOfunctions.h
adalava/WesternMeteorPyLib
d1083734bab7ad82580a0370121986296547f0b0
[ "MIT" ]
11
2019-08-22T03:01:36.000Z
2022-03-07T18:36:59.000Z
//######################################################################### //######################################################################### // // EMCCD I/O Functions // //######################################################################### //############################################################...
45.483134
194
0.57042
[ "vector", "model" ]
bffbccccb0a8bf689c0b533165e073d122f74108
1,716
h
C
c/Haxe/OpenFL/01.HelloWorld/Export/windows/cpp/obj/include/haxe/Unserializer.h
amenoyoya/old-project
640ec696af5d18267d86629098f41451857f8103
[ "MIT" ]
null
null
null
c/Haxe/OpenFL/01.HelloWorld/Export/windows/cpp/obj/include/haxe/Unserializer.h
amenoyoya/old-project
640ec696af5d18267d86629098f41451857f8103
[ "MIT" ]
1
2019-07-07T09:52:20.000Z
2019-07-07T09:52:20.000Z
c/Haxe/OpenFL/01.HelloWorld/Export/windows/cpp/obj/include/haxe/Unserializer.h
amenoyoya/old-project
640ec696af5d18267d86629098f41451857f8103
[ "MIT" ]
null
null
null
#ifndef INCLUDED_haxe_Unserializer #define INCLUDED_haxe_Unserializer #ifndef HXCPP_H #include <hxcpp.h> #endif HX_DECLARE_CLASS1(haxe,Unserializer) namespace haxe{ class HXCPP_CLASS_ATTRIBUTES Unserializer_obj : public hx::Object{ public: typedef hx::Object super; typedef Unserializer_obj OBJ_;...
24.869565
69
0.708625
[ "object" ]
870c4ca902fbb5ebaeeb6a7f3ffd4991a630b31e
7,927
c
C
heap.c
senarukana/ABCLang
61e4a4709c6bebb05b523029d5fc8a783657093e
[ "MIT" ]
1
2018-04-25T03:43:58.000Z
2018-04-25T03:43:58.000Z
heap.c
senarukana/ABCLang
61e4a4709c6bebb05b523029d5fc8a783657093e
[ "MIT" ]
null
null
null
heap.c
senarukana/ABCLang
61e4a4709c6bebb05b523029d5fc8a783657093e
[ "MIT" ]
null
null
null
#include "abclang.h" #include <string.h> /* * Use Heap to manage the Objects. * All the objects are chained in the heap. * Use mark-sweep to manage them. * */ static void check_gc() { ABC_Interpreter *inter; inter = abc_get_interpreter(); if (inter->heap.current_heap_size > inter->heap.threshold_si...
25.737013
101
0.59947
[ "object" ]
870cbd47662af2044a2b243a9912f350f6d24d74
12,359
h
C
src/hed/libs/data/DataStatus.h
davidgcameron/arc
9813ef5f45e5089507953239de8fa2248f5ad32c
[ "Apache-2.0" ]
null
null
null
src/hed/libs/data/DataStatus.h
davidgcameron/arc
9813ef5f45e5089507953239de8fa2248f5ad32c
[ "Apache-2.0" ]
null
null
null
src/hed/libs/data/DataStatus.h
davidgcameron/arc
9813ef5f45e5089507953239de8fa2248f5ad32c
[ "Apache-2.0" ]
null
null
null
// -*- indent-tabs-mode: nil -*- #ifndef __ARC_DATASTATUS_H__ #define __ARC_DATASTATUS_H__ #include <iostream> #include <string> #include <errno.h> #include <arc/StringConv.h> #include <arc/Utils.h> namespace Arc { #define DataStatusRetryableBase (100) #define DataStatusErrnoBase 1000 #define EARCTRANSFERTIMEOU...
33.402703
105
0.673113
[ "object" ]
870f6323aca2729af2e91fbed8ef4ffc977ca9a2
543
h
C
kongxia/Views/Home/KTV/ZZKTVTaskCell.h
zuwome/kongxia
87f6f33410da1fedd315089c9a92917b5226125d
[ "MIT" ]
null
null
null
kongxia/Views/Home/KTV/ZZKTVTaskCell.h
zuwome/kongxia
87f6f33410da1fedd315089c9a92917b5226125d
[ "MIT" ]
1
2022-01-08T05:58:03.000Z
2022-01-08T05:58:03.000Z
kongxia/Views/Home/KTV/ZZKTVTaskCell.h
zuwome/kongxia
87f6f33410da1fedd315089c9a92917b5226125d
[ "MIT" ]
null
null
null
// // ZZKTVTaskCell.h // kongxia // // Created by qiming xiao on 2019/12/27. // Copyright © 2019 TimoreYu. All rights reserved. // #import "ZZTableViewCell.h" @class ZZKTVTaskCell; @protocol ZZKTVTaskCellDelegate<NSObject> - (void)cell:(ZZKTVTaskCell *)cell showDetails:(ZZKTVModel *)songModel; - (void)cell:(ZZK...
19.392857
71
0.744015
[ "model" ]
87143e4ac0d5e1c2e1707902b5c414de7e437bed
359
h
C
FSFurnitureStore/FSFurnitureStore/Classes/Main/Store/View/Cell/FSStoreProductCell.h
tj812215542/LeyigoStore
bef79f66ec4d203007d16f900925ff620caa56f2
[ "MIT" ]
17
2019-05-10T09:59:23.000Z
2019-07-30T07:33:52.000Z
FSFurnitureStore/FSFurnitureStore/Classes/Main/Store/View/Cell/FSStoreProductCell.h
TanAgile/LeyigoStore
bef79f66ec4d203007d16f900925ff620caa56f2
[ "MIT" ]
1
2019-08-29T08:00:27.000Z
2019-08-29T08:00:27.000Z
FSFurnitureStore/FSFurnitureStore/Classes/Main/Store/View/Cell/FSStoreProductCell.h
developerjet/LeyigoStore
bef79f66ec4d203007d16f900925ff620caa56f2
[ "MIT" ]
5
2019-05-11T03:48:43.000Z
2019-07-17T13:15:38.000Z
// // FSStoreProductCell.h // FSFurnitureStore // // Created by CODER_TJ on 2018/11/29. // Copyright © 2018 Mac TAN. All rights reserved. // #import <UIKit/UIKit.h> #import "FSStoreSubclas.h" NS_ASSUME_NONNULL_BEGIN @interface FSStoreProductCell : UICollectionViewCell @property (nonatomic, strong) FSStoreSubcla...
17.095238
52
0.75766
[ "model" ]
87149c0d5c434a53cf8cd5c1af9080e50e5ab5d5
72,250
h
C
phys/mic-wsm5-3-5-code.h
matzegoebel/WRF-fluxavg
686ae53053bf7cb55d6f078916d0de50f819fc62
[ "BSD-2-Clause" ]
10
2018-08-27T12:49:19.000Z
2019-05-16T14:22:54.000Z
phys/mic-wsm5-3-5-code.h
teb-model/wrf-teb
60882e61a2a3d91f1c94cb5b542f46ffaebfad71
[ "MIT" ]
25
2018-09-18T16:44:30.000Z
2019-07-07T10:59:59.000Z
phys/mic-wsm5-3-5-code.h
teb-model/wrf-teb
60882e61a2a3d91f1c94cb5b542f46ffaebfad71
[ "MIT" ]
6
2018-08-31T21:51:56.000Z
2019-05-21T21:41:59.000Z
#define WSM_NO_CONDITIONAL_IN_VECTOR SUBROUTINE wsm52D(t, q & ,qci, qrs, den, p, delz & ,delt,g, cpd, cpv, rd, rv, t0c & ,ep1, ep2, qmin & ...
39.266304
113
0.386104
[ "vector", "model" ]
871899f418d9c23f0c449993c4aa89d3d762b5b8
1,385
h
C
PrehistoricEngine/src/engine/prehistoric/core/modules/terrain/TerrainMaps.h
Andrispowq/PrehistoricEngine---C-
04159c9119b2f5e0148de21a85aa0dab2d6ba60e
[ "Apache-2.0" ]
1
2020-12-04T13:36:03.000Z
2020-12-04T13:36:03.000Z
PrehistoricEngine/src/engine/prehistoric/core/modules/terrain/TerrainMaps.h
Andrispowq/PrehistoricEngine---C-
04159c9119b2f5e0148de21a85aa0dab2d6ba60e
[ "Apache-2.0" ]
null
null
null
PrehistoricEngine/src/engine/prehistoric/core/modules/terrain/TerrainMaps.h
Andrispowq/PrehistoricEngine---C-
04159c9119b2f5e0148de21a85aa0dab2d6ba60e
[ "Apache-2.0" ]
null
null
null
#ifndef TERRAIN_MAPS_H #define TERRAIN_MAPS_H #include "prehistoric/core/config/TerrainConfig.h" #include "platform/opengl/texture/GLTexture.h" #include "platform/vulkan/texture/VKTexture.h" #include "prehistoric/core/modules/gpgpu/NormalMapRenderer.h" #include "prehistoric/core/modules/gpgpu/SplatMapRenderer.h" #in...
27.7
100
0.779061
[ "vector" ]
871b0ad6ee075e30e29840b0c87df32f3b18466f
22,560
c
C
src/lazy.c
eval-apply/Gauche
446507510afbecf80f522af972010bcfeb2ea0a8
[ "BSD-3-Clause" ]
569
2015-01-14T07:51:32.000Z
2022-03-28T02:47:37.000Z
src/lazy.c
eval-apply/Gauche
446507510afbecf80f522af972010bcfeb2ea0a8
[ "BSD-3-Clause" ]
612
2015-01-26T02:17:56.000Z
2022-03-26T10:02:28.000Z
src/lazy.c
eval-apply/Gauche
446507510afbecf80f522af972010bcfeb2ea0a8
[ "BSD-3-Clause" ]
104
2015-01-14T09:18:01.000Z
2022-03-05T02:51:48.000Z
/* * lazy.c - lazy evaluation constructs * * Copyright (c) 2000-2021 Shiro Kawai <shiro@acm.org> * * 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 t...
35.809524
84
0.520612
[ "object" ]
8721f0a41d157b7ac799eed40bdfea06aa30decd
42,291
c
C
linux/drivers/staging/erofs/unzip_vle.c
WUSTL-CSPL/RT-TEE
aafb3e9ff6c6e744c6bce1e42bcb198e1063efcc
[ "MIT" ]
1
2020-09-11T05:51:48.000Z
2020-09-11T05:51:48.000Z
linux/drivers/staging/erofs/unzip_vle.c
WUSTL-CSPL/RT-TEE
aafb3e9ff6c6e744c6bce1e42bcb198e1063efcc
[ "MIT" ]
null
null
null
linux/drivers/staging/erofs/unzip_vle.c
WUSTL-CSPL/RT-TEE
aafb3e9ff6c6e744c6bce1e42bcb198e1063efcc
[ "MIT" ]
null
null
null
// SPDX-License-Identifier: GPL-2.0 /* * linux/drivers/staging/erofs/unzip_vle.c * * Copyright (C) 2018 HUAWEI, Inc. * http://www.huawei.com/ * Created by Gao Xiang <gaoxiang25@huawei.com> * * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING...
25.522631
80
0.711262
[ "vector" ]
8728d2c11c721265791a1eadb44e787a69aaabc1
874
h
C
compiler/src/symbol-table/SymbolTable.h
Voltariuss/C-Compiler
f9b985b232dba0b5867cf3efea59221b9c4e37bc
[ "MIT" ]
null
null
null
compiler/src/symbol-table/SymbolTable.h
Voltariuss/C-Compiler
f9b985b232dba0b5867cf3efea59221b9c4e37bc
[ "MIT" ]
null
null
null
compiler/src/symbol-table/SymbolTable.h
Voltariuss/C-Compiler
f9b985b232dba0b5867cf3efea59221b9c4e37bc
[ "MIT" ]
null
null
null
#pragma once #include <string> #include <vector> #include "../commons/Stringable.h" #include "SymbolType.h" #include "SymbolTableScope.h" #include "Symbol.h" using namespace std; class SymbolTable : public Stringable { public: SymbolTable(); ~SymbolTable(); string toString() const override; const v...
25.705882
79
0.731121
[ "vector" ]