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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
553e2f47b76fae3019b8a3ac9ad95c7fcd99c4ad | 245 | h | C | dehydrator.h | benlau/quikit | e6aa7fa024bf6d456022e33b6dd98740118767cf | [
"Apache-2.0"
] | null | null | null | dehydrator.h | benlau/quikit | e6aa7fa024bf6d456022e33b6dd98740118767cf | [
"Apache-2.0"
] | null | null | null | dehydrator.h | benlau/quikit | e6aa7fa024bf6d456022e33b6dd98740118767cf | [
"Apache-2.0"
] | null | null | null | #ifndef DEHYDRATOR_H
#define DEHYDRATOR_H
#include <QString>
#include <QObject>
#include <QVariantMap>
namespace QUIKit {
class Dehydrator
{
public:
Dehydrator();
QVariantMap dehydrate(QObject* object);
};
}
#endif // DEHYDRATOR_H
| 11.666667 | 43 | 0.726531 | [
"object"
] |
554014b9734999e4829734b13d9bd3cdd748ecef | 1,013 | h | C | drawObject.h | dfyzy/simpleGL | 55790726559b46be596d16c294940ba629bd838c | [
"MIT"
] | 1 | 2016-10-16T21:19:21.000Z | 2016-10-16T21:19:21.000Z | drawObject.h | dfyzy/simpleGL | 55790726559b46be596d16c294940ba629bd838c | [
"MIT"
] | null | null | null | drawObject.h | dfyzy/simpleGL | 55790726559b46be596d16c294940ba629bd838c | [
"MIT"
] | null | null | null | /* The base visual class
* Draws quads
*/
#ifndef SIMPLE_DRAW_OBJECT_H
#define SIMPLE_DRAW_OBJECT_H
#include "openGLContextTypes.h"
#include "color.h"
#include "matrix.h"
#include "texture.h"
namespace simpleGL {
constexpr Vector QUAD[] = {{-0.5f, 0.5f},
{-0.5f, -0.5f},
{0.5f, 0.5f},
{0... | 17.77193 | 62 | 0.675222 | [
"vector",
"model"
] |
5545712b1cb47b05759c22dadf8e5aed99ea00d9 | 14,548 | h | C | String/KString.h | RobR89/KayLib | a78fa37b185685028f8bfac0a31c4d47f9ff1998 | [
"Apache-2.0"
] | null | null | null | String/KString.h | RobR89/KayLib | a78fa37b185685028f8bfac0a31c4d47f9ff1998 | [
"Apache-2.0"
] | null | null | null | String/KString.h | RobR89/KayLib | a78fa37b185685028f8bfac0a31c4d47f9ff1998 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright 2017 Robert Reinhart.
*
* 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 agre... | 31.833698 | 110 | 0.345615 | [
"transform"
] |
56b52aa1f09f348bd6a84deed9026b794b650564 | 3,566 | h | C | src/Filter/MinSpanTree.h | fermi-lat/TkrRecon | 9174a0ab1310038d3956ab4dcc26e06b8a845daf | [
"BSD-3-Clause"
] | null | null | null | src/Filter/MinSpanTree.h | fermi-lat/TkrRecon | 9174a0ab1310038d3956ab4dcc26e06b8a845daf | [
"BSD-3-Clause"
] | null | null | null | src/Filter/MinSpanTree.h | fermi-lat/TkrRecon | 9174a0ab1310038d3956ab4dcc26e06b8a845daf | [
"BSD-3-Clause"
] | null | null | null | /**
* @class MinSpanTree
*
* @brief This class implements a mininum spanning tree following Prim's Algorithm
*
* @author Tracy Usher
*
* $Header: /nfs/slac/g/glast/ground/cvs/TkrRecon/src/Filter/MinSpanTree.h,v 1.2 2011/01/04 22:37:26 usher Exp $
*/
#ifndef MinSpanTree_h
#define MinSpanTree_h
#include "IMSTOb... | 32.418182 | 112 | 0.714246 | [
"object"
] |
56b66f23cbd1ace33ed08234f4a56a9c9795dc7a | 1,255 | h | C | Source/Common/Foundation/MathSupport.h | pgrabas/MoonGlare | 25807680700697023d04830402af168f624ffb35 | [
"MIT"
] | 1 | 2018-03-18T16:29:16.000Z | 2018-03-18T16:29:16.000Z | Source/Common/Foundation/MathSupport.h | pgrabas/MoonGlare | 25807680700697023d04830402af168f624ffb35 | [
"MIT"
] | null | null | null | Source/Common/Foundation/MathSupport.h | pgrabas/MoonGlare | 25807680700697023d04830402af168f624ffb35 | [
"MIT"
] | null | null | null | #pragma once
#include <type_traits>
namespace math {
template<class T>
inline T clamp(T t, T tmin, T tmax) {
if (t > tmax) return tmax;
if (t < tmin) return tmin;
return t;
}
template<class VEC, class POS>
inline VEC LinearVectorMix(const VEC &v1, const VEC &v2, POS... | 26.702128 | 109 | 0.557769 | [
"vector"
] |
56ba54fda9aa62be5ff781f3aac3d77ee5d38b0b | 2,644 | h | C | PIPS-NLP/Core/NlpGen/NlpGenStoch.h | jalving/PIPS | 62f664237447c7ce05a62552952c86003d90e68f | [
"BSD-3-Clause-LBNL"
] | 65 | 2016-02-04T18:03:39.000Z | 2022-03-24T08:59:38.000Z | PIPS-NLP/Core/NlpGen/NlpGenStoch.h | jalving/PIPS | 62f664237447c7ce05a62552952c86003d90e68f | [
"BSD-3-Clause-LBNL"
] | 34 | 2015-11-17T04:26:51.000Z | 2020-09-24T16:00:22.000Z | PIPS-NLP/Core/NlpGen/NlpGenStoch.h | jalving/PIPS | 62f664237447c7ce05a62552952c86003d90e68f | [
"BSD-3-Clause-LBNL"
] | 26 | 2015-10-15T20:27:52.000Z | 2021-07-14T08:13:34.000Z | /* PIPS-NLP *
* Authors: Nai-Yuan Chiang *
* (C) 2015 Argonne National Laboratory */
#ifndef SPSTOCHNLPGENFACTORY_NLP
#define SPSTOCHNLPGENFACTORY_NLP
#include "NlpGen.h"
#include "mpi.h"
class NlpGenData;
class NlpGenStoc... | 25.180952 | 77 | 0.684191 | [
"vector"
] |
56d66a23384333a52526e8aa32626d55fb68c636 | 8,593 | h | C | Modules/LibDistrubutor/Distributor.h | alanzw/FGCG | 9819ff9c543cf52bfac16655d1d30417291b5d4c | [
"Apache-2.0"
] | 13 | 2016-10-24T11:39:12.000Z | 2021-04-11T13:24:05.000Z | Modules/LibDistrubutor/Distributor.h | zhangq49/sharerender | 9819ff9c543cf52bfac16655d1d30417291b5d4c | [
"Apache-2.0"
] | 1 | 2017-07-28T06:29:00.000Z | 2017-07-28T06:29:00.000Z | Modules/LibDistrubutor/Distributor.h | zhangq49/sharerender | 9819ff9c543cf52bfac16655d1d30417291b5d4c | [
"Apache-2.0"
] | 4 | 2018-06-05T03:39:06.000Z | 2020-06-06T04:44:20.000Z | #ifndef __DISTRIBUTOR_H__
#define __DISTRIBUTOR_H__
#define USE_LIBEVENT
#include <string>
#include <WinSock2.h>
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#include <Windows.h>
#include <stdio.h>
#include <event2/event.h>
#include <event2/buffer.h>
#include <event2/bufferevent.h>
#include <event... | 31.591912 | 119 | 0.723379 | [
"render"
] |
56d9e1753af9f741b1b1221c61fddcebb53b65cf | 1,593 | h | C | Object Oriented Programming (C++)/Lab Works/Ask4/VideoGame.h | Lefti97/UniversityWorks | 8c8c01a98ad0ceaf414d2f9c9c3a981b5d88bc5b | [
"MIT"
] | 3 | 2021-08-19T13:30:32.000Z | 2022-01-16T19:42:53.000Z | Object Oriented Programming (C++)/Lab Works/Ask4/VideoGame.h | Lefti97/UniversityWorks | 8c8c01a98ad0ceaf414d2f9c9c3a981b5d88bc5b | [
"MIT"
] | null | null | null | Object Oriented Programming (C++)/Lab Works/Ask4/VideoGame.h | Lefti97/UniversityWorks | 8c8c01a98ad0ceaf414d2f9c9c3a981b5d88bc5b | [
"MIT"
] | null | null | null | #ifndef VideoGame_h
#define VideoGame_h
#include <iostream>
#include <string>
#include <vector>
#include "Application.h"
class VideoGame : public Application
{
private:
bool online;
std::string category;
public:
VideoGame(const char *idF="-", std::string nameF="-", unsigned int versionF=0,
float ... | 31.235294 | 91 | 0.591965 | [
"vector"
] |
56fd2813499080a9050e29e2f5553bc439e9264e | 1,326 | h | C | include/cbpro++/marketdata/products.h | Phantim97/cbpro-cpp | 44428f1f9aea1c84307a9bfd3d86e95ae36cc332 | [
"Apache-2.0"
] | 18 | 2021-02-25T01:38:25.000Z | 2022-01-27T19:08:23.000Z | include/cbpro++/marketdata/products.h | Phantim97/cbpro-cpp | 44428f1f9aea1c84307a9bfd3d86e95ae36cc332 | [
"Apache-2.0"
] | null | null | null | include/cbpro++/marketdata/products.h | Phantim97/cbpro-cpp | 44428f1f9aea1c84307a9bfd3d86e95ae36cc332 | [
"Apache-2.0"
] | 4 | 2021-04-02T21:34:37.000Z | 2021-09-09T06:25:02.000Z | //
// Created by Bradley Bottomlee on 1/19/21.
//
#ifndef CBPRO_PRODUCTS_H
#define CBPRO_PRODUCTS_H
#include <cbpro++/marketdata/product.h>
#include <cbpro++/marketdata/book.h>
#include <cbpro++/marketdata/ticker.h>
#include <cbpro++/marketdata/trade.h>
#include <cbpro++/marketdata/stats.h>
#include <cbpro++/auth.h>... | 30.837209 | 90 | 0.711916 | [
"vector"
] |
710a5f5781e3137fa81c17f273cdf19b6c8f734a | 1,156 | h | C | view/ingredientpage.h | lcala99/MakeIThome | dc8767391bb64c96e5374670d7ceb494050b081b | [
"MIT"
] | null | null | null | view/ingredientpage.h | lcala99/MakeIThome | dc8767391bb64c96e5374670d7ceb494050b081b | [
"MIT"
] | null | null | null | view/ingredientpage.h | lcala99/MakeIThome | dc8767391bb64c96e5374670d7ceb494050b081b | [
"MIT"
] | null | null | null | #ifndef INGREDIENTPAGE_H
#define INGREDIENTPAGE_H
#include "view/header.h"
#include "model/vettore.h"
#include "model/ingrediente.h"
#include <QWidget>
#include <QPushButton>
#include <QVBoxLayout>
#include <QHBoxLayout>
#include <QLayout>
#include <QAction>
#include <QMenu>
#include <QMenuBar>
#include <QFrame>
#inc... | 21.407407 | 79 | 0.740484 | [
"model"
] |
710abbeaa379112f7ef3ccb240186f5e60b0a2b1 | 2,403 | h | C | TurboX-Engine/TurboX-Engine/Application.h | moon-funding/TurboX-Engine | 0ebcc94f0c93fa0a5d1f88f8f46e90df28b5c8a6 | [
"MIT",
"Zlib",
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | TurboX-Engine/TurboX-Engine/Application.h | moon-funding/TurboX-Engine | 0ebcc94f0c93fa0a5d1f88f8f46e90df28b5c8a6 | [
"MIT",
"Zlib",
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | TurboX-Engine/TurboX-Engine/Application.h | moon-funding/TurboX-Engine | 0ebcc94f0c93fa0a5d1f88f8f46e90df28b5c8a6 | [
"MIT",
"Zlib",
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | #ifndef __APPLICATION_H__
#define __APPLICATION_H__
#include "Globals.h"
#include "Timer.h"
#include "./JSON/parson.h"
#include "ImGuizmo/ImGuizmo.h"
#include <vector>
#include <list>
#include <string>
struct Event
{
enum EventType
{
scene_file_dropped,
texture_file_dropped,
input,
active_Vsync,
invalid
... | 18.773438 | 51 | 0.748231 | [
"vector"
] |
710ccefd82225ebaa97890b35958e90ce36bb977 | 154 | h | C | code/code/Platform.h | WarzesProject/0003_LostIslands | a349228ace5646726a12ef4d394c5388c0b80e44 | [
"MIT"
] | null | null | null | code/code/Platform.h | WarzesProject/0003_LostIslands | a349228ace5646726a12ef4d394c5388c0b80e44 | [
"MIT"
] | null | null | null | code/code/Platform.h | WarzesProject/0003_LostIslands | a349228ace5646726a12ef4d394c5388c0b80e44 | [
"MIT"
] | null | null | null | #pragma once
std::wstring FixPathSeparators(std::wstring name);
std::vector<uint8_t> ReadFile(std::wstring name);
std::wstring GetClipboardContents(); | 22 | 50 | 0.772727 | [
"vector"
] |
710f4f7ec9c56e2accbb404a8c1ca615b43081f0 | 11,002 | h | C | paginglandscape/Samples/Common/include/PagingLandScape2Application.h | chen0040/cpp-ogre-mllab | b85305cd7e95559a178664577c8e858a5b9dd05b | [
"MIT"
] | 1 | 2021-10-04T09:40:26.000Z | 2021-10-04T09:40:26.000Z | paginglandscape/Samples/Common/include/PagingLandScape2Application.h | chen0040/cpp-ogre-mllab | b85305cd7e95559a178664577c8e858a5b9dd05b | [
"MIT"
] | null | null | null | paginglandscape/Samples/Common/include/PagingLandScape2Application.h | chen0040/cpp-ogre-mllab | b85305cd7e95559a178664577c8e858a5b9dd05b | [
"MIT"
] | 6 | 2019-05-05T22:29:55.000Z | 2022-01-03T14:18:54.000Z |
/**
@file
LandScape.h
@brief
Specialisation of OGRE's framework application to show the
LandScape rendering plugin
*/
#ifndef PagingLandScapeApplication_H
#define PagingLandScapeApplication_H
#include "ExampleApplication.h"
#include "OgreStringConverter.h"
#include "OgreSphere.h"
#inc... | 40.300366 | 162 | 0.614888 | [
"mesh"
] |
711277ee95eda8c51eb9620274a691c9b54e0a9c | 4,309 | h | C | libraries/trainers/include/ThresholdFinder.h | awf/ELL | 25c94a1422efc41d5560db11b136f9d8f957ad41 | [
"MIT"
] | 2,094 | 2016-09-28T05:55:24.000Z | 2019-05-04T19:06:36.000Z | libraries/trainers/include/ThresholdFinder.h | awesomemachinelearning/ELL | cb897e3aec148a1e9bd648012b5f53ab9d0dd20c | [
"MIT"
] | 213 | 2017-06-30T12:53:40.000Z | 2019-05-03T06:35:38.000Z | libraries/trainers/include/ThresholdFinder.h | awesomemachinelearning/ELL | cb897e3aec148a1e9bd648012b5f53ab9d0dd20c | [
"MIT"
] | 301 | 2017-03-24T08:40:00.000Z | 2019-05-02T21:22:28.000Z | ////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Project: Embedded Learning Library (ELL)
// File: ThresholdFinder.h (trainers)
// Authors: Ofer Dekel
//
///////////////////////////////////////////////////////////////////////////////////////////////////... | 32.643939 | 154 | 0.610583 | [
"vector"
] |
7123f548d4dd4005bb917a86137c7c098d8e0aad | 1,100 | h | C | include/fieldtrack/DimensionParser.h | Humhu/fieldtrack | 78f787e08c14ebbb102efbfb7bf1cffcb81fb099 | [
"AFL-3.0"
] | 1 | 2021-06-15T09:32:18.000Z | 2021-06-15T09:32:18.000Z | include/fieldtrack/DimensionParser.h | Humhu/fieldtrack | 78f787e08c14ebbb102efbfb7bf1cffcb81fb099 | [
"AFL-3.0"
] | null | null | null | include/fieldtrack/DimensionParser.h | Humhu/fieldtrack | 78f787e08c14ebbb102efbfb7bf1cffcb81fb099 | [
"AFL-3.0"
] | 1 | 2018-01-24T18:42:35.000Z | 2018-01-24T18:42:35.000Z | #include <string>
#include <vector>
#include "argus_utils/utils/LinalgTypes.h"
namespace argus
{
MatrixType promote_3d_matrix( bool twoDimensional, unsigned int order );
/*! \brief Parses strings of the format [type]_[dim]_[order] to indices
* for a filter. Assumes order 0 corresponds to pose, 1 to velocity, etc.
... | 40.740741 | 78 | 0.603636 | [
"vector"
] |
71296fe9035171fd311f92244c33373e4b776da8 | 760 | h | C | apps/vanilla/core/Object.h | torrvision/straighttoshapes | 59739d8020d176dddc759e4122d0c1d4f5179f31 | [
"RSA-MD"
] | 36 | 2017-01-28T07:16:58.000Z | 2021-05-06T14:30:39.000Z | apps/vanilla/core/Object.h | torrvision/straighttoshapes | 59739d8020d176dddc759e4122d0c1d4f5179f31 | [
"RSA-MD"
] | 1 | 2019-04-12T12:27:02.000Z | 2019-04-12T12:27:02.000Z | apps/vanilla/core/Object.h | torrvision/straighttoshapes | 59739d8020d176dddc759e4122d0c1d4f5179f31 | [
"RSA-MD"
] | 11 | 2017-01-21T13:24:05.000Z | 2019-02-22T10:25:53.000Z | /**
* vanilla: Object.h
* Copyright (c) Torr Vision Group, University of Oxford, 2016. All rights reserved.
*/
#ifndef H_VANILLA_OBJECT
#define H_VANILLA_OBJECT
#include <iostream>
template <typename Rep>
class Object
{
//#################### PUBLIC MEMBER VARIABLES ####################
public:
int categoryI... | 20.540541 | 84 | 0.55 | [
"object"
] |
712d64ae5345880e80fba7f7c4bc5e62d06b3e81 | 722 | h | C | ZSSModel/ZSSModel+extentions.h | yuyuepeng/ZSSModel | 6a65642573bc4583221af102102f908b1fa64368 | [
"MIT"
] | 2 | 2019-04-29T04:44:26.000Z | 2019-05-07T05:57:44.000Z | ZSSModel/ZSSModel+extentions.h | yuyuepeng/ZSSModel | 6a65642573bc4583221af102102f908b1fa64368 | [
"MIT"
] | null | null | null | ZSSModel/ZSSModel+extentions.h | yuyuepeng/ZSSModel | 6a65642573bc4583221af102102f908b1fa64368 | [
"MIT"
] | null | null | null | //
// ZSSModel+extentions.h
// ZSSModelDemo
//
// Created by 玉岳鹏 on 2019/4/26.
// Copyright © 2019 玉岳鹏. All rights reserved.
//
#import "ZSSModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface ZSSModel (extentions)
/**
字典数组转model数组
@param dictArray 字典数组
@return model数组
*/
+ (NSArray *)zss_modelArrayWithDictArray:(N... | 14.44 | 78 | 0.714681 | [
"model"
] |
713136f38c3f3e3a69c3e686a144bf553e22a537 | 125,986 | h | C | petition.pb.h | UVG-Teams/so-chat | 95782a52568f2ed2e7036625316c046bbc34fc07 | [
"MIT"
] | null | null | null | petition.pb.h | UVG-Teams/so-chat | 95782a52568f2ed2e7036625316c046bbc34fc07 | [
"MIT"
] | null | null | null | petition.pb.h | UVG-Teams/so-chat | 95782a52568f2ed2e7036625316c046bbc34fc07 | [
"MIT"
] | null | null | null | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: petition.proto
#ifndef GOOGLE_PROTOBUF_INCLUDED_petition_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_petition_2eproto
#include <limits>
#include <string>
#include <google/protobuf/port_def.inc>
#if PROTOBUF_VERSION < 3015000
#error This file was gen... | 37.596538 | 122 | 0.733304 | [
"object"
] |
71321e92a6edaad2f46d79953514fd4d96303bc4 | 443 | c | C | d/avatars/kelemvor/mysteryegg.c | gesslar/shadowgate | 97ce5d33a2275bb75c0cf6556602564b7870bc77 | [
"MIT"
] | 13 | 2019-07-19T05:24:44.000Z | 2021-11-18T04:08:19.000Z | d/avatars/kelemvor/mysteryegg.c | gesslar/shadowgate | 97ce5d33a2275bb75c0cf6556602564b7870bc77 | [
"MIT"
] | null | null | null | d/avatars/kelemvor/mysteryegg.c | gesslar/shadowgate | 97ce5d33a2275bb75c0cf6556602564b7870bc77 | [
"MIT"
] | 13 | 2019-09-12T06:22:38.000Z | 2022-01-31T01:15:12.000Z | #include <std.h>
inherit OBJECT;
void create(){
::create();
set_name("A mysterious egg");
set_id(({ "egg" }));
set_short("A mysterious looking egg. It is about the size of an ostritch egg, and has dark purple spots on it.");
set_obvious_short("A large and mysterious egg");
set_long(
@AVATAR
A mysterious looking ... | 24.611111 | 114 | 0.708804 | [
"object"
] |
71351b6df93a14a01e8cf23004fb112b289b02a1 | 1,187 | h | C | src/sort/sort.h | ryukinix/data-structures-ufc | 983e323e2080089edb335517b01384769d6d2fb2 | [
"MIT"
] | 6 | 2017-09-18T22:22:01.000Z | 2021-12-01T20:20:18.000Z | src/sort/sort.h | ryukinix/data-structures-ufc | 983e323e2080089edb335517b01384769d6d2fb2 | [
"MIT"
] | 11 | 2019-03-13T01:15:38.000Z | 2019-03-21T22:52:35.000Z | src/sort/sort.h | ryukinix/data-structures-ufc | 983e323e2080089edb335517b01384769d6d2fb2 | [
"MIT"
] | null | null | null | /**
* ================================================
*
* Copyright 2017 Manoel Vilela
*
* Author: Manoel Vilela
* Contact: manoel_vilela@engineer.com
* Organization: UFC
*
* ===============================================
*/
#ifndef SORT_H
#define SORT_H
#ifndef Type
#define Type ... | 19.783333 | 51 | 0.571188 | [
"vector"
] |
7146f08a913186aea6b8c5604e542e8efd297eab | 816 | h | C | LoveLiveWallpaper/src/Vector.h | Juvwxyz/LoveLiveWallpaper | a0eeac941b5ccd53af538192cb92b7df049839c4 | [
"MIT"
] | 2 | 2020-05-09T00:13:06.000Z | 2020-05-25T05:49:40.000Z | LoveLiveWallpaper/src/Vector.h | Juvwxyz/LoveLiveWallpaper | a0eeac941b5ccd53af538192cb92b7df049839c4 | [
"MIT"
] | null | null | null | LoveLiveWallpaper/src/Vector.h | Juvwxyz/LoveLiveWallpaper | a0eeac941b5ccd53af538192cb92b7df049839c4 | [
"MIT"
] | 1 | 2020-05-25T05:49:44.000Z | 2020-05-25T05:49:44.000Z | #pragma once
#include <DirectXMath.h>
namespace LLWP
{
class Matrix;
class Vector
{
public :
Vector(float a = 0, float b = 0, float c = 0);
Vector(DirectX::FXMVECTOR& m);
float x() const;
float y() const;
float z() const;
operator DirectX::XMVECTOR() c... | 20.923077 | 54 | 0.566176 | [
"vector"
] |
512dcba66212e9992c3162b647fd74ae7238974f | 13,232 | c | C | dsp/tskrgb2ycbcr-dsp.c | allangj/rgb2ycbcr-dsp | 0f631084775595acc00b9d25d2f645dc78dabc10 | [
"Unlicense"
] | null | null | null | dsp/tskrgb2ycbcr-dsp.c | allangj/rgb2ycbcr-dsp | 0f631084775595acc00b9d25d2f645dc78dabc10 | [
"Unlicense"
] | null | null | null | dsp/tskrgb2ycbcr-dsp.c | allangj/rgb2ycbcr-dsp | 0f631084775595acc00b9d25d2f645dc78dabc10 | [
"Unlicense"
] | null | null | null | /** ============================================================================
* @file tskrgb2ycbcr-dsp.c
*
* @path $(DSPLINK)/dsp/src/samples/rgb2ycbcr-dsp/
*
* @desc This is simple TSK based application that uses SIO interface to
* implement rgb2ycbcr-dsp for GPP.
*
* @ver 1.65.00.03
... | 34.279793 | 127 | 0.477177 | [
"object",
"model"
] |
512f73daad196e69c872ade02edd842470e024e1 | 2,139 | h | C | NesEmulator/Cpu.h | kevlu123/NesEmulator | 43437f56d15d57634f1c6364c7b6a51905b4b2cb | [
"MIT"
] | null | null | null | NesEmulator/Cpu.h | kevlu123/NesEmulator | 43437f56d15d57634f1c6364c7b6a51905b4b2cb | [
"MIT"
] | null | null | null | NesEmulator/Cpu.h | kevlu123/NesEmulator | 43437f56d15d57634f1c6364c7b6a51905b4b2cb | [
"MIT"
] | null | null | null | #pragma once
#include <cstdint>
#include <string>
#include <vector>
#include "SaveStateUtil.h"
class Nes;
class Cpu
{
friend class Emulator;
public:
Cpu(Nes& nes);
Cpu(Nes& nes, Snapshot& bytes);
Cpu(const Cpu&) = delete;
Cpu& operator=(const Cpu&) = delete;
void Clock();
void Reset();
void Irq();
void Nmi()... | 21.606061 | 79 | 0.652174 | [
"vector"
] |
51502e2d1590308de662cdb5112237de4068f37c | 5,840 | h | C | direction_constraint.h | fire/ewbik | e783bbbc721b8519efce4fcf4519d1cf85262bdf | [
"MIT"
] | null | null | null | direction_constraint.h | fire/ewbik | e783bbbc721b8519efce4fcf4519d1cf85262bdf | [
"MIT"
] | null | null | null | direction_constraint.h | fire/ewbik | e783bbbc721b8519efce4fcf4519d1cf85262bdf | [
"MIT"
] | null | null | null | /*************************************************************************/
/* ik_direction_limi.h */
/*************************************************************************/
/* This file is part of: */
/* ... | 41.714286 | 123 | 0.653596 | [
"object",
"vector"
] |
515b2d0550fb3d23dc30c9e8e5d1ed48ddae605f | 3,581 | c | C | ImperasLib/source/mips.ovpworld.org/peripheral/SmartLoaderLinux/1.0/pse/pse.igen.c | emanuellucas2/OVPsimProject | 6c9f5bfaaa135fa63d63746bacf5759c6d6c0e9e | [
"TCL"
] | null | null | null | ImperasLib/source/mips.ovpworld.org/peripheral/SmartLoaderLinux/1.0/pse/pse.igen.c | emanuellucas2/OVPsimProject | 6c9f5bfaaa135fa63d63746bacf5759c6d6c0e9e | [
"TCL"
] | null | null | null | ImperasLib/source/mips.ovpworld.org/peripheral/SmartLoaderLinux/1.0/pse/pse.igen.c | emanuellucas2/OVPsimProject | 6c9f5bfaaa135fa63d63746bacf5759c6d6c0e9e | [
"TCL"
] | null | null | null | /*
* Copyright (c) 2005-2021 Imperas Software Ltd., www.imperas.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 requir... | 36.171717 | 423 | 0.59341 | [
"vector"
] |
5163ac9e2a71e1223fdd2b5510f009e26fe25ff4 | 9,221 | h | C | usr/src/cmd/format/global.h | AsahiOS/gate | 283d47da4e17a5871d9d575e7ffb81e8f6c52e51 | [
"MIT"
] | null | null | null | usr/src/cmd/format/global.h | AsahiOS/gate | 283d47da4e17a5871d9d575e7ffb81e8f6c52e51 | [
"MIT"
] | null | null | null | usr/src/cmd/format/global.h | AsahiOS/gate | 283d47da4e17a5871d9d575e7ffb81e8f6c52e51 | [
"MIT"
] | 1 | 2020-12-30T00:04:16.000Z | 2020-12-30T00:04:16.000Z | /*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License (the "License").
* You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolar... | 31.047138 | 79 | 0.705889 | [
"vector"
] |
5179ebf130ba6f6a350f403798748f931c8ce4ed | 3,778 | h | C | video/decoderinterface.h | aliakseis/FFmpegPlayer | c47206438a66b19d2e95cc775a1aa0f4819a3579 | [
"MIT"
] | 64 | 2016-10-15T13:44:24.000Z | 2022-03-29T11:58:29.000Z | video/decoderinterface.h | aliakseis/FFmpegPlayer | c47206438a66b19d2e95cc775a1aa0f4819a3579 | [
"MIT"
] | 25 | 2016-01-21T02:21:01.000Z | 2022-03-03T03:30:08.000Z | video/decoderinterface.h | aliakseis/FFmpegPlayer | c47206438a66b19d2e95cc775a1aa0f4819a3579 | [
"MIT"
] | 36 | 2016-01-04T19:12:33.000Z | 2021-12-25T12:55:40.000Z | #pragma once
#include <cstdint>
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include <initializer_list>
#include <functional>
#ifdef _WIN32
using PathType = std::wstring;
#else
using PathType = std::string;
#endif
struct IDirect3DDevice9;
struct IDirect3DSurface9;
struct IFrameDecoder;... | 29.286822 | 133 | 0.701694 | [
"vector"
] |
51987a223d26ea774be89fc614de05daa4686050 | 1,643 | h | C | cpp/src/strategy/mcts_strategy.h | kongjiellx/AlphaGoZero-like-Renju | ac9025f2d8ec66d4975efbcb55bbe67f7c7b62c3 | [
"MIT"
] | 19 | 2019-06-04T02:40:55.000Z | 2021-03-26T07:20:45.000Z | cpp/src/strategy/mcts_strategy.h | kongjiellx/AlphaGoZero-like-Renju | ac9025f2d8ec66d4975efbcb55bbe67f7c7b62c3 | [
"MIT"
] | 2 | 2020-10-03T07:33:36.000Z | 2020-12-02T07:24:49.000Z | cpp/src/strategy/mcts_strategy.h | kongjiellx/AlphaGoZero-like-Renju | ac9025f2d8ec66d4975efbcb55bbe67f7c7b62c3 | [
"MIT"
] | 7 | 2019-06-04T02:41:11.000Z | 2022-01-05T00:34:45.000Z | //
// Created by 刘也宽 on 2020/11/18.
//
#ifndef ALPHAZERO_RENJU_MCTS_STRATEGY_H
#define ALPHAZERO_RENJU_MCTS_STRATEGY_H
#include "strategy.h"
#include "conf/conf_cc_proto_pb/conf/conf.pb.h"
#include <tuple>
#include <unordered_map>
class Node: public std::enable_shared_from_this<Node> {
private:
weak_ptr<Node> pa... | 23.140845 | 120 | 0.707851 | [
"vector"
] |
51a665dcc9c642fd1d1b3bd0ee791e0c614a17bb | 3,115 | h | C | CsPlugin/Source/CsCore/Public/Managers/Damage/Data/Shape/CsData_DamageShape.h | closedsum/core | c3cae44a177b9684585043a275130f9c7b67fef0 | [
"Unlicense"
] | 2 | 2019-03-17T10:43:53.000Z | 2021-04-20T21:24:19.000Z | CsPlugin/Source/CsCore/Public/Managers/Damage/Data/Shape/CsData_DamageShape.h | closedsum/core | c3cae44a177b9684585043a275130f9c7b67fef0 | [
"Unlicense"
] | null | null | null | CsPlugin/Source/CsCore/Public/Managers/Damage/Data/Shape/CsData_DamageShape.h | closedsum/core | c3cae44a177b9684585043a275130f9c7b67fef0 | [
"Unlicense"
] | null | null | null | // Copyright 2017-2021 Closed Sum Games, LLC. All Rights Reserved.
// Interfaces
#include "Containers/CsGetInterfaceMap.h"
// Types
#include "Types/CsTypes_Macro.h"
#include "CsData_DamageShape.generated.h"
#pragma once
// NCsDamage::NValue::IValue
CS_FWD_DECLARE_STRUCT_NAMESPACE_2(NCsDamage, NValue, IValue)
// NCsDa... | 24.147287 | 137 | 0.708186 | [
"shape"
] |
51a7904f21df48f62acba19532038e06343088a1 | 19,367 | c | C | nitan/adm/daemons/smtpd.c | cantona/NT6 | 073f4d491b3cfe6bfbe02fbad12db8983c1b9201 | [
"MIT"
] | 1 | 2019-03-27T07:25:16.000Z | 2019-03-27T07:25:16.000Z | nitan/adm/daemons/smtpd.c | cantona/NT6 | 073f4d491b3cfe6bfbe02fbad12db8983c1b9201 | [
"MIT"
] | null | null | null | nitan/adm/daemons/smtpd.c | cantona/NT6 | 073f4d491b3cfe6bfbe02fbad12db8983c1b9201 | [
"MIT"
] | null | null | null | /**************************
* *
* /adm/daemons/smtp_d.c *
* *
* by Find@TX. *
* *
**************************/
#include <net/socket.h>
#include <login.h>
#include <ansi.h>
#include <origin.h>
#include <mudlib.h>
#define PUBLIC_MUD_M... | 28.314327 | 114 | 0.476842 | [
"object"
] |
1fbf62b84ad8cd77000de2a66020da1cfdafc52a | 3,568 | h | C | src/shogun/mathematics/linalg/eigsolver/EigenSolver.h | srgnuclear/shogun | 33c04f77a642416376521b0cd1eed29b3256ac13 | [
"Ruby",
"MIT"
] | 1 | 2015-11-05T18:31:14.000Z | 2015-11-05T18:31:14.000Z | src/shogun/mathematics/linalg/eigsolver/EigenSolver.h | waderly/shogun | 9288b6fa38e001d63c32188f7f847dadea66e2ae | [
"Ruby",
"MIT"
] | null | null | null | src/shogun/mathematics/linalg/eigsolver/EigenSolver.h | waderly/shogun | 9288b6fa38e001d63c32188f7f847dadea66e2ae | [
"Ruby",
"MIT"
] | null | null | null | /*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* Written (W) 2013 Soumyajit De
*/
#ifndef EIGEN_SOLVER_H_
... | 24.951049 | 90 | 0.745516 | [
"object"
] |
1fc16b88efbf7543b424effd19231b08bf7ab824 | 5,633 | c | C | datasets/linux-4.11-rc3/security/apparmor/context.c | yijunyu/demo-fast | 11c0c84081a3181494b9c469bda42a313c457ad2 | [
"BSD-2-Clause"
] | 1 | 2019-05-03T19:27:45.000Z | 2019-05-03T19:27:45.000Z | datasets/linux-4.11-rc3/security/apparmor/context.c | yijunyu/demo-vscode-fast | 11c0c84081a3181494b9c469bda42a313c457ad2 | [
"BSD-2-Clause"
] | null | null | null | datasets/linux-4.11-rc3/security/apparmor/context.c | yijunyu/demo-vscode-fast | 11c0c84081a3181494b9c469bda42a313c457ad2 | [
"BSD-2-Clause"
] | null | null | null | /*
* AppArmor security module
*
* This file contains AppArmor functions used to manipulate object security
* contexts.
*
* Copyright (C) 1998-2008 Novell/SUSE
* Copyright 2009-2010 Canonical Ltd.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General P... | 24.70614 | 80 | 0.712942 | [
"object"
] |
1fc4573b75878ae76785e61407eaf136808cd7fe | 7,003 | c | C | rrd_update.c | cmb69/pecl-processing-rrd | d24179ade06457a9b3a864a9c09a14ee91da0d67 | [
"BSD-2-Clause"
] | 3 | 2021-04-20T05:43:53.000Z | 2021-04-22T12:56:23.000Z | rrd_update.c | cmb69/pecl-processing-rrd | d24179ade06457a9b3a864a9c09a14ee91da0d67 | [
"BSD-2-Clause"
] | 2 | 2021-04-22T14:21:24.000Z | 2021-12-20T15:44:32.000Z | rrd_update.c | cmb69/pecl-processing-rrd | d24179ade06457a9b3a864a9c09a14ee91da0d67 | [
"BSD-2-Clause"
] | 3 | 2021-04-19T08:08:46.000Z | 2021-08-29T06:54:26.000Z | /**
* PHP bindings to the rrdtool
*
* This source file is subject to the BSD license that is bundled
* with this package in the file LICENSE.
* ---------------------------------------------------------------
* Author: Miroslav Kubelik <koubel@php.net>
* ----------------------------------------------------------... | 26.228464 | 92 | 0.730401 | [
"object"
] |
1fd5497f15e20dd89bf1ee517208cbe7f9a30ce1 | 2,007 | h | C | include/connection.h | MICHAEL-ZENGZF/Online-Chess | 325e6a4858194e16ad9aeaa9758976bec30744a5 | [
"MIT"
] | 1 | 2019-02-21T07:59:45.000Z | 2019-02-21T07:59:45.000Z | include/connection.h | MICHAEL-ZENGZF/Online-Chess | 325e6a4858194e16ad9aeaa9758976bec30744a5 | [
"MIT"
] | null | null | null | include/connection.h | MICHAEL-ZENGZF/Online-Chess | 325e6a4858194e16ad9aeaa9758976bec30744a5 | [
"MIT"
] | null | null | null | #include"codec.h"
#include<gtk/gtk.h>
#include"vector.h"
#include<stdint.h>
#include<arpa/inet.h>
#include<netinet/in.h>
#include<sys/select.h>
#include<netdb.h>
#include<stdbool.h>
#include<stdio.h>
#include<stdlib.h>
#include"util.h"
#include<assert.h>
#include<pthread.h>
#ifndef CONNECTION_H
#define CONNECTION_H
... | 27.493151 | 66 | 0.773293 | [
"vector"
] |
1fd804f0bdebbc0ecef95ab410669ce16c557590 | 1,341 | h | C | PrebidMobile/PrebidMobileRendering/Prebid/PBMCore/NativeAssets/NativeAdResponse/NativeAdMarkup/PBMNativeAdMarkupTitle.h | motesp/prebid-mobile-ios | 92b85d9fcf22b4b5f905040f438f34ec10f46610 | [
"Apache-2.0"
] | null | null | null | PrebidMobile/PrebidMobileRendering/Prebid/PBMCore/NativeAssets/NativeAdResponse/NativeAdMarkup/PBMNativeAdMarkupTitle.h | motesp/prebid-mobile-ios | 92b85d9fcf22b4b5f905040f438f34ec10f46610 | [
"Apache-2.0"
] | null | null | null | PrebidMobile/PrebidMobileRendering/Prebid/PBMCore/NativeAssets/NativeAdResponse/NativeAdMarkup/PBMNativeAdMarkupTitle.h | motesp/prebid-mobile-ios | 92b85d9fcf22b4b5f905040f438f34ec10f46610 | [
"Apache-2.0"
] | null | null | null | /* Copyright 2018-2021 Prebid.org, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,... | 35.289474 | 159 | 0.780761 | [
"object"
] |
1fe31d21d19f650c7076a9370576801f8238f255 | 1,724 | h | C | core/src/index/thirdparty/faiss/IndexSQHybrid.h | ReigenAraka/milvus | b2f19ace0e1dcd431a512141f42b748581d4b92d | [
"Apache-2.0"
] | null | null | null | core/src/index/thirdparty/faiss/IndexSQHybrid.h | ReigenAraka/milvus | b2f19ace0e1dcd431a512141f42b748581d4b92d | [
"Apache-2.0"
] | null | null | null | core/src/index/thirdparty/faiss/IndexSQHybrid.h | ReigenAraka/milvus | b2f19ace0e1dcd431a512141f42b748581d4b92d | [
"Apache-2.0"
] | 1 | 2019-12-16T10:13:43.000Z | 2019-12-16T10:13:43.000Z | /**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
// -*- c++ -*-
#ifndef FAISS_INDEX_SQ_HYBRID_H
#define FAISS_INDEX_SQ_HYBRID_H
#include <stdint.h>
#include <vector>
#include <... | 26.121212 | 75 | 0.645592 | [
"vector"
] |
1fe82b0132612c047766e048a52c120a61b880da | 2,478 | h | C | coast/modules/WorkerPoolManager/WorkerPoolManagerModulePoolManager.h | zer0infinity/CuteForCoast | 37d933c5fe2e0ce9a801f51b2aa27c7a18098511 | [
"BSD-3-Clause"
] | null | null | null | coast/modules/WorkerPoolManager/WorkerPoolManagerModulePoolManager.h | zer0infinity/CuteForCoast | 37d933c5fe2e0ce9a801f51b2aa27c7a18098511 | [
"BSD-3-Clause"
] | null | null | null | coast/modules/WorkerPoolManager/WorkerPoolManagerModulePoolManager.h | zer0infinity/CuteForCoast | 37d933c5fe2e0ce9a801f51b2aa27c7a18098511 | [
"BSD-3-Clause"
] | null | null | null | /*
* Copyright (c) 2005, Peter Sommerlad and IFS Institute for Software at HSR Rapperswil, Switzerland
* All rights reserved.
*
* This library/application is free software; you can redistribute and/or modify it under the terms of
* the license that is included with this library/application in the file license.txt.... | 32.181818 | 102 | 0.765133 | [
"vector"
] |
1feb7ff895f586d8fdddf79ebe699fa6a9e271e8 | 1,400 | h | C | Forms_Chinczyk/Gracz.h | qvx3/KrystianLudo | a26c238a469ab87e5de50a756b57b3990bc9eac7 | [
"CC0-1.0"
] | null | null | null | Forms_Chinczyk/Gracz.h | qvx3/KrystianLudo | a26c238a469ab87e5de50a756b57b3990bc9eac7 | [
"CC0-1.0"
] | null | null | null | Forms_Chinczyk/Gracz.h | qvx3/KrystianLudo | a26c238a469ab87e5de50a756b57b3990bc9eac7 | [
"CC0-1.0"
] | null | null | null | #pragma once
#include "Pion.h"
// Konsola, string
#include < iostream >
#include < conio.h >
// Kolekcje pionow
#include < vector >
// Obowiazkowo dla STL/CLR
using namespace std ;
class Gracz
{
static int PIONOW ;
static bool BETATEST ;
// Personalia
string imie ;
int numer ;
// Ile p... | 8.860759 | 50 | 0.610714 | [
"vector"
] |
1fff90dacdb778f7906b3348e5d9262aca3b98d8 | 1,533 | h | C | camera/hal/intel/ipu6/src/core/StreamSource.h | dgreid/platform2 | 9b8b30df70623c94f1c8aa634dba94195343f37b | [
"BSD-3-Clause"
] | 4 | 2020-07-24T06:54:16.000Z | 2021-06-16T17:13:53.000Z | camera/hal/intel/ipu6/src/core/StreamSource.h | dgreid/platform2 | 9b8b30df70623c94f1c8aa634dba94195343f37b | [
"BSD-3-Clause"
] | 1 | 2021-04-02T17:35:07.000Z | 2021-04-02T17:35:07.000Z | camera/hal/intel/ipu6/src/core/StreamSource.h | dgreid/platform2 | 9b8b30df70623c94f1c8aa634dba94195343f37b | [
"BSD-3-Clause"
] | null | null | null | /*
* Copyright (C) 2019-2020 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 ... | 31.285714 | 80 | 0.692107 | [
"vector"
] |
9504b2fe8db7bdc997a285e4f73c8d20462850a5 | 4,133 | h | C | CPP/Targets/SupportWFLib/symbian/NewAudioServerTypes.h | wayfinder/Wayfinder-S60-Navigator | 14d1b729b2cea52f726874687e78f17492949585 | [
"BSD-3-Clause"
] | 6 | 2015-12-01T01:12:33.000Z | 2021-07-24T09:02:34.000Z | CPP/Targets/SupportWFLib/symbian/NewAudioServerTypes.h | wayfinder/Wayfinder-S60-Navigator | 14d1b729b2cea52f726874687e78f17492949585 | [
"BSD-3-Clause"
] | null | null | null | CPP/Targets/SupportWFLib/symbian/NewAudioServerTypes.h | wayfinder/Wayfinder-S60-Navigator | 14d1b729b2cea52f726874687e78f17492949585 | [
"BSD-3-Clause"
] | 2 | 2017-02-02T19:31:29.000Z | 2018-12-17T21:00:45.000Z | /*
Copyright (c) 1999 - 2010, Vodafone Group Services Ltd
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this list... | 31.075188 | 207 | 0.699008 | [
"vector"
] |
950d13a40ab655608b163e58d78580fb29b6de19 | 4,775 | h | C | libtsuba/include/tsuba/RDG.h | swreinehr/katana | 9b4eef12dfeb79e35aa07a3a335ce35b3e97c08d | [
"BSD-3-Clause"
] | 1 | 2021-01-29T23:08:11.000Z | 2021-01-29T23:08:11.000Z | libtsuba/include/tsuba/RDG.h | swreinehr/katana | 9b4eef12dfeb79e35aa07a3a335ce35b3e97c08d | [
"BSD-3-Clause"
] | null | null | null | libtsuba/include/tsuba/RDG.h | swreinehr/katana | 9b4eef12dfeb79e35aa07a3a335ce35b3e97c08d | [
"BSD-3-Clause"
] | 1 | 2021-05-06T02:58:13.000Z | 2021-05-06T02:58:13.000Z | #ifndef GALOIS_LIBTSUBA_TSUBA_RDG_H_
#define GALOIS_LIBTSUBA_TSUBA_RDG_H_
#include <cstdint>
#include <memory>
#include <string>
#include <arrow/api.h>
#include <arrow/chunked_array.h>
#include <nlohmann/json.hpp>
#include "galois/Result.h"
#include "galois/Uri.h"
#include "galois/config.h"
#include "tsuba/Errors.h"... | 28.76506 | 80 | 0.717696 | [
"vector"
] |
95148872619ae5bdded6d8cbfac371fdc387cf2c | 3,014 | h | C | Engine/ModuleRenderer3D.h | elliotjb/CulverinEngine-Project3 | cc386713dd786e2a52cc9b219a0d701a9398f202 | [
"MIT"
] | 2 | 2018-01-20T18:17:22.000Z | 2018-01-20T18:17:28.000Z | Engine/ModuleRenderer3D.h | TempName0/TempMotor3D_P3 | cc386713dd786e2a52cc9b219a0d701a9398f202 | [
"MIT"
] | null | null | null | Engine/ModuleRenderer3D.h | TempName0/TempMotor3D_P3 | cc386713dd786e2a52cc9b219a0d701a9398f202 | [
"MIT"
] | 1 | 2018-06-16T16:12:11.000Z | 2018-06-16T16:12:11.000Z | #ifndef _MODULERENDERER3D_
#define _MODULERENDERER3D_
#include "Globals.h"
#include "Module.h"
#include "Light.h"
#include "parson.h"
#include "ModuleShaders.h"
#include "Materials.h"
#include "Screenshot_and_gif.h"
#include <gl/GL.h>
#include <gl/GLU.h>
#define MAX_LIGHTS 9
class CompCamera;
class CubeMap_Textur... | 23.546875 | 125 | 0.760451 | [
"render",
"vector"
] |
95175af0bcef3faae476de9311a770e76f570e73 | 2,331 | h | C | kr_viz/rviz_ba_viewer/include/rviz_ba_viewer/ba_display.h | KumarRobotics/kr_utils | 049685a8fd9bb8a37490cafeda94b4ab652c829e | [
"Apache-2.0"
] | 3 | 2016-10-12T01:59:44.000Z | 2019-10-19T05:03:26.000Z | kr_viz/rviz_ba_viewer/include/rviz_ba_viewer/ba_display.h | KumarRobotics/kr_utils | 049685a8fd9bb8a37490cafeda94b4ab652c829e | [
"Apache-2.0"
] | 3 | 2016-02-25T08:58:26.000Z | 2016-02-29T07:25:38.000Z | kr_viz/rviz_ba_viewer/include/rviz_ba_viewer/ba_display.h | KumarRobotics/kr_utils | 049685a8fd9bb8a37490cafeda94b4ab652c829e | [
"Apache-2.0"
] | 11 | 2015-01-13T12:39:24.000Z | 2019-10-19T05:03:30.000Z | /*
* ba_display.h
*
* Copyright (c) 2014 Gareth Cross, Chao Qu. All rights reserved.
*/
#ifndef RVIZ_BA_DISPLAY_H_
#define RVIZ_BA_DISPLAY_H_
#include <rviz/display.h>
#include <QObject>
#include <map>
#include <rviz_ba_viewer/keyframe_object.hpp>
#include <rviz_ba_viewer/feature_rays_object.hpp>
#include <rviz... | 23.785714 | 80 | 0.724153 | [
"render",
"transform"
] |
95178441bc79b4653cee6a546c10751862cdf46c | 2,416 | h | C | Engine/Source/Editor/Sequencer/Private/SequencerMovieSceneObjectManager.h | PopCap/GameIdea | 201e1df50b2bc99afc079ce326aa0a44b178a391 | [
"BSD-2-Clause"
] | null | null | null | Engine/Source/Editor/Sequencer/Private/SequencerMovieSceneObjectManager.h | PopCap/GameIdea | 201e1df50b2bc99afc079ce326aa0a44b178a391 | [
"BSD-2-Clause"
] | 2 | 2015-06-21T17:38:11.000Z | 2015-06-22T20:54:42.000Z | Engine/Source/Editor/Sequencer/Private/SequencerMovieSceneObjectManager.h | PopCap/GameIdea | 201e1df50b2bc99afc079ce326aa0a44b178a391 | [
"BSD-2-Clause"
] | null | null | null | // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
#pragma once
#include "MovieSceneObjectManager.h"
#include "SequencerPossessedObject.h"
#include "SequencerMovieSceneObjectManager.generated.h"
/**
* Movie scene object manager used by Sequencer.
*/
UCLASS(BlueprintType, MinimalAPI)
class USequencerMovi... | 31.789474 | 115 | 0.784354 | [
"object"
] |
9524050e9b105b5c10f71ddfa6d2f94c543f391a | 225 | h | C | GameEngine/Headers/ModelCE.h | GPUWorks/OpenGL-Mini-CAD-2D | fedb903302f82a1d1ff0ca6776687a60a237008a | [
"MIT"
] | 1 | 2021-08-10T02:48:57.000Z | 2021-08-10T02:48:57.000Z | GameEngine/Headers/ModelCE.h | GPUWorks/OpenGL-Mini-CAD-2D | fedb903302f82a1d1ff0ca6776687a60a237008a | [
"MIT"
] | null | null | null | GameEngine/Headers/ModelCE.h | GPUWorks/OpenGL-Mini-CAD-2D | fedb903302f82a1d1ff0ca6776687a60a237008a | [
"MIT"
] | null | null | null | #pragma once
namespace model
{
enum CurveType
{
NONE = 0,
HERMITE = 1,
BEZIER = 2,
BSPLINE = 4,
NURBS = 8,
SPLINE = 16,
S_BEZIER = 32,
S_SPLINE = 64,
S_NURBS = 128,
AXIS = 256
};
} | 11.25 | 17 | 0.515556 | [
"model"
] |
953523254c74b68dfcb1f05e456a582692859bae | 766 | h | C | SOLVER/src/core/point/solid_fluid/SFCoupling3D.h | kuangdai/AxiSEM3D | fd9da14e9107783e3b07b936c67af2412146e099 | [
"MIT"
] | 17 | 2016-12-16T03:13:57.000Z | 2021-12-15T01:56:45.000Z | SOLVER/src/core/point/solid_fluid/SFCoupling3D.h | syzeng-duduxi/AxiSEM3D | fd9da14e9107783e3b07b936c67af2412146e099 | [
"MIT"
] | 6 | 2018-01-15T17:17:20.000Z | 2020-03-18T09:53:58.000Z | SOLVER/src/core/point/solid_fluid/SFCoupling3D.h | syzeng-duduxi/AxiSEM3D | fd9da14e9107783e3b07b936c67af2412146e099 | [
"MIT"
] | 19 | 2016-12-28T16:55:00.000Z | 2021-06-23T01:02:16.000Z | // SFCoupling3D.h
// created by Kuangdai on 5-Apr-2016
// 3D solid-fluid boundary condition
#pragma once
#include "SFCoupling.h"
class SFCoupling3D: public SFCoupling {
public:
SFCoupling3D(const RMatX3 &n, const RMatX3 &n_invmf):
mNormal_unassembled(n),
mNormal_assembled_invMassFluid(n_invm... | 26.413793 | 80 | 0.708877 | [
"3d",
"solid"
] |
4e667c4fa01d4769e176ded1a78353923e0af25c | 1,190 | h | C | Code/Modules/mutalisk/mesh.h | mrneo240/suicide-barbie | c8b01f9c04755e7f6d1d261fc4a1600cd6705b96 | [
"MIT"
] | 57 | 2021-01-02T00:18:22.000Z | 2022-03-27T14:40:25.000Z | Code/Modules/mutalisk/mesh.h | mrneo240/suicide-barbie | c8b01f9c04755e7f6d1d261fc4a1600cd6705b96 | [
"MIT"
] | 1 | 2021-01-05T20:43:02.000Z | 2021-01-11T23:04:41.000Z | Code/Modules/mutalisk/mesh.h | mrneo240/suicide-barbie | c8b01f9c04755e7f6d1d261fc4a1600cd6705b96 | [
"MIT"
] | 8 | 2021-01-01T22:34:43.000Z | 2022-03-22T01:21:26.000Z | #ifndef MUTALISK_DATA_MESH_H_
#define MUTALISK_DATA_MESH_H_
#include "common.h"
#include <string>
namespace mutalisk { namespace data
{
struct base_mesh
{
unsigned int vertexCount;
unsigned int vertexStride;
unsigned int vertexDataSize;
byte* vertexData;
unsigned int indexCount;
unsigned int indexSize... | 18.307692 | 73 | 0.696639 | [
"mesh"
] |
4e6ba0c5dab945e5924edf856fd075a173592e79 | 12,796 | c | C | components/aos/src/ringblk_buf.c | 1847123212/YoC-open | f4e20c67256472d863ea6d118e3ecbaa1e879d4a | [
"Apache-2.0"
] | 9 | 2020-05-12T03:01:55.000Z | 2021-08-12T10:22:31.000Z | components/aos/src/ringblk_buf.c | 1847123212/YoC-open | f4e20c67256472d863ea6d118e3ecbaa1e879d4a | [
"Apache-2.0"
] | null | null | null | components/aos/src/ringblk_buf.c | 1847123212/YoC-open | f4e20c67256472d863ea6d118e3ecbaa1e879d4a | [
"Apache-2.0"
] | 12 | 2020-04-15T11:37:33.000Z | 2021-09-13T13:19:04.000Z | /*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2018-08-25 armink the first version
*/
#include "aos/ringblk_buf.h"
#include <aos/debug.h>
#include <aos/kernel.h>
/**
* ring block buffer object i... | 26.658333 | 98 | 0.513832 | [
"object"
] |
4e6ec6f939b426f4fa0ec3db1e3f32a544796731 | 6,105 | h | C | LFR/include/util/window.h | zhouheping239/AOS | 2346ab523dacffe7612da2e45173b98c4433fc5a | [
"Intel"
] | 26 | 2021-06-24T07:21:16.000Z | 2022-03-10T17:16:26.000Z | LFR/include/util/window.h | zhouheping239/AOS | 2346ab523dacffe7612da2e45173b98c4433fc5a | [
"Intel"
] | 3 | 2021-08-06T18:56:37.000Z | 2022-01-24T15:13:13.000Z | LFR/include/util/window.h | zhouheping239/AOS | 2346ab523dacffe7612da2e45173b98c4433fc5a | [
"Intel"
] | 11 | 2021-07-13T13:29:53.000Z | 2022-03-08T02:25:30.000Z | #pragma once
#ifndef WINDOW_H
#define WINDOW_H
#include "imgui/imgui.h"
#include "imgui/imgui_impl_glfw.h"
#include "imgui/imgui_impl_opengl3.h"
#include <glad/glad.h> // holds all OpenGL type declarations
#define GLFW_INCLUDE_NONE
#include <GLFW/glfw3.h>
//#include <nanogui/nanogui.h>
#include <string>
#include <... | 26.543478 | 95 | 0.619984 | [
"vector"
] |
4e7c5c54b214ccdb5cd2007804a9e605a3d8e127 | 1,420 | h | C | modulemd/v1/include/modulemd-1.0/private/modulemd-subdocument-private.h | AarushiSingh09/libmodulemd | 707a59858252fe176759f75fe2851212b30f0b87 | [
"MIT"
] | 1 | 2019-03-12T05:36:55.000Z | 2019-03-12T05:36:55.000Z | modulemd/v1/include/modulemd-1.0/private/modulemd-subdocument-private.h | AarushiSingh09/libmodulemd | 707a59858252fe176759f75fe2851212b30f0b87 | [
"MIT"
] | null | null | null | modulemd/v1/include/modulemd-1.0/private/modulemd-subdocument-private.h | AarushiSingh09/libmodulemd | 707a59858252fe176759f75fe2851212b30f0b87 | [
"MIT"
] | null | null | null | /*
* This file is part of libmodulemd
* Copyright (C) 2017-2018 Stephen Gallagher
*
* Fedora-License-Identifier: MIT
* SPDX-2.0-License-Identifier: MIT
* SPDX-3.0-License-Identifier: MIT
*
* This program is free software.
* For more information on the license, see COPYING.
* For more information on free softw... | 21.846154 | 95 | 0.730986 | [
"object"
] |
4e7ebd41bc5c8a6eae5fce6f4dc5a0b76827208e | 1,169 | h | C | Aplicacion Movil/generated/bundles/login-transition/build/Android/Preview/app/src/main/include/FuseJS.Bundle.ExtractClosure.h | marferfer/SpinOff-LoL | a9dba8ac9dd476ec1ef94712d9a8e76d3b45aca8 | [
"Apache-2.0"
] | null | null | null | Aplicacion Movil/generated/bundles/login-transition/build/Android/Preview/app/src/main/include/FuseJS.Bundle.ExtractClosure.h | marferfer/SpinOff-LoL | a9dba8ac9dd476ec1ef94712d9a8e76d3b45aca8 | [
"Apache-2.0"
] | null | null | null | Aplicacion Movil/generated/bundles/login-transition/build/Android/Preview/app/src/main/include/FuseJS.Bundle.ExtractClosure.h | marferfer/SpinOff-LoL | a9dba8ac9dd476ec1ef94712d9a8e76d3b45aca8 | [
"Apache-2.0"
] | null | null | null | // This file was generated based on C:/Users/JuanJose/AppData/Local/Fusetools/Packages/FuseJS/1.9.0/Bundle.uno.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Uno.Object.h>
namespace g{namespace FuseJS{struct Bundle__ExtractClosure;}}
namespace g{
namespace FuseJS{
// privat... | 37.709677 | 144 | 0.791275 | [
"object"
] |
4e7f6fd9dce0938d878aadc76eb1147ea6081166 | 1,616 | h | C | ConfProfile/jni/strongswan/src/libcharon/plugins/eap_identity/eap_identity.h | Infoss/conf-profile-4-android | 619bd63095bb0f5a67616436d5510d24a233a339 | [
"MIT"
] | 2 | 2017-10-16T07:51:18.000Z | 2019-06-16T12:07:52.000Z | strongswan/strongswan-5.3.2/src/libcharon/plugins/eap_identity/eap_identity.h | SECURED-FP7/secured-mobility-ned | 36fdbfee58a31d42f7047f7a7eaa1b2b70246151 | [
"Apache-2.0"
] | 5 | 2016-01-25T18:04:42.000Z | 2016-02-25T08:54:56.000Z | strongswan/strongswan-5.3.2/src/libcharon/plugins/eap_identity/eap_identity.h | SECURED-FP7/secured-mobility-ned | 36fdbfee58a31d42f7047f7a7eaa1b2b70246151 | [
"Apache-2.0"
] | 2 | 2016-01-25T17:14:17.000Z | 2016-02-13T20:14:09.000Z | /*
* Copyright (C) 2008 Martin Willi
* Hochschule fuer Technik Rapperswil
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option) any late... | 26.933333 | 77 | 0.731436 | [
"object"
] |
4e8ce3b65d998d04c8db67e2b3b132d656938961 | 741 | h | C | include/vm_object.h | wmoczulsky/mimiker | de6511df5aeeddaab2cfffa4a7fbbf27d9f4c08a | [
"BSD-3-Clause"
] | null | null | null | include/vm_object.h | wmoczulsky/mimiker | de6511df5aeeddaab2cfffa4a7fbbf27d9f4c08a | [
"BSD-3-Clause"
] | null | null | null | include/vm_object.h | wmoczulsky/mimiker | de6511df5aeeddaab2cfffa4a7fbbf27d9f4c08a | [
"BSD-3-Clause"
] | null | null | null | #ifndef _SYS_VM_OBJECT_H_
#define _SYS_VM_OBJECT_H_
#include <queue.h>
#include <pmap.h>
#include <vm.h>
/* At the moment assume object is owned by only one vm_map */
typedef struct vm_object {
TAILQ_HEAD(, vm_page) list;
RB_HEAD(vm_object_tree, vm_page) tree;
size_t size;
size_t npages;
pager_t *pgr;
} vm_... | 28.5 | 71 | 0.77193 | [
"object"
] |
4e97fb1634a76ec842d272aae941f3a4ddf864e7 | 20,280 | h | C | robowflex_tesseract/include/robowflex_tesseract/trajopt_planner.h | aorthey/robowflex | 09eeb3a380344500508f53cf8469e9878e746c39 | [
"BSD-3-Clause"
] | null | null | null | robowflex_tesseract/include/robowflex_tesseract/trajopt_planner.h | aorthey/robowflex | 09eeb3a380344500508f53cf8469e9878e746c39 | [
"BSD-3-Clause"
] | null | null | null | robowflex_tesseract/include/robowflex_tesseract/trajopt_planner.h | aorthey/robowflex | 09eeb3a380344500508f53cf8469e9878e746c39 | [
"BSD-3-Clause"
] | null | null | null | /* Author: Carlos Quintero Pena */
#ifndef ROBOWFLEX_TRAJOPT_PLANNER_
#define ROBOWFLEX_TRAJOPT_PLANNER_
#include <robowflex_library/class_forward.h>
#include <robowflex_library/builder.h>
#include <robowflex_library/planning.h>
#include <tesseract_planning/trajopt/trajopt_planner.h>
#include <tesseract_ros/kdl/kdl_e... | 56.177285 | 110 | 0.605572 | [
"object",
"vector",
"model"
] |
4e9e36b4b9ce39586b96339bb58ad8f07c6ed350 | 3,007 | h | C | IOS/Carthage/Checkouts/spark-setup-ios/Carthage/Checkouts/spark-sdk-ios/Example/SparkDevice.h | Connorrr/ParticleAlarm | aafb89820579c5a281461514ecbd42b52ea36915 | [
"MIT"
] | 57 | 2015-03-11T22:41:48.000Z | 2017-08-28T02:24:05.000Z | IOS/Carthage/Checkouts/spark-setup-ios/Carthage/Checkouts/spark-sdk-ios/Example/SparkDevice.h | Connorrr/ParticleAlarm | aafb89820579c5a281461514ecbd42b52ea36915 | [
"MIT"
] | 34 | 2015-03-11T08:40:57.000Z | 2016-12-25T20:45:18.000Z | IOS/Carthage/Checkouts/spark-setup-ios/Carthage/Checkouts/spark-sdk-ios/Example/SparkDevice.h | Connorrr/ParticleAlarm | aafb89820579c5a281461514ecbd42b52ea36915 | [
"MIT"
] | 44 | 2015-03-11T08:57:02.000Z | 2017-09-25T21:11:12.000Z | //
// SparkDevice.h
// mobile-sdk-ios
//
// Created by Ido Kleinman on 11/7/14.
// Copyright (c) 2014-2015 Spark. All rights reserved.
//
#import <Foundation/Foundation.h>
//#import <AFNetworking/AFNetworking.h>
typedef NS_ENUM(NSInteger, SparkDeviceType) {
SparkDeviceTypeCore=1,
SparkDeviceTypePhoton,
};... | 31.989362 | 233 | 0.734952 | [
"object"
] |
4ec0c9b631f04b04685017d7525de7229cf830b1 | 2,836 | h | C | src/lib/SceMi/bsvxactors/BSVVectorT.h | GaloisInc/BESSPIN-BSC | 21a0a8cba9e643ef5afcb87eac164cc33ea83e94 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | 1 | 2022-02-11T01:52:42.000Z | 2022-02-11T01:52:42.000Z | src/lib/SceMi/bsvxactors/BSVVectorT.h | GaloisInc/BESSPIN-BSC | 21a0a8cba9e643ef5afcb87eac164cc33ea83e94 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | null | null | null | src/lib/SceMi/bsvxactors/BSVVectorT.h | GaloisInc/BESSPIN-BSC | 21a0a8cba9e643ef5afcb87eac164cc33ea83e94 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | null | null | null | // Copyright (c) 2009, Bluespec, Inc. ALL RIGHTS RESERVED
#pragma once
#include "BSVType.h"
#include <cstdio>
#include <sstream>
// Wrapper Class for Bluespec's Vector#(n,t) type and its conversion to and from SceMiMessages
template <unsigned int N, class T>
class BSVVectorT : public BSVType {
public:
T v[N];
... | 28.079208 | 99 | 0.574048 | [
"vector"
] |
4eca838340c62baec965be7af61b832a353161e3 | 6,913 | c | C | common/mex/com3.c | elgw/dotter | 8fe0ab3610ff5473bccbac169795a0d1b72c1938 | [
"MIT"
] | 1 | 2021-12-15T08:20:13.000Z | 2021-12-15T08:20:13.000Z | common/mex/com3.c | elgw/dotter | 8fe0ab3610ff5473bccbac169795a0d1b72c1938 | [
"MIT"
] | null | null | null | common/mex/com3.c | elgw/dotter | 8fe0ab3610ff5473bccbac169795a0d1b72c1938 | [
"MIT"
] | null | null | null | #include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include <stdint.h>
#include <math.h>
#include <assert.h>
#include <gsl/gsl_math.h>
#include "com3.h"
// #define debugmode 1
int unit_tests(void);
const int64_t comr = 2; // Radius of com filter in pixels
// The filter will... | 22.3 | 108 | 0.48416 | [
"3d"
] |
4ee2ce54e6ed3fd3ec885cba8390e84e5c86e283 | 314 | h | C | src/server/entity/ts_grenadeprojectile.h | Frag-Net/FreeTS | e5d070d4a6a0ecc88df7f61bac36486be5fb6a3b | [
"0BSD"
] | 6 | 2021-07-30T10:14:24.000Z | 2022-02-10T21:51:38.000Z | src/server/entity/ts_grenadeprojectile.h | Frag-Net/FreeTS | e5d070d4a6a0ecc88df7f61bac36486be5fb6a3b | [
"0BSD"
] | null | null | null | src/server/entity/ts_grenadeprojectile.h | Frag-Net/FreeTS | e5d070d4a6a0ecc88df7f61bac36486be5fb6a3b | [
"0BSD"
] | 1 | 2021-07-30T19:10:46.000Z | 2021-07-30T19:10:46.000Z |
class TS_GrenadeProjectile{
void(void) TS_GrenadeProjectile;
static void(void) precache;
static TS_GrenadeProjectile(player arg_player, vector arg_vOrigin, vector arg_vThrowDir, vector arg_vPlayerForward, int arg_weaponTypeID) generate;
virtual void(void) touch;
};
void TS_GrenadeProjectile_Explode(void);
| 31.4 | 148 | 0.828025 | [
"vector"
] |
4eefc8350a4f43116631d1910b7a79e89bc737d1 | 1,840 | h | C | src/chrono_vehicle/chassis/ChassisConnectorArticulated.h | Benatti1991/chrono | d927a7fae8ed2f4e6695cacaef28c605fcd9ffaf | [
"BSD-3-Clause"
] | 1,383 | 2015-02-04T14:17:40.000Z | 2022-03-30T04:58:16.000Z | src/chrono_vehicle/chassis/ChassisConnectorArticulated.h | Benatti1991/chrono | d927a7fae8ed2f4e6695cacaef28c605fcd9ffaf | [
"BSD-3-Clause"
] | 245 | 2015-01-11T15:30:51.000Z | 2022-03-30T21:28:54.000Z | src/chrono_vehicle/chassis/ChassisConnectorArticulated.h | Benatti1991/chrono | d927a7fae8ed2f4e6695cacaef28c605fcd9ffaf | [
"BSD-3-Clause"
] | 351 | 2015-02-04T14:17:47.000Z | 2022-03-30T04:42:52.000Z | // =============================================================================
// PROJECT CHRONO - http://projectchrono.org
//
// Copyright (c) 2014 projectchrono.org
// All rights reserved.
//
// Use of this source code is governed by a BSD-style license that can be found
// in the LICENSE file at the top level of t... | 33.454545 | 119 | 0.625543 | [
"model"
] |
4ef3bb05f6080cf907cc9a5bb6ef68b803d9f931 | 7,108 | h | C | mysqlshdk/libs/utils/utils_path.h | mueller/mysql-shell | 29bafc5692bd536a12c4e41c54cb587375fe52cf | [
"Apache-2.0"
] | 119 | 2016-04-14T14:16:22.000Z | 2022-03-08T20:24:38.000Z | mysqlshdk/libs/utils/utils_path.h | mueller/mysql-shell | 29bafc5692bd536a12c4e41c54cb587375fe52cf | [
"Apache-2.0"
] | 9 | 2017-04-26T20:48:42.000Z | 2021-09-07T01:52:44.000Z | mysqlshdk/libs/utils/utils_path.h | mueller/mysql-shell | 29bafc5692bd536a12c4e41c54cb587375fe52cf | [
"Apache-2.0"
] | 51 | 2016-07-20T05:06:48.000Z | 2022-03-09T01:20:53.000Z | /*
* Copyright (c) 2017, 2020, 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, version 2.0,
* as published by the Free Software Foundation.
*
* This program is also distributed with... | 33.687204 | 80 | 0.695554 | [
"vector"
] |
4ef51db76dcace97c171b0455f5afc9aa5139ec0 | 240 | h | C | eos_dev/eos_dev/eos/eos.h | amortaza/eos | 23ca52203fa0beece14430d6eee43f2b249376a6 | [
"MIT"
] | null | null | null | eos_dev/eos_dev/eos/eos.h | amortaza/eos | 23ca52203fa0beece14430d6eee43f2b249376a6 | [
"MIT"
] | null | null | null | eos_dev/eos_dev/eos/eos.h | amortaza/eos | 23ca52203fa0beece14430d6eee43f2b249376a6 | [
"MIT"
] | null | null | null | #pragma once
#include "bellina/bl-node.h"
namespace eos {
void render(bl::Node *);
namespace _ {
void renderLabel(bl::Node *node, int dx, int dy);
void renderBorder(bl::Node *node, bool mustTopCanvas, int deltaX, int deltaY);
}
}
| 18.461538 | 80 | 0.6875 | [
"render"
] |
4ef5bd79fb7f36c4993ef97c02ce50b51358a810 | 21,922 | h | C | core-src/AlphaBeta.h | Quuxplusone/Homeworlds | 8e193a60a0cc59901df1980f3866731d5c1ee15a | [
"BSD-2-Clause"
] | 11 | 2016-07-01T10:51:58.000Z | 2021-03-18T07:59:32.000Z | core-src/AlphaBeta.h | Quuxplusone/Homeworlds | 8e193a60a0cc59901df1980f3866731d5c1ee15a | [
"BSD-2-Clause"
] | 1 | 2017-06-11T04:30:09.000Z | 2017-06-11T04:30:09.000Z | core-src/AlphaBeta.h | Quuxplusone/Homeworlds | 8e193a60a0cc59901df1980f3866731d5c1ee15a | [
"BSD-2-Clause"
] | 3 | 2016-02-27T16:53:28.000Z | 2017-06-10T19:21:24.000Z | #pragma once
#include <stddef.h>
#include <assert.h>
#include <queue>
#include <vector>
template<typename State // a state of the world, not necessarily including whose turn it is
,typename Move // an indication of how to get from one state to another state
,typename Value // a s... | 45.481328 | 124 | 0.600128 | [
"vector"
] |
4ef660d873aa9bc68c2fcdf415c416385aca5f48 | 8,241 | h | C | matchinglib_poselib/source/poselib/include/arrsac/sample_consensus_estimator.h | josefmaierfl/matchinglib_poselib | 3bd7125a1ddfea68dfa95c8b3f978cba4a678348 | [
"MIT"
] | 1 | 2021-12-30T14:58:18.000Z | 2021-12-30T14:58:18.000Z | matchinglib_poselib/source/poselib/include/arrsac/sample_consensus_estimator.h | josefmaierfl/matchinglib_poselib | 3bd7125a1ddfea68dfa95c8b3f978cba4a678348 | [
"MIT"
] | 1 | 2020-08-19T16:11:15.000Z | 2020-08-19T16:11:15.000Z | matchinglib_poselib/source/poselib/include/arrsac/sample_consensus_estimator.h | josefmaierfl/matchinglib_poselib | 3bd7125a1ddfea68dfa95c8b3f978cba4a678348 | [
"MIT"
] | 2 | 2020-09-28T13:20:59.000Z | 2022-01-04T10:56:02.000Z | // Copyright (C) 2013 The Regents of the University of California (Regents).
// 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 th... | 39.620192 | 81 | 0.683776 | [
"vector",
"model"
] |
4efac4e9cce861fb123e66e39fe68877e021c616 | 1,284 | h | C | Files/CollectionsAdditions.h | n-b/Bicyclette | 18393a2accd71ffc4317879835a103aa69db9b16 | [
"BSD-2-Clause"
] | 13 | 2015-01-25T17:07:14.000Z | 2021-07-17T13:37:58.000Z | Files/CollectionsAdditions.h | n-b/Bicyclette | 18393a2accd71ffc4317879835a103aa69db9b16 | [
"BSD-2-Clause"
] | 6 | 2015-03-14T09:41:13.000Z | 2018-01-08T08:03:13.000Z | Files/CollectionsAdditions.h | n-b/Bicyclette | 18393a2accd71ffc4317879835a103aa69db9b16 | [
"BSD-2-Clause"
] | 7 | 2015-08-25T20:48:07.000Z | 2021-07-17T13:38:02.000Z | //
// CollectionsAdditions.h
//
// Created by Nicolas Bouilleaud a long time ago.
//
#import <Foundation/Foundation.h>
@interface NSArray (Additions)
/*
* KVC related addition : find and return the first object in the array whose value for key *key* is equal to *value*.
* will return n il if no such object is fo... | 27.319149 | 118 | 0.722741 | [
"object"
] |
4efc6d71ac35f9edf5e9632786415bfb4f1dd83d | 2,704 | h | C | plugins/material/parser/ParseGrammarContext.h | zapolnov/game_engine | cd22dc0f49aeadd660eec3ea9b95b1ca2696f97a | [
"MIT",
"Unlicense"
] | null | null | null | plugins/material/parser/ParseGrammarContext.h | zapolnov/game_engine | cd22dc0f49aeadd660eec3ea9b95b1ca2696f97a | [
"MIT",
"Unlicense"
] | null | null | null | plugins/material/parser/ParseGrammarContext.h | zapolnov/game_engine | cd22dc0f49aeadd660eec3ea9b95b1ca2696f97a | [
"MIT",
"Unlicense"
] | null | null | null | /*
* Copyright (c) 2015 Nikolay Zapolnov (zapolnov@gmail.com).
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, c... | 34.666667 | 102 | 0.697485 | [
"vector"
] |
ab8c3ba3da7cec195051b460cb05af44bf2862f0 | 3,410 | h | C | utils_tests.h | martinjvickers/alfsc_rewrite | a4f265fa7d30d8b98d8e5df3f0a223b0cc5a31f0 | [
"MIT"
] | 5 | 2018-04-09T13:28:16.000Z | 2021-04-26T04:59:29.000Z | utils_tests.h | martinjvickers/KAST | b58649a253f34d888a49f6c251f166744257289f | [
"MIT"
] | 30 | 2017-04-03T16:20:21.000Z | 2018-11-23T15:43:03.000Z | utils_tests.h | martinjvickers/alfsc_rewrite | a4f265fa7d30d8b98d8e5df3f0a223b0cc5a31f0 | [
"MIT"
] | 1 | 2022-03-15T14:55:58.000Z | 2022-03-15T14:55:58.000Z | #include "utils.h"
using namespace seqan;
using namespace std;
SEQAN_DEFINE_TEST(count_dna)
{
}
SEQAN_DEFINE_TEST(mask_count_dna)
{
String<Dna5> seq = "AGGCAGCGTACGAACCTACTGGAGTTGCGGTATGGGACCAGGCGACCTCTGATGCAGAGATACAGGAGCGCCGCGCCGGGTCTTCCTTGTAGAAGTCCTG";
String<unsigned> counts;
int klen = 5;
int effect... | 25.259259 | 125 | 0.648094 | [
"shape",
"vector"
] |
aba7a3b10f8a465c31e7473c02dbae592b47d729 | 398 | h | C | TeslaEngine/tesla/tesla.h | ericmux/tesla-engine | 8c156e75de9d2fc2afe29987b028c54649d9b212 | [
"MIT"
] | null | null | null | TeslaEngine/tesla/tesla.h | ericmux/tesla-engine | 8c156e75de9d2fc2afe29987b028c54649d9b212 | [
"MIT"
] | 4 | 2015-03-12T21:12:07.000Z | 2015-03-12T21:20:10.000Z | TeslaEngine/tesla/tesla.h | ericmux/tesla-engine | 8c156e75de9d2fc2afe29987b028c54649d9b212 | [
"MIT"
] | null | null | null | //
// tesla.h
// TeslaEngine
//
// Created by Eric Muxagata on 2/11/15.
// Copyright (c) 2015 Eric Muxagata. All rights reserved.
//
#ifndef TeslaEngine_tesla_h
#define TeslaEngine_tesla_h
#include "Director.h"
//render
#include "Renderer.h"
#include "Texture.h"
#include "RenderCommand.h"
//scene
#include "Scen... | 13.724138 | 58 | 0.701005 | [
"render"
] |
abb170cdf8730233e0d894eb6bd419d12bd75b11 | 5,242 | h | C | src/test/ur_test/include/test_delay.h | Slifer64/ur5_test_delay | c7e8460a89d967615592471ad5d196900c5e89df | [
"MIT"
] | null | null | null | src/test/ur_test/include/test_delay.h | Slifer64/ur5_test_delay | c7e8460a89d967615592471ad5d196900c5e89df | [
"MIT"
] | null | null | null | src/test/ur_test/include/test_delay.h | Slifer64/ur5_test_delay | c7e8460a89d967615592471ad5d196900c5e89df | [
"MIT"
] | null | null | null | #include <memory>
#include <iostream>
#include <fstream>
#include <sstream>
#include <string>
#include <vector>
#include <thread>
#include <chrono>
#include <exception>
#include <armadillo>
#include <ros/ros.h>
#include <ros/package.h>
#include <io_lib/io_lib.h>
#include <ur_robot/ur_robot.h>
#include <io_utils.h>
... | 26.341709 | 128 | 0.547692 | [
"vector"
] |
abbdddcc9711f853770802b4cb506592b1957c24 | 16,444 | h | C | Modelica_DeviceDrivers/Resources/Include/MDDMQTT.h | hubertus65/Modelica_DeviceDrivers | 79df766871e2451f65882fb69e1cfa784df3d792 | [
"BSD-3-Clause"
] | 29 | 2015-04-16T08:02:33.000Z | 2019-02-22T03:06:16.000Z | Modelica_DeviceDrivers/Resources/Include/MDDMQTT.h | hubertus65/Modelica_DeviceDrivers | 79df766871e2451f65882fb69e1cfa784df3d792 | [
"BSD-3-Clause"
] | 172 | 2015-02-06T11:10:55.000Z | 2019-04-03T08:31:39.000Z | Modelica_DeviceDrivers/Resources/Include/MDDMQTT.h | hubertus65/Modelica_DeviceDrivers | 79df766871e2451f65882fb69e1cfa784df3d792 | [
"BSD-3-Clause"
] | 20 | 2015-01-27T10:50:50.000Z | 2019-03-15T11:13:17.000Z | /** MQTT client support (header-only library).
*
* @file
* @author tbeu
* @since 2018-08-13
* @copyright see accompanying file LICENSE_Modelica_DeviceDrivers.txt
*
*/
#ifndef MDDMQTT_H_
#define MDDMQTT_H_
#if !defined(ITI_COMP_SIM)
#include <stdlib.h>
#include <stdio.h>
#if defined(_MSC_VER) && _MSC_VE... | 37.543379 | 140 | 0.583617 | [
"object"
] |
abc837bc2c95b16c083f2cd1cca543c4ca459016 | 1,972 | h | C | closed/Centaur Technology/code/ssd-small/runner/runner.h | ctuning/inference_results_v1.1 | d9176eca28fcf6d7a05ccb97994362a76a1eb5ab | [
"Apache-2.0"
] | 12 | 2021-09-23T08:05:57.000Z | 2022-03-21T03:52:11.000Z | closed/Centaur Technology/code/ssd-small/runner/runner.h | ctuning/inference_results_v1.1 | d9176eca28fcf6d7a05ccb97994362a76a1eb5ab | [
"Apache-2.0"
] | 24 | 2021-07-19T01:09:35.000Z | 2022-03-17T11:44:02.000Z | closed/Centaur Technology/code/ssd-small/runner/runner.h | ctuning/inference_results_v1.1 | d9176eca28fcf6d7a05ccb97994362a76a1eb5ab | [
"Apache-2.0"
] | 16 | 2021-09-23T20:26:38.000Z | 2022-03-09T12:59:56.000Z | #ifndef MLPERF_INFERENCE_RUNNER_RUNNER_H_
#define MLPERF_INFERENCE_RUNNER_RUNNER_H_
#include <stdint.h>
#include <vector>
#include "tensorflow/core/framework/tensor.h"
#include "experimental/mlperf/inference/loadgen/query_sample.h"
#include "experimental/mlperf/inference/runner/loader.h"
#include "experimental/mlpe... | 30.8125 | 100 | 0.760142 | [
"vector"
] |
abc906197b31194d6f0853d6869564161b38361b | 2,323 | h | C | DPSDParametricModel/Axis.h | agalex1974/ProToolkitLExtrusion | 08948465970597d301544e27ae33bdca386528bb | [
"MIT"
] | 2 | 2021-04-02T16:16:04.000Z | 2021-06-16T19:42:14.000Z | DPSDParametricModel/Axis.h | LR-LULU/ProToolkitLExtrusion | 08948465970597d301544e27ae33bdca386528bb | [
"MIT"
] | null | null | null | DPSDParametricModel/Axis.h | LR-LULU/ProToolkitLExtrusion | 08948465970597d301544e27ae33bdca386528bb | [
"MIT"
] | 2 | 2022-02-22T15:25:53.000Z | 2022-03-04T06:24:21.000Z | // Developed by Alexander G. Agathos
// e-mail: alexander.agathos@gmail.com
// MIT license, see the license file in the Git repository.
#ifndef AXIS_H
#define AXIS_H
#include <ProElemId.h>
#include <ProFeatType.h>
#include <ProFeatForm.h>
#include <ProExtrude.h>
#include <ProStdSection.h>
#include <ProSection.h>
#inc... | 30.565789 | 88 | 0.713302 | [
"model"
] |
abca239ea58d324d35e4ecde74bc4a061f9d5c12 | 2,239 | h | C | ConfProfile/jni/strongswan/src/frontends/android/jni/libandroidbridge/kernel/network_manager.h | Infoss/conf-profile-4-android | 619bd63095bb0f5a67616436d5510d24a233a339 | [
"MIT"
] | null | null | null | ConfProfile/jni/strongswan/src/frontends/android/jni/libandroidbridge/kernel/network_manager.h | Infoss/conf-profile-4-android | 619bd63095bb0f5a67616436d5510d24a233a339 | [
"MIT"
] | 5 | 2016-01-25T18:04:42.000Z | 2016-02-25T08:54:56.000Z | ConfProfile/jni/strongswan/src/frontends/android/jni/libandroidbridge/kernel/network_manager.h | Infoss/conf-profile-4-android | 619bd63095bb0f5a67616436d5510d24a233a339 | [
"MIT"
] | 2 | 2016-01-25T17:14:17.000Z | 2016-02-13T20:14:09.000Z | /*
* Copyright (C) 2012-2013 Tobias Brunner
* Hochschule fuer Technik Rapperswil
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option) a... | 26.975904 | 77 | 0.731577 | [
"object"
] |
abe42ebdad0f7faa7f8852691cca1fcad163c01a | 1,110 | h | C | include/submesh.h | jjimenezg93/u-gine3d | 5232dd5e911414a8840b8bfcb4eb7f6952d4c4b8 | [
"MIT"
] | null | null | null | include/submesh.h | jjimenezg93/u-gine3d | 5232dd5e911414a8840b8bfcb4eb7f6952d4c4b8 | [
"MIT"
] | null | null | null | include/submesh.h | jjimenezg93/u-gine3d | 5232dd5e911414a8840b8bfcb4eb7f6952d4c4b8 | [
"MIT"
] | null | null | null | #ifndef UGINE_SUBMESH_H
#define UGINE_SUBMESH_H
#include "array.h"
#include "smartptr.h"
#include "texture.h"
#include "vertex.h"
class Submesh {
public:
static Ptr<Submesh> Create(Ptr<Texture> tex = nullptr);
void AddVertex(const Vertex& v);
void AddTriangle(uint32 v0, uint32 v1, uint32 v2);
Ptr<Texture> GetTe... | 23.125 | 63 | 0.727928 | [
"render"
] |
abe72c82960a2cd1089db3f7edac2b247a9df83e | 856 | h | C | profiling/sol_memory/mailparser.h | allstarschh/training-handout | 86b16316e99ed5c1c7bc8dbb0a77dcf49c7e0a57 | [
"BSD-3-Clause-Clear"
] | null | null | null | profiling/sol_memory/mailparser.h | allstarschh/training-handout | 86b16316e99ed5c1c7bc8dbb0a77dcf49c7e0a57 | [
"BSD-3-Clause-Clear"
] | null | null | null | profiling/sol_memory/mailparser.h | allstarschh/training-handout | 86b16316e99ed5c1c7bc8dbb0a77dcf49c7e0a57 | [
"BSD-3-Clause-Clear"
] | null | null | null | /*************************************************************************
*
* Copyright (c) 2016-2019, Klaralvdalens Datakonsult AB (KDAB)
* All rights reserved.
*
* See the LICENSE.txt file shipped along with this file for the license.
*
*************************************************************************... | 21.4 | 75 | 0.558411 | [
"vector"
] |
8626ff5c6d696562a71c859ab0c5b34d7bd52965 | 7,049 | h | C | tools/oxsmconv/src/OBJ.h | corvance/oxide-nds | e60d26206af81da6617b8f8d5fe9769440d1b3cc | [
"MIT"
] | 1 | 2022-02-26T18:40:20.000Z | 2022-02-26T18:40:20.000Z | tools/oxsmconv/src/OBJ.h | corvance/oxide-nds | e60d26206af81da6617b8f8d5fe9769440d1b3cc | [
"MIT"
] | 1 | 2022-02-26T12:11:45.000Z | 2022-02-26T12:11:45.000Z | tools/oxsmconv/src/OBJ.h | corvance/oxide-nds | e60d26206af81da6617b8f8d5fe9769440d1b3cc | [
"MIT"
] | null | null | null | // ┌────────────────────────────────────────────────────────────────────────────┐
// | |
// | ██████╗ ██╗ ██╗██╗██████╗ ███████╗███╗ ██╗██████╗ ███████╗ |
// | ██╔═══██╗╚██╗██╔╝██║██╔══██╗██╔════╝████╗ ██║██╔══██╗██╔════╝ ... | 41.464706 | 167 | 0.371258 | [
"mesh",
"vector",
"3d"
] |
862bb7d61fb09d23cc5dac76cc370ddd7f2a215a | 37,154 | c | C | usr/src/cmd/sgs/rtld/common/setup.c | AsahiOS/gate | 283d47da4e17a5871d9d575e7ffb81e8f6c52e51 | [
"MIT"
] | null | null | null | usr/src/cmd/sgs/rtld/common/setup.c | AsahiOS/gate | 283d47da4e17a5871d9d575e7ffb81e8f6c52e51 | [
"MIT"
] | null | null | null | usr/src/cmd/sgs/rtld/common/setup.c | AsahiOS/gate | 283d47da4e17a5871d9d575e7ffb81e8f6c52e51 | [
"MIT"
] | 1 | 2020-12-30T00:04:16.000Z | 2020-12-30T00:04:16.000Z | /*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License (the "License").
* You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolar... | 30.2557 | 79 | 0.670237 | [
"object",
"vector"
] |
862bd4eeb287eaef648ea8e2d1f6e669149c262b | 665 | h | C | render-pipeline/shader/s_lab/shader_mg.h | zyansheep/SvarogGameEngine | 87f5285f9d5e8fa8a5f0de7e61617625a9de75ca | [
"MIT"
] | null | null | null | render-pipeline/shader/s_lab/shader_mg.h | zyansheep/SvarogGameEngine | 87f5285f9d5e8fa8a5f0de7e61617625a9de75ca | [
"MIT"
] | null | null | null | render-pipeline/shader/s_lab/shader_mg.h | zyansheep/SvarogGameEngine | 87f5285f9d5e8fa8a5f0de7e61617625a9de75ca | [
"MIT"
] | null | null | null | #pragma once
#ifndef SHADER_MG_H
#define SHADER_MG_H
#include <fstream>
#include <ostream>
#include "core/ds-classes/ArrayList.h"
#include "core/String.h"
#include "render-pipeline/shader/s_lab/svarog_material.h"
#include "render-pipeline/shader/glsl_shader_generation/shader_defs.h"
class SvarogMaterial;
class ShaderMa... | 30.227273 | 78 | 0.738346 | [
"render"
] |
8633f76ed6b67eeb4e656b3a410581a98caf7cfd | 1,923 | h | C | app/draw_list.h | ryechat/ImageViewer | 1e7503dad46b9c5357da00d1b433b6445147cd90 | [
"MIT"
] | 1 | 2021-06-24T12:19:29.000Z | 2021-06-24T12:19:29.000Z | app/draw_list.h | ryechat/ImageViewer | 1e7503dad46b9c5357da00d1b433b6445147cd90 | [
"MIT"
] | null | null | null | app/draw_list.h | ryechat/ImageViewer | 1e7503dad46b9c5357da00d1b433b6445147cd90 | [
"MIT"
] | null | null | null | #pragma once
#ifndef GUID_2BBA94E8F65D481D904502F7C1B79E19
#define GUID_2BBA94E8F65D481D904502F7C1B79E19
#include "movable.h"
#include "list_item.h"
#include "image_viewer.h"
#include "surface.h"
namespace image_viewer {
class CImageViewer::CDrawList {
public:
using Surface = basis::Surface;
CD... | 26.342466 | 82 | 0.627145 | [
"vector"
] |
863b7187f81716189be77829b1c290469ef7e295 | 6,592 | h | C | TSSGE.h | Criarino/Sistema-Posto-de-Gasolina | e22fd89ef9b9c13451bbae79ffc4c7c75df71234 | [
"MIT"
] | null | null | null | TSSGE.h | Criarino/Sistema-Posto-de-Gasolina | e22fd89ef9b9c13451bbae79ffc4c7c75df71234 | [
"MIT"
] | null | null | null | TSSGE.h | Criarino/Sistema-Posto-de-Gasolina | e22fd89ef9b9c13451bbae79ffc4c7c75df71234 | [
"MIT"
] | null | null | null | #pragma once
#include "SDL2/SDL.h"
#include "SDL2/SDL_image.h"
#include "SDL2/SDL_ttf.h"
#include <vector>
#include <string>
#include <stdexcept>
#include <memory>
//#include <iostream>
using namespace std;
struct TS_Rect //representa um retangulo desenhado pela engine
{
SDL_Rect r;
SDL_Color c;
bool fil;
};
stru... | 40.691358 | 292 | 0.729521 | [
"vector"
] |
8648a1a4b6edcbfbd5830da0a055f53beaef2494 | 4,129 | h | C | src/Demos/particle-221/src/DMcTools/Image/ColorMap.h | smokhov/comp477-samples | a1416f1c1e2000e27c375a39363dd94cf3bfa3d0 | [
"Apache-2.0"
] | 5 | 2019-09-18T16:41:23.000Z | 2019-09-23T18:58:44.000Z | src/Demos/particle-221/src/DMcTools/Image/ColorMap.h | smokhov/comp477-samples | a1416f1c1e2000e27c375a39363dd94cf3bfa3d0 | [
"Apache-2.0"
] | 2 | 2019-10-09T20:42:28.000Z | 2019-10-14T17:10:57.000Z | src/Demos/particle-221/src/DMcTools/Image/ColorMap.h | smokhov/comp477-samples | a1416f1c1e2000e27c375a39363dd94cf3bfa3d0 | [
"Apache-2.0"
] | null | null | null | //////////////////////////////////////////////////////////////////////
// ColorMap.h - A color map implementation
//
// Maps a scalar to a color. Map can be arbitrary size. Pixel type is templated.
#ifndef dmc_colormap_h
#define dmc_colormap_h
#include "Util/Assert.h"
#include <vector>
template<class Pixe... | 30.138686 | 97 | 0.517317 | [
"vector"
] |
8660b8dcddac9b7eaf06f385ee4c6795f1badb17 | 4,269 | h | C | ecm/include/tencentcloud/ecm/v20190719/model/PhysicalPosition.h | suluner/tencentcloud-sdk-cpp | a56c73cc3f488c4d1e10755704107bb15c5e000d | [
"Apache-2.0"
] | 43 | 2019-08-14T08:14:12.000Z | 2022-03-30T12:35:09.000Z | ecm/include/tencentcloud/ecm/v20190719/model/PhysicalPosition.h | suluner/tencentcloud-sdk-cpp | a56c73cc3f488c4d1e10755704107bb15c5e000d | [
"Apache-2.0"
] | 12 | 2019-07-15T10:44:59.000Z | 2021-11-02T12:35:00.000Z | ecm/include/tencentcloud/ecm/v20190719/model/PhysicalPosition.h | suluner/tencentcloud-sdk-cpp | a56c73cc3f488c4d1e10755704107bb15c5e000d | [
"Apache-2.0"
] | 28 | 2019-07-12T09:06:22.000Z | 2022-03-30T08:04:18.000Z | /*
* Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
... | 29.441379 | 116 | 0.482783 | [
"vector",
"model"
] |
86693d3e182ca746a37f3bf8644f9be6a16f7e94 | 8,919 | c | C | libcog/Engine/cognode.c | dcerjan/old-cog-engine | e6aa34989af7ae359f2550f430dba567a0a1c313 | [
"MIT"
] | 1 | 2020-05-14T18:52:22.000Z | 2020-05-14T18:52:22.000Z | libcog/Engine/cognode.c | dcerjan/old-cog-engine | e6aa34989af7ae359f2550f430dba567a0a1c313 | [
"MIT"
] | null | null | null | libcog/Engine/cognode.c | dcerjan/old-cog-engine | e6aa34989af7ae359f2550f430dba567a0a1c313 | [
"MIT"
] | null | null | null | #include "cognode.h"
#include "cogcamera.h"
#include "coglight.h"
#include "cogmodel.h"
#include "cogplatform.h"
#include "cogscene.h"
#include "cogscenemanager.h"
#include "cogshader.h"
CogNode CogNodeAlloc(const char* name, CogNode parent) {
CogNode self = malloc(sizeof(struct CogNode));
self->name = CogStrin... | 34.172414 | 159 | 0.709048 | [
"vector",
"model",
"transform"
] |
866f3ad200f29f19d682cbd7a620e07faa7f19be | 328 | h | C | FaceWarrant/FaceWarrant/Main/Me/C/MyFaceGroup/FWFaceGroupEditVC.h | WeaponChan/FaceWarrant | 6cc8051ec5c51d6f88f85bae8cc515f52459941c | [
"MIT"
] | 1 | 2019-01-11T02:43:39.000Z | 2019-01-11T02:43:39.000Z | FaceWarrant/FaceWarrant/Main/Me/C/MyFaceGroup/FWFaceGroupEditVC.h | WeaponChan/FaceWarrant | 6cc8051ec5c51d6f88f85bae8cc515f52459941c | [
"MIT"
] | null | null | null | FaceWarrant/FaceWarrant/Main/Me/C/MyFaceGroup/FWFaceGroupEditVC.h | WeaponChan/FaceWarrant | 6cc8051ec5c51d6f88f85bae8cc515f52459941c | [
"MIT"
] | null | null | null | //
// FWFaceGroupEditVC.h
// FaceWarrantDel
//
// Created by LHKH on 2018/7/23.
// Copyright © 2018年 LHKH. All rights reserved.
//
#import "FWBaseViewController.h"
#import "FWFaceLibraryClassifyModel.h"
@interface FWFaceGroupEditVC : FWBaseViewController
@property(strong, nonatomic)FWFaceLibraryClassifyModel *mode... | 23.428571 | 62 | 0.768293 | [
"model"
] |
8670e32695be3e7dbedc6f27f744dc74d57c74b2 | 1,813 | h | C | src/audio/audio_player.h | Df458/dfgame | 3e0312d6d027ff617c1be7c0d72309fcdfc461e2 | [
"Zlib"
] | 4 | 2017-06-26T16:52:34.000Z | 2021-11-14T20:37:19.000Z | src/audio/audio_player.h | Df458/dfgame | 3e0312d6d027ff617c1be7c0d72309fcdfc461e2 | [
"Zlib"
] | null | null | null | src/audio/audio_player.h | Df458/dfgame | 3e0312d6d027ff617c1be7c0d72309fcdfc461e2 | [
"Zlib"
] | null | null | null | #ifndef DF_AUDIO_PLAYER
#define DF_AUDIO_PLAYER
#include "audio/audio_player.hd"
#include "audio/audio_source.hd"
#include "math/vector.h"
// Creates a new audio player for the given source
audio_player audio_player_new(audio_source src);
// Gets/sets the player's playing status
bool audio_player_get_playing(audio_p... | 37.770833 | 99 | 0.811914 | [
"vector"
] |
86722ca790a86f2a3cd32c3cb882aa60e94099a6 | 9,207 | h | C | uppdev/DrawOutputTest/DrawOutputTest.h | dreamsxin/ultimatepp | 41d295d999f9ff1339b34b43c99ce279b9b3991c | [
"BSD-2-Clause"
] | 2 | 2016-04-07T07:54:26.000Z | 2020-04-14T12:37:34.000Z | uppdev/DrawOutputTest/DrawOutputTest.h | dreamsxin/ultimatepp | 41d295d999f9ff1339b34b43c99ce279b9b3991c | [
"BSD-2-Clause"
] | null | null | null | uppdev/DrawOutputTest/DrawOutputTest.h | dreamsxin/ultimatepp | 41d295d999f9ff1339b34b43c99ce279b9b3991c | [
"BSD-2-Clause"
] | null | null | null | #ifndef _DrawOutputTest_DrawOutputTest_h
#define _DrawOutputTest_DrawOutputTest_h
#include <CtrlLib/CtrlLib.h>
#include <PdfDraw/PdfDraw.h>
#include <plugin/cairo/CairoCtrl.h>
using namespace Upp;
#define LAYOUTFILE <DrawOutputTest/DrawOutputTest.lay>
#include <CtrlCore/lay.h>
class DrawOutputTest : public ... | 25.504155 | 90 | 0.594113 | [
"vector"
] |
8676b603848a9fee34b4e3180c22520a3e9302d6 | 3,177 | h | C | updater/include/updater/updater.h | imranpopz/android_bootable_recovery-1 | ec4512ad1e20f640b3dcd6faf8c04cae711e4f30 | [
"Apache-2.0"
] | null | null | null | updater/include/updater/updater.h | imranpopz/android_bootable_recovery-1 | ec4512ad1e20f640b3dcd6faf8c04cae711e4f30 | [
"Apache-2.0"
] | null | null | null | updater/include/updater/updater.h | imranpopz/android_bootable_recovery-1 | ec4512ad1e20f640b3dcd6faf8c04cae711e4f30 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright (C) 2009 The Android 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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | 32.752577 | 99 | 0.743154 | [
"vector"
] |
8681a7f1443da55ebff81f7990f39c9ba347cf83 | 6,893 | h | C | Core/SGCoreCpp/incl/HandPose.h | dic-iit/SenseGlove-API | baad587d4e165d7bfafd7f0c8ee6a1ce8ad651d6 | [
"MIT"
] | 4 | 2020-08-27T13:14:46.000Z | 2021-08-30T03:04:32.000Z | Core/SGCoreCpp/incl/HandPose.h | dic-iit/SenseGlove-API | baad587d4e165d7bfafd7f0c8ee6a1ce8ad651d6 | [
"MIT"
] | 12 | 2020-03-26T16:17:21.000Z | 2021-11-20T18:58:56.000Z | Core/SGCoreCpp/incl/HandPose.h | dic-iit/SenseGlove-API | baad587d4e165d7bfafd7f0c8ee6a1ce8ad651d6 | [
"MIT"
] | 4 | 2020-03-16T14:50:50.000Z | 2021-08-04T01:45:03.000Z | // ----------------------------------------------------------------------------------
// Data class containing all variables to draw or analyze a virtual hand
// in different formats.
// @author: Max Lammers
// ----------------------------------------------------------------------------------
#pragma once
#include "... | 44.75974 | 161 | 0.6215 | [
"vector"
] |
868b67db611f6124958b3b544925869d934e7b68 | 3,306 | h | C | FVACommonLib/fvacommonlib.h | dimanikulin/fva | 372c91edd2d188ab9fe73b8f83e00a68fc3fb76e | [
"RSA-MD"
] | null | null | null | FVACommonLib/fvacommonlib.h | dimanikulin/fva | 372c91edd2d188ab9fe73b8f83e00a68fc3fb76e | [
"RSA-MD"
] | 10 | 2022-02-06T15:18:17.000Z | 2022-02-22T20:10:20.000Z | FVACommonLib/fvacommonlib.h | dimanikulin/fva | 372c91edd2d188ab9fe73b8f83e00a68fc3fb76e | [
"RSA-MD"
] | null | null | null | /*!
* \file fvacommonlib.h
* \copyright Copyright 2021 FVA Software. All rights reserved. This file is released under the XXX License.
* \author Dima Nikulin.
* \version 0.29
* \date 2014-2021
*/
#ifndef FVACOMMONLIB_H
#define FVACOMMONLIB_H
#include <QtCore/QString>
#include <QtCore/QStringList>
#include <QtCore/QV... | 30.897196 | 113 | 0.742589 | [
"vector"
] |
868e61301a90bb439a726633533deb7ed7a67e42 | 6,146 | h | C | forts/native/fortsgeneralcontainer_m.h | thomasms/forts | e2677fc3505bb8cf1ad3f38aaf256093c2afefe9 | [
"BSD-3-Clause"
] | 1 | 2018-04-02T20:53:29.000Z | 2018-04-02T20:53:29.000Z | forts/native/fortsgeneralcontainer_m.h | thomasms/forts | e2677fc3505bb8cf1ad3f38aaf256093c2afefe9 | [
"BSD-3-Clause"
] | null | null | null | forts/native/fortsgeneralcontainer_m.h | thomasms/forts | e2677fc3505bb8cf1ad3f38aaf256093c2afefe9 | [
"BSD-3-Clause"
] | null | null | null |
public :: MACRO_CONTAINER_STORE_NAME !< Store array to unit
public :: MACRO_CONTAINER_RETRIEVE_NAME !< Fill array from unit
!> A dynamic container object which can append and reset values
type, public :: MACRO_CLASS_NAME
private
integer(ki4) ... | 33.584699 | 102 | 0.578913 | [
"object"
] |
868f828cebf0ea791bcf524661e5e142abd76312 | 6,784 | h | C | layer2.h | codercold/layer2 | 42cad83b3ce6a2e575130c397657a211d2560e2a | [
"BSD-2-Clause"
] | 13 | 2015-03-11T14:25:13.000Z | 2021-09-12T15:02:33.000Z | layer2.h | pabit/layer2 | 42cad83b3ce6a2e575130c397657a211d2560e2a | [
"BSD-2-Clause"
] | 1 | 2019-09-23T08:37:44.000Z | 2019-09-23T08:37:44.000Z | layer2.h | pabit/layer2 | 42cad83b3ce6a2e575130c397657a211d2560e2a | [
"BSD-2-Clause"
] | 8 | 2015-04-29T02:51:28.000Z | 2020-04-11T17:05:20.000Z | /* layer2.h - layer2 core definitions
*
* Copyright (c) 2005 Vivek Mohan <vivek@sig9.com>
* All rights reserved.
* See (LICENSE)
*/
#ifndef _LAYER2_H_
#define _LAYER2_H_
#include <libnet.h>
#include <pcap.h>
#include <pthread.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <neti... | 33.418719 | 97 | 0.565006 | [
"object"
] |
86944e2cdade88d5d24b6747805d560a98ca666e | 904 | h | C | sourcecode/Runtime/Loader.h | fabianmuehlboeck/monnom | 609b307d9fa9e6641443f34dbcc0b035b34d3044 | [
"BSD-3-Clause",
"MIT"
] | 2 | 2021-11-16T20:58:02.000Z | 2021-12-05T18:15:41.000Z | sourcecode/Runtime/Loader.h | fabianmuehlboeck/monnom | 609b307d9fa9e6641443f34dbcc0b035b34d3044 | [
"BSD-3-Clause",
"MIT"
] | null | null | null | sourcecode/Runtime/Loader.h | fabianmuehlboeck/monnom | 609b307d9fa9e6641443f34dbcc0b035b34d3044 | [
"BSD-3-Clause",
"MIT"
] | null | null | null | #pragma once
#include <string>
#include <map>
#include "NomProgram.h"
#include "StringDict.h"
namespace Nom
{
namespace Runtime
{
class LibrarySource;
class LibraryVersion;
class Loader
{
private:
Loader();
mutable NomProgram program;
mutable StringDict<LibraryVersion *> libraries;
std::vector... | 21.023256 | 100 | 0.692478 | [
"vector"
] |
86b78474885f4a8a51532827f336564583d3c3db | 553 | h | C | include/grape/params/connection_list_params.h | sunnythree/JaverNN | 8c5dc803ac3e49b569a89118fcaf5d4ca6ec673b | [
"BSD-2-Clause"
] | 19 | 2019-11-09T08:51:21.000Z | 2022-03-25T07:55:45.000Z | include/grape/params/connection_list_params.h | sunnythree/JaverNN | 8c5dc803ac3e49b569a89118fcaf5d4ca6ec673b | [
"BSD-2-Clause"
] | null | null | null | include/grape/params/connection_list_params.h | sunnythree/JaverNN | 8c5dc803ac3e49b569a89118fcaf5d4ca6ec673b | [
"BSD-2-Clause"
] | 7 | 2019-11-19T14:20:43.000Z | 2022-03-25T18:36:34.000Z | #ifndef __GRAPE_CONNECTION_LIST_PARAMS_H__
#define __GRAPE_CONNECTION_LIST_PARAMS_H__
#include <cstdint>
#include <string>
#include <vector>
#include "cereal/archives/json.hpp"
#include "cereal/types/map.hpp"
#include "grape/params/connection_params.h"
namespace Grape{
class ConnectionListParams{
public:
... | 21.269231 | 69 | 0.701627 | [
"vector"
] |
b647a253c33007cf0d06da1872c9c3f7b730fc4d | 12,263 | h | C | thirdparty/sfs2x/Entities/Data/SFSObject.h | godot-addons/godot-sfs2x | a8d52aa9d548f6d45bbb64bfdaacab0df10e67c1 | [
"MIT"
] | 2 | 2020-05-14T07:48:32.000Z | 2021-02-03T14:58:11.000Z | thirdparty/sfs2x/Entities/Data/SFSObject.h | godot-addons/godot-sfs2x | a8d52aa9d548f6d45bbb64bfdaacab0df10e67c1 | [
"MIT"
] | 1 | 2020-05-28T16:39:20.000Z | 2020-05-28T16:39:20.000Z | thirdparty/sfs2x/Entities/Data/SFSObject.h | godot-addons/godot-sfs2x | a8d52aa9d548f6d45bbb64bfdaacab0df10e67c1 | [
"MIT"
] | 2 | 2018-07-07T20:15:00.000Z | 2018-10-26T05:18:30.000Z | // ===================================================================
//
// Description
// Contains the definition of SFSObject
//
// Revision history
// Date Description
// 30-Nov-2012 First version
//
// ===================================================================
#ifndef __SFSObject__
#define __SFSOb... | 47.902344 | 175 | 0.674142 | [
"object",
"vector"
] |
b648bc54fb0a667b5e5a5cabc07ab7db659f9cd1 | 4,651 | h | C | apps/common/third_party_profile/sig_mesh/api/sig_mesh_api.h | yzb201611/fw-AC630N_BT_SDK | b4954b3d83ab9e1db92fd97910ea4e00f94e77f4 | [
"Apache-2.0"
] | 8 | 2020-06-16T03:40:27.000Z | 2022-01-20T02:22:43.000Z | apps/common/third_party_profile/sig_mesh/api/sig_mesh_api.h | yzb201611/fw-AC630N_BT_SDK | b4954b3d83ab9e1db92fd97910ea4e00f94e77f4 | [
"Apache-2.0"
] | 1 | 2020-06-22T04:05:12.000Z | 2020-06-22T11:33:50.000Z | apps/common/third_party_profile/sig_mesh/api/sig_mesh_api.h | yzb201611/fw-AC630N_BT_SDK | b4954b3d83ab9e1db92fd97910ea4e00f94e77f4 | [
"Apache-2.0"
] | 9 | 2020-06-18T11:53:26.000Z | 2022-02-15T05:54:45.000Z | #ifndef __SIG_MESH_API_H__
#define __SIG_MESH_API_H__
#include "api/basic_depend.h"
#include "api/mesh_config.h"
#include "api/access.h"
#include "api/main.h"
#include "api/proxy.h"
#include "api/cfg_cli.h"
#include "api/cfg_srv.h"
#include "api/health_cli.h"
#include "api/health_srv.h"
/*****************************... | 29.436709 | 76 | 0.628897 | [
"object"
] |
b6506ad003e2169068a3e6c1909b96164ea153c5 | 997 | h | C | tree/94_Binary_Tree_Inorder_Traversal/Solution.h | IncludeLau/leetcode | f10fbdd3fca1b869fea8af55077cee5468e4ad1d | [
"Apache-2.0"
] | null | null | null | tree/94_Binary_Tree_Inorder_Traversal/Solution.h | IncludeLau/leetcode | f10fbdd3fca1b869fea8af55077cee5468e4ad1d | [
"Apache-2.0"
] | null | null | null | tree/94_Binary_Tree_Inorder_Traversal/Solution.h | IncludeLau/leetcode | f10fbdd3fca1b869fea8af55077cee5468e4ad1d | [
"Apache-2.0"
] | null | null | null | /**
给定一个二叉树,返回它的中序 遍历。
示例:
输入: [1,null,2,3]
1
\
2
/
3
输出: [1,3,2]
进阶: 递归算法很简单,你可以通过迭代算法完成吗?
*/
#ifndef LEETCODE_SOLUTION_H
#define LEETCODE_SOLUTION_H
#include <vector>
#include <stack>
#include "../TreeNode.h"
using namespace std;
class Solution {
public:
vector<int> inorderTraversal(Tr... | 17.189655 | 51 | 0.534604 | [
"vector"
] |
b651af99f8219d2f9bf6cc2ec3079fa6a6e15e6b | 254 | h | C | src/ai/aiutils.h | Eae02/tank-game | 0c526b177ccc15dd49e3228489163f13335040db | [
"Zlib"
] | null | null | null | src/ai/aiutils.h | Eae02/tank-game | 0c526b177ccc15dd49e3228489163f13335040db | [
"Zlib"
] | null | null | null | src/ai/aiutils.h | Eae02/tank-game | 0c526b177ccc15dd49e3228489163f13335040db | [
"Zlib"
] | null | null | null | #pragma once
#include "../world/path/path.h"
#include "../transform.h"
namespace TankGame
{
void WalkPath(float dt, const Path& path, float& progress, Transform& transform,
float movementSpeed, float turnRate, bool modulate = false);
}
| 23.090909 | 81 | 0.692913 | [
"transform"
] |
b660768257d79d089f9cebe43591c69a71317f75 | 1,127 | h | C | Source/FSD/Public/ParasiteEnemy.h | Dr-Turtle/DRG_ModPresetManager | abd7ff98a820969504491a1fe68cf2f9302410dc | [
"MIT"
] | 8 | 2021-07-10T20:06:05.000Z | 2022-03-04T19:03:50.000Z | Source/FSD/Public/ParasiteEnemy.h | Dr-Turtle/DRG_ModPresetManager | abd7ff98a820969504491a1fe68cf2f9302410dc | [
"MIT"
] | 9 | 2022-01-13T20:49:44.000Z | 2022-03-27T22:56:48.000Z | Source/FSD/Public/ParasiteEnemy.h | Dr-Turtle/DRG_ModPresetManager | abd7ff98a820969504491a1fe68cf2f9302410dc | [
"MIT"
] | 2 | 2021-07-10T20:05:42.000Z | 2022-03-14T17:05:35.000Z | #pragma once
#include "CoreMinimal.h"
#include "EnemyPawn.h"
#include "ParasiteEnemy.generated.h"
class USkeletalMeshComponent;
class UOutlineComponent;
class USceneComponent;
class UHealthComponentBase;
class UStaticMeshComponent;
class UParticleSystem;
class USoundBase;
UCLASS()
class AParasiteEnemy : public AEnemy... | 23.978723 | 61 | 0.76575 | [
"mesh"
] |
b662d15a4e4d2c69ce1003daa28e8b260fb49e22 | 913 | h | C | headers/crypto/Md5.h | iugomobile/cryptography | 59d4e75de06a19d3b1eed72ca2525641310d411b | [
"MIT"
] | null | null | null | headers/crypto/Md5.h | iugomobile/cryptography | 59d4e75de06a19d3b1eed72ca2525641310d411b | [
"MIT"
] | null | null | null | headers/crypto/Md5.h | iugomobile/cryptography | 59d4e75de06a19d3b1eed72ca2525641310d411b | [
"MIT"
] | null | null | null | #pragma once
/**
* 2003 IUGO Mobile Entertainment Inc
* All Rights Reserved.
*
* NOTICE: All information contained herein is, and remains the property of
* IUGO Mobile Entertainment Inc. The intellectual and technical concepts
* contained herein are proprietary to IUGO Mobile Entertainment Inc. and
* may be... | 23.410256 | 76 | 0.703176 | [
"vector",
"transform"
] |
b673f29250afe6c40acf2c15816acc9fdae76922 | 10,909 | h | C | include/dmlite/cpp/catalog.h | EricKTCheung/dmlite | 7fe31e16fc18e3c3d8b048a3507f7769ef3f8a9d | [
"Apache-2.0"
] | null | null | null | include/dmlite/cpp/catalog.h | EricKTCheung/dmlite | 7fe31e16fc18e3c3d8b048a3507f7769ef3f8a9d | [
"Apache-2.0"
] | null | null | null | include/dmlite/cpp/catalog.h | EricKTCheung/dmlite | 7fe31e16fc18e3c3d8b048a3507f7769ef3f8a9d | [
"Apache-2.0"
] | null | null | null | /// @file include/dmlite/cpp/catalog.h
/// @brief Catalog API.
/// @author Alejandro Álvarez Ayllón <aalvarez@cern.ch>
#ifndef DMLITE_CPP_CATALOG_H
#define DMLITE_CPP_CATALOG_H
#include "dmlite/common/config.h"
#include "base.h"
#include "exceptions.h"
#include "status.h"
#include "inode.h"
#include "utils/extensib... | 42.447471 | 136 | 0.641122 | [
"object",
"vector"
] |
b67ba12b4fa95454f5b463e6f7364820a7cde7a5 | 3,940 | h | C | Include/Scene/Transform.h | nalexandru/NekoEngineClassic | d304e15e0c6b50ae40ad50f5aefbb19150aa9f34 | [
"BSD-3-Clause"
] | 1 | 2021-04-11T21:40:48.000Z | 2021-04-11T21:40:48.000Z | Include/Scene/Transform.h | nalexandru/NekoEngineClassic | d304e15e0c6b50ae40ad50f5aefbb19150aa9f34 | [
"BSD-3-Clause"
] | null | null | null | Include/Scene/Transform.h | nalexandru/NekoEngineClassic | d304e15e0c6b50ae40ad50f5aefbb19150aa9f34 | [
"BSD-3-Clause"
] | null | null | null | #ifndef _SCN_TRANSFORM_H_
#define _SCN_TRANSFORM_H_
#include <Math/Math.h>
#include <Runtime/Runtime.h>
#include <Engine/Component.h>
struct Transform
{
COMPONENT_BASE;
struct mat4 mat;
bool dirty;
struct vec3 position, scale;
struct quat rotation;
struct vec3 forward, right, up;
struct Transform *parent;... | 20.628272 | 74 | 0.685787 | [
"transform"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.