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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e05849733e0fbec3e0174bff306de63e18406f70 | 1,943 | h | C | src/ConfigFile.h | Thraix/MakeGen | 61f9c3ee0dc15f784ac1f256d4ca0b0609d6b3ea | [
"MIT"
] | 1 | 2020-03-27T13:12:36.000Z | 2020-03-27T13:12:36.000Z | src/ConfigFile.h | Thraix/MakeGen | 61f9c3ee0dc15f784ac1f256d4ca0b0609d6b3ea | [
"MIT"
] | null | null | null | src/ConfigFile.h | Thraix/MakeGen | 61f9c3ee0dc15f784ac1f256d4ca0b0609d6b3ea | [
"MIT"
] | null | null | null | #pragma once
#include "ConfigUtils.h"
#include "xml/XMLObject.h"
#include <map>
#include <optional>
#include <string>
#include <vector>
static const std::string CONFIG_FILENAME = "makegen.xml";
class ConfigFile
{
private:
ConfigCache cache;
XMLObject config;
// Current configuration
std::string t... | 32.383333 | 130 | 0.727226 | [
"vector"
] |
e05ad2783ff2ef95ec9262041025c7604db33cf3 | 25,117 | h | C | src/kv/store.h | Bamuir3/CCF | 21d819a2a9a6bf087063b6fdefe3722a85c47bbe | [
"Apache-2.0"
] | null | null | null | src/kv/store.h | Bamuir3/CCF | 21d819a2a9a6bf087063b6fdefe3722a85c47bbe | [
"Apache-2.0"
] | null | null | null | src/kv/store.h | Bamuir3/CCF | 21d819a2a9a6bf087063b6fdefe3722a85c47bbe | [
"Apache-2.0"
] | null | null | null | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the Apache 2.0 License.
#pragma once
#include "ds/ccf_exception.h"
#include "kv_serialiser.h"
#include "kv_types.h"
#include "map.h"
#include "snapshot.h"
#include "view_containers.h"
#include <fmt/format.h>
namespace kv
{
class Store :... | 28.032366 | 80 | 0.584146 | [
"object",
"vector"
] |
e05b358ba6014a5376583ed497217c2c2b4dd429 | 1,329 | h | C | src/front-end/inference/identifier.h | lbrugnara/zenit | 72cf091e8c392c895adaa7ac623320af92a8b452 | [
"MIT"
] | 4 | 2019-04-27T21:09:56.000Z | 2022-02-03T21:22:14.000Z | src/front-end/inference/identifier.h | lbrugnara/zenit | 72cf091e8c392c895adaa7ac623320af92a8b452 | [
"MIT"
] | null | null | null | src/front-end/inference/identifier.h | lbrugnara/zenit | 72cf091e8c392c895adaa7ac623320af92a8b452 | [
"MIT"
] | null | null | null | #ifndef ZENIT_INFER_IDENTIFIER_H
#define ZENIT_INFER_IDENTIFIER_H
#include "infer.h"
#include "../utils.h"
/*
* Function: zenit_infer_types_in_identifier_node
* At this point the symbol must be defined, so we need to retrieve it from the symbol table
* and return its type information
*
* Parameters:
* <Zenit... | 39.088235 | 165 | 0.76298 | [
"object"
] |
e05b826cbd19871e77fe87b8ef427a9570999ef0 | 4,563 | h | C | media/base/composite_filter.h | gavinp/chromium | 681563ea0f892a051f4ef3d5e53438e0bb7d2261 | [
"BSD-3-Clause"
] | 1 | 2016-03-10T09:13:57.000Z | 2016-03-10T09:13:57.000Z | media/base/composite_filter.h | gavinp/chromium | 681563ea0f892a051f4ef3d5e53438e0bb7d2261 | [
"BSD-3-Clause"
] | 1 | 2022-03-13T08:39:05.000Z | 2022-03-13T08:39:05.000Z | media/base/composite_filter.h | gavinp/chromium | 681563ea0f892a051f4ef3d5e53438e0bb7d2261 | [
"BSD-3-Clause"
] | null | null | null | // 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 MEDIA_BASE_COMPOSITE_FILTER_H_
#define MEDIA_BASE_COMPOSITE_FILTER_H_
#include <vector>
#include "base/callback.h"
#include "base/memory/wea... | 30.218543 | 80 | 0.748411 | [
"object",
"vector"
] |
e06119eb5cbb924d049cf180a5c5ea7ba8094a26 | 8,162 | h | C | src/edit/sources/proland/edit/EditOrthoProducer.h | stormbirds/Proland-4.0 | fdff3642e36c56af8ec5f9299166a3d4bf36d33a | [
"Unlicense"
] | 99 | 2015-01-14T21:18:20.000Z | 2021-12-01T09:42:15.000Z | src/edit/sources/proland/edit/EditOrthoProducer.h | stormbirds/Proland-4.0 | fdff3642e36c56af8ec5f9299166a3d4bf36d33a | [
"Unlicense"
] | null | null | null | src/edit/sources/proland/edit/EditOrthoProducer.h | stormbirds/Proland-4.0 | fdff3642e36c56af8ec5f9299166a3d4bf36d33a | [
"Unlicense"
] | 46 | 2015-04-03T12:38:31.000Z | 2021-09-26T02:38:56.000Z | /*
* Proland: a procedural landscape rendering library.
* Copyright (c) 2008-2011 INRIA
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your op... | 29.046263 | 156 | 0.670056 | [
"vector"
] |
e062d041c2f4bdb8640cb2b0e953344c26ba6b57 | 10,600 | h | C | aws-cpp-sdk-iot/include/aws/iot/model/DescribeMitigationActionResult.h | lintonv/aws-sdk-cpp | 15e19c265ffce19d2046b18aa1b7307fc5377e58 | [
"Apache-2.0"
] | null | null | null | aws-cpp-sdk-iot/include/aws/iot/model/DescribeMitigationActionResult.h | lintonv/aws-sdk-cpp | 15e19c265ffce19d2046b18aa1b7307fc5377e58 | [
"Apache-2.0"
] | null | null | null | aws-cpp-sdk-iot/include/aws/iot/model/DescribeMitigationActionResult.h | lintonv/aws-sdk-cpp | 15e19c265ffce19d2046b18aa1b7307fc5377e58 | [
"Apache-2.0"
] | 1 | 2020-11-04T03:18:11.000Z | 2020-11-04T03:18:11.000Z | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/iot/IoT_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/iot/model/MitigationActionType.h>
#include <aws/iot/model/MitigationActionParams.h>
#includ... | 33.438486 | 149 | 0.670755 | [
"model"
] |
e0696a6df35902551232291886ba33d2544d5f46 | 5,489 | h | C | monitor/definitions.h | VincentTofterup/VKT_MasterThesis_FailSafeModule | b7b15671cf5a276675134d9cc81382e42ade1306 | [
"BSD-3-Clause"
] | null | null | null | monitor/definitions.h | VincentTofterup/VKT_MasterThesis_FailSafeModule | b7b15671cf5a276675134d9cc81382e42ade1306 | [
"BSD-3-Clause"
] | null | null | null | monitor/definitions.h | VincentTofterup/VKT_MasterThesis_FailSafeModule | b7b15671cf5a276675134d9cc81382e42ade1306 | [
"BSD-3-Clause"
] | null | null | null | #include <iostream>
#include <stdio.h>
#include <fcntl.h> /* File Control Definitions */
#include <termios.h> /* POSIX Terminal Control Definitions */
#include <unistd.h> ... | 32.099415 | 152 | 0.605939 | [
"vector"
] |
e06b5ecf51abe9a79a7aa887b05be9d8fdffe61c | 696 | h | C | src/ORangeTreeInterface.h | young-du/oblivious-range-tree | 810217bf870801f07c499c7e600068b11328f6cf | [
"MIT"
] | null | null | null | src/ORangeTreeInterface.h | young-du/oblivious-range-tree | 810217bf870801f07c499c7e600068b11328f6cf | [
"MIT"
] | null | null | null | src/ORangeTreeInterface.h | young-du/oblivious-range-tree | 810217bf870801f07c499c7e600068b11328f6cf | [
"MIT"
] | null | null | null | //
//
//
#ifndef _ORangeTREEINTERFACE_H
#define _ORangeTREEINTERFACE_H
#include "Block.h"
#include <vector>
class ORangeTreeInterface {
public:
struct Root
{
int id = -1;
int leaf_id = -1;
};
virtual void build(vector<Point>) = 0;
virtual vector<Point> search(double x1, double... | 20.470588 | 81 | 0.635057 | [
"vector"
] |
e071bbfdc342714728539a68547659682eb13b32 | 6,237 | h | C | mbed-os-empty/source/BLEProcess.h | 90felipe09/dp3t-usp-android | d13690934c9877fbac8f0b20945200e69adc27f0 | [
"MIT"
] | null | null | null | mbed-os-empty/source/BLEProcess.h | 90felipe09/dp3t-usp-android | d13690934c9877fbac8f0b20945200e69adc27f0 | [
"MIT"
] | 1 | 2020-07-29T11:12:46.000Z | 2020-07-29T11:12:46.000Z | mbed-os-empty/source/BLEProcess.h | 90felipe09/dp3t-usp-android | d13690934c9877fbac8f0b20945200e69adc27f0 | [
"MIT"
] | null | null | null | /* mbed Microcontroller Library
* Copyright (c) 2017 ARM Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless require... | 26.653846 | 82 | 0.620491 | [
"object"
] |
e081ebef609013cc9fa6cc63a93d71e3eda1b2df | 16,935 | h | C | src/weps.h | Moomed-Hamed/war-game | 2717a835d9bd3b49d1335b2824c8bbf1ff1c7b0a | [
"MIT"
] | null | null | null | src/weps.h | Moomed-Hamed/war-game | 2717a835d9bd3b49d1335b2824c8bbf1ff1c7b0a | [
"MIT"
] | null | null | null | src/weps.h | Moomed-Hamed/war-game | 2717a835d9bd3b49d1335b2824c8bbf1ff1c7b0a | [
"MIT"
] | null | null | null | #include "player.h"
#define MAX_BULLETS 16
struct Bullet
{
uint type;
vec3 position, velocity;
float damage, age; // age is in seconds
};
void spawn(Bullet* bullets, vec3 position, vec3 velocity, uint type = 1)
{
for (uint i = 0; i < MAX_BULLETS; i++)
{
if (bullets[i].type == NULL)
{
bullets[i] = { type,... | 26.711356 | 144 | 0.630174 | [
"mesh",
"transform"
] |
e089f49ec28449dcc9063811be61d941a595624c | 3,907 | h | C | include/bitd/platform-thread.h | Bitdribble/bitdribble | ff98d6e58a496de21a79b6b2b85b1ff01c01d573 | [
"Apache-2.0"
] | null | null | null | include/bitd/platform-thread.h | Bitdribble/bitdribble | ff98d6e58a496de21a79b6b2b85b1ff01c01d573 | [
"Apache-2.0"
] | null | null | null | include/bitd/platform-thread.h | Bitdribble/bitdribble | ff98d6e58a496de21a79b6b2b85b1ff01c01d573 | [
"Apache-2.0"
] | null | null | null | /*****************************************************************************
*
* Original Author: Andrei Radulescu-Banu
* Creation Date:
* Description:
*
* Copyright 2018 by Andrei Radulescu-Banu. All Rights Reserved.
* Unauthorized reproduction, modification, distribution, transmission,
* republicatio... | 28.518248 | 79 | 0.539544 | [
"object"
] |
e08ed0dca17002d91c5902c76e2a266a196288d2 | 3,433 | h | C | UnrealEngine-4.11.2-release/Engine/Source/Editor/UnrealEd/Public/EditorClassUtils.h | armroyce/Unreal | ea1cdebe70407d59af4e8366d7111c52ce4606df | [
"MIT"
] | 1 | 2016-10-01T21:35:52.000Z | 2016-10-01T21:35:52.000Z | UnrealEngine-4.11.2-release/Engine/Source/Editor/UnrealEd/Public/EditorClassUtils.h | armroyce/Unreal | ea1cdebe70407d59af4e8366d7111c52ce4606df | [
"MIT"
] | null | null | null | UnrealEngine-4.11.2-release/Engine/Source/Editor/UnrealEd/Public/EditorClassUtils.h | armroyce/Unreal | ea1cdebe70407d59af4e8366d7111c52ce4606df | [
"MIT"
] | 1 | 2021-04-27T08:48:33.000Z | 2021-04-27T08:48:33.000Z | // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved.
#pragma once
class UClass;
class SToolTip;
namespace FEditorClassUtils
{
/**
* Gets the page that documentation for this class is contained on
*
* @param InClass Class we want to find the documentation page of
* @return Path to the documentat... | 36.521277 | 178 | 0.740752 | [
"object"
] |
e0998ca953cdf003129187cfb4d72db271fda924 | 14,120 | h | C | vpc/include/tencentcloud/vpc/v20170312/model/SecurityGroupPolicy.h | TencentCloud/tencentcloud-sdk-cpp-intl-en | 752c031f5ad2c96868183c5931eae3a42dd5ae6c | [
"Apache-2.0"
] | 1 | 2022-01-27T09:27:34.000Z | 2022-01-27T09:27:34.000Z | vpc/include/tencentcloud/vpc/v20170312/model/SecurityGroupPolicy.h | TencentCloud/tencentcloud-sdk-cpp-intl-en | 752c031f5ad2c96868183c5931eae3a42dd5ae6c | [
"Apache-2.0"
] | null | null | null | vpc/include/tencentcloud/vpc/v20170312/model/SecurityGroupPolicy.h | TencentCloud/tencentcloud-sdk-cpp-intl-en | 752c031f5ad2c96868183c5931eae3a42dd5ae6c | [
"Apache-2.0"
] | null | null | null | /*
* Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
... | 42.917933 | 269 | 0.501841 | [
"object",
"vector",
"model"
] |
e09d7132df3f17fb4415b397df02289d2735f861 | 1,939 | h | C | ios/chrome/browser/ui/table_view/cells/table_view_url_item.h | zipated/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | ios/chrome/browser/ui/table_view/cells/table_view_url_item.h | cangulcan/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | ios/chrome/browser/ui/table_view/cells/table_view_url_item.h | cangulcan/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | // Copyright 2018 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 IOS_CHROME_BROWSER_UI_TABLE_VIEW_CELLS_TABLE_VIEW_URL_ITEM_H_
#define IOS_CHROME_BROWSER_UI_TABLE_VIEW_CELLS_TABLE_VIEW_URL_ITEM_H_
#import <UIKi... | 36.584906 | 78 | 0.795771 | [
"model"
] |
6d6fcba64d42f31d65974b1c9b8c7be1e9c17896 | 1,524 | h | C | framework/platform/bpl/ugw/cfg/cal/calpp_message.h | marcos-mxl/prplMesh | de16b3f74cf90d5d269e4b6f43723a34bc065917 | [
"BSD-2-Clause-Patent"
] | 1 | 2019-05-01T14:45:06.000Z | 2019-05-01T14:45:06.000Z | framework/platform/bpl/ugw/cfg/cal/calpp_message.h | marcos-mxl/prplMesh | de16b3f74cf90d5d269e4b6f43723a34bc065917 | [
"BSD-2-Clause-Patent"
] | 8 | 2019-05-26T08:19:32.000Z | 2019-06-03T14:41:05.000Z | framework/platform/bpl/ugw/cfg/cal/calpp_message.h | marcos-mxl/prplMesh | de16b3f74cf90d5d269e4b6f43723a34bc065917 | [
"BSD-2-Clause-Patent"
] | 2 | 2019-05-01T14:46:58.000Z | 2019-05-02T15:23:56.000Z | /* SPDX-License-Identifier: BSD-2-Clause-Patent
*
* Copyright (c) 2016-2019 Intel Corporation
*
* This code is subject to the terms of the BSD+Patent license.
* See LICENSE file for more details.
*/
#ifndef __COMMON_CALPP_MESSAGE_H__
#define __COMMON_CALPP_MESSAGE_H__
#include "calpp_object_list.h"
namespace b... | 27.709091 | 97 | 0.708661 | [
"object"
] |
6d766b7c69ee884c06e8d8fe73b3bea3e6d35b85 | 1,997 | h | C | BeatHeroes/LevelManager.h | inzombiak/BeatHeroes | cb1b02247af0203d2526838806a57465ebdcff60 | [
"MIT"
] | null | null | null | BeatHeroes/LevelManager.h | inzombiak/BeatHeroes | cb1b02247af0203d2526838806a57465ebdcff60 | [
"MIT"
] | null | null | null | BeatHeroes/LevelManager.h | inzombiak/BeatHeroes | cb1b02247af0203d2526838806a57465ebdcff60 | [
"MIT"
] | null | null | null | #pragma once
#include "TinyXML2/tinyxml2.h"
#include <string>
#include <vector>
#include "EnemyManager.h"
#include "GridItem.h"
#include "IHero.h"
struct CellData
{
int row;
int column;
int R, G, B;
};
class IHero;
class LevelManager
{
public:
int m_tempOffsetX = 0;
int m_tempOffsetY = 0;
LevelManag... | 19.97 | 73 | 0.694041 | [
"vector"
] |
6d8b28a6d2b88c52408a6c1674167acbd7bdc88f | 8,867 | c | C | ext/yices/tests/unit/test_bit_expr.c | maelvls/ocamlyices2 | 554893d467a4bf3e9b0b630833b417348b15e771 | [
"0BSD"
] | 2 | 2017-04-05T13:53:54.000Z | 2018-11-23T00:16:01.000Z | ext/yices/tests/unit/test_bit_expr.c | maelvls/ocamlyices2 | 554893d467a4bf3e9b0b630833b417348b15e771 | [
"0BSD"
] | 5 | 2017-04-07T14:29:10.000Z | 2021-01-08T18:01:46.000Z | ext/yices/tests/unit/test_bit_expr.c | maelvls/ocamlyices2 | 554893d467a4bf3e9b0b630833b417348b15e771 | [
"0BSD"
] | 1 | 2017-04-05T16:58:14.000Z | 2017-04-05T16:58:14.000Z | /*
* The Yices SMT Solver. Copyright 2014 SRI International.
*
* This program may only be used subject to the noncommercial end user
* license agreement which is downloadable along with this program.
*/
/*
* Test of the XOR/OR graph
*/
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <inttyp... | 16.857414 | 70 | 0.564791 | [
"vector"
] |
6da2a5e0804cdab21d018a3474eebad28f640543 | 4,775 | h | C | TameParse/Dfa/lexer.h | Logicalshift/TameParse | 59512fc5c098046922099a59328ca82f174d8f68 | [
"MIT"
] | 6 | 2018-01-10T22:37:32.000Z | 2019-06-19T04:44:32.000Z | TameParse/Dfa/lexer.h | Logicalshift/TameParse | 59512fc5c098046922099a59328ca82f174d8f68 | [
"MIT"
] | null | null | null | TameParse/Dfa/lexer.h | Logicalshift/TameParse | 59512fc5c098046922099a59328ca82f174d8f68 | [
"MIT"
] | null | null | null | //
// lexer.h
// Parse
//
// Created by Andrew Hunter on 28/04/2011.
//
// Copyright (c) 2011-2012 Andrew Hunter
//
// 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 r... | 41.163793 | 125 | 0.655916 | [
"object"
] |
6da2b715c48dd00855dd07490c3140ad155d664b | 10,575 | c | C | Source/CS_vertconUS.c | normanb/CS-Map | 1d8f2db7f13194a99dc218d4cd91754c64a2a774 | [
"BSD-3-Clause"
] | null | null | null | Source/CS_vertconUS.c | normanb/CS-Map | 1d8f2db7f13194a99dc218d4cd91754c64a2a774 | [
"BSD-3-Clause"
] | 1 | 2017-01-11T00:46:59.000Z | 2017-02-01T01:26:26.000Z | Source/CS_vertconUS.c | normanb/CS-Map | 1d8f2db7f13194a99dc218d4cd91754c64a2a774 | [
"BSD-3-Clause"
] | null | null | null | /*
* Copyright (c) 2008, Autodesk, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
* notice, this list of c... | 28.658537 | 122 | 0.648416 | [
"object"
] |
6dbb43785901b21eb3321a4a893dc75ff7f31db4 | 1,332 | h | C | Source/Glimmer/gptWindow.h | i-saint/Glimmer | 082f6ad4981e2c8ce73939efd03cdd400ce666cc | [
"MIT"
] | null | null | null | Source/Glimmer/gptWindow.h | i-saint/Glimmer | 082f6ad4981e2c8ce73939efd03cdd400ce666cc | [
"MIT"
] | null | null | null | Source/Glimmer/gptWindow.h | i-saint/Glimmer | 082f6ad4981e2c8ce73939efd03cdd400ce666cc | [
"MIT"
] | null | null | null | #pragma once
#include "gptEntity.h"
namespace gpt {
class Window : public RefCount<IWindow>
{
public:
Window(int width, int height, WindowFlag flags);
~Window();
bool open(int width, int height, WindowFlag flags);
void close() override;
void processMessages() override;
void addCallback(IWind... | 22.2 | 55 | 0.668168 | [
"vector"
] |
6dbca42900746107d9955101b6a8f2135f07db87 | 1,178 | h | C | src/Gui/Widgets/Button.h | AndrzejWoronko/WebPassWare | 9af0df61a9279f1ffe8561714656265f4bec7939 | [
"MIT"
] | null | null | null | src/Gui/Widgets/Button.h | AndrzejWoronko/WebPassWare | 9af0df61a9279f1ffe8561714656265f4bec7939 | [
"MIT"
] | null | null | null | src/Gui/Widgets/Button.h | AndrzejWoronko/WebPassWare | 9af0df61a9279f1ffe8561714656265f4bec7939 | [
"MIT"
] | null | null | null | #ifndef BUTTON_H
#define BUTTON_H
#include "Global.h"
#include <QPushButton>
#include <QToolButton>
#include <QAction>
class CButtonPrivate
{
ADD_FIELD(QString, m_text, getText, setText)
ADD_FIELD(QString, m_icon, getIcon, setIcon)
ADD_FIELD(QSize, m_shape, getShape, setShape)
ADD_FIELD(QString, m_tip... | 26.177778 | 132 | 0.730051 | [
"shape"
] |
6dbcad4abd891cf4375d1222ff5f770b76515710 | 42,925 | h | C | include/VFVServer.h | MickaelSERENO/SciVis_Server | 35b07c832d053b49e4f3f9f85b5168dddedcaf5e | [
"MIT"
] | null | null | null | include/VFVServer.h | MickaelSERENO/SciVis_Server | 35b07c832d053b49e4f3f9f85b5168dddedcaf5e | [
"MIT"
] | null | null | null | include/VFVServer.h | MickaelSERENO/SciVis_Server | 35b07c832d053b49e4f3f9f85b5168dddedcaf5e | [
"MIT"
] | null | null | null | #ifndef VFVSERVER_INC
#define VFVSERVER_INC
#include <map>
#include <string>
#include <stack>
#include <cstdio>
#include <cstdlib>
#include <fstream>
#include <sys/time.h>
#include <float.h>
#include "Server.h"
#include "VFVClientSocket.h"
#include "Datasets/VectorFieldDataset.h"
#include "Datasets/Annotation/Annota... | 62.120116 | 210 | 0.638043 | [
"object",
"vector",
"3d"
] |
6dc03d8780d469d03e9af103fe8b800e20d72adf | 9,037 | c | C | src/PJ/thikline.c | AnimatorPro/Animator-Pro | 6d0b68cd94bb5cfde2cdd05e9a7c8ee1e1cb3cbb | [
"BSD-3-Clause"
] | 119 | 2015-01-10T15:13:50.000Z | 2022-01-24T04:54:34.000Z | src/PJ/thikline.c | AnimatorPro/Animator-Pro | 6d0b68cd94bb5cfde2cdd05e9a7c8ee1e1cb3cbb | [
"BSD-3-Clause"
] | 6 | 2015-10-22T20:14:59.000Z | 2021-07-10T03:25:21.000Z | src/PJ/thikline.c | AnimatorPro/Animator-Pro | 6d0b68cd94bb5cfde2cdd05e9a7c8ee1e1cb3cbb | [
"BSD-3-Clause"
] | 27 | 2015-04-24T22:55:30.000Z | 2022-01-21T13:54:00.000Z |
/* thikline. - one of the more horrifying modules at the time of writing.
The idea is simply to draw a line wider than one pixel thick. I used
to do this by 'dragging a brush', but this gets less and less efficient
as the brush size gets larger. Instead we make up a 4 sided polygon
and polyfill it.... | 22.31358 | 76 | 0.531039 | [
"render"
] |
6dcb275be9af01d133738fb7541e282b88e6453e | 1,618 | h | C | src/BatchWrapper/CProcBlock.h | mssl-imaging/CASP-GO | 809eabbaf3eee2d690f16f5b784c04acfae87191 | [
"Apache-2.0"
] | 3 | 2019-12-17T13:46:19.000Z | 2021-07-02T13:35:33.000Z | src/BatchWrapper/CProcBlock.h | mssl-imaging/CASP-GO | 809eabbaf3eee2d690f16f5b784c04acfae87191 | [
"Apache-2.0"
] | null | null | null | src/BatchWrapper/CProcBlock.h | mssl-imaging/CASP-GO | 809eabbaf3eee2d690f16f5b784c04acfae87191 | [
"Apache-2.0"
] | 2 | 2021-04-19T10:28:48.000Z | 2021-07-02T13:35:37.000Z | #ifndef CPROCBLOCK_H
#define CPROCBLOCK_H
#include <fstream>
#include <string>
#include <time.h>
#include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include <opencv2/opencv.hpp>
#include "opencv2/imgcodecs.hpp"
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv/cv.h... | 26.966667 | 112 | 0.700865 | [
"vector"
] |
6dd66dc6982bff6012e27c875cb076781e42181a | 741 | h | C | examples/OS/Keystone/include/OS/Keystone/V2/Model/Endpoint.h | jxx-project/JXXRS | 0d788e3aba5231ec1782699c9d397b9d81fdb1fd | [
"BSL-1.0"
] | null | null | null | examples/OS/Keystone/include/OS/Keystone/V2/Model/Endpoint.h | jxx-project/JXXRS | 0d788e3aba5231ec1782699c9d397b9d81fdb1fd | [
"BSL-1.0"
] | null | null | null | examples/OS/Keystone/include/OS/Keystone/V2/Model/Endpoint.h | jxx-project/JXXRS | 0d788e3aba5231ec1782699c9d397b9d81fdb1fd | [
"BSL-1.0"
] | null | null | null | //
// Copyright (C) 2018 Dr. Michael Steffens
//
// SPDX-License-Identifier: BSL-1.0
//
#ifndef OS_Keystone_V2_Model_Endpoint_INCLUDED
#define OS_Keystone_V2_Model_Endpoint_INCLUDED
#include <JXXON/Serializable.h>
#include <string>
namespace OS { namespace Keystone { namespace V2 { namespace Model {
struct Endpoin... | 23.15625 | 68 | 0.751687 | [
"model"
] |
6ddd902f08ed9a5a8aa104f6eafc56a98488bb10 | 1,214 | h | C | src/yb/yql/cql/ql/exec/exec_fwd.h | bllewell/yugabyte-db | b757f8d8c0c10854754a17f63db007a0874eaf1f | [
"Apache-2.0",
"CC0-1.0"
] | 2,759 | 2017-10-05T22:15:20.000Z | 2019-09-16T13:16:21.000Z | src/yb/yql/cql/ql/exec/exec_fwd.h | bllewell/yugabyte-db | b757f8d8c0c10854754a17f63db007a0874eaf1f | [
"Apache-2.0",
"CC0-1.0"
] | 2,195 | 2017-11-06T23:38:44.000Z | 2019-09-16T20:24:31.000Z | src/yb/yql/cql/ql/exec/exec_fwd.h | bllewell/yugabyte-db | b757f8d8c0c10854754a17f63db007a0874eaf1f | [
"Apache-2.0",
"CC0-1.0"
] | 257 | 2017-10-06T02:23:19.000Z | 2019-09-13T18:01:15.000Z | // Copyright (c) YugaByte, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
// in compliance with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writ... | 31.947368 | 100 | 0.738056 | [
"vector"
] |
a30005217528046a087bdd22a1e499af94a58ce8 | 5,312 | h | C | include/cpp-sort/detail/spreadsort/detail/common.h | FirstLoveLife/cpp-sort | 1136d2fc52eb48e03af72a636632a91991e30005 | [
"MIT"
] | null | null | null | include/cpp-sort/detail/spreadsort/detail/common.h | FirstLoveLife/cpp-sort | 1136d2fc52eb48e03af72a636632a91991e30005 | [
"MIT"
] | null | null | null | include/cpp-sort/detail/spreadsort/detail/common.h | FirstLoveLife/cpp-sort | 1136d2fc52eb48e03af72a636632a91991e30005 | [
"MIT"
] | 1 | 2019-10-27T15:51:23.000Z | 2019-10-27T15:51:23.000Z | // Contains get_min_count, the core optimization of the spreadsort algorithm.
// Also has other helper functions commonly useful across variants.
// Copyright Steven J. Ross 2001 - 2014.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// ... | 39.641791 | 80 | 0.643261 | [
"vector"
] |
a302a65c8c650b12a94131a0a1c0cea686e94f45 | 14,823 | h | C | appgitlhevcdecoder/HM-5.2/source/Lib/TLibCommon/ContextTables.h | fanghaocong/GitlHEVCAnalyzer | 1dbf3adca4822b0a55af03c7a7f49c92798c91d6 | [
"Apache-2.0"
] | 394 | 2015-01-08T01:26:39.000Z | 2022-03-16T03:07:30.000Z | appgitlhevcdecoder/HM-5.2/source/Lib/TLibCommon/ContextTables.h | fanghaocong/GitlHEVCAnalyzer | 1dbf3adca4822b0a55af03c7a7f49c92798c91d6 | [
"Apache-2.0"
] | 14 | 2016-11-30T08:24:39.000Z | 2021-11-06T14:12:58.000Z | appgitlhevcdecoder/HM-5.2/source/Lib/TLibCommon/ContextTables.h | fanghaocong/GitlHEVCAnalyzer | 1dbf3adca4822b0a55af03c7a7f49c92798c91d6 | [
"Apache-2.0"
] | 151 | 2015-01-17T01:07:00.000Z | 2022-03-20T08:11:07.000Z | /* The copyright in this software is being made available under the BSD
* License, included below. This software may be subject to other third party
* and contributor rights, including patent rights, and no such rights are
* granted under this license.
*
* Copyright (c) 2010-2012, ITU/ISO/IEC
* All rights... | 22.734663 | 139 | 0.539432 | [
"vector",
"model",
"transform"
] |
a303f1860ffa5b5f84143116df2beeff74260f33 | 3,284 | h | C | DrawKitTouch/source/drawkit/Code/DKRasterizer.h | alexcurylo/drawkit-touch | 471dd74bc65d6a2da96b8cc8b098004aa5ccfeda | [
"MIT"
] | null | null | null | DrawKitTouch/source/drawkit/Code/DKRasterizer.h | alexcurylo/drawkit-touch | 471dd74bc65d6a2da96b8cc8b098004aa5ccfeda | [
"MIT"
] | null | null | null | DrawKitTouch/source/drawkit/Code/DKRasterizer.h | alexcurylo/drawkit-touch | 471dd74bc65d6a2da96b8cc8b098004aa5ccfeda | [
"MIT"
] | null | null | null | ///**********************************************************************************************************************************
/// DKRasterizer.h
/// DrawKit �2005-2008 Apptree.net
///
/// Created by graham on 23/11/2006.
///
/// This software is released subject to licensing conditions as detailed in DRAWKI... | 31.576923 | 140 | 0.696102 | [
"object",
"shape"
] |
a30a08e868c809bc5a6ea1b4ec07fec4bac8430e | 61,505 | h | C | FrameWorkCode/slpNPatternDict.h | deepratnaawale/OpenOCRCorrectClone | 24644b2e094da8d7ab0eee2943217872b1f7d4b5 | [
"BSD-3-Clause"
] | null | null | null | FrameWorkCode/slpNPatternDict.h | deepratnaawale/OpenOCRCorrectClone | 24644b2e094da8d7ab0eee2943217872b1f7d4b5 | [
"BSD-3-Clause"
] | null | null | null | FrameWorkCode/slpNPatternDict.h | deepratnaawale/OpenOCRCorrectClone | 24644b2e094da8d7ab0eee2943217872b1f7d4b5 | [
"BSD-3-Clause"
] | 1 | 2021-08-17T04:54:12.000Z | 2021-08-17T04:54:12.000Z | #ifndef SLPNPATTERNDICT_H
#define SLPNPATTERNDICT_H
#include <string>
#include <sstream>
#include <fstream>
#include <iostream>
#include <map>
#include <unordered_map>
//#include <boost/serialization/map.hpp>
//#include <boost/serialization/vector.hpp>
//#include <boost/serialization/serialization.hpp>
//#include <boos... | 41.030687 | 356 | 0.547224 | [
"vector"
] |
a314ab79b49fe0bf10d3302e449df7c9b1f6698a | 8,050 | h | C | src/vol/vnode_inline.h | jakllsch/openafs | e739eaa650ee30dcce54d05908b062839eafbf73 | [
"BSD-3-Clause"
] | 54 | 2015-01-26T02:12:37.000Z | 2022-02-09T07:00:34.000Z | src/vol/vnode_inline.h | jakllsch/openafs | e739eaa650ee30dcce54d05908b062839eafbf73 | [
"BSD-3-Clause"
] | 5 | 2016-08-12T04:37:29.000Z | 2020-12-10T16:46:06.000Z | src/vol/vnode_inline.h | jakllsch/openafs | e739eaa650ee30dcce54d05908b062839eafbf73 | [
"BSD-3-Clause"
] | 38 | 2015-07-30T13:27:25.000Z | 2022-01-27T06:45:13.000Z | /*
* Copyright 2007-2008, Sine Nomine Associates and others.
* All Rights Reserved.
*
* This software has been released under the terms of the IBM Public
* License. For details, see the LICENSE file in the top-level source
* directory or online at http://www.openafs.org/dl/license10.html
*/
#ifndef _AFS_VOL_VN... | 21.756757 | 81 | 0.675901 | [
"object"
] |
a317162d13999b4dbedc7c8eb1ac7d4e4b0a1c11 | 11,544 | h | C | cachelib/common/Mutex.h | GerHobbelt/CacheLib | 580bf6950aad89cf86dbc153f12dada79b71eaf7 | [
"Apache-2.0"
] | 578 | 2021-09-01T14:19:55.000Z | 2022-03-29T12:22:46.000Z | cachelib/common/Mutex.h | igchor/Cachelib | 7db2c643d49fd0a4ec6c492d94a400cbe0515a70 | [
"Apache-2.0"
] | 61 | 2021-09-02T18:48:06.000Z | 2022-03-31T01:56:00.000Z | cachelib/common/Mutex.h | igchor/Cachelib | 7db2c643d49fd0a4ec6c492d94a400cbe0515a70 | [
"Apache-2.0"
] | 88 | 2021-09-02T21:22:19.000Z | 2022-03-27T07:40:27.000Z | /*
* Copyright (c) Facebook, Inc. and its 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 applic... | 30.219895 | 80 | 0.68711 | [
"vector"
] |
a31b57239e1a924160476e8cb1bc7471d06cdf0b | 469 | h | C | modules/task_2/loganov_a_qsort/qsort.h | stasyurin/pp_2021_spring_informatics | dd9136c28cca4c538c5ecc82512fd78ad1fa7bd3 | [
"BSD-3-Clause"
] | null | null | null | modules/task_2/loganov_a_qsort/qsort.h | stasyurin/pp_2021_spring_informatics | dd9136c28cca4c538c5ecc82512fd78ad1fa7bd3 | [
"BSD-3-Clause"
] | null | null | null | modules/task_2/loganov_a_qsort/qsort.h | stasyurin/pp_2021_spring_informatics | dd9136c28cca4c538c5ecc82512fd78ad1fa7bd3 | [
"BSD-3-Clause"
] | 1 | 2021-12-02T22:38:53.000Z | 2021-12-02T22:38:53.000Z | // Copyright 2021 Loganov Andrei
#ifndef MODULES_TASK_2_LOGANOV_A_QSORT_QSORT_H_
#define MODULES_TASK_2_LOGANOV_A_QSORT_QSORT_H_
#include <vector>
std::vector<double> getRandomVector(int size);
void Hoarsort(std::vector<double>* vec, int first, int last);
void MergePartsOfVector(double* vec1, int n1, int second, int n2... | 42.636364 | 66 | 0.801706 | [
"vector"
] |
a31c3df0b705dc1ec6c765353d8d7a5c4597d62b | 11,972 | c | C | src/gallium/winsys/svga/drm/vmw_fence.c | SoftReaper/Mesa-Renoir-deb | 8d1de1f66058d62b41fe55d36522efea2bdf996d | [
"MIT"
] | null | null | null | src/gallium/winsys/svga/drm/vmw_fence.c | SoftReaper/Mesa-Renoir-deb | 8d1de1f66058d62b41fe55d36522efea2bdf996d | [
"MIT"
] | null | null | null | src/gallium/winsys/svga/drm/vmw_fence.c | SoftReaper/Mesa-Renoir-deb | 8d1de1f66058d62b41fe55d36522efea2bdf996d | [
"MIT"
] | null | null | null | /**********************************************************
* Copyright 2009-2015 VMware, Inc. All rights reserved.
*
* 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
* restrict... | 23.991984 | 71 | 0.672903 | [
"object"
] |
a31f216ea8c3f44a5fb40302f47c8fde1536f804 | 3,011 | h | C | BitEngine/src/BitEngine/Core/Task.h | MateusMP/BitEngine | 920bbf693b74cd87dc98703ee48b126785bcf4db | [
"Zlib"
] | 3 | 2018-01-15T17:12:15.000Z | 2020-01-28T22:39:41.000Z | BitEngine/src/BitEngine/Core/Task.h | MateusMP/BitEngine | 920bbf693b74cd87dc98703ee48b126785bcf4db | [
"Zlib"
] | null | null | null | BitEngine/src/BitEngine/Core/Task.h | MateusMP/BitEngine | 920bbf693b74cd87dc98703ee48b126785bcf4db | [
"Zlib"
] | null | null | null | #pragma once
#include <atomic>
#include <memory>
#include "BitEngine/Core/Assert.h"
namespace BitEngine {
class Task;
typedef std::shared_ptr<Task> TaskPtr;
// Task Message
struct MsgTaskCompleted {
MsgTaskCompleted(TaskPtr t)
: m_task(t)
{
}
std::shared_ptr<Task> m_task... | 22.139706 | 86 | 0.550316 | [
"vector"
] |
a32cb6582a6d62efe971e43bf9810af69b86e610 | 721 | h | C | Consumer/include/Adapter/CLI/Commands.h | edson-a-soares/producer_consumer | da340d4ec9df99d39f0809a4117c70aa6721cbbe | [
"Apache-2.0"
] | null | null | null | Consumer/include/Adapter/CLI/Commands.h | edson-a-soares/producer_consumer | da340d4ec9df99d39f0809a4117c70aa6721cbbe | [
"Apache-2.0"
] | null | null | null | Consumer/include/Adapter/CLI/Commands.h | edson-a-soares/producer_consumer | da340d4ec9df99d39f0809a4117c70aa6721cbbe | [
"Apache-2.0"
] | null | null | null | #ifndef Consumer_CLI_Commands_INCLUDED
#define Consumer_CLI_Commands_INCLUDED
#include <vector>
#include <string>
namespace Consumer {
namespace CLI {
class Commands
{
public:
Commands() = delete;
~Commands() = delete;
static constexpr const char * CONSUMER_DAEMON_STOP ... | 24.033333 | 100 | 0.654646 | [
"vector"
] |
a340116e08cc1a98d770d42509857750a45f8b82 | 3,100 | h | C | tensorflow/compiler/xla/service/cpu/compiler_functor.h | uve/tensorflow | e08079463bf43e5963acc41da1f57e95603f8080 | [
"Apache-2.0"
] | null | null | null | tensorflow/compiler/xla/service/cpu/compiler_functor.h | uve/tensorflow | e08079463bf43e5963acc41da1f57e95603f8080 | [
"Apache-2.0"
] | null | null | null | tensorflow/compiler/xla/service/cpu/compiler_functor.h | uve/tensorflow | e08079463bf43e5963acc41da1f57e95603f8080 | [
"Apache-2.0"
] | null | null | null | /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable ... | 41.333333 | 81 | 0.727419 | [
"object"
] |
a34a75dfc40135cc982f0046918205b75d2660bf | 8,193 | h | C | dawn/src/dawn/IIR/IIRBuilder.h | egparedes/dawn | 3c6cedc374ae64bfe2925e251fd34b985ee48a5e | [
"MIT"
] | null | null | null | dawn/src/dawn/IIR/IIRBuilder.h | egparedes/dawn | 3c6cedc374ae64bfe2925e251fd34b985ee48a5e | [
"MIT"
] | 1 | 2019-09-27T08:06:59.000Z | 2019-09-27T08:06:59.000Z | dawn/src/dawn/IIR/IIRBuilder.h | egparedes/dawn | 3c6cedc374ae64bfe2925e251fd34b985ee48a5e | [
"MIT"
] | null | null | null | //===--------------------------------------------------------------------------------*- C++ -*-===//
// _
// | |
// __| | __ ___ ___ ___
// / _` |/ _` \ \ /\ / / '_ |
// | (_| | (_| |\ V V /| | | |
// ... | 37.072398 | 100 | 0.601489 | [
"vector"
] |
a34a7cbb175dbfcc63ab4567768ac7cf5e94fc55 | 4,039 | h | C | Source/GUI/QtGUI/ToolBar/Styles.h | weikm/sandcarSimulation2 | fe499d0a3289c0ac1acce69c7dc78d8ce1b2708a | [
"Apache-2.0"
] | null | null | null | Source/GUI/QtGUI/ToolBar/Styles.h | weikm/sandcarSimulation2 | fe499d0a3289c0ac1acce69c7dc78d8ce1b2708a | [
"Apache-2.0"
] | null | null | null | Source/GUI/QtGUI/ToolBar/Styles.h | weikm/sandcarSimulation2 | fe499d0a3289c0ac1acce69c7dc78d8ce1b2708a | [
"Apache-2.0"
] | null | null | null | /*
TabToolbar - a small utility library for Qt, providing tabbed toolbars
Copyright (C) 2018 Oleksii Sierov
TabToolbar is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version... | 28.64539 | 79 | 0.692498 | [
"vector"
] |
a34ea5df420d0e86da52a9ab4e51db575eae1dc3 | 10,882 | h | C | ti/omap3/dspbridge/libbridge/inc/sync.h | OpenSource-Infinix/android_hardware | 9a8a025f7c9471444c9e271bbe7f48182741d710 | [
"Unlicense"
] | 1 | 2017-09-22T01:41:30.000Z | 2017-09-22T01:41:30.000Z | ti/omap3/dspbridge/libbridge/inc/sync.h | Keneral/ahardware | 9a8a025f7c9471444c9e271bbe7f48182741d710 | [
"Unlicense"
] | null | null | null | ti/omap3/dspbridge/libbridge/inc/sync.h | Keneral/ahardware | 9a8a025f7c9471444c9e271bbe7f48182741d710 | [
"Unlicense"
] | 1 | 2018-02-24T19:09:04.000Z | 2018-02-24T19:09:04.000Z | /*
* dspbridge/mpu_api/inc/sync.h
*
* DSP-BIOS Bridge driver support functions for TI OMAP processors.
*
* Copyright (C) 2007 Texas Instruments, Inc.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
* by the Free... | 31.270115 | 80 | 0.623507 | [
"object"
] |
a356659daac8a960fc2099db984bc906bf089f6f | 690 | h | C | grpc/src/compiler/ts_generator.h | tsturm/flatbuffers | c1daa6ba0cda58f53e1cda35e0be26c55f5fbcbd | [
"Apache-2.0"
] | null | null | null | grpc/src/compiler/ts_generator.h | tsturm/flatbuffers | c1daa6ba0cda58f53e1cda35e0be26c55f5fbcbd | [
"Apache-2.0"
] | null | null | null | grpc/src/compiler/ts_generator.h | tsturm/flatbuffers | c1daa6ba0cda58f53e1cda35e0be26c55f5fbcbd | [
"Apache-2.0"
] | 1 | 2022-02-20T03:16:42.000Z | 2022-02-20T03:16:42.000Z | #include <memory>
#include <set>
#include <vector>
#include "src/compiler/schema_interface.h"
#ifndef GRPC_CUSTOM_STRING
# include <string>
# define GRPC_CUSTOM_STRING std::string
#endif
namespace grpc {
typedef GRPC_CUSTOM_STRING string;
} // namespace grpc
namespace grpc_ts_generator {
grpc::string Generate(... | 25.555556 | 70 | 0.66087 | [
"vector"
] |
a35f9ae2ea5d06b147dae210c2ac7359878bbcd0 | 835 | h | C | IOPool/Streamer/test/StreamThingProducer.h | jwill24/cmssw | 987f88f8ab5e99ab3f8bfd28480333111860daef | [
"Apache-2.0"
] | 3 | 2018-08-24T19:10:26.000Z | 2019-02-19T11:45:32.000Z | IOPool/Streamer/test/StreamThingProducer.h | jwill24/cmssw | 987f88f8ab5e99ab3f8bfd28480333111860daef | [
"Apache-2.0"
] | 3 | 2018-08-23T13:40:24.000Z | 2019-12-05T21:16:03.000Z | IOPool/Streamer/test/StreamThingProducer.h | jwill24/cmssw | 987f88f8ab5e99ab3f8bfd28480333111860daef | [
"Apache-2.0"
] | 5 | 2018-08-21T16:37:52.000Z | 2020-01-09T13:33:17.000Z | #ifndef IOPool_Streamer_StreamThingProducer_h
#define IOPool_Streamer_StreamThingProducer_h
/** \class ThingProducer
*
* \version 1st Version Apr. 6, 2005
*
************************************************************/
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/... | 22.567568 | 66 | 0.679042 | [
"vector"
] |
a360d9b6bceeb07243ed4c8c981aefdd0a8dc83f | 5,164 | h | C | WitchEngine3/src/WE3/_spatialManager/kdtree/WESpatialManager_KDTree.h | jadnohra/World-Of-Football | fc4c9dd23e0b2d8381ae8f62b1c387af7f28fcfc | [
"MIT"
] | 3 | 2018-12-02T14:09:22.000Z | 2021-11-22T07:14:05.000Z | WitchEngine3/src/WE3/_spatialManager/kdtree/WESpatialManager_KDTree.h | jadnohra/World-Of-Football | fc4c9dd23e0b2d8381ae8f62b1c387af7f28fcfc | [
"MIT"
] | 1 | 2018-12-03T22:54:38.000Z | 2018-12-03T22:54:38.000Z | WitchEngine3/src/WE3/_spatialManager/kdtree/WESpatialManager_KDTree.h | jadnohra/World-Of-Football | fc4c9dd23e0b2d8381ae8f62b1c387af7f28fcfc | [
"MIT"
] | 2 | 2020-09-22T21:04:14.000Z | 2021-05-24T09:43:28.000Z | #ifndef _WESpatialManager_KDTree_h
#define _WESpatialManager_KDTree_h
#include "../WESpatialManager.h"
#include "../../math/WEAAB.h"
#include "../../math/WEPlane.h"
#include "../WESpatialProcessor.h"
#include "../WESpatialManagerCellImpl.h"
namespace WE {
class SpatialManager_KDTreeBase : public SpatialM... | 33.973684 | 186 | 0.734702 | [
"render",
"object"
] |
a3673fc6c9d118e4fd2ecc68b52eb707fcd428b8 | 398 | h | C | Game/src/demo1/headers/DemoScreen.h | maxortner01/ansel | cf9930c921ca439968daa29b242a1b532030088a | [
"BSD-2-Clause"
] | 2 | 2019-04-04T07:26:54.000Z | 2019-07-07T20:48:30.000Z | Game/src/demo1/headers/DemoScreen.h | maxortner01/ansel | cf9930c921ca439968daa29b242a1b532030088a | [
"BSD-2-Clause"
] | null | null | null | Game/src/demo1/headers/DemoScreen.h | maxortner01/ansel | cf9930c921ca439968daa29b242a1b532030088a | [
"BSD-2-Clause"
] | null | null | null | #pragma once
#include <vector>
#include <thread>
#include <future>
#include <Ansel.h>
namespace Demo1 {
class DemoScreen : public Ansel::Screen
{
//std::vector<std::thread*> threads;
//std::vector<std::promise<bool>*> futures;
Ansel::Material* sand;
Ansel::Camera camera;
public:
DemoScreen(Ansel::Win... | 15.307692 | 45 | 0.680905 | [
"vector"
] |
0d2b96360b45dd4f7b9c59be9793060ad9d00678 | 13,541 | h | C | AnalysisDataFormats/TopObjects/interface/TtSemiEvtSolution.h | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 852 | 2015-01-11T21:03:51.000Z | 2022-03-25T21:14:00.000Z | AnalysisDataFormats/TopObjects/interface/TtSemiEvtSolution.h | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 30,371 | 2015-01-02T00:14:40.000Z | 2022-03-31T23:26:05.000Z | AnalysisDataFormats/TopObjects/interface/TtSemiEvtSolution.h | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 3,240 | 2015-01-02T05:53:18.000Z | 2022-03-31T17:24:21.000Z | //
//
#ifndef TopObjects_TtSemiEvtSolution_h
#define TopObjects_TtSemiEvtSolution_h
#include <vector>
#include <string>
#include "DataFormats/Common/interface/Handle.h"
#include "DataFormats/Common/interface/RefProd.h"
#include "DataFormats/Common/interface/Ref.h"
#include "DataFormats/Candidate/interface/Particle.... | 39.478134 | 118 | 0.607858 | [
"object",
"vector"
] |
0d2c3dfedeacc29db092379acb97a9597cd73871 | 23,091 | h | C | Game/Source/Constants.h | Crewbee/Pokemon-Clone-DX12 | 188bdde03d5078899a1532305a87d15c611c6c13 | [
"CC0-1.0"
] | null | null | null | Game/Source/Constants.h | Crewbee/Pokemon-Clone-DX12 | 188bdde03d5078899a1532305a87d15c611c6c13 | [
"CC0-1.0"
] | null | null | null | Game/Source/Constants.h | Crewbee/Pokemon-Clone-DX12 | 188bdde03d5078899a1532305a87d15c611c6c13 | [
"CC0-1.0"
] | null | null | null | #pragma once
#include "GamePCH.h"
#include "Game/Game.h"
#include <string>
#include "Mesh/Mesh.h"
using namespace std;
//Area names used to call the conrtuctors of initial areas through the Scene Manager as well as switching the active scene & loading/unloading inactive scenes
enum Areas {
Area_PalletTown = 0,
Are... | 65.786325 | 245 | 0.526396 | [
"mesh",
"vector"
] |
0d3f25e4c03c3ce4b75ead946c43ed8cf3ce602f | 1,245 | h | C | RCIR_UAV_NEW/cam/include/cam/DataPoint.h | NPU-yuhang/RCIR_UAV_NEW | 07202c80e42fbe02f7adfd22f03cdd6f0459aef8 | [
"MIT"
] | 6 | 2020-08-16T07:31:14.000Z | 2022-02-17T06:24:47.000Z | RCIR_UAV_NEW/cam/include/cam/DataPoint.h | NPU-yuhang/RCIR_UAV_NEW | 07202c80e42fbe02f7adfd22f03cdd6f0459aef8 | [
"MIT"
] | 1 | 2021-08-18T08:14:19.000Z | 2021-08-18T08:14:19.000Z | RCIR_UAV_NEW/cam/include/cam/DataPoint.h | NPU-yuhang/RCIR_UAV_NEW | 07202c80e42fbe02f7adfd22f03cdd6f0459aef8 | [
"MIT"
] | 1 | 2021-01-24T08:09:38.000Z | 2021-01-24T08:09:38.000Z | #include <vector>
using namespace std;
const int DIME_NUM=3; //数据维度为2,全局常量
//数据点类型
class DataPoint
{
private:
unsigned long dpID; //数据点ID
double dimension[DIME_NUM]; //维度数据
long clusterId; //所属聚类ID
bool isKey; //是否核心对象
bool vi... | 37.727273 | 76 | 0.538956 | [
"vector"
] |
0d4306d11f120bcaf29bbe2d799ce65ac40688f6 | 814 | h | C | src/mirheo/core/mesh/off.h | noabauma/Mirheo | bf7979bfbbf402d33c26ac5dc879f880e78e7017 | [
"MIT"
] | 22 | 2019-07-17T13:06:41.000Z | 2021-12-15T14:45:24.000Z | src/mirheo/core/mesh/off.h | noabauma/Mirheo | bf7979bfbbf402d33c26ac5dc879f880e78e7017 | [
"MIT"
] | 63 | 2019-06-26T13:30:47.000Z | 2021-02-23T10:13:10.000Z | src/mirheo/core/mesh/off.h | dimaleks/uDeviceX | 2ad5e9dd9f118e3998b291cbfc35ee91205bbef8 | [
"MIT"
] | 9 | 2019-10-11T07:32:19.000Z | 2021-05-17T11:25:35.000Z | // Copyright 2020 ETH Zurich. All Rights Reserved.
#pragma once
#include <mirheo/core/datatypes.h>
#include <string>
#include <tuple>
#include <vector>
namespace mirheo
{
/** Read a file in .off format (ASCII) representing a triangle mesh into vertex coordinates and faces connectivity.
This method will die if t... | 32.56 | 115 | 0.738329 | [
"mesh",
"vector"
] |
0d4430493845666ab717a7e1e8f337ce22c79945 | 1,426 | h | C | ext/magichost.h | DataCentrFlow/queuesimulator | 7b845edea41ed1ba73e68010981934eff39b10a3 | [
"BSD-3-Clause"
] | 33 | 2015-11-24T06:41:17.000Z | 2022-03-29T15:24:01.000Z | ext/magichost.h | DataCentrFlow/queuesimulator | 7b845edea41ed1ba73e68010981934eff39b10a3 | [
"BSD-3-Clause"
] | 5 | 2016-01-13T05:54:39.000Z | 2016-04-01T22:38:43.000Z | ext/magichost.h | DataCentrFlow/queuesimulator | 7b845edea41ed1ba73e68010981934eff39b10a3 | [
"BSD-3-Clause"
] | 37 | 2016-01-09T04:03:08.000Z | 2022-03-21T08:49:45.000Z | #ifndef MAGIC_HOST_H
#define MAGIC_HOST_H
#include <set>
#include <queue>
#include <map>
#include "../coresim/node.h"
#include "../coresim/packet.h"
#include "../coresim/event.h"
#include "schedulinghost.h"
class MagicFlow;
class MagicHostScheduleEvent;
class MagicHostFlowComparator {
public:
bool oper... | 25.927273 | 112 | 0.684432 | [
"vector"
] |
0d4b4b681a8a7f85db6f217af7197a1a16f1d5c8 | 2,213 | h | C | source/3L.h | progstorage/3L | af97c4a8e36c1bd3c7d6b7a5579fd78dd9d9f83a | [
"MIT"
] | null | null | null | source/3L.h | progstorage/3L | af97c4a8e36c1bd3c7d6b7a5579fd78dd9d9f83a | [
"MIT"
] | null | null | null | source/3L.h | progstorage/3L | af97c4a8e36c1bd3c7d6b7a5579fd78dd9d9f83a | [
"MIT"
] | null | null | null | #pragma once
//#include "stdafx.h"
#ifdef _WIN32
#include "windows.h"
#include <process.h>
#endif
#include <stdlib.h>
#include <cmath>
#include <iostream>
#include <fstream>
#include <string>
#include <vector>
//#include <ctime>
#include <cstdlib>
#include <limits>
#include <chrono>
using namespace std;
using vect... | 31.169014 | 87 | 0.746046 | [
"vector"
] |
0d4de85ac1c2d5dc0be042e0558e28c87f992368 | 858 | h | C | NativeScript/Source/Game/Universal.h | tongtunggiang/unity-entt | d582a26e8447c52c122178c39c87fa926d979ec6 | [
"MIT"
] | 10 | 2021-06-18T15:58:38.000Z | 2022-01-30T05:59:43.000Z | NativeScript/Source/Game/Universal.h | tongtunggiang/unity-entt | d582a26e8447c52c122178c39c87fa926d979ec6 | [
"MIT"
] | null | null | null | NativeScript/Source/Game/Universal.h | tongtunggiang/unity-entt | d582a26e8447c52c122178c39c87fa926d979ec6 | [
"MIT"
] | 1 | 2021-11-24T22:12:24.000Z | 2021-11-24T22:12:24.000Z | #pragma once
// C++ STL
#include <string>
#include <vector>
#include <array>
#include <unordered_map>
#include <unordered_set>
#include <memory>
#include <map>
#include <set>
#include <filesystem>
#include <iostream>
#include <fstream>
#include <sstream>
#include <chrono>
#include <cstdlib>
#include <cmath>
#include <... | 17.510204 | 41 | 0.745921 | [
"vector"
] |
0d52b7387d938dcaf2eff6b91c27929f58db554e | 5,532 | h | C | ge/graph/passes/multi_batch_clone_pass.h | tomzhang/graphengine | 49aa7bb17b371caf58a871172fc53afc31b8022c | [
"Apache-2.0"
] | null | null | null | ge/graph/passes/multi_batch_clone_pass.h | tomzhang/graphengine | 49aa7bb17b371caf58a871172fc53afc31b8022c | [
"Apache-2.0"
] | null | null | null | ge/graph/passes/multi_batch_clone_pass.h | tomzhang/graphengine | 49aa7bb17b371caf58a871172fc53afc31b8022c | [
"Apache-2.0"
] | null | null | null | /**
* Copyright 2019-2020 Huawei Technologies 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 applicabl... | 31.976879 | 102 | 0.685466 | [
"shape",
"vector"
] |
0d7efc63a8d97b97f1205d416a91900af4457286 | 4,641 | h | C | xarm_api/include/xarm_api/xarm_ros_client.h | Permobil-Senior-Design/xarm_ros | 3d82a29e462e0c26598f20222cb5d3d372de02f7 | [
"BSD-3-Clause"
] | null | null | null | xarm_api/include/xarm_api/xarm_ros_client.h | Permobil-Senior-Design/xarm_ros | 3d82a29e462e0c26598f20222cb5d3d372de02f7 | [
"BSD-3-Clause"
] | null | null | null | xarm_api/include/xarm_api/xarm_ros_client.h | Permobil-Senior-Design/xarm_ros | 3d82a29e462e0c26598f20222cb5d3d372de02f7 | [
"BSD-3-Clause"
] | 1 | 2022-02-11T22:27:35.000Z | 2022-02-11T22:27:35.000Z | #ifndef __XARM_ROS_CLIENT_H__
#define __XARM_ROS_CLIENT_H__
#include "ros/ros.h"
#include "xarm_api/xarm_msgs.h"
#include "xarm_api/visibility_control.h"
namespace xarm_api
{
class XARM_API_PUBLIC XArmROSClient
{
public:
XArmROSClient();
void init(ros::NodeHandle& nh);
~XArmROSClient();
int motionEnable(short e... | 35.976744 | 127 | 0.799181 | [
"vector"
] |
0d81f13421770aa908f6a6b038703a8a1604f7b8 | 3,822 | h | C | netbsd/sys/arch/arc/include/platform.h | MarginC/kame | 2ef74fe29e4cca9b4a87a1d5041191a9e2e8be30 | [
"BSD-3-Clause"
] | 91 | 2015-01-05T15:18:31.000Z | 2022-03-11T16:43:28.000Z | netbsd/sys/arch/arc/include/platform.h | MarginC/kame | 2ef74fe29e4cca9b4a87a1d5041191a9e2e8be30 | [
"BSD-3-Clause"
] | 1 | 2016-02-25T15:57:55.000Z | 2016-02-25T16:01:02.000Z | netbsd/sys/arch/arc/include/platform.h | MarginC/kame | 2ef74fe29e4cca9b4a87a1d5041191a9e2e8be30 | [
"BSD-3-Clause"
] | 21 | 2015-02-07T08:23:07.000Z | 2021-12-14T06:01:49.000Z | /* $NetBSD: platform.h,v 1.1 2001/06/13 15:08:05 soda Exp $ */
/* NetBSD: cpuconf.h,v 1.12 2000/06/08 03:10:06 thorpej Exp */
/*
* Copyright (c) 1996 Christopher G. Demetriou. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that t... | 36.75 | 77 | 0.749084 | [
"model"
] |
0d86d18cb10bf13105380a83440d016d07b2165c | 3,748 | h | C | SRC/common/IO/GUI/rubberband.h | usnistgov/OOF3D | 4fd423a48aea9c5dc207520f02de53ae184be74c | [
"X11"
] | 31 | 2015-04-01T15:59:36.000Z | 2022-03-18T20:21:47.000Z | SRC/common/IO/GUI/rubberband.h | usnistgov/OOF3D | 4fd423a48aea9c5dc207520f02de53ae184be74c | [
"X11"
] | 3 | 2015-02-06T19:30:24.000Z | 2017-05-25T14:14:31.000Z | SRC/common/IO/GUI/rubberband.h | usnistgov/OOF3D | 4fd423a48aea9c5dc207520f02de53ae184be74c | [
"X11"
] | 7 | 2015-01-23T15:19:22.000Z | 2021-06-09T09:03:59.000Z | // -*- C++ -*-
/* This software was produced by NIST, an agency of the U.S. government,
* and by statute is not subject to copyright in the United States.
* Recipients of this software assume all responsibilities associated
* with its operation, modification and maintenance. However, to
* facilitate maintenance we... | 27.357664 | 77 | 0.704642 | [
"vector"
] |
33b2312a8f6527d848cb1c3c04bc183eab96d049 | 7,368 | c | C | ARToolKitCB/examples/collide/collideTest.c | Alemas/bug-free-spork | ae0ae09989209502bc05441860e8a69ef161d74d | [
"MIT"
] | null | null | null | ARToolKitCB/examples/collide/collideTest.c | Alemas/bug-free-spork | ae0ae09989209502bc05441860e8a69ef161d74d | [
"MIT"
] | null | null | null | ARToolKitCB/examples/collide/collideTest.c | Alemas/bug-free-spork | ae0ae09989209502bc05441860e8a69ef161d74d | [
"MIT"
] | null | null | null | #ifdef _WIN32
# include <windows.h>
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#ifndef __APPLE__
# include <GL/glut.h>
#else
# include <GLUT/glut.h>
#endif
#include <AR/gsub.h>
#include <AR/param.h>
#include <AR/ar.h>
#include <AR/video.h>
#include "object.h"
#define COLL... | 24.724832 | 92 | 0.605863 | [
"object",
"transform"
] |
33ba0e116991326efcde3b12670d724fc654d322 | 13,887 | h | C | mwparserfromhell/parser/tokenizer.h | VELVETDETH/mwparserfromhell | 0ae8460cb7a5c30383dec33ae8d045bb5f63a28b | [
"MIT"
] | 1 | 2015-11-06T06:07:03.000Z | 2015-11-06T06:07:03.000Z | mwparserfromhell/parser/tokenizer.h | VELVETDETH/mwparserfromhell | 0ae8460cb7a5c30383dec33ae8d045bb5f63a28b | [
"MIT"
] | null | null | null | mwparserfromhell/parser/tokenizer.h | VELVETDETH/mwparserfromhell | 0ae8460cb7a5c30383dec33ae8d045bb5f63a28b | [
"MIT"
] | null | null | null | /*
Tokenizer Header File for MWParserFromHell
Copyright (C) 2012-2014 Ben Kurtovic <ben.kurtovic@gmail.com>
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 l... | 37.839237 | 135 | 0.630878 | [
"object"
] |
33c24ba46358930ebb1f003a9616ab93170c6a8c | 3,069 | h | C | ostopo/inc/pid.h | Auliyaa/bitread | 7d48018946db4f0b8bc7d9646202d657584d5346 | [
"MIT"
] | null | null | null | ostopo/inc/pid.h | Auliyaa/bitread | 7d48018946db4f0b8bc7d9646202d657584d5346 | [
"MIT"
] | null | null | null | ostopo/inc/pid.h | Auliyaa/bitread | 7d48018946db4f0b8bc7d9646202d657584d5346 | [
"MIT"
] | null | null | null | #pragma once
#include <cpu.h>
#include <vector>
#include <map>
#include <list>
#include <cstdlib>
namespace os::topo
{
/// @brief wraps information about a specific process from /proc/<pid>
class pid
{
// the pid itself. must be valid.
::pid_t _id;
// returns the path the stat file in the /proc filesystem.
... | 31.96875 | 111 | 0.662105 | [
"vector"
] |
33c2e4ac2006be9924cbdfa1c57263ae85b1b830 | 34,795 | h | C | source/SimultaneousRegistrationSegmentation/Potentials/Classifier-Segmentation-Pairwise-RandomForest.h | tschuls/ETH-SegReg-DLL | 34bd10464dc5e8b3c7bf3371ca1e190d692385b7 | [
"BSD-2-Clause-FreeBSD"
] | 15 | 2015-04-15T06:49:06.000Z | 2021-09-01T09:09:50.000Z | source/SimultaneousRegistrationSegmentation/Potentials/Classifier-Segmentation-Pairwise-RandomForest.h | tschuls/ETH-SegReg-DLL | 34bd10464dc5e8b3c7bf3371ca1e190d692385b7 | [
"BSD-2-Clause-FreeBSD"
] | 14 | 2015-03-09T19:09:47.000Z | 2015-09-04T15:31:12.000Z | source/SimultaneousRegistrationSegmentation/Potentials/Classifier-Segmentation-Pairwise-RandomForest.h | tschuls/ETH-SegReg-DLL | 34bd10464dc5e8b3c7bf3371ca1e190d692385b7 | [
"BSD-2-Clause-FreeBSD"
] | 10 | 2015-04-08T09:17:44.000Z | 2017-08-12T17:30:15.000Z | /**
* @file Classifier-Segmentation-Pairwise-RandomForest.h
* @author gasst <gasst@ETHSEGREG>
* @date Thu Mar 5 13:17:53 2015
*
* @brief Several classes that learn pairwise potentials from a labelled image using random forests
*
*
*/
#pragma once
#ifndef WITH_RF
#error "Compilation without RF library... | 39.139483 | 236 | 0.676074 | [
"object",
"vector",
"model"
] |
33c376cf0ca2f28af36fb53a205c06d71559803e | 952 | h | C | base.h | NASA-Tournament-Lab/CoECI-USAID-Atrocity-Prevention-Model | abe8db92fb8632d0296a359c079ab27abc7e0771 | [
"Apache-2.0"
] | 4 | 2015-09-22T09:30:01.000Z | 2021-04-22T03:30:48.000Z | base.h | NASA-Tournament-Lab/CoECI-USAID-Atrocity-Prevention-Model | abe8db92fb8632d0296a359c079ab27abc7e0771 | [
"Apache-2.0"
] | null | null | null | base.h | NASA-Tournament-Lab/CoECI-USAID-Atrocity-Prevention-Model | abe8db92fb8632d0296a359c079ab27abc7e0771 | [
"Apache-2.0"
] | 7 | 2016-03-25T06:34:22.000Z | 2018-06-05T17:22:42.000Z | /*
* Copyright 2012-2013 TopCoder, Inc.
*
* This code was developed under U.S. government contract NNH10CD71C.
*
* 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.a... | 27.2 | 82 | 0.734244 | [
"vector"
] |
33cb561d4196fb14ae03caa171aec58d46f6386b | 515 | h | C | main/include/json_config.h | tessmero/cpp-fractal | f6b8694da6d5e4ccd25d7c6153f3a90ee15b8875 | [
"MIT"
] | null | null | null | main/include/json_config.h | tessmero/cpp-fractal | f6b8694da6d5e4ccd25d7c6153f3a90ee15b8875 | [
"MIT"
] | null | null | null | main/include/json_config.h | tessmero/cpp-fractal | f6b8694da6d5e4ccd25d7c6153f3a90ee15b8875 | [
"MIT"
] | null | null | null | #ifndef JSON_CONFIG_H
#define JSON_CONFIG_H
#include "i_config.h"
#include "shape.h"
#include "json.hpp"
#include <string>
using namespace std;
using json = nlohmann::json;
class JsonConfig : public IConfig
{
private:
char* m_filename;
json m_json;
public:
JsonConfig( char* filename );
Shape getR... | 14.714286 | 33 | 0.693204 | [
"shape"
] |
33df462a55ba5324fd0b643034d8487557544238 | 101,048 | c | C | base/ntos/fsrtl/notify.c | 987432340/wrk-v1.2 | 423d4c22b892bcc97778385bc0a646ed7a3cfbde | [
"Intel"
] | 1 | 2022-03-12T13:57:18.000Z | 2022-03-12T13:57:18.000Z | base/ntos/fsrtl/notify.c | 987432340/wrk-v1.2 | 423d4c22b892bcc97778385bc0a646ed7a3cfbde | [
"Intel"
] | null | null | null | base/ntos/fsrtl/notify.c | 987432340/wrk-v1.2 | 423d4c22b892bcc97778385bc0a646ed7a3cfbde | [
"Intel"
] | 1 | 2021-11-25T08:18:04.000Z | 2021-11-25T08:18:04.000Z | /*++
Copyright (c) Microsoft Corporation. All rights reserved.
You may only use this code if you agree to the terms of the Windows Research Kernel Source Code License agreement (see License.txt).
If you do not agree to the terms, do not use the code.
Module Name:
Notify.c
Abstract:
The Not... | 31.352156 | 133 | 0.516942 | [
"object"
] |
33dfd3630b226fd658d6d413a689a2d8bc4ce915 | 2,372 | h | C | source/core/event_model.h | jwuttke/daquiri-qpx | 6606f4efca9bbe460e25e511fd94a8277c7e1fe6 | [
"BSD-2-Clause"
] | 1 | 2018-09-26T16:18:38.000Z | 2018-09-26T16:18:38.000Z | source/core/event_model.h | jwuttke/daquiri-qpx | 6606f4efca9bbe460e25e511fd94a8277c7e1fe6 | [
"BSD-2-Clause"
] | 7 | 2018-09-20T08:45:34.000Z | 2019-03-16T17:57:40.000Z | source/core/event_model.h | martukas/daquiri-qpx | 6606f4efca9bbe460e25e511fd94a8277c7e1fe6 | [
"BSD-2-Clause"
] | null | null | null | #pragma once
#include <vector>
#include <map>
#include <core/time_stamp.h>
//might want to encapsulate member vars?
namespace DAQuiri {
struct EventModel
{
public:
TimeBase timebase {1,1};
std::vector<uint32_t> values;
std::vector<uint32_t> maximum;
std::vector<std::str... | 22.168224 | 65 | 0.547218 | [
"vector"
] |
33e15411fc5276d59e79f313fab591f41835ce1f | 57,956 | c | C | clustal-omega-1.2.4/src/clustal-omega.c | WooMichael/Project_Mendel | ff572f7ce7f9beca148f7351cf34dbf11d670bc8 | [
"MIT"
] | null | null | null | clustal-omega-1.2.4/src/clustal-omega.c | WooMichael/Project_Mendel | ff572f7ce7f9beca148f7351cf34dbf11d670bc8 | [
"MIT"
] | null | null | null | clustal-omega-1.2.4/src/clustal-omega.c | WooMichael/Project_Mendel | ff572f7ce7f9beca148f7351cf34dbf11d670bc8 | [
"MIT"
] | null | null | null | /* -*- mode: c; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */
/*********************************************************************
* Clustal Omega - Multiple sequence alignment
*
* Copyright (C) 2010 University College Dublin
*
* Clustal-Omega is free software; you can redistribute it an... | 34.621266 | 239 | 0.574798 | [
"3d"
] |
33ef1f7516c87ee77e93cdbe87a8189db6193fdf | 301 | h | C | poseidon.X/AppLogic/menu.h | awataki/poseidon | 93f52bae8de52f0ec3a54c8f8348cf5ae9823372 | [
"MIT"
] | null | null | null | poseidon.X/AppLogic/menu.h | awataki/poseidon | 93f52bae8de52f0ec3a54c8f8348cf5ae9823372 | [
"MIT"
] | 5 | 2019-12-20T03:01:56.000Z | 2020-06-15T06:39:12.000Z | poseidon.X/AppLogic/menu.h | awataki/poseidon | 93f52bae8de52f0ec3a54c8f8348cf5ae9823372 | [
"MIT"
] | null | null | null | #include "../Model/HardWareState.h"
#include "../Model/Flags.h"
#ifndef MENU_H
#define MENU_H
void update_menu_hardware_status(hard_ware_states *hw);
void next_menu(flags *f);
void next_process(flags *f);
void reservation_wash(flags *f);
void print_menu(flags *f);
void print_resv(flags *f);
#endif | 21.5 | 55 | 0.760797 | [
"model"
] |
33f426696792e616fc5ca04520eb36223c895254 | 392 | h | C | Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityStartStatus.h | cypherdotXd/o3de | bb90c4ddfe2d495e9c00ebf1e2650c6d603a5676 | [
"Apache-2.0",
"MIT"
] | 11 | 2021-07-08T09:58:26.000Z | 2022-03-17T17:59:26.000Z | Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityStartStatus.h | RoddieKieley/o3de | e804fd2a4241b039a42d9fa54eaae17dc94a7a92 | [
"Apache-2.0",
"MIT"
] | 29 | 2021-07-06T19:33:52.000Z | 2022-03-22T10:27:49.000Z | Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityStartStatus.h | RoddieKieley/o3de | e804fd2a4241b039a42d9fa54eaae17dc94a7a92 | [
"Apache-2.0",
"MIT"
] | 4 | 2021-07-06T19:24:43.000Z | 2022-03-31T12:42:27.000Z | /*
* Copyright (c) Contributors to the Open 3D Engine Project.
* For complete copyright and license terms please see the LICENSE at the root of this distribution.
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#pragma once
namespace AzToolsFramework
{
enum class EditorEntityStartStatus : int
{
... | 20.631579 | 100 | 0.678571 | [
"3d"
] |
33f55c4e70aff2ec7bd6785a66ac3740d4f43cb4 | 91,551 | c | C | Source/dns-c_cache.c | SiliconLabs/uC-DNSc | e86f2754802da3025157be69a39445c485722814 | [
"Apache-2.0"
] | 7 | 2020-03-07T01:40:36.000Z | 2020-10-30T05:53:31.000Z | Source/dns-c_cache.c | Micrium/uC-DNSc | e86f2754802da3025157be69a39445c485722814 | [
"Apache-2.0"
] | 1 | 2020-07-17T15:52:13.000Z | 2020-07-17T15:52:13.000Z | Source/dns-c_cache.c | Micrium/uC-DNSc | e86f2754802da3025157be69a39445c485722814 | [
"Apache-2.0"
] | 26 | 2020-03-07T02:32:17.000Z | 2020-12-06T13:07:54.000Z | /*
*********************************************************************************************************
* uC/DNSc
* Domain Name Server (client)
*
* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
*
* ... | 35.077011 | 163 | 0.463458 | [
"object"
] |
b8847c5166033078947c9de0913283ecbe9c2abd | 4,203 | h | C | src/main/include/Subsystems/Drive/DriveBase.h | FRCTeam16/TMW2021OMB | 5ac92a1ac2030d2913c18ba7a55450a4b46abbc7 | [
"BSD-3-Clause"
] | null | null | null | src/main/include/Subsystems/Drive/DriveBase.h | FRCTeam16/TMW2021OMB | 5ac92a1ac2030d2913c18ba7a55450a4b46abbc7 | [
"BSD-3-Clause"
] | 9 | 2022-01-24T17:02:09.000Z | 2022-01-24T17:02:11.000Z | src/main/include/Subsystems/Drive/DriveBase.h | FRCTeam16/TMW2021OMB | 5ac92a1ac2030d2913c18ba7a55450a4b46abbc7 | [
"BSD-3-Clause"
] | 1 | 2022-02-20T02:09:17.000Z | 2022-02-20T02:09:17.000Z | // RobotBuilder Version: 2.0
//
// This file was generated by RobotBuilder. It contains sections of
// code that are automatically generated and assigned by robotbuilder.
// These sections will be updated in the future when you export to
// C++ from RobotBuilder. Do not put any code or make any change in
// the blocks ... | 27.470588 | 87 | 0.768975 | [
"vector"
] |
b88ae6a2e251c32ca01d3df55d0859b48f612ede | 29,417 | h | C | include/h5images.h | HDF-NI/hdf5.uws | 216996fa14af633a1080f7828fe7f284cee56f73 | [
"MIT"
] | null | null | null | include/h5images.h | HDF-NI/hdf5.uws | 216996fa14af633a1080f7828fe7f284cee56f73 | [
"MIT"
] | 1 | 2019-12-28T16:24:53.000Z | 2019-12-28T16:24:53.000Z | include/h5images.h | HDF-NI/hdf5.uws | 216996fa14af633a1080f7828fe7f284cee56f73 | [
"MIT"
] | null | null | null | #pragma once
#include <exception>
#include <fstream>
#include <sstream>
#include <string_view>
#include <memory>
#include "hdf5.h"
#include "hdf5_hl.h"
#include "H5Lpublic.h"
#include "h5.h"
#include <iostream>
#include <sys/socket.h>
#include <netinet/in.h>
#include "rapidjson/stringbuffer.h"
#include "rapidjson/... | 42.387608 | 170 | 0.461706 | [
"vector"
] |
b892c8626c0d6c61803059f4e24c3410ea9c73b9 | 3,782 | c | C | nitan/clone/lonely/book/zhenjing1.c | cantona/NT6 | 073f4d491b3cfe6bfbe02fbad12db8983c1b9201 | [
"MIT"
] | 1 | 2019-03-27T07:25:16.000Z | 2019-03-27T07:25:16.000Z | nitan/clone/lonely/book/zhenjing1.c | cantona/NT6 | 073f4d491b3cfe6bfbe02fbad12db8983c1b9201 | [
"MIT"
] | null | null | null | nitan/clone/lonely/book/zhenjing1.c | cantona/NT6 | 073f4d491b3cfe6bfbe02fbad12db8983c1b9201 | [
"MIT"
] | null | null | null | #include <ansi.h>;
inherit ITEM;
void create()
{
set_name(WHT "「九陰真經」上冊" NOR, ({ "zhenjing shangce", "shangce", "zhenjing", "jing"}));
set_weight(500);
if (clonep())
destruct(this_object());
else {
set("unit", "本");
set("material", "paper... | 25.727891 | 93 | 0.407192 | [
"object"
] |
b8a443993248a5de0eb5d4810da71de85e612abf | 15,047 | h | C | src/include/oscore_native/crypto.h | chrysn/liboscore | 8fea37c419582a2a9af4ed07c621d1fc1506d856 | [
"BSD-3-Clause"
] | 2 | 2020-01-30T04:40:22.000Z | 2020-04-16T00:01:13.000Z | src/include/oscore_native/crypto.h | chrysn/liboscore | 8fea37c419582a2a9af4ed07c621d1fc1506d856 | [
"BSD-3-Clause"
] | null | null | null | src/include/oscore_native/crypto.h | chrysn/liboscore | 8fea37c419582a2a9af4ed07c621d1fc1506d856 | [
"BSD-3-Clause"
] | null | null | null | #ifndef OSCORE_NATIVE_CRYPTO_H
#define OSCORE_NATIVE_CRYPTO_H
/** @file */
/** @ingroup oscore_native_api
* @addtogroup oscore_native_crypto Native cryptography API
*
* @brief API which any native cryotography library provides to OSCORE
*
* The below functions are tailored towards cryptography libraries that ... | 42.868946 | 142 | 0.757094 | [
"vector"
] |
b8adb50609f60ae4a62b9ce10a57ecdb4d520a92 | 4,076 | h | C | projet_destijl_2016/xenomai/include/native/event.h | yop0/Temps_Reel | 66d19e5cff7eea626999808cefe27ffa676c5d0b | [
"MIT"
] | 11 | 2015-11-06T09:12:26.000Z | 2021-11-26T18:38:00.000Z | projet_destijl_2016/xenomai/include/native/event.h | yop0/Temps_Reel | 66d19e5cff7eea626999808cefe27ffa676c5d0b | [
"MIT"
] | null | null | null | projet_destijl_2016/xenomai/include/native/event.h | yop0/Temps_Reel | 66d19e5cff7eea626999808cefe27ffa676c5d0b | [
"MIT"
] | 7 | 2015-01-15T07:14:38.000Z | 2020-07-09T06:02:10.000Z | /**
* @file
* This file is part of the Xenomai project.
*
* @note Copyright (C) 2004 Philippe Gerum <rpm@xenomai.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 o... | 23.028249 | 77 | 0.711482 | [
"object"
] |
b8d3cb87ecc24fadbb49d4efe9c10e99e9430e54 | 1,842 | h | C | include/bux/oo_sqlite.h | buck-yeh/bux-sqlite | a76c4a3ab037add4922eab9377d4bd9354e5a76c | [
"MIT"
] | null | null | null | include/bux/oo_sqlite.h | buck-yeh/bux-sqlite | a76c4a3ab037add4922eab9377d4bd9354e5a76c | [
"MIT"
] | null | null | null | include/bux/oo_sqlite.h | buck-yeh/bux-sqlite | a76c4a3ab037add4922eab9377d4bd9354e5a76c | [
"MIT"
] | null | null | null | #pragma once
/*! \file
\brief SQLite API Wrappers
*/
#include <sqlite3.h> // sqlite3, sqlite3_stmt
#include <string> // std::string
#include <functional> // std::function<>
namespace bux {
//
// Types
//
class C_SQLite
{
public:
// Nonvirtuals
C_SQLite(const char *path, int flags = SQLI... | 25.583333 | 98 | 0.665581 | [
"object"
] |
b8e1291416e48625d8d2b7e98a020ece281feb43 | 2,219 | h | C | Code/Projects/Eldritch/src/Screens/uiscreen-eldmirror.h | kas1e/Eldritch | 032b4ac52f7508c89efa407d6fe60f40c6281fd9 | [
"Zlib"
] | null | null | null | Code/Projects/Eldritch/src/Screens/uiscreen-eldmirror.h | kas1e/Eldritch | 032b4ac52f7508c89efa407d6fe60f40c6281fd9 | [
"Zlib"
] | null | null | null | Code/Projects/Eldritch/src/Screens/uiscreen-eldmirror.h | kas1e/Eldritch | 032b4ac52f7508c89efa407d6fe60f40c6281fd9 | [
"Zlib"
] | null | null | null | #ifndef UISCREENELDMIRROR_H
#define UISCREENELDMIRROR_H
#include "uiscreen.h"
#include "iwbeventobserver.h"
#include "vector4.h"
#include "eldritchirradiance.h"
class Mesh;
class UIScreenEldMirror : public UIScreen, public IWBEventObserver {
public:
UIScreenEldMirror();
virtual ~UIScreenEldMirror();
DEFINE_U... | 28.088608 | 76 | 0.767012 | [
"mesh",
"render"
] |
b8e1dc553fbfacab901693e89d011f59bfe0519f | 1,297 | h | C | iPhoneOS4.3.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMDeviceMotion.h | dilbrent/iOS_SDKs | 55c4f61f7f9fccfe54ff0b09c2439a3980fe2a1c | [
"MIT"
] | 1 | 2019-01-14T01:58:03.000Z | 2019-01-14T01:58:03.000Z | iPhoneOS4.3.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMDeviceMotion.h | dilbrent/iOS_SDKs | 55c4f61f7f9fccfe54ff0b09c2439a3980fe2a1c | [
"MIT"
] | null | null | null | iPhoneOS4.3.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMDeviceMotion.h | dilbrent/iOS_SDKs | 55c4f61f7f9fccfe54ff0b09c2439a3980fe2a1c | [
"MIT"
] | null | null | null | /*
* CMDeviceMotion.h
* CoreMotion
*
* Copyright (c) 2010 Apple Inc. All rights reserved.
*
*/
#import <CoreMotion/CMAccelerometer.h>
#import <CoreMotion/CMAttitude.h>
#import <CoreMotion/CMGyro.h>
/*
* CMDeviceMotion
*
* Discussion:
* A CMDeviceMotion object contains basic information about the d... | 19.073529 | 80 | 0.703161 | [
"object",
"vector"
] |
b8e3d2a4f8944db8b0fd5095c65e876a55c3a06d | 10,711 | h | C | base/bind.h | gclxry/gn_template | cf20732cdd6c76273b1118819a9c9c5d67c05320 | [
"Apache-2.0"
] | null | null | null | base/bind.h | gclxry/gn_template | cf20732cdd6c76273b1118819a9c9c5d67c05320 | [
"Apache-2.0"
] | null | null | null | base/bind.h | gclxry/gn_template | cf20732cdd6c76273b1118819a9c9c5d67c05320 | [
"Apache-2.0"
] | null | null | null | // Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef BASE_BIND_H_
#define BASE_BIND_H_
#include <utility>
#include "base/bind_internal.h"
// ---------------------------------------------------... | 40.266917 | 80 | 0.677528 | [
"transform"
] |
b8f747627883603f9b35ab904fddf6d484b9abc2 | 3,100 | h | C | GameSample/GLRender.h | micoo-li/Box | 610f9bde5920e6bab108955ccfbd6792c6ac65a9 | [
"Apache-2.0"
] | 2 | 2015-11-05T06:58:03.000Z | 2016-01-15T20:53:58.000Z | GameSample/GLRender.h | micoo-li/Box | 610f9bde5920e6bab108955ccfbd6792c6ac65a9 | [
"Apache-2.0"
] | null | null | null | GameSample/GLRender.h | micoo-li/Box | 610f9bde5920e6bab108955ccfbd6792c6ac65a9 | [
"Apache-2.0"
] | null | null | null | //
// GLRender.h
// GameSample
//
// Created by Michael on 7/7/12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <OpenGL/gl3.h>
#import "GLModel.h"
#import "GLUtil.h"
#import "GLGameViewDelegate.h"
//GLM Stuff
#import "glm.hpp"
#import "type_ptr.hpp"
... | 18.023256 | 145 | 0.703226 | [
"render",
"model"
] |
6add04b01ca281e7f14c283ec230434fc78a491e | 490 | h | C | ios/source/courses/skutarenko/iOSDevCourse-Objective-C/Archive/41-44_CoreDataTest/41_CoreDataTest/MRQStudent.h | oltv00/knowledge | 25d9507d529c494e0d6d9c1d7f643d3249624b65 | [
"MIT"
] | null | null | null | ios/source/courses/skutarenko/iOSDevCourse-Objective-C/Archive/41-44_CoreDataTest/41_CoreDataTest/MRQStudent.h | oltv00/knowledge | 25d9507d529c494e0d6d9c1d7f643d3249624b65 | [
"MIT"
] | null | null | null | ios/source/courses/skutarenko/iOSDevCourse-Objective-C/Archive/41-44_CoreDataTest/41_CoreDataTest/MRQStudent.h | oltv00/knowledge | 25d9507d529c494e0d6d9c1d7f643d3249624b65 | [
"MIT"
] | null | null | null | //
// MRQStudent.h
// 41_CoreDataTest
//
// Created by Oleg Tverdokhleb on 29.12.15.
// Copyright © 2015 Oleg Tverdokhleb. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <CoreData/CoreData.h>
#import "MRQObject.h"
@class MRQCar, MRQUniversity, MRQCourse;
NS_ASSUME_NONNULL_BEGIN
@interface MRQ... | 18.846154 | 76 | 0.765306 | [
"object"
] |
6ae67ec0b3036ca8de3f6c7a7771f489be32a4da | 12,814 | h | C | tf_adapter_2.x/tests/stub/include/stub/defines.h | fujingguo/tf_adapter_npu | 96e796fca0359b984a8504f920844ae572b5d30e | [
"Apache-2.0"
] | null | null | null | tf_adapter_2.x/tests/stub/include/stub/defines.h | fujingguo/tf_adapter_npu | 96e796fca0359b984a8504f920844ae572b5d30e | [
"Apache-2.0"
] | null | null | null | tf_adapter_2.x/tests/stub/include/stub/defines.h | fujingguo/tf_adapter_npu | 96e796fca0359b984a8504f920844ae572b5d30e | [
"Apache-2.0"
] | null | null | null | #ifndef STUB_DEFINES_H_
#define STUB_DEFINES_H_
#include <functional>
#include "graph/types.h"
#include "ge_api_error_codes.h"
namespace ge {
// Option key: graph run mode
const char *const OPTION_GRAPH_RUN_MODE = "ge.graphRunMode";
const char *const OPTION_DEVICE_TYPE = "ge.deviceType";
// Option key: ome init
cons... | 41.875817 | 98 | 0.777353 | [
"shape",
"model"
] |
6af54c67e6ad6618b54afc886030d4280f494e2f | 8,942 | h | C | reve/reve/include/Opts.h | mattulbrich/llreve | 68cb958c1c02177fa0db1965a8afd879a97c2fc4 | [
"BSD-3-Clause"
] | 20 | 2016-08-11T19:51:13.000Z | 2021-09-02T13:10:58.000Z | reve/reve/include/Opts.h | mattulbrich/llreve | 68cb958c1c02177fa0db1965a8afd879a97c2fc4 | [
"BSD-3-Clause"
] | 9 | 2016-08-11T11:59:24.000Z | 2021-07-16T09:44:28.000Z | reve/reve/include/Opts.h | mattulbrich/llreve | 68cb958c1c02177fa0db1965a8afd879a97c2fc4 | [
"BSD-3-Clause"
] | 7 | 2017-08-19T14:42:27.000Z | 2020-05-20T16:14:13.000Z | /*
* This file is part of
* llreve - Automatic regression verification for LLVM programs
*
* Copyright (C) 2016 Karlsruhe Institute of Technology
*
* The system is published under a BSD license.
* See LICENSE (distributed with this file) for details.
*/
#pragma once
#include "CommandLine.h"
#include "MarkA... | 39.742222 | 80 | 0.710356 | [
"object",
"vector"
] |
ed020cf1f80d2138f40c5eecac308b900ca467c2 | 735 | h | C | src/OperatorOverloading.h | guildenstern70/cpp11learn | 8a7c68bb6b5eeb87af465cd18cbbfc49a5dbb0a9 | [
"MIT"
] | null | null | null | src/OperatorOverloading.h | guildenstern70/cpp11learn | 8a7c68bb6b5eeb87af465cd18cbbfc49a5dbb0a9 | [
"MIT"
] | null | null | null | src/OperatorOverloading.h | guildenstern70/cpp11learn | 8a7c68bb6b5eeb87af465cd18cbbfc49a5dbb0a9 | [
"MIT"
] | null | null | null | //
// Created by Alessio Saltarin on 30/03/16.
//
#ifndef CPP11LEARN_OPERATOROVERLOADING_H
#define CPP11LEARN_OPERATOROVERLOADING_H
#include <ostream>
#include <vector>
#include <string>
class Box
{
protected:
int l;
int b;
int h;
public:
Box();
Box(int, int, int);
Box(const Box&);
virt... | 18.846154 | 63 | 0.644898 | [
"vector"
] |
ed03eae3c76e63e70deeb2c5e5ca1d6f8f7d3102 | 1,212 | h | C | ivec.h | hadriann/ivec | 73020921177a2cd7958bb12abbaf679ffc74acc3 | [
"MIT"
] | 1 | 2019-04-24T15:47:53.000Z | 2019-04-24T15:47:53.000Z | ivec.h | hadriann/ivec | 73020921177a2cd7958bb12abbaf679ffc74acc3 | [
"MIT"
] | null | null | null | ivec.h | hadriann/ivec | 73020921177a2cd7958bb12abbaf679ffc74acc3 | [
"MIT"
] | null | null | null | /**
* A library for dynamic integer arrays.
*
* @author Adrian Nita
* @date 2014
* @copyright The MIT License
*
* Library interface.
*/
#ifndef IVEC_H
#define IVEC_H
#define IVEC_MAXLEN 50
#include <stddef.h>
typedef struct ivec* ivec;
/** Creates a new vector of integers. */
ivec ivec_new(void)... | 21.263158 | 60 | 0.688944 | [
"vector"
] |
ed0e297a7a7e6bab34f825ef07e13bd7c6cae050 | 2,578 | h | C | dali/internal/graphics/gles-impl/gles-graphics-resource.h | dalihub/dali-adaptor | b7943ae5aeb7ddd069be7496a1c1cee186b740c5 | [
"Apache-2.0",
"BSD-3-Clause"
] | 6 | 2016-11-18T10:26:46.000Z | 2021-11-01T12:29:05.000Z | dali/internal/graphics/gles-impl/gles-graphics-resource.h | dalihub/dali-adaptor | b7943ae5aeb7ddd069be7496a1c1cee186b740c5 | [
"Apache-2.0",
"BSD-3-Clause"
] | 5 | 2020-07-15T11:30:49.000Z | 2020-12-11T19:13:46.000Z | dali/internal/graphics/gles-impl/gles-graphics-resource.h | dalihub/dali-adaptor | b7943ae5aeb7ddd069be7496a1c1cee186b740c5 | [
"Apache-2.0",
"BSD-3-Clause"
] | 7 | 2019-05-17T07:14:40.000Z | 2021-05-24T07:25:26.000Z | #ifndef DALI_GRAPHICS_GLES_RESOURCE_H
#define DALI_GRAPHICS_GLES_RESOURCE_H
/*
* Copyright (c) 2021 Samsung Electronics Co., Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* h... | 24.093458 | 87 | 0.694337 | [
"object"
] |
ed167ee7ac9e72fbbeca9473d0093aa0f10f5eef | 1,201 | h | C | chrome/browser/upboarding/query_tiles/internal/image_decoder.h | sarang-apps/darshan_browser | 173649bb8a7c656dc60784d19e7bb73e07c20daa | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | chrome/browser/upboarding/query_tiles/internal/image_decoder.h | sarang-apps/darshan_browser | 173649bb8a7c656dc60784d19e7bb73e07c20daa | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | chrome/browser/upboarding/query_tiles/internal/image_decoder.h | sarang-apps/darshan_browser | 173649bb8a7c656dc60784d19e7bb73e07c20daa | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | // Copyright 2020 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_UPBOARDING_QUERY_TILES_INTERNAL_IMAGE_DECODER_H_
#define CHROME_BROWSER_UPBOARDING_QUERY_TILES_INTERNAL_IMAGE_DECODER_H_
#include ... | 26.688889 | 74 | 0.746045 | [
"vector"
] |
ed19c777f468f290525464eb111c8021e51f53f1 | 5,655 | h | C | src/autowiring/ConfigManager.h | CaseyCarter/autowiring | 48e95a71308318c8ffb7ed1348e034fd9110f70c | [
"Apache-2.0"
] | 87 | 2015-01-18T00:43:06.000Z | 2022-02-11T17:40:50.000Z | src/autowiring/ConfigManager.h | CaseyCarter/autowiring | 48e95a71308318c8ffb7ed1348e034fd9110f70c | [
"Apache-2.0"
] | 274 | 2015-01-03T04:50:49.000Z | 2021-03-08T09:01:09.000Z | src/autowiring/ConfigManager.h | CaseyCarter/autowiring | 48e95a71308318c8ffb7ed1348e034fd9110f70c | [
"Apache-2.0"
] | 15 | 2015-09-30T20:58:43.000Z | 2020-12-19T21:24:56.000Z | // Copyright (C) 2012-2018 Leap Motion, Inc. All rights reserved.
#pragma once
#include "auto_id.h"
#include "config_descriptor.h"
#include "config_event.h"
#include "Decompose.h"
#include "optional.h"
#include "auto_signal.h"
#include "spin_lock.h"
#include <functional>
#include <string>
#include <unordered_map>
#incl... | 29.300518 | 114 | 0.639611 | [
"object",
"vector"
] |
ed1ebfe622be49e9a97350c9d48ec5467481396b | 333 | h | C | Environment/GamePlayer.h | willshi88/Reversi-Game | 9dae6c48b7e7694619eee51eb72cc16099e27007 | [
"MIT"
] | null | null | null | Environment/GamePlayer.h | willshi88/Reversi-Game | 9dae6c48b7e7694619eee51eb72cc16099e27007 | [
"MIT"
] | null | null | null | Environment/GamePlayer.h | willshi88/Reversi-Game | 9dae6c48b7e7694619eee51eb72cc16099e27007 | [
"MIT"
] | null | null | null | #pragma once
#include <string>
#include <vector>
namespace game
{
class GamePlayer
{
protected:
int myMark = 0;
public:
GamePlayer(int mark);
virtual bool isUserPlayer() = 0;
virtual std::wstring playerName() = 0;
virtual Point *play(std::vector<std::vector<int>> &board) = 0;
... | 12.333333 | 65 | 0.603604 | [
"vector"
] |
ed1f38e707c853e32edb3377cb7677d417b4c446 | 2,652 | h | C | MCF/include/Compilation.h | pkusensei/MinskFork | e9b93ea5af4d2c88a9e61724dd57d2a4a8dd8271 | [
"MIT"
] | 2 | 2020-07-12T17:58:09.000Z | 2022-03-11T13:16:27.000Z | MCF/include/Compilation.h | pkusensei/MinskFork | e9b93ea5af4d2c88a9e61724dd57d2a4a8dd8271 | [
"MIT"
] | null | null | null | MCF/include/Compilation.h | pkusensei/MinskFork | e9b93ea5af4d2c88a9e61724dd57d2a4a8dd8271 | [
"MIT"
] | 1 | 2022-03-11T13:23:54.000Z | 2022-03-11T13:23:54.000Z | #pragma once
#include <filesystem>
#include "Symbols.h"
// To suppress annoying MSVC warnings about exporting classes/functions
#if defined(_MSC_VER) && !defined(__clang__)
#pragma warning(push)
#pragma warning(disable: 4251)
#endif // defined(_MSC_VER) && !defined(__clang__)
namespace MCF {
namespace fs = std::fi... | 29.142857 | 86 | 0.765083 | [
"vector"
] |
ed2080d6745e50b8b5b83102cda220c71fdcb7fe | 1,474 | h | C | third_party/parallel-inet/src/linklayer/radio/propagation/IReceptionModel.h | eniac/MimicNet | c0790679f8c220c75c33ace67e2735816aac6815 | [
"MIT"
] | 15 | 2021-08-20T08:10:01.000Z | 2022-03-24T21:24:50.000Z | third_party/parallel-inet/src/linklayer/radio/propagation/IReceptionModel.h | eniac/MimicNet | c0790679f8c220c75c33ace67e2735816aac6815 | [
"MIT"
] | 1 | 2022-03-30T09:03:39.000Z | 2022-03-30T09:03:39.000Z | third_party/parallel-inet/src/linklayer/radio/propagation/IReceptionModel.h | eniac/MimicNet | c0790679f8c220c75c33ace67e2735816aac6815 | [
"MIT"
] | 3 | 2021-08-20T08:10:34.000Z | 2021-12-02T06:15:02.000Z | //
// Copyright (C) 2006 Andras Varga
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distr... | 28.901961 | 102 | 0.717096 | [
"object"
] |
ed217aca314f51ad5786b3b57ee4595c2e2af099 | 977 | h | C | MHDevelopExample/MHDevelopExample/Classes/MVC&MVVM/Base/BaseViewController/MVVM/WithRAC/SUViewController2.h | zhangdongpo/MHDevelopExample_Objective_C | 8329768aecf9b64ac50e5c2f4e4b4c4a74a7d06c | [
"MIT"
] | 1,039 | 2017-02-07T02:15:06.000Z | 2022-03-31T21:45:33.000Z | MHDevelopExample/MHDevelopExample/Classes/MVC&MVVM/Base/BaseViewController/MVVM/WithRAC/SUViewController2.h | WenQiXu/MHDevelopExample_Objective_C | 084e34a31a7e5205408d17a060fc0bc2b0a535cc | [
"MIT"
] | 10 | 2017-06-14T12:30:33.000Z | 2022-03-10T05:58:15.000Z | MHDevelopExample/MHDevelopExample/Classes/MVC&MVVM/Base/BaseViewController/MVVM/WithRAC/SUViewController2.h | WenQiXu/MHDevelopExample_Objective_C | 084e34a31a7e5205408d17a060fc0bc2b0a535cc | [
"MIT"
] | 168 | 2017-05-06T03:01:59.000Z | 2022-03-30T07:21:32.000Z | //
// SUViewController2.h
// SenbaUsed
//
// Created by senba on 2017/4/16.
// Copyright © 2017年 CoderMikeHe. All rights reserved.
// MVVM With RAC 开发模式的所有自定义的控制器的父类
#import "SUBaseViewController.h"
#import "SUViewModel2.h"
@interface SUViewController2 : SUBaseViewController
/// The `viewModel` parameter in `-i... | 26.405405 | 78 | 0.761515 | [
"model"
] |
ed21d0f7dd5096f0e487a680a12dcc0d4f2a26fd | 2,485 | c | C | d/islands/serakii/obj/oil_painting.c | SwusInABox/SunderingShadows | 07dfe6ee378ca3266fc26fdc39ff2f29223ae002 | [
"MIT"
] | 9 | 2021-07-05T15:24:54.000Z | 2022-02-25T19:44:15.000Z | d/islands/serakii/obj/oil_painting.c | SwusInABox/SunderingShadows | 07dfe6ee378ca3266fc26fdc39ff2f29223ae002 | [
"MIT"
] | 4 | 2021-03-15T18:56:39.000Z | 2021-08-17T17:08:22.000Z | d/islands/serakii/obj/oil_painting.c | SwusInABox/SunderingShadows | 07dfe6ee378ca3266fc26fdc39ff2f29223ae002 | [
"MIT"
] | 10 | 2021-03-13T00:18:03.000Z | 2022-03-29T15:02:42.000Z | //oil painting
#include <std.h>
inherit OBJECT;
object ob;
int i;
void create(){
::create();
set_name("oil painting");
set_id(({"oil painting","painting"}));
set_short("oil painting");
set_long("oil panting\n");
set_weight(1);
set_value(1);
i = random(7);
switch(i){
case... | 55.222222 | 522 | 0.61328 | [
"object"
] |
ed2653358d8ee39faa2b5f412ce03997013b9771 | 2,658 | h | C | Application/VSCEnvironment.h | jbat100/VirtualSoundControl | f84ba15bba4bfce579c185e04df0e1be4f419cd7 | [
"MIT"
] | null | null | null | Application/VSCEnvironment.h | jbat100/VirtualSoundControl | f84ba15bba4bfce579c185e04df0e1be4f419cd7 | [
"MIT"
] | null | null | null | Application/VSCEnvironment.h | jbat100/VirtualSoundControl | f84ba15bba4bfce579c185e04df0e1be4f419cd7 | [
"MIT"
] | null | null | null |
#ifndef _VSC_ENVIRONMENT_H_
#define _VSC_ENVIRONMENT_H_
#include "VSCOBScene.h"
#include "VSCCollisionMapper.h"
#include "VSCIMEventChain.h"
#include <boost/shared_ptr.hpp>
#include <boost/weak_ptr.hpp>
#include <boost/enable_shared_from_this.hpp>
#include <vector>
namespace VSC
{
class GlobalApplication;... | 26.58 | 99 | 0.589541 | [
"vector"
] |
ed2854e97e43895a08550cad08a3274e244a4e8c | 2,105 | c | C | rtt-2.1/bsp/ls1cdev/applications/startup.c | qingxianren/rtthreadLWIP-3 | c096728f55eec6a5aead808f214b3762955d2e26 | [
"MIT"
] | 1 | 2021-12-12T07:55:43.000Z | 2021-12-12T07:55:43.000Z | rtt-2.1/bsp/ls1cdev/applications/startup.c | qingxianren/rtthreadLWIP-3 | c096728f55eec6a5aead808f214b3762955d2e26 | [
"MIT"
] | null | null | null | rtt-2.1/bsp/ls1cdev/applications/startup.c | qingxianren/rtthreadLWIP-3 | c096728f55eec6a5aead808f214b3762955d2e26 | [
"MIT"
] | 2 | 2017-07-25T09:52:44.000Z | 2018-11-14T01:58:50.000Z | /*
* File : startup.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2006-2012, RT-Thread Develop Team
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rt-thread.org/license/LICENSE
*
* Change Logs:
* Date ... | 22.393617 | 67 | 0.673159 | [
"vector"
] |
ed28dd42cbc577db221c4d3fcad094dafcfebcf1 | 7,632 | h | C | lib/MobileRTC.framework/Headers/MobileRTC.h | hd03022163/ZoomResource | 5b63df67dd01e43b917102d6bfd4e44afd20287e | [
"AML",
"RSA-MD"
] | null | null | null | lib/MobileRTC.framework/Headers/MobileRTC.h | hd03022163/ZoomResource | 5b63df67dd01e43b917102d6bfd4e44afd20287e | [
"AML",
"RSA-MD"
] | null | null | null | lib/MobileRTC.framework/Headers/MobileRTC.h | hd03022163/ZoomResource | 5b63df67dd01e43b917102d6bfd4e44afd20287e | [
"AML",
"RSA-MD"
] | 3 | 2020-11-04T08:50:23.000Z | 2020-11-06T04:49:04.000Z | //
// MobileRTC.h
// MobileRTC
//
// Created by Robust Hu on 8/7/14.
// Copyright (c) 2016 Zoom Video Communications, Inc. All rights reserved.
//
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#import <MobileRTC/MobileRTCConstants.h>
#import <MobileRTC/MobileRTCAuthService.h>
#import <MobileRTC/MobileRT... | 37.596059 | 157 | 0.78315 | [
"object"
] |
ed2d56dbc414d27446c4c700db24a9287cd69d69 | 114,607 | h | C | src/core/processing/qgsprocessingparameters.h | dyna-mis/Hilabeling | cb7d5d4be29624a20c8a367162dbc6fd779b2b52 | [
"MIT"
] | null | null | null | src/core/processing/qgsprocessingparameters.h | dyna-mis/Hilabeling | cb7d5d4be29624a20c8a367162dbc6fd779b2b52 | [
"MIT"
] | null | null | null | src/core/processing/qgsprocessingparameters.h | dyna-mis/Hilabeling | cb7d5d4be29624a20c8a367162dbc6fd779b2b52 | [
"MIT"
] | 1 | 2021-12-25T08:40:30.000Z | 2021-12-25T08:40:30.000Z | /***************************************************************************
qgsprocessingparameters.h
-------------------------
begin : April 2017
copyright : (C) 2017 by Nyall Dawson
email : nyall dot dawson at gmail dot com
*****... | 40.227097 | 219 | 0.704503 | [
"mesh",
"geometry",
"object",
"vector",
"model"
] |
ed38b86de46fcb3545b8089ef16c6b4521388dd1 | 5,816 | h | C | WebKit/Source/WebCore/platform/graphics/chromium/cc/CCLayerTreeHostImpl.h | JavaScriptTesting/LJS | 9818dbdb421036569fff93124ac2385d45d01c3a | [
"Apache-2.0"
] | 1 | 2019-06-18T06:52:54.000Z | 2019-06-18T06:52:54.000Z | WebKit/Source/WebCore/platform/graphics/chromium/cc/CCLayerTreeHostImpl.h | JavaScriptTesting/LJS | 9818dbdb421036569fff93124ac2385d45d01c3a | [
"Apache-2.0"
] | null | null | null | WebKit/Source/WebCore/platform/graphics/chromium/cc/CCLayerTreeHostImpl.h | JavaScriptTesting/LJS | 9818dbdb421036569fff93124ac2385d45d01c3a | [
"Apache-2.0"
] | null | null | null | /*
* Copyright (C) 2011 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of condition... | 35.901235 | 118 | 0.769773 | [
"vector"
] |
ed44e3841fc2cd6d9b6523d8ca4a82de0118b1f9 | 6,130 | h | C | radixsort/RadixSort/cyclegraph.h | jeshi96/parbutterfly | 06af1f082736c446c740dcd8c1d0ce2b44442ee9 | [
"MIT"
] | 5 | 2019-08-18T22:07:09.000Z | 2021-03-25T20:52:20.000Z | radixsort/RadixSort/cyclegraph.h | jeshi96/parbutterfly | 06af1f082736c446c740dcd8c1d0ce2b44442ee9 | [
"MIT"
] | 1 | 2019-11-25T20:57:27.000Z | 2019-11-26T04:26:03.000Z | radixsort/RadixSort/cyclegraph.h | jeshi96/parbutterfly | 06af1f082736c446c740dcd8c1d0ce2b44442ee9 | [
"MIT"
] | 1 | 2019-12-03T05:58:26.000Z | 2019-12-03T05:58:26.000Z | #ifndef _S_CYCLEGRAPH_INCLUDED
#define _S_CYCLEGRAPH_INCLUDED
#ifndef STABLE
#include <stdio.h>
#include <edge.h>
#include <vector>
#include <prefixsum.h>
#include <triangle.h>
#include <block.h>
#include <misc.h>
#include <radix_configs.h>
using namespace std;
namespace radix{
#define MAX_PARALLEL_EDGES (MAXP * R_BUC... | 29.471154 | 128 | 0.530995 | [
"vector"
] |
ed4f2051fb880dadc12a73e49711279926cddd77 | 28,813 | c | C | src/graph.c | dlasalle/bowstring | b6a25ebc88decd1e4b97b85e89664b4e58c9b29a | [
"MIT"
] | null | null | null | src/graph.c | dlasalle/bowstring | b6a25ebc88decd1e4b97b85e89664b4e58c9b29a | [
"MIT"
] | null | null | null | src/graph.c | dlasalle/bowstring | b6a25ebc88decd1e4b97b85e89664b4e58c9b29a | [
"MIT"
] | null | null | null | /**
* @file graph.c
* @brief Functions for performing misc graph operations
* @author Dominique LaSalle <lasalle@cs.umn.edu>
* Copyright 2013-2014, Dominique LaSalle
* @version 1
* @date 2013-08-07
*/
#ifndef GRAPH_C
#define GRAPH_C
#include "graph.h"
/****************************************************... | 21.877752 | 79 | 0.512026 | [
"vector"
] |
ed56671da9c71b1f606d00703e4828c6a69dd1c6 | 4,861 | h | C | include/STB/Vector3.h | sandsmark/Platform | 067ce90b3600ad2ab19e216b90c1618605c43ae9 | [
"MIT"
] | null | null | null | include/STB/Vector3.h | sandsmark/Platform | 067ce90b3600ad2ab19e216b90c1618605c43ae9 | [
"MIT"
] | null | null | null | include/STB/Vector3.h | sandsmark/Platform | 067ce90b3600ad2ab19e216b90c1618605c43ae9 | [
"MIT"
] | null | null | null | //------------------------------------------------------------------------------
// Copyright (c) 2016 John D. Haughton
//
// 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 restricti... | 28.426901 | 80 | 0.555441 | [
"vector"
] |
ed6019d8af1b54cb0a7a2a6ecd6586708fe072aa | 3,871 | h | C | externals/IBKMK/src/IBKMK_CRSpline.h | ghorwin/IFC2BESplusplus | 0c8e6d735faf56c84ff9c741773da92bc82b23dd | [
"MIT"
] | 5 | 2021-11-17T07:12:54.000Z | 2022-03-16T15:06:39.000Z | externals/IBKMK/src/IBKMK_CRSpline.h | ghorwin/IFC2BESplusplus | 0c8e6d735faf56c84ff9c741773da92bc82b23dd | [
"MIT"
] | 25 | 2021-09-09T07:39:13.000Z | 2022-01-23T13:00:19.000Z | externals/IBKMK/src/IBKMK_CRSpline.h | ghorwin/IFC2BESplusplus | 0c8e6d735faf56c84ff9c741773da92bc82b23dd | [
"MIT"
] | null | null | null | /* IBK Math Kernel Library
Copyright (c) 2001-today, Institut fuer Bauklimatik, TU Dresden, Germany
Written by A. Nicolai, A. Paepcke, H. Fechner, St. Vogelsang
All rights reserved.
This file is part of the IBKMK Library.
Redistribution and use in source and binary forms, with or without modification,
are perm... | 36.518868 | 86 | 0.77086 | [
"vector"
] |
ed60519eae1987efe2b275d7a97b4aa3ccad8e89 | 680 | h | C | aws-cpp-sdk-license-manager/include/aws/license-manager/model/CheckoutType.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-license-manager/include/aws/license-manager/model/CheckoutType.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-license-manager/include/aws/license-manager/model/CheckoutType.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/license-manager/LicenseManager_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
namespace Aws
{
namespace LicenseManager
{
namespace Model
{
enum class Checkou... | 21.25 | 84 | 0.766176 | [
"model"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.