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
05dfdd3b778738036c6ebf6e0893768cc6584384
2,380
h
C
src/yb/gutil/stringprintf.h
hstenzel/yugabyte-db
b25c8f4d7a9e66d106c41c446b71af870aefa304
[ "Apache-2.0", "CC0-1.0" ]
3,702
2019-09-17T13:49:56.000Z
2022-03-31T21:50:59.000Z
src/yb/gutil/stringprintf.h
hstenzel/yugabyte-db
b25c8f4d7a9e66d106c41c446b71af870aefa304
[ "Apache-2.0", "CC0-1.0" ]
9,291
2019-09-16T21:47:07.000Z
2022-03-31T23:52:28.000Z
src/yb/gutil/stringprintf.h
hstenzel/yugabyte-db
b25c8f4d7a9e66d106c41c446b71af870aefa304
[ "Apache-2.0", "CC0-1.0" ]
673
2019-09-16T21:27:53.000Z
2022-03-31T22:23:59.000Z
// Copyright 2002 and onwards Google Inc. // // The following only applies to changes made to this file as part of YugaByte development. // // Portions Copyright (c) YugaByte, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except // in compliance with the License. ...
37.777778
100
0.734454
[ "vector" ]
05e696cf1b3529f1703b393fa1adb673046ada45
8,616
h
C
src/BaseIOSocketBuffer.h
LazyPanda07/SocketStreams
9b2915e550286a77aa177c21e2ff6c88433c3408
[ "MIT" ]
null
null
null
src/BaseIOSocketBuffer.h
LazyPanda07/SocketStreams
9b2915e550286a77aa177c21e2ff6c88433c3408
[ "MIT" ]
1
2020-06-28T11:24:07.000Z
2020-07-04T19:13:50.000Z
src/BaseIOSocketBuffer.h
LazyPanda07/SocketStreams
9b2915e550286a77aa177c21e2ff6c88433c3408
[ "MIT" ]
null
null
null
#pragma once #include <streambuf> #include <memory> #include "BaseNetwork.h" namespace buffers { template<typename ContainerT = std::vector<char>> class BaseIOSocketBuffer : public std::streambuf { public: using typename std::streambuf::int_type; using typename std::streambuf::char_type; using typename s...
22.914894
159
0.709494
[ "vector" ]
05e8c4cfcd2de13c220b5b42d00c3930f4aba82f
2,709
c
C
md5.c
kolbma/cowpatty
0a274975040960d85cd68550facf801fc3a9d7df
[ "BSD-3-Clause" ]
127
2017-09-18T09:43:20.000Z
2022-02-20T12:21:02.000Z
md5.c
SynecticLabs/cowpatty
0a274975040960d85cd68550facf801fc3a9d7df
[ "BSD-3-Clause" ]
6
2018-06-16T19:50:19.000Z
2019-02-15T14:28:23.000Z
md5.c
SynecticLabs/cowpatty
0a274975040960d85cd68550facf801fc3a9d7df
[ "BSD-3-Clause" ]
34
2018-01-25T05:38:15.000Z
2021-12-01T14:48:33.000Z
/* * MD5 hash implementation and interface functions * Copyright (c) 2003-2004, Jouni Malinen <jkmaline@cc.hut.fi> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Alterna...
26.821782
77
0.667405
[ "transform" ]
05fb6d29f26bed63b8e4e72928b1bd51de8e11e9
12,766
c
C
util/src/bst_hashed_vector.c
TheComet93/clither
58d5f936ee7621bc1e2864b8dbc8a080f944c530
[ "MIT" ]
1
2016-12-06T08:40:31.000Z
2016-12-06T08:40:31.000Z
util/src/bst_hashed_vector.c
TheComet93/clither
58d5f936ee7621bc1e2864b8dbc8a080f944c530
[ "MIT" ]
null
null
null
util/src/bst_hashed_vector.c
TheComet93/clither
58d5f936ee7621bc1e2864b8dbc8a080f944c530
[ "MIT" ]
1
2018-06-18T15:34:16.000Z
2018-06-18T15:34:16.000Z
#include "util/bst_hashed_vector.h" #include "util/hash.h" #include "util/memory.h" #include "util/string.h" #include <string.h> #include <assert.h> /* default hash function */ static uint32_t(*g_hash_func)(const char*, uint32_t len) = hash_jenkins_oaat; /* ------------------------------------------------------------...
26.989429
125
0.53384
[ "object", "vector" ]
af003d13161807f4c1488a97587447ab15a3a3df
1,586
h
C
StereoKitC/systems/render.h
slitcch/StereoKit
eb90f42226a96c0d8bfbcdcce1d91b9ade8844b8
[ "MIT" ]
1
2021-11-23T00:36:09.000Z
2021-11-23T00:36:09.000Z
StereoKitC/systems/render.h
slitcch/StereoKit
eb90f42226a96c0d8bfbcdcce1d91b9ade8844b8
[ "MIT" ]
null
null
null
StereoKitC/systems/render.h
slitcch/StereoKit
eb90f42226a96c0d8bfbcdcce1d91b9ade8844b8
[ "MIT" ]
null
null
null
#pragma once #include "../stereokit.h" #include "../libraries/array.h" #include <directxmath.h> namespace sk { struct render_stats_t { int swaps_mesh; int swaps_shader; int swaps_texture; int swaps_material; int draw_calls; int draw_instances; }; struct render_item_t { DirectX::XMMATRIX transform; color128 ...
24.78125
116
0.752207
[ "mesh", "transform" ]
af01dffa27e4c6171321bd9402ac33384a07a9c0
352
h
C
PhysX.Net-3.4/PhysX.Net-3/Source/ActiveTransform.h
Golangltd/PhysX.Net
fb71e0422d441a16a05ed51348d8afb0328d4b90
[ "MIT" ]
1
2018-06-22T16:01:55.000Z
2018-06-22T16:01:55.000Z
PhysX.Net-3.4/PhysX.Net-3/Source/ActiveTransform.h
Golangltd/PhysX.Net
fb71e0422d441a16a05ed51348d8afb0328d4b90
[ "MIT" ]
null
null
null
PhysX.Net-3.4/PhysX.Net-3/Source/ActiveTransform.h
Golangltd/PhysX.Net
fb71e0422d441a16a05ed51348d8afb0328d4b90
[ "MIT" ]
null
null
null
#pragma once namespace PhysX { ref class Actor; /// <summary> /// Data struct for use with Active Transform Notification. /// </summary> public ref class ActiveTransform { internal: static ActiveTransform^ ToManaged(PxActiveTransform transform); public: property PhysX::Actor^ Actor; property Matr...
17.6
66
0.724432
[ "transform" ]
af039acbd898e700db18a492bea12bca455aef91
1,630
h
C
source/backend/hiai/3rdParty/include/c/compatible/hiai_model_tensor_info.h
SunXuan90/MNN
dc0b62e817884f8fbc884f159b590feab2b0f0f8
[ "Apache-2.0" ]
null
null
null
source/backend/hiai/3rdParty/include/c/compatible/hiai_model_tensor_info.h
SunXuan90/MNN
dc0b62e817884f8fbc884f159b590feab2b0f0f8
[ "Apache-2.0" ]
null
null
null
source/backend/hiai/3rdParty/include/c/compatible/hiai_model_tensor_info.h
SunXuan90/MNN
dc0b62e817884f8fbc884f159b590feab2b0f0f8
[ "Apache-2.0" ]
null
null
null
/* * Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved. * Description: model tensor info(deprecated) */ #ifndef FRAMEWORK_C_LEGACY_HIAI_MODEL_TENSOR_INFO_H #define FRAMEWORK_C_LEGACY_HIAI_MODEL_TENSOR_INFO_H #include "c/hiai_c_api_export.h" #ifdef __cplusplus extern "C" { #endif typedef s...
31.346154
117
0.826994
[ "model" ]
af0ec5d7cfb2d41a43e4f3758c57c88f29eb6667
1,276
h
C
src/HAL/Graphics/Renderer.h
gameraccoon/HideAndSeek
bc1e9c8dd725968ad4bc204877d8ddca2132ace7
[ "MIT" ]
null
null
null
src/HAL/Graphics/Renderer.h
gameraccoon/HideAndSeek
bc1e9c8dd725968ad4bc204877d8ddca2132ace7
[ "MIT" ]
null
null
null
src/HAL/Graphics/Renderer.h
gameraccoon/HideAndSeek
bc1e9c8dd725968ad4bc204877d8ddca2132ace7
[ "MIT" ]
null
null
null
#pragma once #include <array> #include <vector> #include <glm/fwd.hpp> #include "GameData/Geometry/Vector2D.h" #include "HAL/Base/Types.h" #include "HAL/EngineFwd.h" struct SDL_Renderer; namespace HAL { namespace Internal { class Window; } } namespace Graphics { class Font; class Texture; class Surface; ...
23.62963
109
0.721787
[ "geometry", "render", "vector", "transform" ]
af1000b955cda80f9d6f159e66b08945e7b44689
10,117
c
C
src/modules/game.c
Brendo-Lino/Star-Jam
38d37c684bca1c2ab7ad782e4670a15a2eb81d71
[ "MIT" ]
null
null
null
src/modules/game.c
Brendo-Lino/Star-Jam
38d37c684bca1c2ab7ad782e4670a15a2eb81d71
[ "MIT" ]
null
null
null
src/modules/game.c
Brendo-Lino/Star-Jam
38d37c684bca1c2ab7ad782e4670a15a2eb81d71
[ "MIT" ]
null
null
null
#include "game.h" /* Structural Variables */ int running = 1; int playing = 0; int selecting = 1; int waiting = 0; int lost = 0; int paused = 0; int boss = 50; int op_shots= 0; /* Display and Event Queue */ ALLEGRO_DISPLAY *display = NULL; ALLEGRO_EVENT_QUEUE *event_queue = NULL; /* Timers */ ALLEGRO_TIMER *timer =...
23.973934
184
0.553721
[ "object" ]
af1066d528db474be6a41292bc90cd08e89651e8
1,635
h
C
compiler/loco/include/loco/IR/TensorShape.h
wateret/ONE_private
9789c52633e665d2e10273d88d6f7970faa8aee9
[ "Apache-2.0" ]
null
null
null
compiler/loco/include/loco/IR/TensorShape.h
wateret/ONE_private
9789c52633e665d2e10273d88d6f7970faa8aee9
[ "Apache-2.0" ]
null
null
null
compiler/loco/include/loco/IR/TensorShape.h
wateret/ONE_private
9789c52633e665d2e10273d88d6f7970faa8aee9
[ "Apache-2.0" ]
null
null
null
/* * Copyright (c) 2019 Samsung Electronics Co., Ltd. All Rights Reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless...
25.952381
89
0.720489
[ "shape", "vector" ]
af132a80bef7b36b6d7790c1a6f56bbf2f154de1
8,396
c
C
uFFT.c
cpuimage/ufft
8bde703cb9467afeadc55cccece067490892f1e9
[ "MIT" ]
4
2020-01-29T12:45:18.000Z
2021-07-11T08:29:35.000Z
uFFT.c
cpuimage/ufft
8bde703cb9467afeadc55cccece067490892f1e9
[ "MIT" ]
null
null
null
uFFT.c
cpuimage/ufft
8bde703cb9467afeadc55cccece067490892f1e9
[ "MIT" ]
3
2018-08-28T10:17:30.000Z
2021-05-25T01:46:38.000Z
#include "uFFT.h" #include <stdio.h> #include <math.h> #include <stdlib.h> #include <string.h> #ifndef TWO_PI #define TWO_PI (2.0f*3.14159265358979323846f) #endif #define FAST_MATH #ifdef FAST_MATH static float fastAbs(float f) { int i = ((*(int *) &f) & 0x7fffffff); return (*(float *) &i); } #endif...
26.738854
83
0.52132
[ "vector" ]
af2de0383da0f72c28125089ab51421ca5e387a5
594
h
C
include/ionshared/misc/helpers.h
ionlang/ionutil
a69abee226abcaf8f98fb56c03d3bc4605353728
[ "Unlicense" ]
1
2020-08-31T05:41:21.000Z
2020-08-31T05:41:21.000Z
include/ionshared/misc/helpers.h
ionlang/ionutil
a69abee226abcaf8f98fb56c03d3bc4605353728
[ "Unlicense" ]
null
null
null
include/ionshared/misc/helpers.h
ionlang/ionutil
a69abee226abcaf8f98fb56c03d3bc4605353728
[ "Unlicense" ]
1
2020-10-12T15:28:40.000Z
2020-10-12T15:28:40.000Z
#pragma once #include <map> #include <string> #include <optional> #include <memory> #include <vector> #include <functional> namespace ionshared { template<typename T> using Ptr = std::shared_ptr<T>; template<typename T> using ConstPtr = Ptr<const T>; template<typename T> using OptPtr = std::...
18.5625
42
0.643098
[ "vector" ]
af358f6daa694f61e8c1d1623ccd90ca2479be95
19,108
c
C
lang/c/tests/test_aingle_data.c
AIngleLab/aae
6e95f89fad60e62bb5305afe97c72f3278d8e04b
[ "Apache-2.0" ]
null
null
null
lang/c/tests/test_aingle_data.c
AIngleLab/aae
6e95f89fad60e62bb5305afe97c72f3278d8e04b
[ "Apache-2.0" ]
null
null
null
lang/c/tests/test_aingle_data.c
AIngleLab/aae
6e95f89fad60e62bb5305afe97c72f3278d8e04b
[ "Apache-2.0" ]
null
null
null
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to you under the Apache License, Version 2.0 * (the "License"); you may...
27.894891
75
0.71279
[ "object" ]
660d3647fb408250841c4cbfcf14dd35422d1213
1,530
h
C
rh_engine_lib/Engine/VulkanImpl/VulkanRayTracingPipeline.h
petrgeorgievsky/gtaRenderHook
124358410c3edca56de26381e239ca29aa6dc1cc
[ "MIT" ]
232
2016-08-29T00:33:32.000Z
2022-03-29T22:39:51.000Z
rh_engine_lib/Engine/VulkanImpl/VulkanRayTracingPipeline.h
petrgeorgievsky/gtaRenderHook
124358410c3edca56de26381e239ca29aa6dc1cc
[ "MIT" ]
10
2021-01-02T12:40:49.000Z
2021-08-31T06:31:04.000Z
rh_engine_lib/Engine/VulkanImpl/VulkanRayTracingPipeline.h
petrgeorgievsky/gtaRenderHook
124358410c3edca56de26381e239ca29aa6dc1cc
[ "MIT" ]
40
2017-12-18T06:14:39.000Z
2022-01-29T16:35:23.000Z
// // Created by peter on 02.05.2020. // #pragma once #include "VulkanGPUInfo.h" #include <Engine/Common/ArrayProxy.h> #include <Engine/Common/IPipeline.h> #include <common.h> namespace rh::engine { enum class RTShaderGroupType { General, TriangleHitGroup, ProceduralGeometry }; struct RayTracingGroup { ...
25.081967
72
0.659477
[ "vector" ]
660de2f20de7cdf5d7fe971f3c1cff20a25cfe27
468
h
C
src/hypro/datastructures/HybridAutomaton/Pathv2.h
hypro/hypro
52ae4ffe0a8427977fce8d7979fffb82a1bc28f6
[ "MIT" ]
22
2016-10-05T12:19:01.000Z
2022-01-23T09:14:41.000Z
src/hypro/datastructures/HybridAutomaton/Pathv2.h
hypro/hypro
52ae4ffe0a8427977fce8d7979fffb82a1bc28f6
[ "MIT" ]
23
2017-05-08T15:02:39.000Z
2021-11-03T16:43:39.000Z
src/hypro/datastructures/HybridAutomaton/Pathv2.h
hypro/hypro
52ae4ffe0a8427977fce8d7979fffb82a1bc28f6
[ "MIT" ]
12
2017-06-07T23:51:09.000Z
2022-01-04T13:06:21.000Z
#pragma once #include "../../types.h" #include "Transition.h" namespace hypro { template <class Number> struct Path { Location<Number> const* rootLocation{}; std::vector<std::pair<carl::Interval<SegmentInd>, Transition<Number> const*> > elements{}; ///< Path in pairs of time and discrete steps. Intervals holds the...
26
201
0.711538
[ "vector" ]
6615f8c3ba2ee3936fd33a94ae07bb92dc08a276
6,550
h
C
bundle/deepracer_msgs/include/deepracer_msgs/SetVisualVisibleRequest.h
larsll/deepracer-simapp
9251c32ff33d49955b63ccca4f38d01a0c721d4f
[ "MIT" ]
1
2022-02-23T20:34:00.000Z
2022-02-23T20:34:00.000Z
bundle/deepracer_msgs/include/deepracer_msgs/SetVisualVisibleRequest.h
Bandwidth/deepracer-simapp
9bf0a5f9c55e37ecef8e72b1b6dc15ecb0370bc1
[ "MIT" ]
null
null
null
bundle/deepracer_msgs/include/deepracer_msgs/SetVisualVisibleRequest.h
Bandwidth/deepracer-simapp
9bf0a5f9c55e37ecef8e72b1b6dc15ecb0370bc1
[ "MIT" ]
null
null
null
// Generated by gencpp from file deepracer_msgs/SetVisualVisibleRequest.msg // DO NOT EDIT! #ifndef DEEPRACER_MSGS_MESSAGE_SETVISUALVISIBLEREQUEST_H #define DEEPRACER_MSGS_MESSAGE_SETVISUALVISIBLEREQUEST_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #inc...
28.982301
169
0.763359
[ "vector" ]
661db33a621d8b41906f9cd41e75a803fb35a8dd
824
h
C
Source/Core/CPU/PassManager.h
Sonicadvance1/X86Emu
329e9eb1a60ef8353d1200fda454f835002e1ff0
[ "CC0-1.0" ]
13
2018-12-13T09:33:46.000Z
2021-03-29T18:40:22.000Z
Source/Core/CPU/PassManager.h
Sonicadvance1/X86Emu
329e9eb1a60ef8353d1200fda454f835002e1ff0
[ "CC0-1.0" ]
null
null
null
Source/Core/CPU/PassManager.h
Sonicadvance1/X86Emu
329e9eb1a60ef8353d1200fda454f835002e1ff0
[ "CC0-1.0" ]
4
2018-12-21T12:58:39.000Z
2020-06-10T23:55:50.000Z
#pragma once #include <string> #include <vector> namespace Emu::IR { class PassManager; class Pass { public: virtual std::string GetName() = 0; protected: friend PassManager; Pass() {} virtual void Run() = 0; }; class BlockPass : public Pass { public: private: virtual void Run() override final { RunOnBlock...
15.54717
56
0.686893
[ "vector" ]
663f03cbeaf66850e709d7a8630de81f0c806a0c
4,362
c
C
src/shared/shared_session.c
LarsGardien/HackerDogeAir
a78d3dc8773d78b4f944f4dec573565858f4e5d1
[ "MIT" ]
null
null
null
src/shared/shared_session.c
LarsGardien/HackerDogeAir
a78d3dc8773d78b4f944f4dec573565858f4e5d1
[ "MIT" ]
null
null
null
src/shared/shared_session.c
LarsGardien/HackerDogeAir
a78d3dc8773d78b4f944f4dec573565858f4e5d1
[ "MIT" ]
null
null
null
#include "shared/shared_session.h" #include <time.h> #include <kore/kore.h> #include "shared/shared_error.h" #include "model/session.h" #include "model/user.h" #include "model/role.h" int auth_user(struct http_request *req, const char *cookie) { uint32_t error = 0; if (cookie == NULL) { return (K...
30.71831
95
0.664374
[ "model" ]
664ab32172aff7449e06b99e79f9f03c78048dbf
3,571
c
C
source/main.c
tomjxyz/imposter_run
905d7464978e156001fd6c88a275890de0ab7b40
[ "WTFPL" ]
null
null
null
source/main.c
tomjxyz/imposter_run
905d7464978e156001fd6c88a275890de0ab7b40
[ "WTFPL" ]
null
null
null
source/main.c
tomjxyz/imposter_run
905d7464978e156001fd6c88a275890de0ab7b40
[ "WTFPL" ]
null
null
null
#include <stdio.h> #include <wiiuse/wpad.h> #include <grrlib.h> #define BODY_COLOUR 0xC71012FF #define EYES_COLOUR 0x95CADCFF #define GRAVITY 1 #define JUMP_SPEED 15 typedef struct { int x; int y; } Point; typedef struct { int width; int height; int xpos; int ypos; int speed; } Block; int scrWidth; int scrH...
23.493421
104
0.6634
[ "render" ]
666292b27205cff1ea91bb2286b1dc58c5057817
8,521
h
C
include/mfmm/build_list.h
hjabird/exafmm-t
9b6c4689b93eb47659bc2e70813073bf22d820a5
[ "BSD-3-Clause" ]
null
null
null
include/mfmm/build_list.h
hjabird/exafmm-t
9b6c4689b93eb47659bc2e70813073bf22d820a5
[ "BSD-3-Clause" ]
null
null
null
include/mfmm/build_list.h
hjabird/exafmm-t
9b6c4689b93eb47659bc2e70813073bf22d820a5
[ "BSD-3-Clause" ]
null
null
null
#pragma once /****************************************************************************** * * mfmm * A high-performance fast multipole method library using C++. * * A fork of ExaFMM (BSD-3-Clause lisence). * Originally copyright Wang, Yokota and Barba. * * Modifications copyright HJA Bird. * **************...
35.065844
80
0.548997
[ "geometry", "3d" ]
e2f906b2d75c00d8fe541a135ffa894e089906e4
244
h
C
Vulkan/src/engine/vulkan/ShaderModule.h
dtrajko/HazelGameEngineSeries
7210151d6422078ced080be9b8886e9a1ad79d7a
[ "Apache-2.0" ]
null
null
null
Vulkan/src/engine/vulkan/ShaderModule.h
dtrajko/HazelGameEngineSeries
7210151d6422078ced080be9b8886e9a1ad79d7a
[ "Apache-2.0" ]
null
null
null
Vulkan/src/engine/vulkan/ShaderModule.h
dtrajko/HazelGameEngineSeries
7210151d6422078ced080be9b8886e9a1ad79d7a
[ "Apache-2.0" ]
null
null
null
#pragma once #define GLFW_INCLUDE_VULKAN #include <GLFW/glfw3.h> #include <vector> class ShaderModule { public: ShaderModule(VkDevice device, const std::vector<char>& code); ~ShaderModule(); public: VkShaderModule m_ShaderModule; };
11.619048
62
0.745902
[ "vector" ]
e2fa42b68ea47b6391aeaa983f28975165b0f0ea
1,529
h
C
src/transfer_context.h
totalorder/godot-jvm
d3a856d10d2f6fccef1e63b73b96b6b79bb8536d
[ "MIT" ]
null
null
null
src/transfer_context.h
totalorder/godot-jvm
d3a856d10d2f6fccef1e63b73b96b6b79bb8536d
[ "MIT" ]
null
null
null
src/transfer_context.h
totalorder/godot-jvm
d3a856d10d2f6fccef1e63b73b96b6b79bb8536d
[ "MIT" ]
null
null
null
#ifndef GODOT_JVM_TRANSFER_CONTEXT_H #define GODOT_JVM_TRANSFER_CONTEXT_H #include "java_instance_wrapper.h" #include "kt_variant.h" #define MAX_ARGS_SIZE 16 class TransferContext : public JavaInstanceWrapper { public: struct SharedBuffer { void* ptr; int capacity; }; TransferContext(jni:...
36.404762
122
0.737737
[ "vector" ]
39028d63102c40d8ec28ed1b76ee477e89a01669
3,235
h
C
osgVegetation/ov_TerrainShadingStateSet.h
leadcoder/osgVegetation
c13bb8e0225467c97b0bc85f3d38826f793c368e
[ "MIT" ]
22
2015-01-22T17:51:17.000Z
2021-12-24T06:59:46.000Z
osgVegetation/ov_TerrainShadingStateSet.h
leadcoder/osgVegetation
c13bb8e0225467c97b0bc85f3d38826f793c368e
[ "MIT" ]
null
null
null
osgVegetation/ov_TerrainShadingStateSet.h
leadcoder/osgVegetation
c13bb8e0225467c97b0bc85f3d38826f793c368e
[ "MIT" ]
10
2015-12-31T05:52:30.000Z
2020-03-13T05:31:51.000Z
#pragma once #include "ov_Common.h" #include "ov_TerrainStateSet.h" #include <osg/Vec2> #include <osg/Program> #include <osg/Texture2D> #include <osg/Texture2DArray> #include <osgDB/ReadFile> #include <osgDB/FileUtils> #include <vector> namespace osgVegetation { class TerrainShadingStateSetConfig : public TerrainStat...
36.761364
131
0.752396
[ "vector" ]
39036b95c7e7b2c625f0a3586a72f1f2678f74fd
5,315
h
C
apps/Viewer/inc/ScenePropertiesWidget.h
asuessenbach/pipeline
2e49968cc3b9948a57f7ee6c4cc3258925c92ab2
[ "BSD-3-Clause" ]
217
2015-01-06T09:26:53.000Z
2022-03-23T14:03:18.000Z
apps/Viewer/inc/ScenePropertiesWidget.h
asuessenbach/pipeline
2e49968cc3b9948a57f7ee6c4cc3258925c92ab2
[ "BSD-3-Clause" ]
10
2015-01-25T12:42:05.000Z
2017-11-28T16:10:16.000Z
apps/Viewer/inc/ScenePropertiesWidget.h
asuessenbach/pipeline
2e49968cc3b9948a57f7ee6c4cc3258925c92ab2
[ "BSD-3-Clause" ]
44
2015-01-13T01:19:41.000Z
2022-02-21T21:35:08.000Z
// Copyright NVIDIA Corporation 2009-2010 // 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 foll...
45.818966
148
0.692568
[ "object" ]
3904c5868dddd76c1aba7963161a54ff0759de30
358
h
C
HBImagePicker/View/PreviewVideoCell.h
jiutianhuanpei/HBImagePicker
2a39f50cf90cdd9c37a647e161d924b5436071aa
[ "MIT" ]
1
2019-08-14T14:09:23.000Z
2019-08-14T14:09:23.000Z
HBImagePicker/View/PreviewVideoCell.h
jiutianhuanpei/HBImagePicker
2a39f50cf90cdd9c37a647e161d924b5436071aa
[ "MIT" ]
null
null
null
HBImagePicker/View/PreviewVideoCell.h
jiutianhuanpei/HBImagePicker
2a39f50cf90cdd9c37a647e161d924b5436071aa
[ "MIT" ]
null
null
null
// // PreviewVideoCell.h // ImagePickerDemo // // Created by 沈红榜 on 2018/7/4. // Copyright © 2018年 沈红榜. All rights reserved. // #import <UIKit/UIKit.h> #import "AssetModel.h" @interface PreviewVideoCell : UICollectionViewCell @property (nonatomic, strong, readonly) AssetModel *model; - (void)configModel:(AssetMo...
17.9
58
0.715084
[ "model" ]
3929062e5fd9bac8aa93262a5fad28e7ddce1d8c
519
h
C
Foundation/library/tests/TTString.test.h
jamoma/JamomaCore
7b1becc7f6ae2bc1f283a34af0b3986ce20f3a43
[ "BSD-3-Clause" ]
31
2015-02-28T23:51:10.000Z
2021-12-25T04:16:01.000Z
Foundation/library/tests/TTString.test.h
jamoma/JamomaCore
7b1becc7f6ae2bc1f283a34af0b3986ce20f3a43
[ "BSD-3-Clause" ]
126
2015-01-01T13:42:05.000Z
2021-07-13T14:11:42.000Z
Foundation/library/tests/TTString.test.h
jamoma/JamomaCore
7b1becc7f6ae2bc1f283a34af0b3986ce20f3a43
[ "BSD-3-Clause" ]
14
2015-02-10T15:08:32.000Z
2019-09-17T01:21:25.000Z
/* * Unit tests for the TTString object * Copyright © 2012, Timothy Place * * License: This code is licensed under the terms of the "New BSD License" * http://creativecommons.org/licenses/BSD/ */ #ifndef __TT_STRINGTEST_H__ #define __TT_STRINGTEST_H__ #include "TTDataObjectBase.h" #include "TTUnitTest.h" /**...
21.625
74
0.749518
[ "object" ]
392d54bc33cc5b3954a2f6f7efe666c0a0d505dd
668
h
C
renderer/rend/boundingsphere.h
flaming0/software-renderer
dfeb24eb4ac6f90552e65cc7e0cf97d7d693ad7b
[ "MIT" ]
14
2015-03-22T16:18:32.000Z
2017-08-08T14:07:44.000Z
renderer/rend/boundingsphere.h
nslobodin/software-renderer
dfeb24eb4ac6f90552e65cc7e0cf97d7d693ad7b
[ "MIT" ]
null
null
null
renderer/rend/boundingsphere.h
nslobodin/software-renderer
dfeb24eb4ac6f90552e65cc7e0cf97d7d693ad7b
[ "MIT" ]
2
2015-08-31T03:01:57.000Z
2016-12-20T06:09:32.000Z
/* * boundingsphere.h * * Created on: Mar 10, 2012 * Author: flamingo */ #ifndef BOUNDINGSPHERE_H #define BOUNDINGSPHERE_H #include "../math/vec3.h" namespace rend { class BoundingSphere { math::vec3 m_centerPoint; float m_radius; public: BoundingSphere(); BoundingS...
18.054054
68
0.616766
[ "vector" ]
393219d673676c27b2f3c032886a907edce80f39
21,977
c
C
ble/app_ble.c
bojanpotocnik/nrf52_ble_app_template
4b76430f738b8cd4d62eaa6a65be4c55a502de70
[ "MIT" ]
1
2021-04-12T05:08:13.000Z
2021-04-12T05:08:13.000Z
ble/app_ble.c
bojanpotocnik/nrf52_ble_app_template
4b76430f738b8cd4d62eaa6a65be4c55a502de70
[ "MIT" ]
null
null
null
ble/app_ble.c
bojanpotocnik/nrf52_ble_app_template
4b76430f738b8cd4d62eaa6a65be4c55a502de70
[ "MIT" ]
1
2019-11-26T22:56:05.000Z
2019-11-26T22:56:05.000Z
// // Created by Bojan on 29/01/2019. // #include "app_ble.h" // nRF SDK #include "nordic_common.h" #include "nrf.h" #include "app_error.h" // nRF SDK Logging #include "nrf_log.h" #include "nrf_log_ctrl.h" // SoftDevice Handler #include "nrf_sdh.h" #include "nrf_sdh_soc.h" #include "nrf_sdh_ble.h" // BLE #include "ble...
34.664038
115
0.679074
[ "model" ]
39397d3eee37623b1082a3f5f32342387c007f7f
43,256
c
C
extern/gtk/gdk/win32/gdkcursor-win32.c
PableteProgramming/download
013e35bb5c085e5dfdb57a3a0a39cdf2fd3064b8
[ "MIT" ]
null
null
null
extern/gtk/gdk/win32/gdkcursor-win32.c
PableteProgramming/download
013e35bb5c085e5dfdb57a3a0a39cdf2fd3064b8
[ "MIT" ]
null
null
null
extern/gtk/gdk/win32/gdkcursor-win32.c
PableteProgramming/download
013e35bb5c085e5dfdb57a3a0a39cdf2fd3064b8
[ "MIT" ]
null
null
null
/* GDK - The GIMP Drawing Kit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * Copyright (C) 1998-2002 Tor Lillqvist * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Softwar...
27.889104
117
0.596911
[ "object" ]
393d77ff2198c1a143037fde9812fc65457c92c5
417
h
C
test/test_http/http.h
jimi36/librabbit
32a44f0ebeef6c54f248505073772895e4ebb9c9
[ "Apache-2.0" ]
1
2019-12-22T06:03:01.000Z
2019-12-22T06:03:01.000Z
test/test_http/http.h
jimi36/librabbit
32a44f0ebeef6c54f248505073772895e4ebb9c9
[ "Apache-2.0" ]
null
null
null
test/test_http/http.h
jimi36/librabbit
32a44f0ebeef6c54f248505073772895e4ebb9c9
[ "Apache-2.0" ]
null
null
null
#ifndef test_http_h #define test_http_h #include <string> #include <pump/init.h> #include <pump/time/timestamp.h> #include <pump/proto/http/uri.h> #include <pump/proto/http/client.h> #include <pump/proto/http/server.h> using namespace pump::proto; void start_http_client(pump::service *sv, const std::vector<std::str...
23.166667
80
0.748201
[ "vector" ]
394332fd046e751657efc4a323a8b492cbd75d91
16,765
c
C
src/lua/lua_rsa.c
wiedi/rspamd
9c9527faa922fff90f04a7c22788a282b4b02fa1
[ "BSD-2-Clause" ]
null
null
null
src/lua/lua_rsa.c
wiedi/rspamd
9c9527faa922fff90f04a7c22788a282b4b02fa1
[ "BSD-2-Clause" ]
null
null
null
src/lua/lua_rsa.c
wiedi/rspamd
9c9527faa922fff90f04a7c22788a282b4b02fa1
[ "BSD-2-Clause" ]
null
null
null
/* Copyright (c) 2013, Vsevolod Stakhov * 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 o...
22.903005
80
0.659588
[ "object" ]
39460ad496ecd5f73a0f230d0417d9412fca745b
1,265
c
C
test/test_image.c
zhuguangxiang/koala-lang-pre
b9fc6e0027b61ec89521419c41b0fd5a9b1cebf5
[ "MIT" ]
null
null
null
test/test_image.c
zhuguangxiang/koala-lang-pre
b9fc6e0027b61ec89521419c41b0fd5a9b1cebf5
[ "MIT" ]
null
null
null
test/test_image.c
zhuguangxiang/koala-lang-pre
b9fc6e0027b61ec89521419c41b0fd5a9b1cebf5
[ "MIT" ]
1
2021-03-14T09:19:44.000Z
2021-03-14T09:19:44.000Z
#include "image.h" #include "atomstring.h" #include "intobject.h" #include "stringobject.h" #include "opcode.h" void test_image(void) { KImage *image = KImage_New("test"); Vector *ret = Vector_New(); TypeDesc *desc = TypeDesc_Get_Base(BASE_STRING); TYPE_INCREF(desc); Vector_Append(ret, desc); desc = TypeD...
23.867925
50
0.702767
[ "vector" ]
3950028bf513a6fbb4ad52a229f37ca2843bc570
86,570
c
C
src/amd/vulkan/radv_acceleration_structure.c
SoftReaper/Mesa-Renoir-deb
8d1de1f66058d62b41fe55d36522efea2bdf996d
[ "MIT" ]
null
null
null
src/amd/vulkan/radv_acceleration_structure.c
SoftReaper/Mesa-Renoir-deb
8d1de1f66058d62b41fe55d36522efea2bdf996d
[ "MIT" ]
null
null
null
src/amd/vulkan/radv_acceleration_structure.c
SoftReaper/Mesa-Renoir-deb
8d1de1f66058d62b41fe55d36522efea2bdf996d
[ "MIT" ]
null
null
null
/* * Copyright © 2021 Bas Nieuwenhuizen * * 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, pub...
41.922518
112
0.632228
[ "geometry", "object", "transform" ]
3955473cd6d50f882060167572618ecdfa94df8e
3,323
h
C
GraphicsMagick.NET/Results/TypeMetric.h
dlemstra/GraphicsMagick.NET
332718f2315c3752eaeb84f4a6a30a553441e79e
[ "ImageMagick", "Apache-2.0" ]
35
2015-10-18T19:49:52.000Z
2022-01-18T05:30:46.000Z
GraphicsMagick.NET/Results/TypeMetric.h
elyor0529/GraphicsMagick.NET
332718f2315c3752eaeb84f4a6a30a553441e79e
[ "ImageMagick", "Apache-2.0" ]
12
2016-07-22T16:05:03.000Z
2020-02-26T15:21:03.000Z
GraphicsMagick.NET/Results/TypeMetric.h
elyor0529/GraphicsMagick.NET
332718f2315c3752eaeb84f4a6a30a553441e79e
[ "ImageMagick", "Apache-2.0" ]
12
2016-02-24T12:11:50.000Z
2021-07-12T18:20:12.000Z
//================================================================================================= // Copyright 2014-2015 Dirk Lemstra <https://graphicsmagick.codeplex.com/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may ob...
40.036145
100
0.376768
[ "object" ]
3958158dfbcdbc45adf117dc18a019c98446205c
933
h
C
Swing/Source/iOS/Swing (1.3.5)/ios/libs/core/include/objects/PTPObjectAssetPowerup.h
thatgamesguy/swing
957452c9c37daeee7dda8a931b0ea199d7e323a6
[ "MIT" ]
1
2019-03-25T22:44:38.000Z
2019-03-25T22:44:38.000Z
Swing/Source/iOS/Swing (1.3.5)/ios/libs/core/include/objects/PTPObjectAssetPowerup.h
thatgamesguy/swing
957452c9c37daeee7dda8a931b0ea199d7e323a6
[ "MIT" ]
null
null
null
Swing/Source/iOS/Swing (1.3.5)/ios/libs/core/include/objects/PTPObjectAssetPowerup.h
thatgamesguy/swing
957452c9c37daeee7dda8a931b0ea199d7e323a6
[ "MIT" ]
4
2019-04-19T14:21:26.000Z
2020-10-02T15:44:40.000Z
#ifndef PTPASSETPOWERUP_H #define PTPASSETPOWERUP_H #include "PTPObjectAsset.h" #include "models/objects/PTModelObjectAssetPowerup.h" #include "PTPAnimationObject.h" class PTPObjectAssetPowerup : public PTPObjectAsset { public: explicit PTPObjectAssetPowerup( PTModelObjectAsset* model); ~PTPObjectAssetPowerup...
25.916667
73
0.771704
[ "model" ]
396edce1cc0434026ceda746cb784132d28e6036
8,750
h
C
fkie_message_filters/include/fkie_message_filters/buffer_impl.h
fkie/message_filters
4437729f01479c8ee7e5b40e7e868d7b219bd813
[ "Apache-2.0" ]
13
2019-01-18T14:41:46.000Z
2022-02-04T06:47:29.000Z
fkie_message_filters/include/fkie_message_filters/buffer_impl.h
fkie/message_filters
4437729f01479c8ee7e5b40e7e868d7b219bd813
[ "Apache-2.0" ]
1
2021-08-31T05:07:59.000Z
2021-09-01T15:33:24.000Z
fkie_message_filters/include/fkie_message_filters/buffer_impl.h
fkie/message_filters
4437729f01479c8ee7e5b40e7e868d7b219bd813
[ "Apache-2.0" ]
3
2019-04-30T14:05:23.000Z
2021-06-20T10:25:34.000Z
/**************************************************************************** * * fkie_message_filters * Copyright © 2018-2020 Fraunhofer FKIE * Author: Timo Röhling * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may o...
29.965753
134
0.627886
[ "vector" ]
397181f441809667ad331a246b9a63b0900be439
9,671
h
C
engine_files/engine_headers/engine_control/engine_control.h
Blizzardbay/pistonworks-engine
c739e193480499ba161c6acf96070d1023813225
[ "BSD-3-Clause" ]
2
2021-10-05T22:45:04.000Z
2021-12-16T19:06:08.000Z
engine_files/engine_headers/engine_control/engine_control.h
Blizzardbay/pistonworks-engine
c739e193480499ba161c6acf96070d1023813225
[ "BSD-3-Clause" ]
null
null
null
engine_files/engine_headers/engine_control/engine_control.h
Blizzardbay/pistonworks-engine
c739e193480499ba161c6acf96070d1023813225
[ "BSD-3-Clause" ]
null
null
null
// BSD 3 - Clause License // // Copyright(c) 2021, Darrian Corkadel // 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 not...
38.995968
113
0.490849
[ "object" ]
397a7713c239320f6cc5943dc83c4f52b353cf35
374
h
C
26_lab/src/line.h
alexndr03/2021-spring-polytech-cpp
83627304552d8e8be26edd00382756bec5da3ace
[ "MIT" ]
6
2021-02-08T15:26:20.000Z
2021-03-22T10:19:07.000Z
26_lab/src/line.h
Efremenkof/2021-spring-polytech-cpp
f4d788df8cfcb0980f35a6b116e6cbcc1347c95a
[ "MIT" ]
11
2021-02-09T06:41:50.000Z
2021-04-18T08:36:32.000Z
26_lab/src/line.h
alexndr03/2021-spring-polytech-cpp
83627304552d8e8be26edd00382756bec5da3ace
[ "MIT" ]
48
2021-02-03T18:28:55.000Z
2021-05-24T18:54:14.000Z
#ifndef INC_26_LAB_LINE_H #define INC_26_LAB_LINE_H #include "shape.h" class Line : public Shape { uint32_t x1, y1, x2, y2; public: Line(uint32_t x1t, uint32_t y1t, uint32_t x2t, uint32_t y2t) : x1(x1t), y1(y1t), x2(x2t), y2(y2t) {} void draw() override; void SetXY(uint32_t x1t, uint32_t y1t, uint32...
22
104
0.695187
[ "shape" ]
397b6a656fed15660b4c8631f55436c48ec8d1a7
861
h
C
include/cpMemory.h
barebear/php-cp
5d25d545f3386fa4a60db1376ddf62b63c19b0ff
[ "Apache-2.0" ]
697
2015-01-14T06:19:58.000Z
2021-11-15T12:16:49.000Z
include/cpMemory.h
barebear/php-cp
5d25d545f3386fa4a60db1376ddf62b63c19b0ff
[ "Apache-2.0" ]
58
2015-02-01T13:06:07.000Z
2020-09-28T08:07:26.000Z
include/cpMemory.h
barebear/php-cp
5d25d545f3386fa4a60db1376ddf62b63c19b0ff
[ "Apache-2.0" ]
210
2015-01-11T13:25:13.000Z
2021-07-30T01:02:10.000Z
/* * File: memory.h * Author: guoxinhua * * Created on 2014年9月23日, 下午3:32 */ #ifndef CP_MEMORY_H #define CP_MEMORY_H #ifdef __cplusplus extern "C" { #endif #include <sys/mman.h> #include <sys/shm.h> typedef struct _cpShareMemory { int size; char mmap_name[100]; void *mem; } cp...
16.882353
58
0.636469
[ "object" ]
8225168eee77917b4fa4a100add03c13cc2ff169
1,369
h
C
iRODS/lib/api/include/subStructFileRename.h
iychoi/cyverse-irods
0070b8677a82e763f1d940ae6537b1c8839a628a
[ "BSD-3-Clause" ]
null
null
null
iRODS/lib/api/include/subStructFileRename.h
iychoi/cyverse-irods
0070b8677a82e763f1d940ae6537b1c8839a628a
[ "BSD-3-Clause" ]
7
2019-12-02T17:55:49.000Z
2019-12-02T17:55:59.000Z
iRODS/lib/api/include/subStructFileRename.h
benlazarine/cyverse-irods
2bf9cfae4c3a1062ffe2af92b1f086ddc5fce025
[ "BSD-3-Clause" ]
1
2019-12-02T05:40:13.000Z
2019-12-02T05:40:13.000Z
/*** Copyright (c), The Regents of the University of California *** *** For more information please refer to subStructFiles in the COPYRIGHT directory ***/ /* subStructFileRename.h */ #ifndef SUB_STRUCT_FILE_RENAME_H__ #define SUB_STRUCT_FILE_RENAME_H__ /* This is Object File I/O type API call */ #inclu...
33.390244
117
0.787436
[ "object" ]
8234face755024669e0f18168b1692488d1c144a
6,574
h
C
chua/chua.h
camilleg/vss
27f1c8f73f8d7ef2d4e5de077e4b2ed7e4f72803
[ "MIT" ]
null
null
null
chua/chua.h
camilleg/vss
27f1c8f73f8d7ef2d4e5de077e4b2ed7e4f72803
[ "MIT" ]
null
null
null
chua/chua.h
camilleg/vss
27f1c8f73f8d7ef2d4e5de077e4b2ed7e4f72803
[ "MIT" ]
null
null
null
#pragma once #include "VAlgorithm.h" #include "VHandler.h" #include "VGenActor.h" #define CHUA_DIM 3 #define TAUMAX 1000 // Note that some members are defined in the class definition // owing to the lameness of our compiler. // class chuaAlg : public VAlgorithm { // synthesis parameters float potentiometer; doubl...
26.942623
117
0.649224
[ "vector" ]
823b02f3b663a8fcb3711cdc810b3adcadfb0e00
132,469
c
C
enduser/netmeeting/av/codecs/dec/dech263/sv_api.c
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
enduser/netmeeting/av/codecs/dec/dech263/sv_api.c
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
enduser/netmeeting/av/codecs/dec/dech263/sv_api.c
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
/* * @DEC_COPYRIGHT@ */ /* * HISTORY * $Log: sv_api.c,v $ * Revision 1.1.8.11 1996/10/28 17:32:51 Hans_Graves * MME-01402. Changed SvGet/SetParamInt() to qwords to allow for timestamps. * [1996/10/28 17:09:33 Hans_Graves] * * Revision 1.1.8.10 1996/10/12 17:19:24 Hans_Graves * Added init...
32.96889
126
0.56774
[ "transform" ]
823b65391d2450c9291e41f976b91bb5498738cf
1,782
h
C
MEIClient/AMTHIClient/Include/GetEACStateCommand.h
Ganeshr93/wsman-mei-library
095ed29d2960e5573efae9470d70fc20ba459399
[ "Apache-2.0" ]
null
null
null
MEIClient/AMTHIClient/Include/GetEACStateCommand.h
Ganeshr93/wsman-mei-library
095ed29d2960e5573efae9470d70fc20ba459399
[ "Apache-2.0" ]
1
2020-12-15T01:55:35.000Z
2020-12-15T02:10:12.000Z
MEIClient/AMTHIClient/Include/GetEACStateCommand.h
isabella232/lms
50d16f81b49aba6007388c001e8137352c5eb42e
[ "Apache-2.0" ]
1
2020-12-15T01:02:46.000Z
2020-12-15T01:02:46.000Z
/* SPDX-License-Identifier: Apache-2.0 */ /* * Copyright (C) 2010-2019 Intel Corporation */ /*++ @file: GetEACStateCommand.h --*/ #ifndef __GET_EAC_STATE_COMMAND_H__ #define __GET_EAC_STATE_COMMAND_H__ #include "AMTHICommand.h" #include "MEIparser.h" namespace Intel { namespace MEI_Client { namespace AMTHI_C...
22.556962
107
0.71156
[ "vector" ]
82490ed59111a86acc61585dfc493db80e405f20
2,251
h
C
src/Library/Cameras/CameraTransforms.h
aravindkrishnaswamy/rise
297d0339a7f7acd1418e322a30a21f44c7dbbb1d
[ "BSD-2-Clause" ]
1
2018-12-20T19:31:02.000Z
2018-12-20T19:31:02.000Z
src/Library/Cameras/CameraTransforms.h
aravindkrishnaswamy/rise
297d0339a7f7acd1418e322a30a21f44c7dbbb1d
[ "BSD-2-Clause" ]
null
null
null
src/Library/Cameras/CameraTransforms.h
aravindkrishnaswamy/rise
297d0339a7f7acd1418e322a30a21f44c7dbbb1d
[ "BSD-2-Clause" ]
null
null
null
////////////////////////////////////////////////////////////////////// // // CameraTransforms.h - Transformation helpers for cameras // // Author: Aravind Krishnaswamy // Date of Birth: April 22, 2004 // Tabs: 4 // Comments: // // License Information: Please see the attached LICENSE.TXT file // ////////////////...
24.204301
94
0.617503
[ "transform" ]
825398b9e7a18b3b8cdeb0ec607ddbc30e1ca92e
2,172
h
C
src/sort_bubble.h
microentropie/Sort
52498bea85acaaf107125456f95c0d25c318d7e8
[ "MIT" ]
null
null
null
src/sort_bubble.h
microentropie/Sort
52498bea85acaaf107125456f95c0d25c318d7e8
[ "MIT" ]
null
null
null
src/sort_bubble.h
microentropie/Sort
52498bea85acaaf107125456f95c0d25c318d7e8
[ "MIT" ]
null
null
null
#ifndef _SORT_BUBBLE_ #define _SORT_BUBBLE_ /* Author: Stefano Di Paolo License: MIT, https://en.wikipedia.org/wiki/MIT_License Date: 2016-12-18 Sort an array of objects. In form of a C++ template libray, particularly suited for micros thanks to the low memory usage. Bubble Sort, from Wikipedia presudo-...
23.608696
70
0.609116
[ "object" ]
799f90e626012df768118718d41193611fada047
31,563
h
C
VecGeom/volumes/SecondOrderSurfaceShell.h
cxwx/VecGeom
c86c00bd7d4db08f4fc20a625020da329784aaac
[ "ECL-2.0", "Apache-2.0" ]
1
2020-06-27T18:43:36.000Z
2020-06-27T18:43:36.000Z
VecGeom/volumes/SecondOrderSurfaceShell.h
cxwx/VecGeom
c86c00bd7d4db08f4fc20a625020da329784aaac
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
VecGeom/volumes/SecondOrderSurfaceShell.h
cxwx/VecGeom
c86c00bd7d4db08f4fc20a625020da329784aaac
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
/// \file SecondOrderSurfaceShell.h /// \author: swenzel /// Created on: Aug 1, 2014 /// Modified and completed: mihaela.gheata@cern.ch #ifndef VECGEOM_SECONDORDERSURFACESHELL_H_ #define VECGEOM_SECONDORDERSURFACESHELL_H_ #include "VecGeom/base/Vector3D.h" #include "VecGeom/volumes/kernel/GenericKernels.h" namespa...
43.355769
120
0.631499
[ "vector" ]
79a82e4e6f76e6cc2f2f01c160828206cb50c87b
822
h
C
base/pnp/tools/infscan/precomp.h
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
base/pnp/tools/infscan/precomp.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
base/pnp/tools/infscan/precomp.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
#include <windows.h> #include <objbase.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <tchar.h> #include <setupapi.h> #include <msg.h> #include <process.h> #include <new> // causes the 'new' operator to throw bad_alloc #include <list> #include <map> #include <set> #include <u...
18.681818
68
0.6691
[ "vector" ]
79a85aaba6b88d9d0d94cd69bb942475b79368e0
951
h
C
design-patterns/design-patterns/Structural/Proxy/YoutubeManager/DPSYoutubeManager.h
danabeknar/design-patterns
7e6b4a23c7725b01b38939e35554992830cc53ac
[ "MIT" ]
12
2018-11-21T07:11:09.000Z
2019-05-13T15:01:06.000Z
design-patterns/design-patterns/Structural/Proxy/YoutubeManager/DPSYoutubeManager.h
danabeknar/design-patterns
7e6b4a23c7725b01b38939e35554992830cc53ac
[ "MIT" ]
null
null
null
design-patterns/design-patterns/Structural/Proxy/YoutubeManager/DPSYoutubeManager.h
danabeknar/design-patterns
7e6b4a23c7725b01b38939e35554992830cc53ac
[ "MIT" ]
1
2020-06-16T16:30:52.000Z
2020-06-16T16:30:52.000Z
// // DPSYoutubeManager.h // design-patterns // // Created by Beknar Danabek on 13/03/2019. // Copyright © 2019 beknar. All rights reserved. // #import <Foundation/Foundation.h> #import "DPSThirdPartyYoutubeLib.h" // The GUI class that uses the service object. Instead of a real service, we will slip an object to ...
27.970588
120
0.764458
[ "object" ]
79ac4ada1da7d54731e53f98baacb0030cdfec9f
981
h
C
lib_ergc/utils.h
jbellis/superpixel-benchmark
81a45649d426751d1ae450ef8ea0d2d9c7b3545f
[ "Unlicense" ]
344
2016-12-16T10:11:05.000Z
2022-03-29T06:08:14.000Z
lib_ergc/utils.h
jbellis/superpixel-benchmark
81a45649d426751d1ae450ef8ea0d2d9c7b3545f
[ "Unlicense" ]
12
2018-02-15T19:34:19.000Z
2021-07-31T17:04:48.000Z
lib_ergc/utils.h
jbellis/superpixel-benchmark
81a45649d426751d1ae450ef8ea0d2d9c7b3545f
[ "Unlicense" ]
111
2016-12-08T07:19:21.000Z
2022-03-29T06:08:16.000Z
#ifndef __UTILS_H #define __UTILS_H #include <string> #include <sstream> #include <vector> #include <stdio.h> using namespace std; vector<string> split_string(string line,string delim) { string str=line; vector<string> res; size_t found; found=str.find(delim); while(found!=string::npos) { string ...
18.166667
97
0.61264
[ "vector" ]
79aeeff0a6119ad19e4b3b92d655630781d1299c
5,667
c
C
treecc.c.c
chrissch33/Binary-Tree-Level-Order-Print
94b8f6fd299fc8fa2202704b78eecd579383e269
[ "MIT" ]
1
2019-06-14T06:18:05.000Z
2019-06-14T06:18:05.000Z
treecc.c.c
chrissch33/Binary-Tree-Level-Order-Print
94b8f6fd299fc8fa2202704b78eecd579383e269
[ "MIT" ]
null
null
null
treecc.c.c
chrissch33/Binary-Tree-Level-Order-Print
94b8f6fd299fc8fa2202704b78eecd579383e269
[ "MIT" ]
null
null
null
// Created by: Christopher Schenkhuizen // Most Recent Change: Updated comments to be more descriptive and added a full header // Most Recent Change Date: 1/19/17 // This is completely original code and I do not mind if you use it, just please give me credit // or I will be sad. // Welcome to my C program that attem...
29.061538
95
0.672137
[ "model" ]
79c1045fc300402c04ab357481e2c8454f2f5070
1,955
h
C
src/blockparttable.h
sizeofvoid/openbsdisks2
4bc053a9d15f4e367a9f7601e7e506cd3d72bd7c
[ "BSD-3-Clause" ]
7
2021-05-13T07:43:10.000Z
2022-01-09T12:18:48.000Z
src/blockparttable.h
sizeofvoid/openbsdisks2
4bc053a9d15f4e367a9f7601e7e506cd3d72bd7c
[ "BSD-3-Clause" ]
null
null
null
src/blockparttable.h
sizeofvoid/openbsdisks2
4bc053a9d15f4e367a9f7601e7e506cd3d72bd7c
[ "BSD-3-Clause" ]
null
null
null
/* Copyright 2016 Gleb Popov <6yearold@gmail.com> Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the f...
39.1
80
0.770844
[ "vector" ]
79c69334f33dbe86c10d9d59b167787c054482b8
1,304
h
C
src/guiTypeChartPlotter.h
ofTheo/ofxControlPanel
04724ad86b82f1b7aa38895caff226ad967d518b
[ "MIT" ]
34
2015-01-19T15:57:49.000Z
2022-03-23T00:02:21.000Z
src/guiTypeChartPlotter.h
ofTheo/ofxControlPanel
04724ad86b82f1b7aa38895caff226ad967d518b
[ "MIT" ]
5
2015-09-24T18:07:46.000Z
2021-03-05T19:49:46.000Z
src/guiTypeChartPlotter.h
ofTheo/ofxControlPanel
04724ad86b82f1b7aa38895caff226ad967d518b
[ "MIT" ]
10
2015-04-22T00:56:35.000Z
2021-11-02T03:44:35.000Z
/* * guiTypeChartPlotter.h * ofxControlPanelDemo * * Created by theo on 01/04/2010. * Copyright 2010 __MyCompanyName__. All rights reserved. * */ #pragma once #include "guiBaseObject.h" class guiTypeChartPlotter : public guiBaseObject { public: guiTypeChartPlotter(){ minVal = 0.0; maxV...
21.733333
63
0.667178
[ "render", "vector" ]
79dc4e1dd8b30b4ba4192d11ffcbdc18aedfa15c
9,639
c
C
chip/habitat/slur/slur.c
Museum-of-Art-and-Digital-Entertainment/Habitat
b59e2520fd8690bf99a1db43928a679f2fbc875c
[ "MIT" ]
530
2016-07-06T19:49:59.000Z
2022-03-01T20:52:50.000Z
chip/habitat/slur/slur.c
webyrd/habitat
6f54b01b6d72deb081c24390c62ebfd9105e9e69
[ "MIT" ]
2
2017-04-14T01:32:33.000Z
2017-04-29T15:23:54.000Z
chip/habitat/slur/slur.c
webyrd/habitat
6f54b01b6d72deb081c24390c62ebfd9105e9e69
[ "MIT" ]
45
2016-07-07T20:05:13.000Z
2021-12-27T19:50:47.000Z
/* slur: Stupid Little Utility for Riddle Turns contents vectors from Aric's region editor into riddle fragments. Chip Morningstar Lucasfilm Ltd. 18-June-1986 */ #include <stdio.h> #include "class_defs.h" typedef unsigned char byte; typedef unsigned short word; typedef int bool; #define TRUE 1 ...
19.394366
81
0.611474
[ "object" ]
79e7c842f036686de9699284220a3f86901cc1cb
2,765
h
C
inc/db/MojDbMediaHandler.h
webosce/db8
994da8732319c6cafc59778eec5f82186f73b6ab
[ "Apache-2.0" ]
4
2018-03-22T19:06:10.000Z
2021-01-22T10:50:10.000Z
inc/db/MojDbMediaHandler.h
webosce/db8
994da8732319c6cafc59778eec5f82186f73b6ab
[ "Apache-2.0" ]
5
2018-05-01T16:12:28.000Z
2018-11-10T06:08:20.000Z
inc/db/MojDbMediaHandler.h
webosose/db8
f89ea600f0505395f8f995923fd9b0c94ece5915
[ "Apache-2.0" ]
5
2018-03-22T19:06:12.000Z
2018-08-21T05:52:46.000Z
// Copyright (c) 2013-2018 LG Electronics, 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...
32.529412
142
0.749005
[ "object" ]
79ea54def67a5f839afa7490326819e94ae91696
3,783
h
C
export/FileSequence.h
imageworks/Field3D
0cf75ad982917e0919f59e5cb3d483517d06d7da
[ "BSD-3-Clause" ]
169
2015-01-14T17:22:19.000Z
2021-10-06T10:13:12.000Z
export/FileSequence.h
imageworks/Field3D
0cf75ad982917e0919f59e5cb3d483517d06d7da
[ "BSD-3-Clause" ]
14
2015-06-03T14:19:17.000Z
2021-06-03T13:22:53.000Z
export/FileSequence.h
imageworks/Field3D
0cf75ad982917e0919f59e5cb3d483517d06d7da
[ "BSD-3-Clause" ]
53
2015-02-11T03:53:46.000Z
2021-10-06T10:13:15.000Z
//----------------------------------------------------------------------------// /* * Copyright (c) 2014 Sony Pictures Imageworks Inc * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: *...
33.776786
80
0.589479
[ "vector" ]
fbddd053ffdd9b56a417e11f215c153f3dd269a1
2,358
c
C
common/motor/dualHBridgeMotor.c
f4deb/cen-electronic
74302fb38cf41e060ccaf9435ccd8e8792f3e565
[ "MIT" ]
null
null
null
common/motor/dualHBridgeMotor.c
f4deb/cen-electronic
74302fb38cf41e060ccaf9435ccd8e8792f3e565
[ "MIT" ]
null
null
null
common/motor/dualHBridgeMotor.c
f4deb/cen-electronic
74302fb38cf41e060ccaf9435ccd8e8792f3e565
[ "MIT" ]
null
null
null
#include "dualHBridgeMotor.h" #include <stdlib.h> #include "../../common/timer/cenTimer.h" #include "../../common/timer/timerConstants.h" #include "../../common/timer/timerList.h" //#include "pin.h" void initDualHBridge(DualHBridgeMotor* dualHBridgeMotor, dualHBridgeMotorInitFunction* dualHBridgeMo...
36.84375
110
0.712468
[ "object" ]
fbe41406447775caadc51f937cbe29558ebae6f2
7,257
c
C
usb/sample/device/liteos/lib/src/lib_acm_test.c
openharmony-sig-ci/drivers_peripheral
071339eec73d506f5de2107879a1f87e5f563172
[ "Apache-2.0" ]
null
null
null
usb/sample/device/liteos/lib/src/lib_acm_test.c
openharmony-sig-ci/drivers_peripheral
071339eec73d506f5de2107879a1f87e5f563172
[ "Apache-2.0" ]
null
null
null
usb/sample/device/liteos/lib/src/lib_acm_test.c
openharmony-sig-ci/drivers_peripheral
071339eec73d506f5de2107879a1f87e5f563172
[ "Apache-2.0" ]
2
2021-09-13T11:30:23.000Z
2021-09-13T12:06:17.000Z
/* * Copyright (c) 2013-2019, Huawei Technologies Co., Ltd. All rights reserved. * Copyright (c) 2020, Huawei Device Co., 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: * * 1. Redistrib...
34.557143
116
0.665151
[ "object" ]
fbea71b516411a10800fe710f0e703de119016fc
1,996
h
C
graphics/cgal/Mesh_3/doc/Mesh_3/Concepts/MeshFacetCriteria_3.h
hlzz/dotfiles
0591f71230c919c827ba569099eb3b75897e163e
[ "BSD-3-Clause" ]
4
2016-03-30T14:31:52.000Z
2019-02-02T05:01:32.000Z
graphics/cgal/Mesh_3/doc/Mesh_3/Concepts/MeshFacetCriteria_3.h
hlzz/dotfiles
0591f71230c919c827ba569099eb3b75897e163e
[ "BSD-3-Clause" ]
null
null
null
graphics/cgal/Mesh_3/doc/Mesh_3/Concepts/MeshFacetCriteria_3.h
hlzz/dotfiles
0591f71230c919c827ba569099eb3b75897e163e
[ "BSD-3-Clause" ]
null
null
null
/*! \ingroup PkgMesh_3Concepts \cgalConcept The Delaunay refinement process involved in the template functions `make_mesh_3()` and `refine_mesh_3()` is guided by a set of elementary refinement criteria that concern either mesh tetrahedra or surface facets. The concept `MeshFacetCriteria_3` describes the types that...
24.641975
89
0.73998
[ "mesh", "object", "model" ]
fbf07a07d95c919ab647352db00daec222a08be1
830
c
C
nitan/d/gumu/qianliu3.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
1
2019-03-27T07:25:16.000Z
2019-03-27T07:25:16.000Z
nitan/d/gumu/qianliu3.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
null
null
null
nitan/d/gumu/qianliu3.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
null
null
null
// This program is a part of NT MudLIB #include <ansi.h>; inherit ROOM; void create() { set("short", HIR"潛流"NOR); set("long", @LONG 你沒在水中,只覺水勢甚急,衝得你無法立足。你氣悶異常,只得屏氣摸 索潛行,當真是進退維谷。突覺下面似有股強大吸力把你猛往下扯,你不由自主地往下沉去. LONG ); setup(); } void init() { object me; me = this_player(...
20.75
56
0.519277
[ "object" ]
fbf3013c7bd391890a6d2082f493ab0cf3ee2cbc
757
h
C
src/classes.h
Zirias/stoneage
0c94d97ff9a5f6356b1243e123ee2e13cb1eb645
[ "BSD-2-Clause-FreeBSD" ]
1
2022-01-13T15:45:49.000Z
2022-01-13T15:45:49.000Z
src/classes.h
Zirias/stoneage
0c94d97ff9a5f6356b1243e123ee2e13cb1eb645
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
src/classes.h
Zirias/stoneage
0c94d97ff9a5f6356b1243e123ee2e13cb1eb645
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
#ifndef STONEAGE_CLASSES_H #define STONEAGE_CLASSES_H /** @file classes.h * Contains CLASS type registry */ /** Enumeration of all CLASS types * Every class must be registered here, this info is needed for * "RTTI" and secure CAST() functionality * * A notable exception is the class "Event". It does not inherit...
20.459459
76
0.704095
[ "object" ]
fbf37cc92b6a25fb82d3bf86c33b5e7bf5f0c00a
658
h
C
Classes/Networking/RequestBody/TMJSONEncodedRequestBody.h
turlodales/TMTumblrSDK
af5fa629a088ead0064f28ec5d611a59c25ca353
[ "Apache-2.0" ]
259
2015-01-05T08:30:59.000Z
2022-03-21T06:39:52.000Z
Classes/Networking/RequestBody/TMJSONEncodedRequestBody.h
turlodales/TMTumblrSDK
af5fa629a088ead0064f28ec5d611a59c25ca353
[ "Apache-2.0" ]
74
2015-01-07T18:39:25.000Z
2021-11-17T08:53:02.000Z
Classes/Networking/RequestBody/TMJSONEncodedRequestBody.h
turlodales/TMTumblrSDK
af5fa629a088ead0064f28ec5d611a59c25ca353
[ "Apache-2.0" ]
92
2015-02-01T07:44:29.000Z
2021-12-09T05:56:02.000Z
// // TMJSONEncodedRequestBody.h // Pods // // Created by Kenny Ackerson on 4/25/16. // // #import <Foundation/Foundation.h> #import "TMRequestBody.h" /** * A request body that represents a JSON string. */ __attribute__((objc_subclassing_restricted)) @interface TMJSONEncodedRequestBody : NSObject <TMRequestBody>...
23.5
98
0.753799
[ "object" ]
22080c06b63aa236edf50a29612c7fbfa2f2728a
6,165
c
C
physics.c
vcored/Gravity
835b37f7d71f7652f321a15a822f0521f4eb0a9d
[ "MIT" ]
null
null
null
physics.c
vcored/Gravity
835b37f7d71f7652f321a15a822f0521f4eb0a9d
[ "MIT" ]
null
null
null
physics.c
vcored/Gravity
835b37f7d71f7652f321a15a822f0521f4eb0a9d
[ "MIT" ]
null
null
null
#include <math.h> #include <stdbool.h> #include <stdlib.h> #include <time.h> #include <stdio.h> #include <pthread.h> #include <sys/time.h> #include "gravity.h" #include "physics.h" #define G 1e-4 int ms = 10; int count = PARTICLES_MAX; int next_m = 256; double next_color[3] = { 0, 0, 0 }; /* flag is true when phy...
25.37037
110
0.479157
[ "object" ]
220e1d0df9443f58d1643ce159c5b98fde0b01ed
5,681
h
C
src/include/storage/checkpoints/checkpoint.h
tpan496/project3
82714c4b36132d8c932de3d2819859e314ef1b7c
[ "MIT" ]
null
null
null
src/include/storage/checkpoints/checkpoint.h
tpan496/project3
82714c4b36132d8c932de3d2819859e314ef1b7c
[ "MIT" ]
null
null
null
src/include/storage/checkpoints/checkpoint.h
tpan496/project3
82714c4b36132d8c932de3d2819859e314ef1b7c
[ "MIT" ]
null
null
null
#pragma once #include <catalog/catalog.h> #include <common/managed_pointer.h> #include <stdio.h> #include <memory> #include <mutex> // NOLINT #include <string> #include <unordered_map> #include <utility> #include <vector> #include "catalog/postgres/builder.h" #include "catalog/postgres/pg_attribute.h" #include "cata...
44.03876
117
0.73473
[ "vector" ]
2216d5833cd39136b5cf6f9573e0114c7e1a70b5
2,063
h
C
Exercises/Motor2D/j1Render.h
jorgegh2/Split-screen
b7405a831301824785445b2d931e03bd21a91322
[ "MIT" ]
1
2019-06-06T20:34:56.000Z
2019-06-06T20:34:56.000Z
Solution/Motor2D/j1Render.h
jorgegh2/Split-screen
b7405a831301824785445b2d931e03bd21a91322
[ "MIT" ]
null
null
null
Solution/Motor2D/j1Render.h
jorgegh2/Split-screen
b7405a831301824785445b2d931e03bd21a91322
[ "MIT" ]
1
2020-04-22T06:20:39.000Z
2020-04-22T06:20:39.000Z
#ifndef __j1RENDER_H__ #define __j1RENDER_H__ #include "SDL/include/SDL.h" #include "Point.h" #include "j1Module.h" #include <vector> enum class ORIENTATION { NO_TYPE = 0, SQUARE_ORDER, //All cameras have the same width and height, even if it is not square order the maximum number of cameras. HORIZONTAL, //Th...
27.878378
166
0.700921
[ "render", "vector" ]
222c128cb58fbd51d94a376bd0813ee770dfebfb
8,846
h
C
FMINestableTableView/FMINestableTableView.h
FlorianMielke/FMINestableTableView
d41c80d082668c915b9be6b8ae8bd9bfc122dca2
[ "MIT" ]
1
2017-07-21T11:44:17.000Z
2017-07-21T11:44:17.000Z
FMINestableTableView/FMINestableTableView.h
FlorianMielke/FMINestableTableView
d41c80d082668c915b9be6b8ae8bd9bfc122dca2
[ "MIT" ]
null
null
null
FMINestableTableView/FMINestableTableView.h
FlorianMielke/FMINestableTableView
d41c80d082668c915b9be6b8ae8bd9bfc122dca2
[ "MIT" ]
null
null
null
// // FMINestableTableView.h // FMINestableTableView // // Created by Florian Mielke on 15.06.16. // Copyright © 2016 Florian Mielke. All rights reserved. // #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @class FMINestableTableView; /** * The FMITableViewDataSourceNesting protocol is adopted by an object tha...
45.132653
250
0.783179
[ "object", "model" ]
222f041fc1b6febdbc138429468a8bf30b79008c
1,231
h
C
Frameworks/XADMaster.framework/Versions/A/PrivateHeaders/XADArchiveParserDescriptions.h
ryochin/Simple-Comic
86a2debab6d362117b8ac2603e31a015b7ddac2b
[ "MIT" ]
727
2015-01-02T08:21:43.000Z
2022-03-24T18:27:05.000Z
Frameworks/XADMaster.framework/Versions/A/PrivateHeaders/XADArchiveParserDescriptions.h
onurcanbektas/Simple-Comic
b3f8f0bffc172b193d1f4f220d4aa8752480e14e
[ "MIT" ]
45
2015-01-18T08:38:54.000Z
2021-11-01T21:49:55.000Z
Frameworks/XADMaster.framework/Versions/A/PrivateHeaders/XADArchiveParserDescriptions.h
onurcanbektas/Simple-Comic
b3f8f0bffc172b193d1f4f220d4aa8752480e14e
[ "MIT" ]
187
2015-01-02T02:44:36.000Z
2022-01-16T18:34:53.000Z
#import "XADArchiveParser.h" @interface XADArchiveParser (Descriptions) -(NSString *)descriptionOfValueInDictionary:(NSDictionary *)dict key:(NSString *)key; -(NSString *)descriptionOfKey:(NSString *)key; -(NSArray *)descriptiveOrderingOfKeysInDictionary:(NSDictionary *)dict; @end NSString *XADHumanReadableFileSize...
43.964286
91
0.847279
[ "object" ]
223d6581cca0c00002783fff0a5895b4804614ce
2,597
h
C
documentation/Sounds.h
ToddButler93/tamods
d48509dda5e1f8020b86e26f8204da2242c62603
[ "MIT" ]
2
2021-09-16T15:32:20.000Z
2022-03-19T06:49:03.000Z
documentation/Sounds.h
ToddButler93/tamods
d48509dda5e1f8020b86e26f8204da2242c62603
[ "MIT" ]
null
null
null
documentation/Sounds.h
ToddButler93/tamods
d48509dda5e1f8020b86e26f8204da2242c62603
[ "MIT" ]
3
2021-09-16T15:33:00.000Z
2022-03-19T10:20:21.000Z
/** @file */ /** A permanently muted player, with individual options to mute different kind of messages */ struct MutedPlayer { /** The username of the player */ string username; /** If the chat messages of the player should be muted */ bool muteText; /** If VGS of the player should be muted */ bool muteVG...
21.823529
104
0.755487
[ "object" ]
2241e82206fc4a5d6daac0a398c06ed49ed08cf6
1,603
h
C
util/StringUtil.h
kami-lang/madex-redex
90ae1bc46c6e20a0aed2c128183b9f289cecee34
[ "MIT" ]
null
null
null
util/StringUtil.h
kami-lang/madex-redex
90ae1bc46c6e20a0aed2c128183b9f289cecee34
[ "MIT" ]
null
null
null
util/StringUtil.h
kami-lang/madex-redex
90ae1bc46c6e20a0aed2c128183b9f289cecee34
[ "MIT" ]
null
null
null
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <cstring> #include <memory> #include <string> #include <unordered_set> #include <vector> inline std::stri...
23.925373
78
0.653774
[ "vector" ]
067603a9923930eb3624c12d4d2c4764084ab651
2,364
h
C
graphics/cgal/Surface_mesher/doc/Surface_mesher/Concepts/SurfaceMeshFacetsCriteria_3.h
hlzz/dotfiles
0591f71230c919c827ba569099eb3b75897e163e
[ "BSD-3-Clause" ]
4
2016-03-30T14:31:52.000Z
2019-02-02T05:01:32.000Z
graphics/cgal/Surface_mesher/doc/Surface_mesher/Concepts/SurfaceMeshFacetsCriteria_3.h
hlzz/dotfiles
0591f71230c919c827ba569099eb3b75897e163e
[ "BSD-3-Clause" ]
null
null
null
graphics/cgal/Surface_mesher/doc/Surface_mesher/Concepts/SurfaceMeshFacetsCriteria_3.h
hlzz/dotfiles
0591f71230c919c827ba569099eb3b75897e163e
[ "BSD-3-Clause" ]
null
null
null
/*! \ingroup PkgSurfaceMesher3Concepts \cgalConcept The Delaunay refinement process involved in the function template `CGAL::make_surface_mesh()` is guided by a set of refinement criteria. The concept `SurfaceMeshFacetsCriteria_3` describes the type which handles those criteria. It corresponds to the requirement...
28.829268
75
0.766497
[ "mesh", "model" ]
06793122c046b5cebacb6dfd60e5a28788307ce1
3,146
c
C
nitan/kungfu/skill/ttjian.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
1
2019-03-27T07:25:16.000Z
2019-03-27T07:25:16.000Z
nitan/kungfu/skill/ttjian.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
null
null
null
nitan/kungfu/skill/ttjian.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
null
null
null
// yunlong-jian.c 雲龍劍 // Last Modified by sir 10.22.2001 #include <ansi.h>; inherit SKILL; string type() { return "martial"; } string martialtype() { return "skill"; } mapping *action = ({ ([ "action":"\n$N使一式"GRN"「第一招」"NOR",手中$w嗡嗡微振,幻成一條白光刺向$n的$l", "lvl" : 0, "dodge" : -100000, ...
29.12963
79
0.475524
[ "object" ]
0679671fc44e43dfd37bfc8f48044a6610d1a24a
8,583
h
C
eurasia_km/services4/srvkm/hwdefs/sgxfeaturedefs.h
shaqfu786/GFX_Linux_DDK
f184ac914561fa100a5c92a488df777de8785f93
[ "FSFAP" ]
3
2020-03-13T23:37:00.000Z
2021-09-03T06:34:04.000Z
eurasia_km/services4/srvkm/hwdefs/sgxfeaturedefs.h
zzpianoman/GFX_Linux_DDK
f184ac914561fa100a5c92a488df777de8785f93
[ "FSFAP" ]
null
null
null
eurasia_km/services4/srvkm/hwdefs/sgxfeaturedefs.h
zzpianoman/GFX_Linux_DDK
f184ac914561fa100a5c92a488df777de8785f93
[ "FSFAP" ]
6
2015-02-05T03:01:01.000Z
2021-07-24T01:07:18.000Z
/********************************************************************** * * Copyright (C) Imagination Technologies Ltd. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by...
34.608871
92
0.803915
[ "3d" ]
068053f898fc56ffe3cc0b41e45c821699073018
1,330
h
C
minix/servers/vfs/vnode.h
calmsacibis995/minix
dfba95598f553b6560131d35a76658f1f8c9cf38
[ "Unlicense" ]
3
2021-10-07T18:19:37.000Z
2021-10-07T19:02:14.000Z
minix/servers/vfs/vnode.h
calmsacibis995/minix
dfba95598f553b6560131d35a76658f1f8c9cf38
[ "Unlicense" ]
null
null
null
minix/servers/vfs/vnode.h
calmsacibis995/minix
dfba95598f553b6560131d35a76658f1f8c9cf38
[ "Unlicense" ]
3
2021-12-02T11:09:09.000Z
2022-01-25T21:31:23.000Z
#ifndef __VFS_VNODE_H__ #define __VFS_VNODE_H__ EXTERN struct vnode { endpoint_t v_fs_e; /* FS process' endpoint number */ endpoint_t v_mapfs_e; /* mapped FS process' endpoint number */ ino_t v_inode_nr; /* inode number on its (minor) device */ ino_t v_mapinode_nr; /* mapped inode number of mappe...
42.903226
75
0.657895
[ "object" ]
0681905ac8984afc45cbe0ab51fba411cee50fe4
670
h
C
samples/learn/HeroData.h
swarmfarm/cppgraphqlgen
87c334da120ac81c66ae80a0dd599b8711a32b90
[ "MIT" ]
52
2018-08-12T15:36:12.000Z
2019-05-04T09:22:34.000Z
samples/learn/HeroData.h
swarmfarm/cppgraphqlgen
87c334da120ac81c66ae80a0dd599b8711a32b90
[ "MIT" ]
30
2018-09-10T18:05:16.000Z
2019-05-02T00:43:01.000Z
samples/learn/HeroData.h
swarmfarm/cppgraphqlgen
87c334da120ac81c66ae80a0dd599b8711a32b90
[ "MIT" ]
13
2018-08-20T03:40:22.000Z
2019-04-19T08:15:46.000Z
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #pragma once #ifndef HERODATA_H #define HERODATA_H #include <memory> #include <variant> namespace graphql::learn { class Droid; class Human; using SharedHero = std::variant<std::shared_ptr<Human>, std::shared_ptr<Droid...
20.9375
80
0.753731
[ "object" ]
0688322860450fdb62a5d2a233fddde7bba199c6
14,571
c
C
dehydration_emb_sys/dehydration/Node_server/src/main_server.c
pseudoincorrect/Dehydration
c6b966b71d124f54ac644a47bcde78ef61151750
[ "MIT" ]
null
null
null
dehydration_emb_sys/dehydration/Node_server/src/main_server.c
pseudoincorrect/Dehydration
c6b966b71d124f54ac644a47bcde78ef61151750
[ "MIT" ]
null
null
null
dehydration_emb_sys/dehydration/Node_server/src/main_server.c
pseudoincorrect/Dehydration
c6b966b71d124f54ac644a47bcde78ef61151750
[ "MIT" ]
null
null
null
/*888888888 .d88888b. 8888888b. .d88888b. 888 d88P" "Y88b 888 "Y88b d88P" "Y88b 888 888 888 888 888 888 888 888 888 888 888 888 888 888 d8b 888 888 888 888 888 888 888 Y8P 888 888 888 888 888 888 888 888 Y88b....
33.65127
96
0.635372
[ "mesh", "model" ]
068bac5136071ae47940ae2f6f555e5a1ba3b373
5,887
h
C
Plugins/org.mitk.lancet.robot/src/api/vega/capisample/CAPIcommon/src/include/TcpConnection.h
zhaomengxiao/MITK
a09fd849a4328276806008bfa92487f83a9e2437
[ "BSD-3-Clause" ]
null
null
null
Plugins/org.mitk.lancet.robot/src/api/vega/capisample/CAPIcommon/src/include/TcpConnection.h
zhaomengxiao/MITK
a09fd849a4328276806008bfa92487f83a9e2437
[ "BSD-3-Clause" ]
1
2021-12-22T10:19:02.000Z
2021-12-22T10:19:02.000Z
Plugins/org.mitk.lancet.robot/src/api/vega/capisample/CAPIcommon/src/include/TcpConnection.h
zhaomengxiao/MITK_lancet
a09fd849a4328276806008bfa92487f83a9e2437
[ "BSD-3-Clause" ]
null
null
null
//---------------------------------------------------------------------------- // // Copyright (C) 2017, Northern Digital Inc. All rights reserved. // // All Northern Digital Inc. ("NDI") Media and/or Sample Code and/or Sample Code // Documentation (collectively referred to as "Sample Code") is licensed and provided...
40.047619
95
0.715984
[ "object" ]
068f1af1035c8255124f4da3e9b5f6459157cae9
4,189
h
C
src/avt/Pipeline/Data/avtRayFunction.h
visit-dav/vis
c08bc6e538ecd7d30ddc6399ec3022b9e062127e
[ "BSD-3-Clause" ]
226
2018-12-29T01:13:49.000Z
2022-03-30T19:16:31.000Z
src/avt/Pipeline/Data/avtRayFunction.h
visit-dav/vis
c08bc6e538ecd7d30ddc6399ec3022b9e062127e
[ "BSD-3-Clause" ]
5,100
2019-01-14T18:19:25.000Z
2022-03-31T23:08:36.000Z
src/avt/Pipeline/Data/avtRayFunction.h
visit-dav/vis
c08bc6e538ecd7d30ddc6399ec3022b9e062127e
[ "BSD-3-Clause" ]
84
2019-01-24T17:41:50.000Z
2022-03-10T10:01:46.000Z
// Copyright (c) Lawrence Livermore National Security, LLC and other VisIt // Project developers. See the top-level LICENSE file for dates and other // details. No copyright assignment is required to contribute to VisIt. // ************************************************************************* // // ...
32.472868
80
0.542373
[ "model" ]
0691502f5cdad01c0ce8b11a5b3dc1decb2d9bd0
7,340
c
C
sdk/project/test_posixapi/test_stdio.c
doyaGu/C0501Q_HWJL01
07a71328bd9038453cbb1cf9c276a3dd1e416d63
[ "MIT" ]
1
2021-10-09T08:05:50.000Z
2021-10-09T08:05:50.000Z
sdk/project/test_posixapi/test_stdio.c
doyaGu/C0501Q_HWJL01
07a71328bd9038453cbb1cf9c276a3dd1e416d63
[ "MIT" ]
null
null
null
sdk/project/test_posixapi/test_stdio.c
doyaGu/C0501Q_HWJL01
07a71328bd9038453cbb1cf9c276a3dd1e416d63
[ "MIT" ]
null
null
null
#include <stdio.h> #include <pthread.h> #include <unistd.h> #include "ite/itp.h" /* This example is to print the answer of variables */ void test_printf() { int a,b; float c,d; a = 15; b = a / 2; printf("%d\n",b); printf("%3d\n",b); printf("%03d\n",b); c = 15.3; d = c / 3; p...
29.596774
159
0.414441
[ "3d" ]
0695cd576291df20cbc00acab4c61ca73a23150f
2,186
h
C
ThirdParty/fides/vtkfides/fides/predefined/InternalMetadataSource.h
cclauss/VTK
f62a52cce9044159efb4adb7cc0cfd7ec0bc8b6d
[ "BSD-3-Clause" ]
1,755
2015-01-03T06:55:00.000Z
2022-03-29T05:23:26.000Z
ThirdParty/fides/vtkfides/fides/predefined/InternalMetadataSource.h
cclauss/VTK
f62a52cce9044159efb4adb7cc0cfd7ec0bc8b6d
[ "BSD-3-Clause" ]
29
2015-04-23T20:58:30.000Z
2022-03-02T16:16:42.000Z
ThirdParty/fides/vtkfides/fides/predefined/InternalMetadataSource.h
cclauss/VTK
f62a52cce9044159efb4adb7cc0cfd7ec0bc8b6d
[ "BSD-3-Clause" ]
1,044
2015-01-05T22:48:27.000Z
2022-03-31T02:38:26.000Z
//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. // This software is distributed WITHOUT ANY WARRANTY; without even // the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR // PURPOSE...
31.681159
92
0.71043
[ "vector", "model" ]
06973f2069233dadd0f316dd3b185bfe1ac59c7d
1,394
h
C
code/engine.vc2008/xrGame/rat_state_manager.h
Rikoshet-234/xray-oxygen
eaac3fa4780639152684f3251b8b4452abb8e439
[ "Apache-2.0" ]
7
2018-03-27T12:36:07.000Z
2020-06-26T11:31:52.000Z
code/engine.vc2008/xrGame/rat_state_manager.h
Rikoshet-234/xray-oxygen
eaac3fa4780639152684f3251b8b4452abb8e439
[ "Apache-2.0" ]
2
2018-05-26T23:17:14.000Z
2019-04-14T18:33:27.000Z
code/engine.vc2008/xrGame/rat_state_manager.h
Rikoshet-234/xray-oxygen
eaac3fa4780639152684f3251b8b4452abb8e439
[ "Apache-2.0" ]
5
2020-10-18T11:55:26.000Z
2022-03-28T07:21:35.000Z
//////////////////////////////////////////////////////////////////////////// // Module : rat_state_manager.h // Created : 31.08.2007 // Modified : 31.08.2007 // Author : Dmitriy Iassenev // Description : rat state manager class //////////////////////////////////////////////////////////////////////////// #ifndef ...
29.041667
77
0.650646
[ "object" ]
069af3d3a085d7d74fac87fc2929aaaa1b3962ff
6,560
h
C
LibFoundation/Mathematics/Wm4Matrix2.h
wjezxujian/WildMagic4
249a17f8c447cf57c6283408e01009039810206a
[ "BSL-1.0" ]
3
2021-08-02T04:03:03.000Z
2022-01-04T07:31:20.000Z
LibFoundation/Mathematics/Wm4Matrix2.h
wjezxujian/WildMagic4
249a17f8c447cf57c6283408e01009039810206a
[ "BSL-1.0" ]
null
null
null
LibFoundation/Mathematics/Wm4Matrix2.h
wjezxujian/WildMagic4
249a17f8c447cf57c6283408e01009039810206a
[ "BSL-1.0" ]
5
2019-10-13T02:44:19.000Z
2021-08-02T04:03:10.000Z
// Geometric Tools, Inc. // http://www.geometrictools.com // Copyright (c) 1998-2006. All Rights Reserved // // The Wild Magic Version 4 Foundation Library source code is supplied // under the terms of the license agreement // http://www.geometrictools.com/License/Wm4FoundationLicense.pdf // and may not be copied ...
35.846995
77
0.679573
[ "vector", "transform" ]
069eef521f0ad20d2c74e6cb057f5c588a31d85c
9,099
h
C
include/Solver.h
lucasbekker/CMaT
5d3fdbf8aaaccda471bf73399ae8d3cc7d144d0a
[ "MIT" ]
1
2019-08-02T09:16:56.000Z
2019-08-02T09:16:56.000Z
include/Solver.h
lucasbekker/CMaT
5d3fdbf8aaaccda471bf73399ae8d3cc7d144d0a
[ "MIT" ]
10
2019-01-18T12:32:33.000Z
2019-01-28T16:38:48.000Z
include/Solver.h
lucasbekker/CMaT
5d3fdbf8aaaccda471bf73399ae8d3cc7d144d0a
[ "MIT" ]
null
null
null
#pragma once extern int num_iter = 0; struct SOLVER_data { // Matrix A. GPU_Sparse * A_g; GPU_Sparse_f * A_gf; CPU_Sparse * A_c; CPU_Sparse_f * A_cf; // Vector b. GPU_Dense * b_g; GPU_Dense_f * b_gf; CPU_Dense * b_c; CPU_Dense_f * b_cf; // Vector x. GPU_D...
28.434375
94
0.593252
[ "vector" ]
06b1a68cf896b21eb033cb41934f5c3278298ca1
873
h
C
src/ClientSymbols/include/ClientSymbols/QSettingsBasedStorageManager.h
ioperations/orbit
c7935085023cce1abb70ce96dd03339f47a1c826
[ "BSD-2-Clause" ]
716
2017-09-22T11:50:40.000Z
2020-03-14T21:52:22.000Z
src/ClientSymbols/include/ClientSymbols/QSettingsBasedStorageManager.h
ioperations/orbit
c7935085023cce1abb70ce96dd03339f47a1c826
[ "BSD-2-Clause" ]
132
2017-09-24T11:48:18.000Z
2020-03-17T17:39:45.000Z
src/ClientSymbols/include/ClientSymbols/QSettingsBasedStorageManager.h
ioperations/orbit
c7935085023cce1abb70ce96dd03339f47a1c826
[ "BSD-2-Clause" ]
49
2017-09-23T10:23:59.000Z
2020-03-14T09:27:49.000Z
// Copyright (c) 2022 The Orbit 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 CLIENT_SYMBOLS_Q_SETTINGS_BASED_STORAGE_MANAGER_H_ #define CLIENT_SYMBOLS_Q_SETTINGS_BASED_STORAGE_MANAGER_H_ #include "ClientSymbols/Persistent...
39.681818
87
0.82016
[ "vector" ]
06c0724db67512ac9f9689a7fd6cde648e8a025e
7,853
h
C
libs/opengl/include/mrpt/opengl/CMeshFast.h
feroze/mrpt-shivang
95bf524c5e10ed2e622bd199f1b0597951b45370
[ "BSD-3-Clause" ]
2
2017-03-25T18:09:17.000Z
2017-05-22T08:14:48.000Z
libs/opengl/include/mrpt/opengl/CMeshFast.h
feroze/mrpt-shivang
95bf524c5e10ed2e622bd199f1b0597951b45370
[ "BSD-3-Clause" ]
null
null
null
libs/opengl/include/mrpt/opengl/CMeshFast.h
feroze/mrpt-shivang
95bf524c5e10ed2e622bd199f1b0597951b45370
[ "BSD-3-Clause" ]
1
2018-07-29T09:40:46.000Z
2018-07-29T09:40:46.000Z
/* +---------------------------------------------------------------------------+ | Mobile Robot Programming Toolkit (MRPT) | | http://www.mrpt.org/ | | ...
37.042453
134
0.655673
[ "mesh", "render", "object", "model", "3d", "solid" ]
06cd071f43bd900a8877d474d4b27d8bd4a8b08f
3,432
h
C
Dusty/src/math/Vector3.h
ProjectElon/Dusty
cdec985b046adfb10420d93ee10668fafff41a9a
[ "MIT" ]
3
2019-06-04T12:06:24.000Z
2019-06-04T23:57:09.000Z
Dusty/src/math/Vector3.h
ProjectElon/Dusty
cdec985b046adfb10420d93ee10668fafff41a9a
[ "MIT" ]
null
null
null
Dusty/src/math/Vector3.h
ProjectElon/Dusty
cdec985b046adfb10420d93ee10668fafff41a9a
[ "MIT" ]
null
null
null
#pragma once #include "Functions.h" #include <cstdio> #include <cassert> #include <string> #define STR(x) std::to_string((x)) namespace math { class Vector2; class Vector3 { public: float x; float y; float z; Vector3(); Vector3(const float& newX, const float& newY, const float& newZ); Vector3(cons...
17.782383
79
0.598485
[ "vector" ]
06d9fd84b52eb74dcedd1224d015afe43ac8e758
1,636
h
C
toonz/sources/include/toonz/navigationtags.h
OpenAnimationLibrary/tahoma2d
a1ce875f354b0a5aa2925c3038ed35d730395d2d
[ "BSD-3-Clause" ]
30
2020-05-27T10:18:56.000Z
2020-09-29T20:36:12.000Z
toonz/sources/include/toonz/navigationtags.h
manongjohn/tahoma
7a440ac58e6a398aad35e41a2e36616758422742
[ "BSD-3-Clause" ]
270
2020-09-30T14:23:49.000Z
2020-11-22T19:17:17.000Z
toonz/sources/include/toonz/navigationtags.h
manongjohn/tahoma
7a440ac58e6a398aad35e41a2e36616758422742
[ "BSD-3-Clause" ]
13
2020-06-01T17:10:19.000Z
2020-09-29T09:28:05.000Z
#pragma once #ifndef NAVIGATION_TAGS_INCLUDED #define NAVIGATION_TAGS_INCLUDED #include "tcommon.h" #undef DVAPI #undef DVVAR #ifdef TOONZLIB_EXPORTS #define DVAPI DV_EXPORT_API #define DVVAR DV_EXPORT_VAR #else #define DVAPI DV_IMPORT_API #define DVVAR DV_IMPORT_VAR #endif #include <QString> #include <QColor> cla...
22.108108
71
0.7011
[ "vector" ]
06db7218585364a1c421d5b9f9dd1955acc78ed8
244
h
C
CRIC-IN/src/team.h
ritesh0402/Cricket-Game
73c8a5645687badad13683791d3740900c649148
[ "MIT" ]
null
null
null
CRIC-IN/src/team.h
ritesh0402/Cricket-Game
73c8a5645687badad13683791d3740900c649148
[ "MIT" ]
null
null
null
CRIC-IN/src/team.h
ritesh0402/Cricket-Game
73c8a5645687badad13683791d3740900c649148
[ "MIT" ]
null
null
null
#pragma once #include <vector> #include "player.h" class Team { public: Team(); std::string name; int totalRunsScored ; int ballsPlayed ; int totalBallsBowled ; int wicketsLost ; std::vector<Player> players; };
14.352941
31
0.639344
[ "vector" ]
06df102129533fba19caa48734380edd530328d7
2,189
h
C
_thirdPartyLibs/include/GLV/glv_buttons.h
stratosger/glGA-edu
de8d8e72e732921f63ef15cd787899f454787ab0
[ "BSD-4-Clause-UC" ]
4
2018-08-22T03:43:30.000Z
2021-03-11T18:20:27.000Z
_thirdPartyLibs/include/GLV/glv_buttons.h
stratosger/glGA-edu
de8d8e72e732921f63ef15cd787899f454787ab0
[ "BSD-4-Clause-UC" ]
7
2020-10-06T16:34:12.000Z
2020-12-06T17:29:22.000Z
_thirdPartyLibs/include/GLV/glv_buttons.h
stratosger/glGA-edu
de8d8e72e732921f63ef15cd787899f454787ab0
[ "BSD-4-Clause-UC" ]
71
2015-03-26T10:28:04.000Z
2021-11-07T10:09:12.000Z
#ifndef INC_GLV_BUTTONS_H #define INC_GLV_BUTTONS_H /* Graphics Library of Views (GLV) - GUI Building Toolkit See COPYRIGHT file for authors and license information */ #include "glv_core.h" #include "glv_icon.h" #include "glv_widget.h" namespace glv { /// One or more buttons on a grid class Buttons : public Widget...
27.708861
102
0.689356
[ "geometry" ]
06e41018d72bc8394fb6a18071e223bdc41101e9
2,549
h
C
Editor/UI/Widgets/Widget_Properties.h
ValtoForks/Directus3D
32b2c38bdf88e8b3e29010b17c313a26dcd9fbbd
[ "MIT" ]
null
null
null
Editor/UI/Widgets/Widget_Properties.h
ValtoForks/Directus3D
32b2c38bdf88e8b3e29010b17c313a26dcd9fbbd
[ "MIT" ]
null
null
null
Editor/UI/Widgets/Widget_Properties.h
ValtoForks/Directus3D
32b2c38bdf88e8b3e29010b17c313a26dcd9fbbd
[ "MIT" ]
null
null
null
/* Copyright(c) 2016-2018 Panos Karabelas Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distrib...
35.402778
81
0.781875
[ "transform" ]
06fe52e5340cbea857603fa8f91b1b383dd67ce9
11,123
h
C
trunk/libs/angsys/include/ang/collections/array.h
ChuyX3/angsys
89b2eaee866bcfd11e66efda49b38acc7468c780
[ "Apache-2.0" ]
null
null
null
trunk/libs/angsys/include/ang/collections/array.h
ChuyX3/angsys
89b2eaee866bcfd11e66efda49b38acc7468c780
[ "Apache-2.0" ]
null
null
null
trunk/libs/angsys/include/ang/collections/array.h
ChuyX3/angsys
89b2eaee866bcfd11e66efda49b38acc7468c780
[ "Apache-2.0" ]
null
null
null
/*********************************************************************************************************************/ /* File Name: ang/collections/array.h */ /* Author: Ing. Jesus Rocha <chuyangel.rm@gmail.com>, July 2016. ...
41.349442
135
0.65459
[ "object" ]
660188b27326499d11933e15edb0ef0b1660cb6a
2,323
c
C
gurba/lib/domains/nokicliffs/lib/properties.c
DEFCON-MUD/defcon-28-mud-source
b25b5bd15fee6a4acda5119ea864bde4dff62714
[ "Unlicense" ]
4
2021-07-21T17:49:01.000Z
2022-03-11T20:50:59.000Z
gurba/lib/domains/nokicliffs/lib/properties.c
DEFCON-MUD/defcon-28-mud-source
b25b5bd15fee6a4acda5119ea864bde4dff62714
[ "Unlicense" ]
null
null
null
gurba/lib/domains/nokicliffs/lib/properties.c
DEFCON-MUD/defcon-28-mud-source
b25b5bd15fee6a4acda5119ea864bde4dff62714
[ "Unlicense" ]
1
2021-12-31T00:55:05.000Z
2021-12-31T00:55:05.000Z
#include "../domain.h" inherit "/sys/lib/modules/m_properties"; #define PROPERTIES_LOG NOKICLIFFS_LOG_DIR + "/properties.log" static mapping tmp_properties; static string properties_file_name; static int was_warning; int query_was_warning(void) { return was_warning; } private void init_tmp_properties(void)...
22.12381
66
0.609557
[ "object" ]
66086ba32f47cdb0752a4816cbd604d855875ad6
1,538
h
C
PhysLib/particle.h
oldpocket/SciCpp
2d7bbd552566b08b776fc682a59286931ba1abe2
[ "MIT" ]
null
null
null
PhysLib/particle.h
oldpocket/SciCpp
2d7bbd552566b08b776fc682a59286931ba1abe2
[ "MIT" ]
null
null
null
PhysLib/particle.h
oldpocket/SciCpp
2d7bbd552566b08b776fc682a59286931ba1abe2
[ "MIT" ]
null
null
null
/**************************************************************** * File: mass.h * Description: Represents a Particle, to be used in physics simulations * Author: Fabio Andreozzi Godoy * Date: 01/02/2006 - Modified: 24/06/2006 */ #ifndef PARTICLE_H_INCLUDED #define PARTICLE_H_INCLUDED #include "../Util/gene...
30.76
76
0.564369
[ "object" ]
6609162fc0395478e9e2f2b2c4f6d7ec0af80eb4
18,675
h
C
include/nsepisod/nsclasser.h
prometheusorg/epiClassifier
8f3a41e1f68f713fcbcd6372d77ac6a0ed1d3347
[ "Apache-2.0" ]
3
2017-05-22T14:57:13.000Z
2018-02-08T15:47:37.000Z
include/nsepisod/nsclasser.h
prometheusorg/epiClassifier
8f3a41e1f68f713fcbcd6372d77ac6a0ed1d3347
[ "Apache-2.0" ]
13
2017-01-24T16:28:22.000Z
2018-01-22T00:12:50.000Z
include/nsepisod/nsclasser.h
prometheusorg/epiClassifier
8f3a41e1f68f713fcbcd6372d77ac6a0ed1d3347
[ "Apache-2.0" ]
null
null
null
// -------------------------------------------------------------------------- // NSCLASSER.H // -------------------------------------------------------------------------- // Fabrice LE PERRU - Aout 2001 // source : Remi SPAAK - Mai 1997 // -------------------------------------------------------------------------- #if ...
29.832268
212
0.648461
[ "vector" ]
617736ea6b8a9828b245e9c58fb60d4f61e28fa3
735
h
C
bullet.h
ficusss/Game_BombProtection
11fac7efb08434b4463855cb2a763ef23e14ca06
[ "MIT" ]
null
null
null
bullet.h
ficusss/Game_BombProtection
11fac7efb08434b4463855cb2a763ef23e14ca06
[ "MIT" ]
null
null
null
bullet.h
ficusss/Game_BombProtection
11fac7efb08434b4463855cb2a763ef23e14ca06
[ "MIT" ]
null
null
null
#pragma once #include "vector.h" #include "object.h" #include <memory> static Vector_t StartBulletSpeed = Vector_t(0, 0.2); static Vector_t ScaleBullet = Vector_t(0.1, 0.1); class Bullet_t : public Object_t { public: Bullet_t(Vector_t &_position, std::shared_ptr<sf::Texture> texture, Vector_t &_scale = ScaleBullet,...
31.956522
139
0.715646
[ "object", "vector" ]
6179288f33f563fecd85b1bcb5bf4751ecc14cbb
5,910
c
C
Script.c
NanolathingStuff/bijective-bzip2-1.0.6
ea429ae74ec0d9bcf2cc4984522d9c41ce2db93b
[ "bzip2-1.0.6" ]
null
null
null
Script.c
NanolathingStuff/bijective-bzip2-1.0.6
ea429ae74ec0d9bcf2cc4984522d9c41ce2db93b
[ "bzip2-1.0.6" ]
null
null
null
Script.c
NanolathingStuff/bijective-bzip2-1.0.6
ea429ae74ec0d9bcf2cc4984522d9c41ce2db93b
[ "bzip2-1.0.6" ]
null
null
null
#include <sys/time.h> #include <stdlib.h> #include <stdio.h> #include <unistd.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <string.h> #include <libgen.h> #define SUBDIR "./Test-files/" #define DEF "bzip2 -k " #define MINE "./" #define COMPRESSED ".bz2" #define NFILES 53 ...
39.139073
183
0.601184
[ "transform" ]
6194031cf1ba862d79ecd310eb818d5790fe1686
4,910
h
C
corelib/include/rtabmap/core/Odometry.h
nuclearsandwich-ros/rtabmap-release
c6ee39bea83b6a5edf9da3214494d67c6c055a2e
[ "BSD-3-Clause" ]
null
null
null
corelib/include/rtabmap/core/Odometry.h
nuclearsandwich-ros/rtabmap-release
c6ee39bea83b6a5edf9da3214494d67c6c055a2e
[ "BSD-3-Clause" ]
null
null
null
corelib/include/rtabmap/core/Odometry.h
nuclearsandwich-ros/rtabmap-release
c6ee39bea83b6a5edf9da3214494d67c6c055a2e
[ "BSD-3-Clause" ]
null
null
null
/* Copyright (c) 2010-2016, Mathieu Labbe - IntRoLab - Universite de Sherbrooke 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 ...
36.37037
180
0.770265
[ "vector", "transform" ]
61a5a6fa34f40cf07ee25e2c499f02b343b007b0
1,298
h
C
test/testHelpers.h
fsaporito/KVCache
4d4402396426c1ca25e7fb9ae5f4fb181a0fa1f2
[ "BSL-1.0" ]
null
null
null
test/testHelpers.h
fsaporito/KVCache
4d4402396426c1ca25e7fb9ae5f4fb181a0fa1f2
[ "BSL-1.0" ]
null
null
null
test/testHelpers.h
fsaporito/KVCache
4d4402396426c1ca25e7fb9ae5f4fb181a0fa1f2
[ "BSL-1.0" ]
null
null
null
#pragma once #include <string> #include <utility> #include <vector> namespace TestHelper { // This method will generate a longValue of generic, by default of size 0.1 MB inline std::string generateLongValueOfGivenSize(size_t size = (1024 * 1024) / 10, char value = '0') { std::string valueStr; ...
33.282051
135
0.525424
[ "vector" ]
61ac98c76e137120abaa377d16bc686ea569082e
1,664
h
C
tf_opt/optimize/mip/inequality_checker.h
google-research/tf-opt
0704531e1cd85b31e5e07051767f6f9608d090c4
[ "Apache-2.0" ]
23
2020-10-22T02:35:17.000Z
2022-03-09T22:01:54.000Z
tf_opt/optimize/mip/inequality_checker.h
google-research/tf-opt
0704531e1cd85b31e5e07051767f6f9608d090c4
[ "Apache-2.0" ]
null
null
null
tf_opt/optimize/mip/inequality_checker.h
google-research/tf-opt
0704531e1cd85b31e5e07051767f6f9608d090c4
[ "Apache-2.0" ]
6
2021-01-09T20:01:59.000Z
2022-01-16T12:58:32.000Z
// Copyright 2021 The tf.opt Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agree...
43.789474
79
0.760817
[ "model" ]
61ad135c5ca167e7b0383f6c2ec6951e074adc19
930
h
C
cudarecv/utils/inc/functional.h
Stanford-NavLab/NAVLab-DPE-SDR
2420a859be9dfe68df62f6db3f7bbd6f151f2936
[ "Unlicense" ]
20
2020-06-29T23:13:49.000Z
2022-02-12T14:11:38.000Z
cudarecv/utils/inc/functional.h
Stanford-NavLab/NAVLab-DPE-SDR
2420a859be9dfe68df62f6db3f7bbd6f151f2936
[ "Unlicense" ]
3
2021-03-10T13:32:08.000Z
2021-03-15T03:06:26.000Z
cudarecv/utils/inc/functional.h
Stanford-NavLab/NAVLab-DPE-SDR
2420a859be9dfe68df62f6db3f7bbd6f151f2936
[ "Unlicense" ]
8
2020-07-04T01:54:01.000Z
2022-03-03T08:22:12.000Z
#ifndef __INC_UTILS_FUNCTIONAL_H_ #define __INC_UTILS_FUNCTIONAL_H_ #include <vector> #include <numeric> #include "function_traits.h" #include "arithmetic.h" namespace dsp { namespace utils { struct identity { template<typename U> constexpr auto operator()(U&& v) const noexcept -> decltype(std::forwa...
25.135135
104
0.67957
[ "vector", "transform" ]
61b016526214ad109d4844c5948aecc2a1307708
1,385
h
C
Furiosity/Math/Intersections.h
enci/Furiosity
0f823b31ba369a6f20a69ca079627dccd4b4549a
[ "MIT" ]
7
2015-05-14T18:36:18.000Z
2020-08-30T19:09:33.000Z
Furiosity/Math/Intersections.h
enci/Furiosity
0f823b31ba369a6f20a69ca079627dccd4b4549a
[ "MIT" ]
1
2015-10-23T14:24:08.000Z
2015-10-23T14:24:08.000Z
Furiosity/Math/Intersections.h
enci/Furiosity
0f823b31ba369a6f20a69ca079627dccd4b4549a
[ "MIT" ]
1
2020-07-31T23:34:49.000Z
2020-07-31T23:34:49.000Z
//////////////////////////////////////////////////////////////////////////////// // Intersections.h // Furiosity // // Created by Bojan Endrovski on 11/28/12. // Copyright (c) 2012 Bojan Endrovski. All rights reserved. //////////////////////////////////////////////////////////////////////////////// #pragma once #...
32.209302
87
0.499639
[ "vector" ]
61c4fd2309abc92753c3c01245bf10afea20a8a3
627
h
C
Source/BotGame/DestinationMarker.h
itsdatnguyen/bot-game
2e4bf510c4876a49c03b2f563aab16d3e6984469
[ "MIT" ]
1
2020-01-24T15:19:30.000Z
2020-01-24T15:19:30.000Z
Source/BotGame/DestinationMarker.h
itsdatnguyen/bot-game
2e4bf510c4876a49c03b2f563aab16d3e6984469
[ "MIT" ]
null
null
null
Source/BotGame/DestinationMarker.h
itsdatnguyen/bot-game
2e4bf510c4876a49c03b2f563aab16d3e6984469
[ "MIT" ]
1
2019-05-05T22:31:03.000Z
2019-05-05T22:31:03.000Z
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "GameFramework/Actor.h" #include "DestinationMarker.generated.h" UCLASS() class BOTGAME_API ADestinationMarker : public AActor { GENERATED_BODY() public: UPROPERTY(BlueprintReadWrite, EditAnywhere, Category = "Sta...
20.9
78
0.767145
[ "mesh" ]