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
02cc80f5a98f5fb94d666def2f43a4a50c5081c4
1,877
h
C
code/src/apps/celldetection-regr/CellDetectorRegr.h
pkainz/MICCAI2015
933e9e52d244ad1179713fe2f1dbb749d9e1f8d5
[ "Apache-2.0" ]
23
2015-12-14T06:06:45.000Z
2022-03-25T10:51:42.000Z
code/src/apps/celldetection-regr/CellDetectorRegr.h
pkainz/MICCAI2015
933e9e52d244ad1179713fe2f1dbb749d9e1f8d5
[ "Apache-2.0" ]
3
2016-08-18T13:16:30.000Z
2017-04-01T15:04:00.000Z
code/src/apps/celldetection-regr/CellDetectorRegr.h
pkainz/MICCAI2015
933e9e52d244ad1179713fe2f1dbb749d9e1f8d5
[ "Apache-2.0" ]
8
2015-08-18T10:31:06.000Z
2020-12-30T13:55:01.000Z
/* * CellDetectorRegr.h * * Author: Philipp Kainz, Martin Urschler, Samuel Schulter, Paul Wohlhart, Vincent Lepetit * Institution: Medical University of Graz and Graz University of Technology, Austria * */ #ifndef CELLDETECTORREGR_H #define CELLDETECTORREGR_H #include <opencv2/opencv.hpp> #include <opencv2/core...
32.929825
241
0.787427
[ "vector", "transform" ]
02dff723d62ea6983a43f8363a7f298ec63d8b7d
1,280
c
C
d/standard/orc_valley/shaman.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-07-19T05:24:44.000Z
2021-11-18T04:08:19.000Z
d/standard/orc_valley/shaman.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
4
2021-03-15T18:56:39.000Z
2021-08-17T17:08:22.000Z
d/standard/orc_valley/shaman.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-09-12T06:22:38.000Z
2022-01-31T01:15:12.000Z
#include <std.h> inherit ROOM; void create() { ::create(); set_property("light", 1); set_property("indoors", 1); set_property("no castle", 1); set("short", "The chamber of the orc shaman"); set("long", "This secret room is the chamber of the orc shaman. " "It is most certain t...
27.234043
78
0.557031
[ "object" ]
02ee92677e3eaf84a15f7097d94c607dc091fa86
5,181
c
C
nitan/adm/daemons/story/master.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
1
2019-03-27T07:25:16.000Z
2019-03-27T07:25:16.000Z
nitan/adm/daemons/story/master.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
null
null
null
nitan/adm/daemons/story/master.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
null
null
null
// story:master 宗師聚會 #include <ansi.h> nosave string *char_id; nosave string *char_name; nosave string winner_name; nosave string winner_id; nosave string ann_name; nosave string ann_id; int get_winner(); mixed give_gift(); int rob_gift(); int select_characters(); nosave mixed *story = ({ "$1[$I1]:好,今...
27.125654
75
0.44779
[ "object" ]
02f0bed6c4a3019a2e530b12c39505f4357fdca8
2,742
h
C
src/Parser.h
saintleva/libboolfunccompiler
a881a0ee8a71c6abb3508d670499ae4a526159e5
[ "MIT" ]
null
null
null
src/Parser.h
saintleva/libboolfunccompiler
a881a0ee8a71c6abb3508d670499ae4a526159e5
[ "MIT" ]
null
null
null
src/Parser.h
saintleva/libboolfunccompiler
a881a0ee8a71c6abb3508d670499ae4a526159e5
[ "MIT" ]
null
null
null
#if !defined(COCO_PARSER_H__) #define COCO_PARSER_H__ #include "predefined-operations.h" #include "semantic-data.h" #include "exceptions.h" #include <string> #include <vector> #include <iostream> #include <boost/format.hpp> #include <polishboolfunctions/Operand.h> #include <polishboolfunctions/Constant.h> #include <...
25.867925
93
0.753465
[ "vector" ]
f3154a5b60a1ef34a1cd7f4cffff3b0016629ad7
34,680
h
C
src/crypto/uint256.h
metabasenet/metabasenet
e9bc89b22c11981bcf1d71b63b9b66df3a4e54e1
[ "MIT" ]
null
null
null
src/crypto/uint256.h
metabasenet/metabasenet
e9bc89b22c11981bcf1d71b63b9b66df3a4e54e1
[ "MIT" ]
null
null
null
src/crypto/uint256.h
metabasenet/metabasenet
e9bc89b22c11981bcf1d71b63b9b66df3a4e54e1
[ "MIT" ]
null
null
null
// Copyright (c) 2021-2022 The MetabaseNet developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef CRYPTO_UINT256_H #define CRYPTO_UINT256_H #include <boost/multiprecision/cpp_int.hpp> #include <limits.h> #includ...
24.1841
409
0.54778
[ "vector" ]
f3183fd5c8a3291f3f358a7acede565e08a11a28
6,729
c
C
firmware/imu2_filtered/main.c
suraj-testing2/Shoes_Fence
2566ab61ec27cd988c159a183eb576e535964b5c
[ "Apache-2.0" ]
4
2015-02-27T09:41:30.000Z
2020-03-15T04:18:04.000Z
firmware/imu2_filtered/main.c
suraj-testing2/Shoes_Fence
2566ab61ec27cd988c159a183eb576e535964b5c
[ "Apache-2.0" ]
null
null
null
firmware/imu2_filtered/main.c
suraj-testing2/Shoes_Fence
2566ab61ec27cd988c159a183eb576e535964b5c
[ "Apache-2.0" ]
8
2015-03-16T07:52:24.000Z
2021-07-12T11:54:01.000Z
/* Copyright 2013 Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agree...
29.384279
79
0.702779
[ "vector" ]
f321e5809c97ce382f35f7b4d6f03fec74bd9a0c
1,349
h
C
Nuclear Engine/include/Base/BuildConfig.h
Redeaux-Games/REDx-Game-Engine
7cbc837ed65a3b9728e92942e973dced5e07a40a
[ "Apache-2.0" ]
65
2017-10-26T23:57:13.000Z
2022-03-28T10:34:15.000Z
Nuclear Engine/include/Base/BuildConfig.h
Redeaux-Games/REDx-Game-Engine
7cbc837ed65a3b9728e92942e973dced5e07a40a
[ "Apache-2.0" ]
9
2018-01-01T20:31:46.000Z
2019-08-10T14:14:51.000Z
Nuclear Engine/include/Base/BuildConfig.h
Redeaux-Games/REDx-Game-Engine
7cbc837ed65a3b9728e92942e973dced5e07a40a
[ "Apache-2.0" ]
9
2018-01-01T20:31:14.000Z
2021-04-29T22:49:09.000Z
#pragma once #ifdef _WIN32 #ifdef _WIN64 #define NUCLEAR_PLATFORM_WINDOWS_PC_64BIT #else #define NUCLEAR_PLATFORM_WINDOWS_PC_32BIT #endif #define NUCLEAR_PLATFORM_WINDOWS_PC #endif #ifdef _DEBUG #define NUCLEAR_CONFIG_DEBUG #else #define NUCLEAR_CONFIG_RELEASE #endif /* Building Configs for the whole engine goes he...
27.530612
131
0.825056
[ "render" ]
f327b2bb25f51f29957a83607370574e4e194d39
2,351
h
C
ImageProcessing/Execution/Headers/ImageProcessingManager.h
Eng-RSMY/PorousMediaAnalysis
922327ad1c8d9729a44abe1dfcf35752589b3429
[ "MIT" ]
19
2015-03-13T13:21:56.000Z
2021-09-10T13:17:09.000Z
ImageProcessing/Execution/Headers/ImageProcessingManager.h
Eng-RSMY/PorousMediaAnalysis
922327ad1c8d9729a44abe1dfcf35752589b3429
[ "MIT" ]
2
2020-01-13T17:12:24.000Z
2021-06-15T19:10:11.000Z
ImageProcessing/Execution/Headers/ImageProcessingManager.h
MINATILO/PorousMediaAnalysis
922327ad1c8d9729a44abe1dfcf35752589b3429
[ "MIT" ]
6
2017-09-29T18:50:25.000Z
2021-09-10T13:17:11.000Z
// Copyright (c) 2013 Vasili Baranau // Distributed under the MIT software license // See the accompanying file License.txt or http://opensource.org/licenses/MIT #ifndef Execution_ImageProcessingManager_h #define Execution_ImageProcessingManager_h #include "Core/Headers/Macros.h" #include "ImageProcessing/Model/Heade...
34.573529
79
0.739685
[ "model" ]
f33085dca9c4fb5e57081a7ef71c51e55727e0f5
4,290
h
C
WSEExternal/include/Physics/Collide/Filter/hkpCollisionFilter.h
Swyter/wse
3ad901f1a463139b320c30ea08bdc343358ea6b6
[ "WTFPL" ]
null
null
null
WSEExternal/include/Physics/Collide/Filter/hkpCollisionFilter.h
Swyter/wse
3ad901f1a463139b320c30ea08bdc343358ea6b6
[ "WTFPL" ]
null
null
null
WSEExternal/include/Physics/Collide/Filter/hkpCollisionFilter.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...
41.650485
271
0.756643
[ "object", "shape" ]
f343cf548c1cf1d861a223d057d30438e9c4d7b4
4,649
h
C
math3d.h
BenShallcroft/computerScienceProject
a56eb7f72c30e2f93d8686ce0c5d362104f194c2
[ "MIT" ]
null
null
null
math3d.h
BenShallcroft/computerScienceProject
a56eb7f72c30e2f93d8686ce0c5d362104f194c2
[ "MIT" ]
null
null
null
math3d.h
BenShallcroft/computerScienceProject
a56eb7f72c30e2f93d8686ce0c5d362104f194c2
[ "MIT" ]
null
null
null
/* Original version by Alastair Channon: a.d.channon@keele.ac.uk Amended version by Ben Shallcroft: b@shallcroft.com Amended version adds a matrix function create a skew symmetric matrix. Found in the matrix class. */ #ifndef math3d_h #define math3d_h #include <iostream> #include "types.h" #unde...
46.959596
229
0.7094
[ "vector" ]
f3471483f184c720a22eab91ad25dbd516895f32
14,941
h
C
desktop/core/ext-py/cx_Oracle-6.4.1/src/cxoModule.h
yetsun/hue
2e48f0cc70e233ee0e1b40733d4b2a18d8836c66
[ "Apache-2.0" ]
5,079
2015-01-01T03:39:46.000Z
2022-03-31T07:38:22.000Z
desktop/core/ext-py/cx_Oracle-6.4.1/src/cxoModule.h
yetsun/hue
2e48f0cc70e233ee0e1b40733d4b2a18d8836c66
[ "Apache-2.0" ]
1,623
2015-01-01T08:06:24.000Z
2022-03-30T19:48:52.000Z
desktop/core/ext-py/cx_Oracle-6.4.1/src/cxoModule.h
yetsun/hue
2e48f0cc70e233ee0e1b40733d4b2a18d8836c66
[ "Apache-2.0" ]
2,033
2015-01-04T07:18:02.000Z
2022-03-28T19:55:47.000Z
//----------------------------------------------------------------------------- // Copyright 2018, Oracle and/or its affiliates. All rights reserved. // // Licensed under BSD license (see LICENSE.txt). //----------------------------------------------------------------------------- //-----------------------------------...
30.997925
79
0.713004
[ "object" ]
f34948b3af536570874bf1fe64bdbd21e2a6c10a
21,709
c
C
mpich-3.3/src/mpi/datatype/type_struct.c
ucd-plse/mpi-error-prop
4367df88bcdc4d82c9a65b181d0e639d04962503
[ "BSD-3-Clause" ]
3
2020-05-22T04:17:23.000Z
2020-07-17T04:14:25.000Z
mpich-3.3/src/mpi/datatype/type_struct.c
ucd-plse/mpi-error-prop
4367df88bcdc4d82c9a65b181d0e639d04962503
[ "BSD-3-Clause" ]
null
null
null
mpich-3.3/src/mpi/datatype/type_struct.c
ucd-plse/mpi-error-prop
4367df88bcdc4d82c9a65b181d0e639d04962503
[ "BSD-3-Clause" ]
null
null
null
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */ /* * * (C) 2001 by Argonne National Laboratory. * See COPYRIGHT in top-level directory. */ #include "mpiimpl.h" #include "datatype.h" /* -- Begin Profiling Symbol Block for routine MPI_Type_struct */ #if defined(HAVE_PRAGMA_WEAK) #pragma weak ...
36.982964
120
0.614077
[ "object", "vector" ]
f358ec110a5a80153fd931768c65431b814bc23e
2,633
c
C
src/comet2.c
j8takagi/YACASL2
12c73be7ca883738a4faa16737751f1531e5d9ac
[ "MIT" ]
11
2015-01-15T03:51:20.000Z
2021-12-29T09:38:39.000Z
src/comet2.c
j8takagi/YACASL2
12c73be7ca883738a4faa16737751f1531e5d9ac
[ "MIT" ]
null
null
null
src/comet2.c
j8takagi/YACASL2
12c73be7ca883738a4faa16737751f1531e5d9ac
[ "MIT" ]
1
2018-04-18T01:02:53.000Z
2018-04-18T01:02:53.000Z
#include "package.h" #include "exec.h" #include "load.h" /** * comet2コマンドのオプション */ static struct option longopts[] = { {"trace", no_argument, NULL, 't'}, {"tracearithmetic", no_argument, NULL, 't'}, {"tracelogical", no_argument, NULL, 'T'}, {"dump", no_argument, NULL, 'd'}, {"monitor", no_argumen...
26.867347
85
0.511204
[ "object" ]
f36a3daab207324385379a62e06b35b87509f91d
265
h
C
header/includes.h
milovangudelj/hash-code-template-cxx
3321c9003f323e587311afe2e0cf730888e2b8b9
[ "Apache-2.0" ]
null
null
null
header/includes.h
milovangudelj/hash-code-template-cxx
3321c9003f323e587311afe2e0cf730888e2b8b9
[ "Apache-2.0" ]
null
null
null
header/includes.h
milovangudelj/hash-code-template-cxx
3321c9003f323e587311afe2e0cf730888e2b8b9
[ "Apache-2.0" ]
null
null
null
#ifndef includes_h #define includes_h #include <iostream> #include <fstream> #include <sstream> #include <vector> #include <string> #include <cmath> #include <map> #include <utility> #include <algorithm> #include "../fmt/core.h" #include "../fmt/colors.h" #endif
15.588235
26
0.716981
[ "vector" ]
b3e04abf47d7eb909a361371e083e1034b4dfc9b
5,905
h
C
include/sketch/ssi.h
spapadias/sketch
ebf601024ec6fa389153a2186a761761c14cc575
[ "MIT" ]
1
2021-04-29T18:13:46.000Z
2021-04-29T18:13:46.000Z
include/sketch/ssi.h
spapadias/sketch
ebf601024ec6fa389153a2186a761761c14cc575
[ "MIT" ]
null
null
null
include/sketch/ssi.h
spapadias/sketch
ebf601024ec6fa389153a2186a761761c14cc575
[ "MIT" ]
null
null
null
#ifndef SKETCH_SETSKETCH_INDEX_H__ #define SKETCH_SETSKETCH_INDEX_H__ #include <cstdint> #include <map> #include <vector> #include <cstdio> #include <iostream> #include "xxHash/xxh3.h" #include "flat_hash_map/flat_hash_map.hpp" #include "sketch/div.h" #include "sketch/integral.h" namespace sketch { using std::uint64_...
36.90625
162
0.596613
[ "vector" ]
b3e2e1775d0f6218d31ab859a4eea43e9f20b929
1,563
h
C
include/DB.h
amrtechguy/My-Clinic
440cdb1a534391b6f2b79c3002d3b36f686a0bea
[ "MIT" ]
null
null
null
include/DB.h
amrtechguy/My-Clinic
440cdb1a534391b6f2b79c3002d3b36f686a0bea
[ "MIT" ]
null
null
null
include/DB.h
amrtechguy/My-Clinic
440cdb1a534391b6f2b79c3002d3b36f686a0bea
[ "MIT" ]
null
null
null
#ifndef DB_H #define DB_H #include <string> #include <vector> #include <sqlite3.h> class DB { private: std::string db_file; sqlite3 *db_handle; std::string sql_query; void *data; int last_insert_rowid; private: bool connect(); std::string get_query_key(); friend int store_selected_data(void* data, int argc, ...
20.84
85
0.664107
[ "vector" ]
b3f10d19d8be7f1e884c539ac8913a9bcee32232
1,089
h
C
Gems/Maestro/Code/Source/Cinematics/SelectTrack.h
aaarsene/o3de
37e3b0226958974defd14dd6d808e8557dcd7345
[ "Apache-2.0", "MIT" ]
1
2021-09-13T00:01:12.000Z
2021-09-13T00:01:12.000Z
Gems/Maestro/Code/Source/Cinematics/SelectTrack.h
aaarsene/o3de
37e3b0226958974defd14dd6d808e8557dcd7345
[ "Apache-2.0", "MIT" ]
null
null
null
Gems/Maestro/Code/Source/Cinematics/SelectTrack.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 * */ #ifndef CRYINCLUDE_CRYMOVIE_SELECTTRACK_H #define CRYINCLUDE_CRYMOVIE_SELECTTRACK_H #pragma once ...
29.432432
158
0.652893
[ "3d" ]
b3f1732ea698bc02ce32a5c4d0ba6a73638ead88
96,793
c
C
montage-tech/src/kware/demux_mp/mplayer/libmpdemux/demux_real.c
kuikuitage/NewCool-UC-3.1.0-priv
16198d4eae1dd1a1bf4f4ba4b54652688078c018
[ "Apache-2.0" ]
null
null
null
montage-tech/src/kware/demux_mp/mplayer/libmpdemux/demux_real.c
kuikuitage/NewCool-UC-3.1.0-priv
16198d4eae1dd1a1bf4f4ba4b54652688078c018
[ "Apache-2.0" ]
null
null
null
montage-tech/src/kware/demux_mp/mplayer/libmpdemux/demux_real.c
kuikuitage/NewCool-UC-3.1.0-priv
16198d4eae1dd1a1bf4f4ba4b54652688078c018
[ "Apache-2.0" ]
3
2016-05-03T05:57:19.000Z
2021-11-10T21:34:00.000Z
/* * Real parser & demuxer * copyright (C) 2001 Alex Beregszaszi * copyright (C) 2005, 2006 Roberto Togni * based on FFmpeg's libav/rm.c * * audio codecs: (supported by RealPlayer8 for Linux) * DNET - RealAudio 3.0, really it's AC3 in swapped-byteorder * SIPR - SiproLab's audio codec, ACELP decoder working wi...
35.559515
179
0.614931
[ "object" ]
b3f9e8b32e53e6d4c928be9482f4107e3e7538ad
1,989
h
C
KDDockWidgets/src/MDIArea.h
fritzone/geodraw
c29b86c6068992d284b581b55c0e10ef95c9ba8a
[ "MIT" ]
null
null
null
KDDockWidgets/src/MDIArea.h
fritzone/geodraw
c29b86c6068992d284b581b55c0e10ef95c9ba8a
[ "MIT" ]
null
null
null
KDDockWidgets/src/MDIArea.h
fritzone/geodraw
c29b86c6068992d284b581b55c0e10ef95c9ba8a
[ "MIT" ]
null
null
null
/* This file is part of KDDockWidgets. SPDX-FileCopyrightText: 2020-2021 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com> Author: Sérgio Martins <sergio.martins@kdab.com> SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only Contact KDAB at <info@kdab.com> for commercial licensing options...
29.25
102
0.732026
[ "object" ]
b60e63fc799d92a0aef1ae29cef9584aab52d0a6
1,701
h
C
inc/cryengine/CryCommon/CountedValue.h
samneirinck/awesomium-ce3
c23810b616e97708b77798d019ac34e5d3892dd5
[ "MIT" ]
4
2017-12-18T20:10:16.000Z
2021-02-07T21:21:24.000Z
src/native/inc/cryengine/CryCommon/CountedValue.h
samneirinck/cemono
fc4624b55852f7cc1efdc9771685581c32d34b2c
[ "MIT" ]
null
null
null
src/native/inc/cryengine/CryCommon/CountedValue.h
samneirinck/cemono
fc4624b55852f7cc1efdc9771685581c32d34b2c
[ "MIT" ]
3
2019-03-11T21:36:15.000Z
2021-02-07T21:21:26.000Z
/************************************************************************* Crytek Source File. Copyright (C), Crytek Studios, 2001-2009. ------------------------------------------------------------------------- $Id$ $DateTime$ Description: A wrapper that counts the number of times the wrapped object ...
24.3
78
0.604938
[ "object" ]
b6132e19466ddb723a9620adaba84e52f20ddccc
4,244
h
C
_studio/enctools/include/mfx_enctools_brc.h
VickyZengg/MediaSDK
924da6d0664e77cef46eeef7821694dad140b8df
[ "MIT" ]
2
2020-12-10T09:57:40.000Z
2021-02-26T08:28:12.000Z
_studio/enctools/include/mfx_enctools_brc.h
VickyZengg/MediaSDK
924da6d0664e77cef46eeef7821694dad140b8df
[ "MIT" ]
null
null
null
_studio/enctools/include/mfx_enctools_brc.h
VickyZengg/MediaSDK
924da6d0664e77cef46eeef7821694dad140b8df
[ "MIT" ]
1
2021-07-20T01:17:31.000Z
2021-07-20T01:17:31.000Z
// Copyright (c) 2009-2020 Intel Corporation // // 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,...
31.437037
134
0.674364
[ "vector" ]
b61364763c35bf321db10a31e1945efc55d1dcbc
563
h
C
LZTabBarCnotroller/LZTabBarCnotroller/Classes/Controllers/MyPreference/Views/LZMyPreferenceCell.h
do-my-best/LZTabBarCnotroller
a6e230540213d4c76c66f85d56c88ad33b505666
[ "MIT" ]
1
2015-11-23T03:51:04.000Z
2015-11-23T03:51:04.000Z
LZTabBarCnotroller/LZTabBarCnotroller/Classes/Controllers/MyPreference/Views/LZMyPreferenceCell.h
do-my-best/LZTabBarCnotroller
a6e230540213d4c76c66f85d56c88ad33b505666
[ "MIT" ]
1
2020-11-04T05:44:22.000Z
2020-11-04T05:44:22.000Z
LZTabBarCnotroller/LZTabBarCnotroller/Classes/Controllers/MyPreference/Views/LZMyPreferenceCell.h
do-my-best/LZTabBarCnotroller
a6e230540213d4c76c66f85d56c88ad33b505666
[ "MIT" ]
null
null
null
// // LZMyPreferenceCell.h // LZTabBarCnotroller // // Created by liuzhu on 15/11/23. // Copyright © 2015年 liuzhu. All rights reserved. // #import <UIKit/UIKit.h> @class LZMyPreferenceModel; @class LZMyPreferenceCell; @protocol LZMyPreferenceCellDelegate <NSObject> - (void)MyPreferenceCellAskToRefreshTableView:(...
20.107143
73
0.77087
[ "model" ]
b61b078a3d659be75b0e9ff0ab066b0c1cf84dbd
200
h
C
Allmund/src/Allmund/Scene.h
taz40/Allmund
69a4bdd831d209848cb30fe99bd86b947ce55418
[ "Apache-2.0" ]
null
null
null
Allmund/src/Allmund/Scene.h
taz40/Allmund
69a4bdd831d209848cb30fe99bd86b947ce55418
[ "Apache-2.0" ]
null
null
null
Allmund/src/Allmund/Scene.h
taz40/Allmund
69a4bdd831d209848cb30fe99bd86b947ce55418
[ "Apache-2.0" ]
null
null
null
#pragma once #include <vector> #include "Actor.h" namespace Allmund { class ALLMUND_API Scene { public: std::vector<Actor*> actors; Scene(); ~Scene(); void addActor(Actor* actor); }; }
11.764706
30
0.655
[ "vector" ]
b62291c1f3a75204a28cecc86d7597c16e5854e7
7,189
h
C
UniEngine/include/Entity.h
edisonlee0212/UniEngine-deprecated
4b899980c280ac501c3b5fa2746cf1e71cfedd28
[ "MIT" ]
null
null
null
UniEngine/include/Entity.h
edisonlee0212/UniEngine-deprecated
4b899980c280ac501c3b5fa2746cf1e71cfedd28
[ "MIT" ]
null
null
null
UniEngine/include/Entity.h
edisonlee0212/UniEngine-deprecated
4b899980c280ac501c3b5fa2746cf1e71cfedd28
[ "MIT" ]
1
2021-09-06T08:07:37.000Z
2021-09-06T08:07:37.000Z
#pragma once #include "UniEngineAPI.h" #include "Serializable.h" namespace UniEngine { #pragma region EntityManager #pragma region Entity struct UNIENGINE_API ComponentDataType final { std::string m_name; size_t m_typeId = 0; size_t m_size = 0; size_t m_offset = 0; ComponentDataType() = default; ComponentD...
36.492386
134
0.751426
[ "vector" ]
b34185096ba4244adb41f92ea393380006526447
2,498
h
C
src/prng.h
xann16/isai-genalg-poly-interpolation
83cdae89b55fc3e605e4dede5769937e232c1615
[ "MIT" ]
null
null
null
src/prng.h
xann16/isai-genalg-poly-interpolation
83cdae89b55fc3e605e4dede5769937e232c1615
[ "MIT" ]
null
null
null
src/prng.h
xann16/isai-genalg-poly-interpolation
83cdae89b55fc3e605e4dede5769937e232c1615
[ "MIT" ]
null
null
null
#pragma once #ifndef ISAI_GENEPI_PRNG_H_INCLUDED #define ISAI_GENEPI_PRNG_H_INCLUDED #include <algorithm> #include <array> #include <cassert> #include <random> #include <vector> namespace isai { // alias for single byte using byte_t = unsigned char; // random number generation utils class prng_t { priv...
24.252427
75
0.602882
[ "vector" ]
b34393c3eb6c0127262fdca0457312fc8ebaa066
3,013
h
C
source/game/physics/Physics_Actor.h
JasonHutton/QWTA
7f42dc70eb230cf69a8048fc98d647a486e752f1
[ "MIT" ]
2
2021-05-02T18:37:48.000Z
2021-07-18T16:18:14.000Z
source/game/physics/Physics_Actor.h
JasonHutton/QWTA
7f42dc70eb230cf69a8048fc98d647a486e752f1
[ "MIT" ]
null
null
null
source/game/physics/Physics_Actor.h
JasonHutton/QWTA
7f42dc70eb230cf69a8048fc98d647a486e752f1
[ "MIT" ]
null
null
null
// Copyright (C) 2007 Id Software, Inc. // #ifndef __PHYSICS_ACTOR_H__ #define __PHYSICS_ACTOR_H__ #include "Physics_Base.h" /* =================================================================================== Actor physics base class An actor typically uses one collision model which is aligned wi...
31.061856
135
0.635579
[ "model" ]
b374eb53e2fe1ecfb73e2d385dd123980c98fdc3
10,260
c
C
openeuler-kernel/drivers/infiniband/sw/rxe/rxe_pool.c
Ddnirvana/test-CI
dd7a0a71281075e8ab300bddbab4a9fa039958f0
[ "MulanPSL-1.0" ]
31
2021-04-27T08:50:40.000Z
2022-03-01T02:26:21.000Z
openeuler-kernel/drivers/infiniband/sw/rxe/rxe_pool.c
Ddnirvana/test-CI
dd7a0a71281075e8ab300bddbab4a9fa039958f0
[ "MulanPSL-1.0" ]
13
2021-07-10T04:36:17.000Z
2022-03-03T10:50:05.000Z
openeuler-kernel/drivers/infiniband/sw/rxe/rxe_pool.c
Ddnirvana/test-CI
dd7a0a71281075e8ab300bddbab4a9fa039958f0
[ "MulanPSL-1.0" ]
12
2021-04-06T02:23:10.000Z
2022-02-28T11:43:19.000Z
// SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB /* * Copyright (c) 2016 Mellanox Technologies Ltd. All rights reserved. * Copyright (c) 2015 System Fabric Works, Inc. All rights reserved. */ #include "rxe.h" #include "rxe_loc.h" /* info about object pools * note that mr and mw share a single index space * so...
22.304348
75
0.689864
[ "object" ]
b378f7b0f896f3b19e3a4f3ed591190cd9011242
8,907
c
C
tests/arbpoly2d.c
EMinsight/Silo
a1e27d34e8b52196be2de3d4aae2d0cae21b3f36
[ "Apache-2.0" ]
8
2021-10-08T00:22:19.000Z
2022-03-21T02:17:31.000Z
tests/arbpoly2d.c
EMinsight/Silo
a1e27d34e8b52196be2de3d4aae2d0cae21b3f36
[ "Apache-2.0" ]
184
2019-03-20T03:02:33.000Z
2019-03-24T18:08:08.000Z
tests/arbpoly2d.c
EMinsight/Silo
a1e27d34e8b52196be2de3d4aae2d0cae21b3f36
[ "Apache-2.0" ]
4
2021-12-28T11:40:36.000Z
2022-03-30T08:51:51.000Z
/* Copyright (C) 1994-2016 Lawrence Livermore National Security, LLC. LLNL-CODE-425250. All rights reserved. This file is part of Silo. For details, see silo.llnl.gov. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * R...
41.427907
91
0.638936
[ "mesh", "shape" ]
b38420dd093b17f8ec37cfbae29e7167ecdc92d9
2,326
h
C
src/error.h
jyvet/mapreduce
0f11314e7774a62324463511e985a20c7c552453
[ "MIT" ]
1
2017-08-21T01:49:21.000Z
2017-08-21T01:49:21.000Z
src/error.h
jyvet/mapreduce
0f11314e7774a62324463511e985a20c7c552453
[ "MIT" ]
null
null
null
src/error.h
jyvet/mapreduce
0f11314e7774a62324463511e985a20c7c552453
[ "MIT" ]
null
null
null
/******************************************************************************* * Copyright (C) 2015, Jean-Yves VET, contact [at] jean-yves [dot] vet * * * * This software is licensed as described in the file LICENCE, which you shoul...
42.290909
80
0.463887
[ "transform" ]
b3902cd42a8c92666cfffffbe657a8074ba1d145
25,953
h
C
third_party/wvr_client/include/wvr/wvr_device.h
pingxingyun/larkxr_native_android_app
464fc5eecb011325b553adf82ef83c1659b05c20
[ "Apache-2.0" ]
4
2021-08-25T05:51:58.000Z
2022-02-09T06:34:12.000Z
third_party/wvr_client/include/wvr/wvr_device.h
pingxingyun/larkxr_native_android_app
464fc5eecb011325b553adf82ef83c1659b05c20
[ "Apache-2.0" ]
1
2021-09-03T01:18:45.000Z
2021-09-03T01:18:45.000Z
third_party/wvr_client/include/wvr/wvr_device.h
pingxingyun/larkxr_native_android_app
464fc5eecb011325b553adf82ef83c1659b05c20
[ "Apache-2.0" ]
null
null
null
// "WaveVR SDK // © 2017 HTC Corporation. All Rights Reserved. // // Unless otherwise required by copyright law and practice, // upon the execution of HTC SDK license agreement, // HTC grants you access to and use of the WaveVR SDK(s). // You shall fully comply with all of HTC’s SDK license agreement terms and // condi...
47.79558
276
0.757716
[ "render", "model", "transform" ]
b393905d7413d9a394da1f6a8c2059a0950ce99c
1,255
h
C
actor-apps/core-async-cocoa/src/im/actor/model/api/UserOutPeer.h
DragonStuff/actor-platform
d262e6bb3c18b20eb35551313bce16c471cd2928
[ "MIT" ]
null
null
null
actor-apps/core-async-cocoa/src/im/actor/model/api/UserOutPeer.h
DragonStuff/actor-platform
d262e6bb3c18b20eb35551313bce16c471cd2928
[ "MIT" ]
null
null
null
actor-apps/core-async-cocoa/src/im/actor/model/api/UserOutPeer.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/api/UserOutPeer.java // #ifndef _APUserOutPeer_H_ #define _APUserOutPeer_H_ #include "J2ObjC_header.h" #include "im/actor/model/droidkit/bser/BserObject.h" @class BSB...
24.607843
121
0.803187
[ "model" ]
b39403132f0863892c933966f8cc19d878c9854f
12,207
c
C
src/lib/encrypt.c
alvinchchen/tpm2-pkcs11
5ce4e01a52fcbb3b3073daa2c16ee943f71496c6
[ "BSD-2-Clause" ]
null
null
null
src/lib/encrypt.c
alvinchchen/tpm2-pkcs11
5ce4e01a52fcbb3b3073daa2c16ee943f71496c6
[ "BSD-2-Clause" ]
null
null
null
src/lib/encrypt.c
alvinchchen/tpm2-pkcs11
5ce4e01a52fcbb3b3073daa2c16ee943f71496c6
[ "BSD-2-Clause" ]
null
null
null
/* SPDX-License-Identifier: BSD-2-Clause */ #include <openssl/bn.h> #include <openssl/err.h> #include <openssl/rsa.h> #include "checks.h" #include "encrypt.h" #include "mech.h" #include "openssl_compat.h" #include "session.h" #include "session_ctx.h" #include "token.h" #include "tpm.h" struct sw_encrypt_data { i...
25.97234
177
0.643074
[ "object" ]
b3964dbe7318dae20d0374f6fb4f92bdfabb0854
1,838
h
C
dependencies/libdansdl2/herramientas/templates/gestor_vector_static.h
TheMarlboroMan/winter-fgj5
28cd4bd4ae37230e51c1a9963bcd293e674cdc3c
[ "Beerware" ]
null
null
null
dependencies/libdansdl2/herramientas/templates/gestor_vector_static.h
TheMarlboroMan/winter-fgj5
28cd4bd4ae37230e51c1a9963bcd293e674cdc3c
[ "Beerware" ]
null
null
null
dependencies/libdansdl2/herramientas/templates/gestor_vector_static.h
TheMarlboroMan/winter-fgj5
28cd4bd4ae37230e51c1a9963bcd293e674cdc3c
[ "Beerware" ]
null
null
null
#ifndef GESTOR_VECTOR_STATIC_H #define GESTOR_VECTOR_STATIC_H #include <vector> #include <iostream> //Para NULL... /* Unas palabras... Aquí hay estar un poco atento: el tipo es class T y siempre se enuncia de ese modo. Si la intención del vector es recibir punteros lo declarareos como Gestor_vector_static<clase_de_tur...
20.886364
91
0.729053
[ "vector" ]
b39a4764ace64f72414ed24e2037b16c8c1d36b3
10,836
h
C
src/njli/physics/constraint/PhysicsConstraintGeneric6Dof.h
njligames/Engine
899c7b79cea33a72fc34f159134f721b56715d3d
[ "MIT" ]
1
2019-02-13T05:41:54.000Z
2019-02-13T05:41:54.000Z
src/njli/physics/constraint/PhysicsConstraintGeneric6Dof.h
njligames/Engine
899c7b79cea33a72fc34f159134f721b56715d3d
[ "MIT" ]
null
null
null
src/njli/physics/constraint/PhysicsConstraintGeneric6Dof.h
njligames/Engine
899c7b79cea33a72fc34f159134f721b56715d3d
[ "MIT" ]
null
null
null
// // PhysicsConstraintGeneric6Dof.h // JLIGameEngineTest // // Created by James Folk on 6/19/15. // Copyright (c) 2015 James Folk. All rights reserved. // #ifndef __JLIGameEngineTest__PhysicsConstraintGeneric6Dof__ #define __JLIGameEngineTest__PhysicsConstraintGeneric6Dof__ #pragma mark Header #include "Abstrac...
30.610169
202
0.531654
[ "object" ]
b39f15e5db845229c490c32dbf0874a4df39bcc6
2,852
h
C
extra/news/src/xk/external/udpipe/udpipe/parsito/parser/parser_nn.h
scignscape/PGVM
e24f46cdf657a8bdb990c7883c6bd3d0a0c9cff0
[ "BSL-1.0" ]
null
null
null
extra/news/src/xk/external/udpipe/udpipe/parsito/parser/parser_nn.h
scignscape/PGVM
e24f46cdf657a8bdb990c7883c6bd3d0a0c9cff0
[ "BSL-1.0" ]
null
null
null
extra/news/src/xk/external/udpipe/udpipe/parsito/parser/parser_nn.h
scignscape/PGVM
e24f46cdf657a8bdb990c7883c6bd3d0a0c9cff0
[ "BSL-1.0" ]
null
null
null
// This file is part of Parsito <http://github.com/ufal/parsito/>. // // Copyright 2015 Institute of Formal and Applied Linguistics, Faculty of // Mathematics and Physics, Charles University in Prague, Czech Republic. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a cop...
28.237624
96
0.73352
[ "vector" ]
b3a5a3d318ef8d698cf2dd03643c935ccfea0e24
1,493
h
C
bin/ledger/storage/public/commit.h
Acidburn0zzz/peridot
9a3b1fb8e834d0315092478d83d0176ef28cb765
[ "BSD-3-Clause" ]
1
2018-02-05T23:33:32.000Z
2018-02-05T23:33:32.000Z
bin/ledger/storage/public/commit.h
Acidburn0zzz/peridot
9a3b1fb8e834d0315092478d83d0176ef28cb765
[ "BSD-3-Clause" ]
null
null
null
bin/ledger/storage/public/commit.h
Acidburn0zzz/peridot
9a3b1fb8e834d0315092478d83d0176ef28cb765
[ "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 PERIDOT_BIN_LEDGER_STORAGE_PUBLIC_COMMIT_H_ #define PERIDOT_BIN_LEDGER_STORAGE_PUBLIC_COMMIT_H_ #include <memory> #include <string> #include <vect...
28.169811
79
0.737441
[ "vector" ]
b3d220d4d2a98133d2b9c97268ecd39e35f9b218
8,599
h
C
Linux/Sources/PP_Sources/Tables/UNX_LTableView.h
mulberry-mail/mulberry4-client
cdaae15c51dd759110b4fbdb2063d0e3d5202103
[ "ECL-2.0", "Apache-2.0" ]
12
2015-04-21T16:10:43.000Z
2021-11-05T13:41:46.000Z
Linux/Sources/PP_Sources/Tables/UNX_LTableView.h
mulberry-mail/mulberry4-client
cdaae15c51dd759110b4fbdb2063d0e3d5202103
[ "ECL-2.0", "Apache-2.0" ]
2
2015-11-02T13:32:11.000Z
2019-07-10T21:11:21.000Z
Linux/Sources/PP_Sources/Tables/UNX_LTableView.h
mulberry-mail/mulberry4-client
cdaae15c51dd759110b4fbdb2063d0e3d5202103
[ "ECL-2.0", "Apache-2.0" ]
6
2015-01-12T08:49:12.000Z
2021-03-27T09:11:10.000Z
/* Copyright (c) 2007 Cyrus Daboo. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless re...
26.458462
78
0.659379
[ "geometry" ]
278fc43f92b7e4956266be73be9ed48da6672bde
5,117
h
C
include/xspf/XspfDateTime.h
ezdev128/libxspf
ba71431e24293510c44d6581e2c05b901a372880
[ "BSD-3-Clause" ]
null
null
null
include/xspf/XspfDateTime.h
ezdev128/libxspf
ba71431e24293510c44d6581e2c05b901a372880
[ "BSD-3-Clause" ]
null
null
null
include/xspf/XspfDateTime.h
ezdev128/libxspf
ba71431e24293510c44d6581e2c05b901a372880
[ "BSD-3-Clause" ]
null
null
null
/* * libxspf - XSPF playlist handling library * * Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * * Redistrib...
20.716599
70
0.650967
[ "object" ]
27a1b89206c54fb91367c23774a105c0e805f8c7
2,081
h
C
dependencies/panda/Panda3D-1.10.0-x64/include/cppSimpleType.h
CrankySupertoon01/Toontown-2
60893d104528a8e7eb4aced5d0015f22e203466d
[ "MIT" ]
3
2018-03-09T12:07:29.000Z
2021-02-25T06:50:25.000Z
dtool/src/cppparser/cppSimpleType.h
Sinkay/panda3d
16bfd3750f726a8831771b81649d18d087917fd5
[ "PHP-3.01", "PHP-3.0" ]
1
2018-07-28T20:07:04.000Z
2018-07-30T18:28:34.000Z
dtool/src/cppparser/cppSimpleType.h
Sinkay/panda3d
16bfd3750f726a8831771b81649d18d087917fd5
[ "PHP-3.01", "PHP-3.0" ]
2
2019-12-02T01:39:10.000Z
2021-02-13T22:41:00.000Z
// Filename: cppSimpleType.h // Created by: drose (19Oct99) // //////////////////////////////////////////////////////////////////// // // PANDA 3D SOFTWARE // Copyright (c) Carnegie Mellon University. All rights reserved. // // All use of this software is subject to the terms of the revised BSD // license. You shoul...
24.197674
70
0.576646
[ "3d" ]
27a962ec9608845690098e2acc88c6443524a8a7
1,402
h
C
EventAnalyzer/interface/EventVariableMatrixWeights2D.h
peterthomassen/RutgersIAF
50fd20b79b8bce30478d49e1ce7c763424e094f1
[ "MIT" ]
null
null
null
EventAnalyzer/interface/EventVariableMatrixWeights2D.h
peterthomassen/RutgersIAF
50fd20b79b8bce30478d49e1ce7c763424e094f1
[ "MIT" ]
null
null
null
EventAnalyzer/interface/EventVariableMatrixWeights2D.h
peterthomassen/RutgersIAF
50fd20b79b8bce30478d49e1ce7c763424e094f1
[ "MIT" ]
null
null
null
#ifndef EventVariableMatrixWeights2D_h #define EventVariableMatrixWeights2D_h #include <vector> #include "TLorentzVector.h" #include "RutgersIAF/EventAnalyzer/interface/EventVariable.h" class EventVariableMatrixWeights2D : public EventVariable{ public: EventVariableMatrixWeights2D(TString name, TString productname,...
23.762712
247
0.741797
[ "vector" ]
27aeac334b70785eff3b15457b07333fc9103251
3,098
h
C
ArduinoPartsLed.h
scls19fr/ArduinoPartsPushButton
a4f8de17e5cf471aabbb07261f0abf0232e79c67
[ "MIT" ]
null
null
null
ArduinoPartsLed.h
scls19fr/ArduinoPartsPushButton
a4f8de17e5cf471aabbb07261f0abf0232e79c67
[ "MIT" ]
1
2019-01-23T17:35:58.000Z
2019-01-23T17:35:58.000Z
ArduinoPartsLed.h
scls19fr/ArduinoPartsPushButton
a4f8de17e5cf471aabbb07261f0abf0232e79c67
[ "MIT" ]
null
null
null
/*!\file ArduinoPartsLed.h ** \author Sébastien Celles ** \date 2019/01/23 ** \copyright MIT License (c) 2019, Sébastien Celles ** \brief Led handling library. ** \details Led handling library. ** This library was designed for Arduino boards **/ #ifndef ARDUINO_PARTS_LED #define ARDUINO_PARTS_LED #include <Ardu...
24.393701
106
0.630407
[ "object" ]
27b083adac858acc349d7e399a793c0c295e27d4
1,285
h
C
Engine/Common/CommonMath.h
hhyyrylainen/Leviathan
0a0d2ea004a153f9b17c6230da029e8160716f71
[ "BSL-1.0" ]
16
2018-12-22T02:09:05.000Z
2022-03-09T20:38:59.000Z
Engine/Common/CommonMath.h
hhyyrylainen/Leviathan
0a0d2ea004a153f9b17c6230da029e8160716f71
[ "BSL-1.0" ]
46
2018-04-02T11:06:01.000Z
2019-12-14T11:16:04.000Z
Engine/Common/CommonMath.h
hhyyrylainen/Leviathan
0a0d2ea004a153f9b17c6230da029e8160716f71
[ "BSL-1.0" ]
14
2018-04-09T02:26:15.000Z
2021-09-11T03:12:15.000Z
// Leviathan Game Engine // Copyright (c) 2012-2018 Henri Hyyryläinen #pragma once // ------------------------------------ // #include "Types.h" #include <cmath> #include <vector> namespace Leviathan { namespace MMath { DLLEXPORT float CoordinateDistance(float x1, float x2, float y1, float y2); DLLEXPORT double Angl...
34.72973
93
0.673152
[ "vector" ]
27b56385f1a10c5cfc611a13e9079855ae6966bf
2,049
h
C
src/lib/file/stringutil.h
stutiredboy/obproxy
b5f98a6e1c45e6a878376df49b9c10b4249d3626
[ "Apache-2.0" ]
74
2021-05-31T15:23:49.000Z
2022-03-12T04:46:39.000Z
src/lib/file/stringutil.h
stutiredboy/obproxy
b5f98a6e1c45e6a878376df49b9c10b4249d3626
[ "Apache-2.0" ]
16
2021-05-31T15:26:38.000Z
2022-03-30T06:02:43.000Z
src/lib/file/stringutil.h
stutiredboy/obproxy
b5f98a6e1c45e6a878376df49b9c10b4249d3626
[ "Apache-2.0" ]
64
2021-05-31T15:25:36.000Z
2022-02-23T08:43:58.000Z
/** * Copyright (c) 2021 OceanBase * OceanBase Database Proxy(ODP) is licensed under Mulan PubL v2. * You can use this software according to the terms and conditions of the Mulan PubL v2. * You may obtain a copy of Mulan PubL v2 at: * http://license.coscl.org.cn/MulanPubL-2.0 * THIS SOFTWARE IS PROVIDED ...
34.728814
88
0.620791
[ "vector" ]
27bb7071b53671d699f400a3cbe3feecd3cff33f
2,214
h
C
net/ias/iasjet/setup/stdafx.h
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
net/ias/iasjet/setup/stdafx.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
net/ias/iasjet/setup/stdafx.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
///////////////////////////////////////////////////////////////////////////// // // Copyright(C) 2000 Microsoft Corporation all rights reserved. // // Module: stdafx.h // // Project: Windows 2000 IAS // // Description: // include file for standard system include files, // or project specif...
22.591837
78
0.663053
[ "vector" ]
27d2b4d4a248587b19f24258bf4aa8742292d2ed
1,219
h
C
src/genetic_algorithm_operators.h
jfrfonseca/kcmc_heuristic
92b45a3570f26efe2e1813e5c0683b5555be4785
[ "MIT" ]
null
null
null
src/genetic_algorithm_operators.h
jfrfonseca/kcmc_heuristic
92b45a3570f26efe2e1813e5c0683b5555be4785
[ "MIT" ]
null
null
null
src/genetic_algorithm_operators.h
jfrfonseca/kcmc_heuristic
92b45a3570f26efe2e1813e5c0683b5555be4785
[ "MIT" ]
null
null
null
/* * Genetic algorithm operators * Set of Genetic Algorithm operators that can be used in many configurations of the algorithm * Many are used in our implementation of Gupta's Genetic Algorithm for the KCMC Problem */ #include <cstdlib> // rand #include <numeric> // accumulate #include <algorithm> // copy, ...
35.852941
109
0.765381
[ "vector" ]
27dd7981ae09a26e9a4d6635048ae97c3eb80c1a
2,785
h
C
RXVerifyExample/RXVerifyExample/RXPersonal/RXAFNetworking/Serialization/RXAFURLResponseSerialization.h
Explorer1092/RXVerifyExample
344f954c155457c34d52db6831f928b5ac400bbc
[ "MIT" ]
null
null
null
RXVerifyExample/RXVerifyExample/RXPersonal/RXAFNetworking/Serialization/RXAFURLResponseSerialization.h
Explorer1092/RXVerifyExample
344f954c155457c34d52db6831f928b5ac400bbc
[ "MIT" ]
null
null
null
RXVerifyExample/RXVerifyExample/RXPersonal/RXAFNetworking/Serialization/RXAFURLResponseSerialization.h
Explorer1092/RXVerifyExample
344f954c155457c34d52db6831f928b5ac400bbc
[ "MIT" ]
null
null
null
// // RXAFURLResponseSerialization.h // RXVerifyExample // // Created by Rush.D.Xzj on 2018/12/14. // Copyright © 2018 Rush.D.Xzj. All rights reserved. // #import <Foundation/Foundation.h> NS_ASSUME_NONNULL_BEGIN ///---------------- /// @name Constants ///---------------- /** ## Error Domains The following...
34.382716
263
0.771993
[ "object" ]
27ded2a5ec049136cab334c71448d5fbd6b9b92b
18,681
h
C
lib/tx/include/monsoon/tx/detail/wal.h
nahratzah/monsoon_plus_plus
789082078f1d474d38056518f66613ed1319181b
[ "BSD-2-Clause" ]
1
2018-03-06T11:15:40.000Z
2018-03-06T11:15:40.000Z
lib/tx/include/monsoon/tx/detail/wal.h
nahratzah/monsoon_plus_plus
789082078f1d474d38056518f66613ed1319181b
[ "BSD-2-Clause" ]
null
null
null
lib/tx/include/monsoon/tx/detail/wal.h
nahratzah/monsoon_plus_plus
789082078f1d474d38056518f66613ed1319181b
[ "BSD-2-Clause" ]
null
null
null
#ifndef MONSOON_TX_DETAIL_WAL_H #define MONSOON_TX_DETAIL_WAL_H #include <monsoon/tx/detail/export_.h> #include <algorithm> #include <cstddef> #include <cstdint> #include <functional> #include <memory> #include <mutex> #include <optional> #include <queue> #include <shared_mutex> #include <stdexcept> #include <string> ...
37.892495
180
0.704566
[ "vector" ]
27df33a11db69ce721f6bed4398b303230a10d0e
8,432
h
C
OrbitCore/Pdb.h
robbiesri/orbitprofiler
fff73e9cafc4e7928feb900f07b1dddb4af0ecee
[ "BSD-2-Clause" ]
null
null
null
OrbitCore/Pdb.h
robbiesri/orbitprofiler
fff73e9cafc4e7928feb900f07b1dddb4af0ecee
[ "BSD-2-Clause" ]
null
null
null
OrbitCore/Pdb.h
robbiesri/orbitprofiler
fff73e9cafc4e7928feb900f07b1dddb4af0ecee
[ "BSD-2-Clause" ]
null
null
null
//----------------------------------- // Copyright Pierric Gimmig 2013-2017 //----------------------------------- #pragma once #include "OrbitDbgHelp.h" #include "OrbitType.h" #include "Variable.h" #include <vector> #include <functional> #include <thread> #include <atomic> struct IDiaSymbol; struct IDiaSession; stru...
36.502165
102
0.600451
[ "vector" ]
27e51905ecbdc303653e2efcafef7f4a49982c11
5,463
h
C
Source/AST/ASTFunction.h
IanNorris/Shadr
eb6a67f96624cd41b78740c4a047ff6319493d4f
[ "MIT" ]
null
null
null
Source/AST/ASTFunction.h
IanNorris/Shadr
eb6a67f96624cd41b78740c4a047ff6319493d4f
[ "MIT" ]
null
null
null
Source/AST/ASTFunction.h
IanNorris/Shadr
eb6a67f96624cd41b78740c4a047ff6319493d4f
[ "MIT" ]
null
null
null
#if !defined( SHADR_AST_FUNCTION_H ) #define SHADR_AST_FUNCTION_H class CASTPrototype : public CASTBase, public CASTScope, public CASTAnnotationSupport { public: CASTPrototype( const SParsePosition& rtParsePosition, const char* pszName, unsigned int uNameLength, const CType& rtReturnType, CScope* pParentScope, bool ...
23.855895
182
0.727622
[ "vector" ]
27edf31b4824e8f7d6db5f3d83d5b727a68d3fbd
2,931
h
C
src/simulationModels/RenderDemoSimulation.h
hschwane/CIRCULATION
a53a99af4b0104101c18c8c5672ffd71b4ecb6c2
[ "MIT" ]
null
null
null
src/simulationModels/RenderDemoSimulation.h
hschwane/CIRCULATION
a53a99af4b0104101c18c8c5672ffd71b4ecb6c2
[ "MIT" ]
null
null
null
src/simulationModels/RenderDemoSimulation.h
hschwane/CIRCULATION
a53a99af4b0104101c18c8c5672ffd71b4ecb6c2
[ "MIT" ]
null
null
null
/* * CIRCULATION * RenderDemoSimulation.h * * @author: Hendrik Schwanekamp * @mail: hendrik.schwanekamp@gmx.net * * Implements the RenderDemoSimulation class * * Copyright (c) 2020 Hendrik Schwanekamp * */ #ifndef CIRCULATION_RENDERDEMOSIMULATION_H #define CIRCULATION_RENDERDEMOSIMULATION_H // includes /...
23.829268
109
0.588536
[ "render", "vector" ]
27f50bbccc6414ca02bb4ffc67aa84702a1c6c76
11,373
c
C
src/gt2/gt2main.c
TheAssemblyArmada/GamespySDK
a75313bdf608806569896aa039763d82f9b7d0eb
[ "BSD-3-Clause" ]
null
null
null
src/gt2/gt2main.c
TheAssemblyArmada/GamespySDK
a75313bdf608806569896aa039763d82f9b7d0eb
[ "BSD-3-Clause" ]
null
null
null
src/gt2/gt2main.c
TheAssemblyArmada/GamespySDK
a75313bdf608806569896aa039763d82f9b7d0eb
[ "BSD-3-Clause" ]
null
null
null
/* GameSpy GT2 SDK Dan "Mr. Pants" Schoenblum dan@gamespy.com Copyright 2002 GameSpy Industries, Inc devsupport@gamespy.com */ #include "gt2main.h" #include "gt2socket.h" #include "gt2connection.h" #include "gt2message.h" #include "gt2callback.h" #include "gt2filter.h" #include "gt2utility.h" #define GTI2_INVALID_I...
25.557303
119
0.670184
[ "object" ]
7e081c611b817923dec8eb7613ce4e6082632916
8,841
h
C
aws-cpp-sdk-translate/include/aws/translate/model/GetParallelDataResult.h
Eliyahu-Machluf/aws-sdk-cpp
97b8d6cdc16df298b80941b94327a5026efa7f8c
[ "Apache-2.0" ]
null
null
null
aws-cpp-sdk-translate/include/aws/translate/model/GetParallelDataResult.h
Eliyahu-Machluf/aws-sdk-cpp
97b8d6cdc16df298b80941b94327a5026efa7f8c
[ "Apache-2.0" ]
null
null
null
aws-cpp-sdk-translate/include/aws/translate/model/GetParallelDataResult.h
Eliyahu-Machluf/aws-sdk-cpp
97b8d6cdc16df298b80941b94327a5026efa7f8c
[ "Apache-2.0" ]
1
2022-03-23T15:17:18.000Z
2022-03-23T15:17:18.000Z
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/translate/Translate_EXPORTS.h> #include <aws/translate/model/ParallelDataProperties.h> #include <aws/translate/model/ParallelDataDataLocation.h> #include <utility> namespac...
45.80829
192
0.737247
[ "model" ]
7e0c87974a765a45f5cd96423e2c07592035da3b
7,792
h
C
src/math/Types.h
alecnunn/mud
9e204e2dc65f4a8ab52da3d11e6a261ff279d353
[ "Zlib" ]
1
2019-03-28T20:45:32.000Z
2019-03-28T20:45:32.000Z
src/math/Types.h
alecnunn/mud
9e204e2dc65f4a8ab52da3d11e6a261ff279d353
[ "Zlib" ]
null
null
null
src/math/Types.h
alecnunn/mud
9e204e2dc65f4a8ab52da3d11e6a261ff279d353
[ "Zlib" ]
null
null
null
#pragma once #include <math/Forward.h> #if !defined MUD_MODULES || defined MUD_TYPE_LIB #include <type/Type.h> #include <type/Vector.h> #endif #ifndef MUD_MODULES #include <infra/Types.h> #include <type/Types.h> #endif #ifndef MUD_CPP_20 #include <string> #include <cstdint> #include <vector> #endif #include <math/...
61.84127
94
0.728953
[ "vector", "transform" ]
7e153280a741647cf371762245abc3557fddb118
499
h
C
include/SatOps/SatOps.h
srenevey/satops
7051d7734d5761c49ae23e446b6b2dfc893daf04
[ "Apache-2.0" ]
3
2021-02-16T07:37:45.000Z
2022-03-29T07:07:09.000Z
include/SatOps/SatOps.h
srenevey/satops
7051d7734d5761c49ae23e446b6b2dfc893daf04
[ "Apache-2.0" ]
null
null
null
include/SatOps/SatOps.h
srenevey/satops
7051d7734d5761c49ae23e446b6b2dfc893daf04
[ "Apache-2.0" ]
null
null
null
// // Created by Sylvain on 5/12/20. // #ifndef SATOPS_SATOPS_H #define SATOPS_SATOPS_H #include "Atmosphere.h" #include "Body.h" #include "dimensions.h" #include "EnvironmentModel.h" #include "GravitationalField.h" #include "Gyroscope.h" #include "Magnetometer.h" #include "MagneticField.h" #include "Matrix.h" #incl...
19.192308
34
0.743487
[ "vector" ]
5f261395a9cd462ea8e24e62212e849f2227bcd7
5,479
h
C
Morty/Morty/Core/Renderer/Vulkan/MVulkanDevice.h
FrostyLeaves/Morty
64a47a5edcaf4ca62ff16ec4c20062f24fafe0ee
[ "MIT" ]
null
null
null
Morty/Morty/Core/Renderer/Vulkan/MVulkanDevice.h
FrostyLeaves/Morty
64a47a5edcaf4ca62ff16ec4c20062f24fafe0ee
[ "MIT" ]
null
null
null
Morty/Morty/Core/Renderer/Vulkan/MVulkanDevice.h
FrostyLeaves/Morty
64a47a5edcaf4ca62ff16ec4c20062f24fafe0ee
[ "MIT" ]
null
null
null
/** * @File MVulkanDevice * * @Created 2020-06-17 20:01:48 * * @Author DoubleYe **/ #ifndef _M_MVULKANDEVICE_H_ #define _M_MVULKANDEVICE_H_ #include "MGlobal.h" #if RENDER_GRAPHICS == MORTY_VULKAN #include "MIDevice.h" #include <vector> #include "MVulkanWrapper.h" #ifdef MORTY_WIN #include...
37.786207
238
0.828983
[ "vector" ]
5f2f1e96c37ff9b348b8833d8ef4ccde959dfdd7
242
h
C
common.h
rivergillis/chip-8
ce49024cb97752fd8ab66ad041e86585d3a7a4ad
[ "MIT" ]
9
2020-12-08T08:10:26.000Z
2022-03-06T16:58:06.000Z
common.h
rivergillis/chip-8
ce49024cb97752fd8ab66ad041e86585d3a7a4ad
[ "MIT" ]
null
null
null
common.h
rivergillis/chip-8
ce49024cb97752fd8ab66ad041e86585d3a7a4ad
[ "MIT" ]
2
2021-01-04T11:16:39.000Z
2021-07-13T18:36:50.000Z
#ifndef C8_COMMON_H_ #define C8_COMMON_H_ #include <cstdint> #include <memory> #include <cstdlib> #include <cstdio> #include <string> #include <exception> #include <stdexcept> #include <cstring> #include <iostream> #include <vector> #endif
15.125
20
0.752066
[ "vector" ]
5f3230ef9431c8ab5eb0cec863209fade230e8a6
2,454
h
C
src/samples/ParticleSystem/UpdaterLife.h
int-Frank/DgLib-deprecated
2683c48d84b995b00c6fb13f9e02257d3c93e80c
[ "MIT" ]
null
null
null
src/samples/ParticleSystem/UpdaterLife.h
int-Frank/DgLib-deprecated
2683c48d84b995b00c6fb13f9e02257d3c93e80c
[ "MIT" ]
null
null
null
src/samples/ParticleSystem/UpdaterLife.h
int-Frank/DgLib-deprecated
2683c48d84b995b00c6fb13f9e02257d3c93e80c
[ "MIT" ]
null
null
null
#ifndef UPDATERLIFE_H #define UPDATERLIFE_H #include "particle_system/DgParticleData.h" #include "particle_system/DgParticleUpdater.h" //! Updates particle life, kills particles. template<typename Real> class UpdaterLife : public Dg::ParticleUpdater<Real> { public: UpdaterLife() : Dg::ParticleUpdater<Real>() {} ~...
24.058824
87
0.595355
[ "vector" ]
5f580eade6bca46c10ec0008007f681d72cc4bc3
5,581
h
C
Project/Temp/StagingArea/Data/il2cppOutput/mscorlib_System_Text_UTF32Encoding549530865MethodDeclarations.h
Yuunagi-Yu/NumberDisk
f1cf414dbfe8d0094d3ef11b37839f6caf58ae9f
[ "MIT" ]
null
null
null
Project/Temp/StagingArea/Data/il2cppOutput/mscorlib_System_Text_UTF32Encoding549530865MethodDeclarations.h
Yuunagi-Yu/NumberDisk
f1cf414dbfe8d0094d3ef11b37839f6caf58ae9f
[ "MIT" ]
null
null
null
Project/Temp/StagingArea/Data/il2cppOutput/mscorlib_System_Text_UTF32Encoding549530865MethodDeclarations.h
Yuunagi-Yu/NumberDisk
f1cf414dbfe8d0094d3ef11b37839f6caf58ae9f
[ "MIT" ]
null
null
null
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include <assert.h> #include <exception> // System.Text.UTF32Encoding struct UTF32Encoding_t549530865; // System.Char[] struct CharU5BU5D_t1328083999; // System.Byte[] struct ByteU5BU...
82.073529
275
0.833363
[ "object" ]
5f6228ebd047695d5cd8a53c67dc5ea1ce7377aa
3,491
h
C
src/centerclustermapper.h
LaoZZZZZ/bartender-1.1
ddfb2e52bdf92258dd837ab8ee34306e9fb45b81
[ "MIT" ]
22
2016-08-11T06:16:25.000Z
2022-02-22T00:06:59.000Z
src/centerclustermapper.h
LaoZZZZZ/bartender-1.1
ddfb2e52bdf92258dd837ab8ee34306e9fb45b81
[ "MIT" ]
9
2016-12-08T12:42:38.000Z
2021-12-28T20:12:15.000Z
src/centerclustermapper.h
LaoZZZZZ/bartender-1.1
ddfb2e52bdf92258dd837ab8ee34306e9fb45b81
[ "MIT" ]
8
2017-06-26T13:15:06.000Z
2021-11-12T18:39:54.000Z
#ifndef CENTERCLUSTERMAPPER_H #define CENTERCLUSTERMAPPER_H #include "typdefine.h" #include "barcodecluster.hpp" #include <cassert> #include <list> #include <memory> #include <stdexcept> #include <string> #include <unordered_map> #include <vector> namespace barcodeSpace { class CenterClusterMapper { public: ty...
32.324074
135
0.615583
[ "vector" ]
5f71b0b5efe655f220d7edbed190cdd93ba6933d
6,844
c
C
src/mca/plm/alps/plm_alps_component.c
angainor/prrte
fce7a49e6527143eebda13d34dabc9a55c6e1f25
[ "BSD-3-Clause-Open-MPI" ]
null
null
null
src/mca/plm/alps/plm_alps_component.c
angainor/prrte
fce7a49e6527143eebda13d34dabc9a55c6e1f25
[ "BSD-3-Clause-Open-MPI" ]
1
2020-03-11T18:18:13.000Z
2020-03-11T18:18:13.000Z
src/mca/plm/alps/plm_alps_component.c
AboorvaDevarajan/prrte
6bab23ee556e7d30586c951808a340cd0f787989
[ "BSD-3-Clause-Open-MPI" ]
null
null
null
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */ /* * Copyright (c) 2004-2008 The Trustees of Indiana University and Indiana * University Research and Technology * Corporation. All rights reserved. * Copyright (c) 2004-2005 The University of Tennessee a...
36.994595
99
0.620982
[ "object" ]
5f7be526eb81e74215a118a6fde3e2e752828226
11,418
h
C
SWIG_CGAL/Point_set_3/Point_set_3.h
sloriot/cgal-swig-bindings
c9c5afdf64fa0c52f9c3785173159167ab2b3163
[ "BSL-1.0" ]
null
null
null
SWIG_CGAL/Point_set_3/Point_set_3.h
sloriot/cgal-swig-bindings
c9c5afdf64fa0c52f9c3785173159167ab2b3163
[ "BSL-1.0" ]
null
null
null
SWIG_CGAL/Point_set_3/Point_set_3.h
sloriot/cgal-swig-bindings
c9c5afdf64fa0c52f9c3785173159167ab2b3163
[ "BSL-1.0" ]
null
null
null
// ------------------------------------------------------------------------------ // Copyright (c) 2020 GeometryFactory (FRANCE) // Distributed under the Boost Software License, Version 1.0. (See accompany- // ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // ---------------------------------...
32.529915
120
0.670608
[ "vector", "transform" ]
bec179daeb17f4067004a4c4f3f3373289e2a3c5
2,208
h
C
include/shrike/http/httprequest.h
tr03p/shrike
9ad29b4b0f1fa95f68f5029612ed8853e32a7909
[ "MIT" ]
null
null
null
include/shrike/http/httprequest.h
tr03p/shrike
9ad29b4b0f1fa95f68f5029612ed8853e32a7909
[ "MIT" ]
null
null
null
include/shrike/http/httprequest.h
tr03p/shrike
9ad29b4b0f1fa95f68f5029612ed8853e32a7909
[ "MIT" ]
null
null
null
/* Copyright (c) 2018 Willem Kemp, willem@eneritix.co.za 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...
32.955224
79
0.755435
[ "vector" ]
bec3fcc0afcc913eee0c74142624fdcbec1450b2
383
h
C
RayTracerChallengev3/src/Shapes/Plane.h
adamkunzler/RayTracerChallengeCpp
81cda1c9b3a8f88fff314ec4798a10b6752f3396
[ "MIT" ]
null
null
null
RayTracerChallengev3/src/Shapes/Plane.h
adamkunzler/RayTracerChallengeCpp
81cda1c9b3a8f88fff314ec4798a10b6752f3396
[ "MIT" ]
null
null
null
RayTracerChallengev3/src/Shapes/Plane.h
adamkunzler/RayTracerChallengeCpp
81cda1c9b3a8f88fff314ec4798a10b6752f3396
[ "MIT" ]
null
null
null
#pragma once namespace RayTracer { /// <summary> /// Represents an XZ plane /// </summary> struct Plane : public IShape { Plane() { } Vector4 localNormalAt(const Point4& localPoint, const Intersection& i) const; void localIntersectBy(const Ray& localRay, std::vector<std::shared_ptr<Intersection>>& i...
20.157895
110
0.699739
[ "vector" ]
bec962dd1180a29210c432c70e18133f8c17041f
26,301
h
C
src/MeatWagons/MeatWagons.h
motapinto/meat-wagons
4d5e5a37135e488fe4dd1c093602aae6bce73f55
[ "MIT" ]
null
null
null
src/MeatWagons/MeatWagons.h
motapinto/meat-wagons
4d5e5a37135e488fe4dd1c093602aae6bce73f55
[ "MIT" ]
null
null
null
src/MeatWagons/MeatWagons.h
motapinto/meat-wagons
4d5e5a37135e488fe4dd1c093602aae6bce73f55
[ "MIT" ]
null
null
null
#pragma once #ifndef MEAT_WAGONS_MEATWAGONS_H #define MEAT_WAGONS_MEATWAGONS_H #include <unordered_set> #include <set> #include <time.h> #include <algorithm> #include "Request.h" #include "../Graph/Reader.h" #include "../GraphViewer/GraphVisualizer.h" #include "Wagon.h" bool compareRequests(Request* r1, Request* r2){...
37.519258
160
0.657085
[ "vector" ]
becd7fd3e99ad8605c96e854007f4df223561d73
570
h
C
src/homework/tic_tac_toe/tic_tac_toe_manager.h
acc-cosc-1337-spring-2020/acc-cosc-1337-spring-2020-a1945816
d2582b3996a086febb211b60fba88940a207288a
[ "MIT" ]
null
null
null
src/homework/tic_tac_toe/tic_tac_toe_manager.h
acc-cosc-1337-spring-2020/acc-cosc-1337-spring-2020-a1945816
d2582b3996a086febb211b60fba88940a207288a
[ "MIT" ]
null
null
null
src/homework/tic_tac_toe/tic_tac_toe_manager.h
acc-cosc-1337-spring-2020/acc-cosc-1337-spring-2020-a1945816
d2582b3996a086febb211b60fba88940a207288a
[ "MIT" ]
null
null
null
//h #ifndef TIC_TAC_TOE_MANAGER_H #define TIC_TAC_TOE_MANAGER_H #include<vector> #include<memory> #include "tic_tac_toe.h" #include "tic_tac_toe_data.h" class TicTacToeManager { public: TicTacToeManager() = default; TicTacToeManager(TicTacToeData&data); void save_game(std::unique_ptr<TicTacToe> & game); friend std:...
27.142857
79
0.761404
[ "vector" ]
bee639b7b17c563d7d32a2dae09f6e4dc3fea484
12,703
h
C
src/FloatAnimator.h
moebiussurfing/ofxSurfingAnimators
c7bc2b91a430c6b45c81c827a56fa2115f80f3c4
[ "MIT" ]
2
2020-12-19T10:08:11.000Z
2021-12-28T10:14:10.000Z
src/FloatAnimator.h
moebiussurfing/ofxSurfingAnimators
c7bc2b91a430c6b45c81c827a56fa2115f80f3c4
[ "MIT" ]
null
null
null
src/FloatAnimator.h
moebiussurfing/ofxSurfingAnimators
c7bc2b91a430c6b45c81c827a56fa2115f80f3c4
[ "MIT" ]
null
null
null
#pragma once #include "ofMain.h" /* TODO + fix curve type selector crash */ /* This is a base class to other derivated like: position, color...etc. */ //---- // OPTIONS //#define USE_SURFING_PRESETS // -> To allow multiple presets //---- //#define SURFING_ANIMATOR_ENABLE_AUTO_DRAW // -> disabled to fix some p...
18.463663
140
0.500039
[ "object", "vector" ]
bee93efb27b15d8d841de424f5523d3f2d9202aa
6,688
h
C
BloksAIPlugin/Vendor/illustratorapi/illustrator/legacy/AI90Mask.h
WestonThayer/Bloks
d5c59807b17d4d52f7cb2e3ec952b6e6127b4e27
[ "MIT" ]
65
2016-06-27T15:34:44.000Z
2022-02-06T03:48:15.000Z
illustratorapi/illustrator/legacy/AI90Mask.h
btempleton/sg-aics3mac-plugins
e5332b11ef8ce03a7e842c9df3fe1ce9145c0b67
[ "Intel", "Unlicense" ]
17
2016-06-27T15:35:36.000Z
2022-02-07T21:03:51.000Z
illustratorapi/illustrator/legacy/AI90Mask.h
btempleton/sg-aics3mac-plugins
e5332b11ef8ce03a7e842c9df3fe1ce9145c0b67
[ "Intel", "Unlicense" ]
6
2016-08-05T05:08:24.000Z
2017-09-04T04:38:45.000Z
#ifndef __AI90Mask__ #define __AI90Mask__ /* * Name: AI90Mask.h * $Revision: 2 $ * Author: * Date: * Purpose: Adobe Illustrator 9.0 Mask Suite. * * ADOBE SYSTEMS INCORPORATED * Copyright 1986-2007 Adobe Systems Incorporated. * All rights reserved. * * NOTICE: Adobe permits yo...
35.956989
92
0.707237
[ "object" ]
bee9936a348499e6ca974425b4df67666d490cbb
4,354
h
C
torrent.h
my-official/QtBT
0c78119b373bfc549a3262cb66794764a1416205
[ "MIT" ]
2
2018-04-06T16:00:13.000Z
2018-04-06T16:01:15.000Z
torrent.h
my-official/QtBT
0c78119b373bfc549a3262cb66794764a1416205
[ "MIT" ]
null
null
null
torrent.h
my-official/QtBT
0c78119b373bfc549a3262cb66794764a1416205
[ "MIT" ]
null
null
null
#ifndef TORRENT_H #define TORRENT_H #include <QObject> #include "metainfo.h" #include <QList> #include <QString> #include <QUrl> #include <QHostAddress> #include <QBitArray> #include "tracker.h" #include "peer.h" #include <unordered_map> #include <map> #include <vector> #include <random> #include <time.h> names...
27.383648
91
0.73266
[ "vector" ]
bef19099a73d2d8a823ccf6ca6d809085790305a
3,677
h
C
COGengine/src/Core/Facade.h
dodoknight/CogEngine
fda1193c2d1258ba9780e1025933d33a8dce2284
[ "MIT" ]
3
2016-06-01T10:14:00.000Z
2016-10-11T15:53:45.000Z
COGengine/src/Core/Facade.h
dormantor/ofxCogEngine
fda1193c2d1258ba9780e1025933d33a8dce2284
[ "MIT" ]
null
null
null
COGengine/src/Core/Facade.h
dormantor/ofxCogEngine
fda1193c2d1258ba9780e1025933d33a8dce2284
[ "MIT" ]
1
2020-08-15T17:01:00.000Z
2020-08-15T17:01:00.000Z
#pragma once #include "Msg.h" #include "InputAct.h" #include "Soundfx.h" #include "SheetAnim.h" #include "Definitions.h" #include "Settings.h" #include "pugixml.h" using namespace pugi; namespace Cog { class Behavior; class Component; class BaseComponent; class ComponentStorage; class Scene; class Node; clas...
33.126126
85
0.689421
[ "vector" ]
bef63844553d73644e627d5a269258ee36cc9cc5
5,351
h
C
fingerprintdb_cuda.h
Mariewelt/gpusimilarity
ff4fbf3ef0761d35510b148f07943d2958e6e7a5
[ "BSD-3-Clause" ]
61
2018-09-06T06:48:05.000Z
2022-03-25T15:40:02.000Z
fingerprintdb_cuda.h
Mariewelt/gpusimilarity
ff4fbf3ef0761d35510b148f07943d2958e6e7a5
[ "BSD-3-Clause" ]
36
2018-05-22T12:55:31.000Z
2020-10-04T14:05:27.000Z
fingerprintdb_cuda.h
Mariewelt/gpusimilarity
ff4fbf3ef0761d35510b148f07943d2958e6e7a5
[ "BSD-3-Clause" ]
18
2018-06-21T17:35:23.000Z
2022-03-28T09:24:52.000Z
/* ------------------------------------------------------------------------- * Declares gpusim::FingerprintDB CUDA enabled similarity scoring * * Copyright Schrodinger LLC, All Rights Reserved. --------------------------------------------------------------------------- */ #ifndef FINGERPRINTDB_CUDA #define FINGERP...
32.828221
80
0.643805
[ "vector" ]
83002d71ecca036b84ce954ed1e3b28df94406fa
1,350
h
C
src/engine/window.h
ttrounce/tide
981365710ec9876128b358aa7084691f0126c54c
[ "MIT" ]
1
2021-07-04T07:14:55.000Z
2021-07-04T07:14:55.000Z
src/engine/window.h
ttrounce/tide
981365710ec9876128b358aa7084691f0126c54c
[ "MIT" ]
null
null
null
src/engine/window.h
ttrounce/tide
981365710ec9876128b358aa7084691f0126c54c
[ "MIT" ]
null
null
null
#ifndef TIDE_WINDOW_H #define TIDE_WINDOW_H #include "types.h" #include <glm/vec2.hpp> #define GLFW_INCLUDE_NONE #include <glfw/glfw3.h> #include <vector> #include <memory> struct Keyboard { bool keys[GLFW_KEY_LAST]; }; struct Mouse { bool buttons[GLFW_MOUSE_BUTTON_LAST]; glm::vec2 delta; glm::vec2...
18.493151
74
0.69037
[ "vector" ]
8302176503154a874844bf724d8294df7e37d433
6,035
h
C
linuxcan/include/i82527.h
Innovation-Cell/radar
de1bcd91e5a831e2858539241edfea3ce79f3afd
[ "MIT" ]
null
null
null
linuxcan/include/i82527.h
Innovation-Cell/radar
de1bcd91e5a831e2858539241edfea3ce79f3afd
[ "MIT" ]
null
null
null
linuxcan/include/i82527.h
Innovation-Cell/radar
de1bcd91e5a831e2858539241edfea3ce79f3afd
[ "MIT" ]
null
null
null
/* ** Copyright 2012-2016 by Kvaser AB, Molndal, Sweden ** http://www.kvaser.com ** ** This software is dual licensed under the following two licenses: ** BSD-new and GPLv2. You may use either one. See the included ** COPYING file for details. ** ** License: BSD-new ** ===============...
36.137725
82
0.665617
[ "object" ]
831cc474fe6493effafea0e533d31c0b6461276e
6,675
h
C
src/objects/compilation-cache-table-inl.h
KDr2/v8
6048f754931e0971cab58fb0de785482d175175b
[ "BSD-3-Clause" ]
null
null
null
src/objects/compilation-cache-table-inl.h
KDr2/v8
6048f754931e0971cab58fb0de785482d175175b
[ "BSD-3-Clause" ]
null
null
null
src/objects/compilation-cache-table-inl.h
KDr2/v8
6048f754931e0971cab58fb0de785482d175175b
[ "BSD-3-Clause" ]
null
null
null
// Copyright 2017 the V8 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. #ifndef V8_OBJECTS_COMPILATION_CACHE_TABLE_INL_H_ #define V8_OBJECTS_COMPILATION_CACHE_TABLE_INL_H_ #include "src/objects/compilation-cache-table.h" #i...
37.290503
80
0.697228
[ "object" ]
7e8a2f50909e6f8c1c54496e560e91f44eec6293
33,957
h
C
_thirdPartyLibs/include/GLV/glv_model.h
stratosger/glGA-edu
de8d8e72e732921f63ef15cd787899f454787ab0
[ "BSD-4-Clause-UC" ]
4
2018-08-22T03:43:30.000Z
2021-03-11T18:20:27.000Z
_thirdPartyLibs/include/GLV/glv_model.h
stratosger/glGA-edu
de8d8e72e732921f63ef15cd787899f454787ab0
[ "BSD-4-Clause-UC" ]
7
2020-10-06T16:34:12.000Z
2020-12-06T17:29:22.000Z
_thirdPartyLibs/include/GLV/glv_model.h
stratosger/glGA-edu
de8d8e72e732921f63ef15cd787899f454787ab0
[ "BSD-4-Clause-UC" ]
71
2015-03-26T10:28:04.000Z
2021-11-07T10:09:12.000Z
#ifndef INC_GLV_MODEL_H #define INC_GLV_MODEL_H /* Graphics Library of Views (GLV) - GUI Building Toolkit See COPYRIGHT file for authors and license information */ #include <map> #include <vector> #include <string> #include <stdio.h> namespace glv { class Data; /// Determines whether string is a valid C identifie...
29.656769
118
0.672939
[ "object", "shape", "vector", "model", "3d" ]
7e8f7271b15c01128ae6c013b001e7568a4e29f2
3,017
h
C
src/libcore/inc/ccm/misc/FloatConsts.h
sparkoss/ccm
9ed67a7cbdc9c69f4182e72be8e8b6b23d7c3c8d
[ "Apache-2.0" ]
6
2018-05-08T10:08:21.000Z
2021-11-13T13:22:58.000Z
src/libcore/inc/ccm/misc/FloatConsts.h
sparkoss/ccm
9ed67a7cbdc9c69f4182e72be8e8b6b23d7c3c8d
[ "Apache-2.0" ]
1
2018-05-08T10:20:17.000Z
2018-07-23T05:19:19.000Z
src/libcore/inc/ccm/misc/FloatConsts.h
sparkoss/ccm
9ed67a7cbdc9c69f4182e72be8e8b6b23d7c3c8d
[ "Apache-2.0" ]
4
2018-03-13T06:21:11.000Z
2021-06-19T02:48:07.000Z
//========================================================================= // Copyright (C) 2018 The C++ Component Model(CCM) Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the Lic...
30.785714
87
0.647663
[ "model" ]
7e992d0bc475d739cb29100685319c71f42457f6
11,657
c
C
kernel/drivers/video/fbdev/hisi/dss/hisi_dss_sync.c
wonderful666/marx-10.1.0
a8be8880fe31bff4f94d6e3fad17c455666ff60f
[ "MIT" ]
null
null
null
kernel/drivers/video/fbdev/hisi/dss/hisi_dss_sync.c
wonderful666/marx-10.1.0
a8be8880fe31bff4f94d6e3fad17c455666ff60f
[ "MIT" ]
null
null
null
kernel/drivers/video/fbdev/hisi/dss/hisi_dss_sync.c
wonderful666/marx-10.1.0
a8be8880fe31bff4f94d6e3fad17c455666ff60f
[ "MIT" ]
null
null
null
/* Copyright (c) 2015-2018, Hisilicon Tech. Co., Ltd. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in...
24.697034
108
0.731234
[ "object" ]
7e9b4851e278713e3558ed74f173a440a170f34b
4,690
h
C
wss/include/tencentcloud/wss/v20180426/WssClient.h
suluner/tencentcloud-sdk-cpp
a56c73cc3f488c4d1e10755704107bb15c5e000d
[ "Apache-2.0" ]
43
2019-08-14T08:14:12.000Z
2022-03-30T12:35:09.000Z
wss/include/tencentcloud/wss/v20180426/WssClient.h
suluner/tencentcloud-sdk-cpp
a56c73cc3f488c4d1e10755704107bb15c5e000d
[ "Apache-2.0" ]
12
2019-07-15T10:44:59.000Z
2021-11-02T12:35:00.000Z
wss/include/tencentcloud/wss/v20180426/WssClient.h
suluner/tencentcloud-sdk-cpp
a56c73cc3f488c4d1e10755704107bb15c5e000d
[ "Apache-2.0" ]
28
2019-07-12T09:06:22.000Z
2022-03-30T08:04:18.000Z
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
51.538462
205
0.706397
[ "model" ]
7ea7fe52ed1bb783152fc65926917a317be4c011
735
h
C
LibLemon/include/Lemon/Graphics/Surface.h
edithlzh/LemonOS
fd519fc12ceb6b33e3e23b449867d59d9f32a52e
[ "BSD-2-Clause" ]
685
2021-02-21T22:14:22.000Z
2022-03-31T18:05:34.000Z
LibLemon/include/Lemon/Graphics/Surface.h
edithlzh/LemonOS
fd519fc12ceb6b33e3e23b449867d59d9f32a52e
[ "BSD-2-Clause" ]
22
2021-02-27T12:40:06.000Z
2022-03-28T15:17:24.000Z
LibLemon/include/Lemon/Graphics/Surface.h
edithlzh/LemonOS
fd519fc12ceb6b33e3e23b449867d59d9f32a52e
[ "BSD-2-Clause" ]
36
2021-03-05T08:13:24.000Z
2022-03-15T19:51:33.000Z
#pragma once #include <stdint.h> #include <Lemon/Graphics/Rect.h> #include <Lemon/Graphics/Vector.h> typedef struct Surface { int width = 0; int height = 0; // Self-explanatory uint8_t depth = 32; // Pixel depth, unsupported uint8_t* buffer = nullptr; // Start of the buffer // ...
33.409091
110
0.669388
[ "vector" ]
7eb33596c43430365b229550c14360494187ec0a
20,934
h
C
include/radosstriper/libradosstriper.h
liucxer/ceph-msg
2e5c18c0c72253b283bfd3d0576033c0b515ce55
[ "Apache-2.0" ]
null
null
null
include/radosstriper/libradosstriper.h
liucxer/ceph-msg
2e5c18c0c72253b283bfd3d0576033c0b515ce55
[ "Apache-2.0" ]
null
null
null
include/radosstriper/libradosstriper.h
liucxer/ceph-msg
2e5c18c0c72253b283bfd3d0576033c0b515ce55
[ "Apache-2.0" ]
null
null
null
#ifndef CEPH_LIBRADOSSTRIPER_H #define CEPH_LIBRADOSSTRIPER_H #ifdef __cplusplus extern "C" { #endif #include <string.h> #include "../rados/librados.h" #define LIBRADOSSTRIPER_VER_MAJOR 0 #define LIBRADOSSTRIPER_VER_MINOR 0 #define LIBRADOSSTRIPER_VER_EXTRA 0 #define LIBRADOSSTRIPER_VERSION(maj, min, extra) ((maj ...
34.261866
141
0.686921
[ "object" ]
7eb52d98e9214dc81763dd8b0c45e194053c3a6c
5,086
h
C
nsrc/environment.h
mrkmarron/logpp
40f459182d3eab2c6480754e4b0e44004c334265
[ "MIT" ]
60
2018-05-30T19:54:03.000Z
2022-02-25T06:41:46.000Z
nsrc/environment.h
mrkmarron/logpp
40f459182d3eab2c6480754e4b0e44004c334265
[ "MIT" ]
7
2018-05-30T18:29:42.000Z
2019-09-07T16:54:14.000Z
nsrc/environment.h
mrkmarron/logpp
40f459182d3eab2c6480754e4b0e44004c334265
[ "MIT" ]
null
null
null
#pragma once //forward decls class MsgFormat; class LogProcessingBlock; class FormatWorker; class LoggingEnvironment { private: //Keep track of which logging level is enabled LoggingLevel m_enabledLoggingLevel; std::map<LoggingLevel, std::string> m_loggingLevelToNames; //Keep track of which category...
37.397059
117
0.687377
[ "vector" ]
7ebe6886aecdc13c8945b27020d055839d812fd7
3,706
h
C
src/include/CosmoInterface/measurements/measurementsIO/std/measurementssaverstd.h
cosmolattice/cosmolattice
bd9a31a026c0b47d53ff486db23448797dbe2fe0
[ "MIT" ]
12
2021-02-01T16:04:54.000Z
2022-03-18T08:27:46.000Z
src/include/CosmoInterface/measurements/measurementsIO/std/measurementssaverstd.h
cosmolattice/cosmolattice
bd9a31a026c0b47d53ff486db23448797dbe2fe0
[ "MIT" ]
1
2021-04-24T10:09:35.000Z
2021-04-24T10:09:35.000Z
src/include/CosmoInterface/measurements/measurementsIO/std/measurementssaverstd.h
cosmolattice/cosmolattice
bd9a31a026c0b47d53ff486db23448797dbe2fe0
[ "MIT" ]
2
2021-08-11T07:35:25.000Z
2022-03-07T21:33:30.000Z
#ifndef COSMOINTERFACE_MEASUREMENTS_STD_MEASUREMENTSSAVERSTD_H #define COSMOINTERFACE_MEASUREMENTS_STD_MEASUREMENTSSAVERSTD_H /* This file is part of CosmoLattice, available at www.cosmolattice.net . Copyright Daniel G. Figueroa, Adrien Florio, Francisco Torrenti and Wessel Valkenburg. Released under the MIT li...
33.690909
145
0.618457
[ "vector" ]
7edbdeb1e6e70c973bd216748aaa683438aab435
52,569
c
C
src/libhades.c
michael-hartmann/libhades
81a2ab18dbf59975f8fbae0693a757b054b4501c
[ "Unlicense" ]
4
2015-11-03T15:07:53.000Z
2019-08-28T20:09:32.000Z
src/libhades.c
michael-hartmann/libhades
81a2ab18dbf59975f8fbae0693a757b054b4501c
[ "Unlicense" ]
null
null
null
src/libhades.c
michael-hartmann/libhades
81a2ab18dbf59975f8fbae0693a757b054b4501c
[ "Unlicense" ]
null
null
null
/** * @file libhades.c * @author Michael Hartmann <michael.hartmann@physik.uni-augsburg.de> * @date February, 2016 * @brief library to access low-level LAPACK functions */ #include <cblas.h> #include <errno.h> #include <math.h> #include <stdio.h> #include <stdlib.h> #include <stdint.h> #include <string.h> #i...
26.350376
176
0.605908
[ "shape", "vector" ]
7edfe620a6f40548f5507f402cec7e994e6301b5
1,242
h
C
Source/meshes/arena.h
lowlevel86/OpenGL-3D-Adventure-Game-Engine
7f93b8d5ba17fedc638fcb7127e09a23ceb59a19
[ "MIT" ]
11
2018-08-22T02:31:33.000Z
2021-11-18T21:40:26.000Z
Source/meshes/arena.h
lowlevel86/OpenGL-3D-Adventure-Game-Engine
7f93b8d5ba17fedc638fcb7127e09a23ceb59a19
[ "MIT" ]
null
null
null
Source/meshes/arena.h
lowlevel86/OpenGL-3D-Adventure-Game-Engine
7f93b8d5ba17fedc638fcb7127e09a23ceb59a19
[ "MIT" ]
3
2018-08-28T08:30:49.000Z
2022-01-07T14:48:13.000Z
extern float arena_TRANS[320]; extern float arena_POINT[13050]; extern short arena_QUAD[1536]; extern short arena_TRI[2814]; extern char arena_VCOLOR[17400]; extern float arena_TEXCOORD[8700]; extern int arena_TEXLINKDAT[20]; extern int arena_TEXCNT; int arena_TEX[1]; extern int arena_POINTDATSZ[21]; exte...
23.884615
36
0.789855
[ "mesh" ]
7ee5d92ee191db846099dca749110f09175e0bea
4,898
h
C
EvilHangmanGame/string.h
hoangviet1993/C-codes
0b59479860dc9450b56d42351f9229b4d426102f
[ "MIT" ]
null
null
null
EvilHangmanGame/string.h
hoangviet1993/C-codes
0b59479860dc9450b56d42351f9229b4d426102f
[ "MIT" ]
null
null
null
EvilHangmanGame/string.h
hoangviet1993/C-codes
0b59479860dc9450b56d42351f9229b4d426102f
[ "MIT" ]
null
null
null
#ifndef string_h #define string_h #include <stdio.h> #include <stdlib.h> #include <ctype.h> #include "status.h" typedef struct string* String_Ptr; //Precondition: None //Postcndition: returns a handle to a valid string object String_Ptr string_init_default(); //Precondition: c_str is a c string to use to initialize ...
44.93578
107
0.788281
[ "object" ]
7eea3d5addfafe6d3c581322bf3d833050720b7e
1,620
h
C
apiwznm/WznmQFilList.h
mpsitech/wznm-WhizniumSBE
4911d561b28392d485c46e98fb915168d82b3824
[ "MIT" ]
3
2020-09-20T16:24:48.000Z
2021-12-01T19:44:51.000Z
apiwznm/WznmQFilList.h
mpsitech/wznm-WhizniumSBE
4911d561b28392d485c46e98fb915168d82b3824
[ "MIT" ]
null
null
null
apiwznm/WznmQFilList.h
mpsitech/wznm-WhizniumSBE
4911d561b28392d485c46e98fb915168d82b3824
[ "MIT" ]
null
null
null
/** * \file WznmQFilList.h * API code for table TblWznmQFilList (declarations) * \copyright (C) 2016-2020 MPSI Technologies GmbH * \author Alexander Wirthmueller (auto-generation) * \date created: 5 Dec 2020 */ // IP header --- ABOVE #ifndef WZNMQFILLIST_H #define WZNMQFILLIST_H #include <sbecore/Xmlio.h> /**...
26.129032
440
0.725926
[ "vector" ]
7eee6c4cc381b08a92e01f917be5c200170d8c7f
10,935
h
C
Include/xy-platforms/xy-linux.h
BEASTSM96/fork-xy
363cbe3f6608ead359cfea1f7b5f2dcdb435a2ea
[ "Zlib" ]
null
null
null
Include/xy-platforms/xy-linux.h
BEASTSM96/fork-xy
363cbe3f6608ead359cfea1f7b5f2dcdb435a2ea
[ "Zlib" ]
null
null
null
Include/xy-platforms/xy-linux.h
BEASTSM96/fork-xy
363cbe3f6608ead359cfea1f7b5f2dcdb435a2ea
[ "Zlib" ]
null
null
null
/* * Copyright (c) 2021 Sebastian Kylander https://gaztin.com/ * * This software is provided 'as-is', without any express or implied warranty. In no event will * the authors be held liable for any damages arising from the use of this software. * * Permission is granted to anyone to use this software for any purpo...
34.171875
239
0.687609
[ "vector" ]
7eeeb5e52cc221c2e731a1e64268cd6ab2583f08
4,494
h
C
source/tensors/edges/class_edges_finite.h
DavidAce/DMRG
e465fd903eade1bf6aa74daacd8e2cf02e9e9332
[ "MIT" ]
9
2017-10-31T22:50:28.000Z
2022-03-10T15:45:27.000Z
source/tensors/edges/class_edges_finite.h
DavidAce/DMRG
e465fd903eade1bf6aa74daacd8e2cf02e9e9332
[ "MIT" ]
null
null
null
source/tensors/edges/class_edges_finite.h
DavidAce/DMRG
e465fd903eade1bf6aa74daacd8e2cf02e9e9332
[ "MIT" ]
1
2019-07-16T00:27:56.000Z
2019-07-16T00:27:56.000Z
#pragma once #include "class_env_pair.h" #include <complex> #include <config/enums.h> #include <general/eigen_tensor_fwd_decl.h> #include <memory> #include <optional> #include <vector> class class_env_ene; class class_env_var; class class_edges_finite { public: using Scalar = std::complex<double>; std::ve...
51.655172
144
0.694036
[ "vector" ]
7ef361f12bd5455b915387945f68e3c9f45343c7
931
h
C
src/backends/dx/RenderComponent/DescHeapPool.h
shiinamiyuki/LuisaCompute
f8358f8ec138950a84f570c0ede24cc76fc159de
[ "BSD-3-Clause" ]
null
null
null
src/backends/dx/RenderComponent/DescHeapPool.h
shiinamiyuki/LuisaCompute
f8358f8ec138950a84f570c0ede24cc76fc159de
[ "BSD-3-Clause" ]
null
null
null
src/backends/dx/RenderComponent/DescHeapPool.h
shiinamiyuki/LuisaCompute
f8358f8ec138950a84f570c0ede24cc76fc159de
[ "BSD-3-Clause" ]
null
null
null
#pragma once #include <Common/GFXUtil.h> #include <util/VObject.h> #include <util/MetaLib.h> #include <RenderComponent/DescriptorHeap.h> struct DescHeapElement { DescriptorHeap* heap; uint offset; DescHeapElement() : heap(nullptr), offset(0) {} DescHeapElement(DescriptorHeap* const heap, uint const offset) : heap(...
27.382353
118
0.780881
[ "vector" ]
7d09e4860da339a4c6807f43d3f6b5f8ba44d806
1,073
h
C
src/glossary/include/DictionaryStatistics.h
michalovsky/Glossary
a5623d474d7b8a839ef27571adfe5f2151a5fb79
[ "MIT" ]
6
2020-01-14T05:11:38.000Z
2021-06-14T09:35:42.000Z
src/glossary/include/DictionaryStatistics.h
michalovsky/Glossary
a5623d474d7b8a839ef27571adfe5f2151a5fb79
[ "MIT" ]
null
null
null
src/glossary/include/DictionaryStatistics.h
michalovsky/Glossary
a5623d474d7b8a839ef27571adfe5f2151a5fb79
[ "MIT" ]
null
null
null
#pragma once #include <ostream> #include <vector> #include "dictionaryService/DictionaryName.h" namespace glossary { struct DictionaryStatistics { dictionaryService::DictionaryName dictionaryName; unsigned correctAnswers; unsigned incorrectAnswers; }; using DictionariesStatistics = std::vector<Dictionar...
29.805556
99
0.759553
[ "vector" ]
7d0a1e21084ec4dda71e3a15808f10de4be68015
872
h
C
include/il2cpp/System/Action_BeforeRenderHelper.OrderBlock_.h
martmists-gh/BDSP
d6326c5d3ad9697ea65269ed47aa0b63abac2a0a
[ "MIT" ]
1
2022-01-15T20:20:27.000Z
2022-01-15T20:20:27.000Z
include/il2cpp/System/Action_BeforeRenderHelper.OrderBlock_.h
martmists-gh/BDSP
d6326c5d3ad9697ea65269ed47aa0b63abac2a0a
[ "MIT" ]
null
null
null
include/il2cpp/System/Action_BeforeRenderHelper.OrderBlock_.h
martmists-gh/BDSP
d6326c5d3ad9697ea65269ed47aa0b63abac2a0a
[ "MIT" ]
null
null
null
#pragma once #include "il2cpp.h" void System_Action_BeforeRenderHelper_OrderBlock____ctor (System_Action_BeforeRenderHelper_OrderBlock__o* __this, Il2CppObject* object, intptr_t method, const MethodInfo* method_info); void System_Action_BeforeRenderHelper_OrderBlock___Invoke (System_Action_BeforeRenderHelper_OrderBlo...
96.888889
274
0.897936
[ "object" ]
7d0f2377e6fb445d609d87694a05f0bd2bf5c1b5
480
h
C
SceneImporter.h
teddemunnik/cpu-pathtracer
a135c1984473f0fb925688607bdecb3517f23757
[ "MIT" ]
1
2015-05-27T22:27:03.000Z
2015-05-27T22:27:03.000Z
SceneImporter.h
teddemunnik/cpu-pathtracer
a135c1984473f0fb925688607bdecb3517f23757
[ "MIT" ]
null
null
null
SceneImporter.h
teddemunnik/cpu-pathtracer
a135c1984473f0fb925688607bdecb3517f23757
[ "MIT" ]
null
null
null
#pragma once #include <string> #include <vector> #include <map> #include "template.h" namespace Tmpl8{ class Material; }; using namespace Tmpl8; struct Group{ Group() : intensity(1.0f), refl(0.0f), refr(0.0f), refrIndex(1.0f){} float intensity; float refl; float refr; float refrIndex; float light; float abso...
16
69
0.697917
[ "vector", "model" ]
7d2156208273a2a12ac24917f118d1c2e0368f72
1,280
h
C
Physics3D_4_-_handout/PhysBody3D.h
marcpt98/Physics_car_game
e1685f9c4e43000c5ab13796e7c0bd46824abdf4
[ "Unlicense" ]
null
null
null
Physics3D_4_-_handout/PhysBody3D.h
marcpt98/Physics_car_game
e1685f9c4e43000c5ab13796e7c0bd46824abdf4
[ "Unlicense" ]
null
null
null
Physics3D_4_-_handout/PhysBody3D.h
marcpt98/Physics_car_game
e1685f9c4e43000c5ab13796e7c0bd46824abdf4
[ "Unlicense" ]
null
null
null
#ifndef __PhysBody3D_H__ #define __PhysBody3D_H__ #include "p2DynArray.h" #include "glmath.h" class btRigidBody; class btCollisionShape; struct btDefaultMotionState; class Module; class btRaycastVehicle; class vec3; class Sphere; class Cube; class Cylinder; class Plane; class btQuaternion; class Primitive; class P...
20.31746
70
0.771094
[ "shape" ]
b425187dda9c6b5b5dfededab5d872b8c35a0b8c
1,880
h
C
MapRenderer/include/renderer/DynamicObjects.h
zerodowned/Iris1_DeveloperTools
0b5510bb46824d8939846f73c7e63ed7eecf827d
[ "DOC" ]
1
2019-02-08T18:03:28.000Z
2019-02-08T18:03:28.000Z
MapRenderer/include/renderer/DynamicObjects.h
SiENcE/Iris1_DeveloperTools
0b5510bb46824d8939846f73c7e63ed7eecf827d
[ "DOC" ]
null
null
null
MapRenderer/include/renderer/DynamicObjects.h
SiENcE/Iris1_DeveloperTools
0b5510bb46824d8939846f73c7e63ed7eecf827d
[ "DOC" ]
7
2015-03-11T22:06:23.000Z
2019-12-21T09:49:57.000Z
// // File: DynamicObjects.h // Created by: Alexander Oster - tensor@ultima-iris.de // /***** * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (a...
21.860465
77
0.714362
[ "model" ]
b426416c37570f49e4074a0388abffecfcef1492
4,672
h
C
include/MeshVerticesBuffer.h
ciliz-co-ltd/w4-sdk-updater
ecf21ea5d884d6f0a29532764ccfb225dcd1c9a0
[ "MIT" ]
null
null
null
include/MeshVerticesBuffer.h
ciliz-co-ltd/w4-sdk-updater
ecf21ea5d884d6f0a29532764ccfb225dcd1c9a0
[ "MIT" ]
null
null
null
include/MeshVerticesBuffer.h
ciliz-co-ltd/w4-sdk-updater
ecf21ea5d884d6f0a29532764ccfb225dcd1c9a0
[ "MIT" ]
1
2021-10-13T14:25:11.000Z
2021-10-13T14:25:11.000Z
#pragma once #include "VerticesBuffer.h" #include "Nodes/Mesh.h" #include "Nodes/SkinnedMesh.h" #include "UserVerticesBuffer.h" namespace w4::resources { class MeshVerticesBuffer : public VerticesBuffer<render::Mesh::VertexFormat> , public core::Cache<MeshVerticesBuffer, sptr<MeshVerticesB...
65.802817
133
0.439212
[ "mesh", "render" ]
b435322ea4058dc6b274fa9a65512dab7bebb96d
219
c
C
tests/openacc-users-group/NAS_SHOC_OpenACC_2.5/reference/ref_add_bt.c
passlab/accparser
e8c18d16432eb5122ab0de04d3519d8559d23a34
[ "BSD-2-Clause" ]
null
null
null
tests/openacc-users-group/NAS_SHOC_OpenACC_2.5/reference/ref_add_bt.c
passlab/accparser
e8c18d16432eb5122ab0de04d3519d8559d23a34
[ "BSD-2-Clause" ]
null
null
null
tests/openacc-users-group/NAS_SHOC_OpenACC_2.5/reference/ref_add_bt.c
passlab/accparser
e8c18d16432eb5122ab0de04d3519d8559d23a34
[ "BSD-2-Clause" ]
null
null
null
#pragma acc parallel loop gang present (u, rhs) num_gangs (gp22) num_workers (4) vector_length (32) #pragma acc kernels loop gang present (u, rhs) #pragma acc loop worker independent #pragma acc loop vector independent
43.8
99
0.780822
[ "vector" ]
b43ef4fcbb4df7d14025541b002ae72ab8f662e4
8,080
h
C
src/lib/elfldltl/include/lib/elfldltl/memory.h
Prajwal-Koirala/fuchsia
ca7ae6c143cd4c10bad9aa1869ffcc24c3e4b795
[ "BSD-2-Clause" ]
2
2021-12-29T10:11:08.000Z
2022-01-04T15:37:09.000Z
src/lib/elfldltl/include/lib/elfldltl/memory.h
PlugFox/fuchsia
39afe5230d41628b3c736a6e384393df954968c8
[ "BSD-2-Clause" ]
2
2021-09-19T21:55:09.000Z
2021-12-19T03:34:53.000Z
src/lib/elfldltl/include/lib/elfldltl/memory.h
PlugFox/fuchsia
39afe5230d41628b3c736a6e384393df954968c8
[ "BSD-2-Clause" ]
null
null
null
// Copyright 2021 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_LIB_ELFLDLTL_INCLUDE_LIB_ELFLDLTL_MEMORY_H_ #define SRC_LIB_ELFLDLTL_INCLUDE_LIB_ELFLDLTL_MEMORY_H_ #include <lib/stdcompat/span.h> #include ...
39.414634
97
0.694802
[ "object" ]
b43f68ea542342ffa0b87bce6e87bfaabeb97479
3,005
h
C
generation/WinSDK/RecompiledIdlHeaders/um/devquerydef.h
forksnd/win32metadata
3e92612032578896ca3eebd543701c97a95d5214
[ "MIT" ]
984
2021-01-21T17:39:07.000Z
2022-03-30T16:29:34.000Z
generation/WinSDK/RecompiledIdlHeaders/um/devquerydef.h
forksnd/win32metadata
3e92612032578896ca3eebd543701c97a95d5214
[ "MIT" ]
684
2021-01-21T20:24:26.000Z
2022-03-31T23:06:50.000Z
generation/WinSDK/RecompiledIdlHeaders/um/devquerydef.h
forksnd/win32metadata
3e92612032578896ca3eebd543701c97a95d5214
[ "MIT" ]
65
2021-01-21T18:21:34.000Z
2022-03-24T05:08:12.000Z
/*++ Copyright (c) Microsoft Corporation Abstract: This module contains the Device Object API shared definitions. */ #pragma once #include <winapifamily.h> #pragma region Desktop Family or OneCore Family #if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP | WINAPI_PARTITION_SYSTEM) #include <devfiltertypes...
21.312057
85
0.774376
[ "object" ]
b44a37b2bdfd735b3fff3ac8cf9fb168a588fe44
881
h
C
Grid.h
firepro20/labyrinthoftime
82365f674dcf8d37ea502a5f86e5edb60bb64f65
[ "MIT" ]
null
null
null
Grid.h
firepro20/labyrinthoftime
82365f674dcf8d37ea502a5f86e5edb60bb64f65
[ "MIT" ]
null
null
null
Grid.h
firepro20/labyrinthoftime
82365f674dcf8d37ea502a5f86e5edb60bb64f65
[ "MIT" ]
1
2020-12-09T12:28:24.000Z
2020-12-09T12:28:24.000Z
#pragma once #include "pch.h" #include "Cell.h" #include "CellPoint.h" #include "AStar.h" class Grid { public: Cell cellMatrix[27][27]; int getNeighbours(int x, int z); void initializeGrid(); void nextGeneration(); bool GetInitialised(); void SetInitialised(bool state); void Clear(); int ...
19.152174
41
0.696935
[ "vector" ]
b44eb55cc807541d7fd4d311d609e9be363a7924
786
h
C
evadialog.h
qwertylevel3/Ele
1a828f5d27d754bdf197410b7fa7eb366ea65439
[ "MIT" ]
null
null
null
evadialog.h
qwertylevel3/Ele
1a828f5d27d754bdf197410b7fa7eb366ea65439
[ "MIT" ]
null
null
null
evadialog.h
qwertylevel3/Ele
1a828f5d27d754bdf197410b7fa7eb366ea65439
[ "MIT" ]
null
null
null
#ifndef EVADIALOG_H #define EVADIALOG_H #include <QDialog> #include<QSqlTableModel> #include<QStandardItemModel> #include"simpledate.h" namespace Ui { class EvaDialog; } class EvaDialog : public QDialog { Q_OBJECT public: explicit EvaDialog(QWidget *parent = 0); ~EvaDialog(); void initModel(QSqlT...
18.27907
72
0.666667
[ "model" ]
b46077b49ef3b8f79ae307b36f1555c4f55354c0
645
h
C
src/editors/xrEProps/stdafx.h
acidicMercury8/xray-1.0
65e85c0e31e82d612c793d980dc4b73fa186c76c
[ "Linux-OpenIB" ]
2
2020-01-30T12:51:49.000Z
2020-08-31T08:36:49.000Z
src/editors/xrEProps/stdafx.h
acidicMercury8/xray-1.0
65e85c0e31e82d612c793d980dc4b73fa186c76c
[ "Linux-OpenIB" ]
null
null
null
src/editors/xrEProps/stdafx.h
acidicMercury8/xray-1.0
65e85c0e31e82d612c793d980dc4b73fa186c76c
[ "Linux-OpenIB" ]
1
2022-03-26T17:00:21.000Z
2022-03-26T17:00:21.000Z
//---------------------------------------------------- // file: stdafx.h //---------------------------------------------------- #ifndef stdafxH #define stdafxH #pragma once #include <xrCore.h> #define smart_cast dynamic_cast //refs namespace CDB{ class MODEL; }; #include "xrEProps.h" #include...
18.970588
55
0.527132
[ "model" ]