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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c94dec3c07486181a8733f8ed430fc461a21bf5a | 960 | h | C | zengine/zengine/zengine_plugin_factory_manager.h | wubenqi/zengine | 2c6f942c4b79a42c8b19c850579f25bb7e78e0d7 | [
"Apache-2.0"
] | 20 | 2015-01-20T12:48:15.000Z | 2021-07-23T09:48:41.000Z | zengine/zengine/zengine_plugin_factory_manager.h | wubenqi/zengine | 2c6f942c4b79a42c8b19c850579f25bb7e78e0d7 | [
"Apache-2.0"
] | 1 | 2015-03-12T01:30:47.000Z | 2015-03-12T02:43:09.000Z | zengine/zengine/zengine_plugin_factory_manager.h | wubenqi/zengine | 2c6f942c4b79a42c8b19c850579f25bb7e78e0d7 | [
"Apache-2.0"
] | 9 | 2015-07-17T09:25:43.000Z | 2020-06-17T07:37:32.000Z | // Copyright (C) 2012 by wubenqi
// Distributable under the terms of either the Apache License (Version 2.0) or
// the GNU Lesser General Public License, as specified in the COPYING file.
//
// By: wubenqi<wubenqi@gmail.com>
//
#ifndef ZENGINE_ZENGINE_PLUGIN_FACTORY_MANAGER_H_
#define ZENGINE_ZENGINE_PLUGIN_FACTORY_M... | 20.869565 | 79 | 0.757292 | [
"vector"
] |
c954773e86dd8de4b9a96c1b7025ac347b1af2c3 | 6,437 | h | C | extract_misc/brainvisa_ext/RII_Struct3D-4.1.0/RicUtil/src/RicPoint.h | binarybottle/mindboggle_sidelined | 1431d4877f4ceae384486fb66798bc22e6471af7 | [
"Apache-2.0"
] | 3 | 2019-07-20T05:36:03.000Z | 2020-12-23T07:47:43.000Z | extract_misc/brainvisa_ext/RII_Struct3D-4.1.0/RicUtil/src/RicPoint.h | binarybottle/mindboggle_sidelined | 1431d4877f4ceae384486fb66798bc22e6471af7 | [
"Apache-2.0"
] | 2 | 2020-11-30T10:18:42.000Z | 2020-12-24T06:29:47.000Z | extract_misc/brainvisa_ext/RII_Struct3D-4.1.0/RicUtil/src/RicPoint.h | binarybottle/mindboggle_sidelined | 1431d4877f4ceae384486fb66798bc22e6471af7 | [
"Apache-2.0"
] | null | null | null | // 3D Vector class from 3dKindoms - thanks
// Just slightly modified for RIC use
// Point, IPoint and DPoint classes are defined
#ifndef _RicPoint_h
#define _RicPoint_h
#include <math.h>
/// XYZ floating point class
class Point
{
public:
// Data
float x, y, z;
// Ctors
Point( float InX, float InY, float InZ ) :... | 17.635616 | 76 | 0.553363 | [
"vector",
"3d"
] |
c95794305355308e48ad29c0ba9c3124ffc7e389 | 881 | h | C | include/modes/script.h | scaryrawr/tofi | 15b3757c4d492d5bbc7f57aef94f582549d2bef3 | [
"MIT"
] | 1 | 2020-08-03T18:57:01.000Z | 2020-08-03T18:57:01.000Z | include/modes/script.h | scaryrawr/tofi | 15b3757c4d492d5bbc7f57aef94f582549d2bef3 | [
"MIT"
] | 1 | 2021-03-07T21:32:10.000Z | 2021-03-08T13:56:10.000Z | include/modes/script.h | scaryrawr/tofi | 15b3757c4d492d5bbc7f57aef94f582549d2bef3 | [
"MIT"
] | null | null | null | #pragma once
#include "../mode.h"
#include <future>
#include <string>
#include <string_view>
#include <vector>
namespace tofi
{
namespace modes
{
/**
* @brief Loads a script and will recall script with selected output until no output is returned.
*
*/
class script ... | 22.025 | 105 | 0.54597 | [
"vector"
] |
c959260aafb200565e01abe10ac20a084c00d721 | 1,121 | h | C | src/pattern.h | ppearson/Sniffle | d4c6232fb438964e9f85957c7bd1a57c2f33e0cd | [
"Apache-2.0"
] | 1 | 2018-03-26T07:24:22.000Z | 2018-03-26T07:24:22.000Z | src/pattern.h | ppearson/Sniffle | d4c6232fb438964e9f85957c7bd1a57c2f33e0cd | [
"Apache-2.0"
] | null | null | null | src/pattern.h | ppearson/Sniffle | d4c6232fb438964e9f85957c7bd1a57c2f33e0cd | [
"Apache-2.0"
] | null | null | null | /*
Sniffle
Copyright 2018-2019 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 wr... | 21.557692 | 99 | 0.748439 | [
"vector"
] |
c95970bc7b4a33d3fe7d419d1edc9e7221fd442b | 867 | h | C | RPerformanceTracking/Private/_RPTTrackingManager.h | donnie-jp/ios-perftracking | 07e469055707b4b332770c2c008846df589ec16d | [
"MIT"
] | null | null | null | RPerformanceTracking/Private/_RPTTrackingManager.h | donnie-jp/ios-perftracking | 07e469055707b4b332770c2c008846df589ec16d | [
"MIT"
] | null | null | null | RPerformanceTracking/Private/_RPTTrackingManager.h | donnie-jp/ios-perftracking | 07e469055707b4b332770c2c008846df589ec16d | [
"MIT"
] | null | null | null | #import <RPerformanceTracking/RPTDefines.h>
NS_ASSUME_NONNULL_BEGIN
@class _RPTConfiguration, _RPTRingBuffer, _RPTTracker, _RPTSender;
RPT_EXPORT @interface _RPTTrackingManager : NSObject
@property (nonatomic, readonly) _RPTConfiguration *configuration;
@property (nonatomic, readonly) _RPTRingBuffer *ringBuffer;
... | 36.125 | 84 | 0.768166 | [
"object"
] |
c95bdf308a6beff0b16f1218eb790e13fd336b15 | 288 | h | C | sort_isomers/sorting_algorithms.h | ElenaKusevska/dGr_from_opt_and_sp_results | c925b0c09d553a7fcbe884e070285e019cd270ed | [
"MIT"
] | null | null | null | sort_isomers/sorting_algorithms.h | ElenaKusevska/dGr_from_opt_and_sp_results | c925b0c09d553a7fcbe884e070285e019cd270ed | [
"MIT"
] | null | null | null | sort_isomers/sorting_algorithms.h | ElenaKusevska/dGr_from_opt_and_sp_results | c925b0c09d553a7fcbe884e070285e019cd270ed | [
"MIT"
] | null | null | null | #ifndef SORTING_ALGORITHMS_H
#define SORTING_ALGORITHMS_H
#include <vector>
#include <string>
int bubble_sort (std::vector<std::string>& isomers, \
std::vector<double>& E_opt, std::vector<double>& G_opt, \
std::vector<double>& freq, std::vector<double>& cpu_time);
#endif
| 26.181818 | 65 | 0.708333 | [
"vector"
] |
c96470ac08f9036e2448f020abf5f874af9b36a4 | 1,420 | h | C | include/shader.h | JustSlavic/gir1 | b952bf73ffc2005d23772cb94358a178243847ac | [
"MIT"
] | null | null | null | include/shader.h | JustSlavic/gir1 | b952bf73ffc2005d23772cb94358a178243847ac | [
"MIT"
] | null | null | null | include/shader.h | JustSlavic/gir1 | b952bf73ffc2005d23772cb94358a178243847ac | [
"MIT"
] | null | null | null | #ifndef GIR1_SHADER_H
#define GIR1_SHADER_H
#include <unordered_map>
#include <glm/glm.hpp>
struct Shader {
enum class Type {
Vertex,
Fragment
};
struct Uniform {
int location;
Uniform(int);
};
Shader() = default;
Shader(const Shader&) = delete;
Shader(S... | 25.818182 | 85 | 0.674648 | [
"vector"
] |
c96c7e24671664c2349733dbf7716cc1f42480d2 | 580 | h | C | UM Laundry/UM_LaundryController.h | arichiv/um.laundry | b67187b5130af6d044ba4be1344d4f1c5245b0ba | [
"MIT"
] | 1 | 2018-05-31T03:55:56.000Z | 2018-05-31T03:55:56.000Z | UM Laundry/UM_LaundryController.h | arichiv/um.laundry | b67187b5130af6d044ba4be1344d4f1c5245b0ba | [
"MIT"
] | null | null | null | UM Laundry/UM_LaundryController.h | arichiv/um.laundry | b67187b5130af6d044ba4be1344d4f1c5245b0ba | [
"MIT"
] | null | null | null | //
// UM_LaundryController.h
// UM Laundry
//
// Created by Ari Chivukula on 8/7/11.
// Copyright (c) 2013 Ari Chivukula. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "UM_LaundryModel.h"
@interface UM_LaundryController : UITableViewController <UIAlertViewDelegate, UIActionSheetDelegate> {
dispatch_... | 21.481481 | 102 | 0.718966 | [
"model"
] |
c96e9bd6257e249e30175e343cfdc9e728931e7e | 16,962 | c | C | src/likelihood.c | cboettig/wrightscape | 93947673f4342266acf5af667141bd466de13b3a | [
"CC0-1.0"
] | null | null | null | src/likelihood.c | cboettig/wrightscape | 93947673f4342266acf5af667141bd466de13b3a | [
"CC0-1.0"
] | null | null | null | src/likelihood.c | cboettig/wrightscape | 93947673f4342266acf5af667141bd466de13b3a | [
"CC0-1.0"
] | null | null | null | /**
* @file likelihood.c
* @brief calculate the likelihood for general multitype OU processes on a phylogenetic tree
* @author Carl Boettiger <cboettig@gmail.com>
* @version 0.1
* @date 2011-04-22
*
* @section LICENSE
*
* Copyright (C)
* 2011 - Carl Boettiger
* This program is free software; you can redistribute it a... | 31.645522 | 111 | 0.622391 | [
"vector",
"model"
] |
c96ee04f80c8b097751c7ac1514a1e8e25451cb1 | 2,573 | h | C | src/p3d/algebra/Matrix3.h | arnaudcoj/m1s2_m3ds_tp10_obb | 68985c433bd7e54b245a6baab259b64d91c028d2 | [
"MIT"
] | 1 | 2019-12-10T01:59:15.000Z | 2019-12-10T01:59:15.000Z | src/p3d/algebra/Matrix3.h | arnaudcoj/m1s2_m3ds_tp10_obb | 68985c433bd7e54b245a6baab259b64d91c028d2 | [
"MIT"
] | null | null | null | src/p3d/algebra/Matrix3.h | arnaudcoj/m1s2_m3ds_tp10_obb | 68985c433bd7e54b245a6baab259b64d91c028d2 | [
"MIT"
] | 2 | 2020-02-27T18:13:54.000Z | 2022-02-24T14:37:22.000Z | /*
* Matrix3.h
*
* Created on: 14 mars 2011
* @author: aubert
*/
#ifndef MATRIX3_H_
#define MATRIX3_H_
/*!
*
* @file
*
* @brief 3x3 Matrix Class
* @author F. Aubert
*
*/
namespace p3d {
class Matrix4;
class Vector3;
class Matrix3 {
double _c[9];
static float _cf[9]; /... | 27.666667 | 98 | 0.643218 | [
"transform"
] |
c9714789367c2f252fb3a63b2dedaa6364715b06 | 8,594 | h | C | public/gcsdk/sqlaccess/schemafull.h | DannyParker0001/Kisak-Strike | 99ed85927336fe3aff2efd9b9382b2b32eb1d05d | [
"Unlicense"
] | 252 | 2020-12-16T15:34:43.000Z | 2022-03-31T23:21:37.000Z | tf2_src/public/gcsdk/sqlaccess/schemafull.h | Counter2828/TeamFortress2 | 1b81dded673d49adebf4d0958e52236ecc28a956 | [
"MIT"
] | 23 | 2020-12-20T18:02:54.000Z | 2022-03-28T16:58:32.000Z | tf2_src/public/gcsdk/sqlaccess/schemafull.h | Counter2828/TeamFortress2 | 1b81dded673d49adebf4d0958e52236ecc28a956 | [
"MIT"
] | 42 | 2020-12-19T04:32:33.000Z | 2022-03-30T06:00:28.000Z | //========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================
#ifndef GCSCHEMAFULL_H
#define GCSCHEMAFULL_H
#ifdef _WIN32
#pragma once
#endif
namespace GCSDK
{
//----------------------... | 30.154386 | 153 | 0.688155 | [
"object"
] |
c971f847ce75885617a07cad112e45fed7bf337e | 1,774 | h | C | src/engine/entity/include/halley/entity/prefab.h | mjopenglsdl/halley | 68b4bd0845569fa2bafaa72bef3926795f0a6d9b | [
"Apache-2.0"
] | null | null | null | src/engine/entity/include/halley/entity/prefab.h | mjopenglsdl/halley | 68b4bd0845569fa2bafaa72bef3926795f0a6d9b | [
"Apache-2.0"
] | null | null | null | src/engine/entity/include/halley/entity/prefab.h | mjopenglsdl/halley | 68b4bd0845569fa2bafaa72bef3926795f0a6d9b | [
"Apache-2.0"
] | null | null | null | #pragma once
#include "halley/file_formats/config_file.h"
#include "entity_data_delta.h"
namespace Halley {
class Prefab : public Resource {
public:
static std::unique_ptr<Prefab> loadResource(ResourceLoader& loader);
constexpr static AssetType getAssetType() { return AssetType::Prefab; }
void reload(Resour... | 26.878788 | 73 | 0.740135 | [
"vector"
] |
c995ec37e14c74f64c71fd6c533e3de8e3780a18 | 827 | h | C | Aplicacion Movil/generated/bundles/login-transition/build/Android/Preview/app/src/main/include/Fuse.Motion.Simulatio-a4ba96c1.h | marferfer/SpinOff-LoL | a9dba8ac9dd476ec1ef94712d9a8e76d3b45aca8 | [
"Apache-2.0"
] | null | null | null | Aplicacion Movil/generated/bundles/login-transition/build/Android/Preview/app/src/main/include/Fuse.Motion.Simulatio-a4ba96c1.h | marferfer/SpinOff-LoL | a9dba8ac9dd476ec1ef94712d9a8e76d3b45aca8 | [
"Apache-2.0"
] | null | null | null | Aplicacion Movil/generated/bundles/login-transition/build/Android/Preview/app/src/main/include/Fuse.Motion.Simulatio-a4ba96c1.h | marferfer/SpinOff-LoL | a9dba8ac9dd476ec1ef94712d9a8e76d3b45aca8 | [
"Apache-2.0"
] | null | null | null | // This file was generated based on C:/Users/JuanJose/AppData/Local/Fusetools/Packages/Fuse.Motion/1.9.0/Simulation/Simulation.uno.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Uno.Object.h>
namespace g{
namespace Fuse{
namespace Motion{
namespace Simulation{
// internal a... | 31.807692 | 151 | 0.737606 | [
"object"
] |
c99def729d6f5f9eabab806561c5454e365f55ee | 3,194 | h | C | pluginsdk/yara/yara/object.h | torusrxxx/x64dbgpatchexporter | d6354a74d67178af59203efbebb747b79eafa93e | [
"BSD-2-Clause"
] | 22 | 2016-07-22T09:38:37.000Z | 2022-02-25T08:27:39.000Z | pluginsdk/yara/yara/object.h | torusrxxx/x64dbgpatchexporter | d6354a74d67178af59203efbebb747b79eafa93e | [
"BSD-2-Clause"
] | 3 | 2016-11-08T23:53:49.000Z | 2017-05-08T11:49:58.000Z | pluginsdk/yara/yara/object.h | torusrxxx/x64dbgpatchexporter | d6354a74d67178af59203efbebb747b79eafa93e | [
"BSD-2-Clause"
] | 12 | 2016-07-29T21:13:31.000Z | 2021-07-27T20:05:06.000Z | /*
Copyright (c) 2014. The YARA Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable l... | 19.240964 | 73 | 0.67345 | [
"object"
] |
c9a0f87492494c29dd3e3a2cfcdc34b7d971d926 | 12,138 | h | C | includes/Vector.h | shreeviknesh/DS | ef804bd3e86a56b365676fa585bc9e88ff5664aa | [
"MIT"
] | 1 | 2020-10-20T07:42:50.000Z | 2020-10-20T07:42:50.000Z | includes/Vector.h | shreeviknesh/DS | ef804bd3e86a56b365676fa585bc9e88ff5664aa | [
"MIT"
] | 17 | 2020-05-03T14:57:27.000Z | 2020-05-25T14:18:53.000Z | includes/Vector.h | shreeviknesh/DS | ef804bd3e86a56b365676fa585bc9e88ff5664aa | [
"MIT"
] | null | null | null | /*
* This file is part of the DS Library (https://github.com/shreeviknesh/DS).
*
* MIT License
*
* Copyright (c) 2020 Shreeviknesh
*
* 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 w... | 27.276404 | 86 | 0.587411 | [
"vector"
] |
c9a29f67245717e2e0b303726ccbb4715556a5f2 | 3,715 | h | C | source/iAnt_controller.h | BCLab-UNM/iAnt-ARGoS | c27fdea8eeae0e6539b31d79ce815543f343a991 | [
"MIT"
] | 9 | 2015-04-19T18:27:09.000Z | 2022-02-03T19:55:59.000Z | source/iAnt_controller.h | BCLab-UNM/iAnt-ARGoS | c27fdea8eeae0e6539b31d79ce815543f343a991 | [
"MIT"
] | 21 | 2015-03-23T22:48:46.000Z | 2015-11-23T22:24:08.000Z | source/iAnt_controller.h | BCLab-UNM/iAnt-ARGoS | c27fdea8eeae0e6539b31d79ce815543f343a991 | [
"MIT"
] | 7 | 2015-05-17T05:20:15.000Z | 2015-11-25T17:48:44.000Z | #ifndef IANT_CONTROLLER_H_
#define IANT_CONTROLLER_H_
#include <argos3/core/control_interface/ci_controller.h>
#include <argos3/plugins/robots/foot-bot/simulator/footbot_entity.h>
#include <argos3/plugins/robots/generic/control_interface/ci_positioning_sensor.h>
#include <argos3/plugins/robots/generic/control_interfac... | 30.958333 | 94 | 0.632571 | [
"vector"
] |
f96bf492f9c8c50c81be73ee09c677dc50c50b21 | 1,245 | c | C | src/cmd/cmaoetest.c | szhilkin/opensrx-7.0 | 15482b597c5f4991464150ff01383e7eb2d9675c | [
"BSD-2-Clause"
] | null | null | null | src/cmd/cmaoetest.c | szhilkin/opensrx-7.0 | 15482b597c5f4991464150ff01383e7eb2d9675c | [
"BSD-2-Clause"
] | null | null | null | src/cmd/cmaoetest.c | szhilkin/opensrx-7.0 | 15482b597c5f4991464150ff01383e7eb2d9675c | [
"BSD-2-Clause"
] | null | null | null | #include <u.h>
#include <libc.h>
#include <ctype.h>
#include "aoe.h"
enum {
Blksize = 8192,
};
void
dotest(Aoedev *dev, int fd, uvlong len)
{
static uchar buf[Blksize];
uvlong off;
int n;
off = 0;
while (len > 0) {
n = aoeread(dev, buf, sizeof buf, off);
if (n < 0)
sysfatal("error: can't read from targe... | 15.961538 | 64 | 0.59759 | [
"model"
] |
f973b6bc155360bad3f06439490dcb996e4f44de | 106,419 | c | C | src/fs/xfs/xfsprogs-dev/mkfs/xfs_mkfs.c | fengjixuchui/hydra | d49e652018a007bae9d22cb59dfa086deff7ad2f | [
"MIT"
] | 110 | 2019-08-21T04:23:22.000Z | 2022-01-20T16:08:36.000Z | src/fs/xfs/xfsprogs-dev/mkfs/xfs_mkfs.c | fengjixuchui/hydra | d49e652018a007bae9d22cb59dfa086deff7ad2f | [
"MIT"
] | 16 | 2019-11-19T03:46:35.000Z | 2021-12-19T19:26:07.000Z | src/fs/xfs/xfsprogs-dev/mkfs/xfs_mkfs.c | fengjixuchui/hydra | d49e652018a007bae9d22cb59dfa086deff7ad2f | [
"MIT"
] | 24 | 2019-09-30T21:38:08.000Z | 2021-11-22T00:22:18.000Z | /*
* Copyright (c) 2000-2005 Silicon Graphics, Inc.
* All Rights Reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it would be ... | 26.26981 | 88 | 0.666732 | [
"geometry"
] |
f977948f1c47b4f58f52a5181d16507f11d7a5ca | 2,586 | c | C | src/hal/core/core.c | cevero/hal | 6073763d8b3d4f311421d98e42c9fec893c937f9 | [
"MIT"
] | 6 | 2019-03-26T20:25:26.000Z | 2021-11-17T11:00:44.000Z | src/hal/core/core.c | cevero/hal | 6073763d8b3d4f311421d98e42c9fec893c937f9 | [
"MIT"
] | 358 | 2019-03-07T18:36:06.000Z | 2021-03-26T21:51:38.000Z | src/hal/core/core.c | cevero/hal | 6073763d8b3d4f311421d98e42c9fec893c937f9 | [
"MIT"
] | 10 | 2019-03-07T18:49:48.000Z | 2021-12-08T21:23:12.000Z | /*
* MIT License
*
* Copyright(c) 2011-2020 The Maintainers of Nanvix
*
* 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
* ... | 32.325 | 81 | 0.607502 | [
"vector"
] |
f978742bfd76efa16407af4152bd819989eb6d6e | 6,672 | h | C | src/il_landscape.h | rhaamo/poc-cubeworld | b341eeeb0b2dbfd8c26dea869f57c70e1814402d | [
"MIT"
] | null | null | null | src/il_landscape.h | rhaamo/poc-cubeworld | b341eeeb0b2dbfd8c26dea869f57c70e1814402d | [
"MIT"
] | null | null | null | src/il_landscape.h | rhaamo/poc-cubeworld | b341eeeb0b2dbfd8c26dea869f57c70e1814402d | [
"MIT"
] | null | null | null | /* Content of this file written by Dave Humphrey
* And possible modifications by Marc 'rhaamo' Lagrange
*/
#ifndef __IL_LANDSCAPE_H
#define __IL_LANDSCAPE_H
#include "il_map.h"
#include <vector>
#include <string>
#include "noiseutils/noiseutils.h"
namespace infland
{
static const int NUM_TEMPE... | 23.006897 | 91 | 0.706535 | [
"vector"
] |
f9844575a5107694a18aaa69566d8dd1eea18883 | 58,953 | c | C | ds/security/protocols/schannel/spbase/keyxmspk.c | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | ds/security/protocols/schannel/spbase/keyxmspk.c | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | ds/security/protocols/schannel/spbase/keyxmspk.c | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | //+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1995.
//
// File: keyxmspk.c
//
// Contents:
//
// Classes:
//
// Functions:
//
// History: 09-23-97 jbanes LSA integration stuff.
//
/... | 30.356849 | 108 | 0.510746 | [
"object",
"vector"
] |
f99809eb12d4312138c193d0ad018ab48c2a5150 | 366 | h | C | MetroGame/adfdafsdf/Renderable.h | Kevintjeb/OpenCV-MetroGame | e3a88108576853c2f9f5a5901074b2d4a547cd39 | [
"MIT"
] | null | null | null | MetroGame/adfdafsdf/Renderable.h | Kevintjeb/OpenCV-MetroGame | e3a88108576853c2f9f5a5901074b2d4a547cd39 | [
"MIT"
] | null | null | null | MetroGame/adfdafsdf/Renderable.h | Kevintjeb/OpenCV-MetroGame | e3a88108576853c2f9f5a5901074b2d4a547cd39 | [
"MIT"
] | null | null | null | #pragma once
#include "Vect.h"
#include "Model.h"
#include <string>
namespace mg_gameLogic
{
class Renderable
{
public:
Vec3f position, rotation, scale;
float angle;
std::string model;
Renderable();
Renderable(const Renderable&);
Renderable(std::string model, Vec3f pos, float angle, Vec3f rot, Vec3f s... | 17.428571 | 97 | 0.691257 | [
"model"
] |
f99bdaaac0f89994d85070e6597ff3370e5a4f7d | 1,656 | h | C | Promo_2023_Projet_Mai/Promo_2023_Projet_Mai/TerritoryConquest.h | dev1ous/Jelly-War | 55353c1f111101a0286370236541b087fdf28d17 | [
"Apache-2.0"
] | null | null | null | Promo_2023_Projet_Mai/Promo_2023_Projet_Mai/TerritoryConquest.h | dev1ous/Jelly-War | 55353c1f111101a0286370236541b087fdf28d17 | [
"Apache-2.0"
] | null | null | null | Promo_2023_Projet_Mai/Promo_2023_Projet_Mai/TerritoryConquest.h | dev1ous/Jelly-War | 55353c1f111101a0286370236541b087fdf28d17 | [
"Apache-2.0"
] | null | null | null | #ifndef TERRITORYCONQUEST_H
#define TERRITORYCONQUEST_H
#include "FSM_Manager.h"
#include "TC_Joueur.h"
#include "CasesManager.h"
#include "Animator.h"
#include "SFML/Audio.hpp"
class FSM_Manager;
class TerritoryConquest final : public FSM
{
public:
enum class State_TC {
Expli, Game, Win
};
TerritoryConquest(F... | 21.506494 | 90 | 0.728261 | [
"vector"
] |
f9be3ae3df8be23cff2feac0ee47c9b56d3f1554 | 2,500 | h | C | src/crypto/aes.h | utix/lib-common | ae09e6174b4f76a1f3d659705ae85cc0e669219e | [
"Apache-2.0"
] | 1 | 2020-07-17T15:51:18.000Z | 2020-07-17T15:51:18.000Z | src/crypto/aes.h | nicopauss/lib-common | f65e33b77b4936898953a0a092029be2fb94a834 | [
"Apache-2.0"
] | null | null | null | src/crypto/aes.h | nicopauss/lib-common | f65e33b77b4936898953a0a092029be2fb94a834 | [
"Apache-2.0"
] | null | null | null | /**
* \file aes.h
*/
#ifndef XYSSL_AES_H
#define XYSSL_AES_H
#define AES_ENCRYPT 1
#define AES_DECRYPT 0
/**
* \brief AES context structure
*/
typedef struct {
int nr; /*!< number of rounds */
uint32_t * nonnull rk; /*!< AES round keys */
uint32_t buf[68]; /*... | 28.409091 | 77 | 0.6224 | [
"vector"
] |
f9c09a03b8a1310e08b5df4c0236103a8c18f9f2 | 1,409 | h | C | misc/gnuplot/GnuplotSplotElementColorLines.h | k-a-z-u/KLib | cd4d11fb68921b2ff42a6f90055447f5df9a5b1e | [
"Apache-2.0"
] | 2 | 2016-12-17T10:14:18.000Z | 2019-07-16T09:06:07.000Z | misc/gnuplot/GnuplotSplotElementColorLines.h | k-a-z-u/KLib | cd4d11fb68921b2ff42a6f90055447f5df9a5b1e | [
"Apache-2.0"
] | null | null | null | misc/gnuplot/GnuplotSplotElementColorLines.h | k-a-z-u/KLib | cd4d11fb68921b2ff42a6f90055447f5df9a5b1e | [
"Apache-2.0"
] | 3 | 2015-06-23T09:48:49.000Z | 2018-03-28T08:28:06.000Z | #ifndef GNUPLOTSPLOTELEMENTCOLORLINES_H
#define GNUPLOTSPLOTELEMENTCOLORLINES_H
#include <vector>
#include "GnuplotSplotElementRaw.h"
#include "attributes/GnuplotAttrStroke.h"
#include "misc/GnuplotStroke.h"
namespace K {
class GnuplotSplotElementColorLines : public GnuplotSplotElementRaw, public GnuplotAttrStroke... | 23.483333 | 96 | 0.654365 | [
"vector"
] |
58fc8d027d228c4141c25c12b2fff9c1beb396ed | 2,762 | h | C | apps/DARTS_LENET/layers/inputLayer.h | randres2011/DARTS | d3a0d28926b15796661783f91451dcd313905582 | [
"BSD-2-Clause"
] | null | null | null | apps/DARTS_LENET/layers/inputLayer.h | randres2011/DARTS | d3a0d28926b15796661783f91451dcd313905582 | [
"BSD-2-Clause"
] | null | null | null | apps/DARTS_LENET/layers/inputLayer.h | randres2011/DARTS | d3a0d28926b15796661783f91451dcd313905582 | [
"BSD-2-Clause"
] | null | null | null | /*
* Copyright (c) 2011-2014, University of Delaware
* 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... | 33.277108 | 143 | 0.700579 | [
"vector"
] |
58ff064204d21d1e9487fb4846b402dce420bc0a | 528 | h | C | book/CH08/S19_Binding_a_pipeline_object.h | THISISAGOODNAME/vkCookBook | d022b4151a02c33e5c58534dc53ca39610eee7b5 | [
"MIT"
] | 5 | 2019-03-02T16:29:15.000Z | 2021-11-07T11:07:53.000Z | book/CH08/S19_Binding_a_pipeline_object.h | THISISAGOODNAME/vkCookBook | d022b4151a02c33e5c58534dc53ca39610eee7b5 | [
"MIT"
] | null | null | null | book/CH08/S19_Binding_a_pipeline_object.h | THISISAGOODNAME/vkCookBook | d022b4151a02c33e5c58534dc53ca39610eee7b5 | [
"MIT"
] | 2 | 2018-07-10T18:15:40.000Z | 2020-01-03T04:02:32.000Z | //
// Created by aicdg on 2017/6/22.
//
//
// Chapter: 08 Graphics and Compute Pipelines
// Recipe: 19 Binding a pipeline object
#ifndef VKCOOKBOOK_S19_BINDING_A_PIPELINE_OBJECT_H
#define VKCOOKBOOK_S19_BINDING_A_PIPELINE_OBJECT_H
#include "Common.h"
namespace VKCookbook {
void BindPipelineObject( VkCommandBu... | 22 | 64 | 0.693182 | [
"object"
] |
45094c4ebf6c77eb1a622f5b9b37ddaf8a4232c1 | 9,385 | h | C | mc/leandro.h | Leandro-OBt/scripts | ac9847ec1aaea4fe20803a1413a1c9ab819b889f | [
"MIT"
] | 2 | 2020-04-08T01:48:34.000Z | 2020-05-31T23:42:38.000Z | mc/leandro.h | Leandro-OBt/scripts | ac9847ec1aaea4fe20803a1413a1c9ab819b889f | [
"MIT"
] | null | null | null | mc/leandro.h | Leandro-OBt/scripts | ac9847ec1aaea4fe20803a1413a1c9ab819b889f | [
"MIT"
] | null | null | null | #include <stdio.h>
#include <stdlib.h>
#include <math.h>
typedef struct {
char res_name[5];
int res_num;
float x, y, z; // coordinates
char type; // atom type
int atm_num;
char element[2];
char atm_name[5];
} atom ;
// Writes the model number. This must be the first line of each model in the file
void... | 22.723971 | 239 | 0.609909 | [
"vector",
"model",
"3d"
] |
450a4b0bab288ce3bdc0bc7efded57809f7135fc | 688 | h | C | LeetCode/C++/0554._Brick_Wall/solution.h | icgw/LeetCode | cb70ca87aa4604d1aec83d4224b3489eacebba75 | [
"MIT"
] | 4 | 2018-09-12T09:32:17.000Z | 2018-12-06T03:17:38.000Z | LeetCode/C++/0554._Brick_Wall/solution.h | icgw/algorithm | cb70ca87aa4604d1aec83d4224b3489eacebba75 | [
"MIT"
] | null | null | null | LeetCode/C++/0554._Brick_Wall/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 <map>
using std::map;
#include <algorithm>
using std::min;
class Solution {
public:
int leastBricks(vec... | 18.594595 | 65 | 0.601744 | [
"vector"
] |
4512560cc99f122da13b985b8189f6850e4dad31 | 49,597 | c | C | src/cmdio/linux/opu_process.c | chisuhua/codrive | 9b4cd8649004d1bee1fe90a49a41e8f44f2bb5be | [
"MIT"
] | null | null | null | src/cmdio/linux/opu_process.c | chisuhua/codrive | 9b4cd8649004d1bee1fe90a49a41e8f44f2bb5be | [
"MIT"
] | null | null | null | src/cmdio/linux/opu_process.c | chisuhua/codrive | 9b4cd8649004d1bee1fe90a49a41e8f44f2bb5be | [
"MIT"
] | null | null | null |
#include <linux/mutex.h>
#include <linux/log2.h>
#include <linux/sched.h>
#include <linux/sched/mm.h>
#include <linux/sched/task.h>
#include <linux/mmu_context.h>
#include <linux/slab.h>
#include <linux/amd-iommu.h>
#include <linux/notifier.h>
#include <linux/compat.h>
#include <linux/mman.h>
#include <linux/file.h>
#... | 25.899217 | 84 | 0.716354 | [
"object",
"model"
] |
451931fa2d8c92283447b0cd35b69dcfc8ab4ace | 466 | h | C | src/annealing/include/module.h | ctlab/rmwcs | 354d47304e0d605906037fb6c6285363e1b34fba | [
"Apache-2.0"
] | 7 | 2017-09-06T09:55:00.000Z | 2022-02-25T03:57:13.000Z | src/annealing/include/module.h | ctlab/rmwcs | 354d47304e0d605906037fb6c6285363e1b34fba | [
"Apache-2.0"
] | 2 | 2021-11-14T00:58:01.000Z | 2021-11-21T14:46:17.000Z | src/annealing/include/module.h | ctlab/rmwcs | 354d47304e0d605906037fb6c6285363e1b34fba | [
"Apache-2.0"
] | 2 | 2020-10-18T02:23:30.000Z | 2021-12-21T10:55:05.000Z | #ifndef ANNEALING_MODULE_H
#define ANNEALING_MODULE_H
#include "../../include/graph.h"
using namespace mwcsr;
namespace annealing {
class Module {
std::vector<size_t> vs;
std::vector<Edge> es;
public:
Module();
Module(const Graph& g, const std::vector<size_t>& vertices, cons... | 18.64 | 102 | 0.630901 | [
"vector"
] |
451b422b2a89bfb6374f0efebb3563eccd5a2fbc | 1,112 | h | C | GitThreadHelper.h | mooming/gitlfslockhelper | 303331a191693b47d2f147e56df59e19d86e45b7 | [
"MIT"
] | null | null | null | GitThreadHelper.h | mooming/gitlfslockhelper | 303331a191693b47d2f147e56df59e19d86e45b7 | [
"MIT"
] | null | null | null | GitThreadHelper.h | mooming/gitlfslockhelper | 303331a191693b47d2f147e56df59e19d86e45b7 | [
"MIT"
] | null | null | null | #pragma once
#include <functional>
#include <mutex>
#include <string>
#include <thread>
#include <vector>
namespace Git
{
using namespace std;
class MultiThreadTask
{
mutex lockObj;
size_t capacity;
vector<thread> pool;
public:
MultiThreadTask(size_t capacity)
... | 18.847458 | 80 | 0.496403 | [
"vector"
] |
451fae40b56ea1bd67714a604ae5e7a2ed930687 | 1,888 | h | C | src/Sparrow/Sparrow/Implementations/Dftb/Utils/SkfParser.h | qcscine/sparrow | 387e56ed8da78e10d96861758c509f7c375dcf07 | [
"BSD-3-Clause"
] | 45 | 2019-06-12T20:04:00.000Z | 2022-02-28T21:43:54.000Z | src/Sparrow/Sparrow/Implementations/Dftb/Utils/SkfParser.h | qcscine/sparrow | 387e56ed8da78e10d96861758c509f7c375dcf07 | [
"BSD-3-Clause"
] | 12 | 2019-06-12T23:53:57.000Z | 2022-03-28T18:35:57.000Z | src/Sparrow/Sparrow/Implementations/Dftb/Utils/SkfParser.h | qcscine/sparrow | 387e56ed8da78e10d96861758c509f7c375dcf07 | [
"BSD-3-Clause"
] | 11 | 2019-06-22T22:52:51.000Z | 2022-03-11T16:59:59.000Z | /**
* @file
* @copyright This code is licensed under the 3-clause BSD license.\n
* Copyright ETH Zurich, Laboratory of Physical Chemistry, Reiher Group.\n
* See LICENSE.txt for details.
*/
#ifndef INCLUDE_SPARROW_IMPLEMENTATIONS_DFTB_UTILS_SKF_PARSER_H
#define INCLUDE_SPARROW_IMPLEMENTATIONS... | 24.205128 | 85 | 0.725106 | [
"vector"
] |
45240537fce102d3ddbc87ba545059ed5a8d858a | 2,192 | h | C | include/al/controller/PadRumbleDirector.h | 3096/starlight | 7056a81cbf9756b68392be0cadfab5c27570de54 | [
"MIT"
] | 385 | 2019-05-09T21:46:48.000Z | 2022-02-18T18:19:40.000Z | include/al/controller/PadRumbleDirector.h | 3096/starlight | 7056a81cbf9756b68392be0cadfab5c27570de54 | [
"MIT"
] | 11 | 2019-05-20T01:17:38.000Z | 2022-01-19T18:03:18.000Z | include/al/controller/PadRumbleDirector.h | 3096/starlight | 7056a81cbf9756b68392be0cadfab5c27570de54 | [
"MIT"
] | 36 | 2019-05-09T22:29:29.000Z | 2021-12-27T18:20:32.000Z | /**
* @file PadRumbleDirector.h
* @brief Manager for pad rumble.
*/
#pragma once
#include "types.h"
#include "PadRumbleParam.h"
#include "sead/vector.h"
namespace al
{
class CameraDirector;
class PlayerHolder;
class WaveVibrationHolder;
class PadRumbleDirector
{
public:
PadRumbleD... | 35.934426 | 108 | 0.637318 | [
"vector"
] |
4530c97c0268cb4108915a29b4fec12dc84f5283 | 1,603 | h | C | export/windows/cpp/obj/include/flixel/util/FlxSort.h | TinyPlanetStudios/Project-Crash-Land | 365f196be4212602d32251566f26b53fb70693f6 | [
"MIT"
] | null | null | null | export/windows/cpp/obj/include/flixel/util/FlxSort.h | TinyPlanetStudios/Project-Crash-Land | 365f196be4212602d32251566f26b53fb70693f6 | [
"MIT"
] | null | null | null | export/windows/cpp/obj/include/flixel/util/FlxSort.h | TinyPlanetStudios/Project-Crash-Land | 365f196be4212602d32251566f26b53fb70693f6 | [
"MIT"
] | null | null | null | // Generated by Haxe 3.3.0
#ifndef INCLUDED_flixel_util_FlxSort
#define INCLUDED_flixel_util_FlxSort
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
HX_DECLARE_CLASS1(flixel,FlxBasic)
HX_DECLARE_CLASS1(flixel,FlxObject)
HX_DECLARE_CLASS2(flixel,util,FlxSort)
HX_DECLARE_CLASS2(flixel,util,IFlxDestroyable)
namespace flixel{... | 28.625 | 107 | 0.74922 | [
"object"
] |
453212e034885d6f4cbec83c74b8530aed1f9eed | 2,675 | h | C | test/performance-regression/full-apps/qmcpack/src/Numerics/RadialOrbitalBase.h | JKChenFZ/hclib | 50970656ac133477c0fbe80bb674fe88a19d7177 | [
"BSD-3-Clause"
] | 55 | 2015-07-28T01:32:58.000Z | 2022-02-27T16:27:46.000Z | test/performance-regression/full-apps/qmcpack/src/Numerics/RadialOrbitalBase.h | JKChenFZ/hclib | 50970656ac133477c0fbe80bb674fe88a19d7177 | [
"BSD-3-Clause"
] | 66 | 2015-06-15T20:38:19.000Z | 2020-08-26T00:11:43.000Z | test/performance-regression/full-apps/qmcpack/src/Numerics/RadialOrbitalBase.h | JKChenFZ/hclib | 50970656ac133477c0fbe80bb674fe88a19d7177 | [
"BSD-3-Clause"
] | 26 | 2015-10-26T22:11:51.000Z | 2021-03-02T22:09:15.000Z | //////////////////////////////////////////////////////////////////
// (c) Copyright 2005- by Jeongnim Kim
//////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////
// National Center for Supercomputing Applications &
// Materials Computati... | 29.076087 | 111 | 0.559252 | [
"vector"
] |
453d1fcd68534f4f05a119a92781bdb681008993 | 8,548 | h | C | TT_CORE_SDK/interface/order.h | shatteringlass/TT_Samples | 8b8a39f3495f07f6175d84fcf9828a5a54fa7100 | [
"BSD-3-Clause"
] | 23 | 2019-05-24T18:20:42.000Z | 2022-03-08T04:21:00.000Z | TT_CORE_SDK/interface/order.h | shatteringlass/TT_Samples | 8b8a39f3495f07f6175d84fcf9828a5a54fa7100 | [
"BSD-3-Clause"
] | 4 | 2019-11-18T13:27:48.000Z | 2021-05-03T17:47:18.000Z | TT_CORE_SDK/interface/order.h | shatteringlass/TT_Samples | 8b8a39f3495f07f6175d84fcf9828a5a54fa7100 | [
"BSD-3-Clause"
] | 24 | 2019-02-21T16:58:10.000Z | 2022-03-30T09:27:28.000Z | /***************************************************************************
*
* Unpublished Work Copyright (c) 2018-2020
* Trading Technologies International, Inc.
* All Rights Reserved Worldwide
*
* * * * S T R I C T L Y P R O P R I E T A R Y ... | 40.899522 | 104 | 0.637108 | [
"object"
] |
45411a280e7d16076328a520f4c73d80a3ea23a5 | 2,785 | c | C | sparse_khatrirao_c.c | OsmanMalik/sparse-khatri-rao | e9965855ec20298e2c64f6c0af6dd62943113f0d | [
"MIT"
] | 1 | 2021-06-01T03:49:07.000Z | 2021-06-01T03:49:07.000Z | sparse_khatrirao_c.c | OsmanMalik/sparse-khatri-rao | e9965855ec20298e2c64f6c0af6dd62943113f0d | [
"MIT"
] | null | null | null | sparse_khatrirao_c.c | OsmanMalik/sparse-khatri-rao | e9965855ec20298e2c64f6c0af6dd62943113f0d | [
"MIT"
] | 1 | 2020-01-06T10:42:36.000Z | 2020-01-06T10:42:36.000Z | /*
* SPARSE_KHATRIRAO_C.C
*
* Compute the Khatri-Rao product of a cell containing sparse matrices.
*
* C = sparse_khatrirao_c(A) returns the Khatri-Rao product C of the sparse
* matrices stored in the cell A.
*
* The latest version of this code is provided at
* https://github.com/OsmanMalik/sparse-khatri-rao... | 24.429825 | 76 | 0.619031 | [
"vector"
] |
454579dcacb16d81f01872cd186881e166ddcfbf | 208 | h | C | src/ai/weed/balrog_boss_flying.h | sodomon2/Cavestory-nx | a65ce948c820b3c60b5a5252e5baba6b918d9ebd | [
"BSD-2-Clause"
] | 8 | 2018-04-03T23:06:33.000Z | 2021-12-28T18:04:19.000Z | src/ai/weed/balrog_boss_flying.h | sodomon2/Cavestory-nx | a65ce948c820b3c60b5a5252e5baba6b918d9ebd | [
"BSD-2-Clause"
] | null | null | null | src/ai/weed/balrog_boss_flying.h | sodomon2/Cavestory-nx | a65ce948c820b3c60b5a5252e5baba6b918d9ebd | [
"BSD-2-Clause"
] | 1 | 2020-07-31T00:23:27.000Z | 2020-07-31T00:23:27.000Z | #ifndef __AIBALLROGFLY_H_
#define __AIBALLROGFLY_H_
#include "../../object.h"
void ai_balrog_boss_flying(Object *o);
void ondeath_balrog_boss_flying(Object *o);
void ai_balrog_shot_bounce(Object *o);
#endif | 23.111111 | 43 | 0.798077 | [
"object"
] |
454dd78a50a7b8e1d47083a3be176614b6253c42 | 5,255 | h | C | update_engine/payload_consumer/install_plan.h | Keneral/asystem | df12381b72ef3d629c8efc61100cc8c714195320 | [
"Unlicense"
] | null | null | null | update_engine/payload_consumer/install_plan.h | Keneral/asystem | df12381b72ef3d629c8efc61100cc8c714195320 | [
"Unlicense"
] | null | null | null | update_engine/payload_consumer/install_plan.h | Keneral/asystem | df12381b72ef3d629c8efc61100cc8c714195320 | [
"Unlicense"
] | null | null | null | //
// Copyright (C) 2011 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by app... | 33.259494 | 79 | 0.750333 | [
"vector"
] |
bfa239224b10d994e1b532e80868717770289f62 | 605 | h | C | Legend_of_Yve/SpriteComponent.h | nikitabm/Legend_of_Yve | 7feb224f5a36a645e5e4c37a10b940aefdf42708 | [
"MIT"
] | null | null | null | Legend_of_Yve/SpriteComponent.h | nikitabm/Legend_of_Yve | 7feb224f5a36a645e5e4c37a10b940aefdf42708 | [
"MIT"
] | null | null | null | Legend_of_Yve/SpriteComponent.h | nikitabm/Legend_of_Yve | 7feb224f5a36a645e5e4c37a10b940aefdf42708 | [
"MIT"
] | null | null | null | #pragma once
#include "Component.h"
#include <SFML/Graphics.hpp>
#include <iostream>
#include "RenderComponent.h"
class SpriteComponent : public RenderComponent
{
private:
sf::Sprite _sprite;
sf::Texture _texture;
bool _CenterAllignment = true;
public:
SpriteComponent();
~SpriteComponent();
sf::Sprite& Sprite()... | 21.607143 | 56 | 0.753719 | [
"render"
] |
bfa23a97b029af4cdd6dc8a9f3b09f31b511afac | 13,742 | h | C | binminheap.h | vvhitedog/BinaryMinHeap | 5ea79ffa53a9985b1021db21e2d89e3fcfb6d986 | [
"MIT"
] | null | null | null | binminheap.h | vvhitedog/BinaryMinHeap | 5ea79ffa53a9985b1021db21e2d89e3fcfb6d986 | [
"MIT"
] | null | null | null | binminheap.h | vvhitedog/BinaryMinHeap | 5ea79ffa53a9985b1021db21e2d89e3fcfb6d986 | [
"MIT"
] | null | null | null | // Copyright 2019 Matt Gara
//
// 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, copy, modify, merge, publish, distrib... | 30.470067 | 80 | 0.634624 | [
"vector"
] |
bfb1b54c37b88411316397c327606ea0ddb5eda7 | 212 | h | C | src/ecs/components/Transform.h | ZaOniRinku/NeigeEngine | 8dfe06e428ec1751ba0b5003ccdf5162474f002b | [
"MIT"
] | 9 | 2020-10-06T11:17:07.000Z | 2022-03-29T20:28:07.000Z | src/ecs/components/Transform.h | ZaOniRinku/NeigeEngine | 8dfe06e428ec1751ba0b5003ccdf5162474f002b | [
"MIT"
] | 1 | 2020-10-06T11:55:45.000Z | 2020-10-06T12:07:46.000Z | src/ecs/components/Transform.h | ZaOniRinku/NeigeEngine | 8dfe06e428ec1751ba0b5003ccdf5162474f002b | [
"MIT"
] | null | null | null | #pragma once
#define GLM_FORCE_RADIANS
#define GLM_FORCE_DEPTH_ZERO_TO_ONE
#include "../../external/glm/glm/glm.hpp"
struct Transform {
glm::vec3 position;
glm::vec3 rotation;
glm::vec3 scale;
};
| 17.666667 | 42 | 0.707547 | [
"transform"
] |
bfc00074e05abd887dc8f1df08e888798e57764f | 936 | c | C | lib/wizards/aarrgh/nyxi/pool2.c | vlehtola/questmud | 8bc3099b5ad00a9e0261faeb6637c76b521b6dbe | [
"MIT"
] | null | null | null | lib/wizards/aarrgh/nyxi/pool2.c | vlehtola/questmud | 8bc3099b5ad00a9e0261faeb6637c76b521b6dbe | [
"MIT"
] | null | null | null | lib/wizards/aarrgh/nyxi/pool2.c | vlehtola/questmud | 8bc3099b5ad00a9e0261faeb6637c76b521b6dbe | [
"MIT"
] | null | null | null |
inherit "room/room";
object monster;
reset(arg) {
if(arg) return;
if (!morfeus) {
monster = clone_object("/wizards/aarrgh/nyx/mon/morfeus.c");
move_object(monster, this_object());
}
set_light(1);
set_not_out(1);
add_exit("pool", "/wizards/aarrgh/nyxi/down1");
add_exit("north"... | 34.666667 | 111 | 0.61859 | [
"object"
] |
bfc2ca10c73474239e36f3e8f8cc2ff06ecd1345 | 5,980 | h | C | src/vt/collective/collective_alg.h | rbuch/vt | 74c2e0cae3201dfbcbfda7644c354703ddaed6bb | [
"BSD-3-Clause"
] | 26 | 2019-11-26T08:36:15.000Z | 2022-02-15T17:13:21.000Z | src/vt/collective/collective_alg.h | rbuch/vt | 74c2e0cae3201dfbcbfda7644c354703ddaed6bb | [
"BSD-3-Clause"
] | 1,215 | 2019-09-09T14:31:33.000Z | 2022-03-30T20:20:14.000Z | src/vt/collective/collective_alg.h | rbuch/vt | 74c2e0cae3201dfbcbfda7644c354703ddaed6bb | [
"BSD-3-Clause"
] | 12 | 2019-09-08T00:03:05.000Z | 2022-02-23T21:28:35.000Z | /*
//@HEADER
// *****************************************************************************
//
// collective_alg.h
// DARMA/vt => Virtual Transport
//
// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC
// (NTESS). Under the terms of Co... | 33.785311 | 87 | 0.670569 | [
"vector"
] |
bfc46431978e5f362c6824da66cbbb2872ecc6e7 | 5,758 | h | C | include/o3d/engine/object/meshdata.h | dream-overflow/o3d | 087ab870cc0fd9091974bb826e25c23903a1dde0 | [
"FSFAP"
] | 2 | 2019-06-22T23:29:44.000Z | 2019-07-07T18:34:04.000Z | include/o3d/engine/object/meshdata.h | dream-overflow/o3d | 087ab870cc0fd9091974bb826e25c23903a1dde0 | [
"FSFAP"
] | null | null | null | include/o3d/engine/object/meshdata.h | dream-overflow/o3d | 087ab870cc0fd9091974bb826e25c23903a1dde0 | [
"FSFAP"
] | null | null | null | /**
* @file meshdata.h
* @brief MeshData object that contain any kind of geometry.
* @author Frederic SCHERMA (frederic.scherma@dreamoverflow.org)
* @date 2005-10-22
* @copyright Copyright (c) 2001-2017 Dream Overflow. All rights reserved.
* @details
*/
#ifndef _O3D_MESHDATA_H
#define _O3D_MESHDATA_H
#include... | 30.146597 | 88 | 0.58371 | [
"mesh",
"geometry",
"object",
"vector"
] |
bfc9b28d9664b557e24c15982dd0b7d35f7e6a66 | 1,276 | h | C | src/utils/xrLC_Light/global_calculation_data.h | clayne/xray-16 | 32ebf81a252c7179e2824b2874f911a91e822ad1 | [
"OML",
"Linux-OpenIB"
] | 2 | 2015-02-23T10:43:02.000Z | 2015-06-11T14:45:08.000Z | src/utils/xrLC_Light/global_calculation_data.h | clayne/xray-16 | 32ebf81a252c7179e2824b2874f911a91e822ad1 | [
"OML",
"Linux-OpenIB"
] | 17 | 2022-01-25T08:58:23.000Z | 2022-03-28T17:18:28.000Z | src/utils/xrLC_Light/global_calculation_data.h | clayne/xray-16 | 32ebf81a252c7179e2824b2874f911a91e822ad1 | [
"OML",
"Linux-OpenIB"
] | 1 | 2015-06-05T20:04:00.000Z | 2015-06-05T20:04:00.000Z | #pragma once
#include "utils/communicate.h"
#include "base_lighting.h"
#include "global_slots_data.h"
#include "b_build_texture.h"
#include "global_slots_data.h"
#include "xrCDB/xrCDB.h"
class Shader_xrLC_LIB;
//-----------------------------------------------------------------
struct global_claculation_data
{
base_... | 38.666667 | 78 | 0.453762 | [
"model"
] |
bfd9ec282dd9ef003274bd0e3f0377c2caa5f415 | 2,607 | h | C | Include/10.0.19041.0/km/crt/yvals.h | sezero/windows-sdk-headers | e8e9d4d50769ded01a2df905c6bf4355eb3fa8b5 | [
"MIT"
] | 5 | 2020-05-29T06:22:17.000Z | 2021-11-28T08:21:38.000Z | Include/10.0.19041.0/km/crt/yvals.h | sezero/windows-sdk-headers | e8e9d4d50769ded01a2df905c6bf4355eb3fa8b5 | [
"MIT"
] | null | null | null | Include/10.0.19041.0/km/crt/yvals.h | sezero/windows-sdk-headers | e8e9d4d50769ded01a2df905c6bf4355eb3fa8b5 | [
"MIT"
] | 5 | 2020-05-30T04:15:11.000Z | 2021-11-28T08:48:56.000Z | #if defined _STL70_
#include "_70_yvals.h"
#elif defined _STL100_
#include "_100_yvals.h"
#elif defined _STL110_
#include "_110_yvals.h"
#else
/* yvals.h values header for Microsoft C/C++ */
#ifndef _YVALS
#define _YVALS
#include <use_ansi.h>
/* Define _CRTIMP2 */
#ifndef _CRTIMP2
#if defined(_DLL) && !defined(_STAT... | 23.486486 | 94 | 0.698888 | [
"object"
] |
bfe0839c4b6faccf3880b17b916e445d3c91b341 | 824 | h | C | src/staticObject.h | pavol6999/ppgso-project | 781e23fce3fe504b300aa07296df517023537a72 | [
"MIT"
] | null | null | null | src/staticObject.h | pavol6999/ppgso-project | 781e23fce3fe504b300aa07296df517023537a72 | [
"MIT"
] | null | null | null | src/staticObject.h | pavol6999/ppgso-project | 781e23fce3fe504b300aa07296df517023537a72 | [
"MIT"
] | null | null | null | #ifndef PPGSO_STATICOBJECT_H
#define PPGSO_STATICOBJECT_H
#include "scene.h"
#include "object.h"
#include "ppgso.h"
class StaticObject : public Object {
private:
int obj_id;
const static int num_obj = 4;
static std::unique_ptr<ppgso::Mesh> mesh[num_obj];
static std::unique_ptr<ppgso::Shader> shader... | 20.6 | 82 | 0.712379 | [
"mesh",
"render",
"object",
"vector"
] |
3ad735d51952a5d984413a5825c7f6e0eaa5b5f0 | 1,762 | h | C | model/ezsigndocument_edit_ezsignformfieldgroups_v1_response_m_payload.h | ezmaxinc/eZmax-SDK-c | 725eab79d6311127a2d5bd731b978bce94142d69 | [
"curl",
"MIT"
] | null | null | null | model/ezsigndocument_edit_ezsignformfieldgroups_v1_response_m_payload.h | ezmaxinc/eZmax-SDK-c | 725eab79d6311127a2d5bd731b978bce94142d69 | [
"curl",
"MIT"
] | null | null | null | model/ezsigndocument_edit_ezsignformfieldgroups_v1_response_m_payload.h | ezmaxinc/eZmax-SDK-c | 725eab79d6311127a2d5bd731b978bce94142d69 | [
"curl",
"MIT"
] | null | null | null | /*
* ezsigndocument_edit_ezsignformfieldgroups_v1_response_m_payload.h
*
* Payload for PUT /1/object/ezsigndocument/{pkiEzsigndocumentID}/editEzsignformfieldgroups
*/
#ifndef _ezsigndocument_edit_ezsignformfieldgroups_v1_response_m_payload_H_
#define _ezsigndocument_edit_ezsignformfieldgroups_v1_response_m_payload... | 46.368421 | 221 | 0.905221 | [
"object"
] |
3ada26177ddf587d950fc41d5533ac4ec43eff5f | 2,094 | h | C | apps/my_app.h | kanavkhanna/Battleship | d7859da32ecf5a871403f9b09f33b0e319cfb8b0 | [
"MIT"
] | null | null | null | apps/my_app.h | kanavkhanna/Battleship | d7859da32ecf5a871403f9b09f33b0e319cfb8b0 | [
"MIT"
] | null | null | null | apps/my_app.h | kanavkhanna/Battleship | d7859da32ecf5a871403f9b09f33b0e319cfb8b0 | [
"MIT"
] | null | null | null | // Copyright (c) 2020 CS126SP20. All rights reserved.
#ifndef FINALPROJECT_APPS_MYAPP_H_
#define FINALPROJECT_APPS_MYAPP_H_
#include <battleship/Location.h>
#include <battleship/board.h>
#include <battleship/direction.h>
#include <battleship/engine.h>
#include <battleship/leaderboard.h>
#include <battleship/player.h>... | 26.175 | 110 | 0.745941 | [
"vector"
] |
3ae590dd42a858074b3e2ec48572653c9e303d0a | 3,219 | h | C | pyop2/vecset.h | chromy/PyOP2 | 8a1955c628b795019485c9771709c338a806e661 | [
"BSD-3-Clause"
] | null | null | null | pyop2/vecset.h | chromy/PyOP2 | 8a1955c628b795019485c9771709c338a806e661 | [
"BSD-3-Clause"
] | null | null | null | pyop2/vecset.h | chromy/PyOP2 | 8a1955c628b795019485c9771709c338a806e661 | [
"BSD-3-Clause"
] | null | null | null | // Copyright (C) 2009-2014 Garth N. Wells, Florian Rathgeber
//
// This file is part of DOLFIN.
//
// DOLFIN is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at ... | 24.022388 | 78 | 0.613234 | [
"vector"
] |
3ae821d15c46efa002c828e74b7029ea82e56e92 | 32,715 | c | C | net/rras/netsh/if/repair.c | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | net/rras/netsh/if/repair.c | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | net/rras/netsh/if/repair.c | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | #include "precomp.h"
EXTERN_C
VOID
WINAPI
NetCfgDiagRepairRegistryBindings (
IN FILE* pLogFile);
#define REG_DELETE 100
CONST CHAR Empty[] = "";
typedef union _TR_VALUE_DATA {
ULONG_PTR __asignany;
ULONG Value;
CONST BYTE* Pointer;
} TR_VALUE_DATA;
typedef
VOID
(TR_CONDITIONAL_... | 30.404275 | 103 | 0.597035 | [
"object"
] |
3ae8d668e968bcd8524ef1b5b2fdb523133c8647 | 12,624 | h | C | src/utests/include/utests/baselib/UtfMain.h | sturosier/swblocks-baselib | 3f6ad1f34bbdef5824ab7c91344eec5b876fa718 | [
"Apache-2.0"
] | 30 | 2017-01-27T00:12:43.000Z | 2021-04-02T23:33:49.000Z | src/utests/include/utests/baselib/UtfMain.h | sha-shrestha/swblocks-baselib | f5d38ace39e386b233fa96239ba16cdedac765aa | [
"Apache-2.0"
] | 33 | 2017-04-20T15:42:53.000Z | 2021-01-24T14:04:07.000Z | src/utests/include/utests/baselib/UtfMain.h | sha-shrestha/swblocks-baselib | f5d38ace39e386b233fa96239ba16cdedac765aa | [
"Apache-2.0"
] | 29 | 2017-01-27T17:57:39.000Z | 2021-09-09T01:06:35.000Z | /*
* This file is part of the swblocks-baselib library.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | 33.221053 | 118 | 0.528438 | [
"object"
] |
3aed41e68df57b04c09f578175e7efc2d341e0e2 | 11,230 | h | C | deprecated/include/Graphics/GUI/Core/GuiItem.h | Arzana/Plutonium | 5a17c93e5072ac291b96347a4df196e1609fabe2 | [
"MIT"
] | 4 | 2019-03-21T16:02:03.000Z | 2020-04-09T08:53:29.000Z | deprecated/include/Graphics/GUI/Core/GuiItem.h | Arzana/Plutonium | 5a17c93e5072ac291b96347a4df196e1609fabe2 | [
"MIT"
] | 24 | 2018-04-06T08:25:17.000Z | 2020-10-19T11:01:09.000Z | deprecated/include/Graphics/GUI/Core/GuiItem.h | Arzana/Plutonium | 5a17c93e5072ac291b96347a4df196e1609fabe2 | [
"MIT"
] | null | null | null | #pragma once
#include "Core\Events\ValueChangedEventArgs.h"
#include "Graphics\GUI\GuiItemRenderer.h"
#include "Core\Events\EventBus.h"
#include "Anchors.h"
#include "Game.h"
namespace Plutonium
{
class Container;
/* Defines the absolute base object for all GuiItems. */
class GuiItem
{
public:
/* Occurs when t... | 34.984424 | 148 | 0.733838 | [
"mesh",
"render",
"object",
"solid"
] |
3af8dc4aa6b679e219cf01cc89de6097e28d7760 | 1,484 | h | C | Code/Tools/AssetProcessor/native/utilities/BuilderConfigurationBus.h | cypherdotXd/o3de | bb90c4ddfe2d495e9c00ebf1e2650c6d603a5676 | [
"Apache-2.0",
"MIT"
] | 11 | 2021-07-08T09:58:26.000Z | 2022-03-17T17:59:26.000Z | Code/Tools/AssetProcessor/native/utilities/BuilderConfigurationBus.h | RoddieKieley/o3de | e804fd2a4241b039a42d9fa54eaae17dc94a7a92 | [
"Apache-2.0",
"MIT"
] | 29 | 2021-07-06T19:33:52.000Z | 2022-03-22T10:27:49.000Z | Code/Tools/AssetProcessor/native/utilities/BuilderConfigurationBus.h | RoddieKieley/o3de | e804fd2a4241b039a42d9fa54eaae17dc94a7a92 | [
"Apache-2.0",
"MIT"
] | 4 | 2021-07-06T19:24:43.000Z | 2022-03-31T12:42:27.000Z | /*
* Copyright (c) Contributors to the Open 3D Engine Project.
* For complete copyright and license terms please see the LICENSE at the root of this distribution.
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#pragma once
#include <AzCore/EBus/EBus.h>
#include <AzCore/std/string/string.h>
#include <AssetBu... | 35.333333 | 148 | 0.72372 | [
"3d"
] |
3afa8c790c09fb7d6e7d7d6a1a26b30bc202d41e | 1,397 | h | C | Source/Resources/ModelLoader.h | aaronmjacobs/Swap | 955f36bc95b6829bf1a1a89b430df7816c065ac0 | [
"MIT"
] | null | null | null | Source/Resources/ModelLoader.h | aaronmjacobs/Swap | 955f36bc95b6829bf1a1a89b430df7816c065ac0 | [
"MIT"
] | null | null | null | Source/Resources/ModelLoader.h | aaronmjacobs/Swap | 955f36bc95b6829bf1a1a89b430df7816c065ac0 | [
"MIT"
] | null | null | null | #pragma once
#include "Core/Pointers.h"
#include "Graphics/Material.h"
#include "Graphics/Model.h"
#include "Resources/TextureLoader.h"
#include <cstdint>
#include <string>
#include <unordered_map>
class Mesh;
enum class NormalGenerationMode : uint8_t
{
None,
Flat,
Smooth
};
struct ModelSpecification
{
... | 20.850746 | 101 | 0.720115 | [
"mesh",
"vector",
"model"
] |
3afd42664318d0c8e0d1ed1a9bfe9a5f69898267 | 30,405 | c | C | src/telebot-parser.c | samuel-allan/axxclubbot | 158f8e1a99df40e1846f81a04e25fd2be7c4cba1 | [
"Apache-2.0"
] | null | null | null | src/telebot-parser.c | samuel-allan/axxclubbot | 158f8e1a99df40e1846f81a04e25fd2be7c4cba1 | [
"Apache-2.0"
] | null | null | null | src/telebot-parser.c | samuel-allan/axxclubbot | 158f8e1a99df40e1846f81a04e25fd2be7c4cba1 | [
"Apache-2.0"
] | null | null | null | /*
* telebot
*
* Copyright (c) 2015 Elmurod Talipov.
*
* Licensed under the Apache License, Version 2.0 (the License);
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | 32.518717 | 80 | 0.665187 | [
"object"
] |
d70453f03714780127debfd09900fbd5a7dc7e4e | 1,267 | h | C | wfs/stored_queries/GetDataSetByIdHandler.h | nakkim/smartmet-plugin-wfs | 851334dd3be1a24b9708f66696f088fdc857a999 | [
"MIT"
] | null | null | null | wfs/stored_queries/GetDataSetByIdHandler.h | nakkim/smartmet-plugin-wfs | 851334dd3be1a24b9708f66696f088fdc857a999 | [
"MIT"
] | 2 | 2018-04-17T10:02:46.000Z | 2019-10-21T08:57:55.000Z | wfs/stored_queries/GetDataSetByIdHandler.h | nakkim/smartmet-plugin-wfs | 851334dd3be1a24b9708f66696f088fdc857a999 | [
"MIT"
] | 2 | 2017-05-10T12:03:51.000Z | 2021-07-06T07:05:25.000Z | #pragma once
#include "PluginImpl.h"
#include "StoredQueryConfig.h"
#include "StoredQueryHandlerBase.h"
#include "StoredQueryHandlerFactoryDef.h"
#include <map>
namespace SmartMet
{
namespace Plugin
{
namespace WFS
{
/**
* @brief Handler for GetFeatureById stored query
*/
class GetDataSetByIdHandler : public Stor... | 25.34 | 97 | 0.702447 | [
"vector"
] |
d7046194687e42f2e698b9ba8baf86adec52d1c5 | 4,893 | h | C | Projects/RealityEngine/include/Gameplay/ComponentSystem.h | Volta948/RealityEngine | 1a9e4b7db00617176d06004af934d6602dd5920a | [
"BSD-3-Clause"
] | null | null | null | Projects/RealityEngine/include/Gameplay/ComponentSystem.h | Volta948/RealityEngine | 1a9e4b7db00617176d06004af934d6602dd5920a | [
"BSD-3-Clause"
] | null | null | null | Projects/RealityEngine/include/Gameplay/ComponentSystem.h | Volta948/RealityEngine | 1a9e4b7db00617176d06004af934d6602dd5920a | [
"BSD-3-Clause"
] | 1 | 2021-11-05T02:55:27.000Z | 2021-11-05T02:55:27.000Z | // Copyright Reality Engine. All Rights Reserved.
#pragma once
#include "Rendering/Opengl/GLParticleSystem.h"
#include "Rendering/Opengl/GLPipeline.h"
#include "Rendering/Opengl/GLMaterial.h"
#include "Rendering/Opengl/GLContext.h"
#include "Rendering/Opengl/GLLight.h"
#include "Rendering/Opengl/GLMesh.h"
#... | 37.638462 | 131 | 0.690987 | [
"mesh",
"object",
"vector",
"transform"
] |
d70fa75a78b730dc273bc79e25049177bddab136 | 7,072 | h | C | kernels/linux-2.4.0/drivers/acpi/include/acpixf.h | liuhaozzu/linux | bdf9758cd23e34b5f53e8e6339d9b29348615e14 | [
"Apache-2.0"
] | 4 | 2020-01-01T20:26:42.000Z | 2021-10-17T21:51:58.000Z | kernels/linux-2.4.0/drivers/acpi/include/acpixf.h | liuhaozzu/linux | bdf9758cd23e34b5f53e8e6339d9b29348615e14 | [
"Apache-2.0"
] | 4 | 2020-07-23T11:20:30.000Z | 2020-07-24T20:09:09.000Z | linux/drivers/acpi/include/acpixf.h | CodeAsm/PS1Linux | 8c3c4d9ffccf446dd061a38186efc924da8a66be | [
"CC0-1.0"
] | null | null | null |
/******************************************************************************
*
* Name: acpixf.h - External interfaces to the ACPI subsystem
*
*****************************************************************************/
/*
* Copyright (C) 2000 R. Byron Moore
*
* This program is free software; you can red... | 22.169279 | 79 | 0.63815 | [
"object"
] |
d70fae9b8bfa237ce2dd8e235ce7d5427e3c0d23 | 3,241 | h | C | LidarPlugin/Common/CameraProjection.h | Pandinosaurus/LidarView | 9b9b2976e9ac5dcd891a604dabbb79bd6fc6a57a | [
"Apache-2.0"
] | 1 | 2021-05-29T21:07:24.000Z | 2021-05-29T21:07:24.000Z | LidarPlugin/Common/CameraProjection.h | yxw027/LidarView | 9267729e62886a324ba7f2e3fed50db38b24f001 | [
"Apache-2.0"
] | null | null | null | LidarPlugin/Common/CameraProjection.h | yxw027/LidarView | 9267729e62886a324ba7f2e3fed50db38b24f001 | [
"Apache-2.0"
] | 1 | 2020-05-30T10:07:35.000Z | 2020-05-30T10:07:35.000Z | //=========================================================================
//
// Copyright 2019 Kitware, Inc.
// Author: Guilbert Pierre (spguilbert@gmail.com)
// Data: 03-27-2019
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
/... | 37.686047 | 84 | 0.658439 | [
"vector",
"model",
"3d"
] |
d7151518b0b174441c396fbe3bac787cce7a5e85 | 3,319 | h | C | art/compiler/sea_ir/types/type_inference_visitor.h | CanPisces/DexHunter | b8f46563c7f3aeb79cf40db09e1d231649f1a29a | [
"Apache-2.0"
] | 1,306 | 2015-09-01T05:06:16.000Z | 2022-03-10T07:13:10.000Z | art/compiler/sea_ir/types/type_inference_visitor.h | cnrat/DexHunter | b8f46563c7f3aeb79cf40db09e1d231649f1a29a | [
"Apache-2.0"
] | 11 | 2015-09-02T09:06:42.000Z | 2020-12-26T04:59:34.000Z | art/compiler/sea_ir/types/type_inference_visitor.h | cnrat/DexHunter | b8f46563c7f3aeb79cf40db09e1d231649f1a29a | [
"Apache-2.0"
] | 598 | 2015-09-01T05:06:18.000Z | 2022-03-27T07:59:49.000Z | /*
* Copyright (C) 2011 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | 40.47561 | 99 | 0.751732 | [
"vector"
] |
d716eee0ad6ecf68b3b562396579cb867adbe6f4 | 349 | h | C | Demo/QGLCoreDataPlugin/CoreData/Categories/NSManagedObject+helper.h | Guicai-Li/QGLCoreDataPlugin | 6acb33ab23d42aa2f4f92d65c45accb3d097d1f2 | [
"MIT"
] | 1 | 2016-02-23T06:49:21.000Z | 2016-02-23T06:49:21.000Z | Demo/QGLCoreDataPlugin/CoreData/Categories/NSManagedObject+helper.h | Guicai-Li/QGLCoreDataPlugin | 6acb33ab23d42aa2f4f92d65c45accb3d097d1f2 | [
"MIT"
] | null | null | null | Demo/QGLCoreDataPlugin/CoreData/Categories/NSManagedObject+helper.h | Guicai-Li/QGLCoreDataPlugin | 6acb33ab23d42aa2f4f92d65c45accb3d097d1f2 | [
"MIT"
] | null | null | null | //
// NSManagedObject+helper.h
// QGLCoreDataPlugin
//
// Created by Guicai.Li on 14-10-16.
// Copyright (c) 2014年 Guicai Li. All rights reserved.
//
#import <Foundation/Foundation.h>
@import CoreData;
@interface NSManagedObject (helper)
+ (id)createNSManagedObjectForName:(NSString *)name;
+ (void)deleteNSMana... | 16.619048 | 55 | 0.724928 | [
"object"
] |
d72ee280ccb205b5af94b455f78ba3b37461a7b8 | 3,200 | c | C | src/lib/libc/tests/stdlib/dynthr_test.c | lastweek/source-freebsd | 0821950b0c40cbc891a27964b342e0202a3859ec | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | src/lib/libc/tests/stdlib/dynthr_test.c | lastweek/source-freebsd | 0821950b0c40cbc891a27964b342e0202a3859ec | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | src/lib/libc/tests/stdlib/dynthr_test.c | lastweek/source-freebsd | 0821950b0c40cbc891a27964b342e0202a3859ec | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | /*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (C) 2019 Andrew Gierth
*
* 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,... | 34.042553 | 80 | 0.746875 | [
"object"
] |
d73e81cb9f59b6c5042167c060b94173518dc4f2 | 890 | h | C | bwi_kr_execution/actasp/include/actasp/Action.h | YuqianJiang/bwi_experimental | aa0915f170c6c1720a34d0ab24d5b287a9b1bb6d | [
"BSD-3-Clause"
] | 1 | 2016-11-25T22:45:52.000Z | 2016-11-25T22:45:52.000Z | bwi_kr_execution/actasp/include/actasp/Action.h | YuqianJiang/bwi_experimental | aa0915f170c6c1720a34d0ab24d5b287a9b1bb6d | [
"BSD-3-Clause"
] | null | null | null | bwi_kr_execution/actasp/include/actasp/Action.h | YuqianJiang/bwi_experimental | aa0915f170c6c1720a34d0ab24d5b287a9b1bb6d | [
"BSD-3-Clause"
] | null | null | null | #ifndef actasp_Action_h__guard
#define actasp_Action_h__guard
#include <actasp/AspFluent.h>
#include <string>
#include <vector>
namespace actasp {
struct Action {
virtual int paramNumber() const = 0;
virtual std::string getName() const = 0;
virtual void run() = 0;
virtual bool hasFinished() const = 0;
... | 18.163265 | 73 | 0.692135 | [
"vector"
] |
d75e2ecec00bfa8f3e596c1e396397753f80e5e0 | 3,403 | h | C | builtin/python/callback.h | kstepanmpmg/mldb | f78791cd34d01796705c0f173a14359ec1b2e021 | [
"Apache-2.0"
] | 665 | 2015-12-09T17:00:14.000Z | 2022-03-25T07:46:46.000Z | builtin/python/callback.h | tomzhang/mldb | a09cf2d9ca454d1966b9e49ae69f2fe6bf571494 | [
"Apache-2.0"
] | 797 | 2015-12-09T19:48:19.000Z | 2022-03-07T02:19:47.000Z | builtin/python/callback.h | matebestek/mldb | f78791cd34d01796705c0f173a14359ec1b2e021 | [
"Apache-2.0"
] | 103 | 2015-12-25T04:39:29.000Z | 2022-02-03T02:55:22.000Z | /** callback.h -*- C++ -*-
Rémi Attab, 16 Jan 2013
Copyright (c) 2013 mldb.ai inc. All rights reserved.
This file is part of MLDB. Copyright 2015 mldb.ai inc. All rights reserved.
std::function and std::function compatible python callbacks.
Note that we can't have... | 28.838983 | 83 | 0.511607 | [
"object"
] |
c723cb0ed8e3472d7570e409702f0b059da2ad30 | 1,755 | h | C | src/ui/display.h | ParikhKadam/cycloid | c5e64e8379f801417a38755eb6b2fde881dabd8c | [
"MIT"
] | 1 | 2022-02-10T07:02:59.000Z | 2022-02-10T07:02:59.000Z | src/ui/display.h | ParikhKadam/cycloid | c5e64e8379f801417a38755eb6b2fde881dabd8c | [
"MIT"
] | null | null | null | src/ui/display.h | ParikhKadam/cycloid | c5e64e8379f801417a38755eb6b2fde881dabd8c | [
"MIT"
] | null | null | null | #ifndef UI_DISPLAY_H_
#define UI_DISPLAY_H_
#include "hw/lcd/fbdev.h"
#include "localization/coneslam/localize.h"
#include <vector>
class FisheyeLens;
class UIDisplay {
public:
enum DisplayMode { TRACKMAP = 0, CAMERAVIEW, FRONTVIEW, NUM_MODES };
bool Init();
void InitCamera(const FisheyeLens &lens, float ca... | 28.770492 | 77 | 0.674644 | [
"vector"
] |
c7240045d5ef71653f4048d3175d582029a7c6c2 | 3,250 | h | C | DSPFilters4JUCEDemo/JuceLibraryCode/modules/juce_core/containers/juce_ScopedValueSetter.h | rc-h/dspfilters4juce | 60b32a3af7eb89289f89e01db1239e312544ec2c | [
"MIT"
] | 10 | 2017-07-16T04:50:47.000Z | 2022-02-14T06:10:45.000Z | DSPFilters4JUCEDemo/JuceLibraryCode/modules/juce_core/containers/juce_ScopedValueSetter.h | rc-h/dspfilters4juce | 60b32a3af7eb89289f89e01db1239e312544ec2c | [
"MIT"
] | 199 | 2016-07-28T07:30:48.000Z | 2017-10-14T06:15:40.000Z | UI/JuceLibraryCode/modules/juce_core/containers/juce_ScopedValueSetter.h | subutai-io/launcher | d8397995e18200b12d60781ed485af04f70bff03 | [
"Apache-2.0"
] | 3 | 2017-11-07T14:44:14.000Z | 2021-03-16T02:45:57.000Z | /*
==============================================================================
This file is part of the JUCE library.
Copyright (c) 2016 - ROLI Ltd.
Permission is granted to use this software under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license/
... | 31.553398 | 100 | 0.580308 | [
"object"
] |
c7292a41312d9bab0372dbf108d3a68b71e4cb8e | 5,820 | h | C | inc/fbrequest.h | digitalsurgeon/qfacebookconnect | cbe613ab4516f3b8b1090abd7a670307e556c998 | [
"MIT"
] | null | null | null | inc/fbrequest.h | digitalsurgeon/qfacebookconnect | cbe613ab4516f3b8b1090abd7a670307e556c998 | [
"MIT"
] | null | null | null | inc/fbrequest.h | digitalsurgeon/qfacebookconnect | cbe613ab4516f3b8b1090abd7a670307e556c998 | [
"MIT"
] | null | null | null | /*
*
* 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, software
* distribut... | 26.697248 | 134 | 0.651375 | [
"object"
] |
c73525ef2b16c30206938084f28535e55c80aab8 | 2,935 | h | C | tools/drawMapTest/qaspectratiolayout.h | roman-murashov/hedgewars | 74f633d76bf95674f68f6872472bd21825f1f8c0 | [
"Apache-2.0"
] | null | null | null | tools/drawMapTest/qaspectratiolayout.h | roman-murashov/hedgewars | 74f633d76bf95674f68f6872472bd21825f1f8c0 | [
"Apache-2.0"
] | null | null | null | tools/drawMapTest/qaspectratiolayout.h | roman-murashov/hedgewars | 74f633d76bf95674f68f6872472bd21825f1f8c0 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright (c) 2009 Nokia Corporation.
*/
#ifndef QASPECTRATIOLAYOUT_H_
#define QASPECTRATIOLAYOUT_H_
#include <QLayout>
#include <QPointer>
#include <QRect>
#include <QWidgetItem>
#include <QLayoutItem>
class QAspectRatioLayout : public QLayout
{
Q_OBJECT
public:
QAspectRatioLayout(QWidget* ... | 33.352273 | 78 | 0.638842 | [
"geometry",
"object"
] |
c73f7c8365a66ce0af5e507a34c53928774b502e | 1,516 | h | C | src/game.h | CoffeePanda0/FedoraEngine | 6f849ef8f23e0189303632f26a2a660d0ebbee26 | [
"BSD-3-Clause"
] | 5 | 2020-07-14T22:50:00.000Z | 2022-03-31T20:26:02.000Z | src/game.h | CoffeePanda0/FedoraEngine | 6f849ef8f23e0189303632f26a2a660d0ebbee26 | [
"BSD-3-Clause"
] | null | null | null | src/game.h | CoffeePanda0/FedoraEngine | 6f849ef8f23e0189303632f26a2a660d0ebbee26 | [
"BSD-3-Clause"
] | null | null | null | #pragma once
#include <stdio.h>
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
#include <SDL.h>
#include <SDL_image.h>
#include <SDL_mixer.h>
#include <SDL_ttf.h>
#include "entity/gameobject.h"
#include "lib.h"
#include "player.h"
#include "ui/ui.h"
#include "map.h"
#include "ui/menu.h"
#include "entity... | 21.055556 | 93 | 0.75 | [
"render"
] |
c743bae163d4cd155bcb00be808188b9e8f0fe3c | 4,105 | h | C | RobustFit/RobustFit/RobustFit.h | CGLab-GIST/robust-fit | 75b3ba532a52e9754fd1e14c66e6f52cd69b03e8 | [
"BSD-3-Clause"
] | 12 | 2019-05-22T04:20:14.000Z | 2021-09-02T13:38:30.000Z | RobustFit/RobustFit/RobustFit.h | CGLab-GIST/robust-fit | 75b3ba532a52e9754fd1e14c66e6f52cd69b03e8 | [
"BSD-3-Clause"
] | null | null | null | RobustFit/RobustFit/RobustFit.h | CGLab-GIST/robust-fit | 75b3ba532a52e9754fd1e14c66e6f52cd69b03e8 | [
"BSD-3-Clause"
] | 2 | 2021-12-15T15:52:57.000Z | 2022-01-03T14:13:42.000Z | // Copyright(c) 2019 CGLab, GIST. 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 condi... | 39.471154 | 181 | 0.741048 | [
"vector"
] |
c748914e668847211f2aa581ea6e71fa4da866d2 | 2,062 | h | C | algorithms/medium/0309. Best Time to Buy and Sell Stock with Cooldown.h | MultivacX/letcode2020 | f86289f8718237303918a7705ae31625a12b68f6 | [
"MIT"
] | null | null | null | algorithms/medium/0309. Best Time to Buy and Sell Stock with Cooldown.h | MultivacX/letcode2020 | f86289f8718237303918a7705ae31625a12b68f6 | [
"MIT"
] | null | null | null | algorithms/medium/0309. Best Time to Buy and Sell Stock with Cooldown.h | MultivacX/letcode2020 | f86289f8718237303918a7705ae31625a12b68f6 | [
"MIT"
] | null | null | null | // 309. Best Time to Buy and Sell Stock with Cooldown
// https://leetcode.com/problems/best-time-to-buy-and-sell-stock-with-cooldown/
// Runtime: 4 ms, faster than 86.34% of C++ online submissions for Best Time to Buy and Sell Stock with Cooldown.
// Memory Usage: 11.5 MB, less than 18.90% of C++ online submissions fo... | 31.242424 | 119 | 0.49321 | [
"vector"
] |
c74a991061c835f1afd9503b54ef3a995b153e4d | 8,437 | h | C | include/detail/gpcpu/Matrix.h | jaredhoberock/gotham | e3551cc355646530574d086d7cc2b82e41e8f798 | [
"Apache-2.0"
] | 6 | 2015-12-29T07:21:01.000Z | 2020-05-29T10:47:38.000Z | include/detail/gpcpu/Matrix.h | jaredhoberock/gotham | e3551cc355646530574d086d7cc2b82e41e8f798 | [
"Apache-2.0"
] | null | null | null | include/detail/gpcpu/Matrix.h | jaredhoberock/gotham | e3551cc355646530574d086d7cc2b82e41e8f798 | [
"Apache-2.0"
] | null | null | null | /*! \file Matrix.h
* \author Jared Hoberock
* \brief Defines the interface for a matrix type
* templatized on type and dimension.
*/
#ifndef MATRIX_H
#define MATRIX_H
#include "Vector.h"
#ifdef minor
#undef minor
#endif // minor
namespace gpcpu
{
template<typename Scalar, unsigned int N, unsigned int... | 27.662295 | 90 | 0.571886 | [
"vector"
] |
c74e33d0daa7e0e078823fdbe2d6c6c6b4ca62fb | 15,596 | c | C | src/uparser_core.c | issamsaid/uparser | e56780fc7e62b45aa8175e44af3ab33f0691e9ad | [
"BSD-3-Clause"
] | 2 | 2017-09-08T13:11:17.000Z | 2018-04-04T02:58:17.000Z | src/uparser_core.c | issamsaid/uparser | e56780fc7e62b45aa8175e44af3ab33f0691e9ad | [
"BSD-3-Clause"
] | null | null | null | src/uparser_core.c | issamsaid/uparser | e56780fc7e62b45aa8175e44af3ab33f0691e9ad | [
"BSD-3-Clause"
] | null | null | null | ///
/// @copyright Copyright (c) 2016-, Issam SAID <said.issam@gmail.com>
/// 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 abov... | 47.69419 | 82 | 0.474801 | [
"object"
] |
c754ebc7f8167f08b3900f436e0fcd084aaae34c | 12,203 | h | C | src/canoe/simple_overlay.h | nrc-cnrc/Portage-SMT-TAS | 73f5a65de4adfa13008ea9a01758385c97526059 | [
"MIT"
] | null | null | null | src/canoe/simple_overlay.h | nrc-cnrc/Portage-SMT-TAS | 73f5a65de4adfa13008ea9a01758385c97526059 | [
"MIT"
] | null | null | null | src/canoe/simple_overlay.h | nrc-cnrc/Portage-SMT-TAS | 73f5a65de4adfa13008ea9a01758385c97526059 | [
"MIT"
] | null | null | null | /**
* @author Colin Cherry
* @file simple_overlay.h View a search graph as a lattice
*
* Canoe Decoder
*
* Technologies langagieres interactives / Interactive Language Technologies
* Inst. de technologie de l'information / Institute for Information Technology
* Conseil national de recherches Canada / Nationa... | 33.250681 | 114 | 0.628698 | [
"object",
"vector",
"model"
] |
c76399569f365092f05fd3b18cabb888f26fa727 | 11,435 | h | C | Rumble3D/include/R3D/RigidBodyEngine/RigidBody.h | Nelaty/Rumble3D | 801b9feec27ceeea91db3b759083f6351634e062 | [
"MIT"
] | 1 | 2020-01-21T16:01:53.000Z | 2020-01-21T16:01:53.000Z | Rumble3D/include/R3D/RigidBodyEngine/RigidBody.h | Nelaty/Rumble3D | 801b9feec27ceeea91db3b759083f6351634e062 | [
"MIT"
] | 1 | 2019-10-08T08:25:33.000Z | 2019-10-09T06:39:06.000Z | Rumble3D/include/R3D/RigidBodyEngine/RigidBody.h | Nelaty/Rumble3D | 801b9feec27ceeea91db3b759083f6351634e062 | [
"MIT"
] | 1 | 2019-05-14T13:48:16.000Z | 2019-05-14T13:48:16.000Z | #pragma once
#include "R3D/Common/Common.h"
#include "R3D/Common/Precision.h"
#include "R3D/Transform3D.h"
#include "R3D/RigidBodyEngine/CollisionObject.h"
#include "R3D/RigidBodyEngine/CollisionCallback.h"
#include "R3D/RigidBodyEngine/CollisionDetection/CollisionMask.h"
#include "R3D/RigidBodyEngine/RigidBodyDef.h"
... | 28.949367 | 80 | 0.679318 | [
"object",
"3d"
] |
c768e90687ca0b2b9fa1756bc256350a1be82ffb | 1,655 | c | C | examples/random_code_search.c | Alan-Robertson/qecode | fc01e6f66a7fbe4f6b2bda6b3874fd6e5b10c628 | [
"MIT"
] | 4 | 2018-03-07T06:15:32.000Z | 2021-11-17T10:50:15.000Z | examples/random_code_search.c | Alan-Robertson/qecode | fc01e6f66a7fbe4f6b2bda6b3874fd6e5b10c628 | [
"MIT"
] | null | null | null | examples/random_code_search.c | Alan-Robertson/qecode | fc01e6f66a7fbe4f6b2bda6b3874fd6e5b10c628 | [
"MIT"
] | null | null | null | //#include <iostream>
#include "../codes.h"
#include "../error_models.h"
#include "../destabilisers.h"
#include "../sym_iter.h"
#include "../tailored.h"
#include "../decoders.h"
#include "characterise.h"
#include "random_code_search.h"
#include "channel.h"
/*
IF YOU SEE A RECOVERABLE MEMORY LEAK of 72,704 bytes in 1... | 21.776316 | 130 | 0.703927 | [
"model"
] |
c787dffd0a8fba3bd0d4fec706ae4f2003c80bab | 572 | h | C | Game.h | koadma/robotization-dilemma | e7ecdb669346f39490de29d55bac99e25f7ab85f | [
"MIT"
] | 1 | 2017-02-12T13:23:24.000Z | 2017-02-12T13:23:24.000Z | Game.h | koadma/robotization-dilemma | e7ecdb669346f39490de29d55bac99e25f7ab85f | [
"MIT"
] | 1 | 2017-02-15T23:25:49.000Z | 2017-02-16T20:19:30.000Z | Game.h | koadma/robotization-dilemma | e7ecdb669346f39490de29d55bac99e25f7ab85f | [
"MIT"
] | null | null | null | #ifndef __GAME_H__
#define __GAME_H__
#include <vector>
#include "Bubble.h"
class Game
{
private:
unsigned int numOfShips;
std::vector<Ship> ships;
int roundNumber = 0;
WinManager winManager;
BubbleManager bubbles;
std::vector<int> projectiles;
void askToContinue(int nextPlayer) const;
void giveInfo... | 18.451613 | 48 | 0.734266 | [
"vector"
] |
c78a4a75bd4beaf46b6af885de7f021172391e7a | 693 | h | C | leetcode-cpp/lib/Tree.h | emacslisp/cpp | 8230f81117d6f64adaa1696b0943cdb47505335a | [
"Apache-2.0"
] | null | null | null | leetcode-cpp/lib/Tree.h | emacslisp/cpp | 8230f81117d6f64adaa1696b0943cdb47505335a | [
"Apache-2.0"
] | null | null | null | leetcode-cpp/lib/Tree.h | emacslisp/cpp | 8230f81117d6f64adaa1696b0943cdb47505335a | [
"Apache-2.0"
] | null | null | null | #include <vector>
#include <iostream>
#include <queue>
#include <algorithm>
#include "TreeNode.h"
#include "Node.h"
using namespace std;
class Tree
{
public:
Tree();
~Tree();
TreeNode* buildNode(vector<int> a);
Node* buildNaryTreeNode(vector<int> c);
vector<int> buildTreeToArray(TreeNode* root);
... | 23.1 | 71 | 0.695527 | [
"vector"
] |
c78bc09f0e8d92ac329214ef28b7bdf90e458079 | 15,767 | h | C | include/cutlass/epilogue/threadblock/convolution_epilogue_tensor_op.h | MegEngine/cutlass | 31798848e40c2752d4b3db193491a63b77455029 | [
"BSD-3-Clause"
] | 44 | 2020-09-15T05:31:25.000Z | 2022-03-22T08:02:02.000Z | include/cutlass/epilogue/threadblock/convolution_epilogue_tensor_op.h | MegEngine/cutlass | 31798848e40c2752d4b3db193491a63b77455029 | [
"BSD-3-Clause"
] | null | null | null | include/cutlass/epilogue/threadblock/convolution_epilogue_tensor_op.h | MegEngine/cutlass | 31798848e40c2752d4b3db193491a63b77455029 | [
"BSD-3-Clause"
] | 7 | 2020-09-16T15:18:21.000Z | 2022-03-28T10:06:11.000Z | /***************************************************************************************************
* Copyright (c) 2017-2020, NVIDIA CORPORATION. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
*modification, are permitted provided that the following conditions are met... | 46.373529 | 100 | 0.658337 | [
"shape",
"transform"
] |
c78e20f88abc7ce5e3444e7cf889bb57bcd9e622 | 3,455 | h | C | component/oai-udr/src/api_server/model/NetworkAreaInfo_2.h | kukkalli/oai-cn5g-fed | 15634fac935ac8671b61654bdf75bf8af07d3c3a | [
"Apache-2.0"
] | null | null | null | component/oai-udr/src/api_server/model/NetworkAreaInfo_2.h | kukkalli/oai-cn5g-fed | 15634fac935ac8671b61654bdf75bf8af07d3c3a | [
"Apache-2.0"
] | null | null | null | component/oai-udr/src/api_server/model/NetworkAreaInfo_2.h | kukkalli/oai-cn5g-fed | 15634fac935ac8671b61654bdf75bf8af07d3c3a | [
"Apache-2.0"
] | null | null | null | /*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licenses this file to You under
* the OAI Public Lic... | 30.575221 | 81 | 0.693198 | [
"vector",
"model"
] |
c79727a050f0f36ec7f21ab177fdc4460a89351d | 33,294 | c | C | Swoosh.c | pyroticinsanity/tachyon | fbde4cecb8e4f6707f458c1f51b7d0b82e8fcde5 | [
"MIT"
] | 3 | 2019-08-26T18:12:24.000Z | 2020-10-25T21:14:16.000Z | Swoosh.c | pyroticinsanity/tachyon | fbde4cecb8e4f6707f458c1f51b7d0b82e8fcde5 | [
"MIT"
] | null | null | null | Swoosh.c | pyroticinsanity/tachyon | fbde4cecb8e4f6707f458c1f51b7d0b82e8fcde5 | [
"MIT"
] | 1 | 2020-05-07T14:59:02.000Z | 2020-05-07T14:59:02.000Z | #include "stdafx.h"
#include "UI.h"
#include "Objects.h"
#include "Dispatch.h"
#include "CSB.h"
#include "Transition.h"
#include <string.h>
//#include <TextUtils.h>
#define A0B(x) ( (unsigned char*)A0)[x]
#define A0W(x) ((unsigned short*)(((unsigned char*)A0)+x))[0]
#define A0L(x) ((unsigned long*)(... | 53.613527 | 174 | 0.51655 | [
"geometry"
] |
c7998e9f0bccf8a305980d420c9caa1d8f1ef0d2 | 819 | h | C | Source/Runtime/Engine/Public/ModelAsset.h | RadTuna/SoftRenderer | a2b2f652d13f80dc967279426ccadf0232a6b512 | [
"MIT"
] | 2 | 2019-11-01T02:08:24.000Z | 2021-08-06T03:42:52.000Z | Source/Runtime/Engine/Public/ModelAsset.h | RadTuna/SoftRenderer | a2b2f652d13f80dc967279426ccadf0232a6b512 | [
"MIT"
] | null | null | null | Source/Runtime/Engine/Public/ModelAsset.h | RadTuna/SoftRenderer | a2b2f652d13f80dc967279426ccadf0232a6b512 | [
"MIT"
] | null | null | null | #pragma once
#include <memory>
#include <vector>
#include <sstream>
#include "Asset.h"
struct VertexDataType
{
Vector4 Position;
Vector2 UV;
Vector3 Normal;
};
// Use OBJ File
class ModelAsset final : public Asset
{
public:
explicit ModelAsset() noexcept = default;
virtual ~ModelAsset() noexcept = default;
... | 19.046512 | 76 | 0.74359 | [
"vector"
] |
c7bb25f3d7f1fc96695df2268d1dfd5929b885fd | 6,304 | h | C | 3rdparty/aws-sdk-cpp-master/aws-cpp-sdk-logs/include/aws/logs/model/MetricTransformation.h | prateek-s/mesos | 4b81147797e4d9a45e0b2f5e5634d4a214dbc4e8 | [
"Apache-2.0"
] | 2 | 2019-02-08T21:29:57.000Z | 2021-07-27T06:59:19.000Z | 3rdparty/aws-sdk-cpp-master/aws-cpp-sdk-logs/include/aws/logs/model/MetricTransformation.h | prateek-s/mesos | 4b81147797e4d9a45e0b2f5e5634d4a214dbc4e8 | [
"Apache-2.0"
] | null | null | null | 3rdparty/aws-sdk-cpp-master/aws-cpp-sdk-logs/include/aws/logs/model/MetricTransformation.h | prateek-s/mesos | 4b81147797e4d9a45e0b2f5e5634d4a214dbc4e8 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright 2010-2016 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file... | 34.075676 | 127 | 0.67703 | [
"model"
] |
c7c5332dea226f72e35879aff9c92a244e16594e | 28,599 | h | C | src/surface.h | pyokagan/pycsdl2 | 4bd77699d753e53dc01f3f488f924e3262a3bd26 | [
"Zlib"
] | null | null | null | src/surface.h | pyokagan/pycsdl2 | 4bd77699d753e53dc01f3f488f924e3262a3bd26 | [
"Zlib"
] | null | null | null | src/surface.h | pyokagan/pycsdl2 | 4bd77699d753e53dc01f3f488f924e3262a3bd26 | [
"Zlib"
] | null | null | null | /*
* pycsdl2
* Copyright (c) 2015 Paul Tan <pyokagan@pyokagan.name>
*
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from
* the use of this software.
*
* Permission is granted to anyone to use this software for ... | 29.574974 | 84 | 0.631875 | [
"object",
"shape"
] |
c7ce870d0ab04cce77d0e43b8369bf57f375fdd0 | 5,552 | h | C | sqldata/sqlasaapi.h | strk/sqlines | 82676a3b672bc218a024712abeb85279ae75495c | [
"Apache-2.0"
] | null | null | null | sqldata/sqlasaapi.h | strk/sqlines | 82676a3b672bc218a024712abeb85279ae75495c | [
"Apache-2.0"
] | null | null | null | sqldata/sqlasaapi.h | strk/sqlines | 82676a3b672bc218a024712abeb85279ae75495c | [
"Apache-2.0"
] | null | null | null |
// SqlAsaApi Sybase SQL Anywhere API
// Copyright (c) 2012 SQLines. All rights reserved
#ifndef sqlines_sqlasaapi_h
#define sqlines_sqlasaapi_h
#if defined(WIN32) || defined(WIN64)
#include <windows.h>
#endif
#include <sql.h>
#include <sqlext.h>
#include <sqltypes.h>
#include <oci.h>
#include <ctpublic.h>
#include... | 34.7 | 148 | 0.758465 | [
"object"
] |
c7e2aa82b1bce35eedc996f1877ab8ed9a971bfb | 8,501 | h | C | inc/tree/tree.h | ancientlore/hermit | 0b6b5b3e364fe9a7080517a7f3ddb8cdb03f5b14 | [
"MIT"
] | 1 | 2020-07-15T19:39:49.000Z | 2020-07-15T19:39:49.000Z | inc/tree/tree.h | ancientlore/hermit | 0b6b5b3e364fe9a7080517a7f3ddb8cdb03f5b14 | [
"MIT"
] | null | null | null | inc/tree/tree.h | ancientlore/hermit | 0b6b5b3e364fe9a7080517a7f3ddb8cdb03f5b14 | [
"MIT"
] | null | null | null | /* ---------------------------------------------------------------------------
AVL Tree Object
An AVL tree (Adel'son-Vel'skii & Landis) is a binary search
tree in which the heights of the left and right subtrees
of the root differ by at most one and in which the left
and right subtrees are again ... | 29.313793 | 80 | 0.607811 | [
"object"
] |
b5131331f559446647d112d912ffe161ddd11194 | 3,486 | h | C | hcp/src/general/sets/hcp_static_polytope.h | bgaldrikian/homogeneous_closest_point | 2d27c9a1710b0513be63e33a53527737776f349e | [
"MIT"
] | null | null | null | hcp/src/general/sets/hcp_static_polytope.h | bgaldrikian/homogeneous_closest_point | 2d27c9a1710b0513be63e33a53527737776f349e | [
"MIT"
] | null | null | null | hcp/src/general/sets/hcp_static_polytope.h | bgaldrikian/homogeneous_closest_point | 2d27c9a1710b0513be63e33a53527737776f349e | [
"MIT"
] | null | null | null | // Copyright (c) 2014-2018 NVIDIA Corporation
//
// 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, copy, modify, merge... | 35.212121 | 161 | 0.742972 | [
"object",
"shape"
] |
b51532d533c1767227cbc8952129dc6843270ba7 | 4,185 | c | C | src/tss2-init-helper.c | flihp/gio-tss2-async-example | d39773b5df439d2e90f2c4c3b558b487622e5142 | [
"BSD-2-Clause"
] | 1 | 2018-07-05T22:04:54.000Z | 2018-07-05T22:04:54.000Z | src/tss2-init-helper.c | flihp/gio-tss2-async-example | d39773b5df439d2e90f2c4c3b558b487622e5142 | [
"BSD-2-Clause"
] | null | null | null | src/tss2-init-helper.c | flihp/gio-tss2-async-example | d39773b5df439d2e90f2c4c3b558b487622e5142 | [
"BSD-2-Clause"
] | null | null | null | /*
* Copyright (c) 2018, Intel Corporation
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <dlfcn.h>
#include <errno.h>
#include <glib.h>
#include <inttypes.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <tss2/tss2_tpm2_types.h>
#include <tss2/tss2_tcti.h>
#include "tss2-init-helper.... | 32.192308 | 79 | 0.624134 | [
"transform"
] |
b51f35e84eeec8f88d7242ce956c1672775fe721 | 1,141 | h | C | cpp/include/krypto/instruments/server.h | krypto-org/krypto | 13cf9fd70df5da9f4d804d02a0a93c5ebf7142f2 | [
"Apache-2.0"
] | 1 | 2019-04-09T22:37:46.000Z | 2019-04-09T22:37:46.000Z | cpp/include/krypto/instruments/server.h | kapilsh/krypto | 13cf9fd70df5da9f4d804d02a0a93c5ebf7142f2 | [
"Apache-2.0"
] | 19 | 2019-06-19T01:15:10.000Z | 2019-09-06T00:27:20.000Z | cpp/include/krypto/instruments/server.h | krypto-org/krypto | 13cf9fd70df5da9f4d804d02a0a93c5ebf7142f2 | [
"Apache-2.0"
] | null | null | null | #pragma once
#include <unordered_set>
#include <boost/algorithm/string.hpp>
#include <krypto/utils/common.h>
#include <krypto/network/rpc/worker.h>
#include <krypto/config.h>
#include <krypto/instruments/loader.h>
#include <krypto/serialization/serialization_generated.h>
#include <krypto/utils/types.h>
namespace kr... | 26.534884 | 86 | 0.693252 | [
"vector"
] |
b5285bd48c71cbe3b25241c1bc23d54ec52150c3 | 3,317 | h | C | pxr/imaging/hdx/task.h | yurivict/USD | 3b097e3ba8fabf1777a1256e241ea15df83f3065 | [
"Apache-2.0"
] | 1 | 2022-03-16T01:40:10.000Z | 2022-03-16T01:40:10.000Z | pxr/imaging/hdx/task.h | yurivict/USD | 3b097e3ba8fabf1777a1256e241ea15df83f3065 | [
"Apache-2.0"
] | null | null | null | pxr/imaging/hdx/task.h | yurivict/USD | 3b097e3ba8fabf1777a1256e241ea15df83f3065 | [
"Apache-2.0"
] | 1 | 2018-10-03T19:08:33.000Z | 2018-10-03T19:08:33.000Z | //
// Copyright 2018 Pixar
//
// Licensed under the Apache License, Version 2.0 (the "Apache License")
// with the following modification; you may not use this file except in
// compliance with the Apache License and the following modification to it:
// Section 6. Trademarks. is deleted and replaced with:
//
// 6. Trad... | 33.846939 | 80 | 0.720832 | [
"render"
] |
b53222d9a6cc967c14a07e3c8c615996f18c4592 | 2,953 | h | C | warzone usermode/DirectOverlay.h | ALEHACKsp/Warzone-Cheat | ed3796bee212aa3229c33ebc562f05d6d4e6815c | [
"MIT"
] | 6 | 2021-09-08T17:37:10.000Z | 2022-01-04T17:17:08.000Z | warzone usermode/DirectOverlay.h | xEnething/Warzone-Cheat | ed3796bee212aa3229c33ebc562f05d6d4e6815c | [
"MIT"
] | null | null | null | warzone usermode/DirectOverlay.h | xEnething/Warzone-Cheat | ed3796bee212aa3229c33ebc562f05d6d4e6815c | [
"MIT"
] | 5 | 2021-09-24T17:10:59.000Z | 2022-01-26T05:20:50.000Z | #include "driver.h"
#include <iostream>
#include "xor.hpp"
#include <vector>
#include <string>
#include <d3d9.h>
#include <d3dx9.h>
// Link the static library (make sure that file is in the same directory as this file)
#pragma comment(lib, "D2DOverlay.lib")
// Requires the targetted window to be active and the fo... | 45.430769 | 133 | 0.740941 | [
"render",
"vector",
"solid"
] |
b53e8c25b5fa02f9f46c675c9e80a60be003f9bc | 3,361 | h | C | GCanvas/ios/Classes/GCVCommon.h | nicholasalx/GCanvas | b65dc955e62cad69b65cad35c1e7c920eaf9cdfd | [
"Apache-2.0"
] | 1,780 | 2018-02-26T12:39:01.000Z | 2022-03-31T05:26:52.000Z | GCanvas/ios/Classes/GCVCommon.h | nicholasalx/GCanvas | b65dc955e62cad69b65cad35c1e7c920eaf9cdfd | [
"Apache-2.0"
] | 163 | 2018-02-28T09:46:00.000Z | 2022-02-12T03:39:27.000Z | GCanvas/ios/Classes/GCVCommon.h | nicholasalx/GCanvas | b65dc955e62cad69b65cad35c1e7c920eaf9cdfd | [
"Apache-2.0"
] | 208 | 2018-03-01T13:12:02.000Z | 2022-03-24T06:50:00.000Z | /**
* Created by G-Canvas Open Source Team.
* Copyright (c) 2017, Alibaba, Inc. All rights reserved.
*
* This source code is licensed under the Apache Licence 2.0.
* For the full copyright and license information, please view
* the LICENSE file in the root directory of this source tree.
*/
#ifndef GCVCommon_h
#... | 24.179856 | 105 | 0.725974 | [
"object"
] |
b53f26f56ed19a9f1c92a259442940f44bd6e7ff | 647 | h | C | JRPG/JRPG/BattleTick.h | JackMalone1/JRPG | f148b8f9ccef86d95dd8ccc165167ece83c3b0ea | [
"MIT"
] | 1 | 2020-05-18T18:51:16.000Z | 2020-05-18T18:51:16.000Z | JRPG/JRPG/BattleTick.h | JackMalone1/JRPG | f148b8f9ccef86d95dd8ccc165167ece83c3b0ea | [
"MIT"
] | null | null | null | JRPG/JRPG/BattleTick.h | JackMalone1/JRPG | f148b8f9ccef86d95dd8ccc165167ece83c3b0ea | [
"MIT"
] | null | null | null | #pragma once
#include "IState.h"
#include "StateMachine.h"
#include "Action.h"
class BattleTick :
public IState
{
StateMachine& states;
std::vector<std::shared_ptr<Action>>& actions;
public:
BattleTick(StateMachine& stateMachine, std::vector<std::shared_ptr<Action>>& t_actions);
virtual void update(float dt) overr... | 30.809524 | 89 | 0.763524 | [
"render",
"vector"
] |
b53f98b80322a537fe2d275bb1b5eee9fb78eaf3 | 44,553 | c | C | test/vstore/src/MountContentTypeRefs.c | uhayat/corto | 159c741a7a8cd3b0ecfd57d40e91aaa5ad1a1a06 | [
"MIT"
] | 95 | 2015-09-24T02:08:51.000Z | 2021-01-27T05:15:12.000Z | test/vstore/src/MountContentTypeRefs.c | uhayat/corto | 159c741a7a8cd3b0ecfd57d40e91aaa5ad1a1a06 | [
"MIT"
] | 368 | 2015-08-27T03:58:07.000Z | 2018-11-27T18:32:35.000Z | test/vstore/src/MountContentTypeRefs.c | Seldomberry/cortex | 159c741a7a8cd3b0ecfd57d40e91aaa5ad1a1a06 | [
"MIT"
] | 16 | 2015-11-05T06:00:15.000Z | 2019-04-03T19:27:21.000Z | /* This is a managed file. Do not delete this comment. */
#include <include/test.h>
void test_MountContentTypeRefs_setup(
test_MountContentTypeRefs this)
{
corto_create(root_o, "config/helloworld", corto_void_o);
corto_create(root_o, "data/foo", corto_void_o);
corto_create(root_o, "data/foo/bar", cort... | 31.134172 | 89 | 0.540884 | [
"object"
] |
b54b98ca9d5e9e9d964c44d5aff30a38b1606f37 | 1,237 | h | C | GraphicsTechniquesInSiv3D/ShadowMapping.h | tana/GraphicsTechniquesInSiv3D | a129a673eefdf9a7691338593b914f0432e6ff11 | [
"MIT"
] | 1 | 2021-12-12T09:22:33.000Z | 2021-12-12T09:22:33.000Z | GraphicsTechniquesInSiv3D/ShadowMapping.h | tana/GraphicsTechniquesInSiv3D | a129a673eefdf9a7691338593b914f0432e6ff11 | [
"MIT"
] | null | null | null | GraphicsTechniquesInSiv3D/ShadowMapping.h | tana/GraphicsTechniquesInSiv3D | a129a673eefdf9a7691338593b914f0432e6ff11 | [
"MIT"
] | null | null | null | #pragma once
# include <Siv3D.hpp>
# include "utils.h"
// シャドウマッピングで影をつける
// ベースはチュートリアル37.1「3Dモデルを描く」(下記のURL)
// https://zenn.dev/reputeless/books/siv3d-documentation/viewer/tutorial-3d-2#37.1-3d-%E3%83%A2%E3%83%87%E3%83%AB%E3%82%92%E6%8F%8F%E3%81%8F
// 描画時にシェーダに渡す情報
struct VSShadowMapping
{
Mat4x4 sunCameraMat... | 25.244898 | 142 | 0.790622 | [
"mesh",
"model",
"3d"
] |
b54eec1f2846f829c9ccf32767900c7a77fc0023 | 425,518 | h | C | proto/test_models.h | backwardn/FastBinaryEncoding | ba66e57951f19047491d3befea9b580f247a694d | [
"MIT"
] | null | null | null | proto/test_models.h | backwardn/FastBinaryEncoding | ba66e57951f19047491d3befea9b580f247a694d | [
"MIT"
] | null | null | null | proto/test_models.h | backwardn/FastBinaryEncoding | ba66e57951f19047491d3befea9b580f247a694d | [
"MIT"
] | null | null | null | // Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: test.fbe
// Version: 1.3.0.0
#pragma once
#if defined(__clang__)
#pragma clang system_header
#elif defined(__GNUC__)
#pragma GCC system_header
#elif defined(_MSC_VER)
#pragma s... | 35.664907 | 144 | 0.618517 | [
"model"
] |
b55828ddf7a75c8fca6b68e819644bb4f9ad2211 | 1,742 | h | C | program/engine.h | pondodev/custom-project | cc6a2de54aa7ea256fa62dc6fba4806ce8532792 | [
"Unlicense"
] | null | null | null | program/engine.h | pondodev/custom-project | cc6a2de54aa7ea256fa62dc6fba4806ce8532792 | [
"Unlicense"
] | null | null | null | program/engine.h | pondodev/custom-project | cc6a2de54aa7ea256fa62dc6fba4806ce8532792 | [
"Unlicense"
] | null | null | null | #ifndef ENGINE_H
#define ENGINE_H
#define WINDOW_WIDTH 1024
#define WINDOW_HEIGHT 512
#define FRAMEBUFFER_LENGTH WINDOW_WIDTH * WINDOW_HEIGHT
#include <iostream>
#include <fstream>
#include <string>
#include <cstdint>
#include <vector>
#include <cmath>
#include <array>
#include <algorithm>
#include <mutex>
#include ... | 25.617647 | 108 | 0.711825 | [
"render",
"vector"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.