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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
32ab792d02f5ea3ec2c3697268e629938f2bcf90 | 508 | h | C | FMIKit/FMIFoundationAdditions.h | FlorianMielke/fmi-kit | e02f2ffde8312862fdaabd7c7d73431217ab8730 | [
"MIT"
] | null | null | null | FMIKit/FMIFoundationAdditions.h | FlorianMielke/fmi-kit | e02f2ffde8312862fdaabd7c7d73431217ab8730 | [
"MIT"
] | null | null | null | FMIKit/FMIFoundationAdditions.h | FlorianMielke/fmi-kit | e02f2ffde8312862fdaabd7c7d73431217ab8730 | [
"MIT"
] | null | null | null | //
// FMFoundationAdditions.h
//
// Created by Florian Mielke on 30.03.13.
// Copyright (c) 2013 Florian Mielke. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <objc/runtime.h>
@class NSString;
/**
* A foundation addition to return the name of an ivar of an object.
* @param ivar An ivar to g... | 25.4 | 69 | 0.71063 | [
"object"
] |
32af58b64b2e0ed1c3666edb64e954b2a84c8327 | 6,143 | c | C | delta.c | oridb/git9 | 764088c2efed5b6253f4f468e9bcd47a02a6ede4 | [
"MIT"
] | 183 | 2019-06-29T18:56:33.000Z | 2022-02-05T20:33:14.000Z | delta.c | oridb/git9 | 764088c2efed5b6253f4f468e9bcd47a02a6ede4 | [
"MIT"
] | 16 | 2019-08-09T21:08:45.000Z | 2021-08-24T09:07:55.000Z | delta.c | oridb/git9 | 764088c2efed5b6253f4f468e9bcd47a02a6ede4 | [
"MIT"
] | 8 | 2019-12-06T22:30:59.000Z | 2020-12-03T13:17:25.000Z | #include <u.h>
#include <libc.h>
#include "git.h"
enum {
Minchunk = 128,
Maxchunk = 8192,
Splitmask = (1<<8)-1,
};
static u32int geartab[] = {
0x67ed26b7, 0x32da500c, 0x53d0fee0, 0xce387dc7, 0xcd406d90, 0x2e83a4d4, 0x9fc9a38d, 0xb67259dc,
0xca6b1722, 0x6d2ea08c, 0x235cea2e, 0x3149bb5f, 0x1beda787, 0x2a6... | 27.922727 | 99 | 0.66531 | [
"object"
] |
32afdcc84f3fec61f20ec5c1f6f5b539ae3cf583 | 15,183 | h | C | mapping/occ_grid/include/occ_grid/pos_checker.h | ZJU-FAST-Lab/std-trees | 322020c044469f33685bbc8e5b84c6c5734cd271 | [
"BSD-3-Clause"
] | 15 | 2021-09-15T08:37:14.000Z | 2022-03-20T09:54:28.000Z | mapping/occ_grid/include/occ_grid/pos_checker.h | ZJU-FAST-Lab/std-trees | 322020c044469f33685bbc8e5b84c6c5734cd271 | [
"BSD-3-Clause"
] | 1 | 2022-03-20T09:03:24.000Z | 2022-03-20T09:03:24.000Z | mapping/occ_grid/include/occ_grid/pos_checker.h | ZJU-FAST-Lab/std-trees | 322020c044469f33685bbc8e5b84c6c5734cd271 | [
"BSD-3-Clause"
] | 3 | 2022-03-12T06:18:55.000Z | 2022-03-28T13:18:02.000Z | #ifndef _POS_CHECKER_
#define _POS_CHECKER_
#include "occ_grid/occ_map.h"
#include "occ_grid/raycast.h"
#include "poly_traj_utils/traj_utils.hpp"
#include <ros/ros.h>
#include <Eigen/Eigen>
#define GLOBAL_TEST
using Eigen::Vector3d;
using Eigen::Vector3i;
namespace tgk_planner
{
class PosChecker
{
private:
... | 32.235669 | 137 | 0.586314 | [
"vector"
] |
32b46e0e9da0acca43bdc6b6d74dbb14e2d01df1 | 4,002 | h | C | src/rrt_star_planner.h | giacomo-dr/nn-planning | eeb0aa1da92e5318367b1e65278c9436ddbdc15b | [
"Apache-2.0"
] | null | null | null | src/rrt_star_planner.h | giacomo-dr/nn-planning | eeb0aa1da92e5318367b1e65278c9436ddbdc15b | [
"Apache-2.0"
] | null | null | null | src/rrt_star_planner.h | giacomo-dr/nn-planning | eeb0aa1da92e5318367b1e65278c9436ddbdc15b | [
"Apache-2.0"
] | null | null | null | // rrt_star_planner.h
// Author: Giacomo Del Rio
// Date: 26 Feb 2018
#ifndef RRT_STAR_PLANNER_H
#define RRT_STAR_PLANNER_H
#include <vector>
#include <boost/geometry/index/rtree.hpp>
#include "geometry.h"
#include "height_map.h"
namespace bgi = boost::geometry::index;
typedef boost::geometry::model::box<Point2D> B... | 37.401869 | 112 | 0.669415 | [
"geometry",
"vector",
"model"
] |
32b60765f0d23b3135fd899c8985a8f9f6eff251 | 503 | h | C | Project_sfml/NewBox.h | sleepy-y/PSIO-projekt-sfml | 916f9679bce2771142a638d680ace4d280d37fdf | [
"MIT"
] | null | null | null | Project_sfml/NewBox.h | sleepy-y/PSIO-projekt-sfml | 916f9679bce2771142a638d680ace4d280d37fdf | [
"MIT"
] | null | null | null | Project_sfml/NewBox.h | sleepy-y/PSIO-projekt-sfml | 916f9679bce2771142a638d680ace4d280d37fdf | [
"MIT"
] | null | null | null | #pragma once
#include <vector>
#include <map>
#include <SFML\Graphics\Sprite.hpp>
#include "Collider.h"
class NewBox
{
public:
NewBox();
NewBox(std::map<char, sf::Texture*> NewBoxTextures);
~NewBox();
std::vector<std::vector<sf::Sprite>> MatrixNewBox;
std::vector<std::vector<char>> ArrangementNewBox;
sf::Vector... | 20.958333 | 78 | 0.719682 | [
"vector"
] |
32c2938bddad8eddb44462bd37281b7d28469f42 | 3,026 | h | C | Executables/OpenCV/detectutils.h | Somoshree/serverlessonedge | 3d8e0dc7867146c9c177f814a3507d027adbb0a0 | [
"MIT"
] | 17 | 2020-07-27T08:28:29.000Z | 2022-03-19T09:17:21.000Z | Executables/OpenCV/detectutils.h | Somoshree/serverlessonedge | 3d8e0dc7867146c9c177f814a3507d027adbb0a0 | [
"MIT"
] | null | null | null | Executables/OpenCV/detectutils.h | Somoshree/serverlessonedge | 3d8e0dc7867146c9c177f814a3507d027adbb0a0 | [
"MIT"
] | 4 | 2021-02-23T09:29:32.000Z | 2022-01-18T07:24:19.000Z | /*
__ __ __
|__|__| | __
| | | ||__|
___ ___ __ | | | |
| | | || | | | Ubiquitous Internet @ IIT-CNR
| | | || | | | C++ edge computing libraries and tools
|_______|__||__|__|__| https://github.com/ccicconetti/serverlessonedge
Licensed under t... | 38.794872 | 79 | 0.6692 | [
"vector"
] |
32c56d64f642f0f21e5f931663c9531bd72b8a57 | 117 | h | C | Wolfenstein/src/Rendering/Mesh.h | HeyIAmDave/Wolf3D-clone | e3772b29d353fa8152dfb8af1a5d11de78825425 | [
"MIT",
"BSD-3-Clause"
] | 1 | 2021-04-13T12:15:23.000Z | 2021-04-13T12:15:23.000Z | Wolfenstein/src/Rendering/Mesh.h | HeyIAmDave/Wolf3D-clone | e3772b29d353fa8152dfb8af1a5d11de78825425 | [
"MIT",
"BSD-3-Clause"
] | null | null | null | Wolfenstein/src/Rendering/Mesh.h | HeyIAmDave/Wolf3D-clone | e3772b29d353fa8152dfb8af1a5d11de78825425 | [
"MIT",
"BSD-3-Clause"
] | null | null | null | #pragma once
#include "Vertex.h"
struct Mesh
{
std::vector<Vertex> vertices;
std::vector<unsigned int> indices;
}; | 14.625 | 35 | 0.717949 | [
"mesh",
"vector"
] |
32ca922279b1861b9d04e13117f9006d39876261 | 2,363 | h | C | example/interpolation/HotPlot.h | miyanyan/SimpleMultivariateInterpolation | 18bb8ecc8cf07a31a2c52a02fff86f1d018078e8 | [
"MIT"
] | 1 | 2021-09-13T13:18:26.000Z | 2021-09-13T13:18:26.000Z | example/interpolation/HotPlot.h | miyanyan/SimpleMultivariateInterpolation | 18bb8ecc8cf07a31a2c52a02fff86f1d018078e8 | [
"MIT"
] | null | null | null | example/interpolation/HotPlot.h | miyanyan/SimpleMultivariateInterpolation | 18bb8ecc8cf07a31a2c52a02fff86f1d018078e8 | [
"MIT"
] | null | null | null | #ifndef PLOT_H
#define PLOT_H
#include <QWidget>
#include <QTimer>
#include <QHash>
#include "../qcustomplot.h"
#include <QDebug>
class HotPlot : public QWidget
{
Q_OBJECT
public:
//空间插值方法:https://en.wikipedia.org/wiki/Multivariate_interpolation#Irregular_grid_.28scattered_data.29
enum InterpolationMetho... | 30.294872 | 120 | 0.669911 | [
"vector"
] |
32d611d8de9eb808b0cfaa0ff9407fa1ccacd45c | 5,101 | h | C | mmrs_simulator/include/mmrs_simulator/path.h | pdulewic/MMRS_Simulator | 75ba2f018a7e348a3f560837fb7a43e5dc997d28 | [
"MIT"
] | 2 | 2019-08-22T21:04:03.000Z | 2022-01-19T11:00:16.000Z | mmrs_simulator/include/mmrs_simulator/path.h | pdulewic/MMRS_Simulator | 75ba2f018a7e348a3f560837fb7a43e5dc997d28 | [
"MIT"
] | null | null | null | mmrs_simulator/include/mmrs_simulator/path.h | pdulewic/MMRS_Simulator | 75ba2f018a7e348a3f560837fb7a43e5dc997d28 | [
"MIT"
] | null | null | null | // The MIT License (MIT)
// Copyright (c) 2019 Piotr Dulewicz
// 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, ... | 33.339869 | 85 | 0.708489 | [
"geometry",
"object",
"vector"
] |
32e0a1e8727c4e03a36db4d30b2ee6cffa00b645 | 1,098 | h | C | tools/polymutt/polymutt.0.04/core/PeelerNodes.h | globusgenomics/galaxy | 7caf74d9700057587b3e3434c64e82c5b16540f1 | [
"CC-BY-3.0"
] | 14 | 2018-09-06T18:04:33.000Z | 2021-09-17T16:27:27.000Z | tools/polymutt/polymutt.0.04/core/PeelerNodes.h | globusgenomics/galaxy | 7caf74d9700057587b3e3434c64e82c5b16540f1 | [
"CC-BY-3.0"
] | 6 | 2018-10-03T21:37:46.000Z | 2022-01-17T08:43:53.000Z | tools/polymutt/polymutt.0.04/core/PeelerNodes.h | globusgenomics/galaxy | 7caf74d9700057587b3e3434c64e82c5b16540f1 | [
"CC-BY-3.0"
] | 5 | 2019-05-14T18:30:22.000Z | 2021-12-13T22:06:09.000Z | #ifndef __PEELERNODES_H__
#define __PEELERNODES_H__
#include "Pedigree.h"
class PeelerNode
{
public:
~PeelerNode();
protected:
static Vector scratch;
};
class MatingNode;
class PersonNode;
class PersonNode : public PeelerNode
{
public:
Person * person;
... | 20.333333 | 82 | 0.60929 | [
"vector"
] |
32e2aaf28cf334ab88d82d18062fbb283f7b3f19 | 7,377 | h | C | fpdfsdk/javascript/app.h | isabella232/pdfium-1 | d8f710cedd62c1d28beee15d7dc3d31ddd148437 | [
"BSD-3-Clause"
] | 38 | 2015-11-25T02:25:25.000Z | 2022-01-04T01:11:15.000Z | fpdfsdk/javascript/app.h | isabella232/pdfium-1 | d8f710cedd62c1d28beee15d7dc3d31ddd148437 | [
"BSD-3-Clause"
] | 1 | 2021-02-23T22:36:54.000Z | 2021-02-23T22:36:54.000Z | fpdfsdk/javascript/app.h | isabella232/pdfium-1 | d8f710cedd62c1d28beee15d7dc3d31ddd148437 | [
"BSD-3-Clause"
] | 13 | 2016-08-03T02:35:18.000Z | 2020-12-17T10:14:04.000Z | // Copyright 2014 PDFium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
#ifndef FPDFSDK_JAVASCRIPT_APP_H_
#define FPDFSDK_JAVASCRIPT_APP_H_
#include ... | 35.466346 | 80 | 0.643622 | [
"object",
"vector"
] |
32e33c02c376b0bd67c676034a4474dd4ce506b6 | 27,073 | h | C | hookflash-core/core/hookflash/internal/hookflash_Call.h | ilin-in/OP | bf3e87d90008e2a4106ee70360fbe15b0d694e77 | [
"Unlicense"
] | 1 | 2020-02-19T09:55:55.000Z | 2020-02-19T09:55:55.000Z | hookflash-core/core/hookflash/internal/hookflash_Call.h | ilin-in/OP | bf3e87d90008e2a4106ee70360fbe15b0d694e77 | [
"Unlicense"
] | null | null | null | hookflash-core/core/hookflash/internal/hookflash_Call.h | ilin-in/OP | bf3e87d90008e2a4106ee70360fbe15b0d694e77 | [
"Unlicense"
] | null | null | null | /*
Copyright (c) 2012, SMB Phone 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 conditions and the ... | 37.188187 | 145 | 0.482917 | [
"object"
] |
32e71a725a45a230b16ca4527caeafac1b2ff8e7 | 775 | h | C | LeetCode/C++/1346._Check_If_N_and_Its_Double_Exist/solution.h | icgw/LeetCode | cb70ca87aa4604d1aec83d4224b3489eacebba75 | [
"MIT"
] | 4 | 2018-09-12T09:32:17.000Z | 2018-12-06T03:17:38.000Z | LeetCode/C++/1346._Check_If_N_and_Its_Double_Exist/solution.h | icgw/algorithm | cb70ca87aa4604d1aec83d4224b3489eacebba75 | [
"MIT"
] | null | null | null | LeetCode/C++/1346._Check_If_N_and_Its_Double_Exist/solution.h | icgw/algorithm | cb70ca87aa4604d1aec83d4224b3489eacebba75 | [
"MIT"
] | null | null | null | /*
* solution.h
* Copyright (C) 2020 Guowei Chen <icgw@outlook.com>
*
* Distributed under terms of the GPL license.
*/
#ifndef SOLUTION_H
#define SOLUTION_H
#include <vector>
using std::vector;
#include <unordered_set>
using std::unordered_set;
class Solution {
public:
bool checkIfExist(vector<int>& arr) {
... | 16.489362 | 60 | 0.565161 | [
"vector"
] |
32e82f6474cc00caa69fcfbe4882b4a0d75425b1 | 594 | h | C | query/OrQuery.h | Da-Huang/Search-Engine | 5f1faed6c49adb7f3cc2199c33dbe6bc7094c932 | [
"Apache-2.0"
] | 1 | 2015-02-07T13:11:43.000Z | 2015-02-07T13:11:43.000Z | query/OrQuery.h | Da-Huang/Search-Engine | 5f1faed6c49adb7f3cc2199c33dbe6bc7094c932 | [
"Apache-2.0"
] | 1 | 2015-04-14T05:04:19.000Z | 2015-04-14T05:04:19.000Z | query/OrQuery.h | Da-Huang/Search-Engine | 5f1faed6c49adb7f3cc2199c33dbe6bc7094c932 | [
"Apache-2.0"
] | null | null | null | #ifndef _OR_QUERY_H_
#define _OR_QUERY_H_
#include <Query.h>
class OrQuery : public Query {
private:
vector<const Query*> queries;
static vector<ScoreDoc> merge(
const vector<ScoreDoc> &docs1, const vector<ScoreDoc> &docs2);
public:
OrQuery() {}
OrQuery(const Query &q1, const Query &q2);
virtual void add(con... | 22 | 70 | 0.740741 | [
"vector"
] |
32eb52552eb7e423819bcdca21a075791e66cc0d | 3,657 | h | C | modules/attention_segmentation/include/v4r/attention_segmentation/SVMTrainModel.h | v4r-tuwien/v4r | ff3fbd6d2b298b83268ba4737868bab258262a40 | [
"BSD-1-Clause",
"BSD-2-Clause"
] | 2 | 2021-02-22T11:36:33.000Z | 2021-07-20T11:31:08.000Z | modules/attention_segmentation/include/v4r/attention_segmentation/SVMTrainModel.h | v4r-tuwien/v4r | ff3fbd6d2b298b83268ba4737868bab258262a40 | [
"BSD-1-Clause",
"BSD-2-Clause"
] | null | null | null | modules/attention_segmentation/include/v4r/attention_segmentation/SVMTrainModel.h | v4r-tuwien/v4r | ff3fbd6d2b298b83268ba4737868bab258262a40 | [
"BSD-1-Clause",
"BSD-2-Clause"
] | 3 | 2018-10-19T10:39:23.000Z | 2021-04-07T13:39:03.000Z | #ifndef SVM_TRAIN_MODEL_H
#define SVM_TRAIN_MODEL_H
#include <ctype.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <string>
/****************************************************************************
**
** Copyright (C) 2017 TU Wien, ACIN, Vision 4 Robotics (V4R) group
** C... | 30.475 | 81 | 0.713426 | [
"vector",
"model"
] |
32f945e3f35525c9ad305d203d6e4284e322cffa | 6,551 | h | C | graphics/AnimatedSpriteComponent.h | notbaab/HEAT | c8821a789e530216aa961ac9a4bee7f0a1a8736b | [
"MIT"
] | 2 | 2019-11-15T18:49:09.000Z | 2022-01-31T04:12:29.000Z | graphics/AnimatedSpriteComponent.h | notbaab/HEAT | c8821a789e530216aa961ac9a4bee7f0a1a8736b | [
"MIT"
] | 37 | 2019-08-08T01:53:51.000Z | 2022-02-01T04:35:03.000Z | graphics/AnimatedSpriteComponent.h | notbaab/HEAT | c8821a789e530216aa961ac9a4bee7f0a1a8736b | [
"MIT"
] | null | null | null | #pragma once
#include <SDL_image.h>
#include <memory>
#include <string>
#include <unordered_map>
#include <vector>
#include "AssetManager.h"
#include "DrawableComponent.h"
#include "GraphicsDriver.h"
#include "TiledAnimatedSpriteSheetData.h"
#include "gameobjects/PhysicsComponent.h"
#include "logger/Logger.h"
#includ... | 33.594872 | 119 | 0.662342 | [
"render",
"object",
"vector"
] |
fd01489b68bda4655e90df7794dd48d238f6eeb9 | 7,778 | c | C | hdfs_option.c | macheal/hdfs_fdw | 300b4123df136c3001d8be06e02c9a31a4423b1c | [
"Unlicense"
] | 131 | 2015-03-02T07:42:28.000Z | 2021-12-28T07:21:48.000Z | hdfs_option.c | macheal/hdfs_fdw | 300b4123df136c3001d8be06e02c9a31a4423b1c | [
"Unlicense"
] | 45 | 2015-02-25T06:11:28.000Z | 2021-07-01T11:46:49.000Z | hdfs_option.c | macheal/hdfs_fdw | 300b4123df136c3001d8be06e02c9a31a4423b1c | [
"Unlicense"
] | 40 | 2015-03-27T10:39:25.000Z | 2022-03-22T11:18:13.000Z | /*-------------------------------------------------------------------------
*
* hdfs_option.c
* FDW option handling for hdfs_fdw
*
* Portions Copyright (c) 2012-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 2004-2021, EnterpriseDB Corporation.
*
* IDENTIFICATION
* hdfs_option.c
*
*--... | 27.778571 | 76 | 0.672409 | [
"object"
] |
fd041588f9449d04492c8c3055e9dfea7bf0d056 | 1,517 | h | C | include/nanobind/nb_misc.h | tvogels/nanobind | 9e786e56dac2dda160513a54453d5840c80d68cd | [
"BSD-3-Clause"
] | null | null | null | include/nanobind/nb_misc.h | tvogels/nanobind | 9e786e56dac2dda160513a54453d5840c80d68cd | [
"BSD-3-Clause"
] | null | null | null | include/nanobind/nb_misc.h | tvogels/nanobind | 9e786e56dac2dda160513a54453d5840c80d68cd | [
"BSD-3-Clause"
] | null | null | null | /*
nanobind/nb_misc.h: Miscellaneous bits (GIL, etc.)
Copyright (c) 2022 Wenzel Jakob <wenzel.jakob@epfl.ch>
All rights reserved. Use of this source code is governed by a
BSD-style license that can be found in the LICENSE file.
*/
NAMESPACE_BEGIN(NB_NAMESPACE)
struct gil_scoped_acquire {
public:
... | 26.155172 | 76 | 0.665788 | [
"object"
] |
fd0594178e704be0cf8ac28785d83a7b89b54b46 | 10,826 | h | C | Source/Nobunanim/Public/ProceduralGaitInterface.h | nanvasilemarius/Nobunanim | 20afca16552d5f5017d2ee295aa6abee64aec910 | [
"MIT"
] | 17 | 2020-05-21T19:35:11.000Z | 2021-10-10T16:13:36.000Z | Source/Nobunanim/Public/ProceduralGaitInterface.h | nanvasilemarius/Nobunanim | 20afca16552d5f5017d2ee295aa6abee64aec910 | [
"MIT"
] | null | null | null | Source/Nobunanim/Public/ProceduralGaitInterface.h | nanvasilemarius/Nobunanim | 20afca16552d5f5017d2ee295aa6abee64aec910 | [
"MIT"
] | 4 | 2020-05-04T12:19:03.000Z | 2020-12-20T07:11:38.000Z | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include <Engine/EngineTypes.h>
#include "UObject/Interface.h"
#include "ProceduralGaitInterface.generated.h"
class UCurveFloat;
class UCurveVector;
/**
*/
USTRUCT(BlueprintType)
struct FGaitSwingTimeData
{
GENERATED_BODY(... | 38.119718 | 221 | 0.747552 | [
"render",
"transform"
] |
fd0b436bf0a5d0aeff5be18e2cf27332c0f0e4ee | 6,419 | h | C | dev/Code/Sandbox/Editor/DialogEditor/DialogEditorDialog.h | horvay/lumberyardtutor | 63b0681a7ed2a98d651b699984de92951721353e | [
"AML"
] | 5 | 2018-08-17T21:05:55.000Z | 2021-04-17T10:48:26.000Z | dev/Code/Sandbox/Editor/DialogEditor/DialogEditorDialog.h | JulianoCristian/Lumberyard-3 | dc523dd780f3cd1874251181b7cf6848b8db9959 | [
"AML"
] | null | null | null | dev/Code/Sandbox/Editor/DialogEditor/DialogEditorDialog.h | JulianoCristian/Lumberyard-3 | dc523dd780f3cd1874251181b7cf6848b8db9959 | [
"AML"
] | 5 | 2017-12-05T16:36:00.000Z | 2021-04-27T06:33:54.000Z | /*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or t... | 27.549356 | 130 | 0.740925 | [
"model"
] |
fd0c7f998ac47272d8eee63180a89a15dfdc2afc | 1,725 | h | C | ios/chrome/browser/infobars/overlays/browser_agent/interaction_handlers/reading_list/add_to_reading_list_modal_infobar_interaction_handler.h | DamieFC/chromium | 54ce2d3c77723697efd22cfdb02aea38f9dfa25c | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2020-10-18T02:33:40.000Z | 2020-10-18T02:33:40.000Z | ios/chrome/browser/infobars/overlays/browser_agent/interaction_handlers/reading_list/add_to_reading_list_modal_infobar_interaction_handler.h | DamieFC/chromium | 54ce2d3c77723697efd22cfdb02aea38f9dfa25c | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 3 | 2021-05-17T16:28:52.000Z | 2021-05-21T22:42:22.000Z | ios/chrome/browser/infobars/overlays/browser_agent/interaction_handlers/reading_list/add_to_reading_list_modal_infobar_interaction_handler.h | DamieFC/chromium | 54ce2d3c77723697efd22cfdb02aea38f9dfa25c | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | // Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef IOS_CHROME_BROWSER_INFOBARS_OVERLAYS_BROWSER_AGENT_INTERACTION_HANDLERS_READING_LIST_ADD_TO_READING_LIST_MODAL_INFOBAR_INTERACTION_HANDLER_H_
#def... | 44.230769 | 152 | 0.851594 | [
"object",
"model"
] |
fd0d460b299fb020f234e7eb682842928d62dfaa | 959 | h | C | src/renderer/impl/model_loader/model_loader_point.h | nomadsinteractive/ark | 52f84c6dbd5ca6bdd07d450b3911be1ffd995922 | [
"Apache-2.0"
] | 5 | 2018-03-28T09:14:55.000Z | 2018-04-02T11:54:33.000Z | src/renderer/impl/model_loader/model_loader_point.h | nomadsinteractive/ark | 52f84c6dbd5ca6bdd07d450b3911be1ffd995922 | [
"Apache-2.0"
] | null | null | null | src/renderer/impl/model_loader/model_loader_point.h | nomadsinteractive/ark | 52f84c6dbd5ca6bdd07d450b3911be1ffd995922 | [
"Apache-2.0"
] | null | null | null | #ifndef ARK_RENDERER_IMPL_MODEL_LOADER_MODEL_LOADER_POINT_H_
#define ARK_RENDERER_IMPL_MODEL_LOADER_MODEL_LOADER_POINT_H_
#include "core/types/shared_ptr.h"
#include "renderer/base/model.h"
#include "renderer/inf/model_loader.h"
namespace ark {
class ModelLoaderPoint : public ModelLoader {
public:
ModelLoaderPo... | 23.390244 | 108 | 0.755996 | [
"model"
] |
fd176e1e4c7fef90daddee9d58108fb848ae2bc1 | 8,553 | h | C | built-in/ACL_TensorFlow/Official/nlp/JASPER_for_ACL/benchmark_infer/inc/common/json.h | Ascend/modelzoo | f018cfed33dbb1cc2110b9ea2e233333f71cc509 | [
"Apache-2.0"
] | 12 | 2020-12-13T08:34:24.000Z | 2022-03-20T15:17:17.000Z | built-in/ACL_TensorFlow/Official/nlp/BertTnews_for_ACL/bert_infer/inc/common/json.h | Ascend/modelzoo | f018cfed33dbb1cc2110b9ea2e233333f71cc509 | [
"Apache-2.0"
] | 1 | 2022-01-20T03:11:05.000Z | 2022-01-20T06:53:39.000Z | built-in/ACL_TensorFlow/Official/nlp/BertTnews_for_ACL/bert_infer/inc/common/json.h | Ascend/modelzoo | f018cfed33dbb1cc2110b9ea2e233333f71cc509 | [
"Apache-2.0"
] | 2 | 2021-07-10T12:40:46.000Z | 2021-12-17T07:55:15.000Z | /* *
* Copyright 2020 Huawei Technologies Co., Ltd
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable la... | 23.561983 | 88 | 0.734947 | [
"vector"
] |
fd1d39afb7eb90c248c949acc18afbe11cb88601 | 840 | h | C | dependencies/panda/Panda3D-1.10.0-x64/include/pal_string_utils.h | CrankySupertoon01/Toontown-2 | 60893d104528a8e7eb4aced5d0015f22e203466d | [
"MIT"
] | 3 | 2018-03-09T12:07:29.000Z | 2021-02-25T06:50:25.000Z | pandatool/src/palettizer/pal_string_utils.h | Sinkay/panda3d | 16bfd3750f726a8831771b81649d18d087917fd5 | [
"PHP-3.01",
"PHP-3.0"
] | 1 | 2018-07-28T20:07:04.000Z | 2018-07-30T18:28:34.000Z | pandatool/src/palettizer/pal_string_utils.h | Sinkay/panda3d | 16bfd3750f726a8831771b81649d18d087917fd5 | [
"PHP-3.01",
"PHP-3.0"
] | 2 | 2019-12-02T01:39:10.000Z | 2021-02-13T22:41:00.000Z | // Filename: pal_string_utils.h
// Created by: drose (30Nov00)
//
////////////////////////////////////////////////////////////////////
//
// PANDA 3D SOFTWARE
// Copyright (c) Carnegie Mellon University. All rights reserved.
//
// All use of this software is subject to the terms of the revised BSD
// license. You sh... | 28 | 75 | 0.604762 | [
"3d"
] |
fd301b21c052a4df8c8eaa4b7d97a8d3b3097aad | 2,418 | h | C | SDK Sample Projects/Nokia/qjson/serializer.h | hossain-rayhan/push-notifications-sdk | dcc16b6bbf620f20a4b438ddc5ce6ad68f1486c6 | [
"MIT"
] | 2 | 2019-07-22T13:00:57.000Z | 2020-02-07T06:13:45.000Z | thirdparty/qjson/serializer.h | jciehl/apitrace | 0e01acc36de14e9ca7c0ced258767ffb99ac96ea | [
"MIT"
] | null | null | null | thirdparty/qjson/serializer.h | jciehl/apitrace | 0e01acc36de14e9ca7c0ced258767ffb99ac96ea | [
"MIT"
] | 2 | 2016-07-13T16:45:06.000Z | 2019-12-10T08:39:34.000Z | /* This file is part of qjson
*
* Copyright (C) 2009 Till Adam <adam@kde.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at yo... | 33.583333 | 97 | 0.700165 | [
"object"
] |
b02a8b03e4e810c5cfecd69f4b3b7f909d76a998 | 7,087 | h | C | refinecase.h | kwarehit/runtestcases | fe7b68a90b7d5051277e383c50a1e90fbeab8c73 | [
"BSL-1.0"
] | null | null | null | refinecase.h | kwarehit/runtestcases | fe7b68a90b7d5051277e383c50a1e90fbeab8c73 | [
"BSL-1.0"
] | null | null | null | refinecase.h | kwarehit/runtestcases | fe7b68a90b7d5051277e383c50a1e90fbeab8c73 | [
"BSL-1.0"
] | null | null | null | #pragma once
#include "commonhdr.h"
#include "caseinfo.h"
#include "configinfo.h"
#include "log.h"
struct RefineCases
{
template <typename T>
static void refine(const T& cases, std::map<int, std::shared_ptr<CaseInfo>>& caseItems)
{
try
{
static std::map<std::string, std::tup... | 34.570732 | 146 | 0.403697 | [
"transform"
] |
b02d723596e9d85e619814f4f3f6c2d949c18dc3 | 424 | h | C | src/Encode/QRCode.h | marshcoldboy/Visible-light-transmission-information | 325fb797781bf8cfdfef38a68dbfa64ac884fec2 | [
"Apache-2.0"
] | null | null | null | src/Encode/QRCode.h | marshcoldboy/Visible-light-transmission-information | 325fb797781bf8cfdfef38a68dbfa64ac884fec2 | [
"Apache-2.0"
] | null | null | null | src/Encode/QRCode.h | marshcoldboy/Visible-light-transmission-information | 325fb797781bf8cfdfef38a68dbfa64ac884fec2 | [
"Apache-2.0"
] | null | null | null | #pragma once
#include <opencv2/opencv.hpp>
#include <random>
#include <vector>
#include <cstdio>
#include "DataBuffer.h"
using namespace cv;
using namespace std;
class QRCode
{
DataBuffer* buffer;
void init();
void QRCodeBasic();
void writeData();
void Xor();
void fixPoint(int& x, int& y);
public:
QRCode();
Q... | 15.142857 | 37 | 0.705189 | [
"vector"
] |
b03554b23748f85293f8b7ab3fd4f0776bc61052 | 7,053 | h | C | Thread.h | EmDash00/ArduinoThread | c12ff77596a8200763c16577f1ed104dbc73858d | [
"MIT"
] | 2 | 2020-05-19T13:07:53.000Z | 2021-08-06T22:09:54.000Z | Thread.h | EmDash00/ArduinoThread | c12ff77596a8200763c16577f1ed104dbc73858d | [
"MIT"
] | null | null | null | Thread.h | EmDash00/ArduinoThread | c12ff77596a8200763c16577f1ed104dbc73858d | [
"MIT"
] | null | null | null | /*
Thread.h - An runnable object
Thread is responsable for holding the "action" for something,
also, it responds if it "should" or "should not" run, based on
the current time;
For instructions, go to https://github.com/ivanseidel/ArduinoThread
Created by Ivan Seidel Gomes, March, 2013.
Released into the publ... | 33.268868 | 119 | 0.613356 | [
"object"
] |
b03a86175c5a85fb747f510b4bd860dbe4594d6a | 12,266 | h | C | EMCAL/EMCALbase/AliEMCALRecParam.h | shahor02/AliRoot | 37118c83effe7965a2a24b3b868bf9012727fb7e | [
"BSD-3-Clause"
] | 52 | 2016-12-11T13:04:01.000Z | 2022-03-11T11:49:35.000Z | EMCAL/EMCALbase/AliEMCALRecParam.h | shahor02/AliRoot | 37118c83effe7965a2a24b3b868bf9012727fb7e | [
"BSD-3-Clause"
] | 1,388 | 2016-11-01T10:27:36.000Z | 2022-03-30T15:26:09.000Z | EMCAL/EMCALbase/AliEMCALRecParam.h | shahor02/AliRoot | 37118c83effe7965a2a24b3b868bf9012727fb7e | [
"BSD-3-Clause"
] | 275 | 2016-06-21T20:24:05.000Z | 2022-03-31T13:06:19.000Z | #ifndef ALIEMCALRECPARAM_H
#define ALIEMCALRECPARAM_H
/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
* See cxx source for full Copyright notice */
//-----------------------------------------------------------------------------
///
/// \class AliEMCALRecParam
... | 52.643777 | 116 | 0.644464 | [
"object",
"shape"
] |
b0413aece28612f80e827d8855c1b54c94d5f586 | 3,440 | h | C | uio/FDstream.h | Brillist/libutl | e55c2af091ba1101a1d0608db2830e279ec95d16 | [
"MIT"
] | 1 | 2021-09-14T06:12:58.000Z | 2021-09-14T06:12:58.000Z | uio/FDstream.h | Brillist/libutl | e55c2af091ba1101a1d0608db2830e279ec95d16 | [
"MIT"
] | null | null | null | uio/FDstream.h | Brillist/libutl | e55c2af091ba1101a1d0608db2830e279ec95d16 | [
"MIT"
] | 2 | 2019-05-13T23:04:31.000Z | 2021-09-14T06:12:59.000Z | #pragma once
////////////////////////////////////////////////////////////////////////////////////////////////////
#include <libutl/Stream.h>
////////////////////////////////////////////////////////////////////////////////////////////////////
UTL_NS_BEGIN;
///////////////////////////////////////////////////////////... | 24.055944 | 100 | 0.534884 | [
"object"
] |
b04573543eca45b20ba2dffc20e8177184432b60 | 1,092 | h | C | TemplateVector/TemplateVector/myVector.h | Stevethe12/CarteFPGA | 9fcfc35394dd950beec56b5140f107200314bec0 | [
"Apache-2.0"
] | null | null | null | TemplateVector/TemplateVector/myVector.h | Stevethe12/CarteFPGA | 9fcfc35394dd950beec56b5140f107200314bec0 | [
"Apache-2.0"
] | null | null | null | TemplateVector/TemplateVector/myVector.h | Stevethe12/CarteFPGA | 9fcfc35394dd950beec56b5140f107200314bec0 | [
"Apache-2.0"
] | null | null | null | #pragma once
#include <stdint.h>
#include <iostream>
#include <string>
#include <errno.h>
template <typename T >
class myVector
{
private:
T *m_vector;
int capacity = 1;
int size = 0;
bool empty = false;
public:
/* Constructor that initilize member variables */
myVector()
{
// Est qu'on doit initialiser le ... | 22.75 | 77 | 0.630037 | [
"object",
"vector"
] |
b053c05739562c3d00c6053228090fa44bd66e24 | 1,644 | h | C | Game.h | paussu/JTetris | 8274f8b5e92da31571349f7a19519c4d1d33f7be | [
"MIT"
] | null | null | null | Game.h | paussu/JTetris | 8274f8b5e92da31571349f7a19519c4d1d33f7be | [
"MIT"
] | null | null | null | Game.h | paussu/JTetris | 8274f8b5e92da31571349f7a19519c4d1d33f7be | [
"MIT"
] | null | null | null | //
// Created by jipe on 5/13/20.
//
#ifndef JTETRIS_GAME_H
#define JTETRIS_GAME_H
#include <SDL2/SDL.h>
#include <SDL2/SDL_ttf.h>
#include <vector>
#include <bits/unique_ptr.h>
#include <random>
#include <cmath>
#include "Tetromino.h"
class Game
{
public:
Game(int width, int height);
bool Initialize();
... | 20.810127 | 80 | 0.68309 | [
"vector"
] |
b06673f88c5afa0639c6712aac7dc7af9a9d8d85 | 4,567 | h | C | geometry/Cal3_S2.h | shaolinbit/minisam_lib | e2e904d1b6753976de1dee102f0b53e778c0f880 | [
"BSD-3-Clause"
] | 104 | 2019-06-23T14:45:20.000Z | 2022-03-20T12:45:29.000Z | geometry/Cal3_S2.h | shaolinbit/minisam_lib | e2e904d1b6753976de1dee102f0b53e778c0f880 | [
"BSD-3-Clause"
] | 2 | 2019-06-28T08:23:23.000Z | 2019-07-17T02:37:08.000Z | geometry/Cal3_S2.h | shaolinbit/minisam_lib | e2e904d1b6753976de1dee102f0b53e778c0f880 | [
"BSD-3-Clause"
] | 28 | 2019-06-23T14:45:19.000Z | 2022-03-20T12:45:24.000Z | #ifndef CAL3_S2_H
#define CAL3_S2_H
/**
* @brief The most common 5DOF 3D->2D calibration
* @addtogroup geometry
* \nosubgrouping
*/
#pragma once
#include "../mat/Matrix.h"
#include "../mat/MatCal.h"
namespace minisam
{
class Cal3_S2:public minivector
{
public:
/// @name Standard Constructors
/// @{
... | 25.093407 | 112 | 0.592949 | [
"geometry",
"vector",
"3d"
] |
b06c68aec949c5680bdcbd50f830f72c603fdb32 | 723 | h | C | Attic/AtomicEditorReference/Source/UI/UIIssuesWidget.h | honigbeutler123/AtomicGameEngine | c53425f19b216eb21ecd3bda85052aaa1a6f2aaa | [
"Apache-2.0",
"MIT"
] | null | null | null | Attic/AtomicEditorReference/Source/UI/UIIssuesWidget.h | honigbeutler123/AtomicGameEngine | c53425f19b216eb21ecd3bda85052aaa1a6f2aaa | [
"Apache-2.0",
"MIT"
] | null | null | null | Attic/AtomicEditorReference/Source/UI/UIIssuesWidget.h | honigbeutler123/AtomicGameEngine | c53425f19b216eb21ecd3bda85052aaa1a6f2aaa | [
"Apache-2.0",
"MIT"
] | null | null | null | // Copyright (c) 2014-2015, THUNDERBEAST GAMES LLC All rights reserved
// Please see LICENSE.md in repository root for license information
// https://github.com/AtomicGameEngine/AtomicGameEngine
#pragma once
#include "AEWidget.h"
using namespace Atomic;
using namespace tb;
namespace tb
{
class TBLayout;
}
namespac... | 16.066667 | 75 | 0.745505 | [
"object"
] |
b06f87afcff9f9259461c10d1b210cbe839c7ae2 | 28,016 | h | C | Engine/Source/Runtime/Engine/Public/AnimationCompression.h | windystrife/UnrealEngine_NVIDIAGameWork | b50e6338a7c5b26374d66306ebc7807541ff815e | [
"MIT"
] | 1 | 2022-01-29T18:36:12.000Z | 2022-01-29T18:36:12.000Z | Engine/Source/Runtime/Engine/Public/AnimationCompression.h | windystrife/UnrealEngine_NVIDIAGameWork | b50e6338a7c5b26374d66306ebc7807541ff815e | [
"MIT"
] | null | null | null | Engine/Source/Runtime/Engine/Public/AnimationCompression.h | windystrife/UnrealEngine_NVIDIAGameWork | b50e6338a7c5b26374d66306ebc7807541ff815e | [
"MIT"
] | null | null | null | // Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
/*=============================================================================
AnimationCompression.h: Skeletal mesh animation compression.
=============================================================================*/
#pragma once
#include "CoreMinima... | 26.912584 | 170 | 0.657945 | [
"mesh"
] |
b06fe5cc58fb92d464b48e8f5684f2a2a6974359 | 1,502 | c | C | python-ios/src/scipy_files/scipy/patches/linalg/src/id_dist/src/idzp_aid_subr_5.c | ktraunmueller/Computable | 5a6a872c4c0f5e122c24c321cd877a949877dcf7 | [
"MIT"
] | 26 | 2018-02-14T23:52:58.000Z | 2021-08-16T13:50:03.000Z | scipy_build_2.0/linalg/src/id_dist/src/idzp_aid_subr_5.c | wtbh/scipy_arm64 | 00f8f9ca06cc941a854601546ab4bfb259ef6bda | [
"Apache-2.0"
] | 3 | 2019-09-03T05:50:32.000Z | 2020-05-10T05:35:11.000Z | scipy_build_2.0/linalg/src/id_dist/src/idzp_aid_subr_5.c | wtbh/scipy_arm64 | 00f8f9ca06cc941a854601546ab4bfb259ef6bda | [
"Apache-2.0"
] | 10 | 2018-08-13T19:38:39.000Z | 2020-04-19T03:02:00.000Z | /* idzp_aid_subr_5.f -- translated by f2c (version 20100827).
You must link the resulting object file with libf2c:
on Microsoft Windows system, link with libf2c.lib;
on Linux or Unix systems, link with .../path/to/libf2c.a -lm
or, if you install libf2c.a in a standard place, with -lf2c -lm
-- in that order, at t... | 23.46875 | 76 | 0.583222 | [
"object"
] |
b074bdb2eedadb7296683b26e2db60fdb0a3ef14 | 5,420 | h | C | src/Providers/linux/ProviderData/NetworkAdapter/EthernetAdapterData.h | ncultra/Pegasus-2.5 | 4a0b9a1b37e2eae5c8105fdea631582dc2333f9a | [
"MIT"
] | null | null | null | src/Providers/linux/ProviderData/NetworkAdapter/EthernetAdapterData.h | ncultra/Pegasus-2.5 | 4a0b9a1b37e2eae5c8105fdea631582dc2333f9a | [
"MIT"
] | null | null | null | src/Providers/linux/ProviderData/NetworkAdapter/EthernetAdapterData.h | ncultra/Pegasus-2.5 | 4a0b9a1b37e2eae5c8105fdea631582dc2333f9a | [
"MIT"
] | 1 | 2022-03-07T22:54:02.000Z | 2022-03-07T22:54:02.000Z | //%2005////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
// Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems.
// Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L.P.;
// IBM Corp.; EMC Cor... | 39.562044 | 80 | 0.725092 | [
"vector"
] |
b0775d62475a76aec6bacf1f3e6b010f131fd7f7 | 3,635 | h | C | inc/VDispTableReader.h | GernotMaier/Eventdisplay | b244d65856ddc26ea8ef88af53d2b247e8d5936c | [
"BSD-3-Clause"
] | 11 | 2019-12-10T13:34:46.000Z | 2021-08-24T15:39:35.000Z | inc/VDispTableReader.h | Eventdisplay/Eventdisplay | 01ef380cf53a44f95351960a297a2d4f271a4160 | [
"BSD-3-Clause"
] | 53 | 2019-11-19T13:14:36.000Z | 2022-02-16T14:22:27.000Z | inc/VDispTableReader.h | pivosb/Eventdisplay | 6b299a1d3f77ddb641f98a511a37a5045ddd6b47 | [
"BSD-3-Clause"
] | 3 | 2020-05-07T13:52:46.000Z | 2021-06-25T09:49:21.000Z | //! VDispTableReader reading disp tables for angular reconstruction
#ifndef VDispTableReader_H
#define VDispTableReader_H
#include "TCanvas.h"
#include "TH2F.h"
#include "TH3F.h"
#include "TList.h"
#include "TMath.h"
#include "TNamed.h"
#include "TProfile2D.h"
#include "TProfile3D.h"
#include "TTree.h"
#include <ios... | 31.336207 | 218 | 0.599725 | [
"vector",
"3d"
] |
b07bcee932ebc82bb53aad24275886f048a0b5a7 | 891 | h | C | Fusin/include/Devices/FusinGamepadDevice.h | LegendaryMauricius/Fusin | 36364b708257630be8b3f1aec27c9f711d255ab1 | [
"MIT"
] | null | null | null | Fusin/include/Devices/FusinGamepadDevice.h | LegendaryMauricius/Fusin | 36364b708257630be8b3f1aec27c9f711d255ab1 | [
"MIT"
] | null | null | null | Fusin/include/Devices/FusinGamepadDevice.h | LegendaryMauricius/Fusin | 36364b708257630be8b3f1aec27c9f711d255ab1 | [
"MIT"
] | null | null | null | #ifndef _FUSIN_GAMEPAD_DEVICE_H
#define _FUSIN_GAMEPAD_DEVICE_H
#include "FusinDevice.h"
#include "Components/FusinButtonPadComponent.h"
#include "Components/FusinJoystickComponent.h"
#include "Components/FusinDPadComponent.h"
#include "Components/FusinVibrationComponent.h"
#include <list>
#include <map>
#include <vec... | 23.447368 | 93 | 0.774411 | [
"vector"
] |
b08671f71f7a28875f6f60f831af1ab34445074f | 14,413 | c | C | projects/dma/dma.c | ab1aw/stm32f4-bare-metal | 8ba0c6f5d51834c35b1262a2e0a5e5a4858d4391 | [
"MIT"
] | null | null | null | projects/dma/dma.c | ab1aw/stm32f4-bare-metal | 8ba0c6f5d51834c35b1262a2e0a5e5a4858d4391 | [
"MIT"
] | null | null | null | projects/dma/dma.c | ab1aw/stm32f4-bare-metal | 8ba0c6f5d51834c35b1262a2e0a5e5a4858d4391 | [
"MIT"
] | 1 | 2020-12-13T14:58:44.000Z | 2020-12-13T14:58:44.000Z | /*
* dma.c
*
* author: Furkan Cayci
* description:
* DMA memory to memory transfer example
* to transfer 256 bytes of data.
* Only DMA2 controller is able to perform memory-to-memory transfers
*
* setup:
* 1. Enable DMA2 clock from AHBENR register (bit22)
* 2. Disable any ongoing dma transfers and ... | 58.116935 | 114 | 0.376951 | [
"vector"
] |
b086dafc746836cd6e963222ca92a849217d74d5 | 2,287 | h | C | lib-rdmnet/include/e133.h | vanvught/GD32F107RC-DMX512-RDM | 3ab6ca374b700425f41e2bcded72432f6ddb19e3 | [
"MIT"
] | 328 | 2015-02-26T09:54:16.000Z | 2022-03-31T11:04:00.000Z | lib-rdmnet/include/e133.h | vanvught/GD32F107RC-DMX512-RDM | 3ab6ca374b700425f41e2bcded72432f6ddb19e3 | [
"MIT"
] | 195 | 2016-07-13T10:43:37.000Z | 2022-03-20T19:14:55.000Z | lib-rdmnet/include/e133.h | vanvught/GD32F107RC-DMX512-RDM | 3ab6ca374b700425f41e2bcded72432f6ddb19e3 | [
"MIT"
] | 113 | 2015-06-08T04:54:23.000Z | 2022-02-15T09:06:10.000Z | /**
* @file e133.h
*
*/
/* Copyright (C) 2019-2020 by Arjan van Vught mailto:info@orangepi-dmx.nl
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including witho... | 34.651515 | 123 | 0.74202 | [
"vector"
] |
b09a835ee1e2056bfe2371158afeb0f351bad10b | 17,415 | h | C | win/include/maya/ilib.h | leegoonz/Maya-devkit | b81fe799b58e854e4ef16435426d60446e975871 | [
"ADSL"
] | 10 | 2018-03-30T16:09:02.000Z | 2021-12-07T07:29:19.000Z | win/include/maya/ilib.h | leegoonz/Maya-devkit | b81fe799b58e854e4ef16435426d60446e975871 | [
"ADSL"
] | null | null | null | win/include/maya/ilib.h | leegoonz/Maya-devkit | b81fe799b58e854e4ef16435426d60446e975871 | [
"ADSL"
] | 9 | 2018-06-02T09:18:49.000Z | 2021-12-20T09:24:35.000Z | #ifndef __INCLUDE_ILIB_H__
#define __INCLUDE_ILIB_H__
// Copyright 2015 Autodesk, Inc. All rights reserved.
//
// Use of this software is subject to the terms of the Autodesk
// license agreement provided at the time of installation or download,
// or which otherwise accompanies this software in either electroni... | 32.369888 | 82 | 0.645823 | [
"render"
] |
b09d2f7fb3f5c34bbc4a9dfc7b70b615bdbe1ce7 | 2,333 | c | C | lib/wizards/siki/_help.c | vlehtola/questmud | 8bc3099b5ad00a9e0261faeb6637c76b521b6dbe | [
"MIT"
] | null | null | null | lib/wizards/siki/_help.c | vlehtola/questmud | 8bc3099b5ad00a9e0261faeb6637c76b521b6dbe | [
"MIT"
] | null | null | null | lib/wizards/siki/_help.c | vlehtola/questmud | 8bc3099b5ad00a9e0261faeb6637c76b521b6dbe | [
"MIT"
] | null | null | null | cmd_help(what) {
string word, word2;
object pager;
if (!what) {
cat("/doc/help");
return 1;
}
if(what == "topics") {
write("GENERAL:\n");
ls("/doc/helpdir/");
write("\n");
return 1;
}
if(sscanf(what,"race %s", word) == 1) {
call_other("/obj/race_... | 29.1625 | 105 | 0.497214 | [
"object"
] |
b0a06f3fceee58c8ff1f6f883543e301d8764c14 | 4,890 | h | C | src/gps_process/include/UTM_transform.h | Donnnnng/gpsCalibration | 475cb13a6123128cab7c5129d851caf148d3aadc | [
"Apache-2.0"
] | 81 | 2018-10-11T10:31:06.000Z | 2022-03-02T07:04:12.000Z | src/gps_process/include/UTM_transform.h | whydaydayup/gpsCalibration | 168bb98e355a760699dd9194924400056a1bdee0 | [
"Apache-2.0"
] | null | null | null | src/gps_process/include/UTM_transform.h | whydaydayup/gpsCalibration | 168bb98e355a760699dd9194924400056a1bdee0 | [
"Apache-2.0"
] | 44 | 2018-06-29T14:42:40.000Z | 2021-12-27T01:45:59.000Z | #include<iostream>
#include<string.h>
#include<math.h>
#include<stdlib.h>
#include<stdio.h>
#include<map>
#define IMSIXBANDS 6.0 //six degrees divided a band
#define IMTHREEBANDS 3.0 //three degrees divided a band
using namespace std;
const double k0 = 0.9996;
/*UTM transform*/
void UTM... | 36.222222 | 312 | 0.586503 | [
"vector",
"transform"
] |
b0a2546bca12236172bb82d7edbe0c3b01cb4c85 | 14,113 | h | C | bethe-xxz/quantity.h | robhagemans/bethe-solver | 77b217c6cc23842b284ecd2d7b01fe28310cc32e | [
"MIT"
] | null | null | null | bethe-xxz/quantity.h | robhagemans/bethe-solver | 77b217c6cc23842b284ecd2d7b01fe28310cc32e | [
"MIT"
] | null | null | null | bethe-xxz/quantity.h | robhagemans/bethe-solver | 77b217c6cc23842b284ecd2d7b01fe28310cc32e | [
"MIT"
] | null | null | null | #ifndef QUANTITY_H
#define QUANTITY_H
/** magnetic fields **/
// a table of magnetisations and magnetic fields (for finite-temperature calculations)
vector<REAL> magneticFields (const Chain* const p_chain);
// the magnetic field for a given chain and magnetisation // this is needed to calculate the energy for S-minus... | 51.507299 | 169 | 0.753561 | [
"vector"
] |
b0aa6e52bedf20338939c9a9d58ff856357332dc | 4,132 | h | C | src/node/Node_2.h | MatteoMaso/VisualSuffixTree | 54aca4b2d6878982cd17f28f3d9645c1b70a8a4b | [
"MIT"
] | 1 | 2018-12-18T13:19:33.000Z | 2018-12-18T13:19:33.000Z | src/node/Node_2.h | MatteoMaso/VisualSuffixTree | 54aca4b2d6878982cd17f28f3d9645c1b70a8a4b | [
"MIT"
] | 1 | 2018-12-17T23:07:20.000Z | 2018-12-17T23:07:20.000Z | src/node/Node_2.h | MatteoMaso/VisualSuffixTree | 54aca4b2d6878982cd17f28f3d9645c1b70a8a4b | [
"MIT"
] | 1 | 2021-01-31T23:23:54.000Z | 2021-01-31T23:23:54.000Z | //
// Created by root on 11/11/18.
//
#ifndef VISUALSUFFIXTREE_NODE_H
#define VISUALSUFFIXTREE_NODE_H
//todo this is a new class for the Node
#include <vector>
#include <map>
namespace nodeNew{
//todo (optimization) decide the type of the parameter
typedef unsigned long index;
typedef unsigned long de... | 27.364238 | 100 | 0.64424 | [
"vector"
] |
b0ada3223d87bd00f9ab77df9382f666c9587dff | 3,184 | h | C | src/definitions.h | afaji/Marian | 1f6db367b4d380f7640c31a45ce855bd8dacbdae | [
"MIT"
] | null | null | null | src/definitions.h | afaji/Marian | 1f6db367b4d380f7640c31a45ce855bd8dacbdae | [
"MIT"
] | null | null | null | src/definitions.h | afaji/Marian | 1f6db367b4d380f7640c31a45ce855bd8dacbdae | [
"MIT"
] | null | null | null | #pragma once
// This file is part of the Marian toolkit.
// Marian is copyright (c) 2016 Marcin Junczys-Dowmunt.
//
// 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, in... | 33.515789 | 133 | 0.723304 | [
"object",
"shape",
"vector"
] |
b0ae016cfaad6c221954796fca2d92e419545c3c | 14,312 | h | C | include/extrinsics_calibrator/ExtrinsicCalibration.h | wtabib/extrinsics_calibrator | b0957e45e9c1c09e60ec115c1ec94991a0b338a0 | [
"BSD-3-Clause"
] | 3 | 2020-10-10T21:19:02.000Z | 2022-03-06T06:42:53.000Z | include/extrinsics_calibrator/ExtrinsicCalibration.h | wtabib/extrinsics_calibrator | b0957e45e9c1c09e60ec115c1ec94991a0b338a0 | [
"BSD-3-Clause"
] | null | null | null | include/extrinsics_calibrator/ExtrinsicCalibration.h | wtabib/extrinsics_calibrator | b0957e45e9c1c09e60ec115c1ec94991a0b338a0 | [
"BSD-3-Clause"
] | 1 | 2019-09-05T21:39:55.000Z | 2019-09-05T21:39:55.000Z | /*
* ExtrinsicCalibration.h
*
* A class to determine the extrinsic calibration between body frame and camera
*/
#pragma once
#include <gtsam/geometry/Pose3.h>
#include <gtsam/slam/PriorFactor.h>
#include <gtsam/geometry/Cal3_S2.h>
#include <gtsam/geometry/CalibratedCamera.h>
#include <gtsam/inference/Symbol.h>
... | 36.324873 | 120 | 0.655115 | [
"geometry",
"object",
"vector",
"model",
"transform"
] |
b80262fb6db6ee957f30595be712e995e84c1e09 | 7,553 | h | C | include/Dragonfly/detail/Texture/Texture2D.h | Csabix/GLFramework | afa792c1342a1edb730466e8a20e7e2c97e42168 | [
"MIT"
] | 2 | 2020-03-24T09:57:35.000Z | 2021-11-28T19:49:15.000Z | include/Dragonfly/detail/Texture/Texture2D.h | Csabix/GLFramework | afa792c1342a1edb730466e8a20e7e2c97e42168 | [
"MIT"
] | 6 | 2019-12-01T00:10:20.000Z | 2020-01-17T17:02:41.000Z | include/Dragonfly/detail/Texture/Texture2D.h | Csabix/GLFramework | afa792c1342a1edb730466e8a20e7e2c97e42168 | [
"MIT"
] | 1 | 2021-03-14T11:14:06.000Z | 2021-03-14T11:14:06.000Z | #pragma once
#include <string>
#include <vector>
#include <SDL/SDL_image.h>
#include "../../config.h"
#include "Texture.h"
namespace df
{
namespace detail
{
int invert_image(int pitch, int height, void* image_pixels);
template<unsigned depth_, unsigned stencil_, unsigned depthstencil_> struct FBO_compile_data;
}
t... | 37.02451 | 162 | 0.752416 | [
"vector"
] |
b80dec6f71449f67176009e58de50872bcffc09a | 561 | h | C | OGPeerObjC/OGUnpacker.h | satansly/PeerObjC | 854229f65df08424c67e853719815daf1ae6db90 | [
"MIT"
] | 2 | 2016-05-30T04:22:11.000Z | 2017-06-03T12:56:47.000Z | OGPeerObjC/OGUnpacker.h | satansly/PeerObjC | 854229f65df08424c67e853719815daf1ae6db90 | [
"MIT"
] | 2 | 2016-05-31T06:26:31.000Z | 2016-06-01T02:43:03.000Z | OGPeerObjC/OGUnpacker.h | satansly/PeerObjC | 854229f65df08424c67e853719815daf1ae6db90 | [
"MIT"
] | null | null | null | //
// OGUnpacker.h
// Pods
//
// Created by Omar Hussain on 2/13/16.
//
//
#import <Foundation/Foundation.h>
/**
* @brief Unpacks received binary or binary-utf8 serialized data
*/
@interface OGUnpacker : NSObject
/**
* @brief Initializes unpacker ready to unpack provided blob
*
* @param data Data object t... | 18.096774 | 74 | 0.68984 | [
"object"
] |
b8141df094d4f8ded50f1d299cfe5ae854737005 | 5,256 | c | C | targets/fc1/target.c | ramdrones/fcx | b4de8a5d3e0c45693683bfbcf0d909b9561ad9b1 | [
"Apache-2.0"
] | null | null | null | targets/fc1/target.c | ramdrones/fcx | b4de8a5d3e0c45693683bfbcf0d909b9561ad9b1 | [
"Apache-2.0"
] | null | null | null | targets/fc1/target.c | ramdrones/fcx | b4de8a5d3e0c45693683bfbcf0d909b9561ad9b1 | [
"Apache-2.0"
] | null | null | null | /* Copyright 2016 Julian Ingram
*
* 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 w... | 24.110092 | 103 | 0.6914 | [
"vector"
] |
b82292fb4f4bef3567cdb4540b6561180df2c292 | 41,496 | h | C | lib/nnc/3rdparty/cub/block/block_store.cuh.h | neonkingfr/ccv | 579d21e9065d5378be4b21a4b9c0224327fb0a9f | [
"CC0-1.0",
"CC-BY-4.0"
] | 3,296 | 2015-01-01T02:05:51.000Z | 2022-03-31T00:29:55.000Z | lib/nnc/3rdparty/cub/block/block_store.cuh.h | neonkingfr/ccv | 579d21e9065d5378be4b21a4b9c0224327fb0a9f | [
"CC0-1.0",
"CC-BY-4.0"
] | 111 | 2015-01-12T15:55:58.000Z | 2022-01-05T18:13:11.000Z | lib/nnc/3rdparty/cub/block/block_store.cuh.h | neonkingfr/ccv | 579d21e9065d5378be4b21a4b9c0224327fb0a9f | [
"CC0-1.0",
"CC-BY-4.0"
] | 940 | 2015-01-02T02:21:34.000Z | 2022-03-24T23:27:43.000Z | /******************************************************************************
* Copyright (c) 2011, Duane Merrill. All rights reserved.
* Copyright (c) 2011-2018, NVIDIA CORPORATION. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provi... | 41.496 | 272 | 0.605986 | [
"vector"
] |
b8312b2ed20760ac3aa70d6b23d1a3bc1cd5fd13 | 660 | h | C | demo/loader.h | tutsplus/gamma-correction-and-why-it-matters | e8ecacea6e0e676b2019218356464c8f9624f303 | [
"BSD-2-Clause"
] | 9 | 2015-01-16T16:59:19.000Z | 2017-07-07T09:22:41.000Z | demo/loader.h | tutsplus/gamma-correction-and-why-it-matters | e8ecacea6e0e676b2019218356464c8f9624f303 | [
"BSD-2-Clause"
] | null | null | null | demo/loader.h | tutsplus/gamma-correction-and-why-it-matters | e8ecacea6e0e676b2019218356464c8f9624f303 | [
"BSD-2-Clause"
] | null | null | null | /* Taken from opengl-tutorial.org for demo purposes */
#ifndef OBJLOADER_H
#define OBJLOADER_H
#include <vector>
#include <glm/glm.hpp>
bool loadOBJ(
const char * path,
std::vector<glm::vec3> & out_vertices,
std::vector<glm::vec2> & out_uvs,
std::vector<glm::vec3> & out_normals
);
void indexVBO(
std::vect... | 24.444444 | 61 | 0.695455 | [
"vector"
] |
b8389e734d212461c4fdbc233a652216dc77bee4 | 5,707 | c | C | mindspore/lite/src/runtime/kernel/arm/nnacl/fp32/space_to_batch.c | Joejiong/mindspore | 083fd6565cab1aa1d3114feeacccf1cba0d55e80 | [
"Apache-2.0"
] | null | null | null | mindspore/lite/src/runtime/kernel/arm/nnacl/fp32/space_to_batch.c | Joejiong/mindspore | 083fd6565cab1aa1d3114feeacccf1cba0d55e80 | [
"Apache-2.0"
] | null | null | null | mindspore/lite/src/runtime/kernel/arm/nnacl/fp32/space_to_batch.c | Joejiong/mindspore | 083fd6565cab1aa1d3114feeacccf1cba0d55e80 | [
"Apache-2.0"
] | null | null | null | /**
* Copyright 2020 Huawei Technologies Co., Ltd
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law... | 38.560811 | 120 | 0.648327 | [
"shape"
] |
b83d6c92b22fe4ce71dc9341ede227c3d8326087 | 16,134 | c | C | uv_hal/src/canopen/canopen_pdo.c | usevolt/uv_hal | 560176544c88ada1ffabe9d1edf56c47477d662a | [
"MIT"
] | null | null | null | uv_hal/src/canopen/canopen_pdo.c | usevolt/uv_hal | 560176544c88ada1ffabe9d1edf56c47477d662a | [
"MIT"
] | null | null | null | uv_hal/src/canopen/canopen_pdo.c | usevolt/uv_hal | 560176544c88ada1ffabe9d1edf56c47477d662a | [
"MIT"
] | null | null | null | /*
* This file is part of the uv_hal distribution (www.usevolt.fi).
* Copyright (c) 2017 Usevolt Oy.
*
*
* MIT License
*
* Copyright (c) 2019 usevolt
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal... | 30.96737 | 100 | 0.675034 | [
"object"
] |
b84c605c4fdd89da8c0c45d7d5318910ec69bef7 | 8,344 | h | C | include/roq/stream.h | saminfante/roq-api | c65f16d81bb7d18453351742b41f9c6c0aef238e | [
"BSD-3-Clause"
] | 1 | 2018-10-07T21:04:44.000Z | 2018-10-07T21:04:44.000Z | include/roq/stream.h | saminfante/roq-api | c65f16d81bb7d18453351742b41f9c6c0aef238e | [
"BSD-3-Clause"
] | null | null | null | include/roq/stream.h | saminfante/roq-api | c65f16d81bb7d18453351742b41f9c6c0aef238e | [
"BSD-3-Clause"
] | null | null | null | /* Copyright (c) 2017-2018, Hans Erik Thrane */
#pragma once
#include <roq/api.h>
#include <algorithm>
#include <cstdarg>
#include <ostream>
#include <string>
#include <vector>
namespace roq {
namespace stream {
namespace details {
// BasicBufferWriter
// - write to pre-allocated buffer
template <size_t N>
class B... | 36.757709 | 85 | 0.716922 | [
"vector"
] |
b85ddc94bbca91745aa2a810b64f831d5a635984 | 425 | h | C | src/graphics/mesh.h | Retro52/Minecraft-Clone | 6417ad7f77978d71f90bb6db20e518ad467a3c83 | [
"Unlicense"
] | null | null | null | src/graphics/mesh.h | Retro52/Minecraft-Clone | 6417ad7f77978d71f90bb6db20e518ad467a3c83 | [
"Unlicense"
] | null | null | null | src/graphics/mesh.h | Retro52/Minecraft-Clone | 6417ad7f77978d71f90bb6db20e518ad467a3c83 | [
"Unlicense"
] | null | null | null | //
// Created by Anton on 24.06.2021.
//
#ifndef GRAPHICS_MESH_H
#define GRAPHICS_MESH_H
#include <cstdlib>
class Mesh
{
unsigned int vao;
unsigned int vbo;
size_t vertices;
size_t vertexSize;
public:
Mesh(const float* buffer, size_t vertices, const int* attrs);
~Mesh();
void reload(con... | 15.740741 | 65 | 0.687059 | [
"mesh"
] |
8ed19bd2ed4cb9931b3defedd151c6984d83bf98 | 6,118 | h | C | WonderBrush/src/canvas_view_states/ShapeState.h | waddlesplash/WonderBrush-v2 | df20b6a43115d02e4606c71f27d0712ac2aebb62 | [
"MIT"
] | 11 | 2018-11-10T11:14:11.000Z | 2021-12-27T17:17:08.000Z | WonderBrush/src/canvas_view_states/ShapeState.h | waddlesplash/WonderBrush-v2 | df20b6a43115d02e4606c71f27d0712ac2aebb62 | [
"MIT"
] | 27 | 2018-11-11T00:06:25.000Z | 2021-06-24T06:43:38.000Z | WonderBrush/src/canvas_view_states/ShapeState.h | waddlesplash/WonderBrush-v2 | df20b6a43115d02e4606c71f27d0712ac2aebb62 | [
"MIT"
] | 7 | 2018-11-10T20:32:49.000Z | 2021-03-15T18:03:42.000Z | // ShapeState.h
#ifndef SHAPE_STATE_H
#define SHAPE_STATE_H
#include <String.h>
#include "defines.h"
#include "CanvasView.h"
#include "CanvasViewState.h"
#include "ObjectObserver.h"
class AddPointAction;
class ChangePointAction;
class EditModifierAction;
class HistoryManager;
class NudgePointsAction;
class InsertP... | 26.6 | 75 | 0.67375 | [
"object"
] |
8edc0ff7a6dff16fefcf091536df16290bd6bddf | 44,369 | c | C | osal-pc-freertos-windows-lib/src/os/freertos-windows/osapi.c | METECS/OSAL-PC-FreeRTOS | f4787767d6d3d5c377440e46b491084dcafdb007 | [
"Apache-2.0"
] | 4 | 2020-01-24T17:19:18.000Z | 2021-12-02T21:40:23.000Z | osal-pc-freertos-windows-lib/src/os/freertos-windows/osapi.c | METECS/OSAL-PC-FreeRTOS | f4787767d6d3d5c377440e46b491084dcafdb007 | [
"Apache-2.0"
] | null | null | null | osal-pc-freertos-windows-lib/src/os/freertos-windows/osapi.c | METECS/OSAL-PC-FreeRTOS | f4787767d6d3d5c377440e46b491084dcafdb007 | [
"Apache-2.0"
] | 1 | 2020-12-29T20:09:41.000Z | 2020-12-29T20:09:41.000Z | /*
* NASA Docket No. GSC-18,370-1, and identified as "Operating System Abstraction Layer"
*
* Copyright (c) 2019 United States Government as represented by
* the Administrator of the National Aeronautics and Space Administration.
* All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the... | 28.999346 | 105 | 0.557844 | [
"object"
] |
8ee953d385b593362d3b577a4f0b45fc27716728 | 3,020 | h | C | HDMap/include/map_api/junction.h | 1335654481ren/autoparking | a36ffaa1f787329b5e8324beb261059d6c0bd63f | [
"MIT"
] | 2 | 2019-10-16T06:48:35.000Z | 2019-10-22T16:06:30.000Z | HDMap/include/map_api/junction.h | 1335654481ren/autoparking | a36ffaa1f787329b5e8324beb261059d6c0bd63f | [
"MIT"
] | null | null | null | HDMap/include/map_api/junction.h | 1335654481ren/autoparking | a36ffaa1f787329b5e8324beb261059d6c0bd63f | [
"MIT"
] | 1 | 2019-10-16T08:15:01.000Z | 2019-10-16T08:15:01.000Z | /********************************************************
* Copyright (C) 2016 All rights reserved.
*
* Filename: junction.h
* Author : lubing.han
* Date : 2016-11-19
* Describe:
*
********************************************************/
#ifndef JUNCTION_H
#define JUNCTION_H
#include <string>
#includ... | 26.725664 | 104 | 0.715232 | [
"vector"
] |
8ef5bbf7ef2b11fb1da0a3d04f374c612017614d | 93,969 | c | C | tools/font/build/single_font_files/u8g2_font_b12_b_t_japanese1.c | HendryKaak/u8g2 | 731eecdd8a0863561ee354128e92566f1e63774b | [
"BSD-2-Clause"
] | 1 | 2022-01-13T18:50:55.000Z | 2022-01-13T18:50:55.000Z | tools/font/build/single_font_files/u8g2_font_b12_b_t_japanese1.c | HendryKaak/u8g2 | 731eecdd8a0863561ee354128e92566f1e63774b | [
"BSD-2-Clause"
] | null | null | null | tools/font/build/single_font_files/u8g2_font_b12_b_t_japanese1.c | HendryKaak/u8g2 | 731eecdd8a0863561ee354128e92566f1e63774b | [
"BSD-2-Clause"
] | 1 | 2019-01-08T22:17:51.000Z | 2019-01-08T22:17:51.000Z | /*
Fontname: -Efont-Biwidth-Bold-R-Normal--12-120-75-75-P-60-ISO10646-1
Copyright: (c) Copyright 2000-2003 /efont/ The Electronic Font Open Laboratory.
Glyphs: 1283/22759
BBX Build Mode: 0
*/
#ifdef U8G2_USE_LARGE_FONTS
const uint8_t u8g2_font_b12_b_t_japanese1[33982] U8G2_FONT_SECTION("u8g2_font_b12_b_t_japane... | 87.657649 | 109 | 0.668188 | [
"3d"
] |
f10202f76da6cde3265909b4fe65f70aadb8bf93 | 20,477 | h | C | external/webkit/Source/WebKit/chromium/src/WebViewImpl.h | ghsecuritylab/android_platform_sony_nicki | 526381be7808e5202d7865aa10303cb5d249388a | [
"Apache-2.0"
] | 2 | 2017-05-19T08:53:12.000Z | 2017-08-28T11:59:26.000Z | external/webkit/Source/WebKit/chromium/src/WebViewImpl.h | ghsecuritylab/android_platform_sony_nicki | 526381be7808e5202d7865aa10303cb5d249388a | [
"Apache-2.0"
] | 2 | 2017-07-25T09:37:22.000Z | 2017-08-04T07:18:56.000Z | external/webkit/Source/WebKit/chromium/src/WebViewImpl.h | ghsecuritylab/android_platform_sony_nicki | 526381be7808e5202d7865aa10303cb5d249388a | [
"Apache-2.0"
] | 2 | 2017-08-09T09:03:23.000Z | 2020-05-26T09:14:49.000Z | /*
* Copyright (C) 2010 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditio... | 37.435101 | 100 | 0.73082 | [
"object",
"3d"
] |
f10a9ff56a1903fc5883386a1ebc91eca920903b | 4,697 | h | C | Co-Simulation/Sumo/sumo-1.7.0/src/libsumo/TrafficLight.h | uruzahe/carla | 940c2ab23cce1eda1ef66de35f66b42d40865fb1 | [
"MIT"
] | null | null | null | Co-Simulation/Sumo/sumo-1.7.0/src/libsumo/TrafficLight.h | uruzahe/carla | 940c2ab23cce1eda1ef66de35f66b42d40865fb1 | [
"MIT"
] | null | null | null | Co-Simulation/Sumo/sumo-1.7.0/src/libsumo/TrafficLight.h | uruzahe/carla | 940c2ab23cce1eda1ef66de35f66b42d40865fb1 | [
"MIT"
] | null | null | null | /****************************************************************************/
// Eclipse SUMO, Simulation of Urban MObility; see https://eclipse.org/sumo
// Copyright (C) 2012-2020 German Aerospace Center (DLR) and others.
// This program and the accompanying materials are made available under the
// terms of the Ecli... | 41.9375 | 111 | 0.661486 | [
"vector"
] |
f10e0efa39fd7b7420e40960247e93e1ad7b2dc6 | 6,937 | h | C | Labyrint/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Reflection_Binder_Default3209457185MethodDeclarations.h | mimietti/Labyball | c4b03f5b5d5ec1a1cae5831d22391bc2a171230f | [
"MIT"
] | null | null | null | Labyrint/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Reflection_Binder_Default3209457185MethodDeclarations.h | mimietti/Labyball | c4b03f5b5d5ec1a1cae5831d22391bc2a171230f | [
"MIT"
] | 23 | 2016-07-21T13:03:02.000Z | 2016-10-03T12:43:01.000Z | Labyrint/labyrinti1/Classes/Native/mscorlib_System_Reflection_Binder_Default3209457185MethodDeclarations.h | mimietti/Labyball | c4b03f5b5d5ec1a1cae5831d22391bc2a171230f | [
"MIT"
] | 1 | 2019-09-08T17:32:17.000Z | 2019-09-08T17:32:17.000Z | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include <assert.h>
#include <exception>
// System.Reflection.Binder/Default
struct Default_t3209457185;
// System.Reflection.MethodBase
struct MethodBase_t3461000640;
// System.Refle... | 87.810127 | 401 | 0.839268 | [
"object"
] |
f116dfd824f015749391c06ab131044011fa4476 | 31,714 | h | C | source/unittest/vunit.h | xvela/code-vault | 780dad2d2855e28d802a64baf781927b7edd9ed9 | [
"MIT"
] | 2 | 2019-01-09T19:09:45.000Z | 2019-04-02T17:53:49.000Z | source/unittest/vunit.h | xvela/code-vault | 780dad2d2855e28d802a64baf781927b7edd9ed9 | [
"MIT"
] | 17 | 2015-01-07T02:05:04.000Z | 2019-08-30T16:57:42.000Z | source/unittest/vunit.h | xvela/code-vault | 780dad2d2855e28d802a64baf781927b7edd9ed9 | [
"MIT"
] | 3 | 2016-04-06T19:01:11.000Z | 2017-09-20T09:28:00.000Z | /*
Copyright c1997-2014 Trygve Isaacson. All rights reserved.
This file is part of the Code Vault version 4.1
http://www.bombaydigital.com/
License: MIT. See LICENSE.md in the Vault top level directory.
*/
#ifndef vunit_h
#define vunit_h
/** @file */
/*
Not trying to build an xUnit facility here, nor interface with ... | 63.428 | 317 | 0.702655 | [
"object",
"vector"
] |
f11a3ab543a987dbbba3b6ad7a5fd432e2a931b6 | 2,036 | h | C | graphics/cgal/Visibility_2/doc/Visibility_2/CGAL/Rotational_sweep_visibility_2.h | hlzz/dotfiles | 0591f71230c919c827ba569099eb3b75897e163e | [
"BSD-3-Clause"
] | 4 | 2016-03-30T14:31:52.000Z | 2019-02-02T05:01:32.000Z | graphics/cgal/Visibility_2/doc/Visibility_2/CGAL/Rotational_sweep_visibility_2.h | hlzz/dotfiles | 0591f71230c919c827ba569099eb3b75897e163e | [
"BSD-3-Clause"
] | null | null | null | graphics/cgal/Visibility_2/doc/Visibility_2/CGAL/Rotational_sweep_visibility_2.h | hlzz/dotfiles | 0591f71230c919c827ba569099eb3b75897e163e | [
"BSD-3-Clause"
] | null | null | null | namespace CGAL {
/*!
\ingroup PkgVisibility_2Classes
\brief This class is a model of the concept `Visibility_2` can answer visibility queries within a polygon that may have holes.
\details The algorithm does not require preprocessing. It relies on the algorithm of T. Asano \cite ta-aeafvpprh-85 based on angular plan... | 26.102564 | 217 | 0.74558 | [
"object",
"model"
] |
e6d31b0747ebfa9ffada192c24445a75488f599a | 810 | h | C | KronoEngine/KronoEngine/Resource/ResourceManager.h | Casevse/KronoEngine | 11b8de104c7ce951fb7d38e38d01dba25464fff9 | [
"MIT"
] | null | null | null | KronoEngine/KronoEngine/Resource/ResourceManager.h | Casevse/KronoEngine | 11b8de104c7ce951fb7d38e38d01dba25464fff9 | [
"MIT"
] | null | null | null | KronoEngine/KronoEngine/Resource/ResourceManager.h | Casevse/KronoEngine | 11b8de104c7ce951fb7d38e38d01dba25464fff9 | [
"MIT"
] | null | null | null | #pragma once
#include <Program\ProgramManager.h>
#include <Resource\MeshResource.h>
class ResourceManager {
public:
ResourceManager(ProgramManager *programManager);
~ResourceManager();
void Clear();
MeshResource *GetMesh(char *path, char *alias = NULL);
void RemoveMesh(cha... | 25.3125 | 92 | 0.667901 | [
"vector"
] |
e6de75ac02fe00e0f4b35239410b2380a2cd0a67 | 50,116 | h | C | src/trunk/plugins/locator/iloc/RSTT/SLBM/include/TauPSite.h | damb/seiscomp3 | 560a8f7ae43737ae7826fb1ffca76a9f601cf9dc | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | 94 | 2015-02-04T13:57:34.000Z | 2021-11-01T15:10:06.000Z | src/trunk/plugins/locator/iloc/RSTT/SLBM/include/TauPSite.h | damb/seiscomp3 | 560a8f7ae43737ae7826fb1ffca76a9f601cf9dc | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | 233 | 2015-01-28T15:16:46.000Z | 2021-08-23T11:31:37.000Z | src/trunk/plugins/locator/iloc/RSTT/SLBM/include/TauPSite.h | salichon/seiscomp3 | 4f7715f9ff9a35e7912c379ebf10446d0bceaeb2 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | 95 | 2015-02-13T15:53:30.000Z | 2021-11-02T14:54:54.000Z | //- ****************************************************************************
//-
//- Copyright 2009 Sandia Corporation. Under the terms of Contract
//- DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
//- certain rights in this software.
//-
//- BSD Open Source License.
//- All rights reser... | 44.947085 | 86 | 0.571853 | [
"object",
"vector",
"model"
] |
e6f3b481bf2fe7790b8149b1a5a36057a1b061d1 | 9,270 | h | C | include/cetty/bootstrap/ConnectionlessBootstrap.h | frankee/Cetty | 4ec5be459e42f3ef76617a5a9c8d70cee277d131 | [
"BSL-1.0",
"Apache-2.0",
"BSD-3-Clause"
] | 11 | 2015-01-22T11:23:23.000Z | 2021-04-18T13:06:04.000Z | include/cetty/bootstrap/ConnectionlessBootstrap.h | frankee/Cetty | 4ec5be459e42f3ef76617a5a9c8d70cee277d131 | [
"BSL-1.0",
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | include/cetty/bootstrap/ConnectionlessBootstrap.h | frankee/Cetty | 4ec5be459e42f3ef76617a5a9c8d70cee277d131 | [
"BSL-1.0",
"Apache-2.0",
"BSD-3-Clause"
] | 7 | 2015-04-17T08:13:04.000Z | 2020-11-28T04:12:29.000Z | #if !defined(CETTY_BOOTSTRAP_CONNECTIONLESSBOOTSTRAP_H)
#define CETTY_BOOTSTRAP_CONNECTIONLESSBOOTSTRAP_H
/*
* Copyright 2009 Red Hat, Inc.
*
* Red Hat licenses this file to you under the Apache License, version 2.0
* (the "License"); you may not use this file except in compliance with the
* License. You may obt... | 37.379032 | 102 | 0.676483 | [
"object"
] |
e6f48b3093d14fc5f0c1a9629f62a5383baaeb42 | 2,229 | h | C | Demo/MapWorld-Swift/Pods/ArcGIS-Runtime-SDK-iOS/ArcGIS.framework/Headers/AGSMarkerSceneSymbol.h | xiaoyeZhang/ArcGisMapTool | 1ea6348a4955d237672a21d9539e4904f9fee6d2 | [
"MIT"
] | 4 | 2019-06-03T07:20:44.000Z | 2020-12-03T16:16:26.000Z | Demo/MapWorld/Pods/ArcGIS-Runtime-SDK-iOS/ArcGIS.framework/Headers/AGSMarkerSceneSymbol.h | xiaoyeZhang/ArcGisMapTool | 1ea6348a4955d237672a21d9539e4904f9fee6d2 | [
"MIT"
] | null | null | null | Demo/MapWorld/Pods/ArcGIS-Runtime-SDK-iOS/ArcGIS.framework/Headers/AGSMarkerSceneSymbol.h | xiaoyeZhang/ArcGisMapTool | 1ea6348a4955d237672a21d9539e4904f9fee6d2 | [
"MIT"
] | null | null | null | /*
COPYRIGHT 2016 ESRI
TRADE SECRETS: ESRI PROPRIETARY AND CONFIDENTIAL
Unpublished material - all rights reserved under the
Copyright Laws of the United States and applicable international
laws, treaties, and conventions.
For additional information, contact:
Environmental Systems Research Institute, Inc.
A... | 25.329545 | 133 | 0.75415 | [
"geometry",
"3d"
] |
e6ffbc388d075369a01549d84ec99f15cafb3cdd | 68,534 | c | C | src/xenvif/pdo.c | borzel/xen-win-xenvif | e158f7f29a3652a5b6f10e6a070644c1b77ceaa5 | [
"BSD-2-Clause"
] | 2 | 2020-10-06T12:52:54.000Z | 2022-02-04T19:10:21.000Z | src/xenvif/pdo.c | borzel/xen-win-xenvif | e158f7f29a3652a5b6f10e6a070644c1b77ceaa5 | [
"BSD-2-Clause"
] | null | null | null | src/xenvif/pdo.c | borzel/xen-win-xenvif | e158f7f29a3652a5b6f10e6a070644c1b77ceaa5 | [
"BSD-2-Clause"
] | 4 | 2018-08-14T03:10:58.000Z | 2022-02-04T19:13:31.000Z | /* Copyright (c) Citrix Systems Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms,
* with or without modification, are permitted provided
* that the following conditions are met:
*
* * Redistributions of source code must retain the above
* copyright notice, this list o... | 23.67323 | 101 | 0.592626 | [
"object"
] |
fc07620357e4fa4741c6771ab7f844d18e14d55e | 1,427 | h | C | src/prod/src/api/wrappers/ComNameEnumerationResult.h | AnthonyM/service-fabric | c396ea918714ea52eab9c94fd62e018cc2e09a68 | [
"MIT"
] | 2,542 | 2018-03-14T21:56:12.000Z | 2019-05-06T01:18:20.000Z | src/prod/src/api/wrappers/ComNameEnumerationResult.h | AnthonyM/service-fabric | c396ea918714ea52eab9c94fd62e018cc2e09a68 | [
"MIT"
] | 994 | 2019-05-07T02:39:30.000Z | 2022-03-31T13:23:04.000Z | src/prod/src/api/wrappers/ComNameEnumerationResult.h | AnthonyM/service-fabric | c396ea918714ea52eab9c94fd62e018cc2e09a68 | [
"MIT"
] | 300 | 2018-03-14T21:57:17.000Z | 2019-05-06T20:07:00.000Z | // ------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License (MIT). See License.txt in the repo root for license information.
// ------------------------------------------------------------
#pragma once
namespace Api
{
... | 33.186047 | 98 | 0.641906 | [
"vector"
] |
fc11425226efd942de42c8e391c72e7b026f2e34 | 4,729 | h | C | adagucserverEC/CGeoParams.h | ernstdevreede/adaguc-server | 3516bf1a2ea6abb4f2e85e72944589dfcc990f7c | [
"Apache-2.0"
] | 1 | 2019-08-21T11:03:09.000Z | 2019-08-21T11:03:09.000Z | adagucserverEC/CGeoParams.h | ernstdevreede/adaguc-server | 3516bf1a2ea6abb4f2e85e72944589dfcc990f7c | [
"Apache-2.0"
] | null | null | null | adagucserverEC/CGeoParams.h | ernstdevreede/adaguc-server | 3516bf1a2ea6abb4f2e85e72944589dfcc990f7c | [
"Apache-2.0"
] | null | null | null | /******************************************************************************
*
* Project: ADAGUC Server
* Purpose: ADAGUC OGC Server
* Author: Maarten Plieger, plieger "at" knmi.nl
* Date: 2013-06-01
*
******************************************************************************
*
* Copyright 2013... | 23.763819 | 117 | 0.606682 | [
"vector"
] |
fc2e3d7342ee5b95c2e80c18a29f4ba825ccfbb2 | 39,584 | h | C | vox.geometry/matrix_expression-inl.h | yangfengzzz/DigitalVox3 | c3277007d7cae90cf3f55930bf86119c93662493 | [
"MIT"
] | 28 | 2021-11-23T11:52:55.000Z | 2022-03-04T01:48:52.000Z | vox.geometry/matrix_expression-inl.h | yangfengzzz/DigitalVox3 | c3277007d7cae90cf3f55930bf86119c93662493 | [
"MIT"
] | null | null | null | vox.geometry/matrix_expression-inl.h | yangfengzzz/DigitalVox3 | c3277007d7cae90cf3f55930bf86119c93662493 | [
"MIT"
] | 3 | 2022-01-02T12:23:04.000Z | 2022-01-07T04:21:26.000Z | // Copyright (c) 2018 Doyub Kim
//
// I am making my contributions/submissions to this project solely in my
// personal capacity and am not conveying any rights to any intellectual
// property of any third parties.
#ifndef INCLUDE_JET_DETAIL_MATRIX_EXPRESSION_INL_H_
#define INCLUDE_JET_DETAIL_MATRIX_EXPRESSION_INL_H_
... | 41.190427 | 120 | 0.560075 | [
"geometry"
] |
fc2ebdeaa2195e6af7dd1b087d5b8fbc053660a8 | 21,314 | h | C | nrf52/sdk_config.h | BenGardiner/nsec-badge | d2276bacc5489749a4fe86cf34e5c937f71becc1 | [
"MIT"
] | null | null | null | nrf52/sdk_config.h | BenGardiner/nsec-badge | d2276bacc5489749a4fe86cf34e5c937f71becc1 | [
"MIT"
] | null | null | null | nrf52/sdk_config.h | BenGardiner/nsec-badge | d2276bacc5489749a4fe86cf34e5c937f71becc1 | [
"MIT"
] | null | null | null | #include <device/nrf52832_peripherals.h>
#define SPI_ENABLED 1
#define SPI0_ENABLED 1
#define SPI0_USE_EASY_DMA 0
#define SPI1_ENABLED 0
#define SPI2_ENABLED 0
#define SPIS_ENABLED 1
#define SPIS0_ENABLED 0
#define SPIS1_ENABLED 1
#define SPIS2_ENABLED 0
// Enable the power driver
#define POWER_ENABLED 1
// DCDC reg... | 27.220945 | 139 | 0.730975 | [
"model"
] |
fc37bc85b438d6d2059165d24cce63350f589892 | 5,401 | h | C | src/CPUInfo.h | jongha/sysinfo | d17eac4f99c0aed78bbdaba677e87f00ea1ab7b9 | [
"MIT"
] | 3 | 2016-05-03T04:05:42.000Z | 2019-04-24T01:05:25.000Z | src/CPUInfo.h | jongha/sysinfo | d17eac4f99c0aed78bbdaba677e87f00ea1ab7b9 | [
"MIT"
] | null | null | null | src/CPUInfo.h | jongha/sysinfo | d17eac4f99c0aed78bbdaba677e87f00ea1ab7b9 | [
"MIT"
] | 1 | 2020-04-13T10:57:29.000Z | 2020-04-13T10:57:29.000Z | // CPUInfo.h
//
// Camel - CPU Identifying Tool
// Copyright (C) 2002, Iain Chesworth
//
// 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
// any ... | 27.140704 | 81 | 0.73653 | [
"model"
] |
fc571fcc7da0594ff1473731f0930ee055fe8d12 | 2,303 | h | C | include/deciphon_model/protein_profile.h | EBI-Metagenomics/deciphon-model | 5906ac242bd4e8ef4eb4e1ce05918e680e2e8a2a | [
"MIT"
] | null | null | null | include/deciphon_model/protein_profile.h | EBI-Metagenomics/deciphon-model | 5906ac242bd4e8ef4eb4e1ce05918e680e2e8a2a | [
"MIT"
] | null | null | null | include/deciphon_model/protein_profile.h | EBI-Metagenomics/deciphon-model | 5906ac242bd4e8ef4eb4e1ce05918e680e2e8a2a | [
"MIT"
] | null | null | null | #ifndef MODEL_PROTEIN_PROFILE_H
#define MODEL_PROTEIN_PROFILE_H
#include "deciphon_model/limits.h"
#include "deciphon_model/metadata.h"
#include "deciphon_model/profile.h"
#include "deciphon_model/protein_cfg.h"
#include "deciphon_model/protein_model.h"
#include "deciphon_model/rc.h"
#include "imm/imm.h"
#include <std... | 30.302632 | 77 | 0.617455 | [
"model"
] |
fc6ad285d97fa62179687c1deb9ee5da2a00e80b | 1,348 | h | C | smolengine.graphics/include/Tools/Utils.h | Floritte/Game-Engine-Samples | 2b5dfc9a998963614e6d25fbbeaa05dbe1d214f9 | [
"Apache-2.0"
] | 3 | 2021-05-18T00:01:06.000Z | 2021-07-09T15:39:23.000Z | smolengine.graphics/include/Tools/Utils.h | Floritte/Game-Engine-Samples | 2b5dfc9a998963614e6d25fbbeaa05dbe1d214f9 | [
"Apache-2.0"
] | null | null | null | smolengine.graphics/include/Tools/Utils.h | Floritte/Game-Engine-Samples | 2b5dfc9a998963614e6d25fbbeaa05dbe1d214f9 | [
"Apache-2.0"
] | null | null | null | #pragma once
#include "Tools/GLM.h"
#include <optional>
#include <string>
namespace SmolEngine
{
enum class CachedPathType
{
Shader,
Pipeline
};
class Utils
{
public:
// Transform
static bool DecomposeTransform(const glm::mat4& transform, glm::vec3& out_translation,
glm::vec3& out_rotation, glm::... | 33.7 | 102 | 0.727003 | [
"transform"
] |
fc837d8dfb09574169b1b3376d433f6a6bcfbbde | 2,012 | h | C | Deserted/Project1 Solution/Project1 Project/bulletClass.h | PaigeDavid/Deserted-Game | 53903e0fc60980792118527d8641e08d91090d89 | [
"Apache-2.0"
] | null | null | null | Deserted/Project1 Solution/Project1 Project/bulletClass.h | PaigeDavid/Deserted-Game | 53903e0fc60980792118527d8641e08d91090d89 | [
"Apache-2.0"
] | null | null | null | Deserted/Project1 Solution/Project1 Project/bulletClass.h | PaigeDavid/Deserted-Game | 53903e0fc60980792118527d8641e08d91090d89 | [
"Apache-2.0"
] | null | null | null | //FILE : bulletClass.h
//PROG : Paige Peck, edit from Dave Jones
//PURP : Class for the ship's bullets
//Inherits from class Sprite
#ifndef BULLETCLASS_H
#define BULLETCLASS_H
class Bullet : public Sprite
{
protected:
Bullet *next;
int bulletX;
public:
Bullet();
~Bullet();
Bullet *getNext() {return next;}
v... | 19.920792 | 75 | 0.683897 | [
"object"
] |
fc8e587822910d0adb8c92a3f1caf4534bd4dbc3 | 9,557 | h | C | super3d/depth/depth_map.h | Kitware/super3d | 8ebe6ba1a606e4624fe3d601c69157e2ffff0ba9 | [
"BSD-3-Clause"
] | 8 | 2015-07-24T01:53:31.000Z | 2020-12-03T19:01:48.000Z | super3d/depth/depth_map.h | Kitware/super3d | 8ebe6ba1a606e4624fe3d601c69157e2ffff0ba9 | [
"BSD-3-Clause"
] | 1 | 2015-08-17T09:15:46.000Z | 2015-08-25T14:06:20.000Z | super3d/depth/depth_map.h | Kitware/super3d | 8ebe6ba1a606e4624fe3d601c69157e2ffff0ba9 | [
"BSD-3-Clause"
] | 10 | 2015-11-14T12:30:02.000Z | 2018-12-26T07:47:06.000Z | /*ckwg +29
* Copyright 2012-2016 by Kitware, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright notice,
* this li... | 41.733624 | 82 | 0.717066 | [
"mesh",
"vector"
] |
fc9c5d48f19b3d00efc576bdb54ba99689cd3526 | 3,847 | h | C | ExplorerXP/DirSize.h | avrionov/explorerxp | c68bf161bb77bf5c9b3476be0e795d23bb0b6b5f | [
"Apache-2.0"
] | 12 | 2016-11-10T01:21:48.000Z | 2022-02-16T00:03:50.000Z | ExplorerXP/DirSize.h | avrionov/explorerxp | c68bf161bb77bf5c9b3476be0e795d23bb0b6b5f | [
"Apache-2.0"
] | 4 | 2021-05-28T03:58:27.000Z | 2022-01-02T13:13:36.000Z | ExplorerXP/DirSize.h | avrionov/explorerxp | c68bf161bb77bf5c9b3476be0e795d23bb0b6b5f | [
"Apache-2.0"
] | 2 | 2016-12-21T15:06:39.000Z | 2022-01-26T08:43:44.000Z | /* Copyright 2002-2020 Nikolay Avrionov. All Rights Reserved.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or... | 25.993243 | 120 | 0.744736 | [
"vector"
] |
fca08781c4dba2bf5b6875123d48bcefab42de09 | 1,268 | h | C | ace/tao/orbsvcs/tests/Event/Basic/Control.h | tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective | 1b0172cdb78757fd17898503aaf6ce03d940ef28 | [
"Apache-1.1"
] | 46 | 2015-12-04T17:12:58.000Z | 2022-03-11T04:30:49.000Z | ace/tao/orbsvcs/tests/Event/Basic/Control.h | tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective | 1b0172cdb78757fd17898503aaf6ce03d940ef28 | [
"Apache-1.1"
] | null | null | null | ace/tao/orbsvcs/tests/Event/Basic/Control.h | tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective | 1b0172cdb78757fd17898503aaf6ce03d940ef28 | [
"Apache-1.1"
] | 23 | 2016-10-24T09:18:14.000Z | 2022-02-25T02:11:35.000Z | /* -*- C++ -*- */
// Control.h,v 1.2 2001/02/02 02:31:54 fhunleth Exp
//
// ============================================================================
//
// = LIBRARY
// ORBSVCS Real-time Event Channel tests
//
// = FILENAME
// Control.h
//
// = AUTHOR
// Carlos O'Ryan (coryan@cs.wustl.edu)
//
// ... | 23.054545 | 80 | 0.557571 | [
"object"
] |
fca3e2ffbbaf28d9eb83a631fbf1729d06fd00d8 | 8,691 | h | C | MatrixKit/Utils/MXKTools.h | VooduVibe-Dev/matrix-ios-kit | c373f8eac43f610533516daa7aec5dac741b69eb | [
"Apache-2.0"
] | null | null | null | MatrixKit/Utils/MXKTools.h | VooduVibe-Dev/matrix-ios-kit | c373f8eac43f610533516daa7aec5dac741b69eb | [
"Apache-2.0"
] | null | null | null | MatrixKit/Utils/MXKTools.h | VooduVibe-Dev/matrix-ios-kit | c373f8eac43f610533516daa7aec5dac741b69eb | [
"Apache-2.0"
] | null | null | null | /*
Copyright 2015 OpenMarket Ltd
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, soft... | 32.796226 | 170 | 0.762168 | [
"object",
"3d"
] |
fca434733c8e53ab856bf6247597698dc9e2e6c0 | 3,303 | h | C | cpp/src/server/photos_handler/photos_html_helpers.h | ppearson/WebServe_partial | 8fe5422d54c38c4a1865d1f1dca2d879f6dcd2d9 | [
"Apache-2.0"
] | null | null | null | cpp/src/server/photos_handler/photos_html_helpers.h | ppearson/WebServe_partial | 8fe5422d54c38c4a1865d1f1dca2d879f6dcd2d9 | [
"Apache-2.0"
] | null | null | null | cpp/src/server/photos_handler/photos_html_helpers.h | ppearson/WebServe_partial | 8fe5422d54c38c4a1865d1f1dca2d879f6dcd2d9 | [
"Apache-2.0"
] | null | null | null | /*
WebServe
Copyright 2018-2022 Peter Pearson.
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 w... | 37.534091 | 182 | 0.774447 | [
"vector"
] |
fca76545cf0a31a699a37967b42296b20ba33fe0 | 6,629 | c | C | C-Programs/Hangman.c | adityaverma121/Simple-Programs | 8450560b97f89e0fa3da16a623ad35c0b26409c9 | [
"MIT"
] | 71 | 2021-09-30T11:25:12.000Z | 2021-10-03T11:33:22.000Z | C-Programs/Hangman.c | adityaverma121/Simple-Programs | 8450560b97f89e0fa3da16a623ad35c0b26409c9 | [
"MIT"
] | 186 | 2021-09-30T12:25:16.000Z | 2021-10-03T13:45:04.000Z | C-Programs/Hangman.c | adityaverma121/Simple-Programs | 8450560b97f89e0fa3da16a623ad35c0b26409c9 | [
"MIT"
] | 385 | 2021-09-30T11:34:23.000Z | 2021-10-03T13:41:00.000Z | #include <stdio.h>
#include <windows.h>
#include <string.h>
#include <ctype.h>
#include <stdlib.h>
/**Functions will be defined here*/
void welcome();
void backToMenu();
int playerChoice();
void gameManual();
void showCredits();
void startGame();
/**global variables will be defined here*/
/**
* choice = player's men... | 31.566667 | 144 | 0.633429 | [
"object"
] |
fcb1b307d3257f948df80f49804c819c0ceb4a03 | 2,706 | h | C | Source/src/Plug.h | alexrodi/Phi | 3478524b4888fbf267e92687f98adfa825ebc583 | [
"MIT"
] | 3 | 2020-03-31T13:08:46.000Z | 2020-04-30T11:47:06.000Z | Source/src/Plug.h | alexrodi/Phi | 3478524b4888fbf267e92687f98adfa825ebc583 | [
"MIT"
] | 23 | 2020-04-06T10:56:19.000Z | 2021-02-01T22:26:46.000Z | Source/src/Plug.h | alexrodi/Phi | 3478524b4888fbf267e92687f98adfa825ebc583 | [
"MIT"
] | null | null | null | /*
==============================================================================
Plugs.h
Created: 16 Apr 2020 11:08:52pm
Author: Alexandre Rodrigues
==============================================================================
*/
#pragma once
///@cond
#include <JuceHeader.h>
///@end... | 26.019231 | 145 | 0.567997 | [
"object"
] |
fcb494a9f205d3a95b0e1374718e552f431df2c1 | 4,145 | h | C | aws-cpp-sdk-storagegateway/include/aws/storagegateway/model/InternalServerError.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-storagegateway/include/aws/storagegateway/model/InternalServerError.h | lintonv/aws-sdk-cpp | 15e19c265ffce19d2046b18aa1b7307fc5377e58 | [
"Apache-2.0"
] | 1 | 2022-01-03T23:59:37.000Z | 2022-01-03T23:59:37.000Z | aws-cpp-sdk-storagegateway/include/aws/storagegateway/model/InternalServerError.h | ravindra-wagh/aws-sdk-cpp | 7d5ff01b3c3b872f31ca98fb4ce868cd01e97696 | [
"Apache-2.0"
] | 1 | 2021-12-30T04:25:33.000Z | 2021-12-30T04:25:33.000Z | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/storagegateway/StorageGateway_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/storagegateway/model/StorageGatewayError.h>
#include <utility>
names... | 31.641221 | 115 | 0.677925 | [
"model"
] |
fcb81e9c6f9385490e8f4b35ba4812d9f166f1a8 | 1,500 | h | C | aws-cpp-sdk-pinpoint/include/aws/pinpoint/model/GetAppsResult.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-pinpoint/include/aws/pinpoint/model/GetAppsResult.h | lintonv/aws-sdk-cpp | 15e19c265ffce19d2046b18aa1b7307fc5377e58 | [
"Apache-2.0"
] | 1 | 2022-01-03T23:59:37.000Z | 2022-01-03T23:59:37.000Z | aws-cpp-sdk-pinpoint/include/aws/pinpoint/model/GetAppsResult.h | ravindra-wagh/aws-sdk-cpp | 7d5ff01b3c3b872f31ca98fb4ce868cd01e97696 | [
"Apache-2.0"
] | 1 | 2021-12-30T04:25:33.000Z | 2021-12-30T04:25:33.000Z | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/pinpoint/Pinpoint_EXPORTS.h>
#include <aws/pinpoint/model/ApplicationsResponse.h>
#include <utility>
namespace Aws
{
template<typename RESULT_TYPE>
class AmazonWebServiceRe... | 25.862069 | 140 | 0.757333 | [
"model"
] |
fcba8861cac1325167dd81dfe4bd98c478f66272 | 2,531 | h | C | src/usi-engine/ForwardPipe.h | bleu48/aobazero | c805b80d9ed8d27ce507fc2b74fb7609d75b2426 | [
"Unlicense"
] | 43 | 2019-05-10T05:50:23.000Z | 2022-01-03T02:46:00.000Z | src/usi-engine/ForwardPipe.h | bleu48/aobazero | c805b80d9ed8d27ce507fc2b74fb7609d75b2426 | [
"Unlicense"
] | 34 | 2019-05-07T15:22:44.000Z | 2021-09-21T04:34:39.000Z | src/usi-engine/ForwardPipe.h | kobanium/aoba-zero | dd6eb185e22c57b72663859e678fff79f7f425a5 | [
"Unlicense"
] | 13 | 2019-05-10T02:11:45.000Z | 2021-10-05T12:28:03.000Z | /*
This file is part of Leela Zero.
Copyright (C) 2018-2019 Junhee Yoo and contributors
Leela Zero 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 y... | 36.157143 | 85 | 0.681549 | [
"vector"
] |
fcbae49ac5d126d4c0bf3344b698fddd7f393895 | 522 | h | C | src/modules/shortcut_guide/trace.h | AngusChiang/PowerToys | 3a7aa76ef64dbcaaee464428222be8af1173fea6 | [
"MIT"
] | 6 | 2021-04-15T14:07:17.000Z | 2021-09-05T13:31:32.000Z | src/modules/shortcut_guide/trace.h | tjackenpacken/PowerToys | 063e7043212280cd4ef36fe98e0328cf7e909fd4 | [
"MIT"
] | 1,969 | 2020-11-28T07:47:36.000Z | 2022-03-31T23:08:25.000Z | src/modules/shortcut_guide/trace.h | tjackenpacken/PowerToys | 063e7043212280cd4ef36fe98e0328cf7e909fd4 | [
"MIT"
] | 3 | 2021-09-05T13:31:36.000Z | 2021-10-03T16:23:26.000Z | #pragma once
class Trace
{
public:
static void RegisterProvider() noexcept;
static void UnregisterProvider() noexcept;
static void HideGuide(const __int64 duration_ms, std::vector<int>& key_pressed) noexcept;
static void EnableShortcutGuide(const bool enabled) noexcept;
static void SettingsChanged(... | 40.153846 | 123 | 0.777778 | [
"vector"
] |
117da80a6c3d52fea5a32695790173cca4beefcb | 2,630 | h | C | kiss_events_system.h | C0rmander/software3DEngine | 9ce3be2e07e7f8a18398c192bd12359154d3c083 | [
"MIT"
] | null | null | null | kiss_events_system.h | C0rmander/software3DEngine | 9ce3be2e07e7f8a18398c192bd12359154d3c083 | [
"MIT"
] | null | null | null | kiss_events_system.h | C0rmander/software3DEngine | 9ce3be2e07e7f8a18398c192bd12359154d3c083 | [
"MIT"
] | null | null | null | #ifndef KISS_EVENTS_SYSTEM_H
#define KISS_EVENTS_SYSTEM_H
#include "kiss_sdl.h"
#include <stdio.h>
#include <iostream>
#include<vector>
class kiss_events_system
{
public:
kiss_events_system();
static void text_reset(kiss_textbox *textbox, kiss_vscrollbar *vscrollbar);
static float hscrollba... | 48.703704 | 105 | 0.609125 | [
"vector"
] |
1184b449295058fe8878497ab2bb0df611d168fd | 3,332 | h | C | cpp/src/main/loggers/EvaluationLogger.h | fbobee/Alpenglow | 5f956511017c1bee72390aaecd964c04d8ad4b45 | [
"Apache-2.0"
] | 28 | 2017-07-23T22:47:44.000Z | 2022-03-12T15:11:13.000Z | cpp/src/main/loggers/EvaluationLogger.h | fbobee/Alpenglow | 5f956511017c1bee72390aaecd964c04d8ad4b45 | [
"Apache-2.0"
] | 4 | 2017-05-10T10:23:17.000Z | 2019-05-23T14:07:09.000Z | cpp/src/main/loggers/EvaluationLogger.h | fbobee/Alpenglow | 5f956511017c1bee72390aaecd964c04d8ad4b45 | [
"Apache-2.0"
] | 9 | 2017-05-04T09:20:58.000Z | 2021-12-14T08:19:01.000Z | #ifndef EVALUATION_LOGGER_H
#define EVALUATION_LOGGER_H
#include <fstream>
#include <iostream>
#include <cstring>
#include "../general_interfaces/NeedsExperimentEnvironment.h"
#include "../general_interfaces/Initializable.h"
#include "../models/Model.h"
#include "Logger.h"
#include "../recommender_data/RecommenderData... | 32.666667 | 101 | 0.688776 | [
"model"
] |
11898990a55906ea67a05ddec19a7ea976b91c3d | 1,769 | h | C | SwiftXPC/Support/SwiftXPCShims.h | MaddTheSane/SwiftXPC | 0785b2627362fa161b6493e6c22d52735b3fdcdc | [
"MIT"
] | null | null | null | SwiftXPC/Support/SwiftXPCShims.h | MaddTheSane/SwiftXPC | 0785b2627362fa161b6493e6c22d52735b3fdcdc | [
"MIT"
] | null | null | null | SwiftXPC/Support/SwiftXPCShims.h | MaddTheSane/SwiftXPC | 0785b2627362fa161b6493e6c22d52735b3fdcdc | [
"MIT"
] | null | null | null | //
// XPCTypeShims.h
// DOS Prompt
//
// Created by William Kent on 7/28/14.
// Copyright (c) 2014 William Kent. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <xpc/xpc.h>
// TODO: These shims don't need to be public.
// FIXME: unfortunately there isn't a way to get them to work without this he... | 33.377358 | 98 | 0.827021 | [
"object"
] |
118b739c7076b56482b95010a9f03e4c7261856b | 28,674 | c | C | src/w_style.c | vporpo/xfig-slides | d15c939f75a17634ff27db372430a47ee20f63c9 | [
"Unlicense"
] | null | null | null | src/w_style.c | vporpo/xfig-slides | d15c939f75a17634ff27db372430a47ee20f63c9 | [
"Unlicense"
] | null | null | null | src/w_style.c | vporpo/xfig-slides | d15c939f75a17634ff27db372430a47ee20f63c9 | [
"Unlicense"
] | null | null | null | /*
* FIG : Facility for Interactive Generation of figures
* This file Copyright (c) 2002 Stephane Mancini
*
* Any party obtaining a copy of these files is granted, free of charge, a
* full and unrestricted irrevocable, world-wide, paid up, royalty-free,
* nonexclusive right and license to deal in this software an... | 28.81809 | 97 | 0.658401 | [
"object"
] |
119122acb35db46e9541af0d4b2bba1480780b4d | 25,722 | c | C | arm-mini-os/source/softfloat.c | samdup123/arm-mini-os | 5efd3693a12e97a99e3497a46386578f2bf22993 | [
"MIT"
] | null | null | null | arm-mini-os/source/softfloat.c | samdup123/arm-mini-os | 5efd3693a12e97a99e3497a46386578f2bf22993 | [
"MIT"
] | null | null | null | arm-mini-os/source/softfloat.c | samdup123/arm-mini-os | 5efd3693a12e97a99e3497a46386578f2bf22993 | [
"MIT"
] | null | null | null | /*============================================================================
This C source file is part of the SoftFloat IEC/IEEE Floating-point Arithmetic
Package, Release 2b.
Written by John R. Hauser. This work was made possible in part by the
International Computer Science Institute, located at Suite 600, ... | 33.061697 | 84 | 0.556605 | [
"vector"
] |
119896af572aa46b85d2fc4d32c16b33dd28f49d | 2,287 | h | C | modules/devapi/mod_mysqlx_expression.h | mueller/mysql-shell | 29bafc5692bd536a12c4e41c54cb587375fe52cf | [
"Apache-2.0"
] | 119 | 2016-04-14T14:16:22.000Z | 2022-03-08T20:24:38.000Z | modules/devapi/mod_mysqlx_expression.h | mueller/mysql-shell | 29bafc5692bd536a12c4e41c54cb587375fe52cf | [
"Apache-2.0"
] | 9 | 2017-04-26T20:48:42.000Z | 2021-09-07T01:52:44.000Z | modules/devapi/mod_mysqlx_expression.h | mueller/mysql-shell | 29bafc5692bd536a12c4e41c54cb587375fe52cf | [
"Apache-2.0"
] | 51 | 2016-07-20T05:06:48.000Z | 2022-03-09T01:20:53.000Z | /*
* Copyright (c) 2015, 2017, 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... | 35.184615 | 80 | 0.756449 | [
"object"
] |
11a3908c3a6952dfc04d25b18c4df034fecc10b0 | 36,721 | c | C | src/scrnsvr.c | koraynilay/scrnsvr | 04c8344506ce7275c647d346c787e13e5e547280 | [
"WTFPL"
] | 4 | 2020-11-30T17:35:46.000Z | 2021-05-29T17:17:38.000Z | src/scrnsvr.c | koraynilay/scrnsvr | 04c8344506ce7275c647d346c787e13e5e547280 | [
"WTFPL"
] | null | null | null | src/scrnsvr.c | koraynilay/scrnsvr | 04c8344506ce7275c647d346c787e13e5e547280 | [
"WTFPL"
] | null | null | null | /*
* compile with:
gcc [options] scrnsvr.c -o scrnsvr -lpthread -lXss -lX11 -lXinerama -lXrandr
*
* OR for full RELRO (more info: https://www.redhat.com/en/blog/hardening-elf-binaries-using-relocation-read-only-relro)
*
gcc -Wl,-z,relro,-z,now [options] scrnsvr.c -o scrnsvr -lpthread -lXss -lX11 -lXinerama -lXrandr... | 38.776135 | 452 | 0.64135 | [
"geometry"
] |
11a71f431cf2578ba6541651dd7d7da2ef8308d4 | 8,412 | h | C | source/min-api/test/mock/c74_mock_atoms.h | wwerk/wkw | a17bb2184a20a67d942b87d346f3200fc0c138af | [
"MIT"
] | 2 | 2015-08-31T19:44:15.000Z | 2018-01-30T04:05:33.000Z | source/min-api/test/mock/c74_mock_atoms.h | electrotap/Teabox | fc1b466ec9fe4eb343982df8e8de37c86675cbec | [
"MIT"
] | null | null | null | source/min-api/test/mock/c74_mock_atoms.h | electrotap/Teabox | fc1b466ec9fe4eb343982df8e8de37c86675cbec | [
"MIT"
] | null | null | null | /// @file
/// @ingroup minapi
/// @copyright Copyright 2018 The Min-API Authors. All rights reserved.
/// @license Use of this source code is governed by the MIT License found in the License.md file.
#pragma once
#include <cassert>
namespace c74 {
namespace max {
typedef int t_int;
typedef unsigned int... | 40.834951 | 230 | 0.660128 | [
"object",
"vector"
] |
11a96078c990f233accc87d1e9c87d804d3064f8 | 5,155 | h | C | src/gstreamer-1.0/tcamgstbase.h | copterspace/tiscamera | 2ce3ee845e7c9ca9d479c8e67f5b27e805eff219 | [
"Apache-2.0"
] | null | null | null | src/gstreamer-1.0/tcamgstbase.h | copterspace/tiscamera | 2ce3ee845e7c9ca9d479c8e67f5b27e805eff219 | [
"Apache-2.0"
] | null | null | null | src/gstreamer-1.0/tcamgstbase.h | copterspace/tiscamera | 2ce3ee845e7c9ca9d479c8e67f5b27e805eff219 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright 2014 The Imaging Source Europe GmbH
*
* 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 la... | 29.289773 | 113 | 0.729971 | [
"vector"
] |
11b45d26dae8f119cf0e47c86e438d3f197a0356 | 2,244 | h | C | src/Source Code/RE_Shader.h | MayKoder/TFG-Miquel_Suau_Gonzalez | c0d0a7a71a709ec3514c9ff20be272ac9e66d1e2 | [
"Apache-2.0"
] | null | null | null | src/Source Code/RE_Shader.h | MayKoder/TFG-Miquel_Suau_Gonzalez | c0d0a7a71a709ec3514c9ff20be272ac9e66d1e2 | [
"Apache-2.0"
] | null | null | null | src/Source Code/RE_Shader.h | MayKoder/TFG-Miquel_Suau_Gonzalez | c0d0a7a71a709ec3514c9ff20be272ac9e66d1e2 | [
"Apache-2.0"
] | null | null | null | #pragma once
#include"DEResource.h"
#include<vector>
typedef unsigned int GLuint;
class ResourceMaterial;
class ResourceShader;
#include"OpenGL.h"
#include"MathGeoLib/include/Math/float2.h"
#include"MathGeoLib/include/Math/float3.h"
#include"MathGeoLib/include/Math/float4.h"
#include"MathGeoLib/include/Math/float3x3.h... | 22.666667 | 106 | 0.717914 | [
"vector"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.