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
8a683900a535402ebe902a4a78689a4611cf24c8
1,460
h
C
src/tku_libs/include/tku_libs/sockets/udp_broadcast.h
yiching77/PSO_test
237f880f097fe2eb3de06cada647df12d653c52f
[ "MIT" ]
null
null
null
src/tku_libs/include/tku_libs/sockets/udp_broadcast.h
yiching77/PSO_test
237f880f097fe2eb3de06cada647df12d653c52f
[ "MIT" ]
null
null
null
src/tku_libs/include/tku_libs/sockets/udp_broadcast.h
yiching77/PSO_test
237f880f097fe2eb3de06cada647df12d653c52f
[ "MIT" ]
1
2020-12-09T16:49:29.000Z
2020-12-09T16:49:29.000Z
#ifndef RHOBAN_UDPBROADCAST_HPP #define RHOBAN_UDPBROADCAST_HPP #include <stdint.h> #include <vector> namespace rhoban_utils { /** * UDPBroadcast * * Simple UDP non blocking * broadcaster */ class UDPBroadcast { public: /** * Initializing with listening port */ UDPBroadcast(int portRead, int portWrite)...
16.590909
75
0.656164
[ "vector" ]
8a68cfa032e8556747d5721c57a0912aee5f0206
17,683
h
C
Algorithms/RAPTOR/DijkstraRAPTOR.h
phidra/ULTRA
d3de3dbbbd651ee8279dd605e6d8f73365c81735
[ "MIT" ]
14
2019-07-13T10:53:45.000Z
2022-03-18T11:06:32.000Z
Algorithms/RAPTOR/DijkstraRAPTOR.h
phidra/ULTRA
d3de3dbbbd651ee8279dd605e6d8f73365c81735
[ "MIT" ]
1
2021-02-04T12:16:02.000Z
2021-02-04T12:16:02.000Z
Algorithms/RAPTOR/DijkstraRAPTOR.h
phidra/ULTRA
d3de3dbbbd651ee8279dd605e6d8f73365c81735
[ "MIT" ]
8
2019-10-24T05:23:24.000Z
2021-08-29T08:30:12.000Z
/********************************************************************************** Copyright (c) 2019 Jonas Sauer, Tobias Zündorf MIT License 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...
45.92987
335
0.648872
[ "vector" ]
8a6cbd83136949b2182bcb5639b963cf8d988139
9,745
h
C
UnrealEngine-4.11.2-release/Engine/Source/Editor/Layers/Private/SLayersView.h
armroyce/Unreal
ea1cdebe70407d59af4e8366d7111c52ce4606df
[ "MIT" ]
1
2016-10-01T21:35:52.000Z
2016-10-01T21:35:52.000Z
UnrealEngine-4.11.2-release/Engine/Source/Editor/Layers/Private/SLayersView.h
armroyce/Unreal
ea1cdebe70407d59af4e8366d7111c52ce4606df
[ "MIT" ]
null
null
null
UnrealEngine-4.11.2-release/Engine/Source/Editor/Layers/Private/SLayersView.h
armroyce/Unreal
ea1cdebe70407d59af4e8366d7111c52ce4606df
[ "MIT" ]
1
2021-04-27T08:48:33.000Z
2021-04-27T08:48:33.000Z
// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #define LOCTEXT_NAMESPACE "LayersView" typedef SListView< TSharedPtr< FLayerViewModel > > SLayersListView; /** * A slate widget that can be used to display a list of Layers and perform various layers related actions */ class SLayersView : pu...
30.838608
137
0.730015
[ "geometry" ]
8a6e49706b627a94ba0b4d5b0c421eb6315d0615
3,330
h
C
geode/mesh/decimate.h
jjqcat/geode
157cc904c113cc5e29a1ffe7c091a83b8ec2cf8e
[ "BSD-3-Clause" ]
75
2015-02-08T22:04:31.000Z
2022-02-26T14:31:43.000Z
geode/mesh/decimate.h
cyan-at/geode
157cc904c113cc5e29a1ffe7c091a83b8ec2cf8e
[ "BSD-3-Clause" ]
15
2015-01-08T15:11:38.000Z
2021-09-05T13:27:22.000Z
geode/mesh/decimate.h
cyan-at/geode
157cc904c113cc5e29a1ffe7c091a83b8ec2cf8e
[ "BSD-3-Clause" ]
22
2015-03-11T16:43:13.000Z
2021-02-15T09:37:51.000Z
// Quadric-based mesh decimation #pragma once #include <geode/mesh/TriangleTopology.h> namespace geode { GEODE_CORE_EXPORT Tuple<Ref<const TriangleTopology>,Field<const Vector<real,3>,VertexId>> decimate(const TriangleTopology& mesh, RawField<const Vector<real,3>,VertexId> X, const real distance, ...
74
203
0.710811
[ "mesh", "vector" ]
8a74a9908ba839c79a5c098d9cb3227968c708d9
239
h
C
ai/neural_network/3LayerNeuralNetwork/c_model/multiples_node.h
NickDario/simple-projects
b284c6c1355039137ed43ad63113335c08c39ba8
[ "Apache-2.0" ]
null
null
null
ai/neural_network/3LayerNeuralNetwork/c_model/multiples_node.h
NickDario/simple-projects
b284c6c1355039137ed43ad63113335c08c39ba8
[ "Apache-2.0" ]
null
null
null
ai/neural_network/3LayerNeuralNetwork/c_model/multiples_node.h
NickDario/simple-projects
b284c6c1355039137ed43ad63113335c08c39ba8
[ "Apache-2.0" ]
null
null
null
#include "hidden_node.h" class MultiplesNode: public HiddenNode{ private: int multiple; public: MultiplesNode(); MultiplesNode(std::vector<int>); void setMultiple(int); int getMultiple(); void computeOutput(); };
11.95
39
0.686192
[ "vector" ]
8a7f3a6f1fda6e7fa0f5ad6da0276c4ded7d198f
12,909
h
C
islutils/matchers-inl.h
LoopTactics/looptactics
8a9ea974afc8dd64a59fe65057c34363b61fedf0
[ "MIT" ]
3
2021-07-31T14:12:53.000Z
2022-03-23T22:55:39.000Z
islutils/matchers-inl.h
LoopTactics/looptactics
8a9ea974afc8dd64a59fe65057c34363b61fedf0
[ "MIT" ]
null
null
null
islutils/matchers-inl.h
LoopTactics/looptactics
8a9ea974afc8dd64a59fe65057c34363b61fedf0
[ "MIT" ]
null
null
null
#include <cassert> #include <thread> #include <type_traits> namespace matchers { namespace { template <typename... Args> std::vector<typename std::common_type<Args...>::type> varargToVector(Args... args) { std::vector<typename std::common_type<Args...>::type> result; result.reserve(sizeof...(Args)); for (const ...
43.611486
80
0.536293
[ "vector" ]
8a8244e44f883f305b51b0b10799070d42e3ca74
4,078
h
C
aimsalgo/src/aimsalgo/math/math_g.h
brainvisa/aims-free
5852c1164292cadefc97cecace022d14ab362dc4
[ "CECILL-B" ]
4
2019-07-09T05:34:10.000Z
2020-10-16T00:03:15.000Z
aimsalgo/src/aimsalgo/math/math_g.h
brainvisa/aims-free
5852c1164292cadefc97cecace022d14ab362dc4
[ "CECILL-B" ]
72
2018-10-31T14:52:50.000Z
2022-03-04T11:22:51.000Z
aimsalgo/src/aimsalgo/math/math_g.h
brainvisa/aims-free
5852c1164292cadefc97cecace022d14ab362dc4
[ "CECILL-B" ]
null
null
null
/* This software and supporting documentation are distributed by * Institut Federatif de Recherche 49 * CEA/NeuroSpin, Batiment 145, * 91191 Gif-sur-Yvette cedex * France * * This software is governed by the CeCILL-B license under * French law and abiding by the rules of distribution of free soft...
27.931507
75
0.687837
[ "geometry" ]
8a836c775f176f8b2a945e8c3533e374c904c367
1,442
h
C
Felix/WebPage.h
ultimatezen/felix
5a7ad298ca4dcd5f1def05c60ae3c84519ec54c4
[ "MIT" ]
null
null
null
Felix/WebPage.h
ultimatezen/felix
5a7ad298ca4dcd5f1def05c60ae3c84519ec54c4
[ "MIT" ]
null
null
null
Felix/WebPage.h
ultimatezen/felix
5a7ad298ca4dcd5f1def05c60ae3c84519ec54c4
[ "MIT" ]
null
null
null
// WebPage.h: interface for the CWebPage class. // ////////////////////////////////////////////////////////////////////// #pragma once #include "HtmlDocument.h" // wrappers for html doc & others namespace html { class CWebPage { public: CWebPage(); virtual ~CWebPage(); void SetDocument(docu...
32.044444
140
0.707351
[ "vector" ]
8a850e122b9b94eacbcba07cde2697233f13c241
1,328
h
C
src/core/parser.h
romainaugier/OpenViewer
59ea3f6cbd8aa0427a217b07bfcf85dd825af294
[ "BSD-3-Clause" ]
10
2021-07-01T12:58:17.000Z
2022-02-15T19:38:29.000Z
src/core/parser.h
romainaugier/OpenViewer
59ea3f6cbd8aa0427a217b07bfcf85dd825af294
[ "BSD-3-Clause" ]
4
2022-01-07T16:45:41.000Z
2022-02-05T12:31:58.000Z
src/core/parser.h
romainaugier/OpenViewer
59ea3f6cbd8aa0427a217b07bfcf85dd825af294
[ "BSD-3-Clause" ]
null
null
null
// SPDX-License-Identifier: BSD-3-Clause // Copyright (c) 2021 Romain Augier // All rights reserved. #pragma once #include <string> #include <filesystem> #include <cstring> #include "tsl/robin_map.h" #include "utils/string_utils.h" #include "utils/logger.h" /* CLI Flags -p : path to either a directory containing...
23.298246
145
0.704819
[ "vector" ]
8a867358a8b15a5566322158b0cafa9c04b3020b
26,973
c
C
linux-4.4-zynq/drivers/gpu/drm/xilinx/xilinx_drm_plane.c
beehive-lab/FastPath_MP
2fb19330caca92f9821b38da759530ef5419fdee
[ "Apache-2.0" ]
16
2021-04-20T04:25:45.000Z
2022-02-07T15:58:16.000Z
linux-4.4-zynq/drivers/gpu/drm/xilinx/xilinx_drm_plane.c
beehive-lab/FastPath_MP
2fb19330caca92f9821b38da759530ef5419fdee
[ "Apache-2.0" ]
null
null
null
linux-4.4-zynq/drivers/gpu/drm/xilinx/xilinx_drm_plane.c
beehive-lab/FastPath_MP
2fb19330caca92f9821b38da759530ef5419fdee
[ "Apache-2.0" ]
2
2021-08-02T21:41:09.000Z
2021-09-29T13:33:24.000Z
/* * Xilinx DRM plane driver for Xilinx * * Copyright (C) 2013 Xilinx, Inc. * * Author: Hyun Woo Kwon <hyunk@xilinx.com> * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified un...
26.470069
80
0.716012
[ "object" ]
8a8b202b7190985946d639a2415f4f9e18443b6a
34,311
h
C
SDK/Includes/Quesa/QuesaSet.h
h-haris/Quesa
a438ab824291ce6936a88dfae4fd0482dcba1247
[ "BSD-3-Clause" ]
24
2019-10-28T07:01:48.000Z
2022-03-04T16:10:39.000Z
SDK/Includes/Quesa/QuesaSet.h
h-haris/Quesa
a438ab824291ce6936a88dfae4fd0482dcba1247
[ "BSD-3-Clause" ]
8
2020-04-22T19:42:45.000Z
2021-04-30T16:28:32.000Z
SDK/Includes/Quesa/QuesaSet.h
h-haris/Quesa
a438ab824291ce6936a88dfae4fd0482dcba1247
[ "BSD-3-Clause" ]
6
2019-09-22T14:44:15.000Z
2021-04-01T20:04:29.000Z
/*! @header QuesaSet.h Declarations for Quesa sets, elements, and attributes. @ignore _Nullable @ignore _Nonnull @ignore _Null_unspecified */ /* NAME: QuesaSet.h DESCRIPTION: Quesa public header. COPYRIGHT: Copyright (c) 1999-2021, Quesa Developers. All rights r...
36.893548
114
0.62974
[ "object", "vector", "3d" ]
8a91fd0ad217e47bd689e45d1aa881c5484ac9a2
3,508
h
C
ace/tao/examples/Callback_Quoter/Notifier_i.h
tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective
1b0172cdb78757fd17898503aaf6ce03d940ef28
[ "Apache-1.1" ]
46
2015-12-04T17:12:58.000Z
2022-03-11T04:30:49.000Z
ace/tao/examples/Callback_Quoter/Notifier_i.h
tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective
1b0172cdb78757fd17898503aaf6ce03d940ef28
[ "Apache-1.1" ]
null
null
null
ace/tao/examples/Callback_Quoter/Notifier_i.h
tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective
1b0172cdb78757fd17898503aaf6ce03d940ef28
[ "Apache-1.1" ]
23
2016-10-24T09:18:14.000Z
2022-02-25T02:11:35.000Z
/* -*- C++ -*- */ // Notifier_i.h,v 1.11 2001/03/26 21:16:52 coryan Exp // =========================================================== // // = LIBRARY // TAO/examples/Callback_Quoter // // = FILENAME // Notifier.h // // = DESCRIPTION // Defines the implementation header for the Supplier interface....
28.991736
84
0.622292
[ "object" ]
8aa2ea1bd661a0bdf584d87dbb22a5464304522f
3,633
h
C
include/Color.h
andreshp/pl
ed1dc0643ea4b885046861096053e899e6551e58
[ "MIT" ]
9
2015-12-17T08:03:35.000Z
2016-05-25T23:21:06.000Z
include/Color.h
andreshp/pl
ed1dc0643ea4b885046861096053e899e6551e58
[ "MIT" ]
2
2015-12-23T16:45:21.000Z
2015-12-26T09:37:28.000Z
include/Color.h
andreshp/pl
ed1dc0643ea4b885046861096053e899e6551e58
[ "MIT" ]
null
null
null
//////////////////////////////////////////////////////////////////////////////// // Author: Andrés Herrera Poyatos // University of Granada, ETSIIT // Models of Computation, LEX // A simple plot command for bash based on lex and gnuplot. //////////////////////////////////////////////////////////////////////////////// ...
24.38255
110
0.557391
[ "vector" ]
8aa9de9a601596f105f937816429f7aa2e9d2b5b
386
h
C
05_05_pool/src/tools/robots/robot_console.h
Thanalan/GameBookServer-master
506b4fe1eece1a3c0bd1100fe14764b63885b2bf
[ "MIT" ]
83
2019-12-03T08:42:15.000Z
2022-03-30T13:22:37.000Z
05_05_pool/src/tools/robots/robot_console.h
Thanalan/GameBookServer-master
506b4fe1eece1a3c0bd1100fe14764b63885b2bf
[ "MIT" ]
1
2021-08-06T10:40:57.000Z
2021-08-09T06:33:43.000Z
05_05_pool/src/tools/robots/robot_console.h
Thanalan/GameBookServer-master
506b4fe1eece1a3c0bd1100fe14764b63885b2bf
[ "MIT" ]
45
2020-05-29T03:22:48.000Z
2022-03-21T16:19:01.000Z
#pragma once #include "libserver/console.h" class RobotConsole : public Console { public: bool Init() override; }; class RobotConsoleLogin :public ConsoleCmd { public: void RegisterHandler() override; private: void HandleHelp(std::vector<std::string>& params); void HandleLogin(std::vector<std::string>& par...
20.315789
57
0.73057
[ "vector" ]
8aae556eb244a93b6b71eca70bdca8fdfbbab0f3
2,829
h
C
components/offline_pages/core/prefetch/test_prefetch_dispatcher.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
14,668
2015-01-01T01:57:10.000Z
2022-03-31T23:33:32.000Z
components/offline_pages/core/prefetch/test_prefetch_dispatcher.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
113
2015-05-04T09:58:14.000Z
2022-01-31T19:35:03.000Z
components/offline_pages/core/prefetch/test_prefetch_dispatcher.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
5,941
2015-01-02T11:32:21.000Z
2022-03-31T16:35:46.000Z
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_OFFLINE_PAGES_CORE_PREFETCH_TEST_PREFETCH_DISPATCHER_H_ #define COMPONENTS_OFFLINE_PAGES_CORE_PREFETCH_TEST_PREFETCH_DISPATCHER_H_ #in...
38.753425
80
0.797101
[ "vector" ]
8aaeed7f7c4db2a5a33969f9dd684ef99be12866
11,511
c
C
firmware/hdmi_in1.c
antmicro/netv2
f49e0635d197e381c4a5cce8dd9816962a519a48
[ "Net-SNMP", "Xnet" ]
null
null
null
firmware/hdmi_in1.c
antmicro/netv2
f49e0635d197e381c4a5cce8dd9816962a519a48
[ "Net-SNMP", "Xnet" ]
4
2020-08-18T18:29:38.000Z
2021-01-25T21:31:25.000Z
firmware/hdmi_in1.c
antmicro/netv2
f49e0635d197e381c4a5cce8dd9816962a519a48
[ "Net-SNMP", "Xnet" ]
null
null
null
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <irq.h> #include <uart.h> #include <time.h> #include <system.h> #include <generated/csr.h> #include <generated/mem.h> #include "flags.h" #ifdef CSR_HDMI_IN1_BASE #include "hdmi_in1.h" int hdmi_in1_debug; int hdmi_in1_fb_index; #define FRAMEBUFFER_...
28.634328
117
0.754843
[ "3d" ]
8ab241f53ddd4537d22fe2e495535f42440e49f8
1,615
h
C
src/analyzer/drilldownchart.h
loganek/workertracker
b4e66f02e6a7cdf91e5f0a418cabbd23ac636f2e
[ "Beerware" ]
null
null
null
src/analyzer/drilldownchart.h
loganek/workertracker
b4e66f02e6a7cdf91e5f0a418cabbd23ac636f2e
[ "Beerware" ]
1
2017-01-10T10:13:37.000Z
2017-01-10T10:13:37.000Z
src/analyzer/drilldownchart.h
loganek/workertracker
b4e66f02e6a7cdf91e5f0a418cabbd23ac636f2e
[ "Beerware" ]
null
null
null
/* * ---------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42): * <marcin.kolny@gmail.com> wrote this file. As long as you retain this notice you * can do whatever you want with this stuff. If we meet some day, and you think * this stuff is worth it, you c...
29.907407
177
0.677399
[ "model" ]
3d24489d2fc36d16cbc2cf2c86b2768fb69a3154
6,628
h
C
src/vdc/vdctypes.h
swingflip/C64_mini_VICE
7a6d9d41ae60409a2bb985bb8d6324a7269a0daa
[ "Apache-2.0" ]
6
2017-04-19T19:06:03.000Z
2022-01-11T14:44:14.000Z
src/vdc/vdctypes.h
Classicmods/C64_mini_VICE
7a6d9d41ae60409a2bb985bb8d6324a7269a0daa
[ "Apache-2.0" ]
4
2018-04-04T20:27:32.000Z
2020-04-25T10:46:21.000Z
musicplayer/plugins/viceplugin/vice/vdc/vdctypes.h
Osmose/moseamp
8357daf2c93bc903c8041cc82bf3567e8d085a60
[ "MIT" ]
3
2019-06-30T05:37:04.000Z
2021-12-04T17:12:35.000Z
/* * vdctypes.h - MOS8563 (VDC) emulation. * * Written by * Markus Brenner <markus@brenner.de> * Ettore Perazzoli <ettore@comm2000.it> * Andreas Boose <viceteam@t-online.de> * * This file is part of VICE, the Versatile Commodore Emulator. * See README for copyright notice. * * This program is free softwa...
29.070175
142
0.68618
[ "geometry" ]
3d2761e8ea53fe07b9b3feac103eacc07f7d0743
16,425
h
C
nucleus/library/processes/state_machine.h
fredhamster/feisty_meow
66dc4221dc485a5cf9e28b724fe36268e8843043
[ "Apache-2.0" ]
2
2019-01-22T23:34:37.000Z
2021-10-31T15:44:15.000Z
nucleus/library/processes/state_machine.h
fredhamster/feisty_meow
66dc4221dc485a5cf9e28b724fe36268e8843043
[ "Apache-2.0" ]
2
2020-06-01T16:35:46.000Z
2021-10-05T21:02:09.000Z
nucleus/library/processes/state_machine.h
fredhamster/feisty_meow
66dc4221dc485a5cf9e28b724fe36268e8843043
[ "Apache-2.0" ]
null
null
null
#ifndef STATE_MACHINE_CLASS #define STATE_MACHINE_CLASS /*****************************************************************************\ * * * Name : state_machine * * Author : Chris Koeri...
47.063037
86
0.700091
[ "object" ]
3d2cd3dd964c9903d81daf57b970cb8ce90e1eac
1,414
c
C
uri-online-judge/1435/main.c
olegon/online-judges
4ec27c8940ae492ce71aec0cc9ed944b094bce55
[ "MIT" ]
12
2017-11-30T11:10:45.000Z
2022-01-26T23:49:19.000Z
uri-online-judge/1435/main.c
olegon/online-judges
4ec27c8940ae492ce71aec0cc9ed944b094bce55
[ "MIT" ]
null
null
null
uri-online-judge/1435/main.c
olegon/online-judges
4ec27c8940ae492ce71aec0cc9ed944b094bce55
[ "MIT" ]
4
2017-11-25T03:13:32.000Z
2019-08-16T08:08:10.000Z
/* Matriz Quadrada I https://www.urionlinejudge.com.br/judge/pt/problems/view/1435 */ #include <stdio.h> #define LINHAS 100 #define COLUNAS 100 #define ehPar(n) ((n) % 2 != 0 ? 0 : 1) void montarMatriz(int matriz[][COLUNAS], int n); void montarBorda(int matriz[][COLUNAS], int n, int ij, int valor); void imprimirMat...
18.853333
67
0.479491
[ "3d" ]
3d2e45849eca5605a99d469d8996ceb6f481f542
8,974
h
C
BATS/code/BTHAIModule/Source/CoverMap.h
Senth/bats
51d4ec39f3a118ed0eb90ec27a1864c0ceef3898
[ "Apache-2.0" ]
null
null
null
BATS/code/BTHAIModule/Source/CoverMap.h
Senth/bats
51d4ec39f3a118ed0eb90ec27a1864c0ceef3898
[ "Apache-2.0" ]
null
null
null
BATS/code/BTHAIModule/Source/CoverMap.h
Senth/bats
51d4ec39f3a118ed0eb90ec27a1864c0ceef3898
[ "Apache-2.0" ]
null
null
null
#pragma once #include "UnitAgent.h" #include "MapDataReader.h" #include <map> #include <BWAPI/TilePosition.h> // Forward declaration namespace BWTA { class Region; class Chokepoint; } namespace bats { class ExplorationManager; } /** * Defines a rectangular area * @author Johan Hagelback (joh...
36.628571
126
0.72086
[ "object" ]
3d2ef0389e966e5d2596e1ef4c83d80bacc4a773
2,230
h
C
PrivateFrameworks/WebCore.framework/WebAccessibilityObjectWrapperBase.h
shaojiankui/iOS10-Runtime-Headers
6b0d842bed0c52c2a7c1464087b3081af7e10c43
[ "MIT" ]
36
2016-04-20T04:19:04.000Z
2018-10-08T04:12:25.000Z
PrivateFrameworks/WebCore.framework/WebAccessibilityObjectWrapperBase.h
shaojiankui/iOS10-Runtime-Headers
6b0d842bed0c52c2a7c1464087b3081af7e10c43
[ "MIT" ]
null
null
null
PrivateFrameworks/WebCore.framework/WebAccessibilityObjectWrapperBase.h
shaojiankui/iOS10-Runtime-Headers
6b0d842bed0c52c2a7c1464087b3081af7e10c43
[ "MIT" ]
10
2016-06-16T02:40:44.000Z
2019-01-15T03:31:45.000Z
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/WebCore.framework/WebCore */ @interface WebAccessibilityObjectWrapperBase : NSObject { struct AccessibilityObject { int (**x1)(); unsigned int x2; unsigned int x3; struct Vector<WTF::RefPtr<WebCore::AccessibilityObject>, 0, WTF::CrashOnOve...
69.6875
411
0.775336
[ "vector" ]
3d423988984ab8571a9bb45c5ec5ca327c99f82c
81,721
c
C
NN_LIB/test_temp.c
AnonymousYWL/MYLIB
2497123bf3bfd12f215b428ae83afd223cd072fc
[ "MIT" ]
12
2021-06-04T14:39:37.000Z
2022-02-21T10:45:29.000Z
NN_LIB/test_temp.c
AnonymousYWL/LibShalom
63a36c010d5a307d98e8470a75313a777dba0514
[ "BSD-3-Clause" ]
2
2021-10-18T11:26:20.000Z
2021-12-29T07:03:37.000Z
NN_LIB/test_temp.c
AnonymousYWL/LibShalom
63a36c010d5a307d98e8470a75313a777dba0514
[ "BSD-3-Clause" ]
5
2021-11-17T15:31:02.000Z
2022-02-28T02:32:05.000Z
#include <stdio.h> #include "LibShalom.h" /* kernels of NN small SGEMM*/ void SGEMM_NN(float *C, float *A, float *B, long M, long N, long K, float *SB) { asm volatile( ".macro PACK_KERNEL5x16_BEGIN_K \n" " \n" /* Load A from memory/cache to vector register */ " ldr q0, [x11], #16 ...
23.874087
78
0.411522
[ "vector" ]
3d471032870a640b2f721a49a0bcfb1215f5c07c
2,589
h
C
source/app/ApplicationResources.h
aviktorov/pbr-sandbox
66a71c741dac2d2dd46668a506d02de88f05e399
[ "MIT" ]
19
2020-02-11T19:57:41.000Z
2022-02-20T14:11:33.000Z
source/app/ApplicationResources.h
aviktorov/pbr-sandbox
66a71c741dac2d2dd46668a506d02de88f05e399
[ "MIT" ]
null
null
null
source/app/ApplicationResources.h
aviktorov/pbr-sandbox
66a71c741dac2d2dd46668a506d02de88f05e399
[ "MIT" ]
5
2019-11-05T17:38:33.000Z
2022-03-04T12:49:58.000Z
#pragma once #include <vector> #include <unordered_map> #include <render/backend/Driver.h> #include <common/ResourceManager.h> #include <scapes/visual/API.h> namespace render::shaders { class Compiler; } struct aiMesh; struct cgltf_mesh; namespace config { enum Shaders { CubemapVertex = 0, FullscreenQuadVert...
28.766667
110
0.785245
[ "render", "vector" ]
3d5fdcb717bd04373c2c1c57caa6d38c5d280a98
732
h
C
include/Path.h
izayacity/CMPM265-Flocking
d568d9df8f625c53345c7d240c1aa39d813644f9
[ "MIT" ]
null
null
null
include/Path.h
izayacity/CMPM265-Flocking
d568d9df8f625c53345c7d240c1aa39d813644f9
[ "MIT" ]
null
null
null
include/Path.h
izayacity/CMPM265-Flocking
d568d9df8f625c53345c7d240c1aa39d813644f9
[ "MIT" ]
null
null
null
#pragma once #include <SFML/Graphics.hpp> #include <array> #include <vector> class Path : public sf::Drawable, public sf::Transformable { public: static const int gameWidth = 1280; static const int gameHeight = 720; Path (); ~Path (); // A Path is line between two points (Vec2f objects) //sf::Vector2f mStart, m...
27.111111
77
0.699454
[ "vector" ]
3d6e8c327e2d94ae279a4da8116e02cb15031b3c
4,267
h
C
dev/Code/CryEngine/CryCommon/ILiveCreateManager.h
jeikabu/lumberyard
07228c605ce16cbf5aaa209a94a3cb9d6c1a4115
[ "AML" ]
1,738
2017-09-21T10:59:12.000Z
2022-03-31T21:05:46.000Z
dev/Code/CryEngine/CryCommon/ILiveCreateManager.h
jeikabu/lumberyard
07228c605ce16cbf5aaa209a94a3cb9d6c1a4115
[ "AML" ]
427
2017-09-29T22:54:36.000Z
2022-02-15T19:26:50.000Z
dev/Code/CryEngine/CryCommon/ILiveCreateManager.h
jeikabu/lumberyard
07228c605ce16cbf5aaa209a94a3cb9d6c1a4115
[ "AML" ]
671
2017-09-21T08:04:01.000Z
2022-03-29T14:30:07.000Z
/* * All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or * its licensors. * * For complete copyright and license terms please see the LICENSE at the root of this * distribution (the "License"). All use of this software is governed by the License, * or, if provided, by the license below or t...
32.572519
115
0.643543
[ "object" ]
3d77218381228b7ad3a12563fbdee29a5d057e7b
716
h
C
Interfaces/IManager.h
Raftos18/DreamEngine
9dbaf16703ecad3f82867ba8fc1b532d8914246b
[ "MIT" ]
null
null
null
Interfaces/IManager.h
Raftos18/DreamEngine
9dbaf16703ecad3f82867ba8fc1b532d8914246b
[ "MIT" ]
null
null
null
Interfaces/IManager.h
Raftos18/DreamEngine
9dbaf16703ecad3f82867ba8fc1b532d8914246b
[ "MIT" ]
null
null
null
#pragma once #include <vector> namespace dream { template<class T> class IManager { protected: std::vector<T*> m_objects; // Holds pointers to T objects public: // Clean manager objects upon destraction virtual ~IManager() { Clean(); } // Call it to initialise Manager virtual void Init() = 0; ...
22.375
62
0.671788
[ "object", "vector" ]
3d7a9021b4d46947eb640247005cbf41f6a94954
4,169
h
C
zkPoD-lib/public/ecc.h
Jackieyewang/Spicy-strips
bd9f7800f0bf321d91e5ae00a033756cbdd32818
[ "MIT" ]
20
2019-06-26T11:37:46.000Z
2021-01-12T02:46:26.000Z
zkPoD-lib/public/ecc.h
Jackieyewang/Spicy-strips
bd9f7800f0bf321d91e5ae00a033756cbdd32818
[ "MIT" ]
2
2020-04-06T18:00:43.000Z
2021-11-04T02:04:01.000Z
zkPoD-lib/public/ecc.h
Jackieyewang/Spicy-strips
bd9f7800f0bf321d91e5ae00a033756cbdd32818
[ "MIT" ]
6
2019-06-28T08:24:44.000Z
2020-09-10T09:27:45.000Z
#pragma once #ifdef MULTICORE #ifndef __clang__ #include <omp.h> #endif #endif #include <algorithm> #include <array> #include <chrono> #include <iostream> #include <string> #include <vector> #ifdef _WIN32 #pragma warning(push) #pragma warning(disable : 4191) #endif #include <mcl/bn256.hpp> #include <mcl/window_metho...
19.947368
77
0.657232
[ "vector" ]
3d7c423adbf65c0fa2ff6e452e4583d665a4c03d
3,945
h
C
include/sfTheora/AudioInterface.h
eXpl0it3r/sfTheora
c68cffae3180e0f649b47e26466c3968361cfc2a
[ "BSD-3-Clause" ]
3
2015-05-15T07:33:07.000Z
2020-12-26T23:42:21.000Z
include/sfTheora/AudioInterface.h
eXpl0it3r/sfTheora
c68cffae3180e0f649b47e26466c3968361cfc2a
[ "BSD-3-Clause" ]
null
null
null
include/sfTheora/AudioInterface.h
eXpl0it3r/sfTheora
c68cffae3180e0f649b47e26466c3968361cfc2a
[ "BSD-3-Clause" ]
2
2020-07-07T00:39:11.000Z
2020-11-17T10:14:52.000Z
////////////////////////////////////////////////////////////////////////////// // License: // // sfTheora 1.5.0 // // Copyright (c) 2020 Kerli Low // ...
38.300971
79
0.454753
[ "vector" ]
3d8190fbe9bea53854b8bd6b5c5b6d10abc92ee6
3,345
h
C
RenderTexture.h
catinapoke/directx-engine
b967eff417d170fce947066486b01a1003fa20ce
[ "MIT" ]
null
null
null
RenderTexture.h
catinapoke/directx-engine
b967eff417d170fce947066486b01a1003fa20ce
[ "MIT" ]
null
null
null
RenderTexture.h
catinapoke/directx-engine
b967eff417d170fce947066486b01a1003fa20ce
[ "MIT" ]
null
null
null
#pragma once #include <wrl.h> #include <d3d11.h> #include <iostream> class RenderTexture { public: RenderTexture(ID3D11Device* device, int width, int height, DXGI_FORMAT format = DXGI_FORMAT_R32G32B32A32_FLOAT) { HRESULT result = CreateTexture(device, width, height, format); if(FAILED(result)) ...
35.210526
137
0.706129
[ "render" ]
3d82a5ac28edd59fc4885c2a2139bee280079fd6
18,403
h
C
kernel-3.10/drivers/misc/mediatek/vdec/verify/vdec_verify_mm_map.h
zhengdejin/SC1_Code
dccccf55f2875fb64ec621f4356c625cd48bef7e
[ "Apache-2.0" ]
null
null
null
kernel-3.10/drivers/misc/mediatek/vdec/verify/vdec_verify_mm_map.h
zhengdejin/SC1_Code
dccccf55f2875fb64ec621f4356c625cd48bef7e
[ "Apache-2.0" ]
null
null
null
kernel-3.10/drivers/misc/mediatek/vdec/verify/vdec_verify_mm_map.h
zhengdejin/SC1_Code
dccccf55f2875fb64ec621f4356c625cd48bef7e
[ "Apache-2.0" ]
null
null
null
#ifndef _VDEC_VERIFY_MM_MAP_H_ #define _VDEC_VERIFY_MM_MAP_H_ #define WORKING_AREA_CHANEL_A 1 #define VDSCL_CHANEL_A 1 #define GOLD_CHANEL_A 1 #define VDEC_VIDEOCODEC_RM_4MMAP //Only for RM Decoder #ifdef VDEC_VIDEOCODEC_RM_4MMAP #define RING_VFIFO_SUPPORT_4MMAP #endif //...
38.180498
142
0.650329
[ "3d" ]
3d84c65b6ff12ec01f946afde33a5cd5a4e84672
1,781
h
C
app/src/main/cpp/androidfrontend/androidfrontend_public.h
berberman/florisboard
ca183e837c5d25cc31722ccc3df22f4b39f00fee
[ "Apache-2.0" ]
null
null
null
app/src/main/cpp/androidfrontend/androidfrontend_public.h
berberman/florisboard
ca183e837c5d25cc31722ccc3df22f4b39f00fee
[ "Apache-2.0" ]
null
null
null
app/src/main/cpp/androidfrontend/androidfrontend_public.h
berberman/florisboard
ca183e837c5d25cc31722ccc3df22f4b39f00fee
[ "Apache-2.0" ]
2
2021-06-22T11:12:28.000Z
2021-06-23T03:48:12.000Z
#ifndef _FCITX_FRONTEND_ANDROIDFRONTEND_ANDROIDFRONTEND_PUBLIC_H_ #define _FCITX_FRONTEND_ANDROIDFRONTEND_ANDROIDFRONTEND_PUBLIC_H_ #include <fcitx/inputcontext.h> typedef std::function<void(const std::vector<std::string> &)> CandidateListCallback; typedef std::function<void(const std::string &)> CommitStringCallback...
43.439024
92
0.725435
[ "vector" ]
3d89fce5e55ed3b3d218bfbc1d0912ff9fec32d9
22,485
h
C
groups/bal/baljsn/baljsn_datumutil.h
Nexuscompute/bde
d717c1cb780a46afe9373f522ba0e6ef9bab6220
[ "Apache-2.0" ]
null
null
null
groups/bal/baljsn/baljsn_datumutil.h
Nexuscompute/bde
d717c1cb780a46afe9373f522ba0e6ef9bab6220
[ "Apache-2.0" ]
null
null
null
groups/bal/baljsn/baljsn_datumutil.h
Nexuscompute/bde
d717c1cb780a46afe9373f522ba0e6ef9bab6220
[ "Apache-2.0" ]
null
null
null
// baljsn_datumutil.h -*-C++-*- #ifndef INCLUDED_BALJSN_DATUMUTIL #define INCLUDED_BALJSN_DATUMUTIL #include <bsls_ident.h> BSLS_IDENT("$Id$ $CSID$") //@PURPOSE: Provide utilities converting between 'bdld::Datum' and JSON data. // //@CLASSES: // baljsn::DatumUtil: util...
43.830409
79
0.587458
[ "object" ]
3d9248b45cfd49c15ad34760950ebcc6fe28d704
655
h
C
AADC/src/adtfUser/dev/src/util/line_triple.h
AADC-Fruit/AADC_2015_FRUIT
88bd18871228cb48c46a3bd803eded6f14dbac08
[ "BSD-3-Clause" ]
1
2018-05-10T22:35:25.000Z
2018-05-10T22:35:25.000Z
AADC/src/adtfUser/dev/src/util/line_triple.h
AADC-Fruit/AADC_2015_FRUIT
88bd18871228cb48c46a3bd803eded6f14dbac08
[ "BSD-3-Clause" ]
null
null
null
AADC/src/adtfUser/dev/src/util/line_triple.h
AADC-Fruit/AADC_2015_FRUIT
88bd18871228cb48c46a3bd803eded6f14dbac08
[ "BSD-3-Clause" ]
null
null
null
#ifndef _LINE_TRIPLE_H_ #define _LINE_TRIPLE_H_ #include "l_point.h" #include <vector> class LineTriple { public: LineTriple() {}; LineTriple(std::vector<LPoint> leftLine, std::vector<LPoint> middleLine, std::vector<LPoint> rightLine); std::vector<LPoint> get_left() const; std::vector<LPoint> get_mid() cons...
25.192308
106
0.732824
[ "vector" ]
3d94f24446ab94ce0556893377d825492dbf5142
18,780
c
C
minihv/ACPI/source/compiler/aslmain.c
denisvieriu/Bare-Metal-Lightweight-Hypervisor
1ab83cc8a11eee4fa72a609dbe1efc8ad6001ced
[ "MIT" ]
7
2018-06-02T01:22:23.000Z
2022-02-02T07:55:49.000Z
minihv/ACPI/source/compiler/aslmain.c
denisvieriu/Bare-Metal-Lightweight-Hypervisor
1ab83cc8a11eee4fa72a609dbe1efc8ad6001ced
[ "MIT" ]
null
null
null
minihv/ACPI/source/compiler/aslmain.c
denisvieriu/Bare-Metal-Lightweight-Hypervisor
1ab83cc8a11eee4fa72a609dbe1efc8ad6001ced
[ "MIT" ]
3
2018-12-15T07:30:03.000Z
2020-09-21T23:46:05.000Z
/****************************************************************************** * * Module Name: aslmain - compiler main and utilities * *****************************************************************************/ /****************************************************************************** * * 1. Copyright ...
38.016194
97
0.609904
[ "object" ]
3da2c44d35633b876a54beafc5eb72612b2d810b
69,356
c
C
impl/apps/nethack/src/nethack-3.4.3/src/pickup.c
celskeggs/refos
f8f7cca23114c970754511c1a1cfba1ec439440f
[ "BSD-2-Clause" ]
4
2020-08-07T19:48:01.000Z
2020-10-16T20:05:17.000Z
impl/apps/nethack/src/nethack-3.4.3/src/pickup.c
celskeggs/refos
f8f7cca23114c970754511c1a1cfba1ec439440f
[ "BSD-2-Clause" ]
null
null
null
impl/apps/nethack/src/nethack-3.4.3/src/pickup.c
celskeggs/refos
f8f7cca23114c970754511c1a1cfba1ec439440f
[ "BSD-2-Clause" ]
2
2020-08-13T01:48:40.000Z
2020-09-17T07:34:42.000Z
/* SCCS Id: @(#)pickup.c 3.4 2003/07/27 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ /* * Contains code for picking objects up, and container use. */ #include "hack.h" STATIC_DCL void FDECL(simple_look, (struct obj *,BO...
28.683209
88
0.625108
[ "cad", "object" ]
3da4a270cd715647510b6fbeea8dc35b27ae280c
396
h
C
SVGObject.h
lukedoucet92/Art
9aa39c19170b993abbddcd7b2b8213ffffa5cedd
[ "MIT" ]
2
2021-04-29T20:36:27.000Z
2022-03-12T03:51:11.000Z
SVGObject.h
lukedoucet92/Art
9aa39c19170b993abbddcd7b2b8213ffffa5cedd
[ "MIT" ]
null
null
null
SVGObject.h
lukedoucet92/Art
9aa39c19170b993abbddcd7b2b8213ffffa5cedd
[ "MIT" ]
null
null
null
// // SVGObject.h // Art // // Created by Luke Doucet on 5/18/17. // Copyright © 2017 Luke Doucet. All rights reserved. // #ifndef SVGObject_h #define SVGObject_h #include <string> #include "Color.h" class SVGObject { public: SVGObject(); /// SVG representation of the object. virtual string getS...
14.666667
54
0.631313
[ "object" ]
3daeef82fa3954ab2b17ec2ba0208d67be4d458e
1,847
h
C
include/External/stlib/packages/geom/mesh/simplicial/manipulators.h
bxl295/m4extreme
2a4a20ebb5b4e971698f7c981de140d31a5e550c
[ "BSD-3-Clause" ]
null
null
null
include/External/stlib/packages/geom/mesh/simplicial/manipulators.h
bxl295/m4extreme
2a4a20ebb5b4e971698f7c981de140d31a5e550c
[ "BSD-3-Clause" ]
null
null
null
include/External/stlib/packages/geom/mesh/simplicial/manipulators.h
bxl295/m4extreme
2a4a20ebb5b4e971698f7c981de140d31a5e550c
[ "BSD-3-Clause" ]
null
null
null
// -*- C++ -*- /*! \file geom/mesh/simplicial/manipulators.h \brief Implements operations that manipulators a SimpMeshRed. */ #if !defined(__geom_mesh_simplicial_manipulators_h__) #define __geom_mesh_simplicial_manipulators_h__ #include "SimpMeshRed.h" #include "../simplex/SimplexJac.h" namespace...
29.790323
83
0.674607
[ "mesh" ]
3db2d609b8a44fe4f40a8c66c39f6f77c714c064
1,519
h
C
include/x/common/types.h
jpl-x/x_events
e9d0b6e578f045eb7b57acadf75b77d8a323f51d
[ "Apache-2.0" ]
57
2020-10-20T18:01:14.000Z
2022-03-31T18:44:43.000Z
include/x/common/types.h
jpl-x/x_events
e9d0b6e578f045eb7b57acadf75b77d8a323f51d
[ "Apache-2.0" ]
1
2022-03-11T15:53:17.000Z
2022-03-11T15:53:17.000Z
include/x/common/types.h
jpl-x/x_events
e9d0b6e578f045eb7b57acadf75b77d8a323f51d
[ "Apache-2.0" ]
11
2020-10-17T00:36:02.000Z
2022-03-31T18:44:45.000Z
/* * Copyright 2020 California Institute of Technology (“Caltech”) * * 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 r...
23.734375
75
0.657011
[ "object" ]
3dbcce0ef2b4bef4064a9bc525255b253e4fc151
4,059
h
C
RecoHGCal/TICL/plugins/PatternRecognitionbyCLUE3D.h
Purva-Chaudhari/cmssw
32e5cbfe54c4d809d60022586cf200b7c3020bcf
[ "Apache-2.0" ]
852
2015-01-11T21:03:51.000Z
2022-03-25T21:14:00.000Z
RecoHGCal/TICL/plugins/PatternRecognitionbyCLUE3D.h
Purva-Chaudhari/cmssw
32e5cbfe54c4d809d60022586cf200b7c3020bcf
[ "Apache-2.0" ]
30,371
2015-01-02T00:14:40.000Z
2022-03-31T23:26:05.000Z
RecoHGCal/TICL/plugins/PatternRecognitionbyCLUE3D.h
Purva-Chaudhari/cmssw
32e5cbfe54c4d809d60022586cf200b7c3020bcf
[ "Apache-2.0" ]
3,240
2015-01-02T05:53:18.000Z
2022-03-31T17:24:21.000Z
// Author: Marco Rovere - marco.rovere@cern.ch // Date: 04/2021 #ifndef __RecoHGCal_TICL_PRbyCLUE3D_H__ #define __RecoHGCal_TICL_PRbyCLUE3D_H__ #include <memory> // unique_ptr #include "RecoHGCal/TICL/interface/PatternRecognitionAlgoBase.h" #include "RecoLocalCalo/HGCalRecAlgos/interface/RecHitTools.h" namespace tic...
33.825
118
0.668145
[ "vector" ]
3dc56b09909143e944eb08d9174b3302361b8436
39,852
h
C
third_party/omr/include_core/omrcuda.h
xiacijie/omr-wala-linkage
a1aff7aef9ed131a45555451abde4615a04412c1
[ "Apache-2.0" ]
null
null
null
third_party/omr/include_core/omrcuda.h
xiacijie/omr-wala-linkage
a1aff7aef9ed131a45555451abde4615a04412c1
[ "Apache-2.0" ]
null
null
null
third_party/omr/include_core/omrcuda.h
xiacijie/omr-wala-linkage
a1aff7aef9ed131a45555451abde4615a04412c1
[ "Apache-2.0" ]
null
null
null
/******************************************************************************* * Copyright (c) 2013, 2016 IBM Corp. and others * * This program and the accompanying materials are made available under * the terms of the Eclipse Public License 2.0 which accompanies this * distribution and is available at https://w...
32.962779
149
0.761769
[ "object", "model", "3d" ]
3dc7811e5c4a3224cbce56acf391cf3c6507ccf5
2,029
h
C
MyXAODTools/TrackBranch.h
xju2/xaodtools
2dd9bfa8260a31ffd1aab52188223898f3f09338
[ "MIT" ]
1
2017-03-08T14:42:12.000Z
2017-03-08T14:42:12.000Z
MyXAODTools/TrackBranch.h
xju2/xaodtools
2dd9bfa8260a31ffd1aab52188223898f3f09338
[ "MIT" ]
null
null
null
MyXAODTools/TrackBranch.h
xju2/xaodtools
2dd9bfa8260a31ffd1aab52188223898f3f09338
[ "MIT" ]
null
null
null
#ifndef __MYXAODTOOLS_TRACKBRANCH_H__ #define __MYXAODTOOLS_TRACKBRANCH_H__ #include "xAODTracking/Vertex.h" #include "xAODTracking/VertexContainer.h" #include "xAODTracking/TrackParticle.h" #include "TrackVertexAssociationTool/LooseTrackVertexAssociationTool.h" #include "InDetTrackSelectionTool/InDetTrackSelectionToo...
28.577465
83
0.683095
[ "vector" ]
3dca98b2ea5ed1f3e55e80ffaab5488e1a24612f
13,333
h
C
source/COSMOS-Coarse/Header/RM_Internal.h
odysseus-oosql/ODYSSEUS-OOSQL
49a5e32b6f73cea611dafdcc0e6767f80d4450ae
[ "BSD-3-Clause" ]
6
2016-08-29T08:03:21.000Z
2022-03-25T09:56:23.000Z
source/COSMOS-Coarse/Header/RM_Internal.h
odysseus-oosql/ODYSSEUS-OOSQL
49a5e32b6f73cea611dafdcc0e6767f80d4450ae
[ "BSD-3-Clause" ]
null
null
null
source/COSMOS-Coarse/Header/RM_Internal.h
odysseus-oosql/ODYSSEUS-OOSQL
49a5e32b6f73cea611dafdcc0e6767f80d4450ae
[ "BSD-3-Clause" ]
null
null
null
/******************************************************************************/ /* */ /* Copyright (c) 1990-2016, KAIST */ /* All rights reserved. ...
52.699605
143
0.58119
[ "object" ]
3dcaca7f65fa6fbb081ad58ae21e9836f0d3ff3d
2,859
h
C
ext/mmd/object_pool.h
dometto/multi_markdown
32daa098d7c9b3d04ebbabd3dd15424e305ba05f
[ "MIT" ]
null
null
null
ext/mmd/object_pool.h
dometto/multi_markdown
32daa098d7c9b3d04ebbabd3dd15424e305ba05f
[ "MIT" ]
null
null
null
ext/mmd/object_pool.h
dometto/multi_markdown
32daa098d7c9b3d04ebbabd3dd15424e305ba05f
[ "MIT" ]
null
null
null
/** MultiMarkdown 6 -- Lightweight markup processor to produce HTML, LaTeX, and more. @file object_pool.h @brief Allocate memory for "objects" in large slabs, rather than one at a time. Improves performance when generating large numbers of small chunks of memory, as the expense of allocating memory in larger un...
28.029412
93
0.73907
[ "object" ]
3dd0d84fa58e0d749fd57c46ccd5f1b71dc58eca
7,798
h
C
Testing/C++/ANBFileReaderTest.h
mitkof6/BTKCore
d4c03aa9e354be16265d0efe0815c09b35abc642
[ "Barr", "Unlicense" ]
61
2015-04-21T20:40:37.000Z
2022-03-25T03:35:03.000Z
Testing/C++/ANBFileReaderTest.h
mitkof6/BTKCore
d4c03aa9e354be16265d0efe0815c09b35abc642
[ "Barr", "Unlicense" ]
17
2015-06-23T20:51:57.000Z
2020-08-17T17:08:57.000Z
Testing/C++/ANBFileReaderTest.h
mitkof6/BTKCore
d4c03aa9e354be16265d0efe0815c09b35abc642
[ "Barr", "Unlicense" ]
56
2015-05-11T11:04:35.000Z
2022-01-15T20:37:04.000Z
#ifndef ANBFileReaderTest_h #define ANBFileReaderTest_h #include <btkAcquisitionFileReader.h> CXXTEST_SUITE(ANBFileReaderTest) { CXXTEST_TEST(NoFile) { btk::AcquisitionFileReader::Pointer reader = btk::AcquisitionFileReader::New(); TS_ASSERT_THROWS_EQUALS(reader->Update(), const btk::AcquisitionFileReader...
51.642384
157
0.712875
[ "vector" ]
3decaa488aeac4b6a414347d3e7c86bb1dbe0933
3,792
h
C
ChiTech/ChiMesh/UnpartitionedMesh/vtkCleanUnstructuredGrid.h
Jrgriss2/chi-tech
db75df761d5f25ca4b79ee19d36f886ef240c2b5
[ "MIT" ]
null
null
null
ChiTech/ChiMesh/UnpartitionedMesh/vtkCleanUnstructuredGrid.h
Jrgriss2/chi-tech
db75df761d5f25ca4b79ee19d36f886ef240c2b5
[ "MIT" ]
null
null
null
ChiTech/ChiMesh/UnpartitionedMesh/vtkCleanUnstructuredGrid.h
Jrgriss2/chi-tech
db75df761d5f25ca4b79ee19d36f886ef240c2b5
[ "MIT" ]
null
null
null
/*========================================================================= Program: ParaView Module: vtkCleanUnstructuredGrid.h Copyright (c) Kitware, Inc. All rights reserved. See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details. This software is distributed WITHOUT ANY ...
31.6
91
0.732859
[ "object" ]
3df1b4da1763d371e7a7f30c53d1a413b98411af
15,156
c
C
vos/p2/sub/summary/summary.c
NASA-AMMOS/VICAR
4504c1f558855d9c6eaef89f4460217aa4909f8e
[ "BSD-3-Clause" ]
16
2020-10-21T05:56:26.000Z
2022-03-31T10:02:01.000Z
vos/p2/sub/summary/summary.c
NASA-AMMOS/VICAR
4504c1f558855d9c6eaef89f4460217aa4909f8e
[ "BSD-3-Clause" ]
null
null
null
vos/p2/sub/summary/summary.c
NASA-AMMOS/VICAR
4504c1f558855d9c6eaef89f4460217aa4909f8e
[ "BSD-3-Clause" ]
2
2021-03-09T01:51:08.000Z
2021-03-23T00:23:24.000Z
/*===========================================================================* | summary.c -- Routine to print Image File summary | | 06-Mar-95 Made portable for unix | 4-Jan-90 WPL - Minor Modifications for GS4B/4C PWS Formats | 26-Apr-89 41469 PXZ-lie about the scan rate of OC3 and IM26...
31.31405
80
0.582674
[ "3d" ]
3df49164849e24252badeb2ee42c6cd20baa0e75
5,697
h
C
src_cpp/elfgames/go/sgf/sgf.h
r-woo/elfai
2c37625e608e7720b8bd7847419d7b53e87e260a
[ "BSD-3-Clause" ]
17
2018-05-08T02:01:23.000Z
2021-07-13T02:40:06.000Z
src_cpp/elfgames/go/sgf/sgf.h
r-woo/elfai
2c37625e608e7720b8bd7847419d7b53e87e260a
[ "BSD-3-Clause" ]
null
null
null
src_cpp/elfgames/go/sgf/sgf.h
r-woo/elfai
2c37625e608e7720b8bd7847419d7b53e87e260a
[ "BSD-3-Clause" ]
9
2018-05-10T03:27:47.000Z
2021-10-31T11:27:18.000Z
/** * Copyright (c) 2018-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <iostream> #include <map> #include <memory> #include <string> #include <vector> #i...
19.644828
77
0.554853
[ "vector" ]
3df507f2d7c6620e21632158c763693a04df0fe3
26,143
c
C
bin/gdb/gdb/valarith.c
aaliomer/exos
6a37c41cad910c373322441a9f23cfabdbfae275
[ "BSD-3-Clause" ]
1
2018-01-23T23:07:19.000Z
2018-01-23T23:07:19.000Z
bin/gdb/gdb/valarith.c
aaliomer/exos
6a37c41cad910c373322441a9f23cfabdbfae275
[ "BSD-3-Clause" ]
null
null
null
bin/gdb/gdb/valarith.c
aaliomer/exos
6a37c41cad910c373322441a9f23cfabdbfae275
[ "BSD-3-Clause" ]
null
null
null
/* Perform arithmetic and other operations on values, for GDB. Copyright 1986, 1989, 1991, 1992 Free Software Foundation, Inc. This file is part of GDB. 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 Founda...
26.896091
96
0.627357
[ "vector" ]
3dffb07ba8c068e1d49bc0f58215211805596dc9
29,505
h
C
apps/legato_quickstart/firmware/src/config/lcdc_rgba8888_mxt_9x60_wvga_iar/peripheral/gfx2d/plib_gfx2d.h
Microchip-MPLAB-Harmony/gfx_apps_sam_9x60
ce068d87df5a5f4b719d1ddcfb08a4c74bfea37f
[ "0BSD" ]
7
2019-03-19T23:00:02.000Z
2021-06-06T15:35:26.000Z
apps/legato_quickstart/firmware/src/config/lcdc_rgba8888_mxt_9x60_wvga_iar/peripheral/gfx2d/plib_gfx2d.h
Microchip-MPLAB-Harmony/gfx_apps_sam_9x60
ce068d87df5a5f4b719d1ddcfb08a4c74bfea37f
[ "0BSD" ]
null
null
null
apps/legato_quickstart/firmware/src/config/lcdc_rgba8888_mxt_9x60_wvga_iar/peripheral/gfx2d/plib_gfx2d.h
Microchip-MPLAB-Harmony/gfx_apps_sam_9x60
ce068d87df5a5f4b719d1ddcfb08a4c74bfea37f
[ "0BSD" ]
2
2019-08-01T02:39:59.000Z
2020-07-29T19:16:17.000Z
// DOM-IGNORE-BEGIN /******************************************************************************* * Copyright (C) 2020 Microchip Technology Inc. and its subsidiaries. * * Subject to your compliance with these terms, you may use Microchip software * and any derivatives exclusively with Microchip products. It is your ...
22.557339
123
0.57353
[ "object" ]
ad157ccbbdafa5aeb0816b4c5c93f4f34239b0dc
2,679
h
C
includes/ngfx/porting/d3d/D3DGraphicsPipeline.h
kamranrad1993/ngfx
eeef60e3419a88371a97e8bc3109d2b35b82cc89
[ "Apache-2.0", "MIT-0", "MIT" ]
12
2021-04-03T16:50:22.000Z
2022-03-18T07:14:14.000Z
includes/ngfx/porting/d3d/D3DGraphicsPipeline.h
kamranrad1993/ngfx
eeef60e3419a88371a97e8bc3109d2b35b82cc89
[ "Apache-2.0", "MIT-0", "MIT" ]
6
2021-05-06T21:02:19.000Z
2022-02-14T11:57:27.000Z
includes/ngfx/porting/d3d/D3DGraphicsPipeline.h
kamranrad1993/ngfx
eeef60e3419a88371a97e8bc3109d2b35b82cc89
[ "Apache-2.0", "MIT-0", "MIT" ]
5
2021-06-11T20:15:37.000Z
2022-03-18T07:14:21.000Z
/* * Copyright 2020 GoPro Inc. * * 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 Licens...
41.215385
74
0.742068
[ "vector" ]
ad222bc35ecc3e1accc31b0de078308f76a6504f
7,244
h
C
dreamcast/libkglx/src/glinternal.h
cjcliffe/CubicVR
2f833c61eb045ff845d2b3b001a02a258337f15c
[ "MIT" ]
48
2015-02-04T09:43:20.000Z
2021-09-29T00:45:28.000Z
dreamcast/libkglx/src/glinternal.h
mcanthony/CubicVR
2f833c61eb045ff845d2b3b001a02a258337f15c
[ "MIT" ]
2
2016-06-08T09:03:52.000Z
2021-04-09T01:01:47.000Z
dreamcast/libkglx/src/glinternal.h
mcanthony/CubicVR
2f833c61eb045ff845d2b3b001a02a258337f15c
[ "MIT" ]
17
2015-07-24T08:28:44.000Z
2021-04-09T02:14:21.000Z
/* KallistiGL for KOS 1.1.9 glinternal.c (c)2001 Dan Potter $Id: glinternal.h,v 1.12 2002/06/28 04:49:34 axlen Exp $ */ #ifndef __GL_GLINTERNAL_H #define __GL_GLINTERNAL_H /* Implementation details; not to be used externally */ #include <GL/gl.h> #include <dc/pvr.h> #include <dc/matrix.h> #include "kfeatu...
25.240418
77
0.763666
[ "render", "transform" ]
8daf11b270f108f58fc5c208c9bc1ecea3693272
6,337
h
C
implementation/jni_helper/jni_method_invoke.h
jwhpryor/jni-bind
f255897ff559319a712e5110bb981b48f198fe52
[ "Apache-2.0" ]
null
null
null
implementation/jni_helper/jni_method_invoke.h
jwhpryor/jni-bind
f255897ff559319a712e5110bb981b48f198fe52
[ "Apache-2.0" ]
null
null
null
implementation/jni_helper/jni_method_invoke.h
jwhpryor/jni-bind
f255897ff559319a712e5110bb981b48f198fe52
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2021 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
33.17801
80
0.636105
[ "object" ]
8dbcbbebe865769b6efaeced4d73db26704f71ad
3,282
h
C
XenroEngine/OutlineRenderer.h
mirzazulfan/Xenro-Engine
0e9383b113ec09a24daf5e92f9a5b84febaffb1b
[ "MIT" ]
null
null
null
XenroEngine/OutlineRenderer.h
mirzazulfan/Xenro-Engine
0e9383b113ec09a24daf5e92f9a5b84febaffb1b
[ "MIT" ]
18
2018-02-28T21:34:30.000Z
2018-12-01T19:07:43.000Z
XenroEngine/OutlineRenderer.h
mirzazulfan/Xenro-Engine
0e9383b113ec09a24daf5e92f9a5b84febaffb1b
[ "MIT" ]
1
2018-12-01T08:00:46.000Z
2018-12-01T08:00:46.000Z
/*************************************************************************/ /* OutlineRenderer.h */ /*************************************************************************/ /* This file is part of: */ /* ...
43.184211
80
0.548751
[ "render", "vector" ]
8dc5dbea1ed4859f9a45a968e38c6fa54b7b18ed
2,528
h
C
chromium/chrome/browser/media/router/media_router_type_converters.h
wedataintelligence/vivaldi-source
22a46f2c969f6a0b7ca239a05575d1ea2738768c
[ "BSD-3-Clause" ]
null
null
null
chromium/chrome/browser/media/router/media_router_type_converters.h
wedataintelligence/vivaldi-source
22a46f2c969f6a0b7ca239a05575d1ea2738768c
[ "BSD-3-Clause" ]
null
null
null
chromium/chrome/browser/media/router/media_router_type_converters.h
wedataintelligence/vivaldi-source
22a46f2c969f6a0b7ca239a05575d1ea2738768c
[ "BSD-3-Clause" ]
null
null
null
// Copyright 2015 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 CHROME_BROWSER_MEDIA_ROUTER_MEDIA_ROUTER_TYPE_CONVERTERS_H_ #define CHROME_BROWSER_MEDIA_ROUTER_MEDIA_ROUTER_TYPE_CONVERTERS_H_ #include <string>...
34.630137
79
0.78125
[ "vector" ]
8dc84b983e6213b606f80d7690a43f6324647484
13,883
h
C
include/qutepart/qutepart.h
SammyEnigma/qutepart-cpp
3c5401c7d2856697171c4331099e2fa05ef0c49b
[ "WTFPL" ]
5
2019-11-02T15:36:38.000Z
2021-11-01T21:17:32.000Z
include/qutepart/qutepart.h
SammyEnigma/qutepart-cpp
3c5401c7d2856697171c4331099e2fa05ef0c49b
[ "WTFPL" ]
1
2021-02-11T23:11:00.000Z
2021-02-11T23:11:00.000Z
include/qutepart/qutepart.h
SammyEnigma/qutepart-cpp
3c5401c7d2856697171c4331099e2fa05ef0c49b
[ "WTFPL" ]
3
2020-01-29T17:55:34.000Z
2021-12-23T11:38:41.000Z
/** * \file qutepart.h * \brief Main Qutepart header. Contains whole API. * * See also hl_factory.h if you need only syntax highlighter. */ #pragma once #include <memory> #include <QColor> #include <QDebug> #include <QPlainTextEdit> #include <QSharedPointer> #include <QSyntaxHighlighter> namespace Qutepart { ...
28.103239
195
0.704963
[ "solid" ]
8dcbbc682e6b96aaa2bf49d38e82ec627e5d3eaf
364
h
C
cepin/VC/NewResume/EditDesVC.h
FKLam/cepin
d7ec1d092d7c99cacacee88c31af09be6359f0d9
[ "MIT" ]
null
null
null
cepin/VC/NewResume/EditDesVC.h
FKLam/cepin
d7ec1d092d7c99cacacee88c31af09be6359f0d9
[ "MIT" ]
null
null
null
cepin/VC/NewResume/EditDesVC.h
FKLam/cepin
d7ec1d092d7c99cacacee88c31af09be6359f0d9
[ "MIT" ]
null
null
null
// // EditDesVC.h // cepin // // Created by dujincai on 15/6/23. // Copyright (c) 2015年 talebase. All rights reserved. // #import "BaseTableViewController.h" #import "ResumeNameModel.h" @interface EditDesVC : BaseTableViewController @property(nonatomic,strong)PracticeListDataModel *model; - (instancetype)initWithE...
24.266667
63
0.763736
[ "model" ]
8de6ceaa16209ba77ac070a52774275f0f82dc65
1,911
h
C
src/cpp/Model.h
aflorio81/Amazon-MIT-RoutingChallenge
cbacc7b62a41b81c3e4b9ffde0f8dea0f81d3f5a
[ "Apache-2.0" ]
3
2022-03-24T20:56:52.000Z
2022-03-28T22:55:18.000Z
src/cpp/Model.h
aflorio81/Amazon-MIT-RoutingChallenge
cbacc7b62a41b81c3e4b9ffde0f8dea0f81d3f5a
[ "Apache-2.0" ]
null
null
null
src/cpp/Model.h
aflorio81/Amazon-MIT-RoutingChallenge
cbacc7b62a41b81c3e4b9ffde0f8dea0f81d3f5a
[ "Apache-2.0" ]
null
null
null
#ifndef model_h #define model_h #include <iostream> #include <map> #include <string> #include <utility> #include <boost/archive/text_oarchive.hpp> #include <boost/serialization/map.hpp> #include <boost/serialization/serialization.hpp> #include <boost/serialization/string.hpp> #include "AlgoInput.h" #include "LassoRegr...
31.327869
77
0.601779
[ "model" ]
8de9d16c61846374a7f1529ff35b8749250fc665
4,361
h
C
include/tiny_utils/fast_pimpl.h
arttet/utils
5e3bd90b2f493eac2974d1f50293580cb8dfe872
[ "MIT" ]
1
2020-03-13T07:20:24.000Z
2020-03-13T07:20:24.000Z
include/tiny_utils/fast_pimpl.h
arttet/utils
5e3bd90b2f493eac2974d1f50293580cb8dfe872
[ "MIT" ]
null
null
null
include/tiny_utils/fast_pimpl.h
arttet/utils
5e3bd90b2f493eac2974d1f50293580cb8dfe872
[ "MIT" ]
null
null
null
/** * @file fast_pimpl.h * @author Artyom Tetyukhin * @brief Implementation of the C++ idiom "Fast Pointer To Implementation" * @version 1.0 * @date 2019-10-10 * * @copyright Copyright (c) 2020 Artyom Tetyukhin * */ #pragma once #include "numeric_traits.h" #include <cstddef> #include <new> #include <type_tra...
27.955128
109
0.658794
[ "object" ]
8ded15268e3d58e7ffb1fcbebf9aa3442b8f3577
8,254
c
C
ziproto/common.c
Justasic/ziproto-pythonc
07f6794b96399c800d0c857d36abb8bcc7f2c2af
[ "Apache-2.0" ]
2
2021-05-04T05:22:54.000Z
2021-06-11T03:37:05.000Z
ziproto/common.c
Justasic/ziproto-pythonc
07f6794b96399c800d0c857d36abb8bcc7f2c2af
[ "Apache-2.0" ]
null
null
null
ziproto/common.c
Justasic/ziproto-pythonc
07f6794b96399c800d0c857d36abb8bcc7f2c2af
[ "Apache-2.0" ]
null
null
null
#include "common.h" #include <stdbool.h> #include <tgmath.h> // For fabs() /** * @brief Encodes POD types to ZiProto bytes. * * This function encodes different Plain-ol-Data (POD) types into the ZiProto format. * These types are ints, floats, bools, strings, and "Null" but not the array and map * types which will...
28.267123
122
0.665496
[ "object" ]
8ded22ab574ae6c4d804c5e29f58c21d95abc3d4
439
h
C
src/goesproc/lrit_processor.h
codient/goestools
862600960681a1a1f3942f18f40b1f17dcdffc40
[ "BSD-2-Clause" ]
244
2017-11-07T12:12:23.000Z
2022-03-24T07:24:53.000Z
src/goesproc/lrit_processor.h
codient/goestools
862600960681a1a1f3942f18f40b1f17dcdffc40
[ "BSD-2-Clause" ]
116
2018-03-07T04:02:26.000Z
2022-03-27T12:08:01.000Z
src/goesproc/lrit_processor.h
codient/goestools
862600960681a1a1f3942f18f40b1f17dcdffc40
[ "BSD-2-Clause" ]
65
2018-05-28T02:44:21.000Z
2022-03-18T12:27:58.000Z
#pragma once #include <memory> #include <vector> #include "handler.h" // Takes a list of paths to LRIT files and/or directories. // // This class sorts the files in chronological order and then feeds // them to the handlers. // class LRITProcessor { public: explicit LRITProcessor(std::vector<std::unique_ptr<Handle...
19.954545
74
0.722096
[ "vector" ]
8df13ce03ef09da180623ca4bc816c5c1403bb02
1,781
h
C
openbmc/build/tmp/deploy/sdk/witherspoon-2019-08-08/sysroots/armv6-openbmc-linux-gnueabi/usr/src/debug/net-snmp/5.8-r0/net-snmp-5.8/agent/mibgroup/disman/event/mteObjects.h
sotaoverride/backup
ca53a10b72295387ef4948a9289cb78ab70bc449
[ "Apache-2.0" ]
null
null
null
openbmc/build/tmp/deploy/sdk/witherspoon-2019-08-08/sysroots/armv6-openbmc-linux-gnueabi/usr/src/debug/net-snmp/5.8-r0/net-snmp-5.8/agent/mibgroup/disman/event/mteObjects.h
sotaoverride/backup
ca53a10b72295387ef4948a9289cb78ab70bc449
[ "Apache-2.0" ]
null
null
null
openbmc/build/tmp/deploy/sdk/witherspoon-2019-08-08/sysroots/armv6-openbmc-linux-gnueabi/usr/src/debug/net-snmp/5.8-r0/net-snmp-5.8/agent/mibgroup/disman/event/mteObjects.h
sotaoverride/backup
ca53a10b72295387ef4948a9289cb78ab70bc449
[ "Apache-2.0" ]
null
null
null
#ifndef MTEOBJECTS_H #define MTEOBJECTS_H #include "disman/event/mteTrigger.h" /* * Flags relating to the mteObjectsTable */ #define MTE_OBJECT_FLAG_WILD 0x01 /* for mteObjectsIDWildcard */ #define MTE_OBJECT_FLAG_ACTIVE 0x02 /* for mteObjectsEntryStatus */ #define MTE_OBJECT_FLAG_FIXED 0x04 /* for snmpd.conf...
29.683333
79
0.676586
[ "object" ]
5c05c4b68b0d4172e4ff55917f079d4ebfb5f7ef
2,973
h
C
ui/render.h
carsonharmon/binaryninja-api
f7ad332ad69d370aa29cd54f4c7307da4d9173e2
[ "MIT" ]
1
2021-04-05T15:01:23.000Z
2021-04-05T15:01:23.000Z
ui/render.h
carsonharmon/binaryninja-api
f7ad332ad69d370aa29cd54f4c7307da4d9173e2
[ "MIT" ]
null
null
null
ui/render.h
carsonharmon/binaryninja-api
f7ad332ad69d370aa29cd54f4c7307da4d9173e2
[ "MIT" ]
1
2021-06-10T04:27:19.000Z
2021-06-10T04:27:19.000Z
#pragma once #include <QtGui/QPainter> #include "binaryninjaapi.h" #include "uicontext.h" #include "action.h" enum HexEditorHighlightMode { NoHighlight, ColumnHighlight, ByteValueHighlight }; enum HexEditorColorMode { NoColorization, AsciiColorization, ModificationColorization }; enum HexEditorHighlightContra...
30.030303
130
0.795493
[ "vector" ]
5c0736ccd7591d750adbdf37cc5db14732c9fb98
1,808
h
C
engine/source/kernel/resource/property/resource_property_base.h
skarab/coffee-master
6c3ff71b7f15735e41c9859b6db981b94414c783
[ "MIT" ]
null
null
null
engine/source/kernel/resource/property/resource_property_base.h
skarab/coffee-master
6c3ff71b7f15735e41c9859b6db981b94414c783
[ "MIT" ]
null
null
null
engine/source/kernel/resource/property/resource_property_base.h
skarab/coffee-master
6c3ff71b7f15735e41c9859b6db981b94414c783
[ "MIT" ]
null
null
null
#ifndef _COFFEE_RESOURCE_PROPERTY_BASE_H_ #define _COFFEE_RESOURCE_PROPERTY_BASE_H_ #include "coffee_includes.h" #include "kernel/meta/meta.h" #include "kernel/resource/property/resource_property_flag.h" namespace coffee { namespace ui { class PropertyResourceProperty; } namespace resource { //--------------...
29.639344
100
0.482854
[ "object" ]
5c08525e4b442f33a757f71badcaa914a62dd43f
40,778
h
C
Engine/PipelineCompiler/Common/ShaderEnums.h
azhirnov/GraphicsGenFramework-modular
348be601f1991f102defa0c99250529f5e44c4d3
[ "BSD-2-Clause" ]
12
2017-12-23T14:24:57.000Z
2020-10-02T19:52:12.000Z
Engine/PipelineCompiler/Common/ShaderEnums.h
azhirnov/ModularGraphicsFramework
348be601f1991f102defa0c99250529f5e44c4d3
[ "BSD-2-Clause" ]
null
null
null
Engine/PipelineCompiler/Common/ShaderEnums.h
azhirnov/ModularGraphicsFramework
348be601f1991f102defa0c99250529f5e44c4d3
[ "BSD-2-Clause" ]
null
null
null
// Copyright (c) Zhirnov Andrey. For more information see 'LICENSE.txt' #pragma once #include "Engine/PipelineCompiler/Common/Common.h" namespace PipelineCompiler { struct EShaderFormat final : EShaderLangFormat { // api static constexpr type GX_API = (9 << _ApiOffset); // api + version static constex...
31.684538
134
0.662857
[ "geometry", "vector" ]
5c1fed5a1232cb4b0e7d8e78c2ed47aa85f25136
579
h
C
InfiniteBlades/InputManager.h
ttanatb/infinite-blades
d4f4d14892ef1e9fddd1d24d5648287276da06f3
[ "MIT" ]
1
2018-03-22T21:41:03.000Z
2018-03-22T21:41:03.000Z
InfiniteBlades/InputManager.h
ttanatb/infinite-blades
d4f4d14892ef1e9fddd1d24d5648287276da06f3
[ "MIT" ]
6
2018-03-31T12:05:12.000Z
2018-08-19T15:50:40.000Z
InfiniteBlades/InputManager.h
ttanatb/infinite-blades
d4f4d14892ef1e9fddd1d24d5648287276da06f3
[ "MIT" ]
null
null
null
#pragma once #include <vector> #include <Windows.h> #include <map> #include <iostream> class InputManager { private: InputManager(); ~InputManager(); static InputManager* instance;// = nullptr; std::vector<char> keysToPollFor; std::map<char, short> keyStates; std::map<char, short> prevKeyStates; int keyCount; p...
21.444444
51
0.737478
[ "vector" ]
5c27f856ca51e97ebfcf6fb76ec1f41eefda7161
3,791
h
C
include/opt/OgrePCZCamera.h
chen0040/cpp-ogre-mllab
b85305cd7e95559a178664577c8e858a5b9dd05b
[ "MIT" ]
1
2021-10-04T09:40:26.000Z
2021-10-04T09:40:26.000Z
include/opt/OgrePCZCamera.h
chen0040/cpp-ogre-mllab
b85305cd7e95559a178664577c8e858a5b9dd05b
[ "MIT" ]
null
null
null
include/opt/OgrePCZCamera.h
chen0040/cpp-ogre-mllab
b85305cd7e95559a178664577c8e858a5b9dd05b
[ "MIT" ]
6
2019-05-05T22:29:55.000Z
2022-01-03T14:18:54.000Z
/* ----------------------------------------------------------------------------- This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/ Copyright (c) 2000-2006 Torus Knot Software Ltd Also see acknowledgements in Readme.html This program is free so...
32.965217
87
0.646004
[ "object" ]
5c2c6845e529e5e060cc1c0f2fe0e2374bb578f6
2,131
h
C
ns-allinone-3.35/ns-3.35/src/wifi/model/he/constant-obss-pd-algorithm.h
usi-systems/cc
487aa9e322b2b01b6af3a92e38545c119e4980a3
[ "Apache-2.0" ]
1
2022-03-22T08:08:35.000Z
2022-03-22T08:08:35.000Z
ns-3-dev/src/wifi/model/he/constant-obss-pd-algorithm.h
Marquez607/Wireless-Perf-Sim
1086759b6dbe7da192225780d5fe6a3da0c5eb07
[ "MIT" ]
null
null
null
ns-3-dev/src/wifi/model/he/constant-obss-pd-algorithm.h
Marquez607/Wireless-Perf-Sim
1086759b6dbe7da192225780d5fe6a3da0c5eb07
[ "MIT" ]
null
null
null
/* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */ /* * Copyright (c) 2018 University of Washington * * 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; * * This ...
35.516667
95
0.748944
[ "object" ]
5c324be50cfd7d90b457435fc255fec46d8a0ffc
16,393
h
C
windows/mupdf/pdf/document.h
Ling2048/native_pdf_renderer
8919c0c0d2ba837c782398677a38174f9b073f91
[ "MIT" ]
null
null
null
windows/mupdf/pdf/document.h
Ling2048/native_pdf_renderer
8919c0c0d2ba837c782398677a38174f9b073f91
[ "MIT" ]
null
null
null
windows/mupdf/pdf/document.h
Ling2048/native_pdf_renderer
8919c0c0d2ba837c782398677a38174f9b073f91
[ "MIT" ]
null
null
null
#ifndef MUPDF_PDF_DOCUMENT_H #define MUPDF_PDF_DOCUMENT_H typedef struct pdf_xref pdf_xref; typedef struct pdf_ocg_descriptor pdf_ocg_descriptor; typedef struct pdf_page pdf_page; typedef struct pdf_annot pdf_annot; typedef struct pdf_annot pdf_widget; typedef struct pdf_js pdf_js; enum { PDF_LEXBUF_SMALL = 256, P...
27.737733
129
0.767889
[ "object" ]
ce100a09bbc6edf76a7fc9dd5b1a5e745d13797e
1,186
h
C
include/entity.h
JoshBrading/gf3d
2a9708741ebc079aeaa29ef65b668b8a475265dd
[ "MIT" ]
null
null
null
include/entity.h
JoshBrading/gf3d
2a9708741ebc079aeaa29ef65b668b8a475265dd
[ "MIT" ]
null
null
null
include/entity.h
JoshBrading/gf3d
2a9708741ebc079aeaa29ef65b668b8a475265dd
[ "MIT" ]
null
null
null
#ifndef __ENTITY_H__ #define __ENTITY_H__ #include "gfc_types.h" #include "gfc_matrix.h" #include "gf3d_model.h" typedef struct Entity_S { Uint8 _inuse; /**<flag to keep track if this isntance is in use and should not be reassigned*/ Model* model; /**<the 3d model for this entity*/ Matrix4 ...
24.708333
109
0.718381
[ "model", "3d" ]
ce155be7bc08269cc33170985a4b48239ddfb1ed
889
c
C
main.c
h-arieff/cshooter
8a6546158479bcecfb164ef2730fc010039cfc76
[ "Apache-2.0" ]
1
2021-04-15T02:05:38.000Z
2021-04-15T02:05:38.000Z
main.c
h-arieff/cshooter
8a6546158479bcecfb164ef2730fc010039cfc76
[ "Apache-2.0" ]
null
null
null
main.c
h-arieff/cshooter
8a6546158479bcecfb164ef2730fc010039cfc76
[ "Apache-2.0" ]
null
null
null
#include "enemy.h" #include "bar.h" #include "ncurses.h" #include "unistd.h" #include "includes.h" void render(char**c,WINDOW*w,int sx,int sy){ while(*c){ mvwprintw(w,sy,sx,*c); sy++; c++; } wrefresh(w); } int main(){ struct timespec t1,t2; t1.tv_nsec=20000000*2; t1.tv_se...
20.674419
80
0.545557
[ "render" ]
ce190822a157737e4377c55b37ea40f0d6c00563
895
h
C
ImageContainer.h
bluedreamer/pdfimages_combine
80cf50456fced896c4f468bd7301847b8324516c
[ "MIT" ]
null
null
null
ImageContainer.h
bluedreamer/pdfimages_combine
80cf50456fced896c4f468bd7301847b8324516c
[ "MIT" ]
1
2021-04-09T19:07:10.000Z
2021-04-09T19:08:28.000Z
ImageContainer.h
bluedreamer/pdfimages_combine
80cf50456fced896c4f468bd7301847b8324516c
[ "MIT" ]
null
null
null
#pragma once #include <map> #include <string> #include <vector> class Entry; #include "FileList.h" #include "PdfImage.h" /** * @class Manages the process of combining images from the PDF */ class ImageContainer { public: /** * Create a new ImageContainer. Parses all the information for files in directory and...
21.309524
97
0.686034
[ "vector" ]
ce1c531a6a51c2a09339bce4b223a250dcca1dd6
1,010
h
C
src/Evernote API/Evernote/EDAM/Type/LinkedNotebook.h
don-reba/peoples-note
c22d6963846af833c55f4294dd0474e83344475d
[ "BSD-2-Clause" ]
null
null
null
src/Evernote API/Evernote/EDAM/Type/LinkedNotebook.h
don-reba/peoples-note
c22d6963846af833c55f4294dd0474e83344475d
[ "BSD-2-Clause" ]
null
null
null
src/Evernote API/Evernote/EDAM/Type/LinkedNotebook.h
don-reba/peoples-note
c22d6963846af833c55f4294dd0474e83344475d
[ "BSD-2-Clause" ]
null
null
null
#pragma once /** * Autogenerated by Thrift * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING */ #include <fstream> #include <map> #include <set> #include <string> #include <vector> #include <windows.h> #include <Thrift/Thrift.h> #include <Thrift/Protocol.h> #include <Thrift/Transport.h> #includ...
16.290323
67
0.716832
[ "vector" ]
ce1fcc69a15729c286b7b757630330ff06df6174
11,283
h
C
scene/resources/audio_stream_sample.h
SaracenOne/godot
fc3820e704397b160fddd2de84f814c0d6799c9f
[ "CC-BY-3.0", "Apache-2.0", "MIT" ]
5
2015-10-06T07:56:16.000Z
2016-10-02T21:18:51.000Z
scene/resources/audio_stream_sample.h
SaracenOne/godot
fc3820e704397b160fddd2de84f814c0d6799c9f
[ "CC-BY-3.0", "Apache-2.0", "MIT" ]
8
2018-07-08T17:53:29.000Z
2020-07-18T06:40:37.000Z
scene/resources/audio_stream_sample.h
SaracenOne/godot
fc3820e704397b160fddd2de84f814c0d6799c9f
[ "CC-BY-3.0", "Apache-2.0", "MIT" ]
2
2016-02-05T18:51:02.000Z
2020-06-05T20:30:08.000Z
/*************************************************************************/ /* audio_stream_sample.h */ /*************************************************************************/ /* This file is part of: */ /* ...
31.872881
139
0.624834
[ "vector" ]
ce20601624aa924150d269de696597faa7002e9d
2,038
c
C
plugins/Request & Answer/getmonsterlabel.c
bgamez23/Release
94b99150c07641546c7eb48fda02711c5e0998e9
[ "BSD-2-Clause" ]
19
2019-02-25T01:35:27.000Z
2022-03-04T00:15:40.000Z
plugins/Request & Answer/getmonsterlabel.c
bgamez23/Release
94b99150c07641546c7eb48fda02711c5e0998e9
[ "BSD-2-Clause" ]
4
2019-05-23T07:37:16.000Z
2021-01-11T06:13:00.000Z
plugins/Request & Answer/getmonsterlabel.c
bgamez23/Release
94b99150c07641546c7eb48fda02711c5e0998e9
[ "BSD-2-Clause" ]
32
2019-02-24T16:23:46.000Z
2022-03-30T06:34:51.000Z
//===== Hercules Plugin ====================================== //= getmonsterlabel //===== By: ================================================== //= AnnieRuru //===== Current Version: ===================================== //= 0.1 //===== Compatible With: ===================================== //= Hercules 2019-02-21 /...
31.84375
106
0.530913
[ "object" ]
ce22234845b477a152c40ac9daecfd07252eec87
1,938
h
C
renderer.h
eirini-forks/sequence-diagram-cli
fdb779a878e2afc523a80cf1111afb3ccab4764c
[ "Apache-2.0" ]
null
null
null
renderer.h
eirini-forks/sequence-diagram-cli
fdb779a878e2afc523a80cf1111afb3ccab4764c
[ "Apache-2.0" ]
null
null
null
renderer.h
eirini-forks/sequence-diagram-cli
fdb779a878e2afc523a80cf1111afb3ccab4764c
[ "Apache-2.0" ]
null
null
null
#ifndef COMPILER_H #define COMPILER_H #include "parser.h" #include "style.h" #include <math.h> extern char *prefix; extern char *suffix; #define GET_LINE_M(from, to) \ (to - from) / 2 + from typedef struct _coordinates { int x; int y; } Pos; #define POS_INIT { .x = 0, .y = 0 } struct arrow_def_coor { ...
17.944444
125
0.584623
[ "render" ]
ce333074a91e734a5f1b755a8567bc1b8ecf7f0e
2,948
h
C
potato/librender/source/d3d12_backend/d3d12_command_list.h
seanmiddleditch/grimm
9f47fc5d7aa0af19a3a7c82a38b7f7c59b83fbf5
[ "MIT" ]
38
2019-05-25T17:32:26.000Z
2022-02-27T22:25:05.000Z
potato/librender/source/d3d12_backend/d3d12_command_list.h
seanmiddleditch/grimm
9f47fc5d7aa0af19a3a7c82a38b7f7c59b83fbf5
[ "MIT" ]
35
2019-05-26T17:52:39.000Z
2022-02-12T19:54:14.000Z
potato/librender/source/d3d12_backend/d3d12_command_list.h
seanmiddleditch/grimm
9f47fc5d7aa0af19a3a7c82a38b7f7c59b83fbf5
[ "MIT" ]
2
2019-06-09T16:06:27.000Z
2019-08-16T14:17:20.000Z
// Copyright by Potato Engine contributors. See accompanying License.txt for copyright details. #pragma once #include "d3d12_platform.h" #include "potato/render/gpu_command_list.h" #include "potato/runtime/com_ptr.h" #include "potato/spud/box.h" namespace up::d3d12 { class PipelineStateD3D12; class Command...
40.383562
108
0.719132
[ "render" ]
ce3a179def105a6e8e48b8f2a3ac5746ae221e81
788
h
C
blocklist.h
hhoffstaette/sqredir
60985cb4122e62f3258b3022fe9ce3f48d0bc81f
[ "Apache-2.0" ]
1
2019-05-22T11:11:57.000Z
2019-05-22T11:11:57.000Z
blocklist.h
hhoffstaette/sqredir
60985cb4122e62f3258b3022fe9ce3f48d0bc81f
[ "Apache-2.0" ]
null
null
null
blocklist.h
hhoffstaette/sqredir
60985cb4122e62f3258b3022fe9ce3f48d0bc81f
[ "Apache-2.0" ]
null
null
null
#ifndef SQREDIR_BLOCKLIST_H #define SQREDIR_BLOCKLIST_H #include <cstdio> #include <string> #include <vector> #include <pcreposix.h> // element for keeping a block pattern and redirect URL struct block_node { regex_t url; std::string redirect; }; class blocklist { public: // reads the given configuration file ...
21.888889
85
0.751269
[ "vector" ]
ce3cd73ddf053f977a1c226369e5fae391d09a10
6,691
h
C
Samples/VulkanSample/Panel/PropertyManager.h
QSXW/Immortal
bac85fa526b77ed8cf49954f66ad3e9a165348e6
[ "Apache-2.0" ]
6
2021-09-15T08:56:28.000Z
2022-03-29T15:55:02.000Z
Samples/VulkanSample/Panel/PropertyManager.h
QSXW/Immortal
bac85fa526b77ed8cf49954f66ad3e9a165348e6
[ "Apache-2.0" ]
null
null
null
Samples/VulkanSample/Panel/PropertyManager.h
QSXW/Immortal
bac85fa526b77ed8cf49954f66ad3e9a165348e6
[ "Apache-2.0" ]
4
2021-12-05T17:28:57.000Z
2022-03-29T15:55:05.000Z
#pragma once #include "Immortal.h" namespace Immortal { class PropertyManager : public Layer { public: static constexpr ImGuiTreeNodeFlags TreeNodeFlags = ImGuiTreeNodeFlags_DefaultOpen | ImGuiTreeNodeFlags_Framed | ImGuiTreeNodeFlags_SpanAvailWidth | ImGuiTreeNode...
41.302469
173
0.450306
[ "object", "vector", "transform" ]
ce3f298e6e5513dd7bc930592873e2922a2a9e1c
6,100
h
C
include/tdp/bb/upper_bound_convex_S3.h
jstraub/tdp
dcab53662be5b88db1538cf831707b07ab96e387
[ "MIT-feh" ]
1
2017-10-17T19:25:47.000Z
2017-10-17T19:25:47.000Z
include/tdp/bb/upper_bound_convex_S3.h
jstraub/tdp
dcab53662be5b88db1538cf831707b07ab96e387
[ "MIT-feh" ]
1
2018-05-02T06:04:06.000Z
2018-05-02T06:04:06.000Z
include/tdp/bb/upper_bound_convex_S3.h
jstraub/tdp
dcab53662be5b88db1538cf831707b07ab96e387
[ "MIT-feh" ]
5
2017-09-17T18:46:20.000Z
2019-03-11T12:52:57.000Z
/* Copyright (c) 2015, Julian Straub <jstraub@csail.mit.edu> Licensed * under the MIT license. See the license file LICENSE. */ #pragma once #include <iostream> #include <Eigen/Dense> #include <Eigen/Geometry> #include <tdp/bb/node_S3.h> #include <tdp/bb/numeric_helpers.h> #include <tdp/distributions/vmf.h> #include...
34.857143
108
0.582295
[ "geometry", "vector" ]
ce461317047b58717e237aa55f73f1a3be36d0ad
1,222
h
C
UAlbertaBot/Source/BaseLocationManager.h
xu-kj/sc1bot
a3a3fd6b2e2cc20460ced35ca61f077880626b77
[ "MIT" ]
null
null
null
UAlbertaBot/Source/BaseLocationManager.h
xu-kj/sc1bot
a3a3fd6b2e2cc20460ced35ca61f077880626b77
[ "MIT" ]
16
2021-04-01T05:16:27.000Z
2021-04-28T06:18:59.000Z
UAlbertaBot/Source/BaseLocationManager.h
xu-kj/sc1bot
a3a3fd6b2e2cc20460ced35ca61f077880626b77
[ "MIT" ]
null
null
null
#pragma once #include "BaseLocation.h" #include "stardraft/BaseBorderFinder.hpp" namespace UAlbertaBot { class BaseLocationManager { friend class Global; BaseBorderFinder m_baseBorders; std::vector<BaseLocation> m_baseLocationData; std::vector<const BaseLocation *> m_baseLocationPtrs; std::vector<const...
30.55
93
0.771686
[ "vector" ]
ce5dc0387c3157b792970d9ff6773afbd7f24e85
234
h
C
vision-cpp-gevorderden/vcpp1.h
yorickr/VisionCPP
60eda392d7b4f234afba7d4e29d746d1ae3c8e1c
[ "MIT" ]
null
null
null
vision-cpp-gevorderden/vcpp1.h
yorickr/VisionCPP
60eda392d7b4f234afba7d4e29d746d1ae3c8e1c
[ "MIT" ]
null
null
null
vision-cpp-gevorderden/vcpp1.h
yorickr/VisionCPP
60eda392d7b4f234afba7d4e29d746d1ae3c8e1c
[ "MIT" ]
null
null
null
#pragma once #include "includes.h" int vcpp1_main(int argc, char** argv); double bendingEnergy(Mat binaryImage, vector<Point> & contourVec); int allBoundingBoxes(const vector<vector<Point>> & contours, vector<vector<Point>> & bbs);
29.25
90
0.75641
[ "vector" ]
ce5eee6ac69f68d6d8fbc2cdbdf7cc76fbabb60e
4,495
h
C
third_party/webcc/client_session.h
sprinfall/webcc-integration
1abfccd75d43f0ec981a1b31a977c68f757b8994
[ "MIT" ]
1
2020-09-11T09:57:30.000Z
2020-09-11T09:57:30.000Z
third_party/webcc/client_session.h
sprinfall/webcc-integration
1abfccd75d43f0ec981a1b31a977c68f757b8994
[ "MIT" ]
null
null
null
third_party/webcc/client_session.h
sprinfall/webcc-integration
1abfccd75d43f0ec981a1b31a977c68f757b8994
[ "MIT" ]
null
null
null
#ifndef WEBCC_CLIENT_SESSION_H_ #define WEBCC_CLIENT_SESSION_H_ #include <memory> #include <mutex> #include <string> #include <thread> #include <vector> #include "boost/asio/io_context.hpp" #include "webcc/client_pool.h" #include "webcc/request_builder.h" #include "webcc/response.h" #if WEBCC_ENABLE_SSL #include "b...
26.441176
79
0.707675
[ "object", "vector" ]
ce6d544a7d280eb583be4fd110d71ab033a1ce57
1,069
h
C
Code/Tools/ToolsFoundation/Object/DocumentObjectMirror.h
eltld/ezEngine
3230235249dd2769f166872b753efd6bd8347c98
[ "CC-BY-3.0" ]
null
null
null
Code/Tools/ToolsFoundation/Object/DocumentObjectMirror.h
eltld/ezEngine
3230235249dd2769f166872b753efd6bd8347c98
[ "CC-BY-3.0" ]
null
null
null
Code/Tools/ToolsFoundation/Object/DocumentObjectMirror.h
eltld/ezEngine
3230235249dd2769f166872b753efd6bd8347c98
[ "CC-BY-3.0" ]
1
2020-03-08T04:55:16.000Z
2020-03-08T04:55:16.000Z
#pragma once #include <ToolsFoundation/Basics.h> #include <ToolsFoundation/Object/DocumentObjectManager.h> #include <Foundation/Serialization/RttiConverter.h> #include <Foundation/Containers/HybridArray.h> class EZ_TOOLSFOUNDATION_DLL ezDocumentObjectMirror { public: ezDocumentObjectMirror(); ~ezDocumentObjectMi...
33.40625
116
0.826006
[ "object" ]
ce73e8cfb54c76b7ac789bfcc9b690f6707361c1
1,044
h
C
test/dmtimerevent/dmtimereventmodule.h
brinkqiang/dmtimer
3a8c18a3366ccc31e79d1e79df512769cb8b0633
[ "MIT" ]
18
2018-03-05T14:42:46.000Z
2021-07-28T06:25:29.000Z
test/dmtimerevent/dmtimereventmodule.h
brinkqiang/dmtimer
3a8c18a3366ccc31e79d1e79df512769cb8b0633
[ "MIT" ]
null
null
null
test/dmtimerevent/dmtimereventmodule.h
brinkqiang/dmtimer
3a8c18a3366ccc31e79d1e79df512769cb8b0633
[ "MIT" ]
5
2018-03-20T12:01:07.000Z
2020-01-25T12:01:13.000Z
#ifndef __DMTIMEREVENT_H__ #define __DMTIMEREVENT_H__ #include <vector> #include <map> #include <set> #include "dmtimernode.h" #include "dmtimereventnode.h" #include "dmsingleton.h" typedef std::set<ITimerEventSink*> SetTimerEventSink; class CDMTimerEventMgr : public CDMSafeSingleton<CDMTimerEven...
23.2
76
0.714559
[ "vector" ]
ce867b3c28643688ef7cb1cc40e03a8ce2901c6c
20,118
h
C
Engine/Source/Runtime/Engine/Public/Animation/AnimCurveTypes.h
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
1
2022-01-29T18:36:12.000Z
2022-01-29T18:36:12.000Z
Engine/Source/Runtime/Engine/Public/Animation/AnimCurveTypes.h
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
null
null
null
Engine/Source/Runtime/Engine/Public/Animation/AnimCurveTypes.h
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
null
null
null
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreMinimal.h" #include "UObject/ObjectMacros.h" #include "Animation/AnimTypes.h" #include "Animation/SmartName.h" #include "Animation/Skeleton.h" #include "Curves/RichCurve.h" #include "AnimCurveTypes.generated.h" /** This is curve ...
28.097765
232
0.731435
[ "vector", "transform" ]
ce9d951b010194d64fb15ad35fc365fae19feb29
7,644
h
C
tiems/include/tencentcloud/tiems/v20190416/model/ReplicaInfo.h
li5ch/tencentcloud-sdk-cpp
12ebfd75a399ee2791f6ac1220a79ce8a9faf7c4
[ "Apache-2.0" ]
43
2019-08-14T08:14:12.000Z
2022-03-30T12:35:09.000Z
tiems/include/tencentcloud/tiems/v20190416/model/ReplicaInfo.h
li5ch/tencentcloud-sdk-cpp
12ebfd75a399ee2791f6ac1220a79ce8a9faf7c4
[ "Apache-2.0" ]
12
2019-07-15T10:44:59.000Z
2021-11-02T12:35:00.000Z
tiems/include/tencentcloud/tiems/v20190416/model/ReplicaInfo.h
li5ch/tencentcloud-sdk-cpp
12ebfd75a399ee2791f6ac1220a79ce8a9faf7c4
[ "Apache-2.0" ]
28
2019-07-12T09:06:22.000Z
2022-03-30T08:04:18.000Z
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
31.073171
116
0.434851
[ "vector", "model" ]
ce9e07b96ec64db8668c52e2624db6687ce39c35
7,184
h
C
src/ppl/nn/engines/arm/impls/src/ppl/kernel/arm_server/relation/neon/relation_common.h
tangyanf/ppl.nn
744ac02e7d6e363522dc629b35db8a5eca2e7c3c
[ "Apache-2.0" ]
1
2022-03-27T07:55:37.000Z
2022-03-27T07:55:37.000Z
src/ppl/nn/engines/arm/impls/src/ppl/kernel/arm_server/relation/neon/relation_common.h
FeiGeChuanShu/ppl.nn
6f3477f00d174c9c2e36cfffea42d22bc357e0a5
[ "Apache-2.0" ]
null
null
null
src/ppl/nn/engines/arm/impls/src/ppl/kernel/arm_server/relation/neon/relation_common.h
FeiGeChuanShu/ppl.nn
6f3477f00d174c9c2e36cfffea42d22bc357e0a5
[ "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...
33.570093
129
0.624722
[ "shape" ]
ce9ec0791ee20e65b1b9aaa9ee556a0d81004ece
837
h
C
src/Item.h
FroxCode/Portfolio-VTA
9379ff2b8d4a4e26df9b149cad57575915ed0998
[ "MIT" ]
null
null
null
src/Item.h
FroxCode/Portfolio-VTA
9379ff2b8d4a4e26df9b149cad57575915ed0998
[ "MIT" ]
null
null
null
src/Item.h
FroxCode/Portfolio-VTA
9379ff2b8d4a4e26df9b149cad57575915ed0998
[ "MIT" ]
null
null
null
//Created by Dale Sinnott #ifndef _ITEM_H_ #define _ITEM_H_ //////////////////////////////////////////////////////////// // Headers //////////////////////////////////////////////////////////// #include <memory> #include "SDL_image.h" class Item { public: enum LootType //lootTable { AK, SHOTGUN, GREEN, YELLO...
18.6
64
0.614098
[ "render" ]
cea2a753beb7587a7e02e98a964d9d381249e38d
11,094
h
C
SOLVER/src/preloop/utilities/XMPI.h
kuangdai/AxiSEM3D
fd9da14e9107783e3b07b936c67af2412146e099
[ "MIT" ]
17
2016-12-16T03:13:57.000Z
2021-12-15T01:56:45.000Z
SOLVER/src/preloop/utilities/XMPI.h
syzeng-duduxi/AxiSEM3D
fd9da14e9107783e3b07b936c67af2412146e099
[ "MIT" ]
6
2018-01-15T17:17:20.000Z
2020-03-18T09:53:58.000Z
SOLVER/src/preloop/utilities/XMPI.h
syzeng-duduxi/AxiSEM3D
fd9da14e9107783e3b07b936c67af2412146e099
[ "MIT" ]
19
2016-12-28T16:55:00.000Z
2021-06-23T01:02:16.000Z
// XMPI.h // created by Kuangdai on 28-Jun-2016 // mpi interfaces #pragma once #include <iostream> #include "eigenc.h" #include <map> #ifndef _SERIAL_BUILD #include "mpi.h" #else #define MPI_Request int #define MPI_Datatype int #define MPI_CHAR 1 #define MPI_INT 2 #define MPI_FLOAT 3 #de...
31.606838
133
0.515504
[ "vector" ]
cea3eb02e8176ac036c135c4d806b959cb851d40
2,629
h
C
tests/api_v2/fixtures/003_comparison_vector.h
sevenbill/ariles
700236c9bfdba5a87dac2bc2e4735e1457c1c29f
[ "Apache-2.0" ]
null
null
null
tests/api_v2/fixtures/003_comparison_vector.h
sevenbill/ariles
700236c9bfdba5a87dac2bc2e4735e1457c1c29f
[ "Apache-2.0" ]
null
null
null
tests/api_v2/fixtures/003_comparison_vector.h
sevenbill/ariles
700236c9bfdba5a87dac2bc2e4735e1457c1c29f
[ "Apache-2.0" ]
null
null
null
/** @file @author Alexander Sherikov @copyright 2017-2018 Alexander Sherikov, Licensed under the Apache License, Version 2.0. (see @ref LICENSE or http://www.apache.org/licenses/LICENSE-2.0) @brief */ #pragma once namespace ariles_tests { template <class t_Configurable> class Configura...
28.576087
111
0.607455
[ "vector" ]
cead6dd8e96bd887f0ac12ea2a24fdac5762ee0a
9,484
h
C
Source/Engine/Core/Math/Math.h
muit/FecoEngine
b2f8729c0bf0893b770434645c2a0fa8e7717cb7
[ "Apache-2.0" ]
3
2019-03-01T19:34:26.000Z
2021-03-31T09:25:16.000Z
Source/Engine/Core/Math/Math.h
muit/FecoEngine
b2f8729c0bf0893b770434645c2a0fa8e7717cb7
[ "Apache-2.0" ]
null
null
null
Source/Engine/Core/Math/Math.h
muit/FecoEngine
b2f8729c0bf0893b770434645c2a0fa8e7717cb7
[ "Apache-2.0" ]
1
2019-01-21T21:45:13.000Z
2019-01-21T21:45:13.000Z
// Copyright 2015-2019 Piperift - All rights reserved #pragma once #include "CoreEngine.h" #include <cmath> class v3; struct Math { static constexpr float PI{ 3.14159265358979323846f }; static constexpr float HALF_PI = PI * 0.5f; static constexpr float INV_PI = 1 / PI; static constexpr float RADTODEG = 180.f /...
27.976401
187
0.673661
[ "mesh", "transform" ]
ceb84fc9bf0382662f2673ca7b17d7f36765bf37
5,417
h
C
src/headers/16/node_snapshotable.h
pwiklowski/cWS
bb23d589be181a8312a931ecc7fec3a5d5d3ace4
[ "MIT" ]
50
2020-06-18T21:01:25.000Z
2022-03-29T10:48:08.000Z
src/headers/16/node_snapshotable.h
pwiklowski/cWS
bb23d589be181a8312a931ecc7fec3a5d5d3ace4
[ "MIT" ]
8
2020-06-22T07:58:15.000Z
2021-11-15T13:55:08.000Z
src/headers/16/node_snapshotable.h
pwiklowski/cWS
bb23d589be181a8312a931ecc7fec3a5d5d3ace4
[ "MIT" ]
2
2020-08-20T16:08:00.000Z
2021-11-01T14:57:30.000Z
#ifndef SRC_NODE_SNAPSHOTABLE_H_ #define SRC_NODE_SNAPSHOTABLE_H_ #if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS #include "base_object.h" #include "util.h" namespace node { class Environment; struct EnvSerializeInfo; struct SnapshotData; #define SERIALIZABLE_OBJECT_TYPES(V) ...
39.253623
80
0.634484
[ "object", "vector" ]
cec3bf625d200a06d9337ab1614677ccff3e0101
9,219
c
C
d/magic/scroll.c
nm0i/shadowgate
e5d4b8ed2b4e1bac397fcb14a398851e28eb4803
[ "MIT" ]
1
2021-06-10T00:35:51.000Z
2021-06-10T00:35:51.000Z
d/magic/scroll.c
nm0i/shadowgate
e5d4b8ed2b4e1bac397fcb14a398851e28eb4803
[ "MIT" ]
null
null
null
d/magic/scroll.c
nm0i/shadowgate
e5d4b8ed2b4e1bac397fcb14a398851e28eb4803
[ "MIT" ]
null
null
null
#include <std.h> #include <spellsbylevel.h> #include <daemons.h> inherit OBJECT; string spell, *readpassed; mapping readfailed; #define SCRL_CLASSES ({"paladin","ranger","cleric","druid","mage"}) /** * @file * @brief Magic scroll */ int level, usable; void set_spell_name(string str); void set_spell(int level); v...
26.799419
373
0.590194
[ "object" ]
cec3c2cca126ddd904c36fd39f0077230171328f
1,731
h
C
src/search/search_space.h
whitemech/SymBA-star
34e9fdd1dc25f9af15c54478e39bbab422cac91a
[ "Naumen", "Condor-1.1", "MS-PL" ]
null
null
null
src/search/search_space.h
whitemech/SymBA-star
34e9fdd1dc25f9af15c54478e39bbab422cac91a
[ "Naumen", "Condor-1.1", "MS-PL" ]
null
null
null
src/search/search_space.h
whitemech/SymBA-star
34e9fdd1dc25f9af15c54478e39bbab422cac91a
[ "Naumen", "Condor-1.1", "MS-PL" ]
null
null
null
#ifndef SEARCH_SPACE_H #define SEARCH_SPACE_H #include "state.h" // for state_var_t #include <vector> #include <ext/hash_map> #include "state.h" #include "state_proxy.h" #include "search_node_info.h" #include "operator_cost.h" #include <vector> class Operator; class State; class StateProxy; class SearchNode { s...
23.08
91
0.673021
[ "vector" ]
ced2a0c95f6210dfa9187dac5abb376faa2d982f
552
h
C
NeoDsConvert/NeoDsConvert/NeoRomWrite.h
FlexingTiger/NeoDS
0e897ded3232cf9ec8bbb54590a2ed8fc545d81d
[ "Zlib" ]
25
2015-04-06T03:31:51.000Z
2021-09-22T00:37:12.000Z
NeoDsConvert/NeoDsConvert/NeoRomWrite.h
FlexingTiger/NeoDS
0e897ded3232cf9ec8bbb54590a2ed8fc545d81d
[ "Zlib" ]
3
2020-06-28T07:26:51.000Z
2021-06-19T11:45:03.000Z
NeoDsConvert/NeoDsConvert/NeoRomWrite.h
FlexingTiger/NeoDS
0e897ded3232cf9ec8bbb54590a2ed8fc545d81d
[ "Zlib" ]
11
2016-01-12T11:18:47.000Z
2020-10-24T16:00:20.000Z
#ifndef _NEO_ROM_WRITE_H #define _NEO_ROM_WRITE_H #define NEO_ROM_MAGIC 0x7e0116e0 #define NEO_ROM_VERSION 0 #include <vector> #include <stdio.h> class NeoRomWriter { public: bool open(const char* szFileName, const char* szGameName, UINT32 audio2Offset); void close(); void writeSection(void* pData, int length); ...
19.714286
80
0.751812
[ "vector" ]
ced7dfc16f9cf808a9a4993be998ce1a21216b46
5,080
h
C
src/BugTrap/BTMfcWindow.h
acidicMercury8/xray-1.0
65e85c0e31e82d612c793d980dc4b73fa186c76c
[ "Linux-OpenIB" ]
5
2021-10-30T09:36:07.000Z
2021-12-30T08:14:32.000Z
src/BugTrap/BTMfcWindow.h
acidicMercury8/xray-1.0
65e85c0e31e82d612c793d980dc4b73fa186c76c
[ "Linux-OpenIB" ]
null
null
null
src/BugTrap/BTMfcWindow.h
acidicMercury8/xray-1.0
65e85c0e31e82d612c793d980dc4b73fa186c76c
[ "Linux-OpenIB" ]
2
2020-08-04T17:23:16.000Z
2020-10-16T16:53:38.000Z
/* * This is a part of the BugTrap package. * Copyright (c) 2005-2007 IntelleSoft. * All rights reserved. * * Description: This class provides better error handling for MFC windows. * Author: Maksim Pyatkovskiy. * * This source code is only intended as a supplement to the * BugTrap package reference a...
36.028369
130
0.734252
[ "object" ]
ced97c16eadab4065b360a904c2d1a82c73c355b
3,616
h
C
02_Library/Include/XMCocos2D-v3/2d/label_nodes/CCFont.h
mcodegeeks/OpenKODE-Framework
d4382d781da7f488a0e7667362a89e8e389468dd
[ "MIT" ]
2
2017-08-03T07:15:00.000Z
2018-06-18T10:32:53.000Z
02_Library/Include/XMCocos2D-v3/2d/label_nodes/CCFont.h
mcodegeeks/OpenKODE-Framework
d4382d781da7f488a0e7667362a89e8e389468dd
[ "MIT" ]
null
null
null
02_Library/Include/XMCocos2D-v3/2d/label_nodes/CCFont.h
mcodegeeks/OpenKODE-Framework
d4382d781da7f488a0e7667362a89e8e389468dd
[ "MIT" ]
2
2019-03-04T22:57:42.000Z
2020-03-06T01:32:26.000Z
/* ----------------------------------------------------------------------------------- * * File CCFont.h * Ported By Young-Hwan Mun * Contact xmsoft77@gmail.com * * ----------------------------------------------------------------------------------- * * Copyright...
36.897959
139
0.628319
[ "object" ]
cee49533dfaf2e995fd3d2a0e780985b97dea14f
8,510
h
C
src/ast/analysis/SCCGraph.h
thomas-seed/souffle
2157ead5354a59979bf6b6adade47bb24a098f24
[ "UPL-1.0" ]
null
null
null
src/ast/analysis/SCCGraph.h
thomas-seed/souffle
2157ead5354a59979bf6b6adade47bb24a098f24
[ "UPL-1.0" ]
null
null
null
src/ast/analysis/SCCGraph.h
thomas-seed/souffle
2157ead5354a59979bf6b6adade47bb24a098f24
[ "UPL-1.0" ]
null
null
null
/* * Souffle - A Datalog Compiler * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved * Licensed under the Universal Permissive License v 1.0 as shown at: * - https://opensource.org/licenses/UPL * - <souffle root>/licenses/SOUFFLE-UPL.txt */ /**************************************************...
37.161572
110
0.622797
[ "vector" ]
ceeb4048e9a2c085b7a4c21ce31ec0b7885d02e7
670
h
C
tables/endpointsecurity/include/zeek/endpointsecurityservicefactory.h
bbannier/zeek-agent
9e0d6bebce4c6ba816d6d1455a738dbbe089df43
[ "BSD-3-Clause" ]
111
2020-01-09T20:31:31.000Z
2022-02-08T08:23:49.000Z
tables/endpointsecurity/include/zeek/endpointsecurityservicefactory.h
bbannier/zeek-agent
9e0d6bebce4c6ba816d6d1455a738dbbe089df43
[ "BSD-3-Clause" ]
47
2020-01-10T04:47:52.000Z
2021-11-21T19:05:15.000Z
tables/endpointsecurity/include/zeek/endpointsecurityservicefactory.h
bbannier/zeek-agent
9e0d6bebce4c6ba816d6d1455a738dbbe089df43
[ "BSD-3-Clause" ]
18
2020-01-24T13:14:16.000Z
2021-11-23T07:38:49.000Z
#pragma once #include <zeek/izeekconfiguration.h> #include <zeek/izeekservicemanager.h> namespace zeek { /// \brief Factory method for the EndpointSecurityServiceFactory object /// \param service_manager An initialized service manager /// \param virtual_database The database where the EndpointSecurity tables /// ...
37.222222
77
0.780597
[ "object" ]