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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
84711bf123beaffd4fd3916c788d0d879f727e79 | 5,991 | h | C | Source/Raymarcher/Public/VolumeLabeling.h | TheHugeManatee/UE_VolumeRaycasting | c0a7533d2ab94734f5336b6df75b0ce31fc57bac | [
"MIT"
] | 51 | 2019-06-05T05:13:06.000Z | 2022-03-31T08:21:06.000Z | Source/Raymarcher/Public/VolumeLabeling.h | TheHugeManatee/UE_VolumeRaycasting | c0a7533d2ab94734f5336b6df75b0ce31fc57bac | [
"MIT"
] | 2 | 2020-02-05T09:16:07.000Z | 2020-02-08T06:27:10.000Z | Source/Raymarcher/Public/VolumeLabeling.h | TheHugeManatee/UE_VolumeRaycasting | c0a7533d2ab94734f5336b6df75b0ce31fc57bac | [
"MIT"
] | 11 | 2019-05-29T22:33:44.000Z | 2021-09-17T09:39:36.000Z | // (C) Technical University of Munich - Computer Aided Medical Procedures
// Developed by Tomas Bartipan (tomas.bartipan@tum.de)
#pragma once
#include "Kismet/BlueprintFunctionLibrary.h"
#include "RaymarchRendering.h"
#include "VolumeLabeling.generated.h"
// Enum class for the different possible labels.
//
// If yo... | 44.051471 | 100 | 0.70439 | [
"render"
] |
8478fcdb633fdc0c863824b408fefa40ddd33706 | 1,402 | h | C | Crowny/Source/Crowny/Utils/ShaderCompiler.h | bojosos/Crowny | 5aef056d2c95e04870d2372a87257ad9dccf168a | [
"MIT"
] | 2 | 2021-05-13T17:57:04.000Z | 2021-10-04T07:07:01.000Z | Crowny/Source/Crowny/Utils/ShaderCompiler.h | bojosos/Crowny | 5aef056d2c95e04870d2372a87257ad9dccf168a | [
"MIT"
] | null | null | null | Crowny/Source/Crowny/Utils/ShaderCompiler.h | bojosos/Crowny | 5aef056d2c95e04870d2372a87257ad9dccf168a | [
"MIT"
] | null | null | null | #pragma once
#include "Crowny/Common/Types.h"
#include "Crowny/RenderAPI/Shader.h"
namespace Crowny
{
enum class ShaderLanguage
{
VKSL = 1 << 0,
GLSL = 1 << 1,
HLSL = 1 << 2,
MSL = 1 << 3,
ALL = VKSL | GLSL | HLSL | MSL
};
typedef Flags<ShaderLanguage> ShaderL... | 28.612245 | 119 | 0.624822 | [
"vector"
] |
8480ee8750cd08cea03c9808baf09c9bd4cb3e27 | 2,646 | c | C | kubernetes/unit-test/test_v1beta1_certificate_signing_request_list.c | minerba/c | 8eb6593e55d0e5d57a2dd3153c15c9645de677bc | [
"Apache-2.0"
] | 69 | 2020-03-17T13:47:05.000Z | 2022-03-30T08:25:05.000Z | kubernetes/unit-test/test_v1beta1_certificate_signing_request_list.c | minerba/c | 8eb6593e55d0e5d57a2dd3153c15c9645de677bc | [
"Apache-2.0"
] | 115 | 2020-03-17T14:53:19.000Z | 2022-03-31T11:31:30.000Z | kubernetes/unit-test/test_v1beta1_certificate_signing_request_list.c | minerba/c | 8eb6593e55d0e5d57a2dd3153c15c9645de677bc | [
"Apache-2.0"
] | 28 | 2020-03-17T13:42:21.000Z | 2022-03-19T23:37:16.000Z | #ifndef v1beta1_certificate_signing_request_list_TEST
#define v1beta1_certificate_signing_request_list_TEST
// the following is to include only the main from the first c file
#ifndef TEST_MAIN
#define TEST_MAIN
#define v1beta1_certificate_signing_request_list_MAIN
#endif // TEST_MAIN
#include <stdlib.h>
#include <str... | 39.492537 | 193 | 0.844671 | [
"model"
] |
8496e08400fbe1c5ba1e25a2415af422cc9d22ea | 5,886 | c | C | Day2b.c | AdamH12113/AdventOfC | 0040ac17efb15a7a2eef11c57bbe20b93dcbdea1 | [
"Unlicense"
] | null | null | null | Day2b.c | AdamH12113/AdventOfC | 0040ac17efb15a7a2eef11c57bbe20b93dcbdea1 | [
"Unlicense"
] | null | null | null | Day2b.c | AdamH12113/AdventOfC | 0040ac17efb15a7a2eef11c57bbe20b93dcbdea1 | [
"Unlicense"
] | null | null | null | //Day2b.c
//
//Question 2: The keypad is this weird diamond-shaped thing. What is the
//bathroom code?
//
// +---+
// | 1 |
// +---+---+---+
// | 2 | 3 | 4 |
// +---+---+---+---+---+
// | 5 | 6 | 7 | 8 | 9 |
// +---+---+---+---+---+
// | A | B | C |
// +---+---+---+... | 28.434783 | 81 | 0.591233 | [
"shape"
] |
84974da639643c59c36dff849aa2764e4f60c15d | 27,258 | c | C | renderer/r_light.c | AimHere/thirty-flights-of-linux | cd154b82e1e61535f01445ca46f38b36499a4ca4 | [
"Libpng",
"Zlib"
] | 3 | 2019-02-23T22:38:55.000Z | 2020-03-16T14:08:19.000Z | renderer/r_light.c | AimHere/thirty-flights-of-linux | cd154b82e1e61535f01445ca46f38b36499a4ca4 | [
"Libpng",
"Zlib"
] | null | null | null | renderer/r_light.c | AimHere/thirty-flights-of-linux | cd154b82e1e61535f01445ca46f38b36499a4ca4 | [
"Libpng",
"Zlib"
] | null | null | null | /*
Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distribut... | 22.37931 | 105 | 0.555617 | [
"model"
] |
806583bc935ceb2c1c666c721f36aa2ef37d1858 | 1,178 | h | C | include/mana/graphics/utilities/modelcache.h | Zalrioth/Mana | 390ac73e424618a8c8ca76d4dd1af435a86e2aa6 | [
"MIT"
] | 2 | 2020-11-25T17:20:00.000Z | 2021-03-17T09:39:16.000Z | include/mana/graphics/utilities/modelcache.h | nickbedner/mana | 390ac73e424618a8c8ca76d4dd1af435a86e2aa6 | [
"MIT"
] | 3 | 2021-03-18T00:06:01.000Z | 2021-11-06T02:44:17.000Z | include/mana/graphics/utilities/modelcache.h | Zalrioth/Mana | 390ac73e424618a8c8ca76d4dd1af435a86e2aa6 | [
"MIT"
] | 1 | 2021-01-15T08:10:14.000Z | 2021-01-15T08:10:14.000Z | #pragma once
#ifndef MODEL_CACHE_H
#define MODEL_CACHE_H
#include "mana/core/memoryallocator.h"
//
#include <mana/core/gpuapi.h>
#include <stdarg.h>
#include "mana/core/vulkancore.h"
#include "mana/graphics/entities/model.h"
#include "mana/graphics/graphicscommon.h"
#include "mana/graphics/render/vulkanrenderer.h"
#i... | 35.69697 | 104 | 0.79966 | [
"mesh",
"render",
"model"
] |
806d1ff9db2b9d37af1c78ce230b894bf2612192 | 1,811 | c | C | core/sys/io/arch/pc32/io.c | asllop/AppOS | 32f4709db44e01717b3e60ef06ba05b87e7f75eb | [
"MIT"
] | 5 | 2017-11-04T17:22:07.000Z | 2020-05-09T14:15:45.000Z | core/sys/io/arch/pc32/io.c | asllop/AppOS | 32f4709db44e01717b3e60ef06ba05b87e7f75eb | [
"MIT"
] | null | null | null | core/sys/io/arch/pc32/io.c | asllop/AppOS | 32f4709db44e01717b3e60ef06ba05b87e7f75eb | [
"MIT"
] | 1 | 2021-06-25T17:31:00.000Z | 2021-06-25T17:31:00.000Z | #include <sys/io/arch/pc32/io.h>
#include <mem/arch/pc32/mem_arch.h>
#include <sys/sys.h>
extern void empty_int_isr();
extern void bad_thing_isr();
// Init PIC1 and PIC2 (Programmable Interrupt Controllers)
void init_pics()
{
unsigned char pic1 = PIC1_IRQ_BASE;
unsigned char pic2 = PIC2_IRQ_BASE;
/* ... | 21.559524 | 61 | 0.611817 | [
"vector"
] |
808212c74f3a7d56dbfa486bc114f0fe0843820a | 3,282 | h | C | HLT/TRD/AliHLTTRDCalibFitComponent.h | AllaMaevskaya/AliRoot | c53712645bf1c7d5f565b0d3228e3a6b9b09011a | [
"BSD-3-Clause"
] | null | null | null | HLT/TRD/AliHLTTRDCalibFitComponent.h | AllaMaevskaya/AliRoot | c53712645bf1c7d5f565b0d3228e3a6b9b09011a | [
"BSD-3-Clause"
] | 2 | 2016-11-25T08:40:56.000Z | 2019-10-11T12:29:29.000Z | HLT/TRD/AliHLTTRDCalibFitComponent.h | AllaMaevskaya/AliRoot | c53712645bf1c7d5f565b0d3228e3a6b9b09011a | [
"BSD-3-Clause"
] | null | null | null | //-*- Mode: C++ -*-
// $Id: AliHLTTRDCalibFitComponent.h 40269 2010-04-08 22:08:53Z richterm $
#ifndef ALIHLTTRDCALIBFITCOMPONENT_H
#define ALIHLTTRDCALIBFITCOMPONENT_H
//* This file is property of and copyright by the ALICE HLT Project *
//* ALICE Experiment at CERN, All rights reserved. ... | 35.673913 | 122 | 0.743144 | [
"vector"
] |
80a09f9102dd316228839ef378b7cb12fe5ef5d6 | 70,460 | c | C | tools/server-side/fsfs-stats.c | ruchirarya/svn | 81502a213251c2af21361a942bd9a8cd7d3adb9f | [
"Apache-2.0"
] | 7 | 2018-01-18T06:13:21.000Z | 2020-07-09T03:46:16.000Z | depe/subversion/tools/server-side/fsfs-stats.c | louis-tru/TouchCode2 | 91c182aeaa37fba16e381ea749d32906dab1aeea | [
"BSD-3-Clause-Clear"
] | 4 | 2015-01-12T22:23:41.000Z | 2015-01-12T22:33:52.000Z | src/subversion/tools/server-side/fsfs-stats.c | schwern/alien-svn | 7423b08f9bc4fdf0ac0d7ea53495269b21b3e8f9 | [
"Apache-2.0"
] | 1 | 2020-11-04T07:19:37.000Z | 2020-11-04T07:19:37.000Z | /* fsfs-stats.c -- gather size statistics on FSFS repositories
*
* ====================================================================
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional in... | 32.291476 | 101 | 0.635481 | [
"object"
] |
80a3c5d0aedd4462697e73585dfdacfc77f5e6f4 | 6,471 | h | C | pwiz_mzdb/mzdb/writer/dda_consumer.h | edyp-lab/pwiz-mzdb | d13ce17f4061596c7e3daf9cf5671167b5996831 | [
"Apache-2.0"
] | 11 | 2015-01-08T08:33:44.000Z | 2019-07-12T06:14:54.000Z | pwiz_mzdb/mzdb/writer/dda_consumer.h | edyp-lab/pwiz-mzdb | d13ce17f4061596c7e3daf9cf5671167b5996831 | [
"Apache-2.0"
] | 61 | 2015-05-27T11:20:11.000Z | 2019-12-20T15:06:21.000Z | pwiz_mzdb/mzdb/writer/dda_consumer.h | edyp-lab/pwiz-mzdb | d13ce17f4061596c7e3daf9cf5671167b5996831 | [
"Apache-2.0"
] | 4 | 2016-02-03T09:41:16.000Z | 2021-08-01T18:42:36.000Z | /*
* Copyright 2014 CNRS.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writi... | 37.842105 | 142 | 0.608716 | [
"vector"
] |
80a444da230b77ced5a99b4579a9da1ead044d6e | 2,873 | h | C | cryptohome/auth_session_manager.h | Toromino/chromiumos-platform2 | 97e6ba18f0e5ab6723f3448a66f82c1a07538d87 | [
"BSD-3-Clause"
] | null | null | null | cryptohome/auth_session_manager.h | Toromino/chromiumos-platform2 | 97e6ba18f0e5ab6723f3448a66f82c1a07538d87 | [
"BSD-3-Clause"
] | null | null | null | cryptohome/auth_session_manager.h | Toromino/chromiumos-platform2 | 97e6ba18f0e5ab6723f3448a66f82c1a07538d87 | [
"BSD-3-Clause"
] | null | null | null | // Copyright 2021 The Chromium OS 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 CRYPTOHOME_AUTH_SESSION_MANAGER_H_
#define CRYPTOHOME_AUTH_SESSION_MANAGER_H_
#include <map>
#include <memory>
#include <string>
#include <ba... | 35.469136 | 80 | 0.777236 | [
"object"
] |
80af241c26aed37bafa63648c9e07cddea65cd4b | 17,016 | c | C | src/main.c | freifunk-gluon/l3roamd | 7c8bceda7b89aa2b7b126f18e92c0ae98c9caebd | [
"BSD-2-Clause"
] | 12 | 2017-03-24T12:06:00.000Z | 2020-08-14T19:04:12.000Z | src/main.c | freifunk-gluon/l3roamd | 7c8bceda7b89aa2b7b126f18e92c0ae98c9caebd | [
"BSD-2-Clause"
] | 47 | 2017-02-19T11:53:29.000Z | 2020-08-18T18:17:01.000Z | src/main.c | freifunk-gluon/l3roamd | 7c8bceda7b89aa2b7b126f18e92c0ae98c9caebd | [
"BSD-2-Clause"
] | 9 | 2017-09-10T12:16:53.000Z | 2022-03-25T19:18:51.000Z | /*
* Copyright (c) 2015, Nils Schneider <nils@nilsschneider.net>
*
* This file is part of project l3roamd. It's copyrighted by the contributors
* recorded in the version control history of the file, available from
* its original location https://github.com/freifunk-gluon/l3roamd.
*
* SPDX-License-Identifier: BSD... | 32.166352 | 109 | 0.652797 | [
"mesh",
"vector"
] |
80c87bc2c6d255e7876b8d0c679006e2da56f40f | 2,516 | h | C | src/tree/Node2.h | alecnunn/mud | 9e204e2dc65f4a8ab52da3d11e6a261ff279d353 | [
"Zlib"
] | 1 | 2019-03-28T20:45:32.000Z | 2019-03-28T20:45:32.000Z | src/tree/Node2.h | alecnunn/mud | 9e204e2dc65f4a8ab52da3d11e6a261ff279d353 | [
"Zlib"
] | null | null | null | src/tree/Node2.h | alecnunn/mud | 9e204e2dc65f4a8ab52da3d11e6a261ff279d353 | [
"Zlib"
] | null | null | null | // Copyright (c) 2019 Hugo Amiard hugo.amiard@laposte.net
// This software is provided 'as-is' under the zlib License, see the LICENSE.txt file.
// This notice and the license may not be removed or altered from any source distribution.
#pragma once
#include <infra/Config.h>
#ifndef MUD_CPP_20
#include <vector>
#i... | 27.347826 | 268 | 0.687202 | [
"vector"
] |
80d943d994043a4691763e1a3dafef9abe5fc943 | 179 | h | C | src/Wallet/HardwareWallet/TxMutualInfo.h | ndcroos/GrinPlusPlus | a57d033d44d3b353ee4c436b98e4cfed8e1804f9 | [
"MIT"
] | null | null | null | src/Wallet/HardwareWallet/TxMutualInfo.h | ndcroos/GrinPlusPlus | a57d033d44d3b353ee4c436b98e4cfed8e1804f9 | [
"MIT"
] | null | null | null | src/Wallet/HardwareWallet/TxMutualInfo.h | ndcroos/GrinPlusPlus | a57d033d44d3b353ee4c436b98e4cfed8e1804f9 | [
"MIT"
] | null | null | null | #pragma once
namespace ledger {
struct TxMutualInfo {
std::vector<OutputDataEntity> inputs;
std::vector<OutputDataEntity> outputs;
//offset;
//kernelParameters;
}
} | 13.769231 | 40 | 0.715084 | [
"vector"
] |
80dfddf158eb5687d0ffe18d7b1a442f67edcfa3 | 350 | h | C | Source/EngineStd/Interfaces/Physics/IGamePhysics.h | vivienneanthony/MyForkEditor | 273e15ca3610b3d3b68fdf2efbac2ba1b3659e7f | [
"Apache-2.0"
] | 2 | 2015-12-30T00:32:09.000Z | 2016-02-27T14:50:06.000Z | Source/EngineStd/Interfaces/Physics/IGamePhysics.h | vivienneanthony/MyForkEditor | 273e15ca3610b3d3b68fdf2efbac2ba1b3659e7f | [
"Apache-2.0"
] | null | null | null | Source/EngineStd/Interfaces/Physics/IGamePhysics.h | vivienneanthony/MyForkEditor | 273e15ca3610b3d3b68fdf2efbac2ba1b3659e7f | [
"Apache-2.0"
] | null | null | null | #pragma once
class IGamePhysics : public Object
{
public:
IGamePhysics(Context* context);
virtual ~IGamePhysics();
// Initialiazation and Maintenance of the Physics World
virtual bool VInitialize() = 0;
virtual void VSyncVisibleScene() = 0;
virtual void VOnUpdate(float timeStep) = 0;
// Debugging
virtual voi... | 21.875 | 56 | 0.745714 | [
"object"
] |
80ec04cc56bc2744df13debc62e71ec971bdc323 | 809 | h | C | lib/parser/include/parser.h | UsatiyNyan/ledmusicreworkembedded | c41b7b5efdfa595111965ba5de1f5506792d90d0 | [
"Apache-2.0"
] | 3 | 2020-05-05T21:25:22.000Z | 2020-05-06T07:37:12.000Z | lib/parser/include/parser.h | UsatiyNyan/ledmusicreworkembedded | c41b7b5efdfa595111965ba5de1f5506792d90d0 | [
"Apache-2.0"
] | null | null | null | lib/parser/include/parser.h | UsatiyNyan/ledmusicreworkembedded | c41b7b5efdfa595111965ba5de1f5506792d90d0 | [
"Apache-2.0"
] | null | null | null | #ifndef __LIB_UART__
#define __LIB_UART__
#include "serial.h"
#include "config.h"
#include "job_thread.h"
#include "rgb.h"
#include "fixed_queue.h"
#include <string>
namespace parser {
class Parser : public executor::JobThread {
public:
explicit Parser(container::FixedQueue<clr::RGB> &rgb_queue, Config &config);... | 20.74359 | 80 | 0.690977 | [
"vector"
] |
a7eb88c763c7a326f5cfd51faedded019fcf5db9 | 1,442 | h | C | test/cnn/conv-layer-stride.h | Aayush-Ankit/dpe_emulate | a206f75a4b253cbca9c47ca775c8359b232f7495 | [
"MIT"
] | 33 | 2019-04-18T01:16:07.000Z | 2022-02-18T20:21:05.000Z | test/cnn/conv-layer-stride.h | Aayush-Ankit/dpe_emulate | a206f75a4b253cbca9c47ca775c8359b232f7495 | [
"MIT"
] | 26 | 2019-09-06T16:05:43.000Z | 2022-03-11T23:29:29.000Z | test/cnn/conv-layer-stride.h | Aayush-Ankit/dpe_emulate | a206f75a4b253cbca9c47ca775c8359b232f7495 | [
"MIT"
] | 35 | 2019-04-19T08:40:55.000Z | 2022-02-13T11:18:00.000Z | /*
* Copyright (c) 2019 IMPACT Research Group, University of Illinois.
* All rights reserved.
*
* This file is covered by the LICENSE.txt license file in the root directory.
*
*/
#ifndef _PUMA_TEST_CONV_LAYER_
#define _PUMA_TEST_CONV_LAYER_
#include "puma.h"
static ImagePixelStream conv_layer(Model model, s... | 45.0625 | 356 | 0.798197 | [
"model"
] |
a7fe6927d8b8fc687c9f2531c2a1fbcca80ded14 | 6,132 | h | C | bse/bsePhysics/Include/bseSAP.h | crisbia/bse | d549deda2761d301a67aa838743ec731c82e3c07 | [
"MIT"
] | null | null | null | bse/bsePhysics/Include/bseSAP.h | crisbia/bse | d549deda2761d301a67aa838743ec731c82e3c07 | [
"MIT"
] | 3 | 2021-12-02T12:52:35.000Z | 2021-12-19T20:37:35.000Z | bse/bsePhysics/Include/bseSAP.h | crisbia/bse | d549deda2761d301a67aa838743ec731c82e3c07 | [
"MIT"
] | null | null | null | #ifndef _BSE_SAP_H_INCLUDED
#define _BSE_SAP_H_INCLUDED
#include "bseCommons.h"
#include "bseTypes.h"
#include "bseAABB.h"
#include "bsePools.h"
#include "bsePhysicsTypes.h"
#include <vector>
#include <map>
namespace bse
{
namespace phx
{
class Shape;
class Scene;
//--------------------------... | 23.859922 | 120 | 0.581703 | [
"shape",
"vector"
] |
c50c526ac7033e0f9c1fa5b1e9c1401d7bd4877c | 879 | h | C | system/griditem.h | dnartz/PvZ-Emulator | 3954f36f4e0f22cee07d6a86003d3892f0938b8b | [
"BSD-2-Clause"
] | 1 | 2022-03-29T23:49:55.000Z | 2022-03-29T23:49:55.000Z | system/griditem.h | dnartz/PvZ-Emulator | 3954f36f4e0f22cee07d6a86003d3892f0938b8b | [
"BSD-2-Clause"
] | 2 | 2021-03-10T18:17:07.000Z | 2021-05-11T13:59:22.000Z | system/griditem.h | dnartz/PvZ-Emulator | 3954f36f4e0f22cee07d6a86003d3892f0938b8b | [
"BSD-2-Clause"
] | 1 | 2021-10-18T18:29:47.000Z | 2021-10-18T18:29:47.000Z | #pragma once
#include "object/scene.h"
#include "object/griditem.h"
#include "griditem_factory.h"
namespace pvz_emulator::system {
using namespace pvz_emulator::object;
class griditem {
object::scene& scene;
system::griditem_factory griditem_factory;
public:
griditem(object::scene& s): scene(s), gridite... | 21.975 | 66 | 0.516496 | [
"object"
] |
c5125cc6e23e83240d6eb2f04d17cf76272f9ff6 | 2,427 | h | C | CalibPPS/AlignmentRelative/interface/AlignmentAlgorithm.h | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 852 | 2015-01-11T21:03:51.000Z | 2022-03-25T21:14:00.000Z | CalibPPS/AlignmentRelative/interface/AlignmentAlgorithm.h | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 30,371 | 2015-01-02T00:14:40.000Z | 2022-03-31T23:26:05.000Z | CalibPPS/AlignmentRelative/interface/AlignmentAlgorithm.h | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 3,240 | 2015-01-02T05:53:18.000Z | 2022-03-31T17:24:21.000Z | /****************************************************************************
* Authors:
* Jan Kašpar (jan.kaspar@gmail.com)
****************************************************************************/
#ifndef CalibPPS_AlignmentRelative_AlignmentAlgorithm_h
#define CalibPPS_AlignmentRelative_AlignmentAlgorithm_h
... | 30.721519 | 101 | 0.698805 | [
"geometry",
"vector"
] |
c52fc2678185027bcd8989285a22731606b8b977 | 1,559 | h | C | FastContact/SuperBasics/ViewModelClass.h | YTYanK/FastContact | 8ce3630d9278dc552e5fb971c4aea6e7201468d3 | [
"Apache-2.0"
] | null | null | null | FastContact/SuperBasics/ViewModelClass.h | YTYanK/FastContact | 8ce3630d9278dc552e5fb971c4aea6e7201468d3 | [
"Apache-2.0"
] | null | null | null | FastContact/SuperBasics/ViewModelClass.h | YTYanK/FastContact | 8ce3630d9278dc552e5fb971c4aea6e7201468d3 | [
"Apache-2.0"
] | null | null | null | //
// ViewModelClass.h
// DataStatistics
//
// Created by Kang on 15/12/9.
// Copyright © 2015年 YTYangK. All rights reserved.
//
// 定义常量
extern NSString * const kFC_Code;
extern NSString * const kFC_Data;
extern NSString * const kFC_Msg;
#import <Foundation/Foundation.h>
@interface ViewModelClass : NSObject
@... | 29.415094 | 226 | 0.765876 | [
"model"
] |
c530edd7f24aa07288acd0bab4b7c3c37f764deb | 42,551 | h | C | src/net/bilstm-parallel-layer.h | zh794390558/eesen | 890c1394abc4beba06baf79eb8203a5c65d30eb8 | [
"Apache-2.0"
] | 798 | 2015-08-19T21:15:28.000Z | 2022-03-31T06:11:02.000Z | src/net/bilstm-parallel-layer.h | zh794390558/eesen | 890c1394abc4beba06baf79eb8203a5c65d30eb8 | [
"Apache-2.0"
] | 173 | 2015-10-19T16:24:48.000Z | 2021-08-23T11:39:54.000Z | src/net/bilstm-parallel-layer.h | zh794390558/eesen | 890c1394abc4beba06baf79eb8203a5c65d30eb8 | [
"Apache-2.0"
] | 293 | 2015-09-09T19:31:42.000Z | 2022-03-31T06:11:04.000Z | // net/bilstm-parallel-layer.h
// Copyright 2015 Yajie Miao
// See ../../COPYING for clarification regarding multiple 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
//
// htt... | 46.050866 | 162 | 0.662076 | [
"vector",
"model"
] |
c5320a41dbc7c858ff25b1ca21684956c44eaf2d | 2,540 | h | C | vecfield_ros/include/vecfield_ros/drone_class.h | adrianomcr/vecfield_lib | 116ef140ac688672a80c4f0e02148a00c29e12be | [
"MIT"
] | null | null | null | vecfield_ros/include/vecfield_ros/drone_class.h | adrianomcr/vecfield_lib | 116ef140ac688672a80c4f0e02148a00c29e12be | [
"MIT"
] | null | null | null | vecfield_ros/include/vecfield_ros/drone_class.h | adrianomcr/vecfield_lib | 116ef140ac688672a80c4f0e02148a00c29e12be | [
"MIT"
] | null | null | null | #include <eigen3/Eigen/Dense>
#include <eigen3/Eigen/Geometry>
#include <iostream>
#include <math.h>
#include "yaml-cpp/yaml.h"
#include <string.h>
#include <random> //used to simulate sensors
using namespace Eigen;
class parameters{
private:
YAML::Node node;
std::string file;
int n_par... | 16.178344 | 99 | 0.670472 | [
"geometry"
] |
c549cad6855abe6d40ad87246a0fd89e071640ae | 833 | h | C | BOSS/source/DFBB_BuildOrderSearchResults.h | koalarun/KoalaRunBot | 2c2093d26b1ca87a08731727a189f32297e9c6cd | [
"MIT"
] | null | null | null | BOSS/source/DFBB_BuildOrderSearchResults.h | koalarun/KoalaRunBot | 2c2093d26b1ca87a08731727a189f32297e9c6cd | [
"MIT"
] | null | null | null | BOSS/source/DFBB_BuildOrderSearchResults.h | koalarun/KoalaRunBot | 2c2093d26b1ca87a08731727a189f32297e9c6cd | [
"MIT"
] | null | null | null | #pragma once
#include "Common.h"
#include "ActionType.h"
#include "GameState.h"
#include "BuildOrder.h"
namespace BOSS {
class DFBB_BuildOrderSearchResults {
public:
BuildOrder buildOrder; // the build order
bool solved; // whether ot not a solution was found
bool timedOut; // did the search time-o... | 24.5 | 116 | 0.719088 | [
"vector"
] |
68e72778468d945a293a7ecf411dbd8b1bdfb9ce | 615 | h | C | Tga3D/Source/tga2dcore/tga2d/drawers/DebugPerformanceGraph.h | sarisman84/C-CommonUtilities | a3649c32232ec342c25b804001c16c295885ce0c | [
"MIT"
] | 1 | 2022-03-10T11:43:24.000Z | 2022-03-10T11:43:24.000Z | Tga3D/Source/tga2dcore/tga2d/drawers/DebugPerformanceGraph.h | sarisman84/C-CommonUtilities | a3649c32232ec342c25b804001c16c295885ce0c | [
"MIT"
] | null | null | null | Tga3D/Source/tga2dcore/tga2d/drawers/DebugPerformanceGraph.h | sarisman84/C-CommonUtilities | a3649c32232ec342c25b804001c16c295885ce0c | [
"MIT"
] | null | null | null | #pragma once
#include <vector>
#define DEBUG_PERFGRAPH_SAMPLES 500
namespace Tga2D
{
class Text;
class LinePrimitive;
class CustomShape;
class DebugDrawer;
class PerformanceGraph
{
public:
PerformanceGraph(DebugDrawer* aDrawer);
~PerformanceGraph(void);
void Init(Tga2D::Color& aBackgroundCo... | 21.206897 | 97 | 0.715447 | [
"render",
"vector"
] |
68e8130dee2855256b5b6e2717a99f3cedfac4a4 | 10,774 | h | C | workflow/scripts/remove_outlier_sequences-v0.9.5-dist/statistic_functions.h | ZFMK/TEnriAn | c6194a61972b60b18a9a53fbbd56473ff226ab25 | [
"MIT"
] | null | null | null | workflow/scripts/remove_outlier_sequences-v0.9.5-dist/statistic_functions.h | ZFMK/TEnriAn | c6194a61972b60b18a9a53fbbd56473ff226ab25 | [
"MIT"
] | null | null | null | workflow/scripts/remove_outlier_sequences-v0.9.5-dist/statistic_functions.h | ZFMK/TEnriAn | c6194a61972b60b18a9a53fbbd56473ff226ab25 | [
"MIT"
] | null | null | null | #ifndef STATISTIC_FUNCTIONS_H
#define STATISTIC_FUNCTIONS_H
#include <iostream>
#include <vector>
#include <map>
#include <cmath>
#include <cctype>
#include <iterator>
#include <cstdlib>
#include <algorithm>
#include <climits>
#define EPSS 0.00000000001;
#define macro_min(x,y) ((x)<(y) ? (x) : (y))
#define macro_m... | 23.219828 | 186 | 0.598292 | [
"vector"
] |
68ec0a3aed43abaee757c1287a9d050eab2b4247 | 2,342 | h | C | lib/LightArrayVector/LightArrayVector.h | henrybatt/Morph-2019 | 48c75c784435630e76ae0b331f140143432264b6 | [
"MIT"
] | null | null | null | lib/LightArrayVector/LightArrayVector.h | henrybatt/Morph-2019 | 48c75c784435630e76ae0b331f140143432264b6 | [
"MIT"
] | null | null | null | lib/LightArrayVector/LightArrayVector.h | henrybatt/Morph-2019 | 48c75c784435630e76ae0b331f140143432264b6 | [
"MIT"
] | null | null | null | #ifndef LIGHT_ARRAY_VECTOR_H
#define LIGHT_ARRAY_VECTOR_H
#include <Arduino.h>
#include <Common.h>
#include <Pins.h>
#include <Define.h>
#include <Debug.h>
#include <MoveData.h>
#include <LineData.h>
// Array of light sensors
class LightArrayVector {
public:
LightArrayVector() {}
// LineData lin... | 41.087719 | 299 | 0.650299 | [
"vector"
] |
68f5a691b482390886d7281a90c8b4035af6f032 | 681 | h | C | long.h | johneh/cv8worker | fc4c3eb636016b29d86bd0a5556b2b87bc30e2a3 | [
"MIT"
] | null | null | null | long.h | johneh/cv8worker | fc4c3eb636016b29d86bd0a5556b2b87bc30e2a3 | [
"MIT"
] | null | null | null | long.h | johneh/cv8worker | fc4c3eb636016b29d86bd0a5556b2b87bc30e2a3 | [
"MIT"
] | null | null | null | extern "C" {
typedef struct {
union {
int64_t i64;
uint64_t u64;
#if __BYTE_ORDER == __BIG_ENDIAN
struct { int32_t high; int32_t low; };
struct { uint32_t uhigh; uint32_t ulow; };
#else
struct { int32_t low; int32_t high; };
struct { uint32_t ulow; uint32_t uhigh; };... | 27.24 | 70 | 0.657856 | [
"object"
] |
68f6fa7dc19a5b5dcf7194da75864bd7248302e6 | 2,657 | h | C | lib/QuickVFL/QuickVFL/src/UIView+constraint.h | Sody666/QuickVFL | b7d86136bcb91719dca68325cd03a5b6803f26fd | [
"MIT"
] | null | null | null | lib/QuickVFL/QuickVFL/src/UIView+constraint.h | Sody666/QuickVFL | b7d86136bcb91719dca68325cd03a5b6803f26fd | [
"MIT"
] | null | null | null | lib/QuickVFL/QuickVFL/src/UIView+constraint.h | Sody666/QuickVFL | b7d86136bcb91719dca68325cd03a5b6803f26fd | [
"MIT"
] | null | null | null | //
// UIView+constraint.h
// Quick VFL
//
// Created by Sou Dai on 16/9/21.
// Copyright © 2016 Sou Dai. All rights reserved.
//
#import <UIKit/UIKit.h>
#define QUICK_SUBVIEW(super, subviewClass) ([super q_addAutolayoutSubviewByClass:[subviewClass class]])
extern BOOL enableVFLDebug;
@interface UIView(constrain... | 26.04902 | 103 | 0.698532 | [
"shape"
] |
ec063269c736dfde4cc2966ef226de809c74b741 | 983 | h | C | common/multi_layer_net.h | chgzm/deep-learning-from-scratch-c | ff0a135c5de6c8fdb788e73e984f5fcdb093d711 | [
"MIT"
] | 7 | 2021-08-29T15:15:26.000Z | 2022-03-10T08:38:52.000Z | common/multi_layer_net.h | chgzm/deep-learning-from-scratch-c | ff0a135c5de6c8fdb788e73e984f5fcdb093d711 | [
"MIT"
] | null | null | null | common/multi_layer_net.h | chgzm/deep-learning-from-scratch-c | ff0a135c5de6c8fdb788e73e984f5fcdb093d711 | [
"MIT"
] | 1 | 2022-02-17T10:14:53.000Z | 2022-02-17T10:14:53.000Z | #ifndef MULTILAYERNET_H
#define MULTILAYERNET_H
#include "matrix.h"
#include "layer.h"
typedef struct MultiLayerNet MultiLayerNet;
struct MultiLayerNet {
Matrix** W;
Vector** b;
Affine** A;
Relu** R;
SoftmaxWithLoss* S;
int input_size;
int hidden_size;
... | 22.860465 | 102 | 0.698881 | [
"vector"
] |
ec18bfd610090be44f96f7a5b9bf1b21d49eb0cb | 487 | h | C | modules/aos/include/geometry/MeshFilters.h | Omnirobotic/godot | d50b5d047bbf6c68fc458c1ad097321ca627185d | [
"CC-BY-3.0",
"Apache-2.0",
"MIT"
] | null | null | null | modules/aos/include/geometry/MeshFilters.h | Omnirobotic/godot | d50b5d047bbf6c68fc458c1ad097321ca627185d | [
"CC-BY-3.0",
"Apache-2.0",
"MIT"
] | 3 | 2019-11-14T12:20:06.000Z | 2020-08-07T13:51:10.000Z | modules/aos/include/geometry/MeshFilters.h | Omnirobotic/godot | d50b5d047bbf6c68fc458c1ad097321ca627185d | [
"CC-BY-3.0",
"Apache-2.0",
"MIT"
] | null | null | null | //MeshFilters.h
#pragma once
#include "Topology/TopoMesh.h"
namespace Omni
{
namespace Geometry
{
namespace Mesh
{
void SmoothMeshWithNeighborVertices(TopoMesh& inMesh, float lambda);
void SmoothMeshWithNeighborVertices(TopoMesh& inMesh, float lambda, int nbSmoothIteration);
void MeshN... | 25.631579 | 104 | 0.74538 | [
"mesh",
"geometry"
] |
ec296f842f460694ecb3709437aa391c23ac7c1d | 4,602 | h | C | Sylio/Player.h | sylwow/Sylio | 77f252090f2da53770d7151730a2e1e6d1074cc7 | [
"MIT"
] | null | null | null | Sylio/Player.h | sylwow/Sylio | 77f252090f2da53770d7151730a2e1e6d1074cc7 | [
"MIT"
] | null | null | null | Sylio/Player.h | sylwow/Sylio | 77f252090f2da53770d7151730a2e1e6d1074cc7 | [
"MIT"
] | null | null | null | #pragma once
#include <SFML/Graphics.hpp>
#include "Trace.h"
#include "settings.h"
#include<random>
#include <array>
#include "Boost.h"
extern Settings setting;
class Player
{
private:
friend class Boost;
friend class SpeedUp;
friend class SlowDown;
friend class GrowUp;
friend class Shrink;
friend class LockLef... | 30.68 | 229 | 0.712734 | [
"vector"
] |
ec2e07b56f4e9bc48df0c6b8be5980c7f87db847 | 2,723 | h | C | src/include/graph.h | ramachaitanyak/graph-query-engine | b7ff23675886bd49b1a42d21c494cd7b20c8a136 | [
"MIT"
] | null | null | null | src/include/graph.h | ramachaitanyak/graph-query-engine | b7ff23675886bd49b1a42d21c494cd7b20c8a136 | [
"MIT"
] | null | null | null | src/include/graph.h | ramachaitanyak/graph-query-engine | b7ff23675886bd49b1a42d21c494cd7b20c8a136 | [
"MIT"
] | null | null | null | #pragma once
#include <map>
#include <vector>
#include <functional>
#include <string>
#include <mutex>
#ifdef BAZEL_BUILD
#include "protos/graph.grpc.pb.h"
#else
#include "graph.grpc.pb.h"
#endif
using graph::Request;
namespace GraphQueryEngine {
class Graph {
public:
Graph(int nodes, std::vector<std::vector... | 28.663158 | 84 | 0.675725 | [
"vector"
] |
ec39e856d19abda35762233fe9f56073d9efc6a9 | 1,689 | h | C | src/runtime/directx/directx_common.h | wenxcs/tvm | bcbf4f9b1ddc4326364a3aa2fc82aaf4df8d53e8 | [
"Apache-2.0"
] | null | null | null | src/runtime/directx/directx_common.h | wenxcs/tvm | bcbf4f9b1ddc4326364a3aa2fc82aaf4df8d53e8 | [
"Apache-2.0"
] | null | null | null | src/runtime/directx/directx_common.h | wenxcs/tvm | bcbf4f9b1ddc4326364a3aa2fc82aaf4df8d53e8 | [
"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 ... | 31.867925 | 85 | 0.758437 | [
"vector"
] |
ec45127e8c4612c4678cd1f35b0ace79fe6ef1a6 | 6,386 | h | C | MMOCoreORB/src/server/zone/managers/mission/spawnmaps/CitySpawnMap.h | V-Fib/FlurryClone | 40e0ca7245ec31b3815eb6459329fd9e70f88936 | [
"Zlib",
"OpenSSL"
] | 18 | 2017-02-09T15:36:05.000Z | 2021-12-21T04:22:15.000Z | MMOCoreORB/src/server/zone/managers/mission/spawnmaps/CitySpawnMap.h | V-Fib/FlurryClone | 40e0ca7245ec31b3815eb6459329fd9e70f88936 | [
"Zlib",
"OpenSSL"
] | 61 | 2016-12-30T21:51:10.000Z | 2021-12-10T20:25:56.000Z | MMOCoreORB/src/server/zone/managers/mission/spawnmaps/CitySpawnMap.h | V-Fib/FlurryClone | 40e0ca7245ec31b3815eb6459329fd9e70f88936 | [
"Zlib",
"OpenSSL"
] | 71 | 2017-01-01T05:34:38.000Z | 2022-03-29T01:04:00.000Z | /*
Copyright <SWGEmu>
See file COPYING for copying conditions.*/
#ifndef CITYSPAWNMAP_H_
#define CITYSPAWNMAP_H_
#include "NpcSpawnPoint.h"
namespace server {
namespace zone {
namespace managers {
namespace mission {
namespace spawnmaps {
/**
* Container for all spawn points in a city and function to find a ... | 29.428571 | 153 | 0.705763 | [
"object",
"vector"
] |
ec4999b940cef1aeae5695aab345f354146c028b | 6,621 | c | C | diane_c/dc_regul.c | jlprieur/deconv | 027324b50a152f201c4c2485648617cac9a53260 | [
"MIT"
] | null | null | null | diane_c/dc_regul.c | jlprieur/deconv | 027324b50a152f201c4c2485648617cac9a53260 | [
"MIT"
] | null | null | null | diane_c/dc_regul.c | jlprieur/deconv | 027324b50a152f201c4c2485648617cac9a53260 | [
"MIT"
] | null | null | null | /******************************************************************************
*
* PROGRAM: diane_regul
*
* PURPOSE: compute interpolati... | 27.702929 | 128 | 0.558375 | [
"object"
] |
57acc3730d68d4ba46df3143b22e640614967ddb | 3,194 | h | C | Include/Vulkan/RenderControl/Pipelines/VKDeferredPipelines.h | StavrosBizelis/NetworkDistributedDeferredShading | 07c03ce9b13bb5adb164cd4321b2bba284e49b4d | [
"MIT"
] | null | null | null | Include/Vulkan/RenderControl/Pipelines/VKDeferredPipelines.h | StavrosBizelis/NetworkDistributedDeferredShading | 07c03ce9b13bb5adb164cd4321b2bba284e49b4d | [
"MIT"
] | null | null | null | Include/Vulkan/RenderControl/Pipelines/VKDeferredPipelines.h | StavrosBizelis/NetworkDistributedDeferredShading | 07c03ce9b13bb5adb164cd4321b2bba284e49b4d | [
"MIT"
] | null | null | null | #pragma once
#include "Vulkan/RenderControl/Pipelines/VKPipeline.h"
class VKGeometryPassPipeline : public VKPipeline
{
unsigned int m_inSamplersCount;
public :
VKGeometryPassPipeline(const std::shared_ptr<VulkanLogicalDeviceManager>& a_logicalDevice, VkRenderPass a_renderPass,
const s... | 59.148148 | 183 | 0.759862 | [
"vector"
] |
57b4f37ab4dda522def72ee833a0a4ad5d55fc21 | 2,267 | c | C | source/Main.c | SoftwareAG/cumulocity-xdk-agent | c9015d91afa1e4c82c2cbb40375d7dc64873d03b | [
"Apache-2.0"
] | 3 | 2019-09-09T15:05:31.000Z | 2019-12-05T07:25:33.000Z | source/Main.c | SoftwareAG/cumulocity-xdk-agent | c9015d91afa1e4c82c2cbb40375d7dc64873d03b | [
"Apache-2.0"
] | 1 | 2021-07-04T15:16:27.000Z | 2021-08-12T07:28:59.000Z | source/Main.c | SoftwareAG/cumulocity-xdk-agent | c9015d91afa1e4c82c2cbb40375d7dc64873d03b | [
"Apache-2.0"
] | 1 | 2021-08-19T08:48:41.000Z | 2021-08-19T08:48:41.000Z | /******************************************************************************
** COPYRIGHT (c) 2019 Software AG
**
** The use of this software is subject to the XDK SDK EULA
**
*******************************************************************************
**
** OBJECT NAME: Main.c
**
** DESCRIPTION: Source... | 30.226667 | 187 | 0.589325 | [
"object"
] |
57bec954c12bba60ce8436e2be6a1219319f3b13 | 2,603 | h | C | mwclient/site_info.h | orlodrim/orlodrimbot | 7d66e4e29d31338e394c8cb90aaad5d0f76ee4b3 | [
"MIT"
] | 2 | 2020-12-14T17:42:36.000Z | 2021-01-27T22:15:15.000Z | mwclient/site_info.h | orlodrim/orlodrimbot | 7d66e4e29d31338e394c8cb90aaad5d0f76ee4b3 | [
"MIT"
] | null | null | null | mwclient/site_info.h | orlodrim/orlodrimbot | 7d66e4e29d31338e394c8cb90aaad5d0f76ee4b3 | [
"MIT"
] | 1 | 2021-01-03T18:20:53.000Z | 2021-01-03T18:20:53.000Z | #ifndef MWC_SITE_INFO_H
#define MWC_SITE_INFO_H
#include <map>
#include <string>
#include <utility>
#include <vector>
#include "cbl/json.h"
namespace mwc {
enum NamespaceNumber {
NS_MAIN = 0,
NS_TALK = 1,
NS_USER = 2,
NS_USER_TALK = 3,
NS_PROJECT = 4,
NS_PROJECT_TALK = 5,
NS_FILE = 6,
NS_FILE_TALK = ... | 27.989247 | 113 | 0.709566 | [
"object",
"vector"
] |
57f4eede5916f3df22efc3617a9d5f76f2781b38 | 4,699 | h | C | src/monosat/dgl/NaiveDynamicConnectivity.h | yasoob/monosat | 8a210240191e99807700188537f89177e150de4a | [
"MIT"
] | 93 | 2015-03-03T01:10:55.000Z | 2022-02-01T08:41:19.000Z | src/monosat/dgl/NaiveDynamicConnectivity.h | yasoob/monosat | 8a210240191e99807700188537f89177e150de4a | [
"MIT"
] | 29 | 2015-07-31T04:41:47.000Z | 2022-03-07T17:33:14.000Z | src/monosat/dgl/NaiveDynamicConnectivity.h | yasoob/monosat | 8a210240191e99807700188537f89177e150de4a | [
"MIT"
] | 38 | 2015-07-29T22:31:03.000Z | 2022-02-12T03:56:24.000Z | /**************************************************************************************************
The MIT License (MIT)
Copyright (c) 2014, Sam Bayless
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 th... | 29.186335 | 100 | 0.531602 | [
"vector"
] |
52022da6d101814696d54dde018a2c094eb8c5a0 | 2,542 | h | C | todd/src/Enemy.h | madd-games/todd-rpg | c28dd5dbaaa51b0e1ba0c3c85868e366853f9a96 | [
"Unlicense"
] | 1 | 2016-11-14T11:31:23.000Z | 2016-11-14T11:31:23.000Z | todd/src/Enemy.h | madd-games/todd-rpg | c28dd5dbaaa51b0e1ba0c3c85868e366853f9a96 | [
"Unlicense"
] | null | null | null | todd/src/Enemy.h | madd-games/todd-rpg | c28dd5dbaaa51b0e1ba0c3c85868e366853f9a96 | [
"Unlicense"
] | null | null | null | /*
===============================================================================================
Todd RPG
Copyright (c) 2014-2016, Madd Games.
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... | 29.905882 | 98 | 0.695515 | [
"vector"
] |
d5959828fa447d1047f6d58f9e672f431bddd9ac | 3,937 | c | C | kernel/arch/pic.c | lazear/baremetal | ecbd9dc196931e44f33be10cfb1d563b3573664c | [
"MIT"
] | 1 | 2016-10-28T15:51:57.000Z | 2016-10-28T15:51:57.000Z | kernel/arch/pic.c | lazear/crunchy | ecbd9dc196931e44f33be10cfb1d563b3573664c | [
"MIT"
] | 1 | 2016-08-10T06:20:38.000Z | 2016-08-12T07:57:46.000Z | kernel/arch/pic.c | lazear/baremetal | ecbd9dc196931e44f33be10cfb1d563b3573664c | [
"MIT"
] | null | null | null | /*
pic.c
===============================================================================
MIT License
Copyright (c) 2007-2016 Michael Lazear
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 ... | 32.00813 | 80 | 0.622047 | [
"vector"
] |
d5a05ae0f5819f7b467d7c30f93203af69535dae | 5,564 | h | C | src/TundraCore/Debug/DebugHud.h | realXtend/tundra-urho3d | 436d41c3e3dd1a9b629703ee76fd0ef2ee212ef8 | [
"Apache-2.0"
] | 13 | 2015-02-25T02:42:38.000Z | 2018-07-31T11:40:56.000Z | src/TundraCore/Debug/DebugHud.h | realXtend/tundra-urho3d | 436d41c3e3dd1a9b629703ee76fd0ef2ee212ef8 | [
"Apache-2.0"
] | 8 | 2015-02-12T22:27:05.000Z | 2017-01-21T15:59:17.000Z | src/TundraCore/Debug/DebugHud.h | realXtend/tundra-urho3d | 436d41c3e3dd1a9b629703ee76fd0ef2ee212ef8 | [
"Apache-2.0"
] | 12 | 2015-03-25T21:10:50.000Z | 2019-04-10T09:03:10.000Z | /// Class copied from the Urho3D project. Modified for Tundra use.
//
// Copyright (c) 2008-2014 the Urho3D project.
//
// 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... | 32.348837 | 84 | 0.724299 | [
"geometry",
"object",
"vector",
"3d"
] |
d5a3f31e5bd4f9160e386bcd9de9fe99b4039aba | 1,119 | h | C | src/widgets/HexEditor.h | netromdk/dispar | 26e513f9e5e6144d9ecb3ebeb1def29c577431fa | [
"MIT"
] | 20 | 2017-11-10T01:45:54.000Z | 2021-11-08T11:26:33.000Z | src/widgets/HexEditor.h | netromdk/dispar | 26e513f9e5e6144d9ecb3ebeb1def29c577431fa | [
"MIT"
] | 30 | 2017-11-09T21:13:40.000Z | 2021-11-20T17:26:33.000Z | src/widgets/HexEditor.h | netromdk/dispar | 26e513f9e5e6144d9ecb3ebeb1def29c577431fa | [
"MIT"
] | 6 | 2017-11-10T02:15:16.000Z | 2022-01-15T08:43:42.000Z | #ifndef SRC_WIDGETS_HEXEDITOR_H
#define SRC_WIDGETS_HEXEDITOR_H
#include <QDateTime>
#include <QDialog>
#include <QPointer>
#include "BinaryObject.h"
#include "Section.h"
class QLabel;
class QProgressDialog;
namespace dispar {
class HexEdit;
class HexEditor : public QDialog {
public:
HexEditor(Section *section,... | 18.966102 | 79 | 0.74084 | [
"object"
] |
d5abc7b483c336597dd24138b3d9b339bea78061 | 22,163 | c | C | thefbi/vxplugin.c | bluedump/BHO | 4ffead78823c4d655f05b0bc84cdb3c71ff4a1b2 | [
"Apache-2.0"
] | 1 | 2020-11-10T04:01:03.000Z | 2020-11-10T04:01:03.000Z | thefbi/vxplugin.c | bluedump/BHO | 4ffead78823c4d655f05b0bc84cdb3c71ff4a1b2 | [
"Apache-2.0"
] | null | null | null | thefbi/vxplugin.c | bluedump/BHO | 4ffead78823c4d655f05b0bc84cdb3c71ff4a1b2 | [
"Apache-2.0"
] | null | null | null | /***************************************************************************
* Copyright (C) 2005 by Neil Graham *
* lerc@screamingduck.com *
* *
****************simple***********************************************************/
#inclu... | 30.696676 | 148 | 0.728737 | [
"object"
] |
d5abccbb4675f0add659e55f4ab2b59183c43cf0 | 172,090 | c | C | base/ntsetup/winnt32/dll/wizard.c | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | base/ntsetup/winnt32/dll/wizard.c | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | base/ntsetup/winnt32/dll/wizard.c | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | #include "precomp.h"
#pragma hdrstop
#ifndef ARRAYSIZE
#define ARRAYSIZE(x) (sizeof(x)/sizeof((x)[0]))
#endif
typedef struct
{
WORD wDlgVer;
WORD wSignature;
DWORD dwHelpID;
DWORD dwExStyle;
DWORD dwStyle;
WORD cDlgItems;
WORD x;
WORD y;
WORD... | 29.732205 | 186 | 0.488692 | [
"render"
] |
d5af00d3260a412eb30c019ba836cc89cbe55d5b | 3,326 | h | C | src/xray/render/common/sources/res_texture.h | ixray-team/ixray-2.0 | 85c3a544175842323fc82f42efd96c66f0fc5abb | [
"Linux-OpenIB"
] | 3 | 2021-10-30T09:36:14.000Z | 2022-03-26T17:00:06.000Z | src/xray/render/common/sources/res_texture.h | acidicMercury8/ixray-2.0 | 85c3a544175842323fc82f42efd96c66f0fc5abb | [
"Linux-OpenIB"
] | null | null | null | src/xray/render/common/sources/res_texture.h | acidicMercury8/ixray-2.0 | 85c3a544175842323fc82f42efd96c66f0fc5abb | [
"Linux-OpenIB"
] | 1 | 2022-03-26T17:00:08.000Z | 2022-03-26T17:00:08.000Z | ////////////////////////////////////////////////////////////////////////////
// Created : 07.02.2009
// Author : Mykhailo Parfeniuk
// Copyright (C) GSC Game World - 2009
////////////////////////////////////////////////////////////////////////////
#ifndef RES_TEXTURE_H_INCLUDED
# define RES_TEXTURE_H_INCLUDED... | 26.608 | 94 | 0.648527 | [
"render",
"vector"
] |
d5b45d3d85aff43c22880f3f71f5d4207b84f140 | 3,985 | h | C | src/DefaultTimeWarpEventContainer.h | wilseypa/warped | 8842cf88b11213b6b69e53de5e969c4e3c2c8bd5 | [
"MIT"
] | 12 | 2015-03-13T09:58:25.000Z | 2021-09-23T11:48:42.000Z | src/DefaultTimeWarpEventContainer.h | wilseypa/warped | 8842cf88b11213b6b69e53de5e969c4e3c2c8bd5 | [
"MIT"
] | 1 | 2015-12-09T05:21:44.000Z | 2015-12-17T19:37:12.000Z | src/DefaultTimeWarpEventContainer.h | wilseypa/warped | 8842cf88b11213b6b69e53de5e969c4e3c2c8bd5 | [
"MIT"
] | null | null | null | #ifndef DEFAULTTIMEWARPEVENTCONTAINER_H_
#define DEFAULTTIMEWARPEVENTCONTAINER_H_
#include <algorithm> // for sort
#include <deque> // for _Deque_iterator, operator-, etc
#include <iostream> // for endl, ostream
#include <vector> // f... | 29.087591 | 78 | 0.656964 | [
"object",
"vector"
] |
d5b5294363f92e14fb7b765c60406c6eab9193d8 | 3,169 | h | C | ios/OnTheWay/Pods/Headers/Public/YSCategorys/NSFileManager+YSKit.h | 1259416448/android | d95421e563a91b19fe8f499d46c613ecb89663f8 | [
"Unlicense"
] | null | null | null | ios/OnTheWay/Pods/Headers/Public/YSCategorys/NSFileManager+YSKit.h | 1259416448/android | d95421e563a91b19fe8f499d46c613ecb89663f8 | [
"Unlicense"
] | null | null | null | ios/OnTheWay/Pods/Headers/Public/YSCategorys/NSFileManager+YSKit.h | 1259416448/android | d95421e563a91b19fe8f499d46c613ecb89663f8 | [
"Unlicense"
] | 1 | 2019-09-28T02:01:12.000Z | 2019-09-28T02:01:12.000Z | /*!
NSFileManager extension
YSCategorys
Copyright (c) 2013-2014 YoungShook
https://github.com/youngshook/YSCategorys
The MIT License (MIT)
http://www.opensource.org/licenses/mit-license.php
*/
#import <Foundation/Foundation.h>
@interface NSFileManager (YSKit)
/** Get a NSURL object of the ... | 44.633803 | 316 | 0.760177 | [
"object"
] |
d5ba118068a1207a760e93b9b3a05299fbdaf9b8 | 6,615 | h | C | cpdp/include/tencentcloud/cpdp/v20190820/model/TransferDetailRequest.h | suluner/tencentcloud-sdk-cpp | a56c73cc3f488c4d1e10755704107bb15c5e000d | [
"Apache-2.0"
] | 43 | 2019-08-14T08:14:12.000Z | 2022-03-30T12:35:09.000Z | cpdp/include/tencentcloud/cpdp/v20190820/model/TransferDetailRequest.h | suluner/tencentcloud-sdk-cpp | a56c73cc3f488c4d1e10755704107bb15c5e000d | [
"Apache-2.0"
] | 12 | 2019-07-15T10:44:59.000Z | 2021-11-02T12:35:00.000Z | cpdp/include/tencentcloud/cpdp/v20190820/model/TransferDetailRequest.h | suluner/tencentcloud-sdk-cpp | a56c73cc3f488c4d1e10755704107bb15c5e000d | [
"Apache-2.0"
] | 28 | 2019-07-12T09:06:22.000Z | 2022-03-30T08:04:18.000Z | /*
* Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
... | 29.663677 | 116 | 0.502494 | [
"vector",
"model"
] |
d5dca132734ab2d7a08949ffeec0cd92a33da22d | 7,346 | h | C | dependencies/PyMesh/tools/tetgen/TetgenWrapper.h | aprieels/3D-watermarking-spectral-decomposition | dcab78857d0bb201563014e58900917545ed4673 | [
"MIT"
] | 5 | 2018-06-04T19:52:02.000Z | 2022-01-22T09:04:00.000Z | dependencies/PyMesh/tools/tetgen/TetgenWrapper.h | aprieels/3D-watermarking-spectral-decomposition | dcab78857d0bb201563014e58900917545ed4673 | [
"MIT"
] | null | null | null | dependencies/PyMesh/tools/tetgen/TetgenWrapper.h | aprieels/3D-watermarking-spectral-decomposition | dcab78857d0bb201563014e58900917545ed4673 | [
"MIT"
] | null | null | null | /* This file is part of PyMesh. Copyright (c) 2015 by Qingnan Zhou */
#pragma once
#include <string>
#include <tetgen.h>
#include <Core/EigenTypedef.h>
namespace PyMesh {
class Mesh;
class TetgenWrapper {
public:
/**
* Set input points.
*/
void set_points(const MatrixFr& points... | 34.327103 | 85 | 0.595154 | [
"mesh"
] |
d5dec00e39844d5131f94703784d19f664acdac3 | 15,020 | c | C | benchmarks/milc/milc_qcd-7.8.1/generic_clover/d_bicgilu_cl.c | mcopik/perf-taint | 16613b83f504c114a77f7a22d587c29ce52d7a4b | [
"BSD-3-Clause"
] | 2 | 2020-10-20T09:27:07.000Z | 2021-03-22T05:10:24.000Z | benchmarks/milc/milc_qcd-7.8.1/generic_clover/d_bicgilu_cl.c | spcl/perf-taint | 16613b83f504c114a77f7a22d587c29ce52d7a4b | [
"BSD-3-Clause"
] | 11 | 2021-06-03T08:55:28.000Z | 2022-01-20T19:38:29.000Z | benchmarks/milc/milc_qcd-7.8.1/generic_clover/d_bicgilu_cl.c | mcopik/perf-taint | 16613b83f504c114a77f7a22d587c29ce52d7a4b | [
"BSD-3-Clause"
] | 1 | 2020-12-05T09:53:50.000Z | 2020-12-05T09:53:50.000Z | /******* d_bicgilu_cl.c - BiCGstab-ILU for clover fermions ****/
/* MIMD version 7 */
/* Modifications:
7/18/01 calls dslash_special CD
1/24/00 combined with Schroedinger functional version - UMH
4/26/98 Moved parameters to structures CD
8/29/97 ANSI prototyping and added comments C. D.
Code created by... | 30.841889 | 91 | 0.619574 | [
"vector",
"transform"
] |
d5e090322a22ddcc1a896b4eba269fa2b848620d | 2,038 | h | C | common/op_verify_files/.inc/custom_common.h | huaweiatlasTest/AtkOps | 3b01a2c11b2134bffc5ba8c5f0c4dd33512a0089 | [
"BSD-3-Clause"
] | 1 | 2020-03-05T07:13:03.000Z | 2020-03-05T07:13:03.000Z | common/op_verify_files/.inc/custom_common.h | huaweiatlasTest/AtkOps | 3b01a2c11b2134bffc5ba8c5f0c4dd33512a0089 | [
"BSD-3-Clause"
] | null | null | null | common/op_verify_files/.inc/custom_common.h | huaweiatlasTest/AtkOps | 3b01a2c11b2134bffc5ba8c5f0c4dd33512a0089 | [
"BSD-3-Clause"
] | null | null | null | /*
* Copyright © Huawei Technologies Co., Ltd. 2012-2019. All rights reserved.
* Description: Definition of custom_commmon
*/
#ifndef CUSTOM_COMMON_H_
#define CUSTOM_COMMON_H_
#include "hiaiengine/engine.h"
#include "hiaiengine/data_type.h"
#include "hiaiengine/multitype_queue.h"
#include "hiaiengine/status.h"
#incl... | 23.159091 | 77 | 0.745339 | [
"vector"
] |
d5e5619ac72f94b4627706ebe9c95aef3aa24fcf | 1,156 | h | C | src/platform/default/DefaultIO.h | Kepler-Br/Vanadium | 6769a55b7af64af1da83792c1049f3c37df5681f | [
"MIT"
] | 1 | 2021-09-16T20:41:29.000Z | 2021-09-16T20:41:29.000Z | src/platform/default/DefaultIO.h | Kepler-Br/Vanadium | 6769a55b7af64af1da83792c1049f3c37df5681f | [
"MIT"
] | null | null | null | src/platform/default/DefaultIO.h | Kepler-Br/Vanadium | 6769a55b7af64af1da83792c1049f3c37df5681f | [
"MIT"
] | 1 | 2021-09-16T20:41:30.000Z | 2021-09-16T20:41:30.000Z | #pragma once
#include <fstream>
#include "core/IO.h"
namespace vanadium {
class DefaultIO : public IO {
protected:
bool _isFail = false;
public:
~DefaultIO() override = default;
bool fail() noexcept override;
std::vector<char> read(const std::string &path) noexcept override;
std::string readAsString(c... | 33.028571 | 71 | 0.736159 | [
"vector"
] |
d5f34f5f54b307c98489c7c6ce63f0abe9844715 | 1,622 | h | C | src/observable/specific_heat.h | cepellotti/phoebe | 3fa935b29c93aa15df89a2ab0fcea4d7a3c56502 | [
"MIT"
] | 30 | 2020-08-24T03:51:05.000Z | 2022-02-26T15:29:38.000Z | src/observable/specific_heat.h | cepellotti/phoebe | 3fa935b29c93aa15df89a2ab0fcea4d7a3c56502 | [
"MIT"
] | 43 | 2020-08-27T19:34:36.000Z | 2022-02-25T14:09:39.000Z | src/observable/specific_heat.h | cepellotti/phoebe | 3fa935b29c93aa15df89a2ab0fcea4d7a3c56502 | [
"MIT"
] | 10 | 2020-10-14T23:15:01.000Z | 2022-01-15T18:54:26.000Z | #ifndef SPECIFIC_HEAT_H
#define SPECIFIC_HEAT_H
#include "observable.h"
/** Class for computing and storing the specific heat of a crystal.
*/
class SpecificHeat : public Observable {
public:
/** Constructor method
* @param statisticsSweep: a StatisticsSweep object containing information
* on the temperature... | 29.490909 | 76 | 0.728113 | [
"object"
] |
411de2f8d0f0dad13d230fcc8a2e7092292dc79c | 344,839 | c | C | src/model/fms/base_fms/lib/FMS.c | xn365/FMT-Firmware | 99cf8ac7566236c0719044f67bd10a12a6df62ab | [
"Apache-2.0"
] | null | null | null | src/model/fms/base_fms/lib/FMS.c | xn365/FMT-Firmware | 99cf8ac7566236c0719044f67bd10a12a6df62ab | [
"Apache-2.0"
] | null | null | null | src/model/fms/base_fms/lib/FMS.c | xn365/FMT-Firmware | 99cf8ac7566236c0719044f67bd10a12a6df62ab | [
"Apache-2.0"
] | null | null | null | /*
* File: FMS.c
*
* Code generated for Simulink model 'FMS'.
*
* Model version : 1.1685
* Simulink Coder version : 9.0 (R2018b) 24-May-2018
* C/C++ source code generated on : Sun Mar 27 17:06:05 2022
*
* Target selection: ert.tlc
* Embedded hardware selection: ARM Compatible->ARM Cor... | 33.927489 | 103 | 0.570315 | [
"model"
] |
411fc371dadc2f7f3848449a2b4140dc1576fcf0 | 1,626 | h | C | src/include/enkf_struct.h | PSUmodeling/MM-PIHM-EnKF | 16a8b0760b13203936caa4ead3c2037c6354ddc8 | [
"MIT"
] | null | null | null | src/include/enkf_struct.h | PSUmodeling/MM-PIHM-EnKF | 16a8b0760b13203936caa4ead3c2037c6354ddc8 | [
"MIT"
] | null | null | null | src/include/enkf_struct.h | PSUmodeling/MM-PIHM-EnKF | 16a8b0760b13203936caa4ead3c2037c6354ddc8 | [
"MIT"
] | null | null | null | #ifndef ENKF_STRUCT_HEADER
#define ENKF_STRUCT_HEADER
typedef struct paramtbl_struct
{
int perturb;
int update;
double perturb_min;
double perturb_max;
double init_std;
double min;
double max;
int type;
... | 25.809524 | 77 | 0.552891 | [
"vector",
"model"
] |
4126a66caec809d1eeb399c9d00cac6ad0180d80 | 1,857 | h | C | tools/freebayes/src/GenotypePriors.h | benranco/test | 7cf9740108844da30dcc506e733015fd5dd76a05 | [
"MIT"
] | 452 | 2015-01-29T12:53:52.000Z | 2020-12-08T07:07:11.000Z | tools/freebayes/src/GenotypePriors.h | benranco/test | 7cf9740108844da30dcc506e733015fd5dd76a05 | [
"MIT"
] | 497 | 2015-01-03T17:47:38.000Z | 2020-12-09T21:55:02.000Z | tools/freebayes/src/GenotypePriors.h | benranco/test | 7cf9740108844da30dcc506e733015fd5dd76a05 | [
"MIT"
] | 235 | 2015-01-21T20:16:27.000Z | 2020-12-03T14:38:49.000Z | #ifndef __GENOTYPE_PRIORS_H
#define __GENOTYPE_PRIORS_H
#include <map>
#include "Allele.h"
#include "Genotype.h"
#include "Multinomial.h"
#include "CNV.h"
#include "Utility.h"
using namespace std;
map<Allele, int> countAlleles(vector<Genotype*>& genotypeCombo);
map<int, int> countFrequencies(vector<Genotype*>& genot... | 33.763636 | 106 | 0.716747 | [
"vector"
] |
412dd57e3cad2d00a3940cd8e6dcd7addad9c2b9 | 44,071 | h | C | android/spatialiteandroidlibrary/src/main/jni/geos-3.2.2/capi/geos_c.h | fedort/react-native-spatial | f12fe12c567ecb6c088a2b0cb9468c2f28d4cbba | [
"MIT"
] | null | null | null | android/spatialiteandroidlibrary/src/main/jni/geos-3.2.2/capi/geos_c.h | fedort/react-native-spatial | f12fe12c567ecb6c088a2b0cb9468c2f28d4cbba | [
"MIT"
] | null | null | null | android/spatialiteandroidlibrary/src/main/jni/geos-3.2.2/capi/geos_c.h | fedort/react-native-spatial | f12fe12c567ecb6c088a2b0cb9468c2f28d4cbba | [
"MIT"
] | 1 | 2021-01-13T17:59:17.000Z | 2021-01-13T17:59:17.000Z | /************************************************************************
*
* $Id: geos_c.h.in 2975 2010-04-17 21:55:53Z strk $
*
* C-Wrapper for GEOS library
*
* Copyright (C) 2005 Refractions Research Inc.
*
* This is free software; you can redistribute and/or modify it under
* the terms of the GNU Lesser Ge... | 45.108495 | 115 | 0.591205 | [
"geometry",
"object",
"3d"
] |
413219c281de4dbbecda9315a922ba3e7d342d89 | 283 | h | C | aliyun-api-ram/2015-05-01/include/ali_ram_delete_role_types.h | zcy421593/aliyun-openapi-cpp-sdk | 8af0a59dedf303fa6c6911a61c356237fa6105a1 | [
"Apache-2.0"
] | 1 | 2015-11-28T16:46:56.000Z | 2015-11-28T16:46:56.000Z | aliyun-api-ram/2015-05-01/include/ali_ram_delete_role_types.h | zcy421593/aliyun-openapi-cpp-sdk | 8af0a59dedf303fa6c6911a61c356237fa6105a1 | [
"Apache-2.0"
] | null | null | null | aliyun-api-ram/2015-05-01/include/ali_ram_delete_role_types.h | zcy421593/aliyun-openapi-cpp-sdk | 8af0a59dedf303fa6c6911a61c356237fa6105a1 | [
"Apache-2.0"
] | null | null | null | #ifndef ALI_RAM_DELETE_ROLE_TYPESH
#define ALI_RAM_DELETE_ROLE_TYPESH
#include <stdio.h>
#include <string>
#include <vector>
namespace aliyun {
struct RamDeleteRoleRequestType {
std::string role_name;
};
struct RamDeleteRoleResponseType {
};
} // end namespace
#endif
| 20.214286 | 35 | 0.756184 | [
"vector"
] |
413ac756eefdfbcf40a1fd5101747467d00c2e1d | 4,638 | h | C | Sharing/Src/Source/Common/Private/SyncArray.h | matthejo/MixedRealityToolkit | c97ace84cfc4cdf97044b35b568bd9182497497a | [
"MIT"
] | 300 | 2017-08-12T12:57:42.000Z | 2019-05-06T00:31:29.000Z | Sharing/Src/Source/Common/Private/SyncArray.h | matthejo/MixedRealityToolkit | c97ace84cfc4cdf97044b35b568bd9182497497a | [
"MIT"
] | 84 | 2017-08-14T11:03:37.000Z | 2019-04-24T22:59:59.000Z | Sharing/Src/Source/Common/Private/SyncArray.h | matthejo/MixedRealityToolkit | c97ace84cfc4cdf97044b35b568bd9182497497a | [
"MIT"
] | 114 | 2017-08-12T03:51:58.000Z | 2019-05-06T03:36:26.000Z | //////////////////////////////////////////////////////////////////////////
// SyncArray.h
//
// Copyright (C) 2016 Microsoft Corp. All Rights Reserved
//////////////////////////////////////////////////////////////////////////
#pragma once
#include "Syncable.h"
XTOOLS_NAMESPACE_BEGIN
class SyncArray : public Syncab... | 25.910615 | 113 | 0.690384 | [
"object",
"vector"
] |
4141ec0b343a21fdb7146eb7d4f4995de0bb0d4b | 17,418 | h | C | CondFormats/L1TObjects/interface/L1TMuonGlobalParams.h | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 852 | 2015-01-11T21:03:51.000Z | 2022-03-25T21:14:00.000Z | CondFormats/L1TObjects/interface/L1TMuonGlobalParams.h | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 30,371 | 2015-01-02T00:14:40.000Z | 2022-03-31T23:26:05.000Z | CondFormats/L1TObjects/interface/L1TMuonGlobalParams.h | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 3,240 | 2015-01-02T05:53:18.000Z | 2022-03-31T17:24:21.000Z | ///
/// \class L1TMuonGlobalParams
///
/// Description: Placeholder for MicroGMT parameters
///
/// Implementation:
///
/// \author: Thomas Reis
///
#ifndef L1TGMTParams_h
#define L1TGMTParams_h
#include <memory>
#include <iostream>
#include <vector>
#include "CondFormats/Serialization/interface/Serializable.h"
#inc... | 44.320611 | 181 | 0.702262 | [
"vector"
] |
414331056411a904851cb49ae2fa36a9828e9cd3 | 5,596 | h | C | src/dcc/cmd.h | GrieferAtWork/dcc | e70803aef1d7dc83ecedc6134c3e7902e6b6bbca | [
"Zlib"
] | 19 | 2017-08-27T16:27:44.000Z | 2021-12-02T21:17:17.000Z | src/dcc/cmd.h | GrieferAtWork/dcc | e70803aef1d7dc83ecedc6134c3e7902e6b6bbca | [
"Zlib"
] | null | null | null | src/dcc/cmd.h | GrieferAtWork/dcc | e70803aef1d7dc83ecedc6134c3e7902e6b6bbca | [
"Zlib"
] | 1 | 2022-02-17T18:51:21.000Z | 2022-02-17T18:51:21.000Z | /* Copyright (c) 2017 Griefer@Work *
* *
* This software is provided 'as-is', without any express or implied *
* warranty. In no event will the authors be held liable for any damages *
... | 44.062992 | 152 | 0.609364 | [
"vector"
] |
414cd5d738759c6cfbb9161ea97090b1b0a6cff3 | 5,324 | h | C | aws-cpp-sdk-sagemaker/include/aws/sagemaker/model/DeletePipelineRequest.h | perfectrecall/aws-sdk-cpp | fb8cbebf2fd62720b65aeff841ad2950e73d8ebd | [
"Apache-2.0"
] | 1 | 2022-02-10T08:06:54.000Z | 2022-02-10T08:06:54.000Z | aws-cpp-sdk-sagemaker/include/aws/sagemaker/model/DeletePipelineRequest.h | perfectrecall/aws-sdk-cpp | fb8cbebf2fd62720b65aeff841ad2950e73d8ebd | [
"Apache-2.0"
] | 1 | 2022-01-03T23:59:37.000Z | 2022-01-03T23:59:37.000Z | aws-cpp-sdk-sagemaker/include/aws/sagemaker/model/DeletePipelineRequest.h | ravindra-wagh/aws-sdk-cpp | 7d5ff01b3c3b872f31ca98fb4ce868cd01e97696 | [
"Apache-2.0"
] | 1 | 2021-11-09T11:58:03.000Z | 2021-11-09T11:58:03.000Z | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/sagemaker/SageMaker_EXPORTS.h>
#include <aws/sagemaker/SageMakerRequest.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <utility>
#include <aws/core/utils/UUID.... | 36.217687 | 142 | 0.697971 | [
"model"
] |
4155bd3e6cfd93c077a4cb5f056dd0799edc871b | 4,361 | h | C | Project22 -- DeepLearning Framework - BioMedical Named Entity Recognition copy/LibN3L/Windowlized.h | Vauke/Deep-Neural-Networks-HealthCare | a6e0cc9d44e06ab3b3f3a947c512ca25f3e17a14 | [
"MIT"
] | 2 | 2019-05-15T11:05:17.000Z | 2019-05-16T16:31:49.000Z | Project22 -- DeepLearning Framework - BioMedical Named Entity Recognition copy/LibN3L/Windowlized.h | Vauke/Deep-Neural-Networks-HealthCare | a6e0cc9d44e06ab3b3f3a947c512ca25f3e17a14 | [
"MIT"
] | 7 | 2020-09-26T01:27:55.000Z | 2022-01-13T03:14:02.000Z | Project22 -- DeepLearning Framework - BioMedical Named Entity Recognition copy/LibN3L/Windowlized.h | Vauke/Deep-Neural-Networks-HealthCare | a6e0cc9d44e06ab3b3f3a947c512ca25f3e17a14 | [
"MIT"
] | 2 | 2020-02-12T06:59:09.000Z | 2020-04-30T07:54:55.000Z | #ifndef WINDOWLIZED
#define WINDOWLIZED
#include "tensor.h"
#include "MyLib.h"
using namespace std;
using namespace mshadow;
using namespace mshadow::expr;
using namespace mshadow::utils;
template<typename xpu>
inline void windowlized(const vector<Tensor<xpu, 2, dtype> > &wi, vector<Tensor<xpu, 2, dtype> > &wo, in... | 27.427673 | 146 | 0.552167 | [
"vector"
] |
415cd581865ff0c78bfcc58f27cd299d24985e69 | 12,694 | c | C | usr.sbin/lpr/common_source/displayq.c | ArrogantWombatics/openbsd-src | 75721e1d44322953075b7c4b89337b163a395291 | [
"BSD-3-Clause"
] | 1 | 2019-02-16T13:29:23.000Z | 2019-02-16T13:29:23.000Z | usr.sbin/lpr/common_source/displayq.c | ArrogantWombatics/openbsd-src | 75721e1d44322953075b7c4b89337b163a395291 | [
"BSD-3-Clause"
] | 1 | 2018-08-21T03:56:33.000Z | 2018-08-21T03:56:33.000Z | usr.sbin/lpr/common_source/displayq.c | ArrogantWombatics/openbsd-src | 75721e1d44322953075b7c4b89337b163a395291 | [
"BSD-3-Clause"
] | null | null | null | /* $OpenBSD: displayq.c,v 1.39 2016/03/17 05:27:10 bentley Exp $ */
/* $NetBSD: displayq.c,v 1.21 2001/08/30 00:51:50 itojun Exp $ */
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modifica... | 23.727103 | 77 | 0.597605 | [
"3d"
] |
415db737e231eec3b5a0ca2dbe8c2e64b9bf1106 | 508 | h | C | ios/source/courses/skutarenko/iOSDevCourse-Objective-C/HW/iOSDev4401_CoreDataHW/iOSDev4401_CoreDataHW/Model/Entities/OLTVTeacher+CoreDataProperties.h | oltv00/knowledge | 25d9507d529c494e0d6d9c1d7f643d3249624b65 | [
"MIT"
] | null | null | null | ios/source/courses/skutarenko/iOSDevCourse-Objective-C/HW/iOSDev4401_CoreDataHW/iOSDev4401_CoreDataHW/Model/Entities/OLTVTeacher+CoreDataProperties.h | oltv00/knowledge | 25d9507d529c494e0d6d9c1d7f643d3249624b65 | [
"MIT"
] | null | null | null | ios/source/courses/skutarenko/iOSDevCourse-Objective-C/HW/iOSDev4401_CoreDataHW/iOSDev4401_CoreDataHW/Model/Entities/OLTVTeacher+CoreDataProperties.h | oltv00/knowledge | 25d9507d529c494e0d6d9c1d7f643d3249624b65 | [
"MIT"
] | null | null | null | //
// OLTVTeacher+CoreDataProperties.h
// iOSDev4401_CoreDataHW
//
// Created by Oleg Tverdokhleb on 26/05/16.
// Copyright © 2016 oltv00. All rights reserved.
//
// Choose "Create NSManagedObject Subclass…" from the Core Data editor menu
// to delete and recreate this implementation file for your updated model.
... | 22.086957 | 76 | 0.765748 | [
"model"
] |
4163892143997b113022e7357d5ecf28d017b5be | 975 | h | C | include/process.h | beaukinstler/CppND-System-Monitor | 9b62db4151da642807a15d6ff3ceccd5504a6262 | [
"MIT"
] | null | null | null | include/process.h | beaukinstler/CppND-System-Monitor | 9b62db4151da642807a15d6ff3ceccd5504a6262 | [
"MIT"
] | null | null | null | include/process.h | beaukinstler/CppND-System-Monitor | 9b62db4151da642807a15d6ff3ceccd5504a6262 | [
"MIT"
] | null | null | null | #ifndef PROCESS_H
#define PROCESS_H
#include <string>
#include <vector>
using std::string;
using std::vector;
/*
Basic class for Process representation
It contains relevant attributes as shown below
*/
class Process {
public:
Process(int pid);
int Pid(); // Done: See src/process.cpp... | 30.46875 | 71 | 0.615385 | [
"vector"
] |
416398d4455ef3e6eee5b7ffdb26e3b5e6dba3fa | 998 | h | C | Gems/AtomTressFX/Code/HairModule.h | BreakerOfThings/o3de | f4c59f868c726470ec910623facd836047d059c3 | [
"Apache-2.0",
"MIT"
] | 11 | 2021-07-08T09:58:26.000Z | 2022-03-17T17:59:26.000Z | Gems/AtomTressFX/Code/HairModule.h | RoddieKieley/o3de | e804fd2a4241b039a42d9fa54eaae17dc94a7a92 | [
"Apache-2.0",
"MIT"
] | 29 | 2021-07-06T19:33:52.000Z | 2022-03-22T10:27:49.000Z | Gems/AtomTressFX/Code/HairModule.h | RoddieKieley/o3de | e804fd2a4241b039a42d9fa54eaae17dc94a7a92 | [
"Apache-2.0",
"MIT"
] | 4 | 2021-07-06T19:24:43.000Z | 2022-03-31T12:42:27.000Z | /*
* Copyright (c) Contributors to the Open 3D Engine Project.
* For complete copyright and license terms please see the LICENSE at the root of this distribution.
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#pragma once
#include <AzCore/Memory/SystemAllocator.h>
#include <AzCore/Module/Module.h>
namesp... | 26.263158 | 100 | 0.622244 | [
"render",
"3d"
] |
416db0181f8e5f385fac89b6c4a56e2e51209bf7 | 1,694 | h | C | Projet perso/EulerianOrientation.h | PCottalorda/MT | 604c7319731c1d7cb61bc6af761bebbdeb29954f | [
"Zlib",
"Apache-2.0"
] | null | null | null | Projet perso/EulerianOrientation.h | PCottalorda/MT | 604c7319731c1d7cb61bc6af761bebbdeb29954f | [
"Zlib",
"Apache-2.0"
] | null | null | null | Projet perso/EulerianOrientation.h | PCottalorda/MT | 604c7319731c1d7cb61bc6af761bebbdeb29954f | [
"Zlib",
"Apache-2.0"
] | null | null | null | #pragma once
/*****************************************************************************
* *
* Copyright 2016 Paul Cottalorda *
* ... | 36.826087 | 79 | 0.413223 | [
"vector"
] |
416fbf45be7f4d803156982a9d7e576baa78c305 | 32,264 | h | C | PROX/SIMULATION/NARROW/NARROW/include/cl/narrow_cl_update_kdop_bvh.h | diku-dk/PROX | c6be72cc253ff75589a1cac28e4e91e788376900 | [
"MIT"
] | null | null | null | PROX/SIMULATION/NARROW/NARROW/include/cl/narrow_cl_update_kdop_bvh.h | diku-dk/PROX | c6be72cc253ff75589a1cac28e4e91e788376900 | [
"MIT"
] | null | null | null | PROX/SIMULATION/NARROW/NARROW/include/cl/narrow_cl_update_kdop_bvh.h | diku-dk/PROX | c6be72cc253ff75589a1cac28e4e91e788376900 | [
"MIT"
] | null | null | null | #ifndef NARROW_CL_UPDATE_KDOP_BVH_H
#define NARROW_CL_UPDATE_KDOP_BVH_H
#include <cl/kdop_cl_refit_tree.h>
#include <cl/kdop_cl_tree.h>
#include <cl/narrow_cl_kernels_path.h>
#include <dikucl.hpp>
#include <dikucl_command_queue_manager.hpp>
#include <dikucl_context_manager.hpp>
#include <dikucl_kernel_manager.hpp>
#i... | 43.777476 | 128 | 0.545438 | [
"geometry",
"object",
"vector"
] |
4183397f4fdc487bb03d5ceff87ba8f991836868 | 362,981 | c | C | lib/geventmemcache/geventmemcache.common.c | hrosenhorn/gevent-memcache | 7385d8d8bc0d0ece6bcb3fbfa0bc45a40b6674d4 | [
"BSD-3-Clause"
] | 5 | 2016-01-28T14:51:02.000Z | 2017-11-18T18:12:05.000Z | lib/geventmemcache/geventmemcache.common.c | hrosenhorn/gevent-memcache | 7385d8d8bc0d0ece6bcb3fbfa0bc45a40b6674d4 | [
"BSD-3-Clause"
] | null | null | null | lib/geventmemcache/geventmemcache.common.c | hrosenhorn/gevent-memcache | 7385d8d8bc0d0ece6bcb3fbfa0bc45a40b6674d4 | [
"BSD-3-Clause"
] | null | null | null | /* Generated by Cython 0.12.1 on Wed Aug 04 13:38:55 2010 */
#define PY_SSIZE_T_CLEAN
#include "Python.h"
#include "structmember.h"
#ifndef Py_PYTHON_H
#error Python headers needed to compile C extensions, please install development version of Python.
#else
#ifndef PY_LONG_LONG
#define PY_LONG_LONG LONG_LONG
#e... | 48.833715 | 785 | 0.683769 | [
"object",
"shape"
] |
41834df7696a00e2f1e85ba3ae9c86179f43846e | 171 | h | C | src/Utils.h | GreXLin85/LilDIS-local | 1f48cd1a3a7dc8f5d471f0c51394c3d8f56acba6 | [
"MIT"
] | 3 | 2021-07-21T15:10:46.000Z | 2022-03-28T21:02:51.000Z | src/Utils.h | GreXLin85/LilDIS-local | 1f48cd1a3a7dc8f5d471f0c51394c3d8f56acba6 | [
"MIT"
] | null | null | null | src/Utils.h | GreXLin85/LilDIS-local | 1f48cd1a3a7dc8f5d471f0c51394c3d8f56acba6 | [
"MIT"
] | null | null | null | #pragma once
#include <vector>
#include <string>
using namespace std;
class Utils
{
public:
vector<string> split(const string& s, const string& delim);
};
| 13.153846 | 61 | 0.666667 | [
"vector"
] |
4186b36c2bc24127116e2213b37891baaa1e750b | 2,160 | h | C | chrome/browser/ui/webui/constrained_html_ui.h | SlimKatLegacy/android_external_chromium | bc611cda58cc18d0dbaa8a7aee05eb3c0742e573 | [
"BSD-3-Clause"
] | 2 | 2017-02-20T14:25:04.000Z | 2019-12-13T13:58:28.000Z | chrome/browser/ui/webui/constrained_html_ui.h | SlimKatLegacy/android_external_chromium | bc611cda58cc18d0dbaa8a7aee05eb3c0742e573 | [
"BSD-3-Clause"
] | 2 | 2017-07-25T09:37:22.000Z | 2017-08-04T07:18:56.000Z | chrome/browser/ui/webui/constrained_html_ui.h | SlimKatLegacy/android_external_chromium | bc611cda58cc18d0dbaa8a7aee05eb3c0742e573 | [
"BSD-3-Clause"
] | 2 | 2020-01-12T00:55:53.000Z | 2020-11-04T06:36:41.000Z | // Copyright (c) 2011 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_UI_WEBUI_CONSTRAINED_HTML_UI_H_
#define CHROME_BROWSER_UI_WEBUI_CONSTRAINED_HTML_UI_H_
#pragma once
#include <vector>
#includ... | 32.727273 | 75 | 0.790278 | [
"object",
"vector"
] |
418dfa37dccb460279ccf7dba14062adb9d2213c | 896,835 | c | C | rsas/_rsas_functions.c | THUzhangga/rsas | 9421da9ecfa5fe157324ab73ff71ad2ed78a75ae | [
"MIT"
] | 7 | 2016-08-18T14:48:21.000Z | 2020-05-27T16:03:03.000Z | rsas/_rsas_functions.c | THUzhangga/rsas | 9421da9ecfa5fe157324ab73ff71ad2ed78a75ae | [
"MIT"
] | 1 | 2016-01-19T01:12:21.000Z | 2016-01-19T01:12:27.000Z | rsas/_rsas_functions.c | THUzhangga/rsas | 9421da9ecfa5fe157324ab73ff71ad2ed78a75ae | [
"MIT"
] | 4 | 2017-04-18T08:30:06.000Z | 2020-10-12T22:40:01.000Z | /* Generated by Cython 0.23.4 */
#define PY_SSIZE_T_CLEAN
#include "Python.h"
#ifndef Py_PYTHON_H
#error Python headers needed to compile C extensions, please install development version of Python.
#elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && PY_VERSION_HEX < 0x03020000)
#error Cython ... | 48.590508 | 1,854 | 0.676122 | [
"object",
"shape"
] |
41928d906f2b2068291475e46ccb2b3550ed1607 | 2,112 | h | C | src/gipAzure.h | OnurDemir-Dev/gipAzure | ad9aa8fdda66284f53f1015bc5ed5b58c0044621 | [
"Apache-2.0"
] | null | null | null | src/gipAzure.h | OnurDemir-Dev/gipAzure | ad9aa8fdda66284f53f1015bc5ed5b58c0044621 | [
"Apache-2.0"
] | null | null | null | src/gipAzure.h | OnurDemir-Dev/gipAzure | ad9aa8fdda66284f53f1015bc5ed5b58c0044621 | [
"Apache-2.0"
] | 3 | 2021-08-11T10:59:39.000Z | 2021-08-28T16:06:27.000Z | /*
* gipAzure.h
*
* Created on: Aug 4, 2021
* Author: Onur Demir
*/
#ifndef PLUGINS_GIPAZURE_SRC_GIPAZURE_H_
#define PLUGINS_GIPAZURE_SRC_GIPAZURE_H_
#include <stdlib.h>
#include <iostream>
#include "gBasePlugin.h"
#include "gHttpFile.h"
#include "storage_credential.h"
#include "storage_account.h"
#includ... | 30.171429 | 143 | 0.783144 | [
"vector"
] |
41a3914f58a848bc787df8f81b8ac7412f4d13bf | 1,494 | h | C | lisp/li_file.h | poikilos/golgotha | d3184dea6b061f853423e0666dba23218042e5ba | [
"CC0-1.0"
] | 5 | 2015-12-09T20:37:49.000Z | 2021-08-10T08:06:29.000Z | lisp/li_file.h | poikilos/golgotha | d3184dea6b061f853423e0666dba23218042e5ba | [
"CC0-1.0"
] | 13 | 2021-09-20T16:25:30.000Z | 2022-03-17T04:59:40.000Z | lisp/li_file.h | poikilos/golgotha | d3184dea6b061f853423e0666dba23218042e5ba | [
"CC0-1.0"
] | 5 | 2016-01-04T22:54:22.000Z | 2021-09-20T16:09:03.000Z | /********************************************************************** <BR>
This file is part of Crack dot Com's free source code release of
Golgotha. <a href="http://www.crack.com/golgotha_release"> <BR> for
information about compiling & licensing issues visit this URL</a>
<PRE> If that doesn't help, ... | 21.970588 | 87 | 0.569612 | [
"vector"
] |
41a679119f7e9e0cd7e06b13fc0f153a9d4e580b | 36,044 | h | C | doxygen/content/api_11_uianatomy.h | pixlwave/max-sdk | 341be575cb98e6245f0a1e19cc32bd15bbc8bc98 | [
"MIT"
] | 175 | 2015-05-11T05:06:59.000Z | 2022-03-31T11:08:33.000Z | third_party/max-sdk/doxygen/content/api_11_uianatomy.h | njazz/euclidean-pattern-external | df2c73cd8cf57c30ccd5e98487a8ff29b0cc4d87 | [
"MIT"
] | 53 | 2015-09-24T06:54:07.000Z | 2021-11-30T05:58:34.000Z | third_party/max-sdk/doxygen/content/api_11_uianatomy.h | njazz/euclidean-pattern-external | df2c73cd8cf57c30ccd5e98487a8ff29b0cc4d87 | [
"MIT"
] | 52 | 2015-06-10T11:16:03.000Z | 2022-03-29T01:48:59.000Z | /**
@page chapter_ui_anatomy Anatomy of a UI Object
Max user interface objects are more complex than normal non-user-interface objects. If you have nothing in particular to display, or do not need to create a unique interface for user interaction or editing, it would be better to avoid writing one. However, if you w... | 73.559184 | 1,227 | 0.779409 | [
"object",
"shape",
"solid"
] |
84c5c0eb2f2ee68fc6d6b69b5d3a065497cbbbf8 | 685 | h | C | src/room.h | tusikalanse/SimpleHTTPServer | 86f6efd73bb0ccc02a0e304aef2e897284d5f099 | [
"MIT"
] | 3 | 2021-01-23T07:55:36.000Z | 2021-09-11T03:05:46.000Z | src/room.h | tusikalanse/SimpleHTTPServer | 86f6efd73bb0ccc02a0e304aef2e897284d5f099 | [
"MIT"
] | null | null | null | src/room.h | tusikalanse/SimpleHTTPServer | 86f6efd73bb0ccc02a0e304aef2e897284d5f099 | [
"MIT"
] | 1 | 2020-09-04T23:01:10.000Z | 2020-09-04T23:01:10.000Z | #ifndef ROOM_H
#define ROOM_H
#include "user.h"
#include <vector>
//房间结构体
//保存房间id,名称,当前用户数量,每个用户指针
struct room {
//用给定名称创建房间
room(const char *_roomname);
//按照id查找并移除用户
//成功移除返回0,否则返回-1(该用户不存在于当前房间)
int removeuser(int userid);
//房间添加用户
//房间已满无法添加返回-1,成功添加返回0
int adduser(user *newuser);
//清空用户
... | 12.454545 | 31 | 0.645255 | [
"vector"
] |
84d659950c9eb8d18a4f04f7101b01032f2a6c13 | 23,613 | h | C | include/dm.h | quadmotor/brlcad | 05952aafa27ee9df17cd900f5d8f8217ed2194af | [
"BSD-4-Clause",
"BSD-3-Clause"
] | 35 | 2015-03-11T11:51:48.000Z | 2021-07-25T16:04:49.000Z | include/dm.h | CloudComputer/brlcad | 05952aafa27ee9df17cd900f5d8f8217ed2194af | [
"BSD-4-Clause",
"BSD-3-Clause"
] | null | null | null | include/dm.h | CloudComputer/brlcad | 05952aafa27ee9df17cd900f5d8f8217ed2194af | [
"BSD-4-Clause",
"BSD-3-Clause"
] | 19 | 2016-05-04T08:39:37.000Z | 2021-12-07T12:45:54.000Z | /* D M . H
* BRL-CAD
*
* Copyright (c) 1993-2014 United States Government as represented by
* the U.S. Army Research Laboratory.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* version 2.1 as publis... | 41.281469 | 208 | 0.681108 | [
"cad",
"geometry",
"object",
"vector"
] |
84da62fe74dac501346187c9863ed74b75dd35cc | 22,297 | c | C | example/unity/DemoApp/iii_BackUpThisFolder_ButDontShipItWithYourGame/il2cppOutput/Assembly-CSharp_CodeGen.c | Augmented-Future/flutter-unity-view-widget | b7036974249ff5e5a26fed3fc85167c607775a49 | [
"MIT"
] | null | null | null | example/unity/DemoApp/iii_BackUpThisFolder_ButDontShipItWithYourGame/il2cppOutput/Assembly-CSharp_CodeGen.c | Augmented-Future/flutter-unity-view-widget | b7036974249ff5e5a26fed3fc85167c607775a49 | [
"MIT"
] | null | null | null | example/unity/DemoApp/iii_BackUpThisFolder_ButDontShipItWithYourGame/il2cppOutput/Assembly-CSharp_CodeGen.c | Augmented-Future/flutter-unity-view-widget | b7036974249ff5e5a26fed3fc85167c607775a49 | [
"MIT"
] | null | null | null | #include "pch-c.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include "codegen/il2cpp-codegen-metadata.h"
// 0x00000001 <id>j__TPar <>f__AnonymousType0`4::get_id()
// 0x00000002 <seq>j__TPar <>f__AnonymousType0`4::get_seq()
// 0x00000003 <name>j__TPar <>f__AnonymousType0`4::get_nam... | 61.936111 | 170 | 0.885097 | [
"object"
] |
84e7cfad93b4311978ac52c8eb7fca889b059be4 | 2,068 | h | C | applications/RANSApplication/custom_elements/convection_diffusion_reaction_element_data.h | lkusch/Kratos | e8072d8e24ab6f312765185b19d439f01ab7b27b | [
"BSD-4-Clause"
] | 778 | 2017-01-27T16:29:17.000Z | 2022-03-30T03:01:51.000Z | applications/RANSApplication/custom_elements/convection_diffusion_reaction_element_data.h | lkusch/Kratos | e8072d8e24ab6f312765185b19d439f01ab7b27b | [
"BSD-4-Clause"
] | 6,634 | 2017-01-15T22:56:13.000Z | 2022-03-31T15:03:36.000Z | applications/RANSApplication/custom_elements/convection_diffusion_reaction_element_data.h | lkusch/Kratos | e8072d8e24ab6f312765185b19d439f01ab7b27b | [
"BSD-4-Clause"
] | 224 | 2017-02-07T14:12:49.000Z | 2022-03-06T23:09:34.000Z | // | / |
// ' / __| _` | __| _ \ __|
// . \ | ( | | ( |\__ `
// _|\_\_| \__,_|\__|\___/ ____/
// Multi-Physics
//
// License: BSD License
// Kratos default license: kratos/license.txt
//
// Main authors: Suneth Warnakulasuriya
//
#if... | 23.5 | 81 | 0.663443 | [
"geometry"
] |
84f0f58c604b06c45e429765a1fe643f5ced2d2c | 6,011 | c | C | src/compton-compat/opengl.c | jransijn/picom | dfad1ee9c816a9305de2e97117c2e04b73a060ac | [
"MIT"
] | null | null | null | src/compton-compat/opengl.c | jransijn/picom | dfad1ee9c816a9305de2e97117c2e04b73a060ac | [
"MIT"
] | null | null | null | src/compton-compat/opengl.c | jransijn/picom | dfad1ee9c816a9305de2e97117c2e04b73a060ac | [
"MIT"
] | null | null | null | #include "opengl.h"
#include "common.h"
#include <xcb/render.h>
#include <xcb/xcb.h>
/**
* Blur contents in a particular region.
*
* XXX seems to be way to complex for what it does
*/
bool glx_blur_dst(session_t *ps, int dx, int dy, int width, int height, float z,
GLfloat factor_center, const region_t *reg_t... | 28.760766 | 80 | 0.673099 | [
"render"
] |
17039abbbcf7c01de574494e633cd88fe4729cba | 4,921 | h | C | src/PJ/inc/raster.h | AnimatorPro/Animator-Pro | 6d0b68cd94bb5cfde2cdd05e9a7c8ee1e1cb3cbb | [
"BSD-3-Clause"
] | 119 | 2015-01-10T15:13:50.000Z | 2022-01-24T04:54:34.000Z | src/PJ/inc/raster.h | AnimatorPro/Animator-Pro | 6d0b68cd94bb5cfde2cdd05e9a7c8ee1e1cb3cbb | [
"BSD-3-Clause"
] | 6 | 2015-10-22T20:14:59.000Z | 2021-07-10T03:25:21.000Z | src/PJ/inc/raster.h | AnimatorPro/Animator-Pro | 6d0b68cd94bb5cfde2cdd05e9a7c8ee1e1cb3cbb | [
"BSD-3-Clause"
] | 27 | 2015-04-24T22:55:30.000Z | 2022-01-21T13:54:00.000Z | #ifndef RASTER_H
#define RASTER_H
#ifndef STDTYPES_H
#include "stdtypes.h"
#endif
#ifndef RECTANG_H
#include "rectang.h"
#endif
#ifdef BIGCOMMENT /**************************************************/
The raster header structure and other sets of structured fields
used to make rasters have b... | 31.954545 | 79 | 0.655761 | [
"object"
] |
170597192da172171d9d6946b0a2087be2cc8543 | 664 | h | C | src/core/inc/IClusteringCoefficient.h | SebaMaio/complexnets | 0f6e0278293ee8a2d2a1574a61507d3bfffecb06 | [
"AFL-3.0"
] | 4 | 2018-03-21T02:06:29.000Z | 2021-09-02T10:44:04.000Z | src/core/inc/IClusteringCoefficient.h | SebaMaio/complexnets | 0f6e0278293ee8a2d2a1574a61507d3bfffecb06 | [
"AFL-3.0"
] | 6 | 2018-06-03T21:52:21.000Z | 2018-07-12T11:45:02.000Z | src/core/inc/IClusteringCoefficient.h | SebaMaio/complexnets | 0f6e0278293ee8a2d2a1574a61507d3bfffecb06 | [
"AFL-3.0"
] | 5 | 2018-05-19T15:55:04.000Z | 2018-07-08T21:48:17.000Z | #pragma once
#include <vector>
#include "Boxplotentry.h"
#include "mili/mili.h"
namespace graphpp
{
template <class Graph, class Vertex>
class IClusteringCoefficient
{
public:
virtual double clusteringCoefficient(Graph& g, unsigned int d) = 0;
virtual double vertexClusteringCoefficient(Vertex* vertex) = 0;
... | 22.133333 | 78 | 0.716867 | [
"vector"
] |
1709ef66888c4ae9a13773ede61ad64f6dbafea4 | 10,735 | c | C | raw_binary/land_water_mask_libs/GCTP3/polyconic.c | ldj01/e-p-f | a1731ddb728bead16fbd0e1ced62193e2a42037e | [
"Unlicense"
] | 1 | 2021-04-16T15:01:01.000Z | 2021-04-16T15:01:01.000Z | raw_binary/land_water_mask_libs/GCTP3/polyconic.c | ldj01/e-p-f | a1731ddb728bead16fbd0e1ced62193e2a42037e | [
"Unlicense"
] | null | null | null | raw_binary/land_water_mask_libs/GCTP3/polyconic.c | ldj01/e-p-f | a1731ddb728bead16fbd0e1ced62193e2a42037e | [
"Unlicense"
] | 1 | 2020-07-28T16:05:53.000Z | 2020-07-28T16:05:53.000Z | /*******************************************************************************
Name: POLYCONIC
Purpose: Provides the transformations between Easting/Northing and longitude/
latitude for the Polyconic projection. The Easting and Northing
values are in meters. The longitude and latitude are in radians.
Alg... | 30.671429 | 80 | 0.545505 | [
"transform"
] |
170c2614c62d2745555d23f466d902dc339882f9 | 9,927 | h | C | source/SensorCharacteristic.h | lrusinowicz/sequana-ble-sensors-demo | 0c49e5aa955d9e01c04e55e268285168d94c53e1 | [
"Apache-2.0"
] | 1 | 2019-03-13T14:49:21.000Z | 2019-03-13T14:49:21.000Z | source/SensorCharacteristic.h | lrusinowicz/sequana-ble-sensors-demo | 0c49e5aa955d9e01c04e55e268285168d94c53e1 | [
"Apache-2.0"
] | null | null | null | source/SensorCharacteristic.h | lrusinowicz/sequana-ble-sensors-demo | 0c49e5aa955d9e01c04e55e268285168d94c53e1 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright (c) 2017-2018 Future Electronics
*
* 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 l... | 32.654605 | 144 | 0.603506 | [
"object"
] |
170de959c2fd46cd557f996e1ad85f78b2da5954 | 1,484 | h | C | dyng/initial_placement.h | Bleskocvok/dyng | 3709872e71c18487c4f95524a0b957f8e6ab293a | [
"Apache-2.0"
] | 3 | 2021-07-26T10:44:58.000Z | 2021-12-10T22:47:00.000Z | dyng/initial_placement.h | Bleskocvok/dyng | 3709872e71c18487c4f95524a0b957f8e6ab293a | [
"Apache-2.0"
] | null | null | null | dyng/initial_placement.h | Bleskocvok/dyng | 3709872e71c18487c4f95524a0b957f8e6ab293a | [
"Apache-2.0"
] | null | null | null | /*
Copyright 2020 František Bráblík
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 ... | 32.977778 | 76 | 0.682615 | [
"object"
] |
41b4b73c7bba0baca7d98149c810e2100fed3629 | 1,926 | h | C | src/Matuna.OCLConvNet/OCLForwardBackPropLayer.h | mihed/ATML | 242fb951eea7a55846b8a18dd6abcabb26e2a1cc | [
"BSL-1.0",
"BSD-3-Clause"
] | null | null | null | src/Matuna.OCLConvNet/OCLForwardBackPropLayer.h | mihed/ATML | 242fb951eea7a55846b8a18dd6abcabb26e2a1cc | [
"BSL-1.0",
"BSD-3-Clause"
] | 3 | 2015-06-08T19:51:53.000Z | 2015-07-01T10:15:06.000Z | src/Matuna.OCLConvNet/OCLForwardBackPropLayer.h | mihed/ATML | 242fb951eea7a55846b8a18dd6abcabb26e2a1cc | [
"BSL-1.0",
"BSD-3-Clause"
] | null | null | null | /*
* OCLForwardBackPropLayer.h
*
* Created on: May 5, 2015
* Author: Mikael
*/
#ifndef MATUNA_MATUNA_OCLCONVNET_OCLFORWARDBACKPROPLAYER_H_
#define MATUNA_MATUNA_OCLCONVNET_OCLFORWARDBACKPROPLAYER_H_
#include "Matuna.ConvNet/ForwardBackPropLayer.h"
#include "Matuna.OCLHelper/OCLContext.h"
#include "Matuna.OCLHel... | 28.746269 | 103 | 0.764798 | [
"vector"
] |
41bfc8baf4a25e7f3e27465bf312eb9d50854e7d | 671 | h | C | CsWeapon/Source/CsWp/Public/Projectile/Data/Script/CsScriptLibrary_Data_Weapon_GetProjectileType.h | closedsum/core | c3cae44a177b9684585043a275130f9c7b67fef0 | [
"Unlicense"
] | 2 | 2019-03-17T10:43:53.000Z | 2021-04-20T21:24:19.000Z | CsWeapon/Source/CsWp/Public/Projectile/Data/Script/CsScriptLibrary_Data_Weapon_GetProjectileType.h | closedsum/core | c3cae44a177b9684585043a275130f9c7b67fef0 | [
"Unlicense"
] | null | null | null | CsWeapon/Source/CsWp/Public/Projectile/Data/Script/CsScriptLibrary_Data_Weapon_GetProjectileType.h | closedsum/core | c3cae44a177b9684585043a275130f9c7b67fef0 | [
"Unlicense"
] | null | null | null | // Copyright 2017-2021 Closed Sum Games, LLC. All Rights Reserved.
#pragma once
#include "UObject/Object.h"
// Types
#include "Types/CsTypes_Weapon.h"
#include "Types/CsTypes_Projectile.h"
#include "CsScriptLibrary_Data_Weapon_GetProjectileType.generated.h"
UCLASS()
class CSWP_API UCsScriptLibrary_Data_Weapon_GetProj... | 33.55 | 148 | 0.800298 | [
"object"
] |
41c033d15a412b1f535fbd73e220c08f4a2ec87e | 2,401 | h | C | C++/scope/optimizer/SMPLify.h | fantaosha/SCOPE | 30519b52822d04fb7b5bf6f45e73227ad4260738 | [
"MIT"
] | 26 | 2021-10-10T18:34:38.000Z | 2022-03-03T03:00:40.000Z | C++/scope/optimizer/SMPLify.h | fantaosha/SCOPE | 30519b52822d04fb7b5bf6f45e73227ad4260738 | [
"MIT"
] | 3 | 2021-12-24T07:28:11.000Z | 2022-02-02T21:26:55.000Z | C++/scope/optimizer/SMPLify.h | fantaosha/SCOPE | 30519b52822d04fb7b5bf6f45e73227ad4260738 | [
"MIT"
] | 7 | 2021-11-06T15:23:08.000Z | 2022-02-28T03:40:03.000Z | #pragma once
#include <scope/model/SMPL.h>
#include <scope/optimizer/Optimizer.h>
namespace scope {
namespace Optimizer {
template <int P, bool CamOpt>
class SMPLify
: public Optimizer<SMPL<P>::NumJoints, P, SMPL<P>::NumVertices, CamOpt> {
public:
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
using Model = SMPL<P>;
usin... | 26.977528 | 77 | 0.772178 | [
"model"
] |
41d09895189b8440157fece9a62c8e55d54dbe9b | 2,616 | h | C | lib/include/datastructures/vector.h | minttu/tila | e38f3f59fb295ae73311596e73f69b3585a1f3ee | [
"MIT"
] | 1 | 2016-02-23T07:40:00.000Z | 2016-02-23T07:40:00.000Z | lib/include/datastructures/vector.h | JuhaniImberg/tila | e38f3f59fb295ae73311596e73f69b3585a1f3ee | [
"MIT"
] | 2 | 2015-02-11T16:16:39.000Z | 2015-03-03T13:52:32.000Z | lib/include/datastructures/vector.h | minttu/tila | e38f3f59fb295ae73311596e73f69b3585a1f3ee | [
"MIT"
] | null | null | null | #ifndef VECTOR_H
#define VECTOR_H
#include "tila.h"
/**
* @brief A vector is a dynamic sized array
* @field size How many elements are in the vector
* @field allocated_size How much memory is allocated for the vector
* @field data Holds the allocated memory
*/
struct Vector {
unsigned int size;
unsigned ... | 25.153846 | 75 | 0.710627 | [
"vector"
] |
41d6db56344c9fe7e071e34940f52a3a9ca56634 | 727 | h | C | src/components/options/MusicSelector.h | droplet92/reversi | 3731926a1fa1ef0bd7198e9283cf84503f96ec4f | [
"MIT"
] | null | null | null | src/components/options/MusicSelector.h | droplet92/reversi | 3731926a1fa1ef0bd7198e9283cf84503f96ec4f | [
"MIT"
] | null | null | null | src/components/options/MusicSelector.h | droplet92/reversi | 3731926a1fa1ef0bd7198e9283cf84503f96ec4f | [
"MIT"
] | null | null | null | #pragma once
#include "SettingOption.h"
#include "../../utilities/Jukebox.h"
#include "../buttons/GameButton.h"
#include "../buttons/Dropdown.h"
#include <vector>
#include <string>
namespace reversi
{
class MusicSelector : public Dropdown, public SettingOption
{
public:
static const sf::Vector2f MUSIC_SELECTOR_PO... | 22.030303 | 86 | 0.704264 | [
"vector"
] |
41de6d2b98796033c2b5076d0bab1326c6bf76b7 | 4,328 | h | C | open_spiel/games/amazons.h | Limmen/open_spiel | 2d4d7b783a9161e2c4c90f70dec29d6982fac6c1 | [
"Apache-2.0"
] | null | null | null | open_spiel/games/amazons.h | Limmen/open_spiel | 2d4d7b783a9161e2c4c90f70dec29d6982fac6c1 | [
"Apache-2.0"
] | null | null | null | open_spiel/games/amazons.h | Limmen/open_spiel | 2d4d7b783a9161e2c4c90f70dec29d6982fac6c1 | [
"Apache-2.0"
] | null | null | null | // Copyright 2019 DeepMind Technologies 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 require... | 28.662252 | 79 | 0.73244 | [
"object",
"vector"
] |
41dfe2044bfc163757d971c40e04f674c266c908 | 2,089 | h | C | AWebAPL/popup.h | matjam/AWeb | 5e0cd40cd81553c43344660bac7af76f9c125fc4 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | 1 | 2020-10-11T09:17:21.000Z | 2020-10-11T09:17:21.000Z | AWebAPL/popup.h | matjam/AWeb | 5e0cd40cd81553c43344660bac7af76f9c125fc4 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | AWebAPL/popup.h | matjam/AWeb | 5e0cd40cd81553c43344660bac7af76f9c125fc4 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | 1 | 2020-12-16T01:21:14.000Z | 2020-12-16T01:21:14.000Z | /**********************************************************************
*
* This file is part of the AWeb-II distribution
*
* Copyright (C) 2002 Yvon Rozijn
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the AWeb Public License as included in this
* distributio... | 34.816667 | 76 | 0.623743 | [
"object"
] |
41f0e859f214f5caab5f8fab285cbdcb768dc336 | 6,489 | c | C | src/add-ons/kernel/drivers/dvb/cx23882/driver.c | Kirishikesan/haiku | 835565c55830f2dab01e6e332cc7e2d9c015b51e | [
"MIT"
] | 1,338 | 2015-01-03T20:06:56.000Z | 2022-03-26T13:49:54.000Z | src/add-ons/kernel/drivers/dvb/cx23882/driver.c | Kirishikesan/haiku | 835565c55830f2dab01e6e332cc7e2d9c015b51e | [
"MIT"
] | 15 | 2015-01-17T22:19:32.000Z | 2021-12-20T12:35:00.000Z | src/add-ons/kernel/drivers/dvb/cx23882/driver.c | Kirishikesan/haiku | 835565c55830f2dab01e6e332cc7e2d9c015b51e | [
"MIT"
] | 350 | 2015-01-08T14:15:27.000Z | 2022-03-21T18:14:35.000Z | /*
* Copyright (c) 2004-2007 Marcus Overhagen <marcus@overhagen.de>
*
* 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 ... | 21.415842 | 82 | 0.695947 | [
"model"
] |
41f5590207ca013038376103294cbe8859d91f35 | 19,399 | c | C | lib/plugins/x86/x86_obj_ht.c | pwrapi/cray_pwrapi | e303a841a7fcc9217a144a48e44cca05990ae066 | [
"BSD-3-Clause"
] | 1 | 2018-05-03T23:01:27.000Z | 2018-05-03T23:01:27.000Z | lib/plugins/x86/x86_obj_ht.c | pwrapi/cray_pwrapi | e303a841a7fcc9217a144a48e44cca05990ae066 | [
"BSD-3-Clause"
] | null | null | null | lib/plugins/x86/x86_obj_ht.c | pwrapi/cray_pwrapi | e303a841a7fcc9217a144a48e44cca05990ae066 | [
"BSD-3-Clause"
] | null | null | null | /*
* Copyright (c) 2017-2018, Cray 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:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list of condit... | 22.452546 | 80 | 0.692922 | [
"object"
] |
41f6cd68621f371ff0fe90a21d29fb474790b462 | 2,339 | h | C | game/src/example_layer.h | kdivanovich/CPP_Demo_Game | 85be2d2f366728f9d6893ebe42c765c41b685a53 | [
"MIT"
] | null | null | null | game/src/example_layer.h | kdivanovich/CPP_Demo_Game | 85be2d2f366728f9d6893ebe42c765c41b685a53 | [
"MIT"
] | null | null | null | game/src/example_layer.h | kdivanovich/CPP_Demo_Game | 85be2d2f366728f9d6893ebe42c765c41b685a53 | [
"MIT"
] | 2 | 2021-12-16T13:04:18.000Z | 2022-01-07T14:06:06.000Z | #pragma once
#include <engine.h>
#include "cross_fade.h"
#include "enemyai.h"
#include "enemyai2.h"
#include "ballistic.h"
#include "projectile.h"
#include "pickup.h"
class pickup;
class example_layer : public engine::layer
{
public:
example_layer();
~example_layer();
void on_update(const engine::timestep& ... | 28.876543 | 68 | 0.700299 | [
"vector"
] |
5109c4d95b6822b59d298220ac65be8468d675e6 | 1,047 | h | C | GLEssentials/Source/Classes/glshaderprogram.h | mrtrizer/iOSGLES2 | 39a48c5be370f7b37bae908126cc61366882188f | [
"AML"
] | null | null | null | GLEssentials/Source/Classes/glshaderprogram.h | mrtrizer/iOSGLES2 | 39a48c5be370f7b37bae908126cc61366882188f | [
"AML"
] | null | null | null | GLEssentials/Source/Classes/glshaderprogram.h | mrtrizer/iOSGLES2 | 39a48c5be370f7b37bae908126cc61366882188f | [
"AML"
] | null | null | null | #ifndef GL_SHADER_PROGRAM_H
#define GL_SHADER_PROGRAM_H
#include <iostream>
#include <functional>
#include "gltools.h"
class GLAttribArray;
class GLShaderProgram {
public:
typedef const char * VertexSource;
typedef const char * FragmentSource;
typedef GLuint Program;
typedef GLint AttribLocation;
... | 22.76087 | 58 | 0.734479 | [
"render"
] |
5111262009fa7bd87eca43cb12e9ed3237468868 | 1,104 | h | C | gates/xnorgate.h | sohamroy19/e-gater | bdb71a43d6bc86dff658da41a57185a50a1c3485 | [
"MIT"
] | 4 | 2021-08-24T06:41:14.000Z | 2022-02-09T20:38:14.000Z | gates/xnorgate.h | sohamroy19/e-gater | bdb71a43d6bc86dff658da41a57185a50a1c3485 | [
"MIT"
] | null | null | null | gates/xnorgate.h | sohamroy19/e-gater | bdb71a43d6bc86dff658da41a57185a50a1c3485 | [
"MIT"
] | null | null | null | #ifndef XNORGATE_H
#define XNORGATE_H
#include "andgate.h"
#include "norgate.h"
#include "orgate.h"
/**
* @brief XNOR Gate implementation
*/
class XnorGate : public LogicGate {
private:
bool *a, *b; // input pointer
AndGate and1a; // internal basic logic gate
NorGate nor1b; // internal basic logic g... | 23.489362 | 71 | 0.61413 | [
"object",
"vector"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.