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
cf32a154fa667eb63d8149ef469f36bb596d04fa
541
h
C
SceneObjectVTable.h
GlennSandoval/gloss
e52c7e7675b7aea7f76bc343e4ad733c8b6e86b2
[ "MIT" ]
16
2015-01-30T21:49:47.000Z
2021-12-27T22:10:17.000Z
SceneObjectVTable.h
geon/gloss
e52c7e7675b7aea7f76bc343e4ad733c8b6e86b2
[ "MIT" ]
null
null
null
SceneObjectVTable.h
geon/gloss
e52c7e7675b7aea7f76bc343e4ad733c8b6e86b2
[ "MIT" ]
null
null
null
#ifndef SCENEOBJECTVTABLE_H #define SCENEOBJECTVTABLE_H #include "SceneObjectVTableForwardDeclaration.h" #include "Intersection.h" #include "SceneObject.h" #include "Ray.h" #include "PhotonContainer.h" struct SceneObjectVTableStruct { Intersection (*intersectRay) (const SceneObject *sceneObject, const Ray r...
33.8125
114
0.761553
[ "object" ]
659f0fa993ba72b563f4239e56f9e21e823b2556
2,746
h
C
src/xr_3da/xrGame/UIGameDM.h
ixray-team/ixray-b2945
ad5ef375994ee9cd790c4144891e9f00e7efe565
[ "Linux-OpenIB" ]
1
2022-03-26T17:00:19.000Z
2022-03-26T17:00:19.000Z
src/xr_3da/xrGame/UIGameDM.h
ixray-team/ixray-b2945
ad5ef375994ee9cd790c4144891e9f00e7efe565
[ "Linux-OpenIB" ]
null
null
null
src/xr_3da/xrGame/UIGameDM.h
ixray-team/ixray-b2945
ad5ef375994ee9cd790c4144891e9f00e7efe565
[ "Linux-OpenIB" ]
1
2022-03-26T17:00:21.000Z
2022-03-26T17:00:21.000Z
#pragma once #include "UIGameCustom.h" #include "ui/KillMessageStruct.h" class CUIDMPlayerList; class CUIDMStatisticWnd; class CUISkinSelectorWnd; class game_cl_Deathmatch; class CUIMoneyIndicator; class CUIRankIndicator; class UIVoteStatusWnd; class CUIGameDM: public CUIGameCustom { private: game...
28.905263
69
0.656227
[ "render" ]
65b19ef5ffb919dcc396eab1e8b2f6abe6ef9a1c
112,109
c
C
lib/setup.c
eje211/gambit
417d32cf0d4a007cf0c4fdd56e50857b5bb591cb
[ "Apache-2.0" ]
null
null
null
lib/setup.c
eje211/gambit
417d32cf0d4a007cf0c4fdd56e50857b5bb591cb
[ "Apache-2.0" ]
null
null
null
lib/setup.c
eje211/gambit
417d32cf0d4a007cf0c4fdd56e50857b5bb591cb
[ "Apache-2.0" ]
null
null
null
/* File: "setup.c" */ /* Copyright (c) 1994-2019 by Marc Feeley, All Rights Reserved. */ /* * This module contains the routines that setup the Scheme program for * execution. */ #define ___INCLUDED_FROM_SETUP #define ___VERSION 409001 #include "gambit.h" #include "os_setup.h" #include "os_base.h" #include "os_fi...
20.947123
199
0.624856
[ "object", "vector" ]
65b5acaa1d99955879269d56445f69d5f8ea85a7
675
h
C
c++/object.h
defunSM/code
106e312d22cb4f5ffa4a4c4af00f7e6f93e6d1f2
[ "MIT" ]
1
2017-07-16T05:55:22.000Z
2017-07-16T05:55:22.000Z
c++/object.h
defunSM/code
106e312d22cb4f5ffa4a4c4af00f7e6f93e6d1f2
[ "MIT" ]
null
null
null
c++/object.h
defunSM/code
106e312d22cb4f5ffa4a4c4af00f7e6f93e6d1f2
[ "MIT" ]
null
null
null
#ifndef _object_h #define _object_h typedef enum { NORTH, SOUTH, EAST, WEST } Direction; typedef struct { char *description; int (*init)(void *self); void (*describe)(void *self); void (*destroy)(void *self); void *(*move)(void *self, Direction direction); int (*attack)(void *self, int dam...
24.107143
63
0.694815
[ "object" ]
65b5c2e6afb07c941eac5aa29408ec4e432d3ba5
1,722
h
C
GUI_v3/src/Window.h
Chen-Carl/GUI
13aa8337f2afe3b6d0d4d18b5c8eb1cf3a47cdd7
[ "BSL-1.0" ]
1
2021-04-23T13:19:28.000Z
2021-04-23T13:19:28.000Z
GUI_v3/src/Window.h
Chen-Carl/GUI
13aa8337f2afe3b6d0d4d18b5c8eb1cf3a47cdd7
[ "BSL-1.0" ]
null
null
null
GUI_v3/src/Window.h
Chen-Carl/GUI
13aa8337f2afe3b6d0d4d18b5c8eb1cf3a47cdd7
[ "BSL-1.0" ]
2
2021-05-08T15:09:18.000Z
2021-06-03T09:49:24.000Z
#ifndef WINDOW_GUARD #define WINDOW_GUARD 1 #include "nana.h" #include "Point.h" #include "Drawing.h" #include <vector> #include <string> using std::vector; using std::string; namespace Graph_lib { class Shape; // "forward declare" Shape class Widget; class Canvas; class Window : public nana::form { public: Win...
28.7
88
0.686411
[ "shape", "vector" ]
65ba73e8c91825c39e7412c5a7ca69644cc5d5d9
1,956
h
C
__Source__/Jimara/Graphics/Vulkan/Memory/VulkanDynamicDataUpdater.h
dav23r/Jimara
a5a31828e13b5b537d76f75f479cdcad824fd351
[ "MIT" ]
1
2022-03-28T13:57:09.000Z
2022-03-28T13:57:09.000Z
__Source__/Jimara/Graphics/Vulkan/Memory/VulkanDynamicDataUpdater.h
dav23r/Jimara
a5a31828e13b5b537d76f75f479cdcad824fd351
[ "MIT" ]
null
null
null
__Source__/Jimara/Graphics/Vulkan/Memory/VulkanDynamicDataUpdater.h
dav23r/Jimara
a5a31828e13b5b537d76f75f479cdcad824fd351
[ "MIT" ]
1
2021-02-02T13:34:57.000Z
2021-02-02T13:34:57.000Z
#pragma once #include "../Pipeline/VulkanCommandBuffer.h" #include "../../../Core/Function.h" #include <queue> #include <mutex> namespace Jimara { namespace Graphics { namespace Vulkan { /// <summary> /// Helper for some dynamic storage types that need to execute a bounch of commands before being available to...
34.315789
153
0.707566
[ "render", "object" ]
65bd4105da60b7c6489e856ea1a64737d0398251
4,532
h
C
LEDA/incl/LEDA/geo/d3_sphere.h
2ashish/smallest_enclosing_circle
889916a3011ab2b649ab7f1fc1e042f879acecce
[ "MIT" ]
null
null
null
LEDA/incl/LEDA/geo/d3_sphere.h
2ashish/smallest_enclosing_circle
889916a3011ab2b649ab7f1fc1e042f879acecce
[ "MIT" ]
null
null
null
LEDA/incl/LEDA/geo/d3_sphere.h
2ashish/smallest_enclosing_circle
889916a3011ab2b649ab7f1fc1e042f879acecce
[ "MIT" ]
null
null
null
/******************************************************************************* + + LEDA 6.3 + + + d3_sphere.h + + + Copyright (c) 1995-2010 + by Algorithmic Solutions Software GmbH + All rights reserved. + *******************************************************************************/ #ifndef LEDA_D3_SPHER...
25.038674
86
0.606355
[ "vector", "3d" ]
65c0f2285853bb9ca7398ee739fd3fdaf46488b4
2,417
c
C
src/php/iterators/php_priority_queue_iterator.c
rado-h/ext-ds
485361682a98ea509bfcdc9a0c277405ed50d54c
[ "MIT" ]
null
null
null
src/php/iterators/php_priority_queue_iterator.c
rado-h/ext-ds
485361682a98ea509bfcdc9a0c277405ed50d54c
[ "MIT" ]
null
null
null
src/php/iterators/php_priority_queue_iterator.c
rado-h/ext-ds
485361682a98ea509bfcdc9a0c277405ed50d54c
[ "MIT" ]
null
null
null
#include "../../common.h" #include "../../ds/ds_priority_queue.h" #include "../objects/php_priority_queue.h" #include "php_priority_queue_iterator.h" static void php_ds_priority_queue_iterator_dtor(zend_object_iterator *iter) { } static int php_ds_priority_queue_iterator_valid(zend_object_iterator *iter) { retu...
30.594937
104
0.7741
[ "object" ]
65c1095f8d89efdf5582b1c753f920c5dfaa36b8
1,432
c
C
client.c
Kevin-Shih/fibdrv
96ba031076cbca874f1f84eb35384ef1da47649f
[ "MIT" ]
null
null
null
client.c
Kevin-Shih/fibdrv
96ba031076cbca874f1f84eb35384ef1da47649f
[ "MIT" ]
null
null
null
client.c
Kevin-Shih/fibdrv
96ba031076cbca874f1f84eb35384ef1da47649f
[ "MIT" ]
null
null
null
#include <fcntl.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> #include <time.h> #include <unistd.h> #define FIB_DEV "/dev/fibonacci" #define BUF_SIZE 2048 int main(int argc, char *argv[]) { long long sz; char *buf = calloc(BUF_SIZE, 1); int offset = 500; /* TODO: tr...
26.518519
79
0.497207
[ "3d" ]
65c67fc4b446e95999fd5357efe73157ed30ef77
2,912
h
C
net/disk_cache/storage_block.h
pozdnyakov/chromium-crosswalk
0fb25c7278bf1d93e53a3b0bcb75aa8b99d4b26e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
2
2018-11-24T07:58:44.000Z
2019-02-22T21:02:46.000Z
net/disk_cache/storage_block.h
pozdnyakov/chromium-crosswalk
0fb25c7278bf1d93e53a3b0bcb75aa8b99d4b26e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
net/disk_cache/storage_block.h
pozdnyakov/chromium-crosswalk
0fb25c7278bf1d93e53a3b0bcb75aa8b99d4b26e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
3
2017-07-31T19:09:52.000Z
2019-01-04T18:48:50.000Z
// Copyright (c) 2012 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. // See net/disk_cache/disk_cache.h for the public interface. #ifndef NET_DISK_CACHE_STORAGE_BLOCK_H_ #define NET_DISK_CACHE_STORAGE_BLOCK_H_ #includ...
30.333333
80
0.722871
[ "object" ]
65cea7feb177397d572a89b0ec5989fb804b9b28
4,198
h
C
ComponentKit/HostingView/CKComponentHostingViewInternal.h
Jasonchan91/componentkit
de848622c8a338ed8baf458a649aded141f53b07
[ "BSD-3-Clause" ]
null
null
null
ComponentKit/HostingView/CKComponentHostingViewInternal.h
Jasonchan91/componentkit
de848622c8a338ed8baf458a649aded141f53b07
[ "BSD-3-Clause" ]
null
null
null
ComponentKit/HostingView/CKComponentHostingViewInternal.h
Jasonchan91/componentkit
de848622c8a338ed8baf458a649aded141f53b07
[ "BSD-3-Clause" ]
null
null
null
/* * Copyright (c) 2014-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. * */ #im...
53.820513
171
0.764888
[ "vector", "model" ]
65dac49cc28e0e1f6eab1fa0d62dc777fd86ebc0
27,879
c
C
PHOTOBOOTH/cod_python/pygame/tmp/SDL-1.2.14/src/video/windx5/SDL_dx5events.c
AngelaRT/tailor_drawer
f81bdd74a99dee04b91b1bc47f672a5fe9a4cca8
[ "MIT" ]
37
2015-01-11T20:08:48.000Z
2022-01-06T17:25:22.000Z
SDL-1.2.14/src/video/windx5/SDL_dx5events.c
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
4
2016-05-20T01:01:59.000Z
2016-06-22T00:03:27.000Z
SDL-1.2.14/src/video/windx5/SDL_dx5events.c
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
6
2015-09-14T14:44:20.000Z
2019-01-11T09:52:21.000Z
/* SDL - Simple DirectMedia Layer Copyright (C) 1997-2009 Sam Lantinga 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 op...
27.630327
100
0.673016
[ "object" ]
65e5d2bc1d6942face5fb45210fb2ed1855c08b7
408
h
C
src/xrGame/ai/monsters/zombie/zombie_state_manager.h
acidicMercury8/xray-1.6
52fba7348a93a52ff9694f2c9dd40c0d090e791e
[ "Linux-OpenIB" ]
10
2021-05-04T06:40:27.000Z
2022-01-20T20:24:28.000Z
src/xrGame/ai/monsters/zombie/zombie_state_manager.h
Samsuper12/ixray-1.5
8070f833f8216d4ead294a9f19b7cd123bb76ba3
[ "Linux-OpenIB" ]
null
null
null
src/xrGame/ai/monsters/zombie/zombie_state_manager.h
Samsuper12/ixray-1.5
8070f833f8216d4ead294a9f19b7cd123bb76ba3
[ "Linux-OpenIB" ]
2
2020-05-17T10:01:14.000Z
2020-09-11T20:17:27.000Z
#pragma once #include "../monster_state_manager.h" class CZombie; class CStateManagerZombie : public CMonsterStateManager<CZombie> { typedef CMonsterStateManager<CZombie> inherited; public: CStateManagerZombie (CZombie *obj); virtual ~CStateManagerZombie (); virtual void execute (); ...
25.5
84
0.718137
[ "object" ]
65eb8da164f6393cd51c64f096b4ec02f31e2e7b
1,500
h
C
tiny_dnn/layers/input_layer.h
xiaopingx/tiny-dnn-app
9e55a16ed8f65124663bef5ab2ecad499c33ceae
[ "BSD-3-Clause" ]
10
2019-04-29T03:01:19.000Z
2022-03-22T03:11:30.000Z
tiny_dnn/layers/input_layer.h
xiaopingx/tiny-dnn-app
9e55a16ed8f65124663bef5ab2ecad499c33ceae
[ "BSD-3-Clause" ]
3
2018-10-29T02:14:10.000Z
2020-11-23T02:36:14.000Z
tiny_dnn/layers/input_layer.h
xiaopingx/tiny-dnn-app
9e55a16ed8f65124663bef5ab2ecad499c33ceae
[ "BSD-3-Clause" ]
8
2018-10-29T02:07:56.000Z
2022-01-04T06:37:53.000Z
/* Copyright (c) 2013, Taiga Nomi and the respective contributors All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. */ #pragma once #include "tiny_dnn/layers/layer.h" namespace tiny_dnn { class input_layer : public layer { public: ...
30.612245
80
0.666
[ "shape", "vector" ]
65ecfe9b64ae0558c6909a4e4f77f4d496bb13fb
376,642
h
C
baseline/SURF-blending/src/alglib/dataanalysis.h
ziqiguo/CS205-ImageStitching
a84c9e21957aa66369a4006920e0ed76ad151679
[ "MIT" ]
56
2018-11-21T06:37:57.000Z
2022-02-25T00:48:55.000Z
src/planner/utils/alglib/dataanalysis.h
WonteakLim/USDC_03_01_PathPlanning
23300a8cf88259b375d51ea552a7dbdb56507f33
[ "MIT" ]
2
2018-11-25T03:38:03.000Z
2019-11-12T17:29:33.000Z
src/planner/utils/alglib/dataanalysis.h
WonteakLim/USDC_03_01_PathPlanning
23300a8cf88259b375d51ea552a7dbdb56507f33
[ "MIT" ]
22
2018-10-10T08:13:06.000Z
2022-01-15T02:44:07.000Z
/************************************************************************* ALGLIB 3.13.0 (source code generated 2017-12-29) Copyright (c) Sergey Bochkanov (ALGLIB project). >>> SOURCE LICENSE >>> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public Lic...
40.837255
283
0.616543
[ "geometry", "object", "vector", "model" ]
65ef42b376515dfac7de588ba5ea67504f8c6630
74,524
h
C
datasets/linux-4.11-rc3/drivers/net/wireless/realtek/rtlwifi/wifi.h
yijunyu/demo-fast
11c0c84081a3181494b9c469bda42a313c457ad2
[ "BSD-2-Clause" ]
1
2019-05-03T19:27:45.000Z
2019-05-03T19:27:45.000Z
datasets/linux-4.11-rc3/drivers/net/wireless/realtek/rtlwifi/wifi.h
yijunyu/demo-vscode-fast
11c0c84081a3181494b9c469bda42a313c457ad2
[ "BSD-2-Clause" ]
null
null
null
datasets/linux-4.11-rc3/drivers/net/wireless/realtek/rtlwifi/wifi.h
yijunyu/demo-vscode-fast
11c0c84081a3181494b9c469bda42a313c457ad2
[ "BSD-2-Clause" ]
null
null
null
/****************************************************************************** * * Copyright(c) 2009-2012 Realtek Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published by the Free Software Foundati...
24.498356
80
0.74733
[ "mesh" ]
65f1dd1da20cef3ec4d69efd196390c0d2ebe8f3
5,115
h
C
test/ufo/ObsFunction.h
rnt20/ufo
68dab85486f5d79991956076ac6b962bc1a0c5bd
[ "Apache-2.0" ]
null
null
null
test/ufo/ObsFunction.h
rnt20/ufo
68dab85486f5d79991956076ac6b962bc1a0c5bd
[ "Apache-2.0" ]
null
null
null
test/ufo/ObsFunction.h
rnt20/ufo
68dab85486f5d79991956076ac6b962bc1a0c5bd
[ "Apache-2.0" ]
null
null
null
/* * (C) Copyright 2019 UCAR * * 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. */ #ifndef TEST_UFO_OBSFUNCTION_H_ #define TEST_UFO_OBSFUNCTION_H_ #include <iomanip> #include <memory> #include <string> #include <v...
33
93
0.647898
[ "vector" ]
65f61841f969a41a4e4d6a083cee99927ff5d4d4
8,686
h
C
sakura_core/typeprop/CImpExpManager.h
zlatantan/sakura
a722f9c86f2860606b3f9e7dc79bb169294cfaea
[ "Zlib" ]
1
2019-03-15T16:55:33.000Z
2019-03-15T16:55:33.000Z
sakura_core/typeprop/CImpExpManager.h
zlatantan/sakura
a722f9c86f2860606b3f9e7dc79bb169294cfaea
[ "Zlib" ]
null
null
null
sakura_core/typeprop/CImpExpManager.h
zlatantan/sakura
a722f9c86f2860606b3f9e7dc79bb169294cfaea
[ "Zlib" ]
null
null
null
/*! @file @brief インポート、エクスポートマネージャ @author Uchi @date 2010/4/22 新規作成 */ /* Copyright (C) 2010, Uchi, Moca This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to an...
26.321212
112
0.578863
[ "vector" ]
5a02c199c4148fbc40c63f25ec90a68917299537
3,464
h
C
ParaViewCore/ClientServerCore/Rendering/vtkMoleculeRepresentation.h
psavery/ParaView
00074fbc7de29c2ab2f1b90624e07d1af53484ee
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
ParaViewCore/ClientServerCore/Rendering/vtkMoleculeRepresentation.h
psavery/ParaView
00074fbc7de29c2ab2f1b90624e07d1af53484ee
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
ParaViewCore/ClientServerCore/Rendering/vtkMoleculeRepresentation.h
psavery/ParaView
00074fbc7de29c2ab2f1b90624e07d1af53484ee
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
/*========================================================================= Program: ParaView Module: vtkPVDataRepresentation.h Copyright (c) Kitware, Inc. All rights reserved. See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details. This software is distributed WITHOUT ANY W...
29.355932
91
0.736721
[ "render", "object" ]
d65c71e2c167a4f1262c48ab7b0581eadc88fa13
3,162
h
C
Source/Framework/Core/Scripting/TeNativeScript.h
GameDevery/TweedeFrameworkRedux
69a28fe171db33d00066b97b9b6bf89f6ef3e3a4
[ "MIT" ]
14
2022-02-25T15:52:35.000Z
2022-03-30T18:44:29.000Z
Source/Framework/Core/Scripting/TeNativeScript.h
GameDevery/TweedeFrameworkRedux
69a28fe171db33d00066b97b9b6bf89f6ef3e3a4
[ "MIT" ]
null
null
null
Source/Framework/Core/Scripting/TeNativeScript.h
GameDevery/TweedeFrameworkRedux
69a28fe171db33d00066b97b9b6bf89f6ef3e3a4
[ "MIT" ]
1
2022-02-28T09:24:05.000Z
2022-02-28T09:24:05.000Z
#pragma once #include "TeCorePrerequisites.h" #include "Serialization/TeSerializable.h" #include "Scene/TeSceneObject.h" // DLL export for plugins #if TE_PLATFORM == TE_PLATFORM_WIN32 // Windows # if TE_COMPILER == TE_COMPILER_MSVC # define TE_SCRIPT_EXPORT __declspec(dllexport) # else # define TE_SCR...
27.982301
114
0.586022
[ "render" ]
d6637d2c8ebd755bacc1ab164989986d6a095193
2,185
h
C
Plugins/uDesktopDuplication/uDesktopDuplication/Monitor.h
vc-kusuha/uDesktopDuplication
70cfad90a9e6bbdcaa12a39a65e9d4b1a7db3d53
[ "MIT", "Unlicense" ]
null
null
null
Plugins/uDesktopDuplication/uDesktopDuplication/Monitor.h
vc-kusuha/uDesktopDuplication
70cfad90a9e6bbdcaa12a39a65e9d4b1a7db3d53
[ "MIT", "Unlicense" ]
null
null
null
Plugins/uDesktopDuplication/uDesktopDuplication/Monitor.h
vc-kusuha/uDesktopDuplication
70cfad90a9e6bbdcaa12a39a65e9d4b1a7db3d53
[ "MIT", "Unlicense" ]
1
2021-01-11T18:40:19.000Z
2021-01-11T18:40:19.000Z
#pragma once #include <d3d11.h> #include <dxgi1_2.h> #include <wrl/client.h> #include <memory> #include <mutex> #include <thread> #include "Common.h" enum class DuplicatorState; class Monitor { public: explicit Monitor(int id); ~Monitor(); void Initialize( const Microsoft::WRL:...
27.658228
71
0.672311
[ "render" ]
d67221c86ec72701cb2b75e3948c55810571361e
63,358
h
C
aws-cpp-sdk-fsx/include/aws/fsx/FSxClient.h
crazecdwn/aws-sdk-cpp
e74b9181a56e82ee04cf36a4cb31686047f4be42
[ "Apache-2.0" ]
null
null
null
aws-cpp-sdk-fsx/include/aws/fsx/FSxClient.h
crazecdwn/aws-sdk-cpp
e74b9181a56e82ee04cf36a4cb31686047f4be42
[ "Apache-2.0" ]
null
null
null
aws-cpp-sdk-fsx/include/aws/fsx/FSxClient.h
crazecdwn/aws-sdk-cpp
e74b9181a56e82ee04cf36a4cb31686047f4be42
[ "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...
71.349099
263
0.691831
[ "model" ]
d6775002bb096f2ec408a32532dbdded7a0cc5cd
31,940
c
C
src/poly.c
cgalab/genpoly-rpg
7b8747ab20a9b01129030d92c5b1c3caff64a6d2
[ "Qhull" ]
3
2020-11-02T12:47:26.000Z
2021-03-04T15:55:46.000Z
src/poly.c
cgalab/genpoly-rpg
7b8747ab20a9b01129030d92c5b1c3caff64a6d2
[ "Qhull" ]
null
null
null
src/poly.c
cgalab/genpoly-rpg
7b8747ab20a9b01129030d92c5b1c3caff64a6d2
[ "Qhull" ]
null
null
null
/* poly.c -- implements polygons and simplices see COPYING_Qhull.txt, poly.h and qhull.h copyright (c) 1993, 1997, The Geometry Center infrequent code is in poly2.c (all but top 50 and their callers 12/3/95) */ #include "qhull_a.h" /*======== functions in alphabetical order ==========*/ /*---...
33.727561
149
0.628053
[ "geometry" ]
d67a8f4d9f032d50a9b7e345fa0ecdec6e2ef859
8,229
h
C
vpc/include/tencentcloud/vpc/v20170312/model/PrivateIpAddressSpecification.h
TencentCloud/tencentcloud-sdk-cpp-intl-en
752c031f5ad2c96868183c5931eae3a42dd5ae6c
[ "Apache-2.0" ]
1
2022-01-27T09:27:34.000Z
2022-01-27T09:27:34.000Z
vpc/include/tencentcloud/vpc/v20170312/model/PrivateIpAddressSpecification.h
TencentCloud/tencentcloud-sdk-cpp-intl-en
752c031f5ad2c96868183c5931eae3a42dd5ae6c
[ "Apache-2.0" ]
null
null
null
vpc/include/tencentcloud/vpc/v20170312/model/PrivateIpAddressSpecification.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 ...
33.45122
116
0.468222
[ "vector", "model" ]
d680a31707e5d77b226bfe4383e24d05734c6051
3,393
h
C
fboss/agent/state/StateUpdateHelpers.h
vitaliy-senchyshyn/fboss
6cb64342bfba08a668848e2b105689ff11887aa1
[ "BSD-3-Clause" ]
1
2021-03-29T15:56:51.000Z
2021-03-29T15:56:51.000Z
fboss/agent/state/StateUpdateHelpers.h
vitaliy-senchyshyn/fboss
6cb64342bfba08a668848e2b105689ff11887aa1
[ "BSD-3-Clause" ]
null
null
null
fboss/agent/state/StateUpdateHelpers.h
vitaliy-senchyshyn/fboss
6cb64342bfba08a668848e2b105689ff11887aa1
[ "BSD-3-Clause" ]
1
2016-04-11T12:15:33.000Z
2016-04-11T12:15:33.000Z
/* * Copyright (c) 2004-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. * */ // /...
25.900763
79
0.682287
[ "object" ]
d683d1abd9b6e93c6ecce9f35b59095c276d4406
2,101
h
C
vendor/MoPub.framework/Headers/MPClosableView.h
aliozinan/twitter-kit-ios
79478740fae47f179897536970ce10a4238472e1
[ "Apache-2.0", "BSD-3-Clause" ]
637
2017-12-14T19:34:42.000Z
2019-05-15T14:13:51.000Z
vendor/MoPub.framework/Headers/MPClosableView.h
aliozinan/twitter-kit-ios
79478740fae47f179897536970ce10a4238472e1
[ "Apache-2.0", "BSD-3-Clause" ]
117
2017-12-14T19:34:31.000Z
2019-05-16T06:27:33.000Z
vendor/MoPub.framework/Headers/MPClosableView.h
aliozinan/twitter-kit-ios
79478740fae47f179897536970ce10a4238472e1
[ "Apache-2.0", "BSD-3-Clause" ]
225
2017-12-14T19:37:29.000Z
2019-05-08T21:01:23.000Z
// // MPClosableView.h // MoPubSDK // // Copyright (c) 2014 MoPub. All rights reserved. // #import <UIKit/UIKit.h> enum { MPClosableViewCloseButtonLocationTopRight, MPClosableViewCloseButtonLocationTopLeft, MPClosableViewCloseButtonLocationTopCenter, MPClosableViewCloseButtonLocationBottomRight, ...
33.349206
112
0.812946
[ "object" ]
d6845232adac2263903c23bdf0f220abbb53c803
598
h
C
ICSignalCenter/Classes/ICSignalCenter.h
IvanChan/ICSignalCenter
e29a76c64ccc8c96e13b2246ffbf06219dfd46b3
[ "MIT" ]
null
null
null
ICSignalCenter/Classes/ICSignalCenter.h
IvanChan/ICSignalCenter
e29a76c64ccc8c96e13b2246ffbf06219dfd46b3
[ "MIT" ]
null
null
null
ICSignalCenter/Classes/ICSignalCenter.h
IvanChan/ICSignalCenter
e29a76c64ccc8c96e13b2246ffbf06219dfd46b3
[ "MIT" ]
null
null
null
// // ICSignalCenter.h // ICSignal // // Created by _ivanC on 7/1/16. // Copyright © 2016 _ivanC. All rights reserved. // #import <Foundation/Foundation.h> @interface ICSignalCenter : NSObject + (instancetype)defaultCenter; - (void)registerSignalHandler:(id)handler forSignal:(NSString *)signal handleBlock:(NSDi...
28.47619
142
0.749164
[ "object" ]
d68605b748ddec6967627bfd5a8323bd9849ff5f
10,145
h
C
third_party/cmsis/CMSIS/DSP/Include/dsp/svm_functions_f16.h
NXPmicro/mcux-sdk-middleware-tensorflow
d7c981343a516754672f85c4ca157066930dac8a
[ "Apache-2.0" ]
null
null
null
third_party/cmsis/CMSIS/DSP/Include/dsp/svm_functions_f16.h
NXPmicro/mcux-sdk-middleware-tensorflow
d7c981343a516754672f85c4ca157066930dac8a
[ "Apache-2.0" ]
null
null
null
third_party/cmsis/CMSIS/DSP/Include/dsp/svm_functions_f16.h
NXPmicro/mcux-sdk-middleware-tensorflow
d7c981343a516754672f85c4ca157066930dac8a
[ "Apache-2.0" ]
null
null
null
/****************************************************************************** * @file svm_functions_f16.h * @brief Public header file for CMSIS DSP Library * @version V1.9.0 * @date 20. July 2020 ******************************************************************************/ /* * Copyright (c) 2010-...
34.043624
94
0.640611
[ "object", "vector" ]
d689998001e6255cbba128dcc83ab642d749fa37
82,560
h
C
lite/backends/nnadapter/nnadapter/include/nnadapter/nnadapter.h
Lee0008/Paddle-Lite
76f9d0bedbdee32d67657b2073c82365fbb494a3
[ "Apache-2.0" ]
null
null
null
lite/backends/nnadapter/nnadapter/include/nnadapter/nnadapter.h
Lee0008/Paddle-Lite
76f9d0bedbdee32d67657b2073c82365fbb494a3
[ "Apache-2.0" ]
null
null
null
lite/backends/nnadapter/nnadapter/include/nnadapter/nnadapter.h
Lee0008/Paddle-Lite
76f9d0bedbdee32d67657b2073c82365fbb494a3
[ "Apache-2.0" ]
null
null
null
// Copyright (c) 2019 PaddlePaddle 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...
34.059406
80
0.679239
[ "shape", "vector", "model" ]
d68ba6b1f6dededa0069945982dbe57f1728182d
740
h
C
neuralnet/include/neuralnet/neuralnet.h
rkibria/evolvenn_cpp
d1570d1088f108cebb9d892256e8679774378a0a
[ "MIT" ]
null
null
null
neuralnet/include/neuralnet/neuralnet.h
rkibria/evolvenn_cpp
d1570d1088f108cebb9d892256e8679774378a0a
[ "MIT" ]
1
2022-03-07T16:19:14.000Z
2022-03-07T16:19:14.000Z
neuralnet/include/neuralnet/neuralnet.h
rkibria/evolvenn_cpp
d1570d1088f108cebb9d892256e8679774378a0a
[ "MIT" ]
null
null
null
#ifndef NEURALNET_H #define NEURALNET_H #include <vector> class NeuralNet { public: NeuralNet(size_t nInputs, const std::vector<size_t>& layerSizes); size_t run(const double* inputs, std::vector<double>& outputs) const; std::vector<double>& getWeights() { return weights; } const std::vector<double>&...
26.428571
75
0.687838
[ "vector" ]
d68d0206f0ff821d0a7cdfd5ae3e6d13fda7704e
6,888
h
C
euler/core/index/hash_index_result.h
timpcfan/euler
c2a71faae59c1495b6dabcf6aec0acb4d93a7bb1
[ "Apache-2.0" ]
2,829
2019-01-12T09:16:03.000Z
2022-03-29T14:00:58.000Z
euler/core/index/hash_index_result.h
timpcfan/euler
c2a71faae59c1495b6dabcf6aec0acb4d93a7bb1
[ "Apache-2.0" ]
331
2019-01-17T21:07:49.000Z
2022-03-30T06:38:17.000Z
euler/core/index/hash_index_result.h
timpcfan/euler
c2a71faae59c1495b6dabcf6aec0acb4d93a7bb1
[ "Apache-2.0" ]
578
2019-01-16T10:48:53.000Z
2022-03-21T13:41:34.000Z
/* Copyright 2020 Alibaba Group Holding Limited. 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 o...
31.59633
80
0.681185
[ "vector" ]
d68f426f1c0de065ae7fe7430c7515884e431548
4,871
h
C
src/parser/VVC/general_constraints_info.h
bitmovin/vvDecPlayer
08bfe881b61be9e300737a253936f25099281bea
[ "MIT" ]
5
2021-11-11T03:17:49.000Z
2022-03-29T16:00:21.000Z
src/parser/VVC/general_constraints_info.h
bitmovin/vvDecPlayer
08bfe881b61be9e300737a253936f25099281bea
[ "MIT" ]
2
2022-01-26T22:37:54.000Z
2022-03-17T12:27:18.000Z
src/parser/VVC/general_constraints_info.h
bitmovin/vvDecPlayer
08bfe881b61be9e300737a253936f25099281bea
[ "MIT" ]
5
2022-02-26T08:54:19.000Z
2022-03-05T02:39:02.000Z
/* MIT License Copyright (c) 2021 Christian Feldmann <christian.feldmann@gmx.de> <christian.feldmann@bitmovin.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 Sof...
40.932773
78
0.785054
[ "vector", "transform" ]
d68f8d2d99d2afc5293bc8c43980b916273f57a6
12,716
c
C
marss-cpu/marss.dramsim/qemu/qerror.c
ARCANA-Research/RACER-Artifacts
95a7550e510e5e26bc632ed5b14f31ba8d621b82
[ "MIT" ]
null
null
null
marss-cpu/marss.dramsim/qemu/qerror.c
ARCANA-Research/RACER-Artifacts
95a7550e510e5e26bc632ed5b14f31ba8d621b82
[ "MIT" ]
1
2021-11-05T16:18:22.000Z
2021-11-05T16:18:22.000Z
marss-emram/marss.dramsim/qemu/qerror.c
ARCANA-Research/RACER-Artifacts
95a7550e510e5e26bc632ed5b14f31ba8d621b82
[ "MIT" ]
null
null
null
/* * QError Module * * Copyright (C) 2009 Red Hat Inc. * * Authors: * Luiz Capitulino <lcapitulino@redhat.com> * * This work is licensed under the terms of the GNU LGPL, version 2.1 or later. * See the COPYING.LIB file in the top-level directory. */ #include "monitor.h" #include "qjson.h" #inc...
27.405172
98
0.547263
[ "object" ]
d6954467122bd2809e0ad9db62fa493c9f37c1df
5,321
h
C
simdpp/core/make_float.h
RaviGaddipati/libsimdpp
d09298cef781bfd090f61fbf8d9c1c8bf5d4374a
[ "BSL-1.0" ]
null
null
null
simdpp/core/make_float.h
RaviGaddipati/libsimdpp
d09298cef781bfd090f61fbf8d9c1c8bf5d4374a
[ "BSL-1.0" ]
null
null
null
simdpp/core/make_float.h
RaviGaddipati/libsimdpp
d09298cef781bfd090f61fbf8d9c1c8bf5d4374a
[ "BSL-1.0" ]
null
null
null
/* Copyright (C) 2014 Povilas Kanapickas <povilas@radix.lt> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ #ifndef LIBSIMDPP_SIMDPP_CORE_MAKE_FLOAT_H #define LIBSIMDPP_SIMDPP_CORE_MAKE_FLOA...
31.485207
80
0.598572
[ "vector" ]
d6a1eb337f6c8100e7f6fa4ff35ec503bcf4ab37
1,167
h
C
DK/DKFramework/DKRenderPass.h
tiff2766/DK
65eb923069c52a7d75fc0e8bdbaf304e32644551
[ "BSD-3-Clause" ]
2
2015-03-15T14:04:16.000Z
2015-06-24T06:53:48.000Z
DK/DKFramework/DKRenderPass.h
tiff2766/DK
65eb923069c52a7d75fc0e8bdbaf304e32644551
[ "BSD-3-Clause" ]
null
null
null
DK/DKFramework/DKRenderPass.h
tiff2766/DK
65eb923069c52a7d75fc0e8bdbaf304e32644551
[ "BSD-3-Clause" ]
null
null
null
// // File: DKRenderPass.h // Author: Hongtae Kim (tiff2766@gmail.com) // // Copyright (c) 2015-2017 Hongtae Kim. All rights reserved. // #pragma once #include "../DKFoundation.h" #include "DKColor.h" #include "DKTexture.h" namespace DKFramework { struct DKRenderPassAttachmentDescriptor { enum LoadAction { ...
20.12069
94
0.759212
[ "render" ]
d6aa969e20f19f518e420be2ff9d8b7f91282994
2,874
h
C
linux/arch/x86/kvm/hyperv.h
WUSTL-CSPL/RT-TEE
aafb3e9ff6c6e744c6bce1e42bcb198e1063efcc
[ "MIT" ]
1
2020-09-11T05:51:48.000Z
2020-09-11T05:51:48.000Z
linux/arch/x86/kvm/hyperv.h
WUSTL-CSPL/RT-TEE
aafb3e9ff6c6e744c6bce1e42bcb198e1063efcc
[ "MIT" ]
null
null
null
linux/arch/x86/kvm/hyperv.h
WUSTL-CSPL/RT-TEE
aafb3e9ff6c6e744c6bce1e42bcb198e1063efcc
[ "MIT" ]
null
null
null
/* * KVM Microsoft Hyper-V emulation * * derived from arch/x86/kvm/x86.c * * Copyright (C) 2006 Qumranet, Inc. * Copyright (C) 2008 Qumranet, Inc. * Copyright IBM Corporation, 2008 * Copyright 2010 Red Hat, Inc. and/or its affiliates. * Copyright (C) 2015 Andrey Smetanin <asmetanin@virtuozzo.com> * * Authors...
29.9375
81
0.771747
[ "vector" ]
d6ad511456db4c7490dae2501a482adfe6ff4fb5
2,882
h
C
include/dpp/webhook.h
uwuAnimelover/DPP
ac2878ccf1ac1e2d9b8334febe4146028d7b7c0c
[ "Apache-2.0" ]
null
null
null
include/dpp/webhook.h
uwuAnimelover/DPP
ac2878ccf1ac1e2d9b8334febe4146028d7b7c0c
[ "Apache-2.0" ]
null
null
null
include/dpp/webhook.h
uwuAnimelover/DPP
ac2878ccf1ac1e2d9b8334febe4146028d7b7c0c
[ "Apache-2.0" ]
null
null
null
/************************************************************************************ * * D++, A Lightweight C++ library for Discord * * Copyright 2021 Craig Edwards and D++ contributors * (https://github.com/brainboxdotcc/DPP/graphs/contributors) * * Licensed under the Apache License, Version 2.0 (the "License...
30.989247
125
0.663775
[ "object" ]
d6baa98ff7e0fdb80cbf6099cf25b99d1d7a37c9
1,861
h
C
engine/tf_plugin.h
stefanseibert/interactive-ml
c9af95678264c9da9b6041b96be0a474d724aae0
[ "Apache-2.0" ]
1
2018-02-19T22:15:05.000Z
2018-02-19T22:15:05.000Z
engine/tf_plugin.h
stefanseibert/interactive-ml
c9af95678264c9da9b6041b96be0a474d724aae0
[ "Apache-2.0" ]
null
null
null
engine/tf_plugin.h
stefanseibert/interactive-ml
c9af95678264c9da9b6041b96be0a474d724aae0
[ "Apache-2.0" ]
null
null
null
#pragma once #include "tf_settings.h" #include "tf_lua.h" #include "tf_kernel.h" #include "tf_cuda.h" #include <engine_plugin_api/plugin_api.h> #include <plugin_foundation/vector2.h> #include <plugin_foundation/string.h> // D3D11 and CUDA Headers #include <d3d11.h> #include <cuda_runtime_api.h> #include <cuda_d3d11_i...
29.539683
109
0.781838
[ "render" ]
d6bae5d0f728cff2b5212e755011ab1116fd6bc6
1,296
h
C
qt-mvvm/source/libmvvm_view/mvvm/plotting/customplotsceneadapter.h
seaCheng/animation-
89a0cb0efbcfea202965a5851979ae6f1b67f8f0
[ "BSD-3-Clause" ]
6
2021-12-08T03:09:47.000Z
2022-02-24T03:51:14.000Z
qt-mvvm/source/libmvvm_view/mvvm/plotting/customplotsceneadapter.h
seaCheng/animation-
89a0cb0efbcfea202965a5851979ae6f1b67f8f0
[ "BSD-3-Clause" ]
null
null
null
qt-mvvm/source/libmvvm_view/mvvm/plotting/customplotsceneadapter.h
seaCheng/animation-
89a0cb0efbcfea202965a5851979ae6f1b67f8f0
[ "BSD-3-Clause" ]
null
null
null
// ************************************************************************** // // // Model-view-view-model framework for large GUI applications // //! @license GNU General Public License v3 or higher (see COPYING) //! @authors see AUTHORS // // ********************************************************************...
28.173913
89
0.689043
[ "model" ]
c5eabb9d27bd5bf29d6e25a9a36fa14803e1fa8e
2,415
h
C
ww/Win32/Handle.h
koalefant/yasli
2096ed8a59ae9c7da467d8de8f1eb811a989dc39
[ "MIT" ]
8
2021-07-08T18:06:33.000Z
2022-01-17T18:29:57.000Z
ww/Win32/Handle.h
koalefant/yasli
2096ed8a59ae9c7da467d8de8f1eb811a989dc39
[ "MIT" ]
null
null
null
ww/Win32/Handle.h
koalefant/yasli
2096ed8a59ae9c7da467d8de8f1eb811a989dc39
[ "MIT" ]
1
2021-12-31T15:52:56.000Z
2021-12-31T15:52:56.000Z
/** * wWidgets - Lightweight UI Toolkit. * Copyright (C) 2009-2011 Evgeny Andreeshchev <eugene.andreeshchev@gmail.com> * Alexander Kotliar <alexander.kotliar@gmail.com> * * This code is distributed under the MIT License: * http://www.opensource.org/licen...
19.32
80
0.637267
[ "object" ]
c5efefd028969d7315f54d894a05b60ab84de0c5
2,042
h
C
lib/nncase/include/targets/target.h
rodb70/kendryte-standalone-sdk
4d4e333e91d27712da721cdf4c518e5a3ebab7ad
[ "Apache-2.0" ]
null
null
null
lib/nncase/include/targets/target.h
rodb70/kendryte-standalone-sdk
4d4e333e91d27712da721cdf4c518e5a3ebab7ad
[ "Apache-2.0" ]
1
2020-01-14T06:24:57.000Z
2020-01-14T06:24:57.000Z
lib/nncase/include/targets/target.h
rodb70/kendryte-standalone-sdk
4d4e333e91d27712da721cdf4c518e5a3ebab7ad
[ "Apache-2.0" ]
1
2020-01-14T05:36:45.000Z
2020-01-14T05:36:45.000Z
/* Copyright 2019 Canaan 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 or agree...
40.039216
194
0.738002
[ "vector", "transform" ]
c5f805d6ee5c832f9184eedb930d831415e6cdfc
3,921
h
C
src/cc/BPFTable.h
figozhang/bcc
0abd93e5f908a930f87007937f4028aecc13975b
[ "ECL-2.0", "Apache-2.0" ]
1
2017-01-07T12:10:31.000Z
2017-01-07T12:10:31.000Z
src/cc/BPFTable.h
Agares/bcc
0abd93e5f908a930f87007937f4028aecc13975b
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
src/cc/BPFTable.h
Agares/bcc
0abd93e5f908a930f87007937f4028aecc13975b
[ "ECL-2.0", "Apache-2.0" ]
3
2018-10-30T07:57:13.000Z
2021-06-15T02:29:44.000Z
/* * Copyright (c) 2016 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 or agreed ...
27.612676
75
0.686305
[ "vector" ]
6807b52d8bbda67b8cd64e0c03f3602f72083f29
3,949
h
C
Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapMeshHolder.h
adelbennaceur/carla
4d6fefe73d38f0ffaef8ffafccf71245699fc5db
[ "MIT" ]
7,883
2017-11-10T16:49:23.000Z
2022-03-31T18:48:47.000Z
Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapMeshHolder.h
adelbennaceur/carla
4d6fefe73d38f0ffaef8ffafccf71245699fc5db
[ "MIT" ]
4,558
2017-11-10T17:45:30.000Z
2022-03-31T23:30:02.000Z
Unreal/CarlaUE4/Plugins/Carla/Source/Carla/MapGen/CityMapMeshHolder.h
adelbennaceur/carla
4d6fefe73d38f0ffaef8ffafccf71245699fc5db
[ "MIT" ]
2,547
2017-11-13T03:22:44.000Z
2022-03-31T10:39:30.000Z
// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma // de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see <https://opensource.org/licenses/MIT>. #pragma once #include "GameFramework/Actor.h" #include "CityMapMeshTag.h" #include "CityMapMes...
32.908333
92
0.622436
[ "mesh", "transform", "3d" ]
6811a26b1308ed5cbc90a5d7321b57e0e23c3d53
25,185
h
C
src/Magnum/BufferImage.h
costashatz/magnum
8f87ca92334b326a54d27789f370fd8556d557de
[ "MIT" ]
null
null
null
src/Magnum/BufferImage.h
costashatz/magnum
8f87ca92334b326a54d27789f370fd8556d557de
[ "MIT" ]
null
null
null
src/Magnum/BufferImage.h
costashatz/magnum
8f87ca92334b326a54d27789f370fd8556d557de
[ "MIT" ]
null
null
null
#ifndef Magnum_BufferImage_h #define Magnum_BufferImage_h /* This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 Vladimír Vondruš <mosra@centrum.cz> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and...
46.295956
382
0.655112
[ "object", "vector" ]
6811f2e2d2fae6896f05be9050476ef02eadfed6
68,516
c
C
src/tpg_port.c
noraj/warp17
3a6430552afc64fad353d2c2127473758715b65c
[ "BSD-3-Clause" ]
null
null
null
src/tpg_port.c
noraj/warp17
3a6430552afc64fad353d2c2127473758715b65c
[ "BSD-3-Clause" ]
null
null
null
src/tpg_port.c
noraj/warp17
3a6430552afc64fad353d2c2127473758715b65c
[ "BSD-3-Clause" ]
null
null
null
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER * * Copyright (c) 2016, Juniper Networks, Inc. All rights reserved. * * * The contents of this file are subject to the terms of the BSD 3 clause * License (the "License"). You may not use this file except in compliance * with the License. * * Y...
37.21673
178
0.526286
[ "3d" ]
6812c798144eedb2c160d9585ca2c71227ec47a1
10,799
h
C
chrome/browser/autocomplete/autocomplete_controller.h
pozdnyakov/chromium-crosswalk
0fb25c7278bf1d93e53a3b0bcb75aa8b99d4b26e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
chrome/browser/autocomplete/autocomplete_controller.h
pozdnyakov/chromium-crosswalk
0fb25c7278bf1d93e53a3b0bcb75aa8b99d4b26e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
chrome/browser/autocomplete/autocomplete_controller.h
pozdnyakov/chromium-crosswalk
0fb25c7278bf1d93e53a3b0bcb75aa8b99d4b26e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
// Copyright (c) 2012 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_AUTOCOMPLETE_AUTOCOMPLETE_CONTROLLER_H_ #define CHROME_BROWSER_AUTOCOMPLETE_AUTOCOMPLETE_CONTROLLER_H_ #include "base/basictyp...
43.544355
80
0.760811
[ "model" ]
682341a55c67c8103c3b59e5fecb168c2cc9df1b
3,092
h
C
src/game/Fx.h
AMS21/PreyRun
3efc9d70228bcfb8bc18f6ff23a05c8be1e45101
[ "MIT" ]
2
2018-08-30T23:48:22.000Z
2021-04-07T19:16:18.000Z
src/game/Fx.h
AMS21/PreyRun
3efc9d70228bcfb8bc18f6ff23a05c8be1e45101
[ "MIT" ]
null
null
null
src/game/Fx.h
AMS21/PreyRun
3efc9d70228bcfb8bc18f6ff23a05c8be1e45101
[ "MIT" ]
null
null
null
// Copyright (C) 2004 Id Software, Inc. // #ifndef __GAME_FX_H__ #define __GAME_FX_H__ /* =============================================================================== Special effects. =============================================================================== */ typedef struct { renderLight_t renderLig...
28.897196
122
0.67141
[ "model" ]
682464407c7f9fa4abae1072c02adc9e4cff6c38
6,890
c
C
src/lib/libc/stdlib/atexit.c
lastweek/source-freebsd
0821950b0c40cbc891a27964b342e0202a3859ec
[ "Naumen", "Condor-1.1", "MS-PL" ]
null
null
null
src/lib/libc/stdlib/atexit.c
lastweek/source-freebsd
0821950b0c40cbc891a27964b342e0202a3859ec
[ "Naumen", "Condor-1.1", "MS-PL" ]
null
null
null
src/lib/libc/stdlib/atexit.c
lastweek/source-freebsd
0821950b0c40cbc891a27964b342e0202a3859ec
[ "Naumen", "Condor-1.1", "MS-PL" ]
null
null
null
/*- * SPDX-License-Identifier: BSD-3-Clause * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Chris Torek. * * Redistribution and use in source and binary forms, with or without * modification, ...
27.450199
77
0.699855
[ "object" ]
682676c71444837af42d192ae6b83daaa4f93c25
31,905
h
C
sp/src/public/togl/osx/dxabstract.h
tingtom/Fodder
3250572dbc56547709f564ba68e451b21660cdb4
[ "Unlicense" ]
5
2015-09-29T23:14:26.000Z
2021-04-01T05:28:52.000Z
sp/src/public/togl/osx/dxabstract.h
tingtom/Fodder
3250572dbc56547709f564ba68e451b21660cdb4
[ "Unlicense" ]
null
null
null
sp/src/public/togl/osx/dxabstract.h
tingtom/Fodder
3250572dbc56547709f564ba68e451b21660cdb4
[ "Unlicense" ]
6
2015-02-20T06:11:13.000Z
2018-11-15T08:22:01.000Z
//========= Copyright Valve Corporation, All rights reserved. ============// // // // //================================================================================================== #ifndef DXABSTRACT_H #define DXABSTRACT_H #ifdef _WIN32 #pragma once #endif #include "togl/rendermechanism.h...
39.63354
234
0.687667
[ "render", "object", "vector", "transform", "3d" ]
68273a99dcefc15d72c53c0d80a9056558f742ed
1,307
h
C
aws-cpp-sdk-polly/include/aws/polly/model/VoiceId.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-polly/include/aws/polly/model/VoiceId.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-polly/include/aws/polly/model/VoiceId.h
ravindra-wagh/aws-sdk-cpp
7d5ff01b3c3b872f31ca98fb4ce868cd01e97696
[ "Apache-2.0" ]
1
2021-12-30T04:25:33.000Z
2021-12-30T04:25:33.000Z
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/polly/Polly_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> namespace Aws { namespace Polly { namespace Model { enum class VoiceId { NOT_SET, Aditi,...
13.757895
69
0.589901
[ "model" ]
682b2a6ba0749f407c06c8ecc11c9568686f3de3
21,358
c
C
deps/src/cmake-3.13.4/Utilities/cmlibarchive/libarchive/archive_read_support_format_warc.c
LeeCenY/turicreate
fb2f3bf313e831ceb42a2e10aacda6e472ea8d93
[ "BSD-3-Clause" ]
2
2019-02-08T08:45:27.000Z
2020-09-07T05:55:18.000Z
deps/src/cmake-3.13.4/Utilities/cmlibarchive/libarchive/archive_read_support_format_warc.c
znation/turicreate
f56f9ef9c138d8047037184afb6356c20bbc7f71
[ "BSD-3-Clause" ]
2
2022-01-13T04:03:55.000Z
2022-03-12T01:02:31.000Z
deps/src/cmake-3.13.4/Utilities/cmlibarchive/libarchive/archive_read_support_format_warc.c
ZeroInfinite/turicreate
dd210c2563930881abd51fd69cb73007955b33fd
[ "BSD-3-Clause" ]
1
2019-11-23T09:47:24.000Z
2019-11-23T09:47:24.000Z
/*- * Copyright (c) 2014 Sebastian Freundt * 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 c...
25.857143
79
0.635359
[ "object" ]
682b5c3714b29fd773cfc7f7f5ecc0f20c9ab9d6
908
h
C
contrib/llib/include/lstring_utils.h
taohui/lushan
8c0c5f672d55500f7dd25d362e438dd0a8021f62
[ "MIT" ]
22
2015-08-24T02:53:36.000Z
2020-12-01T07:58:43.000Z
contrib/llib/include/lstring_utils.h
taohui/lushan
8c0c5f672d55500f7dd25d362e438dd0a8021f62
[ "MIT" ]
1
2015-08-31T08:34:47.000Z
2016-04-08T05:41:06.000Z
contrib/llib/include/lstring_utils.h
taohui/lushan
8c0c5f672d55500f7dd25d362e438dd0a8021f62
[ "MIT" ]
5
2015-08-24T09:54:37.000Z
2019-07-03T08:14:22.000Z
#ifndef LSTRING_UTILS_H #define LSTRING_UTILS_H #include <string> #include <vector> inline const std::string rtrim(const std::string& str, const char *charlist = " \t\r\n") { std::string s(str); std::string::size_type pos = s.find_last_not_of(charlist); if (pos == std::string::npos) { return ""; ...
25.942857
88
0.60022
[ "vector" ]
682bb27c27e213d32fec991dcdc81076d8e28643
4,477
h
C
src/framepoint_generation/base_framepoint_generator.h
NamDinhRobotics/proSLAM
ae0af871e67d9df8dc2a64fa527602e02c5e4072
[ "BSD-3-Clause" ]
43
2019-02-28T08:12:49.000Z
2022-01-03T03:23:20.000Z
src/framepoint_generation/base_framepoint_generator.h
JinyongJeong/proSLAM
79f045242daa5f7fe51e4032dfd0a2ea48a7a814
[ "BSD-3-Clause" ]
1
2020-03-11T13:43:10.000Z
2020-03-15T09:35:15.000Z
src/framepoint_generation/base_framepoint_generator.h
NamDinhRobotics/proSLAM
ae0af871e67d9df8dc2a64fa527602e02c5e4072
[ "BSD-3-Clause" ]
17
2019-04-09T14:20:20.000Z
2021-09-29T06:29:05.000Z
#pragma once #include "types/frame.h" #include "intensity_feature_matcher.h" namespace proslam { //! @class this class computes potential framepoints in a stereo image pair by triangulation class BaseFramePointGenerator { //ds object handling PROSLAM_MAKE_PROCESSING_CLASS(BaseFramePointGenerator) //ds functionali...
38.264957
174
0.782667
[ "object", "vector" ]
682bcaf41610096bb74a4ab7744925c897d52c9e
14,054
h
C
Countly.h
dorlov/countly-sdk-ios
fd8fe22a2f3104f36b722cf3cd441aa4d8961a41
[ "MIT" ]
null
null
null
Countly.h
dorlov/countly-sdk-ios
fd8fe22a2f3104f36b722cf3cd441aa4d8961a41
[ "MIT" ]
null
null
null
Countly.h
dorlov/countly-sdk-ios
fd8fe22a2f3104f36b722cf3cd441aa4d8961a41
[ "MIT" ]
1
2019-10-09T07:49:18.000Z
2019-10-09T07:49:18.000Z
// Countly.h // // This code is provided under the MIT License. // // Please visit www.count.ly for more information. #import <Foundation/Foundation.h> #import <CoreLocation/CoreLocation.h> #import "CountlyUserDetails.h" #import "CountlyConfig.h" #if TARGET_OS_IOS #import <UserNotifications/UserNotifications.h> #endif...
42.717325
429
0.768749
[ "object" ]
682c6d60bbbec7bde2096f8a4288903a24ac0f09
2,177
c
C
src/nirt/str_manip.c
lf-/brlcad
f91ea585c1a930a2e97c3f5a8274db8805ebbb46
[ "BSD-4-Clause", "BSD-3-Clause" ]
83
2021-03-10T05:54:52.000Z
2022-03-31T16:33:46.000Z
src/nirt/str_manip.c
lf-/brlcad
f91ea585c1a930a2e97c3f5a8274db8805ebbb46
[ "BSD-4-Clause", "BSD-3-Clause" ]
13
2021-06-24T17:07:48.000Z
2022-03-31T15:31:33.000Z
src/nirt/str_manip.c
lf-/brlcad
f91ea585c1a930a2e97c3f5a8274db8805ebbb46
[ "BSD-4-Clause", "BSD-3-Clause" ]
54
2021-03-10T07:57:06.000Z
2022-03-28T23:20:37.000Z
/* S T R _ M A N I P . C * BRL-CAD * * Copyright (c) 2004-2021 United States Government as represented by * the U.S. Army Research Laboratory. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * version 2.1 ...
21.135922
70
0.596233
[ "cad" ]
682f22cd13a484124444d05af878376763c90bc9
2,553
h
C
CppInference/ext/cppflow/ops.h
ishine/TensorflowASR-1
c0bcaec124dd96138ac401dfbde0b8c795737bb1
[ "Apache-2.0" ]
164
2021-10-31T04:48:33.000Z
2022-03-31T07:21:43.000Z
CppInference/ext/cppflow/ops.h
ishine/TensorflowASR-1
c0bcaec124dd96138ac401dfbde0b8c795737bb1
[ "Apache-2.0" ]
19
2021-10-30T01:46:37.000Z
2022-03-31T06:29:29.000Z
CppInference/ext/cppflow/ops.h
ishine/TensorflowASR-1
c0bcaec124dd96138ac401dfbde0b8c795737bb1
[ "Apache-2.0" ]
53
2021-10-31T04:48:36.000Z
2022-03-31T07:21:48.000Z
// // Created by serizba on 31/7/20. // #ifndef CPPFLOW2_OPS_H #define CPPFLOW2_OPS_H #include "tensor.h" #include "raw_ops.h" namespace cppflow { /** * @name Operators */ //@{ /** * @returns x + y elementwise */ tensor operator+(const tensor& x, const tensor& y); /** ...
24.548077
159
0.586761
[ "shape" ]
68319df827fc579d64a745af28008835f3afeb7c
18,469
h
C
_code/dev_16.1.x/os/hal/ports/STM32/STM32L1xx/adc_lld.h
microwan/spc5-nil
c6f93eb175cf0d9f4b26b39c5f82e3ff5ffe85e9
[ "Apache-2.0" ]
1
2017-05-21T03:59:30.000Z
2017-05-21T03:59:30.000Z
ChibiOS/os/hal/ports/STM32/STM32L1xx/adc_lld.h
lcam21/DSP-Library-Lanin
c9d9afbd520777ef4ba0cb9c1af6aacdad9101d9
[ "CC0-1.0" ]
null
null
null
ChibiOS/os/hal/ports/STM32/STM32L1xx/adc_lld.h
lcam21/DSP-Library-Lanin
c9d9afbd520777ef4ba0cb9c1af6aacdad9101d9
[ "CC0-1.0" ]
null
null
null
/* ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio 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 ap...
37.311111
79
0.571769
[ "object" ]
68360b52e8a979a7bd94fbf2f8f1339d1d06a5b2
11,591
h
C
LidarPlugin/Common/Calib/Camera/CeresCameraCalibrationCostFunctions.h
Pandinosaurus/LidarView
9b9b2976e9ac5dcd891a604dabbb79bd6fc6a57a
[ "Apache-2.0" ]
1
2020-05-13T11:14:18.000Z
2020-05-13T11:14:18.000Z
LidarPlugin/Common/Calib/Camera/CeresCameraCalibrationCostFunctions.h
yxw027/LidarView
9267729e62886a324ba7f2e3fed50db38b24f001
[ "Apache-2.0" ]
null
null
null
LidarPlugin/Common/Calib/Camera/CeresCameraCalibrationCostFunctions.h
yxw027/LidarView
9267729e62886a324ba7f2e3fed50db38b24f001
[ "Apache-2.0" ]
1
2020-05-30T10:07:35.000Z
2020-05-30T10:07:35.000Z
//========================================================================= // // Copyright 2019 Kitware, Inc. // Author: Guilbert Pierre (spguilbert@gmail.com) // Data: 03-27-2019 // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. /...
32.197222
107
0.561988
[ "vector", "3d" ]
6836804d1c6f7fa3c6b20812ead319c7113aa7cf
1,430
h
C
graphics/geometry.h
hiragisorah/kalokairi
bd06f7c6033dfa83cda45726dc9f2184ee0b081c
[ "MIT" ]
null
null
null
graphics/geometry.h
hiragisorah/kalokairi
bd06f7c6033dfa83cda45726dc9f2184ee0b081c
[ "MIT" ]
null
null
null
graphics/geometry.h
hiragisorah/kalokairi
bd06f7c6033dfa83cda45726dc9f2184ee0b081c
[ "MIT" ]
null
null
null
#pragma once #include <DirectXMath.h> #include <d3d11.h> #include <wrl/client.h> #include <memory> #pragma comment(lib, "d3d11.lib") namespace Seed { using DeviceContext = Microsoft::WRL::ComPtr<ID3D11DeviceContext>; class Geometry final { friend class Graphics; public: Geometry(Geometry const&) = delete...
32.5
208
0.732168
[ "geometry" ]
68375a7818fdfe030a6d66446d2a7706d0122cc7
7,835
h
C
spine-cpp/spine-cpp/include/spine/Skeleton.h
amir-gouini-bhi/spine-runtimes
17b82013ffe8b1315dc6fa4f4c7a7e7faab1d1ee
[ "RSA-MD" ]
null
null
null
spine-cpp/spine-cpp/include/spine/Skeleton.h
amir-gouini-bhi/spine-runtimes
17b82013ffe8b1315dc6fa4f4c7a7e7faab1d1ee
[ "RSA-MD" ]
null
null
null
spine-cpp/spine-cpp/include/spine/Skeleton.h
amir-gouini-bhi/spine-runtimes
17b82013ffe8b1315dc6fa4f4c7a7e7faab1d1ee
[ "RSA-MD" ]
null
null
null
/****************************************************************************** * Spine Runtimes License Agreement * Last updated January 1, 2020. Replaces all prior versions. * * Copyright (c) 2013-2020, Esoteric Software LLC * * Integration of the Spine Runtimes into software or otherwise creating * derivative...
28.183453
130
0.738864
[ "mesh", "vector", "transform" ]
68456e2dfb8d1bc2aba5449e51be85df51a02870
1,053
h
C
playground/dx11/shadow_map/desc/texture_desc.h
ans-hub/gdm_framework
4218bb658d542df2c0568c4d3aac813cd1f18e1b
[ "MIT" ]
1
2020-12-30T23:50:01.000Z
2020-12-30T23:50:01.000Z
playground/dx11/shadow_map/desc/texture_desc.h
ans-hub/gdm_framework
4218bb658d542df2c0568c4d3aac813cd1f18e1b
[ "MIT" ]
null
null
null
playground/dx11/shadow_map/desc/texture_desc.h
ans-hub/gdm_framework
4218bb658d542df2c0568c4d3aac813cd1f18e1b
[ "MIT" ]
null
null
null
// ************************************************************* // File: desc/texture_desc.h // Author: Novoselov Anton @ 2018 // URL: https://github.com/ans-hub/gdm_framework // ************************************************************* #ifndef SH_TEXTURE_DESC_H #define SH_TEXTURE_DESC_H #include <render...
24.488372
64
0.618234
[ "render" ]
684666aba139b1f4ed5ad567e87eb1bfc4966887
23,142
c
C
source/blender/editors/curve/editcurve_add.c
EvanAW/blender
b85504337e71a180362ad7fbc402dc7a25d5a564
[ "Naumen", "Condor-1.1", "MS-PL" ]
1
2021-06-30T00:39:40.000Z
2021-06-30T00:39:40.000Z
source/blender/editors/curve/editcurve_add.c
EvanAW/blender
b85504337e71a180362ad7fbc402dc7a25d5a564
[ "Naumen", "Condor-1.1", "MS-PL" ]
null
null
null
source/blender/editors/curve/editcurve_add.c
EvanAW/blender
b85504337e71a180362ad7fbc402dc7a25d5a564
[ "Naumen", "Condor-1.1", "MS-PL" ]
null
null
null
/* * 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 2 * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be use...
27.419431
91
0.598263
[ "object" ]
6846a8dcec36342c6322ca1049296372855a0f86
4,241
h
C
cc/macros.h
zcmgyu/opencv4nodejs
8f9e6768b4cc90e8c529c803e9fbaa48de4b11ee
[ "MIT" ]
null
null
null
cc/macros.h
zcmgyu/opencv4nodejs
8f9e6768b4cc90e8c529c803e9fbaa48de4b11ee
[ "MIT" ]
null
null
null
cc/macros.h
zcmgyu/opencv4nodejs
8f9e6768b4cc90e8c529c803e9fbaa48de4b11ee
[ "MIT" ]
null
null
null
#include "NativeNodeUtils.h" #include <opencv2/core.hpp> #ifndef __FF_MACROS_H__ #define __FF_MACROS_H__ #define CV_VERSION_GREATER_EQUAL(major, minor, revision) \ ( \ CV_VERSION_MAJOR > major \ || (CV_VERSION_MAJOR == major && CV_VERSION_MINOR > minor) \ || (CV_VERSION_MAJOR == major && CV_VERSION_MINOR == m...
32.374046
101
0.710917
[ "object", "vector" ]
684b9a29276356ef5990a366eb1c38cce1ac1ee5
729
h
C
BaseLib/Templates/IntegrationType.h
intact-software-systems/cpp-software-patterns
e463fc7eeba4946b365b5f0b2eecf3da0f4c895b
[ "MIT" ]
1
2020-09-03T07:23:11.000Z
2020-09-03T07:23:11.000Z
BaseLib/Templates/IntegrationType.h
intact-software-systems/cpp-software-patterns
e463fc7eeba4946b365b5f0b2eecf3da0f4c895b
[ "MIT" ]
null
null
null
BaseLib/Templates/IntegrationType.h
intact-software-systems/cpp-software-patterns
e463fc7eeba4946b365b5f0b2eecf3da0f4c895b
[ "MIT" ]
null
null
null
#ifndef INTEGRATIONTYPE_H #define INTEGRATIONTYPE_H #include "BaseLib/CommonDefines.h" namespace BaseLib { namespace Templates { /** * Add template types to support intergration between layers, for example, DCPS to RTPS to SocketReactor. * * Integration is typically data flowing up or down. Consider using observe...
19.702703
105
0.702332
[ "vector" ]
684cc3ad7f22497bed538848854347458fe923c2
4,276
h
C
thirdparty/cgal/CGAL-4.13/include/CGAL/Homogeneous/DirectionH3.h
st4ll1/dust3d
c1de02f7ddcfdacc730cc96740f8073f87e7818c
[ "MIT" ]
7
2016-12-08T08:12:14.000Z
2019-07-31T18:50:24.000Z
thirdparty/cgal/CGAL-4.13/include/CGAL/Homogeneous/DirectionH3.h
st4ll1/dust3d
c1de02f7ddcfdacc730cc96740f8073f87e7818c
[ "MIT" ]
26
2018-05-18T22:54:03.000Z
2021-12-16T14:07:00.000Z
thirdparty/cgal/CGAL-4.13/include/CGAL/Homogeneous/DirectionH3.h
st4ll1/dust3d
c1de02f7ddcfdacc730cc96740f8073f87e7818c
[ "MIT" ]
8
2018-07-18T07:11:52.000Z
2019-12-31T20:27:33.000Z
// Copyright (c) 1999 // Utrecht University (The Netherlands), // ETH Zurich (Switzerland), // INRIA Sophia-Antipolis (France), // Max-Planck-Institute Saarbruecken (Germany), // and Tel-Aviv University (Israel). All rights reserved. // // This file is part of CGAL (www.cgal.org); you can redistribute it and/or // ...
30.985507
79
0.637278
[ "vector" ]
684ce320690227f3fa2764d076189c66b4628216
1,345
h
C
extensions/browser/service_worker/worker_id_set.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
extensions/browser/service_worker/worker_id_set.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
extensions/browser/service_worker/worker_id_set.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 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 EXTENSIONS_BROWSER_SERVICE_WORKER_WORKER_ID_SET_H_ #define EXTENSIONS_BROWSER_SERVICE_WORKER_WORKER_ID_SET_H_ #include <set> #include <vector> #...
29.888889
75
0.75316
[ "render", "vector" ]
d03a0bb05e92c3d492c174c0e76882b432bed54f
3,425
h
C
src/bm_usb/hid_bootloader.h
damon-yun/Kinetis_Bootloader
ed1ecc49d42058b5be6a8f1b36a0cc8353b14c24
[ "BSD-3-Clause" ]
4
2020-03-04T08:13:05.000Z
2021-04-16T05:14:31.000Z
src/bm_usb/hid_bootloader.h
damon-yun/Kinetis_Bootloader
ed1ecc49d42058b5be6a8f1b36a0cc8353b14c24
[ "BSD-3-Clause" ]
null
null
null
src/bm_usb/hid_bootloader.h
damon-yun/Kinetis_Bootloader
ed1ecc49d42058b5be6a8f1b36a0cc8353b14c24
[ "BSD-3-Clause" ]
1
2020-03-04T08:13:07.000Z
2020-03-04T08:13:07.000Z
/* * Copyright (c) 2015, Freescale Semiconductor, 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: * * o Redistributions of source code must retain the above copyright notice, this list...
45.065789
117
0.751241
[ "object" ]
d03dc2ee2a6275c41403704c8fd89801856634d1
3,201
h
C
interface/src/ui/overlays/Circle3DOverlay.h
stojce/hifi
8e6c860a243131859c0706424097db56e6a604bd
[ "Apache-2.0" ]
null
null
null
interface/src/ui/overlays/Circle3DOverlay.h
stojce/hifi
8e6c860a243131859c0706424097db56e6a604bd
[ "Apache-2.0" ]
1
2015-09-25T19:11:03.000Z
2015-09-25T22:04:36.000Z
interface/src/ui/overlays/Circle3DOverlay.h
stojce/hifi
8e6c860a243131859c0706424097db56e6a604bd
[ "Apache-2.0" ]
null
null
null
// // Circle3DOverlay.h // interface/src/ui/overlays // // Copyright 2014 High Fidelity, Inc. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // #ifndef hifi_Circle3DOverlay_h #define hifi_Circle3DOverlay_h // includ...
36.793103
107
0.734146
[ "render" ]
d03fa379ccb6cf14ec09bc6aca5029f3ab7a5c7d
28,895
h
C
src/runtime/base/execution_context.h
bogdan2412/hiphop-php
1ab828426096d0e7ae74544189e2f4cd6924570b
[ "PHP-3.01", "Zend-2.0" ]
1
2019-03-03T12:27:04.000Z
2019-03-03T12:27:04.000Z
src/runtime/base/execution_context.h
bogdan2412/hiphop-php
1ab828426096d0e7ae74544189e2f4cd6924570b
[ "PHP-3.01", "Zend-2.0" ]
null
null
null
src/runtime/base/execution_context.h
bogdan2412/hiphop-php
1ab828426096d0e7ae74544189e2f4cd6924570b
[ "PHP-3.01", "Zend-2.0" ]
null
null
null
/* +----------------------------------------------------------------------+ | HipHop for PHP | +----------------------------------------------------------------------+ | Copyright (c) 2010- Facebook, Inc. (http://www.facebook.com) | +---------...
34.98184
80
0.642429
[ "object", "vector" ]
d0433421020f07cae2e0c6c4e3d5be81a02e08d4
16,249
c
C
deps/mozjs/incs/nss/nss/lib/softoken/lowkey.c
ktrzeciaknubisa/jxcore-binary-packaging
5759df084be10a259a4a4f1b38c214c6084a7c0f
[ "Apache-2.0" ]
2,494
2015-02-11T04:34:13.000Z
2022-03-31T14:21:47.000Z
deps/mozjs/incs/nss/nss/lib/softoken/lowkey.c
ktrzeciaknubisa/jxcore-binary-packaging
5759df084be10a259a4a4f1b38c214c6084a7c0f
[ "Apache-2.0" ]
685
2015-02-11T17:14:26.000Z
2021-04-13T09:58:39.000Z
deps/mozjs/incs/nss/nss/lib/softoken/lowkey.c
ktrzeciaknubisa/jxcore-binary-packaging
5759df084be10a259a4a4f1b38c214c6084a7c0f
[ "Apache-2.0" ]
442
2015-02-12T13:45:46.000Z
2022-03-21T05:28:05.000Z
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "lowkeyi.h" #include "secoid.h" #include "secitem.h" #include "secder.h" #include "base64.h" #include "sec...
32.959432
91
0.686381
[ "object" ]
d04abec1330f97871d497582eea865565ee046ab
1,303
c
C
legacy_sources/v3/test_libmesh.c
clayne/libMeshb
d797b1cc92c7ad359fa4c70b411ee954a660d612
[ "MIT-0", "MIT" ]
28
2016-05-31T14:24:33.000Z
2021-10-12T03:10:19.000Z
legacy_sources/v3/test_libmesh.c
clayne/libMeshb
d797b1cc92c7ad359fa4c70b411ee954a660d612
[ "MIT-0", "MIT" ]
11
2016-10-05T12:11:43.000Z
2022-01-07T15:23:01.000Z
legacy_sources/v3/test_libmesh.c
clayne/libMeshb
d797b1cc92c7ad359fa4c70b411ee954a660d612
[ "MIT-0", "MIT" ]
20
2016-05-31T14:41:51.000Z
2022-02-18T21:20:07.000Z
#include <libmesh3.h> main() { LM_mesh_struct inmesh, outmesh; int i, ref, p1, p2, p3; float x, y, z; /* Tente d'ouvrir le mesh en lecture, sinon fin */ if(!LM_open_mesh("test.mesh", LM_READ, &inmesh)) return(1); /* Si le mesh n'est pas de la dimension souhaitee : fin */ if(inmesh.dimension != 3) return...
21.716667
61
0.626247
[ "mesh" ]
d04e4205cfb33adb9ea2a01f83e4665ce01a959e
2,427
h
C
include/primes_utility.h
SanskarNarlawar/CPPMatrixLib-1
4256fe2051f80c9ec755be0604dcd86b8908f091
[ "MIT" ]
null
null
null
include/primes_utility.h
SanskarNarlawar/CPPMatrixLib-1
4256fe2051f80c9ec755be0604dcd86b8908f091
[ "MIT" ]
null
null
null
include/primes_utility.h
SanskarNarlawar/CPPMatrixLib-1
4256fe2051f80c9ec755be0604dcd86b8908f091
[ "MIT" ]
null
null
null
#pragma once #ifndef prime_functions #define prime_functions #include"prime_tests.h" #include <iostream> using namespace std; using u64 = uint64_t; long long int phi(long long int n) { long long int result = n; for (int i = 2; i * i <= n; i++) { if (n % i == 0) { while (n %...
19.261905
63
0.398846
[ "vector" ]
d0511f8ba6dbfc9f986edf3ba0895b521b83403a
4,207
h
C
chain-query-language/include/chainsql/chainsqlLexer.h
BlockLink/chain-query-language
7930f38d3c9d171442dacfb01c2e9994cc6ff7ac
[ "MIT" ]
1
2018-05-07T07:34:08.000Z
2018-05-07T07:34:08.000Z
chain-query-language/include/chainsql/chainsqlLexer.h
BlockLink/chain-query-language
7930f38d3c9d171442dacfb01c2e9994cc6ff7ac
[ "MIT" ]
null
null
null
chain-query-language/include/chainsql/chainsqlLexer.h
BlockLink/chain-query-language
7930f38d3c9d171442dacfb01c2e9994cc6ff7ac
[ "MIT" ]
null
null
null
// Generated from E:\projects\chain-query-language\chain-query-language\chainsql.g4 by ANTLR 4.7 #pragma once #include "antlr4-runtime.h" namespace chainsql { class chainsqlLexer : public antlr4::Lexer { public: enum { SCOL = 1, DOT = 2, OPEN_PAR = 3, CLOSE_PAR = 4, COMMA = 5, ASSIGN = 6, STAR = 7, ...
46.744444
111
0.672213
[ "vector" ]
d05132371fb173d3ca39debc2e9804e0aa36b5ef
2,479
h
C
src/server/shared/Threading/Threading.h
Arkania/ArkCORE
2484554a7b54be0b652f9dc3c5a8beba79df9fbf
[ "OpenSSL" ]
42
2015-01-05T10:00:07.000Z
2022-02-18T14:51:33.000Z
src/server/shared/Threading/Threading.h
superllout/WOW
3d0eeb940cccf8ab7854259172c6d75a85ee4f7d
[ "OpenSSL" ]
null
null
null
src/server/shared/Threading/Threading.h
superllout/WOW
3d0eeb940cccf8ab7854259172c6d75a85ee4f7d
[ "OpenSSL" ]
31
2015-01-09T02:04:29.000Z
2021-09-01T13:20:20.000Z
/* * Copyright (C) 2005 - 2013 MaNGOS <http://www.getmangos.com/> * * Copyright (C) 2008 - 2013 Trinity <http://www.trinitycore.org/> * * Copyright (C) 2010 - 2013 ProjectSkyfire <http://www.projectskyfire.org/> * * Copyright (C) 2011 - 2013 ArkCORE <http://www.arkania.net/> * * This program is free software; ...
23.836538
91
0.731343
[ "object" ]
d05204ea6910c99ebd53c4653389ed3d1a37e8cd
64,389
h
C
chrome/browser/ui/browser.h
gavinp/chromium
681563ea0f892a051f4ef3d5e53438e0bb7d2261
[ "BSD-3-Clause" ]
1
2016-03-10T09:13:57.000Z
2016-03-10T09:13:57.000Z
chrome/browser/ui/browser.h
gavinp/chromium
681563ea0f892a051f4ef3d5e53438e0bb7d2261
[ "BSD-3-Clause" ]
1
2022-03-13T08:39:05.000Z
2022-03-13T08:39:05.000Z
chrome/browser/ui/browser.h
gavinp/chromium
681563ea0f892a051f4ef3d5e53438e0bb7d2261
[ "BSD-3-Clause" ]
null
null
null
// Copyright (c) 2012 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_BROWSER_H_ #define CHROME_BROWSER_UI_BROWSER_H_ #pragma once #include <map> #include <set> #include <string> #include <vect...
42.111838
82
0.713662
[ "render", "vector", "model" ]
d052f82cda5a29ee1ff03bfccab5deda335dc661
2,986
h
C
src/hssh/local_topological/area_detection/voronoi/grid_utilities.h
h2ssh/Vulcan
cc46ec79fea43227d578bee39cb4129ad9bb1603
[ "MIT" ]
6
2020-03-29T09:37:01.000Z
2022-01-20T08:56:31.000Z
src/hssh/local_topological/area_detection/voronoi/grid_utilities.h
h2ssh/Vulcan
cc46ec79fea43227d578bee39cb4129ad9bb1603
[ "MIT" ]
1
2021-03-05T08:00:50.000Z
2021-03-05T08:00:50.000Z
src/hssh/local_topological/area_detection/voronoi/grid_utilities.h
h2ssh/Vulcan
cc46ec79fea43227d578bee39cb4129ad9bb1603
[ "MIT" ]
11
2019-05-13T00:04:38.000Z
2022-01-20T08:56:38.000Z
/* Copyright (C) 2010-2019, The Regents of The University of Michigan. All rights reserved. This software was developed as part of the The Vulcan project in the Intelligent Robotics Lab under the direction of Benjamin Kuipers, kuipers@umich.edu. Use of this code is governed by an MIT-style License that can be foun...
35.547619
121
0.640656
[ "vector" ]
d0542537df6889f76447e854400056468768a5cb
186
c
C
tests/transform/replace/replace_macro_6/main.c
dvm-system/tsar-test
b3047eaa2ad8e4d6c0ab2a86f61a596736dbd762
[ "Apache-2.0" ]
null
null
null
tests/transform/replace/replace_macro_6/main.c
dvm-system/tsar-test
b3047eaa2ad8e4d6c0ab2a86f61a596736dbd762
[ "Apache-2.0" ]
11
2021-01-28T21:06:08.000Z
2021-02-24T09:49:35.000Z
tests/transform/replace/replace_macro_6/main.c
zoocide/tsar-test-template
b3047eaa2ad8e4d6c0ab2a86f61a596736dbd762
[ "Apache-2.0" ]
null
null
null
struct STy { int X; }; #define _S_ S void bar(struct STy *S) { S->X = S->X + 1; } int foo (struct STy *S) { #pragma spf transform replace(S) nostrict bar(_S_); return _S_->X; }
12.4
42
0.596774
[ "transform" ]
d0551d08811aad4e7378d595bdddc196ad1f97f0
929
h
C
Gems/Terrain/Code/Mocks/Terrain/MockTerrainLayerSpawner.h
whywhywhyw/o3de
8e09f66799d4c8f188d45861d821e8656a554cb1
[ "Apache-2.0", "MIT" ]
11
2021-07-08T09:58:26.000Z
2022-03-17T17:59:26.000Z
Gems/Terrain/Code/Mocks/Terrain/MockTerrainLayerSpawner.h
RoddieKieley/o3de
e804fd2a4241b039a42d9fa54eaae17dc94a7a92
[ "Apache-2.0", "MIT" ]
29
2021-07-06T19:33:52.000Z
2022-03-22T10:27:49.000Z
Gems/Terrain/Code/Mocks/Terrain/MockTerrainLayerSpawner.h
RoddieKieley/o3de
e804fd2a4241b039a42d9fa54eaae17dc94a7a92
[ "Apache-2.0", "MIT" ]
4
2021-07-06T19:24:43.000Z
2022-03-31T12:42:27.000Z
/* * Copyright (c) Contributors to the Open 3D Engine Project. * For complete copyright and license terms please see the LICENSE at the root of this distribution. * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ #pragma once #include <AzCore/Component/Component.h> namespace UnitTest { class MockTerrainLa...
23.225
100
0.640474
[ "3d" ]
d0568f39ef6a450b6a3605feb9fb0433684d750e
9,197
h
C
paddle/fluid/framework/ir/node.h
xingjing1/Paddle
af886995ac38bd26588de33205a19eb1e72fecbf
[ "Apache-2.0" ]
3
2017-05-11T11:10:13.000Z
2017-10-23T09:13:14.000Z
paddle/fluid/framework/ir/node.h
betterpig/paddle_npu
74ad4b6a700795d5edce8dd49d6c2df6f15e8935
[ "Apache-2.0" ]
null
null
null
paddle/fluid/framework/ir/node.h
betterpig/paddle_npu
74ad4b6a700795d5edce8dd49d6c2df6f15e8935
[ "Apache-2.0" ]
1
2021-08-12T02:27:50.000Z
2021-08-12T02:27:50.000Z
/* Copyright (c) 2018 PaddlePaddle 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...
31.176271
80
0.620311
[ "vector" ]
d057f564207620923826daa52b82ebc8e30e4c9a
954
h
C
Engine/source/EtCore/Reflection/TypeInfo.h
asheraryam/ETEngine
cac9b62146bfd2fe249a53eb8031cbbbd1db0931
[ "MIT" ]
552
2017-08-21T18:12:52.000Z
2022-03-31T15:41:56.000Z
Engine/source/EtCore/Reflection/TypeInfo.h
asheraryam/ETEngine
cac9b62146bfd2fe249a53eb8031cbbbd1db0931
[ "MIT" ]
14
2017-08-07T23:36:13.000Z
2021-05-10T08:41:19.000Z
Engine/source/EtCore/Reflection/TypeInfo.h
asheraryam/ETEngine
cac9b62146bfd2fe249a53eb8031cbbbd1db0931
[ "MIT" ]
40
2017-10-10T14:42:22.000Z
2022-03-10T07:14:33.000Z
#pragma once namespace et { namespace core { //------------------ // TypeInfo // // Includes rttr type info combined with IDs that are stable for serialization // struct TypeInfo final { // definitions //------------- struct PropertyInfo { PropertyInfo(rttr::property const prop); HashString m_Id; rttr::p...
14.676923
78
0.649895
[ "vector" ]
d0582d2b8f0bf611b3fb787507b2867149b503bb
6,070
h
C
be/src/util/doris_metrics.h
crazyleeyang/incubator-doris
85b4619d54ca109a6c6d49dd10541d660ad8058c
[ "Apache-2.0" ]
2
2019-06-06T08:05:59.000Z
2019-06-06T08:06:04.000Z
be/src/util/doris_metrics.h
LiangchangZ/incubator-doris
cb91e15f1e96ade86c909b90456b02977e6cbf56
[ "Apache-2.0" ]
10
2020-03-04T23:28:37.000Z
2021-12-14T21:33:14.000Z
be/src/util/doris_metrics.h
LiangchangZ/incubator-doris
cb91e15f1e96ade86c909b90456b02977e6cbf56
[ "Apache-2.0" ]
null
null
null
// Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you may...
35.91716
89
0.780066
[ "vector" ]
d05922228ccae5e77853df1299bf915f25f37db1
3,365
h
C
applications/DEMApplication/custom_elements/cylinder_particle.h
AndreaVoltan/MyKratos7.0
e977752722e8ef1b606f25618c4bf8fd04c434cc
[ "BSD-4-Clause" ]
2
2020-04-30T19:13:08.000Z
2021-04-14T19:40:47.000Z
applications/DEMApplication/custom_elements/cylinder_particle.h
AndreaVoltan/MyKratos7.0
e977752722e8ef1b606f25618c4bf8fd04c434cc
[ "BSD-4-Clause" ]
1
2020-04-30T19:19:09.000Z
2020-05-02T14:22:36.000Z
applications/DEMApplication/custom_elements/cylinder_particle.h
AndreaVoltan/MyKratos7.0
e977752722e8ef1b606f25618c4bf8fd04c434cc
[ "BSD-4-Clause" ]
1
2020-06-12T08:51:24.000Z
2020-06-12T08:51:24.000Z
// // Author: Miquel Santasusana msantasusana@cimne.upc.edu // #if !defined(KRATOS_CYLINDER_PARTICLE_H_INCLUDED ) #define KRATOS_CYLINDER_PARTICLE_H_INCLUDED // System includes #include <string> #include <iostream> // Project includes #include "includes/define.h" #include "discrete_element.h" #include "spheric_pa...
29.26087
146
0.709658
[ "object", "vector" ]
d05e476c43b632ff20286c51e800f3ec69a99274
3,496
h
C
deform_control/external_libs/osgBullet-2.0/osgbCollision/GLDebugDrawer.h
UM-ARM-Lab/mab_ms
f199f05b88060182cfbb47706bd1ff3479032c43
[ "BSD-2-Clause" ]
3
2018-08-20T12:12:43.000Z
2021-06-06T09:43:27.000Z
deform_control/external_libs/osgBullet-2.0/osgbCollision/GLDebugDrawer.h
UM-ARM-Lab/mab_ms
f199f05b88060182cfbb47706bd1ff3479032c43
[ "BSD-2-Clause" ]
null
null
null
deform_control/external_libs/osgBullet-2.0/osgbCollision/GLDebugDrawer.h
UM-ARM-Lab/mab_ms
f199f05b88060182cfbb47706bd1ff3479032c43
[ "BSD-2-Clause" ]
1
2022-03-31T03:12:23.000Z
2022-03-31T03:12:23.000Z
/*************** <auto-copyright.pl BEGIN do not edit this line> ************** * * osgBullet is (C) Copyright 2009-2011 by Kenneth Mark Bryden * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License version 2.1 as published by the F...
29.133333
142
0.718249
[ "geometry", "render", "vector" ]
d0603b849fb68090c57dcf840219c0882f22b59b
307,952
c
C
sdk-6.5.16/src/soc/phy/tscf.c
copslock/broadcom_cpri
8e2767676e26faae270cf485591902a4c50cf0c5
[ "Spencer-94" ]
null
null
null
sdk-6.5.16/src/soc/phy/tscf.c
copslock/broadcom_cpri
8e2767676e26faae270cf485591902a4c50cf0c5
[ "Spencer-94" ]
null
null
null
sdk-6.5.16/src/soc/phy/tscf.c
copslock/broadcom_cpri
8e2767676e26faae270cf485591902a4c50cf0c5
[ "Spencer-94" ]
null
null
null
/* * * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file. * * Copyright 2007-2019 Broadcom Inc. All rights reserved. * * File: tscf.c * Purpose: Support Broadcom TSC/Eagle internal SerDes */ /* * This module implem...
31.318214
150
0.629208
[ "object" ]
d0605d8e1bfdb91753fff44b2698c55629d275ac
3,458
h
C
Weights/include/CGAL/Weights/triangular_region_weights.h
ffteja/cgal
c1c7f4ad9a4cd669e33ca07a299062a461581812
[ "CC0-1.0" ]
3,227
2015-03-05T00:19:18.000Z
2022-03-31T08:20:35.000Z
Weights/include/CGAL/Weights/triangular_region_weights.h
ffteja/cgal
c1c7f4ad9a4cd669e33ca07a299062a461581812
[ "CC0-1.0" ]
5,574
2015-03-05T00:01:56.000Z
2022-03-31T15:08:11.000Z
Weights/include/CGAL/Weights/triangular_region_weights.h
ffteja/cgal
c1c7f4ad9a4cd669e33ca07a299062a461581812
[ "CC0-1.0" ]
1,274
2015-03-05T00:01:12.000Z
2022-03-31T14:47:56.000Z
// Copyright (c) 2020 GeometryFactory SARL (France). // All rights reserved. // // This file is part of CGAL (www.cgal.org). // // $URL$ // $Id$ // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // // // Author(s) : Dmitry Anisimov // #ifndef CGAL_TRIANGULAR_REGION_WEIGHTS_H #define CGAL_TRIAN...
28.113821
97
0.704453
[ "3d" ]
d060c4263a341fe2c4a31dac864a30021bdb682c
14,380
c
C
examples/ex-api/main.c
dgoffredo/apg-7.0
4bd55469f59aaafd36887068866bafa829e135bc
[ "BSD-2-Clause" ]
9
2021-04-08T16:27:57.000Z
2022-03-07T07:18:52.000Z
examples/ex-api/main.c
dgoffredo/apg-7.0
4bd55469f59aaafd36887068866bafa829e135bc
[ "BSD-2-Clause" ]
3
2021-03-19T09:00:44.000Z
2021-11-17T20:14:06.000Z
examples/ex-api/main.c
dgoffredo/apg-7.0
4bd55469f59aaafd36887068866bafa829e135bc
[ "BSD-2-Clause" ]
3
2021-09-24T08:38:06.000Z
2022-02-06T23:23:35.000Z
/* ************************************************************************************* Copyright (c) 2021, Lowell D. Thomas All rights reserved. This file is part of APG Version 7.0. APG Version 7.0 may be used under the terms of the BSD 2-Clause License. Redistribution and use in sourc...
33.44186
115
0.604381
[ "object" ]
d0610fc58fecb4c2b9b6c8fa385f641e34f657bc
14,376
c
C
sys/dev/disk/dm/device-mapper.c
lambdaxymox/DragonFlyBSD
6379cf2998a4a073c65b12d99e62988a375b4598
[ "BSD-3-Clause" ]
432
2015-01-03T20:05:29.000Z
2022-03-24T16:39:09.000Z
sys/dev/disk/dm/device-mapper.c
lambdaxymox/DragonFlyBSD
6379cf2998a4a073c65b12d99e62988a375b4598
[ "BSD-3-Clause" ]
8
2015-12-03T15:45:38.000Z
2020-12-25T15:42:08.000Z
sys/dev/disk/dm/device-mapper.c
lambdaxymox/DragonFlyBSD
6379cf2998a4a073c65b12d99e62988a375b4598
[ "BSD-3-Clause" ]
114
2015-01-07T16:23:00.000Z
2022-03-23T18:26:01.000Z
/* $NetBSD: device-mapper.c,v 1.22 2010/03/26 15:46:04 jakllsch Exp $ */ /* * Copyright (c) 2010-2011 Alex Hornung <alex@alexhornung.com> * Copyright (c) 2010 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Adam Hamsik. *...
22.855326
82
0.677518
[ "transform" ]
d061455e6d2a8f873e80f4bff33110b56a9589e2
268,180
h
C
external/mit/xorg/lib/libxcb/files/xkb.h
calmsacibis995/minix
dfba95598f553b6560131d35a76658f1f8c9cf38
[ "Unlicense" ]
null
null
null
external/mit/xorg/lib/libxcb/files/xkb.h
calmsacibis995/minix
dfba95598f553b6560131d35a76658f1f8c9cf38
[ "Unlicense" ]
null
null
null
external/mit/xorg/lib/libxcb/files/xkb.h
calmsacibis995/minix
dfba95598f553b6560131d35a76658f1f8c9cf38
[ "Unlicense" ]
null
null
null
/* * This file generated automatically from xkb.xml by c_client.py. * Edit at your peril. */ /** * @defgroup XCB_xkb_API XCB xkb API * @brief xkb XCB Protocol Implementation. * @{ **/ #ifndef __XKB_H #define __XKB_H #include "xcb.h" #include "xproto.h" #ifdef __cplusplus extern "C" { #endif #define XCB_XKB_...
38.045113
149
0.568413
[ "geometry" ]
d0617c07cafdc2e4d8a583ae187c2bc4b1bbff85
5,037
h
C
BWEM/include/BWEM/gridMap.h
baschermann/BlackCrow
df36c6f9ce5c2a57d6fb0e7bde9729b402f810cc
[ "Apache-2.0" ]
7
2017-03-16T03:48:05.000Z
2017-09-07T00:27:41.000Z
BWEM/include/BWEM/gridMap.h
baschermann/BlackCrow
df36c6f9ce5c2a57d6fb0e7bde9729b402f810cc
[ "Apache-2.0" ]
1
2017-03-17T13:56:31.000Z
2017-03-17T13:56:31.000Z
BWEM/include/BWEM/gridMap.h
baschermann/BlackCrow
df36c6f9ce5c2a57d6fb0e7bde9729b402f810cc
[ "Apache-2.0" ]
1
2017-03-17T07:28:56.000Z
2017-03-17T07:28:56.000Z
////////////////////////////////////////////////////////////////////////// // // This file is part of the BWEM Library. // BWEM is free software, licensed under the MIT/X11 License. // A copy of the license is provided with the library in the LICENSE file. // Copyright (c) 2015, 2016, Igor Dimitrijevic // ////////////...
42.686441
243
0.612269
[ "vector" ]
d069216c6ec7b7478a48606eb0728814c5d22a43
8,372
c
C
src/dev/cpu/op/priorbox/priorbox_ref.c
ncnnnnn/Tengine
0a5a9637b0781686e9123690ee12b1c1f34bd05c
[ "Apache-2.0" ]
1
2021-04-02T07:13:22.000Z
2021-04-02T07:13:22.000Z
src/dev/cpu/op/priorbox/priorbox_ref.c
ncnnnnn/Tengine
0a5a9637b0781686e9123690ee12b1c1f34bd05c
[ "Apache-2.0" ]
2
2020-10-19T09:30:38.000Z
2021-03-05T07:31:31.000Z
src/dev/cpu/op/priorbox/priorbox_ref.c
ncnnnnn/Tengine
0a5a9637b0781686e9123690ee12b1c1f34bd05c
[ "Apache-2.0" ]
null
null
null
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * License); you ma...
35.474576
110
0.556856
[ "shape" ]
d06a0dc5390f4fbd202729203a709acc1a743271
15,225
c
C
other/fast_solv_9r2/fast_solv_9r2.c
t-dillon/tdoku
1668b02258c58b0647713d78e09a8ab101e13bd1
[ "BSD-2-Clause" ]
100
2019-07-01T20:16:33.000Z
2022-03-27T10:36:48.000Z
other/fast_solv_9r2/fast_solv_9r2.c
doc22940/tdoku
63d190a9090d9dc8e613e48e4770c635a5b7e3c3
[ "BSD-2-Clause" ]
7
2019-12-18T09:07:58.000Z
2022-03-13T19:39:46.000Z
other/fast_solv_9r2/fast_solv_9r2.c
doc22940/tdoku
63d190a9090d9dc8e613e48e4770c635a5b7e3c3
[ "BSD-2-Clause" ]
14
2019-06-18T05:47:28.000Z
2022-03-05T08:58:05.000Z
/* * SUDOKU FAST SOLVER v.9 r2 * Copyright (c) 2007,2008, Ignacio Zelaya * 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 copyrig...
32.256356
122
0.48
[ "vector" ]
d06a1d5b2607ef2d86c904a7a2e26e7f32360eb8
14,377
h
C
3rd_party/physx3.4/Include/PxImmediateMode.h
THISISAGOODNAME/phsyxOpenGL
41564c07d6c86c71b711136cbe9d4ac8fe01204d
[ "MIT" ]
22
2017-05-06T18:08:48.000Z
2022-01-12T02:10:22.000Z
Engine/PhysX/Include/PxImmediateMode.h
TempName0/TempMotor3D_P3
cc386713dd786e2a52cc9b219a0d701a9398f202
[ "MIT" ]
136
2018-05-10T08:47:58.000Z
2018-06-15T09:38:10.000Z
Engine/PhysX/Include/PxImmediateMode.h
TempName0/TempMotor3D_P3
cc386713dd786e2a52cc9b219a0d701a9398f202
[ "MIT" ]
4
2020-12-16T16:23:00.000Z
2021-01-25T01:29:09.000Z
// This code contains NVIDIA Confidential Information and is disclosed to you // under a form of NVIDIA software license agreement provided separately to you. // // Notice // NVIDIA Corporation and its licensors retain all intellectual property and // proprietary rights in and to this software and related documentation...
62.781659
265
0.802323
[ "mesh", "vector", "transform" ]
d06d473c7f51223610b79118327186f74151306f
7,192
h
C
src/app/MessageDef/AttributePath.h
rgoliver/connectedhomeip
1bbbed11464a4895a4c50c519c67e81b490ac06d
[ "Apache-2.0" ]
2
2021-03-30T00:47:43.000Z
2021-05-14T08:54:59.000Z
src/app/MessageDef/AttributePath.h
rgoliver/connectedhomeip
1bbbed11464a4895a4c50c519c67e81b490ac06d
[ "Apache-2.0" ]
2
2022-03-25T10:07:16.000Z
2022-03-28T07:17:39.000Z
src/app/MessageDef/AttributePath.h
rgoliver/connectedhomeip
1bbbed11464a4895a4c50c519c67e81b490ac06d
[ "Apache-2.0" ]
2
2022-03-18T10:37:29.000Z
2022-03-24T10:35:16.000Z
/** * * Copyright (c) 2020 Project CHIP Authors * Copyright (c) 2016-2017 Nest Labs, 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....
33.142857
122
0.656841
[ "object", "model" ]
d0774b7be0790a554c19d2966a88956d3579b709
751
h
C
src/grender/integrators/blinn_phong_integrator.h
GuillaumeArruda/GRaytracer
6286a7802d28a86bfe7bac09bd2a98adfee23268
[ "Apache-2.0" ]
null
null
null
src/grender/integrators/blinn_phong_integrator.h
GuillaumeArruda/GRaytracer
6286a7802d28a86bfe7bac09bd2a98adfee23268
[ "Apache-2.0" ]
null
null
null
src/grender/integrators/blinn_phong_integrator.h
GuillaumeArruda/GRaytracer
6286a7802d28a86bfe7bac09bd2a98adfee23268
[ "Apache-2.0" ]
null
null
null
#pragma once #include "gmath/ray.h" #include "grender/integrator.h" namespace gscene { struct ray_hit; struct light; } namespace grender { struct blinn_phong_integrator : integrator { void verify_scene(gscene::scene const& scene) const override final; void render(gscene::scen...
31.291667
168
0.708389
[ "render" ]
d078b8f33c9e44dcd3966f8dd04ca9a6423b7efb
5,484
h
C
DeepLinkKit/Router/DPLDeepLinkRouter.h
thefabulous/DeepLinkKit
de3643813bd2695ec6a18b37f543fc1f8f3d7346
[ "MIT" ]
null
null
null
DeepLinkKit/Router/DPLDeepLinkRouter.h
thefabulous/DeepLinkKit
de3643813bd2695ec6a18b37f543fc1f8f3d7346
[ "MIT" ]
3
2018-08-07T11:54:54.000Z
2020-06-09T15:28:43.000Z
DeepLinkKit/Router/DPLDeepLinkRouter.h
thefabulous/DeepLinkKit
de3643813bd2695ec6a18b37f543fc1f8f3d7346
[ "MIT" ]
null
null
null
@import Foundation; @class DPLDeepLink; /** Defines the block type to be used as the handler when registering a route. @param deepLink The deep link to be handled. @note It is not strictly necessary to register block-based route handlers. You can also register a class for a more structured approach. @see DPLRo...
33.644172
140
0.733589
[ "object" ]
d085b30e3c532f8d7ee288479fb554a6c2f5f5e7
4,191
h
C
third_party/gecko-1.9.0.11/mac/include/nsIDOMStorageItem.h
epall/selenium
273260522efb84116979da2a499f64510250249b
[ "Apache-2.0" ]
4
2015-10-26T01:43:04.000Z
2018-05-12T17:39:32.000Z
third_party/gecko-1.9.0.11/mac/include/nsIDOMStorageItem.h
hugs/selenium
9fa09c04294bd43099aa8461b027148ba81be7b7
[ "Apache-2.0" ]
1
2021-10-18T12:23:37.000Z
2021-10-18T12:23:37.000Z
third_party/gecko-1.9.0.11/mac/include/nsIDOMStorageItem.h
hugs/selenium
9fa09c04294bd43099aa8461b027148ba81be7b7
[ "Apache-2.0" ]
2
2016-07-11T20:19:31.000Z
2018-11-17T22:36:54.000Z
/* * DO NOT EDIT. THIS FILE IS GENERATED FROM /builds/tinderbox/Xr-Mozilla1.9-Release/Darwin_8.8.4_Depend/mozilla/dom/public/idl/storage/nsIDOMStorageItem.idl */ #ifndef __gen_nsIDOMStorageItem_h__ #define __gen_nsIDOMStorageItem_h__ #ifndef __gen_domstubs_h__ #include "domstubs.h" #endif /* For IDL files that d...
31.511278
157
0.765688
[ "object" ]
d086f8a804bb3939be69c124225458b96d7da283
7,167
h
C
include/orcvio/utils/EigenLevenbergMarquardt/LMonestep.h
shanmo/OrcVIO-Object-Mapping
e5337a56da72b23ebf5c9d9f87534fe2edc9c54c
[ "MIT" ]
1
2021-10-14T03:31:16.000Z
2021-10-14T03:31:16.000Z
include/orcvio/utils/EigenLevenbergMarquardt/LMonestep.h
shanmo/OrcVIO-Object-Mapping
e5337a56da72b23ebf5c9d9f87534fe2edc9c54c
[ "MIT" ]
null
null
null
include/orcvio/utils/EigenLevenbergMarquardt/LMonestep.h
shanmo/OrcVIO-Object-Mapping
e5337a56da72b23ebf5c9d9f87534fe2edc9c54c
[ "MIT" ]
null
null
null
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2009 Thomas Capricelli <orzel@freehackers.org> // // This code initially comes from MINPACK whose original authors are: // Copyright Jorge More - Argonne National Laboratory // Copyright Burt Garbow - Argonne Na...
34.128571
143
0.624808
[ "object" ]
d08e4488ae719701c0915bf5ab7ab1f7f9088de8
1,773
h
C
source/foundation/type/String.h
Ken-W-P-Huang/ooc
ffd50877a87bfe622609fd97d3aec837c8eb6dda
[ "Apache-2.0" ]
null
null
null
source/foundation/type/String.h
Ken-W-P-Huang/ooc
ffd50877a87bfe622609fd97d3aec837c8eb6dda
[ "Apache-2.0" ]
null
null
null
source/foundation/type/String.h
Ken-W-P-Huang/ooc
ffd50877a87bfe622609fd97d3aec837c8eb6dda
[ "Apache-2.0" ]
1
2022-03-23T19:14:29.000Z
2022-03-23T19:14:29.000Z
// // Created by kenhuang on 2019-10-21. // #ifndef OOPC_STRING_H #define OOPC_STRING_H #include "../Object.h" #include "../interface/Comparable.h" PUBLIC(String,Object) END PUBLIC_STATIC(String,Object) IMPLEMENTS(Comparable); #if defined(__POLYMORPHISM__) String *(*init)(String *self,char* value); char* (...
38.543478
87
0.743937
[ "object" ]
d092c684a160fdc941ebeebb5217e61956ac4491
1,413
h
C
qemu_mode/qemu-2.10.0/include/hw/nmi.h
braymar/afl
a6b2dad6bbd9c9401814e088582bc04a074651eb
[ "Apache-2.0" ]
60
2020-10-14T07:11:48.000Z
2022-02-14T23:00:51.000Z
qemu_mode/qemu-2.10.0/include/hw/nmi.h
braymar/afl
a6b2dad6bbd9c9401814e088582bc04a074651eb
[ "Apache-2.0" ]
8
2020-10-19T02:17:19.000Z
2022-01-15T05:52:46.000Z
qemu_mode/qemu-2.10.0/include/hw/nmi.h
braymar/afl
a6b2dad6bbd9c9401814e088582bc04a074651eb
[ "Apache-2.0" ]
17
2020-10-14T07:13:47.000Z
2022-03-31T03:40:44.000Z
/* * NMI monitor handler class and helpers definitions. * * Copyright IBM Corp., 2014 * * Author: Alexey Kardashevskiy <aik@ozlabs.ru> * * 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 Founda...
28.26
74
0.723284
[ "object" ]
d09831e9a2d4a7536e99fb51ad9a6347fd84437d
7,134
c
C
prog/convertsegfilestopdf.c
SFESys/leptonica
a14036fa5f5ea971d0574a91bfa75724a3c0db27
[ "BSD-2-Clause" ]
null
null
null
prog/convertsegfilestopdf.c
SFESys/leptonica
a14036fa5f5ea971d0574a91bfa75724a3c0db27
[ "BSD-2-Clause" ]
null
null
null
prog/convertsegfilestopdf.c
SFESys/leptonica
a14036fa5f5ea971d0574a91bfa75724a3c0db27
[ "BSD-2-Clause" ]
null
null
null
/*====================================================================* - Copyright (C) 2001 Leptonica. 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 c...
44.037037
79
0.60457
[ "render" ]