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
57368af2169e93ee4c6f3f5ba73dfebb3cd60d2a
746
h
C
extern/firebreath/sources/ActiveXPlugin/axutil.h
untgames/funner
c91614cda55fd00f5631d2bd11c4ab91f53573a3
[ "MIT" ]
7
2016-03-30T17:00:39.000Z
2017-03-27T16:04:04.000Z
extern/firebreath/sources/ActiveXPlugin/axutil.h
untgames/Funner
c91614cda55fd00f5631d2bd11c4ab91f53573a3
[ "MIT" ]
4
2017-11-21T11:25:49.000Z
2018-09-20T17:59:27.000Z
extern/firebreath/sources/ActiveXPlugin/axutil.h
untgames/Funner
c91614cda55fd00f5631d2bd11c4ab91f53573a3
[ "MIT" ]
4
2016-11-29T15:18:40.000Z
2017-03-27T16:04:08.000Z
/**********************************************************\ Original Author: Georg Fritzsche Created: Sept 17, 2009 License: Dual license model; choose one of two: New BSD License http://www.opensource.org/licenses/bsd-license.php - or - GNU Lesser Genera...
27.62963
63
0.542895
[ "model" ]
5737e0834f9253a3ced7fdf3fd34a5513165685f
2,018
h
C
include/mylibrary/engine.h
CS126SP20/final-project-jananir2
74e0799403fbd904ed99979b18407e654a0725e4
[ "MIT" ]
null
null
null
include/mylibrary/engine.h
CS126SP20/final-project-jananir2
74e0799403fbd904ed99979b18407e654a0725e4
[ "MIT" ]
null
null
null
include/mylibrary/engine.h
CS126SP20/final-project-jananir2
74e0799403fbd904ed99979b18407e654a0725e4
[ "MIT" ]
null
null
null
// // Created by janan on 5/2/2020. // #ifndef FINALPROJECT_ENGINE_H #define FINALPROJECT_ENGINE_H #include <vector> #include <csv2/reader.hpp> #include <mylibrary/setup.h> namespace mylibrary { class Engine { public: /** Creates an engine with 4 options for trivia quizzes the user can take */ Engine(std...
33.081967
80
0.679386
[ "vector" ]
5748b0af9057d0e486c43426a510087526cfd16b
1,022
h
C
src/cd_engine.h
ARandomOWL/verimap
0da478f7289d5b64e74b2821cf1c941acfcc8d7f
[ "MIT" ]
3
2018-02-23T13:13:22.000Z
2019-02-02T06:05:14.000Z
src/cd_engine.h
ARandomOWL/verimap
0da478f7289d5b64e74b2821cf1c941acfcc8d7f
[ "MIT" ]
6
2018-03-08T16:09:35.000Z
2018-04-04T10:36:20.000Z
src/cd_engine.h
ARandomOWL/verimap
0da478f7289d5b64e74b2821cf1c941acfcc8d7f
[ "MIT" ]
1
2018-02-23T17:04:55.000Z
2018-02-23T17:04:55.000Z
// Andrey Mokhov // // School of EECE // University of Newcastle upon Tyne // // April 2006 // // Email: Andrey.Mokhov@ncl.ac.uk, Andrey.Mokhov@gmail.com #ifndef _CD_ENIGNE_H_ #define _CD_ENIGNE_H_ #include "sv_net.h" #include "sv_module.h" #include "sv_circuit.h" #include <string> #include <cstdio> #include <string...
20.039216
105
0.657534
[ "vector" ]
5749dce2b1b77d3cede01eb0ec86f5344cb79abf
1,712
h
C
includes/basic/basic.h
alexandrerodrigopinheiro/gorilla2d
b5c71214fb7a0b9e9e729675c37cbd30ffb13e57
[ "Unlicense" ]
null
null
null
includes/basic/basic.h
alexandrerodrigopinheiro/gorilla2d
b5c71214fb7a0b9e9e729675c37cbd30ffb13e57
[ "Unlicense" ]
null
null
null
includes/basic/basic.h
alexandrerodrigopinheiro/gorilla2d
b5c71214fb7a0b9e9e729675c37cbd30ffb13e57
[ "Unlicense" ]
null
null
null
#ifndef G2D_BASIC_BASIC_H_ #define G2D_BASIC_BASIC_H_ #pragma once #include <algorithm> #include <string> #include <iostream> #include <cassert> #include <cstring> #include <iosfwd> #include <iomanip> #include <vector> #include <sstream> #include <memory> #include <vector> #include <SDL2/SDL.h> #include <SDL2/SDL_im...
22.526316
86
0.692173
[ "vector" ]
574de976a0df87b1618d40a32e96d0226f8f308f
1,942
h
C
include/core/shaderprogram.h
GuyTristram/grt
4329ed58f22248ed4924246e148fb6b5f3f7e1bc
[ "MIT" ]
1
2015-10-08T19:11:18.000Z
2015-10-08T19:11:18.000Z
include/core/shaderprogram.h
GuyTristram/grt
4329ed58f22248ed4924246e148fb6b5f3f7e1bc
[ "MIT" ]
null
null
null
include/core/shaderprogram.h
GuyTristram/grt
4329ed58f22248ed4924246e148fb6b5f3f7e1bc
[ "MIT" ]
null
null
null
#ifndef SHADERPROGRAM_H #define SHADERPROGRAM_H #include "common/shared.h" #include "core/uniform.h" #include <vector> class Texture; class ShaderProgram : public Shared { public: typedef SharedPtr< ShaderProgram > Ptr; ShaderProgram(); ShaderProgram( char const *vertex_source, ch...
23.119048
88
0.611226
[ "vector" ]
57521f13cdf2b03b1d2cc5fb6c78435a82308476
1,053
h
C
leetcodeInXcode/Solution/Partition Array by Odd and Even.h
thats2ez/leetcode-in-Xcode
6a9cd577276908d1186002d8c365ad2fe84347f0
[ "MIT" ]
1
2019-08-11T08:47:53.000Z
2019-08-11T08:47:53.000Z
leetcodeInXcode/Solution/Partition Array by Odd and Even.h
thats2ez/leetcode-in-Xcode
6a9cd577276908d1186002d8c365ad2fe84347f0
[ "MIT" ]
null
null
null
leetcodeInXcode/Solution/Partition Array by Odd and Even.h
thats2ez/leetcode-in-Xcode
6a9cd577276908d1186002d8c365ad2fe84347f0
[ "MIT" ]
1
2021-07-21T09:03:43.000Z
2021-07-21T09:03:43.000Z
// // Partition Array by Odd and Even.h // leetcodeInXcode // // Created by Kaiqi on 5/30/15. // Copyright (c) 2015 edu.self. All rights reserved. // class Solution { public: /** * @param nums: a vector of integers * @return: nothing */ // this is WRONG, this is stable partition void par...
22.404255
53
0.40076
[ "vector" ]
575ffee73d60e9bd5d4f5af7538d01789268cc9a
3,422
h
C
paddle/fluid/framework/ir/fuse_gemm_epilogue_pass.h
Li-fAngyU/Paddle
e548f65f96697830035a28f9070b40829408ccdb
[ "Apache-2.0" ]
11
2016-08-29T07:43:26.000Z
2016-08-29T07:51:24.000Z
paddle/fluid/framework/ir/fuse_gemm_epilogue_pass.h
Li-fAngyU/Paddle
e548f65f96697830035a28f9070b40829408ccdb
[ "Apache-2.0" ]
1
2022-01-28T07:23:22.000Z
2022-01-28T07:23:22.000Z
paddle/fluid/framework/ir/fuse_gemm_epilogue_pass.h
Li-fAngyU/Paddle
e548f65f96697830035a28f9070b40829408ccdb
[ "Apache-2.0" ]
1
2021-12-09T08:59:17.000Z
2021-12-09T08:59:17.000Z
// Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. // Copyright (c) 2022 NVIDIA Authors. 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:...
33.881188
79
0.698714
[ "vector" ]
5766fb8bbef797a6fa55834eea26ac8c89e0f249
3,990
h
C
LacqJS/LQJSBridgeObject.h
pojala/lacqjs
f2bd44b7bf04b96c23b4c32f0abb3810bb372c65
[ "MIT" ]
1
2021-09-05T20:45:16.000Z
2021-09-05T20:45:16.000Z
LacqJS/LQJSBridgeObject.h
pojala/lacqjs
f2bd44b7bf04b96c23b4c32f0abb3810bb372c65
[ "MIT" ]
null
null
null
LacqJS/LQJSBridgeObject.h
pojala/lacqjs
f2bd44b7bf04b96c23b4c32f0abb3810bb372c65
[ "MIT" ]
null
null
null
// // LQJSBridgeObject.h // LacqJS // // Created by Pauli Ojala on 8.10.2008. // Copyright 2008 Lacquer oy/ltd. // // 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 // ...
37.641509
124
0.751629
[ "object" ]
5768aa5ead9910d50c507c062bc47ad469817786
605
h
C
src/xr_3da/xrGame/ai/Biting/biting_state_attack.h
ixray-team/ixray-b2945
ad5ef375994ee9cd790c4144891e9f00e7efe565
[ "Linux-OpenIB" ]
1
2022-03-26T17:00:19.000Z
2022-03-26T17:00:19.000Z
src/xr_3da/xrGame/ai/Biting/biting_state_attack.h
ixray-team/ixray-b2945
ad5ef375994ee9cd790c4144891e9f00e7efe565
[ "Linux-OpenIB" ]
null
null
null
src/xr_3da/xrGame/ai/Biting/biting_state_attack.h
ixray-team/ixray-b2945
ad5ef375994ee9cd790c4144891e9f00e7efe565
[ "Linux-OpenIB" ]
1
2022-03-26T17:00:21.000Z
2022-03-26T17:00:21.000Z
#pragma once #include "../../state_manager_state.h" class CAI_Biting; class CStateBitingAttack : public CStateManagerState<CAI_Biting> { protected: typedef CStateManagerState<CAI_Biting> inherited; enum EAttackStates { eAS_Run = u32(0), eAS_Melee, eALifeStateDummy = u32(-1), }; public: ...
21.607143
67
0.666116
[ "object" ]
57702542e2357848de2eaeeba8dde33a9595974d
1,098
h
C
src/libgeodecomp/misc/patternoptimizer.h
aproeme/libgeodecomp
f78899c67ad62540fd153cba132a0a363a7b3fa9
[ "BSL-1.0" ]
40
2015-03-18T16:36:25.000Z
2020-08-19T07:35:19.000Z
src/libgeodecomp/misc/patternoptimizer.h
aproeme/libgeodecomp
f78899c67ad62540fd153cba132a0a363a7b3fa9
[ "BSL-1.0" ]
72
2015-02-05T10:41:30.000Z
2022-03-03T12:02:47.000Z
src/libgeodecomp/misc/patternoptimizer.h
aproeme/libgeodecomp
f78899c67ad62540fd153cba132a0a363a7b3fa9
[ "BSL-1.0" ]
17
2015-11-22T14:49:16.000Z
2020-01-15T19:05:04.000Z
#ifndef LIBGEODECOMP_MISC_PATTERNOPTIMIZER_H #define LIBGEODECOMP_MISC_PATTERNOPTIMIZER_H #include <libgeodecomp/misc/optimizer.h> #include <libgeodecomp/misc/simulationparameters.h> namespace LibGeoDecomp { /** * This class implements a direct search (pattern search) which * searches a given neighborhood to find ...
24.954545
78
0.734062
[ "vector" ]
577124bd2a6a59b34fe2bcba4267042163eaba7e
5,562
h
C
linear_equations/equation.h
hassanelshazly/linear_equations_solver
48bc7c64e33533acc958995dc29f280531331de7
[ "MIT" ]
null
null
null
linear_equations/equation.h
hassanelshazly/linear_equations_solver
48bc7c64e33533acc958995dc29f280531331de7
[ "MIT" ]
null
null
null
linear_equations/equation.h
hassanelshazly/linear_equations_solver
48bc7c64e33533acc958995dc29f280531331de7
[ "MIT" ]
null
null
null
/****************************************************************************** * Copyright (C) 2020 by Hassan El-shazly * * Redistribution, modification or use of this software in source or binary * forms is permitted as long as the files maintain this copyright. * ***********************************************...
22.795082
84
0.591334
[ "object", "vector" ]
5776ac564a35b63288383a2f0763ec87956cc3c7
455
h
C
besspin/cwesEvaluation/informationLeakage/sources/include/interpreter.h
mikkowus/BESSPIN-Tool-Suite
e87e9abb1156a8627aacc3272f1925b034129146
[ "Apache-2.0" ]
null
null
null
besspin/cwesEvaluation/informationLeakage/sources/include/interpreter.h
mikkowus/BESSPIN-Tool-Suite
e87e9abb1156a8627aacc3272f1925b034129146
[ "Apache-2.0" ]
null
null
null
besspin/cwesEvaluation/informationLeakage/sources/include/interpreter.h
mikkowus/BESSPIN-Tool-Suite
e87e9abb1156a8627aacc3272f1925b034129146
[ "Apache-2.0" ]
null
null
null
#ifndef __INTERPRETER_H__ #define __INTERPRETER_H__ #include "types.h" #include "control.h" // Return a representation, for a given interpreter, // of the address of object 'addr' and offset 'offset'. // This function exists to make the exploits modular. uaddr_t build_uaddr(char addr, char offset); // Allocate & retu...
26.764706
59
0.767033
[ "object" ]
579e9e2a58b07141727508e8ff732a9e61e8af84
1,887
c
C
src/variable_vector.c
Adda0/ifj20-go-compiler
477407734e5f87d26aaa7a07f2947a3ee9da4c9d
[ "MIT" ]
null
null
null
src/variable_vector.c
Adda0/ifj20-go-compiler
477407734e5f87d26aaa7a07f2947a3ee9da4c9d
[ "MIT" ]
null
null
null
src/variable_vector.c
Adda0/ifj20-go-compiler
477407734e5f87d26aaa7a07f2947a3ee9da4c9d
[ "MIT" ]
null
null
null
/** @file variable_vector.c * * IFJ20 compiler * * @brief Contains definitions of variable vector functions. * * @author František Nečas (xnecas27), FIT BUT */ #include <stdlib.h> #include "variable_vector.h" #include "symtable.h" #include "stderr_message.h" /** @brief Initializes the vector. */ void vv_init(V...
24.192308
100
0.596184
[ "vector" ]
57a1524331833196d90b43bb2ddcafdcea3c6645
11,358
h
C
src/commlib/zcelib/zce_server_status.h
sailzeng/zcelib
88e14ab436f1b40e8071e15ef6d9fae396efc3b4
[ "Apache-2.0" ]
72
2015-01-08T05:01:48.000Z
2021-12-28T06:13:03.000Z
src/commlib/zcelib/zce_server_status.h
sailzeng/zcelib
88e14ab436f1b40e8071e15ef6d9fae396efc3b4
[ "Apache-2.0" ]
4
2016-01-18T12:24:59.000Z
2019-10-12T07:19:15.000Z
src/commlib/zcelib/zce_server_status.h
sailzeng/zcelib
88e14ab436f1b40e8071e15ef6d9fae396efc3b4
[ "Apache-2.0" ]
40
2015-01-26T06:49:18.000Z
2021-07-20T08:11:48.000Z
/*! * @copyright 2004-2013 Apache License, Version 2.0 FULLSAIL * @filename zce_server_status.h * @author Sailzeng <sailerzeng@gmail.com> * @version * @date 2006年3月7日 * @brief * * * @details 服务器的统计类, * 这个想法来自rong,sonicmao的C4A的服务器,向rong,sonicmao致敬. * * * @note 修改记录,很简单的一个类,但改动很多 * ...
24.373391
121
0.596408
[ "vector" ]
707103ad0e4b24d9cfe091be67f15bf5f75f888b
42,649
c
C
src/encoder_state-bitstream.c
fador/kvazaar
55bb8ee17f96a9625b8c10bce7c82fa91e7eec09
[ "BSD-3-Clause" ]
512
2015-01-13T21:42:48.000Z
2022-03-31T17:57:28.000Z
src/encoder_state-bitstream.c
fador/kvazaar
55bb8ee17f96a9625b8c10bce7c82fa91e7eec09
[ "BSD-3-Clause" ]
217
2015-01-04T16:06:49.000Z
2022-03-30T12:54:29.000Z
src/encoder_state-bitstream.c
fador/kvazaar
55bb8ee17f96a9625b8c10bce7c82fa91e7eec09
[ "BSD-3-Clause" ]
179
2015-01-05T08:58:40.000Z
2022-03-29T07:08:24.000Z
/***************************************************************************** * This file is part of Kvazaar HEVC encoder. * * Copyright (c) 2021, Tampere University, ITU/ISO/IEC, project contributors * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * ...
37.313211
200
0.685338
[ "geometry", "vector" ]
707e2f4798b396abafdcc4d8a6e70faf99323735
25,508
c
C
csrc/org/trifort/rootbeer/runtime/CUDAContext.c
mxmlnkn/rootbeer1
e48b9aefd1d4dbf949c308d3208a4d036662e5bf
[ "MIT" ]
19
2016-04-06T00:26:02.000Z
2022-01-17T14:02:35.000Z
csrc/org/trifort/rootbeer/runtime/CUDAContext.c
mxmlnkn/rootbeer1
e48b9aefd1d4dbf949c308d3208a4d036662e5bf
[ "MIT" ]
null
null
null
csrc/org/trifort/rootbeer/runtime/CUDAContext.c
mxmlnkn/rootbeer1
e48b9aefd1d4dbf949c308d3208a4d036662e5bf
[ "MIT" ]
4
2017-05-01T11:18:19.000Z
2020-05-15T08:49:04.000Z
#include "CUDAContext.h" #include <cuda.h> #include <stdio.h> // printf, sprintf #include <stdlib.h> // malloc, free #include <string.h> // strlen #include <assert.h> #include "PointerCasting.h" #include "CUDARuntime.h" #include "Stopwatch.h" #define DEBUG_CUDA_CONTEXT 0 /* e.g. because of alignment ...
42.870588
177
0.573271
[ "object" ]
7081979b2ef9061116d58bdd3ac42e6464bd1c95
1,190
h
C
src/json.h
ReanGD/rofi-proxy
f2790f3f0e386865956078ae69e15d29e271639e
[ "Apache-2.0" ]
2
2020-09-03T09:09:56.000Z
2021-02-13T21:54:04.000Z
src/json.h
ReanGD/rofi-proxy
f2790f3f0e386865956078ae69e15d29e271639e
[ "Apache-2.0" ]
null
null
null
src/json.h
ReanGD/rofi-proxy
f2790f3f0e386865956078ae69e15d29e271639e
[ "Apache-2.0" ]
null
null
null
#pragma once #include <string_view> enum class TokenType : uint8_t { Undefined = 0, Object = 1, Array = 2, String = 3, Primitive = 4 // Other primitive: number, boolean (true/false) or null }; struct Token { TokenType type; char* start; char* end; uint32_t size; std::string_...
21.25
78
0.64958
[ "object" ]
708d3f01759ce647efae0357c619fe78e651b1fe
2,190
h
C
temperature/temperature.h
buelowp/aquarium
6d379469fbfe2a8c12631bc5571c76d3c0d9d84a
[ "MIT" ]
3
2017-05-04T08:14:46.000Z
2020-04-21T12:17:08.000Z
temperature/temperature.h
buelowp/aquarium
6d379469fbfe2a8c12631bc5571c76d3c0d9d84a
[ "MIT" ]
12
2019-08-17T20:49:35.000Z
2020-04-22T00:46:17.000Z
temperature/temperature.h
buelowp/aquarium
6d379469fbfe2a8c12631bc5571c76d3c0d9d84a
[ "MIT" ]
null
null
null
/* * Copyright (c) 2019 <copyright holder> <email> * * 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, mod...
32.686567
70
0.717352
[ "vector" ]
7093677dad377597000f36602021e42be018d54f
6,083
h
C
src/plugins/monocle/util/monocle/textdocumentadapter.h
MellonQ/leechcraft
71cbb238d2dade56b3865278a6a8e6a58c217fc5
[ "BSL-1.0" ]
1
2017-01-12T07:05:45.000Z
2017-01-12T07:05:45.000Z
src/plugins/monocle/util/monocle/textdocumentadapter.h
MellonQ/leechcraft
71cbb238d2dade56b3865278a6a8e6a58c217fc5
[ "BSL-1.0" ]
null
null
null
src/plugins/monocle/util/monocle/textdocumentadapter.h
MellonQ/leechcraft
71cbb238d2dade56b3865278a6a8e6a58c217fc5
[ "BSL-1.0" ]
null
null
null
/********************************************************************** * LeechCraft - modular cross-platform feature rich internet client. * Copyright (C) 2006-2014 Georg Rudoy * * Boost Software License - Version 1.0 - August 17th, 2003 * * Permission is hereby granted, free of charge, to any person or organiz...
34.367232
90
0.684531
[ "render", "object" ]
7097e20d231ca1b2822c51a86a5d723165234574
2,220
h
C
src/io/server_manager.h
biswajit-mandal/contrail-controller
80c4a7e8515f7296b18ba4c21a439bd3daefcc4a
[ "Apache-2.0" ]
5
2015-01-08T17:34:41.000Z
2017-09-28T16:00:25.000Z
src/io/server_manager.h
biswajit-mandal/contrail-controller
80c4a7e8515f7296b18ba4c21a439bd3daefcc4a
[ "Apache-2.0" ]
null
null
null
src/io/server_manager.h
biswajit-mandal/contrail-controller
80c4a7e8515f7296b18ba4c21a439bd3daefcc4a
[ "Apache-2.0" ]
18
2017-01-12T09:28:44.000Z
2019-04-18T20:47:42.000Z
/* * Copyright (c) 2014 Juniper Networks, Inc. All rights reserved. */ #ifndef IO_SERVER_MANAGER_H_ #define IO_SERVER_MANAGER_H_ #include <set> #include <tbb/mutex.h> // // ServerManager is the place holder for all the TcpServer and UdpServer // objects instantiated in the life time of a process // // TcpServer an...
31.267606
79
0.707658
[ "object" ]
70b4a4a53885a2a6c003c4e3292e0772a58bce4a
1,097
h
C
snake.h
Literal-Eval/SFML_snake
2440a44781f3d83f05f68dfaa62c8242a420b796
[ "MIT" ]
null
null
null
snake.h
Literal-Eval/SFML_snake
2440a44781f3d83f05f68dfaa62c8242a420b796
[ "MIT" ]
null
null
null
snake.h
Literal-Eval/SFML_snake
2440a44781f3d83f05f68dfaa62c8242a420b796
[ "MIT" ]
null
null
null
#ifndef _SNAKE_H_ #define _SNAKE_H_ #include <SFML/Audio.hpp> #include <SFML/Graphics.hpp> #include <iostream> #include <vector> #include "constants.h" class Snake { private: std::vector<sf::Vector2f> bodyArray{sf::Vector2f{330, 240}, sf::Vector2f{330 - blockWidth, 240}}; s...
21.509804
75
0.66454
[ "vector" ]
70b679bd1d4632bad0404bdc5250569182fb19eb
549
h
C
src/digg/sentry.h
erikalds/mt
802652157cf9c26970a69acbbeb48800d2983a23
[ "Unlicense" ]
null
null
null
src/digg/sentry.h
erikalds/mt
802652157cf9c26970a69acbbeb48800d2983a23
[ "Unlicense" ]
null
null
null
src/digg/sentry.h
erikalds/mt
802652157cf9c26970a69acbbeb48800d2983a23
[ "Unlicense" ]
null
null
null
#ifndef SENTRY_H #define SENTRY_H #include <functional> namespace digg { /// Simple sentry class that calls the given function object in destructor. class Sentry { public: explicit Sentry(std::function<void()> call_in_dtor) : fun(std::move(call_in_dtor)) {} Sentry(const Sentry&) = delete; Sentry&...
20.333333
89
0.652095
[ "object" ]
70f2e7ab020a24b3f984e1470168c4e7cdfd45e0
14,025
c
C
sdk/mesh_inc/src/models/src/gen/gens/mm_gens.c
Yulong007/bk3435_BLEMesh_DesignKit
ee1069fba8a137ccea16c3a1c247ec8972248e24
[ "Apache-2.0" ]
4
2020-02-29T08:45:14.000Z
2021-01-13T12:31:58.000Z
sdk/mesh_inc/src/models/src/gen/gens/mm_gens.c
Yulong007/bk3435_BLEMesh_DesignKit
ee1069fba8a137ccea16c3a1c247ec8972248e24
[ "Apache-2.0" ]
null
null
null
sdk/mesh_inc/src/models/src/gen/gens/mm_gens.c
Yulong007/bk3435_BLEMesh_DesignKit
ee1069fba8a137ccea16c3a1c247ec8972248e24
[ "Apache-2.0" ]
8
2020-02-29T08:45:31.000Z
2021-06-01T06:18:45.000Z
/** **************************************************************************************** * @file mm_gens.c * * @brief Mesh Model Generic Server Module * * Copyright (C) RivieraWaves 2017-2019 * **************************************************************************************** */ /** ***************...
34.459459
153
0.565062
[ "mesh", "model" ]
70f857a40dc132fd3d2e70e6a4357001917e4b6c
2,190
h
C
Dev/asd_cpp/core/Graphics/3D/Object/asd.RenderedTerrainObject3D.h
GCLemon/Altseed
b525740d64001aaed673552eb4ba3e98a321fcdf
[ "FTL" ]
37
2015-07-12T14:21:03.000Z
2020-10-17T03:08:17.000Z
Dev/asd_cpp/core/Graphics/3D/Object/asd.RenderedTerrainObject3D.h
GCLemon/Altseed
b525740d64001aaed673552eb4ba3e98a321fcdf
[ "FTL" ]
91
2015-06-14T10:47:22.000Z
2020-06-29T18:05:21.000Z
Dev/asd_cpp/core/Graphics/3D/Object/asd.RenderedTerrainObject3D.h
GCLemon/Altseed
b525740d64001aaed673552eb4ba3e98a321fcdf
[ "FTL" ]
14
2015-07-13T04:15:20.000Z
2021-09-30T01:34:51.000Z
 #pragma once #include "asd.RenderedObject3D.h" namespace asd { #if !defined(_CONSOLE_GAME) class RenderedTerrainObject3DProxy : public RenderedObject3DProxy { private: std::shared_ptr<asd::NativeShader_Imp> m_shaderDF; std::shared_ptr<asd::NativeShader_Imp> m_shaderDF_ND; std::shared_ptr<asd::NativeShade...
24.333333
95
0.784475
[ "object", "vector" ]
cb23112f36c011f78c3982760174b6dfd1e99ab0
945
h
C
Neon/src/Platform/OpenGL/OpenGLShader.h
gdvaud/cpp-game-engine
90d79a5cd480de84ca65e7069d41554480f25778
[ "MIT" ]
null
null
null
Neon/src/Platform/OpenGL/OpenGLShader.h
gdvaud/cpp-game-engine
90d79a5cd480de84ca65e7069d41554480f25778
[ "MIT" ]
null
null
null
Neon/src/Platform/OpenGL/OpenGLShader.h
gdvaud/cpp-game-engine
90d79a5cd480de84ca65e7069d41554480f25778
[ "MIT" ]
null
null
null
#pragma once #include "Neon/Graphic/Shader.h" namespace Neon { class OpenGLShader : public Shader { public: OpenGLShader(const std::string& name, const std::string& filepath); OpenGLShader(const std::string& name, const std::string& vertexStr, const std::string& fragmentStr); ~OpenGLSh...
31.5
108
0.657143
[ "vector" ]
cb23d1032bdece5e1760a120220b1b5cf2b481e4
2,469
h
C
src/Cpp/Data_Structures/Vectors/Approach_II/Header/Database.h
Ahmopasa/TheCodes
560ed94190fd0da8cc12285e9b4b5e27b19010a5
[ "MIT" ]
null
null
null
src/Cpp/Data_Structures/Vectors/Approach_II/Header/Database.h
Ahmopasa/TheCodes
560ed94190fd0da8cc12285e9b4b5e27b19010a5
[ "MIT" ]
null
null
null
src/Cpp/Data_Structures/Vectors/Approach_II/Header/Database.h
Ahmopasa/TheCodes
560ed94190fd0da8cc12285e9b4b5e27b19010a5
[ "MIT" ]
null
null
null
#ifndef LEARNINGCPP_H #define LEARNINGCPP_H //#define DebugMessages // Used to activa debugging messages. ( Make it non-comment ) /******************************* A Place To Define Related Macros ******************************/ #ifdef DebugMessages #define DebugMessage_CallingConstructor std::cout << "Constructor was...
39.190476
100
0.666262
[ "vector" ]
cb25af700d4a305fa1250f21295680c8eaccd6ec
1,012
h
C
common/inc/Config.h
liyandong1/WebServer
65ce01b36edf4c307b19dec6572955f06871687c
[ "MIT" ]
null
null
null
common/inc/Config.h
liyandong1/WebServer
65ce01b36edf4c307b19dec6572955f06871687c
[ "MIT" ]
null
null
null
common/inc/Config.h
liyandong1/WebServer
65ce01b36edf4c307b19dec6572955f06871687c
[ "MIT" ]
null
null
null
//@Athor LiYanDong //@Email 416620418@qq.com #ifndef _CONFIG_H_ #define _CONFIG_H_ #include <mutex> #include <vector> #include <string> //配置文件条目 struct ConfigItem { std::string ItemName; std::string ItemContent; ConfigItem(const std::string& str1, const std::string& str2) { this->ItemName = ...
15.8125
64
0.587945
[ "vector" ]
cb37e1863a3c0c57eddc24f77f27f637ea3153b3
15,708
h
C
_cffi_build/secp256k1_rangeproof.h
SlurmDiver/secp256k1-zkp-py
f922d14b9604349c5b2edfc4b0792bde2367688b
[ "MIT" ]
1
2021-11-20T21:10:52.000Z
2021-11-20T21:10:52.000Z
_cffi_build/secp256k1_rangeproof.h
SlurmDiver/secp256k1-zkp-py
f922d14b9604349c5b2edfc4b0792bde2367688b
[ "MIT" ]
4
2018-11-27T17:49:48.000Z
2018-12-15T14:47:39.000Z
_cffi_build/secp256k1_rangeproof.h
WTRMQDev/secp256k1-zkp-py
10e398e88cfca4c1606e60a6d758dd4ad5584008
[ "MIT" ]
null
null
null
/** Opaque data structure that stores a base point * * The exact representation of data inside is implementation defined and not * guaranteed to be portable between different platforms or versions. It is * however guaranteed to be 33 bytes in size, and can be safely copied/moved. * If you need to convert to a ...
44.625
157
0.701044
[ "object" ]
cb3934de73386997fedf63dca65d257d678b863a
2,217
h
C
OVP/D3D9Client/MaterialMgr.h
Ybalrid/orbiter
7bed82f845ea8347f238011367e07007b0a24099
[ "MIT" ]
null
null
null
OVP/D3D9Client/MaterialMgr.h
Ybalrid/orbiter
7bed82f845ea8347f238011367e07007b0a24099
[ "MIT" ]
null
null
null
OVP/D3D9Client/MaterialMgr.h
Ybalrid/orbiter
7bed82f845ea8347f238011367e07007b0a24099
[ "MIT" ]
null
null
null
// ============================================================== // MaterialMgr.h // Part of the ORBITER VISUALISATION PROJECT (OVP) // Dual licensed under GPL v3 and LGPL v3 // Copyright (C) 2012 - 2016 Jarmo Nikkanen // ============================================================== #ifndef __MATERIALMGR_H #define _...
24.633333
82
0.653586
[ "mesh" ]
cb62fc1c85c4b1efd5f59ffebae158614bdbd762
7,379
h
C
dali/devel-api/adaptor-framework/native-image-source-queue.h
dalihub/dali-adaptor
b7943ae5aeb7ddd069be7496a1c1cee186b740c5
[ "Apache-2.0", "BSD-3-Clause" ]
6
2016-11-18T10:26:46.000Z
2021-11-01T12:29:05.000Z
dali/devel-api/adaptor-framework/native-image-source-queue.h
dalihub/dali-adaptor
b7943ae5aeb7ddd069be7496a1c1cee186b740c5
[ "Apache-2.0", "BSD-3-Clause" ]
5
2020-07-15T11:30:49.000Z
2020-12-11T19:13:46.000Z
dali/devel-api/adaptor-framework/native-image-source-queue.h
dalihub/dali-adaptor
b7943ae5aeb7ddd069be7496a1c1cee186b740c5
[ "Apache-2.0", "BSD-3-Clause" ]
7
2019-05-17T07:14:40.000Z
2021-05-24T07:25:26.000Z
#ifndef DALI_NATIVE_IMAGE_SOURCE_QUEUE_H #define DALI_NATIVE_IMAGE_SOURCE_QUEUE_H /* * Copyright (c) 2021 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ...
28.824219
125
0.714053
[ "object" ]
3b105f07e44a09e30311bd6f3fe50bb143fe514d
11,246
h
C
sacapidll.h
jaschweder/sqlanywhere-php-extension
42aa6f38cc209ff610bdec43eeeb57b823f4f780
[ "Apache-2.0" ]
null
null
null
sacapidll.h
jaschweder/sqlanywhere-php-extension
42aa6f38cc209ff610bdec43eeeb57b823f4f780
[ "Apache-2.0" ]
null
null
null
sacapidll.h
jaschweder/sqlanywhere-php-extension
42aa6f38cc209ff610bdec43eeeb57b823f4f780
[ "Apache-2.0" ]
null
null
null
/* ==================================================== * * Copyright 2013 SAP AG or an SAP affiliate company. * * 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 * ...
39.048611
140
0.695092
[ "object" ]
3b13f27f9277df06777c11c27ada815a223c9ddb
9,597
h
C
rack/drain/imageops/ImageOp.h
fmidev/rack
95c39ef610637e8068253efc36aab40177caff03
[ "MIT" ]
20
2018-03-21T10:58:00.000Z
2022-02-11T14:43:03.000Z
rack/drain/imageops/ImageOp.h
fmidev/rack
95c39ef610637e8068253efc36aab40177caff03
[ "MIT" ]
null
null
null
rack/drain/imageops/ImageOp.h
fmidev/rack
95c39ef610637e8068253efc36aab40177caff03
[ "MIT" ]
6
2018-07-04T04:55:56.000Z
2021-04-15T19:25:13.000Z
/* MIT License Copyright (c) 2017 FMI Open Development / Markus Peura, first.last@fmi.fi 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 rig...
33.207612
147
0.718454
[ "geometry" ]
3b1836cd4852e47da92abcb6edb9cdbc850d854b
784
h
C
CodePath-TwitterClient/View/TWTweetTableViewCell.h
jhurray/CodePath-TwitterClient
4bd7c7e6a241aa6b24aa261b84e3d407250c58bd
[ "MIT" ]
1
2017-02-06T21:05:37.000Z
2017-02-06T21:05:37.000Z
CodePath-TwitterClient/View/TWTweetTableViewCell.h
jhurray/CodePath-TwitterClient
4bd7c7e6a241aa6b24aa261b84e3d407250c58bd
[ "MIT" ]
null
null
null
CodePath-TwitterClient/View/TWTweetTableViewCell.h
jhurray/CodePath-TwitterClient
4bd7c7e6a241aa6b24aa261b84e3d407250c58bd
[ "MIT" ]
null
null
null
// // TWTweetTableViewCell.h // CodePath-TwitterClient // // Created by Jeffrey Hurray on 1/29/17. // Copyright © 2017 Jeffrey Hurray. All rights reserved. // #import <UIKit/UIKit.h> #import "TWTweet.h" @class TWTweetTableViewCell; @protocol TWTweetTableViewCellDelegate <NSObject> - (void)tweetTableViewCellProf...
26.133333
76
0.790816
[ "model" ]
3b24b4b2e6a5bd8d3290d38a585df379ed79945b
3,593
h
C
Source/BenchTable/Skeleton/SkeletonCommon.h
Dwarfius/VulkanRTSEngine
b26d49114aea07566ac60ea8ccf9afc3c21d615a
[ "Apache-2.0" ]
17
2017-10-29T15:47:41.000Z
2022-03-05T16:53:03.000Z
Source/BenchTable/Skeleton/SkeletonCommon.h
Dwarfius/VulkanRTSEngine
b26d49114aea07566ac60ea8ccf9afc3c21d615a
[ "Apache-2.0" ]
null
null
null
Source/BenchTable/Skeleton/SkeletonCommon.h
Dwarfius/VulkanRTSEngine
b26d49114aea07566ac60ea8ccf9afc3c21d615a
[ "Apache-2.0" ]
4
2020-08-16T16:05:12.000Z
2021-09-24T22:30:41.000Z
#pragma once #include <random> #include <Core/Transform.h> #include <Engine/Animation/Skeleton.h> struct BoneInput { Transform myLocalTransf{}; Skeleton::BoneIndex myParentInd = Skeleton::kInvalidIndex; }; constexpr static size_t kMaxSize = 1024; const static std::vector<BoneInput> kBoneInputs = [] { std::random_d...
25.848921
99
0.693571
[ "vector", "transform" ]
3b374ccc88f789e4d5bbd724c6f367845ce4b42e
9,051
h
C
HopsanGUI/MainWindow.h
mjfwest/hopsan
77a0a1e69fd9588335b7e932f348972186cbdf6f
[ "Apache-2.0" ]
null
null
null
HopsanGUI/MainWindow.h
mjfwest/hopsan
77a0a1e69fd9588335b7e932f348972186cbdf6f
[ "Apache-2.0" ]
null
null
null
HopsanGUI/MainWindow.h
mjfwest/hopsan
77a0a1e69fd9588335b7e932f348972186cbdf6f
[ "Apache-2.0" ]
null
null
null
/*----------------------------------------------------------------------------- Copyright 2017 Hopsan Group 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 3 of the Licen...
27.678899
104
0.733068
[ "object" ]
3b4b14f3df789f9cea5297c4aa39c64fc2341788
3,521
h
C
libaqmd3/include/libaqmd3/acquireddata.h
PNNL-Comp-Mass-Spec/AqMD3-Acquisition-Console
59eca8ec256218ec3f2117a55198a2d6d2406813
[ "BSD-2-Clause" ]
1
2021-07-26T21:13:03.000Z
2021-07-26T21:13:03.000Z
libaqmd3/include/libaqmd3/acquireddata.h
PNNL-Comp-Mass-Spec/AqMD3-Acquisition-Console
59eca8ec256218ec3f2117a55198a2d6d2406813
[ "BSD-2-Clause" ]
null
null
null
libaqmd3/include/libaqmd3/acquireddata.h
PNNL-Comp-Mass-Spec/AqMD3-Acquisition-Console
59eca8ec256218ec3f2117a55198a2d6d2406813
[ "BSD-2-Clause" ]
null
null
null
#ifndef ACQUIRED_DATA_H #define ACQUIRED_DATA_H #include "acquisitionbuffer.h" #include <UIMFWriter/encodedresult.h> #include <tuple> #include <vector> #include <list> // Contains raw sample data, timestamp data, and gated-record data for both CST and CST-ZS acquisition. // For CST acquision, this class simply holds ...
35.928571
143
0.774212
[ "vector" ]
3b4bc6e99d7ca888c7ac6b44df8b02029c1020d6
831
h
C
vmicore/src/io/IEventStream.h
GDATASoftwareAG/smartvmi
68c9d9791c3b291ec2b49ffd8191c9cdf335baf3
[ "MIT" ]
5
2022-02-17T23:35:08.000Z
2022-02-21T12:36:45.000Z
vmicore/src/io/IEventStream.h
GDATASoftwareAG/smartvmi
68c9d9791c3b291ec2b49ffd8191c9cdf335baf3
[ "MIT" ]
null
null
null
vmicore/src/io/IEventStream.h
GDATASoftwareAG/smartvmi
68c9d9791c3b291ec2b49ffd8191c9cdf335baf3
[ "MIT" ]
null
null
null
#ifndef VMICORE_IEVENTSTREAM_H #define VMICORE_IEVENTSTREAM_H #include "cxxbridge/rust_grpc_server/src/bridge.rs.h" #include <memory> #include <vector> class IEventStream { public: virtual ~IEventStream() = default; virtual void sendProcessEvent(::grpc::ProcessState processState, ...
29.678571
73
0.652226
[ "vector" ]
3b4f5564a0cea2abf23a3dc4ae19ed97f95ff824
548
h
C
Board.h
spakai/tictactoe
f1c45523db6b768004d617bb2c6970907bb0566d
[ "Apache-2.0" ]
3
2015-11-19T06:53:01.000Z
2015-12-18T18:05:54.000Z
Board.h
spakai/tictactoe
f1c45523db6b768004d617bb2c6970907bb0566d
[ "Apache-2.0" ]
null
null
null
Board.h
spakai/tictactoe
f1c45523db6b768004d617bb2c6970907bb0566d
[ "Apache-2.0" ]
null
null
null
#pragma once #include <vector> #include <algorithm> #include <iostream> #include "GenericPlayer.h" #include "PlayerOptions.h" #include "GameResults.h" class GenericPlayer; class Board { public: Board(); std::vector<PlayerOptions>& getBoard(); bool makeMove(const GenericPlayer & player, const i...
21.076923
68
0.671533
[ "vector" ]
3b566e33c5bef6fa3b286f3696cc949cdec6a232
806
c
C
1/13.c
harrisi/bookish-eureka
218122b37042a0ba7a856f4d220badd2643c9644
[ "MIT" ]
null
null
null
1/13.c
harrisi/bookish-eureka
218122b37042a0ba7a856f4d220badd2643c9644
[ "MIT" ]
null
null
null
1/13.c
harrisi/bookish-eureka
218122b37042a0ba7a856f4d220badd2643c9644
[ "MIT" ]
null
null
null
#include <stdio.h> #define IN 1 #define OUT 0 #define MAX_WORD 1000 main() { int c, nw, lw, state; // curChar, numWords, lenWord, state; int nword[MAX_WORD + 1]; state = OUT; nw = lw = 0; for (int i = 0; i <= MAX_WORD + 1; i++) { nword[i] = 0; } while ((c = getchar()) != EOF...
19.658537
49
0.368486
[ "3d" ]
3b5df757a30f9a52901d66f9596f7ce13aac9d34
3,686
h
C
indra/newview/llfloaterimnearbychat.h
humbletim/archived-casviewer
3b51b1baae7e7cebf1c7dca62d9c02751709ee57
[ "Unlicense" ]
1
2022-01-29T07:10:03.000Z
2022-01-29T07:10:03.000Z
indra/newview/llfloaterimnearbychat.h
bloomsirenix/Firestorm-manikineko
67e1bb03b2d05ab16ab98097870094a8cc9de2e7
[ "Unlicense" ]
null
null
null
indra/newview/llfloaterimnearbychat.h
bloomsirenix/Firestorm-manikineko
67e1bb03b2d05ab16ab98097870094a8cc9de2e7
[ "Unlicense" ]
1
2021-10-01T22:22:27.000Z
2021-10-01T22:22:27.000Z
/** * @file llfloaterimnearbychat.h * @brief LLFloaterIMNearbyChat class definition * * $LicenseInfo:firstyear=2002&license=viewerlgpl$ * Second Life Viewer Source Code * Copyright (C) 2010, Linden Research, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of...
29.725806
91
0.754748
[ "vector" ]
3b66fc48b970063fcd846a480b71e1acd67a67bc
632
h
C
cavs/frontend/cxx/graphsupport.h
xsz/HPops
35bcc0316fe313529b67472ad6702ceacf771d01
[ "Apache-2.0" ]
9
2020-09-19T06:29:48.000Z
2022-01-31T09:24:25.000Z
cavs/frontend/cxx/graphsupport.h
xsz/HPops
35bcc0316fe313529b67472ad6702ceacf771d01
[ "Apache-2.0" ]
1
2021-02-15T05:56:57.000Z
2021-02-17T21:15:27.000Z
cavs/frontend/cxx/graphsupport.h
xsz/HPops
35bcc0316fe313529b67472ad6702ceacf771d01
[ "Apache-2.0" ]
3
2020-09-19T16:22:47.000Z
2021-02-16T07:34:47.000Z
#ifndef CAVS_FRONTEND_CXX_VERTEX_H_ #define CAVS_FRONTEND_CXX_VERTEX_H_ #include "cavs/frontend/cxx/sym.h" #include <vector> #include <string> class GraphSupport { public: GraphSupport(const Sym& graph_ph, const Sym& vertex_ph) : raw_graph_(graph_ph), raw_vertex_(vertex_ph) {} //virtual void Inode() = 0; ...
21.066667
60
0.702532
[ "shape", "vector" ]
3b904c346316a4200027e54a0e08b92425acd16e
1,748
h
C
aplcore/include/apl/graphic/graphicelementcontainer.h
DamianMehers/apl-core-library
9c003dbfc8bc90709396c07179c523473d380db1
[ "Apache-2.0" ]
28
2019-11-05T12:23:01.000Z
2022-03-22T10:01:53.000Z
aplcore/include/apl/graphic/graphicelementcontainer.h
DamianMehers/apl-core-library
9c003dbfc8bc90709396c07179c523473d380db1
[ "Apache-2.0" ]
7
2020-03-28T12:44:08.000Z
2022-01-23T17:02:27.000Z
aplcore/include/apl/graphic/graphicelementcontainer.h
DamianMehers/apl-core-library
9c003dbfc8bc90709396c07179c523473d380db1
[ "Apache-2.0" ]
15
2019-12-25T10:15:52.000Z
2021-12-30T03:50:00.000Z
/** * Copyright 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" ...
32.981132
119
0.707094
[ "object" ]
3b95634049c20dbe8ae48d17cc4a2b68de3eafa6
8,593
h
C
B2G/gecko/media/webrtc/signaling/src/sipcc/core/includes/phone_platform_constants.h
wilebeast/FireFox-OS
43067f28711d78c429a1d6d58c77130f6899135f
[ "Apache-2.0" ]
3
2015-08-31T15:24:31.000Z
2020-04-24T20:31:29.000Z
B2G/gecko/media/webrtc/signaling/src/sipcc/core/includes/phone_platform_constants.h
wilebeast/FireFox-OS
43067f28711d78c429a1d6d58c77130f6899135f
[ "Apache-2.0" ]
null
null
null
B2G/gecko/media/webrtc/signaling/src/sipcc/core/includes/phone_platform_constants.h
wilebeast/FireFox-OS
43067f28711d78c429a1d6d58c77130f6899135f
[ "Apache-2.0" ]
3
2015-07-29T07:17:15.000Z
2020-11-04T06:55:37.000Z
/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (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.mozilla.org/MPL/ * ...
34.930894
80
0.680438
[ "model" ]
3b9cb27a33a05c8606571e16e941ddeec47c580c
3,127
h
C
src/models/expressions/assignitem/PlnAssignWorkValsItem.h
tosyama/palan
ed809a26511366825cd0d7848b4444dcf8f09b1a
[ "MIT" ]
32
2017-10-25T21:02:45.000Z
2022-02-07T05:53:37.000Z
src/models/expressions/assignitem/PlnAssignWorkValsItem.h
tosyama/palan
ed809a26511366825cd0d7848b4444dcf8f09b1a
[ "MIT" ]
39
2018-07-29T00:55:36.000Z
2021-12-22T05:10:48.000Z
src/models/expressions/assignitem/PlnAssignWorkValsItem.h
tosyama/palan
ed809a26511366825cd0d7848b4444dcf8f09b1a
[ "MIT" ]
1
2019-07-10T05:44:50.000Z
2019-07-10T05:44:50.000Z
/// Assignment Item class definition. /// /// Src item returns multiple work values expression. /// The work valuses don't need to be cleared. /// Exist two cases need to free. /// 1) After object was copied. /// 2) Didn't assign any variable. (freed by src_ex) /// /// @file PlnAssignWorkValsItem.h /// @copyright 2018-...
25.422764
83
0.662616
[ "object", "vector" ]
3b9dc410ac30a29f839de12ffd27c766b42aa29f
788
h
C
NewRelicVideoCore/NewRelicVideoCore/Model/NREventAttributes.h
newrelic/video-agent-iOS
143cb5e34b3967e7edad83d3a3ea9981220254d6
[ "Apache-2.0" ]
null
null
null
NewRelicVideoCore/NewRelicVideoCore/Model/NREventAttributes.h
newrelic/video-agent-iOS
143cb5e34b3967e7edad83d3a3ea9981220254d6
[ "Apache-2.0" ]
2
2021-04-27T15:04:16.000Z
2021-07-19T18:05:59.000Z
NewRelicVideoCore/NewRelicVideoCore/Model/NREventAttributes.h
newrelic/video-agent-iOS
143cb5e34b3967e7edad83d3a3ea9981220254d6
[ "Apache-2.0" ]
null
null
null
// // NREventAttributes.h // NextVideoAgent // // Created by Andreu Santaren on 11/12/2020. // #import <Foundation/Foundation.h> NS_ASSUME_NONNULL_BEGIN /** Event attributes model. */ @interface NREventAttributes : NSObject /** Set attribute for a given action filter. @param key Attribute name. @param val...
20.736842
106
0.748731
[ "model" ]
3bac0631e290183d21c4c03d8965c6636bb4b017
593
h
C
CrossWars2/ObjFormatLoader.h
GigaNova/CrossWars-2
390bda94a9a446ad35fb1ea0399332f668325875
[ "MIT" ]
null
null
null
CrossWars2/ObjFormatLoader.h
GigaNova/CrossWars-2
390bda94a9a446ad35fb1ea0399332f668325875
[ "MIT" ]
null
null
null
CrossWars2/ObjFormatLoader.h
GigaNova/CrossWars-2
390bda94a9a446ad35fb1ea0399332f668325875
[ "MIT" ]
null
null
null
#pragma once #include <vector> #include <GLM/glm.hpp> #include "ModelData.h" #include "Vertex.h" #include <string>- class ObjFormatLoader { public: ObjFormatLoader(); ~ObjFormatLoader(); ModelData* loadModel(std::string t_filename); std::vector<std::string> splitStringDel(std::string const& t_original, char t_sep...
29.65
157
0.762226
[ "vector" ]
3bb013705696dd3b68ca4412c5add7f40e7698ac
4,006
h
C
lib/KeyRange.h
jojochuang/eventwave
6cb3a8569f12a9127bf326be3231123428cd754d
[ "BSD-3-Clause" ]
null
null
null
lib/KeyRange.h
jojochuang/eventwave
6cb3a8569f12a9127bf326be3231123428cd754d
[ "BSD-3-Clause" ]
null
null
null
lib/KeyRange.h
jojochuang/eventwave
6cb3a8569f12a9127bf326be3231123428cd754d
[ "BSD-3-Clause" ]
null
null
null
/* * KeyRange.h : part of the Mace toolkit for building distributed systems * * Copyright (c) 2011, Charles Killian, Dejan Kostic, Ryan Braud, James W. Anderson, John Fisher-Ogden, Calvin Hubble, Duy Nguyen, Justin Burke, David Oppenheimer, Amin Vahdat, Adolfo Rodriguez, Sooraj Bhat * All rights reserved. * * ...
40.06
206
0.696955
[ "object" ]
3bb37d9198bc3bbaef83999edaf30234fb31c058
28,445
h
C
MasteryAssignments/Turn in Folder M1/renderer.h
Neteroh/FinalLevelRenderer
6a60475893242fb52d0b0786b047b2a5001fa90e
[ "MIT" ]
null
null
null
MasteryAssignments/Turn in Folder M1/renderer.h
Neteroh/FinalLevelRenderer
6a60475893242fb52d0b0786b047b2a5001fa90e
[ "MIT" ]
null
null
null
MasteryAssignments/Turn in Folder M1/renderer.h
Neteroh/FinalLevelRenderer
6a60475893242fb52d0b0786b047b2a5001fa90e
[ "MIT" ]
null
null
null
// minimalistic code to draw a single triangle, this is not part of the API. #include "shaderc/shaderc.h" // needed for compiling shaders at runtime #include <vector> #include <cstdlib> #include <ctime> #ifdef _WIN32 // must use MT platform DLL libraries on windows #pragma comment(lib, "shaderc_combined.lib") #endif /...
51.068223
297
0.779926
[ "geometry", "render", "vector" ]
3bb4264f393e80e614e14fd48e15a6f939a585ba
5,872
h
C
sgf/3.0/headers/ExternalLibs/smf/Gamecore/geometry/SMF_2DCircleSegment.h
rasputtim/SGPacMan
b0fd33f0951a42625a391383b4d1bd378391493c
[ "BSD-2-Clause" ]
null
null
null
sgf/3.0/headers/ExternalLibs/smf/Gamecore/geometry/SMF_2DCircleSegment.h
rasputtim/SGPacMan
b0fd33f0951a42625a391383b4d1bd378391493c
[ "BSD-2-Clause" ]
null
null
null
sgf/3.0/headers/ExternalLibs/smf/Gamecore/geometry/SMF_2DCircleSegment.h
rasputtim/SGPacMan
b0fd33f0951a42625a391383b4d1bd378391493c
[ "BSD-2-Clause" ]
null
null
null
#ifndef __SMF_CIRCLE_SEGMENT_2D_ #define __SMF_CIRCLE_SEGMENT_2D_ #include "../SMF_Config.h" #include "../math/all.h" #include "SMF_2DPoint.h" #include "SMF_2DCircleSector.h" #include "SMF_GeoDefs.h" namespace SMF { using namespace MATH; using namespace Util; namespace GEO{ /** * \class CCircleSegment2D * * \...
31.40107
193
0.729905
[ "transform", "solid" ]
3bb7ff84aebbdb74a281f5cf894006469def4622
4,255
h
C
CPP/Modules/include/GpsParser.h
wayfinder/Wayfinder-S60-Navigator
14d1b729b2cea52f726874687e78f17492949585
[ "BSD-3-Clause" ]
6
2015-12-01T01:12:33.000Z
2021-07-24T09:02:34.000Z
CPP/Modules/include/GpsParser.h
wayfinder/Wayfinder-S60-Navigator
14d1b729b2cea52f726874687e78f17492949585
[ "BSD-3-Clause" ]
null
null
null
CPP/Modules/include/GpsParser.h
wayfinder/Wayfinder-S60-Navigator
14d1b729b2cea52f726874687e78f17492949585
[ "BSD-3-Clause" ]
2
2017-02-02T19:31:29.000Z
2018-12-17T21:00:45.000Z
/* Copyright (c) 1999 - 2010, Vodafone Group Services Ltd All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list...
40.141509
758
0.664865
[ "object" ]
3bbe6dda8d34cc14f9d3bdd48c5ec1799d624e3b
675
h
C
src/hpgl.pyd/extract_indicator_values.h
hpgl/hpgl
72d8c4113c242295de740513093f5779c94ba84a
[ "BSD-3-Clause" ]
70
2015-01-21T12:24:50.000Z
2022-03-16T02:10:45.000Z
src/hpgl.pyd/extract_indicator_values.h
hpgl/hpgl
72d8c4113c242295de740513093f5779c94ba84a
[ "BSD-3-Clause" ]
8
2015-04-22T13:14:30.000Z
2021-11-23T12:16:32.000Z
src/hpgl.pyd/extract_indicator_values.h
hpgl/hpgl
72d8c4113c242295de740513093f5779c94ba84a
[ "BSD-3-Clause" ]
18
2015-02-15T18:04:31.000Z
2021-01-16T08:54:32.000Z
/* Copyright 2009 HPGL Team This file is part of HPGL (High Perfomance Geostatistics Library). HPGL is free software: you can redistribute it and/or modify it under the terms of the BSD License. You should have received a copy of the BSD License along with HPGL. */ #ifndef __EXTRACT_INDICATOR_VA...
32.142857
103
0.791111
[ "vector" ]
3bd9def1a2a4d71d91eba96664a878eedbbdb72c
715
h
C
client/h/gapi/vao.h
egslava/arena_shooter
c93245441ed72c63a7f628d99b766ff005b8a3dc
[ "MIT" ]
1
2021-05-11T09:06:05.000Z
2021-05-11T09:06:05.000Z
client/h/gapi/vao.h
egslava/arena_shooter
c93245441ed72c63a7f628d99b766ff005b8a3dc
[ "MIT" ]
null
null
null
client/h/gapi/vao.h
egslava/arena_shooter
c93245441ed72c63a7f628d99b766ff005b8a3dc
[ "MIT" ]
null
null
null
#pragma once class VAO { friend class Particles; GLuint _vao = 0; std::vector<VBO> _vbos; void _gen(); void delete_(); /** Safe VAO removal. Should be used only internally. A class user should just use destructor. */ void _delete(){ if(_vao != 0) delete_(); } public: VAO...
18.333333
101
0.535664
[ "vector" ]
3bdb6ddc091a428d8e343c60a01b17c3f7ebaa51
6,663
h
C
src/hssh/global_topological/mapping/lazy_evaluation_mapper.h
anuranbaka/Vulcan
56339f77f6cf64b5fda876445a33e72cd15ce028
[ "MIT" ]
3
2020-03-05T23:56:14.000Z
2021-02-17T19:06:50.000Z
src/hssh/global_topological/mapping/lazy_evaluation_mapper.h
anuranbaka/Vulcan
56339f77f6cf64b5fda876445a33e72cd15ce028
[ "MIT" ]
1
2021-03-07T01:23:47.000Z
2021-03-07T01:23:47.000Z
src/hssh/global_topological/mapping/lazy_evaluation_mapper.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...
40.628049
120
0.765121
[ "vector" ]
3bde05bb9dab2217856b6528feda562db0a110a9
448
h
C
dataray-p1/include/Metall.h
leRoderic/Graphics_20
12e9f43b40a50faa61bc15cfd3db4ad94b9ef8de
[ "MIT" ]
null
null
null
dataray-p1/include/Metall.h
leRoderic/Graphics_20
12e9f43b40a50faa61bc15cfd3db4ad94b9ef8de
[ "MIT" ]
null
null
null
dataray-p1/include/Metall.h
leRoderic/Graphics_20
12e9f43b40a50faa61bc15cfd3db4ad94b9ef8de
[ "MIT" ]
1
2021-04-11T13:32:32.000Z
2021-04-11T13:32:32.000Z
// // Created by Qijun Jin on 28/03/2020. // #ifndef RAYDATA_METALL_H #define RAYDATA_METALL_H #include "Material.h" class Metall : public Material { public: Metall(const vec3 &ambient, const vec3 &diffuse, const vec3 &specular, const int &beta, const float &alpha); virtual ~Metall(); virtual bool sca...
19.478261
115
0.712054
[ "vector" ]
3be581f371fe380539be2b3b0c3cc8230b29087a
2,375
h
C
vulkan/src/main/cpp/Graphics/Kernel.h
ktprograms/HaishinKit.kt
6c26e007de1c1e3d23e0709527c2c39e1cb13e7a
[ "BSD-3-Clause" ]
null
null
null
vulkan/src/main/cpp/Graphics/Kernel.h
ktprograms/HaishinKit.kt
6c26e007de1c1e3d23e0709527c2c39e1cb13e7a
[ "BSD-3-Clause" ]
null
null
null
vulkan/src/main/cpp/Graphics/Kernel.h
ktprograms/HaishinKit.kt
6c26e007de1c1e3d23e0709527c2c39e1cb13e7a
[ "BSD-3-Clause" ]
null
null
null
#ifndef HAISHINKIT_KT_KERNEL_H #define HAISHINKIT_KT_KERNEL_H #define VK_USE_PLATFORM_ANDROID_KHR 1 #include "../haishinkit.hpp" #include <vulkan/vulkan.h> #include <vulkan/vulkan_core.h> #include <vulkan/vulkan_android.h> #include <vulkan/vulkan.hpp> #include <android/asset_manager.h> #include "CommandBuffer.h" #inc...
26.685393
95
0.678737
[ "vector" ]
3be597b8ff6ada06019699e5a2b83230e0e23678
1,539
h
C
Source/Texture/Texture2D/TextureManager.h
frobro98/Musa
6e7dcd5d828ca123ce8f43d531948a6486428a3d
[ "MIT" ]
null
null
null
Source/Texture/Texture2D/TextureManager.h
frobro98/Musa
6e7dcd5d828ca123ce8f43d531948a6486428a3d
[ "MIT" ]
null
null
null
Source/Texture/Texture2D/TextureManager.h
frobro98/Musa
6e7dcd5d828ca123ce8f43d531948a6486428a3d
[ "MIT" ]
null
null
null
// Copyright 2020, Nathan Blane #pragma once #include "Containers/DynamicArray.hpp" // TODO - Move String up a directory level....or make Core required for every lib #include "String/String.h" #include "Path/Path.hpp" #include "Texture/TextureChunk.h" #include "Texture/ImageFormats.h" #include "Texture/TextureAPI.hpp...
34.2
128
0.780377
[ "object" ]
ce017abd9c9bfea5de99ea68a6687c377bce133f
1,359
h
C
vegastrike/src/gfx/vec.h
Ezeer/VegaStrike_win32FR
75891b9ccbdb95e48e15d3b4a9cd977955b97d1f
[ "MIT" ]
null
null
null
vegastrike/src/gfx/vec.h
Ezeer/VegaStrike_win32FR
75891b9ccbdb95e48e15d3b4a9cd977955b97d1f
[ "MIT" ]
null
null
null
vegastrike/src/gfx/vec.h
Ezeer/VegaStrike_win32FR
75891b9ccbdb95e48e15d3b4a9cd977955b97d1f
[ "MIT" ]
null
null
null
#ifndef _3DMANIP_H_ #define _3DMANIP_H_ #include "config.h" //for Solaris #include "macosx_math.h" #include <math.h> #ifdef SOLARIS extern float __sqrtf( float ); extern float __cosf( float ); extern float __sinf( float ); extern float __tanf( float ); #define sqrtf __sqrtf #define cosf __cosf #define sinf __sinf #def...
15.802326
52
0.679912
[ "vector" ]
ce019eb3d40feea9df668cd62ea2fc488291ac7f
3,665
h
C
Tests/DefaultPipelineTest/SimpleSample.h
HermanLederer/gtaRenderHook
2ce53ce954c2d298717119dd6d02a2e58fff3aed
[ "MIT" ]
null
null
null
Tests/DefaultPipelineTest/SimpleSample.h
HermanLederer/gtaRenderHook
2ce53ce954c2d298717119dd6d02a2e58fff3aed
[ "MIT" ]
null
null
null
Tests/DefaultPipelineTest/SimpleSample.h
HermanLederer/gtaRenderHook
2ce53ce954c2d298717119dd6d02a2e58fff3aed
[ "MIT" ]
null
null
null
#pragma once #include <TestUtils\TestSample.h> #include <dinput.h> #include <unordered_map> #include <atomic> #include <condition_variable> #include <array> #include "forward_pbr_pipeline.h" namespace RHEngine { class IRenderingContext; class D3D11ConstantBuffer; class D3D11PrimitiveBatch; }; class ForwardPBRPipeline;...
30.289256
121
0.727694
[ "object", "vector", "transform" ]
22d55460f1de912edb6ddbe29b33ad990e5148f4
17,765
c
C
copasi/shinyExport/uiShiny.c
SzVarga/COPASI
00451b1a67eeec8272c73791ca861da754a7c4c4
[ "Artistic-2.0" ]
64
2015-03-14T14:06:18.000Z
2022-02-04T23:19:08.000Z
copasi/shinyExport/uiShiny.c
SzVarga/COPASI
00451b1a67eeec8272c73791ca861da754a7c4c4
[ "Artistic-2.0" ]
4
2017-08-16T10:26:46.000Z
2020-01-08T12:05:54.000Z
copasi/shinyExport/uiShiny.c
SzVarga/COPASI
00451b1a67eeec8272c73791ca861da754a7c4c4
[ "Artistic-2.0" ]
28
2015-04-16T14:14:59.000Z
2022-03-28T12:04:14.000Z
// Copyright (C) 2019 by Pedro Mendes, Rector and Visitors of the // University of Virginia, University of Heidelberg, and University // of Connecticut School of Medicine. // All rights reserved. static const char* shinyUIString = "\n" "check.packages <- function(pkg){\n" ...
328.981481
3,898
0.826344
[ "model" ]
22d7b94748161586ec32471d0a830d35f41860f7
4,018
c
C
blinky/blinky/asf-3.21.0/avr32/services/dsp/dsplib/generic/basic/vectors/vect_dsp16_complex_abs.c
femtoio/femtousb-blink-example
5e166bdee500f67142d0ee83a1a169bab57fe142
[ "MIT" ]
null
null
null
blinky/blinky/asf-3.21.0/avr32/services/dsp/dsplib/generic/basic/vectors/vect_dsp16_complex_abs.c
femtoio/femtousb-blink-example
5e166bdee500f67142d0ee83a1a169bab57fe142
[ "MIT" ]
null
null
null
blinky/blinky/asf-3.21.0/avr32/services/dsp/dsplib/generic/basic/vectors/vect_dsp16_complex_abs.c
femtoio/femtousb-blink-example
5e166bdee500f67142d0ee83a1a169bab57fe142
[ "MIT" ]
null
null
null
/***************************************************************************** * * \file * * \brief generic 16-bit complex vector absolute function * * Copyright (c) 2014 Atmel Corporation. All rights reserved. * * \asf_license_start * * \page License * * Redistribution and use in source and binary forms, w...
37.551402
123
0.661772
[ "vector" ]
22e1e78c3a9f9a16cf38eff97c8cf206d823482d
1,465
h
C
ppapi/utility/private/network_list_observer_private.h
Scopetta197/chromium
b7bf8e39baadfd9089de2ebdc0c5d982de4a9820
[ "BSD-3-Clause" ]
212
2015-01-31T11:55:58.000Z
2022-02-22T06:35:11.000Z
ppapi/utility/private/network_list_observer_private.h
1065672644894730302/Chromium
239dd49e906be4909e293d8991e998c9816eaa35
[ "BSD-3-Clause" ]
5
2015-03-27T14:29:23.000Z
2019-09-25T13:23:12.000Z
ppapi/utility/private/network_list_observer_private.h
1065672644894730302/Chromium
239dd49e906be4909e293d8991e998c9816eaa35
[ "BSD-3-Clause" ]
221
2015-01-07T06:21:24.000Z
2022-02-11T02:51:12.000Z
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef PPAPI_UTILITY_PRIVATE_NETWORK_LIST_OBSERVER_H_ #define PPAPI_UTILITY_PRIVATE_NETWORK_LIST_OBSERVER_H_ #include "ppapi/cpp/private/network_mon...
34.069767
73
0.761775
[ "object" ]
22eac9ac2c2daf96055986c1168b1650d760059e
762
c
C
src/reproBLAS/rssum.c
nikolovjovan/ReproBLAS
418db4320660d519c3831598de306f8c3bbefee5
[ "BSD-3-Clause" ]
6
2018-10-02T18:51:26.000Z
2021-03-13T02:23:24.000Z
src/reproBLAS/rssum.c
nikolovjovan/ReproBLAS
418db4320660d519c3831598de306f8c3bbefee5
[ "BSD-3-Clause" ]
6
2017-08-01T22:27:28.000Z
2019-12-20T08:34:48.000Z
src/reproBLAS/rssum.c
nikolovjovan/ReproBLAS
418db4320660d519c3831598de306f8c3bbefee5
[ "BSD-3-Clause" ]
8
2017-07-01T22:19:09.000Z
2022-02-01T21:02:31.000Z
#include <reproBLAS.h> #include <binnedBLAS.h> /** * @brief Compute the reproducible sum of single precision vector X * * Return the sum of X. * * The reproducible sum is computed with binned types using #binnedBLAS_sbssum() * * @param fold the fold of the binned types * @param N vector length * @param X sing...
23.8125
84
0.700787
[ "vector" ]
22edad431b2fd3063366cd41d9cf4f04e39afc80
20,624
c
C
PQC/cl1.c
APeche/OGS-HYSTEM-EXTRAN
467feebe8dd8cc584c1c49e45b8008495efe8fc5
[ "Apache-2.0" ]
30
2015-09-26T00:26:28.000Z
2022-01-20T10:13:13.000Z
PQC/cl1.c
APeche/OGS-HYSTEM-EXTRAN
467feebe8dd8cc584c1c49e45b8008495efe8fc5
[ "Apache-2.0" ]
129
2016-01-25T12:54:40.000Z
2021-04-10T18:57:37.000Z
PQC/cl1.c
APeche/OGS-HYSTEM-EXTRAN
467feebe8dd8cc584c1c49e45b8008495efe8fc5
[ "Apache-2.0" ]
100
2015-08-01T12:04:34.000Z
2022-03-16T16:22:39.000Z
#include <stdio.h> #include <string.h> #include <math.h> #include <stdlib.h> #include "phqalloc.h" #include "output.h" #include "phrqtype.h" void cl1_space (int check, int n2d, int klm, int nklmd); extern void zero_double(LDBLE *target, int n); LDBLE *x_arg = NULL, *res_arg = NULL, *scratch = NULL; int x_arg_max =...
22.814159
109
0.516195
[ "vector" ]
22f0219844e05a3cc881b8ba3c45f08b8feb90ce
649
h
C
src/Rectangle.h
luqyluqe/Math
3d658eaf0191ef841c9d3ae0f120865cb383993a
[ "MIT" ]
null
null
null
src/Rectangle.h
luqyluqe/Math
3d658eaf0191ef841c9d3ae0f120865cb383993a
[ "MIT" ]
null
null
null
src/Rectangle.h
luqyluqe/Math
3d658eaf0191ef841c9d3ae0f120865cb383993a
[ "MIT" ]
null
null
null
#ifndef MATH_RECTANGLE_H #define MATH_RECTANGLE_H #include "MathDefines.h" #include "Vector.h" #include "Circle.h" BEGIN_NAMESPACE_MATH class Rectangle { public: //Constructor Rectangle(double x,double y,double width,double height); //Accessor double x()const; double y()const; double width()c...
16.641026
60
0.687211
[ "vector" ]
fe00dcd35e01251650f8ec6b5538bbd2fc8c7012
4,319
h
C
2004/samples/database/ARXDBG/Inc/ArxDbgEventReactor.h
kevinzhwl/ObjectARXMod
ef4c87db803a451c16213a7197470a3e9b40b1c6
[ "MIT" ]
1
2021-06-25T02:58:47.000Z
2021-06-25T02:58:47.000Z
2004/samples/database/ARXDBG/Inc/ArxDbgEventReactor.h
kevinzhwl/ObjectARXMod
ef4c87db803a451c16213a7197470a3e9b40b1c6
[ "MIT" ]
null
null
null
2004/samples/database/ARXDBG/Inc/ArxDbgEventReactor.h
kevinzhwl/ObjectARXMod
ef4c87db803a451c16213a7197470a3e9b40b1c6
[ "MIT" ]
3
2020-05-23T02:47:44.000Z
2020-10-27T01:26:53.000Z
// // (C) Copyright 1998-1999 by Autodesk, Inc. // // Permission to use, copy, modify, and distribute this software in // object code form for any purpose and without fee is hereby granted, // provided that the above copyright notice appears in all copies and // that both that copyright notice and the limited ...
41.133333
109
0.697847
[ "object" ]
fe11ef4f68ea1b825ec21a7c13247b969adef466
307
h
C
GettersSetters-OBJC/GettersSetters-OBJC/Vehicle.h
hummatli/objective-c-sample-apps
376efe5afe177c06c16fb7bf5a4114377c410887
[ "MIT" ]
1
2017-07-27T12:34:03.000Z
2017-07-27T12:34:03.000Z
GettersSetters-OBJC/GettersSetters-OBJC/Vehicle.h
hummatli/objective-c-sample-apps
376efe5afe177c06c16fb7bf5a4114377c410887
[ "MIT" ]
null
null
null
GettersSetters-OBJC/GettersSetters-OBJC/Vehicle.h
hummatli/objective-c-sample-apps
376efe5afe177c06c16fb7bf5a4114377c410887
[ "MIT" ]
null
null
null
// // Vehicle.h // GettersSetters-OBJC // // Created by Settar Hummetli on 7/28/17. // Copyright © 2017 Settar Hummetli. All rights reserved. // #import <Foundation/Foundation.h> @interface Vehicle : NSObject @property (nonatomic) long odometer; @property (nonatomic, strong) NSString *model; @end
17.055556
58
0.713355
[ "model" ]
fe13ec99587de100dde730da2dc0e0868d1ab95e
1,143
h
C
include/dg/SystemDependenceGraph/DGBBlock.h
bloodycoder/dg
4d261fc688013bcc6d35284315b7d0e861f00b4b
[ "MIT" ]
null
null
null
include/dg/SystemDependenceGraph/DGBBlock.h
bloodycoder/dg
4d261fc688013bcc6d35284315b7d0e861f00b4b
[ "MIT" ]
null
null
null
include/dg/SystemDependenceGraph/DGBBlock.h
bloodycoder/dg
4d261fc688013bcc6d35284315b7d0e861f00b4b
[ "MIT" ]
null
null
null
#ifndef DG_DGBBLOCK_H_ #define DG_DGBBLOCK_H_ #include <assert.h> #include "DGNode.h" namespace dg { namespace sdg { class DependenceGraph; /// // A basic block of a dependence graph. // Basic blocks are useful even in dependence graph in order // to cluster nodes with the same control dependence. class DGBBlock {...
22.411765
66
0.658793
[ "vector" ]
fe2673a39555aedfb8f964897641d1981f2d353e
5,447
h
C
Utils.h
CheckersGuy/Network
24e78c14ab7df6ae87d1aea0fbd749232d88ccfc
[ "MIT" ]
null
null
null
Utils.h
CheckersGuy/Network
24e78c14ab7df6ae87d1aea0fbd749232d88ccfc
[ "MIT" ]
null
null
null
Utils.h
CheckersGuy/Network
24e78c14ab7df6ae87d1aea0fbd749232d88ccfc
[ "MIT" ]
null
null
null
// // Created by root on 14.03.20. // #ifndef NETWORK_UTILS_H #define NETWORK_UTILS_H #include <algorithm> #include <cmath> namespace Utils { struct HyperBolic { template<typename Iter, typename Out> static void apply(Iter begin, Iter end, Out out) { using Type = typename std::itera...
31.304598
95
0.513126
[ "transform" ]
fe283876dbdf258f420e0d8cbb3b15371bf40dbd
1,070
h
C
util/SimpleTestServer.h
erikleitch/cpputil
6dbd4bdbaaa60d911d166b68fdad6af6afd04963
[ "MIT" ]
null
null
null
util/SimpleTestServer.h
erikleitch/cpputil
6dbd4bdbaaa60d911d166b68fdad6af6afd04963
[ "MIT" ]
null
null
null
util/SimpleTestServer.h
erikleitch/cpputil
6dbd4bdbaaa60d911d166b68fdad6af6afd04963
[ "MIT" ]
null
null
null
// $Id: $ #ifndef GCP_UTIL_SIMPLETESTSERVER_H #define GCP_UTIL_SIMPLETESTSERVER_H /** * @file SimpleTestServer.h * * Tagged: Fri May 26 12:13:05 PDT 2017 * * @version: $Revision: $, $Date: $ * * @author /bin/bash: username: command not found */ #include "gcp/util/Server.h" #include "gcp/util/SimpleTestData...
20.188679
53
0.566355
[ "vector" ]
fe2e8752edd79f181b36e266600fc926347ab48f
1,965
h
C
src/gadgets/subspace.h
imdea-software/legosnark
3f4a137c050371cf4dd51c3fe2d46a8eee60f8ee
[ "Apache-2.0", "MIT" ]
23
2019-09-09T15:11:48.000Z
2022-02-11T06:11:10.000Z
src/gadgets/subspace.h
imdea-software/legosnark
3f4a137c050371cf4dd51c3fe2d46a8eee60f8ee
[ "Apache-2.0", "MIT" ]
1
2020-10-08T04:19:50.000Z
2020-10-08T20:37:13.000Z
src/gadgets/subspace.h
imdea-software/legosnark
3f4a137c050371cf4dd51c3fe2d46a8eee60f8ee
[ "Apache-2.0", "MIT" ]
2
2021-05-29T09:13:29.000Z
2021-11-11T06:50:11.000Z
#ifndef GADGETS_SUBSPACE_H #define GADGETS_SUBSPACE_H #include "matrix.h" #include "snark.h" #include "commit.h" #include "interp.h" struct SubspaceRel { vector<ColG1> M; vector<ColFr> sM; int l; // # of rows int t; // # of cols size_t C_precomp_sz = 0; Interpolator *interp; bool scalarsAvailable =...
21.358696
122
0.671756
[ "vector" ]
fe339800ea765c248bb4f1d7af6beef79fdc315e
896
h
C
minimal-examples/embedded/esp32/esp-c3dev/main/i2c.h
horchi/libwebsockets
e1a73c42096a9f94617a25440501d7adc4abbd9f
[ "Apache-2.0" ]
3,539
2015-01-02T18:31:36.000Z
2022-03-30T09:56:47.000Z
minimal-examples/embedded/esp32/esp-c3dev/main/i2c.h
horchi/libwebsockets
e1a73c42096a9f94617a25440501d7adc4abbd9f
[ "Apache-2.0" ]
2,393
2015-01-06T08:43:52.000Z
2022-03-31T14:09:09.000Z
minimal-examples/embedded/esp32/esp-c3dev/main/i2c.h
horchi/libwebsockets
e1a73c42096a9f94617a25440501d7adc4abbd9f
[ "Apache-2.0" ]
1,483
2015-01-04T11:33:23.000Z
2022-03-30T17:45:00.000Z
/* * Generic i2c ops * * These ops always appear first in an implementation-specific * object, so the generic ops can be cast to the implementation- * specific object in the handlers. * * Written in 2010-2020 by Andy Green <andy@warmcat.com> * * This file is made available under the Creative Commons CC0 1.0 *...
24.888889
86
0.736607
[ "object" ]
fe414508de695ebe356cf6cebc1ad99abee0c46d
1,922
h
C
Cgeom/geom_shapeset.h
victorliu/CAD2D
102f96e959f7ed8a1cc7b940b1f74d72c985c5d3
[ "BSD-3-Clause" ]
null
null
null
Cgeom/geom_shapeset.h
victorliu/CAD2D
102f96e959f7ed8a1cc7b940b1f74d72c985c5d3
[ "BSD-3-Clause" ]
null
null
null
Cgeom/geom_shapeset.h
victorliu/CAD2D
102f96e959f7ed8a1cc7b940b1f74d72c985c5d3
[ "BSD-3-Clause" ]
null
null
null
#ifndef GEOM_SHAPESET_H_INCLUDED #define GEOM_SHAPESET_H_INCLUDED #include <Cgeom/geom_shapes.h> // A shapeset is a collection of shapes. This object only stores pointers // to shapes without managing memory. typedef struct geom_shapeset2d_struct* geom_shapeset2d; typedef struct geom_shapeset3d_struct* geom_shapeset...
34.321429
86
0.827263
[ "object", "shape" ]
fe4b9bfae1537709af8382045155a6a64a8c5b28
45,085
c
C
src/kilo.c
akkartik/teliva
1316940f2583c6a6da1951de14074d2c9cabf9f5
[ "MIT" ]
142
2021-11-06T09:52:47.000Z
2022-03-15T21:50:08.000Z
src/kilo.c
akkartik/teliva
1316940f2583c6a6da1951de14074d2c9cabf9f5
[ "MIT" ]
1
2021-12-02T15:24:32.000Z
2021-12-06T21:35:39.000Z
src/kilo.c
akkartik/teliva
1316940f2583c6a6da1951de14074d2c9cabf9f5
[ "MIT" ]
1
2022-03-29T21:46:36.000Z
2022-03-29T21:46:36.000Z
/* Based on https://github.com/antirez/kilo * * ----------------------------------------------------------------------- * * Copyright (C) 2016 Salvatore Sanfilippo <antirez at gmail dot com> * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are perm...
30.50406
107
0.53876
[ "render", "3d" ]
fe5fd1f639c23ee8ea872022d0603f46c9eaeeed
1,321
h
C
src/src/KCounterMark.h
jcleng/nix-kangle-3.5.13.2
cc7bbaa429ada9a7eb7a023a152b6e2fc5defe3f
[ "MIT" ]
null
null
null
src/src/KCounterMark.h
jcleng/nix-kangle-3.5.13.2
cc7bbaa429ada9a7eb7a023a152b6e2fc5defe3f
[ "MIT" ]
null
null
null
src/src/KCounterMark.h
jcleng/nix-kangle-3.5.13.2
cc7bbaa429ada9a7eb7a023a152b6e2fc5defe3f
[ "MIT" ]
null
null
null
#ifndef KCOUNTER_MARK_H #define KCOUNTER_MARK_H class KCounterMark : public KMark { public: KCounterMark() { counter = 0; } ~KCounterMark() { } bool supportRuntime() { return true; } bool mark(KHttpRequest *rq, KHttpObject *obj,const int chainJumpType, int &jumpType) { lock.Lock(); counter++; lock....
16.935897
91
0.627555
[ "model" ]
fe5fe43a58fad71d8ddcb5b6251516043d2d3218
47,458
h
C
rtmp/srs_librtmp.h
Snowem/snowem
353ce1b8f8559a3d75bea4b364af9e97bf4fc6a7
[ "MIT" ]
176
2018-01-09T03:36:16.000Z
2022-03-24T01:29:42.000Z
rtmp/srs_librtmp.h
Snowem/snowem
353ce1b8f8559a3d75bea4b364af9e97bf4fc6a7
[ "MIT" ]
8
2018-07-06T09:17:26.000Z
2021-06-08T12:48:50.000Z
rtmp/srs_librtmp.h
Snowem/snowem
353ce1b8f8559a3d75bea4b364af9e97bf4fc6a7
[ "MIT" ]
50
2018-01-09T03:36:24.000Z
2022-01-22T07:14:23.000Z
/* The MIT License (MIT) Copyright (c) 2013-2017 SRS(ossrs) 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, merg...
37.19279
134
0.647541
[ "object" ]
fe66e86a702318c8e6d2400facb2bd4e0cf56c94
8,108
h
C
vconverter.h
lisu188/vstd
0024620dd11507123aa1d7e1f693d0d4691b29bf
[ "MIT" ]
null
null
null
vconverter.h
lisu188/vstd
0024620dd11507123aa1d7e1f693d0d4691b29bf
[ "MIT" ]
null
null
null
vconverter.h
lisu188/vstd
0024620dd11507123aa1d7e1f693d0d4691b29bf
[ "MIT" ]
null
null
null
/* * MIT License * * Copyright (c) 2019 Andrzej Lis * * 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...
47.139535
463
0.538974
[ "object" ]
b980de3842cbc6ac6e7c0f5284a2c6ac55448fcd
4,433
h
C
aws-cpp-sdk-kendra/include/aws/kendra/model/AdditionalResultAttribute.h
grujicbr/aws-sdk-cpp
bdd43c178042f09c6739645e3f6cd17822a7c35c
[ "Apache-2.0" ]
1
2020-03-11T05:36:20.000Z
2020-03-11T05:36:20.000Z
aws-cpp-sdk-kendra/include/aws/kendra/model/AdditionalResultAttribute.h
grujicbr/aws-sdk-cpp
bdd43c178042f09c6739645e3f6cd17822a7c35c
[ "Apache-2.0" ]
null
null
null
aws-cpp-sdk-kendra/include/aws/kendra/model/AdditionalResultAttribute.h
grujicbr/aws-sdk-cpp
bdd43c178042f09c6739645e3f6cd17822a7c35c
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
26.230769
144
0.66005
[ "model" ]
b981025a01a2d80af41b37a6957b278d2681076e
6,978
h
C
src/GlobalSocketLogger.h
nQuantums/JunkCpp
1b0b9657520cc2c30a78c5b68915db872358146e
[ "MIT" ]
1
2018-12-11T14:51:43.000Z
2018-12-11T14:51:43.000Z
windows/cpp/Junk/GlobalSocketLogger.h
nQuantums/tips
cdea2a0e778d2de14cd69882f6273c872c366f03
[ "MIT" ]
null
null
null
windows/cpp/Junk/GlobalSocketLogger.h
nQuantums/tips
cdea2a0e778d2de14cd69882f6273c872c366f03
[ "MIT" ]
null
null
null
#pragma once #ifndef __JUNK_GLOBALSOCKETLOGGER_H__ #define __JUNK_GLOBALSOCKETLOGGER_H__ #include "JunkConfig.h" #include "JunkDef.h" #include "Socket.h" #include "Thread.h" #include "File.h" #include <vector> #include <sstream> #include <string.h> _JUNK_BEGIN //! GlobalSocketLogger からのログを処理するサーバー処理クラス class JUNKAPI...
31.151786
189
0.725853
[ "vector" ]
b9893b6c62f50cc1206e84bc55e458614d39b2d8
2,623
h
C
music/abcmidi-m4-64/abc.h
marshallmidden/m4
8ff1cb050efdefe6963c6d7f459fd6f3d25eea94
[ "BSD-2-Clause" ]
null
null
null
music/abcmidi-m4-64/abc.h
marshallmidden/m4
8ff1cb050efdefe6963c6d7f459fd6f3d25eea94
[ "BSD-2-Clause" ]
null
null
null
music/abcmidi-m4-64/abc.h
marshallmidden/m4
8ff1cb050efdefe6963c6d7f459fd6f3d25eea94
[ "BSD-2-Clause" ]
null
null
null
/* abc.h - header file shared by abc2midi, abc2abc and yaps */ /* Copyright James Allwright 2000 */ /* may be copied under the terms of the GNU public license */ typedef enum { ABC2MIDI, ABC2ABC, YAPS, ABCMATCH} programname; typedef enum { TIMESIG_NORMAL, TIMESIG_FREE_METER, TIMESIG_COMMON, TIMESIG_CUT, TIM...
16.092025
62
0.749905
[ "object" ]
b993e1ae53fa37a4c2771eefaef1896a30a22729
560
h
C
docs/parallel/concrt/codesnippet/CPP/creating-asynchronous-operations-in-cpp-for-windows-store-apps_8.h
bobbrow/cpp-docs
769b186399141c4ea93400863a7d8463987bf667
[ "CC-BY-4.0", "MIT" ]
965
2017-06-25T23:57:11.000Z
2022-03-31T14:17:32.000Z
docs/parallel/concrt/codesnippet/CPP/creating-asynchronous-operations-in-cpp-for-windows-store-apps_8.h
bobbrow/cpp-docs
769b186399141c4ea93400863a7d8463987bf667
[ "CC-BY-4.0", "MIT" ]
3,272
2017-06-24T00:26:34.000Z
2022-03-31T22:14:07.000Z
docs/parallel/concrt/codesnippet/CPP/creating-asynchronous-operations-in-cpp-for-windows-store-apps_8.h
bobbrow/cpp-docs
769b186399141c4ea93400863a7d8463987bf667
[ "CC-BY-4.0", "MIT" ]
951
2017-06-25T12:36:14.000Z
2022-03-26T22:49:06.000Z
private: // Splits the provided text string into individual words. concurrency::task<std::vector<std::wstring>> MakeWordList(Platform::String^ text); // Finds the most common words that are at least the provided minimum length. concurrency::task<std::vector<std::pair<std::wstring, s...
62.222222
161
0.694643
[ "vector" ]
b9a69e635505c5e739f834caea9f719de2f748f5
798
h
C
PagoPaSDK.framework/Headers/WALCore.h
teamdigitale/pagopa-ios-example
e4b1c4fa13a12328e733bfc40c1b1b721fb201b3
[ "BSD-3-Clause" ]
2
2017-12-21T14:49:11.000Z
2019-09-17T07:54:34.000Z
PagoPaSDK.framework/Headers/WALCore.h
teamdigitale/pagopa-ios-example
e4b1c4fa13a12328e733bfc40c1b1b721fb201b3
[ "BSD-3-Clause" ]
1
2018-03-28T13:50:44.000Z
2019-11-20T11:57:07.000Z
PagoPaSDK.framework/Headers/WALCore.h
teamdigitale/pagopa-ios-example
e4b1c4fa13a12328e733bfc40c1b1b721fb201b3
[ "BSD-3-Clause" ]
2
2019-05-28T16:22:39.000Z
2019-09-22T11:43:12.000Z
// AUTOGENERATED FILE - DO NOT MODIFY! // This file generated by Djinni from core.djinni #import "WALRouterType.h" #import <Foundation/Foundation.h> @class WALCore; @class WALUiRouter; @protocol WALCoreParamsInterface; @protocol WALUiNativeRouter; @interface WALCore : NSObject + (nullable WALCore *)createCore:(null...
27.517241
90
0.776942
[ "object" ]
b9ac3e121627eeb39d45ca6559c18eb0a6954b65
57,921
h
C
source/blender/editors/include/UI_icons.h
naetherm/Bforartists
4d78856b76544b9eeb49e7dd388b4cf41d58d7e4
[ "Naumen", "Condor-1.1", "MS-PL" ]
3
2019-09-16T10:29:19.000Z
2022-02-11T14:43:18.000Z
source/blender/editors/include/UI_icons.h
naetherm/Bforartists
4d78856b76544b9eeb49e7dd388b4cf41d58d7e4
[ "Naumen", "Condor-1.1", "MS-PL" ]
null
null
null
source/blender/editors/include/UI_icons.h
naetherm/Bforartists
4d78856b76544b9eeb49e7dd388b4cf41d58d7e4
[ "Naumen", "Condor-1.1", "MS-PL" ]
null
null
null
/* * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be use...
30.230167
109
0.823035
[ "shape", "vector" ]
b9b4c64930d4c6d85e86ebaa4877fd37f70a1d8b
17,053
h
C
src/libSBML/src/sbml/packages/distrib/extension/DistribExtension.h
copasi/copasi-dependencies
c01dd455c843522375c32c2989aa8675f59bb810
[ "Unlicense" ]
5
2015-04-16T14:27:38.000Z
2021-11-30T14:54:39.000Z
src/libSBML/src/sbml/packages/distrib/extension/DistribExtension.h
copasi/copasi-dependencies
c01dd455c843522375c32c2989aa8675f59bb810
[ "Unlicense" ]
8
2017-05-30T16:58:39.000Z
2022-02-22T16:51:34.000Z
src/libSBML/src/sbml/packages/distrib/extension/DistribExtension.h
copasi/copasi-dependencies
c01dd455c843522375c32c2989aa8675f59bb810
[ "Unlicense" ]
7
2016-05-29T08:12:59.000Z
2019-05-02T13:39:25.000Z
/** * @file DistribExtension.h * @brief Definition of DistribExtension. * @author SBMLTeam * * <!-------------------------------------------------------------------------- * This file is part of libSBML. Please visit http://sbml.org for more * information about SBML, and the latest version of libSBML. * * Copy...
29.812937
108
0.703982
[ "object", "vector" ]
b9ba6a95fe52f0fa505225dfca780a43d5a6728d
8,275
h
C
cpp/runtimes/include/joynr/JoynrClusterControllerRuntime.h
naeramarth7/joynr
3c378d3447cf83678d26ef0def44a29fe1270193
[ "Apache-2.0" ]
null
null
null
cpp/runtimes/include/joynr/JoynrClusterControllerRuntime.h
naeramarth7/joynr
3c378d3447cf83678d26ef0def44a29fe1270193
[ "Apache-2.0" ]
null
null
null
cpp/runtimes/include/joynr/JoynrClusterControllerRuntime.h
naeramarth7/joynr
3c378d3447cf83678d26ef0def44a29fe1270193
[ "Apache-2.0" ]
null
null
null
/* * #%L * %% * Copyright (C) 2011 - 2017 BMW Car IT GmbH * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
37.274775
96
0.759879
[ "vector" ]
b9c56a609e1ad724b01bebbca43f134d7fded031
5,931
c
C
src/sys/kernel/cpu.c
brunexgeek/machina-x86
5894ba0bd2815ea873ca2be170bc98cf4b0d0bf5
[ "Spencer-94" ]
2
2016-10-29T12:11:38.000Z
2017-09-26T07:26:49.000Z
src/sys/kernel/cpu.c
brunexgeek/machina-x86
5894ba0bd2815ea873ca2be170bc98cf4b0d0bf5
[ "Spencer-94" ]
null
null
null
src/sys/kernel/cpu.c
brunexgeek/machina-x86
5894ba0bd2815ea873ca2be170bc98cf4b0d0bf5
[ "Spencer-94" ]
null
null
null
// // cpu.c // // CPU detection and information. // // Copyright (C) 2013-2014 Bruno Ribeiro. // Copyright (C) 2002 Michael Ringgaard. // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // ...
30.106599
132
0.620975
[ "model" ]
b9c7f2a253929cb1bdfbc5c34c162a6b820c80e9
20,989
c
C
src/scheduler.c
AndreLaranjeira/ProgramScheduler
7ae7b000c9ef80290f263bb0880b5cc721180b50
[ "MIT" ]
null
null
null
src/scheduler.c
AndreLaranjeira/ProgramScheduler
7ae7b000c9ef80290f263bb0880b5cc721180b50
[ "MIT" ]
27
2019-04-29T14:06:16.000Z
2019-06-03T02:37:37.000Z
src/scheduler.c
AndreLaranjeira/ProgramScheduler
7ae7b000c9ef80290f263bb0880b5cc721180b50
[ "MIT" ]
null
null
null
// Program scheduler - Scheduler process. /* Code authors: * André Filipe Caldas Laranjeira - 16/0023777 * Hugo Nascimento Fonseca - 16/0008166 * José Luiz Gomes Nogueira - 16/0032458 * Victor André Gris Costa - 16/0019311 */ // Compiler includes: #include <stdio.h> #include <stdlib.h> #include <errno.h> #includ...
31.467766
123
0.616895
[ "3d" ]
b9c94bea2dc19b8ab71d8d3989eae3f8c8c3962b
511
h
C
include/Game.h
Diesel-Hadez/vforvector
ab0f68d5ac6335e2eadcf2b19106c9506bb01b13
[ "MIT" ]
null
null
null
include/Game.h
Diesel-Hadez/vforvector
ab0f68d5ac6335e2eadcf2b19106c9506bb01b13
[ "MIT" ]
null
null
null
include/Game.h
Diesel-Hadez/vforvector
ab0f68d5ac6335e2eadcf2b19106c9506bb01b13
[ "MIT" ]
null
null
null
#ifndef GAME_H #define GAME_H #include "stdafx.h" #include <vector> #include <memory> class Scene; class Game { public: static GLFWwindow * m_Window; private: Game(); void InitOpenGL(); #ifdef __EMSCRIPTEN__ public: #endif void loop(); public: std::vector<std::unique_ptr<Scene>> m_Scenes; Ga...
15.484848
47
0.649706
[ "vector" ]
b9ce19c5ddac94c61ae52e1adc926594d0738118
3,815
h
C
production_apps/ESPRESO/src/mesh/elements/volume/prisma15.h
readex-eu/readex-apps
38493b11806c306f4e8f1b7b2d97764b45fac8e2
[ "BSD-3-Clause" ]
2
2020-11-25T13:10:11.000Z
2021-03-15T20:26:35.000Z
production_apps/ESPRESO/src/mesh/elements/volume/prisma15.h
readex-eu/readex-apps
38493b11806c306f4e8f1b7b2d97764b45fac8e2
[ "BSD-3-Clause" ]
null
null
null
production_apps/ESPRESO/src/mesh/elements/volume/prisma15.h
readex-eu/readex-apps
38493b11806c306f4e8f1b7b2d97764b45fac8e2
[ "BSD-3-Clause" ]
1
2018-09-30T19:04:38.000Z
2018-09-30T19:04:38.000Z
#ifndef SRC_MESH_ELEMENTS_VOLUME_PRISMA15_H_ #define SRC_MESH_ELEMENTS_VOLUME_PRISMA15_H_ #include "volumeelement.h" #include "../line/line3.h" #include "../plane/square8.h" #include "../plane/triangle6.h" #include "prisma6.h" #define Prisma15NodesCount 15 #define Prisma15EdgeCount 9 #define Prisma15FacesCount 5 #de...
37.772277
169
0.758322
[ "vector" ]
b9d31f503c42b9d7aec2639ac04271120421bbf3
45,841
h
C
deps/include/whisper_session.h
stiartsly/WhisperDemo-Pi
23aef69f5194274828b32e3c1dd560b3bbe80fab
[ "MIT" ]
null
null
null
deps/include/whisper_session.h
stiartsly/WhisperDemo-Pi
23aef69f5194274828b32e3c1dd560b3bbe80fab
[ "MIT" ]
null
null
null
deps/include/whisper_session.h
stiartsly/WhisperDemo-Pi
23aef69f5194274828b32e3c1dd560b3bbe80fab
[ "MIT" ]
null
null
null
#ifndef __WHISPER_SESSION_H__ #define __WHISPER_SESSION_H__ #include <stddef.h> #include <stdbool.h> #include <sys/types.h> #include <whisper.h> #if defined(__APPLE__) #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wdocumentation" #endif #ifdef __cplusplus extern "C" { #endif #define WHISPER_MAX_IP_S...
25.753371
87
0.601907
[ "object" ]
b9da7cd47b84f33bfaab84912144ff919719150d
78,083
c
C
lib/src/tinyhtm/src/tree_gen.c
Caltech-IPAC/SpatialIndex
8898ea7bd71b3ea9e5b9104f011695e0c20e5f98
[ "BSD-3-Clause" ]
1
2020-06-19T01:07:56.000Z
2020-06-19T01:07:56.000Z
lib/src/tinyhtm/src/tree_gen.c
Caltech-IPAC/SpatialIndex
8898ea7bd71b3ea9e5b9104f011695e0c20e5f98
[ "BSD-3-Clause" ]
null
null
null
lib/src/tinyhtm/src/tree_gen.c
Caltech-IPAC/SpatialIndex
8898ea7bd71b3ea9e5b9104f011695e0c20e5f98
[ "BSD-3-Clause" ]
2
2020-07-09T22:32:21.000Z
2021-08-04T13:55:59.000Z
/** \file \brief HTM tree generation. \authors Serge Monkewitz \copyright IPAC/Caltech */ /** \page htm_tree_gen Tree index generation with htm_tree_gen The \c htm_tree_gen utility takes character separated value files containing points (integer ID, longitude angle and latitude angle ...
31.961932
96
0.532472
[ "geometry", "vector" ]
026d49eef87ba7ae3384c4d9b5690f1bc6e3ec95
10,295
h
C
src/gridtools_verification/verification/field_collection.h
GridTools/gridtools_verification
1c8b12d53a074c7c2ad380d59e3a0a3158082f1e
[ "BSD-3-Clause" ]
null
null
null
src/gridtools_verification/verification/field_collection.h
GridTools/gridtools_verification
1c8b12d53a074c7c2ad380d59e3a0a3158082f1e
[ "BSD-3-Clause" ]
null
null
null
src/gridtools_verification/verification/field_collection.h
GridTools/gridtools_verification
1c8b12d53a074c7c2ad380d59e3a0a3158082f1e
[ "BSD-3-Clause" ]
null
null
null
/* * GridTools * * Copyright (c) 2014-2019, ETH Zurich * All rights reserved. * * Please, refer to the LICENSE file in the root directory. * SPDX-License-Identifier: BSD-3-Clause */ #pragma once #include "../common.h" #include "../core/error.h" #include "../core/logger.h" #include "../core/serialization.h" #i...
41.345382
119
0.610296
[ "vector" ]
026e9c6c8e13f8ff8e8ba1d47305ad53b380e247
4,611
c
C
main.c
robtech21/d-cpuminer
8f79beb9b44d47dbfcdb749714c8e3fafc0b8df4
[ "MIT" ]
2
2020-11-05T14:04:27.000Z
2020-11-18T10:38:30.000Z
main.c
robtech21/d-cpuminer
8f79beb9b44d47dbfcdb749714c8e3fafc0b8df4
[ "MIT" ]
5
2020-11-12T17:05:07.000Z
2022-02-04T11:56:25.000Z
main.c
robtech21/d-cpuminer
8f79beb9b44d47dbfcdb749714c8e3fafc0b8df4
[ "MIT" ]
3
2020-11-12T16:56:20.000Z
2022-02-04T11:57:29.000Z
#include <stdio.h> #include <sys/socket.h> #include <arpa/inet.h> #include <unistd.h> #include <string.h> #include <netdb.h> #include <openssl/sha.h> #include <stdlib.h> #include <pthread.h> #ifdef _WIN32 #include <Windows.h> #else #include <unistd.h> #endif #define serverip "51.15.127.80" const unsigned int serverpo...
27.446429
110
0.640642
[ "object" ]
0273ef39da34de85b8c4c46c5a01cb347b84e85e
4,436
c
C
examples/hello_acquaintances/hello_acq.c
GeneAssembly/biosal
a18d6d08f1b31dfd78a6c1d1c5af8d7bb6e91584
[ "BSD-2-Clause" ]
9
2015-05-13T15:58:08.000Z
2021-01-07T12:06:11.000Z
examples/hello_acquaintances/hello_acq.c
sebhtml/biosal
a18d6d08f1b31dfd78a6c1d1c5af8d7bb6e91584
[ "BSD-2-Clause" ]
8
2015-01-08T19:05:33.000Z
2015-04-03T21:14:28.000Z
examples/hello_acquaintances/hello_acq.c
GeneAssembly/biosal
a18d6d08f1b31dfd78a6c1d1c5af8d7bb6e91584
[ "BSD-2-Clause" ]
2
2015-10-02T17:29:48.000Z
2018-01-26T12:36:10.000Z
/* * hello_acq.c: * A distributed version of Hello, World, works as follows: * - There are many possible ways to say a distributed "hello" * - original hello.c is a great example: each of the initial actors says hello! * only issue: no coordination involved, so it is more of a straight parallel...
39.963964
124
0.676736
[ "vector" ]
027679aaec6c2dc4b4aa76628caf369be31adfd3
2,407
h
C
Programs/QuickEd/Classes/Modules/LibraryModule/Private/LibraryModel.h
stinvi/dava.engine
2b396ca49cdf10cdc98ad8a9ffcf7768a05e285e
[ "BSD-3-Clause" ]
26
2018-09-03T08:48:22.000Z
2022-02-14T05:14:50.000Z
Programs/QuickEd/Classes/Modules/LibraryModule/Private/LibraryModel.h
ANHELL-blitz/dava.engine
ed83624326f000866e29166c7f4cccfed1bb41d4
[ "BSD-3-Clause" ]
null
null
null
Programs/QuickEd/Classes/Modules/LibraryModule/Private/LibraryModel.h
ANHELL-blitz/dava.engine
ed83624326f000866e29166c7f4cccfed1bb41d4
[ "BSD-3-Clause" ]
45
2018-05-11T06:47:17.000Z
2022-02-03T11:30:55.000Z
#pragma once #include "Base/BaseTypes.h" #include "Base/RefPtr.h" #include "Model/PackageHierarchy/PackageListener.h" #include <QStandardItemModel> class PackageNode; class PackageBaseNode; class AbstractProperty; class ControlNode; class ControlsContainerNode; class ImportedPackagesNode; namespace DAVA { class UI; ...
33.901408
111
0.770669
[ "vector", "model" ]
028fa3f72c080d8e18e08fbc88bbfb1d4ac280ac
535
h
C
include/Chapter.h
bibo5088/mangadex-downloader
8a33bf3850808d6d111224a61e54c9c4e538d64a
[ "MIT" ]
5
2019-08-29T13:29:33.000Z
2020-11-30T19:03:23.000Z
include/Chapter.h
bibo5088/mangadex-downloader
8a33bf3850808d6d111224a61e54c9c4e538d64a
[ "MIT" ]
2
2020-04-20T21:59:41.000Z
2020-05-12T09:02:19.000Z
include/Chapter.h
bibo5088/mangadex-downloader
8a33bf3850808d6d111224a61e54c9c4e538d64a
[ "MIT" ]
1
2020-01-05T07:19:43.000Z
2020-01-05T07:19:43.000Z
#ifndef MANGADEX_DOWNLOADER_CHAPTER_H #define MANGADEX_DOWNLOADER_CHAPTER_H #include <string> #include <filesystem> #include <nlohmann/json.hpp> struct Chapter { int id; std::string volume; std::string chapter; std::string title; std::string lang_code; int manga_id; std::vector<std::strin...
20.576923
98
0.73271
[ "vector" ]
02933dd92a1daf7cc8b6282e4fc13dd48077a59f
1,379
h
C
Source/InteractiveObjects/InteractiveActor_Desk.h
robertcorponoi/unreal-cpp-an-in-depth-guide-to-creating-interactive-actors
b7d0d155176973144e8b0518eb7f592c2d591727
[ "MIT" ]
3
2020-08-30T06:41:56.000Z
2021-05-24T17:19:15.000Z
Source/InteractiveObjects/InteractiveActor_Desk.h
robertcorponoi/unreal-cpp-an-in-depth-guide-to-creating-interactive-actors
b7d0d155176973144e8b0518eb7f592c2d591727
[ "MIT" ]
null
null
null
Source/InteractiveObjects/InteractiveActor_Desk.h
robertcorponoi/unreal-cpp-an-in-depth-guide-to-creating-interactive-actors
b7d0d155176973144e8b0518eb7f592c2d591727
[ "MIT" ]
1
2020-08-30T06:41:59.000Z
2020-08-30T06:41:59.000Z
#pragma once #include "CoreMinimal.h" #include "InteractiveActor.h" #include "InteractiveActor_Desk.generated.h" /** * Creates an interactive desk with a drawer. */ UCLASS() class INTERACTIVEOBJECTS_API AInteractiveActor_Desk : public AInteractiveActor { GENERATED_BODY() public: // Sets up the default values. ...
25.537037
81
0.791878
[ "object" ]
02a62a75609f4b0b82f4dcda1dd6f81f2c6ab821
223
h
C
ports/textproc/aiksaurus/dragonfly/patch-gtk_src_Display.h
liweitianux/DeltaPorts
b907de0ceb9c0e46ae8961896e97b361aa7c62c0
[ "BSD-2-Clause-FreeBSD" ]
31
2015-02-06T17:06:37.000Z
2022-03-08T19:53:28.000Z
ports/textproc/aiksaurus/dragonfly/patch-gtk_src_Display.h
liweitianux/DeltaPorts
b907de0ceb9c0e46ae8961896e97b361aa7c62c0
[ "BSD-2-Clause-FreeBSD" ]
236
2015-06-29T19:51:17.000Z
2021-12-16T22:46:38.000Z
ports/textproc/aiksaurus/dragonfly/patch-gtk_src_Display.h
liweitianux/DeltaPorts
b907de0ceb9c0e46ae8961896e97b361aa7c62c0
[ "BSD-2-Clause-FreeBSD" ]
52
2015-02-06T17:05:36.000Z
2021-10-21T12:13:06.000Z
--- gtk/src/Display.h.orig 2002-07-11 12:09:37.000000000 +0200 +++ gtk/src/Display.h @@ -5,6 +5,7 @@ #include <gtk/gtk.h> #include <vector> #include <string> +#include <cstring> #include <new> #include "Exception.h"
20.272727
62
0.64574
[ "vector" ]
02b585f80d55e8c86038a3cbd83995b2a1cdb867
4,021
h
C
rendering/include/lamure/ren/data_provenance.h
gary444/lamure
0b57a70d8496cd9632873628dc4064e09c57fef7
[ "BSD-3-Clause" ]
null
null
null
rendering/include/lamure/ren/data_provenance.h
gary444/lamure
0b57a70d8496cd9632873628dc4064e09c57fef7
[ "BSD-3-Clause" ]
null
null
null
rendering/include/lamure/ren/data_provenance.h
gary444/lamure
0b57a70d8496cd9632873628dc4064e09c57fef7
[ "BSD-3-Clause" ]
null
null
null
// Copyright (c) 2014-2018 Bauhaus-Universitaet Weimar // This Software is distributed under the Modified BSD License, see license.txt. // // Virtual Reality and Visualization Research Group // Faculty of Media, Bauhaus-Universitaet Weimar // http://www.uni-weimar.de/medien/vr #ifndef REN_PROVENANCE_H_ #define REN_PR...
32.427419
101
0.591893
[ "object", "vector" ]
02c3328c243f87819fb065f392098111ba1a6fcd
3,304
h
C
aovs.h
LepelTsmok/Benchmark-Vc
bd8e946f72fc941f995df4254d3f33579c5bc1c1
[ "BSD-3-Clause" ]
1
2016-10-29T21:21:22.000Z
2016-10-29T21:21:22.000Z
aovs.h
LepelTsmok/Benchmark-Vc
bd8e946f72fc941f995df4254d3f33579c5bc1c1
[ "BSD-3-Clause" ]
null
null
null
aovs.h
LepelTsmok/Benchmark-Vc
bd8e946f72fc941f995df4254d3f33579c5bc1c1
[ "BSD-3-Clause" ]
null
null
null
/*Copyright © 2016 Björn Gaier Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Re...
37.977011
90
0.750303
[ "vector" ]
02cb49b0f7285089394548b04ca92c0ba4d69b44
1,530
h
C
include/NIsEmptyOrValid.h
justinmann/sj
24d0a75723b024f17de6dab9070979a4f1bf1a60
[ "Apache-2.0" ]
2
2017-01-04T02:27:10.000Z
2017-01-22T05:36:41.000Z
include/NIsEmptyOrValid.h
justinmann/sj
24d0a75723b024f17de6dab9070979a4f1bf1a60
[ "Apache-2.0" ]
null
null
null
include/NIsEmptyOrValid.h
justinmann/sj
24d0a75723b024f17de6dab9070979a4f1bf1a60
[ "Apache-2.0" ]
1
2020-06-15T12:17:26.000Z
2020-06-15T12:17:26.000Z
// // NIsEmptyOrValid.h // sj // // Created by Mann, Justin on 12/25/16. // Copyright � 2016 Mann, Justin. All rights reserved. // #ifndef NIsEmptyOrValid_h #define NIsEmptyOrValid_h class CIsEmptyOrValidVar : public CVar { public: CIsEmptyOrValidVar(CLoc loc, shared_ptr<CScope> scope, shared_ptr<CVar> var, b...
39.230769
187
0.750327
[ "vector" ]