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
de59e206f127a4ee8e58123e87f7e9ea522d0cb6
7,423
c
C
vendor/samsung/external/glib-2.0/gio/ginitable.c
cesarmo759/android_kernel_samsung_msm8916
f19717ef6c984b64a75ea600a735dc937b127c25
[ "Apache-2.0" ]
1
2020-06-28T00:49:21.000Z
2020-06-28T00:49:21.000Z
vendor/samsung/external/glib-2.0/gio/ginitable.c
cesarmo759/android_kernel_samsung_msm8916
f19717ef6c984b64a75ea600a735dc937b127c25
[ "Apache-2.0" ]
null
null
null
vendor/samsung/external/glib-2.0/gio/ginitable.c
cesarmo759/android_kernel_samsung_msm8916
f19717ef6c984b64a75ea600a735dc937b127c25
[ "Apache-2.0" ]
1
2021-03-05T16:54:52.000Z
2021-03-05T16:54:52.000Z
/* GIO - GLib Input, Output and Streaming Library * * Copyright (C) 2009 Red Hat, Inc. * * 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 of the License, or (at y...
32.845133
79
0.727738
[ "object" ]
de655ea1a81dfa0a72c6ee17f92929af26cc3316
1,721
h
C
ElementEngine/enginelib/src/VknSprite.h
lbondi7/Element-2.0
ecba7a5f4402167643984d15b7a1b3bcff951907
[ "MIT" ]
null
null
null
ElementEngine/enginelib/src/VknSprite.h
lbondi7/Element-2.0
ecba7a5f4402167643984d15b7a1b3bcff951907
[ "MIT" ]
null
null
null
ElementEngine/enginelib/src/VknSprite.h
lbondi7/Element-2.0
ecba7a5f4402167643984d15b7a1b3bcff951907
[ "MIT" ]
null
null
null
#pragma once #include <element/Sprite.h> #include "VknPipeline.h" #include "Mesh.h" #include "Texture.h" #include "DescriptorSet.h" namespace Element { class VknSprite final : public Sprite { public: VknSprite() = default; explicit VknSprite(VknPipeline* pipeline, Mesh* mesh, uint3...
28.683333
133
0.672284
[ "mesh", "vector" ]
de6673aecf53bf52f861df63ad59b9bfa065b0e4
1,016
h
C
src/al_graphic/include/Filter.h
imalimin/FilmKilns
2146487c4292d8c7453a53c54d1e24417902f8b7
[ "MIT" ]
83
2020-11-13T01:35:13.000Z
2022-03-25T02:12:13.000Z
src/al_graphic/include/Filter.h
mohsinnaqvi110/FilmKilns
2146487c4292d8c7453a53c54d1e24417902f8b7
[ "MIT" ]
3
2020-03-23T07:28:29.000Z
2020-09-11T17:16:48.000Z
src/al_graphic/include/Filter.h
lmylr/hwvc
2146487c4292d8c7453a53c54d1e24417902f8b7
[ "MIT" ]
32
2020-11-09T04:20:35.000Z
2022-03-22T04:11:45.000Z
// // Created by limin on 2018/12/16. // #ifndef HARDWAREVIDEOCODEC_FILTER_H #define HARDWAREVIDEOCODEC_FILTER_H #include <string> #include "Object.h" #include "HwAbsFrameBuffer.h" #include "BaseDrawer.h" using namespace std; const int FILTER_BASE = 100; const int FILTER_NONE = 2333; class Filter : public Object {...
16.387097
61
0.69685
[ "object" ]
de6dbad5703b27625f77286f37894daca8a9217d
3,640
h
C
src/GameStatePause.h
MaxSavenkov/drdestructo2
a8c0d506ea7280e60d4b6bb3045ea9b471c3e314
[ "MIT" ]
33
2015-04-15T16:58:00.000Z
2021-06-06T13:58:14.000Z
src/GameStatePause.h
MaxSavenkov/drdestructo2
a8c0d506ea7280e60d4b6bb3045ea9b471c3e314
[ "MIT" ]
3
2015-04-15T17:11:01.000Z
2021-01-08T14:08:52.000Z
src/GameStatePause.h
MaxSavenkov/drdestructo2
a8c0d506ea7280e60d4b6bb3045ea9b471c3e314
[ "MIT" ]
6
2015-05-07T14:41:53.000Z
2022-01-27T12:19:58.000Z
#pragma once #include "BaseGameState.h" #include "BaseMenu.h" #include "MenuHelpers.h" #include "OptionsMenu.h" #include "Common.h" /* Pause menu is just like main menu, only with fewer options and an option to resume game. */ class IPauseMenuCallback { public: virtual void ResumeGame() = 0; vir...
24.10596
129
0.697253
[ "render" ]
de70fdc93006586b781383fa5dac282afac809ad
1,213
h
C
src/tdme/math/Matrix4x4Negative.h
mahula/tdme2
0f74d35ae5d2cd33b1a410c09f0d45f250ca7a64
[ "BSD-3-Clause" ]
null
null
null
src/tdme/math/Matrix4x4Negative.h
mahula/tdme2
0f74d35ae5d2cd33b1a410c09f0d45f250ca7a64
[ "BSD-3-Clause" ]
null
null
null
src/tdme/math/Matrix4x4Negative.h
mahula/tdme2
0f74d35ae5d2cd33b1a410c09f0d45f250ca7a64
[ "BSD-3-Clause" ]
null
null
null
#pragma once #include <tdme/tdme.h> #include <tdme/math/fwd-tdme.h> #include <tdme/math/Vector3.h> #include <tdme/math/Matrix4x4.h> using tdme::math::Matrix4x4; using tdme::math::Vector3; /** * Simple class to determine if a transform is negative * @author Andreas Drewke * @version $Id$ */ class tdme::math::Mat...
25.270833
103
0.741138
[ "transform" ]
de7c5d26b2398040805e783eecc44c228c735c26
631
h
C
src/HitBoxComponent.h
firststef/ECSlib
25997c4bac994ac2559194be7b2162fa53af6346
[ "MIT" ]
3
2021-03-09T05:07:02.000Z
2021-07-23T12:09:15.000Z
src/HitBoxComponent.h
firststef/ECSlib
25997c4bac994ac2559194be7b2162fa53af6346
[ "MIT" ]
null
null
null
src/HitBoxComponent.h
firststef/ECSlib
25997c4bac994ac2559194be7b2162fa53af6346
[ "MIT" ]
null
null
null
#pragma once struct HitBoxComponent : IComponent { std::vector<ShapeContainer> containers; ShapeContainer* current_container = nullptr; Vector2 last_origin_position; HitBoxComponent(std::vector<ShapeContainer> containers, Vector2 origin_position) :containers(std::move(containers)), last_origin_posit...
20.354839
84
0.670365
[ "vector" ]
de93bd3128b0e2f880e1a02435f4b475765af63c
175,561
h
C
Submodules/Peano/src/peano/grid/tests/records/TestVertex.h
linusseelinger/ExaHyPE-Tsunami
92a6e14926862e1584ef1e935874c91d252e8112
[ "BSD-3-Clause" ]
2
2019-08-14T22:41:26.000Z
2020-02-04T19:30:24.000Z
Submodules/Peano/src/peano/grid/tests/records/TestVertex.h
linusseelinger/ExaHyPE-Tsunami
92a6e14926862e1584ef1e935874c91d252e8112
[ "BSD-3-Clause" ]
null
null
null
Submodules/Peano/src/peano/grid/tests/records/TestVertex.h
linusseelinger/ExaHyPE-Tsunami
92a6e14926862e1584ef1e935874c91d252e8112
[ "BSD-3-Clause" ]
3
2019-07-22T10:27:36.000Z
2020-05-11T12:25:29.000Z
#ifndef _PEANO_GRID_TESTS_RECORDS_TESTVERTEX_H #define _PEANO_GRID_TESTS_RECORDS_TESTVERTEX_H #include "peano/utils/Globals.h" #include "tarch/compiler/CompilerSpecificSettings.h" #include "peano/utils/PeanoOptimisations.h" #ifdef Parallel #include "tarch/parallel/Node.h" #endif #ifdef Parallel #include <mpi.h> #end...
35.953512
548
0.46066
[ "vector" ]
dea1df1e59b96104b497decf1e916d11ced341e6
26,291
h
C
il/container/1d/Array.h
insideloop/InsideLoop
5385e908d85697e32fa065b45f608df84d3177a3
[ "Apache-2.0" ]
19
2016-12-08T14:16:28.000Z
2017-08-18T01:26:52.000Z
il/container/1d/Array.h
insideloop/InsideLoop
5385e908d85697e32fa065b45f608df84d3177a3
[ "Apache-2.0" ]
1
2017-03-10T17:28:33.000Z
2017-03-14T11:08:32.000Z
il/container/1d/Array.h
insideloop/InsideLoop
5385e908d85697e32fa065b45f608df84d3177a3
[ "Apache-2.0" ]
null
null
null
//============================================================================== // // Copyright 2018 The InsideLoop Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the Lic...
26.317317
80
0.591799
[ "object", "vector" ]
deaa25d56d6717805d64a2f5bb406c3cff9918f3
1,212
h
C
src/software/jetson_nano/redis/redis_client.h
jonl112/Software
61a028a98d5c0dd5e79bf055b231633290ddbf9f
[ "MIT" ]
null
null
null
src/software/jetson_nano/redis/redis_client.h
jonl112/Software
61a028a98d5c0dd5e79bf055b231633290ddbf9f
[ "MIT" ]
null
null
null
src/software/jetson_nano/redis/redis_client.h
jonl112/Software
61a028a98d5c0dd5e79bf055b231633290ddbf9f
[ "MIT" ]
null
null
null
#pragma once #include "chrono" #include "cpp_redis/cpp_redis" #include "shared/constants.h" #include "software/logger/logger.h" #include "string" #include "unordered_map" class RedisClient { public: /** * Client that communicates with the a redis server * @param value The IP of the Redis server, def...
23.764706
71
0.655116
[ "object" ]
deaa615685941d47d6f494cc629631cafffde5e3
5,994
c
C
orte/mca/db/dbase/db_dbase.c
bringhurst/ompi
7da12594dc72085162265188b505aca0d0cfe811
[ "BSD-3-Clause-Open-MPI" ]
1
2016-05-01T09:37:07.000Z
2016-05-01T09:37:07.000Z
orte/mca/db/dbase/db_dbase.c
bringhurst/ompi
7da12594dc72085162265188b505aca0d0cfe811
[ "BSD-3-Clause-Open-MPI" ]
null
null
null
orte/mca/db/dbase/db_dbase.c
bringhurst/ompi
7da12594dc72085162265188b505aca0d0cfe811
[ "BSD-3-Clause-Open-MPI" ]
null
null
null
/* * Copyright (c) 2010 Cisco Systems, Inc. All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow * * $HEADER$ * */ #include "orte_config.h" #include "orte/constants.h" #include <string.h> #include <sys/types.h> #ifdef HAVE_LIMITS_H #include <limits.h> #endif #include <stdio.h> #ifd...
26.64
107
0.637304
[ "object" ]
deaf289ca4a19bdb35b568965c0da540acce67ab
755
h
C
3dPlot/geometryPool.h
IronFox/GridSim
bf923e6ca5056f3965c6b739b6b028630c576ef7
[ "MIT" ]
null
null
null
3dPlot/geometryPool.h
IronFox/GridSim
bf923e6ca5056f3965c6b739b6b028630c576ef7
[ "MIT" ]
null
null
null
3dPlot/geometryPool.h
IronFox/GridSim
bf923e6ca5056f3965c6b739b6b028630c576ef7
[ "MIT" ]
null
null
null
#pragma once #include <memory> #include <geometry/cgs.h> #include <math/matrix.h> #include <engine/renderer/opengl.h> #include <engine/display.h> #include <container/buffer.h> using namespace DeltaWorks; typedef Engine::OpenGL Renderer; extern Engine::Display<Renderer> display; class Geometry { public: void ...
15.729167
53
0.707285
[ "geometry", "render", "object" ]
deb1018145f84524c08b9694d307be6b08c5252b
559
h
C
unit_tests/bind_classes/expose_vector_int.h
SoapyMan/oolua
9d25a865b05bbb6aaff56726b46e5b746572e490
[ "MIT" ]
4
2018-12-19T09:30:24.000Z
2021-06-26T05:38:11.000Z
unit_tests/bind_classes/expose_vector_int.h
SoapyMan/oolua
9d25a865b05bbb6aaff56726b46e5b746572e490
[ "MIT" ]
null
null
null
unit_tests/bind_classes/expose_vector_int.h
SoapyMan/oolua
9d25a865b05bbb6aaff56726b46e5b746572e490
[ "MIT" ]
2
2020-10-24T09:11:36.000Z
2021-08-07T15:47:55.000Z
#ifndef EXPOSE_VECTOR_INT_H_ # define EXPOSE_VECTOR_INT_H_ # include <vector> # include "oolua_dsl.h" /**[StdVectorProxy]*/ //typedef the type of vector into the global namespace //This is required as a vector has more than one template type //and the commas in the template confuse a macro. typedef std::vector<int> v...
25.409091
62
0.779964
[ "vector" ]
deb3c55db71b1f9248b2a27643abc571ae4d2b04
2,913
h
C
Source/Dynamics/ParticleSystem/PositionBasedFluidModel.h
weikm/sandcarSimulation2
fe499d0a3289c0ac1acce69c7dc78d8ce1b2708a
[ "Apache-2.0" ]
null
null
null
Source/Dynamics/ParticleSystem/PositionBasedFluidModel.h
weikm/sandcarSimulation2
fe499d0a3289c0ac1acce69c7dc78d8ce1b2708a
[ "Apache-2.0" ]
null
null
null
Source/Dynamics/ParticleSystem/PositionBasedFluidModel.h
weikm/sandcarSimulation2
fe499d0a3289c0ac1acce69c7dc78d8ce1b2708a
[ "Apache-2.0" ]
null
null
null
/** * @author : He Xiaowei (Clouddon@sina.com) * @date : 2019-05-14 * @description: Declaration of PositionBasedFluidModel class, which implements Position-based fluid model * @version : 1.0 * * @author : Zhu Fei (feizhu@pku.edu.cn) * @date : 2021-07-27 * @description: poslish code * @ve...
28.841584
106
0.744936
[ "model" ]
deb8cbb3c10a98dbeb448610cdba2acb8f5f9f12
858
h
C
LJ1/Engine_LJ1/TextComponent.h
huwlloyd-mmu/LockdownEngine
34a6c3a797173cfc2ce98b01643c64d4ec3bcec2
[ "MIT" ]
null
null
null
LJ1/Engine_LJ1/TextComponent.h
huwlloyd-mmu/LockdownEngine
34a6c3a797173cfc2ce98b01643c64d4ec3bcec2
[ "MIT" ]
null
null
null
LJ1/Engine_LJ1/TextComponent.h
huwlloyd-mmu/LockdownEngine
34a6c3a797173cfc2ce98b01643c64d4ec3bcec2
[ "MIT" ]
null
null
null
#pragma once #include <SFML/Graphics.hpp> #include "Component.h" #include "Texture.h" #include "game.h" namespace LE { class TextComponent : public Component { int charSize; sf::Text text; std::string fontName; public: virtual TextComponent* Clone() const { TextComponent* newText = new TextComponent(fo...
26
98
0.706294
[ "transform" ]
debaa31676e546e19fcb1fe5f7dfdcfc3d86492b
4,109
h
C
src/RootInputDesc.h
fermi-lat/RootIo
6ee6a08b29daa1ec9acac5655f5c8485a3ed4cf0
[ "BSD-3-Clause" ]
null
null
null
src/RootInputDesc.h
fermi-lat/RootIo
6ee6a08b29daa1ec9acac5655f5c8485a3ed4cf0
[ "BSD-3-Clause" ]
null
null
null
src/RootInputDesc.h
fermi-lat/RootIo
6ee6a08b29daa1ec9acac5655f5c8485a3ed4cf0
[ "BSD-3-Clause" ]
null
null
null
/** * @file RootInputDesc.h * @brief definition of the class RootInputDesc * This class is used to set up and handle the actual root IO * * $Header: /nfs/slac/g/glast/ground/cvs/RootIo/src/RootInputDesc.h,v 1.16 2010/07/18 00:22:53 lsrea Exp $ * Original author: Heather Kelly heather@lheapop.gsfc.nasa.gov */ ...
39.893204
132
0.584814
[ "object" ]
25a3e017a6a6fb6999bd2f5c9687cf3df76178a6
5,772
h
C
src/common/unportable.h
jbanaszczyk/CCFinderX
118aa3bdde30b3feff88e9fbb642389c7e19d17d
[ "MIT" ]
2
2019-10-27T08:01:19.000Z
2021-12-20T07:53:02.000Z
src/common/unportable.h
jbanaszczyk/CCFinderX
118aa3bdde30b3feff88e9fbb642389c7e19d17d
[ "MIT" ]
5
2019-05-02T16:36:39.000Z
2019-05-12T16:04:45.000Z
src/common/unportable.h
jbanaszczyk/CCFinderX
118aa3bdde30b3feff88e9fbb642389c7e19d17d
[ "MIT" ]
2
2019-08-04T13:21:51.000Z
2021-03-07T00:18:36.000Z
#if ! defined UNPORTABLE_H__ #define UNPORTABLE_H__ #if defined OS_UBUNTU #define OS_UNIX #endif #if defined OS_WIN32 #elif defined OS_UNIX #else #error "OS IS NOT SPECIFIED" #endif #if defined _MSC_VER #elif defined __GNUC__ #else #error "COMPILER IS NOT SPECIFIED" #endif #if ! (defined BIG_ENDIAN || defined LITTL...
18.92459
133
0.687457
[ "vector" ]
25b77295dbd0f9dde42d0bc9c4a9382a5ac91679
1,554
h
C
includes/computation.h
danmohedano/fourier_drawing
2abb40793590472fed53924cd7b16331b3208588
[ "MIT" ]
null
null
null
includes/computation.h
danmohedano/fourier_drawing
2abb40793590472fed53924cd7b16331b3208588
[ "MIT" ]
null
null
null
includes/computation.h
danmohedano/fourier_drawing
2abb40793590472fed53924cd7b16331b3208588
[ "MIT" ]
null
null
null
/** * 29/07/2021 * Module: computation * ----------------------------------------------------------------------------- * Authors: * - Daniel Mohedano <https://github.com/danmohedano> * ----------------------------------------------------------------------------- * Module responsible for the computation of the Fo...
31.714286
100
0.557272
[ "vector", "transform" ]
25bb240e9a3429bdb2a94aa7419ca3912af09b10
6,982
h
C
databaseBuild/codebase/rbf/rbfm.h
AllenInWood/databaseBuild
7eb0e4588f3b797ddceec6f3be6cb74a11e5447d
[ "Apache-2.0" ]
3
2018-06-11T09:20:26.000Z
2019-02-24T18:26:02.000Z
databaseBuild/codebase/rbf/rbfm.h
AllenInWood/databaseBuild
7eb0e4588f3b797ddceec6f3be6cb74a11e5447d
[ "Apache-2.0" ]
null
null
null
databaseBuild/codebase/rbf/rbfm.h
AllenInWood/databaseBuild
7eb0e4588f3b797ddceec6f3be6cb74a11e5447d
[ "Apache-2.0" ]
null
null
null
#ifndef _rbfm_h_ #define _rbfm_h_ #include <bitset> #include <vector> #include <climits> #include "../rbf/pfm.h" using namespace std; /* Record ID */ typedef struct { unsigned pageNum; /* page number */ unsigned slotNum; /* slot number in the page...
35.805128
166
0.578058
[ "vector" ]
25c58753e513a232d66635d7102b36592d8652e7
1,885
h
C
ios/chrome/browser/ui/settings/save_passwords_collection_view_controller.h
zipated/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
2,151
2020-04-18T07:31:17.000Z
2022-03-31T08:39:18.000Z
ios/chrome/browser/ui/settings/save_passwords_collection_view_controller.h
cangulcan/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
395
2020-04-18T08:22:18.000Z
2021-12-08T13:04:49.000Z
ios/chrome/browser/ui/settings/save_passwords_collection_view_controller.h
cangulcan/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
338
2020-04-18T08:03:10.000Z
2022-03-29T12:33:22.000Z
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef IOS_CHROME_BROWSER_UI_SETTINGS_SAVE_PASSWORDS_COLLECTION_VIEW_CONTROLLER_H_ #define IOS_CHROME_BROWSER_UI_SETTINGS_SAVE_PASSWORDS_COLLECTION_VIEW_...
33.660714
95
0.818568
[ "vector" ]
25c7ab83add384e6526b9887cbd4ea7f0f7f7d69
1,077
h
C
TTPMLPPmoon/AddLibrary/MosaiKe/MosaiView/MosaiView.h
Ropponngi/TTPMLPPmoon
877bfc63f530adfa5542724545c81f5cfd6f1866
[ "MIT" ]
220
2021-02-11T01:59:29.000Z
2021-04-25T02:36:13.000Z
TTPMLPPmoon/AddLibrary/MosaiKe/MosaiView/MosaiView.h
Ropponngi/TTPMLPPmoon
877bfc63f530adfa5542724545c81f5cfd6f1866
[ "MIT" ]
null
null
null
TTPMLPPmoon/AddLibrary/MosaiKe/MosaiView/MosaiView.h
Ropponngi/TTPMLPPmoon
877bfc63f530adfa5542724545c81f5cfd6f1866
[ "MIT" ]
null
null
null
// // MosaiView.h // MosaiDemo // // Created by Sylar on 2018/4/2. // Copyright © 2018年 Sylar. All rights reserved. // #import <UIKit/UIKit.h> @protocol MosaiViewDelegate; @interface MosaiView : UIView //底图为马赛克图 @property (nonatomic, strong) UIImage *mosaicImage; //表图为正常图片 @property (nonatomic, strong) UIImage *o...
20.320755
102
0.744661
[ "render" ]
25cf2938ecfc77181a2d458fc5336b029fd50b42
9,265
h
C
src/engine/Playout.h
dsmic/oakfoam
f4093d57ea173d5dc00e0f6031ed16f169258456
[ "BSD-2-Clause" ]
2
2019-08-27T04:18:45.000Z
2021-04-20T23:14:24.000Z
src/engine/Playout.h
dsmic/oakfoam
f4093d57ea173d5dc00e0f6031ed16f169258456
[ "BSD-2-Clause" ]
null
null
null
src/engine/Playout.h
dsmic/oakfoam
f4093d57ea173d5dc00e0f6031ed16f169258456
[ "BSD-2-Clause" ]
null
null
null
#ifndef DEF_OAKFOAM_PLAYOUT_H #define DEF_OAKFOAM_PLAYOUT_H #include "Go.h" #include <boost/bimap.hpp> #include <unordered_map> #include <boost/random.hpp> //from "Parameters.h": class Parameters; //from "Tree.h": class Tree; //from "Worker.h": namespace Worker { class Settings; }; #include "../gtp/Gtp.h" typedef...
61.766667
607
0.709336
[ "vector" ]
25da504f3e3bc181ef9d323b70f9589e2bc493e3
403
h
C
include/snap/readers.h
dkw-aau/trident-clone
18f896db2be05870069ae7b3aa6b4837c74fff0f
[ "Apache-2.0" ]
20
2018-10-17T21:39:40.000Z
2021-11-10T11:07:23.000Z
include/snap/readers.h
dkw-aau/trident-clone
18f896db2be05870069ae7b3aa6b4837c74fff0f
[ "Apache-2.0" ]
5
2020-07-06T22:50:04.000Z
2022-03-17T10:34:15.000Z
include/snap/readers.h
dkw-aau/trident-clone
18f896db2be05870069ae7b3aa6b4837c74fff0f
[ "Apache-2.0" ]
9
2018-09-18T11:37:35.000Z
2022-03-29T07:46:41.000Z
#ifndef _READERS_H #define _READERS_H #include <trident/binarytables/factorytables.h> #include <vector> class KB; class SnapReaders { public: typedef int64_t (*pReader)(const char*, const int64_t); const static pReader readers[256]; static std::vector<const char*> f_sop; static st...
21.210526
63
0.677419
[ "vector" ]
25ddbfa443d8aa89f1cf1a2ca46ff8d403295772
7,023
h
C
src/HSADebugAgent/Include/AgentBreakpoint.h
HSAFoundation/HSA-Debugger-Source-AMD
47d41b74bfb51f1bec02763feb7ab752ce80272a
[ "MIT" ]
2
2017-05-22T17:22:22.000Z
2019-05-16T01:45:06.000Z
src/HSADebugAgent/Include/AgentBreakpoint.h
HSAFoundation/HSA-Debugger-Source-AMD
47d41b74bfb51f1bec02763feb7ab752ce80272a
[ "MIT" ]
2
2016-01-28T15:22:07.000Z
2016-01-28T15:43:42.000Z
src/HSADebugAgent/Include/AgentBreakpoint.h
HSAFoundation/HSA-Debugger-Source-AMD
47d41b74bfb51f1bec02763feb7ab752ce80272a
[ "MIT" ]
2
2016-02-07T18:46:52.000Z
2020-05-03T22:18:06.000Z
//============================================================================== // Copyright (c) 2015 Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools /// \file AgentBreakpoint.h /// \brief Agent breakpoint structure //===============================================================...
34.940299
123
0.688167
[ "vector", "model" ]
25ec7bc910e722fc090b3e63d3bc67b1967c1b64
44,664
c
C
src/shared_int.c
bkarr/libshr
c2bdac526f6a0b6b520c77a02269befc0b9e682c
[ "MIT" ]
2
2015-05-17T03:39:48.000Z
2018-03-29T15:47:36.000Z
src/shared_int.c
bkarr/libshr
c2bdac526f6a0b6b520c77a02269befc0b9e682c
[ "MIT" ]
4
2018-04-01T02:09:54.000Z
2018-07-20T19:05:41.000Z
src/shared_int.c
bkarr/libshr
c2bdac526f6a0b6b520c77a02269befc0b9e682c
[ "MIT" ]
null
null
null
/* The MIT License (MIT) Copyright (c) 2018-2022 Bryan Karr 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, merg...
21.808594
90
0.576997
[ "object" ]
25f6a911a6f77ab6a9832798013b40ed50b3a8a2
2,290
h
C
oneflow/core/job/sbp_parallel.h
JasenWangLab/oneflow
0131e6ec282a426c2de98825de5fab95c853d8cf
[ "Apache-2.0" ]
null
null
null
oneflow/core/job/sbp_parallel.h
JasenWangLab/oneflow
0131e6ec282a426c2de98825de5fab95c853d8cf
[ "Apache-2.0" ]
null
null
null
oneflow/core/job/sbp_parallel.h
JasenWangLab/oneflow
0131e6ec282a426c2de98825de5fab95c853d8cf
[ "Apache-2.0" ]
1
2021-11-10T07:57:01.000Z
2021-11-10T07:57:01.000Z
/* Copyright 2020 The OneFlow Authors. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
36.935484
99
0.782096
[ "vector" ]
d30bf669d4c9dd18c14bf89a7e414406696191d7
2,598
h
C
source/app/timer_task.h
TencentOpen/Pebble
0f32f94db47b3bc1955ac2843bfa10372eeba1fb
[ "BSD-2-Clause" ]
233
2016-05-12T02:28:44.000Z
2020-08-24T18:11:49.000Z
source/app/timer_task.h
TencentOpen/Pebble
0f32f94db47b3bc1955ac2843bfa10372eeba1fb
[ "BSD-2-Clause" ]
1
2016-06-07T04:18:16.000Z
2016-06-07T06:09:08.000Z
source/app/timer_task.h
TencentOpen/Pebble
0f32f94db47b3bc1955ac2843bfa10372eeba1fb
[ "BSD-2-Clause" ]
116
2016-05-24T10:55:49.000Z
2019-11-24T06:57:08.000Z
/* * Tencent is pleased to support the open source community by making Pebble available. * Copyright (C) 2016 THL A29 Limited, a Tencent company. All rights reserved. * Licensed under the MIT License (the "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the Lic...
28.23913
100
0.712856
[ "vector" ]
d315f758edee7812234e31096d7cf24a908751f2
17,844
h
C
avocadod/Aql/Functions.h
jjzhang166/avocadodb
948d94592c10731857c8617b133bda840b8e833e
[ "BSL-1.0", "Zlib", "Apache-2.0" ]
null
null
null
avocadod/Aql/Functions.h
jjzhang166/avocadodb
948d94592c10731857c8617b133bda840b8e833e
[ "BSL-1.0", "Zlib", "Apache-2.0" ]
null
null
null
avocadod/Aql/Functions.h
jjzhang166/avocadodb
948d94592c10731857c8617b133bda840b8e833e
[ "BSL-1.0", "Zlib", "Apache-2.0" ]
null
null
null
//////////////////////////////////////////////////////////////////////////////// /// DISCLAIMER /// /// Copyright 2014-2016 ArangoDB GmbH, Cologne, Germany /// Copyright 2004-2014 triAGENS GmbH, Cologne, Germany /// /// Licensed under the Apache License, Version 2.0 (the "License"); /// you may not use this file except...
55.588785
80
0.617014
[ "object" ]
d328fa12fee1a6767e2970f409462d8b2270fdc2
3,708
h
C
src/script.h
Geo-Linux-Calculations/CadZinho
2714711b05540aa9481c2d65991e318f43cc671d
[ "MIT" ]
null
null
null
src/script.h
Geo-Linux-Calculations/CadZinho
2714711b05540aa9481c2d65991e318f43cc671d
[ "MIT" ]
null
null
null
src/script.h
Geo-Linux-Calculations/CadZinho
2714711b05540aa9481c2d65991e318f43cc671d
[ "MIT" ]
null
null
null
#ifndef _CZ_SCRIPT_LIB #define _CZ_SCRIPT_LIB #include "lua.h" #include "lauxlib.h" #include "lualib.h" #include "dxf.h" #include <time.h> struct script_obj{ lua_State *L; /* main lua state */ lua_State *T; /* thread for execution */ int status; int active; int dynamic; int do_init; int n_res...
27.065693
58
0.735437
[ "object" ]
d3290853e53f6248aea258be4174531c4f52d983
57,212
c
C
src/sys/kern/kern_cpuset.c
lastweek/source-freebsd
0821950b0c40cbc891a27964b342e0202a3859ec
[ "Naumen", "Condor-1.1", "MS-PL" ]
null
null
null
src/sys/kern/kern_cpuset.c
lastweek/source-freebsd
0821950b0c40cbc891a27964b342e0202a3859ec
[ "Naumen", "Condor-1.1", "MS-PL" ]
null
null
null
src/sys/kern/kern_cpuset.c
lastweek/source-freebsd
0821950b0c40cbc891a27964b342e0202a3859ec
[ "Naumen", "Condor-1.1", "MS-PL" ]
null
null
null
/*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2008, Jeffrey Roberson <jeff@freebsd.org> * All rights reserved. * * Copyright (c) 2008 Nokia Corporation * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided...
24.702936
80
0.699853
[ "object" ]
d32c7ff3564a120c6b6e4f45ef27d022ca4972c9
3,345
h
C
archive/CPPHelloSpeech/packages/Microsoft.CognitiveServices.Speech.0.2.12733/build/native/include/cxx_api/speechapi_cxx_intent_trigger.h
akashdeepbansal/eBookNavigator
429204fb2d1e69b2918c7be9084c57ecf676975f
[ "MIT" ]
null
null
null
archive/CPPHelloSpeech/packages/Microsoft.CognitiveServices.Speech.0.2.12733/build/native/include/cxx_api/speechapi_cxx_intent_trigger.h
akashdeepbansal/eBookNavigator
429204fb2d1e69b2918c7be9084c57ecf676975f
[ "MIT" ]
null
null
null
archive/CPPHelloSpeech/packages/Microsoft.CognitiveServices.Speech.0.2.12733/build/native/include/cxx_api/speechapi_cxx_intent_trigger.h
akashdeepbansal/eBookNavigator
429204fb2d1e69b2918c7be9084c57ecf676975f
[ "MIT" ]
1
2020-12-29T09:02:56.000Z
2020-12-29T09:02:56.000Z
// // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE.md file in the project root for full license information. // // speechapi_cxx_intent_trigger.h: Public API declarations for IntentTrigger C++ class // #pragma once #include <speechapi_cxx_common.h> #include <spe...
38.448276
153
0.701644
[ "model" ]
d32e347dec2529253235d5fd10f745e8919da644
10,523
h
C
src/toolbox.h
miriammenzel/PLImig
d1ef5265368c2902b4fffea69dcaeb253e4c9a97
[ "MIT" ]
null
null
null
src/toolbox.h
miriammenzel/PLImig
d1ef5265368c2902b4fffea69dcaeb253e4c9a97
[ "MIT" ]
null
null
null
src/toolbox.h
miriammenzel/PLImig
d1ef5265368c2902b4fffea69dcaeb253e4c9a97
[ "MIT" ]
1
2022-02-13T03:59:40.000Z
2022-02-13T03:59:40.000Z
/* MIT License Copyright (c) 2021 Forschungszentrum Jülich / Jan André Reuter. 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...
55.094241
158
0.662834
[ "vector" ]
d333f2d8c93c0b149127051b63c2d8af5c419f90
2,811
c
C
Alistra/Math/Camera.c
Vertver/Alistra
2e58bdc6af79f40bb46f6ce31b5f42a1974e94b9
[ "MIT" ]
1
2019-09-03T19:42:26.000Z
2019-09-03T19:42:26.000Z
Alistra/Math/Camera.c
Vertver/Alistra
2e58bdc6af79f40bb46f6ce31b5f42a1974e94b9
[ "MIT" ]
null
null
null
Alistra/Math/Camera.c
Vertver/Alistra
2e58bdc6af79f40bb46f6ce31b5f42a1974e94b9
[ "MIT" ]
1
2020-06-28T16:57:54.000Z
2020-06-28T16:57:54.000Z
#include "Camera.h" #include "Vector.h" MATRIX4 OrtographicLH(float ViewWidth, float ViewHeight, float NearZ, float FarZ) { const float range = 1.0f / (FarZ - NearZ); MATRIX4 m; m.m[0][0] = 2.0f / ViewWidth; m.m[0][1] = 0.0f; m.m[0][2] = 0.0f; m.m[0][3] = 0.0f; m.m[1][0] = 0.0f; m.m[1]...
24.232759
109
0.521523
[ "vector" ]
d33860c8bc3a809a9bfb595f7744a4293cbe907b
2,489
h
C
common/rediscommand.h
andriymoroz-mlnx/sonic-swss-common
e06988dd2c44f6c5200f16c765a0e9a64a0ce274
[ "Apache-2.0" ]
null
null
null
common/rediscommand.h
andriymoroz-mlnx/sonic-swss-common
e06988dd2c44f6c5200f16c765a0e9a64a0ce274
[ "Apache-2.0" ]
null
null
null
common/rediscommand.h
andriymoroz-mlnx/sonic-swss-common
e06988dd2c44f6c5200f16c765a0e9a64a0ce274
[ "Apache-2.0" ]
null
null
null
#pragma once #include <string.h> #include <tuple> namespace swss { typedef std::tuple<std::string, std::string> FieldValueTuple; #define fvField std::get<0> #define fvValue std::get<1> typedef std::tuple<std::string, std::string, std::vector<FieldValueTuple> > KeyOpFieldsValuesTuple; #define kfvKey std::get<0> #de...
27.054348
99
0.573323
[ "vector" ]
50d94b8c3370b5471e64090fb46a1799c1333b14
615
h
C
net/ip-encoding.h
iceb0y/trunk
8d21be238d8478691f947ce1ecf905ac9b75787b
[ "Apache-2.0" ]
6
2019-12-01T00:49:31.000Z
2020-07-26T07:35:07.000Z
net/ip-encoding.h
iceboy233/trunk
83024a83f07a587e00a3f2e1906361de521d8f12
[ "Apache-2.0" ]
null
null
null
net/ip-encoding.h
iceboy233/trunk
83024a83f07a587e00a3f2e1906361de521d8f12
[ "Apache-2.0" ]
1
2020-07-26T06:39:30.000Z
2020-07-26T06:39:30.000Z
#ifndef _NET_IP_ENCODING_H #define _NET_IP_ENCODING_H #include <cstdint> #include <vector> #include "absl/types/span.h" #include "net/asio.h" namespace net { void encode(const address &address, std::vector<uint8_t> &bytes); void encode(const address_v4 &address, std::vector<uint8_t> &bytes); void encode(const addres...
29.285714
68
0.75935
[ "vector" ]
50ebaf866cbfb69723bf3a2da22b1d7adf386e31
3,509
h
C
peridot/bin/module_resolver/local_module_resolver.h
zhangpf/fuchsia-rs
903568f28ddf45f09157ead36d61b50322c9cf49
[ "BSD-3-Clause" ]
1
2019-10-09T10:50:57.000Z
2019-10-09T10:50:57.000Z
peridot/bin/module_resolver/local_module_resolver.h
zhangpf/fuchsia-rs
903568f28ddf45f09157ead36d61b50322c9cf49
[ "BSD-3-Clause" ]
5
2020-09-06T09:02:06.000Z
2022-03-02T04:44:22.000Z
peridot/bin/module_resolver/local_module_resolver.h
ZVNexus/fuchsia
c5610ad15208208c98693618a79c705af935270c
[ "BSD-3-Clause" ]
null
null
null
// Copyright 2017 The Fuchsia 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 PERIDOT_BIN_MODULE_RESOLVER_LOCAL_MODULE_RESOLVER_H_ #define PERIDOT_BIN_MODULE_RESOLVER_LOCAL_MODULE_RESOLVER_H_ #include <functional> #include <...
35.444444
80
0.753491
[ "vector" ]
50ee27bbd04ec288341df8d8401a02336df9c21c
13,376
c
C
drivers/iommu/ioasid.c
jainsakshi2395/linux
7ccb860232bb83fb60cd6bcf5aaf0c008d903acb
[ "Linux-OpenIB" ]
5
2020-07-08T01:35:16.000Z
2021-04-12T16:35:29.000Z
drivers/iommu/ioasid.c
jainsakshi2395/linux
7ccb860232bb83fb60cd6bcf5aaf0c008d903acb
[ "Linux-OpenIB" ]
1
2021-01-27T01:29:47.000Z
2021-01-27T01:29:47.000Z
drivers/iommu/ioasid.c
jainsakshi2395/linux
7ccb860232bb83fb60cd6bcf5aaf0c008d903acb
[ "Linux-OpenIB" ]
null
null
null
// SPDX-License-Identifier: GPL-2.0 /* * I/O Address Space ID allocator. There is one global IOASID space, split into * subsets. Users create a subset with DECLARE_IOASID_SET, then allocate and * free IOASIDs with ioasid_alloc and ioasid_put. */ #include <linux/ioasid.h> #include <linux/module.h> #include <linux/sl...
29.527594
97
0.737141
[ "object" ]
50fd268ab54a49d9ce9a5bc3a84486ef90457b97
1,848
h
C
public/src/header/assimp.h
aliabbas299792/wasm-ball-game
3be314aa0b702300db0a303c402433047380506d
[ "MIT" ]
1
2022-03-28T02:24:29.000Z
2022-03-28T02:24:29.000Z
public/src/header/assimp.h
aliabbas299792/wasm-ball-game
3be314aa0b702300db0a303c402433047380506d
[ "MIT" ]
null
null
null
public/src/header/assimp.h
aliabbas299792/wasm-ball-game
3be314aa0b702300db0a303c402433047380506d
[ "MIT" ]
null
null
null
#ifndef ASSIMP #define ASSIMP #include "header/shader.h" #include <vector> #include <glm/glm.hpp> #include <emscripten.h> #include <assimp/Importer.hpp> #include <assimp/scene.h> #include <assimp/postprocess.h> #include "ecs/ecs.h" struct vertex { glm::vec3 position; glm::vec3 normal; glm::vec2 texCoor...
24
113
0.672619
[ "mesh", "render", "vector", "model" ]
dd017380c042c652b8b43f1a7a1972e4a7c9c5d4
598
h
C
sail/csrc/core/kernels/kernel_utils.h
sail-ml/sail
e261ef22661aa267bcf32d1552be95d8b7255220
[ "BSD-3-Clause" ]
1
2021-04-28T16:29:02.000Z
2021-04-28T16:29:02.000Z
sail/csrc/core/kernels/kernel_utils.h
sail-ml/sail
e261ef22661aa267bcf32d1552be95d8b7255220
[ "BSD-3-Clause" ]
56
2021-04-28T16:39:05.000Z
2021-07-29T01:13:25.000Z
sail/csrc/core/kernels/kernel_utils.h
sail-ml/sail
e261ef22661aa267bcf32d1552be95d8b7255220
[ "BSD-3-Clause" ]
null
null
null
// allow-no-source #pragma once #include <immintrin.h> #include <omp.h> #include <algorithm> #include <vector> #include "Tensor.h" #include "dtypes.h" #include "utils.h" inline Dtype avx_support[3] = {Dtype::sInt32, Dtype::sFloat32, Dtype::sFloat64}; template <std::size_t N, typename T, typename... types> struct get...
23
80
0.687291
[ "vector" ]
dd032a2b041ce7ac8be7c7cbd494042197737c43
877
h
C
lib/models/Leaderboard.h
gamespice/gamespicex
512bb90de1b831d9db05e81ec0a7f1a112ea6cb5
[ "MIT" ]
3
2015-05-18T11:27:15.000Z
2017-01-06T12:04:18.000Z
lib/models/Leaderboard.h
gamespice/gamespicex
512bb90de1b831d9db05e81ec0a7f1a112ea6cb5
[ "MIT" ]
null
null
null
lib/models/Leaderboard.h
gamespice/gamespicex
512bb90de1b831d9db05e81ec0a7f1a112ea6cb5
[ "MIT" ]
null
null
null
#ifndef LEADERBOARD_H_ #define LEADERBOARD_H_ #include <string> #include "../JSON.h" #include <vector> namespace gamespice { class HighScore { public: HighScore(int score); static HighScore fromJSON(JSON json); const int getScore(); virtual ~HighScore(); private: int score; }; class Score { public: Score(i...
14.864407
46
0.714937
[ "vector" ]
dd03eb82b93f2ad4f47205b36842f291574b8b27
233
h
C
JackPi/header/micHandler.h
enrico-car/JackPi
4597ed1489cdcbb5f49d8c2a1ed3447ae9afded1
[ "MIT" ]
null
null
null
JackPi/header/micHandler.h
enrico-car/JackPi
4597ed1489cdcbb5f49d8c2a1ed3447ae9afded1
[ "MIT" ]
null
null
null
JackPi/header/micHandler.h
enrico-car/JackPi
4597ed1489cdcbb5f49d8c2a1ed3447ae9afded1
[ "MIT" ]
null
null
null
#pragma once #include <iostream> #include <pigpio.h> #include <functional> #include <vector> class MicHandler { private: int pin; std::vector<std::function<void()>> callOnHigh; public: MicHandler(int _pin); int getPin(); };
13.705882
47
0.699571
[ "vector" ]
dd06ad5b4fa74cb32c9e8d7ab07ec9d86a4d6c1b
41,149
h
C
svntrunk/src/BlueMatter/blrudp/blrudp/blrudp.h
Bhaskers-Blu-Org1/BlueMatter
1ab2c41af870c19e2e1b1095edd1d5c85eeb9b5e
[ "BSD-2-Clause" ]
7
2020-02-25T15:46:18.000Z
2022-02-25T07:04:47.000Z
svntrunk/src/BlueMatter/blrudp/blrudp/blrudp.h
IBM/BlueMatter
5243c0ef119e599fc3e9b7c4213ecfe837de59f3
[ "BSD-2-Clause" ]
null
null
null
svntrunk/src/BlueMatter/blrudp/blrudp/blrudp.h
IBM/BlueMatter
5243c0ef119e599fc3e9b7c4213ecfe837de59f3
[ "BSD-2-Clause" ]
5
2019-06-06T16:30:21.000Z
2020-11-16T19:43:01.000Z
/* Copyright 2001, 2019 IBM Corporation * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the * following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the * following d...
39.950485
118
0.545238
[ "object" ]
dd08a02df926d4ea2f87f3ae9c2b1ebbb3e4a037
7,504
h
C
plugins/community/repos/AudibleInstruments/eurorack/plaits/dsp/drums/hi_hat.h
guillaume-plantevin/VeeSeeVSTRack
76fafc8e721613669d6f5ae82a0f58ce923a91e1
[ "Zlib", "BSD-3-Clause" ]
233
2018-07-02T16:49:36.000Z
2022-02-27T21:45:39.000Z
plugins/community/repos/AudibleInstruments/eurorack/plaits/dsp/drums/hi_hat.h
guillaume-plantevin/VeeSeeVSTRack
76fafc8e721613669d6f5ae82a0f58ce923a91e1
[ "Zlib", "BSD-3-Clause" ]
24
2018-07-09T11:32:15.000Z
2022-01-07T01:45:43.000Z
plugins/community/repos/AudibleInstruments/eurorack/plaits/dsp/drums/hi_hat.h
guillaume-plantevin/VeeSeeVSTRack
76fafc8e721613669d6f5ae82a0f58ce923a91e1
[ "Zlib", "BSD-3-Clause" ]
24
2018-07-14T21:55:30.000Z
2021-05-04T04:20:34.000Z
// Copyright 2016 Olivier Gillet. // // Author: Olivier Gillet (ol.gillet@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 th...
28.861538
80
0.622601
[ "render" ]
dd0d05fd233243a4c50e301d29885bfdb12e7777
2,675
h
C
cras/src/server/cras_hfp_slc.h
khadas/android_external_adhd
0702ba2786f5bedc375b9b7c8120d212c02c08f6
[ "BSD-1-Clause", "BSD-3-Clause" ]
null
null
null
cras/src/server/cras_hfp_slc.h
khadas/android_external_adhd
0702ba2786f5bedc375b9b7c8120d212c02c08f6
[ "BSD-1-Clause", "BSD-3-Clause" ]
null
null
null
cras/src/server/cras_hfp_slc.h
khadas/android_external_adhd
0702ba2786f5bedc375b9b7c8120d212c02c08f6
[ "BSD-1-Clause", "BSD-3-Clause" ]
null
null
null
/* Copyright (c) 2013 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 CRAS_HFP_SLC_H_ #define CRAS_HFP_SLC_H_ struct hfp_slc_handle; /* Callback to call when service level connection initialized. */ type...
38.768116
76
0.763364
[ "object" ]
dd23b887269995b55db9d4be16b0cdd8772ba9d1
7,728
h
C
src/frameworks/native/services/surfaceflinger/Scheduler/EventThread.h
dAck2cC2/m3e
475b89b59d5022a94e00b636438b25e27e4eaab2
[ "Apache-2.0" ]
null
null
null
src/frameworks/native/services/surfaceflinger/Scheduler/EventThread.h
dAck2cC2/m3e
475b89b59d5022a94e00b636438b25e27e4eaab2
[ "Apache-2.0" ]
null
null
null
src/frameworks/native/services/surfaceflinger/Scheduler/EventThread.h
dAck2cC2/m3e
475b89b59d5022a94e00b636438b25e27e4eaab2
[ "Apache-2.0" ]
null
null
null
/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
34.346667
98
0.703934
[ "vector" ]
dd2d2cb0e801e0c119c7ac4ed939008a92ade17a
2,440
c
C
src/lib/vm/c/common/jstring.c
BigstarPie/WuKongProject
e8e4a9d3f56732b2fdc8c5c48d0be93d31f57376
[ "BSD-2-Clause-FreeBSD" ]
16
2015-01-07T10:32:47.000Z
2019-01-16T16:13:51.000Z
src/lib/vm/c/common/jstring.c
BigstarPie/WuKongProject
e8e4a9d3f56732b2fdc8c5c48d0be93d31f57376
[ "BSD-2-Clause-FreeBSD" ]
14
2015-05-01T04:45:45.000Z
2016-05-11T01:29:23.000Z
src/lib/vm/c/common/jstring.c
BigstarPie/WuKongProject
e8e4a9d3f56732b2fdc8c5c48d0be93d31f57376
[ "BSD-2-Clause-FreeBSD" ]
13
2015-06-17T06:42:17.000Z
2020-11-27T18:23:08.000Z
#include "string.h" #include "jstring.h" #include "jlib_base.h" #include "execution.h" #include "array.h" dj_object * dj_jstring_create(dj_vm *vm, int length) { dj_object * jstring; // create java String object uint8_t runtime_id = dj_vm_getSysLibClassRuntimeId(vm, BASE_CDEF_java_lang_String); dj_di_pointer cla...
31.688312
142
0.773361
[ "object" ]
dd3554bb7cca6a4e9e7dc0d3965f136c6b078571
2,630
h
C
src/usbhost/messenger-usbhost.h
apuzhevi/librealsense
b608db6177c678c480b73352c456e98abd150ea1
[ "Apache-2.0" ]
2
2019-08-12T05:40:18.000Z
2019-08-12T06:32:38.000Z
src/usbhost/messenger-usbhost.h
apuzhevi/librealsense
b608db6177c678c480b73352c456e98abd150ea1
[ "Apache-2.0" ]
null
null
null
src/usbhost/messenger-usbhost.h
apuzhevi/librealsense
b608db6177c678c480b73352c456e98abd150ea1
[ "Apache-2.0" ]
1
2019-10-01T07:29:47.000Z
2019-10-01T07:29:47.000Z
// License: Apache 2.0. See LICENSE file in root directory. // Copyright(c) 2015 Intel Corporation. All Rights Reserved. #pragma once #include "usbhost.h" #include "../usb/usb-types.h" #include "../backend.h" #include "../usb/usb-messenger.h" #include "../usb/usb-device.h" #include "endpoint-usbhost.h" #include "../c...
33.291139
188
0.622053
[ "vector" ]
dd416c799182faf826e5ff38c903925a3aba4e20
6,743
h
C
src/apps/localization/modules/refinement/localization_iter_lateration_module.h
itm/shawn
49cb715d0044a20a01a19bc4d7b62f9f209df83c
[ "BSD-3-Clause" ]
15
2015-07-07T15:48:30.000Z
2019-10-27T18:49:49.000Z
src/apps/localization/modules/refinement/localization_iter_lateration_module.h
itm/shawn
49cb715d0044a20a01a19bc4d7b62f9f209df83c
[ "BSD-3-Clause" ]
null
null
null
src/apps/localization/modules/refinement/localization_iter_lateration_module.h
itm/shawn
49cb715d0044a20a01a19bc4d7b62f9f209df83c
[ "BSD-3-Clause" ]
4
2016-11-23T05:50:01.000Z
2019-09-18T12:44:36.000Z
/************************************************************************ ** This file is part of the network simulator Shawn. ** ** Copyright (C) 2004-2007 by the SwarmNet (www.swarmnet.de) project ** ** Shawn is free software; you can redistribute it and/or modify it ** ** under the terms of t...
38.531429
115
0.634436
[ "vector" ]
dd625dfe32fe6002fe3de310bb34bf7af0042b87
10,111
h
C
vod/include/tencentcloud/vod/v20180717/model/DomainDetailInfo.h
suluner/tencentcloud-sdk-cpp
a56c73cc3f488c4d1e10755704107bb15c5e000d
[ "Apache-2.0" ]
43
2019-08-14T08:14:12.000Z
2022-03-30T12:35:09.000Z
vod/include/tencentcloud/vod/v20180717/model/DomainDetailInfo.h
suluner/tencentcloud-sdk-cpp
a56c73cc3f488c4d1e10755704107bb15c5e000d
[ "Apache-2.0" ]
12
2019-07-15T10:44:59.000Z
2021-11-02T12:35:00.000Z
vod/include/tencentcloud/vod/v20180717/model/DomainDetailInfo.h
suluner/tencentcloud-sdk-cpp
a56c73cc3f488c4d1e10755704107bb15c5e000d
[ "Apache-2.0" ]
28
2019-07-12T09:06:22.000Z
2022-03-30T08:04:18.000Z
/* * 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 ...
37.448148
138
0.524874
[ "vector", "model" ]
dd6687c02271fbcf115041c0be962d19a9b7dbc3
3,583
h
C
DeviceCode/Targets/Native/Interop/GHI_Hardware/Lib_GHI_IO_ControllerAreaNetwork.h
ghi-electronics/NETMF-Open-Firmware
ac310dae730ab58ad86932de6153318b619c7f16
[ "Apache-2.0" ]
2
2017-12-05T12:58:22.000Z
2019-05-31T13:49:02.000Z
DeviceCode/Targets/Native/Interop/GHI_Hardware/Lib_GHI_IO_ControllerAreaNetwork.h
ghi-electronics/NETMF-Open-Firmware
ac310dae730ab58ad86932de6153318b619c7f16
[ "Apache-2.0" ]
null
null
null
DeviceCode/Targets/Native/Interop/GHI_Hardware/Lib_GHI_IO_ControllerAreaNetwork.h
ghi-electronics/NETMF-Open-Firmware
ac310dae730ab58ad86932de6153318b619c7f16
[ "Apache-2.0" ]
6
2017-11-09T11:48:10.000Z
2020-05-24T09:43:07.000Z
//----------------------------------------------------------------------------- // // ** WARNING! ** // This file was generated automatically by a tool. // Re-running the tool will overwrite this file. // You should copy this file to a custom location // before adding any customization in...
63.982143
221
0.708903
[ "object" ]
dd68aa01ed03bfd52f2dd8c1aac76eb7a12fc73d
2,338
h
C
src/cpp-ethereum/test/tools/libtesteth/TestOutputHelper.h
nccproject/ncc
068ccc82a73d28136546095261ad8ccef7e541a3
[ "MIT" ]
42
2021-01-04T01:59:21.000Z
2021-05-14T14:35:04.000Z
src/cpp-ethereum/test/tools/libtesteth/TestOutputHelper.h
estxcoin/estcore
4398b1d944373fe25668469966fa2660da454279
[ "MIT" ]
2
2021-01-04T02:08:47.000Z
2021-01-04T02:36:08.000Z
src/cpp-ethereum/test/tools/libtesteth/TestOutputHelper.h
estxcoin/estcore
4398b1d944373fe25668469966fa2660da454279
[ "MIT" ]
15
2021-01-04T02:00:21.000Z
2021-01-06T02:06:43.000Z
/* This file is part of cpp-ethereum. cpp-ethereum is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. cpp-ethereum is distributed in the...
30.763158
103
0.763473
[ "vector" ]
1cbc92f34d2b390bdf3bbe9011d2a3969fc502de
10,079
c
C
components/micropython/port/src/moducryptolib_maix.c
mongonta0716/MaixPy
b1a1c5c5de0b3fbb20c2cbe073803a03ea1b1ea1
[ "Apache-2.0" ]
1,448
2018-10-26T13:55:40.000Z
2022-03-31T06:15:16.000Z
components/micropython/port/src/moducryptolib_maix.c
mongonta0716/MaixPy
b1a1c5c5de0b3fbb20c2cbe073803a03ea1b1ea1
[ "Apache-2.0" ]
418
2018-10-26T14:18:26.000Z
2022-03-31T21:40:25.000Z
components/micropython/port/src/moducryptolib_maix.c
mongonta0716/MaixPy
b1a1c5c5de0b3fbb20c2cbe073803a03ea1b1ea1
[ "Apache-2.0" ]
419
2018-11-02T09:53:19.000Z
2022-03-31T15:43:03.000Z
/* * This file is part of the MicroPython K210 project, https://github.com/loboris/MicroPython_K210_LoBo * * The MIT License (MIT) * * Copyright (c) 2019 LoBo (https://github.com/loboris) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documenta...
39.065891
144
0.658299
[ "object", "vector" ]
1cd163a052010a1048ce246c1eee5ca096e38241
1,700
c
C
paddle.c
fudgenuggets12/OriginalPong
95bcd7b3c044669570775fb5ba7a2bf9cc0c0af9
[ "CC0-1.0" ]
null
null
null
paddle.c
fudgenuggets12/OriginalPong
95bcd7b3c044669570775fb5ba7a2bf9cc0c0af9
[ "CC0-1.0" ]
null
null
null
paddle.c
fudgenuggets12/OriginalPong
95bcd7b3c044669570775fb5ba7a2bf9cc0c0af9
[ "CC0-1.0" ]
null
null
null
#include <stdlib.h> #include <stdio.h> #include "SDL2\SDL.h" #include "paddle.h" void drawPaddle(SDL_Renderer *render, Paddle *paddle) { SDL_SetRenderDrawColor(paddle->rendi, paddle->r, paddle->g, paddle->b, paddle->o); SDL_RenderDrawRect(render, paddle->rect); SDL_RenderFillRect(render, paddle->rect); ...
24.285714
110
0.598235
[ "render" ]
1ce17cd2f88a94ec177aaba06d3d403f5bbc413a
4,921
h
C
libraries/VAL/include/FastEnvironment.h
amessing/VAL
723e6707ff2ef36a732ad1aecc98994edbf5843f
[ "BSD-3-Clause" ]
65
2015-01-08T09:58:01.000Z
2021-11-16T11:08:31.000Z
libraries/VAL/include/FastEnvironment.h
amessing/VAL
723e6707ff2ef36a732ad1aecc98994edbf5843f
[ "BSD-3-Clause" ]
48
2015-01-19T01:07:16.000Z
2021-07-29T18:26:54.000Z
libraries/VAL/include/FastEnvironment.h
amessing/VAL
723e6707ff2ef36a732ad1aecc98994edbf5843f
[ "BSD-3-Clause" ]
45
2016-01-08T01:57:01.000Z
2022-03-07T04:00:36.000Z
// Copyright 2019 - University of Strathclyde, King's College London and Schlumberger Ltd // This source code is licensed under the BSD license found in the LICENSE file in the root directory of this source tree. #ifndef __FASTENV #define __FASTENV #include <vector> using std::vector; #include <iterator> #include <...
27.646067
122
0.620809
[ "vector" ]
1cef2f32450fb456181e479485bb932cf36ec27b
3,264
h
C
HJQAssetsPicker/HJQImageManager.h
xiaohange/HJQAssetsPicker
756d0641b6f42c4aa352634fea06297a0340ddf7
[ "MIT" ]
5
2017-06-20T08:42:54.000Z
2019-10-25T01:31:52.000Z
HJQAssetsPicker/HJQImageManager.h
XiaoHanGe/HJQAssetsPicker
756d0641b6f42c4aa352634fea06297a0340ddf7
[ "MIT" ]
null
null
null
HJQAssetsPicker/HJQImageManager.h
XiaoHanGe/HJQAssetsPicker
756d0641b6f42c4aa352634fea06297a0340ddf7
[ "MIT" ]
null
null
null
// // HJQImageManager.h // purchasingManager // // Created by HaRi on 16/2/18. // Copyright © 2016年 郑州悉知. All rights reserved. // #import <Foundation/Foundation.h> #import <Photos/Photos.h> #import <AssetsLibrary/AssetsLibrary.h> #define IOS9Later ([UIDevice currentDevice].systemVersion.floatValue >= 9.0f) @cla...
26.322581
184
0.710478
[ "model" ]
1cef3f7efd0d9634ff4350b0c43520200160d5ac
512
h
C
iOSOpenDev/frameworks/iTunesStoreUI.framework/Headers/SUScriptViewControllerNativeObject.h
bzxy/cydia
f8c838cdbd86e49dddf15792e7aa56e2af80548d
[ "MIT" ]
678
2017-11-17T08:33:19.000Z
2022-03-26T10:40:20.000Z
iOSOpenDev/frameworks/iTunesStoreUI.framework/Headers/SUScriptViewControllerNativeObject.h
chenfanfang/Cydia
5efce785bfd5f1064b9c0f0e29a9cc05aa24cad0
[ "MIT" ]
22
2019-04-16T05:51:53.000Z
2021-11-08T06:18:45.000Z
iOSOpenDev/frameworks/iTunesStoreUI.framework/Headers/SUScriptViewControllerNativeObject.h
chenfanfang/Cydia
5efce785bfd5f1064b9c0f0e29a9cc05aa24cad0
[ "MIT" ]
170
2018-06-10T07:59:20.000Z
2022-03-22T16:19:33.000Z
/** * This header is generated by class-dump-z 0.2b. * * Source: /System/Library/PrivateFrameworks/iTunesStoreUI.framework/iTunesStoreUI */ #import <iTunesStoreUI/SUScriptNativeObject.h> @interface SUScriptViewControllerNativeObject : SUScriptNativeObject { } - (void)_reloadVisibility; // 0x5e161 - (void)_parent...
28.444444
82
0.775391
[ "object" ]
1cf9a3367dc2a22d6a5e174b62970b1ed18ce1f6
6,114
h
C
CPP/Targets/WayFinder/symbian-r6/GuidePreviewPopUpContent.h
wayfinder/Wayfinder-S60-Navigator
14d1b729b2cea52f726874687e78f17492949585
[ "BSD-3-Clause" ]
6
2015-12-01T01:12:33.000Z
2021-07-24T09:02:34.000Z
CPP/Targets/WayFinder/symbian-r6/GuidePreviewPopUpContent.h
wayfinder/Wayfinder-S60-Navigator
14d1b729b2cea52f726874687e78f17492949585
[ "BSD-3-Clause" ]
null
null
null
CPP/Targets/WayFinder/symbian-r6/GuidePreviewPopUpContent.h
wayfinder/Wayfinder-S60-Navigator
14d1b729b2cea52f726874687e78f17492949585
[ "BSD-3-Clause" ]
2
2017-02-02T19:31:29.000Z
2018-12-17T21:00:45.000Z
/* Copyright (c) 1999 - 2010, Vodafone Group Services Ltd All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of ...
32.521277
756
0.695126
[ "object" ]
f79b8952f8efa1a7890c1d5582e6577250bf5979
3,631
h
C
include/hdlConvertor/verilogConvertor/exprParser.h
zegervdv/hdlConvertor
1f16295d46243563cdf97b7594198f24b7121ff7
[ "MIT" ]
null
null
null
include/hdlConvertor/verilogConvertor/exprParser.h
zegervdv/hdlConvertor
1f16295d46243563cdf97b7594198f24b7121ff7
[ "MIT" ]
null
null
null
include/hdlConvertor/verilogConvertor/exprParser.h
zegervdv/hdlConvertor
1f16295d46243563cdf97b7594198f24b7121ff7
[ "MIT" ]
null
null
null
#pragma once #include <antlr4-runtime.h> #include <vector> #include <string> #include <memory> #include <hdlConvertor/verilogConvertor/Verilog2001Parser/Verilog2001Parser.h> #include <hdlConvertor/hdlObjects/operatorType.h> #include <hdlConvertor/hdlObjects/expr.h> #include <hdlConvertor/notImplementedLogger.h> #incl...
43.746988
78
0.820711
[ "vector" ]
f79ddd61d552ee7e03efbc7eeb02c9116b50e0c0
1,315
h
C
3p/ClassLib/Windows/Common Dialogs/fontdialog.h
stbrenner/NiLogViewer
e6fe2b57da6d7bd61983cf7e8f0ee3139cc0ce20
[ "MIT" ]
2
2018-11-20T15:58:08.000Z
2021-12-15T14:51:10.000Z
3p/ClassLib/Windows/Common Dialogs/fontdialog.h
ymx/NiLogViewer
e6fe2b57da6d7bd61983cf7e8f0ee3139cc0ce20
[ "MIT" ]
1
2016-08-12T10:34:04.000Z
2016-08-12T10:34:04.000Z
3p/ClassLib/Windows/Common Dialogs/fontdialog.h
ymx/NiLogViewer
e6fe2b57da6d7bd61983cf7e8f0ee3139cc0ce20
[ "MIT" ]
1
2016-08-09T10:44:48.000Z
2016-08-09T10:44:48.000Z
#ifndef _FONTDIALOG_H_ #define _FONTDIALOG_H_ // // fontdialog.h // // (C) Copyright 2000 Jan van den Baard. // All Rights Reserved. // #include "commondialog.h" // A wrapper for the Font common dialog. class ClsFontDialog : public ClsCommonDialog { _NO_COPY( ClsFontDialog ); public: // Constructor. Initialize ...
22.672414
145
0.704183
[ "object" ]
f79e91c93fcc811baea8c605ac773b83e93d1eb3
8,084
h
C
toolkit/viewer.h
teenylasers/eggshell
7d1239eb1b143b11b5ccd1029d9bacdd601c8e4e
[ "ICU", "OpenSSL" ]
null
null
null
toolkit/viewer.h
teenylasers/eggshell
7d1239eb1b143b11b5ccd1029d9bacdd601c8e4e
[ "ICU", "OpenSSL" ]
null
null
null
toolkit/viewer.h
teenylasers/eggshell
7d1239eb1b143b11b5ccd1029d9bacdd601c8e4e
[ "ICU", "OpenSSL" ]
null
null
null
// Copyright (C) 2014-2020 Russell Smith. // // 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 (at your option) // any later version. // // This program is d...
41.45641
79
0.716848
[ "render", "object", "model", "3d" ]
f7a6ad75dd75b2b74faaf589c905c6ccf7c7905c
2,649
h
C
ace/tao/orbsvcs/orbsvcs/Notify/Notify_Collection.h
tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective
1b0172cdb78757fd17898503aaf6ce03d940ef28
[ "Apache-1.1" ]
46
2015-12-04T17:12:58.000Z
2022-03-11T04:30:49.000Z
ace/tao/orbsvcs/orbsvcs/Notify/Notify_Collection.h
tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective
1b0172cdb78757fd17898503aaf6ce03d940ef28
[ "Apache-1.1" ]
null
null
null
ace/tao/orbsvcs/orbsvcs/Notify/Notify_Collection.h
tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective
1b0172cdb78757fd17898503aaf6ce03d940ef28
[ "Apache-1.1" ]
23
2016-10-24T09:18:14.000Z
2022-02-25T02:11:35.000Z
// Notify_Collection.h,v 1.2 2000/07/30 03:04:48 bala Exp // ========================================================================== // // = LIBRARY // Orbsvcs // // = FILENAME // Notify_Collection.h // // = DESCRIPTION // Collection types used by Notify // // = AUTHOR // Pradeep Gore <pradeep@...
29.764045
101
0.660627
[ "object" ]
f7c0117dca5709d7eb272ee495c4a14e264167c9
3,630
h
C
include/RuntimeDatabase/RuntimeDatabase.h
MisterVento3/SteelEngine
403511b53b6575eb869b4ccfbda18514f0838e8d
[ "MIT" ]
3
2017-05-10T10:58:17.000Z
2018-10-30T09:50:26.000Z
include/RuntimeDatabase/RuntimeDatabase.h
mVento3/SteelEngine
403511b53b6575eb869b4ccfbda18514f0838e8d
[ "MIT" ]
3
2017-05-09T21:17:09.000Z
2020-02-24T14:46:22.000Z
include/RuntimeDatabase/RuntimeDatabase.h
mVento3/SteelEngine
403511b53b6575eb869b4ccfbda18514f0838e8d
[ "MIT" ]
null
null
null
#pragma once #include "RuntimeDatabase/IRuntimeDatabase.h" #include "vector" #include "unordered_map" #include "map" #include "stack" #include "Memory/Allocator.h" #include "Memory/LinearAllocator.h" #include "Memory/PoolAllocator.h" #include "Memory/Internal/PoolAllocator.h" #include "Memory/Container/Vector.h" #...
21.22807
122
0.753444
[ "vector" ]
f7c16553c2b27d738ff99d9aaf7d3fc15ba839d8
5,355
h
C
Extensions/PathBehavior/PathBehavior.h
sutao80216/GDevelop
79461bf01cc0c626e2f094d3fca940d643f93d76
[ "MIT" ]
1
2018-11-23T11:56:08.000Z
2018-11-23T11:56:08.000Z
Extensions/PathBehavior/PathBehavior.h
sutao80216/GDevelop
79461bf01cc0c626e2f094d3fca940d643f93d76
[ "MIT" ]
9
2020-04-04T19:26:47.000Z
2022-03-25T18:41:20.000Z
Extensions/PathBehavior/PathBehavior.h
sutao80216/GDevelop
79461bf01cc0c626e2f094d3fca940d643f93d76
[ "MIT" ]
2
2020-03-02T05:20:41.000Z
2021-05-10T03:59:05.000Z
/** GDevelop - Path Behavior Extension Copyright (c) 2010-2016 Florian Rival (Florian.Rival@gmail.com) This project is released under the MIT License. */ #ifndef PATHBEHAVIOR_H #define PATHBEHAVIOR_H #include <SFML/System/Vector2.hpp> #include <map> #include "GDCpp/Runtime/Project/Behavior.h" #include "GDCpp/Runtime...
30.426136
80
0.678058
[ "object", "vector" ]
f7c6499f19ab2e17eecbc952abdbdce2c7e60d56
407
h
C
YareEngine/Source/Utilities/IOHelper.h
Resoona/Yare
fc94403575285099ce93ef556f68c77b815577d9
[ "MIT" ]
2
2020-03-01T13:56:45.000Z
2020-03-06T01:41:00.000Z
YareEngine/Source/Utilities/IOHelper.h
Riyusuna/Yare
fc94403575285099ce93ef556f68c77b815577d9
[ "MIT" ]
null
null
null
YareEngine/Source/Utilities/IOHelper.h
Riyusuna/Yare
fc94403575285099ce93ef556f68c77b815577d9
[ "MIT" ]
null
null
null
#ifndef YARE_IOHELPER_H #define YARE_IOHELPER_H #include <fstream> #include <string> #include <vector> #include "Core/DataStructures.h" namespace Yare::Utilities { std::vector<std::string> readFile(const std::string& filename); void loadMesh(const std::string& filePath, std::vector<Vertex>& vertices, std::v...
23.941176
110
0.739558
[ "vector" ]
f7c97920afe0e29e5b0032d972fbb06c724a7318
1,689
h
C
OneCodeTeam/How to bind command to a button in the DataTemplate in universal Windows apps/[C++]-How to bind command to a button in the DataTemplate in universal Windows apps/C++/CppUnvsAppCommandBindInDT/CppUnvsAppCommandBindInDT.Shared/BoolToStringConverter.h
zzgchina888/msdn-code-gallery-microsoft
21cb9b6bc0da3b234c5854ecac449cb3bd261f29
[ "MIT" ]
2
2022-01-21T01:40:58.000Z
2022-01-21T01:41:10.000Z
OneCodeTeam/How to bind command to a button in the DataTemplate in universal Windows apps/[C++]-How to bind command to a button in the DataTemplate in universal Windows apps/C++/CppUnvsAppCommandBindInDT/CppUnvsAppCommandBindInDT.Shared/BoolToStringConverter.h
zzgchina888/msdn-code-gallery-microsoft
21cb9b6bc0da3b234c5854ecac449cb3bd261f29
[ "MIT" ]
1
2022-03-15T04:21:41.000Z
2022-03-15T04:21:41.000Z
OneCodeTeam/How to bind command to a button in the DataTemplate in universal Windows apps/[C++]-How to bind command to a button in the DataTemplate in universal Windows apps/C++/CppUnvsAppCommandBindInDT/CppUnvsAppCommandBindInDT.Shared/BoolToStringConverter.h
zzgchina888/msdn-code-gallery-microsoft
21cb9b6bc0da3b234c5854ecac449cb3bd261f29
[ "MIT" ]
null
null
null
/****************************** Module Header ******************************\ * Module Name: BoolToStringConverter.h * Project: CppUnvsAppCommandBindInDT * Copyright (c) Microsoft Corporation. * * This is a Converter which converts between Boolean type and String type * * This source is subject to the Microso...
38.386364
103
0.707519
[ "object" ]
f7d2968cd36e8d910421a7c9c0ae70e29ca56a36
22,122
h
C
cnpy.h
dankoschier/cnpy
75e6a97c732d37f2246b76aecead34fdbcbbb5fc
[ "MIT" ]
2
2018-08-28T15:13:30.000Z
2018-08-28T15:53:52.000Z
cnpy.h
dankoschier/cnpy
75e6a97c732d37f2246b76aecead34fdbcbbb5fc
[ "MIT" ]
null
null
null
cnpy.h
dankoschier/cnpy
75e6a97c732d37f2246b76aecead34fdbcbbb5fc
[ "MIT" ]
null
null
null
//Copyright (C) 2011 Carl Rogers //Released under MIT License //license available in LICENSE file, or at http://www.opensource.org/licenses/mit-license.php #ifndef LIBCNPY_H_ #define LIBCNPY_H_ #include <string> #include <vector> #include <iostream> #include <cassert> #include <map> #include <memory> #include <numer...
32.532353
172
0.598544
[ "shape", "vector" ]
f7d3a3fdf1338c602861db8a0775417e4a8ab961
9,059
h
C
include/math_functions.h
chenxuhao/GraphAIBench
ba799487946eed92d9e616b079b6dc17650dcc67
[ "MIT" ]
2
2022-01-19T14:44:50.000Z
2022-02-05T09:38:45.000Z
include/math_functions.h
chenxuhao/GraphAIBench
ba799487946eed92d9e616b079b6dc17650dcc67
[ "MIT" ]
null
null
null
include/math_functions.h
chenxuhao/GraphAIBench
ba799487946eed92d9e616b079b6dc17650dcc67
[ "MIT" ]
null
null
null
#pragma once #include "global.h" #ifdef USE_MKL #include <mkl.h> inline void* _malloc(size_t size) {return mkl_malloc(size,64);} inline void _free(void* ptr) {return mkl_free(ptr);} #else #include <cblas.h> inline void* _malloc(size_t size) {return malloc(size);} inline void _free(void* ptr) {return free(ptr);} #endif...
51.765714
112
0.684292
[ "vector" ]
f7f2a9eef7efbabd57daf8ff59d51e43e8faf523
2,207
c
C
contrib/shuffle_neon/unshuffle2_neon/unshuffle2_neon_bucle.c
DimitriPapadopoulos/c-blosc2
0531e8a988738e09672fd6bff78b119565ea9236
[ "BSD-3-Clause" ]
245
2015-08-20T23:05:27.000Z
2022-03-31T19:20:56.000Z
contrib/shuffle_neon/unshuffle2_neon/unshuffle2_neon_bucle.c
DimitriPapadopoulos/c-blosc2
0531e8a988738e09672fd6bff78b119565ea9236
[ "BSD-3-Clause" ]
260
2015-09-04T16:25:59.000Z
2022-03-30T16:26:17.000Z
contrib/shuffle_neon/unshuffle2_neon/unshuffle2_neon_bucle.c
DimitriPapadopoulos/c-blosc2
0531e8a988738e09672fd6bff78b119565ea9236
[ "BSD-3-Clause" ]
53
2015-09-01T14:43:18.000Z
2022-03-11T16:05:10.000Z
#include <stdio.h> #include <stdlib.h> #include <stdint.h> #include <arm_neon.h> #include <string.h> static void printmem16(uint8x16_t buf) { printf("%x,%x,%x,%x,%x,%x,%x,%x,%x,%x,%x,%x,%x,%x,%x,%x\n", buf[15], buf[14], buf[13], buf[12], buf[11], buf[10], buf[9], buf[8], buf[7], buf[6],...
31.084507
83
0.555052
[ "vector" ]
97127fcf4d7e47843b7cd559043718f76ebb81c0
10,708
h
C
src/include/access/bitmap.h
JunfengYang/gpdb
7f1589a786e7fd9cac950ee104a729e370ec3606
[ "PostgreSQL", "Apache-2.0" ]
1
2021-03-04T03:29:00.000Z
2021-03-04T03:29:00.000Z
src/include/access/bitmap.h
JunfengYang/gpdb
7f1589a786e7fd9cac950ee104a729e370ec3606
[ "PostgreSQL", "Apache-2.0" ]
16
2020-10-21T18:37:47.000Z
2021-01-13T01:01:15.000Z
src/include/access/bitmap.h
JunfengYang/gpdb
7f1589a786e7fd9cac950ee104a729e370ec3606
[ "PostgreSQL", "Apache-2.0" ]
1
2020-03-26T02:47:22.000Z
2020-03-26T02:47:22.000Z
/*------------------------------------------------------------------------- * * bitmap.h * header file for on-disk bitmap index access method implementation. * * Copyright (c) 2006-2008, PostgreSQL Global Development Group * * IDENTIFICATION * src/include/access/bitmap.h * *-----------------------------------...
31.494118
80
0.719089
[ "vector" ]
97143829f8b65cc9ed80f9300e8c7ca4482ab881
3,160
h
C
doc/pseudosrc/oscore_native/crypto_type.h
chrysn/liboscore
8fea37c419582a2a9af4ed07c621d1fc1506d856
[ "BSD-3-Clause" ]
2
2020-01-30T04:40:22.000Z
2020-04-16T00:01:13.000Z
doc/pseudosrc/oscore_native/crypto_type.h
chrysn/liboscore
8fea37c419582a2a9af4ed07c621d1fc1506d856
[ "BSD-3-Clause" ]
null
null
null
doc/pseudosrc/oscore_native/crypto_type.h
chrysn/liboscore
8fea37c419582a2a9af4ed07c621d1fc1506d856
[ "BSD-3-Clause" ]
null
null
null
/** @file */ /** @ingroup oscore_native_types * @addtogroup oscore_native_crypto_types Native cryptography types * @{ */ /** @brief Type of COSE AEAD algorithms * * This can be an enum, an unsigned integer (typically used when * string-labelled algorithms are not supported anyway) or even a pointer to a * sta...
36.744186
84
0.755696
[ "vector" ]
971fc609644957f9041f993c036cbd50a7f212b2
4,440
h
C
laser_odometry_core/include/laser_odometry_core/laser_odometry_utils.h
Mastro93/laser_odometry
e580f3ab736ca8ebf8692e660d27272e2c56c403
[ "Apache-2.0" ]
1
2021-11-29T10:32:55.000Z
2021-11-29T10:32:55.000Z
laser_odometry_core/include/laser_odometry_core/laser_odometry_utils.h
NamDinhRobotics/laser_odometry
464ce3de9671ac0f1cf3f9c583fb65974aaab929
[ "Apache-2.0" ]
null
null
null
laser_odometry_core/include/laser_odometry_core/laser_odometry_utils.h
NamDinhRobotics/laser_odometry
464ce3de9671ac0f1cf3f9c583fb65974aaab929
[ "Apache-2.0" ]
null
null
null
#ifndef _LASER_ODOMETRY_CORE_LASER_ODOMETRY_UTILS_H_ #define _LASER_ODOMETRY_CORE_LASER_ODOMETRY_UTILS_H_ #include "laser_odometry_core/laser_odometry_transform.h" #include <Eigen/Eigenvalues> namespace laser_odometry { namespace utils { void tfFromXYTheta(const double x, const double y, const do...
27.239264
101
0.645495
[ "vector", "transform" ]
972525297262deb8fbfbfaf0aeac6d1f87e91caa
16,424
c
C
usr/src/cmd/tar/tar.c
r1mikey/research-unix-v7
8b0bf75e2f5cf013ff7f236c4589711cbc3a12ff
[ "MIT" ]
43
2020-02-12T08:14:49.000Z
2022-03-30T19:25:52.000Z
usr/src/cmd/tar/tar.c
r1mikey/research-unix-v7
8b0bf75e2f5cf013ff7f236c4589711cbc3a12ff
[ "MIT" ]
null
null
null
usr/src/cmd/tar/tar.c
r1mikey/research-unix-v7
8b0bf75e2f5cf013ff7f236c4589711cbc3a12ff
[ "MIT" ]
6
2020-02-13T12:56:27.000Z
2022-02-11T20:59:46.000Z
#include <stdio.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/dir.h> #include <signal.h> char *sprintf(); char *strcat(); daddr_t bsrch(); #define TBLOCK 512 #define NBLOCK 20 #define NAMSIZ 100 union hblock { char dummy[TBLOCK]; struct header { char name[NAMSIZ]; char mode[8]; char uid[8]; c...
17.584582
96
0.547309
[ "3d" ]
9725d68ade568e06ff9a1bd68cc350e90016c20e
25,037
c
C
miui/src/libs/miui_freetype.c
thenameisnigel/miui_recovery
169c371b0d9a1b5750c94e7c909aaa477643d76e
[ "BSD-2-Clause" ]
null
null
null
miui/src/libs/miui_freetype.c
thenameisnigel/miui_recovery
169c371b0d9a1b5750c94e7c909aaa477643d76e
[ "BSD-2-Clause" ]
null
null
null
miui/src/libs/miui_freetype.c
thenameisnigel/miui_recovery
169c371b0d9a1b5750c94e7c909aaa477643d76e
[ "BSD-2-Clause" ]
null
null
null
/* * Copyright (C) 2011 xiaomi MIUI ( http://xiaomi.com/ ) * * 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 ...
35.164326
140
0.53373
[ "render" ]
973ebbf9d111dacf168e2e968320cc0c5ecd6962
4,517
h
C
vtools/ContourLab/src/Contour.Pretext.gen.h
SergeyStrukov/CCore-3-xx
820507e78f8aa35ca05761e00e060c8f64c59af5
[ "BSL-1.0" ]
8
2017-12-21T07:00:16.000Z
2020-04-02T09:05:55.000Z
vtools/ContourLab/src/Contour.Pretext.gen.h
SergeyStrukov/CCore-3-xx
820507e78f8aa35ca05761e00e060c8f64c59af5
[ "BSL-1.0" ]
null
null
null
vtools/ContourLab/src/Contour.Pretext.gen.h
SergeyStrukov/CCore-3-xx
820507e78f8aa35ca05761e00e060c8f64c59af5
[ "BSL-1.0" ]
1
2020-03-30T09:54:18.000Z
2020-03-30T09:54:18.000Z
" \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" "\n" " \n" "\n" "type Bool = uint8 ;\n" "\n" "Bool True = 1 ;\n" "\n" "Bool False = 0 ;\n" "\n" "struct Label\n" " {\n" " text name;\n" "\n" " Bool show;\n" " Bool gray;\n" " Bool show_name;\n" " };\n" "\n" "type Exception = uint8 ;\n" "\n" " \...
12.409341
86
0.43458
[ "object", "solid" ]
974c7d7f334f1b4174874cf1043293893ae4eb0a
4,038
h
C
src/hvpp/ia32/cpuid/cpuid_eax_01.h
FlyBly/123
f801c0714c269eda2071442d219ae8349e97ec37
[ "MIT" ]
2
2021-01-09T18:11:52.000Z
2021-04-20T13:46:59.000Z
src/hvpp/ia32/cpuid/cpuid_eax_01.h
FlyBly/123
f801c0714c269eda2071442d219ae8349e97ec37
[ "MIT" ]
null
null
null
src/hvpp/ia32/cpuid/cpuid_eax_01.h
FlyBly/123
f801c0714c269eda2071442d219ae8349e97ec37
[ "MIT" ]
2
2021-01-09T18:11:55.000Z
2021-07-06T09:24:44.000Z
#pragma once #include <cstdint> namespace ia32 { struct cpuid_eax_01 { union { struct { uint32_t cpu_info[4]; }; struct { uint32_t eax; uint32_t ebx; uint32_t ecx; uint32_t edx; }; struct { union { uint32_t flags; struct...
28.43662
64
0.597078
[ "model" ]
9757d657e5a5930cf2e329aa8de8e8e174ebc1f2
2,312
h
C
Geometry/MTDNumberingBuilder/interface/GeometricTimingDetExtra.h
gputtley/cmssw
c1ef8454804e4ebea8b65f59c4a952a6c94fde3b
[ "Apache-2.0" ]
2
2020-05-09T16:03:43.000Z
2020-05-09T16:03:50.000Z
Geometry/MTDNumberingBuilder/interface/GeometricTimingDetExtra.h
gputtley/cmssw
c1ef8454804e4ebea8b65f59c4a952a6c94fde3b
[ "Apache-2.0" ]
26
2018-10-30T12:47:58.000Z
2022-03-29T08:39:00.000Z
Geometry/MTDNumberingBuilder/interface/GeometricTimingDetExtra.h
gputtley/cmssw
c1ef8454804e4ebea8b65f59c4a952a6c94fde3b
[ "Apache-2.0" ]
3
2017-06-07T15:22:28.000Z
2019-02-28T20:48:30.000Z
#ifndef Geometry_MTDNumberingBuilder_GeometricTimingDetExtra_H #define Geometry_MTDNumberingBuilder_GeometricTimingDetExtra_H #include "Geometry/MTDNumberingBuilder/interface/GeometricTimingDet.h" #include "DetectorDescription/Core/interface/DDExpandedView.h" #include "DataFormats/DetId/interface/DetId.h" #include <v...
28.54321
81
0.628893
[ "geometry", "vector", "model" ]
976248f855ddb1fed6962673174079fca0fd3055
10,335
h
C
mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/lite_utils.h
kungfu-team/mindspore-bert
71501cf52ae01db9d6a73fb64bcfe68a6509dc32
[ "Apache-2.0" ]
2
2021-07-08T13:10:42.000Z
2021-11-08T02:48:57.000Z
mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/lite_utils.h
peixinhou/mindspore
fcb2ec2779b753e95c762cf292b23bd81d1f561b
[ "Apache-2.0" ]
null
null
null
mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/lite_utils.h
peixinhou/mindspore
fcb2ec2779b753e95c762cf292b23bd81d1f561b
[ "Apache-2.0" ]
null
null
null
/** * Copyright 2020 Huawei Technologies Co., Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law...
24.203747
112
0.627189
[ "vector" ]
977bf87df14197b2414a1132f3055d8f65acb1e3
1,338
h
C
PacManState/include/field/object/FieldObject.h
BeardedPlatypus/PacMan
319e9776582cf9118b38c72d31855fb4c598e986
[ "MIT" ]
5
2019-12-23T22:45:46.000Z
2021-11-11T06:27:12.000Z
PacManState/include/field/object/FieldObject.h
BeardedPlatypus/PacMan
319e9776582cf9118b38c72d31855fb4c598e986
[ "MIT" ]
null
null
null
PacManState/include/field/object/FieldObject.h
BeardedPlatypus/PacMan
319e9776582cf9118b38c72d31855fb4c598e986
[ "MIT" ]
1
2021-11-11T06:27:14.000Z
2021-11-11T06:27:14.000Z
#pragma once #define DllExport __declspec( dllexport ) #include "field/object/FieldObjectType.h" namespace pacman { namespace state { namespace field { /// <summary> /// <see cref="FieldObject"/> defines a single field object as having a /// <see cref="FieldObjectType"/> and a location consisting of an x and y ///...
24.777778
73
0.626308
[ "object" ]
9780e201385d477c23ee8be9cfee66d61c1ed99b
5,089
h
C
dev/Gems/CryLegacy/Code/Source/CryAction/PlayerProfiles/PlayerProfileImplNoSave.h
CJoriginal/cjlumberyard
2e3184a7d8e59ba05e5707371b8cb6fe40b0ca60
[ "AML" ]
5
2018-08-17T21:05:55.000Z
2021-04-17T10:48:26.000Z
dev/Code/CryEngine/CryAction/PlayerProfiles/PlayerProfileImplNoSave.h
JulianoCristian/Lumberyard-3
dc523dd780f3cd1874251181b7cf6848b8db9959
[ "AML" ]
null
null
null
dev/Code/CryEngine/CryAction/PlayerProfiles/PlayerProfileImplNoSave.h
JulianoCristian/Lumberyard-3
dc523dd780f3cd1874251181b7cf6848b8db9959
[ "AML" ]
5
2020-08-27T20:44:18.000Z
2021-08-21T22:54:11.000Z
/* * All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or * its licensors. * * For complete copyright and license terms please see the LICENSE at the root of this * distribution (the "License"). All use of this software is governed by the License, * or, if provided, by the license below or t...
35.096552
159
0.658676
[ "vector" ]
9785443e7bf3859d4917496ca53a6978b8a0f864
735
h
C
src/HardMaskManager.h
hawk2411/Lemmings
0a1e3a3cd5e45c1bf1688e16267fcfaf367518c4
[ "MIT" ]
null
null
null
src/HardMaskManager.h
hawk2411/Lemmings
0a1e3a3cd5e45c1bf1688e16267fcfaf367518c4
[ "MIT" ]
3
2021-05-26T18:19:09.000Z
2021-05-28T21:15:53.000Z
src/HardMaskManager.h
hawk2411/Lemmings
0a1e3a3cd5e45c1bf1688e16267fcfaf367518c4
[ "MIT" ]
null
null
null
#ifndef _HARDMASKMANAGER_INCLUDE #define _HARDMASKMANAGER_INCLUDE #include <vector> #include "IMaskManager.h" class HardMaskManager : public IMaskManager { public: explicit HardMaskManager(Level* level) : IMaskManager(level){} void init() override; void update(int time) override; void eraseMask(int...
20.416667
66
0.718367
[ "vector" ]
978b36dfdcce4ad29bc5c956a2524663cab3f222
1,739
h
C
src/Utility.h
gddavis21/CarND-Term2-Controls-MPC
89016a391f0ddd9ca4bc91c2b1bedc407e16fbb9
[ "MIT" ]
null
null
null
src/Utility.h
gddavis21/CarND-Term2-Controls-MPC
89016a391f0ddd9ca4bc91c2b1bedc407e16fbb9
[ "MIT" ]
null
null
null
src/Utility.h
gddavis21/CarND-Term2-Controls-MPC
89016a391f0ddd9ca4bc91c2b1bedc407e16fbb9
[ "MIT" ]
null
null
null
#ifndef UTILITY_H #define UTILITY_H #include <math.h> #include "Eigen/Dense" #include <cppad/cppad.hpp> inline double clamp(double x, double lo, double hi) { return std::max(lo, std::min(x, hi)); } // conversions between degrees and radians double deg_to_rad(double deg); double rad_to_deg(double rad); // conver...
22.584416
72
0.692352
[ "vector" ]
9794e0235c8a575e264e0066aeff8d7b3bf3fb45
1,449
h
C
ProjectModellib/JavaModelLib/internal/core/IMember.h
kuafuwang/JCDT
2b009ea887b4816303fed9e6e1dc104a90c67d16
[ "MIT" ]
1
2021-04-17T01:55:27.000Z
2021-04-17T01:55:27.000Z
ProjectModellib/JavaModelLib/internal/core/IMember.h
kuafuwang/JCDT
2b009ea887b4816303fed9e6e1dc104a90c67d16
[ "MIT" ]
null
null
null
ProjectModellib/JavaModelLib/internal/core/IMember.h
kuafuwang/JCDT
2b009ea887b4816303fed9e6e1dc104a90c67d16
[ "MIT" ]
1
2022-02-18T12:02:00.000Z
2022-02-18T12:02:00.000Z
#ifndef IMember_java_model_INCLUDED_INCLUDED #define IMember_java_model_INCLUDED_INCLUDED #include <vector> #include <string> #include "ISourceReference.h" #include <JavaModelLib/internal/info/MemberElementInfo.h> #include <boost/algorithm/string.hpp> #include <JavaModelLib/internal/core/IJavaCardDocType.h> using std...
23.754098
93
0.73499
[ "vector" ]
97960a52ece32abbb4e2d14713ed67983c6f6188
4,310
h
C
lark_xr/include/lark_xr/xr_video_frame.h
pingxingyun/larkxr_native_android_app
464fc5eecb011325b553adf82ef83c1659b05c20
[ "Apache-2.0" ]
4
2021-08-25T05:51:58.000Z
2022-02-09T06:34:12.000Z
lark_xr/include/lark_xr/xr_video_frame.h
pingxingyun/larkxr_native_android_app
464fc5eecb011325b553adf82ef83c1659b05c20
[ "Apache-2.0" ]
1
2021-09-03T01:18:45.000Z
2021-09-03T01:18:45.000Z
lark_xr/include/lark_xr/xr_video_frame.h
pingxingyun/larkxr_native_android_app
464fc5eecb011325b553adf82ef83c1659b05c20
[ "Apache-2.0" ]
null
null
null
// // Created by fcx@pingxingyun.com // 2020-04-07 17:05 // #pragma once #ifndef XR_IMAGE_BUFFER_INCLUDE #define XR_IMAGE_BUFFER_INCLUDE #include <cstdint> #include "lark_xr/types.h" #include "lark_xr/lark_xr.h" namespace lark { const int VIDEO_FRAME_NUM_DATA_POINTERS = 3; const int VIDEO_FRAME_Y_PLANE_INDEX = 0; co...
41.047619
168
0.709049
[ "render" ]
9796a5abda32385f9d16cab9f4cd6ace3547044a
1,452
h
C
Geometry/HcalCommonData/interface/HcalGeomParameters.h
NTrevisani/cmssw
a212a27526f34eb9507cf8b875c93896e6544781
[ "Apache-2.0" ]
1
2021-01-04T10:25:39.000Z
2021-01-04T10:25:39.000Z
Geometry/HcalCommonData/interface/HcalGeomParameters.h
NTrevisani/cmssw
a212a27526f34eb9507cf8b875c93896e6544781
[ "Apache-2.0" ]
7
2016-07-17T02:34:54.000Z
2019-08-13T07:58:37.000Z
Geometry/HcalCommonData/interface/HcalGeomParameters.h
NTrevisani/cmssw
a212a27526f34eb9507cf8b875c93896e6544781
[ "Apache-2.0" ]
2
2019-09-27T08:33:22.000Z
2019-11-14T10:52:30.000Z
#ifndef HcalCommonData_HcalGeomParameters_h #define HcalCommonData_HcalGeomParameters_h /** \class HcalGeomParameters * * this class extracts some geometry constants from CompactView * to be used by Reco Geometry/Topology * * $Date: 2015/06/25 00:06:50 $ * \author Sunanda Banerjee, Fermilab <sunanda.banerjee@...
29.632653
73
0.72865
[ "geometry", "vector" ]
979ace0d38e9297fa1fae526d533cc508a8d8f89
2,375
h
C
include/dfesnippets/sparse/common.h
custom-computing-ic/dfe-snippets
8721e6272c25f77360e2de423d8ff5a9299ee5b2
[ "MIT" ]
17
2015-02-02T13:23:49.000Z
2021-02-09T11:04:40.000Z
include/dfesnippets/sparse/common.h
custom-computing-ic/dfe-snippets
8721e6272c25f77360e2de423d8ff5a9299ee5b2
[ "MIT" ]
14
2015-07-02T10:13:05.000Z
2017-05-30T15:59:43.000Z
include/dfesnippets/sparse/common.h
custom-computing-ic/dfe-snippets
8721e6272c25f77360e2de423d8ff5a9299ee5b2
[ "MIT" ]
8
2015-04-08T13:27:50.000Z
2016-12-16T14:38:52.000Z
#ifndef COMMON_BENCHMARK_H #define COMMON_BENCHMARK_H #include "mmio.h" #ifdef __cplusplus extern "C" { #endif void print_array(const char* message, double *values, int size); void print_array_int(const char* message, int *values, int size); void print_matrix(const char* message, double *values, int size); /** Read...
37.698413
107
0.654737
[ "vector" ]
979ed53e3ee7531d9f287b7aa4756e9fe0a8ae72
36,110
c
C
dlls/mshtml/htmlwindow.c
devyn/wine
76bb12558beaece005419feb98f024a1eb1f74e8
[ "MIT" ]
1
2016-05-08T19:53:43.000Z
2016-05-08T19:53:43.000Z
dlls/mshtml/htmlwindow.c
devyn/wine
76bb12558beaece005419feb98f024a1eb1f74e8
[ "MIT" ]
null
null
null
dlls/mshtml/htmlwindow.c
devyn/wine
76bb12558beaece005419feb98f024a1eb1f74e8
[ "MIT" ]
null
null
null
/* * Copyright 2006 Jacek Caban for CodeWeavers * * 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. * * T...
29.357724
120
0.691831
[ "object" ]
97a4efb59dd97f2476731eda5d69f4de92b02596
14,590
h
C
include/roscpp_tutorials/SimpleLatDebug.h
cuiDarchan/Lio_sam_modify
455047a887d51e1cb9f4285fbba3a05aa599eadf
[ "BSD-3-Clause" ]
1
2021-11-19T02:31:45.000Z
2021-11-19T02:31:45.000Z
include/roscpp_tutorials/SimpleLatDebug.h
cuiDarchan/Lio_sam_modify
455047a887d51e1cb9f4285fbba3a05aa599eadf
[ "BSD-3-Clause" ]
null
null
null
include/roscpp_tutorials/SimpleLatDebug.h
cuiDarchan/Lio_sam_modify
455047a887d51e1cb9f4285fbba3a05aa599eadf
[ "BSD-3-Clause" ]
null
null
null
// Generated by gencpp from file roscpp_tutorials/SimpleLatDebug.msg // DO NOT EDIT! #ifndef ROSCPP_TUTORIALS_MESSAGE_SIMPLELATDEBUG_H #define ROSCPP_TUTORIALS_MESSAGE_SIMPLELATDEBUG_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/builtin_mes...
32.494432
441
0.732831
[ "vector" ]
97a565c2b8033523cb52cd0ff64a017e309d87f7
4,764
h
C
snap-adv/utilities.h
VandinLab/odeN
46b0cd799e9da57be5429b02f255cdedb14b1e35
[ "MIT" ]
2
2021-08-19T21:02:21.000Z
2021-08-20T05:55:00.000Z
snap-adv/utilities.h
VandinLab/odeN
46b0cd799e9da57be5429b02f255cdedb14b1e35
[ "MIT" ]
null
null
null
snap-adv/utilities.h
VandinLab/odeN
46b0cd799e9da57be5429b02f255cdedb14b1e35
[ "MIT" ]
null
null
null
#ifndef utilities_h #define utilities_h #include "datastructures.h" #include "temporalmotiftypes.h" #include "Snap.h" #include <random> #include <unordered_set> #include <unordered_map> #include <functional> #include <vector> #include <algorithm> #include <utility> #include <boost/functional/hash.hpp> #include <fs...
29.407407
186
0.690596
[ "object", "vector" ]
97ad6dea99db048760aa568676eeb9514305216d
4,547
c
C
src/lq-wrkTime.c
LooUQ/LooUQ-DeviceCommon
80eaa2f99734be81d82a4982dd2d98a96815ed5d
[ "MIT" ]
null
null
null
src/lq-wrkTime.c
LooUQ/LooUQ-DeviceCommon
80eaa2f99734be81d82a4982dd2d98a96815ed5d
[ "MIT" ]
null
null
null
src/lq-wrkTime.c
LooUQ/LooUQ-DeviceCommon
80eaa2f99734be81d82a4982dd2d98a96815ed5d
[ "MIT" ]
null
null
null
/****************************************************************************** * \file lq-wrkTime.c * \author Greg Terrell * \license MIT License * * Copyright (c) 2020, 2021 LooUQ Incorporated. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
33.932836
142
0.661755
[ "object" ]
97b3c34619ae576bff5269f10bd8fc67f34da44a
8,053
h
C
Trash/sandbox/hmm/ghmm-0.9-rc3/ghmm/mes.h
ruslankuzmin/julia
2ad5bfb9c9684b1c800e96732a9e2f1e844b856f
[ "BSD-3-Clause" ]
7
2017-03-13T17:32:26.000Z
2021-09-27T16:51:22.000Z
Trash/sandbox/hmm/ghmm-0.9-rc3/ghmm/mes.h
ruslankuzmin/julia
2ad5bfb9c9684b1c800e96732a9e2f1e844b856f
[ "BSD-3-Clause" ]
1
2021-05-29T19:54:02.000Z
2021-05-29T19:54:52.000Z
Trash/sandbox/hmm/ghmm-0.9-rc3/ghmm/mes.h
ruslankuzmin/julia
2ad5bfb9c9684b1c800e96732a9e2f1e844b856f
[ "BSD-3-Clause" ]
25
2016-10-18T03:31:44.000Z
2020-12-29T13:23:10.000Z
/******************************************************************************* * * This file is part of the General Hidden Markov Model Library, * GHMM version __VERSION__, see http://ghmm.org * * Filename: ghmm/ghmm/mes.h * Authors: Frank Nuebel, Benjamin Georgi, Janne Grunau * * Copyr...
27.67354
164
0.604619
[ "model" ]
97b8042d8d523f04942caed89d6fdce02598843a
8,957
c
C
jorm/jorm_unit.c
ganeshkamath89/redfish
e42d67d2f8be8b4dbfe57cb756f24a1b3deaadd7
[ "Apache-2.0" ]
4
2016-09-18T09:03:37.000Z
2018-07-17T08:49:46.000Z
jorm/jorm_unit.c
ganeshkamath89/redfish
e42d67d2f8be8b4dbfe57cb756f24a1b3deaadd7
[ "Apache-2.0" ]
null
null
null
jorm/jorm_unit.c
ganeshkamath89/redfish
e42d67d2f8be8b4dbfe57cb756f24a1b3deaadd7
[ "Apache-2.0" ]
5
2016-09-18T09:03:39.000Z
2018-10-12T05:01:19.000Z
/* * Copyright 2011-2012 the Redfish 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 ...
25.738506
75
0.639611
[ "object" ]
97d65bdd01396f4bd319fdabe030dfb5332c68d9
7,311
h
C
MMOCoreORB/src/server/zone/objects/manufactureschematic/craftingvalues/CraftingValues.h
V-Fib/FlurryClone
40e0ca7245ec31b3815eb6459329fd9e70f88936
[ "Zlib", "OpenSSL" ]
18
2017-02-09T15:36:05.000Z
2021-12-21T04:22:15.000Z
MMOCoreORB/src/server/zone/objects/manufactureschematic/craftingvalues/CraftingValues.h
V-Fib/FlurryClone
40e0ca7245ec31b3815eb6459329fd9e70f88936
[ "Zlib", "OpenSSL" ]
61
2016-12-30T21:51:10.000Z
2021-12-10T20:25:56.000Z
MMOCoreORB/src/server/zone/objects/manufactureschematic/craftingvalues/CraftingValues.h
V-Fib/FlurryClone
40e0ca7245ec31b3815eb6459329fd9e70f88936
[ "Zlib", "OpenSSL" ]
71
2017-01-01T05:34:38.000Z
2022-03-29T01:04:00.000Z
/* Copyright <SWGEmu> See file COPYING for copying conditions.*/ #ifndef CRAFTINGVALUES_H_ #define CRAFTINGVALUES_H_ #include "templates/crafting/ValuesMap.h" #include "engine/engine.h" namespace server { namespace zone { namespace objects { namespace manufactureschematic { class ManufactureSchematic...
25.210345
103
0.784845
[ "vector" ]
97ef991378c8e99d66375b91ec1d053b894afef7
6,380
h
C
src/include/execution/sql/thread_state_container.h
algebra2k/terrier
8b6f4b0b0c30dc94411f197e610f634ce0ab5b0b
[ "MIT" ]
1
2019-03-08T18:59:57.000Z
2019-03-08T18:59:57.000Z
src/include/execution/sql/thread_state_container.h
LiuXiaoxuanPKU/terrier
35916e9435201016903d8a01e3f587b8edb36f0b
[ "MIT" ]
34
2019-03-21T20:47:59.000Z
2019-05-17T06:06:46.000Z
src/include/execution/sql/thread_state_container.h
LiuXiaoxuanPKU/terrier
35916e9435201016903d8a01e3f587b8edb36f0b
[ "MIT" ]
3
2020-11-10T11:06:20.000Z
2022-03-26T15:30:55.000Z
#pragma once #include <functional> #include <memory> #include <vector> #include "common/strong_typedef.h" #include "execution/sql/memory_pool.h" namespace terrier::execution::sql { /** * This class serves as a container for thread-local data required during query * execution. Users create an instance of this clas...
32.717949
105
0.695925
[ "object", "vector" ]
97f81e0d79d1e26aa43132bcc174de1676cbdb27
19,622
c
C
app/modules/pixbuf.c
nwf/nodemcu-firmware
726818ef8bc753114dc22556d75d813a216cbde3
[ "MIT" ]
1
2017-12-28T17:33:14.000Z
2017-12-28T17:33:14.000Z
app/modules/pixbuf.c
nwf/nodemcu-firmware
726818ef8bc753114dc22556d75d813a216cbde3
[ "MIT" ]
null
null
null
app/modules/pixbuf.c
nwf/nodemcu-firmware
726818ef8bc753114dc22556d75d813a216cbde3
[ "MIT" ]
1
2018-03-18T10:55:20.000Z
2018-03-18T10:55:20.000Z
#include "module.h" #include "lauxlib.h" #include <string.h> #include "pixbuf.h" #define PIXBUF_METATABLE "pixbuf.buf" #ifndef MIN #define MIN(a,b) ((a) < (b) ? (a) : (b)) #endif #ifndef MAX #define MAX(a,b) ((a) > (b) ? (a) : (b)) #endif pixbuf *pixbuf_from_lua_arg(lua_State *L, int arg) { return luaL_checkudata...
27.10221
96
0.633218
[ "shape" ]
97fad5ca5abf77c03bbafc4eb1de1c3ad3f00706
1,451
h
C
ParallelTripleBit/TripleBit/util/HashJoin.h
oeljeklaus-you/ParallelTripleBit
cf17d20bed95b984f0464ff2f85e8ecae5c651f6
[ "MIT" ]
null
null
null
ParallelTripleBit/TripleBit/util/HashJoin.h
oeljeklaus-you/ParallelTripleBit
cf17d20bed95b984f0464ff2f85e8ecae5c651f6
[ "MIT" ]
null
null
null
ParallelTripleBit/TripleBit/util/HashJoin.h
oeljeklaus-you/ParallelTripleBit
cf17d20bed95b984f0464ff2f85e8ecae5c651f6
[ "MIT" ]
null
null
null
/* * HashJoin.h * * Created on: Jul 14, 2010 * Author: root */ #ifndef HASHJOIN_H_ #define HASHJOIN_H_ #include "../TripleBit.h" #include "../ThreadPool.h" class EntityIDBuffer; class HashJoinTask; class BuildHashIndexTask; struct HashJoinArg; class HashJoin { private: //CThreadPool* pool; public: fri...
24.183333
131
0.736044
[ "vector" ]
1c1be1b15dc7e5586364737e6626b6410922f4a4
1,980
h
C
src/node/node_signature_verify.h
kiromaru/CCF
3cf8636bebce05ec2c7c5d2012fad26c25346814
[ "Apache-2.0" ]
530
2019-05-07T03:07:15.000Z
2022-03-29T16:33:06.000Z
src/node/node_signature_verify.h
kiromaru/CCF
3cf8636bebce05ec2c7c5d2012fad26c25346814
[ "Apache-2.0" ]
3,393
2019-05-07T08:33:32.000Z
2022-03-31T14:57:14.000Z
src/node/node_signature_verify.h
beejones/CCF
335fc3613c2dd4a3bda38e10e8e8196dba52465e
[ "Apache-2.0" ]
158
2019-05-07T09:17:56.000Z
2022-03-25T16:45:04.000Z
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the Apache 2.0 License. #pragma once #include "ccf/tx.h" #include "crypto/verifier.h" #include "node_signature_verify.h" namespace ccf { static bool verify_node_signature( kv::ReadOnlyTx& tx, const NodeId& node_id, const uint...
27.123288
77
0.657576
[ "vector" ]
1c1e0e142da3ab6f5726b7e4281df8ea7f1b6783
456
h
C
Source/Mesh.h
RPKQ/OpenGL_scratchUp
cbe0268d6bb86bc0de49fafdcf078e5b85395964
[ "CC-BY-3.0" ]
null
null
null
Source/Mesh.h
RPKQ/OpenGL_scratchUp
cbe0268d6bb86bc0de49fafdcf078e5b85395964
[ "CC-BY-3.0" ]
null
null
null
Source/Mesh.h
RPKQ/OpenGL_scratchUp
cbe0268d6bb86bc0de49fafdcf078e5b85395964
[ "CC-BY-3.0" ]
null
null
null
#ifndef GPA_ASS2_MESH_H #define GPA_ASS2_MESH_H #include "Program.h" #include "GLIncludes.h" class Mesh { public: Mesh(GLuint VAO, GLuint VBO_POS, GLuint VBO_NORMAL, GLuint VBO_TEXCOORD, GLuint EBO, GLuint TEXTURE, int MATERIAL_ID, int INDEX_COUNT); ~Mesh(); void draw(Program* program); private: GLuint vao; G...
19
85
0.758772
[ "mesh" ]
1c228be3fee1b37a4038eafcae6f817844690125
1,949
h
C
include/BingoCpp/training_data.h
imikejackson/bingocpp
6ba00a490c8cb46edebfd78f56b1604a76d668e9
[ "Apache-2.0" ]
13
2019-03-14T09:54:02.000Z
2021-09-26T14:01:30.000Z
include/BingoCpp/training_data.h
imikejackson/bingocpp
6ba00a490c8cb46edebfd78f56b1604a76d668e9
[ "Apache-2.0" ]
35
2019-08-29T19:12:05.000Z
2021-07-15T22:17:53.000Z
include/BingoCpp/training_data.h
imikejackson/bingocpp
6ba00a490c8cb46edebfd78f56b1604a76d668e9
[ "Apache-2.0" ]
9
2018-10-18T02:43:03.000Z
2021-09-02T22:08:39.000Z
/*! * \file training_data.h * * \author Ethan Adams * \date * * This file contains the cpp version of training_data.py * * Copyright 2018 United States Government as represented by the Administrator * of the National Aeronautics and Space Administration. No copyright is claimed * in the United Sta...
29.530303
82
0.691637
[ "vector" ]
1c264ee81dd33ae7f4dd394870de8c38c688a16f
5,789
h
C
include/IECore/InverseDistanceWeightedInterpolation.h
gcodebackups/cortex-vfx
72fa6c6eb3327fce4faf01361c8fcc2e1e892672
[ "BSD-3-Clause" ]
5
2016-07-26T06:09:28.000Z
2022-03-07T03:58:51.000Z
include/IECore/InverseDistanceWeightedInterpolation.h
turbosun/cortex
4bdc01a692652cd562f3bfa85f3dae99d07c0b15
[ "BSD-3-Clause" ]
null
null
null
include/IECore/InverseDistanceWeightedInterpolation.h
turbosun/cortex
4bdc01a692652cd562f3bfa85f3dae99d07c0b15
[ "BSD-3-Clause" ]
3
2015-03-25T18:45:24.000Z
2020-02-15T15:37:18.000Z
////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2008-2011, Image Engine Design 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: // // ...
49.905172
172
0.766454
[ "vector" ]
1c2c117798203931cdd9ca4320065d34363542b2
33,819
c
C
redis_link.c
fkfk000/redis_link
536c1ac28df6a09d2cb427900fd00896cd398630
[ "BSD-2-Clause" ]
2
2021-03-15T02:25:44.000Z
2021-03-15T17:30:43.000Z
redis_link.c
fkfk000/redis_link
536c1ac28df6a09d2cb427900fd00896cd398630
[ "BSD-2-Clause" ]
null
null
null
redis_link.c
fkfk000/redis_link
536c1ac28df6a09d2cb427900fd00896cd398630
[ "BSD-2-Clause" ]
null
null
null
#include <stdio.h> #include <sys/stat.h> #include <unistd.h> #include <hiredis/hiredis.h> #include "postgres.h" #include "funcapi.h" #include "access/htup_details.h" #include "access/reloptions.h" #include "access/sysattr.h" #include "catalog/indexing.h" #include "catalog/pg_attribute.h" #include "catalog/pg_cast.h" ...
35.449686
187
0.661906
[ "object" ]
1c427f0edcdf1cbdf7b1b2002102a61fbc8da780
2,857
h
C
src/Cpl/Io/File/Input.h
johnttaylor/foxtail
86e4e1d19d5e8f9c1d1064cf0939f4bf62615400
[ "BSD-3-Clause" ]
null
null
null
src/Cpl/Io/File/Input.h
johnttaylor/foxtail
86e4e1d19d5e8f9c1d1064cf0939f4bf62615400
[ "BSD-3-Clause" ]
null
null
null
src/Cpl/Io/File/Input.h
johnttaylor/foxtail
86e4e1d19d5e8f9c1d1064cf0939f4bf62615400
[ "BSD-3-Clause" ]
null
null
null
#ifndef Cpl_Io_File_Input_h_ #define Cpl_Io_File_Input_h_ /*----------------------------------------------------------------------------- * This file is part of the Colony.Core Project. The Colony.Core Project is an * open source project with a BSD type of licensing agreement. See the license * agreement (license.txt...
26.453704
83
0.618831
[ "object" ]