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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1c435b80427e33659bf04672a165b0e478061080 | 1,535 | h | C | spoopy/tools/vole/source/olderfiles/illumestimators/fusion/average/averagefusion.h | rodrigobressan/PADify | 362db2b3a33793ac53f938e89f90a6ecdf778e89 | [
"MIT"
] | 12 | 2019-11-26T07:44:08.000Z | 2021-03-03T09:51:43.000Z | spoopy/tools/vole/source/illumestimators/fusion/average/averagefusion.h | rodrigobressan/PADify | 362db2b3a33793ac53f938e89f90a6ecdf778e89 | [
"MIT"
] | 13 | 2020-01-28T22:09:41.000Z | 2022-03-11T23:43:37.000Z | spoopy/tools/vole/source/illumestimators/fusion/average/averagefusion.h | rodrigobressan/PADify | 362db2b3a33793ac53f938e89f90a6ecdf778e89 | [
"MIT"
] | 5 | 2020-01-02T09:52:42.000Z | 2022-02-21T15:45:23.000Z | #ifndef ILLUMESTIMATORS_FUSION_AVERAGE_AVERAGEFUSION_H
#define ILLUMESTIMATORS_FUSION_AVERAGE_AVERAGEFUSION_H
#include "fusion/fusion.h"
namespace illumestimators {
class AverageFusion : public Fusion
{
public:
enum Method { AVERAGE, LEAVE_N_OUT };
public:
AverageFusion(const std::vector<IlluminantEstimator*>& es... | 34.111111 | 216 | 0.762215 | [
"vector"
] |
1c49d0707e814c62bfad8a6e54d48943eebc03ac | 2,064 | h | C | src/RVConditionalPrior.h | Kamuish/kima | 158fbddf5867b433d7b97f9d4766aa67a22aafaf | [
"MIT"
] | null | null | null | src/RVConditionalPrior.h | Kamuish/kima | 158fbddf5867b433d7b97f9d4766aa67a22aafaf | [
"MIT"
] | null | null | null | src/RVConditionalPrior.h | Kamuish/kima | 158fbddf5867b433d7b97f9d4766aa67a22aafaf | [
"MIT"
] | null | null | null | // (c) 2019 João Faria
// This file is part of kima, which is licensed under the MIT license (see LICENSE for details)
#ifndef DNest4_RVConditionalPrior
#define DNest4_RVConditionalPrior
#include <memory>
#include "RNG.h"
#include "RJObject/ConditionalPriors/ConditionalPrior.h"
#include "DNest4.h"
/// whether the mo... | 30.352941 | 95 | 0.752422 | [
"vector",
"model"
] |
1c526a7938a85fe155d84ac3e7325d1a4a6415d8 | 11,804 | h | C | PWGCF/FEMTOSCOPY/AliFemtoUser/AliFemtoCorrFctnQ3D.h | maroozm/AliPhysics | 22ec256928cfdf8f800e05bfc1a6e124d90b6eaf | [
"BSD-3-Clause"
] | 114 | 2017-03-03T09:12:23.000Z | 2022-03-03T20:29:42.000Z | PWGCF/FEMTOSCOPY/AliFemtoUser/AliFemtoCorrFctnQ3D.h | maroozm/AliPhysics | 22ec256928cfdf8f800e05bfc1a6e124d90b6eaf | [
"BSD-3-Clause"
] | 19,637 | 2017-01-16T12:34:41.000Z | 2022-03-31T22:02:40.000Z | PWGCF/FEMTOSCOPY/AliFemtoUser/AliFemtoCorrFctnQ3D.h | maroozm/AliPhysics | 22ec256928cfdf8f800e05bfc1a6e124d90b6eaf | [
"BSD-3-Clause"
] | 1,021 | 2016-07-14T22:41:16.000Z | 2022-03-31T05:15:51.000Z | ///
/// \file AliFemtoCorrFctnQ3D.h
///
#pragma once
#ifndef ALIFEMTOCORRFCTNQ3D_H
#define ALIFEMTOCORRFCTNQ3D_H
#include "AliFemtoCorrFctn.h"
#include "AliFemtoPairCut.h"
#include <TH3F.h>
#include <TProfile3D.h>
#if __cplusplus >= 201103L
#include <tuple>
#define USE_TUPLE
#endif
/// \class AliFemtoCorrFctnQ3... | 28.375 | 126 | 0.653677 | [
"object",
"vector",
"3d"
] |
1c59c0f5dcb5c23ee421518fffbd214672c1089d | 854 | h | C | bsp_for_art-badge/packages/persim-packages/include/api/js_pomtypes.h | Rbb666/SDK | cdf0bfeeb35b989ccf13c41b9625059de5fec87b | [
"Apache-2.0"
] | null | null | null | bsp_for_art-badge/packages/persim-packages/include/api/js_pomtypes.h | Rbb666/SDK | cdf0bfeeb35b989ccf13c41b9625059de5fec87b | [
"Apache-2.0"
] | null | null | null | bsp_for_art-badge/packages/persim-packages/include/api/js_pomtypes.h | Rbb666/SDK | cdf0bfeeb35b989ccf13c41b9625059de5fec87b | [
"Apache-2.0"
] | null | null | null | #pragma once
#include <pm_variant.h>
#include <pm_vector.h>
#include <jsvm/jsvm.h>
namespace pom
{
class VariantAdapter
{
public:
VariantAdapter();
virtual ~VariantAdapter();
virtual persim::Variant toVariant(const JsValue &value) const = 0;
virtual JsValue toJsValue(const persim::Variant &variant) ... | 21.35 | 72 | 0.673302 | [
"vector"
] |
1c5b1202ac06882ec3351e20d85ee0544cb5019a | 1,283 | h | C | ROBOTIS/ROBOTIS-Math/robotis_math/include/robotis_math/bezier_curve.h | andy-Chien/timda_dual_arm | 94170d8889218ea0dc4e6031dcbbf59b7e37e70c | [
"MIT"
] | 227 | 2021-01-20T05:34:32.000Z | 2022-03-29T12:43:05.000Z | ROBOTIS/ROBOTIS-Math/robotis_math/include/robotis_math/bezier_curve.h | andy-Chien/timda_dual_arm | 94170d8889218ea0dc4e6031dcbbf59b7e37e70c | [
"MIT"
] | 12 | 2019-05-14T12:24:02.000Z | 2020-03-24T14:00:48.000Z | ROBOTIS/ROBOTIS-Math/robotis_math/include/robotis_math/bezier_curve.h | andy-Chien/timda_dual_arm | 94170d8889218ea0dc4e6031dcbbf59b7e37e70c | [
"MIT"
] | 239 | 2021-01-28T02:59:53.000Z | 2022-03-29T08:02:17.000Z | /*******************************************************************************
* Copyright 2018 ROBOTIS 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.o... | 23.759259 | 80 | 0.650818 | [
"vector"
] |
1c5b767ba63ce8b1b058f42ad91471528ae0c21d | 2,162 | h | C | tests/achievements/gamekit_admin_achievements_exports_tests.h | aws/aws-gamekit | 7ea5a9067c53a70ed279e1870008cf3a6d8d3b2e | [
"Apache-2.0"
] | 16 | 2022-03-23T18:28:16.000Z | 2022-03-31T19:59:23.000Z | tests/achievements/gamekit_admin_achievements_exports_tests.h | aws/aws-gamekit | 7ea5a9067c53a70ed279e1870008cf3a6d8d3b2e | [
"Apache-2.0"
] | null | null | null | tests/achievements/gamekit_admin_achievements_exports_tests.h | aws/aws-gamekit | 7ea5a9067c53a70ed279e1870008cf3a6d8d3b2e | [
"Apache-2.0"
] | 1 | 2022-03-28T17:14:15.000Z | 2022-03-28T17:14:15.000Z | #pragma once
#include "../core/test_common.h"
#include "../core/mocks/fake_http_client.h"
#include "aws/gamekit/achievements/gamekit_admin_achievements.h"
#include "aws/gamekit/achievements/exports_admin.h"
#include "../core/test_stack.h"
#include "../core/test_log.h"
namespace GameKit
{
namespace Tests
{
... | 34.31746 | 117 | 0.577706 | [
"model"
] |
1c5ca11d005237261cf8efc262174f29468ead98 | 911 | h | C | Half Robot/Miniworld.h | marcus1337/HalfRobot | 1f1b66b3e8a999a103b027f72d94492f465f96be | [
"MIT"
] | null | null | null | Half Robot/Miniworld.h | marcus1337/HalfRobot | 1f1b66b3e8a999a103b027f72d94492f465f96be | [
"MIT"
] | null | null | null | Half Robot/Miniworld.h | marcus1337/HalfRobot | 1f1b66b3e8a999a103b027f72d94492f465f96be | [
"MIT"
] | null | null | null | #pragma once
#include "Kartbit.h"
#include <vector>
#include <iostream>
class Miniworld {
public:
void init(std::vector<Kartbit>* kartor, Kartbit* karta) {
_kartor = kartor;
_karta = karta;
kMap = _karta->getKarta();
grannar = _karta->getNeighbors(); // 0 = Up, 1 = Down, 2 = L, 3 = R
if (grannar[0] != -... | 14.934426 | 69 | 0.548847 | [
"vector"
] |
1c73bee0603c6845dace9ab092cbd4a395405f40 | 708 | h | C | include/motionclassification.h | DuinoDu/MotionDetection | da9ba307948882fe66910f3936743309fda07fbc | [
"MIT"
] | 1 | 2017-07-12T09:01:40.000Z | 2017-07-12T09:01:40.000Z | include/motionclassification.h | DuinoDu/MotionDetection | da9ba307948882fe66910f3936743309fda07fbc | [
"MIT"
] | null | null | null | include/motionclassification.h | DuinoDu/MotionDetection | da9ba307948882fe66910f3936743309fda07fbc | [
"MIT"
] | null | null | null | #ifndef MOTIONCLASSIFICATION_H
#define MOTIONCLASSIFICATION_H
#include "common.h"
#include "objectdetection.h"
#include "objecttrack.h"
#include "actionrecognition.h"
class MotionClassification
{
public:
MotionClassification();
~MotionClassification();
void classify(Mat& frame, vector<vector<... | 25.285714 | 91 | 0.731638 | [
"vector"
] |
1c7b4622316d56592586b312f106178c2f6a187c | 2,244 | h | C | src/PointNeighborSearcher3.h | IceLanguage/CalfFluidEngine | 3b01805e76cb9f6c37a68900abb7f351708f2d67 | [
"MIT"
] | 2 | 2019-05-23T11:40:51.000Z | 2019-06-18T17:02:58.000Z | src/PointNeighborSearcher3.h | IceLanguage/CalfFluidEngine | 3b01805e76cb9f6c37a68900abb7f351708f2d67 | [
"MIT"
] | null | null | null | src/PointNeighborSearcher3.h | IceLanguage/CalfFluidEngine | 3b01805e76cb9f6c37a68900abb7f351708f2d67 | [
"MIT"
] | null | null | null | #ifndef _CalfFluidEngine_PointNeighborSearcher3_
#define _CalfFluidEngine_PointNeighborSearcher3_
#include <vector>
#include <Vector3.h>
#include <functional>
#include <algorithm>
namespace CalfFluidEngine {
class PointNeighborSearcher3
{
public:
PointNeighborSearcher3();
~PointNeighborSearcher3();
//*******... | 33.492537 | 80 | 0.657308 | [
"vector"
] |
1c873143fca14040dbe27b4282e96b17c7bc43ed | 3,458 | h | C | directfire_github/trunk/uilib/widgets/turnplatedialog.h | zhwsh00/DirectFire-android | 10c757e1be0b25dee951f9ba3a0e1f6d5c04a938 | [
"MIT"
] | 1 | 2015-08-12T04:05:33.000Z | 2015-08-12T04:05:33.000Z | directfire_github/trunk/uilib/widgets/turnplatedialog.h | zhwsh00/DirectFire-android | 10c757e1be0b25dee951f9ba3a0e1f6d5c04a938 | [
"MIT"
] | null | null | null | directfire_github/trunk/uilib/widgets/turnplatedialog.h | zhwsh00/DirectFire-android | 10c757e1be0b25dee951f9ba3a0e1f6d5c04a938 | [
"MIT"
] | null | null | null | #ifndef _turnplatedialog_h_
#define _turnplatedialog_h_
#include "uilib/uilib.h"
#include "cliententry/uimsgevent.h"
using namespace uilib;
#include <string>
#include <vector>
#include <sstream>
using namespace std;
#include "cocos2d.h"
using namespace std;
namespace uilib {
class TurnPlateDialog;
class TurnPlateNo... | 29.305085 | 120 | 0.712551 | [
"vector"
] |
1c8da20c158d459e0c4e069bb314296355e17f43 | 1,063 | c | C | tempsensor_v1/src/system/timer.c | sergioamr/vaccinemonitoring | 9ae91df587542a1565803053c65809e67a5747f1 | [
"Apache-2.0"
] | null | null | null | tempsensor_v1/src/system/timer.c | sergioamr/vaccinemonitoring | 9ae91df587542a1565803053c65809e67a5747f1 | [
"Apache-2.0"
] | null | null | null | tempsensor_v1/src/system/timer.c | sergioamr/vaccinemonitoring | 9ae91df587542a1565803053c65809e67a5747f1 | [
"Apache-2.0"
] | null | null | null | /*
* timer.c
*
* Created on: Feb 11, 2015
* Author: rajeevnx
*/
#include "config.h"
#include "timer.h"
volatile uint16_t iTick = 0;
volatile uint32_t delay_count = 0;
// Timer0_A0 interrupt service routine
#if defined(__TI_COMPILER_VERSION__) || defined(__IAR_SYSTEMS_ICC__)
#pragma vector = TIMER0_A0_VECT... | 23.622222 | 93 | 0.688617 | [
"vector"
] |
46a89ba6faba9db4b59c91fe684d83225df15cd4 | 627 | h | C | include/Dojo3D/common_header.h | Tomcc/dojo3D | 4b443899752f73daf0b5a6d4588930af63e1b9db | [
"MIT"
] | 3 | 2016-01-18T06:15:18.000Z | 2016-05-23T22:21:16.000Z | include/Dojo3D/common_header.h | Tomcc/dojo3D | 4b443899752f73daf0b5a6d4588930af63e1b9db | [
"MIT"
] | null | null | null | include/Dojo3D/common_header.h | Tomcc/dojo3D | 4b443899752f73daf0b5a6d4588930af63e1b9db | [
"MIT"
] | null | null | null | #pragma once
#include <dojo.h>
#include <unordered_set>
#include <mutex>
#include <future>
#pragma warning(push)
#pragma warning(disable: 4127) // possible loss of data
#include "btBulletDynamicsCommon.h"
#pragma warning(pop)
namespace Phys {
struct Group : public Dojo::PseudoEnumClass<uint16_t> {
template<t... | 19 | 56 | 0.727273 | [
"vector"
] |
46aaf793dda1f78d509a513dcd7cb2974485b787 | 889 | h | C | 0102-Binary-Tree-Level-Order-Traversal/cpp_0102/Solution1.h | ooooo-youwillsee/leetcode | 07b273f133c8cf755ea40b3ae9df242ce044823c | [
"MIT"
] | 12 | 2020-03-18T14:36:23.000Z | 2021-12-19T02:24:33.000Z | 0102-Binary-Tree-Level-Order-Traversal/cpp_0102/Solution1.h | ooooo-youwillsee/leetcode | 07b273f133c8cf755ea40b3ae9df242ce044823c | [
"MIT"
] | null | null | null | 0102-Binary-Tree-Level-Order-Traversal/cpp_0102/Solution1.h | ooooo-youwillsee/leetcode | 07b273f133c8cf755ea40b3ae9df242ce044823c | [
"MIT"
] | null | null | null | //
// Created by ooooo on 2019/11/4.
//
#ifndef CPP_0102_SOLUTION1_H
#define CPP_0102_SOLUTION1_H
#include <iostream>
#include "TreeNode.h"
#include <queue>
#include <vector>
using namespace std;
class Solution {
public:
vector<vector<int>> levelOrder(TreeNode *root) {
vector<vector<int>> res;
if... | 20.204545 | 53 | 0.502812 | [
"vector"
] |
46b1072471e5f0cb06df462c6ccc8abf1777a05f | 7,910 | h | C | Source/Plugins/TeBulletPhysics/TeBulletPhysics.h | fabsgc/TweedeFrameworkRedux | 2c61e6f31c43db36a20d3288e45047586a503725 | [
"Zlib"
] | 57 | 2019-09-02T01:10:37.000Z | 2022-01-11T06:28:10.000Z | Source/Plugins/TeBulletPhysics/TeBulletPhysics.h | fabsgc/TweedeFrameworkRedux | 2c61e6f31c43db36a20d3288e45047586a503725 | [
"Zlib"
] | null | null | null | Source/Plugins/TeBulletPhysics/TeBulletPhysics.h | fabsgc/TweedeFrameworkRedux | 2c61e6f31c43db36a20d3288e45047586a503725 | [
"Zlib"
] | 6 | 2020-02-29T17:19:30.000Z | 2021-10-30T04:29:22.000Z | #pragma once
#include "TeBulletPhysicsPrerequisites.h"
#include "Physics/TePhysics.h"
#include "Physics/TePhysicsCommon.h"
#include "Utility/TePoolAllocator.h"
namespace te
{
class BulletScene;
/** Bullet implementation of Physics. */
class BulletPhysics : public Physics
{
public:
/** Ty... | 36.790698 | 122 | 0.666119 | [
"vector"
] |
46b6c1bdc9a139d0c819b4dc5bffc08eb8428d87 | 782 | h | C | TTable.h | CGLemon/Leela | ecac362274b15e51d71bc93dd14130bb7176b695 | [
"MIT"
] | 36 | 2020-12-02T22:09:05.000Z | 2022-02-15T09:24:43.000Z | TTable.h | CGLemon/Leela | ecac362274b15e51d71bc93dd14130bb7176b695 | [
"MIT"
] | 1 | 2020-12-27T11:51:42.000Z | 2020-12-29T21:37:09.000Z | TTable.h | CGLemon/Leela | ecac362274b15e51d71bc93dd14130bb7176b695 | [
"MIT"
] | 10 | 2020-12-09T11:53:14.000Z | 2022-03-28T04:03:59.000Z | #ifndef TTABLE_H_INCLUDED
#define TTABLE_H_INCLUDED
#include <vector>
#include "UCTNode.h"
#include "SMP.h"
class TTEntry {
public:
TTEntry()
: m_hash(0) {
};
uint64 m_hash;
// XXX: need RAVE data here?
double m_blackwins;
int m_visits;
double m_eval_sum;
int m_eval_count;
}... | 15.64 | 69 | 0.61509 | [
"vector"
] |
46be3f802d920ef5811384a6c515b5ed2787bb5f | 363 | h | C | include/hub/storage/csvfilestorage.h | tfrec-kalcsits/SensorSystem-Hub | c74849cab6e7a58af318a8538a3931af60b406c5 | [
"MIT"
] | 2 | 2018-06-30T06:05:29.000Z | 2021-08-24T22:34:19.000Z | include/hub/storage/csvfilestorage.h | tfrec-kalcsits/SensorSystem-Hub | c74849cab6e7a58af318a8538a3931af60b406c5 | [
"MIT"
] | 13 | 2018-07-07T00:11:08.000Z | 2018-09-05T02:49:11.000Z | include/hub/storage/csvfilestorage.h | tfrec-kalcsits/SensorSystem-Hub | c74849cab6e7a58af318a8538a3931af60b406c5 | [
"MIT"
] | null | null | null | #pragma once
#include <string>
#include <vector>
#include <hub/measurement.h>
#include "filestorage.h"
namespace sensorsystem
{
class CSVFileStorage : public FileStorage
{
public:
CSVFileStorage(std::string prefix_path);
bool recordMeasurementToFile(const Measurement& measurement) override;
privat... | 15.782609 | 74 | 0.738292 | [
"vector"
] |
46bf2ad060038291f125eb5a63823c9bdd494c04 | 3,208 | h | C | grante/MultichainGibbsInference.h | pantonante/grante-bazel | e3f22ec111463a7ae0686494422ab09f86b4d39a | [
"DOC"
] | null | null | null | grante/MultichainGibbsInference.h | pantonante/grante-bazel | e3f22ec111463a7ae0686494422ab09f86b4d39a | [
"DOC"
] | null | null | null | grante/MultichainGibbsInference.h | pantonante/grante-bazel | e3f22ec111463a7ae0686494422ab09f86b4d39a | [
"DOC"
] | null | null | null |
#ifndef GRANTE_MCHAINGIBBSINFERENCE_H
#define GRANTE_MCHAINGIBBSINFERENCE_H
#include "FactorGraph.h"
#include "InferenceMethod.h"
#include "GibbsSampler.h"
namespace Grante {
/* Gibbs sampling inference with multiple chains and convergence diagnostics.
*
* References
*
* [Brooks1998], Stephen P. Brooks, Andrew ... | 31.762376 | 78 | 0.761534 | [
"vector"
] |
46cba132d7c5024e71d7e4943d152fb5bcd4c7e0 | 13,575 | h | C | clicks/spiisolator2/lib/include/spiisolator2.h | dMajoIT/mikrosdk_click_v2 | f425fd85054961b4f600d1708cf18ac952a6bdb8 | [
"MIT"
] | 31 | 2020-10-02T14:15:14.000Z | 2022-03-24T08:33:21.000Z | clicks/spiisolator2/lib/include/spiisolator2.h | dMajoIT/mikrosdk_click_v2 | f425fd85054961b4f600d1708cf18ac952a6bdb8 | [
"MIT"
] | 4 | 2020-10-27T14:05:00.000Z | 2022-03-10T09:38:57.000Z | clicks/spiisolator2/lib/include/spiisolator2.h | dMajoIT/mikrosdk_click_v2 | f425fd85054961b4f600d1708cf18ac952a6bdb8 | [
"MIT"
] | 32 | 2020-11-28T07:56:42.000Z | 2022-03-14T19:42:29.000Z | /****************************************************************************
** Copyright (C) 2020 MikroElektronika d.o.o.
** Contact: https://www.mikroe.com/contact
**
** Permission is hereby granted, free of charge, to any person obtaining a copy
** of this software and associated documentation files (the "Software"... | 38.896848 | 136 | 0.685157 | [
"object"
] |
46eaf8c8b5de9f92b947f8639ba448e4774bd0d0 | 1,636 | h | C | es-app/src/FileData.h | wakegrady/EmulationStation | 7635f11f92d77b28b9d9123e240db2f4a18b5637 | [
"Apache-2.0",
"MIT"
] | 2 | 2016-02-07T20:59:02.000Z | 2016-08-17T10:57:56.000Z | es-app/src/FileData.h | wakegrady/EmulationStation | 7635f11f92d77b28b9d9123e240db2f4a18b5637 | [
"Apache-2.0",
"MIT"
] | 1 | 2016-02-07T21:23:37.000Z | 2016-07-02T15:55:21.000Z | es-app/src/FileData.h | wakegrady/EmulationStation | 7635f11f92d77b28b9d9123e240db2f4a18b5637 | [
"Apache-2.0",
"MIT"
] | null | null | null | #pragma once
#include <vector>
#include <string>
#include <boost/filesystem.hpp>
#include "MetaData.h"
class SystemData;
struct FileSort;
enum FileType
{
GAME = 1,
FOLDER = 2
};
// Used for loading/saving gamelist.xml.
const char* fileTypeToString(FileType type);
FileType stringToFileType(const char* str);
// Re... | 27.266667 | 113 | 0.735941 | [
"vector"
] |
46f028a3f73899365ab8a05a5ee91dd37df64ed4 | 6,709 | h | C | Classes/Foundation/Coding/AJRXMLCoder.h | araftis/AJRFoundation | 5b849caa1d24b1638927c49ee22a1466bd50acfb | [
"BSD-3-Clause"
] | null | null | null | Classes/Foundation/Coding/AJRXMLCoder.h | araftis/AJRFoundation | 5b849caa1d24b1638927c49ee22a1466bd50acfb | [
"BSD-3-Clause"
] | null | null | null | Classes/Foundation/Coding/AJRXMLCoder.h | araftis/AJRFoundation | 5b849caa1d24b1638927c49ee22a1466bd50acfb | [
"BSD-3-Clause"
] | null | null | null | /*
AJRXMLCoder.h
AJRFoundation
Copyright © 2021, AJ Raftis and AJRFoundation authors
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 not... | 54.991803 | 114 | 0.775525 | [
"object"
] |
46f23595f75ed85b71b9492f4f97e750c9e02bd5 | 82,647 | c | C | source/3rd/cpl-7.1.4/cplcore/tests/cpl_image_basic-test.c | ray820328/Funra | 99c89a7a40798fb41dd401195fcc4711bec2520b | [
"MIT"
] | null | null | null | source/3rd/cpl-7.1.4/cplcore/tests/cpl_image_basic-test.c | ray820328/Funra | 99c89a7a40798fb41dd401195fcc4711bec2520b | [
"MIT"
] | null | null | null | source/3rd/cpl-7.1.4/cplcore/tests/cpl_image_basic-test.c | ray820328/Funra | 99c89a7a40798fb41dd401195fcc4711bec2520b | [
"MIT"
] | null | null | null | /*
* This file is part of the ESO Common Pipeline Library
* Copyright (C) 2001-2017 European Southern Observatory
*
* 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 ... | 35.949108 | 85 | 0.603906 | [
"vector"
] |
46f8622bfb07d3eb75164f88a82db398628b953b | 5,835 | h | C | LDSketch3/ldsketch.h | Paper-commits/MCSketch | 787e233b5b6cf09fc03a2bc98f33586a427ca34f | [
"Apache-2.0"
] | null | null | null | LDSketch3/ldsketch.h | Paper-commits/MCSketch | 787e233b5b6cf09fc03a2bc98f33586a427ca34f | [
"Apache-2.0"
] | null | null | null | LDSketch3/ldsketch.h | Paper-commits/MCSketch | 787e233b5b6cf09fc03a2bc98f33586a427ca34f | [
"Apache-2.0"
] | null | null | null | #ifndef _LDSKETCH_H
#define _LDSKETCH_H
#include "../common/param.h"
#include "../common/BOBHash32.h"
using namespace std;
class BUCKET{
public:
uint32_t sum = 0;
uint32_t error = 0;
uint32_t length = 0;
map<uint32_t,uint32_t> array;
uint32_t BucketUpdate(uint32_t cur_key, uint32_t cu... | 32.780899 | 88 | 0.521337 | [
"vector"
] |
46fc2263c3a6b192411d23b8d002c816fb9793ec | 7,175 | c | C | daemon/chat.c | facadepapergirl/shadowgate | 2b811671c5c85952ed93767753d72fc0d12819d8 | [
"MIT"
] | null | null | null | daemon/chat.c | facadepapergirl/shadowgate | 2b811671c5c85952ed93767753d72fc0d12819d8 | [
"MIT"
] | null | null | null | daemon/chat.c | facadepapergirl/shadowgate | 2b811671c5c85952ed93767753d72fc0d12819d8 | [
"MIT"
] | null | null | null | #include <udp.h>
#include <daemons.h>
#include <objects.h>
#include <std.h>
#define MAGENTA "%^MAGENTA%^"
#define RESET "%^RESET%^"
static private mapping channels;
int list_channel(string str);
object *arches(object *objs);
void do_amsg(object tp, object *list, string verb, string str, int emote);
/**
* @file
* ... | 24.077181 | 144 | 0.57324 | [
"object"
] |
200fb5a7f917bfce896b86b17a9444ecc8bc2145 | 2,350 | h | C | Classes/GameObject.h | otakuidoru/Reflection | 05d55655a75813c7d4f0f5dee4d69a2c05476396 | [
"MIT"
] | null | null | null | Classes/GameObject.h | otakuidoru/Reflection | 05d55655a75813c7d4f0f5dee4d69a2c05476396 | [
"MIT"
] | null | null | null | Classes/GameObject.h | otakuidoru/Reflection | 05d55655a75813c7d4f0f5dee4d69a2c05476396 | [
"MIT"
] | null | null | null | /****************************************************************************
Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd.
http://www.cocos2d-x.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal... | 35.074627 | 78 | 0.722128 | [
"vector"
] |
2011fed9bb611e2ad53890c01aacc281a5e43f70 | 8,895 | c | C | src/render.c | den-mentiei/b4re | 7e25cf01631ec576daa956bd6e51c0bcfdeb8819 | [
"MIT"
] | null | null | null | src/render.c | den-mentiei/b4re | 7e25cf01631ec576daa956bd6e51c0bcfdeb8819 | [
"MIT"
] | null | null | null | src/render.c | den-mentiei/b4re | 7e25cf01631ec576daa956bd6e51c0bcfdeb8819 | [
"MIT"
] | null | null | null | #include "render.h"
#include <assert.h>
#include <string.h> // memcpy
#include <math.h> // floor
#include <stb_image.h>
#include <bgfx/bgfx.h>
#include "utils.h"
#include "shaders/tex_color_vs.h"
#include "shaders/tex_color_fs.h"
// TODO: ?
#define MAX_TEXTURES 1024
#define MAX_SPRITES 1024
typedef struct spri... | 29.65 | 240 | 0.718494 | [
"render"
] |
2014d6554c3501870fbccefaa1b58c78c2637e12 | 9,760 | h | C | module/src/API/JavaResource_API.h | robertnisipeanu/altv-java-module | 53be7482cd3b7bef78c7b84c9dbe12a6fdc3a235 | [
"MIT"
] | 1 | 2020-02-10T21:00:50.000Z | 2020-02-10T21:00:50.000Z | module/src/API/JavaResource_API.h | robertnisipeanu/altv-java-module | 53be7482cd3b7bef78c7b84c9dbe12a6fdc3a235 | [
"MIT"
] | null | null | null | module/src/API/JavaResource_API.h | robertnisipeanu/altv-java-module | 53be7482cd3b7bef78c7b84c9dbe12a6fdc3a235 | [
"MIT"
] | null | null | null | #pragma once
#include <cstdint>
#include <altv-cpp-api/SDK.h>
#include "../JavaResource.h"
#ifndef EXPORT
#define EXPORT _declspec(dllexport)
#endif // !EXPORT
// Need to use extern "C" else the name of the functions gets mangled and JAVA won't be able to find them anymore
#ifdef __cplusplus
extern "C" {
#endif
/... | 53.333333 | 212 | 0.852561 | [
"object",
"model"
] |
201d2d9cd1a01ce55382b63257704984c9c87e85 | 334 | h | C | include/archlab/ArchLab.h | xzrunner/cgaview | 559899f0f9bcb1186e41b4108388ee2c69008966 | [
"MIT"
] | null | null | null | include/archlab/ArchLab.h | xzrunner/cgaview | 559899f0f9bcb1186e41b4108388ee2c69008966 | [
"MIT"
] | null | null | null | include/archlab/ArchLab.h | xzrunner/cgaview | 559899f0f9bcb1186e41b4108388ee2c69008966 | [
"MIT"
] | null | null | null | #pragma once
#include <blueprint/typedef.h>
#include <cu/cu_macro.h>
#include <vector>
#include <memory>
namespace archlab
{
class ArchLab
{
public:
auto& GetAllNodes() { return m_nodes; }
private:
void InitNodes();
private:
std::vector<bp::NodePtr> m_nodes;
CU_SINGLETON_DECLARATION(ArchLab)
};... | 11.928571 | 43 | 0.688623 | [
"vector"
] |
20248bed0b3b99cb53dc0de06748247273118c1d | 2,626 | h | C | src/include/event_impl.h | kyper999/clDNN_neuset | 85148cef898dbf1b314ef742092824c447474f2d | [
"BSL-1.0",
"Intel",
"Apache-2.0"
] | 1 | 2018-06-07T09:21:08.000Z | 2018-06-07T09:21:08.000Z | src/include/event_impl.h | kyper999/clDNN_neuset | 85148cef898dbf1b314ef742092824c447474f2d | [
"BSL-1.0",
"Intel",
"Apache-2.0"
] | null | null | null | src/include/event_impl.h | kyper999/clDNN_neuset | 85148cef898dbf1b314ef742092824c447474f2d | [
"BSL-1.0",
"Intel",
"Apache-2.0"
] | null | null | null | /*
// Copyright (c) 2016 Intel Corporation
//
// 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... | 29.177778 | 99 | 0.621097 | [
"vector"
] |
20275312640fa1bbd19399c8027c56b99b10cef6 | 9,851 | h | C | HipsHookTest/HipsHookTest.h | smalltong02/Bruce-Ma | 2ee9455635af9f0300f53781382de88d3ef99003 | [
"MIT"
] | 1 | 2021-06-22T04:41:41.000Z | 2021-06-22T04:41:41.000Z | HipsHookTest/HipsHookTest.h | smalltong02/Bruce-Ma | 2ee9455635af9f0300f53781382de88d3ef99003 | [
"MIT"
] | 1 | 2021-02-23T17:45:30.000Z | 2021-02-23T17:45:30.000Z | HipsHookTest/HipsHookTest.h | smalltong02/Bruce-Ma | 2ee9455635af9f0300f53781382de88d3ef99003 | [
"MIT"
] | null | null | null | #pragma once
#include <stdio.h>
#include <windows.h>
#include <string>
#include <vector>
#include <regex>
#include <unordered_set>
#include <thread>
#include <chrono>
#include "gtest\gtest.h"
#include "resource.h"
#include "HipsCfgObject.h"
#include "HookImplementObject.h"
#include "utils.h"
#include "commutils.h"
#inc... | 31.174051 | 148 | 0.584002 | [
"vector"
] |
202ba4cf8028479dd8e67e8429c05e02f9f067e2 | 2,049 | h | C | src/runtime_src/core/common/api/context_mgr.h | subeeshm-xilinx/XRT | f2f551a815dcd135132f974205401ca0982f9a3b | [
"Apache-2.0"
] | 359 | 2018-10-05T03:05:08.000Z | 2022-03-31T06:28:16.000Z | src/runtime_src/core/common/api/context_mgr.h | kbhardwa-xilinx/XRT | 9cadec73f5211577c7d5c408a4a7fee0eed23b70 | [
"Apache-2.0"
] | 5,832 | 2018-10-02T22:43:29.000Z | 2022-03-31T22:28:05.000Z | src/runtime_src/core/common/api/context_mgr.h | kbhardwa-xilinx/XRT | 9cadec73f5211577c7d5c408a4a7fee0eed23b70 | [
"Apache-2.0"
] | 442 | 2018-10-02T23:06:29.000Z | 2022-03-21T08:34:44.000Z | /*
* SPDX-License-Identifier: Apache-2.0
* Copyright (C) 2021 Xilinx, Inc. All rights reserved.
*/
#include "core/include/xrt/xrt_uuid.h"
#include "core/common/cuidx_type.h"
#include <memory>
// This file defines APIs for compute unit (ip) context management
// It is used by xrt::kernel and xrt::ip implementation.... | 32.015625 | 93 | 0.744754 | [
"object"
] |
20334e5c069234ada48f3acd5aaf470f4672d089 | 1,905 | h | C | Coin3D/src/Inventor/Xt/viewers/SoXtPlaneViewerP.h | pniaz20/inventor-utils | 2306b758b15bd1a0df3fb9bd250215b7bb7fac3f | [
"MIT"
] | null | null | null | Coin3D/src/Inventor/Xt/viewers/SoXtPlaneViewerP.h | pniaz20/inventor-utils | 2306b758b15bd1a0df3fb9bd250215b7bb7fac3f | [
"MIT"
] | null | null | null | Coin3D/src/Inventor/Xt/viewers/SoXtPlaneViewerP.h | pniaz20/inventor-utils | 2306b758b15bd1a0df3fb9bd250215b7bb7fac3f | [
"MIT"
] | null | null | null | /**************************************************************************\
*
* This file is part of the Coin 3D visualization library.
* Copyright (C) by Kongsberg Oil & Gas Technologies.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public ... | 33.421053 | 76 | 0.627822 | [
"3d"
] |
203e898a478af6399d278c7a0feaa1b9daf8adfa | 1,022 | h | C | Engine/Renderer/Vulkan/include/VKIndirectBuffer.h | LiangYue1981816/AresEngine | c1cf040a1dffaf2bc585ed75e70ddd9322fe3f67 | [
"BSD-2-Clause"
] | 3 | 2018-12-08T16:32:05.000Z | 2020-06-02T11:07:15.000Z | Engine/Renderer/Vulkan/include/VKIndirectBuffer.h | LiangYue1981816/AresEngine | c1cf040a1dffaf2bc585ed75e70ddd9322fe3f67 | [
"BSD-2-Clause"
] | null | null | null | Engine/Renderer/Vulkan/include/VKIndirectBuffer.h | LiangYue1981816/AresEngine | c1cf040a1dffaf2bc585ed75e70ddd9322fe3f67 | [
"BSD-2-Clause"
] | 1 | 2019-09-12T00:26:05.000Z | 2019-09-12T00:26:05.000Z | #pragma once
#include "VKRenderer.h"
class CVKIndirectBuffer : public CGfxIndirectBuffer
{
public:
CVKIndirectBuffer(CVKDevice* pDevice, int numDrawCommands);
virtual ~CVKIndirectBuffer(void);
virtual void Release(void);
public:
VkBuffer GetBuffer(void) const;
public:
uint32_t GetDrawCommandCount(void) const;... | 19.653846 | 117 | 0.792564 | [
"vector"
] |
5aa1af3df29898caa2fafb86ec008d6c6ba772bd | 1,715 | h | C | component/gui/gui_page.h | wele2010/eBox_Framework | 8de6e2ee8d0f1e5a3f0c2cf97435da317150b489 | [
"MIT"
] | 1 | 2019-11-24T14:58:54.000Z | 2019-11-24T14:58:54.000Z | component/gui/gui_page.h | wele2010/eBox_Framework | 8de6e2ee8d0f1e5a3f0c2cf97435da317150b489 | [
"MIT"
] | null | null | null | component/gui/gui_page.h | wele2010/eBox_Framework | 8de6e2ee8d0f1e5a3f0c2cf97435da317150b489 | [
"MIT"
] | 1 | 2020-12-13T15:19:06.000Z | 2020-12-13T15:19:06.000Z | #ifndef __GUI_PAGE_H
#define __GUI_PAGE_H
#include "graphic.h"
#include "gui_base.h"
#include "list.h"
class GuiPage :public Component
{
public :
GuiPage(String name)
{
this->x = 0;
this->y = 0;
this->len = 256;
this->hight = 64;
... | 23.493151 | 63 | 0.504956 | [
"object"
] |
5aa708e7f8c0b0ab8ef9235312973415b9c2baf1 | 7,356 | c | C | string-diff/diff.c | Ralph-Zitz/ldmud-extensions | ae9d30bebbcc27d2b2e982ba75dda49145393882 | [
"BSD-2-Clause"
] | 2 | 2015-08-11T08:28:47.000Z | 2016-07-09T07:03:44.000Z | string-diff/diff.c | Ralph-Zitz/ldmud-extensions | ae9d30bebbcc27d2b2e982ba75dda49145393882 | [
"BSD-2-Clause"
] | null | null | null | string-diff/diff.c | Ralph-Zitz/ldmud-extensions | ae9d30bebbcc27d2b2e982ba75dda49145393882 | [
"BSD-2-Clause"
] | 6 | 2015-05-28T00:33:58.000Z | 2021-09-05T14:12:44.000Z | /*
* diff -- computes the difference between two strings
* (the minimal number of changes needed to make one equal the other where
* a change is one of the following:
* - replacing a character by another one
* - inserting a character
* - deleting a character
* - swapping two consecutive characters)
*
... | 30.271605 | 78 | 0.632953 | [
"3d"
] |
5aa9646614afaf0d94f659ba896d5d94ecb6c60d | 14,852 | h | C | Sources/Elastos/Frameworks/Droid/Base/Core/inc/elastos/droid/internal/utility/TypedProperties.h | jingcao80/Elastos | d0f39852356bdaf3a1234743b86364493a0441bc | [
"Apache-2.0"
] | 7 | 2017-07-13T10:34:54.000Z | 2021-04-16T05:40:35.000Z | Sources/Elastos/Frameworks/Droid/Base/Core/inc/elastos/droid/internal/utility/TypedProperties.h | jingcao80/Elastos | d0f39852356bdaf3a1234743b86364493a0441bc | [
"Apache-2.0"
] | null | null | null | Sources/Elastos/Frameworks/Droid/Base/Core/inc/elastos/droid/internal/utility/TypedProperties.h | jingcao80/Elastos | d0f39852356bdaf3a1234743b86364493a0441bc | [
"Apache-2.0"
] | 9 | 2017-07-13T12:33:20.000Z | 2021-06-19T02:46:48.000Z | //=========================================================================
// Copyright (C) 2012 The Elastos Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// ... | 34.86385 | 89 | 0.610692 | [
"object"
] |
5aa9a663bd401854aed1cabe6d6c4ab773ee5ddf | 19,039 | c | C | aaFat.c | Mr-Bossman/aaFat | a67d287dfcbb383d0ef923146220c992c19f61c6 | [
"MIT"
] | 1 | 2021-10-08T23:34:26.000Z | 2021-10-08T23:34:26.000Z | aaFat.c | Mr-Bossman/aaFat | a67d287dfcbb383d0ef923146220c992c19f61c6 | [
"MIT"
] | null | null | null | aaFat.c | Mr-Bossman/aaFat | a67d287dfcbb383d0ef923146220c992c19f61c6 | [
"MIT"
] | null | null | null |
#include "aaFat.h"
#ifdef EXAMPLE_
//#define BACKTRACE_ERR
#define BT_SZ 100
#define TABLE_LEN 50
#define BLOCK_SIZE 1024
unsigned char *store;
int read_blk(size_t offset, unsigned char *mem)
{
if (offset >= TABLE_LEN)
return -1;
memcpy(mem, store + (offset * BLOCK_SIZE), BLOCK_SIZE);
return ERR_OK;
}
int wr... | 19.173212 | 103 | 0.619045 | [
"3d"
] |
5aaa74a6dc87194c89e4d14a4f7f975b176eb8fb | 1,038 | c | C | src/vector/vector_push_back.c | StarNuik/libft2 | 93fe782c00471981623e2bf749f3e68405115c8b | [
"MIT"
] | null | null | null | src/vector/vector_push_back.c | StarNuik/libft2 | 93fe782c00471981623e2bf749f3e68405115c8b | [
"MIT"
] | null | null | null | src/vector/vector_push_back.c | StarNuik/libft2 | 93fe782c00471981623e2bf749f3e68405115c8b | [
"MIT"
] | null | null | null | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* vector_push_back.c :+: :+: :+: ... | 54.631579 | 80 | 0.207129 | [
"object",
"vector"
] |
5aabc284fed9f74b7859ea526be11a83515fc4e5 | 2,330 | c | C | kubernetes/unit-test/test_apps_v1beta1_deployment_strategy.c | minerba/c | 8eb6593e55d0e5d57a2dd3153c15c9645de677bc | [
"Apache-2.0"
] | 69 | 2020-03-17T13:47:05.000Z | 2022-03-30T08:25:05.000Z | kubernetes/unit-test/test_apps_v1beta1_deployment_strategy.c | minerba/c | 8eb6593e55d0e5d57a2dd3153c15c9645de677bc | [
"Apache-2.0"
] | 115 | 2020-03-17T14:53:19.000Z | 2022-03-31T11:31:30.000Z | kubernetes/unit-test/test_apps_v1beta1_deployment_strategy.c | minerba/c | 8eb6593e55d0e5d57a2dd3153c15c9645de677bc | [
"Apache-2.0"
] | 28 | 2020-03-17T13:42:21.000Z | 2022-03-19T23:37:16.000Z | #ifndef apps_v1beta1_deployment_strategy_TEST
#define apps_v1beta1_deployment_strategy_TEST
// the following is to include only the main from the first c file
#ifndef TEST_MAIN
#define TEST_MAIN
#define apps_v1beta1_deployment_strategy_MAIN
#endif // TEST_MAIN
#include <stdlib.h>
#include <string.h>
#include <stdio.h... | 36.984127 | 161 | 0.840773 | [
"model"
] |
5ab2eb3cdbce90b91f381db35eed040aa203e590 | 1,214 | h | C | Grafos/GrafoM.h | monotera/Estructuras | 9d186839500bd51e0cb351da8a8c0124f8623a79 | [
"MIT"
] | 3 | 2020-02-19T03:53:29.000Z | 2020-08-28T02:31:09.000Z | Grafos/GrafoM.h | monotera/Estructuras | 9d186839500bd51e0cb351da8a8c0124f8623a79 | [
"MIT"
] | 3 | 2020-03-12T19:29:13.000Z | 2020-05-28T17:39:21.000Z | Grafos/GrafoM.h | monotera/Estructuras | 9d186839500bd51e0cb351da8a8c0124f8623a79 | [
"MIT"
] | 2 | 2020-02-20T00:57:48.000Z | 2021-03-13T23:25:21.000Z | #ifndef __GRAFOM__H__
#define __GRAFOM__H__
#include <vector>
#include <utility>
#include <stack>
using namespace std;
typedef long long unsigned ll;
template <class T, class C>
class GrafoM
{
protected:
vector <vector<C>> matAristas;
vector<T> vertices;
ll numVertices = 0;
public:
int cantiVertice... | 28.232558 | 82 | 0.689456 | [
"vector"
] |
5ab7d101807118a959613f9806d413f1ae38b022 | 2,082 | h | C | codegen/cpp/cerata/src/cerata/vhdl/template.h | fnonnenmacher/fletcher | fc2098db0b84e5b3d30ad96f1bb9ae6655861811 | [
"Apache-2.0"
] | 3 | 2020-04-20T10:48:28.000Z | 2022-02-08T00:31:08.000Z | codegen/cpp/cerata/src/cerata/vhdl/template.h | fnonnenmacher/fletcher | fc2098db0b84e5b3d30ad96f1bb9ae6655861811 | [
"Apache-2.0"
] | 2 | 2020-03-30T10:46:22.000Z | 2020-07-27T12:34:50.000Z | codegen/cpp/cerata/src/cerata/vhdl/template.h | fnonnenmacher/fletcher | fc2098db0b84e5b3d30ad96f1bb9ae6655861811 | [
"Apache-2.0"
] | 1 | 2022-02-08T00:31:25.000Z | 2022-02-08T00:31:25.000Z | // Copyright 2018-2019 Delft University of Technology
//
// 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 applica... | 34.131148 | 75 | 0.722863 | [
"vector"
] |
5abcee5231995165b74885d928e445587ff23845 | 895 | h | C | src/rcpp_get_wecoma.h | Nowosad/comat | 1ee49911e46dca3549080361b655c58f8af01978 | [
"MIT"
] | 5 | 2019-07-17T09:00:06.000Z | 2022-03-21T04:22:28.000Z | src/rcpp_get_wecoma.h | Nowosad/comat | 1ee49911e46dca3549080361b655c58f8af01978 | [
"MIT"
] | 13 | 2019-08-23T09:42:26.000Z | 2020-03-30T16:07:26.000Z | src/rcpp_get_wecoma.h | Nowosad/comat | 1ee49911e46dca3549080361b655c58f8af01978 | [
"MIT"
] | null | null | null | #ifndef RCPP_GET_WECOMA_H
#define RCPP_GET_WECOMA_H
#include <RcppArmadillo.h>
using namespace Rcpp;
//[[Rcpp::interfaces(r, cpp)]]
Rcpp::NumericMatrix rcpp_get_wecoma(const Rcpp::IntegerMatrix& x,
const Rcpp::NumericMatrix& w,
const arma::imat& ... | 40.681818 | 78 | 0.510615 | [
"vector"
] |
5abf27e35a57996842c0810f9ed351f7f7236f60 | 74,104 | h | C | src/lib/fasync/include/lib/fasync/internal/future.h | allansrc/fuchsia | a2c235b33fc4305044d496354a08775f30cdcf37 | [
"BSD-2-Clause"
] | 5 | 2022-01-10T20:22:17.000Z | 2022-01-21T20:14:17.000Z | src/lib/fasync/include/lib/fasync/internal/future.h | allansrc/fuchsia | a2c235b33fc4305044d496354a08775f30cdcf37 | [
"BSD-2-Clause"
] | null | null | null | src/lib/fasync/include/lib/fasync/internal/future.h | allansrc/fuchsia | a2c235b33fc4305044d496354a08775f30cdcf37 | [
"BSD-2-Clause"
] | null | null | null | // Copyright 2021 The Fuchsia 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 SRC_LIB_FASYNC_INCLUDE_LIB_FASYNC_INTERNAL_FUTURE_H_
#define SRC_LIB_FASYNC_INCLUDE_LIB_FASYNC_INTERNAL_FUTURE_H_
#include <lib/fasync/internal/co... | 38.02155 | 100 | 0.682419 | [
"vector",
"transform"
] |
5ac8855652318657c30b11f691be1ba8bc4b48de | 2,485 | c | C | 3rd_party/nek5000_parRSB/src/genmap-vector.c | RonRahaman/nekRS | ffc02bca33ece6ba3330c4ee24565b1c6b5f7242 | [
"BSD-3-Clause"
] | 2 | 2021-09-07T03:00:53.000Z | 2021-12-06T18:08:27.000Z | 3rd_party/nek5000_parRSB/src/genmap-vector.c | neams-th-coe/nekRS | 5d2c8ab3d14b3fb16db35682336a1f96000698bb | [
"BSD-3-Clause"
] | 2 | 2021-06-27T02:07:27.000Z | 2021-08-24T04:47:42.000Z | 3rd_party/nek5000_parRSB/src/genmap-vector.c | neams-th-coe/nekRS | 5d2c8ab3d14b3fb16db35682336a1f96000698bb | [
"BSD-3-Clause"
] | 1 | 2019-09-10T20:12:48.000Z | 2019-09-10T20:12:48.000Z | #include <genmap-impl.h>
#include <float.h>
#include <math.h>
#include <stdio.h>
#include <string.h>
int genmap_vector_create(genmap_vector *x, GenmapInt size) {
/* Asserts:
- size > 0
*/
assert(size > 0);
GenmapMalloc(1, x);
if (*x == NULL) {
return 1;
}
(*x)->size = size;
(*x)->data = N... | 18.007246 | 79 | 0.571429 | [
"vector"
] |
5ace1ea557ba80cb174cb22730d9b644c957c2e1 | 2,360 | h | C | Libs/MRML/DisplayableManager/vtkMRMLRubberBandWidgetRepresentation.h | forfullstack/slicersources-src | 91bcecf037a27f3fad4c0ab57e8286fc258bb0f5 | [
"Apache-2.0"
] | null | null | null | Libs/MRML/DisplayableManager/vtkMRMLRubberBandWidgetRepresentation.h | forfullstack/slicersources-src | 91bcecf037a27f3fad4c0ab57e8286fc258bb0f5 | [
"Apache-2.0"
] | null | null | null | Libs/MRML/DisplayableManager/vtkMRMLRubberBandWidgetRepresentation.h | forfullstack/slicersources-src | 91bcecf037a27f3fad4c0ab57e8286fc258bb0f5 | [
"Apache-2.0"
] | null | null | null | /*==============================================================================
Program: 3D Slicer
Copyright (c) Kitware Inc.
See COPYRIGHT.txt
or http://www.slicer.org/copyright/copyright.txt for details.
Unless required by applicable law or agreed to in writing, software
distributed under the License... | 29.873418 | 123 | 0.729237 | [
"3d"
] |
5ad250ecbeadde0ce00a27897ecca49845972939 | 18,145 | h | C | Source/HoudiniEngineRuntime/Private/HoudiniPDGAssetLink.h | eliiik/HoudiniEngineForUnreal-v2 | 6cfc93a8f7f4929e13823a1611532bfd102bc190 | [
"BSD-3-Clause"
] | null | null | null | Source/HoudiniEngineRuntime/Private/HoudiniPDGAssetLink.h | eliiik/HoudiniEngineForUnreal-v2 | 6cfc93a8f7f4929e13823a1611532bfd102bc190 | [
"BSD-3-Clause"
] | null | null | null | Source/HoudiniEngineRuntime/Private/HoudiniPDGAssetLink.h | eliiik/HoudiniEngineForUnreal-v2 | 6cfc93a8f7f4929e13823a1611532bfd102bc190 | [
"BSD-3-Clause"
] | null | null | null | /*
* Copyright (c) <2021> Side Effects Software 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... | 29.219002 | 179 | 0.786939 | [
"mesh",
"geometry",
"object"
] |
5ad3886e5cc92469a18b60e1de817495700e8e0e | 1,195 | h | C | Sudoku/Main.h | strah19/Sudoku | f1ab40916b9c6bc4dc59f7171fb5ce9c088c7e68 | [
"MIT"
] | null | null | null | Sudoku/Main.h | strah19/Sudoku | f1ab40916b9c6bc4dc59f7171fb5ce9c088c7e68 | [
"MIT"
] | null | null | null | Sudoku/Main.h | strah19/Sudoku | f1ab40916b9c6bc4dc59f7171fb5ce9c088c7e68 | [
"MIT"
] | null | null | null | #pragma once
#include <SDL.h>
#include <SDL_image.h>
#include <SDL_ttf.h>
#include <stdio.h>
#include <stdlib.h>
#include <iostream>
#include <cstdlib>
#include <ctime>
#include <utility>
#include <string>
#include <sstream>
#include <random>
namespace Keys
{
enum listOfKeys {ONE = SDL_SCANCODE_1
,TWO = SDL_SCAN... | 18.384615 | 63 | 0.699582 | [
"render"
] |
5ad6340ffd9c3ba40ba9c5f65211c0d5d27b5e6f | 5,547 | h | C | src/ViennaRNA/landscape/move.h | visigoth/ViennaRNA | 0b8ca4c6604e7a8bea366af62d82f8f40cea49bf | [
"Python-2.0"
] | 157 | 2016-10-12T22:11:56.000Z | 2022-03-20T05:45:15.000Z | src/ViennaRNA/landscape/move.h | visigoth/ViennaRNA | 0b8ca4c6604e7a8bea366af62d82f8f40cea49bf | [
"Python-2.0"
] | 136 | 2016-11-07T19:06:30.000Z | 2022-03-10T23:50:55.000Z | src/ViennaRNA/landscape/move.h | visigoth/ViennaRNA | 0b8ca4c6604e7a8bea366af62d82f8f40cea49bf | [
"Python-2.0"
] | 59 | 2016-11-17T20:23:55.000Z | 2022-01-27T15:23:17.000Z | #ifndef VIENNA_RNA_PACKAGE_MOVE_H
#define VIENNA_RNA_PACKAGE_MOVE_H
/**
* @file ViennaRNA/landscape/move.h
* @ingroup neighbors
* @brief Methods to operate with structural neighbors of RNA secondary structures.
*/
/**
* @addtogroup neighbors
* @{
*/
/**
* @brief A single move that transforms... | 30.646409 | 145 | 0.674238 | [
"transform"
] |
5ae473539e6514b0204cc62f63d5572960777799 | 4,309 | c | C | src/libdamiao/MT19937-64.c | ismaeldamiao/CLMC | f255859b996dc328ca8269e2bdb170a484598cc2 | [
"MIT"
] | null | null | null | src/libdamiao/MT19937-64.c | ismaeldamiao/CLMC | f255859b996dc328ca8269e2bdb170a484598cc2 | [
"MIT"
] | null | null | null | src/libdamiao/MT19937-64.c | ismaeldamiao/CLMC | f255859b996dc328ca8269e2bdb170a484598cc2 | [
"MIT"
] | null | null | null | /* *****************************************************************************
A C- program for MT19937: Real number version
genrand() generates pseudorandom real number (double)
which is uniformly distributed on [0, 1] interval, for each
call.
***
This vesion use words with 64bit. In the first
c... | 45.840426 | 80 | 0.616152 | [
"vector"
] |
5ae8606ced9186f96b8905bb8053abae37110e93 | 3,712 | h | C | src/main/cpp/utils/utils.h | DeathByKorea/nova-renderer | 3becf4216d798d7fc615b7990b266559f52db0af | [
"MIT"
] | null | null | null | src/main/cpp/utils/utils.h | DeathByKorea/nova-renderer | 3becf4216d798d7fc615b7990b266559f52db0af | [
"MIT"
] | null | null | null | src/main/cpp/utils/utils.h | DeathByKorea/nova-renderer | 3becf4216d798d7fc615b7990b266559f52db0af | [
"MIT"
] | null | null | null | /*!
* \brief Contains a bunch of utility functions which may or may not be actually used anywhere
*
* \author David
* \date 18-May-16.
*/
#ifndef RENDERER_UTILS_H
#define RENDERER_UTILS_H
#include <vector>
#include <string>
#include <algorithm>
#include <exception>
#include <json.hpp>
#include <fstream>
#inclu... | 27.294118 | 94 | 0.613416 | [
"vector"
] |
5ae9cb50443ab5d0116d7a1cd8b7e6920c27ccc1 | 3,832 | h | C | Dependencies/mysqlpp/wnp_connection.h | sosan/NoahGameFrame | 38c54014c5c4620b784b2c1d2cab256f42bae186 | [
"Apache-2.0"
] | 61 | 2016-10-13T09:24:31.000Z | 2022-03-26T09:59:34.000Z | Dependencies/mysqlpp/wnp_connection.h | sosan/NoahGameFrame | 38c54014c5c4620b784b2c1d2cab256f42bae186 | [
"Apache-2.0"
] | 3 | 2018-05-15T10:42:22.000Z | 2021-07-02T01:38:08.000Z | Dependencies/mysqlpp/wnp_connection.h | sosan/NoahGameFrame | 38c54014c5c4620b784b2c1d2cab256f42bae186 | [
"Apache-2.0"
] | 36 | 2016-12-28T04:54:41.000Z | 2021-12-15T06:02:56.000Z | /// \file wnp_connection.h
/// \brief Declares the WindowsNamedPipeConnection class.
/***********************************************************************
Copyright (c) 2007-2008 by Educational Technology Resources, Inc.
Others may also hold copyrights on code in this file. See the
CREDITS.txt file in the top d... | 33.911504 | 72 | 0.711378 | [
"object"
] |
5ae9fa2dbe17500dd89bf5aa61b654d9b2ce932f | 1,138 | h | C | vkoo/include/vkoo/st/hittables/Ray.h | KaiSut0/interactive-hex-meshing | 187c926610ca5617f569405c23ab5a62b189e100 | [
"MIT"
] | 129 | 2021-09-07T17:15:18.000Z | 2022-02-28T08:59:02.000Z | vkoo/include/vkoo/st/hittables/Ray.h | KaiSut0/interactive-hex-meshing | 187c926610ca5617f569405c23ab5a62b189e100 | [
"MIT"
] | 2 | 2021-10-03T07:30:20.000Z | 2022-01-06T16:05:41.000Z | vkoo/include/vkoo/st/hittables/Ray.h | KaiSut0/interactive-hex-meshing | 187c926610ca5617f569405c23ab5a62b189e100 | [
"MIT"
] | 11 | 2021-09-08T11:29:09.000Z | 2022-03-17T08:39:50.000Z | #pragma once
#include "vkoo/common.h"
namespace vkoo {
namespace st {
struct HitRecord {
HitRecord() { time = std::numeric_limits<float>::max(); }
float time;
glm::vec3 normal;
};
class Ray {
public:
Ray(const glm::vec3& origin, const glm::vec3& direction)
: origin_(origin), direction_(direction) {}... | 25.863636 | 75 | 0.662566 | [
"transform"
] |
5af9e17dc4e9dad8294357a6730ca8ac127607bd | 2,152 | c | C | kernel/src/interrupts/impl/exceptions.c | Gon-Namprasertkul/OmegaOS | 6c27a43758d966264c0dae68404cb5411466c62f | [
"Apache-2.0"
] | null | null | null | kernel/src/interrupts/impl/exceptions.c | Gon-Namprasertkul/OmegaOS | 6c27a43758d966264c0dae68404cb5411466c62f | [
"Apache-2.0"
] | null | null | null | kernel/src/interrupts/impl/exceptions.c | Gon-Namprasertkul/OmegaOS | 6c27a43758d966264c0dae68404cb5411466c62f | [
"Apache-2.0"
] | null | null | null | #include "../exceptions.h"
static void crapout(int_frame_t* frame, uint16_t vector) {
kwrite("\n\033[41;1;37mFATAL CPU EXCEPTION: ");
kwrite((char*)hex2str(vector));
kwrite("\n*** KERNEL PANIC ***\n\n");
kwrite("<==== INTERRUPT FRAME DUMP ====>\n\n");
kwrite("RIP: ");
kwrite((char*)hex2str(fra... | 22.652632 | 78 | 0.684015 | [
"vector"
] |
8501a100ebb5bfab29155a07b49696d116d3e8e0 | 2,394 | h | C | source/seqsolo/cntProLSClass.h | kuolinhsu/SOLO | af7804a523dd4ab79371d9e1c78e23946926c0be | [
"BSD-3-Clause"
] | 1 | 2021-01-17T20:53:39.000Z | 2021-01-17T20:53:39.000Z | source/seqsolo/cntProLSClass.h | kuolinhsu/SOLO | af7804a523dd4ab79371d9e1c78e23946926c0be | [
"BSD-3-Clause"
] | null | null | null | source/seqsolo/cntProLSClass.h | kuolinhsu/SOLO | af7804a523dd4ab79371d9e1c78e23946926c0be | [
"BSD-3-Clause"
] | 1 | 2021-05-04T17:55:08.000Z | 2021-05-04T17:55:08.000Z | // *********************************************
// CLASS HEAD FILE: CounterPropagation LEAST SQUARE Networks
// Kuo-lin Hsu
// Feb. 5, 1998
// *********************************************
# ifndef _CNTPROLSCLASS_H_
# define _CNTPROLSCLASS_H_
# include <iostream>
# include <cstdlib>
# include <cmath>
# include "MATRI... | 27.204545 | 94 | 0.668338 | [
"model"
] |
c1c320e1c406a5e044ee08fe45b0002289730c28 | 2,856 | h | C | mysql-dst/mysql-cluster/client/dump/abstract_mysql_chain_element_extension.h | SJTU-IPADS/dst | 897b929a692642cbf295c105d9d6e64090abb673 | [
"Apache-2.0"
] | 9 | 2020-12-17T01:59:13.000Z | 2022-03-30T16:25:08.000Z | mysql-dst/mysql-cluster/client/dump/abstract_mysql_chain_element_extension.h | SJTU-IPADS/dst | 897b929a692642cbf295c105d9d6e64090abb673 | [
"Apache-2.0"
] | 1 | 2021-07-30T12:06:33.000Z | 2021-07-31T10:16:09.000Z | mysql-dst/mysql-cluster/client/dump/abstract_mysql_chain_element_extension.h | SJTU-IPADS/dst | 897b929a692642cbf295c105d9d6e64090abb673 | [
"Apache-2.0"
] | 1 | 2021-08-01T13:47:07.000Z | 2021-08-01T13:47:07.000Z | /*
Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
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; version 2 of the License.
This program is distributed in the hope ... | 31.043478 | 78 | 0.77556 | [
"object"
] |
c1c71a766175cd527212aea4de2a6e865febad9e | 2,542 | h | C | Labyrint/labyball/Classes/Native/mscorlib_System_Collections_ArrayList_ReadOnlyArra2159356062MethodDeclarations.h | mimietti/Labyball | c4b03f5b5d5ec1a1cae5831d22391bc2a171230f | [
"MIT"
] | null | null | null | Labyrint/labyball/Classes/Native/mscorlib_System_Collections_ArrayList_ReadOnlyArra2159356062MethodDeclarations.h | mimietti/Labyball | c4b03f5b5d5ec1a1cae5831d22391bc2a171230f | [
"MIT"
] | 23 | 2016-07-21T13:03:02.000Z | 2016-10-03T12:43:01.000Z | Labyrint/labyrinti1/Classes/Native/mscorlib_System_Collections_ArrayList_ReadOnlyArra2159356062MethodDeclarations.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.Collections.ArrayList/ReadOnlyArrayListWrapper
struct ReadOnlyArrayListWrapper_t2159356062;
// System.Collections.ArrayList
struct A... | 57.772727 | 201 | 0.849331 | [
"object"
] |
c1d0b1b0bcc5140a1e7dfd1531e2edc6dad7ec40 | 2,720 | h | C | message/generation/swift-mt-generation/repository/SR2018/parsers/SwiftMtParser_MT362Listener.h | Yanick-Salzmann/message-converter-c | 6dfdf56e12f19e0f0b63ee0354fda16968f36415 | [
"MIT"
] | null | null | null | message/generation/swift-mt-generation/repository/SR2018/parsers/SwiftMtParser_MT362Listener.h | Yanick-Salzmann/message-converter-c | 6dfdf56e12f19e0f0b63ee0354fda16968f36415 | [
"MIT"
] | null | null | null | message/generation/swift-mt-generation/repository/SR2018/parsers/SwiftMtParser_MT362Listener.h | Yanick-Salzmann/message-converter-c | 6dfdf56e12f19e0f0b63ee0354fda16968f36415 | [
"MIT"
] | null | null | null |
#include "repository/ISwiftMtParser.h"
#include "SwiftMtMessage.pb.h"
#include <vector>
#include <string>
#include "BaseErrorListener.h"
#include "SwiftMtParser_MT362Lexer.h"
// Generated from C:/programming/message-converter-c/message/generation/swift-mt-generation/repository/SR2018/grammars/SwiftMtParser_MT362.g4 ... | 40.597015 | 156 | 0.802574 | [
"vector"
] |
c1ddc0f8ec39b837808d5f7915c09abd5795a862 | 5,484 | h | C | s32v234_sdk/demos/isp/max9286_96705_4channel_uyvy/inc/FinalScene.h | intesight/Panorama4AIWAYS | 46e1988e54a5155be3b3b47c486b3f722be00b5c | [
"WTFPL"
] | null | null | null | s32v234_sdk/demos/isp/max9286_96705_4channel_uyvy/inc/FinalScene.h | intesight/Panorama4AIWAYS | 46e1988e54a5155be3b3b47c486b3f722be00b5c | [
"WTFPL"
] | null | null | null | s32v234_sdk/demos/isp/max9286_96705_4channel_uyvy/inc/FinalScene.h | intesight/Panorama4AIWAYS | 46e1988e54a5155be3b3b47c486b3f722be00b5c | [
"WTFPL"
] | 2 | 2021-01-21T02:06:16.000Z | 2021-01-28T10:47:37.000Z | #ifndef _FINAL_SCENE_H__
#define _FINAL_SCENE_H__
#include <memory>
#include "nanovg.h"
#include "const_value.h"
#include "GLES2/gl2.h"
#include "opencv2/core.hpp"
#include "DrawScene.h"
#include "OGLWin.h"
//代表最终展示的界面类,初始展示时调用onStart,结束展示时调用onStop,并可以根据用户的输入执行不同的控制代码
//使用renderToSreen渲染界面
#include "LUT.h"
#include ... | 26.114286 | 188 | 0.729577 | [
"transform"
] |
c1f0839d3ae1f4578d1d331a4f746c54d1b45798 | 3,766 | h | C | src/GraphicsEngine3D/OpenGLEngine/GLEController.h | StefanMermans/GraphicsEngine | 4310c9ace8f4daaedb6ab62a90aea85bc8f695aa | [
"MIT"
] | 1 | 2018-02-06T15:28:32.000Z | 2018-02-06T15:28:32.000Z | src/GraphicsEngine3D/OpenGLEngine/GLEController.h | StefanMermans/GraphicsEngine | 4310c9ace8f4daaedb6ab62a90aea85bc8f695aa | [
"MIT"
] | null | null | null | src/GraphicsEngine3D/OpenGLEngine/GLEController.h | StefanMermans/GraphicsEngine | 4310c9ace8f4daaedb6ab62a90aea85bc8f695aa | [
"MIT"
] | null | null | null | #ifndef GLE_CONTROLLER_H
#define GLE_CONTROLLER_H
#include <vector>
#include "GLEModel.h"
#include "../Core/Vertex.h"
#include "GLEKey.h"
#include "../OpenGLEngine/Controller/GLEMouse.h"
#include "../OpenGLEngine/Controller/GLECamera.h"
#define GLE_MOUSE_BUTTON_NONE -1
#define GLE_KEY_COUNT sizeof(unsigned char) * 25... | 47.075 | 82 | 0.415295 | [
"render",
"vector"
] |
c1f2511a95f3e13e7fe97a48d21425c7f655b805 | 6,786 | h | C | src/ray/raylet/local_scheduler_client.h | tashachin/ray | 43df405d07516ba4be8d1a7686c090fde2184b0b | [
"Apache-2.0"
] | 1 | 2021-05-16T06:37:59.000Z | 2021-05-16T06:37:59.000Z | src/ray/raylet/local_scheduler_client.h | tashachin/ray | 43df405d07516ba4be8d1a7686c090fde2184b0b | [
"Apache-2.0"
] | 1 | 2018-11-08T02:04:35.000Z | 2018-11-08T21:54:45.000Z | src/ray/raylet/local_scheduler_client.h | tashachin/ray | 43df405d07516ba4be8d1a7686c090fde2184b0b | [
"Apache-2.0"
] | null | null | null | #ifndef LOCAL_SCHEDULER_CLIENT_H
#define LOCAL_SCHEDULER_CLIENT_H
#include <mutex>
#include "ray/raylet/task_spec.h"
using ray::ObjectID;
using ray::JobID;
using ray::TaskID;
using ray::ActorID;
using ray::UniqueID;
struct LocalSchedulerConnection {
/** File descriptor of the Unix domain socket that connects to l... | 37.491713 | 90 | 0.712791 | [
"object",
"vector"
] |
c1f446240486d0dcb4a8446339611afb546f7fd7 | 3,578 | h | C | src/projectAPI/Robot.h | urbanoanderson/mazerobot | fc207abc859b9fa14b2ce3f71917099688c23df2 | [
"MIT"
] | 4 | 2018-09-21T23:09:14.000Z | 2018-09-22T11:33:07.000Z | src/projectAPI/Robot.h | urbanoanderson/maze-rpi-robot | fc207abc859b9fa14b2ce3f71917099688c23df2 | [
"MIT"
] | null | null | null | src/projectAPI/Robot.h | urbanoanderson/maze-rpi-robot | fc207abc859b9fa14b2ce3f71917099688c23df2 | [
"MIT"
] | 1 | 2018-09-21T23:09:48.000Z | 2018-09-21T23:09:48.000Z | #ifndef ROBOT_H_INCLUDED
#define ROBOT_H_INCLUDED
#include <stdio.h>
#include <stdlib.h>
#include <vector>
#include <math.h>
#include <string>
#include <unistd.h>
#include "RobotAPI.h"
#include "EnvMap.h"
#include "Utils.h"
#include "ObjectDetector.h"
class Robot
{
private:
//Mapa do ambiente
EnvMap envmap;
... | 37.663158 | 114 | 0.74986 | [
"vector"
] |
c1f5f1dc9ffaae25acb707799c7f99835c729723 | 723 | h | C | moveitCpp/ros/MoveitPublisher.h | awied1404/COPING | 0fe36c1835928db15fb36f752ca83f8d2c2e33d4 | [
"MIT"
] | null | null | null | moveitCpp/ros/MoveitPublisher.h | awied1404/COPING | 0fe36c1835928db15fb36f752ca83f8d2c2e33d4 | [
"MIT"
] | null | null | null | moveitCpp/ros/MoveitPublisher.h | awied1404/COPING | 0fe36c1835928db15fb36f752ca83f8d2c2e33d4 | [
"MIT"
] | null | null | null | //
// Created by andreas on 19.11.20.
//
#ifndef MOVEIT_MOVEITPUBLISHER_H
#define MOVEIT_MOVEITPUBLISHER_H
#include "../config.h"
#ifdef USE_MOVEIT_PUB
#include "ros/ros.h"
#include <trajectory_msgs/JointTrajectoryPoint.h>
#include "own_msg/youBotJoints.h"
class MoveitPublisher
{
public:
MoveitPublisher(ros::Nod... | 24.1 | 73 | 0.763485 | [
"vector"
] |
de03dd4fc6f228054d9d4b4c7cb445855a823d98 | 5,416 | c | C | Reference/qpc/examples/workstation/dpp-comp/comp/philo.c | Harveyhubbell/Paid-RTOS | e56a1346cce026428c2bfef05b6a4e6bb2ee7f4e | [
"MIT"
] | null | null | null | Reference/qpc/examples/workstation/dpp-comp/comp/philo.c | Harveyhubbell/Paid-RTOS | e56a1346cce026428c2bfef05b6a4e6bb2ee7f4e | [
"MIT"
] | null | null | null | Reference/qpc/examples/workstation/dpp-comp/comp/philo.c | Harveyhubbell/Paid-RTOS | e56a1346cce026428c2bfef05b6a4e6bb2ee7f4e | [
"MIT"
] | null | null | null | /*.$file${Comp::.::philo.c} vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv*/
/*
* Model: dpp.qm
* File: ${Comp::.::philo.c}
*
* This code has been generated by QM 5.1.0 <www.state-machine.com/qm/>.
* DO NOT EDIT THIS FILE MANUALLY. All your changes will be lost.
*
* This program is open source software: you can redi... | 35.631579 | 83 | 0.531388 | [
"model"
] |
de091aa366b542d69b75d6fb0785c178f8b6ce3f | 421 | h | C | include/items/vPwmOut.h | ecrandz/IoTManager | 5d0eb71cfccccf9020b28be8c9fa5837988fb6ba | [
"MIT"
] | 37 | 2020-08-17T10:39:06.000Z | 2022-02-17T16:18:47.000Z | include/items/vPwmOut.h | ecrandz/IoTManager | 5d0eb71cfccccf9020b28be8c9fa5837988fb6ba | [
"MIT"
] | 11 | 2020-10-20T14:48:07.000Z | 2022-02-04T07:05:05.000Z | include/items/vPwmOut.h | ecrandz/IoTManager | 5d0eb71cfccccf9020b28be8c9fa5837988fb6ba | [
"MIT"
] | 43 | 2020-06-19T22:40:14.000Z | 2022-03-05T05:29:07.000Z | #ifdef EnablePwmOut
#pragma once
#include <Arduino.h>
#include "Consts.h"
#include "Global.h"
class PwmOut;
typedef std::vector<PwmOut> MyPwmOutVector;
class PwmOut {
public:
PwmOut(unsigned int pin, String key);
~PwmOut();
void execute(String state);
private:
unsigned int _pin;
String _... | 14.517241 | 43 | 0.700713 | [
"vector"
] |
de0c52a55c9033949c2d1b5493fbf3b4ee51daca | 3,921 | h | C | src/fastertransformer/models/swin_int8/SwinINT8.h | hieuhoang/FasterTransformer | 440695ccac874574b1d2e1121788e8fa674b4381 | [
"Apache-2.0"
] | null | null | null | src/fastertransformer/models/swin_int8/SwinINT8.h | hieuhoang/FasterTransformer | 440695ccac874574b1d2e1121788e8fa674b4381 | [
"Apache-2.0"
] | null | null | null | src/fastertransformer/models/swin_int8/SwinINT8.h | hieuhoang/FasterTransformer | 440695ccac874574b1d2e1121788e8fa674b4381 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright (c) 2021, NVIDIA CORPORATION. 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 requi... | 33.512821 | 118 | 0.598572 | [
"vector"
] |
de0f5037285caab1fbfe0d423f6691a1e34a8173 | 885 | h | C | Post/source/ShapeWorksView2/MeshWorker.h | amylenz/ShapeWorks | 78c2ee067a23e31f5b83d0121e60addb1b0bf462 | [
"MIT"
] | null | null | null | Post/source/ShapeWorksView2/MeshWorker.h | amylenz/ShapeWorks | 78c2ee067a23e31f5b83d0121e60addb1b0bf462 | [
"MIT"
] | 1 | 2020-08-04T22:39:02.000Z | 2020-08-05T21:02:47.000Z | Post/source/ShapeWorksView2/MeshWorker.h | amylenz/ShapeWorks | 78c2ee067a23e31f5b83d0121e60addb1b0bf462 | [
"MIT"
] | null | null | null | /*
* Shapeworks license
*/
/**
* @file MeshWorker.h
* @brief Worker class for parallel mesh reconstruction
*
* The MeshWorker implements each threads mesh construction management
*/
#ifndef MESH_WORKER_H
#define MESH_WORKER_H
#include <QObject>
#include <QWaitCondition>
#include <MeshWorkQueue.h>
#include <... | 18.061224 | 70 | 0.755932 | [
"mesh"
] |
de105523279ab6e052ae62419d38095f771c3473 | 15,539 | h | C | include/sparse.h | nmakimoto/nmlib | dd518a7a61c9b1e41fd393659dc91691272c0565 | [
"MIT"
] | null | null | null | include/sparse.h | nmakimoto/nmlib | dd518a7a61c9b1e41fd393659dc91691272c0565 | [
"MIT"
] | null | null | null | include/sparse.h | nmakimoto/nmlib | dd518a7a61c9b1e41fd393659dc91691272c0565 | [
"MIT"
] | null | null | null | // Sparse matrix and solvers (CG/BiCG/PBCG)
#ifndef SPARSE_H
#define SPARSE_H
#include <vector>
#include <map>
#include <cmath>
#include <iostream>
#include <stdexcept>
#include "matrix.h"
namespace nmlib{
/******** Class I/F ********/
// Sparse matrices
class Sparse{
public:
explicit Sparse(size_t r=0, size_... | 32.7827 | 129 | 0.600553 | [
"vector"
] |
de141aecfa381dc25a39cea108c94b12fe794d3f | 15,097 | c | C | src/main/c/Jep/python/jep_object.c | git9am/jep | d1c7f1479ae46893fdab45c34088e1d788609b09 | [
"Zlib"
] | null | null | null | src/main/c/Jep/python/jep_object.c | git9am/jep | d1c7f1479ae46893fdab45c34088e1d788609b09 | [
"Zlib"
] | null | null | null | src/main/c/Jep/python/jep_object.c | git9am/jep | d1c7f1479ae46893fdab45c34088e1d788609b09 | [
"Zlib"
] | null | null | null | /*
jep - Java Embedded Python
Copyright (c) 2004-2018 JEP AUTHORS.
This file is licensed under the the zlib/libpng License.
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
damages arising from the use of this software.
... | 26.485965 | 80 | 0.669736 | [
"object"
] |
de1aff545ea616f6428ec192c4608d62928d714a | 14,864 | h | C | include/dpmmSubclusters/reduction_array2.h | jstraub/dpMM | 538c432d5f98c040d5c1adb072e545e38f97fc69 | [
"MIT-feh"
] | 11 | 2015-04-27T15:14:01.000Z | 2021-11-18T00:19:18.000Z | include/dpmmSubclusters/reduction_array2.h | jstraub/dpMM | 538c432d5f98c040d5c1adb072e545e38f97fc69 | [
"MIT-feh"
] | null | null | null | include/dpmmSubclusters/reduction_array2.h | jstraub/dpMM | 538c432d5f98c040d5c1adb072e545e38f97fc69 | [
"MIT-feh"
] | 6 | 2015-07-02T12:46:20.000Z | 2022-03-30T04:39:30.000Z | // =============================================================================
// == reduction_array2.h
// == --------------------------------------------------------------------------
// == A reduction array class that can be used with OpenMP. Current OpenMP
// == software only allows the reduction of an array i... | 36.431373 | 93 | 0.498991 | [
"vector"
] |
de1ffb37d6af2570d4a6728bb5e85eb6a16ecef9 | 3,103 | h | C | Eudoxus/include/primesense/XnEE/XnVDepthMatrix.h | roadnarrows-robotics/rnr-sdk | aee20c65b49fb3eedf924c5c2ec9f19f4f1a1b29 | [
"MIT"
] | null | null | null | Eudoxus/include/primesense/XnEE/XnVDepthMatrix.h | roadnarrows-robotics/rnr-sdk | aee20c65b49fb3eedf924c5c2ec9f19f4f1a1b29 | [
"MIT"
] | null | null | null | Eudoxus/include/primesense/XnEE/XnVDepthMatrix.h | roadnarrows-robotics/rnr-sdk | aee20c65b49fb3eedf924c5c2ec9f19f4f1a1b29 | [
"MIT"
] | null | null | null | /****************************************************************************
* *
* PrimeSense Sensor 5.x Alpha *
* Copyright (C) 2011 PrimeSense Ltd. *
* ... | 37.385542 | 84 | 0.460522 | [
"object"
] |
de2ea707c4820b7ca23f3b34a600be8449502557 | 1,176 | h | C | script/decision/filter/decision_filter.h | Andrettin/Metternich | 513a7d3cddacad5d5efd2fa5faeed03bc55a190c | [
"MIT"
] | 12 | 2019-08-03T05:58:12.000Z | 2022-01-20T20:46:41.000Z | script/decision/filter/decision_filter.h | Andrettin/Metternich | 513a7d3cddacad5d5efd2fa5faeed03bc55a190c | [
"MIT"
] | 6 | 2019-08-03T11:46:49.000Z | 2022-01-22T10:20:32.000Z | script/decision/filter/decision_filter.h | Andrettin/Metternich | 513a7d3cddacad5d5efd2fa5faeed03bc55a190c | [
"MIT"
] | null | null | null | #pragma once
#include "database/identifiable_type.h"
namespace metternich {
class character;
class holding;
struct context;
template <typename T>
class scoped_decision;
class decision_filter_base
{
public:
decision_filter_base(const std::string &identifier) : identifier(identifier)
{
}
const std::string &get_... | 19.6 | 97 | 0.772109 | [
"vector"
] |
de3151cbd6136b9068acfaa4f07e295c380956cc | 2,489 | h | C | src/engine/components/RenderComponent.h | Polldo/dolp | a33e56d66b40a47af0af568d476fef44ca278364 | [
"MIT"
] | 3 | 2022-03-16T13:32:35.000Z | 2022-03-16T16:03:19.000Z | src/engine/components/RenderComponent.h | polldo/dolp | a33e56d66b40a47af0af568d476fef44ca278364 | [
"MIT"
] | null | null | null | src/engine/components/RenderComponent.h | polldo/dolp | a33e56d66b40a47af0af568d476fef44ca278364 | [
"MIT"
] | null | null | null | #ifndef RENDER_COMPONENT_H
#define RENDER_COMPONENT_H
#ifndef RENDER_COMPONENTS_PER_WORLD
#define RENDER_COMPONENTS_PER_WORLD (200)
#endif
#include "Common.h"
#include "engine/Pool.h"
#include "BodyComponent.h"
#include "drivers/Timer.h"
class Entity;
//typedef uint16_t* ImageColor;
//typedef uint8_t* ImageMonochro... | 26.763441 | 138 | 0.708718 | [
"render"
] |
de3a237a0ae1358788d2159496b3cb8ff5527e43 | 9,194 | h | C | Code/Components/Services/cpdataservices/client-cpp/current/tests/calibrationclient/IceMapperTest.h | steve-ord/askapsoft | 21b9df1b393b973ec312591efad7ee2b8c974811 | [
"BSL-1.0",
"Apache-2.0",
"OpenSSL"
] | 1 | 2020-06-18T08:37:43.000Z | 2020-06-18T08:37:43.000Z | Code/Components/Services/cpdataservices/client-cpp/current/tests/calibrationclient/IceMapperTest.h | ATNF/askapsoft | d839c052d5c62ad8a511e58cd4b6548491a6006f | [
"BSL-1.0",
"Apache-2.0",
"OpenSSL"
] | null | null | null | Code/Components/Services/cpdataservices/client-cpp/current/tests/calibrationclient/IceMapperTest.h | ATNF/askapsoft | d839c052d5c62ad8a511e58cd4b6548491a6006f | [
"BSL-1.0",
"Apache-2.0",
"OpenSSL"
] | null | null | null | /// @file IceMapperTest.h
///
/// @copyright (c) 2011 CSIRO
/// Australia Telescope National Facility (ATNF)
/// Commonwealth Scientific and Industrial Research Organisation (CSIRO)
/// PO Box 76, Epping NSW 1710, Australia
/// atnf-enquiries@csiro.au
///
/// This file is part of the ASKAP software distribution.
///
//... | 38.793249 | 111 | 0.598978 | [
"object"
] |
de525ecefd4fe79523c987073d7d57050df77fea | 2,596 | h | C | ios/versioned-react-native/ABI30_0_0/React/Base/Surface/SurfaceHostingView/ABI30_0_0RCTSurfaceHostingView.h | ThakurKarthik/expo | ed78ed4f07c950184a59422ebd95645253f44e3d | [
"Apache-2.0",
"MIT"
] | 2 | 2019-05-23T20:39:18.000Z | 2019-05-24T14:00:32.000Z | ios/versioned-react-native/ABI30_0_0/React/Base/Surface/SurfaceHostingView/ABI30_0_0RCTSurfaceHostingView.h | ThakurKarthik/expo | ed78ed4f07c950184a59422ebd95645253f44e3d | [
"Apache-2.0",
"MIT"
] | 2 | 2022-02-14T18:22:55.000Z | 2022-02-26T02:17:58.000Z | ios/versioned-react-native/ABI30_0_0/React/Base/Surface/SurfaceHostingView/ABI30_0_0RCTSurfaceHostingView.h | ThakurKarthik/expo | ed78ed4f07c950184a59422ebd95645253f44e3d | [
"Apache-2.0",
"MIT"
] | 1 | 2020-03-01T01:28:59.000Z | 2020-03-01T01:28:59.000Z | /**
* Copyright (c) 2015-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#import <UIKit/UIKit.h>
#import <ReactABI30_0_0/ABI30_0_0RCTSurfaceDelegate.h>
#import <ReactABI30_0_0/ABI30_0_0RCTSurfaceSizeMeasureMo... | 34.157895 | 126 | 0.769646 | [
"object"
] |
de544a4ec1e9aee919d2d9fcb08492f621ac1006 | 21,946 | h | C | zircon/system/ulib/zbitl/include/lib/zbitl/view.h | dahlia-os/fuchsia-pine64-pinephone | 57aace6f0b0bd75306426c98ab9eb3ff4524a61d | [
"BSD-3-Clause"
] | 10 | 2020-12-28T17:04:44.000Z | 2022-03-12T03:20:43.000Z | zircon/system/ulib/zbitl/include/lib/zbitl/view.h | dahlia-os/fuchsia-pine64-pinephone | 57aace6f0b0bd75306426c98ab9eb3ff4524a61d | [
"BSD-3-Clause"
] | 1 | 2022-01-14T23:38:40.000Z | 2022-01-14T23:38:40.000Z | zircon/system/ulib/zbitl/include/lib/zbitl/view.h | dahliaOS/fuchsia-pine64-pinephone | 57aace6f0b0bd75306426c98ab9eb3ff4524a61d | [
"BSD-3-Clause"
] | 4 | 2020-12-28T17:04:45.000Z | 2022-03-12T03:20:44.000Z | // Copyright 2020 The Fuchsia 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 LIB_ZBITL_VIEW_H_
#define LIB_ZBITL_VIEW_H_
#include <lib/cksum.h>
#include <lib/fitx/result.h>
#include <zircon/assert.h>
#include <zircon/boot/i... | 40.94403 | 100 | 0.662034 | [
"object"
] |
59e638c73d6e353d62769d033cd6b6d1e6f21f18 | 21,154 | h | C | GL_SDL_hybrid_IK/Lights.h | akiipli/Allan | 9cc89bb219c04225a4139ad8b5e3edea251a2820 | [
"MIT"
] | null | null | null | GL_SDL_hybrid_IK/Lights.h | akiipli/Allan | 9cc89bb219c04225a4139ad8b5e3edea251a2820 | [
"MIT"
] | 1 | 2019-01-23T15:36:17.000Z | 2019-02-02T13:43:45.000Z | GL_SDL_hybrid_IK/Lights.h | akiipli/Allan | 9cc89bb219c04225a4139ad8b5e3edea251a2820 | [
"MIT"
] | null | null | null | /*
In this file i attempt uniform block bindings
for fog and light.
Maybe these features grow more complicated in
the future and Light and fog get more members
in them. Right now i use light position to create
normalized reversed light vector.
*/
/*look OFFSETCOMMENT*/
int Themes = 12;
char Hint[STRLEN]... | 31.858434 | 183 | 0.648908 | [
"render",
"object",
"vector"
] |
59e9eeaaeecc6e25b7b19f3e752696b4012d1289 | 950 | c | C | src/objects/vectors/vector_float_ext.c | TravisWheelerLab/MMOREseqs | 492eda6efa4fd95ac0a787405a40db5a860bf3dc | [
"BSD-3-Clause-Clear",
"BSD-3-Clause"
] | null | null | null | src/objects/vectors/vector_float_ext.c | TravisWheelerLab/MMOREseqs | 492eda6efa4fd95ac0a787405a40db5a860bf3dc | [
"BSD-3-Clause-Clear",
"BSD-3-Clause"
] | null | null | null | src/objects/vectors/vector_float_ext.c | TravisWheelerLab/MMOREseqs | 492eda6efa4fd95ac0a787405a40db5a860bf3dc | [
"BSD-3-Clause-Clear",
"BSD-3-Clause"
] | null | null | null | /*******************************************************************************
* - FILE: vector_float_ext.c
* - DESC: VECTOR_FLT Object (Extended) Functions.
* Float type-specific vector operations.
*******************************************************************************/
/* imports */
... | 25.675676 | 81 | 0.512632 | [
"object",
"vector"
] |
59ea84b3cb96d38d5980b75744cbe92ac039dbe8 | 32,374 | c | C | ni/vcompiler.c | tonysimpson/Ni | e1fd80852538d7d4b918aa929e48eba8bf503b5b | [
"MIT"
] | 1 | 2020-04-21T21:40:41.000Z | 2020-04-21T21:40:41.000Z | ni/vcompiler.c | tonysimpson/Ni | e1fd80852538d7d4b918aa929e48eba8bf503b5b | [
"MIT"
] | null | null | null | ni/vcompiler.c | tonysimpson/Ni | e1fd80852538d7d4b918aa929e48eba8bf503b5b | [
"MIT"
] | null | null | null | #include "vcompiler.h"
#include "Python/pycompiler.h"
#include "codemanager.h"
#include "dispatcher.h"
#include "mergepoints.h"
#include "pycodegen.h"
#include "v_mem_mov.h"
#include <idispatcher.h>
DEFINEVAR const long psyco_zero = 0;
DEFINEVAR source_virtual_t psyco_vsource_not_important;
/*************************... | 31.492218 | 80 | 0.630413 | [
"object"
] |
59f10e427eb9771ad78c2dc55d72952178b94d7d | 8,041 | c | C | main/c_list_jrn_objs/rtvjrnobj.c | SteversJE/OSSILE | 43858871c0c2149a9d98a9be304a40c8a46ebff1 | [
"MIT"
] | 66 | 2016-10-10T12:52:11.000Z | 2022-02-20T22:18:03.000Z | main/c_list_jrn_objs/rtvjrnobj.c | SteversJE/OSSILE | 43858871c0c2149a9d98a9be304a40c8a46ebff1 | [
"MIT"
] | 52 | 2016-10-10T09:48:44.000Z | 2021-09-25T19:22:17.000Z | main/c_list_jrn_objs/rtvjrnobj.c | SteversJE/OSSILE | 43858871c0c2149a9d98a9be304a40c8a46ebff1 | [
"MIT"
] | 54 | 2016-10-10T08:05:03.000Z | 2022-03-09T03:28:03.000Z | #include <stdio.h> // standard I/O */
#include <stdlib.h> // standard I/O */
#include <string.h> // memory and string*/
#include <qusec.h> // Error Code Structs */
#include <qmhsndm.h> // Send me... | 35.579646 | 121 | 0.553538 | [
"object"
] |
59f329959141eec1f8ca5f57e0a0b3afd6964d60 | 1,789 | h | C | include/SceneNode.h | tuanphuc/FlappyBirdLab | 2f8617aedd1a60e25721dedeca2048e0afd15b4a | [
"MIT"
] | 1 | 2019-06-26T13:05:47.000Z | 2019-06-26T13:05:47.000Z | include/SceneNode.h | tuanphuc/FlappyBirdLab | 2f8617aedd1a60e25721dedeca2048e0afd15b4a | [
"MIT"
] | null | null | null | include/SceneNode.h | tuanphuc/FlappyBirdLab | 2f8617aedd1a60e25721dedeca2048e0afd15b4a | [
"MIT"
] | null | null | null | #ifndef SCENENODE_H
#define SCENENODE_H
#include "Category.h"
#include "SFML/Graphics/Drawable.hpp"
#include "SFML/Graphics/Transformable.hpp"
#include "SFML/System/NonCopyable.hpp"
#include "SFML/System/Time.hpp"
#include <memory>
#include <set>
#include <vector>
struct Command;
class SceneNode : public sf::Trans... | 27.106061 | 77 | 0.725545 | [
"vector",
"transform"
] |
9404556d57925f785f6fb41ae9a71ea5f2e8132f | 2,473 | c | C | LIB/CDE/C/Rename_Timer.c | edwardcrichton/BToolkit | 1b927def38d143c1295edf0e0c98ad162d605e4a | [
"BSD-2-Clause"
] | 30 | 2015-04-28T13:12:25.000Z | 2022-03-29T17:05:04.000Z | LIB/CDE/C/Rename_Timer.c | edwardcrichton/BToolkit | 1b927def38d143c1295edf0e0c98ad162d605e4a | [
"BSD-2-Clause"
] | null | null | null | LIB/CDE/C/Rename_Timer.c | edwardcrichton/BToolkit | 1b927def38d143c1295edf0e0c98ad162d605e4a | [
"BSD-2-Clause"
] | 5 | 2016-08-28T20:58:01.000Z | 2021-09-27T18:10:57.000Z | /*Copyright (c) 1985-2012, B-Core (UK) Ltd
Permission is hereby granted, free of charge, to any person or organization
obtaining a copy of the software and accompanying documentation covered by
this license (the "Software") to use, reproduce, display, distribute,
execute, and transmit the Software, and to prepare deri... | 27.175824 | 75 | 0.639304 | [
"object"
] |
9407212d9ea52e1358fad49489640d9ffe9d4b1b | 1,180 | h | C | ProjectAugustusPieterCoenen/src/MainScene.h | PieterCoenen/gba-sprite-engine | 1b9a9372733aa23423c5cf65c4c94f0d5436f4d5 | [
"MIT"
] | null | null | null | ProjectAugustusPieterCoenen/src/MainScene.h | PieterCoenen/gba-sprite-engine | 1b9a9372733aa23423c5cf65c4c94f0d5436f4d5 | [
"MIT"
] | null | null | null | ProjectAugustusPieterCoenen/src/MainScene.h | PieterCoenen/gba-sprite-engine | 1b9a9372733aa23423c5cf65c4c94f0d5436f4d5 | [
"MIT"
] | null | null | null | //
// Created by Pieter Coenen on 3/07/2021.
//
#ifndef GBA_SPRITE_ENGINE_PROJECT_MAINSCENE_H
#define GBA_SPRITE_ENGINE_PROJECT_MAINSCENE_H
#include <libgba-sprite-engine/gba_engine.h>
#include <libgba-sprite-engine/scene.h>
#include <vector>
#include "InventoryItem.h"
class MainScene : public Scene {
private:
s... | 23.137255 | 115 | 0.723729 | [
"vector"
] |
942663095ea39984c98392b6e23bac09464aae57 | 4,620 | h | C | Code/Legacy/CrySystem/Huffman.h | cypherdotXd/o3de | bb90c4ddfe2d495e9c00ebf1e2650c6d603a5676 | [
"Apache-2.0",
"MIT"
] | 1 | 2021-08-08T19:54:51.000Z | 2021-08-08T19:54:51.000Z | Code/Legacy/CrySystem/Huffman.h | cypherdotXd/o3de | bb90c4ddfe2d495e9c00ebf1e2650c6d603a5676 | [
"Apache-2.0",
"MIT"
] | 2 | 2022-01-13T04:29:38.000Z | 2022-03-12T01:05:31.000Z | Code/Legacy/CrySystem/Huffman.h | cypherdotXd/o3de | bb90c4ddfe2d495e9c00ebf1e2650c6d603a5676 | [
"Apache-2.0",
"MIT"
] | null | null | null | /*
* 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
*
*/
#ifndef CRYINCLUDE_CRYSYSTEM_HUFFMAN_H
#define CRYINCLUDE_CRYSYSTEM_HUFFMAN_H
#pragma once
clas... | 30.8 | 170 | 0.638745 | [
"3d"
] |
942c040103b363cc31f037b877b9118e5feeffb8 | 66,221 | h | C | ds/ds/src/ntdsa/dblayer/dbintrnl.h | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | ds/ds/src/ntdsa/dblayer/dbintrnl.h | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | ds/ds/src/ntdsa/dblayer/dbintrnl.h | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | //+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 1996 - 1999
//
// File: dbintrnl.h
//
//--------------------------------------------------------------------------
/*
=====================================... | 33.889969 | 123 | 0.608115 | [
"object"
] |
942f92f37b6bf23cbd71db73dd4e4044ced2eeb6 | 1,645 | h | C | third_party/gecko-16/win32/include/nsIScriptTimeoutHandler.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/nsIScriptTimeoutHandler.h | bwp/SeleniumWebDriver | 58221fbe59fcbbde9d9a033a95d45d576b422747 | [
"Apache-2.0"
] | null | null | null | third_party/gecko-16/win32/include/nsIScriptTimeoutHandler.h | bwp/SeleniumWebDriver | 58221fbe59fcbbde9d9a033a95d45d576b422747 | [
"Apache-2.0"
] | null | null | null | /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set ts=2 sw=2 et tw=80: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
... | 35 | 79 | 0.724012 | [
"object"
] |
9430f1e963f1121d9d8353a0d28080857020d556 | 28,462 | c | C | src/insmult.c | Pointer2VoidStar/CLIPS | f70ef28aca7f1d993071724276d83797998c720a | [
"MIT"
] | 1 | 2018-05-18T07:39:56.000Z | 2018-05-18T07:39:56.000Z | src/insmult.c | Pointer2VoidStar/CLIPS | f70ef28aca7f1d993071724276d83797998c720a | [
"MIT"
] | 4 | 2017-03-15T23:28:14.000Z | 2017-10-29T22:48:28.000Z | src/insmult.c | Pointer2VoidStar/CLIPS | f70ef28aca7f1d993071724276d83797998c720a | [
"MIT"
] | null | null | null | /*******************************************************/
/* "C" Language Integrated Production System */
/* */
/* CLIPS Version 6.40 11/07/17 */
/* */
/* ... | 35.356522 | 120 | 0.500176 | [
"object"
] |
ea11b439608727514bc9c9103ede8481017d0192 | 634 | h | C | include/il2cpp/System/Func_char__bool_.h | martmists-gh/BDSP | d6326c5d3ad9697ea65269ed47aa0b63abac2a0a | [
"MIT"
] | 1 | 2022-01-15T20:20:27.000Z | 2022-01-15T20:20:27.000Z | include/il2cpp/System/Func_char__bool_.h | martmists-gh/BDSP | d6326c5d3ad9697ea65269ed47aa0b63abac2a0a | [
"MIT"
] | null | null | null | include/il2cpp/System/Func_char__bool_.h | martmists-gh/BDSP | d6326c5d3ad9697ea65269ed47aa0b63abac2a0a | [
"MIT"
] | null | null | null | #pragma once
#include "il2cpp.h"
void System_Func_char__bool____ctor (System_Func_char__bool__o* __this, Il2CppObject* object, intptr_t method, const MethodInfo* method_info);
bool System_Func_char__bool___Invoke (System_Func_char__bool__o* __this, uint16_t arg, const MethodInfo* method_info);
System_IAsyncResult_o* ... | 70.444444 | 197 | 0.859621 | [
"object"
] |
ea161c9959fd1f9980e700ce33caa9931a798037 | 1,194 | h | C | k2/python/csrc/torch/v2/doc/doc.h | drawfish/k2 | acdbb2aeb2bb5edb83fec7e2eb4d4b2c35fd9021 | [
"Apache-2.0"
] | 491 | 2020-09-17T09:05:05.000Z | 2022-03-31T13:38:18.000Z | k2/python/csrc/torch/v2/doc/doc.h | drawfish/k2 | acdbb2aeb2bb5edb83fec7e2eb4d4b2c35fd9021 | [
"Apache-2.0"
] | 600 | 2020-09-17T13:55:06.000Z | 2022-03-30T23:23:40.000Z | k2/python/csrc/torch/v2/doc/doc.h | drawfish/k2 | acdbb2aeb2bb5edb83fec7e2eb4d4b2c35fd9021 | [
"Apache-2.0"
] | 121 | 2020-09-17T15:44:56.000Z | 2022-03-23T13:22:52.000Z | /**
* @copyright
* Copyright 2021 Xiaomi Corp. (authors: Fangjun Kuang)
*
* @copyright
* See LICENSE for clarification regarding multiple authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy... | 31.421053 | 75 | 0.738693 | [
"object"
] |
ea1f55fcf51a2aa0d674401236e3c72510837210 | 866 | h | C | Runtime/include/e4rt/code_mgr.h | kvakvs/E4VM | 2eac924efad972cfd488f1ad75e2f055cd18bd14 | [
"BSD-3-Clause"
] | 132 | 2017-01-28T16:51:47.000Z | 2021-11-13T10:55:49.000Z | Runtime/include/e4rt/code_mgr.h | kvakvs/E4VM | 2eac924efad972cfd488f1ad75e2f055cd18bd14 | [
"BSD-3-Clause"
] | null | null | null | Runtime/include/e4rt/code_mgr.h | kvakvs/E4VM | 2eac924efad972cfd488f1ad75e2f055cd18bd14 | [
"BSD-3-Clause"
] | 10 | 2017-03-31T22:54:12.000Z | 2021-10-01T17:41:14.000Z | // This is an open source non-commercial project. Dear PVS-Studio, please check it.
// PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com
//
#pragma once
#include "e4platf/conf.h"
#include "e4platf/types.h"
#include "e4rt/module.h"
#include "e4rt/term.h"
#include "e4rt/term_as_map_key.h"
namesp... | 18.425532 | 83 | 0.682448 | [
"vector"
] |
ea2169f7bcc001d20d9b3f8138057dce50234849 | 6,239 | h | C | zircon/kernel/include/platform/crashlog.h | allansrc/fuchsia | a2c235b33fc4305044d496354a08775f30cdcf37 | [
"BSD-2-Clause"
] | 210 | 2019-02-05T12:45:09.000Z | 2022-03-28T07:59:06.000Z | zircon/kernel/include/platform/crashlog.h | PlugFox/fuchsia | 39afe5230d41628b3c736a6e384393df954968c8 | [
"BSD-2-Clause"
] | 5 | 2019-12-04T15:13:37.000Z | 2020-02-19T08:11:38.000Z | zircon/kernel/include/platform/crashlog.h | PlugFox/fuchsia | 39afe5230d41628b3c736a6e384393df954968c8 | [
"BSD-2-Clause"
] | 73 | 2019-03-06T18:55:23.000Z | 2022-03-26T12:04:51.000Z | // Copyright 2020 The Fuchsia Authors
//
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file or at
// https://opensource.org/licenses/MIT
#ifndef ZIRCON_KERNEL_INCLUDE_PLATFORM_CRASHLOG_H_
#define ZIRCON_KERNEL_INCLUDE_PLATFORM_CRASHLOG_H_
#include <stdio.h>
#include... | 42.732877 | 97 | 0.736977 | [
"render"
] |
ea26a550badffd35200f23c73cc1399434187348 | 1,798 | h | C | Chapter 14/Student_info.h | altugbakan/accelerated-cpp-solutions | 0087c12cf853c143a301c44eeedd041a0dc7ecfc | [
"MIT"
] | 4 | 2021-10-29T18:45:48.000Z | 2022-02-08T16:12:45.000Z | Chapter 14/Student_info.h | altugbakan/accelerated-cpp-solutions | 0087c12cf853c143a301c44eeedd041a0dc7ecfc | [
"MIT"
] | null | null | null | Chapter 14/Student_info.h | altugbakan/accelerated-cpp-solutions | 0087c12cf853c143a301c44eeedd041a0dc7ecfc | [
"MIT"
] | 1 | 2021-12-21T21:46:49.000Z | 2021-12-21T21:46:49.000Z | #ifndef GUARD_Student_info
#define GUARD_Student_info
#include <iostream>
#include <vector>
#include <string>
#include "Ptr.h"
class Core {
friend class Student_info;
public:
Core(): midterm(0), final(0) { }
Core(std::istream& is) { read(is); }
virtual ~Core() { }
std::string name() const;
vir... | 24.630137 | 63 | 0.618465 | [
"vector"
] |
ea3190cd8fef0a5706d28305b2b62162d8c36900 | 4,029 | h | C | ll/include/liblilfes/lregex.h | mynlp/enju | d984a630b30b95de16f3b715277e95dc6fbe15b4 | [
"Apache-2.0"
] | 48 | 2016-10-11T06:07:02.000Z | 2022-03-02T16:26:25.000Z | ll/include/liblilfes/lregex.h | mynlp/enju | d984a630b30b95de16f3b715277e95dc6fbe15b4 | [
"Apache-2.0"
] | 7 | 2017-02-13T09:14:34.000Z | 2019-01-18T06:06:29.000Z | ll/include/liblilfes/lregex.h | mynlp/enju | d984a630b30b95de16f3b715277e95dc6fbe15b4 | [
"Apache-2.0"
] | 18 | 2016-11-13T23:14:28.000Z | 2022-01-12T15:21:44.000Z | /* $Id: lregex.h,v 1.4 2011-05-02 08:48:59 matuzaki Exp $
*
* Copyright (c) 2000, Yusuke Miyao
*
* You may distribute this file under the terms of the Artistic License.
*/
#ifndef lregex_h_
#define lregex_h_
#ifdef WITH_REGEX
#if LILFES_WIN_
#include <boost/cregex.hpp>
using namespace boost;
#else
#incl... | 21.66129 | 75 | 0.629685 | [
"vector"
] |
ea32247bb1300879f05e88eef00f802713df3472 | 18,272 | c | C | src/f_picobj.c | Masrik-Dahir/xfigx-3.1.1 | 40ec5d16e2f7ec4a3e84940fbf6a96c7b1890645 | [
"MIT"
] | null | null | null | src/f_picobj.c | Masrik-Dahir/xfigx-3.1.1 | 40ec5d16e2f7ec4a3e84940fbf6a96c7b1890645 | [
"MIT"
] | null | null | null | src/f_picobj.c | Masrik-Dahir/xfigx-3.1.1 | 40ec5d16e2f7ec4a3e84940fbf6a96c7b1890645 | [
"MIT"
] | null | null | null | /*
* FIG : Facility for Interactive Generation of figures
* Copyright (c) 1985-1988 by Supoj Sutanthavibul
* Parts Copyright (c) 1989-2015 by Brian V. Smith
* Parts Copyright (c) 1991 by Paul King
* Parts Copyright (c) 2016-2020 by Thomas Loimer
*
* Copyright (c) 1992 by Brian Boyter
*
* Any party obtaining a ... | 27.518072 | 80 | 0.651051 | [
"object"
] |
ea39e469214864e0f0c44a94f248a92d0957c5f1 | 7,041 | h | C | aws-cpp-sdk-comprehend/include/aws/comprehend/model/SyntaxToken.h | lintonv/aws-sdk-cpp | 15e19c265ffce19d2046b18aa1b7307fc5377e58 | [
"Apache-2.0"
] | 1 | 2022-02-12T08:09:30.000Z | 2022-02-12T08:09:30.000Z | aws-cpp-sdk-comprehend/include/aws/comprehend/model/SyntaxToken.h | lintonv/aws-sdk-cpp | 15e19c265ffce19d2046b18aa1b7307fc5377e58 | [
"Apache-2.0"
] | 1 | 2021-10-14T16:57:00.000Z | 2021-10-18T10:47:24.000Z | aws-cpp-sdk-comprehend/include/aws/comprehend/model/SyntaxToken.h | ravindra-wagh/aws-sdk-cpp | 7d5ff01b3c3b872f31ca98fb4ce868cd01e97696 | [
"Apache-2.0"
] | 1 | 2022-03-23T15:17:18.000Z | 2022-03-23T15:17:18.000Z | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/comprehend/Comprehend_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/comprehend/model/PartOfSpeechTag.h>
#include <utility>
namespace Aws
{
names... | 32.298165 | 128 | 0.663542 | [
"model"
] |
ea457f772740eba1d483e203c1f19ca58075c2ff | 2,107 | h | C | Game/world/bullet.h | swick/OpenGothic | 7cc7c0539c90a820607b227a38ae1146c104d420 | [
"MIT"
] | null | null | null | Game/world/bullet.h | swick/OpenGothic | 7cc7c0539c90a820607b227a38ae1146c104d420 | [
"MIT"
] | null | null | null | Game/world/bullet.h | swick/OpenGothic | 7cc7c0539c90a820607b227a38ae1146c104d420 | [
"MIT"
] | null | null | null | #pragma once
#include <cstdint>
#include "graphics/meshobjects.h"
class World;
class Npc;
class Bullet final {
public:
Bullet(World& owner, size_t inst);
Bullet(Bullet&&)=default;
~Bullet();
Bullet& operator=(Bullet&&)=default;
enum Flg:uint8_t {
NoFlags = 0,
Stopped = 1
};
... | 31.924242 | 131 | 0.486948 | [
"mesh"
] |
ea461bcb1546809b7599d2e829cd6d0912db766b | 6,582 | h | C | BSP_img/BSP/BSPNode.h | Miracle2333/BSPPN | f29182972fd4a13c47d5fb08b7e4faea2aabd77d | [
"MIT"
] | null | null | null | BSP_img/BSP/BSPNode.h | Miracle2333/BSPPN | f29182972fd4a13c47d5fb08b7e4faea2aabd77d | [
"MIT"
] | null | null | null | BSP_img/BSP/BSPNode.h | Miracle2333/BSPPN | f29182972fd4a13c47d5fb08b7e4faea2aabd77d | [
"MIT"
] | null | null | null | #pragma once
#include "../geom/math/Intersection.h"
#include "../geom/Line2.h"
#include "../geom/LineSegment2.h"
#include "../geom/Polygon2.h"
#include <algorithm>
#include <iostream>
class BSPNode
{
public:
Polygon2 *polygon;
Line2 *partitioning_line;
BSPNode *child_left, *child_right;
// -------------------... | 24.744361 | 181 | 0.601337 | [
"vector"
] |
ea470c88e40ae1b489711f74ae4d6c5f8118398e | 7,541 | h | C | Code/Algorithms/Common/vnsMultiplyByScalarVectorImageFilter.h | spacebel/MAJA | 3e5d20bc9c744c610e608cfcf1f4c5c738d4de9e | [
"Apache-2.0"
] | 57 | 2020-09-30T08:51:22.000Z | 2021-12-19T20:28:30.000Z | Code/Algorithms/Common/vnsMultiplyByScalarVectorImageFilter.h | spacebel/MAJA | 3e5d20bc9c744c610e608cfcf1f4c5c738d4de9e | [
"Apache-2.0"
] | 34 | 2020-09-29T21:27:22.000Z | 2022-02-03T09:56:45.000Z | Code/Algorithms/Common/vnsMultiplyByScalarVectorImageFilter.h | spacebel/MAJA | 3e5d20bc9c744c610e608cfcf1f4c5c738d4de9e | [
"Apache-2.0"
] | 14 | 2020-10-11T13:17:59.000Z | 2022-03-09T15:58:19.000Z | /*
* Copyright (C) 2020 Centre National d'Etudes Spatiales (CNES)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | 57.128788 | 123 | 0.371038 | [
"object",
"vector"
] |
ea523edfd624451d8521f780af48bc049216c657 | 36,015 | h | C | include/diplib/library/types.h | DIPlib/diplib | eaf03372264f050bcda2d49bdf443702308ba303 | [
"Apache-2.0"
] | 140 | 2017-04-04T23:10:16.000Z | 2022-03-24T18:21:34.000Z | include/diplib/library/types.h | DIPlib/diplib | eaf03372264f050bcda2d49bdf443702308ba303 | [
"Apache-2.0"
] | 98 | 2018-01-13T23:16:00.000Z | 2022-03-14T14:45:37.000Z | include/diplib/library/types.h | DIPlib/diplib | eaf03372264f050bcda2d49bdf443702308ba303 | [
"Apache-2.0"
] | 40 | 2017-04-11T20:41:58.000Z | 2022-03-24T18:21:36.000Z | /*
* DIPlib 3.0
* This file contains definitions for the basic data types.
*
* (c)2014-2019, Cris Luengo.
* Based on original DIPlib code: (c)1995-2014, Delft University of Technology.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the L... | 41.975524 | 164 | 0.681799 | [
"object",
"shape",
"vector"
] |
ea55a10ce0bdc77de5aaf23f89a5ff0ea766c50a | 5,565 | h | C | EnvironmentModule/EC_SkyDome.h | zemo/naali | a02ee7a0547c5233579eda85dedb934b61c546ab | [
"Apache-2.0"
] | null | null | null | EnvironmentModule/EC_SkyDome.h | zemo/naali | a02ee7a0547c5233579eda85dedb934b61c546ab | [
"Apache-2.0"
] | null | null | null | EnvironmentModule/EC_SkyDome.h | zemo/naali | a02ee7a0547c5233579eda85dedb934b61c546ab | [
"Apache-2.0"
] | 1 | 2021-09-04T12:37:34.000Z | 2021-09-04T12:37:34.000Z | // For conditions of distribution and use, see copyright notice in license.txt
#ifndef EC_SKYDOME_H_
#define EC_SKYDOME_H_
#include "IComponent.h"
#include "IAttribute.h"
#include "Declare_EC.h"
#include "CoreTypes.h"
#include "RexTypes.h"
#include "Quaternion.h"
#include <QVariant>
/// Makes the entity a SkyDome
/... | 36.611842 | 144 | 0.722013 | [
"geometry"
] |
ea5973fda4907130f0b4508d550f8e00e21ca073 | 11,989 | c | C | src/string.c | dargueta/metalc | a4c6cfbb7ceebf41c83b943fd05ecd1d1dcad6ce | [
"BSD-3-Clause"
] | null | null | null | src/string.c | dargueta/metalc | a4c6cfbb7ceebf41c83b943fd05ecd1d1dcad6ce | [
"BSD-3-Clause"
] | null | null | null | src/string.c | dargueta/metalc | a4c6cfbb7ceebf41c83b943fd05ecd1d1dcad6ce | [
"BSD-3-Clause"
] | null | null | null | #include "metalc/errno.h"
#include "metalc/metalc.h"
#include "metalc/stdio.h"
#include "metalc/stdlib.h"
#include "metalc/string.h"
#include "metalc/locale.h"
/* These are copied and pasted from the Linux headers on Ubuntu 19.10. */
static const char *ERROR_STRINGS[mclib__MAX_ERRNO] = {
"Success",
"Operation... | 24.873444 | 81 | 0.610393 | [
"object"
] |
ea59bda3bde8f1015301b9b48330104347ea7b1b | 1,818 | c | C | clone/lonely/tenglongjian.c | zhangyifei/mud | b2090bbd2a8d3d82b86148d794a7ca59cd2429f3 | [
"MIT"
] | 69 | 2018-03-08T18:24:44.000Z | 2022-02-24T13:43:53.000Z | clone/lonely/tenglongjian.c | zhangyifei/mud | b2090bbd2a8d3d82b86148d794a7ca59cd2429f3 | [
"MIT"
] | 3 | 2019-04-24T12:21:19.000Z | 2021-03-28T23:34:58.000Z | clone/lonely/tenglongjian.c | zhangyifei/mud | b2090bbd2a8d3d82b86148d794a7ca59cd2429f3 | [
"MIT"
] | 33 | 2017-12-23T05:06:58.000Z | 2021-08-16T02:42:59.000Z | #include <weapon.h>
#include <ansi.h>
inherit SWORD;
void create()
{
set_name(HIY "腾龙剑" NOR, ({ "tenglong jian", "tenglong", "jian", "sword" }) );
set_weight(5800);
if (clonep())
destruct(this_object());
else {
set("long", HIY "一柄锋利的长剑,剑身宛如流水,隐隐漾着青光。\n" ... | 31.894737 | 85 | 0.445545 | [
"object"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.