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
a3161b9d91fda21e98961ce2e53963cf2caf7db7
430
h
C
Gene.h
linkzeldagg/evolutionSandbox
ac98a106ce767bb75320fe91e2c93ba0c36a778f
[ "MIT" ]
null
null
null
Gene.h
linkzeldagg/evolutionSandbox
ac98a106ce767bb75320fe91e2c93ba0c36a778f
[ "MIT" ]
null
null
null
Gene.h
linkzeldagg/evolutionSandbox
ac98a106ce767bb75320fe91e2c93ba0c36a778f
[ "MIT" ]
null
null
null
#pragma once #include "utils.h" #include <vector> #include <random> #include <iostream> class Gene { public: Gene(); Gene(Gene& g); ~Gene(); std::vector< VertexNode > vertices; std::vector< std::vector< EdgeNode > > edges; static Gene& BreedAndMutate(Gene& a, Gene& b); std::random_device* rd; std::mt1993...
15.357143
50
0.695349
[ "vector" ]
a316b4d2ab4c6bb62ce778b23f6acd35932585ce
10,859
c
C
sdk/sdk/driver/usb/usb/usb.c
doyaGu/C0501Q_HWJL01
07a71328bd9038453cbb1cf9c276a3dd1e416d63
[ "MIT" ]
1
2021-10-09T08:05:50.000Z
2021-10-09T08:05:50.000Z
sdk/sdk/driver/usb/usb/usb.c
doyaGu/C0501Q_HWJL01
07a71328bd9038453cbb1cf9c276a3dd1e416d63
[ "MIT" ]
null
null
null
sdk/sdk/driver/usb/usb/usb.c
doyaGu/C0501Q_HWJL01
07a71328bd9038453cbb1cf9c276a3dd1e416d63
[ "MIT" ]
null
null
null
/* * Copyright (c) 2008 SMedia Technology Corp. All Rights Reserved. */ /** @file * USB helper routines for real drivers. * * @author Irene Lin */ /* * NOTE! This is not actually a driver at all, rather this is * just a collection of helper routines that implement the * generic USB things that the real drive...
31.844575
97
0.699604
[ "object" ]
a31dbd3cf7f96785a491b5f5b351f1380ce1edfe
1,222
h
C
Code/Tools/AssetProcessor/native/utilities/SpecializedDependencyScanner.h
aaarsene/o3de
37e3b0226958974defd14dd6d808e8557dcd7345
[ "Apache-2.0", "MIT" ]
1
2021-09-13T00:01:12.000Z
2021-09-13T00:01:12.000Z
Code/Tools/AssetProcessor/native/utilities/SpecializedDependencyScanner.h
aaarsene/o3de
37e3b0226958974defd14dd6d808e8557dcd7345
[ "Apache-2.0", "MIT" ]
null
null
null
Code/Tools/AssetProcessor/native/utilities/SpecializedDependencyScanner.h
aaarsene/o3de
37e3b0226958974defd14dd6d808e8557dcd7345
[ "Apache-2.0", "MIT" ]
1
2021-07-20T11:07:25.000Z
2021-07-20T11:07:25.000Z
/* * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ #pragma once #include <AzCore/Math/Crc.h> #include <AzCore/std/smart_ptr/enable_shared_from_this.h> #...
31.333333
161
0.727496
[ "3d" ]
a32059085cb62a1d02426ffc635ed708db7ad916
699
h
C
src/GC/Q2_Evaluate.h
karannewatia/SCALE-MAMBA
467b33a6c80050789204ea3ee3b5cf0113354f85
[ "BSD-2-Clause" ]
196
2018-05-25T11:41:56.000Z
2022-03-12T05:49:50.000Z
src/GC/Q2_Evaluate.h
karannewatia/SCALE-MAMBA
467b33a6c80050789204ea3ee3b5cf0113354f85
[ "BSD-2-Clause" ]
49
2018-07-17T15:49:41.000Z
2021-01-19T11:35:31.000Z
src/GC/Q2_Evaluate.h
karannewatia/SCALE-MAMBA
467b33a6c80050789204ea3ee3b5cf0113354f85
[ "BSD-2-Clause" ]
90
2018-05-25T11:41:42.000Z
2022-03-23T19:15:10.000Z
/* Copyright (c) 2017, The University of Bristol, Senate House, Tyndall Avenue, Bristol, BS8 1TH, United Kingdom. Copyright (c) 2021, COSIC-KU Leuven, Kasteelpark Arenberg 10, bus 2452, B-3001 Leuven-Heverlee, Belgium. All rights reserved */ #ifndef _Q2Eval #define _Q2Eval /* * Evaluate a circuit using the Q2 Mod2...
25.888889
110
0.682403
[ "vector" ]
a322fd7ff02c196c99978392a76b917993fdd1d0
2,264
c
C
kubernetes/unit-test/test_io_k8s_api_core_v1_client_ip_config.c
zouxiaoliang/nerv-kubernetes-client-c
07528948c643270fd757d38edc68da8c9628ee7a
[ "Apache-2.0" ]
null
null
null
kubernetes/unit-test/test_io_k8s_api_core_v1_client_ip_config.c
zouxiaoliang/nerv-kubernetes-client-c
07528948c643270fd757d38edc68da8c9628ee7a
[ "Apache-2.0" ]
null
null
null
kubernetes/unit-test/test_io_k8s_api_core_v1_client_ip_config.c
zouxiaoliang/nerv-kubernetes-client-c
07528948c643270fd757d38edc68da8c9628ee7a
[ "Apache-2.0" ]
null
null
null
#ifndef io_k8s_api_core_v1_client_ip_config_TEST #define io_k8s_api_core_v1_client_ip_config_TEST // the following is to include only the main from the first c file #ifndef TEST_MAIN #define TEST_MAIN #define io_k8s_api_core_v1_client_ip_config_MAIN #endif // TEST_MAIN #include <stdlib.h> #include <string.h> #include...
38.372881
173
0.856007
[ "model" ]
a3267ab4442b40871c2880b0f520fe4339e57f89
1,845
h
C
flattype/object/Copy.h
Yeolar/flattype
f52ef2e96ae5ea0888473e386a84f15ac6db5f4e
[ "Apache-2.0" ]
null
null
null
flattype/object/Copy.h
Yeolar/flattype
f52ef2e96ae5ea0888473e386a84f15ac6db5f4e
[ "Apache-2.0" ]
null
null
null
flattype/object/Copy.h
Yeolar/flattype
f52ef2e96ae5ea0888473e386a84f15ac6db5f4e
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2018 Yeolar * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writ...
30.75
77
0.692141
[ "object", "vector" ]
a32a7526144d00547fc1aa0d807dc8ed698f2475
1,840
h
C
HIRT_Multichannel_Convolution/MonoConvolve.h
flucoma/HISSTools_Library
973873599101463073dc64358dd772fe2e4c734a
[ "BSD-3-Clause" ]
2
2020-01-22T01:53:46.000Z
2020-09-30T07:54:50.000Z
HIRT_Multichannel_Convolution/MonoConvolve.h
flucoma/HISSTools_Library
973873599101463073dc64358dd772fe2e4c734a
[ "BSD-3-Clause" ]
null
null
null
HIRT_Multichannel_Convolution/MonoConvolve.h
flucoma/HISSTools_Library
973873599101463073dc64358dd772fe2e4c734a
[ "BSD-3-Clause" ]
null
null
null
#pragma once #include "PartitionedConvolve.h" #include "TimeDomainConvolve.h" #include "ConvolveErrors.h" #include "MemorySwap.h" #include <cstdint> #include <memory> #include <vector> enum LatencyMode { kLatencyZero, kLatencyShort, kLatencyMedium, } ; namespace HISSTools { class MonoConvolve {...
27.058824
126
0.642935
[ "vector" ]
a332535a4dd10ef7da2ef6195156b4748444d269
8,345
h
C
wznmopd2/Wznmopd.h
mpsitech/wznm-WhizniumSBE
4911d561b28392d485c46e98fb915168d82b3824
[ "MIT" ]
3
2020-09-20T16:24:48.000Z
2021-12-01T19:44:51.000Z
wznmopd2/Wznmopd.h
mpsitech/wznm-WhizniumSBE
4911d561b28392d485c46e98fb915168d82b3824
[ "MIT" ]
null
null
null
wznmopd2/Wznmopd.h
mpsitech/wznm-WhizniumSBE
4911d561b28392d485c46e98fb915168d82b3824
[ "MIT" ]
null
null
null
/** * \file Wznmcmbd.h * inter-thread exchange object for Wznm combined daemon (declarations) * \copyright (C) 2016-2020 MPSI Technologies GmbH * \author Alexander Wirthmueller (auto-generation) * \date created: 28 Nov 2020 */ // IP header --- ABOVE #ifndef WZNMOPD_H #define WZNMOPD_H #ifdef __CYGWIN__ #inclu...
24.329446
300
0.722588
[ "object" ]
a33aa8062f520415642b00c99fc2c71bf90467d1
7,495
h
C
source/mutableSources64/plaits/dsp/drums/hi_hat.h
nodesetc/vb.mi-dev
461ef0031d41818ff94e3d05e3e4b96d2f7f30a0
[ "MIT" ]
47
2020-05-11T09:45:44.000Z
2022-03-17T22:12:53.000Z
source/mutableSources64/plaits/dsp/drums/hi_hat.h
robtherich/vb.mi-dev
4497b5917ed9680a170d3c9b87ac34e525e65978
[ "MIT" ]
2
2021-04-07T09:14:37.000Z
2022-01-25T09:00:07.000Z
source/mutableSources64/plaits/dsp/drums/hi_hat.h
robtherich/vb.mi-dev
4497b5917ed9680a170d3c9b87ac34e525e65978
[ "MIT" ]
6
2020-08-06T11:09:18.000Z
2021-12-10T14:37:02.000Z
// Copyright 2016 Emilie Gillet. // // Author: Emilie Gillet (emilie.o.gillet@gmail.com) // // 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 limitatio...
28.716475
84
0.621881
[ "render" ]
a3411d014037b44a3c220735c10582ccd7601f34
246
c
C
src/hack.c
SamBWarren/Rok
da1267488eb9503ab5c00250514d26f1e7050e60
[ "MIT", "Zlib", "Unlicense" ]
null
null
null
src/hack.c
SamBWarren/Rok
da1267488eb9503ab5c00250514d26f1e7050e60
[ "MIT", "Zlib", "Unlicense" ]
null
null
null
src/hack.c
SamBWarren/Rok
da1267488eb9503ab5c00250514d26f1e7050e60
[ "MIT", "Zlib", "Unlicense" ]
null
null
null
/* * This is a hacky way to make sure all of the included files * are part of the same translation unit. */ #include "main.c" #include "game.c" #include "gameloop.c" #include "input.c" #include "render.c" #include "update.c" #include "console.c"
20.5
60
0.703252
[ "render" ]
a343cf815f24f9bcb31839abb025c28b44736168
653
h
C
tensorflow/Tacotron2/utils/common.h
Coastchb/tensorflow
cabefb9f98502c739aa2761a9fc654004a993d58
[ "Apache-2.0" ]
null
null
null
tensorflow/Tacotron2/utils/common.h
Coastchb/tensorflow
cabefb9f98502c739aa2761a9fc654004a993d58
[ "Apache-2.0" ]
null
null
null
tensorflow/Tacotron2/utils/common.h
Coastchb/tensorflow
cabefb9f98502c739aa2761a9fc654004a993d58
[ "Apache-2.0" ]
null
null
null
#ifndef _COMMON_H #define _COMMON_H #include <string> #include <iostream> #include <vector> #include <stdlib.h> #include <regex> #include <map> #include <algorithm> #include <fstream> #include <exception> #include <stdio.h> #include <stdlib.h> //#include "tensorflow/core/platform/logging.h" using std::vector; using ...
17.648649
47
0.739663
[ "vector" ]
a35b1a726fef5b360d28f5226b3bee083e81f060
2,989
h
C
nasm/include/nasm/module.h
Engineev/mocker
9d3006419ea04683d0b2e6f5ccd21d464e6704e3
[ "MIT" ]
14
2019-02-18T01:41:50.000Z
2021-08-11T00:27:51.000Z
nasm/include/nasm/module.h
Engineev/mocker
9d3006419ea04683d0b2e6f5ccd21d464e6704e3
[ "MIT" ]
null
null
null
nasm/include/nasm/module.h
Engineev/mocker
9d3006419ea04683d0b2e6f5ccd21d464e6704e3
[ "MIT" ]
1
2021-08-11T00:28:39.000Z
2021-08-11T00:28:39.000Z
// An NASM module contains // * directives such as global and extern, // * sections such as .text and .data. // Each section contains one or more lines and a line consists of a label, an // instruction and some operands. All of these components are optional. #ifndef MOCKER_NASM_MODULE_H #define MOCKER_NASM_MODULE_...
26.451327
79
0.67648
[ "vector" ]
0d2a48cd734e4954765f7a84cc572ba2131f088d
925
h
C
aiarena/connect4/src/CGameState.h
clement-masson/aiarena
5e9f6ffa23ae6acd5fd1d415254f94e66f05d3c8
[ "MIT" ]
null
null
null
aiarena/connect4/src/CGameState.h
clement-masson/aiarena
5e9f6ffa23ae6acd5fd1d415254f94e66f05d3c8
[ "MIT" ]
null
null
null
aiarena/connect4/src/CGameState.h
clement-masson/aiarena
5e9f6ffa23ae6acd5fd1d415254f94e66f05d3c8
[ "MIT" ]
1
2020-04-22T13:38:57.000Z
2020-04-22T13:38:57.000Z
#pragma once //#include <memory> // include std::unique_ptr #include <vector> #include <string> #include <utility> // include std::pair #include "CCell.h" #include "CMove.h" namespace Connect4 { const int DEFAULT_WIDTH = 7; const int DEFAULT_HEIGHT = 6; class CGameState { public: // int width; int height; bool isWhi...
22.02381
63
0.737297
[ "vector" ]
0d2a7e04a41cf8a52e343cb917bf9b77aa9d6a58
23,442
h
C
src/ftacmp/analyze_fta.h
o-ran-sc/com-gs-lite
2bc6bde491e4ae54fb54302c052f23a98482eb92
[ "Apache-2.0" ]
null
null
null
src/ftacmp/analyze_fta.h
o-ran-sc/com-gs-lite
2bc6bde491e4ae54fb54302c052f23a98482eb92
[ "Apache-2.0" ]
null
null
null
src/ftacmp/analyze_fta.h
o-ran-sc/com-gs-lite
2bc6bde491e4ae54fb54302c052f23a98482eb92
[ "Apache-2.0" ]
null
null
null
/* ------------------------------------------------ Copyright 2014 AT&T Intellectual Property 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...
29.748731
195
0.707363
[ "object", "vector" ]
0d427d3e539ad537d52842479c31bf0e2df2dbb5
831
c
C
src/builtins.c
jcmdln/ploy
9dbb681de3b6d7c31693ce24aa29523c4c5fc14a
[ "0BSD" ]
null
null
null
src/builtins.c
jcmdln/ploy
9dbb681de3b6d7c31693ce24aa29523c4c5fc14a
[ "0BSD" ]
null
null
null
src/builtins.c
jcmdln/ploy
9dbb681de3b6d7c31693ce24aa29523c4c5fc14a
[ "0BSD" ]
null
null
null
// SPDX-License-Identifier: ISC #include <stdio.h> #include <stdlib.h> #include "builtins.h" #include "types.h" struct object * fn_add(struct object *obj) { int64_t sum = 0; while (obj && obj->type != nil_t) { if (obj->type != number_t) { fputs("error: '+': invalid argument(s)", stderr); exit(1); } s...
14.839286
68
0.67148
[ "object" ]
0d444035fe88cfa1507f0920aba0231eb0108cc9
4,348
h
C
src/reloc_table.h
lePerdu/tixasm
e0f89f07b63fe1b2a27ec99595e28927e6230104
[ "MIT" ]
null
null
null
src/reloc_table.h
lePerdu/tixasm
e0f89f07b63fe1b2a27ec99595e28927e6230104
[ "MIT" ]
null
null
null
src/reloc_table.h
lePerdu/tixasm
e0f89f07b63fe1b2a27ec99595e28927e6230104
[ "MIT" ]
null
null
null
/** * @file reloc_table.h * @author Zach Peltzer * @date Created: Mon, 05 Feb 2018 * @date Last Modified: Tue, 06 Feb 2018 */ #ifndef RELOC_TABLE_H_ #define RELOC_TABLE_H_ #include "expr.h" #include "section.h" #include "symbol_table.h" #include "vector.h" enum reloc_type { RT_UNDEF = 0, /** * For...
28.418301
80
0.689052
[ "vector" ]
0d472eb960e8b324c47487c85f7f1fa9651d1b14
1,902
h
C
Pepe Internal/internal.h
msmaiaa/Pepe-Internal
2a98f139adc862b533c5c1d6eeae224407b56fb1
[ "MIT" ]
null
null
null
Pepe Internal/internal.h
msmaiaa/Pepe-Internal
2a98f139adc862b533c5c1d6eeae224407b56fb1
[ "MIT" ]
null
null
null
Pepe Internal/internal.h
msmaiaa/Pepe-Internal
2a98f139adc862b533c5c1d6eeae224407b56fb1
[ "MIT" ]
1
2021-12-31T11:12:21.000Z
2021-12-31T11:12:21.000Z
#pragma once #include <windows.h> #include <TlHelp32.h> #include <vector> #include <memory> #include <string> #define INRANGE(x,a,b) (x >= a && x <= b) #define getBits( x ) (INRANGE((x&(~0x20)),'A','F') ? ((x&(~0x20)) - 'A' + 0xa) : (INRANGE(x,'0','9') ? x - '0' : 0)) #define getByte( x ) (getBits(x[0]) << ...
26.788732
119
0.694006
[ "vector" ]
0d4c1e6a53e107480ab353fc690fd13bcfa06d8d
2,112
h
C
source/iozeug/include/iozeug/directorytraversal.h
kateyy/libzeug
ffb697721cd8ef7d6e685fd5e2c655d711565634
[ "MIT" ]
null
null
null
source/iozeug/include/iozeug/directorytraversal.h
kateyy/libzeug
ffb697721cd8ef7d6e685fd5e2c655d711565634
[ "MIT" ]
null
null
null
source/iozeug/include/iozeug/directorytraversal.h
kateyy/libzeug
ffb697721cd8ef7d6e685fd5e2c655d711565634
[ "MIT" ]
null
null
null
#pragma once #include <string> #include <vector> #include <functional> #include <iozeug/iozeug_api.h> namespace iozeug { /** * @brief * List all files in a directory * * @param[in] dirName * Path to directory (exluding a trailing '/'!) * @param[in] recursive * Search recursively in sub-directories? ...
25.445783
171
0.689394
[ "vector" ]
0d58c258c73a77d52a1147b79ad655d0255c5184
1,295
h
C
ace/tao/tests/Exposed_Policies/RT_Properties.h
tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective
1b0172cdb78757fd17898503aaf6ce03d940ef28
[ "Apache-1.1" ]
46
2015-12-04T17:12:58.000Z
2022-03-11T04:30:49.000Z
ace/tao/tests/Exposed_Policies/RT_Properties.h
tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective
1b0172cdb78757fd17898503aaf6ce03d940ef28
[ "Apache-1.1" ]
null
null
null
ace/tao/tests/Exposed_Policies/RT_Properties.h
tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective
1b0172cdb78757fd17898503aaf6ce03d940ef28
[ "Apache-1.1" ]
23
2016-10-24T09:18:14.000Z
2022-02-25T02:11:35.000Z
//RT_Properties.h,v 1.3 2001/06/13 15:23:50 fhunleth Exp // // ============================================================================ // // = LIBRARY // TAO // // = FILENAME // RT_Properties.h // // = DESCRIPTION // Defines a series of "real time" property that an Object // or a POA crea...
24.433962
80
0.563707
[ "object" ]
0d5fd94997bbf6f02107b31652030af842777744
7,135
h
C
aws-cpp-sdk-glue/include/aws/glue/model/RegisterSchemaVersionRequest.h
perfectrecall/aws-sdk-cpp
fb8cbebf2fd62720b65aeff841ad2950e73d8ebd
[ "Apache-2.0" ]
1
2022-02-12T08:09:30.000Z
2022-02-12T08:09:30.000Z
aws-cpp-sdk-glue/include/aws/glue/model/RegisterSchemaVersionRequest.h
perfectrecall/aws-sdk-cpp
fb8cbebf2fd62720b65aeff841ad2950e73d8ebd
[ "Apache-2.0" ]
1
2022-01-03T23:59:37.000Z
2022-01-03T23:59:37.000Z
aws-cpp-sdk-glue/include/aws/glue/model/RegisterSchemaVersionRequest.h
ravindra-wagh/aws-sdk-cpp
7d5ff01b3c3b872f31ca98fb4ce868cd01e97696
[ "Apache-2.0" ]
1
2021-11-09T11:58:03.000Z
2021-11-09T11:58:03.000Z
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/glue/Glue_EXPORTS.h> #include <aws/glue/GlueRequest.h> #include <aws/glue/model/SchemaId.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <utility> namespace Aw...
43.242424
138
0.677926
[ "model" ]
0d6369eebf6b63253cde49d3cde32b05dff8cdbf
24,943
c
C
src/libpfm-3.y/lib/pfmlib_common.c
tcreech/papi-4.0.0-64-solaris11.2
b5e66422fb31bc4017b7728e16e4953f3c5ec9d7
[ "BSD-3-Clause" ]
null
null
null
src/libpfm-3.y/lib/pfmlib_common.c
tcreech/papi-4.0.0-64-solaris11.2
b5e66422fb31bc4017b7728e16e4953f3c5ec9d7
[ "BSD-3-Clause" ]
null
null
null
src/libpfm-3.y/lib/pfmlib_common.c
tcreech/papi-4.0.0-64-solaris11.2
b5e66422fb31bc4017b7728e16e4953f3c5ec9d7
[ "BSD-3-Clause" ]
null
null
null
/* * pfmlib_common.c: set of functions common to all PMU models * * Copyright (c) 2001-2006 Hewlett-Packard Development Company, L.P. * Contributed by Stephane Eranian <eranian@hpl.hp.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documenta...
20.960504
94
0.688209
[ "model" ]
0d64d170f471453f9ecd93c5688122a629f76c57
45,488
h
C
sandbox/dpfusion/Group.h
rcodin/polymage
653487be125dec4950d1c65da4f736fa05fb938f
[ "Apache-2.0" ]
null
null
null
sandbox/dpfusion/Group.h
rcodin/polymage
653487be125dec4950d1c65da4f736fa05fb938f
[ "Apache-2.0" ]
null
null
null
sandbox/dpfusion/Group.h
rcodin/polymage
653487be125dec4950d1c65da4f736fa05fb938f
[ "Apache-2.0" ]
null
null
null
#include <iostream> #include <Python.h> #include <unordered_map> #include <unordered_set> #include <set> #include <algorithm> #include <queue> #include <regex> #include <fstream> #include <string> #include <boost/multiprecision/cpp_int.hpp> #include <functional> #include <cctype> #include <locale> #include <math.h> ...
34.486732
163
0.431894
[ "vector" ]
0d6adab119bd3d5a3a1d580c97bdcb2a08cc00a0
3,388
h
C
include/lak/stride_vector.h
LAK132/NetworkMaker
0ad1ba2488d80e8bba0a710e5d9984d7c5cc0739
[ "MIT" ]
null
null
null
include/lak/stride_vector.h
LAK132/NetworkMaker
0ad1ba2488d80e8bba0a710e5d9984d7c5cc0739
[ "MIT" ]
null
null
null
include/lak/stride_vector.h
LAK132/NetworkMaker
0ad1ba2488d80e8bba0a710e5d9984d7c5cc0739
[ "MIT" ]
1
2020-08-16T16:27:58.000Z
2020-08-16T16:27:58.000Z
/* MIT License Copyright (c) 2018 Lucas Kleiss (LAK132) 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, p...
32.893204
78
0.652893
[ "vector" ]
0d790e3f7005e88339bb648109f3829b92077874
79,896
h
C
source/COSMOS-Fine/Header/cosmos_r.h
odysseus-oosql/ODYSSEUS-OOSQL
49a5e32b6f73cea611dafdcc0e6767f80d4450ae
[ "BSD-3-Clause" ]
6
2016-08-29T08:03:21.000Z
2022-03-25T09:56:23.000Z
source/COSMOS-Fine/Header/cosmos_r.h
odysseus-oosql/ODYSSEUS-OOSQL
49a5e32b6f73cea611dafdcc0e6767f80d4450ae
[ "BSD-3-Clause" ]
null
null
null
source/COSMOS-Fine/Header/cosmos_r.h
odysseus-oosql/ODYSSEUS-OOSQL
49a5e32b6f73cea611dafdcc0e6767f80d4450ae
[ "BSD-3-Clause" ]
null
null
null
/******************************************************************************/ /* */ /* Copyright (c) 1990-2016, KAIST */ /* All rights reserved. ...
42.475279
198
0.645739
[ "object", "vector" ]
0d7bc8d992193f4b8c2328aff9666574cf15960a
11,420
h
C
src/SOS/lldbplugin/swift-4.1/lldb/Utility/CleanUp.h
felipepessoto/diagnostics
66d976fda64bb9dc6c356de21c2a459833c74de6
[ "MIT" ]
427
2018-05-29T14:21:02.000Z
2022-03-16T03:17:54.000Z
src/SOS/lldbplugin/swift-4.1/lldb/Utility/CleanUp.h
felipepessoto/diagnostics
66d976fda64bb9dc6c356de21c2a459833c74de6
[ "MIT" ]
25
2018-07-23T08:34:15.000Z
2021-11-05T07:13:36.000Z
src/SOS/lldbplugin/swift-4.1/lldb/Utility/CleanUp.h
felipepessoto/diagnostics
66d976fda64bb9dc6c356de21c2a459833c74de6
[ "MIT" ]
52
2018-07-19T19:57:32.000Z
2022-03-11T16:05:38.000Z
//===-- CleanUp.h -----------------------------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
43.587786
80
0.53345
[ "object" ]
0d8b967c8b2ee04da70390fcfa656fda40053431
85,197
c
C
components/network/ble/blemesh_model/bfl_ble_mesh/btc/btc_ble_mesh_prov.c
bouffalolab/bl_iot_sdk_matter
c2b633bccfb12a26a36c705958df4714369d30e2
[ "Apache-2.0" ]
null
null
null
components/network/ble/blemesh_model/bfl_ble_mesh/btc/btc_ble_mesh_prov.c
bouffalolab/bl_iot_sdk_matter
c2b633bccfb12a26a36c705958df4714369d30e2
[ "Apache-2.0" ]
null
null
null
components/network/ble/blemesh_model/bfl_ble_mesh/btc/btc_ble_mesh_prov.c
bouffalolab/bl_iot_sdk_matter
c2b633bccfb12a26a36c705958df4714369d30e2
[ "Apache-2.0" ]
null
null
null
// Copyright 2017-2019 Espressif Systems (Shanghai) PTE LTD // Additional Copyright 2016-2020 Bouffalolab // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/lic...
40.339489
177
0.703851
[ "mesh", "model" ]
3394b783a827784d518b9ad42d92b44c34f544af
105,204
h
C
ion_arginfo.h
awesomized/ext-ion
174690b4ff30c8ae29a9c4ca639e94e888c38111
[ "BSD-2-Clause" ]
1
2022-02-25T12:49:44.000Z
2022-02-25T12:49:44.000Z
ion_arginfo.h
awesomized/ext-ion
174690b4ff30c8ae29a9c4ca639e94e888c38111
[ "BSD-2-Clause" ]
2
2022-02-25T16:26:26.000Z
2022-03-15T11:16:03.000Z
ion_arginfo.h
awesomized/ext-ion
174690b4ff30c8ae29a9c4ca639e94e888c38111
[ "BSD-2-Clause" ]
1
2022-02-01T13:08:22.000Z
2022-02-01T13:08:22.000Z
/* This is a generated file, edit the .stub.php file instead. * Stub hash: 8b6aeb4c5c0a8a5af0f5a55cbf09fb2846032c07 */ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ion_serialize, 0, 1, IS_STRING, 0) ZEND_ARG_TYPE_INFO(0, data, IS_MIXED, 0) ZEND_ARG_OBJ_TYPE_MASK(0, serializer, ion\\Serializer, MAY_BE_ARRAY|MAY_B...
53.375951
260
0.864511
[ "object" ]
339ef3a7ddc912dc6a4feca024e359938cc82f16
369
h
C
lexical_analysis.h
Omrigan/legendary-compiler
00f1c952a809a13c174414768432c86482f19d17
[ "MIT" ]
null
null
null
lexical_analysis.h
Omrigan/legendary-compiler
00f1c952a809a13c174414768432c86482f19d17
[ "MIT" ]
3
2016-04-20T13:40:32.000Z
2016-04-20T14:14:50.000Z
lexical_analysis.h
Omrigan/legendary-compiler
00f1c952a809a13c174414768432c86482f19d17
[ "MIT" ]
null
null
null
// // Created by oleg on 4/4/16. // #include <bits/stdc++.h> #include <iostream> #ifndef COMPILER_LEXICAL_ANALYSIS_H #define COMPILER_LEXICAL_ANALYSIS_H #include "lexem_types.h" using namespace std; void build(); bool possible(vertex cur, char c); vertex go_ahead(vertex cur, char c); vector<lexem> lexicalAnalysis...
17.571429
40
0.758808
[ "vector" ]
33a25dcf21f77764dd7b352c9cbdf9a0e53fd67d
755
h
C
chapter_4/lesson_21/RenderSystem.h
sergey-shambir/cg_course_examples
921b6218d71731bcb79ddddcc92c9d04a72c62ab
[ "MIT" ]
5
2017-05-13T20:47:13.000Z
2020-04-18T18:18:03.000Z
chapter_4/lesson_21/RenderSystem.h
sergey-shambir/cg_course_examples
921b6218d71731bcb79ddddcc92c9d04a72c62ab
[ "MIT" ]
null
null
null
chapter_4/lesson_21/RenderSystem.h
sergey-shambir/cg_course_examples
921b6218d71731bcb79ddddcc92c9d04a72c62ab
[ "MIT" ]
8
2016-10-24T16:24:21.000Z
2021-03-15T11:23:57.000Z
#pragma once #include "Components.h" #include "PlanetProgram.h" #include <anax/System.hpp> class CPlanetRenderer3D; class CRenderSystem : public anax::System<anax::Requires<CMeshComponent, CTransformComponent>> { public: CRenderSystem(); void SetupLight0(const glm::vec4 &position, ...
23.59375
86
0.66755
[ "render" ]
33a9df7ebe323a914edb27de3ae6636493a4bf73
3,448
h
C
3rdparty/metaioar_clv2/metaioSDK/include/metaioSDK/IARELInterpreterCallback.h
PlusToolkit/OvrvisionPro
ed64cade144ce47d17423369476fb43ea69b124d
[ "MIT" ]
null
null
null
3rdparty/metaioar_clv2/metaioSDK/include/metaioSDK/IARELInterpreterCallback.h
PlusToolkit/OvrvisionPro
ed64cade144ce47d17423369476fb43ea69b124d
[ "MIT" ]
null
null
null
3rdparty/metaioar_clv2/metaioSDK/include/metaioSDK/IARELInterpreterCallback.h
PlusToolkit/OvrvisionPro
ed64cade144ce47d17423369476fb43ea69b124d
[ "MIT" ]
null
null
null
// Copyright 2007-2013 metaio GmbH. All rights reserved. #ifndef _IAREL_INTERPRETER_CALLBACK_H_ #define _IAREL_INTERPRETER_CALLBACK_H_ #include <metaioSDK/ARELSceneOptions.h> #include <metaioSDK/STLCompatibility.h> #include <map> #include <string> namespace metaio { struct ByteBuffer; // fwd decl. class IA...
32.528302
121
0.724188
[ "vector" ]
33b82f3ede92b9f97bf5de66cf3d5a5e330c8440
2,516
h
C
Engine/Source/Runtime/Engine/Classes/Particles/SubUV/ParticleModuleSubUV.h
PopCap/GameIdea
201e1df50b2bc99afc079ce326aa0a44b178a391
[ "BSD-2-Clause" ]
null
null
null
Engine/Source/Runtime/Engine/Classes/Particles/SubUV/ParticleModuleSubUV.h
PopCap/GameIdea
201e1df50b2bc99afc079ce326aa0a44b178a391
[ "BSD-2-Clause" ]
2
2015-06-21T17:38:11.000Z
2015-06-22T20:54:42.000Z
Engine/Source/Runtime/Engine/Classes/Particles/SubUV/ParticleModuleSubUV.h
PopCap/GameIdea
201e1df50b2bc99afc079ce326aa0a44b178a391
[ "BSD-2-Clause" ]
null
null
null
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. #pragma once #include "Particles/SubUV/ParticleModuleSubUVBase.h" #include "Particles/ParticleEmitter.h" #include "ParticleModuleSubUV.generated.h" UCLASS(editinlinenew, hidecategories=Object, MinimalAPI, meta=(DisplayName = "SubImage Index")) class UParti...
36.463768
122
0.786963
[ "object" ]
33ba4c47ae9cdf175dc6bf62f0169ce10e5399b2
112,756
c
C
kernel/huawei/hwp7/drivers/video/hi6620/edc_overlay.c
NightOfTwelve/android_device_huawei_hwp7
a0a1c28e44210ce485a4177ac53d3fd580008a1e
[ "Apache-2.0" ]
1
2020-04-03T14:00:34.000Z
2020-04-03T14:00:34.000Z
kernel/huawei/hwp7/drivers/video/hi6620/edc_overlay.c
NightOfTwelve/android_device_huawei_hwp7
a0a1c28e44210ce485a4177ac53d3fd580008a1e
[ "Apache-2.0" ]
null
null
null
kernel/huawei/hwp7/drivers/video/hi6620/edc_overlay.c
NightOfTwelve/android_device_huawei_hwp7
a0a1c28e44210ce485a4177ac53d3fd580008a1e
[ "Apache-2.0" ]
1
2020-04-03T14:00:39.000Z
2020-04-03T14:00:39.000Z
/* Copyright (c) 2008-2010, 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 distribu...
32.777907
204
0.65569
[ "3d" ]
33c79daddfdebc1814dfd87728804d059c9b07c5
2,213
h
C
gui/accessibility/LinkAccessibleWidget.h
mail-ru-im/im-desktop
d6bb606650ad84b31046fe39b81db1fec4e6050b
[ "Apache-2.0" ]
81
2019-09-18T13:53:17.000Z
2022-03-19T00:44:20.000Z
gui/accessibility/LinkAccessibleWidget.h
mail-ru-im/im-desktop
d6bb606650ad84b31046fe39b81db1fec4e6050b
[ "Apache-2.0" ]
4
2019-10-03T15:17:00.000Z
2019-11-03T01:05:41.000Z
gui/accessibility/LinkAccessibleWidget.h
mail-ru-im/im-desktop
d6bb606650ad84b31046fe39b81db1fec4e6050b
[ "Apache-2.0" ]
25
2019-09-27T16:56:02.000Z
2022-03-14T07:11:14.000Z
#pragma once #include "controls/TextUnit.h" namespace Ui { namespace Accessibility { class AccessibleLinkWidget; } class LinkAccessibleWidget : public QWidget { Q_OBJECT public: LinkAccessibleWidget(QWidget* _parent) : QWidget(_parent) {} virtual const TextRen...
30.736111
96
0.603254
[ "vector" ]
33d0b23f654e2e47e201a0a25a3264c79e1c3094
13,502
c
C
build/gui/gridvcb.c
Unidata/Garp
85a4a3fd68009f22be61d456bd7cb754ea5ace3d
[ "MIT" ]
2
2018-03-06T03:28:17.000Z
2021-06-16T20:31:03.000Z
build/gui/gridvcb.c
Unidata/Garp
85a4a3fd68009f22be61d456bd7cb754ea5ace3d
[ "MIT" ]
1
2021-07-23T17:44:41.000Z
2021-07-23T17:44:41.000Z
build/gui/gridvcb.c
Unidata/Garp
85a4a3fd68009f22be61d456bd7cb754ea5ace3d
[ "MIT" ]
null
null
null
/*********************************************************************** * * Copyright 1996, University Corporation for Atmospheric Research. * * gridvcb.c * * Vertical profile callbacks for dynamically initialized widgets. * * History: * * 12/96 COMET Original copy * 2/97 COMET Replaced "free" with Free m...
21.812601
76
0.649682
[ "vector", "model" ]
33d31039e2a147c9f655c4eedbb29867b92f9b8b
1,945
h
C
src/document.h
firodj/ascigram
83bf7cab0a3cd27f5e8d8843b3df62f857db437d
[ "MIT" ]
null
null
null
src/document.h
firodj/ascigram
83bf7cab0a3cd27f5e8d8843b3df62f857db437d
[ "MIT" ]
null
null
null
src/document.h
firodj/ascigram
83bf7cab0a3cd27f5e8d8843b3df62f857db437d
[ "MIT" ]
null
null
null
/* document.h - generic markdown parser */ #ifndef _ASCIGRAM_DOCUMENT_H_ #define _ASCIGRAM_DOCUMENT_H_ #include "buffer.h" #include "stack.h" #ifdef __cplusplus extern "C" { #endif /************* * CONSTANTS * *************/ /********* * TYPES * *********/ struct ascigram_attr { uint16_t x, y; uint32_t m...
21.373626
109
0.757841
[ "render", "object" ]
33dff2f0b7e549e6fdf55d803021cdf2877935af
2,735
h
C
third_party/soomla/store/src/soomla/domain/CCVirtualCategory.h
enrevol/ee-x
60a66ad3dc6e14802a7c5d8d585a8499be13f5b8
[ "MIT" ]
null
null
null
third_party/soomla/store/src/soomla/domain/CCVirtualCategory.h
enrevol/ee-x
60a66ad3dc6e14802a7c5d8d585a8499be13f5b8
[ "MIT" ]
null
null
null
third_party/soomla/store/src/soomla/domain/CCVirtualCategory.h
enrevol/ee-x
60a66ad3dc6e14802a7c5d8d585a8499be13f5b8
[ "MIT" ]
null
null
null
/* Copyright (C) 2012-2014 Soomla Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, s...
30.730337
74
0.710786
[ "vector" ]
33e000e2b10cb897bfeace1b6bb2c6496513b688
11,354
c
C
diylang/codegen.c
apetcho/diylang
0e9a4d63b9f3b8a42dccc5b0f00b21e80321e7df
[ "MIT" ]
null
null
null
diylang/codegen.c
apetcho/diylang
0e9a4d63b9f3b8a42dccc5b0f00b21e80321e7df
[ "MIT" ]
null
null
null
diylang/codegen.c
apetcho/diylang
0e9a4d63b9f3b8a42dccc5b0f00b21e80321e7df
[ "MIT" ]
null
null
null
#include<stdlib.h> #include<stdio.h> #include<string.h> #include<stdarg.h> #include<stdint.h> #include<ctype.h> typedef unsigned char uchar; // --- typedef enum { NodeIDENT, NodeSTR, NodeINT, NodeSEQ, NodeIF, NodePRTC, NodePRTS, NodePRTI, NodeWHILE, NodeASSIGN, NodeNEG, NodeNOT, NodeMUL, NodeDIV, NodeMOD...
24.575758
80
0.486084
[ "object" ]
33e22bc54f9e18cc68f6e14706cb942da4f1ae9f
1,231
h
C
headers/bboxes.h
Euler-Maskerony/PokerData
4fbca303fdf17d74cd074be2d6a089bb0243da3b
[ "MIT" ]
null
null
null
headers/bboxes.h
Euler-Maskerony/PokerData
4fbca303fdf17d74cd074be2d6a089bb0243da3b
[ "MIT" ]
null
null
null
headers/bboxes.h
Euler-Maskerony/PokerData
4fbca303fdf17d74cd074be2d6a089bb0243da3b
[ "MIT" ]
null
null
null
#ifndef BBOXES_PD #define BBOXES_PD #include <opencv2/core.hpp> #include <opencv2/imgcodecs.hpp> #include <opencv2/imgproc.hpp> #include <opencv2/dnn.hpp> #include <opencv2/highgui.hpp> #include <vector> #include <iostream> #include <utility> #include <fstream> #include <cstdlib> #include <ctime> #include <algorithm> ...
26.191489
74
0.683184
[ "vector", "model" ]
33e6d37d20cd6f696f5175fe057b9d35b7ca558f
13,987
h
C
Library/Sources/Stroika/Foundation/Time/TimeOfDay.h
SophistSolutions/Stroika
f4e5d84767903a054fba0a6b9c7c4bd1aaefd105
[ "MIT" ]
28
2015-09-22T21:43:32.000Z
2022-02-28T01:35:01.000Z
Library/Sources/Stroika/Foundation/Time/TimeOfDay.h
SophistSolutions/Stroika
f4e5d84767903a054fba0a6b9c7c4bd1aaefd105
[ "MIT" ]
98
2015-01-22T03:21:27.000Z
2022-03-02T01:47:00.000Z
Library/Sources/Stroika/Foundation/Time/TimeOfDay.h
SophistSolutions/Stroika
f4e5d84767903a054fba0a6b9c7c4bd1aaefd105
[ "MIT" ]
4
2019-02-21T16:45:25.000Z
2022-02-18T13:40:04.000Z
/* * Copyright(c) Sophist Solutions, Inc. 1990-2021. All rights reserved */ #ifndef _Stroika_Foundation_Time_TimeOfDay_h_ #define _Stroika_Foundation_Time_TimeOfDay_h_ 1 #include "../StroikaPreComp.h" #if defined(__cpp_impl_three_way_comparison) #include <compare> #endif #include <climits> #include <locale> #incl...
41.259587
169
0.628727
[ "object" ]
33f121aa2c1574507c636604252bf079ea528d87
2,207
h
C
examples/pxScene2d/external/libnode-v10.15.3/deps/v8/src/objects/microtask.h
madanagopaltcomcast/pxCore
c4a3a40a190521c8b6383d126c87612eca5b3c42
[ "Apache-2.0" ]
5,964
2016-09-27T03:46:29.000Z
2022-03-31T16:25:27.000Z
examples/pxScene2d/external/libnode-v10.15.3/deps/v8/src/objects/microtask.h
madanagopaltcomcast/pxCore
c4a3a40a190521c8b6383d126c87612eca5b3c42
[ "Apache-2.0" ]
1,432
2017-06-21T04:08:48.000Z
2020-08-25T16:21:15.000Z
examples/pxScene2d/external/libnode-v10.15.3/deps/v8/src/objects/microtask.h
madanagopaltcomcast/pxCore
c4a3a40a190521c8b6383d126c87612eca5b3c42
[ "Apache-2.0" ]
1,006
2016-09-27T05:17:27.000Z
2022-03-30T02:46:51.000Z
// Copyright 2018 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_MICROTASK_H_ #define V8_OBJECTS_MICROTASK_H_ #include "src/objects.h" // Has to be the last include (doesn't have include guards): ...
28.294872
73
0.773448
[ "object" ]
b8768289203fcc7db0b6e01309430893eff9eb5c
1,275
h
C
src/codegen/shared_library.h
viyadb/viyadb
56d9b9836a57a36483bee98e6bc79f79e2f5c772
[ "Apache-2.0" ]
109
2017-10-03T06:52:30.000Z
2022-03-22T18:38:48.000Z
src/codegen/shared_library.h
b-xiang/viyadb
b72f9cabacb4b24bd2192ed824d930ccb73d3609
[ "Apache-2.0" ]
26
2017-10-15T19:45:18.000Z
2019-10-18T09:55:54.000Z
src/codegen/shared_library.h
viyadb/viyadb
56d9b9836a57a36483bee98e6bc79f79e2f5c772
[ "Apache-2.0" ]
7
2017-10-03T09:37:36.000Z
2020-12-15T01:04:45.000Z
/* * Copyright (c) 2017-present ViyaDB Group * * 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 ...
26.5625
75
0.746667
[ "vector" ]
b87778166eb66456e5ba9b9cf1f340fc8ef6ebc6
5,479
c
C
lib/am335x_sdk/ti/drv/pruss/example/apps/icssg_pwm/firmware/src/main.c
brandonbraun653/Apollo
a1ece2cc3f1d3dae48fdf8fe94f0bbb59d405fce
[ "MIT" ]
2
2021-12-27T10:19:01.000Z
2022-03-15T07:09:06.000Z
lib/am335x_sdk/ti/drv/pruss/example/apps/icssg_pwm/firmware/src/main.c
brandonbraun653/Apollo
a1ece2cc3f1d3dae48fdf8fe94f0bbb59d405fce
[ "MIT" ]
null
null
null
lib/am335x_sdk/ti/drv/pruss/example/apps/icssg_pwm/firmware/src/main.c
brandonbraun653/Apollo
a1ece2cc3f1d3dae48fdf8fe94f0bbb59d405fce
[ "MIT" ]
null
null
null
/* * Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com/ * * * 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, t...
31.308571
119
0.608505
[ "object" ]
b87cc5b145cf8731df4205cfb8ee6d42d7b8f278
8,619
h
C
Source/Scene/selection_manager.h
neonkingfr/wildogcad
6d9798daa672d3ab293579439f38bb279fa376c7
[ "BSD-3-Clause" ]
null
null
null
Source/Scene/selection_manager.h
neonkingfr/wildogcad
6d9798daa672d3ab293579439f38bb279fa376c7
[ "BSD-3-Clause" ]
null
null
null
Source/Scene/selection_manager.h
neonkingfr/wildogcad
6d9798daa672d3ab293579439f38bb279fa376c7
[ "BSD-3-Clause" ]
null
null
null
/******************************************************************************* * Copyright (c) 2007, 2008, CerroKai Development * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistribu...
51
132
0.637081
[ "render", "object", "vector" ]
b888bb8ac1c74c6a9f22c890f8052d69c297b5c3
47,437
c
C
XilinxProcessorIPLib/drivers/dfeequ/src/xdfeequ.c
erique/embeddedsw
4b5fd15c71405844e03f2c276daa38cfcbb6459b
[ "BSD-2-Clause", "MIT" ]
1
2021-12-17T18:07:58.000Z
2021-12-17T18:07:58.000Z
XilinxProcessorIPLib/drivers/dfeequ/src/xdfeequ.c
erique/embeddedsw
4b5fd15c71405844e03f2c276daa38cfcbb6459b
[ "BSD-2-Clause", "MIT" ]
null
null
null
XilinxProcessorIPLib/drivers/dfeequ/src/xdfeequ.c
erique/embeddedsw
4b5fd15c71405844e03f2c276daa38cfcbb6459b
[ "BSD-2-Clause", "MIT" ]
null
null
null
/****************************************************************************** * Copyright (C) 2021 Xilinx, Inc. All rights reserved. * SPDX-License-Identifier: MIT ******************************************************************************/ /***********************************************************************...
35.801509
80
0.670321
[ "object", "model" ]
b89059a713c29ef28003d1951b52da014e9f321e
2,378
h
C
src/planner/control/command.h
anuranbaka/Vulcan
56339f77f6cf64b5fda876445a33e72cd15ce028
[ "MIT" ]
3
2020-03-05T23:56:14.000Z
2021-02-17T19:06:50.000Z
src/planner/control/command.h
anuranbaka/Vulcan
56339f77f6cf64b5fda876445a33e72cd15ce028
[ "MIT" ]
1
2021-03-07T01:23:47.000Z
2021-03-07T01:23:47.000Z
src/planner/control/command.h
anuranbaka/Vulcan
56339f77f6cf64b5fda876445a33e72cd15ce028
[ "MIT" ]
1
2021-03-03T07:54:16.000Z
2021-03-03T07:54:16.000Z
/* Copyright (C) 2010-2019, The Regents of The University of Michigan. All rights reserved. This software was developed as part of the The Vulcan project in the Intelligent Robotics Lab under the direction of Benjamin Kuipers, kuipers@umich.edu. Use of this code is governed by an MIT-style License that can be foun...
25.847826
119
0.703532
[ "vector" ]
b891d59146a120758b65f6ca5c6c43c488b6408f
19,753
h
C
Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Mean_value_coordinates_2.h
ffteja/cgal
c1c7f4ad9a4cd669e33ca07a299062a461581812
[ "CC0-1.0" ]
3,227
2015-03-05T00:19:18.000Z
2022-03-31T08:20:35.000Z
Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Mean_value_coordinates_2.h
ffteja/cgal
c1c7f4ad9a4cd669e33ca07a299062a461581812
[ "CC0-1.0" ]
5,574
2015-03-05T00:01:56.000Z
2022-03-31T15:08:11.000Z
Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Mean_value_coordinates_2.h
ffteja/cgal
c1c7f4ad9a4cd669e33ca07a299062a461581812
[ "CC0-1.0" ]
1,274
2015-03-05T00:01:12.000Z
2022-03-31T14:47:56.000Z
// Copyright (c) 2014 INRIA Sophia-Antipolis (France). // All rights reserved. // // This file is part of CGAL (www.cgal.org). // // $URL$ // $Id$ // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // // Author(s) : Dmitry Anisimov, David Bommes, Kai Hormann, Pierre Alliez // #ifndef CGAL_BAR...
33.254209
96
0.66476
[ "vector", "model" ]
b89ae6c59e6d603957a701ac6861ae15bab503cb
3,515
h
C
src/workload/stencil/StencilTerminal.h
qzcx/supersim
34829411d02fd3bd3f3d7a075edef8749eb8748e
[ "Apache-2.0" ]
17
2017-05-09T07:08:41.000Z
2021-08-03T01:22:09.000Z
src/workload/stencil/StencilTerminal.h
qzcx/supersim
34829411d02fd3bd3f3d7a075edef8749eb8748e
[ "Apache-2.0" ]
6
2016-12-02T22:07:31.000Z
2020-04-22T07:43:42.000Z
src/workload/stencil/StencilTerminal.h
qzcx/supersim
34829411d02fd3bd3f3d7a075edef8749eb8748e
[ "Apache-2.0" ]
13
2016-12-02T22:01:04.000Z
2020-03-23T16:44:04.000Z
/* * Licensed under the Apache License, Version 2.0 (the 'License'); * you may not use this file except in compliance with the License. * See the NOTICE file distributed with this work for additional information * regarding copyright ownership. You may obtain a copy of the License at * * http://www.apache.org/li...
31.666667
80
0.737127
[ "vector" ]
b89c2ddff7dd288427782a91f84944af93060632
4,314
h
C
include/dsn/utility/string_conv.h
Smityz/rdsn
dccb6b3c273197e334ef02f742dc590894e58be8
[ "MIT" ]
2
2019-08-01T11:17:19.000Z
2019-08-01T11:17:22.000Z
include/dsn/utility/string_conv.h
Skysheepwang/rdsn
4a7eb44a5a6b4591a91475f54bcabb9df2c271f9
[ "MIT" ]
null
null
null
include/dsn/utility/string_conv.h
Skysheepwang/rdsn
4a7eb44a5a6b4591a91475f54bcabb9df2c271f9
[ "MIT" ]
null
null
null
/* * The MIT License (MIT) * * Copyright (c) 2015 Microsoft Corporation * * -=- Robust Distributed System Nucleus (rDSN) -=- * * 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...
25.526627
95
0.629578
[ "transform" ]
b89ce651bfcc8f09e03554bbf933334688fe561d
2,722
h
C
libvig/verified/emap.h
pmdm56/vigor
0a65733a2b7bf48fc7d6071ea89c1af36f1cba80
[ "MIT" ]
36
2019-09-06T15:33:31.000Z
2022-02-02T21:11:36.000Z
libvig/verified/emap.h
pmdm56/vigor
0a65733a2b7bf48fc7d6071ea89c1af36f1cba80
[ "MIT" ]
3
2019-10-03T10:33:19.000Z
2020-08-10T13:06:01.000Z
libvig/verified/emap.h
pmdm56/vigor
0a65733a2b7bf48fc7d6071ea89c1af36f1cba80
[ "MIT" ]
9
2019-09-18T15:12:29.000Z
2021-01-20T12:45:01.000Z
#ifndef _EMAP_H_INCLUDED_ #define _EMAP_H_INCLUDED_ #include "vigor-time.h" #include "map.h" #include "vector.h" #include "double-chain.h" #include "cht.h" /*@ inductive emap<T> = emap(list<pair<T, int> > m, list<pair<T, real> > v, dchain ch); fixpoint emap<T> emap_expire_all<T>(emap<T> em, vigor_time_t t) { ...
26.427184
101
0.59662
[ "vector" ]
b89dff98dabf8d55f5f4c4aec34a95cb25d151ab
628
h
C
src/mnetwork/XMLNode_p.h
0of/WebOS-Magna
a0fe2c9708fd4dd07928c11fcb03fb29fdd2d511
[ "Apache-2.0" ]
1
2016-03-26T13:25:08.000Z
2016-03-26T13:25:08.000Z
src/mnetwork/XMLNode_p.h
0of/WebOS-Magna
a0fe2c9708fd4dd07928c11fcb03fb29fdd2d511
[ "Apache-2.0" ]
null
null
null
src/mnetwork/XMLNode_p.h
0of/WebOS-Magna
a0fe2c9708fd4dd07928c11fcb03fb29fdd2d511
[ "Apache-2.0" ]
null
null
null
#ifndef XMLNODE_P_H #define XMLNODE_P_H #include "libxml/tree.h" #include "XMLNode.h" namespace Magna{ namespace Network{ typedef std::vector< XMLNode > ChildNodes; class XMLNode::NodeData{ public: NodeData(); explicit NodeData( xmlNodePtr node_ptr ); ~NodeData(); ...
17.942857
48
0.624204
[ "vector" ]
b8a210169531517b45a95f6dd33e306d8e769e35
2,977
h
C
app/src/main/c/trs_uart.h
apuder/TRS-80
549f4e502a0f34da31e6e6aa635bbd761e3c954f
[ "Apache-2.0" ]
13
2016-08-02T10:09:23.000Z
2022-02-25T23:52:37.000Z
app/src/main/c/trs_uart.h
apuder/TRS-80
549f4e502a0f34da31e6e6aa635bbd761e3c954f
[ "Apache-2.0" ]
6
2015-12-15T05:13:00.000Z
2020-04-17T05:12:58.000Z
app/src/main/c/trs_uart.h
apuder/TRS-80
549f4e502a0f34da31e6e6aa635bbd761e3c954f
[ "Apache-2.0" ]
4
2015-12-14T22:08:18.000Z
2020-11-14T23:28:11.000Z
/* Copyright (c) 2000, Timothy Mann */ /* $Id: trs_uart.h,v 1.2 2008/06/26 04:39:56 mann Exp $ */ /* This software may be copied, modified, and used for any purpose * without fee, provided that (1) the above copyright notice is * retained, and (2) modified versions are clearly marked as having * been modified, with...
33.449438
73
0.728586
[ "model" ]
b8a59c9c1a4755d39d1a31b4aef6add07c7e34fc
1,384
h
C
examples/pxScene2d/external/libnode-v10.15.3/deps/v8/src/lookup-cache.h
madanagopaltcomcast/pxCore
c4a3a40a190521c8b6383d126c87612eca5b3c42
[ "Apache-2.0" ]
5,964
2016-09-27T03:46:29.000Z
2022-03-31T16:25:27.000Z
examples/pxScene2d/external/libnode-v10.15.3/deps/v8/src/lookup-cache.h
madanagopaltcomcast/pxCore
c4a3a40a190521c8b6383d126c87612eca5b3c42
[ "Apache-2.0" ]
1,432
2017-06-21T04:08:48.000Z
2020-08-25T16:21:15.000Z
examples/pxScene2d/external/libnode-v10.15.3/deps/v8/src/lookup-cache.h
madanagopaltcomcast/pxCore
c4a3a40a190521c8b6383d126c87612eca5b3c42
[ "Apache-2.0" ]
1,006
2016-09-27T05:17:27.000Z
2022-03-30T02:46:51.000Z
// Copyright 2016 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_LOOKUP_CACHE_H_ #define V8_LOOKUP_CACHE_H_ #include "src/objects.h" namespace v8 { namespace internal { // Cache for mapping (map, propert...
23.457627
73
0.695809
[ "object" ]
b8c2efdd2f3b7caabdf1904b72c07275aa94f592
39,976
h
C
core/sql/sqlcat/TrafDDLdesc.h
apache/incubator-trafodion
8455c839ad6b6d7b6e04edda5715053095b78046
[ "Apache-2.0" ]
148
2015-06-18T21:26:04.000Z
2017-12-25T01:47:01.000Z
core/sql/sqlcat/TrafDDLdesc.h
ditdb/trafodion
8455c839ad6b6d7b6e04edda5715053095b78046
[ "Apache-2.0" ]
1,352
2015-06-20T03:05:01.000Z
2017-12-25T14:13:18.000Z
core/sql/sqlcat/TrafDDLdesc.h
ditdb/trafodion
8455c839ad6b6d7b6e04edda5715053095b78046
[ "Apache-2.0" ]
166
2015-06-19T18:52:10.000Z
2017-12-27T06:19:32.000Z
/********************************************************************** // @@@ START COPYRIGHT @@@ // // 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. ...
30.516031
111
0.651791
[ "object" ]
b8c65cca01b43ae9eb9a469db0443b429400a957
654
h
C
FlashCards/SubjectsModel.h
raulchacon/iPhone-Flash-Card-App
07fa80976afa82e827052b496f03ceffbe2b8ffc
[ "MIT" ]
1
2016-02-18T09:41:11.000Z
2016-02-18T09:41:11.000Z
FlashCards/SubjectsModel.h
rchacon/iPhone-Flash-Card-App
07fa80976afa82e827052b496f03ceffbe2b8ffc
[ "MIT" ]
null
null
null
FlashCards/SubjectsModel.h
rchacon/iPhone-Flash-Card-App
07fa80976afa82e827052b496f03ceffbe2b8ffc
[ "MIT" ]
2
2015-07-22T04:51:04.000Z
2015-10-13T14:38:49.000Z
// // SubjectsModel.h // FlashCards // // Created by Raul Chacon on 12/2/11. // Copyright (c) 2011 Student. All rights reserved. // #import <Foundation/Foundation.h> /* * Subjects Model: * each property corresponds to a column in the subjects database table. */ @interface SubjectsModel : NSObject @property ...
23.357143
121
0.721713
[ "model" ]
b8c76d494a23f3ee4ecddfee658f2c791044d658
2,909
h
C
chunk.h
BranchofLight/Chunk
5f9ef6acab5b9553af471c95fe315896f17803aa
[ "MIT" ]
null
null
null
chunk.h
BranchofLight/Chunk
5f9ef6acab5b9553af471c95fe315896f17803aa
[ "MIT" ]
null
null
null
chunk.h
BranchofLight/Chunk
5f9ef6acab5b9553af471c95fe315896f17803aa
[ "MIT" ]
null
null
null
// TO DO based on priority // int find(Chunk&) - reference string->find #pragma once #include <vector> #include <iostream> #include <string> #include <sstream> class Chunk { public: Chunk(); Chunk(const Chunk&); Chunk(const char[]); Chunk(const char); Chunk(const std::string); Chunk(co...
24.241667
75
0.528017
[ "object", "vector" ]
b8e560f327dc7fbfbe5936381364eb0d366683d9
1,300
h
C
src/devices/openxrheadset/OpenXrEigenConversions.h
ami-iit/yarp-device-openxrheadset
761a290c2c7be65ef142f8a5540f09bcb8d5749c
[ "BSD-2-Clause" ]
1
2022-02-17T08:39:22.000Z
2022-02-17T08:39:22.000Z
src/devices/openxrheadset/OpenXrEigenConversions.h
ami-iit/yarp-device-openxrheadset
761a290c2c7be65ef142f8a5540f09bcb8d5749c
[ "BSD-2-Clause" ]
1
2022-02-16T17:23:02.000Z
2022-02-16T17:23:02.000Z
src/devices/openxrheadset/OpenXrEigenConversions.h
ami-iit/yarp-device-openxrheadset
761a290c2c7be65ef142f8a5540f09bcb8d5749c
[ "BSD-2-Clause" ]
null
null
null
/* * Copyright (C) 2021 Istituto Italiano di Tecnologia (IIT) * All rights reserved. * * This software may be modified and distributed under the terms of the * BSD-2-Clause license. See the accompanying LICENSE file for details. */ #ifndef YARP_DEV_OPENXREIGENCONVERSIONS_H #define YARP_DEV_OPENXREIGENCONVERSIONS...
23.214286
71
0.699231
[ "geometry", "vector" ]
b8e7962c1e9b83c22b160ece61deb9d3bbd452c3
7,839
c
C
ConfProfile/jni/strongswan/src/libpts/tcg/swid/tcg_swid_attr_req.c
Infoss/conf-profile-4-android
619bd63095bb0f5a67616436d5510d24a233a339
[ "MIT" ]
null
null
null
ConfProfile/jni/strongswan/src/libpts/tcg/swid/tcg_swid_attr_req.c
Infoss/conf-profile-4-android
619bd63095bb0f5a67616436d5510d24a233a339
[ "MIT" ]
5
2016-01-25T18:04:42.000Z
2016-02-25T08:54:56.000Z
ConfProfile/jni/strongswan/src/libpts/tcg/swid/tcg_swid_attr_req.c
Infoss/conf-profile-4-android
619bd63095bb0f5a67616436d5510d24a233a339
[ "MIT" ]
2
2016-01-25T17:14:17.000Z
2016-02-13T20:14:09.000Z
/* * Copyright (C) 2013 Andreas Steffen * HSR Hochschule fuer Technik Rapperswil * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) a...
23.754545
77
0.661309
[ "object" ]
b8e85aaced6f3476cb96339ad061b55122192572
1,412
h
C
iphone/Maps/Classes/CustomAlert/BaseAlert/MWMAlert.h
yanncoupin/omim
13d4deb38bc23ec20d6dd33e51ce42d2153593ee
[ "Apache-2.0" ]
null
null
null
iphone/Maps/Classes/CustomAlert/BaseAlert/MWMAlert.h
yanncoupin/omim
13d4deb38bc23ec20d6dd33e51ce42d2153593ee
[ "Apache-2.0" ]
null
null
null
iphone/Maps/Classes/CustomAlert/BaseAlert/MWMAlert.h
yanncoupin/omim
13d4deb38bc23ec20d6dd33e51ce42d2153593ee
[ "Apache-2.0" ]
null
null
null
#import <UIKit/UIKit.h> #include "routing/router.hpp" #include "storage/storage.hpp" typedef void (^RightButtonAction)(); @class MWMAlertViewController; @interface MWMAlert : UIView @property (weak, nonatomic) MWMAlertViewController * alertController; + (MWMAlert *)alert:(routing::IRouter::ResultCode)type; + (MWMA...
38.162162
101
0.757082
[ "vector" ]
b8ea024f7934e7749e30401d2c7f3587b8b19144
2,410
h
C
src/plugins/alarm_robotic_vehicle/include/plugins/alarm_robotic_vehicle/alarm_robotic_vehicle.h
fada-catec/piloting-mavsdk
512316f0137b737323550b2b06ae014b6e9b2ae4
[ "BSD-3-Clause" ]
4
2021-04-12T09:21:10.000Z
2022-01-11T18:20:32.000Z
src/plugins/alarm_robotic_vehicle/include/plugins/alarm_robotic_vehicle/alarm_robotic_vehicle.h
fada-catec/piloting-mavsdk
512316f0137b737323550b2b06ae014b6e9b2ae4
[ "BSD-3-Clause" ]
1
2021-11-02T09:30:23.000Z
2022-01-11T06:42:10.000Z
src/plugins/alarm_robotic_vehicle/include/plugins/alarm_robotic_vehicle/alarm_robotic_vehicle.h
fada-catec/piloting-mavsdk
512316f0137b737323550b2b06ae014b6e9b2ae4
[ "BSD-3-Clause" ]
null
null
null
#pragma once #include <memory> #include "plugin_base.h" #include "alarm_base.h" namespace mavsdk { class System; class AlarmRoboticVehicleImpl; /** * @brief Enable alarms. */ class AlarmRoboticVehicle : public PluginBase { public: /** * @brief Constructor. Creates the plugin for a specific System. ...
24.591837
78
0.63278
[ "object" ]
b8ebf689d9a3495793e749d12c44959a67e3cbb0
5,848
c
C
d/barriermnts/bpeak/obj/bpan.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-07-19T05:24:44.000Z
2021-11-18T04:08:19.000Z
d/barriermnts/bpeak/obj/bpan.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
4
2021-03-15T18:56:39.000Z
2021-08-17T17:08:22.000Z
d/barriermnts/bpeak/obj/bpan.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-09-12T06:22:38.000Z
2022-01-31T01:15:12.000Z
// goldpan.c #include <std.h> inherit OBJECT; int count; void create(){ ::create(); set_id(({"pan","gold pan"})); set_name("pan"); set_short("a pan"); set_long("This is a small circular aluminum pan. It is somewhat cone shaped and the inside edge of one side has a set of ridges built into it that lo...
41.771429
333
0.626368
[ "object", "solid" ]
b8ec458e3c6af39f4aab958d431485a2bad6818d
21,274
c
C
src/Utils/HydrogenBond.c
xomachine/gabedit
1f63b6675b8bffdda910012fec00b89630bcb4a2
[ "MIT" ]
null
null
null
src/Utils/HydrogenBond.c
xomachine/gabedit
1f63b6675b8bffdda910012fec00b89630bcb4a2
[ "MIT" ]
null
null
null
src/Utils/HydrogenBond.c
xomachine/gabedit
1f63b6675b8bffdda910012fec00b89630bcb4a2
[ "MIT" ]
null
null
null
/*HydrogenBond.c*/ /********************************************************************************************************** Copyright (c) 2002-2013 Abdul-Rahman Allouche. All rights reserved Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation fi...
34.202572
134
0.654555
[ "geometry", "model" ]
b8f46031a58c2422582c72df1e622c1b871e10dd
1,886
h
C
lammps-master/lib/poems/poemstreenode.h
rajkubp020/helloword
4bd22691de24b30a0f5b73821c35a7ac0666b034
[ "MIT" ]
null
null
null
lammps-master/lib/poems/poemstreenode.h
rajkubp020/helloword
4bd22691de24b30a0f5b73821c35a7ac0666b034
[ "MIT" ]
null
null
null
lammps-master/lib/poems/poemstreenode.h
rajkubp020/helloword
4bd22691de24b30a0f5b73821c35a7ac0666b034
[ "MIT" ]
null
null
null
/* *_________________________________________________________________________* * POEMS: PARALLELIZABLE OPEN SOURCE EFFICIENT MULTIBODY SOFTWARE * * DESCRIPTION: SEE READ-ME * * FILE NAME: poemstreenode.h * * A...
35.584906
89
0.54666
[ "object" ]
b8f5221a68edf44186268c142a712109b87378b6
2,176
h
C
Lumos/Source/Lumos/Graphics/Renderers/DeferredOffScreenRenderer.h
Derailedzack/Lumos
f5e1e4b408faebe4c393bab4bba3743608d4e171
[ "MIT" ]
2
2021-06-04T09:49:23.000Z
2021-06-14T02:52:36.000Z
Lumos/Source/Lumos/Graphics/Renderers/DeferredOffScreenRenderer.h
gameconstructer/Lumos
92f6e812fdfc9404bf557e131679ae9071f25c80
[ "MIT" ]
null
null
null
Lumos/Source/Lumos/Graphics/Renderers/DeferredOffScreenRenderer.h
gameconstructer/Lumos
92f6e812fdfc9404bf557e131679ae9071f25c80
[ "MIT" ]
null
null
null
#pragma once #include "IRenderer.h" #include "Maths/Frustum.h" namespace Lumos { class LightSetup; namespace Graphics { class Pipeline; class DescriptorSet; class GBuffer; class Texture2D; class TextureDepth; class TextureDepthArray; class SkyboxRend...
29.808219
139
0.608456
[ "mesh", "model", "transform" ]
b8fac966de340903621fbb19d01b22db18a25905
3,649
h
C
src/saiga/core/image/managedImage.h
SimonMederer/saiga
ff167e60c50b1cead4d19eb5ab2e93acce8c42a3
[ "MIT" ]
null
null
null
src/saiga/core/image/managedImage.h
SimonMederer/saiga
ff167e60c50b1cead4d19eb5ab2e93acce8c42a3
[ "MIT" ]
null
null
null
src/saiga/core/image/managedImage.h
SimonMederer/saiga
ff167e60c50b1cead4d19eb5ab2e93acce8c42a3
[ "MIT" ]
null
null
null
/** * Copyright (c) 2017 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #pragma once #include "saiga/core/image/imageBase.h" #include "saiga/core/image/imageFormat.h" #include "saiga/core/image/imageView.h" #include "saiga/core/util/DataStructures/ArrayView.h" #incl...
22.949686
86
0.607564
[ "vector" ]
b8fefd2a4218040b3557d97ab884e10b902789d0
5,801
h
C
TestSTLL/async/async++/scheduler.h
daipech/STLL
c3a8e9e5ac7e39f2015041cb74735454833a709d
[ "MIT" ]
3
2016-11-30T11:10:38.000Z
2016-11-30T11:48:33.000Z
TestSTLL/async/async++/scheduler.h
daipech/STLL
c3a8e9e5ac7e39f2015041cb74735454833a709d
[ "MIT" ]
null
null
null
TestSTLL/async/async++/scheduler.h
daipech/STLL
c3a8e9e5ac7e39f2015041cb74735454833a709d
[ "MIT" ]
null
null
null
// Copyright (c) 2015 Amanieu d'Antras // // 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, publi...
32.774011
209
0.747285
[ "object" ]
6ae85b286ea1fb25648de502548473e17c59ce2b
1,114
h
C
include/bt_selector_random.h
willemt/yabtorrent
2be304a831eb72be7baaf6c273c335049898b61c
[ "BSD-3-Clause" ]
59
2015-02-25T01:44:22.000Z
2022-03-26T07:41:13.000Z
include/bt_selector_random.h
willemt/yabtorrent
2be304a831eb72be7baaf6c273c335049898b61c
[ "BSD-3-Clause" ]
3
2016-01-20T21:54:33.000Z
2017-06-19T13:44:01.000Z
include/bt_selector_random.h
willemt/yabtorrent
2be304a831eb72be7baaf6c273c335049898b61c
[ "BSD-3-Clause" ]
14
2015-02-25T01:38:19.000Z
2020-11-07T21:44:19.000Z
#ifndef BT_SELECTOR_RANDOM_H #define BT_SELECTOR_RANDOM_H void *bt_random_selector_new(int npieces); /** * Add this piece back to the selector. * This is usually when we want to make the piece a candidate again * * @param peer The peer that is giving it back. * @param piece_idx The piece */ void bt_random_selec...
25.906977
76
0.746858
[ "object" ]
6aed06cfd48b2856aafe8db7289d88152c7ba8bf
15,445
h
C
libvui/src/vui/lib/command.h
slankdev/netlinkd
9873d845396b11beba771b55c4b87f66b1036019
[ "MIT" ]
2
2019-02-27T14:48:39.000Z
2020-03-25T01:28:54.000Z
libvui/src/vui/lib/command.h
slankdev/netlinkd
9873d845396b11beba771b55c4b87f66b1036019
[ "MIT" ]
1
2019-07-27T07:50:46.000Z
2019-07-27T07:50:46.000Z
libvui/src/vui/lib/command.h
slankdev/netlinkd
9873d845396b11beba771b55c4b87f66b1036019
[ "MIT" ]
null
null
null
/* * Zebra configuration command interface routine * Copyright (C) 1997, 98 Kunihiro Ishiguro * * This file is part of GNU Zebra. * * GNU Zebra 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 ve...
39.300254
151
0.689803
[ "vector" ]
6afe84f3f2a6990d6cdd73d82a4fa386f53c8bfe
2,840
h
C
deps/pog/include/pog/token_builder.h
xbabka01/yaramod
c6837f4ff4dfe2a731e5eefa95c0f58778e00c5d
[ "MIT", "BSD-3-Clause" ]
51
2019-04-25T14:54:05.000Z
2022-03-16T22:34:09.000Z
deps/pog/include/pog/token_builder.h
xbabka01/yaramod
c6837f4ff4dfe2a731e5eefa95c0f58778e00c5d
[ "MIT", "BSD-3-Clause" ]
100
2019-04-21T01:22:54.000Z
2022-03-23T11:52:56.000Z
deps/pog/include/pog/token_builder.h
xbabka01/yaramod
c6837f4ff4dfe2a731e5eefa95c0f58778e00c5d
[ "MIT", "BSD-3-Clause" ]
29
2019-04-22T02:43:41.000Z
2022-03-19T01:56:21.000Z
#pragma once #include <pog/grammar.h> #include <pog/token.h> #include <pog/tokenizer.h> namespace pog { template <typename ValueT> class TokenBuilder { public: using GrammarType = Grammar<ValueT>; using SymbolType = Symbol<ValueT>; using TokenType = Token<ValueT>; using TokenizerType = Tokenizer<ValueT>; Token...
25.132743
152
0.711268
[ "vector" ]
6afeab04e3ae9dcf00b176fdb58fe452f2396119
2,294
c
C
src/ui/components/show_logo.c
conte91/bitbox02-firmware
8a3b311583c33e70fd8a99e2247004d8eaf406df
[ "Apache-2.0" ]
null
null
null
src/ui/components/show_logo.c
conte91/bitbox02-firmware
8a3b311583c33e70fd8a99e2247004d8eaf406df
[ "Apache-2.0" ]
null
null
null
src/ui/components/show_logo.c
conte91/bitbox02-firmware
8a3b311583c33e70fd8a99e2247004d8eaf406df
[ "Apache-2.0" ]
null
null
null
// Copyright 2019 Shift Cryptosecurity AG // // 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 ...
26.988235
91
0.66129
[ "render" ]
ed0693564ddccbbf11f3ef0f0c3dce84dabcb7f5
17,608
c
C
Optimization/LevmarAndroid/jni/Thirdparty/clapack/TESTING/LIN/sdrvrfp.c
faipaz/Algorithms
738991d5e4372ef6ba8e489ea867d92ea406b729
[ "MIT" ]
48
2015-01-28T00:09:49.000Z
2021-12-09T11:38:59.000Z
Optimization/LevmarAndroid/jni/Thirdparty/clapack/TESTING/LIN/sdrvrfp.c
faipaz/Algorithms
738991d5e4372ef6ba8e489ea867d92ea406b729
[ "MIT" ]
8
2017-05-30T16:58:39.000Z
2022-02-22T16:51:34.000Z
ExternalCode/lapack/TESTING/LIN/sdrvrfp.c
daniel-anavaino/tinkercell
7896a7f809a0373ab3c848d25e3691d10a648437
[ "BSD-3-Clause" ]
12
2015-01-21T12:54:46.000Z
2022-01-20T03:44:26.000Z
/* sdrvrfp.f -- translated by f2c (version 20061008). You must link the resulting object file with libf2c: on Microsoft Windows system, link with libf2c.lib; on Linux or Unix systems, link with .../path/to/libf2c.a -lm or, if you install libf2c.a in a standard place, with -lf2c -lm -- in that order, at the end o...
30.202401
125
0.520218
[ "object", "vector" ]
ed0ad73cdc0d3eef9e5b19e65809d2e4e50fdc2b
1,428
h
C
Samples/Physics/GelatinBlob/GelatinBlobWindow.h
vehsakul/gtl
498bb20947e9ff21c08dd5a884ac3dc6f8313bb9
[ "BSL-1.0" ]
null
null
null
Samples/Physics/GelatinBlob/GelatinBlobWindow.h
vehsakul/gtl
498bb20947e9ff21c08dd5a884ac3dc6f8313bb9
[ "BSL-1.0" ]
null
null
null
Samples/Physics/GelatinBlob/GelatinBlobWindow.h
vehsakul/gtl
498bb20947e9ff21c08dd5a884ac3dc6f8313bb9
[ "BSL-1.0" ]
null
null
null
// David Eberly, Geometric Tools, Redmond WA 98052 // Copyright (c) 1998-2016 // Distributed under the Boost Software License, Version 1.0. // http://www.boost.org/LICENSE_1_0.txt // http://www.geometrictools.com/License/Boost/LICENSE_1_0.txt // File Version: 3.1.1 (2016/07/10) #pragma once #include <GTEngine.h> #inc...
26.943396
71
0.715686
[ "vector" ]
ed0e3990f06b827b5504bd7c6de77294164d52da
5,918
h
C
drm/include/tencentcloud/drm/v20181115/model/CreateLicenseRequest.h
li5ch/tencentcloud-sdk-cpp
12ebfd75a399ee2791f6ac1220a79ce8a9faf7c4
[ "Apache-2.0" ]
43
2019-08-14T08:14:12.000Z
2022-03-30T12:35:09.000Z
drm/include/tencentcloud/drm/v20181115/model/CreateLicenseRequest.h
li5ch/tencentcloud-sdk-cpp
12ebfd75a399ee2791f6ac1220a79ce8a9faf7c4
[ "Apache-2.0" ]
12
2019-07-15T10:44:59.000Z
2021-11-02T12:35:00.000Z
drm/include/tencentcloud/drm/v20181115/model/CreateLicenseRequest.h
li5ch/tencentcloud-sdk-cpp
12ebfd75a399ee2791f6ac1220a79ce8a9faf7c4
[ "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 ...
32.877778
83
0.464684
[ "vector", "model" ]
ed1891a271b183c0852428ea9ab98aff3df7bd7e
1,940
h
C
src/ArrowFunctions.h
Bears-R-Us/arkouda
7033e530c1acc9ce2c8e05ecf0454928ce1011f4
[ "MIT" ]
51
2021-05-15T01:35:20.000Z
2022-03-31T00:41:17.000Z
src/ArrowFunctions.h
Bears-R-Us/arkouda
7033e530c1acc9ce2c8e05ecf0454928ce1011f4
[ "MIT" ]
321
2021-05-12T16:02:45.000Z
2022-03-31T17:10:27.000Z
src/ArrowFunctions.h
bmcdonald3/arkouda
5b7c2221d470f6e986fa9dad7fd9e7234fa9deef
[ "MIT" ]
13
2021-06-03T13:44:21.000Z
2022-03-31T17:38:36.000Z
#include <stdint.h> // Wrap functions in C extern if compiling C++ object file #ifdef __cplusplus #include <iostream> #include <arrow/api.h> #include <arrow/io/api.h> #include <parquet/arrow/reader.h> #include <parquet/arrow/writer.h> #include <parquet/column_reader.h> extern "C" { #endif #define ARROWINT64 0 #define...
36.603774
86
0.67268
[ "object" ]
ed2193a6463f57e1dad1e36b56fcd45ffd0a14a8
14,661
h
C
AprilTagTrackers/Localization.h
funnbot/April-Tag-VR-FullBody-Tracker
8720cab49f5241446d9383134fd9507b70c431c0
[ "MIT" ]
null
null
null
AprilTagTrackers/Localization.h
funnbot/April-Tag-VR-FullBody-Tracker
8720cab49f5241446d9383134fd9507b70c431c0
[ "MIT" ]
null
null
null
AprilTagTrackers/Localization.h
funnbot/April-Tag-VR-FullBody-Tracker
8720cab49f5241446d9383134fd9507b70c431c0
[ "MIT" ]
null
null
null
#pragma once #include "Debug.h" #include "GUI/U8String.h" #include "Serializable.h" #include <algorithm> #include <filesystem> #include <iterator> #include <string_view> #include <vector> // temporary alias, undefined at end of file, #define T(a_key) REFLECTABLE_FIELD(U8String, a_key) class Localization : public FS...
52.548387
290
0.71639
[ "vector" ]
ed250a1f2b6aed25b936082e80d33f27a37f1a5b
1,313
h
C
Source/Renderer/Mesh.h
pgrabas/MoonGlare
25807680700697023d04830402af168f624ffb35
[ "MIT" ]
1
2018-03-18T16:29:16.000Z
2018-03-18T16:29:16.000Z
Source/Renderer/Mesh.h
pgrabas/MoonGlare
25807680700697023d04830402af168f624ffb35
[ "MIT" ]
null
null
null
Source/Renderer/Mesh.h
pgrabas/MoonGlare
25807680700697023d04830402af168f624ffb35
[ "MIT" ]
null
null
null
#pragma once namespace MoonGlare::Renderer { struct alignas(16) Mesh { bool valid; uint8_t __padding[3]; uint16_t elementMode; //TODO: is this needed, is GL_TRIANGLES required? (no?) uint16_t indexElementType; uint16_t baseVertex; uint16_t baseIndex; uint32_t numIndices; }; ...
27.354167
92
0.642041
[ "mesh", "vector" ]
ed2da4ffcdbd65731de57f93bcae258304c158a4
2,456
h
C
MeshView.h
funkey/sg_gui
33b6b26e428709b6685644aedcebb439fb0e86b4
[ "MIT" ]
null
null
null
MeshView.h
funkey/sg_gui
33b6b26e428709b6685644aedcebb439fb0e86b4
[ "MIT" ]
null
null
null
MeshView.h
funkey/sg_gui
33b6b26e428709b6685644aedcebb439fb0e86b4
[ "MIT" ]
null
null
null
#ifndef SG_GUI_MESH_VIEW_H__ #define SG_GUI_MESH_VIEW_H__ #include <scopegraph/Agent.h> #include <imageprocessing/ExplicitVolume.h> #include "GuiSignals.h" #include "SegmentSignals.h" #include "ViewSignals.h" #include "KeySignals.h" #include "RecordableView.h" #include "Meshes.h" #include <future> #include <thread> n...
19.03876
82
0.721906
[ "mesh", "vector" ]
ed42a28e49cfafea0db2e872a0fcfe92ce6fc2e8
21,251
c
C
src/lang.c
brodieG/validate
188872e15e53ce3c353a29d5e475e871a00821ec
[ "PSF-2.0" ]
65
2017-07-10T06:22:57.000Z
2022-03-10T08:51:46.000Z
src/lang.c
brodieG/vetr
188872e15e53ce3c353a29d5e475e871a00821ec
[ "PSF-2.0" ]
92
2017-04-26T01:35:13.000Z
2020-11-26T15:46:02.000Z
src/lang.c
brodieG/validate
188872e15e53ce3c353a29d5e475e871a00821ec
[ "PSF-2.0" ]
3
2017-07-26T14:36:45.000Z
2020-05-13T16:07:27.000Z
/* Copyright (C) 2020 Brodie Gaslam This file is part of "vetr - Trust, but Verify" This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later ver...
34.275806
81
0.659451
[ "object", "vector" ]
ed48949702472c189717339ce7360831a830a78c
3,068
h
C
tools/clang/test/ARCMT/Common.h
nettrino/IntFlow
0400aef5da2c154268d8b020e393c950435395b3
[ "Unlicense" ]
16
2015-09-08T08:49:11.000Z
2019-07-20T14:46:20.000Z
src/llvm/tools/clang/test/ARCMT/Common.h
jeltz/rust-debian-package
07eaa3658867408248c555b1b3a593c012b4f931
[ "ECL-2.0", "Apache-2.0", "MIT-0", "MIT" ]
1
2019-02-10T08:27:48.000Z
2019-02-10T08:27:48.000Z
src/llvm/tools/clang/test/ARCMT/Common.h
jeltz/rust-debian-package
07eaa3658867408248c555b1b3a593c012b4f931
[ "ECL-2.0", "Apache-2.0", "MIT-0", "MIT" ]
7
2016-05-26T17:31:46.000Z
2020-11-04T06:39:23.000Z
#if __has_feature(objc_arr) #define NS_AUTOMATED_REFCOUNT_UNAVAILABLE __attribute__((unavailable("not available in automatic reference counting mode"))) #else #define NS_AUTOMATED_REFCOUNT_UNAVAILABLE #endif #define NS_RETURNS_RETAINED __attribute__((ns_returns_retained)) #define CF_CONSUMED __attribute__((cf_consumed...
29.219048
124
0.794329
[ "object" ]
ed4d10deafcf5e3eb5dd56a502623383733b90fc
19,338
h
C
aws-cpp-sdk-route53/include/aws/route53/model/CreateHostedZoneRequest.h
ambasta/aws-sdk-cpp
c81192e00b572b76d175d84dff77185bd17ae1ac
[ "Apache-2.0" ]
null
null
null
aws-cpp-sdk-route53/include/aws/route53/model/CreateHostedZoneRequest.h
ambasta/aws-sdk-cpp
c81192e00b572b76d175d84dff77185bd17ae1ac
[ "Apache-2.0" ]
null
null
null
aws-cpp-sdk-route53/include/aws/route53/model/CreateHostedZoneRequest.h
ambasta/aws-sdk-cpp
c81192e00b572b76d175d84dff77185bd17ae1ac
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
53.41989
135
0.691126
[ "model" ]
ed6a9f14a40eed06727eb94ebe1aa083b21fb4c4
2,101
h
C
include/GCApplication.h
Robertwyq/Grab_Cut
1eafa8dc84fcecb9be0a0b4c12cb7df58cb61fbc
[ "Unlicense" ]
2
2020-03-12T03:28:42.000Z
2020-03-12T10:47:01.000Z
include/GCApplication.h
Robertwyq/Grab_Cut
1eafa8dc84fcecb9be0a0b4c12cb7df58cb61fbc
[ "Unlicense" ]
null
null
null
include/GCApplication.h
Robertwyq/Grab_Cut
1eafa8dc84fcecb9be0a0b4c12cb7df58cb61fbc
[ "Unlicense" ]
null
null
null
// // Created by Robert on 2019/6/5. // #ifndef GRAB_CUT_GCAPPLICATION_H #define GRAB_CUT_GCAPPLICATION_H #include "opencv2/highgui/highgui.hpp" #include "opencv2/imgproc/imgproc.hpp" #include "GrabCut.h" #include <iostream> #include "BorderMatting.h" using namespace std; using namespace cv; const Scalar BLUE = Scala...
29.180556
96
0.705378
[ "vector" ]
ed6ba610f9e140a7c94980b9d4f57f534474b8d7
3,249
h
C
rst/task_runner/polling_task_runner.h
sabbakumov/rst
c0257ab1fb17dea7b022cc4955f715d80a9b32f6
[ "BSD-2-Clause" ]
4
2016-12-15T13:06:36.000Z
2022-01-10T16:34:00.000Z
rst/task_runner/polling_task_runner.h
sabbakumov/rst
c0257ab1fb17dea7b022cc4955f715d80a9b32f6
[ "BSD-2-Clause" ]
103
2019-01-24T18:06:35.000Z
2021-11-02T13:33:34.000Z
rst/task_runner/polling_task_runner.h
sabbakumov/rst
c0257ab1fb17dea7b022cc4955f715d80a9b32f6
[ "BSD-2-Clause" ]
4
2018-04-24T06:59:59.000Z
2022-02-04T18:10:03.000Z
// Copyright (c) 2019, Sergey Abbakumov // 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 condi...
36.505618
73
0.730071
[ "vector" ]
ed6eb139647c123a8f49e1262063b11a0d13d888
1,433
h
C
libs/gl_utils/computeshader.h
danniesim/cpp_volume_rendering
242c8917aea0a58c9851c2ae3e6c1555db51912e
[ "MIT" ]
10
2020-05-15T23:50:19.000Z
2022-02-17T09:54:44.000Z
libs/gl_utils/computeshader.h
danniesim/cpp_volume_rendering
242c8917aea0a58c9851c2ae3e6c1555db51912e
[ "MIT" ]
1
2022-01-25T02:36:59.000Z
2022-01-26T11:41:38.000Z
libs/gl_utils/computeshader.h
danniesim/cpp_volume_rendering
242c8917aea0a58c9851c2ae3e6c1555db51912e
[ "MIT" ]
3
2021-11-01T10:32:46.000Z
2021-12-28T16:40:10.000Z
/** * OpenGL General Purpose Compute Shader Class * - Reload support * * About glBindImageTexture and glBindTexture: * . https://stackoverflow.com/questions/37136813/what-is-the-difference-between-glbindimagetexture-and-glbindtexture * * Leonardo Quatrin Campagnolo * . campagnolo.lq@gmail.com **/ #ifndef GL_UTI...
23.883333
117
0.704117
[ "vector" ]
ed74697841a12d245e20c07bf744fd64a2085a14
3,940
h
C
ds/security/gina/snapins/ade/stdafx.h
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
ds/security/gina/snapins/ade/stdafx.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
ds/security/gina/snapins/ade/stdafx.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
//+-------------------------------------------------------------------------- // // Microsoft Windows // Copyright (C) Microsoft Corporation, 1994 - 1998. // // File: stdafx.h // // Contents: include file for standard system include files, or project // specific include files that are u...
29.402985
83
0.593655
[ "object" ]
4bb7e4d95b5fded4ed5b72d69b2e05bdbd583793
3,012
h
C
src/PopupCommand.h
TheFoundry-Modo/VDBVoxel
8321e6531e638ff7a7d34812f9b61e21b20ce9ff
[ "Apache-2.0" ]
5
2016-02-19T22:41:21.000Z
2020-02-29T21:14:07.000Z
src/PopupCommand.h
TheFoundry-Modo/VDBVoxel
8321e6531e638ff7a7d34812f9b61e21b20ce9ff
[ "Apache-2.0" ]
null
null
null
src/PopupCommand.h
TheFoundry-Modo/VDBVoxel
8321e6531e638ff7a7d34812f9b61e21b20ce9ff
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2015 The Foundry Visionmongers 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 * * Neither the name of The Foundry nor t...
22.646617
74
0.738712
[ "object", "vector" ]
4bbbb92920dd84acfb9fc0eaf9d8a255eee4d493
2,471
h
C
src/server_main/engine/world/island.h
snowmeltarcade/projectfarm
6a35330f63bff06465c4ee1a0fbc5277c0d22982
[ "MIT" ]
null
null
null
src/server_main/engine/world/island.h
snowmeltarcade/projectfarm
6a35330f63bff06465c4ee1a0fbc5277c0d22982
[ "MIT" ]
7
2021-05-30T21:52:39.000Z
2021-06-25T22:35:28.000Z
src/server_main/engine/world/island.h
snowmeltarcade/projectfarm
6a35330f63bff06465c4ee1a0fbc5277c0d22982
[ "MIT" ]
null
null
null
#ifndef PROJECTFARM_ISLAND_H #define PROJECTFARM_ISLAND_H #include <cstdint> #include <vector> #include <fstream> #include <nlohmann/json.hpp> #include "plots.h" #include "world_change_log_entry.h" #include "time/consume_timer.h" #include "time/timer.h" #include "action_tile.h" namespace projectfarm::engine::world {...
30.8875
131
0.665722
[ "vector" ]
4bcbab1b6cc68aeb555b30b857ea4bcbd55c27ab
5,185
h
C
libtensor/gen_block_tensor/impl/gen_block_tensor_impl.h
maxscheurer/libtensor
288ed0596b24356d187d2fa40c05b0dacd00b413
[ "BSL-1.0" ]
33
2016-02-08T06:05:17.000Z
2021-11-17T01:23:11.000Z
libtensor/gen_block_tensor/impl/gen_block_tensor_impl.h
maxscheurer/libtensor
288ed0596b24356d187d2fa40c05b0dacd00b413
[ "BSL-1.0" ]
11
2020-12-04T20:26:12.000Z
2021-12-03T08:07:09.000Z
libtensor/gen_block_tensor/impl/gen_block_tensor_impl.h
maxscheurer/libtensor
288ed0596b24356d187d2fa40c05b0dacd00b413
[ "BSL-1.0" ]
12
2016-05-19T18:09:38.000Z
2021-02-24T17:35:21.000Z
#ifndef LIBTENSOR_GEN_BLOCK_TENSOR_IMPL_H #define LIBTENSOR_GEN_BLOCK_TENSOR_IMPL_H #include <libutil/threads/auto_lock.h> #include <libtensor/core/short_orbit.h> #include "../gen_block_tensor.h" namespace libtensor { template<size_t N, typename BtTraits> const char gen_block_tensor<N, BtTraits>::k_clazz[] = "g...
24.927885
79
0.706268
[ "object", "vector" ]
4bd0bf1197a61420896b51c9ea8ff0d9c9df5f01
2,229
h
C
Source/OCHamcrest.h
pivotalforks/OCHamcrest
ee0d886fc879e6d0c7c406b99d723eff2e577146
[ "BSD-3-Clause" ]
1
2015-11-09T00:07:51.000Z
2015-11-09T00:07:51.000Z
Source/OCHamcrest.h
pivotalforks/OCHamcrest
ee0d886fc879e6d0c7c406b99d723eff2e577146
[ "BSD-3-Clause" ]
null
null
null
Source/OCHamcrest.h
pivotalforks/OCHamcrest
ee0d886fc879e6d0c7c406b99d723eff2e577146
[ "BSD-3-Clause" ]
null
null
null
// // OCHamcrest - OCHamcrest.h // Copyright 2011 hamcrest.org. See LICENSE.txt // // Created by: Jon Reid // /** @defgroup library Matcher Library Library of Matcher implementations */ /** @defgroup core_matchers Core Matchers Fundamental matchers of objects and values, and composite matchers @ingroup ...
19.051282
67
0.756393
[ "object" ]
4bd2aed7b85e31008a44a031378cce0a02b0bbae
624
h
C
gameboard.h
l45lu/BB7K
b549eedb29265e6c7a8f52f8c44ba65dedf24179
[ "MIT" ]
null
null
null
gameboard.h
l45lu/BB7K
b549eedb29265e6c7a8f52f8c44ba65dedf24179
[ "MIT" ]
null
null
null
gameboard.h
l45lu/BB7K
b549eedb29265e6c7a8f52f8c44ba65dedf24179
[ "MIT" ]
null
null
null
// // gameboard.hpp // bbk7000 // // Created by Ethan Xie on 2015-11-26. // Copyright © 2015 Ethan Xie. All rights reserved. // #ifndef GAMEBOARD_H #define GAMEBOARD_H #include "player.h" #include "building.h" #include <vector> class Gameboard{ public: int numPlayers; Building *map[40]; std::vector <P...
17.828571
52
0.669872
[ "vector" ]
4bdb95698ebf2f3e6b102526e6cf7a4188c0a001
2,557
h
C
Classes/NSNotificationCenter+ZYExtension.h
Eyshen/ios-zy-common
eea7631797b7898b5c4948bf2d8ed14d91697057
[ "MIT" ]
null
null
null
Classes/NSNotificationCenter+ZYExtension.h
Eyshen/ios-zy-common
eea7631797b7898b5c4948bf2d8ed14d91697057
[ "MIT" ]
null
null
null
Classes/NSNotificationCenter+ZYExtension.h
Eyshen/ios-zy-common
eea7631797b7898b5c4948bf2d8ed14d91697057
[ "MIT" ]
null
null
null
// // NSNotificationCenter+ZYExtension.h // // _______________ __ // /\______ / \ \ / / // \/___ / / \ \ / / // / / / \ \/ / // / / / \/ / // / / /______ / / // / /__________\ / / // /_____________/ \/ // // Created by Eason.zhangyi on 16/1/4. // C...
46.490909
194
0.653109
[ "object" ]
4bdf5b41facebcee3a5c264904c038c31fb330da
2,553
h
C
numba/capsulethunk.h
auderson/numba
3d67c9850ab56457f418cf40af6245fd9c337705
[ "BSD-2-Clause" ]
6,620
2015-01-04T08:51:04.000Z
2022-03-31T12:52:18.000Z
numba/capsulethunk.h
auderson/numba
3d67c9850ab56457f418cf40af6245fd9c337705
[ "BSD-2-Clause" ]
6,457
2015-01-04T03:18:41.000Z
2022-03-31T17:38:42.000Z
numba/capsulethunk.h
auderson/numba
3d67c9850ab56457f418cf40af6245fd9c337705
[ "BSD-2-Clause" ]
930
2015-01-25T02:33:03.000Z
2022-03-30T14:10:32.000Z
/** This is a modified version of capsulethunk.h for use in llvmpy **/ #ifndef __CAPSULETHUNK_H #define __CAPSULETHUNK_H #if ( (PY_VERSION_HEX < 0x02070000) \ || ((PY_VERSION_HEX >= 0x03000000) \ && (PY_VERSION_HEX < 0x03010000)) ) //#define Assert(X) do_assert(!!(X), #X, __FILE__, __LINE__) #d...
23.422018
79
0.675676
[ "object" ]
4bdfd7060b2eb05eb8a11d38c9cdc4c5381a9152
797
h
C
Population.h
s059ff/genetic-network-programming-python-package
4fc6bf92787bcec738853496f7001c788f75f87b
[ "Unlicense" ]
4
2018-06-30T17:48:39.000Z
2021-07-16T13:12:47.000Z
Population.h
s059ff/genetic-network-programming-python-package
4fc6bf92787bcec738853496f7001c788f75f87b
[ "Unlicense" ]
null
null
null
Population.h
s059ff/genetic-network-programming-python-package
4fc6bf92787bcec738853496f7001c788f75f87b
[ "Unlicense" ]
3
2018-06-12T02:30:53.000Z
2020-03-26T15:23:06.000Z
#pragma once #include <random> #include <vector> #include "GNPConfig.h" #include "GNPTypes.h" #include "Genome.h" namespace gnp { // すべての遺伝子を表します。 class Population { public: // このクラスのインスタンスを初期化します。 Population(const GNPConfig &config); // 全個体に対して遺伝子操作を行い、世代を更新します。 void run(const GNPConfig &config);...
18.113636
68
0.702635
[ "vector" ]
4bdff25c41ec2c22218908cb7b851ecec4db8734
2,616
h
C
navigation_2d/nav2d_karto/OpenKarto/source/OpenKarto/TypeCasts.h
swsachith/tb3_rescue_bot
cd2bb81bede9f740c3316783474d68ae7e0b480a
[ "Apache-2.0" ]
1
2021-05-17T11:13:01.000Z
2021-05-17T11:13:01.000Z
src/nav2d_karto/OpenKarto/source/OpenKarto/TypeCasts.h
pplankton/MRSLAM
0a16489a2cbd0c2d1511b506c540446cc670bde8
[ "MIT" ]
null
null
null
src/nav2d_karto/OpenKarto/source/OpenKarto/TypeCasts.h
pplankton/MRSLAM
0a16489a2cbd0c2d1511b506c540446cc670bde8
[ "MIT" ]
2
2018-11-16T16:14:18.000Z
2018-11-27T22:55:07.000Z
/* * Copyright (C) 2006-2011, SRI International (R) * * This program 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 3 of the License, or * (at your option) any later version....
34.421053
91
0.674694
[ "object" ]
4be3b415a3136374c5511bf6fe5b3d7da2a7c393
935
h
C
Source/Game/LoginScreen.h
igorsegallafa/UrhoMMO
fd389d9722f32b0dc90dff746138213471503820
[ "MIT" ]
8
2020-02-06T13:14:13.000Z
2020-11-03T06:26:04.000Z
Source/Game/LoginScreen.h
igorsegallafa/UrhoMMO
fd389d9722f32b0dc90dff746138213471503820
[ "MIT" ]
null
null
null
Source/Game/LoginScreen.h
igorsegallafa/UrhoMMO
fd389d9722f32b0dc90dff746138213471503820
[ "MIT" ]
6
2019-06-19T00:24:16.000Z
2020-12-08T05:03:59.000Z
#pragma once #include "Screen.h" class LoginScreen : public Screen { URHO3D_OBJECT( LoginScreen, Screen ); public: //! Constructor. LoginScreen( Context* context ); //! Deconstructor. ~LoginScreen(); //! Initialize Scene. void Init() override; //! Set Game Server List. void SetW...
22.804878
81
0.682353
[ "vector" ]
4be5920d9ad7daefae262fe319a256a1575f3563
1,701
h
C
Dmf/Modules.Library/Dmf_NotifyUserWithEvent.h
harishsk/DMF
f2d58f500efbf2ee22c926f3a890f78e5d6278b0
[ "MIT" ]
130
2018-08-07T11:36:38.000Z
2019-04-12T00:17:37.000Z
Dmf/Modules.Library/Dmf_NotifyUserWithEvent.h
harishsk/DMF
f2d58f500efbf2ee22c926f3a890f78e5d6278b0
[ "MIT" ]
12
2018-08-17T12:06:26.000Z
2019-03-26T16:59:08.000Z
Dmf/Modules.Library/Dmf_NotifyUserWithEvent.h
harishsk/DMF
f2d58f500efbf2ee22c926f3a890f78e5d6278b0
[ "MIT" ]
21
2018-08-08T14:47:04.000Z
2019-04-23T03:11:53.000Z
/*++ Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. Module Name: Dmf_NotifyUserWithEvent.h Abstract: Companion file to Dmf_NotifyUserWithEvent.c. Environment: Kernel-mode Driver Framework User-mode Driver Framework --*/ #pra...
23.30137
85
0.731922
[ "object" ]
4bedef9f8b4bd03c7ea82d08e47f385900421126
10,560
h
C
include/CwAPI3D/ICwAPI3DMaterialController.h
CadworkMontreal/AxisImporter
b6e483239f02e3fa4afaed5cc52d2cca1ee256ae
[ "MIT" ]
null
null
null
include/CwAPI3D/ICwAPI3DMaterialController.h
CadworkMontreal/AxisImporter
b6e483239f02e3fa4afaed5cc52d2cca1ee256ae
[ "MIT" ]
null
null
null
include/CwAPI3D/ICwAPI3DMaterialController.h
CadworkMontreal/AxisImporter
b6e483239f02e3fa4afaed5cc52d2cca1ee256ae
[ "MIT" ]
null
null
null
/** @file * Copyright (C) 2017 cadwork informatik AG * * This file is part of the CwAPI3D module for cadwork 3d. * * @ingroup CwAPI3D * @since 24.0 * @author Paquet * @date 2017-06-22 */ #pragma once #include "ICwAPI3DString.h" #include "ICwAPI3DElementIDList.h" #include "ICwAPI3DMateria...
35.675676
109
0.636458
[ "3d" ]
ef00dd910377c845598591702d0ae5769ae1f4bc
17,108
c
C
usr.lib/libkvm/kvm_proc.c
TheSledgeHammer/2.11BSD
fe61f0b9aaa273783cd027c7b5ec77e95ead2153
[ "BSD-3-Clause" ]
3
2021-05-04T17:09:06.000Z
2021-10-04T07:19:26.000Z
usr.lib/libkvm/kvm_proc.c
TheSledgeHammer/2.11BSD
fe61f0b9aaa273783cd027c7b5ec77e95ead2153
[ "BSD-3-Clause" ]
null
null
null
usr.lib/libkvm/kvm_proc.c
TheSledgeHammer/2.11BSD
fe61f0b9aaa273783cd027c7b5ec77e95ead2153
[ "BSD-3-Clause" ]
null
null
null
/*- * Copyright (c) 1989, 1992, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software developed by the Computer Systems * Engineering group at Lawrence Berkeley Laboratory under DARPA contract * BG 91-66 and contributed to Berkeley. * * Redistribution a...
24.19802
77
0.627893
[ "object", "vector" ]
ef07aef87593907f8660ba962d6a43566ad27923
97,032
c
C
usr/src/uts/common/os/cpu.c
AsahiOS/gate
283d47da4e17a5871d9d575e7ffb81e8f6c52e51
[ "MIT" ]
null
null
null
usr/src/uts/common/os/cpu.c
AsahiOS/gate
283d47da4e17a5871d9d575e7ffb81e8f6c52e51
[ "MIT" ]
null
null
null
usr/src/uts/common/os/cpu.c
AsahiOS/gate
283d47da4e17a5871d9d575e7ffb81e8f6c52e51
[ "MIT" ]
1
2020-12-30T00:04:16.000Z
2020-12-30T00:04:16.000Z
/* * CDDL HEADER START * * The contents of this file are subject to the terms of the * Common Development and Distribution License (the "License"). * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolar...
27.103911
80
0.69543
[ "model" ]
ef07feb3e196c4c2844e0e0824a44081ae29e6ed
192
h
C
include/provenance_rewriter/lateral_rewrites/lateral_prov_main.h
lordpretzel/gprom
143b8e950a843ceac8585c31156ae174295a5315
[ "Apache-2.0" ]
5
2017-02-01T16:27:47.000Z
2021-04-23T16:02:03.000Z
include/provenance_rewriter/lateral_rewrites/lateral_prov_main.h
lordpretzel/gprom
143b8e950a843ceac8585c31156ae174295a5315
[ "Apache-2.0" ]
82
2016-11-30T15:57:48.000Z
2022-03-04T21:35:03.000Z
include/provenance_rewriter/lateral_rewrites/lateral_prov_main.h
lordpretzel/gprom
143b8e950a843ceac8585c31156ae174295a5315
[ "Apache-2.0" ]
4
2017-02-09T20:53:13.000Z
2022-02-10T22:01:35.000Z
/* * lateral_prov_main.h * * Created on: July 27, 2018 * Author: Xing */ #include "model/query_operator/query_operator.h" extern Node *lateralTranslateQBModel (Node *qbModel);
13.714286
53
0.6875
[ "model" ]
ef154fe9b6ceba1f34aa193562f5b24a30e1f933
5,391
h
C
t_swift_vector.h
FenixFeather/t_swift-vector
2c0e7ebd109add135e7049fd3e7e06d43ffbd167
[ "MIT" ]
2
2019-12-30T14:17:17.000Z
2020-01-05T20:02:03.000Z
t_swift_vector.h
FenixFeather/t_swift-vector
2c0e7ebd109add135e7049fd3e7e06d43ffbd167
[ "MIT" ]
null
null
null
t_swift_vector.h
FenixFeather/t_swift-vector
2c0e7ebd109add135e7049fd3e7e06d43ffbd167
[ "MIT" ]
null
null
null
/* * @file t_swift_vector.h * @brief A Taylor Swift themed, threadsafe dynamically expanding array. * * Autocomplete is almost mandatory when using this code. * */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <pthread.h> #ifndef __T_SWIFT_VECTOR__ #define __T_SWIFT_VECTOR__ #define FACTO...
29.140541
127
0.70729
[ "vector" ]
ef215d61d33dead2260cdf98c00467f407951255
746
c
C
main.c
Acknex/StandardShader
4355f89e8cb0b3bd884bd4f0d3d8976759dd13ca
[ "Zlib" ]
null
null
null
main.c
Acknex/StandardShader
4355f89e8cb0b3bd884bd4f0d3d8976759dd13ca
[ "Zlib" ]
null
null
null
main.c
Acknex/StandardShader
4355f89e8cb0b3bd884bd4f0d3d8976759dd13ca
[ "Zlib" ]
1
2020-02-11T17:30:52.000Z
2020-02-11T17:30:52.000Z
#include <acknex.h> #include <default.c> MATERIAL * mtl_nextgen = { effect = "fx_default.fx"; technique = "std_lightmapped"; flags = AUTORELOAD | TANGENT; ambient_red = 100; ambient_green = 100; ambient_blue = 100; diffuse_red = 200; diffuse_green = 200; diffuse_blue = 200; specular_red = 0; specul...
17.348837
60
0.683646
[ "vector" ]