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
0e4f20e78e34676d4ecb13313f2564f4600c0bc9
1,559
h
C
SummonEngine/Engine/ForwardRenderer.h
Raboni/SummonEngine
2a1078d60b604a918b920d098f3f0e60e5ce35bc
[ "MIT" ]
1
2020-03-27T15:22:17.000Z
2020-03-27T15:22:17.000Z
SummonEngine/Engine/ForwardRenderer.h
Raboni/SummonEngine
2a1078d60b604a918b920d098f3f0e60e5ce35bc
[ "MIT" ]
null
null
null
SummonEngine/Engine/ForwardRenderer.h
Raboni/SummonEngine
2a1078d60b604a918b920d098f3f0e60e5ce35bc
[ "MIT" ]
1
2021-01-22T03:49:01.000Z
2021-01-22T03:49:01.000Z
#pragma once #include "RenderSettings.h" #include "PBRBufferStructs.h" #include <GrowingArray.hpp> namespace CU { class Camera; } class DXFramework; class ModelInstance; struct ModelRenderCommand; struct PointLightRenderCommand; class EnviromentLight; class VertexShader; class GeometryShader; class PixelShader; struc...
28.345455
137
0.839641
[ "render" ]
0e5386043008490ad1393d435e08ad9ecde1dadd
426
h
C
design-patterns/design-patterns/Behavioral/Mediator/Mediators/Mediator.h
danabeknar/design-patterns
7e6b4a23c7725b01b38939e35554992830cc53ac
[ "MIT" ]
12
2018-11-21T07:11:09.000Z
2019-05-13T15:01:06.000Z
design-patterns/design-patterns/Behavioral/Mediator/Mediators/Mediator.h
danabeknar/design-patterns
7e6b4a23c7725b01b38939e35554992830cc53ac
[ "MIT" ]
null
null
null
design-patterns/design-patterns/Behavioral/Mediator/Mediators/Mediator.h
danabeknar/design-patterns
7e6b4a23c7725b01b38939e35554992830cc53ac
[ "MIT" ]
1
2020-06-16T16:30:52.000Z
2020-06-16T16:30:52.000Z
// // Mediator.h // design-patterns // // Created by Beknar Danabek on 04/01/2019. // Copyright © 2019 beknar. All rights reserved. // #import <Foundation/Foundation.h> @class Module; /// Common mediator interface @protocol Mediator /** Method that notifies with sender and event @param sender Module object ...
17.04
66
0.713615
[ "object" ]
0e586a186590d8f4169ec0d4d77e832b931cc885
885
h
C
include/wlr/types/wlr_box.h
topisani/wlroots
4984ea49eeaa292d66be9e535d93a4d8185f3e18
[ "MIT" ]
null
null
null
include/wlr/types/wlr_box.h
topisani/wlroots
4984ea49eeaa292d66be9e535d93a4d8185f3e18
[ "MIT" ]
null
null
null
include/wlr/types/wlr_box.h
topisani/wlroots
4984ea49eeaa292d66be9e535d93a4d8185f3e18
[ "MIT" ]
null
null
null
#ifndef WLR_TYPES_WLR_BOX_H #define WLR_TYPES_WLR_BOX_H #include <stdbool.h> #include <wayland-server.h> struct wlr_box { int x, y; int width, height; }; void wlr_box_closest_point(const struct wlr_box *box, double x, double y, double *dest_x, double *dest_y); bool wlr_box_intersection(const struct wlr_box *box_...
24.583333
75
0.761582
[ "transform" ]
cd71a2296d7d72f3b443eef53c800fd3954b5f60
3,881
h
C
muan/logging/logger.h
hansonl02/frc-robot-code
4b120c917a7709df9f010c9089a87c320bab3a16
[ "MIT" ]
61
2017-01-22T04:38:32.000Z
2022-03-07T00:04:37.000Z
muan/logging/logger.h
hansonl02/frc-robot-code
4b120c917a7709df9f010c9089a87c320bab3a16
[ "MIT" ]
3
2018-06-28T05:34:57.000Z
2019-01-16T15:46:22.000Z
muan/logging/logger.h
hansonl02/frc-robot-code
4b120c917a7709df9f010c9089a87c320bab3a16
[ "MIT" ]
17
2017-05-12T15:32:03.000Z
2021-12-09T12:49:38.000Z
#ifndef MUAN_LOGGING_LOGGER_H_ #define MUAN_LOGGING_LOGGER_H_ #include <atomic> #include <map> #include <memory> #include <string> #include <utility> #include <vector> #include "gtest/gtest_prod.h" #include "muan/logging/filewriter.h" #include "muan/logging/textlogger.h" #include "muan/queues/message_queue.h" #includ...
30.085271
80
0.713991
[ "object", "vector" ]
cd7bdbb9f5c6797fe4a5c039541d5c08a4550de3
3,037
h
C
src/ocean/blif2sls/Network.h
yrrapt/cacd
696f5a22cb71b83eabbb9de199f1972d458fa9e9
[ "ISC" ]
11
2019-10-16T11:03:49.000Z
2021-09-28T19:46:12.000Z
src/ocean/blif2sls/Network.h
yrrapt/cacd
696f5a22cb71b83eabbb9de199f1972d458fa9e9
[ "ISC" ]
null
null
null
src/ocean/blif2sls/Network.h
yrrapt/cacd
696f5a22cb71b83eabbb9de199f1972d458fa9e9
[ "ISC" ]
1
2021-09-29T18:15:17.000Z
2021-09-29T18:15:17.000Z
/* * ISC License * * Copyright (C) 1992-2018 by * Ireneusz Karkowski * Patrick Groeneveld * Delft University of Technology * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permissio...
30.676768
78
0.643069
[ "object" ]
cd7cb9decdd42bca277184fbdf2b364153c09701
7,133
h
C
libbittrex/include/libbittrex/models/order.h
gurpinars/bittrex-cpp
b327fd64efcde88a6f87cc92558c54dc7e4ae280
[ "MIT" ]
10
2017-10-06T11:16:09.000Z
2019-06-02T10:14:57.000Z
libbittrex/include/libbittrex/models/order.h
msamigurpinar/bittrex-cpp
b327fd64efcde88a6f87cc92558c54dc7e4ae280
[ "MIT" ]
1
2018-02-03T09:11:08.000Z
2018-02-06T06:49:12.000Z
libbittrex/include/libbittrex/models/order.h
gurpinars/bittrex-cpp
b327fd64efcde88a6f87cc92558c54dc7e4ae280
[ "MIT" ]
4
2018-02-03T06:53:38.000Z
2019-05-21T08:46:17.000Z
#pragma once #include <string> #include <boost/property_tree/ptree.hpp> namespace bittrex::model { struct Order { explicit Order(boost::property_tree::ptree &j) { account_id = j.get<std::string>("AccountId"); order_uuid = j.get<std::string>("OrderUuid"); exchange = j.get<std::string>("Exc...
41.71345
89
0.635777
[ "model" ]
cd8b8acee76017f5928ad52f53ee34fab2dea04a
1,560
h
C
MPlayer-1.3.0/ffmpeg/libavcodec/diractab.h
xu5343/ffmpegtoolkit_CentOS7
974496c709a1c8c69034e46ae5ce7101cf03716f
[ "Apache-2.0" ]
41
2015-04-06T09:15:47.000Z
2022-02-06T19:02:09.000Z
Thirdparty/ffmpeg/ffmpeg-3.0.2/x64/release/include/libavcodec/diractab.h
shorttermmem/AMF
43b5211be2d84056ea940b50a98758ec369afef6
[ "MIT" ]
15
2016-08-26T15:13:03.000Z
2022-01-05T22:55:11.000Z
Thirdparty/ffmpeg/ffmpeg-3.0.2/x64/release/include/libavcodec/diractab.h
shorttermmem/AMF
43b5211be2d84056ea940b50a98758ec369afef6
[ "MIT" ]
24
2015-08-08T10:15:19.000Z
2021-07-15T22:04:51.000Z
/* * Copyright (C) 2016 Open Broadcast Systems Ltd. * Author (C) 2016 Rostislav Pehlivanov <atomnuker@gmail.com> * * This file is part of FFmpeg. * * FFmpeg 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 Softwar...
37.142857
80
0.764744
[ "transform" ]
cd91f4dbc13a716d82881e46075493b8924ec6f6
6,657
c
C
pybricks/pupdevices/pb_type_pupdevices_colorsensor.c
ZPhilo/pybricks-micropython
bf3072b6f7dd87b60e50d7c2130ca3c393a5709f
[ "MIT" ]
1
2021-02-26T16:46:32.000Z
2021-02-26T16:46:32.000Z
pybricks/pupdevices/pb_type_pupdevices_colorsensor.c
ZPhilo/pybricks-micropython
bf3072b6f7dd87b60e50d7c2130ca3c393a5709f
[ "MIT" ]
1
2021-04-15T15:23:59.000Z
2021-04-15T15:23:59.000Z
pybricks/pupdevices/pb_type_pupdevices_colorsensor.c
BertLindeman/pybricks-micropython
8f22a99551100e66ddf08d014d9f442f22b33b4d
[ "MIT" ]
1
2021-04-27T17:59:10.000Z
2021-04-27T17:59:10.000Z
// SPDX-License-Identifier: MIT // Copyright (c) 2018-2020 The Pybricks Authors #include "py/mpconfig.h" #if PYBRICKS_PY_PUPDEVICES #include "py/mphal.h" #include <pybricks/common.h> #include <pybricks/parameters.h> #include <pybricks/pupdevices.h> #include <pybricks/util_mp/pb_kwarg_helper.h> #include <pybricks/u...
38.04
126
0.74478
[ "object" ]
cd976e771b0e6a26a2e0a631daa7642ffbca53e4
1,600
h
C
ogsr_engine/xrGame/sound_memory_manager_inline.h
stepa2/OGSR-Engine
32a23aa30506684be1267d9c4fc272350cd167c5
[ "Apache-2.0" ]
247
2018-11-02T18:50:55.000Z
2022-03-15T09:11:43.000Z
ogsr_engine/xrGame/sound_memory_manager_inline.h
stepa2/OGSR-Engine
32a23aa30506684be1267d9c4fc272350cd167c5
[ "Apache-2.0" ]
193
2018-11-02T20:12:44.000Z
2022-03-07T13:35:17.000Z
ogsr_engine/xrGame/sound_memory_manager_inline.h
stepa2/OGSR-Engine
32a23aa30506684be1267d9c4fc272350cd167c5
[ "Apache-2.0" ]
106
2018-10-26T11:33:01.000Z
2022-03-19T12:34:20.000Z
//////////////////////////////////////////////////////////////////////////// // Module : sound_memory_manager_inline.h // Created : 02.10.2001 // Modified : 19.11.2003 // Author : Dmitriy Iassenev // Description : Sound memory manager inline functions //////////////////////////////////////////////////////////////...
27.118644
128
0.6525
[ "object" ]
cd97d9845666f8d17056591c41cd3a40cec088a4
19,885
h
C
tke/include/tencentcloud/tke/v20180525/model/AddExistedInstancesRequest.h
TencentCloud/tencentcloud-sdk-cpp-intl-en
752c031f5ad2c96868183c5931eae3a42dd5ae6c
[ "Apache-2.0" ]
1
2022-01-27T09:27:34.000Z
2022-01-27T09:27:34.000Z
tke/include/tencentcloud/tke/v20180525/model/AddExistedInstancesRequest.h
TencentCloud/tencentcloud-sdk-cpp-intl-en
752c031f5ad2c96868183c5931eae3a42dd5ae6c
[ "Apache-2.0" ]
null
null
null
tke/include/tencentcloud/tke/v20180525/model/AddExistedInstancesRequest.h
TencentCloud/tencentcloud-sdk-cpp-intl-en
752c031f5ad2c96868183c5931eae3a42dd5ae6c
[ "Apache-2.0" ]
null
null
null
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
59.894578
427
0.60699
[ "vector", "model" ]
cdb83db01a2c75dec4b51e00682232b21fd1d0b3
17,075
h
C
src/Engine/rpg/event/Event.h
mpavlinsky/bobsgame
dd4c0713828594ef601c61785164b3fa41e27e2a
[ "Unlicense" ]
13
2021-06-30T15:47:33.000Z
2021-09-18T15:44:34.000Z
src/Engine/rpg/event/Event.h
mpavlinsky/bobsgame
dd4c0713828594ef601c61785164b3fa41e27e2a
[ "Unlicense" ]
null
null
null
src/Engine/rpg/event/Event.h
mpavlinsky/bobsgame
dd4c0713828594ef601c61785164b3fa41e27e2a
[ "Unlicense" ]
7
2021-06-30T17:14:41.000Z
2021-10-14T01:41:18.000Z
//------------------------------------------------------------------------------ //Copyright Robert Pelloni. //All Rights Reserved. //------------------------------------------------------------------------------ #pragma once #include "bobtypes.h" class Logger; #include "src/Engine/network/ServerObject.h" class ...
16.691105
220
0.785944
[ "object" ]
cdc8378f8ac10bce82f0ebb9e56524cea4069616
3,683
h
C
OnboardFilterTds/ObfFilterTrack.h
fermi-lat/OnboardFilterTds
08e52c32a988a82025a429c1c89f7747992a9bbd
[ "BSD-3-Clause" ]
null
null
null
OnboardFilterTds/ObfFilterTrack.h
fermi-lat/OnboardFilterTds
08e52c32a988a82025a429c1c89f7747992a9bbd
[ "BSD-3-Clause" ]
null
null
null
OnboardFilterTds/ObfFilterTrack.h
fermi-lat/OnboardFilterTds
08e52c32a988a82025a429c1c89f7747992a9bbd
[ "BSD-3-Clause" ]
null
null
null
/** @file ObfFilterTrack.h * @author Tracy Usher * * $Header: /nfs/slac/g/glast/ground/cvs/OnboardFilterTds/OnboardFilterTds/ObfFilterStatus.h,v 1.7 2008/01/11 21:28:11 usher Exp $ */ #ifndef ObfFilterTrack_H #define ObfFilterTrack_H 1 #include "GaudiKernel/SmartRefVector.h" #include "GaudiKernel/ObjectVector.h" #inc...
33.788991
129
0.660331
[ "object" ]
cdcb38af1d1a61f21f94ea47fb471d08b2bf08f8
8,444
h
C
ll/include/liblilfes/utility.h
mynlp/enju
d984a630b30b95de16f3b715277e95dc6fbe15b4
[ "Apache-2.0" ]
48
2016-10-11T06:07:02.000Z
2022-03-02T16:26:25.000Z
ll/include/liblilfes/utility.h
mynlp/enju
d984a630b30b95de16f3b715277e95dc6fbe15b4
[ "Apache-2.0" ]
7
2017-02-13T09:14:34.000Z
2019-01-18T06:06:29.000Z
ll/include/liblilfes/utility.h
mynlp/enju
d984a630b30b95de16f3b715277e95dc6fbe15b4
[ "Apache-2.0" ]
18
2016-11-13T23:14:28.000Z
2022-01-12T15:21:44.000Z
#ifndef __utility_h #define __utility_h #include "lconfig.h" #include "builtin.h" #include <cassert> #include <list> #include <string> #include <utility> #include <vector> namespace lilfes { ////////////////////////////////////////////////////////////////////// //// //// calling predicates from a C program //// ///...
26.977636
161
0.526291
[ "vector" ]
cde36b000a33d9a6443c3c450ed456c2bbdcc7a2
1,759
h
C
pohessian/include/pohessian/HessianClient.h
pierredavidbelanger/pohessian
f31c49455b295a0b7386d18c78789f586620e6b9
[ "Apache-2.0" ]
null
null
null
pohessian/include/pohessian/HessianClient.h
pierredavidbelanger/pohessian
f31c49455b295a0b7386d18c78789f586620e6b9
[ "Apache-2.0" ]
null
null
null
pohessian/include/pohessian/HessianClient.h
pierredavidbelanger/pohessian
f31c49455b295a0b7386d18c78789f586620e6b9
[ "Apache-2.0" ]
null
null
null
// // PoHessian // Portable C++ Hessian Implementation // // Copyright (C) 2012 Pierre-David Belanger // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or /...
29.316667
109
0.702672
[ "vector" ]
cde6442f4b112b053cafc34c17d49d9feaa9b480
3,673
h
C
include/simdjson/generic/ondemand/object.h
moneytech/simdjson
0134d45320c66c576cdee8064c059e5e091e475f
[ "Apache-2.0" ]
null
null
null
include/simdjson/generic/ondemand/object.h
moneytech/simdjson
0134d45320c66c576cdee8064c059e5e091e475f
[ "Apache-2.0" ]
null
null
null
include/simdjson/generic/ondemand/object.h
moneytech/simdjson
0134d45320c66c576cdee8064c059e5e091e475f
[ "Apache-2.0" ]
null
null
null
#include "simdjson/error.h" namespace simdjson { namespace SIMDJSON_IMPLEMENTATION { namespace ondemand { /** * A forward-only JSON object field iterator. */ class object { public: /** * Create a new invalid object. * * Exists so you can declare a variable and later assign to it before use. */ simd...
39.074468
180
0.763136
[ "object" ]
cde75617077a7d383d8e3374d5ea384574119525
2,923
h
C
NAMD_2.12_Source/charm-6.7.1/src/libs/ck-libs/ParFUM/ParFUM_locking.h
scottkwarren/config-db
fb5c3da2465e5cff0ad30950493b11d452bd686b
[ "MIT" ]
1
2019-01-17T20:07:23.000Z
2019-01-17T20:07:23.000Z
NAMD_2.12_Source/charm-6.7.1/src/libs/ck-libs/ParFUM/ParFUM_locking.h
scottkwarren/config-db
fb5c3da2465e5cff0ad30950493b11d452bd686b
[ "MIT" ]
null
null
null
NAMD_2.12_Source/charm-6.7.1/src/libs/ck-libs/ParFUM/ParFUM_locking.h
scottkwarren/config-db
fb5c3da2465e5cff0ad30950493b11d452bd686b
[ "MIT" ]
null
null
null
/* File: ParFUM_locking.h * Authors: Nilesh Choudhury * */ #ifndef __PARFUM_LOCKING_H #define __PARFUM_LOCKING_H #define _LOCKCHUNKS ///there is one fem_lock associated with every FEM_Mesh: Chunk Lock (no longer in use) class FEM_lock { ///Index of the lock (chunk) int idx; ///Current owner of the lock in...
25.198276
88
0.69415
[ "object" ]
cdf4e13cf7375cb721e5109cb131f691e4d1ff23
4,246
c
C
nitan/clone/book/yjj_book2.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
1
2019-03-27T07:25:16.000Z
2019-03-27T07:25:16.000Z
nitan/clone/book/yjj_book2.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
null
null
null
nitan/clone/book/yjj_book2.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
null
null
null
//rama@sz //易筋經殘篇 inherit BOOK; int do_xiulian(); int finish(object me); void setup() {} void init() { add_action("do_xiulian", "xiulian"); add_action("do_xiulian", "xiu"); } void create() { set_name("易筋經殘篇", ({ "yijinjing" })); set_weight(600); set("no_drop",1); ...
29.282759
107
0.475977
[ "object" ]
cdf8290fa9f2a84cc9472d9c59fce77a1a756aec
22,039
c
C
ccs-workspace/firmware-main/JTOK/src/jtok_object.c
DalhousieSpaceSystemsLab/CubeSat-ADCS-Firmware
ea641cef6a200e6adc49740b41985468ab7e3667
[ "MIT" ]
null
null
null
ccs-workspace/firmware-main/JTOK/src/jtok_object.c
DalhousieSpaceSystemsLab/CubeSat-ADCS-Firmware
ea641cef6a200e6adc49740b41985468ab7e3667
[ "MIT" ]
2
2021-12-14T13:30:44.000Z
2022-01-13T04:57:12.000Z
ccs-workspace/firmware-main/JTOK/src/jtok_object.c
DalhousieSpaceSystemsLab/CubeSat-ADCS-Firmware
ea641cef6a200e6adc49740b41985468ab7e3667
[ "MIT" ]
null
null
null
/** * @file jtok_object.c * @author Carl Mattatall (cmattatall2@gmail.com) * @brief Source module to handle jtok object operations * @version 0.1 * @date 2020-12-25 * * @copyright Copyright (c) 2020 Carl Mattatall * */ #include <assert.h> #include <limits.h> #include "jtok_object.h" #include "jtok_array.h" #...
35.894137
80
0.362993
[ "object" ]
0772d48c4ed385ae57e40d14a3183b131f40e071
1,629
h
C
network/Messages/FilterAddMessage.h
jambolo/Equity
e9f142aec8c5292406b32633fd714c26cf7fd6cd
[ "MIT" ]
null
null
null
network/Messages/FilterAddMessage.h
jambolo/Equity
e9f142aec8c5292406b32633fd714c26cf7fd6cd
[ "MIT" ]
null
null
null
network/Messages/FilterAddMessage.h
jambolo/Equity
e9f142aec8c5292406b32633fd714c26cf7fd6cd
[ "MIT" ]
null
null
null
#pragma once #include "network/Message.h" #include <nlohmann/json_fwd.hpp> namespace Network { //! An add-filter message. //! //! This message adds the given data element to the connections current filter without requiring a completely new one to be set. //! //! The given data element will be added to the bloom filte...
33.9375
128
0.698588
[ "vector" ]
07836a87f14f9774ed4ddc88b33e9b5454f2255a
1,848
h
C
visualization/heavenlybody/heavenlybody3d.h
fdeitelhoff/SolarSystemSimulation
9a5232498c2a6b6fe9dd02dfb11e91b9aad5ab48
[ "MIT" ]
null
null
null
visualization/heavenlybody/heavenlybody3d.h
fdeitelhoff/SolarSystemSimulation
9a5232498c2a6b6fe9dd02dfb11e91b9aad5ab48
[ "MIT" ]
null
null
null
visualization/heavenlybody/heavenlybody3d.h
fdeitelhoff/SolarSystemSimulation
9a5232498c2a6b6fe9dd02dfb11e91b9aad5ab48
[ "MIT" ]
null
null
null
/* Copyright (C) 2012 by Fabian Deitelhoff (FH@FabianDeitelhoff.de) and Christof Geisler (christof.geisler@stud.fh-swf.de) This file is part of the project SolarSystemSimulation. SolarSystemSimulation is free software: you can redistribute it and/or modify it under the terms of the GNU General...
25.666667
82
0.737554
[ "model" ]
07885aab4109053a0db3953549e9ed3888419778
39,673
h
C
qtensor/data.h
jwinkle/eQ
dbc94575fad9c8e4f1feaddc6a1c1c9067967ed2
[ "MIT" ]
null
null
null
qtensor/data.h
jwinkle/eQ
dbc94575fad9c8e4f1feaddc6a1c1c9067967ed2
[ "MIT" ]
null
null
null
qtensor/data.h
jwinkle/eQ
dbc94575fad9c8e4f1feaddc6a1c1c9067967ed2
[ "MIT" ]
1
2021-08-25T15:04:47.000Z
2021-08-25T15:04:47.000Z
// This code conforms with the UFC specification version 2018.1.0 // and was automatically generated by FFC version 2018.1.0. // // This code was generated with the option '-l dolfin' and // contains DOLFIN-specific wrappers that depend on DOLFIN. // // This code was generated with the following parameters: // // add...
37.008396
156
0.478008
[ "mesh", "shape", "vector", "transform" ]
078a98988a66ce76b40d9b5e172ac1b1224cc6d6
4,570
h
C
src/base/polynomial.h
chetanskumar1991/colmap
d8d3cfbdef8de706f1501f07ac78068741ad1d89
[ "BSD-3-Clause" ]
255
2018-12-14T05:59:29.000Z
2020-11-04T12:15:32.000Z
src/base/polynomial.h
Pascal-So/colmap
7c82a22a2ac97e54272d54a1c7276cb293bcdd2f
[ "BSD-3-Clause" ]
35
2018-12-25T03:02:48.000Z
2020-11-19T03:33:25.000Z
src/base/polynomial.h
Pascal-So/colmap
7c82a22a2ac97e54272d54a1c7276cb293bcdd2f
[ "BSD-3-Clause" ]
54
2018-12-14T06:09:21.000Z
2020-11-21T08:29:31.000Z
// Copyright (c) 2018, ETH Zurich and UNC Chapel Hill. // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // * Redistributions of source code must retain the above copyright // notic...
44.803922
80
0.682276
[ "vector" ]
078e70ae67804c22cb7ac097a94b70e761379fc2
1,879
h
C
lib/typelib/TypeDatabase.h
alexanderlinne/TypeART
a83c63b3c82d1e4801c1c4651c9351b311ef1fa6
[ "BSD-3-Clause" ]
null
null
null
lib/typelib/TypeDatabase.h
alexanderlinne/TypeART
a83c63b3c82d1e4801c1c4651c9351b311ef1fa6
[ "BSD-3-Clause" ]
null
null
null
lib/typelib/TypeDatabase.h
alexanderlinne/TypeART
a83c63b3c82d1e4801c1c4651c9351b311ef1fa6
[ "BSD-3-Clause" ]
null
null
null
// TypeART library // // Copyright (c) 2017-2022 TypeART Authors // Distributed under the BSD 3-Clause license. // (See accompanying file LICENSE.txt or copy at // https://opensource.org/licenses/BSD-3-Clause) // // Project home: https://github.com/tudasc/TypeART // // SPDX-License-Identifier: BSD-3-Clause // #ifndef ...
26.464789
97
0.73124
[ "vector" ]
078f1227fa36d8c16b9cb1a19f7a19a9a35d83e0
6,497
h
C
ios/web/navigation/crw_wk_navigation_handler.h
mghgroup/Glide-Browser
6a4c1eaa6632ec55014fee87781c6bbbb92a2af5
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
575
2015-06-18T23:58:20.000Z
2022-03-23T09:32:39.000Z
ios/web/navigation/crw_wk_navigation_handler.h
mghgroup/Glide-Browser
6a4c1eaa6632ec55014fee87781c6bbbb92a2af5
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
113
2015-05-04T09:58:14.000Z
2022-01-31T19:35:03.000Z
ios/web/navigation/crw_wk_navigation_handler.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 2019 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef IOS_WEB_NAVIGATION_CRW_WK_NAVIGATION_HANDLER_H_ #define IOS_WEB_NAVIGATION_CRW_WK_NAVIGATION_HANDLER_H_ #import <UIKit/UIKit.h> #import <WebKit/W...
40.104938
80
0.787133
[ "object" ]
079e56d06623ddc544127799e6bb63ce97f8baad
12,032
h
C
lullaby/systems/transform/transform_system.h
jjzhang166/lullaby
d9b11ea811cb5869b46165b9b9537b6063c6cbae
[ "Apache-2.0" ]
null
null
null
lullaby/systems/transform/transform_system.h
jjzhang166/lullaby
d9b11ea811cb5869b46165b9b9537b6063c6cbae
[ "Apache-2.0" ]
null
null
null
lullaby/systems/transform/transform_system.h
jjzhang166/lullaby
d9b11ea811cb5869b46165b9b9537b6063c6cbae
[ "Apache-2.0" ]
null
null
null
/* Copyright 2017 Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in ...
37.36646
80
0.718833
[ "render", "vector", "transform" ]
07aae34a0e628a7ae72566d8ca73ac2c0c0f17db
2,012
h
C
compiler/src/core/Block.h
d08ble/acpu
fb7b809ada746ecc3d1dbbe1096b120ac8f63256
[ "Unlicense" ]
2
2021-08-28T14:45:13.000Z
2021-11-15T12:24:03.000Z
compiler/src/core/Block.h
d08ble/acpu
fb7b809ada746ecc3d1dbbe1096b120ac8f63256
[ "Unlicense" ]
null
null
null
compiler/src/core/Block.h
d08ble/acpu
fb7b809ada746ecc3d1dbbe1096b120ac8f63256
[ "Unlicense" ]
null
null
null
// // Another CPU Language - ACPUL - a{}; // // THIS SOFTWARE IS PROVIDED BY THE FREEBSD PROJECT ``AS IS'' AND ANY EXPRESS OR // IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT // SHALL THE FREEBSD PROJECT O...
32.451613
89
0.60338
[ "object", "vector" ]
07c43602469f156cb4536cbd785d3a072883ac0c
13,047
h
C
src/atlas/array/native/NativeArrayView.h
twsearle/atlas
a1916fd521f9935f846004e6194f80275de4de83
[ "Apache-2.0" ]
67
2018-03-01T06:56:49.000Z
2022-03-08T18:44:47.000Z
src/atlas/array/native/NativeArrayView.h
twsearle/atlas
a1916fd521f9935f846004e6194f80275de4de83
[ "Apache-2.0" ]
93
2018-12-07T17:38:04.000Z
2022-03-31T10:04:51.000Z
src/atlas/array/native/NativeArrayView.h
twsearle/atlas
a1916fd521f9935f846004e6194f80275de4de83
[ "Apache-2.0" ]
33
2018-02-28T17:06:19.000Z
2022-01-20T12:12:27.000Z
/* * (C) Copyright 2013 ECMWF. * * This software is licensed under the terms of the Apache Licence Version 2.0 * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. * In applying this licence, ECMWF does not waive the privileges and immunities * granted to it by virtue of its status as an intergo...
34.15445
119
0.607113
[ "object", "shape" ]
07c695f0313c5fec0c4e1fb036553fff9219cfe3
756
c
C
src/tests/textures/3d_textures.c
tevoran/T3Vtech-3
caf2dbec3d96fa8045c9b57621495549f5e26e2f
[ "MIT" ]
5
2022-02-01T13:39:12.000Z
2022-03-30T16:57:58.000Z
src/tests/textures/3d_textures.c
tevoran/T3Vtech-3
caf2dbec3d96fa8045c9b57621495549f5e26e2f
[ "MIT" ]
1
2022-03-26T17:51:23.000Z
2022-03-26T17:51:23.000Z
src/tests/textures/3d_textures.c
tevoran/T3Vtech-3
caf2dbec3d96fa8045c9b57621495549f5e26e2f
[ "MIT" ]
4
2022-03-19T13:36:34.000Z
2022-03-30T16:58:02.000Z
#include <tt.h> int main(int argc, char *argv[]) { tt_init("T3Vtech3 test window", 1920, 1080, false, 16, NULL); tt_3d_object *quad=tt_3d_object_new(); tt_3d_object_make_quad(quad); tt_vec3 pos={0,0,-7}; tt_vec3 scale={2.8,1.0,1.0}; tt_3d_object_set_position(quad, &pos); tt_3d_object_scale(quad, &scale); tt_3...
25.2
84
0.736772
[ "3d" ]
07d8794f22c114cd94ff1d9eb89a355f99268e75
20,904
c
C
xen-4.6.0/xen/arch/x86/cpu/mwait-idle.c
StanPlatinum/VMI-as-a-Service
5828a9c73815ad7e043428e7e56dc0715aaa60a1
[ "MIT" ]
3
2019-08-31T19:58:24.000Z
2020-10-02T06:50:22.000Z
xen-4.6.0/xen/arch/x86/cpu/mwait-idle.c
StanPlatinum/VMI-as-a-Service
5828a9c73815ad7e043428e7e56dc0715aaa60a1
[ "MIT" ]
1
2020-10-16T19:13:49.000Z
2020-10-16T19:13:49.000Z
xen-4.6.0/xen/arch/x86/cpu/mwait-idle.c
StanPlatinum/ROP-detection-inside-VMs
7b39298dd0791711cbd78fd0730b819b755cc995
[ "MIT" ]
1
2021-06-06T21:10:21.000Z
2021-06-06T21:10:21.000Z
/* * mwait_idle.c - native hardware idle loop for modern processors * * Copyright (c) 2013, Intel Corporation. * Len Brown <len.brown@intel.com> * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as publish...
23.175166
85
0.689103
[ "model" ]
07df0645153ac1946a45d36fc15d53bf46f456d3
768
h
C
dev/g++/ifsttar/wifiMapping/aggreg/include/txtStorage.h
YannGarcia/repo
0f3de24c71d942c752ada03c10861e83853fdf71
[ "MIT" ]
null
null
null
dev/g++/ifsttar/wifiMapping/aggreg/include/txtStorage.h
YannGarcia/repo
0f3de24c71d942c752ada03c10861e83853fdf71
[ "MIT" ]
null
null
null
dev/g++/ifsttar/wifiMapping/aggreg/include/txtStorage.h
YannGarcia/repo
0f3de24c71d942c752ada03c10861e83853fdf71
[ "MIT" ]
1
2017-01-27T12:53:50.000Z
2017-01-27T12:53:50.000Z
#if !defined(__TXTSTORAGE_H__) #define __TXTSTORAGE_H__ #include <iostream> #include <fstream> #include <memory> // Used for unique_ptr #include <vector> #include "abstractStorage.h" namespace beagleboneStorage { class txtStorage : public abstractStorage { std::ofstream _file; std::string _storageDevice; ...
21.942857
66
0.721354
[ "vector" ]
07e0b14477d41e6ef9aee82215787be27fc76da6
10,460
c
C
old files/Simulink kopier/simulink/Old/NLPID_nidll_vxworks_rtw/NLPID_data.c
eliasga/CS_EnterpriseI_archive
fff170b4c31fc25648eea80af99a1c8f79c3a036
[ "MIT" ]
null
null
null
old files/Simulink kopier/simulink/Old/NLPID_nidll_vxworks_rtw/NLPID_data.c
eliasga/CS_EnterpriseI_archive
fff170b4c31fc25648eea80af99a1c8f79c3a036
[ "MIT" ]
null
null
null
old files/Simulink kopier/simulink/Old/NLPID_nidll_vxworks_rtw/NLPID_data.c
eliasga/CS_EnterpriseI_archive
fff170b4c31fc25648eea80af99a1c8f79c3a036
[ "MIT" ]
3
2020-01-23T10:01:04.000Z
2021-02-02T09:44:41.000Z
/* * NLPID_data.c * * Real-Time Workshop code generation for Simulink model "NLPID.mdl". * * Model Version : 1.31 * Real-Time Workshop version : 7.3 (R2009a) 15-Jan-2009 * C source code generated on : Mon Mar 17 14:06:18 2014 * * Target selection: nidll_vxworks.tlc * Note: GRT includes extra ...
14.116059
81
0.447801
[ "model" ]
35b366040bc78bfff71fdd5629e7d62808ca516c
12,155
h
C
kernel/src/sched/Thread.h
tristanseifert/kush-os
1ffd595aae8f3dc880e798eff72365b8b6c631f0
[ "0BSD" ]
4
2021-06-22T20:52:30.000Z
2022-02-04T00:19:44.000Z
kernel/src/sched/Thread.h
tristanseifert/kush-os
1ffd595aae8f3dc880e798eff72365b8b6c631f0
[ "0BSD" ]
null
null
null
kernel/src/sched/Thread.h
tristanseifert/kush-os
1ffd595aae8f3dc880e798eff72365b8b6c631f0
[ "0BSD" ]
null
null
null
#ifndef KERN_SCHED_THREAD_H #define KERN_SCHED_THREAD_H #include <stddef.h> #include <stdint.h> #include <runtime/List.h> #include <runtime/Queue.h> #include <runtime/Vector.h> #include <runtime/SmartPointers.h> #include <handle/Manager.h> #include <arch/ThreadState.h> #include <arch/rwlock.h> #include "SchedulerDa...
38.22327
120
0.603209
[ "object", "vector" ]
35b6cfb23e918d332aba5330fd4e33b51a67a7b0
2,801
h
C
SRDownloadManager/SRDownloadManager.h
ihomelp07/SRDownloadManager
3397ea6c45c6505f189f508674c30dbf72761ab6
[ "MIT" ]
249
2017-01-19T15:18:17.000Z
2022-02-02T14:33:07.000Z
SRDownloadManager/SRDownloadManager.h
ihomelp07/SRDownloadManager
3397ea6c45c6505f189f508674c30dbf72761ab6
[ "MIT" ]
21
2017-02-20T11:13:50.000Z
2021-01-15T04:35:45.000Z
SRDownloadManager/SRDownloadManager.h
ihomelp07/SRDownloadManager
3397ea6c45c6505f189f508674c30dbf72761ab6
[ "MIT" ]
49
2017-01-22T02:28:50.000Z
2020-04-30T05:48:36.000Z
// // SRDownloadManager.h // SRDownloadManager // // Created by https://github.com/guowilling on 17/1/10. // Copyright © 2017年 SR. All rights reserved. // #import <Foundation/Foundation.h> #import "SRDownloadModel.h" typedef NS_ENUM(NSInteger, SRWaitingQueueMode) { SRWaitingQueueModeFIFO, SRWaitingQueueMo...
25.935185
125
0.729025
[ "object" ]
35bf08e15f05dc038dbe542968d64c1c95103938
3,876
h
C
src/modules/core/include/CodecEvalFramework.h
krejov100/DepthCodec
fced6980bbdb85e28fba19ee722b6955b4bed4dc
[ "Apache-2.0" ]
2
2019-12-09T22:07:33.000Z
2022-03-06T10:41:16.000Z
src/modules/core/include/CodecEvalFramework.h
krejov100/DepthCodec
fced6980bbdb85e28fba19ee722b6955b4bed4dc
[ "Apache-2.0" ]
25
2018-08-13T22:28:43.000Z
2018-09-18T16:30:20.000Z
src/modules/core/include/CodecEvalFramework.h
krejov100/DepthCodec
fced6980bbdb85e28fba19ee722b6955b4bed4dc
[ "Apache-2.0" ]
null
null
null
// // Created by philip on 8/2/18. // #pragma once #include <vector> #include <boost/archive/binary_iarchive.hpp> #include <boost/archive/binary_oarchive.hpp> #include <boost/serialization/shared_ptr.hpp> #include <PinholeCameraIntrinsic.h> #include "NamedTimer.h" #include "opencv2/opencv.hpp" #include "DataStream.hpp...
31.008
113
0.72549
[ "object", "vector" ]
35d6d3d5c740f843301522d24409fa12a8ab7480
58,394
c
C
src/kehayden/linearSat/linearSat.c
diekhans/kent
f714d84de41a802085b997abac94bb1abab4bd7a
[ "IJG" ]
null
null
null
src/kehayden/linearSat/linearSat.c
diekhans/kent
f714d84de41a802085b997abac94bb1abab4bd7a
[ "IJG" ]
null
null
null
src/kehayden/linearSat/linearSat.c
diekhans/kent
f714d84de41a802085b997abac94bb1abab4bd7a
[ "IJG" ]
null
null
null
/* linearSat - assemble repeat regions such as centromeres from reads that have * been parsed into various repeat monomer variants. Cycles of these variants tend to * form higher order repeats. */ /* Copyright (C) 2013 The Regents of the University of California * See README in this or parent directory for licens...
31.805011
175
0.675155
[ "model" ]
35d7ba5a269d1deab9dfbb99140a7c18256feeb5
1,193
c
C
inter/inter.c
kortescode/Raytracer
77ebf22164c50693b66e34fd4aa73465de502950
[ "Apache-2.0" ]
null
null
null
inter/inter.c
kortescode/Raytracer
77ebf22164c50693b66e34fd4aa73465de502950
[ "Apache-2.0" ]
null
null
null
inter/inter.c
kortescode/Raytracer
77ebf22164c50693b66e34fd4aa73465de502950
[ "Apache-2.0" ]
null
null
null
#include "main.h" #include "inter.h" #include "movements.h" t_inter inter[] = { {inter_plan}, {inter_sphere}, {inter_cylinder}, {inter_cone}, {inter_paraboloid}, {inter_hyperboloid}, {0}, }; void inter_calculs(t_rt *rt) { t_obj *objs; objs = rt->obj; while (objs) { ...
25.934783
72
0.595977
[ "object", "vector" ]
35da63437fba54d74ef88ade43a2add7ddb31c03
2,809
h
C
src/core/multi_projector.h
Lab-RoCoCo/fps_mapper
376e557c8f5012e05187fe85ee3f4044f99f944a
[ "BSD-3-Clause" ]
1
2017-12-01T14:57:16.000Z
2017-12-01T14:57:16.000Z
src/core/multi_projector.h
Lab-RoCoCo/fps_mapper
376e557c8f5012e05187fe85ee3f4044f99f944a
[ "BSD-3-Clause" ]
null
null
null
src/core/multi_projector.h
Lab-RoCoCo/fps_mapper
376e557c8f5012e05187fe85ee3f4044f99f944a
[ "BSD-3-Clause" ]
null
null
null
#pragma once #include "cloud.h" #include "base_projector.h" #include <stack> namespace fps_mapper { using namespace std; /** This class encapsulates algorithm and parameters to project a 3D model onto an image, through a pinhole model. */ class MultiProjector : public BaseProjector{ public: E...
29.882979
134
0.709505
[ "vector", "model", "transform", "3d" ]
35db32eae64c30f6b3c742155d0b44ac97d3b833
1,306
h
C
PingPongComplete/Game.h
hanftins/PongGame-v2
bc8c5aef2e1f38b2e0a89787882270ab3f689a1b
[ "MIT" ]
null
null
null
PingPongComplete/Game.h
hanftins/PongGame-v2
bc8c5aef2e1f38b2e0a89787882270ab3f689a1b
[ "MIT" ]
null
null
null
PingPongComplete/Game.h
hanftins/PongGame-v2
bc8c5aef2e1f38b2e0a89787882270ab3f689a1b
[ "MIT" ]
null
null
null
#include"BotPlay.h" #include "bb_state.h" using namespace std; class Game { private: void processEvents(bool& CloseMode); void update(sf::Time deltatime); void render(); private: Ball ball; Paddle PaddleLeft; Paddle PaddleRight; sf::RenderWindow Window; sf::RectangleShape Outline1; sf::RectangleShape Outline2;...
20.730159
71
0.729709
[ "render" ]
35dcd9359435e4d78f085414ffc20614a85e2f8c
1,141
h
C
get_faces.h
goloskokovic/dlib-java
2ac4a170e86992d636e070506a95a3f7c232e144
[ "BSL-1.0" ]
6
2017-11-21T14:54:41.000Z
2020-03-09T03:36:33.000Z
get_faces.h
goloskokovic/dlib-java
2ac4a170e86992d636e070506a95a3f7c232e144
[ "BSL-1.0" ]
null
null
null
get_faces.h
goloskokovic/dlib-java
2ac4a170e86992d636e070506a95a3f7c232e144
[ "BSL-1.0" ]
6
2017-01-14T20:19:31.000Z
2020-08-05T03:39:47.000Z
#include <dlib/image_processing/frontal_face_detector.h> #include <dlib/image_processing.h> #include <dlib/image_io.h> #include <iostream> int get_faces(char* image_path) { dlib::frontal_face_detector detector = dlib::get_frontal_face_detector(); dlib::array2d<dlib::rgb_pixel> img; dlib::load_image(img, image_pa...
36.806452
74
0.73532
[ "vector" ]
35df03140afda2dd7b5b3c515ac6e50cdc27c868
13,042
h
C
vendor/openamq/tooling/base2/ipr/ipr_dict_table.h
cookrn/imatix_base
c1f7b509838f4cef5cc85eecfc744974db582944
[ "MIT" ]
null
null
null
vendor/openamq/tooling/base2/ipr/ipr_dict_table.h
cookrn/imatix_base
c1f7b509838f4cef5cc85eecfc744974db582944
[ "MIT" ]
null
null
null
vendor/openamq/tooling/base2/ipr/ipr_dict_table.h
cookrn/imatix_base
c1f7b509838f4cef5cc85eecfc744974db582944
[ "MIT" ]
null
null
null
/*--------------------------------------------------------------------------- ipr_dict_table.h - ipr_dict_table component This class implements the hash table container for ipr_dict. Note that this class is not thread safe and uses no rwlocks. The table allows linking for reference counting. Gene...
33.017722
152
0.628738
[ "object" ]
35ef0e3b02e2b4f993c0940e34cb659fc0b03000
2,635
h
C
components/web_modal/single_web_contents_dialog_manager.h
kjthegod/chromium
cf940f7f418436b77e15b1ea23e6fa100ca1c91a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
2
2020-01-25T10:18:18.000Z
2021-01-23T15:29:56.000Z
components/web_modal/single_web_contents_dialog_manager.h
kjthegod/chromium
cf940f7f418436b77e15b1ea23e6fa100ca1c91a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
1
2018-02-10T21:00:08.000Z
2018-03-20T05:09:50.000Z
components/web_modal/single_web_contents_dialog_manager.h
kjthegod/chromium
cf940f7f418436b77e15b1ea23e6fa100ca1c91a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
2
2015-03-27T11:15:39.000Z
2016-08-17T14:19:56.000Z
// Copyright 2014 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_WEB_MODAL_SINGLE_WEB_CONTENTS_DIALOG_MANAGER_H_ #define COMPONENTS_WEB_MODAL_SINGLE_WEB_CONTENTS_DIALOG_MANAGER_H_ #include "component...
32.9375
77
0.782922
[ "object" ]
c40415dcff17c9559323f83f1f6d9f18684a50d5
52,377
c
C
misc/xpr/xpr.c
marshallmidden/m4
8ff1cb050efdefe6963c6d7f459fd6f3d25eea94
[ "BSD-2-Clause" ]
null
null
null
misc/xpr/xpr.c
marshallmidden/m4
8ff1cb050efdefe6963c6d7f459fd6f3d25eea94
[ "BSD-2-Clause" ]
null
null
null
misc/xpr/xpr.c
marshallmidden/m4
8ff1cb050efdefe6963c6d7f459fd6f3d25eea94
[ "BSD-2-Clause" ]
null
null
null
/* $XConsortium: xpr.c,v 1.59 94/10/14 21:22:08 kaleb Exp $ */ /* Copyright (c) 1985 X Consortium Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitatio...
27.336639
90
0.586383
[ "render" ]
c4046c5e4509a3766a77cd14203f4e3c5dbbb537
204
h
C
src/dft.h
ChrisThrasher/fourier-draw
c215852d588fa8458f07f1beac11698910c2add2
[ "MIT" ]
1
2022-02-08T18:46:55.000Z
2022-02-08T18:46:55.000Z
src/dft.h
ChrisThrasher/fourier-draw
c215852d588fa8458f07f1beac11698910c2add2
[ "MIT" ]
null
null
null
src/dft.h
ChrisThrasher/fourier-draw
c215852d588fa8458f07f1beac11698910c2add2
[ "MIT" ]
null
null
null
#pragma once #include <vector> struct DftData { float amplitude; float frequency; float phase; }; auto discrete_fourier_transform(const std::vector<float>& signal) -> std::vector<DftData>;
17
90
0.710784
[ "vector" ]
c407ac1f419f3504647380302b9b86db2511ca9b
11,159
h
C
zzz_generated/placeholder/app2/zap-generated/CHIPClientCallbacks.h
SuGlider/connectedhomeip
84c150a1b98746811b4931036d5ac3be0b2c592c
[ "Apache-2.0" ]
null
null
null
zzz_generated/placeholder/app2/zap-generated/CHIPClientCallbacks.h
SuGlider/connectedhomeip
84c150a1b98746811b4931036d5ac3be0b2c592c
[ "Apache-2.0" ]
null
null
null
zzz_generated/placeholder/app2/zap-generated/CHIPClientCallbacks.h
SuGlider/connectedhomeip
84c150a1b98746811b4931036d5ac3be0b2c592c
[ "Apache-2.0" ]
null
null
null
/* * * Copyright (c) 2022 Project CHIP Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
82.051471
132
0.608298
[ "model" ]
c40990d1e087b4b70f5f654d36f65610a0e1ea98
7,150
h
C
ext/tasks_generator/variants.h
iAppleJack/task_generator_mephi
a0fd4185cdb567af6dd93b9af37a4a31d70ea17e
[ "MIT" ]
null
null
null
ext/tasks_generator/variants.h
iAppleJack/task_generator_mephi
a0fd4185cdb567af6dd93b9af37a4a31d70ea17e
[ "MIT" ]
null
null
null
ext/tasks_generator/variants.h
iAppleJack/task_generator_mephi
a0fd4185cdb567af6dd93b9af37a4a31d70ea17e
[ "MIT" ]
null
null
null
#pragma once #include <vector> #include "question.h" namespace ailab { class variants_t { mutable double fitness; mutable bool changed; config_t const &config; size_t questions_count; std::vector<std::vector<question_t>> questions; public: variants_t(config_t const &config = config_t()) noexcept : ...
30.818966
91
0.550629
[ "vector" ]
c4112139ed8213d430307ada3ea79bbda7e5c0ed
2,323
h
C
SSYTreeTransformer.h
jerrykrinock/ClassesObjC
b680efaf27c0a20440fc47b4fdc320a9903b5f2a
[ "Apache-2.0" ]
15
2015-01-03T20:52:46.000Z
2020-08-18T13:16:40.000Z
SSYTreeTransformer.h
jerrykrinock/ClassesObjC
b680efaf27c0a20440fc47b4fdc320a9903b5f2a
[ "Apache-2.0" ]
1
2015-08-30T19:52:41.000Z
2015-08-30T20:18:29.000Z
SSYTreeTransformer.h
jerrykrinock/ClassesObjC
b680efaf27c0a20440fc47b4fdc320a9903b5f2a
[ "Apache-2.0" ]
1
2019-07-08T06:18:02.000Z
2019-07-08T06:18:02.000Z
#import <Foundation/Foundation.h> /* This class is a "transformer" which can be used for creating a tree of NSMutableDictionaries from a prototype tree of NSMutableDictionaries, where the two trees have different formats; that is, different keys and sub-keys. */ @interface SSYTreeTransformer : NSObject { SEL _refo...
37.467742
78
0.777873
[ "object" ]
dbb23486825da9177ba3c3818413d40ded13a396
2,221
h
C
fancy2d/Renderer/f2dParticle.h
Legacy-LuaSTG-Engine/LuaSTG-Sub
c7d21da53fc86efe4e3907738f8fed324581dee0
[ "MIT" ]
6
2022-02-26T09:21:40.000Z
2022-02-28T11:03:23.000Z
fancy2d/Renderer/f2dParticle.h
Legacy-LuaSTG-Engine/LuaSTG-Sub
c7d21da53fc86efe4e3907738f8fed324581dee0
[ "MIT" ]
null
null
null
fancy2d/Renderer/f2dParticle.h
Legacy-LuaSTG-Engine/LuaSTG-Sub
c7d21da53fc86efe4e3907738f8fed324581dee0
[ "MIT" ]
null
null
null
//////////////////////////////////////////////////////////////////////////////// /// @file f2dParticle.h /// @brief fancy2D 2D粒子 //////////////////////////////////////////////////////////////////////////////// #pragma once #include "fcyRefObj.h" #include "f2dRenderer.h" #include <vector> #include "fcyMisc\fcyRandom...
21.355769
131
0.589374
[ "render", "vector" ]
dbbaee063bc4b6e4bbed1668b53c65ab82e8cd53
1,159
h
C
src/backend/IOFactory.h
salilab/rmf
4895bff9d22381882ac38180bdd025e22bdc7c00
[ "Apache-2.0" ]
2
2017-12-22T18:09:47.000Z
2019-12-18T05:00:50.000Z
src/backend/IOFactory.h
salilab/rmf
4895bff9d22381882ac38180bdd025e22bdc7c00
[ "Apache-2.0" ]
5
2015-03-07T19:32:39.000Z
2021-04-22T20:00:10.000Z
src/backend/IOFactory.h
salilab/rmf
4895bff9d22381882ac38180bdd025e22bdc7c00
[ "Apache-2.0" ]
2
2015-03-12T18:34:23.000Z
2015-06-19T20:15:14.000Z
/** * \file RMF/internal/SharedData.h * \brief Handle read/write of Model data from/to files. * * Copyright 2007-2021 IMP Inventors. All rights reserved. * */ #ifndef RMF_INTERNAL_IO_FACTORY_H #define RMF_INTERNAL_IO_FACTORY_H #include "RMF/config.h" #include "RMF/internal/SharedData.h" #include "RMF/BufferH...
23.653061
72
0.726488
[ "model" ]
dbc406269f02b70d65f8c53ff408a7eb074b4726
2,254
h
C
cases/comparison_navigators/param/post/objects/surfer__us_15o58__surftimeconst_4o0__reorientationtime_0o5/parameters.h
C0PEP0D/sheld0n
497d4ee8b6b1815cd5fa1b378d1b947ee259f4bc
[ "MIT" ]
null
null
null
cases/comparison_navigators/param/post/objects/surfer__us_15o58__surftimeconst_4o0__reorientationtime_0o5/parameters.h
C0PEP0D/sheld0n
497d4ee8b6b1815cd5fa1b378d1b947ee259f4bc
[ "MIT" ]
null
null
null
cases/comparison_navigators/param/post/objects/surfer__us_15o58__surftimeconst_4o0__reorientationtime_0o5/parameters.h
C0PEP0D/sheld0n
497d4ee8b6b1815cd5fa1b378d1b947ee259f4bc
[ "MIT" ]
null
null
null
#ifndef C0P_PARAM_POST_OBJECTS_SURFER__US_15O58__SURFTIMECONST_4O0__REORIENTATIONTIME_0O5_PARAMETERS_H #define C0P_PARAM_POST_OBJECTS_SURFER__US_15O58__SURFTIMECONST_4O0__REORIENTATIONTIME_0O5_PARAMETERS_H #pragma once // THIS FILE SHOULD NOT BE EDITED DIRECTLY BY THE USERS. // THIS FILE WILL BE AUTOMATICALLY EDITED W...
54.97561
213
0.858917
[ "object", "vector" ]
dbddfd1f798021767df6b360125f44254f55a5a1
2,725
h
C
cartographer/mapping/internal/testing/mock_pose_graph.h
laotie/cartographer
b8228ee6564f5a7ad0d6d0b9a30516521cff2ee9
[ "Apache-2.0" ]
5,196
2016-08-04T14:52:31.000Z
2020-04-02T18:30:00.000Z
cartographer/mapping/internal/testing/mock_pose_graph.h
laotie/cartographer
b8228ee6564f5a7ad0d6d0b9a30516521cff2ee9
[ "Apache-2.0" ]
1,206
2016-08-03T14:27:00.000Z
2020-03-31T21:14:18.000Z
cartographer/mapping/internal/testing/mock_pose_graph.h
laotie/cartographer
b8228ee6564f5a7ad0d6d0b9a30516521cff2ee9
[ "Apache-2.0" ]
1,810
2016-08-03T05:45:02.000Z
2020-04-02T03:44:18.000Z
/* * Copyright 2018 The Cartographer Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law...
38.380282
80
0.748257
[ "vector", "transform" ]
dbde1de33f9acf8e015a3553351d9eb6f164f9a3
16,775
h
C
RStein.AsyncCpp/Actors/ReplyActor.h
renestein/Rstein.AsyncCpp
8f020ad271250479f600d7e2e862f701472c3a48
[ "MIT" ]
41
2020-05-04T05:58:24.000Z
2022-03-25T07:21:45.000Z
RStein.AsyncCpp/Actors/ReplyActor.h
renestein/Rstein.AsyncCpp
8f020ad271250479f600d7e2e862f701472c3a48
[ "MIT" ]
15
2021-02-03T16:05:19.000Z
2021-08-17T17:09:28.000Z
RStein.AsyncCpp/Actors/ReplyActor.h
renestein/Rstein.AsyncCpp
8f020ad271250479f600d7e2e862f701472c3a48
[ "MIT" ]
4
2020-05-04T15:41:37.000Z
2021-08-24T00:59:18.000Z
#pragma once #include "IReplyActor.h" #include "../DataFlow/ActionBlock.h" #include "../DataFlow/DataflowAsyncFactory.h" #include "../DataFlow/DataFlowSyncFactory.h" #include "../Tasks/TaskCompletionSource.h" namespace RStein::AsyncCpp::Actors { template<typename TMessage, typename TResult> class StatelessReplyAc...
67.369478
371
0.391654
[ "object" ]
dbe2659d713c9d120e4fe3a96323a9d875656607
27,946
h
C
ligra/IO.h
meng-sun/ligra
223d0824d06b2dc3d7ee46459ce019e2a3579176
[ "MIT" ]
null
null
null
ligra/IO.h
meng-sun/ligra
223d0824d06b2dc3d7ee46459ce019e2a3579176
[ "MIT" ]
null
null
null
ligra/IO.h
meng-sun/ligra
223d0824d06b2dc3d7ee46459ce019e2a3579176
[ "MIT" ]
null
null
null
// This code is part of the project "Ligra: A Lightweight Graph Processing // Framework for Shared Memory", presented at Principles and Practice of // Parallel Programming, 2013. // Copyright (c) 2013 Julian Shun and Guy Blelloch // // Permission is hereby granted, free of charge, to any person obtaining a // copy of t...
31.577401
80
0.539719
[ "vector" ]
dbe4522c569afccd40011544db2c9b483bcb03c2
752
h
C
Source/Engine/Render/Viewport.h
kukiric/SomeGame
8c058d82a93bc3f276bbb3ec57a3978ae57de82c
[ "MIT" ]
null
null
null
Source/Engine/Render/Viewport.h
kukiric/SomeGame
8c058d82a93bc3f276bbb3ec57a3978ae57de82c
[ "MIT" ]
null
null
null
Source/Engine/Render/Viewport.h
kukiric/SomeGame
8c058d82a93bc3f276bbb3ec57a3978ae57de82c
[ "MIT" ]
null
null
null
#ifndef CAMERA_H #define CAMERA_H #include <Engine/Base/Types/Shared.h> namespace Render { class api_public Viewport { protected: Mat4 viewProjectionMatrix; float aspectRatio; float fieldOfView; float nearz, farz; bool perspective; public: Viewpor...
24.258065
67
0.607713
[ "render" ]
dbfa0c812bdf7f18f50b81d2aeade6a244ad098b
2,493
h
C
include/auxkernels/SimpleGasEffectivePoreDiffusivity.h
coelectrolyzer/cats
21f8e6f5f176767ec403ad2738c80a5a71fba959
[ "MIT" ]
null
null
null
include/auxkernels/SimpleGasEffectivePoreDiffusivity.h
coelectrolyzer/cats
21f8e6f5f176767ec403ad2738c80a5a71fba959
[ "MIT" ]
null
null
null
include/auxkernels/SimpleGasEffectivePoreDiffusivity.h
coelectrolyzer/cats
21f8e6f5f176767ec403ad2738c80a5a71fba959
[ "MIT" ]
null
null
null
/*! * \file SimpleGasEffectivePoreDiffusivity.h * \brief AuxKernel kernel to calculate effective pore diffusion coefficients in microscale * \details This file is responsible for calculating the effective pore diffusivity * for the microscale given some simple properties. Calculation is based *...
46.166667
122
0.704773
[ "object", "solid" ]
dbfa251139652a298d55e771a92e3f3a457dc898
2,028
h
C
src/include/TempLat/session/sessionguard.h
cosmolattice/cosmolattice
bd9a31a026c0b47d53ff486db23448797dbe2fe0
[ "MIT" ]
12
2021-02-01T16:04:54.000Z
2022-03-18T08:27:46.000Z
src/include/TempLat/session/sessionguard.h
cosmolattice/cosmolattice
bd9a31a026c0b47d53ff486db23448797dbe2fe0
[ "MIT" ]
1
2021-04-24T10:09:35.000Z
2021-04-24T10:09:35.000Z
src/include/TempLat/session/sessionguard.h
cosmolattice/cosmolattice
bd9a31a026c0b47d53ff486db23448797dbe2fe0
[ "MIT" ]
2
2021-08-11T07:35:25.000Z
2022-03-07T21:33:30.000Z
#ifndef TEMPLAT_SESSION_SESSIONGUARD_H #define TEMPLAT_SESSION_SESSIONGUARD_H /* This file is part of CosmoLattice, available at www.cosmolattice.net . Copyright Daniel G. Figueroa, Adrien Florio, Francisco Torrenti and Wessel Valkenburg. Released under the MIT license, see LICENSE.md. */ // File info: Mai...
31.6875
203
0.695266
[ "vector" ]
e00099604a875c9b43c4c502497c6393ab511d5b
2,485
h
C
samples/deeplearning/pytorch/xsmmptex/mlpcell/mc_funcs.h
breuera/libxsmm
8438ddd1d57e97f94848aeb55253c800a6ccc882
[ "BSD-3-Clause" ]
651
2015-03-14T23:18:44.000Z
2022-01-19T14:08:28.000Z
samples/deeplearning/pytorch/xsmmptex/mlpcell/mc_funcs.h
breuera/libxsmm
8438ddd1d57e97f94848aeb55253c800a6ccc882
[ "BSD-3-Clause" ]
362
2015-01-26T16:20:28.000Z
2022-01-26T06:19:23.000Z
samples/deeplearning/pytorch/xsmmptex/mlpcell/mc_funcs.h
breuera/libxsmm
8438ddd1d57e97f94848aeb55253c800a6ccc882
[ "BSD-3-Clause" ]
169
2015-09-28T17:06:28.000Z
2021-12-18T16:02:49.000Z
#ifndef MC_FUNCS #define MC_FUNCS #include <stdlib.h> #include <stdio.h> #include <time.h> #include <sys/time.h> #include <assert.h> #include <string> #include <iomanip> #include <stdint.h> #include <stdlib.h> #include <unistd.h> #include <sys/time.h> #include <torch/extension.h> #include <ATen/record_function.h> #i...
24.126214
170
0.708249
[ "vector" ]
e0080e314f72b7880e0edc6fedb9a18a68ec248f
3,978
h
C
src/uvmsc/base/uvm_event.h
stoitchog/uvm-systemc-1.0-beta2
67a445dc5f587d2fd16c5b5ee913d086b2242583
[ "ECL-2.0", "Apache-2.0" ]
4
2021-11-04T14:37:00.000Z
2022-03-14T12:57:50.000Z
src/uvmsc/base/uvm_event.h
stoitchog/uvm-systemc-1.0-beta2
67a445dc5f587d2fd16c5b5ee913d086b2242583
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
src/uvmsc/base/uvm_event.h
stoitchog/uvm-systemc-1.0-beta2
67a445dc5f587d2fd16c5b5ee913d086b2242583
[ "ECL-2.0", "Apache-2.0" ]
1
2021-02-22T05:46:04.000Z
2021-02-22T05:46:04.000Z
//---------------------------------------------------------------------- // Copyright 2013-2016 NXP B.V. // Copyright 2007-2010 Mentor Graphics Corporation // Copyright 2007-2011 Cadence Design Systems, Inc. // Copyright 2010 Synopsys, Inc. // All Rights Reserved Worldwide // // Licensed under the Apache Li...
24.8625
74
0.587984
[ "object", "vector" ]
e0221c7e34a0ff0a7e951c2f36f721dc7e0ec95c
10,915
c
C
source/renderer/vulkan/vulkan_texture.c
ravi688/VulkanRenderer
2e4d15cd53a7fef49fc2e6fe27643746ca1245da
[ "MIT" ]
null
null
null
source/renderer/vulkan/vulkan_texture.c
ravi688/VulkanRenderer
2e4d15cd53a7fef49fc2e6fe27643746ca1245da
[ "MIT" ]
3
2022-01-28T23:19:13.000Z
2022-02-02T07:51:30.000Z
source/renderer/vulkan/vulkan_texture.c
ravi688/VulkanRenderer
2e4d15cd53a7fef49fc2e6fe27643746ca1245da
[ "MIT" ]
null
null
null
#include <renderer/internal/vulkan/vulkan_defines.h> #include <renderer/internal/vulkan/vulkan_texture.h> #include <renderer/internal/vulkan/vulkan_renderer.h> #include <renderer/internal/vulkan/vulkan_image.h> #include <renderer/internal/vulkan/vulkan_buffer.h> #include <renderer/internal/vulkan/vulkan_result.h> #incl...
35.096463
161
0.793678
[ "object", "3d" ]
e02e1e1b9bc797b69908c420238c80aa3a4ce0c7
8,662
c
C
gnutls/gnutls/src/libopts/init.c
rhausam/wine-crossover
b954f98f25f195f9de29c28c41fcb074d77de0f0
[ "MIT" ]
null
null
null
gnutls/gnutls/src/libopts/init.c
rhausam/wine-crossover
b954f98f25f195f9de29c28c41fcb074d77de0f0
[ "MIT" ]
null
null
null
gnutls/gnutls/src/libopts/init.c
rhausam/wine-crossover
b954f98f25f195f9de29c28c41fcb074d77de0f0
[ "MIT" ]
null
null
null
/** * \file initialize.c * * initialize the libopts data structures. * * @addtogroup autoopts * @{ */ /* * This file is part of AutoOpts, a companion to AutoGen. * AutoOpts is free software. * AutoOpts is Copyright (C) 1992-2015 by Bruce Korb - all rights reserved * * AutoOpts is available under any on...
29.362712
84
0.615793
[ "vector" ]
e03943e6380a6dfec2438c379d27674f0d69293b
9,124
c
C
drivers/platform/x86/intel/int1092/intel_sar.c
jainsakshi2395/linux
7ccb860232bb83fb60cd6bcf5aaf0c008d903acb
[ "Linux-OpenIB" ]
44
2022-03-16T08:32:31.000Z
2022-03-31T16:02:35.000Z
drivers/platform/x86/intel/int1092/intel_sar.c
jainsakshi2395/linux
7ccb860232bb83fb60cd6bcf5aaf0c008d903acb
[ "Linux-OpenIB" ]
1
2021-01-27T01:29:47.000Z
2021-01-27T01:29:47.000Z
drivers/platform/x86/intel/int1092/intel_sar.c
jainsakshi2395/linux
7ccb860232bb83fb60cd6bcf5aaf0c008d903acb
[ "Linux-OpenIB" ]
18
2022-03-19T04:41:04.000Z
2022-03-31T03:32:12.000Z
// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2021, Intel Corporation. */ #include <linux/acpi.h> #include <linux/kobject.h> #include <linux/platform_device.h> #include <linux/sysfs.h> #include "intel_sar.h" /** * get_int_value: Retrieve integer values from ACPI Object * @obj: acpi_object pointer wh...
28.160494
91
0.724682
[ "object" ]
e03d1396574ef9b8e75ebd1d537fd2243ddaa92e
404
c
C
d/player.village/key.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-07-19T05:24:44.000Z
2021-11-18T04:08:19.000Z
d/player.village/key.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
4
2021-03-15T18:56:39.000Z
2021-08-17T17:08:22.000Z
d/player.village/key.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-09-12T06:22:38.000Z
2022-01-31T01:15:12.000Z
#include "pvillage.h" inherit OBJECT; string filename,player; void create() { ::create(); set_id( ({"key"}) ); set_short("key"); set_long("key"); set_weight(0); set_value(0); } drop(){return 1;} restore_me(){ ::restore_me();restore_object(KEYS+filename,1); } save_me(){ save_object(KEYS+filen...
16.16
63
0.633663
[ "object" ]
e04606c36177ca219c3372e187c234d6ebc9003a
3,860
h
C
VirtualBox-5.0.0/src/VBox/Frontends/VirtualBox/src/widgets/UIPortForwardingTable.h
egraba/vbox_openbsd
6cb82f2eed1fa697d088cecc91722b55b19713c2
[ "MIT" ]
1
2015-04-30T14:18:45.000Z
2015-04-30T14:18:45.000Z
VirtualBox-5.0.0/src/VBox/Frontends/VirtualBox/src/widgets/UIPortForwardingTable.h
egraba/vbox_openbsd
6cb82f2eed1fa697d088cecc91722b55b19713c2
[ "MIT" ]
null
null
null
VirtualBox-5.0.0/src/VBox/Frontends/VirtualBox/src/widgets/UIPortForwardingTable.h
egraba/vbox_openbsd
6cb82f2eed1fa697d088cecc91722b55b19713c2
[ "MIT" ]
null
null
null
/* $Id: UIPortForwardingTable.h $ */ /** @file * VBox Qt GUI - UIPortForwardingTable class declaration. */ /* * Copyright (C) 2010-2013 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; * you can redistrib...
24.903226
81
0.674352
[ "model" ]
e04a46c926687eba9acbde57333f1da8c99000e9
25,535
h
C
TinyEngineWindows/TinyEngine.h
pawel-mazurkiewicz/SimpleHydrologyWindows
45ad184d5635458d91b8a6357068fe6f159525e5
[ "MIT" ]
5
2020-10-22T12:20:02.000Z
2021-09-25T04:36:54.000Z
TinyEngineWindows/TinyEngine.h
pawel-mazurkiewicz/SimpleHydrologyWindows
45ad184d5635458d91b8a6357068fe6f159525e5
[ "MIT" ]
null
null
null
TinyEngineWindows/TinyEngine.h
pawel-mazurkiewicz/SimpleHydrologyWindows
45ad184d5635458d91b8a6357068fe6f159525e5
[ "MIT" ]
null
null
null
#pragma once #include <functional> #include <deque> using Handle = std::function<void()>; #include <initializer_list> using slist = std::initializer_list<std::string>; //Interface Dependencies (DearImGUI) #include "include/imgui/imgui.h" #include "include/imgui/imgui_impl_sdl.h" #include "include/imgui/imgui_impl_open...
27.486545
128
0.683376
[ "render", "object", "vector", "model" ]
e0526cf8f3f3d190449ce00c2cf8558a8b1e1ce8
701
h
C
hmwk/2/monte_carlo.h
ForrestHurley/compPhys
34c2d93b77858150a1c099deff812d961ab6378d
[ "MIT" ]
null
null
null
hmwk/2/monte_carlo.h
ForrestHurley/compPhys
34c2d93b77858150a1c099deff812d961ab6378d
[ "MIT" ]
null
null
null
hmwk/2/monte_carlo.h
ForrestHurley/compPhys
34c2d93b77858150a1c099deff812d961ab6378d
[ "MIT" ]
null
null
null
#ifndef MONTE_CARLO_H #define MONTE_CARLO_H #include <vector> #include "monte_carlo_object.h" class monte_carlo { private: std::vector<double> hamiltonian_list; mc_object* working_model; double beta; static constexpr double k = 4.3806e-23; public: monte_carlo(double temperature = 10.); ...
20.617647
79
0.717546
[ "vector", "model" ]
e05b554e77ffb89c77fabad25ea9353880f2e532
13,736
h
C
ash/app_list/views/paged_apps_grid_view.h
chromium/chromium
df46e572c3449a4b108d6e02fbe4f6d24cf98381
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
14,668
2015-01-01T01:57:10.000Z
2022-03-31T23:33:32.000Z
ash/app_list/views/paged_apps_grid_view.h
chromium/chromium
df46e572c3449a4b108d6e02fbe4f6d24cf98381
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
86
2015-10-21T13:02:42.000Z
2022-03-14T07:50:50.000Z
ash/app_list/views/paged_apps_grid_view.h
chromium/chromium
df46e572c3449a4b108d6e02fbe4f6d24cf98381
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
5,941
2015-01-02T11:32:21.000Z
2022-03-31T16:35:46.000Z
// Copyright 2021 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef ASH_APP_LIST_VIEWS_PAGED_APPS_GRID_VIEW_H_ #define ASH_APP_LIST_VIEWS_PAGED_APPS_GRID_VIEW_H_ #include <memory> #include <vector> #include "ash/...
41.002985
80
0.750946
[ "geometry", "vector" ]
e061f465cd5b9878a582516d052984edfe03b4a4
19,227
h
C
keistd.h
idinev/pub_toys
c5518c1b974ab0d921d16d806cc3924f03a66989
[ "Unlicense" ]
null
null
null
keistd.h
idinev/pub_toys
c5518c1b974ab0d921d16d806cc3924f03a66989
[ "Unlicense" ]
null
null
null
keistd.h
idinev/pub_toys
c5518c1b974ab0d921d16d806cc3924f03a66989
[ "Unlicense" ]
null
null
null
//#define KEISTD_IMPL #ifndef _KEISTD_H_ #define _KEISTD_H_ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <memory.h> typedef unsigned int uint; typedef unsigned long long ui64; typedef signed long long si64; typedef unsigned short ushort; typedef unsigned char uchar; typedef signed...
26.123641
146
0.60051
[ "vector" ]
e068da3bd73b1a2e4fb00c3b7919b29566339fff
5,857
h
C
aws-cpp-sdk-ec2/include/aws/ec2/model/InstanceState.h
julio-gorge/aws-sdk-cpp
06b0d54110172b3cf9b3f5602060304e36afd225
[ "Apache-2.0" ]
2
2019-03-11T15:50:55.000Z
2020-02-27T11:40:27.000Z
aws-cpp-sdk-ec2/include/aws/ec2/model/InstanceState.h
isubscribed/aws-sdk-cpp
4689ffab8c5601976e73ac185f20e12a2a0fbc37
[ "Apache-2.0" ]
null
null
null
aws-cpp-sdk-ec2/include/aws/ec2/model/InstanceState.h
isubscribed/aws-sdk-cpp
4689ffab8c5601976e73ac185f20e12a2a0fbc37
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
41.539007
118
0.634625
[ "model" ]
e06e824be833daa12fa046f7a8089347957f4341
15,080
c
C
kernel/mm.c
skordal/mordax
29cd337677c6cb27a546873705ff39c2f270554e
[ "BSD-3-Clause" ]
10
2017-02-11T20:55:52.000Z
2021-12-23T04:14:43.000Z
kernel/mm.c
skordal/mordax
29cd337677c6cb27a546873705ff39c2f270554e
[ "BSD-3-Clause" ]
null
null
null
kernel/mm.c
skordal/mordax
29cd337677c6cb27a546873705ff39c2f270554e
[ "BSD-3-Clause" ]
null
null
null
// The Mordax Microkernel // (c) Kristian Klomsten Skordal 2013 <kristian.skordal@gmail.com> // Report bugs and issues on <http://github.com/skordal/mordax/issues> #include "debug.h" #include "kernel.h" #include "mm.h" #include "mmu.h" #include "stack.h" #include "utils.h" #ifndef CONFIG_PAGE_SIZE #error "page size n...
29.395712
124
0.713395
[ "object" ]
e075d620e8436822ade1246eed34d8d69277e0e9
12,355
h
C
src/segment.h
SiriusTR/dle-experimental
2ee17b4277b68eef57960d5cf9762dd986eaa0d9
[ "MIT" ]
null
null
null
src/segment.h
SiriusTR/dle-experimental
2ee17b4277b68eef57960d5cf9762dd986eaa0d9
[ "MIT" ]
3
2019-09-10T03:50:40.000Z
2019-09-23T04:20:14.000Z
src/segment.h
SiriusTR/dle-experimental
2ee17b4277b68eef57960d5cf9762dd986eaa0d9
[ "MIT" ]
1
2021-10-02T14:16:28.000Z
2021-10-02T14:16:28.000Z
// Segment.h #ifndef __segment_h #define __segment_h #include "define.h" #include "Types.h" #include "side.h" #include "FileManager.h" // ----------------------------------------------------------------------------- // define points for a given side extern ubyte sideVertexTable [6][4]; extern ubyte oppSideTable [6...
31.517857
141
0.637313
[ "object", "shape" ]
e078a780f00634a788c03d94f1554fba054d6540
634
h
C
Angel/Infrastructure/DebugDraw.h
Tifox/Grog-Knight
377a661286cda7ee3b2b2d0099641897938c2f8f
[ "Apache-2.0" ]
171
2015-01-08T10:35:56.000Z
2021-07-03T12:35:10.000Z
Angel/Infrastructure/DebugDraw.h
Tifox/Grog-Knight
377a661286cda7ee3b2b2d0099641897938c2f8f
[ "Apache-2.0" ]
11
2015-01-30T05:30:54.000Z
2017-04-08T23:34:33.000Z
Angel/Infrastructure/DebugDraw.h
Tifox/Grog-Knight
377a661286cda7ee3b2b2d0099641897938c2f8f
[ "Apache-2.0" ]
59
2015-02-01T03:43:00.000Z
2020-12-01T02:08:57.000Z
#include "Vector2.h" /* abstract */ class DebugDrawBase { protected: friend class World; virtual ~DebugDrawBase() {} virtual void Draw() = 0; void SetupDraw() { glColor4f( _color.R, _color.G, _color.B, _color.A ); } float _timeRemaining; bool _bPermanent; Color _color; }; class DebugLi...
17.135135
68
0.670347
[ "vector" ]
e0851eaf02dace293abead6be76b6fcc600d0068
10,184
h
C
src/include/core/pack/pack.h
amit1144576/Advance-Database-Systems-Memory-Pooling
2e52f8f4d983903292fe7e01f00d0845a3bdfad7
[ "MIT" ]
2
2019-06-11T14:05:58.000Z
2019-06-11T14:25:45.000Z
src/include/core/pack/pack.h
RAO-29/SG-1-Memory-Pooling
2e52f8f4d983903292fe7e01f00d0845a3bdfad7
[ "MIT" ]
null
null
null
src/include/core/pack/pack.h
RAO-29/SG-1-Memory-Pooling
2e52f8f4d983903292fe7e01f00d0845a3bdfad7
[ "MIT" ]
null
null
null
/** * Copyright 2018 Marcus Pinnecke * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without limitation the * rights to use, copy, modify, merge, publish, ...
44.666667
132
0.660841
[ "vector" ]
e0a41953b231edc76003e633fa4e732d3d6b8c01
2,303
h
C
libvmaf/src/model.h
quink-black/vmaf
067c423209721d80183ef19934383028b7687915
[ "BSD-2-Clause-Patent" ]
2,874
2016-06-06T16:11:37.000Z
2022-03-31T10:10:22.000Z
libvmaf/src/model.h
REO-RAO/vmaf
e768a2be57116c76bf33be7f8ee3566d8b774664
[ "BSD-2-Clause-Patent" ]
619
2016-06-07T19:30:53.000Z
2022-03-31T16:36:05.000Z
libvmaf/src/model.h
REO-RAO/vmaf
e768a2be57116c76bf33be7f8ee3566d8b774664
[ "BSD-2-Clause-Patent" ]
723
2016-06-05T02:44:33.000Z
2022-03-31T03:29:12.000Z
/** * * Copyright 2016-2020 Netflix, Inc. * * Licensed under the BSD+Patent License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://opensource.org/licenses/BSDplusPatent * * Unless required by ap...
25.032609
79
0.680851
[ "model" ]
e0a72832c7b1d1a1411314ddcc2003e334ebae74
10,024
h
C
src/cpp/SPL/CodeGen/Literal.h
IBMStreams/OSStreams
c6287bd9ec4323f567d2faf59125baba8604e1db
[ "Apache-2.0" ]
10
2021-02-19T20:19:24.000Z
2021-09-16T05:11:50.000Z
src/cpp/SPL/CodeGen/Literal.h
xguerin/openstreams
7000370b81a7f8778db283b2ba9f9ead984b7439
[ "Apache-2.0" ]
7
2021-02-20T01:17:12.000Z
2021-06-08T14:56:34.000Z
src/cpp/SPL/CodeGen/Literal.h
IBMStreams/OSStreams
c6287bd9ec4323f567d2faf59125baba8604e1db
[ "Apache-2.0" ]
4
2021-02-19T18:43:10.000Z
2022-02-23T14:18:16.000Z
/* * Copyright 2021 IBM Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
34.328767
93
0.639366
[ "vector" ]
6d6daec373fb8d45604b124704b3bad215c5dc0c
144,472
c
C
pkg/kernelcache/ref/joker.c
CrackerCat/ipsw
94af9fb4012d8c31bdefddf7f400cf8a9588fd5f
[ "MIT" ]
566
2018-10-08T03:19:13.000Z
2022-03-31T11:57:46.000Z
pkg/kernelcache/ref/joker.c
CrackerCat/ipsw
94af9fb4012d8c31bdefddf7f400cf8a9588fd5f
[ "MIT" ]
83
2018-12-04T00:16:41.000Z
2022-03-30T22:59:00.000Z
pkg/kernelcache/ref/joker.c
CrackerCat/ipsw
94af9fb4012d8c31bdefddf7f400cf8a9588fd5f
[ "MIT" ]
58
2018-10-14T15:07:43.000Z
2022-03-25T18:58:25.000Z
/** * * A relatively simple program to home in on XNU's system call table. * Coded specifically for iOS kernels, but works just as well on OS X. * Seeks XNU version string and signature of beginning of system call table. * Then dumps all system calls. Can work on the kernel proper, or the kernel cache. * ...
36.22668
6,552
0.577344
[ "vector", "3d" ]
6d6f63144037b512d0b7ad7efa21ac4ed938d006
2,427
h
C
d3d8to11/d3d8to11_base.h
basecq/d3d8to11
f830e567e020305d30fc2ad3751e2b367382a09f
[ "MIT" ]
6
2020-03-17T01:47:18.000Z
2021-11-30T19:16:23.000Z
d3d8to11/d3d8to11_base.h
basecq/d3d8to11
f830e567e020305d30fc2ad3751e2b367382a09f
[ "MIT" ]
10
2020-03-10T16:07:12.000Z
2021-10-30T10:05:38.000Z
d3d8to11/d3d8to11_base.h
basecq/d3d8to11
f830e567e020305d30fc2ad3751e2b367382a09f
[ "MIT" ]
4
2020-03-12T23:29:34.000Z
2022-02-26T10:22:38.000Z
#pragma once #include <d3d11_1.h> #include <vector> #include "Unknown.h" #include "d3d8types.hpp" class Direct3DDevice8; class __declspec(uuid("1DD9E8DA-1C77-4D40-B0CF-98FEFDFF9512")) Direct3D8; class Direct3D8 : public Unknown { public: Direct3D8(const Direct3D8&) = delete; Direct3D8& operator=(const ...
51.638298
219
0.820354
[ "vector" ]
6d7179abdbd49bca8737dc813c987f0cfa566802
8,929
h
C
Source/WebCore/platform/graphics/Region.h
jacadcaps/webkitty
9aebd2081349f9a7b5d168673c6f676a1450a66d
[ "BSD-2-Clause" ]
6
2021-07-05T16:09:39.000Z
2022-03-06T22:44:42.000Z
Source/WebCore/platform/graphics/Region.h
jacadcaps/webkitty
9aebd2081349f9a7b5d168673c6f676a1450a66d
[ "BSD-2-Clause" ]
7
2022-03-15T13:25:39.000Z
2022-03-15T13:25:44.000Z
Source/WebCore/platform/graphics/Region.h
jacadcaps/webkitty
9aebd2081349f9a7b5d168673c6f676a1450a66d
[ "BSD-2-Clause" ]
null
null
null
/* * Copyright (C) 2010, 2011 Apple 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...
28.527157
104
0.683727
[ "shape", "vector" ]
6d73809815452b091f1a61fca08b4908484bd32b
5,384
h
C
Source Code/Graphs/Headers/Octree.h
IonutCava/trunk
19dc976bbd7dc637f467785bd0ca15f34bc31ed5
[ "MIT" ]
null
null
null
Source Code/Graphs/Headers/Octree.h
IonutCava/trunk
19dc976bbd7dc637f467785bd0ca15f34bc31ed5
[ "MIT" ]
null
null
null
Source Code/Graphs/Headers/Octree.h
IonutCava/trunk
19dc976bbd7dc637f467785bd0ca15f34bc31ed5
[ "MIT" ]
null
null
null
/* Copyright (c) 2018 DIVIDE-Studio Copyright (c) 2009 Ionut Cava This file is part of DIVIDE Framework. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without rest...
36.134228
151
0.730498
[ "object", "vector" ]
6d828dbac255f2dc858a0ba2bca6ebc655e3ff39
16,725
h
C
app/src/main/cpp/gstreamer-1.0/armv7/include/gstreamer-1.0/gst/gl/glprototypes/shaders.h
pierotofy/rosettadrone
336fa43d3ebcb5f544f83884656db18cbbbf2b72
[ "BSD-3-Clause" ]
88
2018-05-17T20:37:10.000Z
2022-03-09T04:34:28.000Z
app/src/main/cpp/gstreamer-1.0/armv7/include/gstreamer-1.0/gst/gl/glprototypes/shaders.h
pierotofy/rosettadrone
336fa43d3ebcb5f544f83884656db18cbbbf2b72
[ "BSD-3-Clause" ]
23
2018-05-17T21:56:30.000Z
2021-02-24T12:58:43.000Z
app/src/main/cpp/gstreamer-1.0/armv7/include/gstreamer-1.0/gst/gl/glprototypes/shaders.h
pierotofy/rosettadrone
336fa43d3ebcb5f544f83884656db18cbbbf2b72
[ "BSD-3-Clause" ]
55
2018-06-05T20:33:43.000Z
2022-03-17T05:47:35.000Z
/* * GStreamer * Copyright (C) 2012 Matthew Waters <ystreet00@gmail.com> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) a...
44.6
96
0.489148
[ "object" ]
6d84271702c333a9a3e7accde0f06e825d90f8b1
54,001
h
C
src/app/voltdb/voltdb_src/src/ee/common/tabletuple.h
OpenMPDK/SMDK
8f19d32d999731242cb1ab116a4cb445d9993b15
[ "BSD-3-Clause" ]
44
2022-03-16T08:32:31.000Z
2022-03-31T16:02:35.000Z
src/app/voltdb/voltdb_src/src/ee/common/tabletuple.h
H2O0Lee/SMDK
eff49bc17a55a83ea968112feb2e2f2ea18c4ff5
[ "BSD-3-Clause" ]
1
2022-03-29T02:30:28.000Z
2022-03-30T03:40:46.000Z
src/app/voltdb/voltdb_src/src/ee/common/tabletuple.h
H2O0Lee/SMDK
eff49bc17a55a83ea968112feb2e2f2ea18c4ff5
[ "BSD-3-Clause" ]
18
2022-03-19T04:41:04.000Z
2022-03-31T03:32:12.000Z
/* This file is part of VoltDB. * Copyright (C) 2008-2020 VoltDB Inc. * * This file contains original code and/or modifications of original code. * Any modifications made by VoltDB Inc. are licensed under the following * terms and conditions: * * This program is free software: you can redistribute it and/or modi...
40.724736
129
0.654043
[ "object", "vector" ]
6d96296cb83e38303517e1f61bb42dd2ede36671
1,159
h
C
Plugins/RPRPlugin/Source/RPRPlugin/Public/Scene/UMSControl.h
hi-ro-no/RadeonProRenderUE
dcbf2b6df80b104c6cd2994e047f5d2fef98f493
[ "Apache-2.0" ]
15
2020-05-13T17:23:40.000Z
2022-01-08T04:19:42.000Z
Plugins/RPRPlugin/Source/RPRPlugin/Public/Scene/UMSControl.h
hi-ro-no/RadeonProRenderUE
dcbf2b6df80b104c6cd2994e047f5d2fef98f493
[ "Apache-2.0" ]
12
2020-05-17T08:06:45.000Z
2021-12-20T18:07:59.000Z
Plugins/RPRPlugin/Source/RPRPlugin/Public/Scene/UMSControl.h
hi-ro-no/RadeonProRenderUE
dcbf2b6df80b104c6cd2994e047f5d2fef98f493
[ "Apache-2.0" ]
7
2020-05-15T16:07:44.000Z
2021-07-14T08:38:54.000Z
/************************************************************************* * Copyright 2020 Advanced Micro Devices * * 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/l...
25.195652
74
0.647972
[ "vector" ]
6d9bb360a08cfc929eea2468865bc33c3b37b4b9
1,900
h
C
deps/cppdistract/dso.h
simpleton/profilo
91ef4ba1a8316bad2b3080210316dfef4761e180
[ "Apache-2.0" ]
null
null
null
deps/cppdistract/dso.h
simpleton/profilo
91ef4ba1a8316bad2b3080210316dfef4761e180
[ "Apache-2.0" ]
null
null
null
deps/cppdistract/dso.h
simpleton/profilo
91ef4ba1a8316bad2b3080210316dfef4761e180
[ "Apache-2.0" ]
null
null
null
/** * Copyright 2004-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
27.142857
98
0.669474
[ "object" ]
6da086c27bbb157df3a9b968e0c660c601385689
2,850
h
C
frc971/analysis/plotting/webgl2_plotter.h
Ewpratten/frc_971_mirror
3a8a0c4359f284d29547962c2b4c43d290d8065c
[ "BSD-2-Clause" ]
null
null
null
frc971/analysis/plotting/webgl2_plotter.h
Ewpratten/frc_971_mirror
3a8a0c4359f284d29547962c2b4c43d290d8065c
[ "BSD-2-Clause" ]
null
null
null
frc971/analysis/plotting/webgl2_plotter.h
Ewpratten/frc_971_mirror
3a8a0c4359f284d29547962c2b4c43d290d8065c
[ "BSD-2-Clause" ]
null
null
null
#ifndef FRC971_ANALYSIS_PLOTTING_WEBGL2_PLOTTER_H_ #define FRC971_ANALYSIS_PLOTTING_WEBGL2_PLOTTER_H_ #include <vector> #include <Eigen/Dense> #define GL_GLEXT_PROTOTYPES #include <GLES3/gl3.h> #include <GLES3/gl2ext.h> #include <GLES3/gl32.h> namespace frc971 { namespace plotting { struct Color { float r; floa...
32.022472
80
0.717193
[ "vector" ]
6da4d93be715051d40d111b567655ea65c7ec1e5
7,546
c
C
lib/utility/libpfstream/pthread_routines.c
jreyes1108/antelope_contrib
be2354605d8463d6067029eb16464a0bf432a41b
[ "BSD-2-Clause", "MIT" ]
30
2015-02-20T21:44:29.000Z
2021-09-27T02:53:14.000Z
lib/utility/libpfstream/pthread_routines.c
jreyes1108/antelope_contrib
be2354605d8463d6067029eb16464a0bf432a41b
[ "BSD-2-Clause", "MIT" ]
14
2015-07-07T19:17:24.000Z
2020-12-19T19:18:53.000Z
lib/utility/libpfstream/pthread_routines.c
jreyes1108/antelope_contrib
be2354605d8463d6067029eb16464a0bf432a41b
[ "BSD-2-Clause", "MIT" ]
46
2015-02-06T16:22:41.000Z
2022-03-30T11:46:37.000Z
#include <stdio.h> /* This file currently has an include for pthread.h so we don't require it */ #include "brttutil.h" #include "pfstream.h" /* This is the arg struct passed to both read and write threads */ typedef struct pfsc { FILE *fp; Pmtfifo *mtf; } Pfstream_control; /* These are read and write functions that d...
30.550607
166
0.711238
[ "object" ]
6db340d7a991c46ad477c4184aa2d50b036b1723
18,034
c
C
APPS/openssh-3.4p1/cipher.c
shkir/sctp-refimpl
76d37a9a01919b1ba43eaa8b18229ff49c70a8f7
[ "BSD-2-Clause" ]
8
2015-07-20T19:33:58.000Z
2019-10-27T10:02:23.000Z
APPS/openssh-3.4p1/cipher.c
shkir/sctp-refimpl
76d37a9a01919b1ba43eaa8b18229ff49c70a8f7
[ "BSD-2-Clause" ]
2
2015-07-19T13:27:57.000Z
2015-07-22T10:46:12.000Z
APPS/openssh-3.4p1/cipher.c
shkir/sctp-refimpl
76d37a9a01919b1ba43eaa8b18229ff49c70a8f7
[ "BSD-2-Clause" ]
6
2015-07-19T12:20:24.000Z
2019-11-30T23:56:41.000Z
/* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland * All rights reserved * * As far as I am concerned, the code I have written for this software * can be used freely for any purpose. Any derived versions of this * software must be clearly...
24.84022
80
0.674559
[ "vector" ]
6db3baa79cb5db81d913ecbbe465bc02471664f2
997
h
C
controller/Controller.h
djnick/SuffixTable
f20ba568129ff9108c6ce17172dc397379a3cffe
[ "MIT" ]
null
null
null
controller/Controller.h
djnick/SuffixTable
f20ba568129ff9108c6ce17172dc397379a3cffe
[ "MIT" ]
14
2020-10-26T18:53:32.000Z
2020-11-12T00:09:01.000Z
controller/Controller.h
djnick/SuffixTable
f20ba568129ff9108c6ce17172dc397379a3cffe
[ "MIT" ]
null
null
null
// // Created by djnic on 09.11.2020. // #ifndef SUFFIXTABLE_CONTROLLER_H #define SUFFIXTABLE_CONTROLLER_H #include "../model/AlgorithmExecutor.h" #include "../model/FileExecutor.h" #include "../model/PatternExecutor.h" #include "../view/View.h" class Controller { View *view = new View(); FileExecutor *file...
22.659091
68
0.729188
[ "model" ]
6dc906a87596d85d94601bd2e252e6dd0786d73e
2,476
h
C
media_capabilities/common.h
Toromino/chromiumos-platform2
97e6ba18f0e5ab6723f3448a66f82c1a07538d87
[ "BSD-3-Clause" ]
null
null
null
media_capabilities/common.h
Toromino/chromiumos-platform2
97e6ba18f0e5ab6723f3448a66f82c1a07538d87
[ "BSD-3-Clause" ]
null
null
null
media_capabilities/common.h
Toromino/chromiumos-platform2
97e6ba18f0e5ab6723f3448a66f82c1a07538d87
[ "BSD-3-Clause" ]
null
null
null
// Copyright 2021 The Chromium OS 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 MEDIA_CAPABILITIES_COMMON_H_ #define MEDIA_CAPABILITIES_COMMON_H_ #include <string> #include <utility> #include <vector> #include <base/files...
25.010101
80
0.724152
[ "vector" ]
6dd1e55c10db63a6e4fda2038143042297f73f54
3,068
h
C
CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalABAnalyzer.h
pasmuss/cmssw
566f40c323beef46134485a45ea53349f59ae534
[ "Apache-2.0" ]
null
null
null
CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalABAnalyzer.h
pasmuss/cmssw
566f40c323beef46134485a45ea53349f59ae534
[ "Apache-2.0" ]
null
null
null
CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalABAnalyzer.h
pasmuss/cmssw
566f40c323beef46134485a45ea53349f59ae534
[ "Apache-2.0" ]
null
null
null
#ifndef EcalABAnalyzer_h_ #define EcalABAnalyzer_h_ // $Id: EcalABAnalyzer.h #include <memory> #include <vector> #include <map> #include <FWCore/Framework/interface/EDAnalyzer.h> class TShapeAnalysis; class TAPDPulse; class TMom; // Define geometrical constants // NOT the same for "EB" and "EE" // // "EB" ...
19.922078
77
0.631356
[ "geometry", "vector" ]
6dd8866ad64c530170a8096d0501e4b0b3c3724f
10,409
c
C
packages/PIPS/pips/src/Libs/janusvalue/sc_janus_feasibility.c
DVSR1966/par4all
86b33ca9da736e832b568c5637a2381f360f1996
[ "MIT" ]
51
2015-01-31T01:51:39.000Z
2022-02-18T02:01:50.000Z
packages/PIPS/pips/src/Libs/janusvalue/sc_janus_feasibility.c
DVSR1966/par4all
86b33ca9da736e832b568c5637a2381f360f1996
[ "MIT" ]
7
2017-05-29T09:29:00.000Z
2019-03-11T16:01:39.000Z
packages/PIPS/pips/src/Libs/janusvalue/sc_janus_feasibility.c
DVSR1966/par4all
86b33ca9da736e832b568c5637a2381f360f1996
[ "MIT" ]
12
2015-03-26T08:05:38.000Z
2022-02-18T02:01:51.000Z
/* $Id: sc_janus_feasibility.c 1539 2012-05-31 07:27:03Z maisonneuve $ Copyright 1989-2014 MINES ParisTech This file is part of PIPS. PIPS is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either ver...
36.780919
193
0.607839
[ "vector", "3d" ]
6ddae920d68d2b27541543b0d1aa32215349eb6f
60,526
h
C
src/xenia/cpu/frontend/ppc_instr_tables.h
Parovozik/Xenia_UI
3f12becc1845a8fc264ae74d25e28e543f61b5b4
[ "BSD-3-Clause" ]
null
null
null
src/xenia/cpu/frontend/ppc_instr_tables.h
Parovozik/Xenia_UI
3f12becc1845a8fc264ae74d25e28e543f61b5b4
[ "BSD-3-Clause" ]
null
null
null
src/xenia/cpu/frontend/ppc_instr_tables.h
Parovozik/Xenia_UI
3f12becc1845a8fc264ae74d25e28e543f61b5b4
[ "BSD-3-Clause" ]
1
2018-10-16T16:45:27.000Z
2018-10-16T16:45:27.000Z
/** ****************************************************************************** * Xenia : Xbox 360 Emulator Research Project * ****************************************************************************** * Copyright 2013 Ben Vanik. All rights reserved. ...
54.97366
80
0.652992
[ "vector" ]
6ddc86816f922d90cd49966e781bb664c8a35bf2
11,220
h
C
YahooKeyKey-Source-1.1.2528/ModulePackages/OVOFAntiZhuyinwen/OVOFAntiZhuyinwen.h
linpc/yKeyKey
81e05f070c070af65cac21e8da28ca4ff2d58905
[ "BSD-3-Clause" ]
31
2019-05-28T09:08:09.000Z
2022-02-21T02:19:21.000Z
YahooKeyKey-Source-1.1.2528/ModulePackages/OVOFAntiZhuyinwen/OVOFAntiZhuyinwen.h
mhtxi3d/KeyKey
24a21491398069317879ba07c95d9b0056806728
[ "BSD-3-Clause" ]
null
null
null
YahooKeyKey-Source-1.1.2528/ModulePackages/OVOFAntiZhuyinwen/OVOFAntiZhuyinwen.h
mhtxi3d/KeyKey
24a21491398069317879ba07c95d9b0056806728
[ "BSD-3-Clause" ]
19
2019-04-22T09:56:12.000Z
2022-02-27T18:38:40.000Z
// // OVOFAntiZhuyinwen.h // // Copyright (c) 2004-2010 The OpenVanilla Project (http://openvanilla.org) // All rights reserved. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation // files (the "Software"), to deal in the Software without...
36.547231
198
0.629055
[ "vector" ]
6ddc9e1cc633af6dc777c1f7d1cbb010760016a2
1,770
c
C
tests/perf/addloop.c
divyeshbalar/libyang
1df4458d289beaf223ea6fe97ba717fe89d12db8
[ "BSD-3-Clause" ]
null
null
null
tests/perf/addloop.c
divyeshbalar/libyang
1df4458d289beaf223ea6fe97ba717fe89d12db8
[ "BSD-3-Clause" ]
null
null
null
tests/perf/addloop.c
divyeshbalar/libyang
1df4458d289beaf223ea6fe97ba717fe89d12db8
[ "BSD-3-Clause" ]
null
null
null
/** * @file addloop.h * @author Radek Krejci <rkrejci@cesnet.cz> * @brief performance test - adding data. * * Copyright (c) 2016 CESNET, z.s.p.o. * * This source code is licensed under BSD 3-Clause License (the "License"). * You may not use this file except in compliance with the License. * You may obtain a co...
23.918919
75
0.60565
[ "model" ]
6ddcc052d24d4b6a0351d974811cc52bf4905fb1
54,517
c
C
mi/mioverlay.c
freedesktop-unofficial-mirror/xorg__xprint
1e67eb53a5ecdfa2ca503a45366c77f5012db036
[ "X11" ]
2
2016-05-08T18:39:05.000Z
2018-11-01T06:58:35.000Z
mi/mioverlay.c
freedesktop-unofficial-mirror/xorg__xprint
1e67eb53a5ecdfa2ca503a45366c77f5012db036
[ "X11" ]
null
null
null
mi/mioverlay.c
freedesktop-unofficial-mirror/xorg__xprint
1e67eb53a5ecdfa2ca503a45366c77f5012db036
[ "X11" ]
1
2021-07-23T01:42:38.000Z
2021-07-23T01:42:38.000Z
#ifdef HAVE_DIX_CONFIG_H #include <dix-config.h> #endif #include <X11/X.h> #include "scrnintstr.h" #include "validate.h" #include "windowstr.h" #include "mi.h" #include "gcstruct.h" #include "regionstr.h" #include "privates.h" #include "mivalidate.h" #include "mioverlay.h" #include "migc.h" #include "globals.h" ty...
27.272136
80
0.671112
[ "shape" ]
6ddfeed15793b58e4542f4ee0c6063e9c9bef62d
985
h
C
chrome/browser/ui/thumbnails/thumbnail_capture_info.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
14,668
2015-01-01T01:57:10.000Z
2022-03-31T23:33:32.000Z
chrome/browser/ui/thumbnails/thumbnail_capture_info.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
113
2015-05-04T09:58:14.000Z
2022-01-31T19:35:03.000Z
chrome/browser/ui/thumbnails/thumbnail_capture_info.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
5,941
2015-01-02T11:32:21.000Z
2022-03-31T16:35:46.000Z
// Copyright 2020 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 CHROME_BROWSER_UI_THUMBNAILS_THUMBNAIL_CAPTURE_INFO_H_ #define CHROME_BROWSER_UI_THUMBNAILS_THUMBNAIL_CAPTURE_INFO_H_ #include "ui/gfx/geometry/i...
32.833333
78
0.77868
[ "geometry" ]
6dec288ef8ffbf2835ca18f8adb777bc9fb4c10e
24,414
h
C
src/include/execution/ast/type.h
cookieli/terrier
409401fe34a364ac992569f2aefca6803e7145c7
[ "MIT" ]
null
null
null
src/include/execution/ast/type.h
cookieli/terrier
409401fe34a364ac992569f2aefca6803e7145c7
[ "MIT" ]
null
null
null
src/include/execution/ast/type.h
cookieli/terrier
409401fe34a364ac992569f2aefca6803e7145c7
[ "MIT" ]
null
null
null
#pragma once #include <cstdint> #include <string> #include "common/strong_typedef.h" #include "execution/ast/identifier.h" #include "execution/sql/storage_interface.h" #include "execution/util/region.h" #include "execution/util/region_containers.h" #include "llvm/Support/Casting.h" namespace terrier::execution::ast ...
31.501935
119
0.596379
[ "object" ]
6df058057f745bea7b4324fa7c1092753d21495c
12,612
h
C
src/core/options.h
spencersutton/nng
9bc988bbb33d99c90da417474ce736c54e990b66
[ "MIT" ]
null
null
null
src/core/options.h
spencersutton/nng
9bc988bbb33d99c90da417474ce736c54e990b66
[ "MIT" ]
null
null
null
src/core/options.h
spencersutton/nng
9bc988bbb33d99c90da417474ce736c54e990b66
[ "MIT" ]
null
null
null
// // Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> // Copyright 2018 Capitar IT Group BV <info@capitar.com> // Copyright 2018 Devolutions <info@devolutions.net> // // This software is supplied under the terms of the MIT License, a // copy of which should be located in the distribution where this // file w...
47.772727
80
0.562559
[ "object" ]
a304396b5fa22737dd81da853ce73baf85faa442
9,597
h
C
include/tfrt/support/thread_local.h
freedomtan/tfrt
61e8e4b4fc17e32a25723708eb39b66cc0de7adb
[ "Apache-2.0" ]
1
2020-06-04T02:20:47.000Z
2020-06-04T02:20:47.000Z
include/tfrt/support/thread_local.h
freedomtan/tfrt
61e8e4b4fc17e32a25723708eb39b66cc0de7adb
[ "Apache-2.0" ]
null
null
null
include/tfrt/support/thread_local.h
freedomtan/tfrt
61e8e4b4fc17e32a25723708eb39b66cc0de7adb
[ "Apache-2.0" ]
1
2020-08-03T20:23:58.000Z
2020-08-03T20:23:58.000Z
/* * Copyright 2020 The TensorFlow Runtime Authors * * 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...
39.331967
80
0.691779
[ "vector" ]
a3053a46eaeeea3480d6e97fb324c8447b9b83e8
1,502
h
C
services/audiopolicy/engine/common/include/LastRemovableMediaDevices.h
Dreadwyrm/lhos_frameworks_av
62c63ccfdf5c79a3ad9be4836f473da9398c671b
[ "Apache-2.0" ]
null
null
null
services/audiopolicy/engine/common/include/LastRemovableMediaDevices.h
Dreadwyrm/lhos_frameworks_av
62c63ccfdf5c79a3ad9be4836f473da9398c671b
[ "Apache-2.0" ]
null
null
null
services/audiopolicy/engine/common/include/LastRemovableMediaDevices.h
Dreadwyrm/lhos_frameworks_av
62c63ccfdf5c79a3ad9be4836f473da9398c671b
[ "Apache-2.0" ]
2
2021-07-08T07:42:11.000Z
2021-07-09T21:56:10.000Z
/* * Copyright (C) 2019 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
28.339623
93
0.756325
[ "vector" ]
a308e2ac1f5c3db375cfaeb1af173b5259ee43aa
7,079
h
C
aws-cpp-sdk-migrationhubstrategy/include/aws/migrationhubstrategy/model/SystemInfo.h
perfectrecall/aws-sdk-cpp
fb8cbebf2fd62720b65aeff841ad2950e73d8ebd
[ "Apache-2.0" ]
1
2022-02-12T08:09:30.000Z
2022-02-12T08:09:30.000Z
aws-cpp-sdk-migrationhubstrategy/include/aws/migrationhubstrategy/model/SystemInfo.h
perfectrecall/aws-sdk-cpp
fb8cbebf2fd62720b65aeff841ad2950e73d8ebd
[ "Apache-2.0" ]
1
2022-01-03T23:59:37.000Z
2022-01-03T23:59:37.000Z
aws-cpp-sdk-migrationhubstrategy/include/aws/migrationhubstrategy/model/SystemInfo.h
ravindra-wagh/aws-sdk-cpp
7d5ff01b3c3b872f31ca98fb4ce868cd01e97696
[ "Apache-2.0" ]
1
2021-11-09T11:58:03.000Z
2021-11-09T11:58:03.000Z
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/migrationhubstrategy/MigrationHubStrategyRecommendations_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/core/utils/memory/stl/AWSVector.h> #includ...
32.925581
163
0.672411
[ "vector", "model" ]
a312a9d98f217f81b6fdf124ee8d5c92dcfb6e55
4,258
h
C
i18n/xx/msg.h
JadedCtrl/citrine
26f9e4279bfc32f69ae7de8e61010b3ba06dc579
[ "BSD-2-Clause" ]
92
2015-03-12T09:57:15.000Z
2022-03-18T03:35:50.000Z
i18n/xx/msg.h
JadedCtrl/citrine
26f9e4279bfc32f69ae7de8e61010b3ba06dc579
[ "BSD-2-Clause" ]
64
2016-01-26T06:51:50.000Z
2021-03-21T11:26:23.000Z
i18n/xx/msg.h
JadedCtrl/citrine
26f9e4279bfc32f69ae7de8e61010b3ba06dc579
[ "BSD-2-Clause" ]
21
2016-01-25T11:32:18.000Z
2022-03-02T22:44:30.000Z
#define CTR_MSG_LANG_CODE "en_us" #define CTR_MSG_WELCOME "Citrine Programming Language EN/US\n" #define CTR_MSG_COPYRIGHT "Written by Gabor de Mooij © copyright 2019, Licensed BSD.\n" #define CTR_MSG_USAGE_G "Not enough arguments. Usage: ctr -g file1.h file2.h" #define CTR_MSG_USAGE_T "Not enough arguments. Usag...
53.898734
91
0.747064
[ "object" ]
a314634426a3ee0a3d9ff6e753aeb1b5d8d60020
3,876
c
C
src/jwiringx_spi.c
wiringX/wiringX-java
6b5c351139a45d07d71b9891851f04fbbd08e8ad
[ "MIT" ]
null
null
null
src/jwiringx_spi.c
wiringX/wiringX-java
6b5c351139a45d07d71b9891851f04fbbd08e8ad
[ "MIT" ]
null
null
null
src/jwiringx_spi.c
wiringX/wiringX-java
6b5c351139a45d07d71b9891851f04fbbd08e8ad
[ "MIT" ]
null
null
null
/* * MIT License * * Copyright (c) 2016 Josua Mayer <josua.mayer97@gmail.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the ...
32.847458
142
0.749742
[ "object" ]