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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
815842ae505e871705972ae7974894b29fda0eaa | 4,166 | h | C | Eagle/src/Eagle/UI/UI.h | IceLuna/Eagle | 3b0d5f014697c97138f160ddd535b1afd6d0c141 | [
"Apache-2.0"
] | 1 | 2021-12-10T19:15:25.000Z | 2021-12-10T19:15:25.000Z | Eagle/src/Eagle/UI/UI.h | IceLuna/Eagle | 3b0d5f014697c97138f160ddd535b1afd6d0c141 | [
"Apache-2.0"
] | 41 | 2021-08-18T21:32:14.000Z | 2022-02-20T11:44:06.000Z | Eagle/src/Eagle/UI/UI.h | IceLuna/Eagle | 3b0d5f014697c97138f160ddd535b1afd6d0c141 | [
"Apache-2.0"
] | null | null | null | #pragma once
#include "Eagle/Renderer/Texture.h"
#include "imgui.h"
namespace Eagle
{
class StaticMesh;
}
namespace Eagle::UI
{
enum ButtonType : int
{
None = 0,
OK = 0b00000001,
Cancel = 0b00000010,
OKCancel = 0b00000011,
Yes = 0b00000100,
No = 0b00001000,
YesNo = 0b00001100,
YesNoCancel = 0b0000... | 50.804878 | 213 | 0.721555 | [
"vector"
] |
8168ae110c6bec4d7680b21525afbbeaee5617e3 | 1,819 | h | C | Dependencies/include/HFL/vector.h | salmoncatt/HGE | 8ae471de46589df54cacd1bd0261989633f1e5ef | [
"BSD-3-Clause"
] | 2 | 2020-11-12T14:42:56.000Z | 2021-01-27T18:04:42.000Z | Dependencies/include/HFL/vector.h | salmoncatt/Hydrogen-Game-Engine | 8ae471de46589df54cacd1bd0261989633f1e5ef | [
"BSD-3-Clause"
] | 1 | 2021-01-27T17:39:21.000Z | 2021-01-28T01:42:36.000Z | Dependencies/include/HFL/vector.h | salmoncatt/Hydrogen-Game-Engine | 8ae471de46589df54cacd1bd0261989633f1e5ef | [
"BSD-3-Clause"
] | null | null | null |
#ifndef HFL_VECTOR_HEADER_INCLUDE
#define HFL_VECTOR_HEADER_INCLUDE
namespace HGE {
template <typename T> class vector {
private:
T* data;
size_t capacity;
size_t currentSize;
void __cleanup__() {
if (data != nullptr)
delete[] data;
capacity = 0;
currentSize = 0;
}
public:
vector()... | 15.547009 | 49 | 0.583837 | [
"vector"
] |
816d6d3701ec2decb5c0a80430a246b8ca8dc636 | 10,618 | c | C | src/graphics/text.c | Df458/dfgame | 3e0312d6d027ff617c1be7c0d72309fcdfc461e2 | [
"Zlib"
] | 4 | 2017-06-26T16:52:34.000Z | 2021-11-14T20:37:19.000Z | src/graphics/text.c | Df458/dfgame | 3e0312d6d027ff617c1be7c0d72309fcdfc461e2 | [
"Zlib"
] | null | null | null | src/graphics/text.c | Df458/dfgame | 3e0312d6d027ff617c1be7c0d72309fcdfc461e2 | [
"Zlib"
] | null | null | null | // Log category, used to filter logs
#define LOG_CATEGORY "Graphics"
#include "graphics/text.h"
#include "core/check.h"
#include "core/container/array.h"
#include "core/log/log.h"
#include "core/memory/alloc.h"
#include "core/stringutil.h"
#include "math/matrix.h"
#include "graphics/font.h"
#include "graphics/mesh.h"... | 30.07932 | 176 | 0.576474 | [
"mesh"
] |
817d3d54be46a0b2ec534165802b4415819f7927 | 78,668 | h | C | src/globals.h | q4a/TheXTech | 574a4ad6723cce804732337073db9d093cb700b1 | [
"MIT"
] | null | null | null | src/globals.h | q4a/TheXTech | 574a4ad6723cce804732337073db9d093cb700b1 | [
"MIT"
] | null | null | null | src/globals.h | q4a/TheXTech | 574a4ad6723cce804732337073db9d093cb700b1 | [
"MIT"
] | null | null | null | /*
* TheXTech - A platform game engine ported from old source code for VB6
*
* Copyright (c) 2009-2011 Andrew Spinks, original VB6 code
* Copyright (c) 2020-2021 Vitaly Novichkov <admin@wohlnet.ru>
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated ... | 38.337232 | 289 | 0.744534 | [
"object",
"vector"
] |
8180e8e7b3d7400d4cbbdcc58bd9788870c8b01d | 597 | h | C | LIMoSim/mobility/routing/routingnode.h | inet-framework/LIMoSim | d9bdcefe82d41d4c8fd665a268843763fce59363 | [
"MIT"
] | 7 | 2017-07-17T07:13:03.000Z | 2021-10-12T08:39:17.000Z | LIMoSim/mobility/routing/routingnode.h | tudo-cni/LIMoSim | f0e4c8d964da18dffecea040775f07da3f5a5d46 | [
"MIT"
] | 1 | 2018-03-08T10:28:01.000Z | 2018-03-08T10:28:01.000Z | LIMoSim/mobility/routing/routingnode.h | tudo-cni/LIMoSim | f0e4c8d964da18dffecea040775f07da3f5a5d46 | [
"MIT"
] | 7 | 2017-09-13T09:05:20.000Z | 2022-01-04T17:20:20.000Z | #ifndef LIMOSIM_ROUTINGNODE_H
#define LIMOSIM_ROUTINGNODE_H
#include <map>
#include <string>
#include <vector>
#include "LIMoSim/map/node.h"
namespace LIMoSim
{
class RoutingNode
{
public:
RoutingNode(Node *_node = 0);
void addConnection(RoutingNode *_destination, double _cost);
bool hasConnection(Routi... | 17.558824 | 64 | 0.723618 | [
"vector"
] |
818d1f027c38e79e7016a5d6af94b22ed7bc2a10 | 18,200 | c | C | sys/kern/exec_macho.c | TheSledgeHammer/2.11BSD_X44 | 4d931b88699e1409c35587915608dba6a461d020 | [
"BSD-3-Clause"
] | 3 | 2021-05-04T17:09:06.000Z | 2021-10-04T07:19:26.000Z | sys/kern/exec_macho.c | TheSledgeHammer/2.11BSD_X44 | 4d931b88699e1409c35587915608dba6a461d020 | [
"BSD-3-Clause"
] | null | null | null | sys/kern/exec_macho.c | TheSledgeHammer/2.11BSD_X44 | 4d931b88699e1409c35587915608dba6a461d020 | [
"BSD-3-Clause"
] | null | null | null | /* $NetBSD: exec_macho.c,v 1.38 2006/07/23 22:06:10 ad Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Christos Zoulas.
*
* Redistribution and use in source and binary forms, with or without
* ... | 26.804124 | 94 | 0.679231 | [
"object"
] |
819f87db9892e008b7fb94b3c95da08f576dbeb6 | 271 | h | C | include/geo/polygon.h | motis-project/geo | 669e6b5b15782ef547507183db2fc8f4ab005a1b | [
"MIT"
] | null | null | null | include/geo/polygon.h | motis-project/geo | 669e6b5b15782ef547507183db2fc8f4ab005a1b | [
"MIT"
] | null | null | null | include/geo/polygon.h | motis-project/geo | 669e6b5b15782ef547507183db2fc8f4ab005a1b | [
"MIT"
] | null | null | null | #pragma once
#include <string>
#include <vector>
#include "geo/latlng.h"
namespace geo {
using simple_polygon = std::vector<latlng>;
simple_polygon read_poly_file(std::string const& filename);
bool within(latlng const&, simple_polygon const&);
} // namespace geo
| 15.941176 | 59 | 0.741697 | [
"vector"
] |
81a1e94e30b3faff09debff90807fa9176883c2d | 7,564 | h | C | tests/UnitTests/ICoreStub.h | cycere/quid | 889b5bd36339d4e632c07a037db9ba38bf89ea30 | [
"MIT"
] | 1 | 2020-11-19T19:40:05.000Z | 2020-11-19T19:40:05.000Z | tests/UnitTests/ICoreStub.h | cycere/quid | 889b5bd36339d4e632c07a037db9ba38bf89ea30 | [
"MIT"
] | null | null | null | tests/UnitTests/ICoreStub.h | cycere/quid | 889b5bd36339d4e632c07a037db9ba38bf89ea30 | [
"MIT"
] | null | null | null | // Copyright (c) 2011-2016 The Cryptonote developers
// Copyright (c) 2017-2021 The Cycere developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#pragma once
#include <cstdint>
#include <unordered_map>
#include "QuidC... | 66.938053 | 229 | 0.793628 | [
"vector"
] |
81b0af218161896130bf65e3bdc9ac817902149b | 505 | h | C | PYJsonViewManager/Classes/Views/Search/Views/BaseJsonViewSearchResultTableViewHeaderView.h | LiPengYue/PYJsonHandler | 292194818f8f53f3c326bb4755ed529049f1a191 | [
"MIT"
] | 1 | 2019-12-10T16:32:29.000Z | 2019-12-10T16:32:29.000Z | PYJsonViewManager/Classes/Views/Search/Views/BaseJsonViewSearchResultTableViewHeaderView.h | LiPengYue/PYJsonHandler | 292194818f8f53f3c326bb4755ed529049f1a191 | [
"MIT"
] | null | null | null | PYJsonViewManager/Classes/Views/Search/Views/BaseJsonViewSearchResultTableViewHeaderView.h | LiPengYue/PYJsonHandler | 292194818f8f53f3c326bb4755ed529049f1a191 | [
"MIT"
] | null | null | null | //
// BaseJsonViewManager.h
// PYKit
//
// Created by 李鹏跃 on 2019/9/11.
// Copyright © 2019年 13lipengyue. All rights reserved.
//
#import "PYBaseTableHeaderFooterView.h"
#import "BaseJsonViewStepModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface BaseJsonViewSearchResultTableViewHeaderView : PYBaseTableHeaderFooterView
... | 21.956522 | 84 | 0.778218 | [
"model"
] |
81b0e82015950e4f4c30d61a0ba3bb32f83154e1 | 12,611 | c | C | php_gearman_task.c | MysteryDragon/pecl-networking-gearman | f220f8035c0757d689232ba17d3d9f2d7230a104 | [
"PHP-3.01"
] | 28 | 2017-07-01T06:28:58.000Z | 2021-08-22T16:50:11.000Z | php_gearman_task.c | MysteryDragon/pecl-networking-gearman | f220f8035c0757d689232ba17d3d9f2d7230a104 | [
"PHP-3.01"
] | 10 | 2020-02-28T07:53:58.000Z | 2022-01-12T08:26:40.000Z | php_gearman_task.c | MysteryDragon/pecl-networking-gearman | f220f8035c0757d689232ba17d3d9f2d7230a104 | [
"PHP-3.01"
] | 15 | 2020-02-20T22:55:44.000Z | 2021-12-10T13:09:52.000Z | /*
* Gearman PHP Extension
*
* Copyright (C) 2008 James M. Luedke <contact@jamesluedke.com>,
* Eric Day <eday@oddments.org>
* All rights reserved.
*
* Use and distribution licensed under the PHP license. See
* the LICENSE file in this directory for full text.
*/
#include "php_gearman_task.h"
inline gearma... | 32.335897 | 116 | 0.67901 | [
"object"
] |
81b3d9f5cf29a2f28c8c5ce73e9d58927b0dfb95 | 741 | c | C | nitan/d/dragon/spirit6.c | cantona/NT6 | 073f4d491b3cfe6bfbe02fbad12db8983c1b9201 | [
"MIT"
] | 1 | 2019-03-27T07:25:16.000Z | 2019-03-27T07:25:16.000Z | nitan/d/dragon/spirit6.c | cantona/NT6 | 073f4d491b3cfe6bfbe02fbad12db8983c1b9201 | [
"MIT"
] | null | null | null | nitan/d/dragon/spirit6.c | cantona/NT6 | 073f4d491b3cfe6bfbe02fbad12db8983c1b9201 | [
"MIT"
] | null | null | null | inherit ROOM;
#include <ansi.h>
void create()
{
set("short", "龍潭入口");
set("long",
"[1;32m前方就是龍潭,進去前請三思。如果到此止步,還來得及。\n"
"如要回頭,請鍵入back。在西面,有一個向下的通道,看來似乎相當深。\n"
);
set("exits", ([
"north" : __DIR__"dragoncave",
"westdown" : __DIR__"spirit7",
]));
... | 20.583333 | 53 | 0.516869 | [
"object"
] |
eda47e4bebe7177b9227141d3adc3a720f60752e | 1,021 | h | C | Chapter18/Activity18.01/Project/MultiplayerFPS/Source/MultiplayerFPS/Pickup.h | PacktPublishing/Elevating-Game-Experiences-with-Unreal-Engine-5-Second-Edition | f17a52b8e310c981b4750fb7716cc039517b2a38 | [
"MIT"
] | 41 | 2020-11-14T07:18:27.000Z | 2022-03-28T13:42:02.000Z | Chapter18/Activity18.01/Project/MultiplayerFPS/Source/MultiplayerFPS/Pickup.h | fghaddar/Game-Development-Projects-with-Unreal-Engine | 79a987c01dd672b6e8b95bdd15f1d17380044bf8 | [
"MIT"
] | null | null | null | Chapter18/Activity18.01/Project/MultiplayerFPS/Source/MultiplayerFPS/Pickup.h | fghaddar/Game-Development-Projects-with-Unreal-Engine | 79a987c01dd672b6e8b95bdd15f1d17380044bf8 | [
"MIT"
] | 23 | 2021-01-20T07:05:38.000Z | 2022-03-15T05:25:54.000Z | #pragma once
#include "CoreMinimal.h"
#include "GameFramework/Actor.h"
#include "Pickup.generated.h"
UCLASS()
class MULTIPLAYERFPS_API APickup : public AActor
{
GENERATED_BODY()
protected:
UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = "Pickup")
UStaticMeshComponent* Mesh;
UPROPERTY(VisibleAnywhere, ... | 23.744186 | 172 | 0.790402 | [
"mesh"
] |
edbed0886994c8074a9b3a2e5a4059c9c1755e98 | 964 | h | C | marss-cpu/marss.dramsim/qemu/hw/msix.h | ARCANA-Research/RACER-Artifacts | 95a7550e510e5e26bc632ed5b14f31ba8d621b82 | [
"MIT"
] | null | null | null | marss-cpu/marss.dramsim/qemu/hw/msix.h | ARCANA-Research/RACER-Artifacts | 95a7550e510e5e26bc632ed5b14f31ba8d621b82 | [
"MIT"
] | 1 | 2021-11-05T16:18:22.000Z | 2021-11-05T16:18:22.000Z | marss-emram/marss.dramsim/qemu/hw/msix.h | ARCANA-Research/RACER-Artifacts | 95a7550e510e5e26bc632ed5b14f31ba8d621b82 | [
"MIT"
] | null | null | null | #ifndef QEMU_MSIX_H
#define QEMU_MSIX_H
#include "qemu-common.h"
#include "pci.h"
int msix_init(PCIDevice *pdev, unsigned short nentries,
unsigned bar_nr, unsigned bar_size);
void msix_write_config(PCIDevice *pci_dev, uint32_t address,
uint32_t val, int len);
void ms... | 26.054054 | 61 | 0.713693 | [
"vector"
] |
edc9540068eef945e7ea320f908f5bea12838909 | 1,364 | h | C | src/problems/texturedquads.h | michaelmarks/apitest | d252e949f82cc005d2cb443de9d08bb8d984cabc | [
"Unlicense"
] | 172 | 2015-01-05T15:36:14.000Z | 2022-03-11T10:57:23.000Z | src/problems/texturedquads.h | michaelmarks/apitest | d252e949f82cc005d2cb443de9d08bb8d984cabc | [
"Unlicense"
] | 19 | 2015-02-19T00:48:36.000Z | 2020-02-21T01:23:26.000Z | src/problems/texturedquads.h | michaelmarks/apitest | d252e949f82cc005d2cb443de9d08bb8d984cabc | [
"Unlicense"
] | 28 | 2015-01-08T12:16:18.000Z | 2020-05-30T18:07:36.000Z | #pragma once
#include "problems/problem.h"
// --------------------------------------------------------------------------------------------------------------------
// --------------------------------------------------------------------------------------------------------------------
// --------------------------------... | 27.28 | 119 | 0.483871 | [
"render",
"vector"
] |
edd1012c08c7d180ef2a5f9e20f952095e868cb5 | 1,970 | h | C | Gems/Atom/Feature/Common/Code/Include/Atom/Feature/DisplayMapper/DisplayMapperFeatureProcessorInterface.h | aaarsene/o3de | 37e3b0226958974defd14dd6d808e8557dcd7345 | [
"Apache-2.0",
"MIT"
] | 1 | 2021-09-13T00:01:12.000Z | 2021-09-13T00:01:12.000Z | Gems/Atom/Feature/Common/Code/Include/Atom/Feature/DisplayMapper/DisplayMapperFeatureProcessorInterface.h | aaarsene/o3de | 37e3b0226958974defd14dd6d808e8557dcd7345 | [
"Apache-2.0",
"MIT"
] | null | null | null | Gems/Atom/Feature/Common/Code/Include/Atom/Feature/DisplayMapper/DisplayMapperFeatureProcessorInterface.h | aaarsene/o3de | 37e3b0226958974defd14dd6d808e8557dcd7345 | [
"Apache-2.0",
"MIT"
] | 1 | 2021-07-20T11:07:25.000Z | 2021-07-20T11:07:25.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 <Atom/RPI.Public/FeatureProcessor.h>
#include <Atom/Feature/DisplayMapper/Di... | 38.627451 | 158 | 0.700508 | [
"render",
"3d"
] |
edd47cf52db8fee940ed66be93301aa84ede68ff | 3,182 | h | C | src/ifmap/client/config_amqp_client.h | sagarc-contrail/contrail-controller | 834302367f3ff81f1ce93f4036b6b3788dfd6994 | [
"Apache-2.0"
] | null | null | null | src/ifmap/client/config_amqp_client.h | sagarc-contrail/contrail-controller | 834302367f3ff81f1ce93f4036b6b3788dfd6994 | [
"Apache-2.0"
] | null | null | null | src/ifmap/client/config_amqp_client.h | sagarc-contrail/contrail-controller | 834302367f3ff81f1ce93f4036b6b3788dfd6994 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright (c) 2017 Juniper Networks, Inc. All rights reserved.
*/
#ifndef ctrlplane_config_amqp_client_h
#define ctrlplane_config_amqp_client_h
#include <string>
#include <vector>
#include <boost/asio/ip/tcp.hpp>
#include <tbb/atomic.h>
struct IFMapConfigOptions;
class ConfigClientManager;
struct ConfigAmqp... | 25.66129 | 77 | 0.688875 | [
"vector"
] |
545694323dba593512313c64311db5bea8715a2c | 959 | h | C | Engine/source/gfx/gl/gfxGLVertexDecl.h | vbillet/Torque3D | ece8823599424ea675e5f79d9bcb44e42cba8cae | [
"MIT"
] | 2,113 | 2015-01-01T11:23:01.000Z | 2022-03-28T04:51:46.000Z | Engine/source/gfx/gl/gfxGLVertexDecl.h | vbillet/Torque3D | ece8823599424ea675e5f79d9bcb44e42cba8cae | [
"MIT"
] | 948 | 2015-01-02T01:50:00.000Z | 2022-02-27T05:56:40.000Z | Engine/source/gfx/gl/gfxGLVertexDecl.h | vbillet/Torque3D | ece8823599424ea675e5f79d9bcb44e42cba8cae | [
"MIT"
] | 944 | 2015-01-01T09:33:53.000Z | 2022-03-15T22:23:03.000Z | #ifndef GFX_GL_VERTEX_DECL
#define GFX_GL_VERTEX_DECL
class GFXVertexFormat;
class GFXGLDevice;
class GFXGLVertexDecl : public GFXVertexDecl
{
public:
GFXGLVertexDecl() : mFormat(NULL), mVertexAttribActiveMask(0) {}
void init(const GFXVertexFormat *format);
void prepareVertexFormat() const;
void prepareB... | 24.589744 | 75 | 0.736184 | [
"vector"
] |
545cf2caa004e808487f7eef399704067a6f595c | 3,218 | h | C | sources/Engine/Modules/Physics/BulletBackend/BulletPhysicsSystemBackend.h | n-paukov/swengine | ca7441f238e8834efff5d2b61b079627824bf3e4 | [
"MIT"
] | 22 | 2017-07-26T17:42:56.000Z | 2022-03-21T22:12:52.000Z | sources/Engine/Modules/Physics/BulletBackend/BulletPhysicsSystemBackend.h | n-paukov/swengine | ca7441f238e8834efff5d2b61b079627824bf3e4 | [
"MIT"
] | 50 | 2017-08-02T19:37:48.000Z | 2020-07-24T21:10:38.000Z | sources/Engine/Modules/Physics/BulletBackend/BulletPhysicsSystemBackend.h | n-paukov/swengine | ca7441f238e8834efff5d2b61b079627824bf3e4 | [
"MIT"
] | 4 | 2018-08-20T08:12:48.000Z | 2020-07-19T14:10:05.000Z | #pragma once
#include <glm/vec3.hpp>
#include <btBulletDynamicsCommon.h>
#include "Modules/ECS/ECS.h"
#include "Modules/ECS/OnlineManagementSystem.h"
#include "Modules/Physics/BaseBackend/PhysicsSystemBackend.h"
#include "Modules/Physics/RigidBodyComponent.h"
#include "Modules/Physics/KinematicCharacterComponent.h"
... | 36.157303 | 93 | 0.82629 | [
"render",
"object",
"transform"
] |
545e0a170bafa39d860dc01bb6c9a349b7c1a44b | 3,096 | h | C | Desktop/Tools/CCore/inc/video/PrintDDL.h | SergeyStrukov/CCore-3-xx | 820507e78f8aa35ca05761e00e060c8f64c59af5 | [
"BSL-1.0"
] | 8 | 2017-12-21T07:00:16.000Z | 2020-04-02T09:05:55.000Z | Desktop/Tools/CCore/inc/video/PrintDDL.h | SergeyStrukov/CCore-3-xx | 820507e78f8aa35ca05761e00e060c8f64c59af5 | [
"BSL-1.0"
] | null | null | null | Desktop/Tools/CCore/inc/video/PrintDDL.h | SergeyStrukov/CCore-3-xx | 820507e78f8aa35ca05761e00e060c8f64c59af5 | [
"BSL-1.0"
] | 1 | 2020-03-30T09:54:18.000Z | 2020-03-30T09:54:18.000Z | /* PrintDDL.h */
//----------------------------------------------------------------------------------------
//
// Project: CCore 3.00
//
// Tag: Desktop
//
// License: Boost Software License - Version 1.0 - August 17th, 2003
//
// see http://www.boost.org/LICENSE_1_0.txt or the local copy
//
// Copyright... | 18.763636 | 97 | 0.540698 | [
"object"
] |
545e1345e340eb485836cd33ed980348c9bb9b60 | 3,074 | h | C | KoalaRunBot/Steamhammer/Source/ProductionManager.h | koalarun/KoalaRunBot | 2c2093d26b1ca87a08731727a189f32297e9c6cd | [
"MIT"
] | null | null | null | KoalaRunBot/Steamhammer/Source/ProductionManager.h | koalarun/KoalaRunBot | 2c2093d26b1ca87a08731727a189f32297e9c6cd | [
"MIT"
] | null | null | null | KoalaRunBot/Steamhammer/Source/ProductionManager.h | koalarun/KoalaRunBot | 2c2093d26b1ca87a08731727a189f32297e9c6cd | [
"MIT"
] | null | null | null | #pragma once
#include <forward_list>
#include "Common.h"
#include "BOSSManager.h"
#include "BuildOrder.h"
#include "BuildOrderQueue.h"
#include "BuildingManager.h"
#include "ProductionGoal.h"
#include "StrategyManager.h"
namespace KoalaRunBot {
enum class ExtractorTrick { None, Start, ExtractorOrdered, UnitOrdere... | 32.357895 | 115 | 0.732271 | [
"vector"
] |
547d81baaf9f755fd6f1d00b4b89d11b19c0920d | 804 | h | C | libs/MelonFrontend/MelonFrontend/VertexShader.h | HeBomou/Melon | a5a4b7dad296d6d9b1e6bd90427af2fd7bcdf2ef | [
"BSD-3-Clause"
] | 13 | 2020-10-10T01:32:57.000Z | 2021-04-03T06:23:20.000Z | libs/MelonFrontend/MelonFrontend/VertexShader.h | paakmau/Melon | a5a4b7dad296d6d9b1e6bd90427af2fd7bcdf2ef | [
"BSD-3-Clause"
] | 2 | 2021-04-02T12:52:50.000Z | 2021-04-08T03:35:30.000Z | libs/MelonFrontend/MelonFrontend/VertexShader.h | paakmau/Melon | a5a4b7dad296d6d9b1e6bd90427af2fd7bcdf2ef | [
"BSD-3-Clause"
] | null | null | null | #include <cstdint>
#include <vector>
constexpr const char* k_VertexShader =
"#version 450\n"
"\n"
"layout(set = 0, binding = 0) uniform CameraUniformObject {\n"
" mat4 vp;\n"
"}\n"
"cameraUniformObject;\n"
"\n"
"layout(set = 1, binding = 0) uniform EntityUniformObject {\n"
" m... | 28.714286 | 102 | 0.580846 | [
"vector",
"model"
] |
547efd93c5f3f2d90d034943d537d00ff67b88a2 | 482 | h | C | Graph.h | ksenull/CoffmanGrahamGraphVis | ddc2034374c12939d24c8b9f6a39505fabb0f8fd | [
"MIT"
] | null | null | null | Graph.h | ksenull/CoffmanGrahamGraphVis | ddc2034374c12939d24c8b9f6a39505fabb0f8fd | [
"MIT"
] | null | null | null | Graph.h | ksenull/CoffmanGrahamGraphVis | ddc2034374c12939d24c8b9f6a39505fabb0f8fd | [
"MIT"
] | null | null | null | #pragma once
#include <iostream>
#include <vector>
#include <NamedType.h>
using namespace std;
struct VertexParameter {};
struct EdgesParameter {};
struct GraphParameter {};
using Vertex = NamedType<int, VertexParameter>;
using Edges = NamedType<vector<Vertex>, EdgesParameter>;
using Graph = NamedTy... | 20.956522 | 57 | 0.709544 | [
"vector"
] |
547ffe60b396dd8c8c04253472673d3e7ed87b8c | 368 | h | C | WeatherStation/timezone.h | notpavlov/Weather-Station | 3ac18096ee95e8ea280a7fa3f4c1249d0afbbdc1 | [
"MIT"
] | null | null | null | WeatherStation/timezone.h | notpavlov/Weather-Station | 3ac18096ee95e8ea280a7fa3f4c1249d0afbbdc1 | [
"MIT"
] | null | null | null | WeatherStation/timezone.h | notpavlov/Weather-Station | 3ac18096ee95e8ea280a7fa3f4c1249d0afbbdc1 | [
"MIT"
] | null | null | null | #include <vector>
#include <string>
/*!
* \brief Class that retrieves and sets the system's timezone.
* \copyright MIT License
* \author notpavlov
*/
class timezone {
public:
static void timezoneGet(std::string& timezone);
static void timezoneSet(const std::string& timezone);
static void timezoneListGet(std::ve... | 23 | 62 | 0.725543 | [
"vector"
] |
54830181e131672f7404907b90aa54ad789c84ed | 2,816 | h | C | firmware/rotary_encoder/RotaryEncOverMCP.h | klintan/ros2_rotary_encoder | 80f32bba170e1df01f36b3bf10ae0bab47835c01 | [
"MIT"
] | null | null | null | firmware/rotary_encoder/RotaryEncOverMCP.h | klintan/ros2_rotary_encoder | 80f32bba170e1df01f36b3bf10ae0bab47835c01 | [
"MIT"
] | null | null | null | firmware/rotary_encoder/RotaryEncOverMCP.h | klintan/ros2_rotary_encoder | 80f32bba170e1df01f36b3bf10ae0bab47835c01 | [
"MIT"
] | null | null | null | /*
* RotaryEncOverMCP.h
*
* Created on: 21.05.2018
* Author: Maxi
*/
#ifndef SRC_ROTARYENCOVERMCP_H_
#define SRC_ROTARYENCOVERMCP_H_
/* Describes new objects based on the Rotary and Adafruit MCP23017 library */
#include <Adafruit_MCP23017.h>
#include <Rotary.h>
/* function pointer definition */
typedef vo... | 32 | 117 | 0.604403 | [
"object"
] |
5495e17160900e29800c6ed12e4224cc1c3c37b7 | 2,328 | h | C | csv/csv.h | KondoA9/a9_cpp_library | 36bf0371e778cc995c347246b8699eb459da66a7 | [
"MIT"
] | null | null | null | csv/csv.h | KondoA9/a9_cpp_library | 36bf0371e778cc995c347246b8699eb459da66a7 | [
"MIT"
] | null | null | null | csv/csv.h | KondoA9/a9_cpp_library | 36bf0371e778cc995c347246b8699eb459da66a7 | [
"MIT"
] | null | null | null | #pragma once
#include "../util/util.h"
#include <fstream>
#include <vector>
#include <string>
namespace a9 {
class csv {
std::vector<std::vector<std::string>> cells_;
size_t row_ = 0, column_ = 0;
char delimiter_ = ',';
std::string path_;
bool is_open_ = false;
public:
csv() {}
csv(const std::strin... | 18.046512 | 65 | 0.601375 | [
"vector"
] |
54a1c2cfc3909a472b82893480a92466278d2fbb | 453 | h | C | Physics/Controller.h | lkstc112233/CSCI-6555-Labs | 17114a8433c028532c5a2cb8a540be507b9f268c | [
"MIT"
] | 3 | 2018-09-25T02:17:05.000Z | 2018-09-26T15:59:58.000Z | Physics/Controller.h | lkstc112233/CSCI-6555-Labs | 17114a8433c028532c5a2cb8a540be507b9f268c | [
"MIT"
] | null | null | null | Physics/Controller.h | lkstc112233/CSCI-6555-Labs | 17114a8433c028532c5a2cb8a540be507b9f268c | [
"MIT"
] | 1 | 2019-11-11T18:18:50.000Z | 2019-11-11T18:18:50.000Z | #ifndef PHYSICS_CONTROLLER_H
#define PHYSICS_CONTROLLER_H
#include <glm/glm.hpp>
#include <memory>
#include "../Graphics/Object/Object.h"
class Controller {
private:
std::weak_ptr<Object3D> handlingObject;
public:
Controller(std::shared_ptr<Object3D> object);
glm::vec3 speed;
glm::vec3 position;
float m... | 20.590909 | 52 | 0.735099 | [
"object"
] |
54ab6c60ed6eb1214196bdcd6d22a7f2d0bc3425 | 6,614 | h | C | parsers/action_expression/generated/ActionExpressionParser.h | trgswe/fs2open.github.com | a159eba0cebca911ad14a118412fddfe5be8e9f8 | [
"Unlicense"
] | 307 | 2015-04-10T13:27:32.000Z | 2022-03-21T03:30:38.000Z | parsers/action_expression/generated/ActionExpressionParser.h | trgswe/fs2open.github.com | a159eba0cebca911ad14a118412fddfe5be8e9f8 | [
"Unlicense"
] | 2,231 | 2015-04-27T10:47:35.000Z | 2022-03-31T19:22:37.000Z | parsers/action_expression/generated/ActionExpressionParser.h | trgswe/fs2open.github.com | a159eba0cebca911ad14a118412fddfe5be8e9f8 | [
"Unlicense"
] | 282 | 2015-01-05T12:16:57.000Z | 2022-03-28T04:45:11.000Z |
// Generated from /media/cache/code/asarium/fs2open.github.com/parsers/action_expression/ActionExpression.g4 by ANTLR 4.8
#pragma once
#include "antlr4-runtime.h"
class ActionExpressionParser : public antlr4::Parser {
public:
enum {
PLUS = 1, MINUS = 2, FLOAT = 3, INT = 4, RAND_L_PAREN = 5, L_PAREN = 6, ... | 34.26943 | 136 | 0.757787 | [
"vector"
] |
54b6f036c21766d80ae18ad1d889d5811c6631ee | 4,462 | h | C | printscan/wia/core/server/lockmgr.h | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | printscan/wia/core/server/lockmgr.h | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | printscan/wia/core/server/lockmgr.h | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | /******************************************************************************
*
* (C) COPYRIGHT MICROSOFT CORP., 1999
*
* TITLE: LockMgr.h
*
* VERSION: 1.0
*
* AUTHOR: ByronC
*
* DATE: 15 November, 1999
*
* DESCRIPTION:
* Definition of Lock Manager Class.
*
***************... | 31.422535 | 119 | 0.579337 | [
"object"
] |
54c1b4bc026e33c82977246368e3b2763693818f | 828 | h | C | src/dataStructures.h | phil-ludewig/SensorFusionND_Camera_2D_Feature_Tracking | a6907ea1f8c0d7558af31eb60ebecd7a428f74c8 | [
"MIT"
] | null | null | null | src/dataStructures.h | phil-ludewig/SensorFusionND_Camera_2D_Feature_Tracking | a6907ea1f8c0d7558af31eb60ebecd7a428f74c8 | [
"MIT"
] | null | null | null | src/dataStructures.h | phil-ludewig/SensorFusionND_Camera_2D_Feature_Tracking | a6907ea1f8c0d7558af31eb60ebecd7a428f74c8 | [
"MIT"
] | null | null | null | #ifndef dataStructures_h
#define dataStructures_h
#include <vector>
#include <opencv2/core.hpp>
struct DataFrame { // represents the available sensor information at the same time instance
cv::Mat cameraImg; // camera image
std::vector<cv::KeyPoint> keypoints; // 2D keypoints within camera image
cv::Mat... | 25.090909 | 95 | 0.729469 | [
"vector"
] |
54c33929530817cadc58ded61f5b4c68e92777c5 | 1,964 | h | C | src/Game/GHHeightFieldOMeshLoader.h | GoldenHammerSoftware/GH | 757213f479c0fc80ed1a0f59972bf3e9d92b7526 | [
"MIT"
] | null | null | null | src/Game/GHHeightFieldOMeshLoader.h | GoldenHammerSoftware/GH | 757213f479c0fc80ed1a0f59972bf3e9d92b7526 | [
"MIT"
] | null | null | null | src/Game/GHHeightFieldOMeshLoader.h | GoldenHammerSoftware/GH | 757213f479c0fc80ed1a0f59972bf3e9d92b7526 | [
"MIT"
] | null | null | null | // Copyright Golden Hammer Software
#pragma once
#include "GHMath/GHPoint.h"
#include <vector>
#include "GHHeightFieldMeshDesc.h"
#include "GHString/GHIdentifierMap.h"
class GHModel;
class GHHeightField;
class GHXMLNode;
class GHXMLObjFactory;
class GHStringIdFactory;
class GHVBFactory;
class GHHeightFieldOMeshBucket... | 34.45614 | 94 | 0.692974 | [
"mesh",
"vector"
] |
54cb1433e84db3be218ae36f7a2668ec1fe2daed | 3,785 | h | C | src/qt/qtwebkit/Source/WebCore/Modules/indexeddb/IDBObjectStoreBackendImpl.h | viewdy/phantomjs | eddb0db1d253fd0c546060a4555554c8ee08c13c | [
"BSD-3-Clause"
] | 1 | 2015-05-27T13:52:20.000Z | 2015-05-27T13:52:20.000Z | src/qt/qtwebkit/Source/WebCore/Modules/indexeddb/IDBObjectStoreBackendImpl.h | mrampersad/phantomjs | dca6f77a36699eb4e1c46f7600cca618f01b0ac3 | [
"BSD-3-Clause"
] | null | null | null | src/qt/qtwebkit/Source/WebCore/Modules/indexeddb/IDBObjectStoreBackendImpl.h | mrampersad/phantomjs | dca6f77a36699eb4e1c46f7600cca618f01b0ac3 | [
"BSD-3-Clause"
] | 1 | 2022-02-18T10:41:38.000Z | 2022-02-18T10:41:38.000Z | /*
* Copyright (C) 2011 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of condit... | 47.3125 | 377 | 0.777807 | [
"vector"
] |
54d16e27b42ec4802b4143abdf60a59a72419796 | 81,721 | c | C | drivers/misc/vchiq/slots.c | christopherco/rpi-iotcore | 2cf15e428e743dd7f7742f7511725741640c5be3 | [
"MIT"
] | 89 | 2018-12-22T15:34:45.000Z | 2021-12-16T20:07:29.000Z | drivers/misc/vchiq/slots.c | christopherco/rpi-iotcore | 2cf15e428e743dd7f7742f7511725741640c5be3 | [
"MIT"
] | 22 | 2016-01-23T04:03:56.000Z | 2018-11-16T21:45:10.000Z | drivers/misc/vchiq/slots.c | christopherco/rpi-iotcore | 2cf15e428e743dd7f7742f7511725741640c5be3 | [
"MIT"
] | 42 | 2016-02-18T21:55:54.000Z | 2018-11-27T07:12:01.000Z | //
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// Module Name:
//
// slots.c
//
// Abstract:
//
// Vchiq slots operation implementation.
//
#include "precomp.h"
#include "trace.h"
#include "slots.tmh"
#include "slotscommon.h"
#include "device.h"
#include "file.h"
#include "memory.h"
#in... | 28.150534 | 91 | 0.602624 | [
"object"
] |
54da7c6463ff1f236e24265150ddbb407ee02569 | 2,803 | h | C | panda/src/putil/uniqueIdAllocator.h | sean5470/panda3d | ea2d4fecd4af1d4064c5fe2ae2a902ef4c9b903d | [
"PHP-3.0",
"PHP-3.01"
] | null | null | null | panda/src/putil/uniqueIdAllocator.h | sean5470/panda3d | ea2d4fecd4af1d4064c5fe2ae2a902ef4c9b903d | [
"PHP-3.0",
"PHP-3.01"
] | null | null | null | panda/src/putil/uniqueIdAllocator.h | sean5470/panda3d | ea2d4fecd4af1d4064c5fe2ae2a902ef4c9b903d | [
"PHP-3.0",
"PHP-3.01"
] | null | null | null | /**
* PANDA 3D SOFTWARE
* Copyright (c) Carnegie Mellon University. All rights reserved.
*
* All use of this software is subject to the terms of the revised BSD
* license. You should have received a copy of this license along
* with this source code in a file named "LICENSE."
*
* @file uniqueIdAllocator.h
* ... | 31.144444 | 78 | 0.727078 | [
"3d"
] |
54ea53eaf1c76aceb416610cde14806c4265ba54 | 1,651 | h | C | model/v1beta1_local_subject_access_review.h | ityuhui/client-c | 1d30380d7ba0fe9b5e97626e0f7507be4ce8f96d | [
"curl",
"Apache-2.0"
] | null | null | null | model/v1beta1_local_subject_access_review.h | ityuhui/client-c | 1d30380d7ba0fe9b5e97626e0f7507be4ce8f96d | [
"curl",
"Apache-2.0"
] | null | null | null | model/v1beta1_local_subject_access_review.h | ityuhui/client-c | 1d30380d7ba0fe9b5e97626e0f7507be4ce8f96d | [
"curl",
"Apache-2.0"
] | null | null | null | /*
* v1beta1_local_subject_access_review.h
*
* LocalSubjectAccessReview checks whether or not_ a user or group can perform an action in a given namespace. Having a namespace scoped resource makes it much easier to grant namespace scoped policy that includes permissions checking.
*/
#ifndef _v1beta1_local_subject_a... | 36.688889 | 235 | 0.835857 | [
"model"
] |
54fafe6846835aeb22afb9f68db705ef6895818c | 2,234 | h | C | ace/tao/tests/Collocation/Diamond_i.h | tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective | 1b0172cdb78757fd17898503aaf6ce03d940ef28 | [
"Apache-1.1"
] | 46 | 2015-12-04T17:12:58.000Z | 2022-03-11T04:30:49.000Z | ace/tao/tests/Collocation/Diamond_i.h | tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective | 1b0172cdb78757fd17898503aaf6ce03d940ef28 | [
"Apache-1.1"
] | null | null | null | ace/tao/tests/Collocation/Diamond_i.h | tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective | 1b0172cdb78757fd17898503aaf6ce03d940ef28 | [
"Apache-1.1"
] | 23 | 2016-10-24T09:18:14.000Z | 2022-02-25T02:11:35.000Z | // Diamond_i.h,v 1.5 2001/02/25 16:03:37 bala Exp
#if !defined (TAO_DIAMOND_I_H)
#define TAO_DIAMOND_I_H
#include "DiamondS.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
class Diamond_Export Top_i : public POA_Diamond::Top
{
public:
Top_i (void);
~Top_... | 25.976744 | 59 | 0.670546 | [
"object",
"shape"
] |
54fd912e94ae36bebfba2e5bc05c0911473126f5 | 9,305 | h | C | src/module/inc/ConfigManager.h | chisuhua/comodel | 39370d2ac666fb04d182b8a56f45d81e06bac972 | [
"Apache-2.0"
] | null | null | null | src/module/inc/ConfigManager.h | chisuhua/comodel | 39370d2ac666fb04d182b8a56f45d81e06bac972 | [
"Apache-2.0"
] | null | null | null | src/module/inc/ConfigManager.h | chisuhua/comodel | 39370d2ac666fb04d182b8a56f45d81e06bac972 | [
"Apache-2.0"
] | null | null | null | #pragma once
#include <list>
#include <map>
#include <set>
#include <string>
#include <vector>
#include "base/inc/cprintf.h"
#include "ConfigIniFile.h"
#include <tvm/runtime/module.h>
// class CheckpointIn;
/**
* Base class to wrap object resolving functionality.
*
* This can be provided to the serialization fram... | 36.347656 | 100 | 0.667598 | [
"object",
"vector"
] |
0700836d125cd09d2dd66de3ab67fa298394ccea | 706 | h | C | NemoKit/NemoKit/NMUtility/Foundation/Data Structure/NMDataStack.h | wenghengcong/NemoK | bea608f7d7413de8984440cfde3c0f0231596b44 | [
"MIT"
] | null | null | null | NemoKit/NemoKit/NMUtility/Foundation/Data Structure/NMDataStack.h | wenghengcong/NemoK | bea608f7d7413de8984440cfde3c0f0231596b44 | [
"MIT"
] | null | null | null | NemoKit/NemoKit/NMUtility/Foundation/Data Structure/NMDataStack.h | wenghengcong/NemoK | bea608f7d7413de8984440cfde3c0f0231596b44 | [
"MIT"
] | 1 | 2020-05-20T17:03:08.000Z | 2020-05-20T17:03:08.000Z | //
// NMDataStack.h
// NemoMoney
//
// Created by Hunt on 2020/1/4.
// Copyright © 2020 Hunt <wenghengcong@icloud.com>. All rights reserved.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface NMDataStack : NSObject <NSFastEnumeration> {
NSMutableArray* array;
}
// Removes and returns t... | 20.171429 | 73 | 0.723796 | [
"object"
] |
0701af4979c6678b81aea82cd9acd91c2b2314d9 | 3,428 | h | C | src/sgl/public/hal/runnable_pthread.h | sneppy/rds | 69facd24bebd7e5f76d5c2ea696fed65b946ef9a | [
"MIT"
] | null | null | null | src/sgl/public/hal/runnable_pthread.h | sneppy/rds | 69facd24bebd7e5f76d5c2ea696fed65b946ef9a | [
"MIT"
] | null | null | null | src/sgl/public/hal/runnable_pthread.h | sneppy/rds | 69facd24bebd7e5f76d5c2ea696fed65b946ef9a | [
"MIT"
] | null | null | null | #pragma once
#include "core_types.h"
#include "hal/platform_memory.h"
#include "hal/runnable_thread.h"
#include "hal/thread_manager.h"
#if PLATFORM_USE_PTHREADS
/**
* @class RunnablePThread hal/runnable_pthread.h
* @brief Base implementation that uses pthreads
*/
class RunnablePThread : public RunnableThread
{
pr... | 25.969697 | 148 | 0.713536 | [
"object"
] |
070fc0b1e3097e4e8d97e5b45e0901bf6b5ded9b | 3,037 | h | C | src/Image.h | tcvdijk/lineman | d0095425390c6c19757a8d21f604d97ead5331cb | [
"Apache-2.0"
] | 1 | 2020-09-02T22:06:29.000Z | 2020-09-02T22:06:29.000Z | src/Image.h | tcvdijk/lineman | d0095425390c6c19757a8d21f604d97ead5331cb | [
"Apache-2.0"
] | null | null | null | src/Image.h | tcvdijk/lineman | d0095425390c6c19757a8d21f604d97ead5331cb | [
"Apache-2.0"
] | null | null | null | #pragma once
#ifndef INCLUDED_IMAGE
#define INCLUDED_IMAGE
#include <vector>
#include <string>
#include <functional>
#include "Point.h"
#include "lodepng.h"
class Image {
public:
struct Stroke {
Stroke() {}
Stroke(Segment seg, unsigned char r, unsigned char g, unsigned char b) : seg(seg), r(r), g(g), b(b) {}
... | 22.496296 | 119 | 0.592032 | [
"vector"
] |
0718e8493cc6d0f7246e9a39920b711afe1dbd4e | 5,972 | h | C | crawl-ref/source/clua.h | MJSeaton/Crawl4x | a344f09bdaa866b15f21d92922a7183e59214b4f | [
"CC0-1.0"
] | 44 | 2020-04-06T08:56:09.000Z | 2021-03-17T18:05:18.000Z | crawl-ref/source/clua.h | MJSeaton/Crawl4x | a344f09bdaa866b15f21d92922a7183e59214b4f | [
"CC0-1.0"
] | 501 | 2020-04-06T07:19:01.000Z | 2022-02-23T13:04:40.000Z | crawl-ref/source/clua.h | MJSeaton/Crawl4x | a344f09bdaa866b15f21d92922a7183e59214b4f | [
"CC0-1.0"
] | 74 | 2020-04-06T07:40:50.000Z | 2021-05-21T00:13:36.000Z | #pragma once
extern "C" {
#include <lua.h>
#include <lauxlib.h>
#include <lualib.h>
}
#include <cstdarg>
#include <cstdio>
#include <map>
#include <set>
#include <string>
#include "maybe-bool.h"
class CLua;
class lua_stack_cleaner
{
public:
lua_stack_cleaner(lua_State *_ls) : ls(_ls), top(lua_gettop(_ls)) { }
... | 24.37551 | 77 | 0.66276 | [
"object",
"vector"
] |
0719afd27abf5b289725951ab9c6f33fc25d605f | 778 | h | C | twi.h | KerryL/rpi | 0c34b0b933c125ce27c7e58627c14092f3b72d44 | [
"MIT"
] | null | null | null | twi.h | KerryL/rpi | 0c34b0b933c125ce27c7e58627c14092f3b72d44 | [
"MIT"
] | null | null | null | twi.h | KerryL/rpi | 0c34b0b933c125ce27c7e58627c14092f3b72d44 | [
"MIT"
] | null | null | null | // File: twi.h
// Date: 2/15/2016
// Auth: K. Loux
// Desc: Object for handling TWI communication with a slave device.
#ifndef TWI_H_
#define TWI_H_
// Standard C++ headers
#include <string>
#include <vector>
#include <iostream>
class TWI
{
public:
TWI(const std::string& deviceFileName, const unsigned char& add... | 18.97561 | 69 | 0.719794 | [
"object",
"vector"
] |
071c9a7073fdbef80f8bb8ca969153576af91557 | 1,164 | h | C | src/compiler.h | dannyvankooten/pepper-lang | 55e1f3d64a1cc210928f3ff1aed4d45d068e21af | [
"MIT"
] | 34 | 2021-04-22T13:06:23.000Z | 2022-01-13T18:08:46.000Z | src/compiler.h | dannyvankooten/pepper-lang | 55e1f3d64a1cc210928f3ff1aed4d45d068e21af | [
"MIT"
] | 3 | 2021-04-22T15:44:04.000Z | 2021-04-28T08:07:46.000Z | src/compiler.h | dannyvankooten/monkey-c-monkey-do | 17d5d2973be67ae982ee4a80c76f42ab50ad9604 | [
"MIT"
] | 6 | 2020-06-01T01:53:52.000Z | 2021-09-13T01:37:56.000Z | #pragma once
#include "opcode.h"
#include "object.h"
#include "symbol_table.h"
struct emitted_instruction {
enum opcode opcode;
uint32_t position;
};
struct compiler_scope {
struct instruction *instructions;
struct emitted_instruction last_instruction;
struct emitted_instruction previous_instruc... | 33.257143 | 96 | 0.791237 | [
"object"
] |
0721018f82beee702451803e3490ff7fed992697 | 2,958 | h | C | smtk/bridge/discrete/operation/vtkCMBModelReadOperator.h | yumin/SMTK | d280f10c5b70953b2a0196f71832955c7fc75e7f | [
"BSD-3-Clause-Clear"
] | null | null | null | smtk/bridge/discrete/operation/vtkCMBModelReadOperator.h | yumin/SMTK | d280f10c5b70953b2a0196f71832955c7fc75e7f | [
"BSD-3-Clause-Clear"
] | 4 | 2016-11-10T15:49:51.000Z | 2017-02-06T23:24:16.000Z | smtk/bridge/discrete/operation/vtkCMBModelReadOperator.h | yumin/SMTK | d280f10c5b70953b2a0196f71832955c7fc75e7f | [
"BSD-3-Clause-Clear"
] | null | null | null | //=========================================================================
// Copyright (c) Kitware, Inc.
// All rights reserved.
// See LICENSE.txt for details.
//
// This software is distributed WITHOUT ANY WARRANTY; without even
// the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
// PURPOSE... | 31.806452 | 94 | 0.704192 | [
"model"
] |
07242bd0b9106eede3ca7174a2281abdaaae16e9 | 1,926 | h | C | Library/Mapping/NWSMappingContext.h | noodlewerk/Spaghe | 5f91b61c2a812f5fa7027b68202b35365714043c | [
"BSD-2-Clause"
] | 2 | 2015-01-16T05:30:29.000Z | 2015-02-22T23:37:56.000Z | Library/Mapping/NWSMappingContext.h | noodlewerk/Spaghe | 5f91b61c2a812f5fa7027b68202b35365714043c | [
"BSD-2-Clause"
] | null | null | null | Library/Mapping/NWSMappingContext.h | noodlewerk/Spaghe | 5f91b61c2a812f5fa7027b68202b35365714043c | [
"BSD-2-Clause"
] | 2 | 2015-04-29T15:15:44.000Z | 2021-02-09T05:03:43.000Z | //
// NWSMappingContext.h
// Spaghetti
//
// Copyright (c) 2012 noodlewerk. All rights reserved.
//
#import <Foundation/Foundation.h>
@class NWSStore, NWSPath;
// path stack is only available in debug
#if DEBUG
#define DEBUG_CONTEXT_PUSH(__context,__path) [(__context) pushPath:(__path)]
#define DEBUG_CONTEXT_POP(... | 21.164835 | 120 | 0.683281 | [
"object"
] |
072d37d4631575c440a54750aea0056f8e53650e | 1,914 | h | C | arch/arm/src/rtl8720c/chip.h | alvin1991/incubator-nuttx | b4fe0422624cfdc5a1925696f6ca7191a6d45326 | [
"Apache-2.0"
] | 1,006 | 2019-12-17T23:45:41.000Z | 2022-03-31T19:42:44.000Z | arch/arm/src/rtl8720c/chip.h | alvin1991/incubator-nuttx | b4fe0422624cfdc5a1925696f6ca7191a6d45326 | [
"Apache-2.0"
] | 2,661 | 2019-12-21T15:16:09.000Z | 2022-03-31T22:30:04.000Z | arch/arm/src/rtl8720c/chip.h | alvin1991/incubator-nuttx | b4fe0422624cfdc5a1925696f6ca7191a6d45326 | [
"Apache-2.0"
] | 613 | 2019-12-21T10:17:37.000Z | 2022-03-28T09:42:20.000Z | /****************************************************************************
* arch/arm/src/rtl8720c/chip.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 owne... | 39.061224 | 78 | 0.565831 | [
"vector"
] |
0743c5ac2def0c89d8d18b55af221407c2e6a7c1 | 8,731 | h | C | stlsoft/winstl_clipboard_format_sequence.h | masscry/dmc | c7638f7c524a65bc2af0876c76621d8a11da42bb | [
"BSL-1.0"
] | 86 | 2018-05-24T12:03:44.000Z | 2022-03-13T03:01:25.000Z | stlsoft/winstl_clipboard_format_sequence.h | masscry/dmc | c7638f7c524a65bc2af0876c76621d8a11da42bb | [
"BSL-1.0"
] | 1 | 2019-05-30T01:38:40.000Z | 2019-10-26T07:15:01.000Z | stlsoft/winstl_clipboard_format_sequence.h | masscry/dmc | c7638f7c524a65bc2af0876c76621d8a11da42bb | [
"BSL-1.0"
] | 14 | 2018-07-16T08:29:12.000Z | 2021-08-23T06:21:30.000Z | /* /////////////////////////////////////////////////////////////////////////////
* File: winstl_clipboard_format_sequence.h
*
* Purpose: Enumerates clipboard formats.
*
* Created: 11th May 2003
* Updated: 11th September 2004
*
* Home: http://stlsoft.org/
*
* Copyright (c) 2... | 31.293907 | 165 | 0.588592 | [
"object"
] |
07490da5d61407dba7724a5de08ae7bbe6a98e1a | 990 | h | C | Engine/Rendering/Renderer.h | GreatIndieDeveloper/StrawEngine-Core | 4f4a89e1fb970b6a2963371b90fbfab64f45bba8 | [
"Apache-2.0"
] | 2 | 2019-05-07T06:50:33.000Z | 2019-05-07T14:25:50.000Z | Engine/Rendering/Renderer.h | GreatIndieDeveloper/StrawEngine-Core | 4f4a89e1fb970b6a2963371b90fbfab64f45bba8 | [
"Apache-2.0"
] | null | null | null | Engine/Rendering/Renderer.h | GreatIndieDeveloper/StrawEngine-Core | 4f4a89e1fb970b6a2963371b90fbfab64f45bba8 | [
"Apache-2.0"
] | null | null | null | #pragma once
#include "../Addons/Sprite.h"
#include <GL/glew.h>
#include "../Math/Math.h"
#include <vector>
#include <algorithm>
#include <deque>
#include <map>
#include <unordered_map>
#define SPRITESIZE sizeof(Vertex) * 4
#define MAXSPRITES 190000
#define BUFFERSIZE SPRITESIZE * MAXSPRITES
#define INDIC... | 20.204082 | 60 | 0.684848 | [
"vector"
] |
725f6df0dc15943fbed3e75c540a33f4f212c7fa | 2,275 | h | C | components/subresource_filter/content/browser/ruleset_publisher.h | Ron423c/chromium | 2edf7b980065b648f8b2a6e52193d83832fe36b7 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 575 | 2015-06-18T23:58:20.000Z | 2022-03-23T09:32:39.000Z | components/subresource_filter/content/browser/ruleset_publisher.h | Ron423c/chromium | 2edf7b980065b648f8b2a6e52193d83832fe36b7 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 113 | 2015-05-04T09:58:14.000Z | 2022-01-31T19:35:03.000Z | components/subresource_filter/content/browser/ruleset_publisher.h | iridium-browser/iridium-browser | 907e31cf5ce5ad14d832796e3a7c11e496828959 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 52 | 2015-07-14T10:40:50.000Z | 2022-03-15T01:11:49.000Z | // Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_SUBRESOURCE_FILTER_CONTENT_BROWSER_RULESET_PUBLISHER_H_
#define COMPONENTS_SUBRESOURCE_FILTER_CONTENT_BROWSER_RULESET_PUBLISHER_H_
#in... | 42.12963 | 82 | 0.777582 | [
"object"
] |
726a55d22968840a1871c511a41594ddad57b592 | 840 | h | C | SymbolTable/ClassStruct.h | IKholopov/shishkin_forest | d6812ecc305ad35373384fb5a3abdf14502bc148 | [
"Apache-2.0"
] | 4 | 2018-02-15T20:54:18.000Z | 2018-06-20T16:22:31.000Z | SymbolTable/ClassStruct.h | IKholopov/shishkin_forest | d6812ecc305ad35373384fb5a3abdf14502bc148 | [
"Apache-2.0"
] | 1 | 2018-02-13T10:04:06.000Z | 2018-02-20T07:30:07.000Z | SymbolTable/ClassStruct.h | IKholopov/shishkin_forest | d6812ecc305ad35373384fb5a3abdf14502bc148 | [
"Apache-2.0"
] | 2 | 2017-12-17T01:22:19.000Z | 2018-08-05T16:45:31.000Z | #pragma once
#include <vector>
#include <map>
#include "MethodInfo.h"
namespace SymbolTable {
interface IClassStruct {
virtual ~IClassStruct() {}
virtual void AddClassName(const StringSymbol* className) = 0;
virtual void AddToVtable(const MethodInfo* info) = 0;
virtual void AddField(const VariableI... | 31.111111 | 118 | 0.685714 | [
"vector"
] |
726f0d42004312c2d400a7518daf1a5589ffdcab | 158,973 | c | C | orc/orcrules-neon.c | stb-tester/orc | 8d32f2d9f4a803e8e27c2f26ab54233d03efd023 | [
"BSD-3-Clause"
] | 45 | 2015-12-03T12:07:49.000Z | 2022-03-11T20:17:36.000Z | orc/orcrules-neon.c | stb-tester/orc | 8d32f2d9f4a803e8e27c2f26ab54233d03efd023 | [
"BSD-3-Clause"
] | null | null | null | orc/orcrules-neon.c | stb-tester/orc | 8d32f2d9f4a803e8e27c2f26ab54233d03efd023 | [
"BSD-3-Clause"
] | 15 | 2016-03-20T15:15:45.000Z | 2022-01-06T10:42:31.000Z |
#include "config.h"
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <sys/types.h>
#include <orc/orcprogram.h>
#include <orc/orcarm.h>
#include <orc/orcdebug.h>
#include <orc/orcneon.h>
static void orc_neon_emit_loadib (OrcCompiler *compiler, OrcVariable *dest, int param);
static void orc_neon_... | 34.195096 | 135 | 0.573638 | [
"vector"
] |
72709c8f73f38c40f14917932e7b3ea3107bd86c | 919 | h | C | SOLVER/src/preloop/graph/DualGraph.h | kuangdai/AxiSEM3D | fd9da14e9107783e3b07b936c67af2412146e099 | [
"MIT"
] | 17 | 2016-12-16T03:13:57.000Z | 2021-12-15T01:56:45.000Z | SOLVER/src/preloop/graph/DualGraph.h | syzeng-duduxi/AxiSEM3D | fd9da14e9107783e3b07b936c67af2412146e099 | [
"MIT"
] | 6 | 2018-01-15T17:17:20.000Z | 2020-03-18T09:53:58.000Z | SOLVER/src/preloop/graph/DualGraph.h | syzeng-duduxi/AxiSEM3D | fd9da14e9107783e3b07b936c67af2412146e099 | [
"MIT"
] | 19 | 2016-12-28T16:55:00.000Z | 2021-06-23T01:02:16.000Z | // DualGraph.h
// created by Kuangdai on 18-Jun-2016
// metis dual graph
#pragma once
#include "eigenp.h"
// domain decomposition option
struct DecomposeOption {
RDColX mElemWeights = RDColX::Zero(0);
double mImbalance = 0.01;
int mProcInterval = 1;
int mNCutsPerProc = 1;
};
class DualGraph {
... | 25.527778 | 97 | 0.693145 | [
"vector"
] |
727610a83685afa47d93aaa14f2ee2511e4f3c7e | 13,030 | h | C | Pinocchio/vector.h | criminalking/character_animation | 2eb0362d8021779aad12f216f788b84799070338 | [
"MIT"
] | null | null | null | Pinocchio/vector.h | criminalking/character_animation | 2eb0362d8021779aad12f216f788b84799070338 | [
"MIT"
] | null | null | null | Pinocchio/vector.h | criminalking/character_animation | 2eb0362d8021779aad12f216f788b84799070338 | [
"MIT"
] | null | null | null | /* This file is part of the Pinocchio automatic rigging library.
Copyright (C) 2007 Ilya Baran (ibaran@mit.edu)
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 Free Software Foundation; either
vers... | 39.129129 | 134 | 0.621719 | [
"vector",
"transform"
] |
727b557578b667f15899e4ca0356f6e8b4be93fd | 1,450 | h | C | AirFloat/NotificationCenter.h | davhelm/AirFloat | 460a97d57f9adf3372093e1e62a38b726ab08737 | [
"Unlicense"
] | 2 | 2015-07-20T17:09:11.000Z | 2017-02-05T11:08:34.000Z | AirFloat/NotificationCenter.h | davhelm/AirFloat | 460a97d57f9adf3372093e1e62a38b726ab08737 | [
"Unlicense"
] | null | null | null | AirFloat/NotificationCenter.h | davhelm/AirFloat | 460a97d57f9adf3372093e1e62a38b726ab08737 | [
"Unlicense"
] | null | null | null | //
// NotificationCenter.h
// AirFloat
//
// Created by Kristian Trenskow on 2/8/12.
// Copyright (c) 2012 The Famous Software Company. All rights reserved.
//
#ifndef AirFloat_NotificationCenter_h
#define AirFloat_NotificationCenter_h
#include <stdlib.h>
#include <stdint.h>
#include "Mutex.h"
#include "Notifica... | 25.892857 | 128 | 0.733793 | [
"object"
] |
72827b803de74087e26a7eb751d886368d8b4038 | 2,739 | h | C | include/Test.h | Matthiaas/RankAndSelectBasedQuotientFilter | 5e64cf6248d8ec4e5686bf7d818006349282db3b | [
"Apache-2.0"
] | null | null | null | include/Test.h | Matthiaas/RankAndSelectBasedQuotientFilter | 5e64cf6248d8ec4e5686bf7d818006349282db3b | [
"Apache-2.0"
] | null | null | null | include/Test.h | Matthiaas/RankAndSelectBasedQuotientFilter | 5e64cf6248d8ec4e5686bf7d818006349282db3b | [
"Apache-2.0"
] | null | null | null | #ifndef TEST_H
#define TEST_H
#include <iostream>
#include <vector>
#include <list>
#include <algorithm>
#include "AQM.h"
#include "RSQF.h"
#include "CQF.h"
#include "RSQF_WITHOUT_BLOCKING.h"
#include "RSQF_WITHOUT_OFFSETS.h"
#include "BloomFilter.h"
#include "CountingBloomFilter.h"
// If true this may increas... | 21.398438 | 138 | 0.556042 | [
"vector"
] |
72828d968d5def96e5bcc9957fb0a5e12df92fd3 | 2,762 | h | C | panda/src/chan/animChannelScalarDynamic.h | sean5470/panda3d | ea2d4fecd4af1d4064c5fe2ae2a902ef4c9b903d | [
"PHP-3.0",
"PHP-3.01"
] | 3 | 2020-01-02T08:43:36.000Z | 2020-07-05T08:59:02.000Z | panda/src/chan/animChannelScalarDynamic.h | sean5470/panda3d | ea2d4fecd4af1d4064c5fe2ae2a902ef4c9b903d | [
"PHP-3.0",
"PHP-3.01"
] | null | null | null | panda/src/chan/animChannelScalarDynamic.h | sean5470/panda3d | ea2d4fecd4af1d4064c5fe2ae2a902ef4c9b903d | [
"PHP-3.0",
"PHP-3.01"
] | 1 | 2020-03-11T17:38:45.000Z | 2020-03-11T17:38:45.000Z | /**
* PANDA 3D SOFTWARE
* Copyright (c) Carnegie Mellon University. All rights reserved.
*
* All use of this software is subject to the terms of the revised BSD
* license. You should have received a copy of this license along
* with this source code in a file named "LICENSE."
*
* @file animChannelScalarDynami... | 29.698925 | 84 | 0.754164 | [
"object",
"transform",
"3d"
] |
72835fbac9c9c2f0cceef82c6da0f5c5c8c7fbbb | 1,787 | h | C | SRC/analysis/analysis_cutline.h | shikc/wotan | e6962ed5b3e14033f49666b2fc210ea8c3f77290 | [
"MIT"
] | 6 | 2018-12-15T03:31:41.000Z | 2020-11-09T12:50:03.000Z | SRC/analysis/analysis_cutline.h | shikc/wotan | e6962ed5b3e14033f49666b2fc210ea8c3f77290 | [
"MIT"
] | null | null | null | SRC/analysis/analysis_cutline.h | shikc/wotan | e6962ed5b3e14033f49666b2fc210ea8c3f77290 | [
"MIT"
] | 5 | 2019-04-22T12:47:58.000Z | 2021-03-04T06:34:20.000Z | #ifndef ANALYSIS_CUTLINE_H
#define ANALYSIS_CUTLINE_H
#include <vector>
#include "wotan_types.h"
/**** Typedefs ****/
/* used to store node indices for each level of the subgraph */
typedef std::vector< std::vector< int > > t_cutline_prob_struct;
/**** Classes ****/
/* A class used to lump together all data struct... | 44.675 | 165 | 0.762171 | [
"vector"
] |
7290c6bbf644adc3e7652fac17b869ebc4d11387 | 3,556 | h | C | annotations.h | cs50isdt/SuperCalc | 6319a3c2c41b97c3ff446068aa1f3adbb0f4b480 | [
"MIT"
] | 7 | 2019-11-04T06:06:54.000Z | 2021-09-29T11:18:09.000Z | annotations.h | cs50isdt/SuperCalc | 6319a3c2c41b97c3ff446068aa1f3adbb0f4b480 | [
"MIT"
] | 4 | 2015-08-31T07:15:28.000Z | 2020-12-02T13:59:23.000Z | annotations.h | cs50isdt/SuperCalc | 6319a3c2c41b97c3ff446068aa1f3adbb0f4b480 | [
"MIT"
] | 5 | 2015-09-06T16:56:56.000Z | 2021-11-23T01:24:48.000Z | /*
annotations.h
SuperCalc
Created by C0deH4cker on 6/19/20.
Copyright (c) 2020 C0deH4cker. All rights reserved.
*/
#ifndef SC_ANNOTATIONS_H
#define SC_ANNOTATIONS_H
#include <stdlib.h>
#ifndef __has_attribute
# define __has_attribute(x) 0
#endif
#ifndef __has_feature
# define __has_feature(x) 0
#endif
#... | 24.867133 | 101 | 0.791339 | [
"object"
] |
729346d9bb56c36d8ce461c5d2a79d27aec37d38 | 796 | h | C | preparer/src/AMGPreparer/amgpreparer.h | agancsos/cpp | 08ad758f71d899027d6891dca5bed24bf02bbc81 | [
"MIT"
] | null | null | null | preparer/src/AMGPreparer/amgpreparer.h | agancsos/cpp | 08ad758f71d899027d6891dca5bed24bf02bbc81 | [
"MIT"
] | null | null | null | preparer/src/AMGPreparer/amgpreparer.h | agancsos/cpp | 08ad758f71d899027d6891dca5bed24bf02bbc81 | [
"MIT"
] | null | null | null | #ifndef __AMGPREPARER_H_INCLUDED__
#define __AMGPREPARER_H_INCLUDED__
#include <iostream>
#include <string>
#include <vector>
#include <fstream>
#include "../AMGSystem/amgsystem.h"
using namespace std;
/**
This class helps prepare the needed directories for DVD files
*/
class AMGPreparer{
private:
string... | 20.410256 | 62 | 0.717337 | [
"vector"
] |
72a156b75842045dc211fe393a524299777e6533 | 543 | h | C | cpp/plsomlib/util/DiameterBuffer.h | erikjber/plsomlib | 076d9d1e87a336c7a928e983b7313718aeef8688 | [
"Unlicense"
] | null | null | null | cpp/plsomlib/util/DiameterBuffer.h | erikjber/plsomlib | 076d9d1e87a336c7a928e983b7313718aeef8688 | [
"Unlicense"
] | null | null | null | cpp/plsomlib/util/DiameterBuffer.h | erikjber/plsomlib | 076d9d1e87a336c7a928e983b7313718aeef8688 | [
"Unlicense"
] | null | null | null | /**
* Created by Erik Berglund on 2018-04-18.
*/
#ifndef CPP_DIAMETERBUFFER_H
#define CPP_DIAMETERBUFFER_H
#include <vector>
#include "../metrics/EuclideanMetric.h"
using namespace std;
class DiameterBuffer
{
private:
vector<vector<double>> buffer;
EuclideanMetric bufferMetric;
double maxDiameter = -1;
pub... | 15.514286 | 42 | 0.72744 | [
"vector"
] |
72a86ad7d4992e542306ef47a7eb0ecd14b081c8 | 6,475 | c | C | src/gst-plugins/webrtcendpoint/kmswebrtcbaseconnection.c | prlanzarin/kms-elements | 6664f325e176a7922536d7638e873e947d5b0766 | [
"Apache-2.0"
] | 1 | 2019-11-25T05:57:28.000Z | 2019-11-25T05:57:28.000Z | src/gst-plugins/webrtcendpoint/kmswebrtcbaseconnection.c | prlanzarin/kms-elements | 6664f325e176a7922536d7638e873e947d5b0766 | [
"Apache-2.0"
] | 2 | 2019-01-16T05:00:57.000Z | 2019-04-17T19:25:05.000Z | src/gst-plugins/webrtcendpoint/kmswebrtcbaseconnection.c | prlanzarin/kms-elements | 6664f325e176a7922536d7638e873e947d5b0766 | [
"Apache-2.0"
] | 2 | 2019-10-20T22:09:00.000Z | 2019-10-21T01:12:00.000Z | /*
* (C) Copyright 2014 Kurento (http://kurento.org/)
*
* 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 applicab... | 28.524229 | 80 | 0.763243 | [
"object"
] |
72abcd82554bf66860643ba0132deffb10432b57 | 21,229 | h | C | src/utils/paddle_gserver_neural_network.h | pengdu/bubblefs | 9b27e191a287b3a1d012adfd3bab6a30629a5f33 | [
"BSD-3-Clause"
] | 1 | 2021-01-11T14:19:51.000Z | 2021-01-11T14:19:51.000Z | src/utils/paddle_gserver_neural_network.h | pengdu/bubblefs | 9b27e191a287b3a1d012adfd3bab6a30629a5f33 | [
"BSD-3-Clause"
] | null | null | null | src/utils/paddle_gserver_neural_network.h | pengdu/bubblefs | 9b27e191a287b3a1d012adfd3bab6a30629a5f33 | [
"BSD-3-Clause"
] | null | null | null | /* Copyright (c) 2016 PaddlePaddle Authors. All Rights Reserve.
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 agr... | 32.559816 | 80 | 0.630223 | [
"vector",
"model"
] |
6066936383b546ed037f947c548f34b4c1856dc7 | 18,618 | h | C | PooToolsSource/UniTool/PMacros.h | crazypoo/PTools | a286c29e02eaddb5df1dc66e54054c9bdd4f9ff3 | [
"MIT"
] | 9 | 2018-10-19T09:49:33.000Z | 2021-08-14T13:11:49.000Z | PooToolsSource/UniTool/PMacros.h | crazypoo/PTools | a286c29e02eaddb5df1dc66e54054c9bdd4f9ff3 | [
"MIT"
] | 1 | 2019-08-06T01:19:00.000Z | 2019-08-06T01:19:00.000Z | PooToolsSource/UniTool/PMacros.h | crazypoo/PTools | a286c29e02eaddb5df1dc66e54054c9bdd4f9ff3 | [
"MIT"
] | 3 | 2019-08-05T15:53:35.000Z | 2020-11-30T00:40:09.000Z | //
// PHong.h
// PTools
//
// Created by crazypoo on 14/9/14.
// Copyright (c) 2014年 crazypoo. All rights reserved.
//
#import "Utils.h"
#ifndef PTools_PMacros_h
#define PTools_PMacros_h
#define kDevLikeFont @"HelveticaNeue-Light"
#define kDevLikeFont_Bold @"HelveticaNeue-Medium"
#define kDevAlpha 0.45
#define k... | 34.670391 | 440 | 0.731228 | [
"model"
] |
6072563d4a5ee5856ae6942fbbb07863c663d446 | 55,717 | h | C | google/cloud/ml/v1beta1/model_service.grpc.pb.h | allquixotic/kynnaugh-cc | 8b4d0cdb7e6e3cae76aba43507bb56cee225c36f | [
"Apache-2.0"
] | 3 | 2017-01-09T10:45:00.000Z | 2018-12-18T19:57:13.000Z | google/cloud/ml/v1beta1/model_service.grpc.pb.h | allquixotic/kynnaugh-cc | 8b4d0cdb7e6e3cae76aba43507bb56cee225c36f | [
"Apache-2.0"
] | null | null | null | google/cloud/ml/v1beta1/model_service.grpc.pb.h | allquixotic/kynnaugh-cc | 8b4d0cdb7e6e3cae76aba43507bb56cee225c36f | [
"Apache-2.0"
] | null | null | null | // Generated by the gRPC protobuf plugin.
// If you make any local change, they will be lost.
// source: google/cloud/ml/v1beta1/model_service.proto
// Original file comments:
// Copyright 2016 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compl... | 66.647129 | 387 | 0.734982 | [
"model"
] |
609628f774bde18d9a86e67be4862d3e1bc6ecdb | 909 | c | C | d/islands/common/eldebaro/mon/oasis_guard.c | Dbevan/SunderingShadows | 6c15ec56cef43c36361899bae6dc08d0ee907304 | [
"MIT"
] | 13 | 2019-07-19T05:24:44.000Z | 2021-11-18T04:08:19.000Z | d/islands/common/eldebaro/mon/oasis_guard.c | Dbevan/SunderingShadows | 6c15ec56cef43c36361899bae6dc08d0ee907304 | [
"MIT"
] | 4 | 2021-03-15T18:56:39.000Z | 2021-08-17T17:08:22.000Z | d/islands/common/eldebaro/mon/oasis_guard.c | Dbevan/SunderingShadows | 6c15ec56cef43c36361899bae6dc08d0ee907304 | [
"MIT"
] | 13 | 2019-09-12T06:22:38.000Z | 2022-01-31T01:15:12.000Z | #include <std.h>
#include "../area_stuff.h"
inherit GUARDSMAN;
void create()
{
::create();
NPCCRE->build_me(TO);
add_id(({"oasis guard"}));
set_nogo(({ELROOMSE+"14"}));
set_speed(20);
}
int is_eldebaro_monster(object ob)
{
if(!objectp(ob)) return 0;
if(ob->id("eldebarocreature")) return 1;... | 17.823529 | 68 | 0.586359 | [
"object"
] |
60a59159c72047106509e4af0a10f39b7d16c59a | 1,438 | h | C | OpenGL/Light.h | CyberPlaton/OpenGL | 79afbb1356a2bdebfa4b3f11197c6fe7dd568a19 | [
"MIT"
] | null | null | null | OpenGL/Light.h | CyberPlaton/OpenGL | 79afbb1356a2bdebfa4b3f11197c6fe7dd568a19 | [
"MIT"
] | null | null | null | OpenGL/Light.h | CyberPlaton/OpenGL | 79afbb1356a2bdebfa4b3f11197c6fe7dd568a19 | [
"MIT"
] | null | null | null | #pragma once
#include"Mesh.h"
#include"ShaderProgram.h"
#include<glm/glm.hpp>
#include<glm/gtx/transform.hpp>
class Light{
public:
void SetShader(const std::string& vsname, const std::string& fsname);
void Use();
// Special method for drawing light source.
// We use a standard vertex, fragment shader.
void Dra... | 18.675325 | 70 | 0.717663 | [
"mesh",
"transform"
] |
60a7e74e86725742a3d7b850172f84c2297a237f | 527 | h | C | SDK/IJSEditSDK/Model/IJSIPath.h | wangjinshan/IJSPhotoSDK | b1c696641f85793e5146f49a86aa3246f33d8a5b | [
"MIT"
] | 142 | 2017-07-11T01:56:46.000Z | 2022-02-10T07:05:18.000Z | AssetsSelect/Lib/QSAssetsSelect/SDK/IJSImageEditSDK/Model/IJSIPath.h | Qson8/QSAssetsSelect | 5cbd7a45c1a93b6e79662f74f173d386ca4e33dd | [
"MIT"
] | 12 | 2017-09-16T08:39:36.000Z | 2020-07-08T08:52:01.000Z | IJSPhotoSDKProject/SDK/Core/IJSEditSDK/Model/IJSIPath.h | wangjinshan/IJSPhotoSDK | b1c696641f85793e5146f49a86aa3246f33d8a5b | [
"MIT"
] | 17 | 2017-10-22T15:03:32.000Z | 2021-02-08T03:27:45.000Z | //
// IJSIPath.h
// IJSImageEditSDK
//
// Created by shan on 2017/7/26.
// Copyright © 2017年 shanshen. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
/*
* 画线类
*/
@interface IJSIPath : NSObject
@property (nonatomic, strong) CAShapeLayer *shape;
@property (nonatomic, strong) UIC... | 21.958333 | 77 | 0.681214 | [
"shape"
] |
60aba6197adb205347e61249379ceef6e6456958 | 41,817 | c | C | openbsd/sys/arch/mvme88k/dev/vx.c | MarginC/kame | 2ef74fe29e4cca9b4a87a1d5041191a9e2e8be30 | [
"BSD-3-Clause"
] | 91 | 2015-01-05T15:18:31.000Z | 2022-03-11T16:43:28.000Z | openbsd/sys/arch/mvme88k/dev/vx.c | MarginC/kame | 2ef74fe29e4cca9b4a87a1d5041191a9e2e8be30 | [
"BSD-3-Clause"
] | 1 | 2016-02-25T15:57:55.000Z | 2016-02-25T16:01:02.000Z | openbsd/sys/arch/mvme88k/dev/vx.c | MarginC/kame | 2ef74fe29e4cca9b4a87a1d5041191a9e2e8be30 | [
"BSD-3-Clause"
] | 21 | 2015-02-07T08:23:07.000Z | 2021-12-14T06:01:49.000Z | /* $OpenBSD: vx.c,v 1.1 1999/05/29 04:41:45 smurph Exp $ */
/*
* Copyright (c) 1999 Steve Murphree, Jr.
* 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 sour... | 24.714539 | 84 | 0.609465 | [
"vector"
] |
60aec12e7628000dcbeae14e4987fa635fb3f18c | 4,547 | h | C | models/lnd/clm/src/iac/giac/gcam/cvs/objects/sectors/include/tran_subsector.h | E3SM-Project/iESM | 2a1013a3d85a11d935f1b2a8187a8bbcd75d115d | [
"BSD-3-Clause-LBNL"
] | 9 | 2018-05-15T02:10:40.000Z | 2020-01-10T18:27:31.000Z | models/lnd/clm/src/iac/giac/gcam/cvs/objects/sectors/include/tran_subsector.h | zhangyue292/iESM | 2a1013a3d85a11d935f1b2a8187a8bbcd75d115d | [
"BSD-3-Clause-LBNL"
] | 3 | 2018-10-12T18:41:56.000Z | 2019-11-12T15:18:49.000Z | models/lnd/clm/src/iac/giac/gcam/cvs/objects/sectors/include/tran_subsector.h | zhangyue292/iESM | 2a1013a3d85a11d935f1b2a8187a8bbcd75d115d | [
"BSD-3-Clause-LBNL"
] | 3 | 2018-05-15T02:10:33.000Z | 2021-04-06T17:45:49.000Z | #ifndef _TRAN_SUBSECTOR_H_
#define _TRAN_SUBSECTOR_H_
#if defined(_MSC_VER)
#pragma once
#endif
/*
* LEGAL NOTICE
* This computer software was prepared by Battelle Memorial Institute,
* hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830
* with the Department of Energy (DOE). NEITHER THE GOVERNMENT N... | 39.53913 | 95 | 0.717616 | [
"object",
"vector"
] |
60b040e64e3b4a6c7b048e38f7ae9f431007e5d1 | 7,692 | h | C | sdk_k64f/middleware/multicore/erpc/erpc_c/transports/erpc_mu_transport.h | Sir-Branch/k64f-starter-template | f8959fd185f090363d180d69f84c2727e37cbeeb | [
"MIT"
] | 1 | 2020-08-23T20:24:19.000Z | 2020-08-23T20:24:19.000Z | sdk_k64f/middleware/multicore/erpc/erpc_c/transports/erpc_mu_transport.h | Sir-Branch/xxxx-starter-template | f8959fd185f090363d180d69f84c2727e37cbeeb | [
"MIT"
] | 1 | 2020-08-24T00:41:48.000Z | 2020-08-24T02:17:44.000Z | sdk_k64f/middleware/multicore/erpc/erpc_c/transports/erpc_mu_transport.h | Sir-Branch/xxxx-starter-template | f8959fd185f090363d180d69f84c2727e37cbeeb | [
"MIT"
] | null | null | null | /*
* Copyright 2017 NXP
* All rights reserved.
*
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef _EMBEDDED_RPC__MU_TRANSPORT_H_
#define _EMBEDDED_RPC__MU_TRANSPORT_H_
#include "erpc_config_internal.h"
#if ERPC_THREADS
#include "erpc_threading.h"
#endif
#include "erpc_message_buffer.h"
#include "erpc_transp... | 37.891626 | 120 | 0.673687 | [
"object"
] |
60b1882bbecde987cd9e6f8977a4c1c07734eb53 | 1,177 | h | C | packager/media/base/test/rsa_test_data.h | Acidburn0zzz/shaka-packager | c540e5afa0a649285dc5a2c2a1ce68cc76ab1bd5 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2016-07-26T04:05:06.000Z | 2016-07-26T04:05:06.000Z | packager/media/base/test/rsa_test_data.h | Acidburn0zzz/shaka-packager | c540e5afa0a649285dc5a2c2a1ce68cc76ab1bd5 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | packager/media/base/test/rsa_test_data.h | Acidburn0zzz/shaka-packager | c540e5afa0a649285dc5a2c2a1ce68cc76ab1bd5 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | // Copyright 2014 Google Inc. All rights reserved.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file or at
// https://developers.google.com/open-source/licenses/bsd
//
// RSA test data generated using fake_prng for purposes of testing.
#ifndef MEDIA_BASE_RSA_TEST... | 23.078431 | 78 | 0.757009 | [
"vector"
] |
60b4f90af04e34faa20d4daef18fb73ceea1bf3c | 2,711 | h | C | header.h | EVILBEAN-cmd/RSA | e90687b7bcd1591fbe30641d2c57fb77f930914d | [
"MIT"
] | 1 | 2021-08-05T14:19:34.000Z | 2021-08-05T14:19:34.000Z | header.h | EVILBEAN-cmd/RSA-encryption-decryption | e90687b7bcd1591fbe30641d2c57fb77f930914d | [
"MIT"
] | 4 | 2021-08-12T22:04:34.000Z | 2021-08-12T22:07:32.000Z | header.h | EVILBEAN-cmd/RSA | e90687b7bcd1591fbe30641d2c57fb77f930914d | [
"MIT"
] | null | null | null | #ifndef HEADER_H
#define HEADER_H
#include <stdio.h>
#include <iostream>
#include <math.h>
#include <stdlib.h>
#include <unistd.h>
#include <vector>
// obviously
using namespace std;
// Checks if number is prime
// @param n integer to be checked
// @return true or false
bool isPrime(long long n);
// Finds the g... | 30.806818 | 113 | 0.739579 | [
"vector"
] |
60c1cbeba6496ca2248e78059c59d133ed92e11c | 38,885 | c | C | dlls/ntdll/file.c | roytam1/wine-win31look | 2c8284c53a46c1309fbf62a3998538c44fcbf207 | [
"MIT"
] | 1 | 2019-10-23T04:07:16.000Z | 2019-10-23T04:07:16.000Z | dlls/ntdll/file.c | roytam1/wine-win31look | 2c8284c53a46c1309fbf62a3998538c44fcbf207 | [
"MIT"
] | null | null | null | dlls/ntdll/file.c | roytam1/wine-win31look | 2c8284c53a46c1309fbf62a3998538c44fcbf207 | [
"MIT"
] | null | null | null | /*
* Copyright 1999, 2000 Juergen Schmied
*
* 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 Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This li... | 33.377682 | 104 | 0.583927 | [
"object"
] |
60d90063b336d50cf5ea27576c4cfad8b5609d54 | 3,697 | h | C | uuv_gazebo_plugins/uuv_gazebo_ros_plugins/include/uuv_gazebo_ros_plugins/FinROSPlugin.h | oKermorgant/Plankton | ce21579792122b05d27f147ab66f515001ccb733 | [
"Apache-2.0",
"BSD-3-Clause"
] | 79 | 2020-09-30T22:19:07.000Z | 2022-03-27T12:30:58.000Z | uuv_gazebo_plugins/uuv_gazebo_ros_plugins/include/uuv_gazebo_ros_plugins/FinROSPlugin.h | oKermorgant/Plankton | ce21579792122b05d27f147ab66f515001ccb733 | [
"Apache-2.0",
"BSD-3-Clause"
] | 17 | 2020-10-05T01:01:49.000Z | 2022-03-04T13:58:53.000Z | uuv_gazebo_plugins/uuv_gazebo_ros_plugins/include/uuv_gazebo_ros_plugins/FinROSPlugin.h | oKermorgant/Plankton | ce21579792122b05d27f147ab66f515001ccb733 | [
"Apache-2.0",
"BSD-3-Clause"
] | 22 | 2020-10-27T14:42:48.000Z | 2022-03-25T10:41:51.000Z | // Copyright (c) 2020 The Plankton Authors.
// All rights reserved.
//
// This source code is derived from UUV Simulator
// (https://github.com/uuvsimulator/uuv_simulator)
// Copyright (c) 2016-2019 The UUV Simulator Authors
// licensed under the Apache license, Version 2.0
// cf. 3rd-party-licenses.txt file in the roo... | 34.551402 | 113 | 0.727076 | [
"model"
] |
60e8c45460b494362099f4ce21300ab13925db03 | 4,352 | h | C | Code/Framework/AzToolsFramework/Tests/Prefab/SpawnableRemoveEditorInfoTestFixture.h | aaarsene/o3de | 37e3b0226958974defd14dd6d808e8557dcd7345 | [
"Apache-2.0",
"MIT"
] | 1 | 2021-09-13T00:01:12.000Z | 2021-09-13T00:01:12.000Z | Code/Framework/AzToolsFramework/Tests/Prefab/SpawnableRemoveEditorInfoTestFixture.h | aaarsene/o3de | 37e3b0226958974defd14dd6d808e8557dcd7345 | [
"Apache-2.0",
"MIT"
] | null | null | null | Code/Framework/AzToolsFramework/Tests/Prefab/SpawnableRemoveEditorInfoTestFixture.h | aaarsene/o3de | 37e3b0226958974defd14dd6d808e8557dcd7345 | [
"Apache-2.0",
"MIT"
] | 1 | 2021-07-20T11:07:25.000Z | 2021-07-20T11:07:25.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/Component/Entity.h>
#include <AzToolsFramework/ToolsComponents/Editor... | 36.571429 | 158 | 0.716912 | [
"vector",
"3d"
] |
60f07dfad970740fec77225e461963f34d4132ca | 22,685 | c | C | grdemo.c | mooseman/pdutils | 824cef963c7f64d0f93acf62409962b56dad9436 | [
"Unlicense"
] | 7 | 2015-10-20T05:42:53.000Z | 2021-11-19T13:13:05.000Z | grdemo.c | mooseman/pdutils | 824cef963c7f64d0f93acf62409962b56dad9436 | [
"Unlicense"
] | null | null | null | grdemo.c | mooseman/pdutils | 824cef963c7f64d0f93acf62409962b56dad9436 | [
"Unlicense"
] | null | null | null |
/*****************************************************************************
VGA graphics demo
Chris Giese <geezer@execpc.com> http://my.execpc.com/~geezer
Release date: ?
This code is public domain (no copyright).
You can do whatever you want with it.
This code uses the BIOS to set graphics mode, and uses the BIO... | 29.576271 | 82 | 0.458673 | [
"model",
"3d",
"solid"
] |
60f47265dead8673b3c8bfba01b469f220c35feb | 2,600 | h | C | contrib/mcutils/include/MCUtils/Clustering.h | aaronvincent/gambit_aaron | a38bd6fc10d781e71f2adafd401c76e1e3476b05 | [
"Unlicense"
] | 2 | 2020-09-08T20:05:27.000Z | 2021-04-26T07:57:56.000Z | contrib/mcutils/include/MCUtils/Clustering.h | aaronvincent/gambit_aaron | a38bd6fc10d781e71f2adafd401c76e1e3476b05 | [
"Unlicense"
] | 9 | 2020-10-19T09:56:17.000Z | 2021-05-28T06:12:03.000Z | contrib/mcutils/include/MCUtils/Clustering.h | aaronvincent/gambit_aaron | a38bd6fc10d781e71f2adafd401c76e1e3476b05 | [
"Unlicense"
] | 5 | 2020-09-08T02:23:34.000Z | 2021-03-23T08:48:04.000Z | // -*- C++ -*-
//
// This file is part of MCUtils -- https://bitbucket.org/andybuckley/mcutils
// Copyright (C) 2013-2016 Andy Buckley <andy.buckley@cern.ch>
//
// Embedding of MCUtils code in other projects is permitted provided this
// notice is retained and the MCUtils namespace and include path are changed.
//
#pra... | 33.333333 | 109 | 0.679231 | [
"vector"
] |
60f65c25192dc6f319b95b44c0762b8ea4b1fe72 | 1,639 | h | C | source/reserve.h | dos-games/vanilla-shadow_warrior | bf781c586c7e9cda0cfb0b3bc56983f535cb75c4 | [
"Unlicense"
] | 18 | 2015-07-21T03:53:29.000Z | 2021-12-20T18:42:56.000Z | source/reserve.h | Azarien/shadow-warrior | bf781c586c7e9cda0cfb0b3bc56983f535cb75c4 | [
"Unlicense"
] | null | null | null | source/reserve.h | Azarien/shadow-warrior | bf781c586c7e9cda0cfb0b3bc56983f535cb75c4 | [
"Unlicense"
] | 6 | 2016-10-17T09:06:22.000Z | 2022-02-11T10:02:17.000Z | //-------------------------------------------------------------------------
/*
Copyright (C) 1997, 2005 - 3D Realms Entertainment
This file is part of Shadow Warrior version 1.2
Shadow Warrior is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as publish... | 35.630435 | 76 | 0.674802 | [
"3d"
] |
60f8390542051a9953f3b73450db990c3823a6aa | 34,450 | h | C | src/elements/basis/TACSElementBasis.h | tchin-divergent/tacs | 34743b370da4ab6ea16d24de7c574c3fec9d333a | [
"Apache-2.0"
] | null | null | null | src/elements/basis/TACSElementBasis.h | tchin-divergent/tacs | 34743b370da4ab6ea16d24de7c574c3fec9d333a | [
"Apache-2.0"
] | null | null | null | src/elements/basis/TACSElementBasis.h | tchin-divergent/tacs | 34743b370da4ab6ea16d24de7c574c3fec9d333a | [
"Apache-2.0"
] | null | null | null | /*
This file is part of TACS: The Toolkit for the Analysis of Composite
Structures, a parallel finite-element code for structural and
multidisciplinary design optimization.
Copyright (C) 2014 Georgia Tech Research Corporation
TACS is licensed under the Apache License, Version 2.0 (the
"License"); you may ... | 41.506024 | 87 | 0.601538 | [
"shape",
"vector",
"3d"
] |
e6698b3fa9c243a87527fe4b61a5a2d1a7eef265 | 2,241 | h | C | include/avalanche/CLBufferPool.h | kpot/avalanche | 4bfa6f66a5610d3619414e374d77eae2edcb8b20 | [
"MIT"
] | 6 | 2019-02-02T22:35:03.000Z | 2022-02-28T20:15:48.000Z | include/avalanche/CLBufferPool.h | kpot/avalanche | 4bfa6f66a5610d3619414e374d77eae2edcb8b20 | [
"MIT"
] | null | null | null | include/avalanche/CLBufferPool.h | kpot/avalanche | 4bfa6f66a5610d3619414e374d77eae2edcb8b20 | [
"MIT"
] | 1 | 2020-08-04T21:32:35.000Z | 2020-08-04T21:32:35.000Z | #ifndef AVALANCHE_CLBUFFERPOOL_H
#define AVALANCHE_CLBUFFERPOOL_H
#include <memory>
#include <mutex>
#include <array>
#include "CL_cust/cl2.hpp"
#include "avalanche/ArrayType.h"
#include "avalanche/Shape.h"
namespace avalanche {
class CLBuffer;
class MultiArray;
class CLMemoryManager;
/** A pool of OpenCL buffers... | 31.125 | 78 | 0.716644 | [
"shape",
"vector"
] |
e66ff43c72cbb9b57d530e51a3b8d6c7cba0308d | 1,246 | h | C | HelloWorld/Classes/ChipmunkLayer.h | authorly/interapptive | c0e564695af649087d329bc519f04e5f85b47035 | [
"Zlib",
"Apache-2.0",
"MIT",
"Libpng",
"curl",
"BSD-3-Clause"
] | 1 | 2020-08-21T02:36:16.000Z | 2020-08-21T02:36:16.000Z | HelloWorld/Classes/ChipmunkLayer.h | authorly/interapptive | c0e564695af649087d329bc519f04e5f85b47035 | [
"Zlib",
"Apache-2.0",
"MIT",
"Libpng",
"curl",
"BSD-3-Clause"
] | null | null | null | HelloWorld/Classes/ChipmunkLayer.h | authorly/interapptive | c0e564695af649087d329bc519f04e5f85b47035 | [
"Zlib",
"Apache-2.0",
"MIT",
"Libpng",
"curl",
"BSD-3-Clause"
] | null | null | null | #ifndef interapptive_ChipmunkLayer_h
#define interapptive_ChipmunkLayer_h
#include "SharedGlobalData.h"
#include "CCLayer.h"
#include "chipmunk.h"
#include <vector>
class ChipmunkLayer : public cocos2d::CCLayer
{
public:
static ChipmunkLayer* layerWithPage(FallingObjectSetting *fallingObjectSetting, StaticObject... | 24.431373 | 126 | 0.73114 | [
"vector"
] |
e6748a6adcd21d1d3b25b0eaee583f4c5451bbba | 848 | h | C | SimpleRPG-Text/Inventory.h | utilForever/SimpleRPG-Text | 546c130f93505984dc77c51a872254c52ef99470 | [
"MIT"
] | 33 | 2015-10-01T05:38:05.000Z | 2021-09-25T01:43:30.000Z | SimpleRPG-Text/Inventory.h | mudaliaraditya/SimpleRPG-Text | 546c130f93505984dc77c51a872254c52ef99470 | [
"MIT"
] | 1 | 2015-10-02T15:20:22.000Z | 2015-10-02T15:20:22.000Z | SimpleRPG-Text/Inventory.h | mudaliaraditya/SimpleRPG-Text | 546c130f93505984dc77c51a872254c52ef99470 | [
"MIT"
] | 10 | 2015-09-30T14:54:59.000Z | 2020-05-20T19:26:42.000Z | #ifndef INVENTORY_H
#define INVENTORY_H
#include <list>
#include <utility>
#include "JsonBox.h"
#include "EntityManager.h"
class Item;
class Weapon;
class Armor;
class Inventory
{
private:
std::list<std::pair<Item*, int>> items;
template <typename T>
void Load(JsonBox::Value& v, EntityManager* manager);
temp... | 16.627451 | 56 | 0.716981 | [
"object"
] |
e6775b68b4149ed08427dedd568286860e76267e | 16,916 | h | C | src/MagnumPlugins/GlslangShaderConverter/GlslangConverter.h | jlaxson/magnum-plugins | 17561c8c2397b210f768c5843267a67e8179ce33 | [
"MIT"
] | null | null | null | src/MagnumPlugins/GlslangShaderConverter/GlslangConverter.h | jlaxson/magnum-plugins | 17561c8c2397b210f768c5843267a67e8179ce33 | [
"MIT"
] | null | null | null | src/MagnumPlugins/GlslangShaderConverter/GlslangConverter.h | jlaxson/magnum-plugins | 17561c8c2397b210f768c5843267a67e8179ce33 | [
"MIT"
] | null | null | null | #ifndef Magnum_ShaderTools_GlslangConverter_h
#define Magnum_ShaderTools_GlslangConverter_h
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019,
2020 Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any ... | 48.469914 | 175 | 0.771577 | [
"mesh",
"geometry"
] |
e6846167c8d26467ac797198ecfa18a14f2cd1b9 | 8,246 | c | C | iOS/buildlibs/armv7/allegro-4.4.2/addons/allegrogl/examp/exext.c | jonreyno/AGS | 6922847542401f451a26c6cc31b9d51b5889a008 | [
"Artistic-2.0"
] | 21 | 2019-05-08T23:50:29.000Z | 2021-04-28T07:59:17.000Z | iOS/buildlibs/armv7/allegro-4.4.2/addons/allegrogl/examp/exext.c | jonreyno/AGS | 6922847542401f451a26c6cc31b9d51b5889a008 | [
"Artistic-2.0"
] | null | null | null | iOS/buildlibs/armv7/allegro-4.4.2/addons/allegrogl/examp/exext.c | jonreyno/AGS | 6922847542401f451a26c6cc31b9d51b5889a008 | [
"Artistic-2.0"
] | 6 | 2019-05-19T04:30:15.000Z | 2022-01-29T05:26:46.000Z | /* This examples demonstrates how to use the AllegroGL extension mechanism.
*/
#include <math.h>
#include <string.h>
#include <allegro.h>
#include "alleggl.h"
#ifdef ALLEGRO_MACOSX
#include <OpenGL/glu.h>
#else
#include <GL/glu.h>
#endif
#ifndef M_PI
#define M_PI 3.1415926535897932384626433832795
#endif
#define WI... | 28.239726 | 78 | 0.604172 | [
"mesh",
"transform"
] |
e690293c1d0afa4d59ce8b0625f68ad982cff65b | 831 | h | C | ios-admin-application/LocalStorage/LSBookingStatus+CoreDataProperties.h | simplybookme-ltd/appointment-scheduling-app | fef0d023f61098259661427454b40dab0247094c | [
"Apache-2.0"
] | 15 | 2016-07-15T02:10:21.000Z | 2021-04-13T12:33:20.000Z | ios-admin-application/LocalStorage/LSBookingStatus+CoreDataProperties.h | simplybookme-ltd/appointment-scheduling-app | fef0d023f61098259661427454b40dab0247094c | [
"Apache-2.0"
] | null | null | null | ios-admin-application/LocalStorage/LSBookingStatus+CoreDataProperties.h | simplybookme-ltd/appointment-scheduling-app | fef0d023f61098259661427454b40dab0247094c | [
"Apache-2.0"
] | 3 | 2016-12-19T12:16:37.000Z | 2021-03-02T16:44:26.000Z | //
// LSBookingStatus+CoreDataProperties.h
// ios-admin-application
//
// Created by Michail Grebionkin on 24.03.16.
// Copyright © 2016 Michail Grebionkin. All rights reserved.
//
// Choose "Create NSManagedObject Subclass…" from the Core Data editor menu
// to delete and recreate this implementation file for yo... | 29.678571 | 76 | 0.77497 | [
"model"
] |
e692793b8659b1458753e9bfade21b943b856b5e | 4,479 | h | C | display_info.h | doj/few | cdaa53b08f73a901cd07022b92e20f02e9b7b91b | [
"MIT"
] | 2 | 2015-04-05T20:15:31.000Z | 2021-07-14T19:36:03.000Z | display_info.h | doj/few | cdaa53b08f73a901cd07022b92e20f02e9b7b91b | [
"MIT"
] | null | null | null | display_info.h | doj/few | cdaa53b08f73a901cd07022b92e20f02e9b7b91b | [
"MIT"
] | null | null | null | /* -*- mode: C++; c-basic-offset: 4; tab-width: 8; -*-
* vi: set shiftwidth=4 tabstop=8:
* :indentSize=4:tabSize=8:
*/
#pragma once
#include "types.h"
#include <vector>
#include <string>
#include <memory>
class file_index;
class DisplayInfo
{
typedef lineNum_vector_t displayedLineNum_t;
displayedLineNum_... | 30.889655 | 118 | 0.653494 | [
"object",
"vector"
] |
e698e661b4c9b51a0f38ae4fc212db0911e6920c | 4,367 | h | C | Engine/Interface/UIQuiz.h | openlastchaos/lastchaos-source-client | 3d88594dba7347b1bb45378136605e31f73a8555 | [
"Apache-2.0"
] | 1 | 2022-02-14T15:46:44.000Z | 2022-02-14T15:46:44.000Z | Engine/Interface/UIQuiz.h | openlastchaos/lastchaos-source-client | 3d88594dba7347b1bb45378136605e31f73a8555 | [
"Apache-2.0"
] | null | null | null | Engine/Interface/UIQuiz.h | openlastchaos/lastchaos-source-client | 3d88594dba7347b1bb45378136605e31f73a8555 | [
"Apache-2.0"
] | 2 | 2022-01-10T22:17:06.000Z | 2022-01-17T09:34:08.000Z | // ----------------------------------------------------------------------------
// File : UIQuiz.h
// Desc : Created by dongmin
// ----------------------------------------------------------------------------
#ifndef UIQUIZ_H_
#define UIQUIZ_H_
#ifdef PRAGMA_ONCE
#pragma once
#endif
// Define item slot
#define QUIZ... | 32.348148 | 99 | 0.660408 | [
"render"
] |
e6a4627e3ded5fe0203fb372d685b4d6c10d48bf | 726 | h | C | src/context.h | XujieSi/fse18-artifact-183 | 29cf14b5072fdfb1786eaaf60e9ac6e75f932d74 | [
"MIT"
] | 6 | 2018-11-01T23:15:38.000Z | 2022-02-17T09:37:44.000Z | src/context.h | XujieSi/fse18-artifact-183 | 29cf14b5072fdfb1786eaaf60e9ac6e75f932d74 | [
"MIT"
] | null | null | null | src/context.h | XujieSi/fse18-artifact-183 | 29cf14b5072fdfb1786eaaf60e9ac6e75f932d74 | [
"MIT"
] | 1 | 2018-11-01T23:15:41.000Z | 2018-11-01T23:15:41.000Z | #ifndef CONTEXT_H
#define CONTEXT_H
#include "template.h"
#include <vector>
#include <set>
#include <map>
#include <z3++.h>
namespace ALPS {
struct EDBValue {
};
struct ContextManager{
z3::context C;
int MaxBits;
std::map<TypeInfo, z3::sort> sortMap;
std::map<Relation, z3::func_decl> funcMap;
std::ma... | 14.235294 | 89 | 0.703857 | [
"vector"
] |
e6b2102657b784174c063c118d5f4cb4e0d16fe8 | 3,616 | h | C | TongueQT/TongueQT/src/Vega/libraries/isotropicHyperelasticFEM/isotropicHyperelasticFEMMT.h | lrkk1234/TongueSimulation | 347cf38452aa62d1173da1c4935f691456255e46 | [
"MIT"
] | 2 | 2020-03-28T03:15:49.000Z | 2020-09-09T02:54:33.000Z | TongueQT/TongueQT/src/Vega/libraries/isotropicHyperelasticFEM/isotropicHyperelasticFEMMT.h | lrkk1234/TongueSimulation | 347cf38452aa62d1173da1c4935f691456255e46 | [
"MIT"
] | null | null | null | TongueQT/TongueQT/src/Vega/libraries/isotropicHyperelasticFEM/isotropicHyperelasticFEMMT.h | lrkk1234/TongueSimulation | 347cf38452aa62d1173da1c4935f691456255e46 | [
"MIT"
] | 2 | 2020-09-08T19:28:19.000Z | 2021-07-25T00:35:26.000Z | /*************************************************************************
* *
* Vega FEM Simulation Library Version 2.2 *
* *
* "isotropic hypere... | 51.657143 | 186 | 0.527931 | [
"mesh",
"vector"
] |
e6ba244379d1da9b64173cfeb1cfb0010ab73dff | 1,891 | h | C | include/roman.h | MarkKoz/cs-236 | 341f3c2d4d1f88ae95e6276982d899822626d2c7 | [
"MIT"
] | null | null | null | include/roman.h | MarkKoz/cs-236 | 341f3c2d4d1f88ae95e6276982d899822626d2c7 | [
"MIT"
] | null | null | null | include/roman.h | MarkKoz/cs-236 | 341f3c2d4d1f88ae95e6276982d899822626d2c7 | [
"MIT"
] | null | null | null | #ifndef CS_236_ROMAN_H
#define CS_236_ROMAN_H
#include <string>
#include <unordered_map>
/**
* @brief Represents a Roman numeral value.
*
* Roman numerals have 7 digits, which have the following values:
* - M: 1000
* - D: 500
* - C: 100
* - L: 50
* - X: 10
* - V: 5
* - I: 1
*
* A larger numeral preceding ... | 25.90411 | 96 | 0.662084 | [
"object"
] |
e4b77b671f1a0067081d23c81e49bf626468b7d4 | 8,722 | h | C | numpy/core/src/common/simd/sse/math.h | sukritingupta/numpy | 2c44c93164c274a5865799eefd3e401effa948a9 | [
"BSD-3-Clause"
] | 2 | 2022-01-20T18:13:17.000Z | 2022-03-25T04:30:01.000Z | numpy/core/src/common/simd/sse/math.h | sukritingupta/numpy | 2c44c93164c274a5865799eefd3e401effa948a9 | [
"BSD-3-Clause"
] | 8 | 2021-10-07T10:59:49.000Z | 2021-11-22T20:06:49.000Z | numpy/core/src/common/simd/sse/math.h | sukritingupta/numpy | 2c44c93164c274a5865799eefd3e401effa948a9 | [
"BSD-3-Clause"
] | 1 | 2022-03-22T11:47:01.000Z | 2022-03-22T11:47:01.000Z | #ifndef NPY_SIMD
#error "Not a standalone header"
#endif
#ifndef _NPY_SIMD_SSE_MATH_H
#define _NPY_SIMD_SSE_MATH_H
/***************************
* Elementary
***************************/
// Square root
#define npyv_sqrt_f32 _mm_sqrt_ps
#define npyv_sqrt_f64 _mm_sqrt_pd
// Reciprocal
NPY_FINLINE npyv_f32 npyv_rec... | 33.937743 | 94 | 0.707751 | [
"vector"
] |
e4bd63a5790e405d097b9c0b9d6a08f44d145a38 | 4,469 | c | C | examples/nonlocaldiffusion.c | ikaroruan/FastTransforms | 3e32663b814bfa789a9e25aab180e31c36df0d5e | [
"MIT"
] | 36 | 2018-05-05T04:01:23.000Z | 2022-01-01T00:27:31.000Z | examples/nonlocaldiffusion.c | ikaroruan/FastTransforms | 3e32663b814bfa789a9e25aab180e31c36df0d5e | [
"MIT"
] | 51 | 2018-06-28T15:01:52.000Z | 2021-09-09T15:53:04.000Z | examples/nonlocaldiffusion.c | ikaroruan/FastTransforms | 3e32663b814bfa789a9e25aab180e31c36df0d5e | [
"MIT"
] | 9 | 2018-06-11T15:21:32.000Z | 2022-01-28T21:29:14.000Z | #include <fasttransforms.h>
#include <ftutilities.h>
void oprec(const int n, double * v, const double alpha, const double delta2) {
if (n > 0)
v[0] = 1;
if (n > 1)
v[1] = (4*alpha+8-(alpha+4)*delta2)/4;
for (int i = 1; i < n-1; i++)
v[i+1] = (((2*i+alpha+2)*(2*i+alpha+4)+alpha*(alph... | 46.072165 | 299 | 0.593198 | [
"transform"
] |
e4ce94a403ef84a38fab3bcc904054e9c52a1433 | 1,168 | h | C | shape.h | somyungoh/volume-modeling-rendering | 1d0f0009eec4cf6cf3d69b74289b08076a58eaef | [
"MIT"
] | 1 | 2018-11-16T16:20:59.000Z | 2018-11-16T16:20:59.000Z | shape.h | somyungoh/volume-modeling-rendering | 1d0f0009eec4cf6cf3d69b74289b08076a58eaef | [
"MIT"
] | null | null | null | shape.h | somyungoh/volume-modeling-rendering | 1d0f0009eec4cf6cf3d69b74289b08076a58eaef | [
"MIT"
] | null | null | null | #ifndef _SM_FIELD_OBJECT_H_
#define _SM_FIELD_OBJECT_H_
/*********************************************************************
*
* shape.h
*
* This class plays as an 'Obeject', which contains
* ALL FIELDS one each. It will be used when building shapes
*
******************************************************... | 23.836735 | 71 | 0.621575 | [
"shape",
"transform"
] |
e4d2938a174ec28544a402e707e9259b39920a3a | 84,642 | c | C | minix/drivers/storage/ahci/ahci.c | calmsacibis995/minix | dfba95598f553b6560131d35a76658f1f8c9cf38 | [
"Unlicense"
] | null | null | null | minix/drivers/storage/ahci/ahci.c | calmsacibis995/minix | dfba95598f553b6560131d35a76658f1f8c9cf38 | [
"Unlicense"
] | null | null | null | minix/drivers/storage/ahci/ahci.c | calmsacibis995/minix | dfba95598f553b6560131d35a76658f1f8c9cf38 | [
"Unlicense"
] | null | null | null | /* Advanced Host Controller Interface (AHCI) driver, by D.C. van Moolenbroek
* - Multithreading support by Arne Welzel
* - Native Command Queuing support by Raja Appuswamy
*/
/*
* This driver is based on the following specifications:
* - Serial ATA Advanced Host Controller Interface (AHCI) 1.3
* - Serial ATA Revi... | 30.947715 | 79 | 0.591491 | [
"vector"
] |
e4d34e1f0f543a4b80435541750e449feed8290b | 5,554 | h | C | hrwros_ws/devel/.private/hrwros_msgs/include/hrwros_msgs/CounterWithDelayResult.h | AshfakYeafi/ros | 7895302251088b7945e359f60a9c617e5170a72e | [
"MIT"
] | null | null | null | hrwros_ws/devel/.private/hrwros_msgs/include/hrwros_msgs/CounterWithDelayResult.h | AshfakYeafi/ros | 7895302251088b7945e359f60a9c617e5170a72e | [
"MIT"
] | null | null | null | hrwros_ws/devel/.private/hrwros_msgs/include/hrwros_msgs/CounterWithDelayResult.h | AshfakYeafi/ros | 7895302251088b7945e359f60a9c617e5170a72e | [
"MIT"
] | null | null | null | // Generated by gencpp from file hrwros_msgs/CounterWithDelayResult.msg
// DO NOT EDIT!
#ifndef HRWROS_MSGS_MESSAGE_COUNTERWITHDELAYRESULT_H
#define HRWROS_MSGS_MESSAGE_COUNTERWITHDELAYRESULT_H
#include <string>
#include <vector>
#include <map>
#include <ros/types.h>
#include <ros/serialization.h>
#include <ros/bu... | 28.192893 | 166 | 0.777638 | [
"vector"
] |
e4d52e19bcc4039369365ad27be55747c972c909 | 18,987 | c | C | util/Cache.c | SirWumpus/libsnert | 087968a94df77bf0685749b678258e7987b889c6 | [
"BSD-2-Clause"
] | null | null | null | util/Cache.c | SirWumpus/libsnert | 087968a94df77bf0685749b678258e7987b889c6 | [
"BSD-2-Clause"
] | null | null | null | util/Cache.c | SirWumpus/libsnert | 087968a94df77bf0685749b678258e7987b889c6 | [
"BSD-2-Clause"
] | null | null | null | /*
* Cache.h
*
* Cache API
*
* An object that maps keys to values. A Cache cannot contain
* duplicate keys; each non-null key can map to at most one non-null
* value. Similar to Java's abstract Dictionary class.
*
* Copyright 2001, 2006 by Anthony Howe. All rights reserved.
*/
#include <com/snert/lib/versio... | 21.333708 | 90 | 0.62843 | [
"object"
] |
e4d89da930f1267edfa8a499168f8387c71984ff | 5,439 | h | C | CalibCalorimetry/HcalPlugins/src/HcalHardcodeCalibrations.h | NTrevisani/cmssw | a212a27526f34eb9507cf8b875c93896e6544781 | [
"Apache-2.0"
] | 1 | 2021-01-04T10:25:39.000Z | 2021-01-04T10:25:39.000Z | CalibCalorimetry/HcalPlugins/src/HcalHardcodeCalibrations.h | NTrevisani/cmssw | a212a27526f34eb9507cf8b875c93896e6544781 | [
"Apache-2.0"
] | 7 | 2016-07-17T02:34:54.000Z | 2019-08-13T07:58:37.000Z | CalibCalorimetry/HcalPlugins/src/HcalHardcodeCalibrations.h | NTrevisani/cmssw | a212a27526f34eb9507cf8b875c93896e6544781 | [
"Apache-2.0"
] | 2 | 2019-09-27T08:33:22.000Z | 2019-11-14T10:52:30.000Z | //
// Original Author: Fedor Ratnikov Oct 21, 2005
//
// ESSource to generate default HCAL calibration objects
//
#include <map>
#include <string>
#include "FWCore/Framework/interface/ESProducer.h"
#include "FWCore/Framework/interface/EventSetupRecordIntervalFinder.h"
#include "FWCore/ParameterSet/interface/Parameter... | 45.705882 | 112 | 0.832322 | [
"geometry"
] |
e4d941d59bc9c714eb69562685561ce89aec3640 | 279 | h | C | common/geometry/d3/utils/intersection_line_plane.h | Loks-/competitions | 3bb231ba9dd62447048832f45b09141454a51926 | [
"MIT"
] | 4 | 2018-06-05T14:15:52.000Z | 2022-02-08T05:14:23.000Z | common/geometry/d3/utils/intersection_line_plane.h | Loks-/competitions | 3bb231ba9dd62447048832f45b09141454a51926 | [
"MIT"
] | null | null | null | common/geometry/d3/utils/intersection_line_plane.h | Loks-/competitions | 3bb231ba9dd62447048832f45b09141454a51926 | [
"MIT"
] | 1 | 2018-10-21T11:01:35.000Z | 2018-10-21T11:01:35.000Z | #pragma once
#include "common/geometry/d3/line.h"
#include "common/geometry/d3/plane.h"
template <class T>
inline T Intersection(const geometry::d3::Line<T>& l,
const geometry::d3::Plane<T>& p) {
T x0 = p(l(0)), x1 = p(l(1));
return x0 / (x0 - x1);
}
| 23.25 | 56 | 0.594982 | [
"geometry"
] |
e4dfc94799b06e7ac50af74debce11dea3d24308 | 1,783 | h | C | payload/Payload/common.h | eblair2/webkitexploit-poc | 08516b5e51adf3d41d5e84b927248824421c3113 | [
"MIT"
] | 1 | 2021-11-08T17:59:43.000Z | 2021-11-08T17:59:43.000Z | payload/Payload/common.h | eblair2/webkitexploit-poc | 08516b5e51adf3d41d5e84b927248824421c3113 | [
"MIT"
] | null | null | null | payload/Payload/common.h | eblair2/webkitexploit-poc | 08516b5e51adf3d41d5e84b927248824421c3113 | [
"MIT"
] | null | null | null | #ifndef COMMON_H
#define COMMON_H
#include <stdint.h>
#include <mach/mach.h>
#import <Foundation/Foundation.h>
#include "offsets.h"
#define MAGIC 0xdeadbeefdeadbeefull
#ifdef RELEASE
# define LOG(str, args...) do { } while(0)
#else
# define LOG(str, args...) do { NSLog(@"[%s] " str, __func__, ##args); } while(0)
... | 59.433333 | 259 | 0.822771 | [
"object"
] |
e4e954bd384ce1510dd12ede52fc1c6b47c27217 | 2,950 | h | C | td/telegram/BotCommand.h | lccxz/td | 6cdda6a2f3be4d0379f00a07fcd49f330da731fb | [
"BSL-1.0"
] | 4,829 | 2017-12-31T21:15:19.000Z | 2022-03-31T14:58:07.000Z | td/telegram/BotCommand.h | lccxz/td | 6cdda6a2f3be4d0379f00a07fcd49f330da731fb | [
"BSL-1.0"
] | 1,872 | 2018-01-01T18:35:37.000Z | 2022-03-31T15:46:00.000Z | td/telegram/BotCommand.h | lccxz/td | 6cdda6a2f3be4d0379f00a07fcd49f330da731fb | [
"BSL-1.0"
] | 1,117 | 2018-01-01T15:02:49.000Z | 2022-03-30T12:40:11.000Z | //
// Copyright Aliaksei Levin (levlam@telegram.org), Arseny Smirnov (arseny30@gmail.com) 2014-2021
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#pragma once
#include "td/telegram/td_api.h"
#include "td/te... | 28.921569 | 119 | 0.72 | [
"vector"
] |
e4edf2ce85cc6046068eb24fa35585dcc05bd68c | 4,936 | h | C | Adjust/ADJConfig.h | scelis/ios_sdk | 7fe5b724e761f4cbd479de173afa2144252a172a | [
"MIT"
] | 1 | 2021-07-07T11:16:33.000Z | 2021-07-07T11:16:33.000Z | Adjust/ADJConfig.h | scelis/ios_sdk | 7fe5b724e761f4cbd479de173afa2144252a172a | [
"MIT"
] | null | null | null | Adjust/ADJConfig.h | scelis/ios_sdk | 7fe5b724e761f4cbd479de173afa2144252a172a | [
"MIT"
] | 1 | 2021-07-20T19:11:26.000Z | 2021-07-20T19:11:26.000Z | //
// ADJConfig.h
// adjust
//
// Created by Pedro Filipe on 30/10/14.
// Copyright (c) 2014 adjust GmbH. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "ADJLogger.h"
#import "ADJAttribution.h"
#import "ADJSessionSuccess.h"
#import "ADJSessionFailure.h"
#import "ADJEventSuccess.h"
#import "ADJEv... | 36.294118 | 124 | 0.763169 | [
"object"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.