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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
38bae8ca77595953b4510d2a65cdb0528a0abc67 | 1,420 | h | C | Homeworks/Homework-3/Entity.h | kgolov/uni-object-oriented-programming | 9fac38a7bf9a0b673db8e5688714fe320793fed7 | [
"MIT"
] | null | null | null | Homeworks/Homework-3/Entity.h | kgolov/uni-object-oriented-programming | 9fac38a7bf9a0b673db8e5688714fe320793fed7 | [
"MIT"
] | null | null | null | Homeworks/Homework-3/Entity.h | kgolov/uni-object-oriented-programming | 9fac38a7bf9a0b673db8e5688714fe320793fed7 | [
"MIT"
] | null | null | null | #pragma once
#include "Point3D.h"
#include <string>
using std::string;
// All entities will start with this health
static const int MAX_HEALTH = 100;
static unsigned long long counter = 0;
class Entity {
public:
enum class Type {
Player,
NPC,
Mob
};
protected:
unsigned long long id;
... | 24.482759 | 115 | 0.696479 | [
"object"
] |
38bcb3b22147b6020754038470dcf00c80fe9e9e | 4,702 | h | C | src/load_balancer/action_generator.h | cuisonghui/tera | 99a3f16de13dd454a64d64e938fcfeb030674d5f | [
"Apache-2.0",
"BSD-3-Clause"
] | 2,003 | 2015-07-13T08:36:45.000Z | 2022-03-26T02:10:07.000Z | src/load_balancer/action_generator.h | a1e2w3/tera | dbcd28af792d879d961bf9fc7eb60de81b437646 | [
"Apache-2.0",
"BSD-3-Clause"
] | 981 | 2015-07-14T00:03:24.000Z | 2021-05-10T09:50:01.000Z | src/load_balancer/action_generator.h | a1e2w3/tera | dbcd28af792d879d961bf9fc7eb60de81b437646 | [
"Apache-2.0",
"BSD-3-Clause"
] | 461 | 2015-07-14T02:53:35.000Z | 2022-03-10T10:31:49.000Z | // Copyright (c) 2015, Baidu.com, Inc. All Rights Reserved
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef TERA_LOAD_BALANCER_ACTION_GENERATOR_H_
#define TERA_LOAD_BALANCER_ACTION_GENERATOR_H_
#include <functional>
#include <limits>
#include <memory>
#in... | 28.155689 | 100 | 0.631646 | [
"vector"
] |
38bf0d782dfd475992a62adbbcf468d5249ec1f2 | 3,099 | h | C | library/androidndkgif/jni/GifDecoder.h | dandycheung/android-ndk-gif | df5ce8f8058f81f4b5418f023f0874ff02b79bc8 | [
"MIT"
] | 312 | 2015-09-04T15:12:00.000Z | 2022-03-22T09:35:28.000Z | library/androidndkgif/jni/GifDecoder.h | dandycheung/android-ndk-gif | df5ce8f8058f81f4b5418f023f0874ff02b79bc8 | [
"MIT"
] | 37 | 2016-05-20T06:10:27.000Z | 2022-01-22T14:14:10.000Z | library/androidndkgif/jni/GifDecoder.h | dandycheung/android-ndk-gif | df5ce8f8058f81f4b5418f023f0874ff02b79bc8 | [
"MIT"
] | 88 | 2016-05-13T04:08:58.000Z | 2022-03-25T07:59:02.000Z | /*
* Copyright (c) 2015 waynejo
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including without limitation the rights to
* use, copy, modify, merge, publish, di... | 31.622449 | 91 | 0.762181 | [
"vector"
] |
38c17d7a60aba665cdb49c9d7b6347c8fe7dd4b4 | 79,671 | h | C | blueprint/duktape/src-separate/duk_builtins.h | jpsteccato/blueprint | 73235a98487bf3c88e5834c60e28c3f0d8340043 | [
"MIT"
] | 308 | 2018-11-29T21:54:25.000Z | 2021-02-12T11:37:27.000Z | blueprint/duktape/src-separate/duk_builtins.h | jpsteccato/blueprint | 73235a98487bf3c88e5834c60e28c3f0d8340043 | [
"MIT"
] | 209 | 2019-07-04T19:11:02.000Z | 2021-02-16T10:32:40.000Z | blueprint/duktape/src-separate/duk_builtins.h | jpsteccato/blueprint | 73235a98487bf3c88e5834c60e28c3f0d8340043 | [
"MIT"
] | 43 | 2019-07-02T13:48:32.000Z | 2021-02-16T00:19:44.000Z | /*
* Automatically generated by genbuiltins.py, do not edit!
*/
#if !defined(DUK_BUILTINS_H_INCLUDED)
#define DUK_BUILTINS_H_INCLUDED
#if defined(DUK_USE_ROM_STRINGS)
#error ROM support not enabled, rerun configure.py with --rom-support
#else /* DUK_USE_ROM_STRINGS */
#define DUK_STRIDX_UC_UNDEFINED ... | 101.233799 | 149 | 0.607649 | [
"object"
] |
38c2645c1a909430c044e0e23df8170a33bbcb70 | 1,480 | h | C | src/core/ext/ViewModeled.h | lexxmark/qt-items | 1c52d2add168632dc085e3d917addc2ddb2101cc | [
"Apache-2.0"
] | 57 | 2015-04-14T01:32:35.000Z | 2022-01-15T03:58:59.000Z | src/core/ext/ViewModeled.h | Jehoash/qt-items | 1c52d2add168632dc085e3d917addc2ddb2101cc | [
"Apache-2.0"
] | 1 | 2019-08-15T11:23:01.000Z | 2019-08-16T06:58:46.000Z | src/core/ext/ViewModeled.h | Jehoash/qt-items | 1c52d2add168632dc085e3d917addc2ddb2101cc | [
"Apache-2.0"
] | 16 | 2016-08-24T12:14:10.000Z | 2022-01-15T03:59:02.000Z | /*
Copyright (c) 2008-1015 Alex Zhondin <qtinuum.team@gmail.com>
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... | 26.428571 | 93 | 0.713514 | [
"model"
] |
38c3f15bae75a839694ecd58c46c5f69f0ca1cda | 2,714 | h | C | Operations/albaOpImporterSTL.h | IOR-BIC/ALBA | b574968b05d9a3a2756dd2ac61d015a0d20232a4 | [
"Apache-2.0",
"BSD-3-Clause"
] | 9 | 2018-11-19T10:15:29.000Z | 2021-08-30T11:52:07.000Z | Operations/albaOpImporterSTL.h | IOR-BIC/ALBA | b574968b05d9a3a2756dd2ac61d015a0d20232a4 | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | Operations/albaOpImporterSTL.h | IOR-BIC/ALBA | b574968b05d9a3a2756dd2ac61d015a0d20232a4 | [
"Apache-2.0",
"BSD-3-Clause"
] | 3 | 2018-06-10T22:56:29.000Z | 2019-12-12T06:22:56.000Z | /*=========================================================================
Program: ALBA (Agile Library for Biomedical Applications)
Module: albaOpImporterSTL
Authors: Paolo Quadrani
Copyright (c) BIC
All rights reserved. See Copyright.txt or
This software is distributed WITHOUT ANY WARRANTY; without even
... | 28.87234 | 94 | 0.561533 | [
"vector"
] |
38c6c2737d26e0941d1c41259c198c8a89eaa418 | 15,125 | h | C | aws-cpp-sdk-glue/include/aws/glue/model/JDBCConnectorSource.h | Nexuscompute/aws-sdk-cpp | e7ef485e46e6962c9e084b8c9b104c1bfcceaf26 | [
"Apache-2.0"
] | 1 | 2022-01-05T18:20:03.000Z | 2022-01-05T18:20:03.000Z | aws-cpp-sdk-glue/include/aws/glue/model/JDBCConnectorSource.h | Nexuscompute/aws-sdk-cpp | e7ef485e46e6962c9e084b8c9b104c1bfcceaf26 | [
"Apache-2.0"
] | null | null | null | aws-cpp-sdk-glue/include/aws/glue/model/JDBCConnectorSource.h | Nexuscompute/aws-sdk-cpp | e7ef485e46e6962c9e084b8c9b104c1bfcceaf26 | [
"Apache-2.0"
] | 1 | 2021-11-09T12:02:58.000Z | 2021-11-09T12:02:58.000Z | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/glue/Glue_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/glue/model/JDBCConnectorOptions.h>
#include <aws/core/utils/memory/stl/AWSVector.h>
#incl... | 36.533816 | 165 | 0.673124 | [
"vector",
"model"
] |
38cd77892e862bdd088cf0f56a8edb3a3899ae29 | 3,645 | h | C | include/hgeparticle.h | ConnectionMaster/hge | 680e40bdbeb8a2ed8c29ea5806acf5f70f206ec0 | [
"Zlib"
] | null | null | null | include/hgeparticle.h | ConnectionMaster/hge | 680e40bdbeb8a2ed8c29ea5806acf5f70f206ec0 | [
"Zlib"
] | null | null | null | include/hgeparticle.h | ConnectionMaster/hge | 680e40bdbeb8a2ed8c29ea5806acf5f70f206ec0 | [
"Zlib"
] | null | null | null | /*
** Haaf's Game Engine 1.7
** Copyright (C) 2003-2007, Relish Games
** hge.relishgames.com
**
** hgeParticleSystem helper class header
*/
#pragma once
#include "hge.h"
#include "hgesprite.h"
#include "hgevector.h"
#include "hgecolor.h"
#include "hgerect.h"
#define MAX_PARTICLES 500
#define MAX_PSYSTEMS 100
str... | 19.08377 | 77 | 0.659534 | [
"render"
] |
1663261fb24573d91a457006fca9828d63bb860f | 1,265 | h | C | src/parser.h | hova88/cuda-template | 0a90f1c577d18ad1cd63cedc3f7be51a35c906d0 | [
"MIT"
] | 3 | 2021-03-04T15:41:49.000Z | 2021-09-22T09:10:48.000Z | src/parser.h | hova88/cuda-template | 0a90f1c577d18ad1cd63cedc3f7be51a35c906d0 | [
"MIT"
] | null | null | null | src/parser.h | hova88/cuda-template | 0a90f1c577d18ad1cd63cedc3f7be51a35c906d0 | [
"MIT"
] | null | null | null | #pragma once
#include <iostream>
#include <stdio.h>
#include <fstream>
#include <string>
#include <vector>
#include <assert.h>
#define BLOCK_SIZE 1
#define DIVUP(m, n) ((m) / (n) + ((m) % (n) > 0))
struct matrix
{
int row , col;
float* elements;
matrix(int row , int col) :
row(row) , col(col) {
... | 21.810345 | 55 | 0.570751 | [
"vector"
] |
166c83d5039e9172cebe172a1a7e1fcba13c730f | 905 | h | C | include/node2/CompUniquePatch.h | xzrunner/node2 | 457858732d539709551bdb7d53b25635184276b2 | [
"MIT"
] | 1 | 2019-03-20T18:12:06.000Z | 2019-03-20T18:12:06.000Z | include/node2/CompUniquePatch.h | xzrunner/node2 | 457858732d539709551bdb7d53b25635184276b2 | [
"MIT"
] | null | null | null | include/node2/CompUniquePatch.h | xzrunner/node2 | 457858732d539709551bdb7d53b25635184276b2 | [
"MIT"
] | null | null | null | #pragma once
#include "node2/EditOpList.h"
#include <node0/NodeComp.h>
#include <vector>
namespace n2
{
class CompUniquePatch : public n0::NodeComp
{
public:
CompUniquePatch();
virtual const char* Type() const override { return TYPE_NAME; }
virtual n0::CompID TypeID() const override {
return n0::GetCompTypeI... | 20.568182 | 87 | 0.741436 | [
"vector"
] |
167d7471cfeb2bc7ce38837a9ebfc48f5bef48b7 | 1,565 | h | C | include/roboteam_ai/control/positionControl/pathTracking/PathTrackingAlgorithm.h | RoboTeamTwente/roboteam_ai | 412c96cec328af9a8efefb3f484abd982acb7000 | [
"MIT"
] | 16 | 2018-10-10T09:55:22.000Z | 2021-04-26T09:58:47.000Z | include/roboteam_ai/control/positionControl/pathTracking/PathTrackingAlgorithm.h | RoboTeamTwente/roboteam_ai | 412c96cec328af9a8efefb3f484abd982acb7000 | [
"MIT"
] | 688 | 2018-09-26T11:42:21.000Z | 2022-03-17T09:32:25.000Z | include/roboteam_ai/control/positionControl/pathTracking/PathTrackingAlgorithm.h | RoboTeamTwente/roboteam_ai | 412c96cec328af9a8efefb3f484abd982acb7000 | [
"MIT"
] | 5 | 2018-12-25T12:45:56.000Z | 2020-09-25T07:51:02.000Z | //
// Created by ratoone on 09-03-20.
//
#ifndef RTT_PATHTRACKINGALGORITHM_H
#define RTT_PATHTRACKINGALGORITHM_H
#include <roboteam_utils/Position.h>
#include <utilities/StpInfoEnums.h>
#include <vector>
namespace rtt::ai::control {
class PathTrackingAlgorithm {
public:
/**
* Purely virtual function tha... | 35.568182 | 168 | 0.709265 | [
"vector"
] |
167ec2b47ef6593b321061906bbaeb6cb6f234e7 | 2,991 | h | C | Include/Shiny/Audio/AudioSource.h | aaronmjacobs/Shiny | 70e56e437c0c2a4289c7a0c5ad33195de078d8f1 | [
"MIT"
] | 6 | 2015-10-17T04:58:07.000Z | 2018-01-26T20:29:05.000Z | Include/Shiny/Audio/AudioSource.h | aaronmjacobs/Shiny | 70e56e437c0c2a4289c7a0c5ad33195de078d8f1 | [
"MIT"
] | 5 | 2015-09-21T07:51:51.000Z | 2015-10-21T07:51:30.000Z | Include/Shiny/Audio/AudioSource.h | aaronmjacobs/Shiny | 70e56e437c0c2a4289c7a0c5ad33195de078d8f1 | [
"MIT"
] | null | null | null | #ifndef SHINY_AUDIO_SOURCE_H
#define SHINY_AUDIO_SOURCE_H
#include "Shiny/Pointers.h"
#include "Shiny/Audio/AudioSystem.h"
#include <glm/glm.hpp>
#include <glm/gtc/quaternion.hpp>
#include <list>
#include <vector>
struct ALCcontext_struct;
typedef struct ALCcontext_struct ALCcontext;
struct ALCdevice_struct;
typed... | 18.57764 | 68 | 0.71548 | [
"vector"
] |
16824878b3161ff8408f321e16fcd71e4260623a | 5,423 | h | C | dbswdbe/WdbeQSil1NTarget.h | mpsitech/wdbe-WhizniumDBE | 27360ce6569dc55098a248b8a0a4b7e3913a6ce6 | [
"MIT"
] | 4 | 2020-10-27T14:33:25.000Z | 2021-08-07T20:55:42.000Z | dbswdbe/WdbeQSil1NTarget.h | mpsitech/wdbe-WhizniumDBE | 27360ce6569dc55098a248b8a0a4b7e3913a6ce6 | [
"MIT"
] | null | null | null | dbswdbe/WdbeQSil1NTarget.h | mpsitech/wdbe-WhizniumDBE | 27360ce6569dc55098a248b8a0a4b7e3913a6ce6 | [
"MIT"
] | null | null | null | /**
* \file WdbeQSil1NTarget.h
* Dbs and XML wrapper for table TblWdbeQSil1NTarget (declarations)
* \copyright (C) 2016-2020 MPSI Technologies GmbH
* \author Alexander Wirthmueller (auto-generation)
* \date created: 5 Dec 2020
*/
// IP header --- ABOVE
#ifndef WDBEQSIL1NTARGET_H
#define WDBEQSIL1NTARGET_H
#inc... | 33.269939 | 221 | 0.768947 | [
"vector"
] |
168f3d2ee798c1ba4cfc170cce077378ff9dcc3c | 3,142 | h | C | Legacy/map.h | KKappesSum/Battleship-2.0 | c6617ef061f15243a9e713bd8f3270167d38a69d | [
"MIT"
] | null | null | null | Legacy/map.h | KKappesSum/Battleship-2.0 | c6617ef061f15243a9e713bd8f3270167d38a69d | [
"MIT"
] | 14 | 2019-09-28T17:03:37.000Z | 2019-10-21T05:18:09.000Z | Legacy/map.h | KKappesSum/Battleship-2.0 | c6617ef061f15243a9e713bd8f3270167d38a69d | [
"MIT"
] | 11 | 2019-09-13T19:11:45.000Z | 2019-09-27T16:38:30.000Z | /// File Name map.h.
/// Assignment EECS 448 Project 1.
/// Brief This program is the .h file for the map class. It defines the functions used for playing the game.
#ifndef MAP_H
#define MAP_H
#include <iostream>
#include <chrono>
#include <thread>
class map
{
private:
/// the thread sleep variable instantiat... | 23.102941 | 108 | 0.636219 | [
"object"
] |
169faa79cfc2ca7ade7cbf2af68fdffe42cd6901 | 3,682 | h | C | starter-stack/rcssserver-15.2.2/src/random.h | InsperDynamics/Soccer-Simulation-2D | a548d576ca4ab2a8f797810f5e23875c45cef73f | [
"Apache-2.0"
] | null | null | null | starter-stack/rcssserver-15.2.2/src/random.h | InsperDynamics/Soccer-Simulation-2D | a548d576ca4ab2a8f797810f5e23875c45cef73f | [
"Apache-2.0"
] | null | null | null | starter-stack/rcssserver-15.2.2/src/random.h | InsperDynamics/Soccer-Simulation-2D | a548d576ca4ab2a8f797810f5e23875c45cef73f | [
"Apache-2.0"
] | null | null | null | // -*-c++-*-
/***************************************************************************
random.h
Random Number Generator
-------------------
begin : 17-JAN-2002
copyright : (C) 2002 by The Rob... | 29.693548 | 97 | 0.509506 | [
"object"
] |
16a92ec5e3c7e36755327acc7b2f9e8ce5d13be6 | 1,910 | h | C | src/Utils/Utils/ExternalQC/ExternalProgram.h | qcscine/utilities | 493b8db45772b231bc0296535a09905b8e292f77 | [
"BSD-3-Clause"
] | null | null | null | src/Utils/Utils/ExternalQC/ExternalProgram.h | qcscine/utilities | 493b8db45772b231bc0296535a09905b8e292f77 | [
"BSD-3-Clause"
] | 2 | 2019-06-19T14:34:38.000Z | 2022-03-25T15:07:18.000Z | src/Utils/Utils/ExternalQC/ExternalProgram.h | qcscine/utilities | 493b8db45772b231bc0296535a09905b8e292f77 | [
"BSD-3-Clause"
] | 3 | 2019-06-14T16:44:19.000Z | 2020-04-19T20:48:19.000Z | /**
* @file
* @copyright This code is licensed under the 3-clause BSD license.\n
* Copyright ETH Zurich, Laboratory of Physical Chemistry, Reiher Group.\n
* See LICENSE.txt for details.
*/
#ifndef UTILS_EXTERNALQC_EXTERNALPROGRAM_H
#define UTILS_EXTERNALQC_EXTERNALPROGRAM_H
#include <Utils/G... | 29.84375 | 120 | 0.715707 | [
"geometry"
] |
5bc37800056814674f1e8e3f167b841c7d2730fd | 2,005 | h | C | openfpga/src/base/io_map.h | avesus/OpenFPGA | c1dab2168655d41eb59d4923156dabd253ffbd3e | [
"MIT"
] | 246 | 2020-12-03T08:49:29.000Z | 2022-03-28T21:19:55.000Z | openfpga/src/base/io_map.h | developeralgo8888/OpenFPGA | 067f2eaaad03945896b9a7cc21cd9f361bf1546d | [
"MIT"
] | 261 | 2020-12-03T00:23:54.000Z | 2022-03-31T10:00:37.000Z | openfpga/src/base/io_map.h | developeralgo8888/OpenFPGA | 067f2eaaad03945896b9a7cc21cd9f361bf1546d | [
"MIT"
] | 66 | 2020-12-12T09:05:53.000Z | 2022-03-28T07:51:41.000Z | #ifndef IO_MAP_H
#define IO_MAP_H
/********************************************************************
* Include header files required by the data structure definition
*******************************************************************/
#include "vtr_vector.h"
#include "openfpga_port.h"
#include "io_map_fwd.h"
/* ... | 33.416667 | 74 | 0.587032 | [
"vector"
] |
5bcab2f187b7731b4d001f4c4908174c6aef05f2 | 3,139 | h | C | aslam_cv_cameras/include/aslam/cameras/camera-factory.h | shuhannod/aslam_cv2 | 4dd48916b9e5b9d5aa56e28894a04d4a25a87348 | [
"Apache-2.0"
] | 3 | 2019-09-16T02:11:58.000Z | 2020-03-20T22:49:32.000Z | aslam_cv_cameras/include/aslam/cameras/camera-factory.h | shuhannod/aslam_cv2 | 4dd48916b9e5b9d5aa56e28894a04d4a25a87348 | [
"Apache-2.0"
] | null | null | null | aslam_cv_cameras/include/aslam/cameras/camera-factory.h | shuhannod/aslam_cv2 | 4dd48916b9e5b9d5aa56e28894a04d4a25a87348 | [
"Apache-2.0"
] | 3 | 2020-02-28T14:11:54.000Z | 2022-02-25T08:30:50.000Z | #ifndef ASLAM_CAMERAS_CAMERA_FACTORY_H_
#define ASLAM_CAMERAS_CAMERA_FACTORY_H_
#include <memory>
#include <type_traits>
#include <Eigen/Dense>
#include <yaml-cpp/yaml.h>
#include <aslam/cameras/camera.h>
#include <aslam/cameras/distortion.h>
#include <aslam/common/unique-id.h>
namespace aslam {
/// \brief A facto... | 40.766234 | 94 | 0.71647 | [
"object",
"vector",
"model"
] |
5bdbfadda0b2cda9f44da513c4119188171acd76 | 4,536 | h | C | spindash/spindash.h | Kazade/Spindash | 45ccbafe1941d65823a67880270c165d3888de21 | [
"BSD-2-Clause-FreeBSD"
] | 3 | 2015-12-20T20:59:29.000Z | 2019-02-24T00:54:28.000Z | spindash/spindash.h | Kazade/Spindash | 45ccbafe1941d65823a67880270c165d3888de21 | [
"BSD-2-Clause-FreeBSD"
] | null | null | null | spindash/spindash.h | Kazade/Spindash | 45ccbafe1941d65823a67880270c165d3888de21 | [
"BSD-2-Clause-FreeBSD"
] | null | null | null | #ifndef KAZPHYSICS2_H_INCLUDED
#define KAZPHYSICS2_H_INCLUDED
#include <cstdint>
#include "kazmath/vec2.h"
#include "typedefs.h"
#ifdef __cplusplus
extern "C" {
#endif
enum sdSkill {
SD_SKILL_NONE = 0,
SD_SKILL_ROLL = 1,
SD_SKILL_SPINDASH = 2
};
SDuint sdWorldCreate();
void sdWorldAddTriangl... | 38.769231 | 109 | 0.807981 | [
"object"
] |
5be6d906aa44853247f65dec4ce813356fe7c8a2 | 2,467 | h | C | hackathon/fuhao/SwcProcess/tipdetector.h | zzhmark/vaa3d_tools | 3ca418add85a59ac7e805d55a600b78330d7e53d | [
"MIT"
] | 1 | 2021-12-27T19:14:03.000Z | 2021-12-27T19:14:03.000Z | hackathon/fuhao/SwcProcess/tipdetector.h | zzhmark/vaa3d_tools | 3ca418add85a59ac7e805d55a600b78330d7e53d | [
"MIT"
] | null | null | null | hackathon/fuhao/SwcProcess/tipdetector.h | zzhmark/vaa3d_tools | 3ca418add85a59ac7e805d55a600b78330d7e53d | [
"MIT"
] | null | null | null | #ifndef TIPDETECTOR_H
#define TIPDETECTOR_H
#include <v3d_interface.h>
#include"ray_shooting.h"
#include"neuron_tools.h"
class TipDetector:public QObject
{
Q_OBJECT
private:
Image4DSimple * p4DImage;
V3DLONG sz[4];
unsigned char * tip_img_datald;
unsigned char *binar_datald;
... | 28.686047 | 112 | 0.718281 | [
"vector"
] |
5beeba8d2ccf8c3dc575c350be0133727541415c | 3,532 | h | C | lib-e131/include/e131.h | vanvught/rpidmx512 | b56bb2db406247b4fd4c56aa372952939f4a3290 | [
"MIT"
] | 328 | 2015-02-26T09:54:16.000Z | 2022-03-31T11:04:00.000Z | lib-e131/include/e131.h | vanvught/rpidmx512 | b56bb2db406247b4fd4c56aa372952939f4a3290 | [
"MIT"
] | 195 | 2016-07-13T10:43:37.000Z | 2022-03-20T19:14:55.000Z | lib-e131/include/e131.h | vanvught/rpidmx512 | b56bb2db406247b4fd4c56aa372952939f4a3290 | [
"MIT"
] | 113 | 2015-06-08T04:54:23.000Z | 2022-02-15T09:06:10.000Z | /**
* @file e131.h
*
*/
/* Copyright (C) 2016-2021 by Arjan van Vught mailto:info@orangepi-dmx.nl
*
* 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 witho... | 36.040816 | 150 | 0.756795 | [
"vector"
] |
5bf4d5caf877eadd2295d31b41c1689abbae51f8 | 3,522 | h | C | Sources/Elastos/Frameworks/Droid/Base/Core/inc/elastos/droid/app/usage/CConfigurationStats.h | jingcao80/Elastos | d0f39852356bdaf3a1234743b86364493a0441bc | [
"Apache-2.0"
] | 7 | 2017-07-13T10:34:54.000Z | 2021-04-16T05:40:35.000Z | Sources/Elastos/Frameworks/Droid/Base/Core/inc/elastos/droid/app/usage/CConfigurationStats.h | jingcao80/Elastos | d0f39852356bdaf3a1234743b86364493a0441bc | [
"Apache-2.0"
] | null | null | null | Sources/Elastos/Frameworks/Droid/Base/Core/inc/elastos/droid/app/usage/CConfigurationStats.h | jingcao80/Elastos | d0f39852356bdaf3a1234743b86364493a0441bc | [
"Apache-2.0"
] | 9 | 2017-07-13T12:33:20.000Z | 2021-06-19T02:46:48.000Z | //=========================================================================
// Copyright (C) 2012 The Elastos Open Source Project
//
// 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
//
// ... | 24.802817 | 97 | 0.625781 | [
"object"
] |
5bf90620538cb3e09d25a9e2186856781d07224e | 2,650 | h | C | interfaces/native/innerkits/event/include/mmi_point.h | openharmony-gitee-mirror/multimodalinput_input | 17303b7662d0382f27c972ad7d149bee61a14f23 | [
"Apache-2.0"
] | 1 | 2021-12-03T13:56:40.000Z | 2021-12-03T13:56:40.000Z | interfaces/native/innerkits/event/include/mmi_point.h | openharmony-gitee-mirror/multimodalinput_input | 17303b7662d0382f27c972ad7d149bee61a14f23 | [
"Apache-2.0"
] | null | null | null | interfaces/native/innerkits/event/include/mmi_point.h | openharmony-gitee-mirror/multimodalinput_input | 17303b7662d0382f27c972ad7d149bee61a14f23 | [
"Apache-2.0"
] | 1 | 2021-09-13T11:18:23.000Z | 2021-09-13T11:18:23.000Z | /*
* Copyright (c) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law ... | 27.604167 | 114 | 0.643396 | [
"object"
] |
7507cd7354c8c22026c08f87e4b0c181ca500045 | 708 | c | C | src/c/kl.c | felixr/shen-c | 6a4483b26be69f81b1d88f9fc0e351921b271947 | [
"MIT"
] | 64 | 2017-04-18T05:14:56.000Z | 2022-03-20T13:08:31.000Z | src/c/kl.c | felixr/shen-c | 6a4483b26be69f81b1d88f9fc0e351921b271947 | [
"MIT"
] | 3 | 2019-08-17T16:16:28.000Z | 2022-01-02T19:58:12.000Z | src/c/kl.c | felixr/shen-c | 6a4483b26be69f81b1d88f9fc0e351921b271947 | [
"MIT"
] | 5 | 2017-04-24T23:16:40.000Z | 2021-01-02T17:11:42.000Z | #include "kl.h"
KLObject* empty_list_object = NULL;
extern KLType get_kl_object_type (KLObject* object);
extern void set_kl_object_type (KLObject* object, KLType type);
extern KLObject* create_kl_object (KLType type);
extern bool is_null (void* object);
extern bool is_not_null (void* object);
extern KLObject* get_pa... | 35.4 | 70 | 0.789548 | [
"object"
] |
750f50e9b7b7a5baf0296fb17bcd63bb4afd8668 | 3,616 | h | C | webrtc/include/third_party/blink/renderer/core/layout/svg/svg_text_chunk_builder.h | yxlao/webrtc-cpp-sample | 60bb1948f714693e7c8ade2fc6ffba218ea13859 | [
"MIT"
] | 575 | 2015-06-18T23:58:20.000Z | 2022-03-23T09:32:39.000Z | webrtc/include/third_party/blink/renderer/core/layout/svg/svg_text_chunk_builder.h | yxlao/webrtc-cpp-sample | 60bb1948f714693e7c8ade2fc6ffba218ea13859 | [
"MIT"
] | 113 | 2015-05-04T09:58:14.000Z | 2022-01-31T19:35:03.000Z | webrtc/include/third_party/blink/renderer/core/layout/svg/svg_text_chunk_builder.h | yxlao/webrtc-cpp-sample | 60bb1948f714693e7c8ade2fc6ffba218ea13859 | [
"MIT"
] | 52 | 2015-07-14T10:40:50.000Z | 2022-03-15T01:11:49.000Z | /*
* Copyright (C) Research In Motion Limited 2010. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) an... | 37.666667 | 78 | 0.726493 | [
"vector"
] |
7510c6d8103aaeb0105a3157febcc77bac8cc73c | 957 | h | C | src/homework/tic_tac_toe/tic_tac_toe.h | acc-cosc-1337-fall-2019/acc-cosc-1337-fall-2019-kien-yee | 9813c3b844f79ee68355b5ebc767360034ed9509 | [
"MIT"
] | null | null | null | src/homework/tic_tac_toe/tic_tac_toe.h | acc-cosc-1337-fall-2019/acc-cosc-1337-fall-2019-kien-yee | 9813c3b844f79ee68355b5ebc767360034ed9509 | [
"MIT"
] | null | null | null | src/homework/tic_tac_toe/tic_tac_toe.h | acc-cosc-1337-fall-2019/acc-cosc-1337-fall-2019-kien-yee | 9813c3b844f79ee68355b5ebc767360034ed9509 | [
"MIT"
] | null | null | null | #include<string>
#include<vector>
#include<iostream>
#ifndef TIC_TAC_TOE_H //header guard
#define TIC_TAC_TOE_H
using std::cout;
using std::string;
using std::vector;
using std::cin;
using std::ostream;
//h
/*
one class of tic tac toe
*/
class TicTacToe
{
public:
TicTacToe();
TicTacToe(int size) : pegs( size*size... | 19.9375 | 76 | 0.724138 | [
"vector"
] |
751dcbed90012893c555f25449bbca0fe3961b44 | 4,298 | h | C | interfaces/SolAR2DOverlayOpencv.h | geekyfox90/SolARModuleOpenCV | 4d8d95c904be32e5935b06402de4a9c6e9b271b0 | [
"Apache-2.0"
] | null | null | null | interfaces/SolAR2DOverlayOpencv.h | geekyfox90/SolARModuleOpenCV | 4d8d95c904be32e5935b06402de4a9c6e9b271b0 | [
"Apache-2.0"
] | null | null | null | interfaces/SolAR2DOverlayOpencv.h | geekyfox90/SolARModuleOpenCV | 4d8d95c904be32e5935b06402de4a9c6e9b271b0 | [
"Apache-2.0"
] | null | null | null | /**
* @copyright Copyright (c) 2017 B-com http://www.b-com.com/
*
* 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... | 42.554455 | 194 | 0.725919 | [
"vector"
] |
7527314c096577cde1a63efd1a7021e8d1c171ff | 3,733 | h | C | Engine/addons/resource/PVRTC_Header.h | BikkyS/DreamEngine | 47da4e22c65188c72f44591f6a96505d8ba5f5f3 | [
"MIT"
] | 26 | 2015-01-15T12:57:40.000Z | 2022-02-16T10:07:12.000Z | Engine/addons/resource/PVRTC_Header.h | BikkyS/DreamEngine | 47da4e22c65188c72f44591f6a96505d8ba5f5f3 | [
"MIT"
] | null | null | null | Engine/addons/resource/PVRTC_Header.h | BikkyS/DreamEngine | 47da4e22c65188c72f44591f6a96505d8ba5f5f3 | [
"MIT"
] | 17 | 2015-02-18T07:51:31.000Z | 2020-06-01T01:10:12.000Z | /****************************************************************************
Copyright (c) 2011-2013,WebJet Business Division,CYOU
http://www.genesis-3d.com.cn
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... | 29.164063 | 129 | 0.7573 | [
"3d"
] |
75343e4c2febcaba7a80ce3faa72f93d3821d69e | 14,727 | h | C | app/common/example/se_manager_block_cipher/app_se_manager_block_cipher.h | lmnotran/gecko_sdk | 2e82050dc8823c9fe0e8908c1b2666fb83056230 | [
"Zlib"
] | 82 | 2016-06-29T17:24:43.000Z | 2021-04-16T06:49:17.000Z | app/common/example/se_manager_block_cipher/app_se_manager_block_cipher.h | lmnotran/gecko_sdk | 2e82050dc8823c9fe0e8908c1b2666fb83056230 | [
"Zlib"
] | 6 | 2022-01-12T18:22:08.000Z | 2022-03-25T10:19:27.000Z | app/common/example/se_manager_block_cipher/app_se_manager_block_cipher.h | lmnotran/gecko_sdk | 2e82050dc8823c9fe0e8908c1b2666fb83056230 | [
"Zlib"
] | 56 | 2016-08-02T10:50:50.000Z | 2021-07-19T08:57:34.000Z | /***************************************************************************//**
* @file app_se_manager_block_cipher.h
* @brief SE manager block cipher functions.
*******************************************************************************
* # License
* <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com... | 41.484507 | 80 | 0.387927 | [
"vector"
] |
753d8f664c4280ecae73f7d0fb3c0fafb24526fa | 7,138 | h | C | Furiosity/Math/Vector4.h | enci/Furiosity | 0f823b31ba369a6f20a69ca079627dccd4b4549a | [
"MIT"
] | 7 | 2015-05-14T18:36:18.000Z | 2020-08-30T19:09:33.000Z | Furiosity/Math/Vector4.h | enci/Furiosity | 0f823b31ba369a6f20a69ca079627dccd4b4549a | [
"MIT"
] | 1 | 2015-10-23T14:24:08.000Z | 2015-10-23T14:24:08.000Z | Furiosity/Math/Vector4.h | enci/Furiosity | 0f823b31ba369a6f20a69ca079627dccd4b4549a | [
"MIT"
] | 1 | 2020-07-31T23:34:49.000Z | 2020-07-31T23:34:49.000Z | ////////////////////////////////////////////////////////////////////////////////
// Vector4.h
//
// Created by Bojan Endrovski on 9/4/13.
// Copyright (c) 2013 Game Oven. All rights reserved.
////////////////////////////////////////////////////////////////////////////////
#pragma once
#include <math.h>
namespace ... | 27.992157 | 84 | 0.433875 | [
"vector"
] |
7541d12d532a549b4618a62f16ca5b23afea94d9 | 9,413 | h | C | Dev/asd_cpp/common/asd.common.Base.h | akitsu-sanae/Altseed | 03ac9ed2bc9d05c713f415177d796cb81914bb9a | [
"FTL"
] | null | null | null | Dev/asd_cpp/common/asd.common.Base.h | akitsu-sanae/Altseed | 03ac9ed2bc9d05c713f415177d796cb81914bb9a | [
"FTL"
] | null | null | null | Dev/asd_cpp/common/asd.common.Base.h | akitsu-sanae/Altseed | 03ac9ed2bc9d05c713f415177d796cb81914bb9a | [
"FTL"
] | null | null | null | #pragma once
//----------------------------------------------------------------------------------
// Include
//----------------------------------------------------------------------------------
#include <stdio.h>
#include <math.h>
#include <float.h>
#include <stdint.h>
#include <string.h>
#include <limits.h>
#includ... | 25.648501 | 99 | 0.399129 | [
"vector"
] |
754cb11ab2cc19902ede53ddbb14bf0c91688aae | 1,436 | h | C | src/shapes/waterpool.h | ZackFiner/pbrt-v3 | 3572ee51e88bd781de61dbd8e955292b7348b45d | [
"BSD-2-Clause"
] | null | null | null | src/shapes/waterpool.h | ZackFiner/pbrt-v3 | 3572ee51e88bd781de61dbd8e955292b7348b45d | [
"BSD-2-Clause"
] | null | null | null | src/shapes/waterpool.h | ZackFiner/pbrt-v3 | 3572ee51e88bd781de61dbd8e955292b7348b45d | [
"BSD-2-Clause"
] | null | null | null |
#if defined(_MSC_VER)
#define NOMINMAX
#pragma once
#endif
#ifndef PBRT_SHAPES_WATERPOOL_H
#define PBRT_SHAPES_WATERPOOL_H
#pragma once
#include "shapes/raymarcher.h"
namespace pbrt {
#define DEFAULT_WATERPOOL_LENGTH 5.0f
#define DEFAULT_WATERPOOL_WIDTH 5.0f
#define DEFAULT_WATERPOOL_HEIGHT 5.0f
#define DEFAULT_WA... | 31.911111 | 144 | 0.672702 | [
"shape",
"transform"
] |
754d50c4ad152ea92426ae2614cf4b4a00dccd62 | 11,427 | h | C | aws-cpp-sdk-sagemaker-featurestore-runtime/include/aws/sagemaker-featurestore-runtime/model/BatchGetRecordError.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-featurestore-runtime/include/aws/sagemaker-featurestore-runtime/model/BatchGetRecordError.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-featurestore-runtime/include/aws/sagemaker-featurestore-runtime/model/BatchGetRecordError.h | ravindra-wagh/aws-sdk-cpp | 7d5ff01b3c3b872f31ca98fb4ce868cd01e97696 | [
"Apache-2.0"
] | 1 | 2021-12-30T04:25:33.000Z | 2021-12-30T04:25:33.000Z | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/sagemaker-featurestore-runtime/SageMakerFeatureStoreRuntime_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <utility>
namespace Aws
{
namespace Utils
{... | 42.322222 | 175 | 0.704647 | [
"model"
] |
755675a2a452a695dd3438db1c0faf16fdcb01ea | 531 | h | C | src/smart_meter/src/ParkingDatabase/include/ParkingDatabaseMock.h | DriverCity/SPARK | 1b582f63b3f181cfbd317652a78cca77dc3f5430 | [
"MIT"
] | 2 | 2018-12-06T17:56:27.000Z | 2019-03-13T02:44:46.000Z | src/smart_meter/src/ParkingDatabase/include/ParkingDatabaseMock.h | DriverCity/SPARK | 1b582f63b3f181cfbd317652a78cca77dc3f5430 | [
"MIT"
] | 13 | 2017-01-12T12:19:05.000Z | 2017-05-30T10:43:17.000Z | src/smart_meter/src/ParkingDatabase/include/ParkingDatabaseMock.h | DriverCity/SPARK | 1b582f63b3f181cfbd317652a78cca77dc3f5430 | [
"MIT"
] | 5 | 2016-09-22T18:22:34.000Z | 2020-05-06T00:05:14.000Z | /**
* @file
* @brief Defines mock implementation for IParkingDatabase.
*/
#ifndef PARKINGDATABASEMOCK_H
#define PARKINGDATABASEMOCK_H
#include "IParkingDatabase.h"
#include <gmock/gmock.h>
namespace sparktest
{
class ParkingDatabaseMock : public spark::IParkingDatabase
{
public:
MOCK_METHOD1(addEvent, bool... | 17.7 | 64 | 0.741996 | [
"vector"
] |
7559fadfdb362b8af4166ef0ac9045e4d5c709a4 | 1,425 | h | C | app/src/main/cpp/source/engine/engine.h | kremi151/FunkyBoyAndroid | 09d204cf3fae4695f728e50cb8a2ec69eebc2da3 | [
"Apache-2.0"
] | 2 | 2020-11-10T17:31:41.000Z | 2020-12-18T16:50:02.000Z | app/src/main/cpp/source/engine/engine.h | kremi151/FunkyBoyAndroid | 09d204cf3fae4695f728e50cb8a2ec69eebc2da3 | [
"Apache-2.0"
] | 4 | 2020-11-09T21:36:53.000Z | 2021-02-11T15:25:34.000Z | app/src/main/cpp/source/engine/engine.h | kremi151/FunkyBoyAndroid | 09d204cf3fae4695f728e50cb8a2ec69eebc2da3 | [
"Apache-2.0"
] | null | null | null | /**
* Copyright 2020 Michel Kremer (kremi151)
*
* 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 o... | 22.619048 | 75 | 0.665263 | [
"vector"
] |
7571fb8755ad7d64697578bc8fde8e2390e9be9f | 1,355 | h | C | src/Private/AnimSceneActions/BezierMoveAction.h | heltena/KYEngine | 4ccb89d0b20683feb245ffe85dd34b6ffdc42c8e | [
"MIT"
] | null | null | null | src/Private/AnimSceneActions/BezierMoveAction.h | heltena/KYEngine | 4ccb89d0b20683feb245ffe85dd34b6ffdc42c8e | [
"MIT"
] | null | null | null | src/Private/AnimSceneActions/BezierMoveAction.h | heltena/KYEngine | 4ccb89d0b20683feb245ffe85dd34b6ffdc42c8e | [
"MIT"
] | null | null | null | #pragma once
#include <tinyxml.h>
#include <KYEngine/Action.h>
#include <KYEngine/Entity.h>
#include <KYEngine/Utility/Vector4.h>
#include <string>
#include <vector>
class AnimSceneFactory;
class BezierMoveAction
: public Action
{
public:
BezierMoveAction();
virtual ~BezierMoveAction();
public:
static const s... | 25.092593 | 82 | 0.736531 | [
"vector"
] |
75748f617ac0e717b2fc5aa8bf979b036a2e58c8 | 3,590 | h | C | src/geometryproposal.h | IrisChase/IVD | 7d319fbd8a8a688987b788d7095d84734a627ba1 | [
"Apache-2.0"
] | 1 | 2020-07-02T02:06:21.000Z | 2020-07-02T02:06:21.000Z | src/geometryproposal.h | IrisChase/IVD | 7d319fbd8a8a688987b788d7095d84734a627ba1 | [
"Apache-2.0"
] | 10 | 2020-07-05T07:41:34.000Z | 2020-12-21T20:33:09.000Z | src/geometryproposal.h | IrisChase/IVD | 7d319fbd8a8a688987b788d7095d84734a627ba1 | [
"Apache-2.0"
] | null | null | null | // Copyright 2020 Iris Chase
//
// 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... | 30.423729 | 105 | 0.648189 | [
"geometry"
] |
757c1746ef76e2667aed38e19d0420e38571803c | 1,281 | h | C | Engine/Source/ThirdParty/WebRTC/sdk_trunk_linux/include/webrtc/sdk/objc/Framework/Classes/RTCVideoSource+Private.h | windystrife/UnrealEngine_NVIDIAGameWork | b50e6338a7c5b26374d66306ebc7807541ff815e | [
"MIT"
] | 139 | 2017-06-10T17:23:54.000Z | 2022-03-23T21:08:17.000Z | third_party/webrtc/sdk/objc/Framework/Classes/RTCVideoSource+Private.h | maidiHaitai/haitaibrowser | a232a56bcfb177913a14210e7733e0ea83a6b18d | [
"BSD-3-Clause"
] | 72 | 2017-09-30T17:58:56.000Z | 2021-08-16T08:13:01.000Z | third_party/webrtc/sdk/objc/Framework/Classes/RTCVideoSource+Private.h | maidiHaitai/haitaibrowser | a232a56bcfb177913a14210e7733e0ea83a6b18d | [
"BSD-3-Clause"
] | 67 | 2017-11-28T17:59:19.000Z | 2022-02-22T04:09:38.000Z | /*
* Copyright 2015 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing ... | 29.790698 | 76 | 0.78064 | [
"object"
] |
757cf6d47827afaa1cc15a63ceaac6157c4d1fe1 | 202 | h | C | src/app/shmurp/EventQueue.h | FranzPoize/shmurp | 354a70fd89d0cdd9b4336961ad01d1567ac22474 | [
"Unlicense"
] | 1 | 2021-04-06T08:48:31.000Z | 2021-04-06T08:48:31.000Z | src/app/shmurp/EventQueue.h | FranzPoize/shmurp | 354a70fd89d0cdd9b4336961ad01d1567ac22474 | [
"Unlicense"
] | null | null | null | src/app/shmurp/EventQueue.h | FranzPoize/shmurp | 354a70fd89d0cdd9b4336961ad01d1567ac22474 | [
"Unlicense"
] | 1 | 2021-03-31T13:17:54.000Z | 2021-03-31T13:17:54.000Z | #pragma once
#include <aunteater/globals.h>
#include <vector>
namespace ad {
template <class T_event>
using EventQueue = std::vector<std::pair<aunteater::entity_id, T_event>>;
} // namespace ad
| 12.625 | 73 | 0.717822 | [
"vector"
] |
75814779e27ccecc50a928d5c3e3b260d187d5c9 | 8,923 | h | C | src/dp-base.h | yvs314/dp-monster | 15addeb4a4dd8c66302f92a719b849ac99cfbefc | [
"MIT"
] | null | null | null | src/dp-base.h | yvs314/dp-monster | 15addeb4a4dd8c66302f92a719b849ac99cfbefc | [
"MIT"
] | 1 | 2022-01-12T23:12:52.000Z | 2022-01-12T23:12:52.000Z | src/dp-base.h | yvs314/dp-monster | 15addeb4a4dd8c66302f92a719b849ac99cfbefc | [
"MIT"
] | null | null | null | /*
(c) Yaroslav Salii & the Parliament of Owls, 2017+
License:sort of CC---if you go commercial, contact me
dp-base v.1.0 2017-01-11;
dp-base v.1.1 2018-02-27: added total lexicographic v->x->K order on states
(G)TSP-PC dynamic programming structures & auxiliaries,
the Bellman Function (minminRt)
*/
/... | 36.569672 | 112 | 0.65079 | [
"vector"
] |
7581ac992b9044c20becfd37229889017e3a9f28 | 158 | h | C | src/peko.h | LW2904/peko | e015c79d2a4401832c462b96463360a321634570 | [
"MIT"
] | null | null | null | src/peko.h | LW2904/peko | e015c79d2a4401832c462b96463360a321634570 | [
"MIT"
] | null | null | null | src/peko.h | LW2904/peko | e015c79d2a4401832c462b96463360a321634570 | [
"MIT"
] | null | null | null | #pragma once
#include "common.h"
#include <chrono>
#include <vector>
#include <thread>
#include <iostream>
#include <functional>
#include "hooks/hooks.h"
| 13.166667 | 24 | 0.71519 | [
"vector"
] |
7583ce9642513ba05ae520930938b765f084f78d | 2,806 | h | C | bfst_draw.h | fboucher9/bfst | b29a79e29660b284f271ebc29b0cc273854e5f45 | [
"MIT"
] | null | null | null | bfst_draw.h | fboucher9/bfst | b29a79e29660b284f271ebc29b0cc273854e5f45 | [
"MIT"
] | null | null | null | bfst_draw.h | fboucher9/bfst | b29a79e29660b284f271ebc29b0cc273854e5f45 | [
"MIT"
] | null | null | null | /* See LICENSE for license details. */
/*
Module: bfst_draw.h
Interface for rendering of fonts towards window. Input of rendering is
a terminal buffer containing an array of unicode characters with
attributes. Output of rendering is the frame buffer of the graphical
window.
Notes:
... | 21.257576 | 75 | 0.662153 | [
"shape"
] |
75916149b7052bccef6ee1b9672cc7687e27090c | 6,591 | h | C | DREAM3DReviewFilters/InterpolateMeshToRegularGrid.h | tuks188/DREAM3DReview | 81e921fd70c7050df361bf8626136d1c29faffe9 | [
"BSD-3-Clause"
] | null | null | null | DREAM3DReviewFilters/InterpolateMeshToRegularGrid.h | tuks188/DREAM3DReview | 81e921fd70c7050df361bf8626136d1c29faffe9 | [
"BSD-3-Clause"
] | null | null | null | DREAM3DReviewFilters/InterpolateMeshToRegularGrid.h | tuks188/DREAM3DReview | 81e921fd70c7050df361bf8626136d1c29faffe9 | [
"BSD-3-Clause"
] | null | null | null | /* ============================================================================
* Software developed by US federal government employees (including military personnel)
* as part of their official duties is not subject to copyright protection and is
* considered “public domain” (see 17 USC Section 105). Public domain s... | 35.245989 | 134 | 0.762252 | [
"mesh",
"object",
"vector"
] |
759206e29598b4554f35fe536e843fa0ee1e15a3 | 3,579 | h | C | src_MSTmap/MSTOpt.h | schneebergerlab/GameteBinning_prac | c321186afa9fc68834ae6a6553eb7cd07ac66fd5 | [
"MIT"
] | null | null | null | src_MSTmap/MSTOpt.h | schneebergerlab/GameteBinning_prac | c321186afa9fc68834ae6a6553eb7cd07ac66fd5 | [
"MIT"
] | null | null | null | src_MSTmap/MSTOpt.h | schneebergerlab/GameteBinning_prac | c321186afa9fc68834ae6a6553eb7cd07ac66fd5 | [
"MIT"
] | null | null | null | /*
* MSTOpt.h
* ApproxMap
*
* Created by yonghui on 12/21/07.
* Copyright 2007 __MyCompanyName__. All rights reserved.
*
*/
#ifndef MSTOpt_HEADER
#define MSTOpt_HEADER
#include <vector>
#include <limits>
using namespace std;
class MSTOpt{
public:
MSTOpt(const vector<vector<double> >& _pair_wis... | 33.138889 | 109 | 0.552948 | [
"vector"
] |
75a16a5e76452a8de393a3ff4366c6e3b6d6944c | 1,289 | h | C | addons/ofxSquash/exampleVideoGrabberAndGui/src/ofApp.h | glungtung/ximeaSquash | 56267eed5f444d1af4c069cd63a114e1aae77191 | [
"MIT"
] | null | null | null | addons/ofxSquash/exampleVideoGrabberAndGui/src/ofApp.h | glungtung/ximeaSquash | 56267eed5f444d1af4c069cd63a114e1aae77191 | [
"MIT"
] | null | null | null | addons/ofxSquash/exampleVideoGrabberAndGui/src/ofApp.h | glungtung/ximeaSquash | 56267eed5f444d1af4c069cd63a114e1aae77191 | [
"MIT"
] | 1 | 2019-12-11T11:45:01.000Z | 2019-12-11T11:45:01.000Z | #pragma sonce
#include "ofMain.h"
#include "ofxSquash.h"
#include "ofxCvGui.h"
#include "ofxProfiler.h"
class ofApp : public ofBaseApp{
struct Test {
ofxSquash::Codec codec;
ofPixels compressed;
float compressionTime = 0.0f;
float decompressionTime = 0.0f;
size_t compressedSize = 0;
flo... | 22.224138 | 51 | 0.681924 | [
"vector"
] |
75ae75a142e057c1652cf0e2f0c95707e8c847a6 | 6,017 | h | C | dbswzsk/WzskQUsgMNUser.h | mpsitech/wzsk-Whiznium-StarterK | 94a0a8a05a0fac06c4360b8f835556a299b9425a | [
"MIT"
] | 1 | 2020-09-20T16:25:07.000Z | 2020-09-20T16:25:07.000Z | dbswzsk/WzskQUsgMNUser.h | mpsitech/wzsk-Whiznium-StarterKit | 94a0a8a05a0fac06c4360b8f835556a299b9425a | [
"MIT"
] | null | null | null | dbswzsk/WzskQUsgMNUser.h | mpsitech/wzsk-Whiznium-StarterKit | 94a0a8a05a0fac06c4360b8f835556a299b9425a | [
"MIT"
] | null | null | null | /**
* \file WzskQUsgMNUser.h
* Dbs and XML wrapper for table TblWzskQUsgMNUser (declarations)
* \copyright (C) 2016-2020 MPSI Technologies GmbH
* \author Emily Johnson (auto-generation)
* \date created: 5 Dec 2020
*/
// IP header --- ABOVE
#ifndef WZSKQUSGMNUSER_H
#define WZSKQUSGMNUSER_H
#include <sbecore/Xml... | 33.99435 | 382 | 0.76932 | [
"vector"
] |
75b31aa68ed26dd7eb1d696eaa867089bce49c3d | 40,919 | h | C | GameFramework_ThirdParty/FCollada/FCollada/FUtils/FUDaeEnum.h | GavWood/tutorials | d5140129b6acd6d61f6feedcd352c12e4ebabd40 | [
"BSD-2-Clause"
] | 8 | 2017-10-26T14:26:55.000Z | 2022-01-07T07:35:39.000Z | GameFramework_ThirdParty/FCollada/FCollada/FUtils/FUDaeEnum.h | GavWood/tutorials | d5140129b6acd6d61f6feedcd352c12e4ebabd40 | [
"BSD-2-Clause"
] | 1 | 2018-01-27T19:21:07.000Z | 2018-01-31T13:55:09.000Z | GameFramework_ThirdParty/FCollada/FCollada/FUtils/FUDaeEnum.h | GavWood/Game-Framework | d5140129b6acd6d61f6feedcd352c12e4ebabd40 | [
"BSD-2-Clause"
] | 1 | 2021-07-21T17:37:33.000Z | 2021-07-21T17:37:33.000Z | /*
Copyright (C) 2005-2007 Feeling Software Inc.
Portions of the code are:
Copyright (C) 2005-2007 Sony Computer Entertainment America
MIT License: http://www.opensource.org/licenses/mit-license.php
*/
/*
Based on the FS Import classes:
Copyright (C) 2005-2006 Feeling Software Inc
Copyright (C) 2005-2006 Autod... | 45.516129 | 254 | 0.710746 | [
"geometry",
"render",
"vector",
"model"
] |
75b7f8e6c075355a0bc8967e9cb501bd2abe245f | 12,010 | h | C | Code/Components/Synthesis/synthesis/current/parallel/ImagerParallel.h | rtobar/askapsoft | 6bae06071d7d24f41abe3f2b7f9ee06cb0a9445e | [
"BSL-1.0",
"Apache-2.0",
"OpenSSL"
] | null | null | null | Code/Components/Synthesis/synthesis/current/parallel/ImagerParallel.h | rtobar/askapsoft | 6bae06071d7d24f41abe3f2b7f9ee06cb0a9445e | [
"BSL-1.0",
"Apache-2.0",
"OpenSSL"
] | null | null | null | Code/Components/Synthesis/synthesis/current/parallel/ImagerParallel.h | rtobar/askapsoft | 6bae06071d7d24f41abe3f2b7f9ee06cb0a9445e | [
"BSL-1.0",
"Apache-2.0",
"OpenSSL"
] | null | null | null | /// @file
///
/// ImagerParallel: Support for parallel applications using the measurement equation
/// classes.
///
/// @copyright (c) 2007 CSIRO
/// Australia Telescope National Facility (ATNF)
/// Commonwealth Scientific and Industrial Research Organisation (CSIRO)
/// PO Box 76, Epping NSW 1710, Australia
/// atnf-e... | 48.232932 | 109 | 0.660283 | [
"object",
"shape",
"vector",
"model"
] |
5550fae633badf2f4e15685167c3e1c2efb8eaa3 | 902 | h | C | Development/External/wxWindows_2.4.0/include/wx/stack.h | addstone/unrealengine3 | 4579d360dfd52b12493292120b27bb430f978fc8 | [
"FSFAP"
] | 37 | 2020-05-22T18:18:47.000Z | 2022-03-19T06:51:54.000Z | Development/External/wxWindows_2.4.0/include/wx/stack.h | AdanosGotoman/unrealengine3 | 4579d360dfd52b12493292120b27bb430f978fc8 | [
"FSFAP"
] | null | null | null | Development/External/wxWindows_2.4.0/include/wx/stack.h | AdanosGotoman/unrealengine3 | 4579d360dfd52b12493292120b27bb430f978fc8 | [
"FSFAP"
] | 27 | 2020-05-17T01:03:30.000Z | 2022-03-06T19:10:14.000Z | ///////////////////////////////////////////////////////////////////////////////
// Name: wx/stack.h
// Purpose: STL stack clone
// Author: Lindsay Mathieson
// Modified by:
// Created: 30.07.2001
// Copyright: (c) 2001 Lindsay Mathieson <lindsay@mathieson.org>
// Licence: wxWindows license
///... | 20.044444 | 79 | 0.495565 | [
"vector"
] |
5562e560b049fc64a1688aeb48a0bb37dd7ad4ec | 7,416 | h | C | Libs/MRML/Core/vtkMRMLDiffusionTensorVolumeDisplayNode.h | forfullstack/slicersources-src | 91bcecf037a27f3fad4c0ab57e8286fc258bb0f5 | [
"Apache-2.0"
] | null | null | null | Libs/MRML/Core/vtkMRMLDiffusionTensorVolumeDisplayNode.h | forfullstack/slicersources-src | 91bcecf037a27f3fad4c0ab57e8286fc258bb0f5 | [
"Apache-2.0"
] | null | null | null | Libs/MRML/Core/vtkMRMLDiffusionTensorVolumeDisplayNode.h | forfullstack/slicersources-src | 91bcecf037a27f3fad4c0ab57e8286fc258bb0f5 | [
"Apache-2.0"
] | null | null | null | /*=auto=========================================================================
Portions (c) Copyright 2005 Brigham and Women's Hospital (BWH) All Rights Reserved.
See COPYRIGHT.txt
or http://www.slicer.org/copyright/copyright.txt for details.
Program: 3D Slicer
Module: $RCSfile: vtkMRMLDiffusionTens... | 34.816901 | 118 | 0.716694 | [
"render",
"object",
"vector",
"model",
"3d"
] |
55717f04059799f9bcb7511ec5082ea516e54bd8 | 16,515 | h | C | Inc/Android/MMFAndroidMasterHeader.h | kapigames/NoiseExtension | e3ce550a61f33eea4c71a050c610986ac51e3e8e | [
"MIT"
] | 2 | 2021-12-10T17:58:33.000Z | 2022-01-03T10:30:16.000Z | Inc/Android/MMFAndroidMasterHeader.h | kapigames/NoiseExtension | e3ce550a61f33eea4c71a050c610986ac51e3e8e | [
"MIT"
] | 1 | 2021-12-17T21:25:14.000Z | 2021-12-17T21:25:14.000Z | Inc/Android/MMFAndroidMasterHeader.h | kapigames/NoiseExtension | e3ce550a61f33eea4c71a050c610986ac51e3e8e | [
"MIT"
] | null | null | null | #pragma once
#ifndef __ANDROID__
#error Included the wrong header for this OS. Include MMFMasterHeader.h instead
#endif
// Cover up clang warnings about unused features we make available
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wignored-attributes"
#pragma clang diagnostic ignored "-Wunknown-p... | 27.570952 | 150 | 0.703421 | [
"object",
"vector"
] |
55747174a0e9522f54410cc825afa58d13fd634c | 2,403 | h | C | src/renderer/command_buffer.h | skaman/chronicle5 | a187023f129ff1e552204b8a66ca4125d5c0a3a7 | [
"MIT"
] | null | null | null | src/renderer/command_buffer.h | skaman/chronicle5 | a187023f129ff1e552204b8a66ca4125d5c0a3a7 | [
"MIT"
] | null | null | null | src/renderer/command_buffer.h | skaman/chronicle5 | a187023f129ff1e552204b8a66ca4125d5c0a3a7 | [
"MIT"
] | null | null | null | // Copyright (c) 2022 Sandro Cavazzoni.
// Licensed under the MIT license.
// See LICENSE file in the project root for full license information.
#ifndef CHR_RENDERER_COMMAND_BUFFER_H_
#define CHR_RENDERER_COMMAND_BUFFER_H_
#include "common.h"
#include "frame_buffer.h"
#include "pipeline.h"
#include "render_pass.h"
n... | 32.04 | 76 | 0.704536 | [
"render",
"vector"
] |
558e9ebbdb2cead99c83a653798f1d7e4a148747 | 228,153 | c | C | enduser/netmeeting/av/callcont/q931pdu.c | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | enduser/netmeeting/av/callcont/q931pdu.c | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | enduser/netmeeting/av/callcont/q931pdu.c | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | /****************************************************************************
*
* $Archive: S:/STURGEON/SRC/Q931/VCS/q931pdu.c_v $
*
* INTEL Corporation Prorietary Information
*
* This listing is supplied under the terms of a license agreement
* with INTEL Corporation and may not be copied nor di... | 36.586434 | 149 | 0.584082 | [
"object"
] |
5591034535634a4a9224f228eaf6e197d17b3e8e | 7,215 | h | C | include/sycldnn/transpose/launch.h | mcleary/SYCL-DNN | 059a265fc1c80e90ef2652e5c4fe698a5b34eefa | [
"Apache-2.0"
] | 85 | 2018-06-04T08:07:20.000Z | 2022-03-30T15:53:46.000Z | include/sycldnn/transpose/launch.h | mcleary/SYCL-DNN | 059a265fc1c80e90ef2652e5c4fe698a5b34eefa | [
"Apache-2.0"
] | 8 | 2019-07-19T11:10:43.000Z | 2021-02-05T10:18:49.000Z | include/sycldnn/transpose/launch.h | mcleary/SYCL-DNN | 059a265fc1c80e90ef2652e5c4fe698a5b34eefa | [
"Apache-2.0"
] | 19 | 2018-12-28T12:09:22.000Z | 2022-01-08T02:55:14.000Z | /*
* Copyright 2019 Codeplay Software Ltd
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... | 43.993902 | 80 | 0.675814 | [
"vector"
] |
559c83aa74d3dc1a94b2e59f75a5ec10d8fdadd8 | 13,380 | h | C | include/accessor.h | mumairsadiq/celerity_uibk | 288794c39c08026625907c92185c717ee6d14f2a | [
"MIT"
] | null | null | null | include/accessor.h | mumairsadiq/celerity_uibk | 288794c39c08026625907c92185c717ee6d14f2a | [
"MIT"
] | null | null | null | include/accessor.h | mumairsadiq/celerity_uibk | 288794c39c08026625907c92185c717ee6d14f2a | [
"MIT"
] | null | null | null | #pragma once
#include <type_traits>
#include <CL/sycl.hpp>
#include <boost/container/static_vector.hpp>
#include "access_modes.h"
#include "buffer_storage.h"
namespace celerity {
template <int Dims>
class partition;
template <typename DataT, int Dims, cl::sycl::access::mode Mode, cl::sycl::access::target Target>... | 43.868852 | 157 | 0.727877 | [
"vector"
] |
559ca9d08b3648dfa6d57e512c490355bbec4652 | 2,861 | h | C | DataFormats/HLTReco/interface/TriggerFilterObjectWithRefs.h | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 852 | 2015-01-11T21:03:51.000Z | 2022-03-25T21:14:00.000Z | DataFormats/HLTReco/interface/TriggerFilterObjectWithRefs.h | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 30,371 | 2015-01-02T00:14:40.000Z | 2022-03-31T23:26:05.000Z | DataFormats/HLTReco/interface/TriggerFilterObjectWithRefs.h | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 3,240 | 2015-01-02T05:53:18.000Z | 2022-03-31T17:24:21.000Z | #ifndef HLTReco_TriggerFilterObjectWithRefs_h
#define HLTReco_TriggerFilterObjectWithRefs_h
/** \class trigger::TriggerFilterObjectWithRefs
*
* If HLT cuts of intermediate or final HLT filters are satisfied,
* instances of this class hold the combination of reconstructed
* physics objects (e/gamma/mu/jet/MMet..... | 34.46988 | 116 | 0.720028 | [
"object",
"vector",
"model"
] |
559ed7ad001ea3d6b8aeb5f2eba8b1301cb1abd9 | 1,990 | h | C | system/timer.h | jrosenzweig0/resilientdb | 35a8894f47a04c19c8e226098e4f67317da6170f | [
"MIT"
] | null | null | null | system/timer.h | jrosenzweig0/resilientdb | 35a8894f47a04c19c8e226098e4f67317da6170f | [
"MIT"
] | null | null | null | system/timer.h | jrosenzweig0/resilientdb | 35a8894f47a04c19c8e226098e4f67317da6170f | [
"MIT"
] | null | null | null | #include "message.h"
#include <mutex>
#include <random>
#if TIMER_ON
class Timer
{
uint64_t timestamp;
string hash;
Message *msg;
public:
uint64_t get_timestamp();
string get_hash();
Message *get_msg();
void set_data(uint64_t tst, string hsh, Message *cqry);
};
/********** Raft Timers **********/
// Timer f... | 19.70297 | 62 | 0.705528 | [
"vector"
] |
55a4111ba110b8682966c633c4015ce684b105c2 | 6,581 | h | C | include/taco/index_notation/index_notation_visitor.h | xichuang/taco | 04cc19a3906afb0e4fb24f026e5ef6983e40edd3 | [
"MIT"
] | 1 | 2021-06-18T00:00:57.000Z | 2021-06-18T00:00:57.000Z | include/taco/index_notation/index_notation_visitor.h | penpornk/taco | 12e678f35aed71d8a0f95afa794f7f7f68e986d6 | [
"MIT"
] | null | null | null | include/taco/index_notation/index_notation_visitor.h | penpornk/taco | 12e678f35aed71d8a0f95afa794f7f7f68e986d6 | [
"MIT"
] | null | null | null | #ifndef TACO_INDEX_NOTATION_VISITOR_H
#define TACO_INDEX_NOTATION_VISITOR_H
#include <vector>
#include <functional>
#include "taco/error.h"
namespace taco {
class IndexStmt;
class IndexExpr;
class TensorVar;
struct AccessNode;
struct LiteralNode;
struct NegNode;
struct AddNode;
struct SubNode;
struct MulNode;
struc... | 30.188073 | 80 | 0.586537 | [
"vector"
] |
55b80324bef5423e5fc9f1473bbd1d8f7d6b4d05 | 2,777 | h | C | chrome/browser/ui/views/action_box_menu.h | junmin-zhu/chromium-rivertrail | eb1a57aca71fe68d96e48af8998dcfbe45171ee1 | [
"BSD-3-Clause"
] | 5 | 2018-03-10T13:08:42.000Z | 2021-07-26T15:02:11.000Z | chrome/browser/ui/views/action_box_menu.h | sanyaade-mobiledev/chromium.src | d496dfeebb0f282468827654c2b3769b3378c087 | [
"BSD-3-Clause"
] | 1 | 2015-07-21T08:02:01.000Z | 2015-07-21T08:02:01.000Z | chrome/browser/ui/views/action_box_menu.h | jianglong0156/chromium.src | d496dfeebb0f282468827654c2b3769b3378c087 | [
"BSD-3-Clause"
] | 6 | 2016-11-14T10:13:35.000Z | 2021-01-23T15:29:53.000Z | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_UI_VIEWS_ACTION_BOX_MENU_H_
#define CHROME_BROWSER_UI_VIEWS_ACTION_BOX_MENU_H_
#include <map>
#include "base/memory/scoped_pt... | 34.7125 | 78 | 0.732805 | [
"model"
] |
55bc52f523671e28bac03226f40c20a23dff7bc0 | 5,570 | h | C | cpp/distributed/client.h | nx-6/katago-web | bcef19504f8966fd676183e83e50bdfa5e6676f3 | [
"MIT"
] | 12 | 2019-08-20T17:49:36.000Z | 2021-09-18T19:12:02.000Z | cpp/distributed/client.h | nx-6/katago-web | bcef19504f8966fd676183e83e50bdfa5e6676f3 | [
"MIT"
] | 1 | 2020-12-30T22:38:56.000Z | 2021-01-10T03:58:21.000Z | cpp/distributed/client.h | nx-6/katago-web | bcef19504f8966fd676183e83e50bdfa5e6676f3 | [
"MIT"
] | 5 | 2019-09-20T02:11:47.000Z | 2022-01-10T11:51:31.000Z | #ifdef BUILD_DISTRIBUTED
#ifndef DISTRIBUTED_CLIENT_H_
#define DISTRIBUTED_CLIENT_H_
#include "../core/logger.h"
#include "../core/rand.h"
#include "../distributed/httplib_wrapper.h"
#include "../core/multithread.h"
#include "../core/throttle.h"
#include "../dataio/sgf.h"
#include "../dataio/trainingwrite.h"
namespa... | 31.828571 | 148 | 0.707002 | [
"vector",
"model"
] |
55c02ed4b21920f577f6d919b90a774546e22e71 | 2,278 | h | C | Modules/GraphAlgorithms/itkShortestPathCostFunctionTbss.h | liu3xing3long/MITK-2016.11 | 385c506f9792414f40337e106e13d5fd61aa3ccc | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | Modules/GraphAlgorithms/itkShortestPathCostFunctionTbss.h | liu3xing3long/MITK-2016.11 | 385c506f9792414f40337e106e13d5fd61aa3ccc | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | Modules/GraphAlgorithms/itkShortestPathCostFunctionTbss.h | liu3xing3long/MITK-2016.11 | 385c506f9792414f40337e106e13d5fd61aa3ccc | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | /*===================================================================
The Medical Imaging Interaction Toolkit (MITK)
Copyright (c) German Cancer Research Center,
Division of Medical and Biological Informatics.
All rights reserved.
This software is distributed WITHOUT ANY WARRANTY; without
even the implied w... | 31.205479 | 88 | 0.696225 | [
"object"
] |
55c162acd539ada1fa9881e71973afbb48652d97 | 766 | h | C | Project/Dev_class11_handout/Motor2D/O_Bush.h | Guille1406/Project-II | af954426efce06937671f02ac0a5840e5faefb0e | [
"Apache-2.0"
] | null | null | null | Project/Dev_class11_handout/Motor2D/O_Bush.h | Guille1406/Project-II | af954426efce06937671f02ac0a5840e5faefb0e | [
"Apache-2.0"
] | null | null | null | Project/Dev_class11_handout/Motor2D/O_Bush.h | Guille1406/Project-II | af954426efce06937671f02ac0a5840e5faefb0e | [
"Apache-2.0"
] | null | null | null | #ifndef _BUSH_
#define _BUSH_
#include "j1Object.h"
#include "Character.h"
#include <time.h>
class Bush : public Object {
public:
Bush() {
}
Bush(const Bush& obj) {
type = obj.type;
rect = obj.rect;
active = obj.active;
name = obj.name;
active = true;
logic_height = obj.logic_height;
collider_tiles =... | 14.730769 | 54 | 0.64752 | [
"object"
] |
55c8d4d24f52723770200fe16ca62388fe26e739 | 3,344 | h | C | Validation/EcalHits/interface/EcalEndcapSimHitsValidation.h | pasmuss/cmssw | 566f40c323beef46134485a45ea53349f59ae534 | [
"Apache-2.0"
] | null | null | null | Validation/EcalHits/interface/EcalEndcapSimHitsValidation.h | pasmuss/cmssw | 566f40c323beef46134485a45ea53349f59ae534 | [
"Apache-2.0"
] | null | null | null | Validation/EcalHits/interface/EcalEndcapSimHitsValidation.h | pasmuss/cmssw | 566f40c323beef46134485a45ea53349f59ae534 | [
"Apache-2.0"
] | null | null | null | #ifndef EcalEndcapSimHitsValidation_H
#define EcalEndcapSimHitsValidation_H
/*
* \file EcalEndcapSimHitsValidation.h
*
* \author C.Rovelli
*
*/
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/EDAnalyzer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Fr... | 24.588235 | 74 | 0.757476 | [
"vector"
] |
55d145fc6618aebbd2a3a44e0af1754238095f67 | 1,823 | c | C | quick-sort.c | julianaizac/vector-ordering | b30d6d66a972c25888a2e7fb79a697c14e3b4d6b | [
"MIT"
] | 1 | 2020-11-10T01:29:56.000Z | 2020-11-10T01:29:56.000Z | quick-sort.c | julianaizac/vector-ordering | b30d6d66a972c25888a2e7fb79a697c14e3b4d6b | [
"MIT"
] | null | null | null | quick-sort.c | julianaizac/vector-ordering | b30d6d66a972c25888a2e7fb79a697c14e3b4d6b | [
"MIT"
] | null | null | null | #include<stdio.h>
void receiveInformationInVector(int *pVector, int vectorSize);
void quickSort(int *pVector, int start, int end);
int partitions(int *pVector, int start, int end);
void printVector(int *pVector, int vectorSize);
int main(){
int vectorSize;
printf("============= Quick Sort =============\n\n")... | 24.635135 | 62 | 0.559517 | [
"vector"
] |
55d4240ec10bbacc8c7fb735f269be5afa22048d | 8,556 | h | C | include/taco/storage/typed_vector.h | dbd64/taco | 1114197595f2429f76aa883ac410b597aac1f19c | [
"MIT"
] | 1,005 | 2017-05-06T22:29:50.000Z | 2022-03-25T13:47:59.000Z | include/taco/storage/typed_vector.h | dbd64/taco | 1114197595f2429f76aa883ac410b597aac1f19c | [
"MIT"
] | 331 | 2017-05-14T21:25:20.000Z | 2022-03-29T07:11:48.000Z | include/taco/storage/typed_vector.h | dbd64/taco | 1114197595f2429f76aa883ac410b597aac1f19c | [
"MIT"
] | 156 | 2017-05-14T20:45:14.000Z | 2022-03-14T12:54:26.000Z | #ifndef TACO_STORAGE_TYPED_VECTOR_H
#define TACO_STORAGE_TYPED_VECTOR_H
#include <cstring>
#include <vector>
#include <taco/type.h>
#include <taco/storage/array.h>
#include <taco/storage/typed_value.h>
#include <taco/storage/typed_index.h>
namespace taco {
/// Like std::vector but for a dynamic DataType type. Backed ... | 31.112727 | 101 | 0.675783 | [
"vector"
] |
55d5c590bcfd126ece0f3330e5c5259e2e528da5 | 1,368 | h | C | vpc/include/huaweicloud/vpc/v2/model/CreateSubnetResponse.h | yangzhaofeng/huaweicloud-sdk-cpp-v3 | 4f3caac5ba9a9b75b4e5fd61683d1c4d57ec1c23 | [
"Apache-2.0"
] | 5 | 2021-03-03T08:23:43.000Z | 2022-02-16T02:16:39.000Z | vpc/include/huaweicloud/vpc/v2/model/CreateSubnetResponse.h | yangzhaofeng/huaweicloud-sdk-cpp-v3 | 4f3caac5ba9a9b75b4e5fd61683d1c4d57ec1c23 | [
"Apache-2.0"
] | null | null | null | vpc/include/huaweicloud/vpc/v2/model/CreateSubnetResponse.h | yangzhaofeng/huaweicloud-sdk-cpp-v3 | 4f3caac5ba9a9b75b4e5fd61683d1c4d57ec1c23 | [
"Apache-2.0"
] | 7 | 2021-02-26T13:53:35.000Z | 2022-03-18T02:36:43.000Z |
#ifndef HUAWEICLOUD_SDK_VPC_V2_MODEL_CreateSubnetResponse_H_
#define HUAWEICLOUD_SDK_VPC_V2_MODEL_CreateSubnetResponse_H_
#include <huaweicloud/vpc/v2/VpcExport.h>
#include <huaweicloud/core/utils/ModelBase.h>
#include <huaweicloud/core/http/HttpResponse.h>
#include <huaweicloud/vpc/v2/model/Subnet.h>
namespace Hu... | 19.826087 | 62 | 0.676901 | [
"object",
"model"
] |
55d82ef3f2a4cb16cceb548c0911447dea510d4e | 18,189 | c | C | extras/python/q_resampler_python_bindings.c | MalcolmSlaney/audio-to-tactile | 8c1fa37509aa53307f24dc7d54e99f730a8bcc1f | [
"Apache-2.0"
] | 64 | 2019-05-03T17:33:07.000Z | 2022-03-30T17:19:05.000Z | extras/python/q_resampler_python_bindings.c | MalcolmSlaney/audio-to-tactile | 8c1fa37509aa53307f24dc7d54e99f730a8bcc1f | [
"Apache-2.0"
] | null | null | null | extras/python/q_resampler_python_bindings.c | MalcolmSlaney/audio-to-tactile | 8c1fa37509aa53307f24dc7d54e99f730a8bcc1f | [
"Apache-2.0"
] | 10 | 2019-05-17T15:03:34.000Z | 2022-01-29T08:52:03.000Z | /* Copyright 2020-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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | 40.152318 | 80 | 0.601737 | [
"object",
"shape"
] |
55f09a475ee9bf7b0e9df130c6b19815a2611773 | 14,630 | h | C | cpp/analytics/analytics_recorder.h | pkasting/nearby-connections | 8a4abbc686b79c17935851b7e2a81746610c36d4 | [
"Apache-2.0"
] | null | null | null | cpp/analytics/analytics_recorder.h | pkasting/nearby-connections | 8a4abbc686b79c17935851b7e2a81746610c36d4 | [
"Apache-2.0"
] | null | null | null | cpp/analytics/analytics_recorder.h | pkasting/nearby-connections | 8a4abbc686b79c17935851b7e2a81746610c36d4 | [
"Apache-2.0"
] | null | null | null | // Copyright 2020 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... | 42.04023 | 79 | 0.738756 | [
"object",
"vector"
] |
3603044ebdd09edac159529aad6c83f722691651 | 45,246 | h | C | vtkm/worklet/GMMTraining.h | yisyuanliou/VTK-m | cc483c8c2319a78b58b3ab849da8ca448e896220 | [
"BSD-3-Clause"
] | null | null | null | vtkm/worklet/GMMTraining.h | yisyuanliou/VTK-m | cc483c8c2319a78b58b3ab849da8ca448e896220 | [
"BSD-3-Clause"
] | null | null | null | vtkm/worklet/GMMTraining.h | yisyuanliou/VTK-m | cc483c8c2319a78b58b3ab849da8ca448e896220 | [
"BSD-3-Clause"
] | null | null | null | #ifndef vtk_m_worklet_GMMTraining_h
#define vtk_m_worklet_GMMTraining_h
#include <vtkm/Math.h>
#include <vtkm/cont/ArrayHandle.h>
#include <vtkm/cont/ArrayHandleCounting.h>
#include <vtkm/worklet/DispatcherMapField.h>
#include <vtkm/worklet/WorkletMapField.h>
#include <vtkm/cont/DeviceAdapter.h>
#include <vtkm/cont/De... | 42.846591 | 199 | 0.573907 | [
"vector",
"transform"
] |
36044c87ec1208cdad9778e6508375399ca05401 | 1,310 | h | C | src/technical_indicator/average_true_range.h | maxindelicato/signaldata | ad14fc3ab46cafeebbbd6232ea382865e63f300a | [
"BSD-3-Clause"
] | 12 | 2019-05-27T07:57:49.000Z | 2022-01-26T04:43:09.000Z | src/technical_indicator/average_true_range.h | maxindelicato/signaldata | ad14fc3ab46cafeebbbd6232ea382865e63f300a | [
"BSD-3-Clause"
] | null | null | null | src/technical_indicator/average_true_range.h | maxindelicato/signaldata | ad14fc3ab46cafeebbbd6232ea382865e63f300a | [
"BSD-3-Clause"
] | 3 | 2018-10-12T16:52:38.000Z | 2018-12-15T16:07:29.000Z | #pragma once
#include <algorithm>
#include <iostream>
#include <list>
#include <numeric>
#include <string>
#include <vector>
#include "xtensor/xarray.hpp"
#include "xtensor/xeval.hpp"
#include "xtensor/xindex_view.hpp"
#include "xtensor/xio.hpp"
#include "xtensor/xmath.hpp"
#include "xtensor/xtensor.hpp"
#include "tru... | 31.190476 | 105 | 0.626718 | [
"shape",
"vector"
] |
36050a41a85ed4c91f8f183af66d1abe7d27641a | 5,244 | h | C | inc/C_H/rt_misc.h | FlashSoft/GPSTracker | d5135c6b11c0ae022b212d4517cc18c33a038bc4 | [
"BSD-2-Clause"
] | 3 | 2021-05-29T20:32:01.000Z | 2021-07-18T19:15:46.000Z | inc/C_H/rt_misc.h | copslock/RecorderGPSTracker | fc2c1f72327a1b7d8483427f588eaeca7985a6c7 | [
"BSD-2-Clause"
] | null | null | null | inc/C_H/rt_misc.h | copslock/RecorderGPSTracker | fc2c1f72327a1b7d8483427f588eaeca7985a6c7 | [
"BSD-2-Clause"
] | 5 | 2020-10-04T14:59:29.000Z | 2022-03-22T16:31:31.000Z | /* rt_misc.h: definitions for miscellaneous retargetable functions
*
* Copyright 1999 ARM Limited. All rights reserved.
*
* RCS $Revision: 1.5.2.2 $
* Checkin $Date: 2001/04/23 11:51:33 $
* Revising $Author: statham $
*/
#ifndef __RT_MISC_H
#define __RT_MISC_H
#ifdef __cplusplus
extern "C" {
#end... | 34.051948 | 79 | 0.685736 | [
"model"
] |
3606131fb6c83b3ca4821ed3fc7fbedb89565857 | 3,860 | h | C | folly/experimental/EnvUtil.h | lrita/folly | a315c6b038935397cddc96653e873a8985b263f6 | [
"Apache-2.0"
] | 1 | 2022-03-09T21:40:42.000Z | 2022-03-09T21:40:42.000Z | folly/experimental/EnvUtil.h | lrita/folly | a315c6b038935397cddc96653e873a8985b263f6 | [
"Apache-2.0"
] | 1 | 2022-03-28T16:56:01.000Z | 2022-03-28T16:57:07.000Z | folly/experimental/EnvUtil.h | lrita/folly | a315c6b038935397cddc96653e873a8985b263f6 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* 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 appl... | 33.859649 | 80 | 0.726425 | [
"vector",
"model"
] |
36070c75a1d58fbd82fae4abfb6c3440ef835360 | 9,840 | c | C | Tugas 7/src/graphics/clipping.c | rionaldichandraseta/frame-buffer-practice | 67b5b8f1cd39c72b4955f0b0ed36fd9136830e88 | [
"MIT"
] | null | null | null | Tugas 7/src/graphics/clipping.c | rionaldichandraseta/frame-buffer-practice | 67b5b8f1cd39c72b4955f0b0ed36fd9136830e88 | [
"MIT"
] | null | null | null | Tugas 7/src/graphics/clipping.c | rionaldichandraseta/frame-buffer-practice | 67b5b8f1cd39c72b4955f0b0ed36fd9136830e88 | [
"MIT"
] | null | null | null | #include "clipping.h"
void initSquareClipper(Clipper *clipper, int x0, int y0, int x1, int y1) {
clipper->clipperSize = 4;
clipper->clipperVertex =
(Vertex *)malloc(clipper->clipperSize * sizeof(Vertex));
clipper->clipperVertex[0].x = x0;
clipper->clipperVertex[0].y = y0;
clipper->clipperVe... | 39.677419 | 100 | 0.522154 | [
"shape"
] |
3620e7df103eeafa67fdbf151b0201d9fe059f49 | 2,207 | h | C | bin/funambulus.app/Contents/Frameworks/GLUT.framework/Versions/A/Headers/glsmapint.h | urbanlab/funambulus | 39dd553690d2e0ee839d4850062e3cd7fd26de57 | [
"MIT"
] | 106 | 2015-01-19T04:52:06.000Z | 2021-12-26T21:19:49.000Z | bin/funambulus.app/Contents/Frameworks/GLUT.framework/Versions/A/Headers/glsmapint.h | urbanlab/funambulus | 39dd553690d2e0ee839d4850062e3cd7fd26de57 | [
"MIT"
] | 15 | 2018-02-26T06:05:46.000Z | 2018-03-07T04:06:36.000Z | bin/funambulus.app/Contents/Frameworks/GLUT.framework/Versions/A/Headers/glsmapint.h | urbanlab/funambulus | 39dd553690d2e0ee839d4850062e3cd7fd26de57 | [
"MIT"
] | 31 | 2015-01-22T03:51:31.000Z | 2022-03-31T06:26:19.000Z | #ifndef __glsmapint_h__
#define __glsmapint_h__
/* Copyright (c) Mark J. Kilgard, 1998. */
/* This program is freely distributable without licensing fees
and is provided without guarantee or warrantee expressed or
implied. This program is -not- in the public domain. */
#include "glsmap.h"
enum { X = 0, Y = ... | 21.427184 | 71 | 0.692796 | [
"mesh",
"object"
] |
362262a3c277d09c2020f0cfa52b8b4fde2f7ef0 | 15,276 | h | C | hermes/storage/struct_descriptor.h | filipecn/hermes | c0411cec4d5b216b0f5f7e095805101af2aa6fc0 | [
"MIT"
] | null | null | null | hermes/storage/struct_descriptor.h | filipecn/hermes | c0411cec4d5b216b0f5f7e095805101af2aa6fc0 | [
"MIT"
] | null | null | null | hermes/storage/struct_descriptor.h | filipecn/hermes | c0411cec4d5b216b0f5f7e095805101af2aa6fc0 | [
"MIT"
] | null | null | null | /// Copyright (c) 2021, FilipeCN.
///
/// The MIT License (MIT)
///
/// 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 u... | 52.494845 | 120 | 0.426093 | [
"vector"
] |
3626f530b7c61fd989a32fc649868325c9d9e090 | 1,013 | h | C | SMB3_v2_C++/assets/classes/spatial/Grid.h | Izay0i/SuperMarioBros3 | 46d254aa1ae4396175145d9743932c5c4fbf1763 | [
"MIT"
] | 1 | 2020-11-09T09:08:02.000Z | 2020-11-09T09:08:02.000Z | SMB3_v2_C++/assets/classes/spatial/Grid.h | Izay0i/SuperMarioBros3 | 46d254aa1ae4396175145d9743932c5c4fbf1763 | [
"MIT"
] | null | null | null | SMB3_v2_C++/assets/classes/spatial/Grid.h | Izay0i/SuperMarioBros3 | 46d254aa1ae4396175145d9743932c5c4fbf1763 | [
"MIT"
] | null | null | null | #pragma once
#include "../Entity.h"
#include <vector>
struct Cell {
/*const static unsigned int CELL_WIDTH = static_cast<unsigned int>(GlobalUtil::SCREEN_WIDTH / 2);
const static unsigned int CELL_HEIGHT = static_cast<unsigned int>(GlobalUtil::SCREEN_HEIGHT / 2);*/
const static unsigned int CELL_WIDTH = 500;
con... | 22.021739 | 100 | 0.741362 | [
"vector"
] |
3634b6c0aa3435fd85cce338127c4a9f1ae62931 | 498 | h | C | source/util/stringformat.h | Yang-33/SpatialSkylineQueries-on-TIN | 82b828ccc5fe1e772fbfa04627cf6a8d8d69aaa1 | [
"MIT"
] | null | null | null | source/util/stringformat.h | Yang-33/SpatialSkylineQueries-on-TIN | 82b828ccc5fe1e772fbfa04627cf6a8d8d69aaa1 | [
"MIT"
] | null | null | null | source/util/stringformat.h | Yang-33/SpatialSkylineQueries-on-TIN | 82b828ccc5fe1e772fbfa04627cf6a8d8d69aaa1 | [
"MIT"
] | null | null | null | #ifndef SOURCE_UTIL_STRINGFORMAT_H_
#define SOURCE_UTIL_STRINGFORMAT_H_
#include <cstdio>
#include <string>
#include <vector>
namespace util {
template <typename... Args>
std::string format(const std::string& fmt, Args... args) {
size_t len = std::snprintf(nullptr, 0, fmt.c_str(), args...);
std::vector<char> buf... | 23.714286 | 63 | 0.682731 | [
"vector"
] |
363851d74a853c8cb25af4133250f48c96367916 | 15,394 | h | C | bigflow_python/rpc/impls/backends_impl.h | advancedxy/bigflow_python | 8a244b483404fde7afc42eee98bc964da8ae03e2 | [
"Apache-2.0"
] | 1 | 2021-02-18T20:13:34.000Z | 2021-02-18T20:13:34.000Z | bigflow_python/rpc/impls/backends_impl.h | advancedxy/bigflow_python | 8a244b483404fde7afc42eee98bc964da8ae03e2 | [
"Apache-2.0"
] | null | null | null | bigflow_python/rpc/impls/backends_impl.h | advancedxy/bigflow_python | 8a244b483404fde7afc42eee98bc964da8ae03e2 | [
"Apache-2.0"
] | null | null | null | /***************************************************************************
*
* Copyright (c) 2015 Baidu, Inc. 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
*
... | 37.273608 | 100 | 0.601923 | [
"vector"
] |
3638f478f376adf374ec9fbe291e7b9071d74fa0 | 2,501 | h | C | call/adaptation/test/fake_frame_rate_provider.h | wnpllrzodiac/webrtc_code_mirror | 0e7b3a9dadc64266eba82b0fc1265b36b7794839 | [
"BSD-3-Clause"
] | 344 | 2016-07-03T11:45:20.000Z | 2022-03-19T16:54:10.000Z | call/adaptation/test/fake_frame_rate_provider.h | wnpllrzodiac/webrtc_code_mirror | 0e7b3a9dadc64266eba82b0fc1265b36b7794839 | [
"BSD-3-Clause"
] | 59 | 2020-08-24T09:17:42.000Z | 2022-02-27T23:33:37.000Z | call/adaptation/test/fake_frame_rate_provider.h | wnpllrzodiac/webrtc_code_mirror | 0e7b3a9dadc64266eba82b0fc1265b36b7794839 | [
"BSD-3-Clause"
] | 278 | 2016-04-26T07:37:12.000Z | 2022-01-24T10:09:44.000Z | /*
* Copyright (c) 2020 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 35.728571 | 75 | 0.690524 | [
"vector"
] |
363a31990c79d4a38330566e0ef2ca2736bb1207 | 43,440 | c | C | phpdev/vc9/x86/php-5.6.39/sapi/aolserver/nsssl/ssltcl.c | orynider/php-5.6.3x4VC9 | 47f9765b797279061c364e004153a0919895b23e | [
"BSD-2-Clause"
] | 1 | 2021-02-24T13:01:00.000Z | 2021-02-24T13:01:00.000Z | phpdev/vc9/x86/php-5.6.39/sapi/aolserver/nsssl/ssltcl.c | orynider/php-5.6.3x4VC9 | 47f9765b797279061c364e004153a0919895b23e | [
"BSD-2-Clause"
] | null | null | null | phpdev/vc9/x86/php-5.6.39/sapi/aolserver/nsssl/ssltcl.c | orynider/php-5.6.3x4VC9 | 47f9765b797279061c364e004153a0919895b23e | [
"BSD-2-Clause"
] | null | null | null | /*
* The contents of this file are subject to the AOLserver Public License
* Version 1.1 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at
* http://aolserver.com/.
*
* Software distributed under the License is distributed on an "AS IS"... | 25.583039 | 169 | 0.465585 | [
"object"
] |
36421379d6d86c76a83c54433bc7c829f92d23df | 6,122 | h | C | Engine/Include/Core/Types/Function.h | SparkyPotato/Ignis | 40cf87c03db7c07d3a05ab2c30bbe4fe3b16156c | [
"MIT"
] | 1 | 2021-02-27T15:42:47.000Z | 2021-02-27T15:42:47.000Z | Engine/Include/Core/Types/Function.h | SparkyPotato/Ignis | 40cf87c03db7c07d3a05ab2c30bbe4fe3b16156c | [
"MIT"
] | null | null | null | Engine/Include/Core/Types/Function.h | SparkyPotato/Ignis | 40cf87c03db7c07d3a05ab2c30bbe4fe3b16156c | [
"MIT"
] | null | null | null | /// Copyright (c) 2021 Shaye Garg.
/// \file
/// Type-erased bound functions.
#pragma once
#include "Core/Memory/Memory.h"
#include "Core/Memory/RawAllocator.h"
#include "Core/Misc/Assert.h"
namespace Ignis {
namespace Private {
template<typename>
class Callable;
/// Base for all callable objects.
///
/// \tparam ... | 24.007843 | 108 | 0.675433 | [
"object"
] |
364f499bbbce9c7f989dada31146176b5eebf31c | 10,278 | h | C | include/stone/Syntax/Decl.h | StoneLang/Stone | baf74e460b2c7e03a17d4ec1682b0d5beb3ad6a1 | [
"MIT"
] | null | null | null | include/stone/Syntax/Decl.h | StoneLang/Stone | baf74e460b2c7e03a17d4ec1682b0d5beb3ad6a1 | [
"MIT"
] | null | null | null | include/stone/Syntax/Decl.h | StoneLang/Stone | baf74e460b2c7e03a17d4ec1682b0d5beb3ad6a1 | [
"MIT"
] | null | null | null | #ifndef STONE_SYNTAX_DECL_H
#define STONE_SYNTAX_DECL_H
#include <algorithm>
#include <cassert>
#include <cstddef>
#include <iterator>
#include <string>
#include <type_traits>
#include <utility>
#include "stone/Basic/AddressSpace.h"
#include "stone/Basic/DiagnosticArgument.h"
#include "stone/Basic/LLVM.h"
#include "s... | 25.377778 | 79 | 0.687682 | [
"object"
] |
1d0241cf4c793634487add62f3ee9fc19b829a2d | 846 | h | C | NeuralCLI/NeuralCLI/SupervisedTrainerCLI.h | PatrickShaw/neural-cli | de651ae8dd251587f0f9ceade65d8fef078b7090 | [
"MIT"
] | 4 | 2017-04-24T10:51:19.000Z | 2017-05-26T06:44:19.000Z | NeuralCLI/NeuralCLI/SupervisedTrainerCLI.h | PatrickShaw/neural-cli | de651ae8dd251587f0f9ceade65d8fef078b7090 | [
"MIT"
] | null | null | null | NeuralCLI/NeuralCLI/SupervisedTrainerCLI.h | PatrickShaw/neural-cli | de651ae8dd251587f0f9ceade65d8fef078b7090 | [
"MIT"
] | 1 | 2017-08-19T14:38:41.000Z | 2017-08-19T14:38:41.000Z | #pragma once
#include <memory>
#include <vector>
#include "neural/neural/training/SupervisedTrainer.h"
namespace NeuralCLI {
namespace Training {
/**
* A machine learning supervised trainer. Trains an object to output a set of value for a given set of inputs.
*/
template<typename T>
public interface class Su... | 28.2 | 111 | 0.710402 | [
"object",
"vector"
] |
1d06c5c47fe4bf3e861ec21d67c63734a96280cb | 4,032 | h | C | Unidad3/H.hv6_toy/bin/quast-4.6.3/quast_libs/gnuplot/src/util3d.h | Melcatus/TallerBioinf | 4a3beb210ee277ce213609301ea160746d39b434 | [
"MIT"
] | null | null | null | Unidad3/H.hv6_toy/bin/quast-4.6.3/quast_libs/gnuplot/src/util3d.h | Melcatus/TallerBioinf | 4a3beb210ee277ce213609301ea160746d39b434 | [
"MIT"
] | null | null | null | Unidad3/H.hv6_toy/bin/quast-4.6.3/quast_libs/gnuplot/src/util3d.h | Melcatus/TallerBioinf | 4a3beb210ee277ce213609301ea160746d39b434 | [
"MIT"
] | null | null | null | /*
* $Id: util3d.h,v 1.20.2.1 2015/10/31 04:39:20 sfeam Exp $
*/
/* GNUPLOT - util3d.h */
/*[
* Copyright 1986 - 1993, 1998, 1999, 2004 Thomas Williams, Colin Kelley
*
* Permission to use, copy, and distribute this software and its
* documentation for any purpose with or without fee is hereby granted,
* prov... | 41.56701 | 98 | 0.720486 | [
"3d"
] |
1d0b86d84d0c0379614081eed2966e8a32538cee | 8,392 | c | C | src/native/fixture.c | Trott/llparse-test-fixture | 13380e22dea8a5b63f79265df5ee4a3c7c1ac694 | [
"MIT",
"Unlicense"
] | 2 | 2019-06-22T18:30:28.000Z | 2020-01-17T04:33:03.000Z | src/native/fixture.c | Trott/llparse-test-fixture | 13380e22dea8a5b63f79265df5ee4a3c7c1ac694 | [
"MIT",
"Unlicense"
] | 8 | 2019-04-15T17:52:48.000Z | 2021-09-13T13:27:41.000Z | src/native/fixture.c | Trott/llparse-test-fixture | 13380e22dea8a5b63f79265df5ee4a3c7c1ac694 | [
"MIT",
"Unlicense"
] | 7 | 2019-07-19T23:34:03.000Z | 2021-03-04T07:32:42.000Z | #include <assert.h>
#include <inttypes.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "fixture.h"
#if defined(_MSC_VER)
#if defined(_MSC_EXTENSIONS)
#define DELTA_EPOCH_IN_MICROSECS 11644473600000000Ui64
#else
#define DELTA_EPOCH_IN_MICROSECS 11644473600000000... | 20.720988 | 79 | 0.586153 | [
"3d"
] |
1d0dd3535ea9d8d3e706f623146d3f92a2e8911e | 2,863 | h | C | include/plugins/regex.h | lamanchy/wolf_lib | 9a068072f20825ee853a9a06dc75b9253496769f | [
"Apache-2.0"
] | null | null | null | include/plugins/regex.h | lamanchy/wolf_lib | 9a068072f20825ee853a9a06dc75b9253496769f | [
"Apache-2.0"
] | null | null | null | include/plugins/regex.h | lamanchy/wolf_lib | 9a068072f20825ee853a9a06dc75b9253496769f | [
"Apache-2.0"
] | null | null | null | #pragma once
#include <base/plugins/base_plugin.h>
#include <re2/set.h>
namespace wolf {
class regex : public base_plugin {
public:
using named_regex = std::pair<std::string, std::string>;
explicit regex(const std::vector<named_regex> ®ex_pairs) : regex_set(re2::RE2::Options(), re2::RE2::UNANCHORED) {
fo... | 31.461538 | 132 | 0.605658 | [
"vector"
] |
1d0fd201d2efdb18c84e95bfaaedfe6497ea6129 | 6,812 | h | C | include/test_utils.h | hiraditya/std-benchmark | b2399a60bbd2bfc5512bcefdf7fa0baf9aaa98b0 | [
"Apache-2.0"
] | 17 | 2017-01-13T22:18:50.000Z | 2022-03-11T18:52:21.000Z | include/test_utils.h | hiraditya/std-benchmark | b2399a60bbd2bfc5512bcefdf7fa0baf9aaa98b0 | [
"Apache-2.0"
] | 3 | 2017-11-10T23:48:34.000Z | 2020-03-16T00:54:08.000Z | include/test_utils.h | hiraditya/std-benchmark | b2399a60bbd2bfc5512bcefdf7fa0baf9aaa98b0 | [
"Apache-2.0"
] | 3 | 2017-01-26T15:56:34.000Z | 2022-03-08T02:09:51.000Z | #ifndef TEST_UTILS_H
#define TEST_UTILS_H
#include "rng_utils.h"
#include<cstdlib>
#include<algorithm>
// TODO: Add more aggregates.
struct aggregate {
int first;
int second;
int third;
int fourth;
aggregate() : first(0), second(0), third(0), fourth(0)
{}
// This is a hacky constructor for ::find on ass... | 25.136531 | 80 | 0.622137 | [
"vector"
] |
1d12a2bd108456b00cd14c791e93051de28e0b42 | 5,807 | h | C | bsp/TC264D/Libraries/infineon_libraries/Service/CpuGeneric/SysSe/Math/Ifx_Cf32.h | GorgonMeducer/pikascript | fefe9afb17d14c1a3bbe75c4c6a83d65831f451e | [
"MIT"
] | 228 | 2021-09-11T06:09:43.000Z | 2022-03-30T08:09:01.000Z | bsp/TC264D/Libraries/infineon_libraries/Service/CpuGeneric/SysSe/Math/Ifx_Cf32.h | GorgonMeducer/pikascript | fefe9afb17d14c1a3bbe75c4c6a83d65831f451e | [
"MIT"
] | 48 | 2021-09-25T01:23:43.000Z | 2022-03-31T07:34:43.000Z | bsp/TC264D/Libraries/infineon_libraries/Service/CpuGeneric/SysSe/Math/Ifx_Cf32.h | GorgonMeducer/pikascript | fefe9afb17d14c1a3bbe75c4c6a83d65831f451e | [
"MIT"
] | 31 | 2021-09-17T12:06:45.000Z | 2022-03-19T16:10:11.000Z | /**
* \file Ifx_Cf32.h
* \brief Floating point signal, vector, and matrix library
*
*
* \version disabled
* \copyright Copyright (c) 2013 Infineon Technologies AG. All rights reserved.
*
*
* IMPORTANT NOTICE
*
*
* Use of this file is subject to the terms of use agreed between... | 31.389189 | 105 | 0.676942 | [
"object",
"vector"
] |
1d144b62b1e2f9fc514732339aeab18f3a784974 | 5,544 | h | C | src/Core/Util/DebugStream.h | damu1000/Uintah | 0c768664c1fe0a80eff2bbbd9b837e27f281f0a5 | [
"MIT"
] | 2 | 2021-12-17T05:50:44.000Z | 2021-12-22T21:37:32.000Z | src/Core/Util/DebugStream.h | damu1000/Uintah | 0c768664c1fe0a80eff2bbbd9b837e27f281f0a5 | [
"MIT"
] | null | null | null | src/Core/Util/DebugStream.h | damu1000/Uintah | 0c768664c1fe0a80eff2bbbd9b837e27f281f0a5 | [
"MIT"
] | 1 | 2020-11-30T04:46:05.000Z | 2020-11-30T04:46:05.000Z | /*
* The MIT License
*
* Copyright (c) 1997-2020 The University of Utah
*
* 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
* right... | 30.8 | 99 | 0.660173 | [
"object"
] |
1d162407be0ba858a4dec633b53c0bfe4163f616 | 30,310 | c | C | src/Form.c | ystk/debian-libxaw | a40cb3e333bb802706910738d1eb81862e544e3e | [
"X11"
] | 4 | 2020-08-21T04:21:14.000Z | 2022-01-15T11:26:11.000Z | src/Form.c | ystk/debian-libxaw | a40cb3e333bb802706910738d1eb81862e544e3e | [
"X11"
] | 1 | 2020-02-23T19:22:52.000Z | 2020-02-23T19:22:52.000Z | src/Form.c | ystk/debian-libxaw | a40cb3e333bb802706910738d1eb81862e544e3e | [
"X11"
] | 3 | 2020-12-18T06:33:36.000Z | 2022-02-22T16:25:50.000Z | /* $Xorg: Form.c,v 1.4 2001/02/09 02:03:43 xorgcvs Exp $ */
/***********************************************************
Copyright 1987, 1988, 1994, 1998 The Open Group
Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided t... | 27.281728 | 81 | 0.672484 | [
"geometry"
] |
1d206677ffb13cd7b6d4ebd52c094f2f8890f645 | 3,782 | h | C | arangod/V8Server/V8DealerFeature.h | pjesudhas/ArangoDB | 76684f84ee34f1fff25fc9bf2f4cee7a5abd03cc | [
"BSL-1.0",
"Zlib",
"ICU",
"Apache-2.0"
] | null | null | null | arangod/V8Server/V8DealerFeature.h | pjesudhas/ArangoDB | 76684f84ee34f1fff25fc9bf2f4cee7a5abd03cc | [
"BSL-1.0",
"Zlib",
"ICU",
"Apache-2.0"
] | null | null | null | arangod/V8Server/V8DealerFeature.h | pjesudhas/ArangoDB | 76684f84ee34f1fff25fc9bf2f4cee7a5abd03cc | [
"BSL-1.0",
"Zlib",
"ICU",
"Apache-2.0"
] | null | null | null | ////////////////////////////////////////////////////////////////////////////////
/// DISCLAIMER
///
/// Copyright 2016 ArangoDB GmbH, Cologne, Germany
///
/// 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... | 30.015873 | 80 | 0.709677 | [
"vector"
] |
1d20e821717119a56eeff49d0eedf2adbf305c0b | 10,785 | c | C | src/database.c | bplaat/plaatcraft | 88784dfe8dc0a9ce73e4d172239da9365d041874 | [
"MIT"
] | 1 | 2021-01-03T19:43:41.000Z | 2021-01-03T19:43:41.000Z | src/database.c | bplaat/plaatcraft | 88784dfe8dc0a9ce73e4d172239da9365d041874 | [
"MIT"
] | null | null | null | src/database.c | bplaat/plaatcraft | 88784dfe8dc0a9ce73e4d172239da9365d041874 | [
"MIT"
] | null | null | null | // PlaatCraft - Database
#include "database.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "config.h"
#include "utils.h"
#include "log.h"
Database* database_new(void) {
Database* database = malloc(sizeof(Database));
// Init database connection
if (sqlite3_open("assets/world.db", &... | 38.655914 | 180 | 0.696616 | [
"object"
] |
1d255d1893809bba1e7c8263ad07528106eca26b | 1,197 | h | C | hihope_neptune-oh_hid/00_src/v0.1/drivers/framework/core/manager/include/devmgr_service.h | dawmlight/vendor_oh_fun | bc9fb50920f06cd4c27399f60076f5793043c77d | [
"Apache-2.0"
] | 1 | 2022-02-15T08:51:55.000Z | 2022-02-15T08:51:55.000Z | hihope_neptune-oh_hid/00_src/v0.1/drivers/framework/core/manager/include/devmgr_service.h | dawmlight/vendor_oh_fun | bc9fb50920f06cd4c27399f60076f5793043c77d | [
"Apache-2.0"
] | null | null | null | hihope_neptune-oh_hid/00_src/v0.1/drivers/framework/core/manager/include/devmgr_service.h | dawmlight/vendor_oh_fun | bc9fb50920f06cd4c27399f60076f5793043c77d | [
"Apache-2.0"
] | null | null | null | /*
* Copyright (c) 2020-2021 Huawei Device Co., Ltd.
*
* HDF is dual licensed: you can use it either under the terms of
* the GPL, or the BSD license, at your option.
* See the LICENSE file in the root of this repository for complete details.
*/
#ifndef DEVICE_MANAGER_SERVICE_H
#define DEVICE_MANAGER_SERVICE_H
... | 35.205882 | 97 | 0.806182 | [
"object"
] |
1d3a2a8111f5542d910245611262212b65e4bef4 | 467 | h | C | src/c++/TicTacToe.h | AoWangPhilly/smart-tic-tac-toe | 8d703041f21aebdd7bfff5f20f922df8cf0a8e79 | [
"MIT"
] | null | null | null | src/c++/TicTacToe.h | AoWangPhilly/smart-tic-tac-toe | 8d703041f21aebdd7bfff5f20f922df8cf0a8e79 | [
"MIT"
] | null | null | null | src/c++/TicTacToe.h | AoWangPhilly/smart-tic-tac-toe | 8d703041f21aebdd7bfff5f20f922df8cf0a8e79 | [
"MIT"
] | null | null | null | #ifndef TICTACTOE_H
#define TICTACTOE_H
#include <vector>
class TicTacToe
{
public:
TicTacToe();
std::vector<std::vector<char>> getBoard();
void setBoard(std::vector<std::vector<char>> board);
void display();
bool isAvailable(char pos);
bool noMovesLeft();
void place(char pos, char mark);
... | 21.227273 | 56 | 0.670236 | [
"vector"
] |
1d41c14079cfa427965d577f83433db7a79aee68 | 307 | h | C | ios/Module/Me/View/RRFWiningOrderDetailView.h | lovecrossyou/Puzzle | aa6c76c0d0d705a0f686a5a2913909f3ff680ee5 | [
"MIT"
] | null | null | null | ios/Module/Me/View/RRFWiningOrderDetailView.h | lovecrossyou/Puzzle | aa6c76c0d0d705a0f686a5a2913909f3ff680ee5 | [
"MIT"
] | null | null | null | ios/Module/Me/View/RRFWiningOrderDetailView.h | lovecrossyou/Puzzle | aa6c76c0d0d705a0f686a5a2913909f3ff680ee5 | [
"MIT"
] | null | null | null | //
// RRFWiningOrderDetailView.h
// Puzzle
//
// Created by huipay on 2017/2/7.
// Copyright © 2017年 HuiBei. All rights reserved.
//
#import <UIKit/UIKit.h>
@class RRFWiningOrderDetailModel;
@interface RRFWiningOrderDetailView : UIView
@property(nonatomic,strong)RRFWiningOrderDetailModel *model;
@end
| 21.928571 | 60 | 0.758958 | [
"model"
] |
1d427c5b4ab1bac317aa3b0e86449b12f41a43e1 | 1,277 | c | C | libzathura/actions/action-goto-3d-view.c | pwmt/libzathura | 25ef21efbc5a7bf26d6dedbf5bc7b91a8eea350b | [
"Zlib"
] | 1 | 2022-03-18T02:22:40.000Z | 2022-03-18T02:22:40.000Z | libzathura/actions/action-goto-3d-view.c | pwmt/libzathura | 25ef21efbc5a7bf26d6dedbf5bc7b91a8eea350b | [
"Zlib"
] | null | null | null | libzathura/actions/action-goto-3d-view.c | pwmt/libzathura | 25ef21efbc5a7bf26d6dedbf5bc7b91a8eea350b | [
"Zlib"
] | null | null | null | /* See LICENSE file for license and copyright information */
#include <stdlib.h>
#include "../action.h"
#include "../error.h"
#include "action-goto-3d-view.h"
#include "internal/action-goto-3d-view.h"
#define ACTION_GOTO_3D_VIEW_CHECK_TYPE() \
if (action->type != ZATHURA_ACTION_GOTO_3D_VIEW) { \
return ZATHUR... | 22.803571 | 84 | 0.74863 | [
"3d"
] |
1d43d88f4f3367d97696385427942bdbba3acc6c | 8,446 | c | C | kernel/console.c | erwinwang/HelloX_Kernel | 61e51a6a11d3288affde5ad8ed80a1288893db06 | [
"MIT"
] | 1 | 2018-12-27T08:39:51.000Z | 2018-12-27T08:39:51.000Z | kernel/console.c | erwinwang/HelloX_Kernel | 61e51a6a11d3288affde5ad8ed80a1288893db06 | [
"MIT"
] | null | null | null | kernel/console.c | erwinwang/HelloX_Kernel | 61e51a6a11d3288affde5ad8ed80a1288893db06 | [
"MIT"
] | 1 | 2019-07-18T01:33:19.000Z | 2019-07-18T01:33:19.000Z | //***********************************************************************/
// Author : Garry
// Original Date : Oct 05,2013
// Module Name : console.c
// Module Funciton :
// This module countains the implementation of co... | 22.403183 | 117 | 0.659247 | [
"object"
] |
1d4818c43f453666869496dff638b44f6130d5b1 | 983 | c | C | d/dagger/derro/old/obj/chain.c | Dbevan/SunderingShadows | 6c15ec56cef43c36361899bae6dc08d0ee907304 | [
"MIT"
] | 13 | 2019-07-19T05:24:44.000Z | 2021-11-18T04:08:19.000Z | d/dagger/derro/old/obj/chain.c | Dbevan/SunderingShadows | 6c15ec56cef43c36361899bae6dc08d0ee907304 | [
"MIT"
] | 4 | 2021-03-15T18:56:39.000Z | 2021-08-17T17:08:22.000Z | d/dagger/derro/old/obj/chain.c | Dbevan/SunderingShadows | 6c15ec56cef43c36361899bae6dc08d0ee907304 | [
"MIT"
] | 13 | 2019-09-12T06:22:38.000Z | 2022-01-31T01:15:12.000Z | #include <std.h>
#include "../derrodefs.h"
inherit OBJECT;
void create(){
::create();
set_name("chains");
set_id(({"chains","chain","blackened chains"}));
set_short("%^BOLD%^%^BLACK%^Blackened chains%^RESET%^");
set_long(" These chains are blackened with corrosion and seem to twitch with their own life at t... | 33.896552 | 124 | 0.682604 | [
"object"
] |
1d4987d3abd7be4b6c7f01345b13a0e1a27936cb | 23,089 | h | C | DataGraph.framework/Versions/A/Headers/DGController.h | HildrethResearchGroup/Graphs | 86ee4bf8635dfc81c59a446fa1ada2b4165b5d7a | [
"MIT"
] | 5 | 2020-11-23T21:30:49.000Z | 2022-03-11T16:58:14.000Z | DataGraph.framework/Versions/A/Headers/DGController.h | HildrethResearchGroup/Graphs | 86ee4bf8635dfc81c59a446fa1ada2b4165b5d7a | [
"MIT"
] | null | null | null | DataGraph.framework/Versions/A/Headers/DGController.h | HildrethResearchGroup/Graphs | 86ee4bf8635dfc81c59a446fa1ada2b4165b5d7a | [
"MIT"
] | null | null | null | // Created by David Adalsteinsson on 4/18/07.
// Copyright 2007-2013 Visual Data Tools Inc. All rights reserved.
//
// Three modes of using this
// If you have a DataGraph license it will work fully
// If you don't have a DataGraph license, the string "Register DataGraph" will be written over all graphics
// and ... | 49.760776 | 215 | 0.688726 | [
"object"
] |
1d4acbe6b4ca4b906db9db586548df956b2cbaf2 | 1,442 | h | C | src/BabylonImGui/include/babylon/inspector/components/actiontabs/tabs/propertygrids/lights/common_shadow_light_property_grid_component.h | sacceus/BabylonCpp | 94669cf7cbe3214ec6e905cbf249fa0c9daf6222 | [
"Apache-2.0"
] | null | null | null | src/BabylonImGui/include/babylon/inspector/components/actiontabs/tabs/propertygrids/lights/common_shadow_light_property_grid_component.h | sacceus/BabylonCpp | 94669cf7cbe3214ec6e905cbf249fa0c9daf6222 | [
"Apache-2.0"
] | null | null | null | src/BabylonImGui/include/babylon/inspector/components/actiontabs/tabs/propertygrids/lights/common_shadow_light_property_grid_component.h | sacceus/BabylonCpp | 94669cf7cbe3214ec6e905cbf249fa0c9daf6222 | [
"Apache-2.0"
] | null | null | null | #ifndef BABYLON_INSPECTOR_COMPONENTS_ACTION_TABS_TABS_PROPERTY_GRIDS_LIGHTS_COMMON_SHADOW_LIGHT_PROPERTY_GRID_COMPONENT_H
#define BABYLON_INSPECTOR_COMPONENTS_ACTION_TABS_TABS_PROPERTY_GRIDS_LIGHTS_COMMON_SHADOW_LIGHT_PROPERTY_GRID_COMPONENT_H
#include <memory>
#include <babylon/babylon_api.h>
#include <babylon/inspe... | 35.170732 | 123 | 0.776006 | [
"render"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.