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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8828efc1587444d0ce6c98007e7d2a1be7ee4613 | 750 | h | C | src/memory.h | QcO-dev/dragon | 25de2e6e69e9631dd741771518b16f7e9b16bbff | [
"MIT"
] | 4 | 2021-08-30T12:51:20.000Z | 2021-11-24T23:11:13.000Z | src/memory.h | QcO-dev/dragon | 25de2e6e69e9631dd741771518b16f7e9b16bbff | [
"MIT"
] | 2 | 2021-11-24T21:14:52.000Z | 2021-11-24T21:25:25.000Z | src/memory.h | QcO-dev/dragon | 25de2e6e69e9631dd741771518b16f7e9b16bbff | [
"MIT"
] | null | null | null | #pragma once
#include "common.h"
#include "value.h"
#define GROW_CAPACITY(capacity) \
((capacity) < 8 ? 8 : (capacity) * 2)
#define GROW_ARRAY(vm, type, pointer, oldCount, newCount) \
(type*)reallocate(vm, pointer, sizeof(type) * (oldCount), sizeof(type) * (newCount))
#define FREE_ARRAY(vm, type, pointer, oldCoun... | 31.25 | 85 | 0.701333 | [
"object"
] |
88293dd5f023159b2e1974628ab0abf31871c962 | 4,855 | h | C | tvos/static/YouboraLibTvOS.framework/Headers/YBCommunication.h | NicePeopleAtWork/Youbora-YouboraLib-iOS | 5cf67520d32968357153288a197d7825a9b265c9 | [
"MIT"
] | null | null | null | tvos/static/YouboraLibTvOS.framework/Headers/YBCommunication.h | NicePeopleAtWork/Youbora-YouboraLib-iOS | 5cf67520d32968357153288a197d7825a9b265c9 | [
"MIT"
] | null | null | null | tvos/static/YouboraLibTvOS.framework/Headers/YBCommunication.h | NicePeopleAtWork/Youbora-YouboraLib-iOS | 5cf67520d32968357153288a197d7825a9b265c9 | [
"MIT"
] | null | null | null | //
// YBCommunication.h
// YBPluginGeneric
//
// Created by Joan on 31/03/16.
// Copyright © 2016 Nice People At Work. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "YBRequest.h"
@class YBPluginGeneric;
NS_ASSUME_NONNULL_BEGIN
typedef NSMutableDictionary * _Nullable (^YBAdditionalOperations... | 33.027211 | 143 | 0.699485 | [
"object"
] |
883b25e629ee53791f0790180db76800147922a6 | 1,157 | h | C | igl/dated_copy.h | sabinaRachev/3D-Snake-Game-Final-Project | 5c1f2044d848f24d6ce60dc61411393b503c8da2 | [
"Apache-2.0"
] | null | null | null | igl/dated_copy.h | sabinaRachev/3D-Snake-Game-Final-Project | 5c1f2044d848f24d6ce60dc61411393b503c8da2 | [
"Apache-2.0"
] | null | null | null | igl/dated_copy.h | sabinaRachev/3D-Snake-Game-Final-Project | 5c1f2044d848f24d6ce60dc61411393b503c8da2 | [
"Apache-2.0"
] | null | null | null | // This file is part of libigl, a simple c++ geometry processing library.
//
// Copyright (C) 2013 Alec Jacobson <alecjacobson@gmail.com>
//
// This Source Code Form is subject to the terms of the Mozilla Public License
// v. 2.0. If a copy of the MPL was not distributed with this file, You can
// obtain one ... | 33.057143 | 85 | 0.686258 | [
"geometry"
] |
883c52da1a40bdfeac7996c1975768b0cdda6672 | 722 | h | C | src/naive_rstore.h | Zomega/transverse | 058b5dfc28a5ef1dab880f6112a27f2664725dff | [
"MIT"
] | null | null | null | src/naive_rstore.h | Zomega/transverse | 058b5dfc28a5ef1dab880f6112a27f2664725dff | [
"MIT"
] | null | null | null | src/naive_rstore.h | Zomega/transverse | 058b5dfc28a5ef1dab880f6112a27f2664725dff | [
"MIT"
] | null | null | null | // Copyright 2015 Will Oursler
#ifndef NAIVE_RSTORE_H_
#define NAIVE_RSTORE_H_
#include <iostream>
#include <vector>
#include <utility>
#include "bbox.h"
#include "rstore.h"
template <typename T>
class NaiveRStore : public RStore<T> {
private:
std::vector<std::pair<T, BBox>> entries;
public:
explicit NaiveRSt... | 21.878788 | 68 | 0.702216 | [
"vector"
] |
883fce1903de0f16817e2af8b8fe5efcdfe9a44a | 914 | h | C | GRA_RPG/View_Item.h | Boryszs/League_of_Warriors | ddeb8dba5d1f610fdb9d6d071d203d3925057a74 | [
"MIT"
] | 2 | 2021-02-10T16:11:54.000Z | 2021-02-10T16:12:05.000Z | GRA_RPG/View_Item.h | Boryszs/League_of_Warriors | ddeb8dba5d1f610fdb9d6d071d203d3925057a74 | [
"MIT"
] | null | null | null | GRA_RPG/View_Item.h | Boryszs/League_of_Warriors | ddeb8dba5d1f610fdb9d6d071d203d3925057a74 | [
"MIT"
] | null | null | null | #pragma once
#include <SFML/Graphics.hpp>
using namespace std;
using namespace sf;
/// Class use to representation some graphics.
class View_Item
{
public:
/// Default constructor Class View_Item.
View_Item();
/// Constructor Class View_Item.
/// <param name="Path"> - Path to image</param>
/// <param name="x"> - ... | 26.114286 | 52 | 0.679431 | [
"object"
] |
8843411d1a57a6fefac7a5326f3ea3835d72bee1 | 864 | h | C | DeepMimicCore/util/IndexManager.h | 0xflotus/DeepMimic | bd800ab7ec4d86d61f0cbb16667a9c20e4974cfb | [
"MIT"
] | 1,812 | 2018-10-15T16:41:13.000Z | 2022-03-31T13:22:40.000Z | DeepMimicCore/util/IndexManager.h | Arthur151/DeepMimic | ea26c3f2c35fb271d8bfefd53fd49397547c514d | [
"MIT"
] | 168 | 2018-10-16T01:29:00.000Z | 2022-03-28T07:42:40.000Z | DeepMimicCore/util/IndexManager.h | Arthur151/DeepMimic | ea26c3f2c35fb271d8bfefd53fd49397547c514d | [
"MIT"
] | 445 | 2018-10-15T17:46:14.000Z | 2022-03-30T09:35:14.000Z | #pragma once
#include <vector>
#include <mutex>
#include <condition_variable>
class cIndexManager
{
public:
static const int gInvalidIndex;
cIndexManager();
cIndexManager(int size);
virtual ~cIndexManager();
virtual int GetSize() const;
virtual int GetNumUsed() const;
virtual void Reset();
virtual void Clear... | 18.382979 | 44 | 0.748843 | [
"vector"
] |
8845c51aae9b7efa25e8623ac04fc3aafe6c6385 | 815 | h | C | htop-2.0.2-custom/TraceScreen.h | jmagine/utils-configs | d141f32570d123ef6226ba853ac933042167ca48 | [
"MIT"
] | 39 | 2015-12-09T09:28:46.000Z | 2021-11-16T12:57:25.000Z | htop-2.0.2-custom/TraceScreen.h | jmagine/utils-configs | d141f32570d123ef6226ba853ac933042167ca48 | [
"MIT"
] | 1 | 2020-10-17T02:23:42.000Z | 2020-10-17T02:23:42.000Z | htop-2.0.2-custom/TraceScreen.h | jmagine/utils-configs | d141f32570d123ef6226ba853ac933042167ca48 | [
"MIT"
] | 8 | 2018-05-29T12:48:13.000Z | 2022-02-27T01:45:57.000Z | /* Do not edit this file. It was automatically generated. */
#ifndef HEADER_TraceScreen
#define HEADER_TraceScreen
/*
htop - TraceScreen.h
(C) 2005-2006 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
#include "InfoScreen.h"
typedef struct TraceScr... | 19.878049 | 60 | 0.764417 | [
"object"
] |
884b1dc16fc8a864af4ae175bfc95f1cc4d7067f | 3,049 | h | C | arduino/Blueboy/src/Blueboy.h | UWCubeSat/bairing | 2cceafe2d1330c96773370b3738f3b276187095b | [
"MIT"
] | null | null | null | arduino/Blueboy/src/Blueboy.h | UWCubeSat/bairing | 2cceafe2d1330c96773370b3738f3b276187095b | [
"MIT"
] | null | null | null | arduino/Blueboy/src/Blueboy.h | UWCubeSat/bairing | 2cceafe2d1330c96773370b3738f3b276187095b | [
"MIT"
] | null | null | null | /*!
* @file Blueboy.h
* @author Sebastian S.
* @brief Common data structures and command/telemetry constants for Blueboy.
*/
#ifndef BLUEBOY_H_
#define BLUEBOY_H_
#include <stdint.h>
/*
* Common data structures
*/
/*!
* @struct Vector
* @brief A 3D vector interpretable as x, y, z, or roll, pitch, heading
*... | 19.176101 | 129 | 0.604788 | [
"vector",
"3d"
] |
885b8014ed9e266806f071386ecd4e1a761e9010 | 3,099 | c | C | src/normalizer/normalizer_rgb.c | shigedangao/lymui-node | 099f525b284369fcd85f89ebe6c20115648f3a3e | [
"MIT"
] | null | null | null | src/normalizer/normalizer_rgb.c | shigedangao/lymui-node | 099f525b284369fcd85f89ebe6c20115648f3a3e | [
"MIT"
] | null | null | null | src/normalizer/normalizer_rgb.c | shigedangao/lymui-node | 099f525b284369fcd85f89ebe6c20115648f3a3e | [
"MIT"
] | null | null | null | //
// normalizer_rgb.c
// lymui
//
// Created by Marc Intha on 24/11/2018.
// Copyright © 2018 Marc. All rights reserved.
//
#include "normalizer_rgb.h"
#include <node_api.h>
#include <string.h>
#include <stdlib.h>
#include "hex.h"
#include "binding_util.h"
#include "bridge.h"
#include "factory_regular.h"
napi_va... | 22.786765 | 66 | 0.627944 | [
"object"
] |
32a32a0d18265b93037fcf5ae0cd3d797bc0e97d | 4,577 | h | C | inc/behaviac/base/core/logging/consoleout.h | pjkui/behaviac_2.0.7 | db4bec559c184c4af125005bf07bc0b25e2c6e66 | [
"BSD-3-Clause"
] | 1 | 2016-07-25T10:38:38.000Z | 2016-07-25T10:38:38.000Z | inc/behaviac/base/core/logging/consoleout.h | pjkui/behaviac_2.0.7 | db4bec559c184c4af125005bf07bc0b25e2c6e66 | [
"BSD-3-Clause"
] | null | null | null | inc/behaviac/base/core/logging/consoleout.h | pjkui/behaviac_2.0.7 | db4bec559c184c4af125005bf07bc0b25e2c6e66 | [
"BSD-3-Clause"
] | 2 | 2016-03-17T11:19:16.000Z | 2020-03-16T16:17:56.000Z | /////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Tencent is pleased to support the open source community by making behaviac available.
//
// Copyright (C) 2015 THL A29 Limited, a Tencent company. All rights reserved.
//
// Licensed under the BSD 3-Clau... | 41.609091 | 113 | 0.643435 | [
"object"
] |
32a34377721c63de78b67d6a1ee1dc8ffa0c448f | 2,339 | h | C | MLN-iOS/MLN/Classes/MUIKit/DataBinding/MLNUIDataBinding.h | jinjinhuanglucky/MLN | 7b6a6dd3d722affa160927c88549700bd848b161 | [
"MIT"
] | null | null | null | MLN-iOS/MLN/Classes/MUIKit/DataBinding/MLNUIDataBinding.h | jinjinhuanglucky/MLN | 7b6a6dd3d722affa160927c88549700bd848b161 | [
"MIT"
] | null | null | null | MLN-iOS/MLN/Classes/MUIKit/DataBinding/MLNUIDataBinding.h | jinjinhuanglucky/MLN | 7b6a6dd3d722affa160927c88549700bd848b161 | [
"MIT"
] | null | null | null | //
// MLNUIDataBinding.h
// MLNUI
//
// Created by Dai Dongpeng on 2020/3/3.
//
#import <Foundation/Foundation.h>
#import "MLNUIKVOObserverProtocol.h"
#define MLNUIKVOOrigin2DArrayKey @"MLNUIKVOOrigin2DArrayKey"
NS_ASSUME_NONNULL_BEGIN
@interface MLNUIDataBinding : NSObject
- (void)bindData:(nullable NSObject *)d... | 38.983333 | 160 | 0.770415 | [
"object"
] |
32b180a8a477558333272366546d0db8dde8fe62 | 2,077 | c | C | K32L2B31A_Project/iot_sdk/irq/iot_sdk_irq_lptimer0.c | jhondyyfre/LEDS_LAB1 | c141a2c1d20c9750dd6001051367eebe5278187d | [
"MIT"
] | 1 | 2021-12-23T00:12:09.000Z | 2021-12-23T00:12:09.000Z | K32L2B31A_Project/iot_sdk/irq/iot_sdk_irq_lptimer0.c | jhondyyfre/LEDS_LAB1 | c141a2c1d20c9750dd6001051367eebe5278187d | [
"MIT"
] | null | null | null | K32L2B31A_Project/iot_sdk/irq/iot_sdk_irq_lptimer0.c | jhondyyfre/LEDS_LAB1 | c141a2c1d20c9750dd6001051367eebe5278187d | [
"MIT"
] | 1 | 2021-12-04T04:08:51.000Z | 2021-12-04T04:08:51.000Z | /*! @file : iot_sdk_irq_lptimer0.c
* @author Ernesto Andres Rincon Cruz
* @version 1.0.0
* @date 1 sept. 2021
* @brief IRQ ejecutado cada que ocurre interrupción por timer 0
* @details
*
*/
/*******************************************************************************
* Includes
************************... | 36.438596 | 99 | 0.327395 | [
"vector"
] |
32b95234a3532b3d2ba95d2ab5ce520dbff67c76 | 1,898 | h | C | vtkALBA/vtkALBALocalAxisCoordinate.h | IOR-BIC/ALBA | b574968b05d9a3a2756dd2ac61d015a0d20232a4 | [
"Apache-2.0",
"BSD-3-Clause"
] | 9 | 2018-11-19T10:15:29.000Z | 2021-08-30T11:52:07.000Z | vtkALBA/vtkALBALocalAxisCoordinate.h | IOR-BIC/ALBA | b574968b05d9a3a2756dd2ac61d015a0d20232a4 | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | vtkALBA/vtkALBALocalAxisCoordinate.h | IOR-BIC/ALBA | b574968b05d9a3a2756dd2ac61d015a0d20232a4 | [
"Apache-2.0",
"BSD-3-Clause"
] | 3 | 2018-06-10T22:56:29.000Z | 2019-12-12T06:22:56.000Z | /*=========================================================================
Program: ALBA (Agile Library for Biomedical Applications)
Module: vtkALBALocalAxisCoordinate
Authors: Silvano Imboden
Copyright (c) BIC
All rights reserved. See Copyright.txt or
This software is distributed WITHOUT ANY WARRANTY; with... | 28.328358 | 75 | 0.709694 | [
"object"
] |
32ba40547e72bc1632b8a5391dbab4d1b68879d8 | 9,930 | h | C | moses/trees/semantic_sampler.h | moshelooks/moses | 81568276877f24c2cb1ca5649d44e22fba6f44b2 | [
"Apache-2.0"
] | null | null | null | moses/trees/semantic_sampler.h | moshelooks/moses | 81568276877f24c2cb1ca5649d44e22fba6f44b2 | [
"Apache-2.0"
] | null | null | null | moses/trees/semantic_sampler.h | moshelooks/moses | 81568276877f24c2cb1ca5649d44e22fba6f44b2 | [
"Apache-2.0"
] | null | null | null | /****
Copyright 2005-2007, Moshe Looks
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 ... | 28.452722 | 77 | 0.627492 | [
"shape",
"vector",
"transform"
] |
32bd0316faed404d01b29791f999c7e1eeb725d6 | 6,601 | h | C | libraries/stdlib/osl/oslutil.h | willmuto-lucasfilm/MaterialX | 589dbcb5ef292b5e5b64f30aa3fea442a8498ef6 | [
"BSD-3-Clause"
] | 1,907 | 2015-01-04T00:13:22.000Z | 2022-03-30T15:14:00.000Z | libraries/stdlib/osl/oslutil.h | willmuto-lucasfilm/MaterialX | 589dbcb5ef292b5e5b64f30aa3fea442a8498ef6 | [
"BSD-3-Clause"
] | 1,196 | 2015-01-04T10:50:01.000Z | 2022-03-04T09:18:22.000Z | libraries/stdlib/osl/oslutil.h | willmuto-lucasfilm/MaterialX | 589dbcb5ef292b5e5b64f30aa3fea442a8498ef6 | [
"BSD-3-Clause"
] | 373 | 2015-01-06T10:08:53.000Z | 2022-03-12T10:25:57.000Z | /////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2009-2010 Sony Pictures Imageworks Inc., et al. All Rights Reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
... | 48.536765 | 99 | 0.658537 | [
"geometry",
"render",
"vector"
] |
32c261f6db10733d37bd27716143217ac10a45ac | 5,748 | h | C | pic_png.h | SamuNatsu/PictureSimplify | b1bdaa9121deeab8c4279428e8115bf23ab49a2c | [
"MIT"
] | null | null | null | pic_png.h | SamuNatsu/PictureSimplify | b1bdaa9121deeab8c4279428e8115bf23ab49a2c | [
"MIT"
] | null | null | null | pic_png.h | SamuNatsu/PictureSimplify | b1bdaa9121deeab8c4279428e8115bf23ab49a2c | [
"MIT"
] | null | null | null | /*
MIT License
Copyright (c) 2020 SamuNatsu
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, dist... | 27.768116 | 127 | 0.576548 | [
"vector"
] |
32c44f83d4bd58ab0165ea405e814204ef7c81ae | 4,995 | h | C | Code/Framework/AzFramework/AzFramework/Input/Events/InputTextEventListener.h | sandeel31/o3de | db88812d61eef77c6f4451b7f8c7605d6db07412 | [
"Apache-2.0",
"MIT"
] | 1 | 2021-08-08T19:54:51.000Z | 2021-08-08T19:54:51.000Z | Code/Framework/AzFramework/AzFramework/Input/Events/InputTextEventListener.h | sandeel31/o3de | db88812d61eef77c6f4451b7f8c7605d6db07412 | [
"Apache-2.0",
"MIT"
] | 2 | 2022-01-13T04:29:38.000Z | 2022-03-12T01:05:31.000Z | Code/Framework/AzFramework/AzFramework/Input/Events/InputTextEventListener.h | sandeel31/o3de | db88812d61eef77c6f4451b7f8c7605d6db07412 | [
"Apache-2.0",
"MIT"
] | null | null | null | /*
* Copyright (c) Contributors to the Open 3D Engine Project.
* For complete copyright and license terms please see the LICENSE at the root of this distribution.
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#pragma once
#include <AzFramework/Input/Buses/Notifications/InputTextNotificationBus.h>
// Start... | 50.454545 | 101 | 0.457057 | [
"3d"
] |
32c8a42fa6e659f4d76c67600b058d159cbc9195 | 1,640 | h | C | src/include/misc_vector.h | bartvanerp/visqol | 9115ad9dbc29ae5f9cc5a55d2bb07befce2153cb | [
"Apache-2.0"
] | 292 | 2020-01-30T04:03:17.000Z | 2022-03-31T14:55:59.000Z | src/include/misc_vector.h | bartvanerp/visqol | 9115ad9dbc29ae5f9cc5a55d2bb07befce2153cb | [
"Apache-2.0"
] | 52 | 2020-04-04T13:31:28.000Z | 2022-03-31T00:31:55.000Z | src/include/misc_vector.h | bartvanerp/visqol | 9115ad9dbc29ae5f9cc5a55d2bb07befce2153cb | [
"Apache-2.0"
] | 76 | 2020-04-04T13:07:48.000Z | 2022-03-29T09:08:20.000Z | /*
* Copyright 2019 Google LLC, Andrew Hines
*
* 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... | 27.79661 | 75 | 0.677439 | [
"vector"
] |
32db6414092637e967e46018f85cecb8ae2deed3 | 4,956 | h | C | external/Angelscript/include/Angelscript/util/CASBaseClass.h | HLSources/HLEnhanced | 7510a8f7049293b5094b9c6e14e0aa0869c8dba2 | [
"Unlicense"
] | 83 | 2016-06-10T20:49:23.000Z | 2022-02-13T18:05:11.000Z | external/Angelscript/include/Angelscript/util/CASBaseClass.h | HLSources/HLEnhanced | 7510a8f7049293b5094b9c6e14e0aa0869c8dba2 | [
"Unlicense"
] | 26 | 2016-06-16T22:27:24.000Z | 2019-04-30T19:25:51.000Z | external/Angelscript/include/Angelscript/util/CASBaseClass.h | HLSources/HLEnhanced | 7510a8f7049293b5094b9c6e14e0aa0869c8dba2 | [
"Unlicense"
] | 58 | 2016-06-10T23:52:33.000Z | 2021-12-30T02:30:50.000Z | #ifndef ANGELSCRIPT_CASBASECLASS_H
#define ANGELSCRIPT_CASBASECLASS_H
#include <angelscript.h>
/**
* @defgroup ASBaseClass Angelscript Base classes
*
* @{
*/
/**
* Base class for Angelscript classes that require one.
*/
class CASBaseClass
{
public:
CASBaseClass() = default;
CASBaseClass( const CASBaseClass& other ... | 23.6 | 96 | 0.744754 | [
"object"
] |
32e45b63bcd0e1024103ad100e63c073e4ee13c3 | 3,510 | h | C | Engine/Source/Developer/RealtimeProfiler/Private/SRealtimeProfilerTimeline.h | PopCap/GameIdea | 201e1df50b2bc99afc079ce326aa0a44b178a391 | [
"BSD-2-Clause"
] | null | null | null | Engine/Source/Developer/RealtimeProfiler/Private/SRealtimeProfilerTimeline.h | PopCap/GameIdea | 201e1df50b2bc99afc079ce326aa0a44b178a391 | [
"BSD-2-Clause"
] | 2 | 2015-06-21T17:38:11.000Z | 2015-06-22T20:54:42.000Z | Engine/Source/Developer/RealtimeProfiler/Private/SRealtimeProfilerTimeline.h | PopCap/GameIdea | 201e1df50b2bc99afc079ce326aa0a44b178a391 | [
"BSD-2-Clause"
] | null | null | null | // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
#pragma once
class SRealtimeProfilerVisualizer;
class SRealtimeProfilerLineGraph;
class STimeline;
struct FRealtimeProfilerFPSChartFrame;
struct VisualizerEvents;
class SRealtimeProfilerTimeline : public SCompoundWidget
{
public:
SLATE_BEGIN_ARGS( SRe... | 22.075472 | 111 | 0.718803 | [
"geometry"
] |
32ebe70cb953cecc1cb0daeb58faaa36c7fbc2ca | 1,640 | h | C | vulkantest/base.h | CreativeMetalCat/vulkan_engine | 1815b2992832c639af92969519d853cd6111c48c | [
"MIT"
] | null | null | null | vulkantest/base.h | CreativeMetalCat/vulkan_engine | 1815b2992832c639af92969519d853cd6111c48c | [
"MIT"
] | null | null | null | vulkantest/base.h | CreativeMetalCat/vulkan_engine | 1815b2992832c639af92969519d853cd6111c48c | [
"MIT"
] | null | null | null | #pragma once
#define OUT
#define IN
struct Vertex
{
glm::vec3 pos;
glm::vec3 color;
glm::vec2 texCoord;
static VkVertexInputBindingDescription getBindingDescription() {
VkVertexInputBindingDescription bindingDescription = {};
bindingDescription.binding = 0;
bindingDescription.stride = sizeof(... | 24.117647 | 86 | 0.731098 | [
"model"
] |
32ec5532f019f516b2311d5cfe5fbe15c6f7c577 | 560 | h | C | Trigger.h | wang2324/zork | 105ebb0aec01622709c22acaa75a9b8cfe7b653a | [
"MIT"
] | 2 | 2017-10-23T18:23:48.000Z | 2017-10-23T18:23:55.000Z | Trigger.h | wang2324/zork | 105ebb0aec01622709c22acaa75a9b8cfe7b653a | [
"MIT"
] | null | null | null | Trigger.h | wang2324/zork | 105ebb0aec01622709c22acaa75a9b8cfe7b653a | [
"MIT"
] | 1 | 2017-11-25T05:11:20.000Z | 2017-11-25T05:11:20.000Z | #ifndef TRIGGER_H_
#define TRIGGER_H_
#include <string>
#include <vector>
#include "rapidxml.hpp"
#include "rapidxml_print.hpp"
#include "rapidxml_utils.hpp"
#include "TriggerOwner.h"
#include "TriggerStatus.h"
using namespace std;
using namespace rapidxml;
class Trigger{
public:
string type;
string command;
in... | 16 | 47 | 0.751786 | [
"vector"
] |
32f5ccf9afdef6b22b66ec60bd5d5ec5f8cdfbf5 | 3,713 | h | C | iraf.v2161/vendor/x11iraf/obm/ObmW/Xraw/SimpleMenP.h | ysBach/irafdocgen | b11fcd75cc44b01ae69c9c399e650ec100167a54 | [
"MIT"
] | 2 | 2019-12-01T15:19:09.000Z | 2019-12-02T16:48:42.000Z | iraf.v2161/vendor/x11iraf/obm/ObmW/Xraw/SimpleMenP.h | ysBach/irafdocgen | b11fcd75cc44b01ae69c9c399e650ec100167a54 | [
"MIT"
] | 1 | 2019-11-30T13:48:50.000Z | 2019-12-02T19:40:25.000Z | iraf.v2161/vendor/x11iraf/obm/ObmW/zz/SimpleMenP.h | ysBach/irafdocgen | b11fcd75cc44b01ae69c9c399e650ec100167a54 | [
"MIT"
] | null | null | null | /*
* $XConsortium: SimpleMenP.h,v 1.12 89/12/11 15:01:39 kit Exp $
*
* Copyright 1989 Massachusetts Institute of Technology
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that
* the above copyright notice app... | 32.570175 | 79 | 0.713978 | [
"object",
"3d"
] |
32fc2fb65772e0dcedfa4e6667c011aafd5919eb | 2,675 | c | C | src/sha256hasher.c | chris-wood/fib-performance | f21773610d6e6447b8f0418922b9d8813495aee8 | [
"MIT"
] | null | null | null | src/sha256hasher.c | chris-wood/fib-performance | f21773610d6e6447b8f0418922b9d8813495aee8 | [
"MIT"
] | null | null | null | src/sha256hasher.c | chris-wood/fib-performance | f21773610d6e6447b8f0418922b9d8813495aee8 | [
"MIT"
] | 1 | 2021-08-28T08:53:43.000Z | 2021-08-28T08:53:43.000Z | //
// Created by Christopher Wood on 12/5/16.
//
#include "sha256hasher.h"
#include <parc/security/parc_CryptoHasher.h>
struct sha256hasher {
PARCCryptoHasher *hasher;
};
SHA256Hasher *
sha256hasher_Create()
{
SHA256Hasher *hasher = (SHA256Hasher *) malloc(sizeof(SHA256Hasher));
if (hasher != NULL) {
... | 30.747126 | 129 | 0.733458 | [
"vector"
] |
fd01085b87b966dda6688b17d1100498faf83d6b | 4,979 | h | C | Code/CardData.h | steveseguin/cardspotter | 633da4c94555a3d2c4c446ab8643bf55b8d19864 | [
"BSD-3-Clause"
] | 19 | 2019-12-15T10:57:11.000Z | 2021-12-01T04:59:01.000Z | Code/CardData.h | steveseguin/cardspotter | 633da4c94555a3d2c4c446ab8643bf55b8d19864 | [
"BSD-3-Clause"
] | 3 | 2020-02-04T16:00:33.000Z | 2020-04-21T21:02:15.000Z | Code/CardData.h | steveseguin/cardspotter | 633da4c94555a3d2c4c446ab8643bf55b8d19864 | [
"BSD-3-Clause"
] | 8 | 2020-01-07T04:13:45.000Z | 2021-12-11T05:21:44.000Z | #pragma once
#include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/features2d/features2d.hpp>
#include <opencv2/photo/photo.hpp>
#include <vector>
#include <memory>
#pragma warning(disable:4996)
inline int median(int *data, int n)
{
int sorte... | 21.647826 | 153 | 0.670817 | [
"vector"
] |
fd05de8176efd810e4a4f815364ae54cf168d8b8 | 3,155 | h | C | RecoMTD/DetLayers/interface/MTDDetSector.h | Purva-Chaudhari/cmssw | 32e5cbfe54c4d809d60022586cf200b7c3020bcf | [
"Apache-2.0"
] | 852 | 2015-01-11T21:03:51.000Z | 2022-03-25T21:14:00.000Z | RecoMTD/DetLayers/interface/MTDDetSector.h | Purva-Chaudhari/cmssw | 32e5cbfe54c4d809d60022586cf200b7c3020bcf | [
"Apache-2.0"
] | 30,371 | 2015-01-02T00:14:40.000Z | 2022-03-31T23:26:05.000Z | RecoMTD/DetLayers/interface/MTDDetSector.h | Purva-Chaudhari/cmssw | 32e5cbfe54c4d809d60022586cf200b7c3020bcf | [
"Apache-2.0"
] | 3,240 | 2015-01-02T05:53:18.000Z | 2022-03-31T17:24:21.000Z | #ifndef RecoMTD_DetLayers_MTDDetSector_H
#define RecoMTD_DetLayers_MTDDetSector_H
#include "TrackingTools/DetLayers/interface/GeometricSearchDet.h"
#include "DataFormats/GeometrySurface/interface/BoundDiskSector.h"
#include "Geometry/MTDNumberingBuilder/interface/MTDTopology.h"
#include <ostream>
class GeomDet;
cla... | 37.117647 | 103 | 0.658954 | [
"geometry",
"vector"
] |
fd16fdae27a96c2e8dee9a25654fae09320a0584 | 3,385 | c | C | simulator/simulator/TestHovorkaModelSimulationSingelStep.c | tidepool-org/labs | 34c7fa9aef9eef05f9d57cc55f79024d7b41dacf | [
"BSD-2-Clause"
] | 4 | 2015-11-05T06:24:56.000Z | 2019-03-28T04:02:23.000Z | ap/simulator/simulator/TestHovorkaModelSimulationSingelStep.c | tidepool-org/labs | 34c7fa9aef9eef05f9d57cc55f79024d7b41dacf | [
"BSD-2-Clause"
] | null | null | null | ap/simulator/simulator/TestHovorkaModelSimulationSingelStep.c | tidepool-org/labs | 34c7fa9aef9eef05f9d57cc55f79024d7b41dacf | [
"BSD-2-Clause"
] | 5 | 2015-02-06T00:15:17.000Z | 2019-04-02T18:31:31.000Z | /*
The MIT License (MIT)
Copyright (c) 2013 Diacon Group
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, ... | 23.506944 | 176 | 0.629838 | [
"model"
] |
fd1b15f6463c915e0418a13962b531e7f2e722a1 | 392 | c | C | model/compare/fail_compare_bool_nullx.c | VeloPayments/v-portable-runtime | 0810b249f78b04c9003db47782eb6a5bbb95f028 | [
"MIT"
] | null | null | null | model/compare/fail_compare_bool_nullx.c | VeloPayments/v-portable-runtime | 0810b249f78b04c9003db47782eb6a5bbb95f028 | [
"MIT"
] | null | null | null | model/compare/fail_compare_bool_nullx.c | VeloPayments/v-portable-runtime | 0810b249f78b04c9003db47782eb6a5bbb95f028 | [
"MIT"
] | 1 | 2020-07-03T18:18:24.000Z | 2020-07-03T18:18:24.000Z | /**
* \file fail_compare_bool_nullx.c
*
* A null left hand side argument causes a model assertion.
*
* \copyright 2017 Velo Payments, Inc. All rights reserved.
*/
#include <stdlib.h>
#include <cbmc/model_assert.h>
#include <vpr/compare.h>
bool nondet_arg2();
int main(int argc, char* argv[])
{
bool y = non... | 17.043478 | 60 | 0.668367 | [
"model"
] |
fd28fd3ecc3882e80d0e4d3f5db793bad569696d | 31,915 | c | C | MakefileBasedBuild/Atmel/sam3x/sam3x-ek/libraries/memories/nandflash/ManagedNandFlash.c | bhargavkumar040/android-source-browsing.device--google--accessory--adk2012-demo | d1d4908ee7e35973b3215eb04ddcea2022ceebc1 | [
"Apache-2.0"
] | null | null | null | MakefileBasedBuild/Atmel/sam3x/sam3x-ek/libraries/memories/nandflash/ManagedNandFlash.c | bhargavkumar040/android-source-browsing.device--google--accessory--adk2012-demo | d1d4908ee7e35973b3215eb04ddcea2022ceebc1 | [
"Apache-2.0"
] | null | null | null | MakefileBasedBuild/Atmel/sam3x/sam3x-ek/libraries/memories/nandflash/ManagedNandFlash.c | bhargavkumar040/android-source-browsing.device--google--accessory--adk2012-demo | d1d4908ee7e35973b3215eb04ddcea2022ceebc1 | [
"Apache-2.0"
] | null | null | null | /* ----------------------------------------------------------------------------
* ATMEL Microcontroller Software Support
* ----------------------------------------------------------------------------
* Copyright (c) 2010, Atmel Corporation
*
* All rights reserved.
*
* Redistribution and use in sou... | 35.940315 | 145 | 0.565878 | [
"model"
] |
fd2a225ce31c8d37250b57023156a4178785f4a6 | 5,339 | c | C | subsys/net/lib/lwm2m/ucifi_battery.c | psychogenic/zephyr | b0e05e8cac3a24bfee2901898a15aa4306f01d66 | [
"Apache-2.0"
] | 21 | 2019-02-13T02:11:04.000Z | 2020-04-23T19:09:17.000Z | subsys/net/lib/lwm2m/ucifi_battery.c | psychogenic/zephyr | b0e05e8cac3a24bfee2901898a15aa4306f01d66 | [
"Apache-2.0"
] | 189 | 2018-12-14T11:44:08.000Z | 2020-05-20T15:14:35.000Z | subsys/net/lib/lwm2m/ucifi_battery.c | psychogenic/zephyr | b0e05e8cac3a24bfee2901898a15aa4306f01d66 | [
"Apache-2.0"
] | 186 | 2018-12-14T11:56:22.000Z | 2020-05-15T12:51:11.000Z | /*
* Copyright (c) 2017 Linaro Limited
* Copyright (c) 2018-2019 Foundries.io
* Copyright (c) 2022 Laird Connectivity
*
* SPDX-License-Identifier: Apache-2.0
*/
/*
* Source material for uCIFI battery object (3411):
* https://raw.githubusercontent.com/OpenMobileAlliance/lwm2m-registry/prod/3411.xml
*/
#define... | 34.668831 | 95 | 0.783105 | [
"object"
] |
b0378a6d40d5297d76f554155c83212ecede7465 | 6,185 | h | C | eval/compiler/flat_expr_builder.h | google/cel-cpp | ab1252312e85c554aedec68394cf01653819604c | [
"Apache-2.0"
] | 114 | 2018-02-19T01:05:59.000Z | 2022-03-30T17:36:57.000Z | eval/compiler/flat_expr_builder.h | google/cel-cpp | ab1252312e85c554aedec68394cf01653819604c | [
"Apache-2.0"
] | 123 | 2018-03-09T18:43:41.000Z | 2022-02-08T21:47:35.000Z | eval/compiler/flat_expr_builder.h | google/cel-cpp | ab1252312e85c554aedec68394cf01653819604c | [
"Apache-2.0"
] | 39 | 2018-06-18T15:22:08.000Z | 2021-12-09T20:11:02.000Z | /*
* Copyright 2021 Google LLC
*
* 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 39.14557 | 98 | 0.766047 | [
"vector"
] |
b045d9ae91c981bfb3081a749104e0205b512cf3 | 10,954 | c | C | MPlayer-1.3.0/gui/ui/playbar.c | xu5343/ffmpegtoolkit_CentOS7 | 974496c709a1c8c69034e46ae5ce7101cf03716f | [
"Apache-2.0"
] | null | null | null | MPlayer-1.3.0/gui/ui/playbar.c | xu5343/ffmpegtoolkit_CentOS7 | 974496c709a1c8c69034e46ae5ce7101cf03716f | [
"Apache-2.0"
] | null | null | null | MPlayer-1.3.0/gui/ui/playbar.c | xu5343/ffmpegtoolkit_CentOS7 | 974496c709a1c8c69034e46ae5ce7101cf03716f | [
"Apache-2.0"
] | 1 | 2021-04-15T18:27:37.000Z | 2021-04-15T18:27:37.000Z | /*
* This file is part of MPlayer.
*
* MPlayer is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* MPlayer is distributed in th... | 33.396341 | 186 | 0.596494 | [
"render"
] |
b0461bac79fe3eba43c97702a0690c557fb8b305 | 6,457 | h | C | OpenGLLearning/include/GLGeometry.h | jfelip/experiments-and-learning | f9c5ac10b7d4990723dece5860c7ddfb8b4cca5d | [
"MIT"
] | null | null | null | OpenGLLearning/include/GLGeometry.h | jfelip/experiments-and-learning | f9c5ac10b7d4990723dece5860c7ddfb8b4cca5d | [
"MIT"
] | null | null | null | OpenGLLearning/include/GLGeometry.h | jfelip/experiments-and-learning | f9c5ac10b7d4990723dece5860c7ddfb8b4cca5d | [
"MIT"
] | null | null | null | #ifndef GL_GEOMETRY_PRIMITIVES_H
#define GL_GEOMETRY_PRIMITIVES_H
#include <vector>
#include <memory>
#include <string>
#define GLEW_STATIC
#include <GL/glew.h>
#include <GLFW/glfw3.h>
#include <Transform.h>
#include <CGLShader.hpp>
template<typename T_real=double, typename T_vertex=GLfloat, typename T_indices=GLui... | 30.747619 | 193 | 0.746167 | [
"object",
"vector",
"model",
"transform"
] |
b051b56de4a67c272d667ce806ad7bf52942edb7 | 12,384 | h | C | platform/mt6592/kernel/drivers/ldvt/hdmitx/tmNxTypes.h | touxiong88/92_mediatek | 5e96a7bb778fd9d9b335825584664e0c8b5ff2c7 | [
"Apache-2.0"
] | 1 | 2022-01-07T01:53:19.000Z | 2022-01-07T01:53:19.000Z | custom/common/kernel/hdmi/nxp_tda19989/tmNxTypes.h | touxiong88/92_mediatek | 5e96a7bb778fd9d9b335825584664e0c8b5ff2c7 | [
"Apache-2.0"
] | null | null | null | custom/common/kernel/hdmi/nxp_tda19989/tmNxTypes.h | touxiong88/92_mediatek | 5e96a7bb778fd9d9b335825584664e0c8b5ff2c7 | [
"Apache-2.0"
] | 1 | 2020-02-28T02:48:42.000Z | 2020-02-28T02:48:42.000Z | /*==========================================================================*/
/* (Copyright (C) 2003 Koninklijke Philips Electronics N.V. */
/* All rights reserved. */
/* This source code and any compilation or derivative thereof is the */
/* ... | 33.743869 | 80 | 0.570494 | [
"object"
] |
b052e921b98c0854b3b83bc6c62ab5d313465222 | 8,272 | h | C | SDPClassification/src/semantic_parser/SemanticOptions.h | Noahs-ARK/SPIGOT | f1e74019cb568420aacd7e30e21064756c725ca1 | [
"MIT"
] | 21 | 2018-05-19T09:58:49.000Z | 2022-02-27T13:07:51.000Z | SDPClassification/src/semantic_parser/SemanticOptions.h | Noahs-ARK/SPIGOT | f1e74019cb568420aacd7e30e21064756c725ca1 | [
"MIT"
] | 1 | 2019-05-02T03:36:48.000Z | 2019-05-02T03:36:48.000Z | SDPClassification/src/semantic_parser/SemanticOptions.h | Noahs-ARK/SPIGOT | f1e74019cb568420aacd7e30e21064756c725ca1 | [
"MIT"
] | 3 | 2019-04-16T20:46:40.000Z | 2019-08-26T09:57:14.000Z | // Copyright (c) 2012-2015 Andre Martins
// All Rights Reserved.
//
// This file is part of TurboParser 2.3.
//
// TurboParser 2.3 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 t... | 27.03268 | 80 | 0.696204 | [
"model"
] |
b0621a5c0c8846e8baa77c23a9d8cf44e7109656 | 2,883 | h | C | include/sot-pattern-generator/next-step-pg-sot.h | olivier-stasse/sot-pattern-generator | f4c07418ae26b7085b5fe2b0c8cbb3a61cbb611b | [
"0BSD"
] | null | null | null | include/sot-pattern-generator/next-step-pg-sot.h | olivier-stasse/sot-pattern-generator | f4c07418ae26b7085b5fe2b0c8cbb3a61cbb611b | [
"0BSD"
] | null | null | null | include/sot-pattern-generator/next-step-pg-sot.h | olivier-stasse/sot-pattern-generator | f4c07418ae26b7085b5fe2b0c8cbb3a61cbb611b | [
"0BSD"
] | 1 | 2019-07-26T07:09:30.000Z | 2019-07-26T07:09:30.000Z | /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
* Copyright Projet JRL-Japan, 2007
*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*
* File: NextStep.h
* Project: SOT
* Author: Nicolas Mansard
*
* Version control
* ===============
*
* $Id$
*
* Descripti... | 26.694444 | 93 | 0.4641 | [
"vector"
] |
b062b02fc542efc6859d9a25c842bc3e85462301 | 8,769 | c | C | devkitPro/examples/3ds/graphics/gpu/particles/source/main.c | TheMindVirus/codemii | 33822905b99aa816eb346f8572a9f4906094352c | [
"MIT"
] | null | null | null | devkitPro/examples/3ds/graphics/gpu/particles/source/main.c | TheMindVirus/codemii | 33822905b99aa816eb346f8572a9f4906094352c | [
"MIT"
] | null | null | null | devkitPro/examples/3ds/graphics/gpu/particles/source/main.c | TheMindVirus/codemii | 33822905b99aa816eb346f8572a9f4906094352c | [
"MIT"
] | null | null | null | #include <3ds.h>
#include <citro3d.h>
#include <stdio.h>
#include <string.h>
#include "particle_shbin.h"
#define CLEAR_COLOR 0
#define DISPLAY_TRANSFER_FLAGS \
(GX_TRANSFER_FLIP_VERT(0) | GX_TRANSFER_OUT_TILED(0) | GX_TRANSFER_RAW_COPY(0) | \
GX_TRANSFER_IN_FORMAT(GX_TRANSFER_FMT_RGBA8) | GX_TRANSFER_OUT_FORMAT(GX_... | 35.358871 | 141 | 0.739423 | [
"render",
"object",
"3d"
] |
b064fc7de931add1b40a7a804b0b3248914efbed | 2,571 | c | C | src/cerinta1.c | sda-ab/lab-01-tasks | 21a26ce4bcb6f55b6ff210486c951822a14bc473 | [
"MIT"
] | null | null | null | src/cerinta1.c | sda-ab/lab-01-tasks | 21a26ce4bcb6f55b6ff210486c951822a14bc473 | [
"MIT"
] | null | null | null | src/cerinta1.c | sda-ab/lab-01-tasks | 21a26ce4bcb6f55b6ff210486c951822a14bc473 | [
"MIT"
] | null | null | null | #include "student.h"
//----- Prelucrarea informatiilor pentru un student -----
/**
* //TODO: Implementarea metodei ,,nr_restante"
* @param stud - studentul a carui numar de restante trebuie aflat
* @return numarul de restante
*/
int nr_restante (student stud) {
}
/**
* //TODO: Implementarea metodei ,,medie"
*... | 23.805556 | 87 | 0.704395 | [
"vector"
] |
b0651aaab13a3d12c47ea516e342a97bbddf0928 | 3,522 | h | C | Code/Engine/Foundation/Types/UniquePtr.h | Tekh-ops/ezEngine | d6a5887d8709f267bf8f2943ef15054e29f6d3d5 | [
"MIT"
] | 703 | 2015-03-07T15:30:40.000Z | 2022-03-30T00:12:40.000Z | Code/Engine/Foundation/Types/UniquePtr.h | Tekh-ops/ezEngine | d6a5887d8709f267bf8f2943ef15054e29f6d3d5 | [
"MIT"
] | 233 | 2015-01-11T16:54:32.000Z | 2022-03-19T18:00:47.000Z | Code/Engine/Foundation/Types/UniquePtr.h | Tekh-ops/ezEngine | d6a5887d8709f267bf8f2943ef15054e29f6d3d5 | [
"MIT"
] | 101 | 2016-10-28T14:05:10.000Z | 2022-03-30T19:00:59.000Z | #pragma once
#include <Foundation/Basics.h>
/// \brief A Unique ptr manages an object and destroys that object when it goes out of scope. It is ensure that only one unique ptr can
/// manage the same object.
template <typename T>
class ezUniquePtr
{
EZ_DISALLOW_COPY_AND_ASSIGN(ezUniquePtr);
public:
EZ_DECLARE_ME... | 36.309278 | 140 | 0.733106 | [
"object"
] |
b0735278ffb2be61413d9a7db006fbdbd1f0278f | 2,184 | c | C | d/antioch/greaterantioch/obj/gnollspear.c | Dbevan/SunderingShadows | 6c15ec56cef43c36361899bae6dc08d0ee907304 | [
"MIT"
] | 13 | 2019-07-19T05:24:44.000Z | 2021-11-18T04:08:19.000Z | d/antioch/greaterantioch/obj/gnollspear.c | Dbevan/SunderingShadows | 6c15ec56cef43c36361899bae6dc08d0ee907304 | [
"MIT"
] | 4 | 2021-03-15T18:56:39.000Z | 2021-08-17T17:08:22.000Z | d/antioch/greaterantioch/obj/gnollspear.c | Dbevan/SunderingShadows | 6c15ec56cef43c36361899bae6dc08d0ee907304 | [
"MIT"
] | 13 | 2019-09-12T06:22:38.000Z | 2022-01-31T01:15:12.000Z | #include <std.h>
inherit "/d/common/obj/weapon/spear_lg.c";
create(){
::create();
set_id(({"spear"}));
set_name("gnollspear");
set_obvious_short("A finely-crafted tribal decorated spear");
set_short("%^BOLD%^%^BLUE%^Tr%^BOLD%^%^CYAN%^ib%^BOLD%^%^BLUE%^al %^BOLD%^%^RED%^Sp%^BOLD%^%^BLACK%^ea%^BOLD%^%^BLU... | 48.533333 | 209 | 0.621337 | [
"object"
] |
b078c57c2defed3e4dd309bea9babf6310ce3fa3 | 4,269 | h | C | FSGDEngine-Student/EDMemoryManager/MMMallocAllocator.h | Cabrra/Engine-Development | cce5930e2264048b0be58b691729407ca507d1af | [
"MIT"
] | 2 | 2019-03-30T11:14:01.000Z | 2020-10-27T00:55:01.000Z | FSGDEngine-Student/EDMemoryManager/MMMallocAllocator.h | Cabrra/Engine-Development | cce5930e2264048b0be58b691729407ca507d1af | [
"MIT"
] | null | null | null | FSGDEngine-Student/EDMemoryManager/MMMallocAllocator.h | Cabrra/Engine-Development | cce5930e2264048b0be58b691729407ca507d1af | [
"MIT"
] | 1 | 2019-01-29T20:12:24.000Z | 2019-01-29T20:12:24.000Z | #pragma once
//#include "MemoryManager.h"
#include <memory>
// TEMPLATE CLASS MMMallocAllocator
template<class _Ty>
class MMMallocAllocator
: public std::_Allocator_base<_Ty>
{ // generic MMMallocAllocator for objects of class _Ty
public:
typedef std::_Allocator_base<_Ty> _Mybase;
typedef typename _Mybase::value... | 26.849057 | 120 | 0.734598 | [
"object"
] |
b080264ed3adf3900a37f0070e9bfddc0e3caec1 | 129,997 | c | C | lib/zstd/compress.c | jainsakshi2395/linux | 7ccb860232bb83fb60cd6bcf5aaf0c008d903acb | [
"Linux-OpenIB"
] | 5 | 2020-07-08T01:35:16.000Z | 2021-04-12T16:35:29.000Z | kernel/lib/zstd/compress.c | SFIP/SFIP | e428a425d2d0e287f23d49f3dd583617ebd2e4a3 | [
"Zlib"
] | 1 | 2021-01-27T01:29:47.000Z | 2021-01-27T01:29:47.000Z | kernel/lib/zstd/compress.c | SFIP/SFIP | e428a425d2d0e287f23d49f3dd583617ebd2e4a3 | [
"Zlib"
] | null | null | null | /**
* Copyright (c) 2016-present, Yann Collet, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of https://github.com/facebook/zstd.
* An additional grant of patent rights can be found in the PATENTS file in the
*... | 37.291165 | 159 | 0.676762 | [
"object"
] |
b08e4ebe0532e3b71bcacfcf9fb69975ff1eae09 | 3,392 | h | C | include/nuttx/eeprom/i2c_xx24xx.h | ccxtechnologies/nuttx | c9f175eea81cfa4b76c005e80ccc90bf8cf9bb18 | [
"Apache-2.0"
] | null | null | null | include/nuttx/eeprom/i2c_xx24xx.h | ccxtechnologies/nuttx | c9f175eea81cfa4b76c005e80ccc90bf8cf9bb18 | [
"Apache-2.0"
] | 51 | 2021-06-30T20:08:24.000Z | 2021-09-15T15:07:01.000Z | include/nuttx/eeprom/i2c_xx24xx.h | ccxtechnologies/nuttx | c9f175eea81cfa4b76c005e80ccc90bf8cf9bb18 | [
"Apache-2.0"
] | null | null | null | /****************************************************************************
* include/nuttx/eeprom/i2c_xx24xx.h
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright... | 33.584158 | 78 | 0.609965 | [
"geometry"
] |
b0917c8c762370a8e084f4194afe8b39234fd2d3 | 2,359 | h | C | src/providers/CIM_DiskDrive/CIM_DiskDrive_Provider.h | LegalizeAdulthood/cimple | 5ec70784f2ee3e455a2258f82b07c0dacccb4093 | [
"MIT"
] | 4 | 2015-12-16T06:43:14.000Z | 2020-01-24T06:05:47.000Z | src/providers/CIM_DiskDrive/CIM_DiskDrive_Provider.h | LegalizeAdulthood/cimple | 5ec70784f2ee3e455a2258f82b07c0dacccb4093 | [
"MIT"
] | null | null | null | src/providers/CIM_DiskDrive/CIM_DiskDrive_Provider.h | LegalizeAdulthood/cimple | 5ec70784f2ee3e455a2258f82b07c0dacccb4093 | [
"MIT"
] | null | null | null | #ifndef _CIM_DiskDrive_Provider_h
#define _CIM_DiskDrive_Provider_h
#include <cimple/cimple.h>
#include "CIM_DiskDrive.h"
CIMPLE_NAMESPACE_BEGIN
class CIM_DiskDrive_Provider
{
public:
typedef CIM_DiskDrive Class;
CIM_DiskDrive_Provider();
~CIM_DiskDrive_Provider();
Load_Status load();
Unload... | 26.211111 | 56 | 0.704112 | [
"model"
] |
b09b74fd85f560adcdfc01fca962f2b33472eea8 | 2,597 | h | C | Sources/Core/Manager/RenderpassManager.h | vgabi94/Lava-Engine | ab5b89d7379b2d0f7398fb2f4dae5b14baa7fd19 | [
"MIT"
] | null | null | null | Sources/Core/Manager/RenderpassManager.h | vgabi94/Lava-Engine | ab5b89d7379b2d0f7398fb2f4dae5b14baa7fd19 | [
"MIT"
] | null | null | null | Sources/Core/Manager/RenderpassManager.h | vgabi94/Lava-Engine | ab5b89d7379b2d0f7398fb2f4dae5b14baa7fd19 | [
"MIT"
] | null | null | null | #pragma once
#include <Common\Constants.h>
#include <RenderPass\RenderPass.h>
#include <string>
#include <unordered_map>
#define GRenderpassManager Engine::g_RenderpassManager
#define RP Engine::RPConst
namespace Engine
{
// Render pass constant names
namespace RPConst
{
static constexpr const char* FRAME = "fr... | 28.538462 | 104 | 0.67578 | [
"render",
"vector"
] |
b09cdbbb524131921c079de4f2216af0237a2145 | 5,832 | h | C | iPhoneOS14.0.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreResult.h | quiprr/sdks-1 | f6735879039f4aea29a75a896b5386dfcc2ddacb | [
"MIT"
] | 1 | 2021-01-16T08:49:06.000Z | 2021-01-16T08:49:06.000Z | iPhoneOS14.0.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreResult.h | quiprr/sdks-1 | f6735879039f4aea29a75a896b5386dfcc2ddacb | [
"MIT"
] | null | null | null | iPhoneOS14.0.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreResult.h | quiprr/sdks-1 | f6735879039f4aea29a75a896b5386dfcc2ddacb | [
"MIT"
] | 1 | 2021-01-28T13:52:20.000Z | 2021-01-28T13:52:20.000Z | /*
NSPersistentStoreResult.h
Core Data
Copyright (c) 2014-2020, Apple Inc.
All rights reserved.
*/
#import <Foundation/NSArray.h>
#import <CoreData/NSFetchRequest.h>
NS_ASSUME_NONNULL_BEGIN
@class NSError;
@class NSProgress;
@class NSManagedObjectContext;
@class NSFetchRequest;
@class NSPersistentSto... | 41.070423 | 159 | 0.789952 | [
"object"
] |
b0a15ce68defdeba9814236877c2ab5ee75d3815 | 3,468 | h | C | image2gb.h | DaSalba/Image2GB | 1b3b4c441eb209b044f6ce82675e88fe64f8bb87 | [
"MIT"
] | 1 | 2020-06-17T10:53:06.000Z | 2020-06-17T10:53:06.000Z | image2gb.h | DaSalba/Image2GB | 1b3b4c441eb209b044f6ce82675e88fe64f8bb87 | [
"MIT"
] | null | null | null | image2gb.h | DaSalba/Image2GB | 1b3b4c441eb209b044f6ce82675e88fe64f8bb87 | [
"MIT"
] | null | null | null | /**
* @file image2gb.h
* @brief GIMP plugin to export an image to Game Boy data (C code, for use with GBDK). (header)
*/
#ifndef IMAGE2GB_H_INCLUDED
#define IMAGE2GB_H_INCLUDED
// Ignore warnings in external libraries (GIMP, GTK...).
#pragma GCC system_header
#include <libgimp/gimp.h>
#include <libgimp/gimpui.h>
#... | 39.862069 | 128 | 0.710208 | [
"object"
] |
b0ac31011c7e9707134ea746326478f22ea300af | 1,528 | h | C | include/s2s/TexturePacker.h | xzrunner/s2serializer | 0c3f48a042f0f359d48d6ab79e8ab9c0aceb2906 | [
"MIT"
] | null | null | null | include/s2s/TexturePacker.h | xzrunner/s2serializer | 0c3f48a042f0f359d48d6ab79e8ab9c0aceb2906 | [
"MIT"
] | null | null | null | include/s2s/TexturePacker.h | xzrunner/s2serializer | 0c3f48a042f0f359d48d6ab79e8ab9c0aceb2906 | [
"MIT"
] | null | null | null | #pragma once
#include <rapidjson/document.h>
#include <string>
#include <vector>
#include <map>
#include <memory>
namespace s2s
{
class TexturePacker
{
public:
TexturePacker(const std::string& src_dir);
void AddTexture(const std::string& filepath);
bool Query(const std::string& filepath, float& xmin, float& xm... | 15.591837 | 89 | 0.687827 | [
"vector"
] |
b0ad89c3aa30c5e72ad1c843b70272dd2234f707 | 623 | h | C | ShipEditor/Source/Editor/object.h | Hopson97/Faster-Than-Wind | 17bfc8fc1798b4dc5e6e285de8064255c9eedd3e | [
"MIT"
] | 3 | 2016-12-11T01:39:17.000Z | 2018-11-24T20:49:48.000Z | ShipEditor/Source/Editor/object.h | Hopson97/Faster-Than-Wind | 17bfc8fc1798b4dc5e6e285de8064255c9eedd3e | [
"MIT"
] | null | null | null | ShipEditor/Source/Editor/object.h | Hopson97/Faster-Than-Wind | 17bfc8fc1798b4dc5e6e285de8064255c9eedd3e | [
"MIT"
] | null | null | null | #ifndef OBJECT_H
#define OBJECT_H
#include <SFML/Graphics.hpp>
#include <iostream>
class Object
{
public:
Object (const sf::Texture& ghostTexture);
virtual void draw (sf::RenderWindow& window);
void setPos (const sf::Vector2f pos)... | 23.074074 | 74 | 0.505618 | [
"object"
] |
b0adfe7018e4a48d0474fb870cfead81183ff27c | 4,294 | h | C | src/environments/Environment.h | litlpoet/beliefbox | 6b303e49017f8054f43c6c840686fcc632205e4e | [
"OLDAP-2.3"
] | null | null | null | src/environments/Environment.h | litlpoet/beliefbox | 6b303e49017f8054f43c6c840686fcc632205e4e | [
"OLDAP-2.3"
] | null | null | null | src/environments/Environment.h | litlpoet/beliefbox | 6b303e49017f8054f43c6c840686fcc632205e4e | [
"OLDAP-2.3"
] | null | null | null | // -*- Mode: c++ -*-
// copyright (c) 2008 by Christos Dimitrakakis <christos.dimitrakakis@gmail.com>
// $Revision$
/***************************************************************************
* *
* This program is free software; you can redist... | 30.671429 | 80 | 0.624825 | [
"vector",
"model"
] |
b0b0b557462d7eeef5c6a298a77640ce27bb2ea3 | 78,636 | h | C | include/muu/matrix.h | marzer/muu | 7045e28d159d978ca56a68e13921e456869e7430 | [
"MIT"
] | 8 | 2020-10-09T06:50:26.000Z | 2022-02-07T21:08:34.000Z | include/muu/matrix.h | marzer/muu | 7045e28d159d978ca56a68e13921e456869e7430 | [
"MIT"
] | null | null | null | include/muu/matrix.h | marzer/muu | 7045e28d159d978ca56a68e13921e456869e7430 | [
"MIT"
] | null | null | null | // This file is a part of muu and is subject to the the terms of the MIT license.
// Copyright (c) Mark Gillard <mark.gillard@outlook.com.au>
// See https://github.com/marzer/muu/blob/master/LICENSE for the full license text.
// SPDX-License-Identifier: MIT
#pragma once
/// \file
/// \brief Contains the definition of... | 35.906849 | 120 | 0.619233 | [
"vector"
] |
b0b63a2709d94374367b84300a2f8b49085450ff | 7,819 | h | C | src/input/button.h | HolyBlackCat/prototyping | 0938ad889db0bfcc3b683beaa92eac81bf05bc76 | [
"Zlib"
] | null | null | null | src/input/button.h | HolyBlackCat/prototyping | 0938ad889db0bfcc3b683beaa92eac81bf05bc76 | [
"Zlib"
] | null | null | null | src/input/button.h | HolyBlackCat/prototyping | 0938ad889db0bfcc3b683beaa92eac81bf05bc76 | [
"Zlib"
] | null | null | null | #pragma once
#include <functional>
#include <string>
#include "input/enum.h"
#include "interface/window.h"
namespace Input
{
class Button
{
Enum index = None;
bool Assign(Enum begin, Enum end)
{
auto window = Interface::Window::Get();
uint64_t tick = window.Ti... | 34.751111 | 196 | 0.494309 | [
"vector"
] |
b0b910ac593b3b585ca4438e80d5dfc33cd32f79 | 318 | h | C | ShapeInterface/Inheritance/Reactangle.h | NathanKr/CPP | 62f9c996af49e42d9f4e2ff1961a59fbb2b29d6d | [
"MIT"
] | null | null | null | ShapeInterface/Inheritance/Reactangle.h | NathanKr/CPP | 62f9c996af49e42d9f4e2ff1961a59fbb2b29d6d | [
"MIT"
] | null | null | null | ShapeInterface/Inheritance/Reactangle.h | NathanKr/CPP | 62f9c996af49e42d9f4e2ff1961a59fbb2b29d6d | [
"MIT"
] | null | null | null | #pragma once
#include "Shape.h"
class Reactangle : public Shape
{
public:
Reactangle();
Reactangle(int width ,int height , int x , int y);
~Reactangle();
void SetWidth(int width);
void SetHeight(int height);
float GetArea() const;
int GetWidth() const;
int GetHeight() const;
private:
int width, height;
};
| 16.736842 | 51 | 0.701258 | [
"shape"
] |
b0bf1341e060198509cc2d20715f5d9343fb47f5 | 36,109 | h | C | iPhoneOS15.2.sdk/System/Library/Frameworks/AVFAudio.framework/Headers/AVAudioSessionTypes.h | bakedpotato191/sdks | 7b5c8c299a8afcb6d68b356668b4949a946734d9 | [
"MIT"
] | 10 | 2019-04-09T19:28:16.000Z | 2021-08-11T19:23:00.000Z | iPhoneOS15.0.sdk/System/Library/Frameworks/AVFAudio.framework/Headers/AVAudioSessionTypes.h | chrisharper22/sdks | 9b2f79c4a48fd5ca9a602044e617231d639a3f57 | [
"MIT"
] | null | null | null | iPhoneOS15.0.sdk/System/Library/Frameworks/AVFAudio.framework/Headers/AVAudioSessionTypes.h | chrisharper22/sdks | 9b2f79c4a48fd5ca9a602044e617231d639a3f57 | [
"MIT"
] | 2 | 2020-03-01T17:12:05.000Z | 2021-08-11T14:59:07.000Z | #if (defined(USE_AVFAUDIO_PUBLIC_HEADERS) && USE_AVFAUDIO_PUBLIC_HEADERS) || !__has_include(<AudioSession/AVAudioSessionTypes.h>)
/*!
@file AVAudioSessionTypes.h
@framework AudioSession.framework
@copyright (c) 2009-2020 Apple Inc. All rights reserved.
*/
#ifndef AudioSession_AVAudioSessionTypes_h
#define AudioSes... | 59.389803 | 251 | 0.776039 | [
"object"
] |
b0c0c4ddbd370d291857a79db8de3c37726f272c | 709 | h | C | source/app/SceneImporter.h | aviktorov/pbr-sandbox | 66a71c741dac2d2dd46668a506d02de88f05e399 | [
"MIT"
] | 19 | 2020-02-11T19:57:41.000Z | 2022-02-20T14:11:33.000Z | source/app/SceneImporter.h | aviktorov/pbr-sandbox | 66a71c741dac2d2dd46668a506d02de88f05e399 | [
"MIT"
] | null | null | null | source/app/SceneImporter.h | aviktorov/pbr-sandbox | 66a71c741dac2d2dd46668a506d02de88f05e399 | [
"MIT"
] | 5 | 2019-11-05T17:38:33.000Z | 2022-03-04T12:49:58.000Z | #pragma once
#include <scapes/visual/Fwd.h>
namespace game
{
class World;
}
namespace render::backend
{
class Driver;
}
class ApplicationResources;
struct cgltf_mesh;
struct aiMesh;
/*
*/
class SceneImporter
{
public:
SceneImporter(game::World *world, scapes::visual::API *visual_api);
~SceneImporter();
boo... | 17.725 | 70 | 0.754584 | [
"mesh",
"render"
] |
b8047a941c4303841ea11da91aa9ea217efbd9ba | 921 | c | C | src/lib/dev/mos3/mos3del.c | prepare/spice3f5 | a0d8c69d43927b7ced9cb619e3faa3d56332566a | [
"BSD-4-Clause-UC"
] | 4 | 2018-02-21T17:31:40.000Z | 2022-03-03T01:43:32.000Z | src/lib/dev/mos3/mos3del.c | prepare/spice3f5 | a0d8c69d43927b7ced9cb619e3faa3d56332566a | [
"BSD-4-Clause-UC"
] | null | null | null | src/lib/dev/mos3/mos3del.c | prepare/spice3f5 | a0d8c69d43927b7ced9cb619e3faa3d56332566a | [
"BSD-4-Clause-UC"
] | 2 | 2019-07-20T00:47:29.000Z | 2020-01-06T19:18:21.000Z | /**********
Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Thomas L. Quarles
**********/
/*
*/
#include "spice.h"
#include <stdio.h>
#include "util.h"
#include "mos3defs.h"
#include "sperror.h"
#include "suffix.h"
int
MOS3delete(inModel,name,inst)
GENmodel *inModel;
... | 23.025 | 77 | 0.563518 | [
"model"
] |
b808a22ac4332693df444914b4bb8476f5875bc3 | 9,351 | h | C | include/rw/_specialized.h | isabella232/stdcxx | b0b0cab391b7b1f2d17ef4342aeee6b792bde63c | [
"Apache-2.0"
] | 53 | 2015-01-13T05:46:43.000Z | 2022-02-24T23:46:04.000Z | include/rw/_specialized.h | apache/stdcxx | b0b0cab391b7b1f2d17ef4342aeee6b792bde63c | [
"Apache-2.0"
] | 1 | 2021-11-04T12:35:39.000Z | 2021-11-04T12:35:39.000Z | include/rw/_specialized.h | isabella232/stdcxx | b0b0cab391b7b1f2d17ef4342aeee6b792bde63c | [
"Apache-2.0"
] | 33 | 2015-07-09T13:31:00.000Z | 2021-11-04T12:12:20.000Z | // -*- C++ -*-
/***************************************************************************
*
* _specialized.h - definitions of specialized algorithms
*
* This is an internal header file used to implement the C++ Standard
* Library. It should never be #included directly by a program.
*
* $Id$
*
***************... | 27.913433 | 77 | 0.659716 | [
"vector"
] |
b8096cc6f82696e6a7bf67682ddd3ff5dd3b7b3f | 1,249 | h | C | algorithms/medium/1772. Sort Features by Popularity.h | MultivacX/letcode2020 | f86289f8718237303918a7705ae31625a12b68f6 | [
"MIT"
] | null | null | null | algorithms/medium/1772. Sort Features by Popularity.h | MultivacX/letcode2020 | f86289f8718237303918a7705ae31625a12b68f6 | [
"MIT"
] | null | null | null | algorithms/medium/1772. Sort Features by Popularity.h | MultivacX/letcode2020 | f86289f8718237303918a7705ae31625a12b68f6 | [
"MIT"
] | null | null | null | // 1772. Sort Features by Popularity
// https://leetcode.com/problems/sort-features-by-popularity/
// Runtime: 632 ms, faster than 100.00% of C++ online submissions for Sort Features by Popularity.
// Memory Usage: 75.5 MB, less than 100.00% of C++ online submissions for Sort Features by Popularity.
class Solutio... | 39.03125 | 102 | 0.528423 | [
"vector"
] |
b80a34d3ca46d6b54fe3c654b3ad9ed141624fb6 | 1,462 | c | C | 1 SEMESTER/PROGRAMMING/Lab3/Var18/Lab3C/main.c | ZizitopU/KPI | 8d97ea48c27fd1fdcb7eef666a1662aa38bbb594 | [
"MIT"
] | null | null | null | 1 SEMESTER/PROGRAMMING/Lab3/Var18/Lab3C/main.c | ZizitopU/KPI | 8d97ea48c27fd1fdcb7eef666a1662aa38bbb594 | [
"MIT"
] | null | null | null | 1 SEMESTER/PROGRAMMING/Lab3/Var18/Lab3C/main.c | ZizitopU/KPI | 8d97ea48c27fd1fdcb7eef666a1662aa38bbb594 | [
"MIT"
] | null | null | null | #include <stdio.h>
#include <stdlib.h>
#include <math.h>
#define n 9
void fill(int arr[n][n]){
for(int i = 0; i<n; i++){
for(int j = 0; j<n; j++){
arr[i][j] = 2.758*i*i - 1.5*j - abs(3.3 - i);
}
}
}
void printarr(int arr[n][n]){
for(int i = 0; i<n; i++){
for(int j = ... | 17.614458 | 57 | 0.386457 | [
"vector",
"3d"
] |
b80d135d80d7a494d75a46b897c1fdcb9940c617 | 459 | h | C | Meduza/Include/ECS/EntityTypes.h | NWagter/Meduza | d1df99061381fa1c7665d09e275ddc0060a6ac8d | [
"MIT"
] | 6 | 2020-10-17T10:50:13.000Z | 2022-02-25T20:14:23.000Z | Meduza/Include/ECS/EntityTypes.h | NWagter/Meduza | d1df99061381fa1c7665d09e275ddc0060a6ac8d | [
"MIT"
] | null | null | null | Meduza/Include/ECS/EntityTypes.h | NWagter/Meduza | d1df99061381fa1c7665d09e275ddc0060a6ac8d | [
"MIT"
] | 1 | 2020-05-06T12:02:47.000Z | 2020-05-06T12:02:47.000Z | #pragma once
using EntityID = uint64_t;
using ComponentID = uint64_t;
using SystemID = uint64_t;
using EntityFilter = std::set<ComponentID>;
enum class Components : uint16_t
{
Tag,
Transform,
Editor,
Render,
DebugRender,
Camera,
Scripting,
Physics,
Collider,
ColliderTag,
... | 13.5 | 43 | 0.662309 | [
"render",
"transform"
] |
b80d2fd7449096cf750ace4083d14ec48a33c2b5 | 1,434 | h | C | vox.geometry/points_to_implicit3.h | yangfengzzz/DigitalVox3 | c3277007d7cae90cf3f55930bf86119c93662493 | [
"MIT"
] | 28 | 2021-11-23T11:52:55.000Z | 2022-03-04T01:48:52.000Z | vox.geometry/points_to_implicit3.h | yangfengzzz/DigitalVox3 | c3277007d7cae90cf3f55930bf86119c93662493 | [
"MIT"
] | null | null | null | vox.geometry/points_to_implicit3.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_POINTS_TO_IMPLICIT3_H_
#define INCLUDE_JET_POINTS_TO_IMPLICIT3_H_
#include "array_v... | 29.265306 | 95 | 0.76569 | [
"geometry"
] |
b81c3f559c8100f4fc370d86d6077cfbfe798d20 | 2,810 | h | C | AsyncCoreData/Classes/AsyncCoreData+Configration.h | fengwei6666/AsyncCoreData | 28fdd5a31878bf15da53c945706f71fbbd74a2fb | [
"MIT"
] | null | null | null | AsyncCoreData/Classes/AsyncCoreData+Configration.h | fengwei6666/AsyncCoreData | 28fdd5a31878bf15da53c945706f71fbbd74a2fb | [
"MIT"
] | null | null | null | AsyncCoreData/Classes/AsyncCoreData+Configration.h | fengwei6666/AsyncCoreData | 28fdd5a31878bf15da53c945706f71fbbd74a2fb | [
"MIT"
] | null | null | null | //
// AsyncCoreData+Configration.h
// AsyncCoreData
//
// Created by 罗亮富 on 2019/1/15.
//
#import "AsyncCoreData.h"
@protocol UniqueValueProtocol;
typedef void(^T_ModelToManagedObjectBlock)(__kindof NSObject<UniqueValueProtocol> * __nonnull model, NSManagedObject * _Nonnull managedObject);
typedef __kindof NSO... | 36.025641 | 175 | 0.794306 | [
"model"
] |
b81d35dad4a231630affe9e7fccfb74fde6522a3 | 1,754 | h | C | code/src/temp/Particles.h | Emmie-He/fluid-simulation | 2e45d045f5b9f7be0adfb6aad4a34df58c4fd38e | [
"MIT"
] | 1 | 2019-08-30T05:52:40.000Z | 2019-08-30T05:52:40.000Z | code/src/temp/Particles.h | YAQIMIAO/fluid-simulation | e26c496ebea7dec6075374b904d645a18a3ba335 | [
"MIT"
] | null | null | null | code/src/temp/Particles.h | YAQIMIAO/fluid-simulation | e26c496ebea7dec6075374b904d645a18a3ba335 | [
"MIT"
] | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/*
* File: Particles.h
* Author: swl
*
* Created on April 15, 2016, 12:16 PM
*/
#ifndef PARTICLES_H
#define PARTICLES_H
#inc... | 20.395349 | 107 | 0.628278 | [
"render",
"vector"
] |
b8211e48e94ebe6376f01cee3f65e54a8e18008d | 6,486 | c | C | e2studio_project_threadX/ra/fsp/src/rm_threadx_port/tx_initialize_low_level.c | micro-ROS/micro_ros_renesas_testbench | 56a25d9e7340eb902b697f68261eb607b2bd0587 | [
"Apache-2.0"
] | null | null | null | e2studio_project_threadX/ra/fsp/src/rm_threadx_port/tx_initialize_low_level.c | micro-ROS/micro_ros_renesas_testbench | 56a25d9e7340eb902b697f68261eb607b2bd0587 | [
"Apache-2.0"
] | 24 | 2021-08-31T06:47:23.000Z | 2022-03-23T07:25:48.000Z | e2studio_project_threadX/ra/fsp/src/rm_threadx_port/tx_initialize_low_level.c | micro-ROS/micro_ros_renesas_testbench | 56a25d9e7340eb902b697f68261eb607b2bd0587 | [
"Apache-2.0"
] | 1 | 2022-03-18T13:59:23.000Z | 2022-03-18T13:59:23.000Z | /**************************************************************************/
/* */
/* Copyright (c) Microsoft Corporation. All rights reserved. */
/* */
/* ... | 49.51145 | 115 | 0.384675 | [
"vector"
] |
b823420755a5df56b27e19dc1a4c3ebea1d18eb6 | 11,117 | h | C | judger/uoj_judger/include/uoj_run.h | renbaoshuo/uoj | bb7266bcfa09f3f167e739415d07383aeca8225a | [
"MIT"
] | null | null | null | judger/uoj_judger/include/uoj_run.h | renbaoshuo/uoj | bb7266bcfa09f3f167e739415d07383aeca8225a | [
"MIT"
] | null | null | null | judger/uoj_judger/include/uoj_run.h | renbaoshuo/uoj | bb7266bcfa09f3f167e739415d07383aeca8225a | [
"MIT"
] | null | null | null | #include <string>
#include <vector>
#include <map>
#include <sstream>
#include <fstream>
#include <cstdarg>
#include <filesystem>
#include <exception>
#include <stdexcept>
#define UOJ_GCC "/usr/bin/gcc-10"
#define UOJ_GPLUSPLUS "/usr/bin/g++-10"
#define UOJ_PYTHON2_7 "/usr/bin/python2.7"
#define UOJ_PYTHON3 "/usr/bin/... | 26.469048 | 102 | 0.629486 | [
"vector"
] |
b82a277cead793ad3731cdac7a6c153ef305198c | 714 | h | C | fast.h | seIncorp/DiskDataAndHelper | 6165bfcd89ad7a082eb6526d6b2fcb4add6b858d | [
"MIT"
] | null | null | null | fast.h | seIncorp/DiskDataAndHelper | 6165bfcd89ad7a082eb6526d6b2fcb4add6b858d | [
"MIT"
] | null | null | null | fast.h | seIncorp/DiskDataAndHelper | 6165bfcd89ad7a082eb6526d6b2fcb4add6b858d | [
"MIT"
] | null | null | null | #pragma once
#ifndef FAST_H
#define FAST_H
#include <iostream>
#include <climits>
#include <vector>
#include <Windows.h>
#include <string>
#include <math.h>
#include <functional>
#include <cmath>
#define E "\n"
#define T "\t"
/* iostream */
#define o std::cout
#define i std::cin
#define er std::cerr
#define l... | 14.571429 | 42 | 0.669468 | [
"vector"
] |
b82b5991278ad00e86b8190f6cf5efbe3548aa7b | 381 | h | C | includes/stats.h | EvannBerthou/RogueLikeCPP | 7b4d52b13ef4fcb283fbdf5d9a7a327886358aff | [
"MIT"
] | null | null | null | includes/stats.h | EvannBerthou/RogueLikeCPP | 7b4d52b13ef4fcb283fbdf5d9a7a327886358aff | [
"MIT"
] | null | null | null | includes/stats.h | EvannBerthou/RogueLikeCPP | 7b4d52b13ef4fcb283fbdf5d9a7a327886358aff | [
"MIT"
] | null | null | null | #ifndef STATS_H
#define STATS_H
#include "camera.h"
#include "textures.h"
#include "fonts.h"
#include "vec2.h"
typedef struct {
int health;
int max_health;
int base_strength;
int base_magic;
int strength = base_strength;
int magic = base_magic;
bool alive = true;
void render(camera_... | 15.875 | 64 | 0.67979 | [
"render"
] |
b8309f7a4b68afd63887a394891800656c4a9caf | 299 | h | C | src/essence.game/packets/lobby/outgoing/friend/AppearOnline.h | Deluze/qpang-essence-emulator | 943189161fd1fb8022221f24524a18244724edd6 | [
"MIT"
] | 15 | 2019-12-04T14:36:09.000Z | 2021-06-11T12:00:04.000Z | src/essence.game/packets/lobby/outgoing/friend/AppearOnline.h | Deluze/qpang-essence-emulator | 943189161fd1fb8022221f24524a18244724edd6 | [
"MIT"
] | 6 | 2019-12-24T11:28:01.000Z | 2020-03-31T00:14:50.000Z | src/essence.game/packets/lobby/outgoing/friend/AppearOnline.h | Deluze/qpang-essence-emulator | 943189161fd1fb8022221f24524a18244724edd6 | [
"MIT"
] | 21 | 2019-12-04T14:35:56.000Z | 2022-02-14T20:59:31.000Z | #pragma once
#include <vector>
#include "packets/LobbyServerPacket.h"
#include "packets/writers/FriendWriter.h"
#include "qpang/player/friend/Friend.h"
class AppearOnline : public LobbyServerPacket
{
public:
AppearOnline(uint32_t playerId) : LobbyServerPacket(603)
{
writeInt(playerId);
}
}; | 18.6875 | 57 | 0.769231 | [
"vector"
] |
b830c0531c79f6dd0377b3dd5645892127013744 | 1,355 | h | C | Graphics/include/SceneWriter.h | MarcoLotto/ScenaFramework | 533e5149a1580080e41bfb37d5648023b6e39f6f | [
"MIT"
] | 2 | 2019-01-21T20:47:29.000Z | 2020-01-09T01:08:24.000Z | Graphics/include/SceneWriter.h | MarcoLotto/ScaenaFramework | 533e5149a1580080e41bfb37d5648023b6e39f6f | [
"MIT"
] | null | null | null | Graphics/include/SceneWriter.h | MarcoLotto/ScaenaFramework | 533e5149a1580080e41bfb37d5648023b6e39f6f | [
"MIT"
] | null | null | null | /**********************************
* SCAENA FRAMEWORK
* Author: Marco Andrés Lotto
* License: MIT - 2016
**********************************/
#pragma once
#include "Scene.h"
#include "XmlTree.h"
class SceneWriter{
private:
static SceneWriter* instance;
void parseObjets(XmlTreeNode* node, ObjectManager* objectManag... | 37.638889 | 82 | 0.756458 | [
"object",
"vector"
] |
b835418ebeadc1e9d9d69d4635a60f8d0f881383 | 2,226 | c | C | mytest.c | phraber/mdl | 1415e9b7de814a20c857c7522fb2e45054177ae8 | [
"MIT"
] | null | null | null | mytest.c | phraber/mdl | 1415e9b7de814a20c857c7522fb2e45054177ae8 | [
"MIT"
] | null | null | null | mytest.c | phraber/mdl | 1415e9b7de814a20c857c7522fb2e45054177ae8 | [
"MIT"
] | null | null | null | /* main.c --
* USAGE:
* PURPOSE: Perform all possible (legitimate) first-order splits.
* Each case has 6 (10?) different loci with 2 alleles at each.
* a[j][l][i] is the jth allele at locus l for case i
* At any split, we choose l = L and have a list of alleles ind[k].
* ... | 29.68 | 86 | 0.586253 | [
"transform"
] |
b8357bc129d20f395b65412ccfffc33a2c3abdd6 | 3,830 | h | C | Server/Servers/TrafficServer/include/TrafficIPC.h | wayfinder/Wayfinder-Server | a688546589f246ee12a8a167a568a9c4c4ef8151 | [
"BSD-3-Clause"
] | 4 | 2015-08-17T20:12:22.000Z | 2020-05-30T19:53:26.000Z | Server/Servers/TrafficServer/include/TrafficIPC.h | wayfinder/Wayfinder-Server | a688546589f246ee12a8a167a568a9c4c4ef8151 | [
"BSD-3-Clause"
] | null | null | null | Server/Servers/TrafficServer/include/TrafficIPC.h | wayfinder/Wayfinder-Server | a688546589f246ee12a8a167a568a9c4c4ef8151 | [
"BSD-3-Clause"
] | null | null | null | /*
Copyright (c) 1999 - 2010, Vodafone Group Services Ltd
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this list of condit... | 44.022989 | 755 | 0.734987 | [
"vector"
] |
b83591f5848a39c06eea7c7625ba08e44e4a9755 | 2,874 | h | C | Userland/Services/WebContent/ClientConnection.h | xeons/serenity | 68a542623f5dc08d29d2b4bc87f7817b6aac4022 | [
"BSD-2-Clause"
] | null | null | null | Userland/Services/WebContent/ClientConnection.h | xeons/serenity | 68a542623f5dc08d29d2b4bc87f7817b6aac4022 | [
"BSD-2-Clause"
] | null | null | null | Userland/Services/WebContent/ClientConnection.h | xeons/serenity | 68a542623f5dc08d29d2b4bc87f7817b6aac4022 | [
"BSD-2-Clause"
] | null | null | null | /*
* Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
#include <AK/HashMap.h>
#include <LibIPC/ClientConnection.h>
#include <LibJS/Forward.h>
#include <LibWeb/Cookie/ParsedCookie.h>
#include <LibWeb/Forward.h>
#include <WebContent/Forward.h>
#... | 39.369863 | 89 | 0.767919 | [
"vector"
] |
b8437f1f6cbf18a95aec3c495824a236ddf3c199 | 2,568 | c | C | src/main.c | mohamedLazyBob/M21_mini_project | 30fcd28186262aa8d7a5b669c0a065bc3f3a3ba7 | [
"MIT"
] | 2 | 2020-07-23T10:02:23.000Z | 2020-09-06T00:52:24.000Z | src/main.c | mohamedLazyBob/M21_mini_project | 30fcd28186262aa8d7a5b669c0a065bc3f3a3ba7 | [
"MIT"
] | null | null | null | src/main.c | mohamedLazyBob/M21_mini_project | 30fcd28186262aa8d7a5b669c0a065bc3f3a3ba7 | [
"MIT"
] | null | null | null | /******************************************************************************/
/* Mohamed zaboub */
/******************************************************************************/
#include "mini_project.h"
/*
** *******************************************... | 25.425743 | 80 | 0.445872 | [
"shape"
] |
b851fe6d35421aa31f129a653f9a104d8f0a3150 | 2,009 | h | C | cpp/cpp_primer/chapter13/ex_13_55.h | KaiserLancelot/Cpp-Primer | a4791a6765f0b6c864e8881e6a5328e2a3d68974 | [
"MIT"
] | 2 | 2019-12-21T00:53:47.000Z | 2020-01-01T10:36:30.000Z | cpp/cpp_primer/chapter13/ex_13_55.h | KaiserLancelot/Cpp-Primer | a4791a6765f0b6c864e8881e6a5328e2a3d68974 | [
"MIT"
] | null | null | null | cpp/cpp_primer/chapter13/ex_13_55.h | KaiserLancelot/Cpp-Primer | a4791a6765f0b6c864e8881e6a5328e2a3d68974 | [
"MIT"
] | null | null | null | //
// Created by kaiser on 18-12-22.
//
#ifndef CPP_PRIMER_EX_13_55_H
#define CPP_PRIMER_EX_13_55_H
#include <initializer_list>
#include <memory>
#include <string>
#include <vector>
class StrBlobPtr;
class ConstStrBlobPtr;
class StrBlob {
friend class StrBlobPtr;
friend class ConstStrBlobPtr;
public:
using ... | 25.75641 | 80 | 0.674465 | [
"vector"
] |
b8566e9da4970858232d50443d690e8c0d798f74 | 1,116 | h | C | client/include/chat_client.h | mpunkenhofer/BoostAsioChat | 3229980f38de5892ad08bcaa5e66cf1ae70cc626 | [
"MIT"
] | null | null | null | client/include/chat_client.h | mpunkenhofer/BoostAsioChat | 3229980f38de5892ad08bcaa5e66cf1ae70cc626 | [
"MIT"
] | null | null | null | client/include/chat_client.h | mpunkenhofer/BoostAsioChat | 3229980f38de5892ad08bcaa5e66cf1ae70cc626 | [
"MIT"
] | null | null | null | //
// Created by necator on 8/4/17.
//
#ifndef BOOSTCHAT_CHAT_CLIENT_H
#define BOOSTCHAT_CHAT_CLIENT_H
#include <boost/asio.hpp>
#include <deque>
#include "chat_message.h"
class chat_client;
using chat_client_ptr = std::shared_ptr<chat_client>;
class chat_client {
public:
chat_client(boost::asio::io_service &... | 23.25 | 113 | 0.715054 | [
"vector"
] |
b85c33cc81220ef2a61ef1bdea423990f12380ee | 2,329 | h | C | WorkScript/Parser/Generated/WorkScriptLexer.h | jingjiajie/WorkScript | 6b80932fcdbae0e915c37bac19d262025234074b | [
"MIT"
] | 3 | 2018-07-23T10:59:00.000Z | 2019-04-05T04:57:19.000Z | WorkScript/Parser/Generated/WorkScriptLexer.h | jingjiajie/WorkScript | 6b80932fcdbae0e915c37bac19d262025234074b | [
"MIT"
] | null | null | null | WorkScript/Parser/Generated/WorkScriptLexer.h | jingjiajie/WorkScript | 6b80932fcdbae0e915c37bac19d262025234074b | [
"MIT"
] | 1 | 2019-06-28T05:57:47.000Z | 2019-06-28T05:57:47.000Z |
// Generated from WorkScript.g4 by ANTLR 4.7.1
#pragma once
#include "antlr4-runtime.h"
class WorkScriptLexer : public antlr4::Lexer {
public:
enum {
ACCESS_LEVEL = 1, INCLUDE = 2, WHEN = 3, CONST = 4, VOLATILE = 5, EXTERN = 6,
STATIC = 7, SHORT = 8, LONG = 9, SIGNED = 10, UNSIGNED = 11, BOOLEAN = 1... | 35.287879 | 111 | 0.708459 | [
"vector"
] |
b85ce46a89844befeb155c8f6d6c2cc940b86bf9 | 4,493 | h | C | src/ast.h | porglezomp/lens | c03db0bba086c7eb01badebc8e07f7d55873bbbc | [
"MIT"
] | null | null | null | src/ast.h | porglezomp/lens | c03db0bba086c7eb01badebc8e07f7d55873bbbc | [
"MIT"
] | null | null | null | src/ast.h | porglezomp/lens | c03db0bba086c7eb01badebc8e07f7d55873bbbc | [
"MIT"
] | null | null | null | // Copyright (c) 2015 Caleb Jones
#ifndef LENS_AST_H_
#define LENS_AST_H_
#include <string>
#include <vector>
#include <iostream>
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Module.h"
enum AST_TYPES {
EXPR_AST,
NUMBER_AST,
VARIABLE_AST,
BINARY_EXPR_AST,
CALL_... | 27.230303 | 81 | 0.667705 | [
"vector"
] |
8edc56d8533aad09c20ec1dd420a21e1e9d154c1 | 10,460 | h | C | aws-cpp-sdk-outposts/include/aws/outposts/model/CatalogItem.h | perfectrecall/aws-sdk-cpp | fb8cbebf2fd62720b65aeff841ad2950e73d8ebd | [
"Apache-2.0"
] | 1 | 2022-02-10T08:06:54.000Z | 2022-02-10T08:06:54.000Z | aws-cpp-sdk-outposts/include/aws/outposts/model/CatalogItem.h | perfectrecall/aws-sdk-cpp | fb8cbebf2fd62720b65aeff841ad2950e73d8ebd | [
"Apache-2.0"
] | 1 | 2021-10-14T16:57:00.000Z | 2021-10-18T10:47:24.000Z | aws-cpp-sdk-outposts/include/aws/outposts/model/CatalogItem.h | ravindra-wagh/aws-sdk-cpp | 7d5ff01b3c3b872f31ca98fb4ce868cd01e97696 | [
"Apache-2.0"
] | 1 | 2022-02-28T21:36:42.000Z | 2022-02-28T21:36:42.000Z | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/outposts/Outposts_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/outposts/model/CatalogItemStatus.h>
#include <aws/core/utils/memory/stl/AWSVector... | 33.851133 | 176 | 0.669025 | [
"vector",
"model"
] |
8ee32ba53bc622a17b3305b06bae0646f71f03f7 | 914 | h | C | src/app/lineParser.h | plnu/csvfilter | eb58a697fefc4fbaaa8663ba67b9d92c9cabfa90 | [
"BSD-3-Clause"
] | 1 | 2015-12-08T21:43:48.000Z | 2015-12-08T21:43:48.000Z | src/app/lineParser.h | plnu/csvfilter | eb58a697fefc4fbaaa8663ba67b9d92c9cabfa90 | [
"BSD-3-Clause"
] | null | null | null | src/app/lineParser.h | plnu/csvfilter | eb58a697fefc4fbaaa8663ba67b9d92c9cabfa90 | [
"BSD-3-Clause"
] | null | null | null | //
// csvfilter, Copyright (c) 2015, plnu
//
#ifndef CSVFILTER_LINEPARSER_H
#define CSVFILTER_LINEPARSER_H
#include "field.h"
#include <vector>
#include <string>
/**
* @brief Parse a line of csv.
*
* This class provides methods to parse a line of csv into individual fields,
* and has full support for quoted fie... | 20.311111 | 77 | 0.701313 | [
"vector"
] |
8ee786a7044b758e53bfe4eb74500192a2cf16f9 | 5,557 | h | C | src/cxx/libsparse/libsparse2d/FCur.h | jstarck/cosmostat | f686efe4c00073272487417da15e207a529f07e7 | [
"MIT"
] | null | null | null | src/cxx/libsparse/libsparse2d/FCur.h | jstarck/cosmostat | f686efe4c00073272487417da15e207a529f07e7 | [
"MIT"
] | null | null | null | src/cxx/libsparse/libsparse2d/FCur.h | jstarck/cosmostat | f686efe4c00073272487417da15e207a529f07e7 | [
"MIT"
] | null | null | null | /******************************************************************************
** Copyright (C) 2005 by CEA
*******************************************************************************
**
** UNIT
**
** Version: 1.0
**
** Author: Jean-Luc Starck
**
** Date: 21/01/2005
**
** Fil... | 39.692857 | 136 | 0.593846 | [
"transform"
] |
8ee86628f0f1e75fe3c88423a290d1097605489b | 5,906 | c | C | cstreamgeo/src/stream.c | mrdmnd/streamgeo | 6340e670f0d5000a5c8ceb6be9085efaecba78c3 | [
"MIT"
] | 4 | 2016-12-19T09:01:42.000Z | 2021-03-30T04:08:30.000Z | cstreamgeo/src/stream.c | mrdmnd/streamgeo | 6340e670f0d5000a5c8ceb6be9085efaecba78c3 | [
"MIT"
] | 1 | 2016-12-19T02:00:19.000Z | 2016-12-19T02:00:19.000Z | cstreamgeo/src/stream.c | mrdmnd/streamgeo | 6340e670f0d5000a5c8ceb6be9085efaecba78c3 | [
"MIT"
] | 1 | 2016-12-19T01:54:00.000Z | 2016-12-19T01:54:00.000Z | #include <cstreamgeo/cstreamgeo.h>
#include <stdbool.h>
#include <stdlib.h>
#include <stdarg.h>
#include <stdio.h>
#include <math.h>
#include <assert.h>
/**
* General functions for interacting with a single stream.
* Includes resampling, filtering, sparsity, etc.
*/
stream_t* stream_create(const size_t n) {
s... | 31.582888 | 120 | 0.565527 | [
"geometry"
] |
8ef683b8795b17e6e33be13357f3eb472e0a03bb | 4,668 | h | C | cg/include/graphics/SceneWindowBase.h | paulo-pagliosa/Ds | 99b30d1db28cce7ea1a2a7a8d4b2b0bd4cc71700 | [
"Zlib"
] | 2 | 2021-11-23T18:36:51.000Z | 2021-11-24T19:38:25.000Z | cg/include/graphics/SceneWindowBase.h | paulo-pagliosa/Ds | 99b30d1db28cce7ea1a2a7a8d4b2b0bd4cc71700 | [
"Zlib"
] | 1 | 2022-02-12T20:47:59.000Z | 2022-03-17T02:03:25.000Z | cg/include/graphics/SceneWindowBase.h | paulo-pagliosa/Ds | 99b30d1db28cce7ea1a2a7a8d4b2b0bd4cc71700 | [
"Zlib"
] | 1 | 2022-02-12T22:31:50.000Z | 2022-02-12T22:31:50.000Z | //[]---------------------------------------------------------------[]
//| |
//| Copyright (C) 2020, 2022 Paulo Pagliosa. |
//| |
//| This software is provided 'as-is', w... | 26.674286 | 69 | 0.575621 | [
"render",
"object"
] |
8ef725cd0933dda78e8e826e15d377efaa057b2b | 6,165 | h | C | ftsoftds_vc6/include/d_map.h | guarana-x/fwg | 5a56dcb4caee5dca6744fca8e21b987b07106513 | [
"MIT"
] | null | null | null | ftsoftds_vc6/include/d_map.h | guarana-x/fwg | 5a56dcb4caee5dca6744fca8e21b987b07106513 | [
"MIT"
] | null | null | null | ftsoftds_vc6/include/d_map.h | guarana-x/fwg | 5a56dcb4caee5dca6744fca8e21b987b07106513 | [
"MIT"
] | null | null | null | #ifndef MINIMAP_CLASS
#define MINIMAP_CLASS
#include "d_pair.h" // miniPair class
#include "d_stree.h" // stree class
// implements a map containing key/value pairs.
// a map does not contain multiple copies of the same item.
// types T and Key must have a default constructor
template <typename Key, typena... | 28.674419 | 75 | 0.678345 | [
"object"
] |
8efdf8752059520176deb7944e7901ae5752d779 | 8,298 | h | C | squid/squid3-3.3.8.spaceify/src/acl/Checklist.h | spaceify/spaceify | 4296d6c93cad32bb735cefc9b8157570f18ffee4 | [
"MIT"
] | 4 | 2015-01-20T15:25:34.000Z | 2017-12-20T06:47:42.000Z | squid/squid3-3.3.8.spaceify/src/acl/Checklist.h | spaceify/spaceify | 4296d6c93cad32bb735cefc9b8157570f18ffee4 | [
"MIT"
] | 4 | 2015-05-15T09:32:55.000Z | 2016-02-18T13:43:31.000Z | squid/squid3-3.3.8.spaceify/src/acl/Checklist.h | spaceify/spaceify | 4296d6c93cad32bb735cefc9b8157570f18ffee4 | [
"MIT"
] | null | null | null | /*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
* ----------------------------------------------------------
*
* Squid is the result of efforts by numerous individuals from
* the Internet community; see the CONTRIBUTORS file for full
* details. Many organizations have provided support for ... | 36.394737 | 79 | 0.690528 | [
"object"
] |
f11a4ba310821aaa504324374d7f607a0f31f414 | 3,170 | h | C | mcrouter/lib/config/RouteHandleFactory-inl.h | wicky-info/mcrouter | bc8bbbcc3e9a6ef79146d4096f3e39af942ada09 | [
"BSD-3-Clause"
] | 1 | 2015-11-08T10:09:45.000Z | 2015-11-08T10:09:45.000Z | mcrouter/lib/config/RouteHandleFactory-inl.h | wicky-info/mcrouter | bc8bbbcc3e9a6ef79146d4096f3e39af942ada09 | [
"BSD-3-Clause"
] | null | null | null | mcrouter/lib/config/RouteHandleFactory-inl.h | wicky-info/mcrouter | bc8bbbcc3e9a6ef79146d4096f3e39af942ada09 | [
"BSD-3-Clause"
] | null | null | null | /**
* Copyright (c) 2014, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/
#include <foll... | 31.386139 | 79 | 0.650158 | [
"object",
"vector"
] |
f11d4dbe967e2c2d3b4f397c5583227106ea735a | 1,664 | h | C | headers/classUIContainer.h | mjjq/ballEngine | 891c5bbc2b69f068dde5b28152edd9a97899d132 | [
"MIT"
] | null | null | null | headers/classUIContainer.h | mjjq/ballEngine | 891c5bbc2b69f068dde5b28152edd9a97899d132 | [
"MIT"
] | 26 | 2018-01-27T00:01:55.000Z | 2018-08-14T19:53:02.000Z | headers/classUIContainer.h | mjjq/ballEngine | 891c5bbc2b69f068dde5b28152edd9a97899d132 | [
"MIT"
] | null | null | null | #ifndef CLASS_UICONTAINER_H
#define CLASS_UICONTAINER_H
#include "classUIWindow.h"
#include "structs.h"
#include "../extern/json.hpp"
#include <cstdlib>
#include <ctime>
#include <cmath>
class UIContainer
{
using json = nlohmann::json;
static sf::RenderWindow &parentWindow;
static sf::View &originalView;
... | 29.192982 | 101 | 0.697115 | [
"vector"
] |
f11e484efb8105cacbd2e2be4c2e7e99686f85dc | 16,326 | h | C | Code/Components/Services/skymodel/current/tests/service/GlobalSkyModelTest.h | rtobar/askapsoft | 6bae06071d7d24f41abe3f2b7f9ee06cb0a9445e | [
"BSL-1.0",
"Apache-2.0",
"OpenSSL"
] | null | null | null | Code/Components/Services/skymodel/current/tests/service/GlobalSkyModelTest.h | rtobar/askapsoft | 6bae06071d7d24f41abe3f2b7f9ee06cb0a9445e | [
"BSL-1.0",
"Apache-2.0",
"OpenSSL"
] | null | null | null | Code/Components/Services/skymodel/current/tests/service/GlobalSkyModelTest.h | rtobar/askapsoft | 6bae06071d7d24f41abe3f2b7f9ee06cb0a9445e | [
"BSL-1.0",
"Apache-2.0",
"OpenSSL"
] | null | null | null | /// @file GlobalSkyModelTest.h
///
/// @copyright (c) 2016 CSIRO
/// Australia Telescope National Facility (ATNF)
/// Commonwealth Scientific and Industrial Research Organisation (CSIRO)
/// PO Box 76, Epping NSW 1710, Australia
/// atnf-enquiries@csiro.au
///
/// This file is part of the ASKAP software distribution.
/... | 40.917293 | 109 | 0.615705 | [
"object"
] |
f11f04287ac432dea5548e7e554edb4b7a1a06af | 187 | h | C | Letter/LetterM.h | PanneauLED/Teensy-Files | 288907066773acdc8ed0f4b228581ed585f9545e | [
"MIT"
] | null | null | null | Letter/LetterM.h | PanneauLED/Teensy-Files | 288907066773acdc8ed0f4b228581ed585f9545e | [
"MIT"
] | null | null | null | Letter/LetterM.h | PanneauLED/Teensy-Files | 288907066773acdc8ed0f4b228581ed585f9545e | [
"MIT"
] | null | null | null | #ifndef LETTERM_H
#define LETTERM_H
class LetterM : public Shape {
public:
LetterM(CRGB ledPanel[6][256], Panel connection);
void place(CRGB ledPanel[6][256]);
};
#endif
| 17 | 55 | 0.679144 | [
"shape"
] |
f12964255409ef13f7c0b56b1bdb7a6b5ebb1753 | 1,176 | h | C | include/easy/pascals_triangle.h | nexes/leetcode | 194abaa09bbe4544b4112bd87d3a7c772c190b2e | [
"MIT"
] | 1 | 2020-10-10T16:37:20.000Z | 2020-10-10T16:37:20.000Z | include/easy/pascals_triangle.h | nexes/leetcode | 194abaa09bbe4544b4112bd87d3a7c772c190b2e | [
"MIT"
] | null | null | null | include/easy/pascals_triangle.h | nexes/leetcode | 194abaa09bbe4544b4112bd87d3a7c772c190b2e | [
"MIT"
] | null | null | null | #pragma once
#include <vector>
namespace Leet::Easy {
// Given a non-negative integer numRows, generate the first numRows of Pascal's
// triangle. In Pascal's triangle, each number is the sum of the two numbers
// directly above it.
// Example:
// Input: 5
// Output:
// [
// [1],... | 24.5 | 83 | 0.471939 | [
"vector"
] |
f12a82b2cb62a970fcee2c85b6166c2e1fbaf9d6 | 5,581 | h | C | includes/Object.h | idealab-isu/GPView | 27aad910e33d0e229cd3149250dc2d45eca81b11 | [
"MIT"
] | 20 | 2018-08-27T21:53:06.000Z | 2022-03-05T08:11:18.000Z | includes/Object.h | idealab-isu/GPView | 27aad910e33d0e229cd3149250dc2d45eca81b11 | [
"MIT"
] | 1 | 2021-03-08T23:32:20.000Z | 2021-03-08T23:32:20.000Z | includes/Object.h | idealab-isu/GPView | 27aad910e33d0e229cd3149250dc2d45eca81b11 | [
"MIT"
] | 8 | 2018-09-04T02:51:31.000Z | 2022-03-30T14:37:52.000Z | /**
* MIT License
*
* Copyright(c) 2018 Iowa State University (ISU) and ISU IDEALab
*
* 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 righ... | 34.664596 | 173 | 0.750045 | [
"object",
"vector",
"model"
] |
e6c7aaf9e5a1bc228015c88952503ffe6e686d38 | 604 | h | C | source/libextract/inno.h | AutomaticFrenzy/HamSandwich | d991c840fd688cb2541806a33f152ba9aac41a1a | [
"MIT"
] | null | null | null | source/libextract/inno.h | AutomaticFrenzy/HamSandwich | d991c840fd688cb2541806a33f152ba9aac41a1a | [
"MIT"
] | null | null | null | source/libextract/inno.h | AutomaticFrenzy/HamSandwich | d991c840fd688cb2541806a33f152ba9aac41a1a | [
"MIT"
] | null | null | null | #ifndef LIBEXTRACT_INNO_H
#define LIBEXTRACT_INNO_H
#include <vector>
#include <string>
#include <map>
#include <stdio.h>
#include <stdint.h>
#include "common.h"
struct SDL_RWops;
namespace inno {
class Archive : public sauce::Archive
{
struct DataEntry
{
uint32_t chunk_offset;
uint64_t file_size;
uint64_t ... | 16.324324 | 44 | 0.728477 | [
"vector"
] |
e6cac709872c539fccc55be208f05d6b867cc43c | 1,351 | h | C | src/gdls_star/camera_feature_correspondence_2d_3d.h | vfragoso/gdls_star | 38e2dbc9996ddf4618cbc679d41588594935c5f9 | [
"MIT"
] | 2 | 2021-05-06T18:09:16.000Z | 2021-09-09T08:40:06.000Z | src/gdls_star/camera_feature_correspondence_2d_3d.h | vfragoso/gdls_star | 38e2dbc9996ddf4618cbc679d41588594935c5f9 | [
"MIT"
] | null | null | null | src/gdls_star/camera_feature_correspondence_2d_3d.h | vfragoso/gdls_star | 38e2dbc9996ddf4618cbc679d41588594935c5f9 | [
"MIT"
] | 3 | 2020-10-29T19:25:13.000Z | 2021-11-10T11:39:45.000Z | // Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
//
// gDLS*: Generalized Pose-and-Scale Estimation Given Scale and Gravity Priors
//
// Victor Fragoso, Joseph DeGol, Gang Hua.
// Proc. of the IEEE/CVF Conf. on Computer Vision and Pattern Recognition 2020.
//
// Please contact the author of th... | 32.95122 | 80 | 0.775722 | [
"model",
"3d"
] |
e6e1f931da7706e7392856da82125b1ddd0ad822 | 817 | h | C | src/python/include/Off_reader_interface.h | jmarino/gudhi-devel | b1824e4de6fd1d037af3c1341c3065731472ffc8 | [
"MIT"
] | 146 | 2019-03-15T14:10:31.000Z | 2022-03-23T21:14:52.000Z | src/python/include/Off_reader_interface.h | jmarino/gudhi-devel | b1824e4de6fd1d037af3c1341c3065731472ffc8 | [
"MIT"
] | 398 | 2019-03-07T14:55:22.000Z | 2022-03-31T14:50:40.000Z | src/python/include/Off_reader_interface.h | jmarino/gudhi-devel | b1824e4de6fd1d037af3c1341c3065731472ffc8 | [
"MIT"
] | 51 | 2019-03-08T15:58:48.000Z | 2022-03-14T10:23:23.000Z | /* This file is part of the Gudhi Library - https://gudhi.inria.fr/ - which is released under MIT.
* See file LICENSE or go to https://gudhi.inria.fr/licensing/ for full license details.
* Author(s): Vincent Rouvreau
*
* Copyright (C) 2016 Inria
*
* Modification(s):
* - YYYY/MM Author: ... | 26.354839 | 101 | 0.72705 | [
"vector"
] |
e6f411414554885ba281105276c9b09bba828845 | 723 | c | C | lib/wizards/nalle/jerusalem/monsters/grkeeper.c | vlehtola/questmud | 8bc3099b5ad00a9e0261faeb6637c76b521b6dbe | [
"MIT"
] | null | null | null | lib/wizards/nalle/jerusalem/monsters/grkeeper.c | vlehtola/questmud | 8bc3099b5ad00a9e0261faeb6637c76b521b6dbe | [
"MIT"
] | null | null | null | lib/wizards/nalle/jerusalem/monsters/grkeeper.c | vlehtola/questmud | 8bc3099b5ad00a9e0261faeb6637c76b521b6dbe | [
"MIT"
] | null | null | null |
inherit "obj/monster";
reset(arg) {
object weapon;
::reset(arg);
if(arg) { return; }
set_race("human");
set_gender(1);
call_other(this_object(), "set_level", 21);
call_other(this_object(), "set_name", "groundskeeper");
call_other(this_object(), "set_alias", "grounds keeper");
call_... | 31.434783 | 92 | 0.666667 | [
"object"
] |
e6fe351d1f03c1e0a2e38b9aacdabfaed11e132c | 3,847 | h | C | include/Renderer/Camera.h | rasidin/LimitEngineV2 | 9475e0dbf5f624ab50f6490d36068d558ecdaee6 | [
"MIT"
] | null | null | null | include/Renderer/Camera.h | rasidin/LimitEngineV2 | 9475e0dbf5f624ab50f6490d36068d558ecdaee6 | [
"MIT"
] | null | null | null | include/Renderer/Camera.h | rasidin/LimitEngineV2 | 9475e0dbf5f624ab50f6490d36068d558ecdaee6 | [
"MIT"
] | null | null | null | /***********************************************************
LIMITEngine Header File
Copyright (C), LIMITGAME, 2020
-----------------------------------------------------------
@file Camera.h
@brief Camera Class
@author minseob (https://github.com/rasidin)
********************************************************... | 48.696203 | 179 | 0.582272 | [
"vector"
] |
fc0e540e91450586c95c9cab939c1ec7880e1caa | 7,770 | h | C | compile/mclinker/lib/Target/Mips/MipsGOT.h | Keneral/aframeworks | af1d0010bfb88751837fb1afc355705bd8a9ad8b | [
"Unlicense"
] | 75 | 2015-03-18T06:01:37.000Z | 2022-01-27T15:17:23.000Z | compile/mclinker/lib/Target/Mips/MipsGOT.h | Keneral/aframeworks | af1d0010bfb88751837fb1afc355705bd8a9ad8b | [
"Unlicense"
] | 5 | 2015-07-08T07:47:25.000Z | 2018-10-08T12:12:04.000Z | compile/mclinker/lib/Target/Mips/MipsGOT.h | Keneral/aframeworks | af1d0010bfb88751837fb1afc355705bd8a9ad8b | [
"Unlicense"
] | 28 | 2015-04-14T16:05:13.000Z | 2021-11-18T01:31:01.000Z | //===- MipsGOT.h ----------------------------------------------------------===//
//
// The MCLinker Project
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------------------... | 30.233463 | 80 | 0.703732 | [
"vector"
] |
fc16adcc57132bf5eddac2578ca54d526e66ea7b | 93,928 | h | C | mobile/ios/dependencies/packages/sofia-sip-1.12.11/include/sofia-sip-1.12/sofia-sip/sip_extra.h | ctdao/dektalk | 2c9c7b4994b1b992d48223a5936d2566b6dd424f | [
"Apache-2.0"
] | 1 | 2016-09-21T14:18:50.000Z | 2016-09-21T14:18:50.000Z | mobile/ios/dependencies/packages/sofia-sip-1.12.11/include/sofia-sip-1.12/sofia-sip/sip_extra.h | ctdao/dektalk | 2c9c7b4994b1b992d48223a5936d2566b6dd424f | [
"Apache-2.0"
] | 19 | 2016-09-09T01:50:59.000Z | 2017-01-27T10:11:20.000Z | mobile/ios/dependencies/packages/sofia-sip-1.12.11/include/sofia-sip-1.12/sofia-sip/sip_extra.h | deklab/dektalk | 2c9c7b4994b1b992d48223a5936d2566b6dd424f | [
"Apache-2.0"
] | 4 | 2016-08-18T04:12:07.000Z | 2021-02-20T06:31:23.000Z |
/* -*- C -*-
*
* This file is part of the Sofia-SIP package
*
* Copyright (C) 2006 Nokia Corporation.
*
* Contact: Pekka Pessi <pekka.pessi@nokia.com>
*
* This library 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 F... | 31.593676 | 141 | 0.757857 | [
"object"
] |
fc1ac5731b251f9f74e9a2870a0c3f6d3c8df412 | 326 | h | C | kernel/include/arch/arm/arch/kernel/thread.h | Nexusoft/LLL-OS | 7b0ad5afb339e9bebc65142ee89bded5344cedbe | [
"BSD-2-Clause"
] | 4 | 2020-08-07T19:48:01.000Z | 2020-10-16T20:05:17.000Z | kernel/include/arch/arm/arch/kernel/thread.h | Nexusoft/LX-OS | 7b0ad5afb339e9bebc65142ee89bded5344cedbe | [
"BSD-2-Clause"
] | null | null | null | kernel/include/arch/arm/arch/kernel/thread.h | Nexusoft/LX-OS | 7b0ad5afb339e9bebc65142ee89bded5344cedbe | [
"BSD-2-Clause"
] | 2 | 2020-08-13T01:48:40.000Z | 2020-09-17T07:34:42.000Z | /*
* Copyright 2014, General Dynamics C4 Systems
*
* SPDX-License-Identifier: GPL-2.0-only
*/
#pragma once
#include <object.h>
#include <mode/kernel/thread.h>
void Arch_switchToThread(tcb_t *tcb);
void Arch_switchToIdleThread(void);
void Arch_configureIdleThread(tcb_t *tcb);
void Arch_activateIdleThread(tcb_t *t... | 19.176471 | 46 | 0.760736 | [
"object"
] |
fc21fa1d01553591c4f12a209149f976c4b7d0b6 | 4,284 | h | C | rlButton/rlButton.h | OkiStuff/rl_singleHeaders | 33ff2332ef2ea198a7da519af541941415bfe547 | [
"MIT"
] | null | null | null | rlButton/rlButton.h | OkiStuff/rl_singleHeaders | 33ff2332ef2ea198a7da519af541941415bfe547 | [
"MIT"
] | null | null | null | rlButton/rlButton.h | OkiStuff/rl_singleHeaders | 33ff2332ef2ea198a7da519af541941415bfe547 | [
"MIT"
] | null | null | null | /*
MIT License
Copyright (c) 2021 OkiStuff
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, distr... | 32.454545 | 117 | 0.761438 | [
"render",
"object"
] |
fc2350127f0176de726ab315548d979876178e07 | 2,592 | c | C | externals/mpir-3.0.0/tests/mpz/t-sizeinbase.c | JaminChan/eos_win | c03e57151cfe152d0d3120abb13226f4df74f37e | [
"MIT"
] | 12 | 2021-09-29T14:50:06.000Z | 2022-03-31T15:01:21.000Z | externals/mpir-3.0.0/tests/mpz/t-sizeinbase.c | JaminChan/eos_win | c03e57151cfe152d0d3120abb13226f4df74f37e | [
"MIT"
] | 15 | 2021-12-24T22:53:49.000Z | 2021-12-25T10:03:13.000Z | LibSource/mpir/tests/mpz/t-sizeinbase.c | ekzyis/CrypTool-2 | 1af234b4f74486fbfeb3b3c49228cc36533a8c89 | [
"Apache-2.0"
] | 10 | 2021-10-17T19:46:51.000Z | 2022-03-18T02:57:57.000Z | /* Test mpz_sizeinbase.
Copyright 2001, 2002 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library 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 2.1 ... | 27.870968 | 78 | 0.689815 | [
"object"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.