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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
74e0eaf5a59b46083c9fa4a8f550f6b59cc834f1 | 270 | h | C | src/gui/renderable.h | KeinR/Nafy | b576a08b028cff00a7cb02331699dc8b2fecf3bf | [
"MIT"
] | null | null | null | src/gui/renderable.h | KeinR/Nafy | b576a08b028cff00a7cb02331699dc8b2fecf3bf | [
"MIT"
] | null | null | null | src/gui/renderable.h | KeinR/Nafy | b576a08b028cff00a7cb02331699dc8b2fecf3bf | [
"MIT"
] | null | null | null | #ifndef RENDERABLE_H_INCLUDED
#define RENDERABLE_H_INCLUDED
/*
* A single renderable node
* TODO: Refactor this to node, etc.
*/
namespace nafy {
class renderable {
public:
virtual ~renderable() = 0;
virtual void render() = 0;
};
}
#endif
| 15 | 35 | 0.648148 | [
"render"
] |
74ede7d5befd5c9137c2260e37b382a27ae96c03 | 11,742 | h | C | HALCON-12.0/include/cpp/HComponentModel.h | liuwake/HalconPractise | d7615f09fd7c91cef9759a1e7eafcc2fec049b26 | [
"MIT"
] | 7 | 2019-05-12T10:28:08.000Z | 2021-11-02T07:19:00.000Z | HALCON-12.0/include/cpp/HComponentModel.h | liuwake/HalconPractise | d7615f09fd7c91cef9759a1e7eafcc2fec049b26 | [
"MIT"
] | null | null | null | HALCON-12.0/include/cpp/HComponentModel.h | liuwake/HalconPractise | d7615f09fd7c91cef9759a1e7eafcc2fec049b26 | [
"MIT"
] | 9 | 2019-09-05T02:13:03.000Z | 2022-02-20T07:48:16.000Z | /*****************************************************************************
* HComponentModel.h
*****************************************************************************
*
* Project: HALCON/C++
* Description: Class HComponentModel
*
* (c) 1996-2014 by MVTec Software GmbH
* www.mvtec... | 72.481481 | 726 | 0.743996 | [
"model"
] |
74f3d7db933ec57d6bc95d394cb4507b7acfec38 | 5,445 | h | C | dev_root/client_lib/src/backends/rdma/rdma_worker_thread.h | aoranwu/p4app-switchML | 5543bcdfbd96d62dc2f709c06b4ae2d66f55136b | [
"Apache-2.0"
] | null | null | null | dev_root/client_lib/src/backends/rdma/rdma_worker_thread.h | aoranwu/p4app-switchML | 5543bcdfbd96d62dc2f709c06b4ae2d66f55136b | [
"Apache-2.0"
] | null | null | null | dev_root/client_lib/src/backends/rdma/rdma_worker_thread.h | aoranwu/p4app-switchML | 5543bcdfbd96d62dc2f709c06b4ae2d66f55136b | [
"Apache-2.0"
] | null | null | null | /*
Copyright 2021 Intel-KAUST-Microsoft
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 ... | 31.842105 | 121 | 0.695317 | [
"object",
"vector"
] |
74fb5bf7d4db1e9fba76308099627a35f35db747 | 1,720 | h | C | 12_Extensibility/visitor/scenegraph.h | haxpor/APIBook | df34e557ebdd3e0c30fc55fb87dd43c72d393d4c | [
"MIT"
] | 15 | 2020-01-14T21:00:20.000Z | 2022-03-20T08:30:23.000Z | 12_Extensibility/visitor/scenegraph.h | haxpor/APIBook | df34e557ebdd3e0c30fc55fb87dd43c72d393d4c | [
"MIT"
] | 1 | 2020-10-09T22:24:55.000Z | 2020-10-26T11:18:47.000Z | 12_Extensibility/visitor/scenegraph.h | haxpor/APIBook | df34e557ebdd3e0c30fc55fb87dd43c72d393d4c | [
"MIT"
] | 10 | 2019-10-21T03:15:24.000Z | 2021-09-08T01:58:35.000Z | /// -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: t -*-
///
/// \file scenegraph.h
/// \author Martin Reddy
/// \brief Simple scenegraph API with different node types.
///
/// Copyright (c) 2010, Martin Reddy. All rights reserved.
/// Distributed under the X11/MIT License. See LICENSE.txt.
/// See http://AP... | 18.901099 | 64 | 0.705233 | [
"object",
"shape",
"transform"
] |
2d0037fcd5b1c3cfbc0fffe5549b2f088ea671a5 | 1,001 | h | C | modules/task_2/kamskov_e_shell_batcher_sort_omp/shell_batcher.h | egorshul/pp_2021_spring_engineers | 833868c757648149a152ff0913c5e3905cd56176 | [
"BSD-3-Clause"
] | null | null | null | modules/task_2/kamskov_e_shell_batcher_sort_omp/shell_batcher.h | egorshul/pp_2021_spring_engineers | 833868c757648149a152ff0913c5e3905cd56176 | [
"BSD-3-Clause"
] | null | null | null | modules/task_2/kamskov_e_shell_batcher_sort_omp/shell_batcher.h | egorshul/pp_2021_spring_engineers | 833868c757648149a152ff0913c5e3905cd56176 | [
"BSD-3-Clause"
] | 1 | 2021-03-29T14:29:42.000Z | 2021-03-29T14:29:42.000Z | // Copyright 2021 Kamskov Eugene
#ifndef MODULES_TASK_2_KAMSKOV_E_SHELL_BATCHER_SORT_OMP_SHELL_BATCHER_H_
#define MODULES_TASK_2_KAMSKOV_E_SHELL_BATCHER_SORT_OMP_SHELL_BATCHER_H_
#include <omp.h>
#include <vector>
#include <iostream>
#include <iterator>
#include <algorithm>
#include <utility>
#include <random>
#includ... | 41.708333 | 80 | 0.769231 | [
"vector"
] |
d33e6d84b13d415c86fd7ed55b8db8e9332a22b8 | 2,293 | h | C | c++/timeit.h | JCash/languagetests | 30b65994379b3cfc6e1d5dbf2807e672c7864239 | [
"MIT"
] | null | null | null | c++/timeit.h | JCash/languagetests | 30b65994379b3cfc6e1d5dbf2807e672c7864239 | [
"MIT"
] | null | null | null | c++/timeit.h | JCash/languagetests | 30b65994379b3cfc6e1d5dbf2807e672c7864239 | [
"MIT"
] | null | null | null | #pragma once
#include <vector>
#include <chrono>
#include <algorithm>
class CTimeIt
{
std::chrono::duration<float> m_Average;
std::chrono::duration<float> m_Median;
std::chrono::duration<float> m_Min;
std::chrono::duration<float> m_Max;
size_t m_Count;
public:
template<typename FuncResult, typename Func, typen... | 20.657658 | 67 | 0.61884 | [
"vector"
] |
d3414c8993031bd9bb68f0301cfd3bc1ea1bf353 | 3,405 | h | C | class.h | div-57/PSiO-project | 2b04b63be28faa8a13d3a84dd89e2a30409ca839 | [
"MIT"
] | null | null | null | class.h | div-57/PSiO-project | 2b04b63be28faa8a13d3a84dd89e2a30409ca839 | [
"MIT"
] | null | null | null | class.h | div-57/PSiO-project | 2b04b63be28faa8a13d3a84dd89e2a30409ca839 | [
"MIT"
] | null | null | null | #ifndef CLASS_H
#define CLASS_H
#include <SFML/Window.hpp>
#include <SFML/Graphics.hpp>
class Game : public sf::Sprite
{
private:
int player_score_ = 0;
int wave_size_ = 1;
int wave_counter_ = 0;
int waves_to_next_wave_ = 5;
int score_in_wave_ = 1;
float shooting_time_ = 0.4;
float sum_of... | 22.852349 | 116 | 0.679589 | [
"vector"
] |
d341616cdbd29d206149fecbd30bae1935667466 | 2,093 | h | C | Labyrint/labyrinti1/Classes/Native/mscorlib_System_Reflection_EventInfo_AddEventAdapte836903542MethodDeclarations.h | mimietti/Labyball | c4b03f5b5d5ec1a1cae5831d22391bc2a171230f | [
"MIT"
] | null | null | null | Labyrint/labyrinti1/Classes/Native/mscorlib_System_Reflection_EventInfo_AddEventAdapte836903542MethodDeclarations.h | mimietti/Labyball | c4b03f5b5d5ec1a1cae5831d22391bc2a171230f | [
"MIT"
] | 23 | 2016-07-21T13:03:02.000Z | 2016-10-03T12:43:01.000Z | Labyrint/labyrinti1/Classes/Native/mscorlib_System_Reflection_EventInfo_AddEventAdapte836903542MethodDeclarations.h | mimietti/Labyball | c4b03f5b5d5ec1a1cae5831d22391bc2a171230f | [
"MIT"
] | 1 | 2019-09-08T17:32:17.000Z | 2019-09-08T17:32:17.000Z | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include <assert.h>
#include <exception>
// System.Reflection.EventInfo/AddEventAdapter
struct AddEventAdapter_t836903542;
// System.Object
struct Il2CppObject;
// System.Delegate
str... | 51.04878 | 278 | 0.836598 | [
"object"
] |
d34332718ebdd3b869b3cb73d2d47e1f78f3a59e | 1,723 | h | C | src/htl.h | her01n/htl | ee05d8ed42a45eca2b99a21d15262ab3227c714c | [
"MIT"
] | null | null | null | src/htl.h | her01n/htl | ee05d8ed42a45eca2b99a21d15262ab3227c714c | [
"MIT"
] | null | null | null | src/htl.h | her01n/htl | ee05d8ed42a45eca2b99a21d15262ab3227c714c | [
"MIT"
] | null | null | null | #pragma once
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
/**
* A point in 3D space.
* The coordinates are integers, where unit is micrometer. 1 um = 0.0001 mm.
* Vectors are also represented by this structure where applicable.
*/
typedef struct
{
int x;
int y;
int z;
} HtlPoint;
HtlPoint
ht... | 18.728261 | 76 | 0.689495 | [
"3d"
] |
d34f2a035461e1b30375d5126c8635af3203c2fa | 652 | h | C | src/oslibs/cocos/cocos-src/tests/cpp-tests/Classes/MutiTouchTest/MutiTouchTest.h | dios-game/dios-cocos | b7fbcbafe02f516ef18fdb64b4519dbf806303fc | [
"MIT"
] | 1 | 2017-06-21T10:06:26.000Z | 2017-06-21T10:06:26.000Z | src/oslibs/cocos/cocos-src/tests/cpp-tests/Classes/MutiTouchTest/MutiTouchTest.h | dios-game/dios-cocos | b7fbcbafe02f516ef18fdb64b4519dbf806303fc | [
"MIT"
] | null | null | null | src/oslibs/cocos/cocos-src/tests/cpp-tests/Classes/MutiTouchTest/MutiTouchTest.h | dios-game/dios-cocos | b7fbcbafe02f516ef18fdb64b4519dbf806303fc | [
"MIT"
] | null | null | null | #ifndef __MUTITOUCHTEST_H__
#define __MUTITOUCHTEST_H__
#include "../BaseTest.h"
DEFINE_TEST_SUITE(MutiTouchTests);
class MutiTouchTest : public TestCase
{
public:
CREATE_FUNC(MutiTouchTest);
virtual bool init() override;
void onTouchesBegan(const std::vector<cocos2d::Touch*>& touches, cocos2d::Event ... | 29.636364 | 97 | 0.739264 | [
"vector"
] |
d35107441e6edc9a070aead8e3c94ac55f04371f | 3,297 | c | C | third_party/Phigs/PVT/PVT_c/09/01/p01.c | n1ckfg/Telidon | f4e2c693ec7d67245974b73a602d5d40df6a6d69 | [
"MIT"
] | 18 | 2017-07-08T02:34:02.000Z | 2022-01-08T03:42:48.000Z | third_party/Phigs/PVT/PVT_c/09/01/p01.c | n1ckfg/Telidon | f4e2c693ec7d67245974b73a602d5d40df6a6d69 | [
"MIT"
] | null | null | null | third_party/Phigs/PVT/PVT_c/09/01/p01.c | n1ckfg/Telidon | f4e2c693ec7d67245974b73a602d5d40df6a6d69 | [
"MIT"
] | 3 | 2018-02-03T04:44:00.000Z | 2020-08-05T15:31:18.000Z | /* fort/09/01/p01.f -- translated by f2c (version of 22 July 1992 22:54:52).
You must link the resulting object file with the libraries:
-lF77 -lI77 -lm -lc (in that order)
*/
#include "f2c.h"
/* Common Block Declarations */
struct {
integer ctlhnd, errsig, errfil, ierrct, unerr, testct, iflerr, passsw,
... | 31.701923 | 77 | 0.555353 | [
"object"
] |
d35352dcfc9cd13442b03fa0f726233250742cb3 | 4,975 | h | C | matlab_code/jjcao_code-head/toolbox/jjcao_mesh/geodesic/mex/gw/gw_core/GW_Face.h | joycewangsy/normals_pointnet | fc74a8ed1a009b18785990b1b4c20eda0549721c | [
"MIT"
] | null | null | null | matlab_code/jjcao_code-head/toolbox/jjcao_mesh/geodesic/mex/gw/gw_core/GW_Face.h | joycewangsy/normals_pointnet | fc74a8ed1a009b18785990b1b4c20eda0549721c | [
"MIT"
] | null | null | null | matlab_code/jjcao_code-head/toolbox/jjcao_mesh/geodesic/mex/gw/gw_core/GW_Face.h | joycewangsy/normals_pointnet | fc74a8ed1a009b18785990b1b4c20eda0549721c | [
"MIT"
] | null | null | null |
/*------------------------------------------------------------------------------*/
/**
* \file GW_Face.h
* \brief Definition of class \c GW_Face
* \author Gabriel Peyr?
* \date 2-12-2003
*/
/*------------------------------------------------------------------------------*/
#ifndef _GW_FACE_H_
#define _... | 32.94702 | 88 | 0.51196 | [
"mesh",
"vector"
] |
d35a02f2611ac8fd062813fe47376e6c94d68393 | 1,697 | h | C | include/retdec/llvmir2hll/ir/bit_shr_op_expr.h | mehrdad-shokri/retdec | a82f16e97b163afe789876e0a819489c5b9b358e | [
"MIT",
"Zlib",
"BSD-3-Clause"
] | 4,816 | 2017-12-12T18:07:09.000Z | 2019-04-17T02:01:04.000Z | include/retdec/llvmir2hll/ir/bit_shr_op_expr.h | mehrdad-shokri/retdec | a82f16e97b163afe789876e0a819489c5b9b358e | [
"MIT",
"Zlib",
"BSD-3-Clause"
] | 514 | 2017-12-12T18:22:52.000Z | 2019-04-16T16:07:11.000Z | include/retdec/llvmir2hll/ir/bit_shr_op_expr.h | mehrdad-shokri/retdec | a82f16e97b163afe789876e0a819489c5b9b358e | [
"MIT",
"Zlib",
"BSD-3-Clause"
] | 579 | 2017-12-12T18:38:02.000Z | 2019-04-11T13:32:53.000Z | /**
* @file include/retdec/llvmir2hll/ir/bit_shr_op_expr.h
* @brief A bit right shift operator.
* @copyright (c) 2017 Avast Software, licensed under the MIT license
*/
#ifndef RETDEC_LLVMIR2HLL_IR_BIT_SHR_OP_EXPR_H
#define RETDEC_LLVMIR2HLL_IR_BIT_SHR_OP_EXPR_H
#include "retdec/llvmir2hll/ir/binary_op_expr.h"
#includ... | 25.712121 | 79 | 0.748969 | [
"object"
] |
d365398fb066fa2e31c9ff826d529a3e856558e1 | 22,509 | h | C | Parscript.h | legobrainiac/Parscript | ae83d6721bab875193d731098bde5fb2d5dd208b | [
"MIT"
] | null | null | null | Parscript.h | legobrainiac/Parscript | ae83d6721bab875193d731098bde5fb2d5dd208b | [
"MIT"
] | null | null | null | Parscript.h | legobrainiac/Parscript | ae83d6721bab875193d731098bde5fb2d5dd208b | [
"MIT"
] | null | null | null | #ifndef PAR_SCRIPT_H
#define PAR_SCRIPT_H
#include <map>
#include <tuple>
#include <array>
#include <string>
// TODO(tomas): linking to user-given functions, might require some rethinking
namespace ParVm
{
struct Scope
{
[[maybe_unused]] uint64_t scopeSize;
std::map<std::string... | 47.993603 | 275 | 0.477809 | [
"vector"
] |
d36695dd9654e1b7d4c63f6c1f088321ca168f2d | 1,570 | h | C | StarzPlayer/frameworks/Player/PSDKLibrary.framework/Headers/PTDeviceInformation.h | supersabbath/tmp | cdf49e99f93cb8758f259e8668feccaf8e2dc5cc | [
"MIT"
] | null | null | null | StarzPlayer/frameworks/Player/PSDKLibrary.framework/Headers/PTDeviceInformation.h | supersabbath/tmp | cdf49e99f93cb8758f259e8668feccaf8e2dc5cc | [
"MIT"
] | null | null | null | StarzPlayer/frameworks/Player/PSDKLibrary.framework/Headers/PTDeviceInformation.h | supersabbath/tmp | cdf49e99f93cb8758f259e8668feccaf8e2dc5cc | [
"MIT"
] | null | null | null | //
// PTDeviceInformation.h
// MediaPlayer
//
// Created by Prerna Vij on 1/15/13.
/*************************************************************************
* ADOBE CONFIDENTIAL
* ___________________
*
* Copyright 2013 Adobe Systems Incorporated
* All Rights Reserved.
*
* NOTICE: All information contained herein... | 29.622642 | 99 | 0.671975 | [
"model"
] |
d36787ae671395c92d4f37997ee8f7984abc4aad | 7,266 | h | C | define.h | bovine/xcom2edi | 11de6bfd97b26d9f0324f91916a0d9938bc4b186 | [
"BSD-3-Clause"
] | 1 | 2020-06-02T15:38:38.000Z | 2020-06-02T15:38:38.000Z | define.h | bovine/xcom2edi | 11de6bfd97b26d9f0324f91916a0d9938bc4b186 | [
"BSD-3-Clause"
] | null | null | null | define.h | bovine/xcom2edi | 11de6bfd97b26d9f0324f91916a0d9938bc4b186 | [
"BSD-3-Clause"
] | 1 | 2021-06-07T07:11:53.000Z | 2021-06-07T07:11:53.000Z | // []--------------------------------------------------------[]
// | Structure of GAME_??\CRAFT.DAT file (submarine editor) |
// []--------------------------------------------------------[]
struct craft
{
BYTE shiptype;
BYTE leftammotype, leftammocount;
BYTE UNK1[2], rightammotype;
BYTE inventory[55];... | 32.293333 | 98 | 0.492568 | [
"object"
] |
d383c3cddf4def83190a1f26ea49bae121a2424a | 202 | h | C | fastlib/include/fastlib/utility/PoissonSampler.h | LaudateCorpus1/fast-1 | 4c7d844bc6e7c2bf502ffaa126bce926a92f6227 | [
"MIT"
] | 4 | 2019-03-04T20:14:51.000Z | 2022-03-15T15:46:17.000Z | fastlib/include/fastlib/utility/PoissonSampler.h | krsvojte/fast | 4c7d844bc6e7c2bf502ffaa126bce926a92f6227 | [
"MIT"
] | 1 | 2022-03-15T16:59:30.000Z | 2022-03-15T16:59:30.000Z | fastlib/include/fastlib/utility/PoissonSampler.h | LaudateCorpus1/fast-1 | 4c7d844bc6e7c2bf502ffaa126bce926a92f6227 | [
"MIT"
] | 1 | 2022-03-15T16:59:17.000Z | 2022-03-15T16:59:17.000Z | #pragma once
#include <fastlib/FastLibDef.h>
#include <fastlib/geometry/AABB.h>
#include <vector>
namespace fast {
std::vector<vec3> poissonSampler(float r, size_t N, AABB domain, int k = 30);
} | 14.428571 | 78 | 0.712871 | [
"geometry",
"vector"
] |
d3860e4103e650857a2320b18091781c942a4e71 | 680 | h | C | tests/src/Wallet/Helpers/TestNodeClient.h | Fookdies301/GrinPlusPlus | 981a99af0ae04633afbd02666894b5c199e06339 | [
"MIT"
] | 135 | 2018-12-17T15:38:16.000Z | 2022-03-01T05:38:29.000Z | tests/src/Wallet/Helpers/TestNodeClient.h | Fookdies301/GrinPlusPlus | 981a99af0ae04633afbd02666894b5c199e06339 | [
"MIT"
] | 185 | 2018-12-21T13:56:29.000Z | 2022-03-23T14:41:46.000Z | tests/src/Wallet/Helpers/TestNodeClient.h | Fookdies301/GrinPlusPlus | 981a99af0ae04633afbd02666894b5c199e06339 | [
"MIT"
] | 49 | 2018-12-23T12:05:51.000Z | 2022-03-26T14:24:49.000Z | #pragma once
#include <Wallet/NodeClient.h>
#include <map>
class TestNodeClient : public INodeClient
{
public:
uint64_t GetChainHeight() const final { return 0; }
std::map<Commitment, OutputLocation> GetOutputsByCommitment(const std::vector<Commitment>&) const final { return {}; }
std::vector<BlockWithOutputs> Get... | 45.333333 | 119 | 0.780882 | [
"vector"
] |
d38ad892f863fdfa88aec0f91f9290ac5046a56f | 24,367 | h | C | src/Engine/System/XConsoleVariable.h | kovdennik/TestEngine | 43e8d51f64c1a576ff812126d44ee43d8e25bdef | [
"MIT"
] | null | null | null | src/Engine/System/XConsoleVariable.h | kovdennik/TestEngine | 43e8d51f64c1a576ff812126d44ee43d8e25bdef | [
"MIT"
] | null | null | null | src/Engine/System/XConsoleVariable.h | kovdennik/TestEngine | 43e8d51f64c1a576ff812126d44ee43d8e25bdef | [
"MIT"
] | null | null | null | // Copyright 2001-2019 Crytek GmbH / Crytek Group. All rights reserved.
#pragma once
#include <BlackBox/System/ISystem.hpp>
//#include <CrySystem/CVarOverride.h>
//#include <CryCore/BaseTypes.h>
//#include <CryCore/BitFiddling.h>
#include <cstdlib>
class CXConsoleVariableBase : public ICVar
{
public:
//! construct... | 34.959828 | 219 | 0.678746 | [
"vector",
"transform"
] |
d38fe3034abb3bfa764928cc0625d186abb41f6a | 25,536 | h | C | opennurbs_instance.h | elifri/opennurbs | 08ba072313d912b58d38eabe3525aa5bd627f55f | [
"Zlib"
] | 46 | 2015-05-02T07:27:47.000Z | 2022-01-19T11:21:54.000Z | opennurbs_instance.h | elifri/opennurbs | 08ba072313d912b58d38eabe3525aa5bd627f55f | [
"Zlib"
] | 2 | 2018-12-27T08:50:53.000Z | 2021-09-22T07:06:58.000Z | opennurbs_instance.h | elifri/opennurbs | 08ba072313d912b58d38eabe3525aa5bd627f55f | [
"Zlib"
] | 31 | 2015-01-14T21:42:04.000Z | 2022-02-08T06:33:57.000Z | /* $NoKeywords: $ */
/*
//
// Copyright (c) 1993-2012 Robert McNeel & Associates. All rights reserved.
// OpenNURBS, Rhinoceros, and Rhino3D are registered trademarks of Robert
// McNeel & Associates.
//
// THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY.
// ALL IMPLIED WARRANTIES OF FITNE... | 32.283186 | 150 | 0.700031 | [
"geometry",
"object",
"model",
"transform"
] |
d3903b4f6bdbfbc07db0382041c3f68ba284f585 | 967 | h | C | dialogues/phrase-editor/selector.h | markcda/cc-jeff | 4fe90e9510fe31fc74066b06b28a5dcb9ced0aed | [
"MIT"
] | 2 | 2019-01-19T08:08:07.000Z | 2020-08-15T17:58:29.000Z | dialogues/phrase-editor/selector.h | markcda/cc-jeff | 4fe90e9510fe31fc74066b06b28a5dcb9ced0aed | [
"MIT"
] | null | null | null | dialogues/phrase-editor/selector.h | markcda/cc-jeff | 4fe90e9510fe31fc74066b06b28a5dcb9ced0aed | [
"MIT"
] | null | null | null | #ifndef PHRASE_EDITOR_SELECTOR_H
#define PHRASE_EDITOR_SELECTOR_H
#include "core/basis.h"
#include "core/model/phrase.h"
#include "core/model/source.h"
#include "widgets/button.h"
#include "widgets/combobox.h"
#include "widgets/explanationlabel.h"
#include "widgets/list.h"
#include "widgets/menu.h"
#include <QAction>
... | 21.021739 | 65 | 0.75181 | [
"model"
] |
d395e662e09cc0ae62c7c3dfdadb67bea3df6804 | 22,026 | h | C | tests.h | inigobaste/CPP_Linear_Solvers | 0c9e6860fb15170abeb176d96bb2e1f815211da4 | [
"MIT"
] | null | null | null | tests.h | inigobaste/CPP_Linear_Solvers | 0c9e6860fb15170abeb176d96bb2e1f815211da4 | [
"MIT"
] | null | null | null | tests.h | inigobaste/CPP_Linear_Solvers | 0c9e6860fb15170abeb176d96bb2e1f815211da4 | [
"MIT"
] | null | null | null | #include <iostream>
#include <math.h>
#include <chrono>
#include <vector>
#include <memory>
#include "Matrix.h"
#include "Matrix.cpp"
#include "CSRMatrix.h"
#include "CSRMatrix.cpp"
#include "Solver.h"
#include "Solver.cpp"
#include "SparseSolver.h"
#include "SparseSolver.cpp"
#include "TestRunner.h"
#include "utilitie... | 32.631111 | 142 | 0.636838 | [
"vector"
] |
d39ea6fd5d017e1fecb16716fe51946ccfbeaf44 | 2,107 | h | C | CommonElement/Classs/CommonUtils/CommonUtils+Custom.h | q240252859/CommonElement | 8803dcb8563bd72a72458cd4e1eb4ae864fb3811 | [
"MIT"
] | null | null | null | CommonElement/Classs/CommonUtils/CommonUtils+Custom.h | q240252859/CommonElement | 8803dcb8563bd72a72458cd4e1eb4ae864fb3811 | [
"MIT"
] | null | null | null | CommonElement/Classs/CommonUtils/CommonUtils+Custom.h | q240252859/CommonElement | 8803dcb8563bd72a72458cd4e1eb4ae864fb3811 | [
"MIT"
] | null | null | null | //
// CommonUtils+Custom.h
// futongdai
//
// Created by 熊彬 on 16/3/9.
// Copyright © 2016年 OFIM. All rights reserved.
//
#import "CommonUtils.h"
@interface CommonUtils (Custom)
#pragma mark - NSUserDefaults存取操作
+(void)saveBoolValueInUD:(BOOL)value forKey:(NSString *)key;
+(void)saveDataValueInUD:(NSData *)dat... | 33.983871 | 87 | 0.756051 | [
"object"
] |
dd6afcc256547876c6dcda254c34b4ea58a17787 | 7,128 | h | C | Tudat/JsonInterface/Propagation/variable.h | sebranchett/tudat | 24e5f3cc85c250fcbed0aac37f026c1dd7fd6c44 | [
"BSD-3-Clause"
] | null | null | null | Tudat/JsonInterface/Propagation/variable.h | sebranchett/tudat | 24e5f3cc85c250fcbed0aac37f026c1dd7fd6c44 | [
"BSD-3-Clause"
] | null | null | null | Tudat/JsonInterface/Propagation/variable.h | sebranchett/tudat | 24e5f3cc85c250fcbed0aac37f026c1dd7fd6c44 | [
"BSD-3-Clause"
] | null | null | null | /* Copyright (c) 2010-2019, Delft University of Technology
* All rigths reserved
*
* This file is part of the Tudat. Redistribution and use in source and
* binary forms, with or without modification, are permitted exclusively
* under the terms of the Modified BSD license. You should have receiv... | 48.489796 | 114 | 0.775673 | [
"object",
"vector"
] |
dd6dde005b6fc07d21a5dfeb89390ba3a679d22f | 2,674 | h | C | include/syphon/Version.h | asmodehn/syphon | 4d73873547278c5cec353e444cb439ef3c4c28a1 | [
"MIT"
] | null | null | null | include/syphon/Version.h | asmodehn/syphon | 4d73873547278c5cec353e444cb439ef3c4c28a1 | [
"MIT"
] | null | null | null | include/syphon/Version.h | asmodehn/syphon | 4d73873547278c5cec353e444cb439ef3c4c28a1 | [
"MIT"
] | null | null | null | #ifndef __WKCOCOS_DOWNLOAD_VERSION_H__
#define __WKCOCOS_DOWNLOAD_VERSION_H__
#include <string>
#include <vector>
#include <limits>
namespace WkCocos
{
namespace Download
{
class Version
{
public:
static const unsigned long failed_conversion_num;
static const char default_delim = '.';
... | 29.384615 | 117 | 0.654076 | [
"vector"
] |
dd7eedc353031e5af4262508537338f24d845c4a | 3,917 | c | C | libdriver/vfs/dir.c | insidegui/flux | 7677b9fc5836b0dcf9049f8683f243a01b8ab59d | [
"0BSD"
] | 5 | 2015-05-23T14:18:30.000Z | 2022-01-15T01:33:53.000Z | libdriver/vfs/dir.c | insidegui/flux | 7677b9fc5836b0dcf9049f8683f243a01b8ab59d | [
"0BSD"
] | null | null | null | libdriver/vfs/dir.c | insidegui/flux | 7677b9fc5836b0dcf9049f8683f243a01b8ab59d | [
"0BSD"
] | null | null | null | /*
* Copyright (C) 2009-2011 Nick Johnson <nickbjohnson4224 at gmail.com>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PR... | 22.382857 | 95 | 0.612969 | [
"object"
] |
dd7f01a43bdfa23c5db6a709bbc17effe99d1f60 | 8,374 | h | C | third_party/gecko-10/win32/include/nsIXSLTProcessor.h | bwp/SeleniumWebDriver | 58221fbe59fcbbde9d9a033a95d45d576b422747 | [
"Apache-2.0"
] | 1 | 2018-02-05T04:23:18.000Z | 2018-02-05T04:23:18.000Z | third_party/gecko-16/win32/include/nsIXSLTProcessor.h | bwp/SeleniumWebDriver | 58221fbe59fcbbde9d9a033a95d45d576b422747 | [
"Apache-2.0"
] | null | null | null | third_party/gecko-16/win32/include/nsIXSLTProcessor.h | bwp/SeleniumWebDriver | 58221fbe59fcbbde9d9a033a95d45d576b422747 | [
"Apache-2.0"
] | null | null | null | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM e:/builds/moz2_slave/rel-m-rel-xr-w32-bld/build/content/xslt/public/nsIXSLTProcessor.idl
*/
#ifndef __gen_nsIXSLTProcessor_h__
#define __gen_nsIXSLTProcessor_h__
#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif
#ifndef __gen_domstubs_h__
#include "domstu... | 46.010989 | 232 | 0.787915 | [
"object"
] |
dd7fe6e6eb107f0df109466454df9b740a9d8c8a | 357 | h | C | clevertap-component/src/ios/CleverTap.Bindings.iOS/NativeLibs/CleverTapSDK.framework/PrivateHeaders/CTValidationResult.h | ygit/clevertap-xamarin | 9e1a7926cd3e23b82e742c5069dd5cd2074524d1 | [
"MIT"
] | null | null | null | clevertap-component/src/ios/CleverTap.Bindings.iOS/NativeLibs/CleverTapSDK.framework/PrivateHeaders/CTValidationResult.h | ygit/clevertap-xamarin | 9e1a7926cd3e23b82e742c5069dd5cd2074524d1 | [
"MIT"
] | null | null | null | clevertap-component/src/ios/CleverTap.Bindings.iOS/NativeLibs/CleverTapSDK.framework/PrivateHeaders/CTValidationResult.h | ygit/clevertap-xamarin | 9e1a7926cd3e23b82e742c5069dd5cd2074524d1 | [
"MIT"
] | null | null | null |
#import <Foundation/Foundation.h>
@interface CTValidationResult : NSObject
- (NSString *)errorDesc;
- (NSObject *)object;
- (int)errorCode;
- (void)setErrorDesc:(NSString *)errorDsc;
- (void)setObject:(NSObject *)obj;
- (void)setErrorCode:(int)errorCod;
+ (CTValidationResult *) resultWithErrorCode:(int) code a... | 17 | 87 | 0.728291 | [
"object"
] |
dd83d884b00840f0522c7bd34f2d520129168ba0 | 2,147 | c | C | science/igraph-0.7.1/examples/simple/walktrap.c | hlzz/dotfiles | 0591f71230c919c827ba569099eb3b75897e163e | [
"BSD-3-Clause"
] | 4 | 2016-03-30T14:31:52.000Z | 2019-02-02T05:01:32.000Z | science/igraph-0.7.1/examples/simple/walktrap.c | hlzz/dotfiles | 0591f71230c919c827ba569099eb3b75897e163e | [
"BSD-3-Clause"
] | null | null | null | science/igraph-0.7.1/examples/simple/walktrap.c | hlzz/dotfiles | 0591f71230c919c827ba569099eb3b75897e163e | [
"BSD-3-Clause"
] | 1 | 2019-03-05T06:24:02.000Z | 2019-03-05T06:24:02.000Z | /* -*- mode: C -*- */
/*
IGraph library.
Copyright (C) 2007-2012 Gabor Csardi <csardi.gabor@gmail.com>
334 Harvard street, Cambridge MA, 02139 USA
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 S... | 30.239437 | 83 | 0.652073 | [
"vector"
] |
dd86566a22f55072f527e9401507221bef31e273 | 2,745 | h | C | components/autofill_assistant/browser/retry_timer.h | Ron423c/chromium | 2edf7b980065b648f8b2a6e52193d83832fe36b7 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 575 | 2015-06-18T23:58:20.000Z | 2022-03-23T09:32:39.000Z | components/autofill_assistant/browser/retry_timer.h | Ron423c/chromium | 2edf7b980065b648f8b2a6e52193d83832fe36b7 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 113 | 2015-05-04T09:58:14.000Z | 2022-01-31T19:35:03.000Z | components/autofill_assistant/browser/retry_timer.h | DamieFC/chromium | 54ce2d3c77723697efd22cfdb02aea38f9dfa25c | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 52 | 2015-07-14T10:40:50.000Z | 2022-03-15T01:11:49.000Z | // Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_RETRY_TIMER_H_
#define COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_RETRY_TIMER_H_
#include <memory>
#include "ba... | 35.649351 | 80 | 0.739526 | [
"object"
] |
dd8f4bde2c575ba2e79a324e1a2b7497091ddd9c | 2,329 | h | C | psbo_sources/pp/item_data.h | neowhoru/PSBO | 69ff04f4119821309e68a2dc39b2f8186772a149 | [
"WTFPL"
] | 6 | 2018-05-30T23:50:18.000Z | 2022-03-15T00:08:21.000Z | psbo_sources/pp/item_data.h | neowhoru/PSBO | 69ff04f4119821309e68a2dc39b2f8186772a149 | [
"WTFPL"
] | 1 | 2021-06-22T13:24:43.000Z | 2021-10-05T18:48:32.000Z | psbo_sources/pp/item_data.h | neowhoru/PSBO | 69ff04f4119821309e68a2dc39b2f8186772a149 | [
"WTFPL"
] | 3 | 2019-08-25T19:37:03.000Z | 2021-06-22T13:14:09.000Z | #pragma once
#include <string>
#include <vector>
#include <map>
#include "binarystream.h"
#include "common.h"
extern std::map<std::string, unsigned> shop_kinds;
extern std::map<std::string, unsigned> part_kinds;
extern std::map<std::string, unsigned> item_ranks;
extern std::map<std::string, unsigned> avatar_lookup;
... | 20.794643 | 88 | 0.603263 | [
"vector"
] |
dd91262de1940a597a1d4b66f11232ebc8054e08 | 2,162 | h | C | build/main/SceneManager.h | walthill/final-crusade | 4533651b6a4cf55665ea864cb1cb2d40beaf4ee3 | [
"Apache-2.0"
] | null | null | null | build/main/SceneManager.h | walthill/final-crusade | 4533651b6a4cf55665ea864cb1cb2d40beaf4ee3 | [
"Apache-2.0"
] | null | null | null | build/main/SceneManager.h | walthill/final-crusade | 4533651b6a4cf55665ea864cb1cb2d40beaf4ee3 | [
"Apache-2.0"
] | null | null | null | #ifndef SCENE_MAN_H
#define SCENE_MAN_H
#include <map>
#include <iomanip>
#include <string>
#include "Scene.h"
#include "Sound.h"
#include "Language.h"
typedef string SceneID;
typedef string SoundID;
class SceneManager
{
private:
//text id's
const string LVL = "level";
const string SCORE = "score";
const s... | 27.025 | 314 | 0.748844 | [
"object"
] |
dd9ce49b27190259aaa4a6febd02bb0d9b16b82f | 203 | h | C | cmm-lang/StdAfx.h | summerlight/cmm-lang | 87b0e21e5e69126dead61fa8b8cc658f679a9ef9 | [
"MIT"
] | null | null | null | cmm-lang/StdAfx.h | summerlight/cmm-lang | 87b0e21e5e69126dead61fa8b8cc658f679a9ef9 | [
"MIT"
] | null | null | null | cmm-lang/StdAfx.h | summerlight/cmm-lang | 87b0e21e5e69126dead61fa8b8cc658f679a9ef9 | [
"MIT"
] | null | null | null | #ifndef STD_AFX_H
#define STD_AFX_H
#include <cstdint>
#include <cstddef>
#include <cassert>
#include <unordered_map>
#include <string>
#include <vector>
#include <functional>
#include <memory>
#endif | 14.5 | 24 | 0.753695 | [
"vector"
] |
ddae697a01badf374c8dc5254bb947f91e6e4877 | 1,101 | h | C | More/General/Pulsar/StandardSNRWeight.h | rwharton/psrchive_dsn | 9584862167154fa48db89b86151c4221ad4bb96b | [
"AFL-2.1"
] | null | null | null | More/General/Pulsar/StandardSNRWeight.h | rwharton/psrchive_dsn | 9584862167154fa48db89b86151c4221ad4bb96b | [
"AFL-2.1"
] | null | null | null | More/General/Pulsar/StandardSNRWeight.h | rwharton/psrchive_dsn | 9584862167154fa48db89b86151c4221ad4bb96b | [
"AFL-2.1"
] | 1 | 2020-02-13T20:08:14.000Z | 2020-02-13T20:08:14.000Z | //-*-C++-*-
/***************************************************************************
*
* Copyright (C) 2011 by Willem van Straten
* Licensed under the Academic Free License version 2.1
*
***************************************************************************/
// psrchive/More/General/Pulsar/StandardSN... | 22.9375 | 77 | 0.613987 | [
"vector"
] |
ddb1d470dbf7226af28b9b47c08e43716a27be99 | 11,177 | h | C | Tudat/Astrodynamics/Gravitation/sphericalHarmonicsGravityModelBase.h | sebranchett/tudat | 24e5f3cc85c250fcbed0aac37f026c1dd7fd6c44 | [
"BSD-3-Clause"
] | null | null | null | Tudat/Astrodynamics/Gravitation/sphericalHarmonicsGravityModelBase.h | sebranchett/tudat | 24e5f3cc85c250fcbed0aac37f026c1dd7fd6c44 | [
"BSD-3-Clause"
] | null | null | null | Tudat/Astrodynamics/Gravitation/sphericalHarmonicsGravityModelBase.h | sebranchett/tudat | 24e5f3cc85c250fcbed0aac37f026c1dd7fd6c44 | [
"BSD-3-Clause"
] | null | null | null | /* Copyright (c) 2010-2019, Delft University of Technology
* All rigths reserved
*
* This file is part of the Tudat. Redistribution and use in source and
* binary forms, with or without modification, are permitted exclusively
* under the terms of the Modified BSD license. You should have received
*... | 46.18595 | 115 | 0.745191 | [
"vector"
] |
ddb277ec3198f0e6ce66cee63775481019f1c82c | 2,399 | h | C | voxblox_bridge/include/voxblox_bridge/esdf_server_bridge.h | ricfrr/Complexity-Aware | e9a0ae5dc8381695398d3d74e57d52866f85631b | [
"MIT"
] | null | null | null | voxblox_bridge/include/voxblox_bridge/esdf_server_bridge.h | ricfrr/Complexity-Aware | e9a0ae5dc8381695398d3d74e57d52866f85631b | [
"MIT"
] | null | null | null | voxblox_bridge/include/voxblox_bridge/esdf_server_bridge.h | ricfrr/Complexity-Aware | e9a0ae5dc8381695398d3d74e57d52866f85631b | [
"MIT"
] | null | null | null | #ifndef VOXPLUS_ESDF_SERVER_BRIDGE_H_
#define VOXPLUS_ESDF_SERVER_BRIDGE_H_
#include <memory>
#include <string>
#include <voxblox_bridge/esdf_integrator.h>
#include "voxblox_ros/esdf_server.h"
#include "voxblox_bridge/esdf_map_bridge.h"
#include "voxblox_bridge/layer_plus.h"
#include "voxblox_bridge/tsdf_map_bridge.... | 32.418919 | 87 | 0.725302 | [
"vector"
] |
ddb4e8fcfb48a408cafcef45aaa36bd527d176cf | 13,525 | c | C | Hardware/ESP_Final_Project/ESP_Final_Project.sdk/standalone_bsp_0/microblaze_0/libsrc/PmodBT2_v1_0/src/PmodBT2.c | dbawale/ECE558Project4 | 78f19be47d3149890c831f25559f65d30e7bffc1 | [
"MIT"
] | 16 | 2017-03-14T20:28:40.000Z | 2021-11-02T12:45:15.000Z | Hardware/ESP_Final_Project/ESP_Final_Project.sdk/standalone_bsp_0/microblaze_0/libsrc/PmodBT2_v1_0/src/PmodBT2.c | dbawale/ECE558Project4 | 78f19be47d3149890c831f25559f65d30e7bffc1 | [
"MIT"
] | 2 | 2017-12-04T05:46:35.000Z | 2018-11-30T21:40:45.000Z | Hardware/ESP_Final_Project/ESP_Final_Project.sdk/standalone_bsp_0/microblaze_0/libsrc/PmodBT2_v1_0/src/PmodBT2.c | dbawale/ECE558Project4 | 78f19be47d3149890c831f25559f65d30e7bffc1 | [
"MIT"
] | 8 | 2017-03-30T22:00:43.000Z | 2020-09-08T12:49:39.000Z | /************************************************************************/
/* Author: Mikel Skreen */
/* Copyright 2016, Digilent Inc. */
/************************************************************************/
/*
This library is free software; you can redistribute it and/or
modify it under th... | 29.211663 | 150 | 0.603327 | [
"object",
"vector"
] |
ddbc5b7e5f926cfc95930dd58cb937f9da3b7aa0 | 2,009 | h | C | src/vulkan/public/aeon/vulkan/debug.h | aeon-engine/libaeon | e42b39e621dcd0a0fba05e1c166fc688288fb69b | [
"BSD-2-Clause"
] | 7 | 2017-02-19T16:22:16.000Z | 2021-03-02T05:47:39.000Z | src/vulkan/public/aeon/vulkan/debug.h | aeon-engine/libaeon | e42b39e621dcd0a0fba05e1c166fc688288fb69b | [
"BSD-2-Clause"
] | 61 | 2017-05-29T06:11:17.000Z | 2021-03-28T21:51:44.000Z | src/vulkan/public/aeon/vulkan/debug.h | aeon-engine/libaeon | e42b39e621dcd0a0fba05e1c166fc688288fb69b | [
"BSD-2-Clause"
] | 2 | 2017-05-28T17:17:40.000Z | 2017-07-14T21:45:16.000Z | // Distributed under the BSD 2-Clause License - Copyright 2012-2021 Robin Degen
#pragma once
#include <aeon/vulkan/flags.h>
#include <vulkan/vulkan_core.h>
#include <vector>
#include <string>
#include <functional>
namespace aeon::vulkan
{
class instance;
class debug
{
public:
using debug_callback_type = void(V... | 37.203704 | 114 | 0.668492 | [
"vector"
] |
ddc418c5b1baee23fddbcf263f8b49e72a41a0ac | 622 | c | C | tests/test028.c | LeilaGhaffari/my-enzyme | 1264f0c155f4f91914a9e5660463296b7334db6e | [
"MIT"
] | null | null | null | tests/test028.c | LeilaGhaffari/my-enzyme | 1264f0c155f4f91914a9e5660463296b7334db6e | [
"MIT"
] | null | null | null | tests/test028.c | LeilaGhaffari/my-enzyme | 1264f0c155f4f91914a9e5660463296b7334db6e | [
"MIT"
] | null | null | null | // First test for forward mode vector
#include <stdio.h>
extern double __enzyme_fwddiff(double (*)(double, double), double,...);
double fun(double x1, double x2) {
double w1 = x1;
double w2 = x2;
double w3 = w1 * w2;
double w4 = 1.0 / w1;
double w5 = w3 + w4;
return w5;
}
double dfun(double ... | 21.448276 | 71 | 0.557878 | [
"vector"
] |
ddc675aaf6c57e022ec413c3d16898b1ed36d0e8 | 2,448 | h | C | DerasClient/src/battery/battery.h | psu-powerlab/DerasClient | bd43d686844b3882d2828514d18c3df0fcb07dbb | [
"BSD-2-Clause"
] | 1 | 2020-12-25T20:42:47.000Z | 2020-12-25T20:42:47.000Z | DerasClient/src/battery/battery.h | psu-powerlab/DerasClient | bd43d686844b3882d2828514d18c3df0fcb07dbb | [
"BSD-2-Clause"
] | null | null | null | DerasClient/src/battery/battery.h | psu-powerlab/DerasClient | bd43d686844b3882d2828514d18c3df0fcb07dbb | [
"BSD-2-Clause"
] | null | null | null | #ifndef BATTERY_H
#define BATTERY_H
#include "../utility/clock.h"
#include "../utility/entity.h"
#include "batterymodel.h"
class Battery;
// STATE PATTERN
// - this is the interface for all control states
class BatteryState {
public:
virtual ~BatteryState ();
virtual BatteryState* Transition (B... | 22.666667 | 61 | 0.686683 | [
"model"
] |
ddc8396d50065c9910e5162fb165b2e170a8784f | 87,577 | h | C | compiler/src/ast/nodes/expression.h | evanacox/honors-forum-project | 2e55dd33f8334e2bccd2d56d56c3f1a542efd17b | [
"BSD-3-Clause"
] | null | null | null | compiler/src/ast/nodes/expression.h | evanacox/honors-forum-project | 2e55dd33f8334e2bccd2d56d56c3f1a542efd17b | [
"BSD-3-Clause"
] | null | null | null | compiler/src/ast/nodes/expression.h | evanacox/honors-forum-project | 2e55dd33f8334e2bccd2d56d56c3f1a542efd17b | [
"BSD-3-Clause"
] | null | null | null | //======---------------------------------------------------------------======//
// //
// Copyright 2021-2022 Evan Cox <evanacox00@gmail.com>. All rights reserved. //
// //
... | 31.547911 | 119 | 0.653927 | [
"object",
"vector"
] |
20aebc34eaf54b674f3175442a1f3d65fd2781c0 | 1,513 | h | C | Methods/include/trajectory.h | guilmont/GP-Tool | 4d19c32c55a37fa9ac62799c7d8466f6632a7351 | [
"Apache-2.0"
] | 4 | 2022-01-14T06:47:52.000Z | 2022-02-01T13:41:01.000Z | Methods/include/trajectory.h | guilmont/GP-Tool | 4d19c32c55a37fa9ac62799c7d8466f6632a7351 | [
"Apache-2.0"
] | 1 | 2021-10-06T15:21:11.000Z | 2021-10-06T15:21:11.000Z | Methods/include/trajectory.h | guilmont/GP-Tool | 4d19c32c55a37fa9ac62799c7d8466f6632a7351 | [
"Apache-2.0"
] | null | null | null | #pragma once
#include "header.h"
#include "movie.h"
#include "spot.h"
namespace GPT
{
struct Track_API
{
fs::path path;
std::string description = "No description";
std::vector<MatXd> traj;
};
class Trajectory
{
public:
GP_API Trajectory(Movie *mov);
GP... | 28.54717 | 97 | 0.629213 | [
"vector"
] |
20b73bb17db057749ca4d2b060a494f7bfb83188 | 10,433 | h | C | OpenIRT/include/HSaliency.h | sglab/OpenIRT | 1a1522ed82f6bb26f1d40dc93024487869045ab2 | [
"BSD-2-Clause"
] | 2 | 2015-09-28T12:59:25.000Z | 2020-03-28T22:28:03.000Z | OpenIRT/include/HSaliency.h | sglab/OpenIRT | 1a1522ed82f6bb26f1d40dc93024487869045ab2 | [
"BSD-2-Clause"
] | 2 | 2018-10-26T12:17:53.000Z | 2018-11-09T07:04:17.000Z | OpenIRT/include/HSaliency.h | sglab/OpenIRT | 1a1522ed82f6bb26f1d40dc93024487869045ab2 | [
"BSD-2-Clause"
] | null | null | null | // HSaliency.h: interface for the HSaliency class.
//
//////////////////////////////////////////////////////////////////////
//===========================================================================
// This code implements the saliency method described in:
//
// R. Achanta, S. Hemami, F. Estrada and S. S?strunk,
//... | 27.383202 | 160 | 0.543755 | [
"vector"
] |
20bcf53f5f6ae56bb17d9b4f07111fe8b2d1b43b | 4,334 | h | C | speech_recognition/cmusphinx-code/logios/Tools/cfg2ngram/src/PCFG.h | Ohara124c41/TUB-MSc_Thesis | b1a2d5dc9c0c589a39019126cf7a5cc775baa288 | [
"MIT"
] | 9 | 2017-08-17T01:01:55.000Z | 2022-02-02T09:50:09.000Z | speech_recognition/cmusphinx-code/logios/Tools/cfg2ngram/src/PCFG.h | Ohara124c41/TUB-MSc_Thesis | b1a2d5dc9c0c589a39019126cf7a5cc775baa288 | [
"MIT"
] | null | null | null | speech_recognition/cmusphinx-code/logios/Tools/cfg2ngram/src/PCFG.h | Ohara124c41/TUB-MSc_Thesis | b1a2d5dc9c0c589a39019126cf7a5cc775baa288 | [
"MIT"
] | 4 | 2017-08-17T01:01:57.000Z | 2021-06-28T08:30:17.000Z |
#ifndef PCFG_H
#define PCFG_H
#include <iostream>
#include <vector>
#include <string>
#include <map>
#include <sstream>
using namespace std;
typedef vector<string> sentence;
typedef vector<sentence> corpus;
/*
class pcfgException : private exception {
private:
string errstr;
public:
pcfgException(const string&... | 27.257862 | 85 | 0.623673 | [
"vector"
] |
20c1a2a6c377887ca6c2a1fbcda58cf3c593d9f4 | 2,543 | h | C | System/Library/PrivateFrameworks/NeutrinoKit.framework/NUTiledImageLayer.h | zhangkn/iOS14Header | 4323e9459ed6f6f5504ecbea2710bfd6c3d7c946 | [
"MIT"
] | 1 | 2020-11-04T15:43:01.000Z | 2020-11-04T15:43:01.000Z | System/Library/PrivateFrameworks/NeutrinoKit.framework/NUTiledImageLayer.h | zhangkn/iOS14Header | 4323e9459ed6f6f5504ecbea2710bfd6c3d7c946 | [
"MIT"
] | null | null | null | System/Library/PrivateFrameworks/NeutrinoKit.framework/NUTiledImageLayer.h | zhangkn/iOS14Header | 4323e9459ed6f6f5504ecbea2710bfd6c3d7c946 | [
"MIT"
] | null | null | null | /*
* This header is generated by classdump-dyld 1.0
* on Sunday, September 27, 2020 at 11:54:50 AM Mountain Standard Time
* Operating System: Version 14.0 (Build 18A373)
* Image Source: /System/Library/PrivateFrameworks/NeutrinoKit.framework/NeutrinoKit
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by... | 41.688525 | 156 | 0.749115 | [
"geometry"
] |
20c939a05b29ba62f51164e3bff33463da6d2722 | 167,589 | c | C | SILABS_SUPERSET/Si2183/SiLabs_API_L3_Console.c | kostas-alex/video_si21xx_superset | 17cb121c2fbee55ca05481885ccbc4c42199cc73 | [
"Apache-2.0"
] | 5 | 2020-01-09T13:54:36.000Z | 2021-08-10T12:05:17.000Z | SILABS_SUPERSET/Si2183/SiLabs_API_L3_Console.c | kostas-alex/video_si21xx_superset | 17cb121c2fbee55ca05481885ccbc4c42199cc73 | [
"Apache-2.0"
] | 4 | 2020-10-16T12:12:30.000Z | 2021-06-21T13:08:03.000Z | SILABS_SUPERSET/Si2183/SiLabs_API_L3_Console.c | kostas-alex/video_si21xx_superset | 17cb121c2fbee55ca05481885ccbc4c42199cc73 | [
"Apache-2.0"
] | 7 | 2020-10-16T09:46:44.000Z | 2022-01-11T03:14:09.000Z | /*************************************************************************************************************
Copyright 2015-2019, Silicon Laboratories, 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 Li... | 48.352279 | 357 | 0.608572 | [
"3d"
] |
20cfab85bae78e17d303d691436c2e92922a1c8a | 7,812 | h | C | core/include/mmcore/utility/SSBOStreamer.h | tobiasrau/megamol | ce7b0b5337a9c52822f5f88a61cec1cc7ddbe39e | [
"BSD-3-Clause"
] | null | null | null | core/include/mmcore/utility/SSBOStreamer.h | tobiasrau/megamol | ce7b0b5337a9c52822f5f88a61cec1cc7ddbe39e | [
"BSD-3-Clause"
] | null | null | null | core/include/mmcore/utility/SSBOStreamer.h | tobiasrau/megamol | ce7b0b5337a9c52822f5f88a61cec1cc7ddbe39e | [
"BSD-3-Clause"
] | null | null | null | /*
* SSBOStreamer.h
*
* Copyright (C) 2018 by VISUS (Universitaet Stuttgart)
* Alle Rechte vorbehalten.
*/
#ifndef MEGAMOLCORE_SSBOSTREAMER_H_INCLUDED
#define MEGAMOLCORE_SSBOSTREAMER_H_INCLUDED
#if (defined(_MSC_VER) && (_MSC_VER > 1000))
#pragma once
#endif /* (defined(_MSC_VER) && (_MSC_VER > 1000)) */
#include "v... | 43.642458 | 102 | 0.644393 | [
"render",
"object",
"vector"
] |
20d02cacf75460121ad24de321f2e122ce5fc189 | 1,312 | h | C | src/modules/multigrid/geometry/DetectorMappings.h | geishm-ansto/event-formation-unit | bab9f211913ee9e633eae627ec2c2ed96ae380b4 | [
"BSD-2-Clause"
] | 8 | 2017-12-02T09:20:26.000Z | 2022-03-28T08:17:40.000Z | src/modules/multigrid/geometry/DetectorMappings.h | geishm-ansto/event-formation-unit | bab9f211913ee9e633eae627ec2c2ed96ae380b4 | [
"BSD-2-Clause"
] | 296 | 2017-10-24T09:06:10.000Z | 2022-03-31T07:31:06.000Z | src/modules/multigrid/geometry/DetectorMappings.h | geishm-ansto/event-formation-unit | bab9f211913ee9e633eae627ec2c2ed96ae380b4 | [
"BSD-2-Clause"
] | 8 | 2018-04-08T15:35:50.000Z | 2021-04-12T05:06:15.000Z | /** Copyright (C) 2017 European Spallation Source ERIC */
/** @file
*
* @brief Multigrid electronics
* Handles mappings between (digitizer, channels) and (x,y,z) coordinates
*
* This currently (18/8 2018) is compatible with MG.Sequoia
* detector demonstrators although not all channels may be in use
*/
#pragma... | 23.017544 | 73 | 0.724848 | [
"geometry",
"vector"
] |
20d1d1e7e1352327c043a1932c180b6c549c0858 | 32,656 | c | C | sdl1/zgv/src/install-info.c | pdpdds/sdldualsystem | d74ea84cbea705fef62868ba8c693bf7d2555636 | [
"BSD-2-Clause"
] | null | null | null | sdl1/zgv/src/install-info.c | pdpdds/sdldualsystem | d74ea84cbea705fef62868ba8c693bf7d2555636 | [
"BSD-2-Clause"
] | null | null | null | sdl1/zgv/src/install-info.c | pdpdds/sdldualsystem | d74ea84cbea705fef62868ba8c693bf7d2555636 | [
"BSD-2-Clause"
] | null | null | null |
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <fcntl.h>
#include <unistd.h>
#include "getopt.h"
#include <errno.h>
#define PACKAGE "texinfo"
#define VERSION "3.12"
#define _(x) x
char * progname
char * readfile()
struct line_data *findlines()
void fatal ()
void insert_entry_here ()
int compare_... | 29.079252 | 228 | 0.560601 | [
"vector"
] |
20d9e5712127fff3b7d9db1cbcdc10820094e25a | 1,275 | h | C | include/StarFighter/Entity.h | tiaanl/StarFighter | edde2e0533908d928553852a7a518ec1d79bd5f1 | [
"MIT"
] | null | null | null | include/StarFighter/Entity.h | tiaanl/StarFighter | edde2e0533908d928553852a7a518ec1d79bd5f1 | [
"MIT"
] | null | null | null | include/StarFighter/Entity.h | tiaanl/StarFighter | edde2e0533908d928553852a7a518ec1d79bd5f1 | [
"MIT"
] | null | null | null |
#ifndef STAR_FIGHTER_ENTITY_H_
#define STAR_FIGHTER_ENTITY_H_
#include <algorithm>
#include <memory>
#include <vector>
#include "StarFighter/Components/Component.h"
#include "StarFighter/Transform.h"
class Entity {
public:
Entity() = default;
~Entity() = default;
Entity(Entity&& other) : m_components(std::mo... | 22.368421 | 85 | 0.698039 | [
"vector",
"transform"
] |
20dd64f3928c0c6a5d86ebc9ad922b4a6269c30a | 1,170 | c | C | src/variorum/IBM/config_ibm.c | amarathe84/variorum | d6cbf40d6154ffc8b8579cb6c10c387287720919 | [
"MIT"
] | null | null | null | src/variorum/IBM/config_ibm.c | amarathe84/variorum | d6cbf40d6154ffc8b8579cb6c10c387287720919 | [
"MIT"
] | null | null | null | src/variorum/IBM/config_ibm.c | amarathe84/variorum | d6cbf40d6154ffc8b8579cb6c10c387287720919 | [
"MIT"
] | null | null | null | // Copyright 2019 Lawrence Livermore National Security, LLC and other
// Variorum Project Developers. See the top-level LICENSE file for details.
//
// SPDX-License-Identifier: MIT
#include <stdio.h>
#include <stdlib.h>
#include <config_ibm.h>
#include <config_architecture.h>
#include <Power9.h>
#include <variorum_er... | 27.209302 | 88 | 0.721368 | [
"model"
] |
20f10c7e3d93833e0c5605a66eaccd2cf44138b8 | 238 | h | C | source/tests/math/math.h | freneticmonkey/epsilonc | 0fb7c6c4c6342a770e2882bfd67ed34719e79066 | [
"MIT"
] | null | null | null | source/tests/math/math.h | freneticmonkey/epsilonc | 0fb7c6c4c6342a770e2882bfd67ed34719e79066 | [
"MIT"
] | null | null | null | source/tests/math/math.h | freneticmonkey/epsilonc | 0fb7c6c4c6342a770e2882bfd67ed34719e79066 | [
"MIT"
] | null | null | null | #pragma once
#include <gtest/gtest.h>
#include <math/Vector.h>
TEST(Math, Bounds)
{
}
TEST(Math, Vector2)
{
Vector2 a(1.0f, 2.0f);
Vector2 b(3.0f, 4.0f);
/*
Vector2 c = a + b;
EXPECT_EQ(4.0f, c.x);
EXPECT_EQ(6.0f, c.y);
*/
} | 10.818182 | 24 | 0.592437 | [
"vector"
] |
1f007deeabdae1ccf5cd4a931113a3409d53bfdc | 7,294 | h | C | toolbox-dssynth/dssynth-tool/benchmark-runner/AACegar/include/DualSimplex.h | SSV-Group/dsverifier | 1daca4704216edf9a360b4a39e00663d94646ad1 | [
"Apache-2.0"
] | 10 | 2016-08-29T19:23:25.000Z | 2020-10-18T22:27:21.000Z | toolbox-dssynth/dssynth-tool/benchmark-runner/AACegar/include/DualSimplex.h | SSV-Group/dsverifier | 1daca4704216edf9a360b4a39e00663d94646ad1 | [
"Apache-2.0"
] | 64 | 2016-09-10T16:29:44.000Z | 2019-01-15T14:31:06.000Z | toolbox-dssynth/dssynth-tool/benchmark-runner/AACegar/include/DualSimplex.h | SSV-Group/dsverifier | 1daca4704216edf9a360b4a39e00663d94646ad1 | [
"Apache-2.0"
] | 5 | 2016-10-09T21:38:41.000Z | 2017-07-05T10:05:32.000Z | //Authors: Dario Cattaruzza, Alessandro Abate, Peter Schrammel, Daniel Kroening
//University of Oxford 2016
//This code is based on Komei Fukuda's ccd implementation and as such supplied under the GPL license agreement (see license.txt)
#include <time.h>
#include <vector>
#include "Tableau.h"
#ifndef DUAL_SIMPLEX_H
#... | 50.303448 | 163 | 0.726625 | [
"vector"
] |
1f0188f86a66d1c849df53398f40a5c388d9cb0e | 9,098 | h | C | middleware/usb_host_hid_mouse.h | newbs/usb | 5aeafc26849673a357a6110713524387f2f5f84d | [
"0BSD"
] | 1 | 2021-03-09T14:09:42.000Z | 2021-03-09T14:09:42.000Z | apps/hub_cdc_hid/firmware/src/config/pic32mz_ef_sk/usb/usb_host_hid_mouse.h | Microchip-MPLAB-Harmony/usb_apps_host | d1f3db0bba39a13e779776721d156bc5bbd55da9 | [
"BSD-Source-Code"
] | null | null | null | apps/hub_cdc_hid/firmware/src/config/pic32mz_ef_sk/usb/usb_host_hid_mouse.h | Microchip-MPLAB-Harmony/usb_apps_host | d1f3db0bba39a13e779776721d156bc5bbd55da9 | [
"BSD-Source-Code"
] | null | null | null | /********************************************************************************
USB HOST HID Mouse Driver Interface Definition
Company:
Microchip Technology Inc.
File Name:
usb_host_hid_mouse.h
Summary:
USB Host HID Mouse Driver Definition Header
Description:
This header file contains th... | 32.377224 | 81 | 0.603759 | [
"object",
"3d"
] |
1f04e8a371b2a7810e4e72390d13e783d13d67e8 | 8,657 | h | C | cpp/src/tiledb/cxx_api/tiledb_cxx_array_util.h | bdeng-xt/PyTileDB | 13543794016dcefaec94d9504cf4f5700de07297 | [
"MIT"
] | null | null | null | cpp/src/tiledb/cxx_api/tiledb_cxx_array_util.h | bdeng-xt/PyTileDB | 13543794016dcefaec94d9504cf4f5700de07297 | [
"MIT"
] | null | null | null | cpp/src/tiledb/cxx_api/tiledb_cxx_array_util.h | bdeng-xt/PyTileDB | 13543794016dcefaec94d9504cf4f5700de07297 | [
"MIT"
] | null | null | null | #pragma once
#ifndef TILEDB_ARRAY_UTIL_H
#define TILEDB_ARRAY_UTIL_H
/**
* \file array_util.h
*
* \author Bin Deng (bdeng@xtal-tech.com)
*
* \brief Provide utility functions for tiledb array.
*
* \description
* This component provides utility functions for tiledb array.
*/
#include <limits>
//#include <codecvt>
#in... | 22.781579 | 161 | 0.716068 | [
"object",
"vector"
] |
1f0bf4744a69cf59d0309d244d2e1935f26e597c | 6,423 | h | C | obj2string/WFObject.h | javorkk/string2shape | 57955a3e5cfe35d59780a09d4b1f5c0a067ccb71 | [
"MIT"
] | 3 | 2019-05-04T08:34:49.000Z | 2021-04-18T02:22:13.000Z | obj2string/WFObject.h | javorkk/string2shape | 57955a3e5cfe35d59780a09d4b1f5c0a067ccb71 | [
"MIT"
] | null | null | null | obj2string/WFObject.h | javorkk/string2shape | 57955a3e5cfe35d59780a09d4b1f5c0a067ccb71 | [
"MIT"
] | 2 | 2019-04-17T12:11:15.000Z | 2020-01-03T01:24:47.000Z | #ifdef _MSC_VER
#pragma once
#endif
#ifndef FWOBJECT_HPP_INCLUDED_45834E1E_1D79_4F3E_ABD3_77E318EF9223
#define FWOBJECT_HPP_INCLUDED_45834E1E_1D79_4F3E_ABD3_77E318EF9223
#include "Algebra.h"
//A Wavefront3D object. It provides the functionality of
// an indexed triangle mesh. The primitive consists
// of 5 buffers ... | 21.846939 | 68 | 0.620738 | [
"mesh",
"object",
"vector"
] |
1f23163dc3e47dde338eb6a4cc901a6feee58a64 | 1,426 | h | C | src/view/SkiaViewElement.h | binouz/node-skia | 27c24135e34b12777db9b63fcaeeabe2f25a27c6 | [
"Apache-2.0"
] | 14 | 2016-11-03T09:57:12.000Z | 2021-04-08T02:15:49.000Z | src/view/SkiaViewElement.h | binouz/node-skia | 27c24135e34b12777db9b63fcaeeabe2f25a27c6 | [
"Apache-2.0"
] | null | null | null | src/view/SkiaViewElement.h | binouz/node-skia | 27c24135e34b12777db9b63fcaeeabe2f25a27c6 | [
"Apache-2.0"
] | 4 | 2016-12-04T07:34:15.000Z | 2020-07-10T06:18:45.000Z | // Copyright 2017 Aubin REBILLAT <rebillat.aubin@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 a... | 23.766667 | 75 | 0.71669 | [
"object",
"vector"
] |
1f416da10391ae495cd08d088cde03029345f22e | 398 | h | C | CS380_Research/Include/EcoSystem/Tools/SpawnTool.h | Powerchu/Ecosystem | df77d3c19c48bfa574454cfe964aa3c8baf32495 | [
"MIT"
] | null | null | null | CS380_Research/Include/EcoSystem/Tools/SpawnTool.h | Powerchu/Ecosystem | df77d3c19c48bfa574454cfe964aa3c8baf32495 | [
"MIT"
] | null | null | null | CS380_Research/Include/EcoSystem/Tools/SpawnTool.h | Powerchu/Ecosystem | df77d3c19c48bfa574454cfe964aa3c8baf32495 | [
"MIT"
] | null | null | null | #ifndef _SPAWN_TOOL_H_
#define _SPAWN_TOOL_H_
#include "Tools.h"
namespace CS380
{
class SpawnTool : public Tools
{
public:
SpawnTool(bool _opened = true) noexcept;
~SpawnTool(void) noexcept;
void Render(void) noexcept;
private:
int mnSpawnX;
int mnSpawnY;
int mnCurrSelection;
int mnSpawnCount;
... | 12.060606 | 42 | 0.713568 | [
"render"
] |
1f4472802c3aaf7d7e3e507e5155581c955f1a57 | 4,835 | h | C | source/vaultgui/CEGUI/cegui/include/CEGUIImageset_xmlHandler.h | CyberSys/vaultmp | 341d62202eb47c5f8795c3b93391fd799c6a4ca8 | [
"MIT"
] | 67 | 2015-01-08T10:40:31.000Z | 2022-03-29T21:16:51.000Z | source/vaultgui/CEGUI/cegui/include/CEGUIImageset_xmlHandler.h | CyberSys/vaultmp | 341d62202eb47c5f8795c3b93391fd799c6a4ca8 | [
"MIT"
] | 20 | 2015-01-05T21:04:05.000Z | 2018-04-15T11:50:37.000Z | source/vaultgui/CEGUI/cegui/include/CEGUIImageset_xmlHandler.h | CyberSys/vaultmp | 341d62202eb47c5f8795c3b93391fd799c6a4ca8 | [
"MIT"
] | 60 | 2015-02-17T00:12:11.000Z | 2021-08-21T22:16:58.000Z | /***********************************************************************
filename: CEGUIImageset_xmlHandler.h
created: Sat Jul 18 2009
author: Paul D Turner <paul@cegui.org.uk>
*************************************************************************/
/**********************************************... | 45.186916 | 79 | 0.698862 | [
"object"
] |
1f4e04f564d765e0b17681db375fa4560b27d6f0 | 1,211 | c | C | ZeroMQ/filecode/examples/C/udpping2.c | JailbreakFox/LightWeightRepository | 710dc8cacf934930b8f91b2cfe93cba0f1765094 | [
"BSD-2-Clause"
] | null | null | null | ZeroMQ/filecode/examples/C/udpping2.c | JailbreakFox/LightWeightRepository | 710dc8cacf934930b8f91b2cfe93cba0f1765094 | [
"BSD-2-Clause"
] | null | null | null | ZeroMQ/filecode/examples/C/udpping2.c | JailbreakFox/LightWeightRepository | 710dc8cacf934930b8f91b2cfe93cba0f1765094 | [
"BSD-2-Clause"
] | null | null | null | // UDP ping command
// Model 2, uses separate UDP library
#include <czmq.h>
#include "udplib.c"
#define PING_PORT_NUMBER 9999
#define PING_MSG_SIZE 1
#define PING_INTERVAL 1000 // Once per second
int main (void)
{
zctx_t *ctx = zctx_new ();
udp_t *udp = udp_new (PING_PORT_NUMBER);
byte buff... | 27.522727 | 67 | 0.562345 | [
"model"
] |
1f56412fa5e57ba1fb7284d4ff5c63d4149cf38b | 28,288 | c | C | reports/test.c | kamasteve/app | dcb2b05dc495c68c7e5a1ffb7caebce92a3c9756 | [
"Apache-2.0"
] | null | null | null | reports/test.c | kamasteve/app | dcb2b05dc495c68c7e5a1ffb7caebce92a3c9756 | [
"Apache-2.0"
] | null | null | null | reports/test.c | kamasteve/app | dcb2b05dc495c68c7e5a1ffb7caebce92a3c9756 | [
"Apache-2.0"
] | null | null | null | Task-2
C code
#include <hidef.h> /* common defines and macros */
#include "derivative.h" /* derivative-specific definitions */
void MSDelay(unsigned int);
void main()
{
char c[9]={-4,-3,-2,-1,0,1,2,3,4};
int i;
DDRB = 0xFF; //PORTB as output since LEDs are connected to it
DD... | 41.236152 | 807 | 0.574625 | [
"3d"
] |
1f5915d92acdd072df8e475f97589645784b9056 | 667 | h | C | src/libraries/scene_importer/public/mesh_importer.h | PierreEVEN/HeadlessEngine | 95ffef8a7a71c5bb6e806a96c39e88cfc24311a9 | [
"MIT"
] | 2 | 2021-07-12T08:58:49.000Z | 2021-09-04T10:31:04.000Z | src/libraries/scene_importer/public/mesh_importer.h | PierreEVEN/TestFlightSimulator | 95ffef8a7a71c5bb6e806a96c39e88cfc24311a9 | [
"MIT"
] | 1 | 2021-10-11T13:09:32.000Z | 2021-10-11T13:09:32.000Z | src/libraries/scene_importer/public/mesh_importer.h | PierreEVEN/HeadlessEngine | 95ffef8a7a71c5bb6e806a96c39e88cfc24311a9 | [
"MIT"
] | null | null | null | #pragma once
#include <assets/asset_ptr.h>
#include <assimp/mesh.h>
#include <assimp/Importer.hpp>
#include <filesystem>
#include <memory>
class AMeshData;
class MeshImporter
{
public:
MeshImporter()
{
importer = std::make_unique<Assimp::Importer>();
}
TAssetPtr<AMeshData> import_mesh(con... | 23 | 141 | 0.716642 | [
"mesh",
"vector"
] |
1f5cbe9297d8aa7d8570a24fe7eed0c0778110f1 | 1,811 | c | C | chapter_02/dystring.c | guptashark/ooc | d80b827e7102a2be17a65f2d208d1347c103336a | [
"MIT"
] | null | null | null | chapter_02/dystring.c | guptashark/ooc | d80b827e7102a2be17a65f2d208d1347c103336a | [
"MIT"
] | null | null | null | chapter_02/dystring.c | guptashark/ooc | d80b827e7102a2be17a65f2d208d1347c103336a | [
"MIT"
] | null | null | null | #include <stdarg.h>
#include <stdlib.h>
#include <assert.h>
#include <string.h>
#include "new.h"
#include "new.r"
#include "dystring.h"
struct string {
const void * class;
char * text;
};
/* static because this function should not be visible
* anywhere. The only way that new can call this fn
* is by knowing tha... | 23.828947 | 58 | 0.691883 | [
"object"
] |
1f63f683c5b89f97256112a9b92f29ff4e517e66 | 189 | h | C | Code for Bomberman/levelManager.h | RodionChachura/Bomberman | 0b25930c2eaa11349368ced813887de262621a73 | [
"MIT"
] | 1 | 2016-03-30T20:44:39.000Z | 2016-03-30T20:44:39.000Z | Code for Bomberman/levelManager.h | RodionChachura/Bomberman | 0b25930c2eaa11349368ced813887de262621a73 | [
"MIT"
] | null | null | null | Code for Bomberman/levelManager.h | RodionChachura/Bomberman | 0b25930c2eaa11349368ced813887de262621a73 | [
"MIT"
] | null | null | null | #pragma once
#include <vector>
#include "map.h"
void getLevel(int ¤tLevel, float &manSpeed, int &manLives, int &numberOfEnemies, float &enemiesSpeed, int *enemiesX, int *enemiesY);
| 27 | 138 | 0.751323 | [
"vector"
] |
1f68450f54dfab67c920d75f63d69f91db2c4df7 | 2,716 | h | C | src/modules/process/win32/win32_process.h | neam/TideSDK | 78461864de23c0a6441ec725c46736b4333440ca | [
"Apache-2.0"
] | 10 | 2016-11-27T20:23:04.000Z | 2021-12-19T13:52:22.000Z | src/modules/process/win32/win32_process.h | masonzhang/TideSDK | c8634f6477d16c2f571a8e46219397977bd1562a | [
"Apache-2.0"
] | null | null | null | src/modules/process/win32/win32_process.h | masonzhang/TideSDK | c8634f6477d16c2f571a8e46219397977bd1562a | [
"Apache-2.0"
] | 9 | 2015-11-11T14:03:34.000Z | 2020-03-14T10:58:08.000Z | /**
* This file has been modified from its orginal sources.
*
* Copyright (c) 2012 Software in the Public Interest Inc (SPI)
* Copyright (c) 2012 David Pratt
*
* 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... | 32.333333 | 82 | 0.692194 | [
"vector"
] |
1f723826eff674313c73016522b1d01b64999ce8 | 480 | h | C | Example/Pods/Headers/Private/LGBPhotoBrowser/LGBPhotoBrowserCell.h | lgb789/LGBPhotoBrowser | 926aa2620c4a268c531b84f7314bb93b5b8a6ac8 | [
"MIT"
] | null | null | null | Example/Pods/Headers/Private/LGBPhotoBrowser/LGBPhotoBrowserCell.h | lgb789/LGBPhotoBrowser | 926aa2620c4a268c531b84f7314bb93b5b8a6ac8 | [
"MIT"
] | null | null | null | Example/Pods/Headers/Private/LGBPhotoBrowser/LGBPhotoBrowserCell.h | lgb789/LGBPhotoBrowser | 926aa2620c4a268c531b84f7314bb93b5b8a6ac8 | [
"MIT"
] | null | null | null | //
// LGBPhotoBrowserCell.h
// LGBPhotoBrowser
//
// Created by lgb789 on 16/5/3.
// Copyright © 2016年 com.lgb. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "LGBPhotoImageView.h"
#import "LGBPhotoModel.h"
@interface LGBPhotoBrowserCell : UICollectionViewCell
@property (nonatomic, copy) SingleTapHandle... | 19.2 | 59 | 0.75 | [
"model"
] |
1f76d18b30bb272f076735e52c4dd417e15b2df6 | 5,196 | h | C | linear_solvers/Solver.h | acse-qq219/Linear_Solvers_app | faf5c2272a542a21a3da0c4689adc7eaad30b8e5 | [
"MIT"
] | null | null | null | linear_solvers/Solver.h | acse-qq219/Linear_Solvers_app | faf5c2272a542a21a3da0c4689adc7eaad30b8e5 | [
"MIT"
] | null | null | null | linear_solvers/Solver.h | acse-qq219/Linear_Solvers_app | faf5c2272a542a21a3da0c4689adc7eaad30b8e5 | [
"MIT"
] | null | null | null | #pragma once
#include "Matrix.h"
#include "CSRMatrix.h"
/**
Implementation of solvers (class)
This class defines five solvers which calculate solutions array for linear systems
entered from interface. The solver methods take `Matrix<T>` (or `CSRMatrix<T>`),
`b_right_value` and `b_right_size` as most important arg... | 37.927007 | 143 | 0.753272 | [
"object"
] |
1f77a545f8cb2f1f8c38679a3ba859f3f8e5f482 | 20,293 | h | C | SVFEngine/SVFEngine/device3d.h | safiar/SVFEngine | 5038143a0f369e88dd4fab364a0c22f7729217b3 | [
"Apache-2.0"
] | 1 | 2018-04-26T14:27:35.000Z | 2018-04-26T14:27:35.000Z | SVFEngine/SVFEngine/device3d.h | safiar/SVFEngine | 5038143a0f369e88dd4fab364a0c22f7729217b3 | [
"Apache-2.0"
] | 1 | 2018-04-29T14:45:47.000Z | 2018-04-29T14:45:47.000Z | SVFEngine/SVFEngine/device3d.h | safiar/SVFEngine | 5038143a0f369e88dd4fab364a0c22f7729217b3 | [
"Apache-2.0"
] | null | null | null | // ----------------------------------------------------------------------- //
//
// MODULE : device3d.h
//
// PURPOSE : Вспомогательная оболочка 3D девайса
//
// CREATED : SavF. ⚡ Savenkov Filipp A. (2018)
//
// ----------------------------------------------------------------------- //
#ifndef _DEVICE3D_H
... | 37.930841 | 152 | 0.677869 | [
"render",
"3d"
] |
1f79627981be559d45b64d085b52e66ca76278ea | 1,252 | h | C | src/Population.h | boingoing/panga | eef2aeef41d9d9954413352b243b078b2addbe67 | [
"MIT"
] | null | null | null | src/Population.h | boingoing/panga | eef2aeef41d9d9954413352b243b078b2addbe67 | [
"MIT"
] | null | null | null | src/Population.h | boingoing/panga | eef2aeef41d9d9954413352b243b078b2addbe67 | [
"MIT"
] | null | null | null | //-------------------------------------------------------------------------------------------------------
// Copyright (C) Taylor Woll and panga contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
//--------------------------------... | 33.837838 | 105 | 0.631789 | [
"vector"
] |
1f9957d03ebbfdbfa0bc205fb80d3fa00faa4268 | 2,366 | h | C | renderer2.h | xmil9/spiel | 0763b975e14a6144bbcf425cbf9fc5f5977d7cbe | [
"MIT"
] | null | null | null | renderer2.h | xmil9/spiel | 0763b975e14a6144bbcf425cbf9fc5f5977d7cbe | [
"MIT"
] | null | null | null | renderer2.h | xmil9/spiel | 0763b975e14a6144bbcf425cbf9fc5f5977d7cbe | [
"MIT"
] | null | null | null | //
// Nov-2020, Michael Lindner
// MIT license
//
#pragma once
#include "camera_2d.h"
#include "color.h"
#include "frustum2.h"
#include "sprite.h"
#include "sprite_renderer.h"
#include "text_renderer.h"
#include "glm/vec3.hpp"
#include "opengl_util/gll_program.h"
#include "opengl_util/gll_uniform.h"
#include <filesyste... | 28.506024 | 90 | 0.690194 | [
"render"
] |
1fa131251581bf1a8f71466e0fa5c9c7bf838a03 | 1,587 | h | C | Source/KD3DLib/KQuadTree.h | jiwonchoidd/PokemonDP_DX11 | 828ef195c7c66b4c5489944e930acee96940c816 | [
"BSD-2-Clause"
] | 1 | 2022-03-25T08:55:53.000Z | 2022-03-25T08:55:53.000Z | Source/KD3DLib/KQuadTree.h | jiwonchoidd/PokemonDP_DX11 | 828ef195c7c66b4c5489944e930acee96940c816 | [
"BSD-2-Clause"
] | null | null | null | Source/KD3DLib/KQuadTree.h | jiwonchoidd/PokemonDP_DX11 | 828ef195c7c66b4c5489944e930acee96940c816 | [
"BSD-2-Clause"
] | null | null | null | #pragma once
#include "KCollider.h"
#include <queue>
class KNode
{
public:
KNode* m_pParent;
KRect m_rect;
int m_index;
int m_data;
int m_depth;
KNode* m_pChild[4];
public:
bool isRect(KVector2 pos)
{
if (this->m_rect.min.x <= pos.x &&
this->m_rect.max.x >= pos.x &&
this->m_rect.min.y <= pos.y &&
... | 20.346154 | 94 | 0.670447 | [
"render",
"vector"
] |
de577909950e107f49a490a4c3477292e7c0a6f9 | 28,417 | c | C | build/com.github.rbribeiro.dropboxgui@exe/src/Application.c | rbribeiro/dropboxgui | 25809ab91220bac132d43c281613e839b13231f0 | [
"MIT"
] | null | null | null | build/com.github.rbribeiro.dropboxgui@exe/src/Application.c | rbribeiro/dropboxgui | 25809ab91220bac132d43c281613e839b13231f0 | [
"MIT"
] | null | null | null | build/com.github.rbribeiro.dropboxgui@exe/src/Application.c | rbribeiro/dropboxgui | 25809ab91220bac132d43c281613e839b13231f0 | [
"MIT"
] | null | null | null | /* Application.c generated by valac 0.40.19, the Vala compiler
* generated from Application.vala, do not modify */
#include <glib.h>
#include <glib-object.h>
#include <gtk/gtk.h>
#include <unity.h>
#include <gio/gio.h>
#include <stdlib.h>
#include <string.h>
#include <float.h>
#include <math.h>
#include <gdk/gdk.h>... | 38.50542 | 278 | 0.748038 | [
"object"
] |
de59dee551654abe1856333381938f0eac629c48 | 12,156 | h | C | modules/perception/obstacle/camera/lane_post_process/cc_lane_post_processor/group.h | XiaoyuMo92/apollo | ee7bbef1b5afe9caa94bdc8033eed5d0ee3779aa | [
"Apache-2.0"
] | null | null | null | modules/perception/obstacle/camera/lane_post_process/cc_lane_post_processor/group.h | XiaoyuMo92/apollo | ee7bbef1b5afe9caa94bdc8033eed5d0ee3779aa | [
"Apache-2.0"
] | 2 | 2022-01-27T16:14:38.000Z | 2022-02-11T00:10:28.000Z | modules/perception/obstacle/camera/lane_post_process/cc_lane_post_processor/group.h | XiaoyuMo92/apollo | ee7bbef1b5afe9caa94bdc8033eed5d0ee3779aa | [
"Apache-2.0"
] | null | null | null | /******************************************************************************
* Copyright 2018 The Apollo 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
... | 36.614458 | 80 | 0.641412 | [
"shape",
"vector",
"model"
] |
de6d92e52513e850099f77777383ed75278a559d | 2,469 | h | C | ext/vrpn/vrpn_Event_Analog.h | inviwo/sgct | 1b81860af3d8493526fe03343cfc49218830c9ef | [
"libpng-2.0"
] | 7 | 2020-02-11T15:03:48.000Z | 2022-01-08T04:04:58.000Z | ext/vrpn/vrpn_Event_Analog.h | inviwo/sgct | 1b81860af3d8493526fe03343cfc49218830c9ef | [
"libpng-2.0"
] | 28 | 2020-01-24T11:24:43.000Z | 2022-03-03T15:48:10.000Z | ext/vrpn/vrpn_Event_Analog.h | inviwo/sgct | 1b81860af3d8493526fe03343cfc49218830c9ef | [
"libpng-2.0"
] | 5 | 2020-02-19T08:26:25.000Z | 2022-01-08T04:05:10.000Z | /**************************************************************************************************/
/* */
/* Copyright (C) 2004 Bauhaus University Weimar */
/* Released into ... | 38.578125 | 101 | 0.396922 | [
"vector"
] |
de7da7afab02f8e2b4bf1b19e910d26c5dd64333 | 1,734 | h | C | source/RDP/Models/DriverLoggingModel.h | jekstrand/GPUOpen-Tools-DevDriverTools | 1f583cece41ac5c1b3e53b675bf0511e1fd81e54 | [
"MIT"
] | null | null | null | source/RDP/Models/DriverLoggingModel.h | jekstrand/GPUOpen-Tools-DevDriverTools | 1f583cece41ac5c1b3e53b675bf0511e1fd81e54 | [
"MIT"
] | null | null | null | source/RDP/Models/DriverLoggingModel.h | jekstrand/GPUOpen-Tools-DevDriverTools | 1f583cece41ac5c1b3e53b675bf0511e1fd81e54 | [
"MIT"
] | 1 | 2018-10-02T08:47:03.000Z | 2018-10-02T08:47:03.000Z | //=============================================================================
/// Copyright (c) 2017 Advanced Micro Devices, Inc. All rights reserved.
/// \author AMD Developer Tools Team
/// \file
/// \brief The model responsible for updating the driver log messages interface.
//====================================... | 37.695652 | 120 | 0.691465 | [
"model"
] |
de92938c3156ddcb20aee91f5daa27d93ba2f99c | 2,910 | c | C | release/src/linux/linux/arch/ia64/sn/io/hwgdfs/invent_stub.c | ghsecuritylab/tomato_egg | 50473a46347f4631eb4878a0f47955cc64c87293 | [
"FSFAP"
] | 278 | 2015-11-03T03:01:20.000Z | 2022-01-20T18:21:05.000Z | release/src/linux/linux/arch/ia64/sn/io/hwgdfs/invent_stub.c | ghsecuritylab/tomato_egg | 50473a46347f4631eb4878a0f47955cc64c87293 | [
"FSFAP"
] | 374 | 2015-11-03T12:37:22.000Z | 2021-12-17T14:18:08.000Z | release/src/linux/linux/arch/ia64/sn/io/hwgdfs/invent_stub.c | ghsecuritylab/tomato_egg | 50473a46347f4631eb4878a0f47955cc64c87293 | [
"FSFAP"
] | 96 | 2015-11-22T07:47:26.000Z | 2022-01-20T19:52:19.000Z | /* $Id$
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 1992-1997,2000-2003 Silicon Graphics, Inc. All rights reserved.
*/
/*
* Hardware Inventory
*
* See sys/sn/inven... | 19.795918 | 80 | 0.723024 | [
"object"
] |
de9d98322273766cf1067a280655b9f9d65b5386 | 1,943 | h | C | z2clib/OverloadResolver.h | MasterZean/z2c-compiler-cpp | 20ceae268b2197439a4d0ff68e317d6d443c7840 | [
"Apache-2.0"
] | null | null | null | z2clib/OverloadResolver.h | MasterZean/z2c-compiler-cpp | 20ceae268b2197439a4d0ff68e317d6d443c7840 | [
"Apache-2.0"
] | null | null | null | z2clib/OverloadResolver.h | MasterZean/z2c-compiler-cpp | 20ceae268b2197439a4d0ff68e317d6d443c7840 | [
"Apache-2.0"
] | null | null | null | #ifndef _z2clib_OverloadResolver_h_
#define _z2clib_OverloadResolver_h_
#include "Assembly.h"
class GatherInfo {
public:
Overload* Rez = nullptr;
int Count = 0;
};
class OverloadResolver {
public:
OverloadResolver(Assembly& a): ass(a) {
}
Overload* Resolve(Def& def, Vector<Node*>& params, ZClass* spec = nullp... | 38.098039 | 140 | 0.711271 | [
"vector"
] |
25a8ef85882be37ce6731a00bebbe1aeb357fcbc | 3,967 | h | C | chrome/browser/renderer_host/chrome_render_message_filter.h | SlimKatLegacy/android_external_chromium | bc611cda58cc18d0dbaa8a7aee05eb3c0742e573 | [
"BSD-3-Clause"
] | 2 | 2017-02-20T14:25:04.000Z | 2019-12-13T13:58:28.000Z | chrome/browser/renderer_host/chrome_render_message_filter.h | SlimKatLegacy/android_external_chromium | bc611cda58cc18d0dbaa8a7aee05eb3c0742e573 | [
"BSD-3-Clause"
] | 2 | 2017-07-25T09:37:22.000Z | 2017-08-04T07:18:56.000Z | chrome/browser/renderer_host/chrome_render_message_filter.h | SlimKatLegacy/android_external_chromium | bc611cda58cc18d0dbaa8a7aee05eb3c0742e573 | [
"BSD-3-Clause"
] | 2 | 2017-08-09T09:03:23.000Z | 2020-05-26T09:14:49.000Z | // Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_RENDERER_HOST_CHROME_RENDER_MESSAGE_FILTER_H_
#define CHROME_BROWSER_RENDERER_HOST_CHROME_RENDER_MESSAGE_FILTER_H_
#pragma once... | 42.655914 | 80 | 0.668263 | [
"vector"
] |
25aff90f97d030de9f45834cab782d4d2d8a0f59 | 1,551 | h | C | src/gldemo/gldemo/glw.h | hythof/opengl_tutorial | 897d7d1d6b6d0e34b290d7e3ff40d83845294e66 | [
"Libpng",
"Zlib",
"MIT"
] | null | null | null | src/gldemo/gldemo/glw.h | hythof/opengl_tutorial | 897d7d1d6b6d0e34b290d7e3ff40d83845294e66 | [
"Libpng",
"Zlib",
"MIT"
] | null | null | null | src/gldemo/gldemo/glw.h | hythof/opengl_tutorial | 897d7d1d6b6d0e34b290d7e3ff40d83845294e66 | [
"Libpng",
"Zlib",
"MIT"
] | null | null | null | #ifndef GLW_H_
#include <iostream>
#include <fstream>
#include <sstream>
#include <string>
#include <iterator>
#include <vector>
#include "glm.hpp"
#include "gtc/matrix_transform.hpp"
#include "GL/glew.h"
#include "GLFW/glfw3.h"
namespace glw
{
class Model
{
public:
Model();
void SetIndices... | 22.478261 | 89 | 0.674404 | [
"render",
"vector",
"model"
] |
25b99176a92444413e6bd9db8e15800d43e827d0 | 1,389 | h | C | Source/Engine/Graphics/GL/GraphicsGL.h | Dwarfius/VulkanRTSEngine | b26d49114aea07566ac60ea8ccf9afc3c21d615a | [
"Apache-2.0"
] | 17 | 2017-10-29T15:47:41.000Z | 2022-03-05T16:53:03.000Z | Source/Engine/Graphics/GL/GraphicsGL.h | Dwarfius/VulkanRTSEngine | b26d49114aea07566ac60ea8ccf9afc3c21d615a | [
"Apache-2.0"
] | null | null | null | Source/Engine/Graphics/GL/GraphicsGL.h | Dwarfius/VulkanRTSEngine | b26d49114aea07566ac60ea8ccf9afc3c21d615a | [
"Apache-2.0"
] | 4 | 2020-08-16T16:05:12.000Z | 2021-09-24T22:30:41.000Z | #pragma once
#include <Graphics/Graphics.h>
#include <Core/RWBuffer.h>
#include <Graphics/Resources/Model.h>
#include "Graphics/GL/FrameBufferGL.h"
class PipelineGL;
class ModelGL;
class GraphicsGL : public Graphics
{
public:
using Graphics::Graphics;
void Init() final;
void Display() final;
void CleanUp() fina... | 28.346939 | 97 | 0.778978 | [
"vector",
"model"
] |
25c323fae8cfa32cc413e7c801e14ce0f80adaaa | 1,905 | h | C | packages/Microsoft.CognitiveServices.Speech.1.14.0/build/native/include/cxx_api/speechapi_cxx_user.h | cdvanroekel/TFTPlayerTracker | 3fdf3b079d577c7bc2ddb0bd17b27136589dcda9 | [
"MIT"
] | 1 | 2022-02-21T14:08:51.000Z | 2022-02-21T14:08:51.000Z | packages/Microsoft.CognitiveServices.Speech.1.8.0/build/native/include/cxx_api/speechapi_cxx_user.h | zhongzhou1/dPantherAzureTranslate | 508e51d59cd105d214f78473cd7655017c9e4977 | [
"MIT"
] | 1 | 2022-03-23T15:16:29.000Z | 2022-03-23T15:16:29.000Z | packages/Microsoft.CognitiveServices.Speech.1.8.0/build/native/include/cxx_api/speechapi_cxx_user.h | zhongzhou1/dPantherAzureTranslate | 508e51d59cd105d214f78473cd7655017c9e4977 | [
"MIT"
] | null | null | null | //
// Copyright (c) Microsoft. All rights reserved.
// See https://aka.ms/csspeech/license201809 for the full license information.
//
// speechapi_cxx_user.h: Public API declarations for User C++ class
//
#pragma once
#include <cstring>
namespace Microsoft {
namespace CognitiveServices {
namespace Speech {
namespace... | 24.423077 | 88 | 0.648819 | [
"object"
] |
25c61f47c330c22db7adf855bbfd1436822e67a5 | 23,444 | c | C | vlfeat-0.9.9/vl/imopv.c | lavisha24695/Clustering_datapoints | a0f3cb30a0a3c1bf242b6e12e249fc8e3f0ba95d | [
"BSD-2-Clause"
] | 17 | 2015-02-05T12:41:59.000Z | 2021-12-15T18:39:17.000Z | vlfeat-0.9.9/vl/imopv.c | lavisha24695/Clustering_datapoints | a0f3cb30a0a3c1bf242b6e12e249fc8e3f0ba95d | [
"BSD-2-Clause"
] | null | null | null | vlfeat-0.9.9/vl/imopv.c | lavisha24695/Clustering_datapoints | a0f3cb30a0a3c1bf242b6e12e249fc8e3f0ba95d | [
"BSD-2-Clause"
] | 3 | 2015-01-28T05:58:59.000Z | 2016-11-03T03:38:06.000Z | /** @file imopv.c
** @author Andrea Vedaldi
** @brief Vectorized image operations - Definition
**/
/* AUTORIGHTS
Copyright (C) 2007-10 Andrea Vedaldi and Brian Fulkerson
This file is part of VLFeat, available under the terms of the
GNU GPLv2, or (at your option) any later version.
*/
/** @file imopv.h
**
** ... | 34.075581 | 119 | 0.59849 | [
"transform"
] |
25c715bf8c0e50a38720438f2bbb0169e18269a7 | 1,242 | h | C | ValidateEarlGrey/Pods/Headers/Private/EarlGreyTest/GREYAssertionBlock+Private.h | badrinathvm/ValidateEarlGrey | c09d346e3637ee2930a537d46a7fe2f0ec1eea5e | [
"Apache-2.0"
] | null | null | null | ValidateEarlGrey/Pods/Headers/Private/EarlGreyTest/GREYAssertionBlock+Private.h | badrinathvm/ValidateEarlGrey | c09d346e3637ee2930a537d46a7fe2f0ec1eea5e | [
"Apache-2.0"
] | null | null | null | ValidateEarlGrey/Pods/Headers/Private/EarlGreyTest/GREYAssertionBlock+Private.h | badrinathvm/ValidateEarlGrey | c09d346e3637ee2930a537d46a7fe2f0ec1eea5e | [
"Apache-2.0"
] | null | null | null | //
// Copyright 2019 Google 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... | 29.571429 | 79 | 0.73913 | [
"object"
] |
25e29f73eb46a12ff3f2376550c124b5785a7d07 | 2,723 | h | C | android/android_23/frameworks/base/media/libstagefright/codecs/amrwbenc/inc/math_op.h | yakuizhao/intel-vaapi-driver | b2bb0383352694941826543a171b557efac2219b | [
"MIT"
] | null | null | null | android/android_23/frameworks/base/media/libstagefright/codecs/amrwbenc/inc/math_op.h | yakuizhao/intel-vaapi-driver | b2bb0383352694941826543a171b557efac2219b | [
"MIT"
] | null | null | null | android/android_23/frameworks/base/media/libstagefright/codecs/amrwbenc/inc/math_op.h | yakuizhao/intel-vaapi-driver | b2bb0383352694941826543a171b557efac2219b | [
"MIT"
] | null | null | null | /*
** Copyright 2003-2010, VisualOn, 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 a... | 48.625 | 100 | 0.400294 | [
"vector"
] |
25e3d90a527ebbd1a367dc5a1d7b6a1b492be748 | 1,404 | h | C | ouzel/scene/Component.h | keima97/ouzel | e6673e678b4739235371a15ae3863942b692c5fb | [
"BSD-2-Clause"
] | null | null | null | ouzel/scene/Component.h | keima97/ouzel | e6673e678b4739235371a15ae3863942b692c5fb | [
"BSD-2-Clause"
] | null | null | null | ouzel/scene/Component.h | keima97/ouzel | e6673e678b4739235371a15ae3863942b692c5fb | [
"BSD-2-Clause"
] | null | null | null | // Copyright (C) 2016 Elviss Strazdins
// This file is part of the Ouzel engine.
#pragma once
#include <vector>
#include "utils/Noncopyable.h"
#include "math/AABB2.h"
#include "math/Matrix4.h"
#include "math/Color.h"
namespace ouzel
{
namespace scene
{
class Camera;
class Node;
class... | 28.08 | 80 | 0.557692 | [
"vector"
] |
25e669788702e85d601c9b34c9ad21f403347aa7 | 95,777 | c | C | external/bsd/nvi/dist/motif_l/xtabbed.c | calmsacibis995/minix | dfba95598f553b6560131d35a76658f1f8c9cf38 | [
"Unlicense"
] | null | null | null | external/bsd/nvi/dist/motif_l/xtabbed.c | calmsacibis995/minix | dfba95598f553b6560131d35a76658f1f8c9cf38 | [
"Unlicense"
] | null | null | null | external/bsd/nvi/dist/motif_l/xtabbed.c | calmsacibis995/minix | dfba95598f553b6560131d35a76658f1f8c9cf38 | [
"Unlicense"
] | null | null | null | /* ***********************************************************************
* This module implements a motif tabbed window widget.
* The source is copied from the Free Widget Foundation
* This file is divided into thse parts
* o - Conversion routines for the X resource manager
* o - Routines for drawing rotated tex... | 30.347592 | 205 | 0.610491 | [
"shape",
"solid"
] |
25e9985edb3313b2ddd2bbd814de853361459d77 | 6,803 | h | C | Classes/data/Task.h | thales-vogso/deer | f3492538881f632b55be657bb9529027897b0e63 | [
"Apache-2.0"
] | null | null | null | Classes/data/Task.h | thales-vogso/deer | f3492538881f632b55be657bb9529027897b0e63 | [
"Apache-2.0"
] | null | null | null | Classes/data/Task.h | thales-vogso/deer | f3492538881f632b55be657bb9529027897b0e63 | [
"Apache-2.0"
] | null | null | null | /****************************************************************************
* @desc 事件
* @date 2015-3-18
* @author 110101
* @file data/Task.h
******************************************************************************/
#ifndef __DATA_TASK_H__
#define __DATA_TASK_H__
#include "cocos2d.h"
#include "Item.... | 16.197619 | 79 | 0.472145 | [
"vector"
] |
25ebb7568b354bd768b0cd5a7c87db2d5149a0a6 | 9,715 | h | C | ios/versioned-react-native/ABI18_0_0/React/Base/ABI18_0_0RCTConvert.h | hafeez3000/expo | b45e670a70b483af5c2b4e617bf38cba75e10f83 | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | ios/versioned-react-native/ABI18_0_0/React/Base/ABI18_0_0RCTConvert.h | hafeez3000/expo | b45e670a70b483af5c2b4e617bf38cba75e10f83 | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | ios/versioned-react-native/ABI18_0_0/React/Base/ABI18_0_0RCTConvert.h | hafeez3000/expo | b45e670a70b483af5c2b4e617bf38cba75e10f83 | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | /**
* Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/
#import <Q... | 38.098039 | 110 | 0.6807 | [
"object"
] |
d30255aa48a18098d73fd5bfe41b362b75a312f7 | 5,514 | h | C | aws-cpp-sdk-kafka/include/aws/kafka/model/BatchDisassociateScramSecretRequest.h | Neusoft-Technology-Solutions/aws-sdk-cpp | 88c041828b0dbee18a297c3cfe98c5ecd0706d0b | [
"Apache-2.0"
] | 1 | 2022-02-10T08:06:54.000Z | 2022-02-10T08:06:54.000Z | aws-cpp-sdk-kafka/include/aws/kafka/model/BatchDisassociateScramSecretRequest.h | Neusoft-Technology-Solutions/aws-sdk-cpp | 88c041828b0dbee18a297c3cfe98c5ecd0706d0b | [
"Apache-2.0"
] | 1 | 2021-10-14T16:57:00.000Z | 2021-10-18T10:47:24.000Z | aws-cpp-sdk-kafka/include/aws/kafka/model/BatchDisassociateScramSecretRequest.h | ravindra-wagh/aws-sdk-cpp | 7d5ff01b3c3b872f31ca98fb4ce868cd01e97696 | [
"Apache-2.0"
] | 1 | 2021-11-09T11:58:03.000Z | 2021-11-09T11:58:03.000Z | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/kafka/Kafka_EXPORTS.h>
#include <aws/kafka/KafkaRequest.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/core/utils/memory/stl/AWSVector.h>
#include <utilit... | 30.296703 | 182 | 0.631665 | [
"vector",
"model"
] |
d30d0b3eb61b40d246723bd3f4e5bfc27278d18f | 3,692 | h | C | include/Sensors.h | guatek/Dual-Mag-Control | 58a42923492405fe2ad5cf886d2851f7d0385007 | [
"MIT"
] | null | null | null | include/Sensors.h | guatek/Dual-Mag-Control | 58a42923492405fe2ad5cf886d2851f7d0385007 | [
"MIT"
] | null | null | null | include/Sensors.h | guatek/Dual-Mag-Control | 58a42923492405fe2ad5cf886d2851f7d0385007 | [
"MIT"
] | null | null | null | #ifndef _SENSORS
#define _SENSORS
#define INA260_SYSTEM_ADDR 0x40
#define INA260_STROBE_ADDR 0x41
#include <Arduino.h>
#include <Adafruit_Sensor.h>
#include <Adafruit_BME280.h>
#include <Adafruit_INA260.h>
#include "Config.h"
Adafruit_BME280 _bme; // I2C
Adafruit_INA260 _ina260_a = Adafruit_INA260();
Adafruit_INA2... | 31.02521 | 111 | 0.528711 | [
"object"
] |
d314ec5660da5d9d56d6e8d04f0896a79c32b36f | 4,723 | h | C | nGenEx/Projector.h | RogerioY/starshatter-open | 3a507e08b1d4e5970b27401a7e6517570d529400 | [
"BSD-3-Clause"
] | null | null | null | nGenEx/Projector.h | RogerioY/starshatter-open | 3a507e08b1d4e5970b27401a7e6517570d529400 | [
"BSD-3-Clause"
] | 4 | 2019-09-05T22:22:57.000Z | 2021-03-28T02:09:24.000Z | nGenEx/Projector.h | RogerioY/starshatter-open | 3a507e08b1d4e5970b27401a7e6517570d529400 | [
"BSD-3-Clause"
] | null | null | null | /* Starshatter OpenSource Distribution
Copyright (c) 1997-2004, Destroyer Studios LLC.
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 t... | 36.053435 | 79 | 0.649375 | [
"geometry",
"transform",
"3d"
] |
d31657bc5fc309b3090c3fd95052f724e8ff1510 | 1,378 | h | C | include/dheng/lod-scheme.h | septag/darkhammer | dd7e32737059ce6dba0aa79f1ae4a59137db06a7 | [
"BSD-2-Clause"
] | 68 | 2015-01-06T08:38:32.000Z | 2022-01-20T15:26:17.000Z | include/dheng/lod-scheme.h | septag/darkhammer | dd7e32737059ce6dba0aa79f1ae4a59137db06a7 | [
"BSD-2-Clause"
] | null | null | null | include/dheng/lod-scheme.h | septag/darkhammer | dd7e32737059ce6dba0aa79f1ae4a59137db06a7 | [
"BSD-2-Clause"
] | 12 | 2015-10-31T11:30:15.000Z | 2020-04-13T18:31:17.000Z | /***********************************************************************************
* Copyright (c) 2013, Sepehr Taghdisian
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* - Redistribu... | 27.56 | 85 | 0.658926 | [
"model"
] |
50dd76353dc8de31439dc8e7da1ec7443a617d86 | 6,742 | h | C | Source/RuntimeBlueprints/Nodes/RuntimeSystemLibrary.h | HiIAmMoot/RuntimeBPs | 1fe34ae0ea8d9e0ca376c7ec663a0e2cf537c77b | [
"MIT"
] | 61 | 2020-04-30T06:50:47.000Z | 2022-03-25T05:41:29.000Z | Source/RuntimeBlueprints/Nodes/RuntimeSystemLibrary.h | monizka/RuntimeBPs | 8def2f98bed6d2d5705c12ffe54c3f7123395265 | [
"MIT"
] | 7 | 2020-11-09T14:40:07.000Z | 2021-02-25T01:22:32.000Z | Source/RuntimeBlueprints/Nodes/RuntimeSystemLibrary.h | monizka/RuntimeBPs | 8def2f98bed6d2d5705c12ffe54c3f7123395265 | [
"MIT"
] | 21 | 2020-05-23T16:39:29.000Z | 2022-03-25T05:41:31.000Z | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "RuntimeBpObject.h"
#include "Kismet/KismetSystemLibrary.h"
#include "RuntimeSystemLibrary.generated.h"
// Return true if the object is usable : non-null and not pending kill
UCLASS()
class ... | 18.938202 | 169 | 0.757342 | [
"object"
] |
50e97adca9206b7ca17c52a37ae66fb633272662 | 23,420 | h | C | php-callback.h | RogerGee/php-git2 | ec8092016e379c79ba0ab3304e684c9a074b218c | [
"MIT"
] | 2 | 2019-05-13T12:31:15.000Z | 2021-07-12T13:50:15.000Z | php-callback.h | RogerGee/php-git2 | ec8092016e379c79ba0ab3304e684c9a074b218c | [
"MIT"
] | null | null | null | php-callback.h | RogerGee/php-git2 | ec8092016e379c79ba0ab3304e684c9a074b218c | [
"MIT"
] | null | null | null | /*
* php-callback.h
*
* Copyright (C) Roger P. Gee
*/
#ifndef PHPGIT2_PHP_CALLBACK_H
#define PHPGIT2_PHP_CALLBACK_H
#include "php-type.h"
namespace php_git2
{
int php_git2_invoke_callback(
zval* obj,
zval* func,
zval* ret,
int paramCount,
zval params[]);
// Provide... | 27.880952 | 90 | 0.598548 | [
"object"
] |
50edd54fe374a6197879577bcb2617e1cf511a45 | 11,279 | h | C | CodingTool/includes/LowWeightSearch.h | Deadlyelder/Crypto-Tools | 6529d800dd10e291e1453fc7909bf830d62240a0 | [
"Unlicense"
] | 158 | 2017-05-14T00:03:16.000Z | 2022-03-30T07:13:49.000Z | CodingTool/includes/LowWeightSearch.h | hadipourh/Tools-for-Cryptanalysis | 6a93eb92794d6176e6d6a2802a86735634107315 | [
"Unlicense"
] | 2 | 2019-10-13T12:06:54.000Z | 2020-06-24T19:39:15.000Z | CodingTool/includes/LowWeightSearch.h | hadipourh/Tools-for-Cryptanalysis | 6a93eb92794d6176e6d6a2802a86735634107315 | [
"Unlicense"
] | 41 | 2017-07-04T10:00:22.000Z | 2022-03-30T07:13:50.000Z | /*!
\file LowWeightSearch.h
\author Tomislav Nad, Tomislav.Nad@iaik.tugraz.at
\version 0.9
\brief This is the header file of the class LowWeightSearch.
*/
// Copyright (c) 2010 Graz University of Technology (IAIK) <http://www.iaik.tugraz.at>
//
// This file is part of the CodingTool.
//
// The Codin... | 38.494881 | 105 | 0.713538 | [
"object",
"vector"
] |
50f2555e27524756eb944b5c4c73e18a1cf254c0 | 2,016 | h | C | Map/Coordinate.h | sagbonkh/Sokoban_Solver | 96290f4d85d36ff2591eca96c7d4d694e0763b8d | [
"Unlicense"
] | null | null | null | Map/Coordinate.h | sagbonkh/Sokoban_Solver | 96290f4d85d36ff2591eca96c7d4d694e0763b8d | [
"Unlicense"
] | null | null | null | Map/Coordinate.h | sagbonkh/Sokoban_Solver | 96290f4d85d36ff2591eca96c7d4d694e0763b8d | [
"Unlicense"
] | null | null | null | // Copyright Tobias Faller 2016
#pragma once
#include <stdint.h>
#include <initializer_list>
#include <tuple>
#include <functional>
#include "Game/Direction.h"
namespace Sokoban {
typedef uint32_t map_unit_t;
using std::tuple;
using std::tie;
using std::initializer_list;
/*
* Defines a index out of bounds error.... | 20.783505 | 86 | 0.706349 | [
"object"
] |
dd1de2574114219180f2d153051f49c89510a3dd | 1,571 | c | C | src/main.c | headkaze/zxnext_sfx | f253e014e7a7c4c9efcae2e8a31d3a27bcc04b33 | [
"MIT"
] | null | null | null | src/main.c | headkaze/zxnext_sfx | f253e014e7a7c4c9efcae2e8a31d3a27bcc04b33 | [
"MIT"
] | null | null | null | src/main.c | headkaze/zxnext_sfx | f253e014e7a7c4c9efcae2e8a31d3a27bcc04b33 | [
"MIT"
] | null | null | null | /*******************************************************************************
* Ben Baker 2020
*
* A sound effects demo for Sinclair ZX Spectrum Next.
******************************************************************************/
#include <input.h>
#include <z80.h>
#include <intrinsic.h>
#include <stdint.h>
#i... | 24.169231 | 80 | 0.558243 | [
"vector"
] |
dd1f6115362700c3e84a2e9652e15a5492925aa5 | 2,810 | h | C | cpp/include/libxtreemfs/container_uuid_iterator.h | harnesscloud/xtreemfs | 80495473535c75f34a58a6e10c15f3fc1f2b940f | [
"BSD-3-Clause"
] | 270 | 2015-01-03T22:15:03.000Z | 2022-03-14T03:45:59.000Z | cpp/include/libxtreemfs/container_uuid_iterator.h | harnesscloud/xtreemfs | 80495473535c75f34a58a6e10c15f3fc1f2b940f | [
"BSD-3-Clause"
] | 84 | 2015-01-05T10:14:40.000Z | 2022-03-10T21:11:13.000Z | cpp/include/libxtreemfs/container_uuid_iterator.h | harnesscloud/xtreemfs | 80495473535c75f34a58a6e10c15f3fc1f2b940f | [
"BSD-3-Clause"
] | 59 | 2015-03-07T23:53:19.000Z | 2022-02-22T07:33:13.000Z | /*
* Copyright (c) 2011 by Michael Berlin, Zuse Institute Berlin
*
* Licensed under the BSD License, see LICENSE file for details.
*
*/
#ifndef CPP_INCLUDE_LIBXTREEMFS_CONTAINER_UUID_ITERATOR_H_
#define CPP_INCLUDE_LIBXTREEMFS_CONTAINER_UUID_ITERATOR_H_
#include <boost/shared_ptr.hpp>
#include <boost/thread/mute... | 37.972973 | 79 | 0.756584 | [
"object",
"vector"
] |
dd28742e8b7f7d2f55b45dd5c8032db4670c668c | 5,063 | h | C | applications/premixedSteady/flame_params.h | LLNL/zero-rk | b3e505efd77adc3eab3b1fce6283355f216112e3 | [
"BSD-3-Clause"
] | 23 | 2019-09-13T16:38:56.000Z | 2022-03-30T19:39:14.000Z | applications/premixedSteady/flame_params.h | LLNL/zero-rk | b3e505efd77adc3eab3b1fce6283355f216112e3 | [
"BSD-3-Clause"
] | 4 | 2021-02-21T16:52:38.000Z | 2022-01-19T00:22:21.000Z | applications/premixedSteady/flame_params.h | LLNL/zero-rk | b3e505efd77adc3eab3b1fce6283355f216112e3 | [
"BSD-3-Clause"
] | 15 | 2019-08-15T01:47:55.000Z | 2022-03-10T13:36:23.000Z | #ifndef FLAME_PARAMS_H_
#define FLAME_PARAMS_H_
#include <string>
#include <vector>
#include <file_utilities.h>
#include <mpi.h>
#include <zerork/mechanism.h>
#include <reactor/const_pressure_reactor.h>
#include <transport/mass_transport_factory.h>
#include "sparse_matrix.h"
#include "sparse_matrix_dist.h"
#inclu... | 28.44382 | 83 | 0.721114 | [
"vector"
] |
dd291ba827e74191ba0a80732eab69f20357e5db | 6,202 | h | C | ion/gfx/uniformholder.h | RobLoach/ion | 9e659416fb04bb3d3a67df1e018d7c2ccab9d468 | [
"Apache-2.0"
] | null | null | null | ion/gfx/uniformholder.h | RobLoach/ion | 9e659416fb04bb3d3a67df1e018d7c2ccab9d468 | [
"Apache-2.0"
] | null | null | null | ion/gfx/uniformholder.h | RobLoach/ion | 9e659416fb04bb3d3a67df1e018d7c2ccab9d468 | [
"Apache-2.0"
] | null | null | null | /**
Copyright 2016 Google 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
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in... | 39.253165 | 80 | 0.694131 | [
"object",
"vector"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.