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
9d9751626df1789a24f4d1cbfd4c68e3917e88c5
3,070
h
C
src/MeshupApp.h
ORB-HD/MeshUp
17a59b52436946caa99357a6042091fe898596a6
[ "MIT" ]
4
2019-01-08T00:56:41.000Z
2021-06-11T10:05:39.000Z
src/MeshupApp.h
ORB-HD/MeshUp
17a59b52436946caa99357a6042091fe898596a6
[ "MIT" ]
8
2018-10-25T08:51:03.000Z
2019-03-28T11:41:39.000Z
src/MeshupApp.h
ORB-HD/MeshUp
17a59b52436946caa99357a6042091fe898596a6
[ "MIT" ]
2
2019-03-28T17:35:43.000Z
2019-05-06T12:51:46.000Z
/* * MeshUp - A visualization tool for multi-body systems based on skeletal * animation and magic. * * Copyright (c) 2012-2018 Martin Felis <martin.felis@iwr.uni-heidelberg.de> * * Licensed under the MIT license. See LICENSE for more details. */ #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QTime> #inclu...
23.984375
76
0.754397
[ "vector" ]
9d97a45d162f3df6b1e63bb17468d8ffcb9584bf
410
h
C
MB/ViewController/MBSearchResultViewController.h
wxhemiao/MyBlaire
911a2367868fafea58c1c5eff4b0142aae4c2f78
[ "MIT" ]
null
null
null
MB/ViewController/MBSearchResultViewController.h
wxhemiao/MyBlaire
911a2367868fafea58c1c5eff4b0142aae4c2f78
[ "MIT" ]
null
null
null
MB/ViewController/MBSearchResultViewController.h
wxhemiao/MyBlaire
911a2367868fafea58c1c5eff4b0142aae4c2f78
[ "MIT" ]
null
null
null
// // MBSearchResultViewController.h // MB // // Created by xt-work on 14/11/20. // Copyright (c) 2014年 xxx Innovation Co. Ltd. All rights reserved. // #import "TTXBaseViewController.h" @class MBHomePageCellModel; @interface MBSearchResultViewController : TTXBaseViewController - (instancetype)initWithSearchKey:...
20.5
68
0.760976
[ "model" ]
9d98135436f93cbad805e64e7a69d6afbc26edf6
1,222
h
C
src/Game/GameObjects/IGameObject.h
yernaraldabergenov/BattleTanksGame
832f47d17de834983cf3082643874ab34cb035b1
[ "MIT" ]
1
2021-05-24T15:18:16.000Z
2021-05-24T15:18:16.000Z
src/Game/GameObjects/IGameObject.h
yernar/BattleTanksGame
832f47d17de834983cf3082643874ab34cb035b1
[ "MIT" ]
null
null
null
src/Game/GameObjects/IGameObject.h
yernar/BattleTanksGame
832f47d17de834983cf3082643874ab34cb035b1
[ "MIT" ]
null
null
null
#pragma once #include <glm/vec2.hpp> #include "../../Physics/PhysicsEngine.h" class IGameObject { public: IGameObject( const glm::vec2& position, const glm::vec2& size, float rotation, float depthLayer ); virtual ~IGameObject() = default; virtual void Render() const = 0; virtual void Update( double delta ) = ...
33.944444
114
0.729951
[ "render", "vector" ]
9d996c7a3ba56642dc13721aef46a561628fda81
1,881
h
C
cheats/autowall/autowall.h
Team-G0df4th3r/Snazzy.wtf-CSGO
f31b78ddbf73e40dfd985385257644ad453b9897
[ "Unlicense" ]
1
2021-05-04T01:09:00.000Z
2021-05-04T01:09:00.000Z
cheats/autowall/autowall.h
Team-G0df4th3r/Snazzy.wtf-CSGO
f31b78ddbf73e40dfd985385257644ad453b9897
[ "Unlicense" ]
1
2021-05-03T20:39:28.000Z
2021-05-03T20:39:28.000Z
cheats/autowall/autowall.h
Team-G0df4th3r/Snazzy.wtf-CSGO
f31b78ddbf73e40dfd985385257644ad453b9897
[ "Unlicense" ]
2
2021-04-28T11:03:52.000Z
2021-05-03T20:15:08.000Z
#pragma once #include "..\..\includes.hpp" class weapon_info_t; class weapon_t; struct fire_bullet_data { Vector src; trace_t enter_trace; Vector direction; CTraceFilter filter; float trace_length; float trace_length_remaining; float current_damage; int penetrate_count; }; class autowall : public singleton <...
26.871429
300
0.74907
[ "vector" ]
9d9f0ca16bfbea9bd18695ee712757df0354730f
15,241
h
C
runtime/musl-lkl/lkl/drivers/thunderbolt/tb.h
dme26/intravisor
9bf9c50aa14616bd9bd66eee47623e8b61514058
[ "MIT" ]
11
2022-02-05T12:12:43.000Z
2022-03-08T08:09:08.000Z
runtime/musl-lkl/lkl/drivers/thunderbolt/tb.h
dme26/intravisor
9bf9c50aa14616bd9bd66eee47623e8b61514058
[ "MIT" ]
null
null
null
runtime/musl-lkl/lkl/drivers/thunderbolt/tb.h
dme26/intravisor
9bf9c50aa14616bd9bd66eee47623e8b61514058
[ "MIT" ]
1
2022-02-22T20:32:22.000Z
2022-02-22T20:32:22.000Z
/* SPDX-License-Identifier: GPL-2.0 */ /* * Thunderbolt Cactus Ridge driver - bus logic (NHI independent) * * Copyright (c) 2014 Andreas Noever <andreas.noever@gmail.com> */ #ifndef TB_H_ #define TB_H_ #include <linux/nvmem-provider.h> #include <linux/pci.h> #include <linux/thunderbolt.h> #include <linux/uuid.h> ...
32.290254
78
0.717407
[ "vector" ]
9da0e5f2644f303a19a59e8b34365c12a04199e9
3,692
h
C
modules/detour/detour.h
slapin/godot-fork
5947769594fbe9d0495df92af8c368db3fa9d972
[ "CC-BY-3.0", "Apache-2.0", "MIT" ]
3
2018-05-12T13:01:29.000Z
2019-12-26T20:43:24.000Z
modules/detour/detour.h
slapin/godot-fork
5947769594fbe9d0495df92af8c368db3fa9d972
[ "CC-BY-3.0", "Apache-2.0", "MIT" ]
null
null
null
modules/detour/detour.h
slapin/godot-fork
5947769594fbe9d0495df92af8c368db3fa9d972
[ "CC-BY-3.0", "Apache-2.0", "MIT" ]
null
null
null
/*************************************************************************/ /* detour.h */ /*************************************************************************/ /* This file is part of: */ /* ...
43.952381
124
0.573131
[ "mesh", "vector", "transform", "3d" ]
9da2f54685d9ce80a277bc7cc65a5d2832ca11f2
3,136
h
C
src/lib/cryptolink/openssl_common.h
telekom/dt-kea-netconf
f347df353d58827d6deb09f281d3680ab089e7af
[ "Apache-2.0" ]
2
2021-06-29T09:56:34.000Z
2021-06-29T09:56:39.000Z
src/lib/cryptolink/openssl_common.h
telekom/dt-kea-netconf
f347df353d58827d6deb09f281d3680ab089e7af
[ "Apache-2.0" ]
null
null
null
src/lib/cryptolink/openssl_common.h
telekom/dt-kea-netconf
f347df353d58827d6deb09f281d3680ab089e7af
[ "Apache-2.0" ]
null
null
null
// Copyright (C) 2014-2016 Internet Systems Consortium, Inc. ("ISC") // // 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/. #ifndef SRC_LIB_CRYPTOLINK_OPENSSL_COMMON_H #...
25.917355
76
0.630102
[ "vector" ]
7766c2d15e622ada5545fcebb6b70e3f54c82323
973
h
C
ElCuadernillo/20161122_IteradoresPersonalizadorCPlusPlus/IteradoresPersonalizados/include/WrapperVector.h
pvalienteverde/ElCuadernillo
6f375b77beb0232896387dfc5ac81b43f022af7c
[ "MIT" ]
1
2018-01-25T05:02:37.000Z
2018-01-25T05:02:37.000Z
ElCuadernillo/20161122_IteradoresPersonalizadorCPlusPlus/IteradoresPersonalizados/include/WrapperVector.h
pvalienteverde/ElCuadernillo
6f375b77beb0232896387dfc5ac81b43f022af7c
[ "MIT" ]
null
null
null
ElCuadernillo/20161122_IteradoresPersonalizadorCPlusPlus/IteradoresPersonalizados/include/WrapperVector.h
pvalienteverde/ElCuadernillo
6f375b77beb0232896387dfc5ac81b43f022af7c
[ "MIT" ]
null
null
null
/* * WrapperVector.h * * Created on: Nov 9, 2016 * Author: pedro valiente verde */ #ifndef SRC_WRAPPERVECTOR_H_ #define SRC_WRAPPERVECTOR_H_ #include <vector> #include <functional> #include <boost/iterator/filter_iterator.hpp> namespace IteradoresPersonalizados { /** * Clase que envuelve a std::vector, ...
20.702128
82
0.729702
[ "vector" ]
776820f04b06bcc6f7b0b9b852c822b7664f518a
22,133
c
C
src/lib/engines/common/evas_map_image.c
tizenorg/framework.uifw.evas
be359fde3762e4ea90a1d11ac5840302c20e1b12
[ "BSD-2-Clause" ]
null
null
null
src/lib/engines/common/evas_map_image.c
tizenorg/framework.uifw.evas
be359fde3762e4ea90a1d11ac5840302c20e1b12
[ "BSD-2-Clause" ]
null
null
null
src/lib/engines/common/evas_map_image.c
tizenorg/framework.uifw.evas
be359fde3762e4ea90a1d11ac5840302c20e1b12
[ "BSD-2-Clause" ]
null
null
null
#include "evas_common.h" #include "evas_private.h" #include "evas_blend_private.h" #ifdef EVAS_CSERVE2 #include "evas_cs2_private.h" #endif #ifdef BUILD_SCALE_SMOOTH # ifdef BUILD_MMX # undef SCALE_USING_MMX # define SCALE_USING_MMX # endif #endif #define FPI 8 #define FPI1 (1 << (FPI)) #define FPIH (1 << (FPI - 1)...
28.448586
119
0.44576
[ "3d", "solid" ]
7769129677e8b502120c17184e20488d27e389c2
649
h
C
SoccerZero/SoccerZero/SETTINGS.h
Dolmake/SoccerZero
1636f5842d6a653799d020cce2c9e21f7ab20240
[ "MIT" ]
null
null
null
SoccerZero/SoccerZero/SETTINGS.h
Dolmake/SoccerZero
1636f5842d6a653799d020cce2c9e21f7ab20240
[ "MIT" ]
null
null
null
SoccerZero/SoccerZero/SETTINGS.h
Dolmake/SoccerZero
1636f5842d6a653799d020cce2c9e21f7ab20240
[ "MIT" ]
null
null
null
// // SETTINGS.h // EverPoor // // Created by Daniel on 10/02/15. // Copyright (c) 2015 Dolmake. All rights reserved. // //MOGENERATOR syntax: // mogenerator -v2 --model Model.xcdatamodeld/model.xcdatamodel/ --base-class DLMKBaseManagedObject #define DLMK_DEBUG ///#define DLMK_RELEASE #ifdef DLMK_DEBUG #def...
19.088235
99
0.710324
[ "model" ]
776e2d3be0787f5cd04241290d3984f6016e59f7
2,601
h
C
Network/NetDataBlockOut.h
TaylorClark/PrimeTime
3c62f6c53e0494146a95be1412273de3cf05bcd2
[ "MIT" ]
null
null
null
Network/NetDataBlockOut.h
TaylorClark/PrimeTime
3c62f6c53e0494146a95be1412273de3cf05bcd2
[ "MIT" ]
null
null
null
Network/NetDataBlockOut.h
TaylorClark/PrimeTime
3c62f6c53e0494146a95be1412273de3cf05bcd2
[ "MIT" ]
null
null
null
//================================================================================================= /*! \file NetDataBlockOut.h Base Library Network Data Block Output Header \author Taylor Clark \date June 13, 2006 This header contains the definition for the network data block output object. */ //===============...
27.378947
99
0.603998
[ "object" ]
7771ea7f86d9816bedec43a2db1f12a0daa1070f
915
h
C
07-texture/src/engine/include/engine/service/glrenderer/game_objects.h
vitoOmbero/pep-proto
cb83937dd8b2cee26acabd026d7549fb5c85e153
[ "MIT" ]
null
null
null
07-texture/src/engine/include/engine/service/glrenderer/game_objects.h
vitoOmbero/pep-proto
cb83937dd8b2cee26acabd026d7549fb5c85e153
[ "MIT" ]
null
null
null
07-texture/src/engine/include/engine/service/glrenderer/game_objects.h
vitoOmbero/pep-proto
cb83937dd8b2cee26acabd026d7549fb5c85e153
[ "MIT" ]
null
null
null
#ifndef INC_05_GUESS_NUMBER_GAME_OBJECTS_H #define INC_05_GUESS_NUMBER_GAME_OBJECTS_H #include <memory> #include <variant> #include <vector> #include "engine/service/glrenderer/mesh.h" namespace visual_world_objects { struct ViewableTriangle { Mesh mesh{{nullptr, nullptr, 0, 0}, RenderingTargetType::V...
22.317073
79
0.704918
[ "mesh", "vector" ]
7772f1b2bbd3d05f8cc96b4f0fd6683b2f84c96f
4,562
h
C
platform/windows/Corona.Component.Library/CoronaLabs/Corona/WinRT/Interop/Graphics/BitmapResult.h
agramonte/corona
3a6892f14eea92fdab5fa6d41920aa1e97bc22b1
[ "MIT" ]
1,968
2018-12-30T21:14:22.000Z
2022-03-31T23:48:16.000Z
platform/windows/Corona.Component.Library/CoronaLabs/Corona/WinRT/Interop/Graphics/BitmapResult.h
agramonte/corona
3a6892f14eea92fdab5fa6d41920aa1e97bc22b1
[ "MIT" ]
303
2019-01-02T19:36:43.000Z
2022-03-31T23:52:45.000Z
platform/windows/Corona.Component.Library/CoronaLabs/Corona/WinRT/Interop/Graphics/BitmapResult.h
agramonte/corona
3a6892f14eea92fdab5fa6d41920aa1e97bc22b1
[ "MIT" ]
254
2019-01-02T19:05:52.000Z
2022-03-30T06:32:28.000Z
////////////////////////////////////////////////////////////////////////////// // // This file is part of the Corona game engine. // For overview and more information on licensing please refer to README.md // Home page: https://github.com/coronalabs/corona // Contact: support@coronalabs.com // ////////////////////////...
41.472727
123
0.683691
[ "object" ]
7779186694653ca497ee22239d6145406c5d6332
390
h
C
modules/task_1/skripal_a_dijkstra_algorithm/dijkstra_algorithm.h
stasyurin/pp_2021_spring_informatics
dd9136c28cca4c538c5ecc82512fd78ad1fa7bd3
[ "BSD-3-Clause" ]
null
null
null
modules/task_1/skripal_a_dijkstra_algorithm/dijkstra_algorithm.h
stasyurin/pp_2021_spring_informatics
dd9136c28cca4c538c5ecc82512fd78ad1fa7bd3
[ "BSD-3-Clause" ]
null
null
null
modules/task_1/skripal_a_dijkstra_algorithm/dijkstra_algorithm.h
stasyurin/pp_2021_spring_informatics
dd9136c28cca4c538c5ecc82512fd78ad1fa7bd3
[ "BSD-3-Clause" ]
1
2021-12-02T22:38:53.000Z
2021-12-02T22:38:53.000Z
// Copyright 2021 Skripal Andrey #ifndef MODULES_TASK_1_SKRIPAL_A_DIJKSTRA_ALGORITHM_DIJKSTRA_ALGORITHM_H_ #define MODULES_TASK_1_SKRIPAL_A_DIJKSTRA_ALGORITHM_DIJKSTRA_ALGORITHM_H_ #include <vector> std::vector<int> getGraph(int size); std::vector<int> seqDijkstras(std::vector<int> graph, int start, int end); #endif ...
39
76
0.853846
[ "vector" ]
778b8460729ddbb04b39b86ef8aaae5574350e41
2,617
h
C
BDR/Vlk_RayTracingPipeline.h
Cooolrik/BDR
2c2bda49259c37bb160daa0f18ac1c666643136f
[ "MIT" ]
1
2021-08-07T14:28:14.000Z
2021-08-07T14:28:14.000Z
BDR/Vlk_RayTracingPipeline.h
Cooolrik/BDR
2c2bda49259c37bb160daa0f18ac1c666643136f
[ "MIT" ]
null
null
null
BDR/Vlk_RayTracingPipeline.h
Cooolrik/BDR
2c2bda49259c37bb160daa0f18ac1c666643136f
[ "MIT" ]
null
null
null
#pragma once #include "Vlk_RayTracingExtension.h" #include "Vlk_Pipeline.h" namespace Vlk { class ShaderModule; class RayTracingShaderBindingTable; class RayTracingPipeline : public Pipeline { BDExtensionSubmoduleMacro( RayTracingPipeline, Pipeline, RayTracingExtension ); pr...
38.485294
136
0.661827
[ "vector" ]
778c9d3349da1c55f522e9016bb13646c7cdb4b2
5,526
c
C
src/create_edf/tree_ops.c
squillero/fenice
8d7576f00919b857eff15ead286966f7b08b0f3d
[ "BSD-3-Clause" ]
3
2019-09-13T15:37:05.000Z
2021-04-02T08:17:59.000Z
src/create_edf/tree_ops.c
squillero/fenice
8d7576f00919b857eff15ead286966f7b08b0f3d
[ "BSD-3-Clause" ]
null
null
null
src/create_edf/tree_ops.c
squillero/fenice
8d7576f00919b857eff15ead286966f7b08b0f3d
[ "BSD-3-Clause" ]
1
2019-03-26T17:20:07.000Z
2019-03-26T17:20:07.000Z
#include <stdio.h> #include <stdarg.h> #include <string.h> #include <stdlib.h> #include "defines.h" #include "keywords.h" #include "types.h" extern char *keywords[]; char *treetxt(PARSETREE * p); void terminate(int err); //create.c /********** search for keywords through parsetree *********/ /** called as loc...
29.87027
115
0.453493
[ "object" ]
778fad17b6051412afb6db33816a07b1af414cf0
16,390
c
C
src/usr.bin/netstat/ipsec.c
lastweek/source-freebsd
0821950b0c40cbc891a27964b342e0202a3859ec
[ "Naumen", "Condor-1.1", "MS-PL" ]
null
null
null
src/usr.bin/netstat/ipsec.c
lastweek/source-freebsd
0821950b0c40cbc891a27964b342e0202a3859ec
[ "Naumen", "Condor-1.1", "MS-PL" ]
null
null
null
src/usr.bin/netstat/ipsec.c
lastweek/source-freebsd
0821950b0c40cbc891a27964b342e0202a3859ec
[ "Naumen", "Condor-1.1", "MS-PL" ]
null
null
null
/* $KAME: ipsec.c,v 1.33 2003/07/25 09:54:32 itojun Exp $ */ /*- * SPDX-License-Identifier: BSD-3-Clause * * Copyright (c) 2005 NTT Multimedia Communications Laboratories, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided th...
36.341463
80
0.702379
[ "transform" ]
77922262b43a9db2b01490df2edeaa0c16c11d39
4,584
h
C
underworld/libUnderworld/StgFEM/Discretisation/src/FeMesh.h
longgangfan/underworld2
5c8acc17fa4d97e86a62b13b8bfb2af6e81a8ee4
[ "CC-BY-4.0" ]
116
2015-09-28T10:30:55.000Z
2022-03-22T04:12:38.000Z
underworld/libUnderworld/StgFEM/Discretisation/src/FeMesh.h
longgangfan/underworld2
5c8acc17fa4d97e86a62b13b8bfb2af6e81a8ee4
[ "CC-BY-4.0" ]
561
2015-09-29T06:05:50.000Z
2022-03-22T23:37:29.000Z
underworld/libUnderworld/StgFEM/Discretisation/src/FeMesh.h
longgangfan/underworld2
5c8acc17fa4d97e86a62b13b8bfb2af6e81a8ee4
[ "CC-BY-4.0" ]
68
2015-12-14T21:57:46.000Z
2021-08-25T04:54:26.000Z
/*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~* ** ** ** This file forms part of the Underworld geophysics modelling application. ** ** ...
40.210526
125
0.575916
[ "mesh" ]
7793adf3c25da961b189b2cb4863a0a511e7f6e9
20,627
h
C
common/op_utility/include/op_utility/DataRW.h
alanjclark/autoware.ai
ba97edbbffb6f22e78912bf96400a59ef6a13daf
[ "Apache-2.0" ]
34
2020-06-02T10:26:03.000Z
2022-03-27T03:54:55.000Z
common/op_utility/include/op_utility/DataRW.h
alanjclark/autoware.ai
ba97edbbffb6f22e78912bf96400a59ef6a13daf
[ "Apache-2.0" ]
40
2019-06-24T16:56:15.000Z
2022-02-28T13:41:58.000Z
common/op_utility/include/op_utility/DataRW.h
alanjclark/autoware.ai
ba97edbbffb6f22e78912bf96400a59ef6a13daf
[ "Apache-2.0" ]
36
2020-05-29T07:52:11.000Z
2022-03-21T03:26:58.000Z
/// \file DataRW.h /// \brief File operations for loading vector map files, loading kml map files and writing log .csv files /// \author Hatem Darweesh /// \date Jun 23, 2016 #ifndef DATARW_H_ #define DATARW_H_ #include <string> #include <fstream> #include <sstream> #include <vector> #include <iostream> #include <l...
23.929234
154
0.701653
[ "object", "vector" ]
779432f78baf6939f42ba2208fc732eaa9fd52c0
1,322
h
C
SerialPrograms/Source/CommonFramework/Language.h
Gin890/Arduino-Source
9047ff584010d8ddc3558068874f16fb3c7bb46d
[ "MIT" ]
9
2021-03-06T20:37:22.000Z
2022-03-09T02:34:47.000Z
SerialPrograms/Source/CommonFramework/Language.h
Gin890/Arduino-Source
9047ff584010d8ddc3558068874f16fb3c7bb46d
[ "MIT" ]
44
2021-05-31T21:33:14.000Z
2022-02-25T17:40:50.000Z
SerialPrograms/Source/CommonFramework/Language.h
Gin890/Arduino-Source
9047ff584010d8ddc3558068874f16fb3c7bb46d
[ "MIT" ]
16
2021-03-21T16:00:21.000Z
2022-03-26T08:02:11.000Z
/* Language * * From: https://github.com/PokemonAutomation/Arduino-Source * */ #ifndef PokemonAutomation_Language_H #define PokemonAutomation_Language_H #include <string> #include <vector> #include <set> #include <QString> namespace PokemonAutomation{ enum class Language{ None, Engli...
18.619718
62
0.645234
[ "vector" ]
77948bc8fc1c3378bad89eb1fb8106da5b416db1
3,727
c
C
src/external/cairo-1.14.10/cairo-xboot-surface.c
tenfar/xboot
cd44bd16cdc185250dbba25778232813e671d007
[ "MIT" ]
null
null
null
src/external/cairo-1.14.10/cairo-xboot-surface.c
tenfar/xboot
cd44bd16cdc185250dbba25778232813e671d007
[ "MIT" ]
null
null
null
src/external/cairo-1.14.10/cairo-xboot-surface.c
tenfar/xboot
cd44bd16cdc185250dbba25778232813e671d007
[ "MIT" ]
1
2019-10-23T03:57:06.000Z
2019-10-23T03:57:06.000Z
/* cairo - a vector graphics library with display and print output * * Copyright © 2009 Chris Wilson * * This library is free software; you can redistribute it and/or * modify it either under the terms of the GNU Lesser General Public * License version 2.1 as published by the Free Software Foundation * (the "LGP...
27.007246
113
0.744567
[ "render", "vector" ]
779542816f0bdccb8e2c936bfacab82817126948
5,190
h
C
include/simdjson/generic/ondemand/object-inl.h
chadbrewbaker/simdjson
610b3ad30220c8d62313eb671e8272e8a90ed06e
[ "Apache-2.0" ]
null
null
null
include/simdjson/generic/ondemand/object-inl.h
chadbrewbaker/simdjson
610b3ad30220c8d62313eb671e8272e8a90ed06e
[ "Apache-2.0" ]
null
null
null
include/simdjson/generic/ondemand/object-inl.h
chadbrewbaker/simdjson
610b3ad30220c8d62313eb671e8272e8a90ed06e
[ "Apache-2.0" ]
null
null
null
namespace simdjson { namespace SIMDJSON_IMPLEMENTATION { namespace ondemand { simdjson_really_inline simdjson_result<value> object::find_field_unordered(const std::string_view key) & noexcept { bool has_value; SIMDJSON_TRY( iter.find_field_unordered_raw(key).get(has_value) ); if (!has_value) { return NO_SUCH_FIE...
48.504673
197
0.790944
[ "object" ]
7796dbfcbaafa6762bf35fbbb662e656dcf4020b
3,574
h
C
Descending Europa/Temp/StagingArea/Data/il2cppOutput/mscorlib_System_Array_InternalEnumerator_1_gen1841955665MethodDeclarations.h
screwylightbulb/europa
3dcc98369c8066cb2310143329535206751c8846
[ "MIT" ]
11
2016-07-22T19:58:09.000Z
2021-09-21T12:51:40.000Z
Descending Europa/Temp/StagingArea/Data/il2cppOutput/mscorlib_System_Array_InternalEnumerator_1_gen1841955665MethodDeclarations.h
screwylightbulb/europa
3dcc98369c8066cb2310143329535206751c8846
[ "MIT" ]
1
2018-05-07T14:32:13.000Z
2018-05-08T09:15:30.000Z
iOS/Classes/Native/mscorlib_System_Array_InternalEnumerator_1_gen1841955665MethodDeclarations.h
mopsicus/unity-share-plugin-ios-android
3ee99aef36034a1e4d7b156172953f9b4dfa696f
[ "MIT" ]
null
null
null
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include <assert.h> #include <exception> // System.Array struct Il2CppArray; // System.Object struct Il2CppObject; #include "codegen/il2cpp-codegen.h" #include "mscorlib_System_Array...
83.116279
277
0.853106
[ "object" ]
779adf6192ab4b32b823fbd2c6a3f9571fbbcb97
20,265
c
C
max2sphere.c
trek-view/max2sphere-batch
41e59fb5db37469d4bad14f9ff479ca72d79f7bc
[ "MIT" ]
1
2022-02-17T21:22:00.000Z
2022-02-17T21:22:00.000Z
max2sphere.c
trek-view/MAX2sphere-batch
41e59fb5db37469d4bad14f9ff479ca72d79f7bc
[ "MIT" ]
null
null
null
max2sphere.c
trek-view/MAX2sphere-batch
41e59fb5db37469d4bad14f9ff479ca72d79f7bc
[ "MIT" ]
1
2022-02-28T01:16:30.000Z
2022-02-28T01:16:30.000Z
#include "max2sphere.h" /* Convert a sequence of pairs of frames from the GoPro Max camera to an equirectangular Sept 08: First version based upon cube2sphere Sept 10: Added output file mask Dec 14: This version which is a batch converter based upon a lookup table */ PARAMS params; // These are known frame te...
29.757709
118
0.588798
[ "vector" ]
77a12b6ee1400a0c384ea6592ec2c4548e380a1d
3,915
h
C
src/shape.h
WeichenLiu/lajolla_public
daf1a095feb9b8a4a8c727a012f9d6d9a422ac69
[ "MIT" ]
31
2021-12-27T00:45:29.000Z
2022-03-21T11:12:24.000Z
src/shape.h
WeichenLiu/lajolla_public
daf1a095feb9b8a4a8c727a012f9d6d9a422ac69
[ "MIT" ]
7
2022-01-04T03:08:28.000Z
2022-03-02T23:26:20.000Z
src/shape.h
WeichenLiu/lajolla_public
daf1a095feb9b8a4a8c727a012f9d6d9a422ac69
[ "MIT" ]
14
2022-01-02T19:43:18.000Z
2022-03-21T06:07:39.000Z
#pragma once #include "lajolla.h" #include "frame.h" #include "table_dist.h" #include "vector.h" #include <embree3/rtcore.h> #include <variant> #include <vector> struct PointAndNormal; struct PathVertex; struct ShadingInfo { Vector2 uv; // UV coordinates for texture mapping Frame shading_frame; // the coordi...
36.933962
106
0.693742
[ "mesh", "shape", "vector" ]
77ad9888491392b2d09c07b4f2ea44b371518bb9
6,564
c
C
src/ri/quadric.c
syoyo/lucille
ff81b332ae78181dbbdc1ec3c3b0f59992e7c0fa
[ "BSD-3-Clause" ]
77
2015-01-29T21:02:10.000Z
2022-03-04T11:23:12.000Z
src/ri/quadric.c
chiyama/lucille
37f5e0cf7bda12b146808289053b902050553338
[ "BSD-3-Clause" ]
1
2018-11-08T02:11:24.000Z
2018-11-08T04:31:17.000Z
src/ri/quadric.c
chiyama/lucille
37f5e0cf7bda12b146808289053b902050553338
[ "BSD-3-Clause" ]
13
2015-04-20T08:17:29.000Z
2020-06-17T18:35:06.000Z
/* * Quadric handling routine */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include <assert.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #include "vector.h" #include "apitable.h" #include "attribute.h" #include "geom.h" #include "log.h" #include "matrix.h" #include "memory.h" #include "rende...
25.053435
77
0.587294
[ "render", "vector" ]
77ae313de500ebd314dd602844d5864605f53b84
16,512
h
C
include/tsar/Analysis/Memory/DIMemoryTrait.h
yukatan1701/tsar
a6f95cdaeb117ccd5fcb775b471b1aa17c45f4e8
[ "Apache-2.0" ]
14
2019-11-04T15:03:40.000Z
2021-09-07T17:29:40.000Z
include/tsar/Analysis/Memory/DIMemoryTrait.h
yukatan1701/tsar
a6f95cdaeb117ccd5fcb775b471b1aa17c45f4e8
[ "Apache-2.0" ]
11
2019-11-29T21:18:12.000Z
2021-12-22T21:36:40.000Z
include/tsar/Analysis/Memory/DIMemoryTrait.h
yukatan1701/tsar
a6f95cdaeb117ccd5fcb775b471b1aa17c45f4e8
[ "Apache-2.0" ]
17
2019-10-15T13:56:35.000Z
2021-10-20T17:21:14.000Z
//===- DIMemoryTrait.h - Memory Analyzable Traits (Metadata) ----*- C++ -*-===// // // Traits Static Analyzer (SAPFOR) // // Copyright 2018 DVM System Group // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // ...
35.895652
81
0.71009
[ "vector" ]
77b8477efaddd6ce48d5576b365349ddf22f504d
9,609
c
C
src/trace.c
DosWorld/alicepascal
f71afb62f4f41725c157efb8e6c4f1dab8bbbee5
[ "Artistic-1.0-Perl", "ClArtistic" ]
2
2022-02-08T22:16:10.000Z
2022-02-10T01:51:42.000Z
src/trace.c
DosWorld/alicepascal
f71afb62f4f41725c157efb8e6c4f1dab8bbbee5
[ "Artistic-1.0-Perl", "ClArtistic" ]
null
null
null
src/trace.c
DosWorld/alicepascal
f71afb62f4f41725c157efb8e6c4f1dab8bbbee5
[ "Artistic-1.0-Perl", "ClArtistic" ]
null
null
null
/* *DESC: Runtime handling of the 'trace' (do..set) facility. *DESC: Plus turbo pascal library handling. */ #include "alice.h" #include "interp.h" #include "dbflags.h" #include "extramem.h" #ifndef SAI int trace_queue_size = 0; /* number of trace exceptions pending*/ int trace_excepts[MAX_TRACE]; /* index num...
24.0225
76
0.638568
[ "object", "vector", "model" ]
77b89f722122737e7728a16125edc9faa6c4730e
4,336
h
C
usr/local/include/gstreamer-0.10/gst/gsttypefind.h
skarekrow/testrepo
af979b718aae49a2301c400964a603cf010a3c51
[ "BSD-3-Clause" ]
null
null
null
usr/local/include/gstreamer-0.10/gst/gsttypefind.h
skarekrow/testrepo
af979b718aae49a2301c400964a603cf010a3c51
[ "BSD-3-Clause" ]
null
null
null
usr/local/include/gstreamer-0.10/gst/gsttypefind.h
skarekrow/testrepo
af979b718aae49a2301c400964a603cf010a3c51
[ "BSD-3-Clause" ]
null
null
null
/* GStreamer * Copyright (C) 2003 Benjamin Otte <in7y118@public.uni-hamburg.de> * * gsttypefind.h: typefinding subsystem * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either ...
34.688
78
0.604935
[ "object" ]
77c0babac7a1602ed6a0fda029528e77da0c96bb
917
c
C
test/plot-rozzi-xdb.c
mirrorscotty/material-data
6d258d34b5037e9950ae6516e0c586e7965cf8b2
[ "BSD-3-Clause" ]
2
2019-12-19T08:07:08.000Z
2019-12-19T08:07:30.000Z
test/plot-rozzi-xdb.c
mirrorscotty/material-data
6d258d34b5037e9950ae6516e0c586e7965cf8b2
[ "BSD-3-Clause" ]
null
null
null
test/plot-rozzi-xdb.c
mirrorscotty/material-data
6d258d34b5037e9950ae6516e0c586e7965cf8b2
[ "BSD-3-Clause" ]
1
2019-12-23T13:07:26.000Z
2019-12-23T13:07:26.000Z
#include "material-data.h" #include "matrix.h" #include <stdio.h> #include <math.h> int main(int argc, char *argv[]) { vector *Ga, *G1, *G2, *Xdb; matrix *out; double Xdbi, T=353, Gi; int i, n=100; Xdb = linspaceV(0.05, .5, n); Ga = CreateVector(n); G1 = CreateVector(n); G2 = CreateVec...
24.783784
78
0.524537
[ "vector" ]
77c3a9ee5e9870d90e0cd87f3381a31b28d805f2
3,781
c
C
inetcore/outlookexpress/wabw/wabfind/fndcf.c
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
inetcore/outlookexpress/wabw/wabfind/fndcf.c
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
inetcore/outlookexpress/wabw/wabfind/fndcf.c
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
/***************************************************************************** * * fndcf.c - IClassFactory interface * *****************************************************************************/ #include "fnd.h" #ifdef _WIN64 #pragma pack(push,8) #endif // _WIN64 /*********************************...
27.59854
80
0.428723
[ "object" ]
77c7434cc52e9d3d2f12118a0870d9b7ba6ebad7
7,749
h
C
codec/L2/demos/pikEnc/host/pik/single_image_handler.h
vmayoral/Vitis_Libraries
2323dc5036041e18242718287aee4ce66ba071ef
[ "Apache-2.0" ]
1
2021-09-11T01:05:01.000Z
2021-09-11T01:05:01.000Z
codec/L2/demos/pikEnc/host/pik/single_image_handler.h
vmayoral/Vitis_Libraries
2323dc5036041e18242718287aee4ce66ba071ef
[ "Apache-2.0" ]
null
null
null
codec/L2/demos/pikEnc/host/pik/single_image_handler.h
vmayoral/Vitis_Libraries
2323dc5036041e18242718287aee4ce66ba071ef
[ "Apache-2.0" ]
null
null
null
// Copyright 2018 Google Inc. All Rights Reserved. // // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file or at // https://opensource.org/licenses/MIT. #ifndef PIK_SINGLE_PASS_HANDLER_H_ #define PIK_SINGLE_PASS_HANDLER_H_ #include <cstddef> #include <memory> #includ...
37.434783
80
0.712737
[ "vector" ]
77c9348c7ee6a055ca3131243917323cb91dfeec
6,364
h
C
build/devel/include/rtabmap_ros/AddLinkRequest.h
joaorpsgomes/rtabmap_ros
439c7e46d3f14b9e9ff4a220fd97ee95b3f8e955
[ "BSD-3-Clause" ]
null
null
null
build/devel/include/rtabmap_ros/AddLinkRequest.h
joaorpsgomes/rtabmap_ros
439c7e46d3f14b9e9ff4a220fd97ee95b3f8e955
[ "BSD-3-Clause" ]
null
null
null
build/devel/include/rtabmap_ros/AddLinkRequest.h
joaorpsgomes/rtabmap_ros
439c7e46d3f14b9e9ff4a220fd97ee95b3f8e955
[ "BSD-3-Clause" ]
null
null
null
// Generated by gencpp from file rtabmap_ros/AddLinkRequest.msg // DO NOT EDIT! #ifndef RTABMAP_ROS_MESSAGE_ADDLINKREQUEST_H #define RTABMAP_ROS_MESSAGE_ADDLINKREQUEST_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/builtin_message_traits.h> ...
26.1893
145
0.707417
[ "vector", "transform" ]
77c96eff3cbead51d72105224b118e855088efa0
10,025
h
C
anylinesdk-plugin/src/ios/anyline_sdk/Anyline.framework/Versions/A/Headers/AnylineOCRModuleView.h
rabino/anyline-cordova
043eb884c32de74b395f5bd2b7f770f12069c3e6
[ "Apache-2.0" ]
null
null
null
anylinesdk-plugin/src/ios/anyline_sdk/Anyline.framework/Versions/A/Headers/AnylineOCRModuleView.h
rabino/anyline-cordova
043eb884c32de74b395f5bd2b7f770f12069c3e6
[ "Apache-2.0" ]
null
null
null
anylinesdk-plugin/src/ios/anyline_sdk/Anyline.framework/Versions/A/Headers/AnylineOCRModuleView.h
rabino/anyline-cordova
043eb884c32de74b395f5bd2b7f770f12069c3e6
[ "Apache-2.0" ]
null
null
null
// // AnylineOCRModuleView.h // Anyline // // Created by Daniel Albertini on 10/11/15. // Copyright © 2015 9Yards GmbH. All rights reserved. // #import <Anyline/Anyline.h> /** * ALRange struct to define min & max charHeight for scanning. */ struct ALRange { NSUInteger min; NSUInteger max; }; typedef st...
31.926752
122
0.695461
[ "object" ]
77cac91762d249c47df798eddd052885cbeb100d
3,472
c
C
benchmark/sor/sor.c
jonathan-stein/gem5
1c4dcb1a3e620f75cd06f3011d70dec5641d3dd3
[ "BSD-3-Clause" ]
null
null
null
benchmark/sor/sor.c
jonathan-stein/gem5
1c4dcb1a3e620f75cd06f3011d70dec5641d3dd3
[ "BSD-3-Clause" ]
null
null
null
benchmark/sor/sor.c
jonathan-stein/gem5
1c4dcb1a3e620f75cd06f3011d70dec5641d3dd3
[ "BSD-3-Clause" ]
null
null
null
/* Benchmark Application in C. * The error injection function is sor. * The error injection function contains library calls. * Compile the code with: clang sor.c -lm * * Applying successive over relaxation. * The result is the solution vector. * * Author: Ziang Wan, Jonathan Stein */ #include <stdio.h> #includ...
22.25641
97
0.538594
[ "vector" ]
77cdcce8619501fef48db7590e5082ef9c61b018
4,484
h
C
include/cpp-sort/detail/drop_merge_sort.h
FirstLoveLife/cpp-sort
1136d2fc52eb48e03af72a636632a91991e30005
[ "MIT" ]
null
null
null
include/cpp-sort/detail/drop_merge_sort.h
FirstLoveLife/cpp-sort
1136d2fc52eb48e03af72a636632a91991e30005
[ "MIT" ]
null
null
null
include/cpp-sort/detail/drop_merge_sort.h
FirstLoveLife/cpp-sort
1136d2fc52eb48e03af72a636632a91991e30005
[ "MIT" ]
null
null
null
/* The MIT license (MIT) A C++ reimplementation of a drop-merge sort, originally made by Emil Ernerfeldt: https://github.com/emilk/drop-merge-sort Modified in 2017-2018 by Morwenn for inclusion into cpp-sort There are two versions of this function. The first one is identical to the reference...
35.03125
96
0.557315
[ "vector" ]
77d65eac3c23069c366f0a0c5577589cd812f7a0
14,576
h
C
Libs/Optimize/ParticleSystem/itkParticleShapeMixedEffectsMatrixAttribute.h
ajensen1234/ShapeWorks
fb308c8c38ad0e00c7f62aa7221e00e72140d909
[ "MIT" ]
40
2019-07-26T18:02:13.000Z
2022-03-28T07:24:23.000Z
Libs/Optimize/ParticleSystem/itkParticleShapeMixedEffectsMatrixAttribute.h
ajensen1234/ShapeWorks
fb308c8c38ad0e00c7f62aa7221e00e72140d909
[ "MIT" ]
1,359
2019-06-20T17:17:53.000Z
2022-03-31T05:42:29.000Z
Libs/Optimize/ParticleSystem/itkParticleShapeMixedEffectsMatrixAttribute.h
ajensen1234/ShapeWorks
fb308c8c38ad0e00c7f62aa7221e00e72140d909
[ "MIT" ]
13
2019-12-06T01:31:48.000Z
2022-02-24T04:34:23.000Z
/* Class for Mixed-effects regression */ #ifndef __itkParticleShapeMixedEffectsMatrixAttribute_h #define __itkParticleShapeMixedEffectsMatrixAttribute_h #include "itkParticleShapeMatrixAttribute.h" #include "vnl/vnl_vector.h" #include "itkParticleSystem.h" #include "vnl/vnl_trace.h" namespace itk { /** \class Partic...
32.391111
133
0.658342
[ "object", "shape", "vector", "model" ]
77d7c0408b03a9c39700946f301bd106eff06ec1
91,075
h
C
tracers/qemu/qemu/qapi-types.h
trusted-ws/qira
bfa04c0089cd8c81a5cd96e1bd0c97fcf7355d97
[ "MIT" ]
null
null
null
tracers/qemu/qemu/qapi-types.h
trusted-ws/qira
bfa04c0089cd8c81a5cd96e1bd0c97fcf7355d97
[ "MIT" ]
null
null
null
tracers/qemu/qemu/qapi-types.h
trusted-ws/qira
bfa04c0089cd8c81a5cd96e1bd0c97fcf7355d97
[ "MIT" ]
null
null
null
/* AUTOMATICALLY GENERATED, DO NOT MODIFY */ /* * schema-defined QAPI types * * Copyright IBM, Corp. 2011 * * Authors: * Anthony Liguori <aliguori@us.ibm.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. * */ #ifn...
22.763059
129
0.742553
[ "object", "model" ]
77db783e26f6ea6c36acebbf118d0cdfcfd02e67
12,509
h
C
export/MACFieldIO.h
jonntd/field3d
383b6e7ed02916b422b18a272a9e9575ecc2e555
[ "BSD-3-Clause" ]
null
null
null
export/MACFieldIO.h
jonntd/field3d
383b6e7ed02916b422b18a272a9e9575ecc2e555
[ "BSD-3-Clause" ]
null
null
null
export/MACFieldIO.h
jonntd/field3d
383b6e7ed02916b422b18a272a9e9575ecc2e555
[ "BSD-3-Clause" ]
null
null
null
//----------------------------------------------------------------------------// /* * Copyright (c) 2009 Sony Pictures Imageworks 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: *...
31.116915
87
0.586218
[ "object" ]
77df1ada7c5d65fab68b4b57d5b9dea732163937
13,781
h
C
bds_sampler/_sampler/DiGSampler.h
ianhi/BDS-sampler
a34c73eff3f037b9a376ad2c27f911c763bfcfd6
[ "BSD-3-Clause" ]
1
2021-10-20T16:37:02.000Z
2021-10-20T16:37:02.000Z
bds_sampler/_sampler/DiGSampler.h
ianhi/BDS-sampler
a34c73eff3f037b9a376ad2c27f911c763bfcfd6
[ "BSD-3-Clause" ]
null
null
null
bds_sampler/_sampler/DiGSampler.h
ianhi/BDS-sampler
a34c73eff3f037b9a376ad2c27f911c763bfcfd6
[ "BSD-3-Clause" ]
null
null
null
/* This program is Copyright © 2011-2013 Charo I. Del Genio */ /* Licensed under the Academic Free License version 3.0 1) Grant of Copyright License. Licensor grants You a worldwide, royalty-free, non-exclusive, sublicensable license, for the duration of the copyright, to do the following: a) to reproduce t...
49.750903
132
0.74922
[ "transform" ]
77e0a94e63f831ad425c307bed362b33b2e306ce
2,330
h
C
include/Core/Game/Player.h
maspe36/WhispererBoost
bcf4a8e5b9a5a563dc302937af48df4c6710b285
[ "Apache-2.0" ]
2
2020-10-03T20:15:40.000Z
2020-11-26T05:35:37.000Z
include/Core/Game/Player.h
maspe36/WhispererTCG
bcf4a8e5b9a5a563dc302937af48df4c6710b285
[ "Apache-2.0" ]
null
null
null
include/Core/Game/Player.h
maspe36/WhispererTCG
bcf4a8e5b9a5a563dc302937af48df4c6710b285
[ "Apache-2.0" ]
2
2018-05-16T01:34:30.000Z
2021-08-05T22:10:17.000Z
#pragma once #include <vector> #include <random> #include "../../../include/Network/Client.h" using namespace std; class Game; class Card; class Creature; class Spell; class Constant; class Client; class Player { public: #pragma region Instance Vars /* A players name */ string Name; /* A players health */ in...
20.086207
89
0.695279
[ "vector" ]
77e0f2eafce57393fc6d09b87f9e9db77c2d46f0
8,270
c
C
trunk/3rdparty/ffmpeg-4-fit/libswresample/noise_shaping_data.c
attenuation/srs
897d2104fb79c4fc1a89e3889645424c077535bd
[ "MIT" ]
18,396
2015-11-11T09:36:37.000Z
2022-03-31T23:31:51.000Z
trunk/3rdparty/ffmpeg-4-fit/libswresample/noise_shaping_data.c
attenuation/srs
897d2104fb79c4fc1a89e3889645424c077535bd
[ "MIT" ]
2,471
2015-11-10T04:01:38.000Z
2022-03-31T21:37:21.000Z
trunk/3rdparty/ffmpeg-4-fit/libswresample/noise_shaping_data.c
attenuation/srs
897d2104fb79c4fc1a89e3889645424c077535bd
[ "MIT" ]
4,219
2015-11-10T12:17:34.000Z
2022-03-31T10:41:43.000Z
/* Effect: dither/noise-shape Copyright (c) 2008-9 robs@users.sourceforge.net * * 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 opt...
36.755556
79
0.748489
[ "shape" ]
77e2d551f8734d538c0d0cde6abaeb50699ecbc1
28,658
c
C
base/hals/halx86/i386/ixisabus.c
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
base/hals/halx86/i386/ixisabus.c
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
base/hals/halx86/i386/ixisabus.c
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
/*++ Copyright (c) 1989 Microsoft Corporation Module Name: ixisabus.c Abstract: Author: Environment: Revision History: --*/ #include "halp.h" ULONG HalpGetEisaInterruptVector( IN PBUS_HANDLER BusHandler, IN PBUS_HANDLER RootHandler, IN ULONG BusInterruptLevel, ...
27.061379
97
0.534266
[ "vector" ]
77e6a91d17f1774f0e915100e1340a7994714a41
2,522
h
C
clm/clm.h
vivlai/qanta
57a162b28961a1d11a82405db4f07ff824ce3faf
[ "MIT" ]
null
null
null
clm/clm.h
vivlai/qanta
57a162b28961a1d11a82405db4f07ff824ce3faf
[ "MIT" ]
null
null
null
clm/clm.h
vivlai/qanta
57a162b28961a1d11a82405db4f07ff824ce3faf
[ "MIT" ]
null
null
null
#ifndef CLM_H #define CLM_H #include <string> #include <vector> #include <unordered_set> #include <map> #include <math.h> #include <cassert> #include <utility> #include <iomanip> #include <fstream> #include <iostream> #include <algorithm> #include <sstream> typedef std::pair <int, int> bigram; #define kDEBUG false c...
29.670588
65
0.632038
[ "vector" ]
77ed870946f5019015ad9bf435783834bcd7ae98
1,621
h
C
gluecodium/src/test/resources/smoke/listeners/output/cpp/include/smoke/CalculatorListener.h
hiteshbedre/gluecodium
262d0d5bd901c2292509bb83d6b877f4adc6c123
[ "Apache-2.0" ]
138
2019-12-11T13:16:52.000Z
2022-03-28T01:24:21.000Z
gluecodium/src/test/resources/smoke/listeners/output/cpp/include/smoke/CalculatorListener.h
hiteshbedre/gluecodium
262d0d5bd901c2292509bb83d6b877f4adc6c123
[ "Apache-2.0" ]
310
2020-01-14T11:46:26.000Z
2022-03-31T15:05:40.000Z
gluecodium/src/test/resources/smoke/listeners/output/cpp/include/smoke/CalculatorListener.h
heremaps/gluecodium
2d69e3e00cae511efe852556c8019eb378a45136
[ "Apache-2.0" ]
10
2019-12-11T11:46:16.000Z
2021-11-02T10:41:59.000Z
// ------------------------------------------------------------------------------------------------- // // // ------------------------------------------------------------------------------------------------- #pragma once #include "gluecodium/ExportGluecodiumCpp.h" #include "gluecodium/TypeRepository.h" #include "glueco...
38.595238
130
0.649599
[ "vector" ]
77fb1ad72bc284cdac29d2e9bae3ad53ee60f7cf
32,238
h
C
binutils/bfd/elfxx-x86.h
Hwangwoosam/AFLplusplus
666ba142e90588dea5f620e4821e575922d7fdd0
[ "Apache-2.0" ]
null
null
null
binutils/bfd/elfxx-x86.h
Hwangwoosam/AFLplusplus
666ba142e90588dea5f620e4821e575922d7fdd0
[ "Apache-2.0" ]
null
null
null
binutils/bfd/elfxx-x86.h
Hwangwoosam/AFLplusplus
666ba142e90588dea5f620e4821e575922d7fdd0
[ "Apache-2.0" ]
null
null
null
/* x86 specific support for ELF Copyright (C) 2017-2022 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. 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 Softwar...
34.22293
78
0.713258
[ "object" ]
cb6f583cdea860022f0e02d62074b21752018d37
3,501
h
C
MonoNative/mscorlib/System/Security/Policy/mscorlib_System_Security_Policy_Zone.h
brunolauze/MonoNative
959fb52c2c1ffe87476ab0d6e4fcce0ad9ce1e66
[ "BSD-2-Clause" ]
7
2015-03-10T03:36:16.000Z
2021-11-05T01:16:58.000Z
MonoNative/mscorlib/System/Security/Policy/mscorlib_System_Security_Policy_Zone.h
brunolauze/MonoNative
959fb52c2c1ffe87476ab0d6e4fcce0ad9ce1e66
[ "BSD-2-Clause" ]
1
2020-06-23T10:02:33.000Z
2020-06-24T02:05:47.000Z
MonoNative/mscorlib/System/Security/Policy/mscorlib_System_Security_Policy_Zone.h
brunolauze/MonoNative
959fb52c2c1ffe87476ab0d6e4fcce0ad9ce1e66
[ "BSD-2-Clause" ]
null
null
null
#ifndef __MONO_NATIVE_MSCORLIB_SYSTEM_SECURITY_POLICY_ZONE_H #define __MONO_NATIVE_MSCORLIB_SYSTEM_SECURITY_POLICY_ZONE_H #include <mscorlib/System/Security/Policy/mscorlib_System_Security_Policy_EvidenceBase.h> #include <mscorlib/System/Security/mscorlib_System_Security_SecurityZone.h> #include <mscorlib/System/Secur...
30.443478
136
0.718081
[ "object" ]
cb70f4988e799beaa80e4259da682bf8d16ad60f
31,790
h
C
elftosb2/ElftosbAST.h
eewiki/elftosb
16d0f290f6ae20c646d9cdbf4724237a416a4a18
[ "BSD-3-Clause" ]
2
2017-12-09T15:26:37.000Z
2021-07-03T13:45:28.000Z
elftosb2/ElftosbAST.h
eewiki/elftosb
16d0f290f6ae20c646d9cdbf4724237a416a4a18
[ "BSD-3-Clause" ]
1
2019-12-04T20:03:25.000Z
2019-12-04T22:51:51.000Z
elftosb2/ElftosbAST.h
eewiki/elftosb
16d0f290f6ae20c646d9cdbf4724237a416a4a18
[ "BSD-3-Clause" ]
5
2015-05-15T14:41:14.000Z
2018-11-08T14:13:33.000Z
/* * File: ElftosbAST.h * * Copyright (c) Freescale Semiconductor, Inc. All rights reserved. * See included license file for license details. */ #if !defined(_ElftosbAST_h_) #define _ElftosbAST_h_ #include "stdafx.h" #include <string> #include <list> #include "smart_ptr.h" #include "EvalContext.h" namespace elft...
25.887622
163
0.73067
[ "object" ]
cb76289dd5b5fc81beb1b287bcab22c42d45b5ea
1,344
h
C
Pods/Headers/Public/CloudantToolkit/CloudantToolkit/CDTQueryCursor.h
FarooqMulla/BluemixExample
a92112774f32e3d1fcfb1b48b8cdb6c213742c56
[ "MIT" ]
null
null
null
Pods/Headers/Public/CloudantToolkit/CloudantToolkit/CDTQueryCursor.h
FarooqMulla/BluemixExample
a92112774f32e3d1fcfb1b48b8cdb6c213742c56
[ "MIT" ]
null
null
null
Pods/Headers/Public/CloudantToolkit/CloudantToolkit/CDTQueryCursor.h
FarooqMulla/BluemixExample
a92112774f32e3d1fcfb1b48b8cdb6c213742c56
[ "MIT" ]
null
null
null
/* * IBM Confidential OCO Source Materials * * 5725-I43 Copyright IBM Corp. 2015, 2015 * * The source code for this program is not published or otherwise * divested of its trade secrets, irrespective of what has * been deposited with the U.S. Copyright Office. * */ #import <Foundation/Foundation.h> /** @warn...
31.255814
120
0.758929
[ "object" ]
cb770c13200f82f4f0b113188d01a6851d330467
315
h
C
YIBox/NSData+Addition.h
iosfeng/YIBox
57cfee34569b97c351cad4ef747ff8071990ec0a
[ "MIT" ]
4
2016-03-05T16:28:43.000Z
2018-12-08T12:01:29.000Z
YIBox/NSData+Addition.h
fee-studio/YIBox
57cfee34569b97c351cad4ef747ff8071990ec0a
[ "MIT" ]
1
2019-02-01T06:59:36.000Z
2019-02-01T06:59:36.000Z
YIBox/NSData+Addition.h
fee-studio/YIBox
57cfee34569b97c351cad4ef747ff8071990ec0a
[ "MIT" ]
3
2016-10-19T03:45:52.000Z
2019-03-28T10:28:12.000Z
// // NSData+Addition.h // Line0 // // Created by line0 on 12-12-5. // Copyright (c) 2012年 line0. All rights reserved. // #import <Foundation/Foundation.h> @interface NSData (Addition) - (NSData *)dataWithObject:(id)object; - (id)convertDataToObject; - (NSString *)hexadecimalString; - (NSString *)md5; @end
17.5
51
0.685714
[ "object" ]
cb794b80ed4d009c72cdd5f3f0c99f62c7d3dee7
9,584
h
C
ccstruct/ocrblock.h
satnath/tesseractindic
048112c128ff7c3908a0eec5ecc6c5d0013b752f
[ "Apache-2.0" ]
null
null
null
ccstruct/ocrblock.h
satnath/tesseractindic
048112c128ff7c3908a0eec5ecc6c5d0013b752f
[ "Apache-2.0" ]
null
null
null
ccstruct/ocrblock.h
satnath/tesseractindic
048112c128ff7c3908a0eec5ecc6c5d0013b752f
[ "Apache-2.0" ]
null
null
null
/********************************************************************** * File: ocrblock.h (Formerly block.h) * Description: Page block class definition. * Author: Ray Smith * Created: Thu Mar 14 17:32:01 GMT 1991 * * (C) Copyright 1991, Hewlett-Packard Ltd. ** Licensed under the Apache License, Versio...
41.851528
159
0.402859
[ "vector" ]
cb7b023b87a07f30d49d2d4846f173fecb012a37
674
h
C
src/types/common/bool.h
fy0/python_lite
f59850b6093ec8260d96302af25c2bc3bdababc9
[ "Zlib" ]
91
2016-05-12T21:10:13.000Z
2022-03-29T14:20:36.000Z
src/types/common/bool.h
fy0/python_lite
f59850b6093ec8260d96302af25c2bc3bdababc9
[ "Zlib" ]
1
2017-01-11T23:17:43.000Z
2021-11-17T05:30:23.000Z
src/types/common/bool.h
fy0/python_lite
f59850b6093ec8260d96302af25c2bc3bdababc9
[ "Zlib" ]
5
2017-01-02T12:23:34.000Z
2022-03-29T14:20:41.000Z
#ifndef PYLITE_TYPES_BOOL_H #define PYLITE_TYPES_BOOL_H #include "../object.h" typedef struct PyLiteBoolObject { PyLiteObject_HEAD; bool ob_val; } PyLiteBoolObject; pl_int_t pylt_obj_bool_cmp(PyLiteInterpreter *I, PyLiteBoolObject *self, PyLiteObject *other); pl_bool_t pylt_obj_bool_eq(PyLiteInterpreter *I,...
29.304348
94
0.826409
[ "object" ]
cb8404f36828f140b2bd1cdff14f6dc198acda39
4,378
h
C
wrappers/7.0.0/vtkLabeledDataMapperWrap.h
axkibe/node-vtk
900ad7b5500f672519da5aa24c99aa5a96466ef3
[ "BSD-3-Clause" ]
6
2016-02-03T12:48:36.000Z
2020-09-16T15:07:51.000Z
wrappers/7.0.0/vtkLabeledDataMapperWrap.h
axkibe/node-vtk
900ad7b5500f672519da5aa24c99aa5a96466ef3
[ "BSD-3-Clause" ]
4
2016-02-13T01:30:43.000Z
2020-03-30T16:59:32.000Z
wrappers/7.0.0/vtkLabeledDataMapperWrap.h
axkibe/node-vtk
900ad7b5500f672519da5aa24c99aa5a96466ef3
[ "BSD-3-Clause" ]
null
null
null
/* this file has been autogenerated by vtkNodeJsWrap */ /* editing this might proof futile */ #ifndef NATIVE_EXTENSION_VTK_VTKLABELEDDATAMAPPERWRAP_H #define NATIVE_EXTENSION_VTK_VTKLABELEDDATAMAPPERWRAP_H #include <nan.h> #include <vtkSmartPointer.h> #include <vtkLabeledDataMapper.h> #include "vtkMapper2DWrap.h" #...
54.725
93
0.794427
[ "object" ]
cb9363589c2ffb1be63cc129ff7319e9e88dacea
15,268
h
C
src/common.h
xqp/imgui-ws
1eb94e05879ca1a3b52a29a90e2a8d87d4bf0a71
[ "MIT" ]
null
null
null
src/common.h
xqp/imgui-ws
1eb94e05879ca1a3b52a29a90e2a8d87d4bf0a71
[ "MIT" ]
null
null
null
src/common.h
xqp/imgui-ws
1eb94e05879ca1a3b52a29a90e2a8d87d4bf0a71
[ "MIT" ]
null
null
null
/*! \file common.h * \brief Auto-generated file. Do not modify. * \author Georgi Gerganov */ #pragma once // the main js module constexpr auto kImGuiWS_js = R"js( var imgui_ws = { canvas: null, gl: null, shader_program: null, vertex_buffer: null, index_buffer: null, attribute_location_...
38.849873
176
0.594053
[ "render" ]
cb9fbc241ac59b769efc7a890d38862e2b3ead5b
5,274
h
C
include/num_collect/ode/avf/avf3_formula.h
MusicScience37/numerical-collection-cpp
490c24aae735ba25f1060b2941cff39050a41f8f
[ "Apache-2.0" ]
null
null
null
include/num_collect/ode/avf/avf3_formula.h
MusicScience37/numerical-collection-cpp
490c24aae735ba25f1060b2941cff39050a41f8f
[ "Apache-2.0" ]
null
null
null
include/num_collect/ode/avf/avf3_formula.h
MusicScience37/numerical-collection-cpp
490c24aae735ba25f1060b2941cff39050a41f8f
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2021 MusicScience37 (Kenta Kabashima) * * 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 applica...
29.629213
77
0.66022
[ "vector" ]
cbad33b597cacc982f762e1dcd382ce4c11a308a
1,410
h
C
Data/testsuite/src/Connector.h
gillesdegottex/poco
41044af96e88dc943fb2caca12dde6554a538bec
[ "BSL-1.0" ]
5,766
2015-01-01T01:27:15.000Z
2022-03-31T09:27:29.000Z
Data/testsuite/src/Connector.h
gillesdegottex/poco
41044af96e88dc943fb2caca12dde6554a538bec
[ "BSL-1.0" ]
2,345
2015-01-01T20:43:10.000Z
2022-03-31T19:45:02.000Z
Data/testsuite/src/Connector.h
gillesdegottex/poco
41044af96e88dc943fb2caca12dde6554a538bec
[ "BSL-1.0" ]
1,963
2015-01-01T01:29:44.000Z
2022-03-31T06:41:54.000Z
// // Connector.h // // Definition of the Connector class. // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. // // SPDX-License-Identifier: BSL-1.0 // #ifndef Data_Test_Connector_INCLUDED #define Data_Test_Connector_INCLUDED #include "Poco/Data/Connector.h" namespace Po...
21.363636
99
0.734752
[ "object" ]
cbaeea3bf65dffb144285c47c2816346b679e0f1
6,728
h
C
old/5TE Code/Library/SDISerial/SDISerial.h
Yonder-Dynamics/assduino
80951835bec983e6eb616610077be61fc04460ee
[ "MIT" ]
16
2017-09-01T23:33:17.000Z
2021-01-04T02:41:19.000Z
old/5TE Code/Library/SDISerial/SDISerial.h
Yonder-Dynamics/assduino
80951835bec983e6eb616610077be61fc04460ee
[ "MIT" ]
56
2017-08-30T01:14:46.000Z
2021-02-28T22:18:44.000Z
old/5TE Code/Library/SDISerial/SDISerial.h
Yonder-Dynamics/assduino
80951835bec983e6eb616610077be61fc04460ee
[ "MIT" ]
15
2017-09-14T19:55:55.000Z
2020-05-03T19:44:39.000Z
/* SDISerial.h (formerly SoftwareSerial.h) - Multi-instance software serial library for Arduino/Wiring -- Interrupt-driven receive and other improvements by ladyada (http://ladyada.net) -- Tuning, circular buffer, derivation from class Print/Stream, multi-instance support, porting to 8MHz processors, various...
31.293023
112
0.687723
[ "object" ]
cbb52ecb9b4137769755cad9b2c156da5bc31cdf
4,729
c
C
Tugas 6/src/graphics/vectorimage.c
rionaldichandraseta/frame-buffer-practice
67b5b8f1cd39c72b4955f0b0ed36fd9136830e88
[ "MIT" ]
null
null
null
Tugas 6/src/graphics/vectorimage.c
rionaldichandraseta/frame-buffer-practice
67b5b8f1cd39c72b4955f0b0ed36fd9136830e88
[ "MIT" ]
null
null
null
Tugas 6/src/graphics/vectorimage.c
rionaldichandraseta/frame-buffer-practice
67b5b8f1cd39c72b4955f0b0ed36fd9136830e88
[ "MIT" ]
null
null
null
#include "vectorimage.h" #define MAX_POLYGONS 10 #define MAX_VERTICES 30 void openVectorImage(char *imageName, VectorImage *image) { char filename[30]; strcpy(filename, "images/"); strcat(filename, imageName); strcat(filename, ".txt"); FILE *file; file = fopen(filename, "r"); if (file) {...
31.738255
74
0.518926
[ "shape" ]
cbbabe8aca02d0f79d1fb2a2bc943ad8d2f5e7d5
16,214
h
C
dakota-6.3.0.Windows.x86/include/utilib/Any-deprecated.h
seakers/ExtUtils
b0186098063c39bd410d9decc2a765f24d631b25
[ "BSD-2-Clause" ]
3
2019-06-10T18:04:14.000Z
2020-12-05T18:11:40.000Z
tpl/acro/packages/utilib/src/utilib/Any-deprecated.h
USEPA/Water-Security-Toolkit
6b6b68e0e1b3dcc8023b453ab48a64f7fd740feb
[ "BSD-3-Clause" ]
null
null
null
tpl/acro/packages/utilib/src/utilib/Any-deprecated.h
USEPA/Water-Security-Toolkit
6b6b68e0e1b3dcc8023b453ab48a64f7fd740feb
[ "BSD-3-Clause" ]
2
2020-09-24T19:04:14.000Z
2020-12-05T18:11:43.000Z
/* _________________________________________________________________________ * * UTILIB: A utility library for developing portable C++ codes. * Copyright (c) 2008 Sandia Corporation. * This software is distributed under the BSD License. * Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation, ...
24.2
117
0.65758
[ "object" ]
cbbc26173d39072053818c9ba2e08ac0f8a6ccec
625
h
C
projects/parameterization/include/spectral-conformal-parameterization.h
MarekMarchlewicz/ddg-exercises
18db65d06769633f7dc8181d08d6f8b3a227eb0e
[ "MIT" ]
54
2021-02-02T00:23:47.000Z
2022-03-25T04:36:37.000Z
projects/parameterization/include/spectral-conformal-parameterization.h
MarekMarchlewicz/ddg-exercises
18db65d06769633f7dc8181d08d6f8b3a227eb0e
[ "MIT" ]
5
2021-02-13T11:45:57.000Z
2022-03-21T18:24:34.000Z
projects/parameterization/include/spectral-conformal-parameterization.h
MarekMarchlewicz/ddg-exercises
18db65d06769633f7dc8181d08d6f8b3a227eb0e
[ "MIT" ]
34
2021-02-12T19:01:18.000Z
2022-03-24T22:12:22.000Z
#include "geometrycentral/surface/manifold_surface_mesh.h" #include "geometrycentral/surface/vertex_position_geometry.h" #include "solvers.h" #include <complex> using namespace geometrycentral; using namespace geometrycentral::surface; class SpectralConformalParameterization { public: ManifoldSurfaceMesh* me...
27.173913
104
0.8032
[ "mesh", "geometry" ]
cbc0bd4dcb8e86bfc614db5f5d7a7db6a53d4060
803
h
C
source/private/ObjectNames.h
Herajy/MediaIPC
1a8228596d0a7182569384ae918b61cdc68fa8d7
[ "MIT" ]
14
2018-11-10T06:16:53.000Z
2022-01-14T04:41:53.000Z
source/private/ObjectNames.h
Herajy/MediaIPC
1a8228596d0a7182569384ae918b61cdc68fa8d7
[ "MIT" ]
null
null
null
source/private/ObjectNames.h
Herajy/MediaIPC
1a8228596d0a7182569384ae918b61cdc68fa8d7
[ "MIT" ]
9
2018-07-26T23:21:23.000Z
2022-01-06T02:39:19.000Z
#ifndef _MEDIA_IPC_OBJECT_NAMES #define _MEDIA_IPC_OBJECT_NAMES #include <string> using std::string; namespace MediaIPC { class ObjectNames { public: //Resolves the fully-qualified object names for the supplied prefix ObjectNames(const string& prefix); //Producer status shared memory and named mutex s...
20.075
69
0.764633
[ "object" ]
cbc39ce1148e7719e1b10ad9938591db595ca0f0
6,547
h
C
preview/preview_dialog.h
Selur/vapoursynth-editor
18de7312b385d05ccb955a70029a2c420f613a36
[ "MIT" ]
1
2018-05-25T08:52:23.000Z
2018-05-25T08:52:23.000Z
preview/preview_dialog.h
Selur/vapoursynth-editor
18de7312b385d05ccb955a70029a2c420f613a36
[ "MIT" ]
null
null
null
preview/preview_dialog.h
Selur/vapoursynth-editor
18de7312b385d05ccb955a70029a2c420f613a36
[ "MIT" ]
null
null
null
#ifndef PREVIEWDIALOG_H_INCLUDED #define PREVIEWDIALOG_H_INCLUDED #include <ui_preview_dialog.h> #include "vapoursynth/vs_script_processor_dialog.h" #include "common-src/settings/settings_definitions.h" #include "common-src/chrono.h" #include <QPixmap> #include <QIcon> #include <map> #include <vector> #include <chro...
25.084291
128
0.798839
[ "vector" ]
cbcf91ce10a6e5b8b121d68ef97fddfa921a3df0
22,873
c
C
sdktools/perftool/timer/timer.c
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
sdktools/perftool/timer/timer.c
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
sdktools/perftool/timer/timer.c
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
/* OS/2 Version * Timer.c - Source file for a statistical * dll package that exports four * entry points: * a) TimerOpen * b) TimerInit * c) TimerRead * d...
36.077287
101
0.534823
[ "object" ]
cbcfb26c365e567cd6a389140d195cb38eb6dcfd
3,260
h
C
libs/DS4_SDK/include/dzbackdrop.h
Red54/reality
510d4f5fde2f4c5535482f1ea199f914102b8a2a
[ "BSD-3-Clause" ]
null
null
null
libs/DS4_SDK/include/dzbackdrop.h
Red54/reality
510d4f5fde2f4c5535482f1ea199f914102b8a2a
[ "BSD-3-Clause" ]
null
null
null
libs/DS4_SDK/include/dzbackdrop.h
Red54/reality
510d4f5fde2f4c5535482f1ea199f914102b8a2a
[ "BSD-3-Clause" ]
null
null
null
/********************************************************************** Copyright (C) 2002-2012 DAZ 3D, Inc. All Rights Reserved. This file is part of the DAZ Studio SDK. This file may be used only in accordance with the DAZ Studio SDK license provided with the DAZ Studio SDK. The contents of this file ...
25.873016
97
0.639877
[ "render", "3d" ]
cbdcaa5cd550cfe203f6058d14efe75c50c7f412
1,398
c
C
src/sll/string_table.c
sl-lang/sll
05205c32e9c263c2a41ed96147a8677b2cd54a2d
[ "MIT" ]
14
2021-08-21T10:26:03.000Z
2022-03-23T14:44:24.000Z
src/sll/string_table.c
sl-lang/sll
05205c32e9c263c2a41ed96147a8677b2cd54a2d
[ "MIT" ]
247
2021-08-19T08:35:24.000Z
2022-03-28T09:56:29.000Z
src/sll/string_table.c
sl-lang/sll
05205c32e9c263c2a41ed96147a8677b2cd54a2d
[ "MIT" ]
1
2021-10-10T00:30:41.000Z
2021-10-10T00:30:41.000Z
#include <sll/_sll_internal.h> #include <sll/common.h> #include <sll/memory.h> #include <sll/object.h> #include <sll/string.h> #include <sll/types.h> __SLL_EXTERNAL __SLL_CHECK_OUTPUT sll_string_index_t sll_add_string(sll_string_table_t* st,sll_string_t* s,sll_bool_t d){ for (sll_string_index_t i=0;i<st->l;i++){ ...
24.526316
138
0.701001
[ "object" ]
cbe06e58a788a46b56388b5049a9cd7ad91448e8
31,568
c
C
Mesa-7.11.2_GPGPU-Sim/src/gallium/drivers/llvmpipe/lp_setup.c
ayoubg/gem5-graphics_v1
d74a968d5854dc02797139558430ccda1f71108e
[ "BSD-3-Clause" ]
1
2019-01-26T10:34:02.000Z
2019-01-26T10:34:02.000Z
Mesa-7.11.2_GPGPU-Sim/src/gallium/drivers/llvmpipe/lp_setup.c
ayoubg/gem5-graphics_v1
d74a968d5854dc02797139558430ccda1f71108e
[ "BSD-3-Clause" ]
null
null
null
Mesa-7.11.2_GPGPU-Sim/src/gallium/drivers/llvmpipe/lp_setup.c
ayoubg/gem5-graphics_v1
d74a968d5854dc02797139558430ccda1f71108e
[ "BSD-3-Clause" ]
1
2021-07-06T10:40:34.000Z
2021-07-06T10:40:34.000Z
/************************************************************************** * * Copyright 2007 Tungsten Graphics, Inc., Cedar Park, Texas. * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the * "Software...
27.666959
85
0.598771
[ "render", "object" ]
cbe46a8cf5038f3989a2805cd8e80eea5cbc13b7
2,690
h
C
evo-X-Core/dep/include/g3dlite/G3D/Triangle.h
Gigelf-evo-X/evo-X
d0e68294d8cacfc7fb3aed5572f51d09a47136b9
[ "OpenSSL" ]
1
2019-01-19T06:35:40.000Z
2019-01-19T06:35:40.000Z
evo-X-Core/dep/include/g3dlite/G3D/Triangle.h
Gigelf-evo-X/evo-X
d0e68294d8cacfc7fb3aed5572f51d09a47136b9
[ "OpenSSL" ]
null
null
null
evo-X-Core/dep/include/g3dlite/G3D/Triangle.h
Gigelf-evo-X/evo-X
d0e68294d8cacfc7fb3aed5572f51d09a47136b9
[ "OpenSSL" ]
null
null
null
/** @file Triangle.h @maintainer Morgan McGuire, matrix@graphics3d.com @created 2003-04-05 @edited 2004-03-14 @cite Random point method by Greg Turk, Generating random points in triangles. In A. S. Glassner, ed., Graphics Gems, pp. 24-28. Academic Press, 1990 Copyright 2000-2006, Morgan McGuire. All ri...
22.991453
152
0.579182
[ "vector" ]
cbea9508ecdaacab4a592d7e5ce326a245c72667
4,527
h
C
include/rpcdcep.h
roytam1/wine-win31look
2c8284c53a46c1309fbf62a3998538c44fcbf207
[ "MIT" ]
1
2019-10-23T04:07:16.000Z
2019-10-23T04:07:16.000Z
include/rpcdcep.h
roytam1/wine-win31look
2c8284c53a46c1309fbf62a3998538c44fcbf207
[ "MIT" ]
null
null
null
include/rpcdcep.h
roytam1/wine-win31look
2c8284c53a46c1309fbf62a3998538c44fcbf207
[ "MIT" ]
null
null
null
/* * Copyright (C) 2000 Francois Gouget * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This libr...
30.795918
84
0.789485
[ "object" ]
cbf83b6a12fdf5c5cce24aad5c1ef850bd328423
3,189
h
C
path-planning/src/Road.h
luix/autopilot
8e5e8375d7dff1e74c7281450e94e52412a40ff2
[ "Apache-2.0" ]
null
null
null
path-planning/src/Road.h
luix/autopilot
8e5e8375d7dff1e74c7281450e94e52412a40ff2
[ "Apache-2.0" ]
null
null
null
path-planning/src/Road.h
luix/autopilot
8e5e8375d7dff1e74c7281450e94e52412a40ff2
[ "Apache-2.0" ]
null
null
null
//===--- Road--.h -----------------------------------------------*- C++ -*-===// // // This source file is part of the Bosch Challenge Path Planner Project // // Author: Luis Vivero <luis.a.vivero@gmail.com> // //===----------------------------------------------------------------------===// // Udacity Open Source Self...
30.961165
80
0.577611
[ "vector" ]
c4b149d9928171499b5ccb41bedb52ecc794eb8e
841
h
C
shared_include/model/ModelIO.h
ahewer/mri-shape-tools
4268499948f1330b983ffcdb43df62e38ca45079
[ "MIT" ]
null
null
null
shared_include/model/ModelIO.h
ahewer/mri-shape-tools
4268499948f1330b983ffcdb43df62e38ca45079
[ "MIT" ]
2
2017-05-29T09:43:01.000Z
2017-05-29T09:50:05.000Z
shared_include/model/ModelIO.h
ahewer/mri-shape-tools
4268499948f1330b983ffcdb43df62e38ca45079
[ "MIT" ]
4
2017-05-17T11:56:02.000Z
2022-03-05T09:12:24.000Z
#ifndef __MODEL_IO_H__ #define __MODEL_IO_H__ #include <string> #include <fstream> #include <json/json.h> #include <armadillo> #include "model/reader/RestrictedModelReader.h" //#include "model/reader/ModelReader.h" class ModelIO{ public: static Model read_from(const std::string& fileName) { std::regex re...
18.688889
82
0.615933
[ "model" ]
c4b1f1cdd2284ee5d58a9bb5cc719ae582e6ac59
7,527
h
C
components/spellcheck/browser/spellcheck_platform.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
components/spellcheck/browser/spellcheck_platform.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
components/spellcheck/browser/spellcheck_platform.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 (c) 2011 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. // This file defines the interface that any platform-specific spellchecker // needs to implement in order to be used by the browser. #ifndef COMPONEN...
43.011429
80
0.762854
[ "vector" ]
c4b3cc9465f69b03a400ec2b8024663aa9f9b907
1,963
h
C
src/UnsupervisedEvents/ACEEventGoldStandard.h
BBN-E/serif
1e2662d82fb1c377ec3c79355a5a9b0644606cb4
[ "Apache-2.0" ]
1
2022-03-24T19:57:00.000Z
2022-03-24T19:57:00.000Z
src/UnsupervisedEvents/ACEEventGoldStandard.h
BBN-E/serif
1e2662d82fb1c377ec3c79355a5a9b0644606cb4
[ "Apache-2.0" ]
null
null
null
src/UnsupervisedEvents/ACEEventGoldStandard.h
BBN-E/serif
1e2662d82fb1c377ec3c79355a5a9b0644606cb4
[ "Apache-2.0" ]
null
null
null
#ifndef _ACE_EVENT_GOLD_STANDARD_H_ #define _ACE_EVENT_GOLD_STANDARD_H_ #include <string> #include <utility> #include <map> #include <vector> #include "Generic/common/bsp_declare.h" #include "Generic/common/DocumentTable.h" class DocTheory; class Mention; class Entity; class ACEACEPassageDescription; class ACEPassage...
27.647887
79
0.808966
[ "vector" ]
c4bf5296621c15fbb6b415df319bb3fd7d541086
185
c
C
src/erase.c
LeandreBl/clist
3132fa9c1f96f19fccb901bd70f2574769d8b336
[ "Apache-2.0" ]
4
2020-11-30T16:38:08.000Z
2020-12-10T20:23:44.000Z
src/erase.c
LeandreBl/clist
3132fa9c1f96f19fccb901bd70f2574769d8b336
[ "Apache-2.0" ]
null
null
null
src/erase.c
LeandreBl/clist
3132fa9c1f96f19fccb901bd70f2574769d8b336
[ "Apache-2.0" ]
null
null
null
#include "clist.h" void clist_generic_erase(void *list) { struct clist_node_internal *p = list; clist_generic_remove(p); p->destructor((char *)p + offsetof(clist(int), object)); }
18.5
57
0.718919
[ "object" ]
c4c34c4ed7f87e3ec75db2130ad76b62bcdd9397
8,206
h
C
newton-4.00/sdk/dCollision/ndShape.h
Libertus-Lab/newton-dynamics
af6e6635c7f563c697b8e5b088d68ba24fa8fe9c
[ "Zlib" ]
null
null
null
newton-4.00/sdk/dCollision/ndShape.h
Libertus-Lab/newton-dynamics
af6e6635c7f563c697b8e5b088d68ba24fa8fe9c
[ "Zlib" ]
null
null
null
newton-4.00/sdk/dCollision/ndShape.h
Libertus-Lab/newton-dynamics
af6e6635c7f563c697b8e5b088d68ba24fa8fe9c
[ "Zlib" ]
null
null
null
/* Copyright (c) <2003-2021> <Julio Jerez, Newton Game Dynamics> * * 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 anyone to use this software for any purpo...
24.642643
184
0.787107
[ "shape" ]
c4c517e534c76ebdbb5e2bbce85900d99ee967f4
29,196
c
C
Read Only/gdb-7.12.1/gdb/dtrace-probe.c
samyvic/OS-Project
1622bc1641876584964effd91d65ef02e92728e1
[ "Apache-2.0" ]
null
null
null
Read Only/gdb-7.12.1/gdb/dtrace-probe.c
samyvic/OS-Project
1622bc1641876584964effd91d65ef02e92728e1
[ "Apache-2.0" ]
null
null
null
Read Only/gdb-7.12.1/gdb/dtrace-probe.c
samyvic/OS-Project
1622bc1641876584964effd91d65ef02e92728e1
[ "Apache-2.0" ]
null
null
null
/* DTrace probe support for GDB. Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Oracle, Inc. This file is part of GDB. 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 ...
31.461207
92
0.705199
[ "object", "vector" ]
c4c6612b74c717ac7eeb6668e53ba07361aa0b69
2,590
h
C
ProjPad/View.h
sergrt/ProjPad
59a26e75aa1e2077cf68df55eac0837679d90fb1
[ "MIT" ]
null
null
null
ProjPad/View.h
sergrt/ProjPad
59a26e75aa1e2077cf68df55eac0837679d90fb1
[ "MIT" ]
18
2018-05-25T09:14:34.000Z
2018-06-08T12:03:33.000Z
ProjPad/View.h
sergrt/ProjPad
59a26e75aa1e2077cf68df55eac0837679d90fb1
[ "MIT" ]
null
null
null
#pragma once #include "Project.h" #include "Observer.h" #include "ControllerInterface.h" #include "ViewInterface.h" #include "Settings.h" #include "DeselectableTreeWidget.h" #include "Session.h" class View : public QWidget, public ViewInterface, public Observer { Q_OBJECT public: View(ModelInte...
36.478873
143
0.715058
[ "vector", "model" ]
c4c9afcb13782819143dee746469f50baa4fbe3b
5,248
h
C
include/GafferImage/Format.h
danieldresser-ie/gaffer
78c22487156a5800fcca49a24f52451a8ac0c559
[ "BSD-3-Clause" ]
1
2016-07-31T09:55:09.000Z
2016-07-31T09:55:09.000Z
include/GafferImage/Format.h
Kthulhu/gaffer
8995d579d07231988abc92c3ac2788c15c8bc75c
[ "BSD-3-Clause" ]
2
2017-08-23T21:35:45.000Z
2018-01-29T08:59:33.000Z
include/GafferImage/Format.h
Kthulhu/gaffer
8995d579d07231988abc92c3ac2788c15c8bc75c
[ "BSD-3-Clause" ]
1
2020-02-15T16:15:54.000Z
2020-02-15T16:15:54.000Z
////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2012-2013 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: // // ...
39.757576
114
0.684832
[ "vector" ]
c4ca71748ecb2eb5637906e71467d771a672cb4f
3,577
h
C
project/source/engine/gui/GuiRect.h
ntnt/carpg
f26c43c76d39f2ec2c51bd929f1b85f3c5197337
[ "MIT" ]
1
2016-04-30T15:34:11.000Z
2016-04-30T15:34:11.000Z
include/GuiRect.h
BlenderCN-Org/carpglib
ed7f183186523a1a4f92bc843cf047a15fedbf8d
[ "MIT" ]
null
null
null
include/GuiRect.h
BlenderCN-Org/carpglib
ed7f183186523a1a4f92bc843cf047a15fedbf8d
[ "MIT" ]
1
2018-11-30T23:32:58.000Z
2018-11-30T23:32:58.000Z
#pragma once #include "VertexDeclaration.h" // helper class to calculate clipping class GuiRect { private: float m_left, m_top, m_right, m_bottom, m_u, m_v, m_u2, m_v2; public: void Set(uint width, uint height) { m_left = 0; m_top = 0; m_right = (float)width; m_bottom = (float)height; m_u = 0; m_v = 0...
21.16568
94
0.601621
[ "transform" ]
c4cccd38aaace8234d63bf3906706c2d873bf02b
2,073
h
C
apps/FramePackEditor/FramePackEditor.h
max-delta/retrofit-public
5447fd6399fd74ffbb75494c103940751000db12
[ "X11" ]
3
2019-10-27T22:32:44.000Z
2020-05-21T04:00:46.000Z
apps/FramePackEditor/FramePackEditor.h
max-delta/retrofit-public
5447fd6399fd74ffbb75494c103940751000db12
[ "X11" ]
null
null
null
apps/FramePackEditor/FramePackEditor.h
max-delta/retrofit-public
5447fd6399fd74ffbb75494c103940751000db12
[ "X11" ]
null
null
null
#pragma once #include "PPU/Object.h" #include "PlatformFilesystem/VFSFwd.h" #include "rftl/cstdint" #include "rftl/string" namespace RF { /////////////////////////////////////////////////////////////////////////////// class FramePackEditor { RF_NO_COPY( FramePackEditor ); // // Enums private: enum class Maste...
23.827586
88
0.702364
[ "render", "object" ]
c4d4c82e6f5c5c41f842a1ceef3c1cbd77ed5143
910
h
C
hackathon/zhi/NeuronStudio_zhi/model/nsmodel-join.h
zzhmark/vaa3d_tools
3ca418add85a59ac7e805d55a600b78330d7e53d
[ "MIT" ]
1
2021-12-27T19:14:03.000Z
2021-12-27T19:14:03.000Z
hackathon/zhi/NeuronStudio_zhi/model/nsmodel-join.h
zzhmark/vaa3d_tools
3ca418add85a59ac7e805d55a600b78330d7e53d
[ "MIT" ]
1
2016-12-03T05:33:13.000Z
2016-12-03T05:33:13.000Z
hackathon/zhi/NeuronStudio_zhi/model/nsmodel-join.h
zzhmark/vaa3d_tools
3ca418add85a59ac7e805d55a600b78330d7e53d
[ "MIT" ]
null
null
null
#ifndef __NS_MODEL_MODEL_JOIN_H__ #define __NS_MODEL_MODEL_JOIN_H__ #include <nsconfigure.h> #include <std/nsmacros.h> #include <std/nstypes.h> #include <std/nsdebug.h> #include <std/nserror.h> #include <std/nsprogress.h> #include <model/nsmodel.h> NS_DECLS_BEGIN /* Attempts to link the 'src' model vert...
32.5
100
0.740659
[ "model" ]
c4d556f2a8a7791a8d6e414daa98b1d8b96d6c07
2,517
h
C
estimate-rigid-motion/src/include/TransformationWriter.h
ahewer/mri-shape-tools
4268499948f1330b983ffcdb43df62e38ca45079
[ "MIT" ]
null
null
null
estimate-rigid-motion/src/include/TransformationWriter.h
ahewer/mri-shape-tools
4268499948f1330b983ffcdb43df62e38ca45079
[ "MIT" ]
2
2017-05-29T09:43:01.000Z
2017-05-29T09:50:05.000Z
estimate-rigid-motion/src/include/TransformationWriter.h
ahewer/mri-shape-tools
4268499948f1330b983ffcdb43df62e38ca45079
[ "MIT" ]
4
2017-05-17T11:56:02.000Z
2022-03-05T09:12:24.000Z
#ifndef __TRANSFORMATION_WRITER_H__ #define __TRANSFORMATION_WRITER_H__ #include <fstream> #include <sstream> #include <json/json.h> #include "alignment/RigidTransformation.h" class TransformationWriter{ public: /*-----------------------------------------------------------------------*/ static void write( con...
24.436893
99
0.520461
[ "object" ]
c4de592916ee744237269b1fc561f461e6eb9ddc
8,064
h
C
components/signin/internal/identity_manager/primary_account_manager.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
components/signin/internal/identity_manager/primary_account_manager.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
components/signin/internal/identity_manager/primary_account_manager.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 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // // The PrimaryAccountManager encapsulates some functionality tracking // which account is the primary one. // // **NOTE** on semantics of PrimaryAccount...
41.353846
94
0.774058
[ "object" ]
c4de7f65da1f2e8d8ad32ecee5ef24f43ab48894
2,572
h
C
chrome/browser/ash/arc/accessibility/accessibility_info_data_wrapper.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
76
2020-09-02T03:05:41.000Z
2022-03-30T04:40:55.000Z
chrome/browser/ash/arc/accessibility/accessibility_info_data_wrapper.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
45
2020-09-02T03:21:37.000Z
2022-03-31T22:19:45.000Z
chrome/browser/ash/arc/accessibility/accessibility_info_data_wrapper.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
8
2020-07-22T18:49:18.000Z
2022-02-08T10:27:16.000Z
// Copyright 2018 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_ASH_ARC_ACCESSIBILITY_ACCESSIBILITY_INFO_DATA_WRAPPER_H_ #define CHROME_BROWSER_ASH_ARC_ACCESSIBILITY_ACCESSIBILITY_INFO_DATA_WRAPP...
37.823529
82
0.772162
[ "vector" ]
c4e111c4eaa7228bd33dbd25e235a240e984c7f8
4,328
c
C
d/shadow/room/meadows/obj/d_cloak.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-07-19T05:24:44.000Z
2021-11-18T04:08:19.000Z
d/shadow/room/meadows/obj/d_cloak.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
4
2021-03-15T18:56:39.000Z
2021-08-17T17:08:22.000Z
d/shadow/room/meadows/obj/d_cloak.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-09-12T06:22:38.000Z
2022-01-31T01:15:12.000Z
#include <std.h> #define COLORS ({"%^BOLD%^%^CYAN%^aquamarine%^RESET%^",\ "%^RESET%^%^GREEN%^olive green%^RESET%^",\ "%^RESET%^%^CYAN%^azure%^RESET%^",\ "%^RESET%^%^BLUE%^indigo%^RESET%^",\ "%^BOLD%^%^GREEN%^emerald green%^RESET%^",\ "%^RESET%^%^MAGENTA%^amethyst%^RESET%^",\ "%^BOLD%^%^WHITE%^ivory%^RESET%^",\ "%^BOLD...
36.991453
171
0.569085
[ "object" ]
c4ea977c04aff03312d2e9c829edca78686cbb73
1,814
h
C
node_modules/nodegit/include/refspec.h
sanchit11/fconverter
fb048cb9a1d645784a662fbb94823aceea3010de
[ "MIT" ]
null
null
null
node_modules/nodegit/include/refspec.h
sanchit11/fconverter
fb048cb9a1d645784a662fbb94823aceea3010de
[ "MIT" ]
null
null
null
node_modules/nodegit/include/refspec.h
sanchit11/fconverter
fb048cb9a1d645784a662fbb94823aceea3010de
[ "MIT" ]
null
null
null
// This is a generated file, modify: generate/templates/templates/class_header.h #ifndef GITREFSPEC_H #define GITREFSPEC_H #include <nan.h> #include <string> #include <queue> #include <utility> #include <unordered_map> #include "async_baton.h" #include "nodegit_wrapper.h" #include "promise_completion.h" #include "ref...
22.395062
105
0.695149
[ "object" ]
c4eacf1716cd82b11bb866d0f6ed881e901d714c
9,195
h
C
tests/Hashes/testvectors/sha/sha224shortmsg.h
httese/OpenPGP
7dce08dc8b72eeb0dcbf3df56d64606a6b957938
[ "MIT" ]
99
2015-01-06T01:53:26.000Z
2022-01-31T18:18:27.000Z
tests/Hashes/testvectors/sha/sha224shortmsg.h
httese/OpenPGP
7dce08dc8b72eeb0dcbf3df56d64606a6b957938
[ "MIT" ]
27
2015-03-09T05:46:53.000Z
2020-05-06T02:52:18.000Z
tests/Hashes/testvectors/sha/sha224shortmsg.h
httese/OpenPGP
7dce08dc8b72eeb0dcbf3df56d64606a6b957938
[ "MIT" ]
42
2015-03-18T03:44:43.000Z
2022-03-31T21:34:06.000Z
#ifndef __SHA224SHORTMSG__ #define __SHA224SHORTMSG__ #include <string> #include <vector> // Test vectors from <http://csrc.nist.gov/groups/STM/cavp/documents/shs/shabytetestvectors.zip> static const std::vector<std::string> SHA224_SHORT_MSG = { "", "84", "5c7b", "51ca3d", "6084347e", "493e14...
62.979452
135
0.877977
[ "vector" ]
c4eead396b277e400b0c1acc6cb304c937ea7515
7,544
h
C
simpleCNN/core/kernels/activation_kernels/activation_op_cuda.h
vonhachtaugust/simpleCNN
3d809c71aeeacb9dcf6ea186768d0fc9712eb777
[ "MIT" ]
5
2017-05-23T08:52:55.000Z
2020-02-13T10:18:52.000Z
simpleCNN/core/kernels/activation_kernels/activation_op_cuda.h
vonhachtaugust/simpleCNN
3d809c71aeeacb9dcf6ea186768d0fc9712eb777
[ "MIT" ]
null
null
null
simpleCNN/core/kernels/activation_kernels/activation_op_cuda.h
vonhachtaugust/simpleCNN
3d809c71aeeacb9dcf6ea186768d0fc9712eb777
[ "MIT" ]
null
null
null
// // Created by hacht on 5/22/17. // #pragma once #include "../../framework/op_kernel.h" #include "../../params/activation_params.h" #ifdef USE_CUDNN #include "../../../../third_party/cudnn/include/cudnn.h" #include "../../../util/cuda_utils.h" #endif namespace simpleCNN { class ActivationCudaForwardOp : public...
41
119
0.682397
[ "shape" ]
c4f74ee0ece7a8d70b73fb14418a1e8a67808c6f
102,222
h
C
visa/BuildIR.h
downor/intel-graphics-compiler
a74ceb6256932abc809043dcb846d25260e2809e
[ "MIT" ]
null
null
null
visa/BuildIR.h
downor/intel-graphics-compiler
a74ceb6256932abc809043dcb846d25260e2809e
[ "MIT" ]
null
null
null
visa/BuildIR.h
downor/intel-graphics-compiler
a74ceb6256932abc809043dcb846d25260e2809e
[ "MIT" ]
null
null
null
/*===================== begin_copyright_notice ================================== Copyright (c) 2017 Intel Corporation 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, includi...
36.390886
151
0.579425
[ "vector", "model" ]
c4f7c792d0099bbd38a726d0f639589757a5679f
1,452
h
C
include/k52/optimization/simulated_annealing.h
wfoperihnofiksnfvopjdf/k52
2bbbfe018db6d73ec9773f29e571269f898a9bc0
[ "MIT" ]
6
2016-04-14T07:36:17.000Z
2019-04-22T22:03:20.000Z
include/k52/optimization/simulated_annealing.h
wfoperihnofiksnfvopjdf/k52
2bbbfe018db6d73ec9773f29e571269f898a9bc0
[ "MIT" ]
29
2016-04-05T08:49:05.000Z
2016-10-29T07:09:00.000Z
include/k52/optimization/simulated_annealing.h
wfoperihnofiksnfvopjdf/k52
2bbbfe018db6d73ec9773f29e571269f898a9bc0
[ "MIT" ]
9
2016-04-16T07:53:04.000Z
2019-02-12T21:31:51.000Z
#ifndef SIMULATEDANNEALING_H_ #define SIMULATEDANNEALING_H_ #include <k52/common/disallow_copy_and_assign.h> #include <k52/optimization/continuous_optimizer.h> namespace k52 { namespace optimization { class SimulatedAnnealing : public ContinuousOptimizer { public: typedef boost::shared_ptr<SimulatedAnnealing> sh...
30.25
112
0.785124
[ "object", "vector" ]
c4f927faefe2a4525fc05d2dc85a4a418f5e6bb4
2,372
h
C
GA_exp_des/red_solver.h
TUshijima-UCLA/WRR-Experimental-Design-Comparative-Analysis
0fef89a7a2875606c8e5557e761e849ecd488a06
[ "MIT" ]
null
null
null
GA_exp_des/red_solver.h
TUshijima-UCLA/WRR-Experimental-Design-Comparative-Analysis
0fef89a7a2875606c8e5557e761e849ecd488a06
[ "MIT" ]
null
null
null
GA_exp_des/red_solver.h
TUshijima-UCLA/WRR-Experimental-Design-Comparative-Analysis
0fef89a7a2875606c8e5557e761e849ecd488a06
[ "MIT" ]
null
null
null
#ifndef red_solver_h #define red_solver_h #include <algorithm> //min, max #include <fstream> // ">>", "<<", is_open(), open, close, ignore, seekg #include <iostream> //cin, cout #include <iomanip> //#include <istream> //#include <memory> //allocate #include <math.h> //sqrt, ceil #include <new>...
34.882353
110
0.679174
[ "vector" ]
c4fbce6197c24d8643b644afbc5d06a54d842c59
3,711
h
C
source/engine/adl_renderer/adlDebug_renderer.h
AtakanFire/adlGame
d617988b166c1cdd50dd7acb26507231a502a537
[ "MIT" ]
6
2018-08-28T19:52:03.000Z
2020-12-02T13:59:00.000Z
source/engine/adl_renderer/adlDebug_renderer.h
AtakanFire/adlGame
d617988b166c1cdd50dd7acb26507231a502a537
[ "MIT" ]
16
2019-03-01T09:37:33.000Z
2019-05-13T13:10:54.000Z
source/engine/adl_renderer/adlDebug_renderer.h
AtakanFire/adlGame
d617988b166c1cdd50dd7acb26507231a502a537
[ "MIT" ]
4
2018-10-29T18:04:18.000Z
2021-02-05T13:13:00.000Z
#ifndef adl_debug_renderer_h__ #define adl_debug_renderer_h__ #include "engine/adl_math/adlVector.h" #include "engine/adl_renderer/adlColor.h" #include <vector> #include <map> class IDebug_renderable { public: IDebug_renderable(adlVec3 position, adlColor color) : position_(position), color_(color) {}; ~IDebug_rend...
26.507143
196
0.773376
[ "render", "vector" ]
c4fd78cb27c7edb27384819cb459407207fe726c
3,285
h
C
src/mongo/db/server_parameters_inline.h
morsvolia/mongo
8cbe89efab77d70ac653d20b693cffe15a47acea
[ "Apache-2.0" ]
324
2015-01-01T14:56:10.000Z
2022-03-08T04:52:37.000Z
src/mongo/db/server_parameters_inline.h
morsvolia/mongo
8cbe89efab77d70ac653d20b693cffe15a47acea
[ "Apache-2.0" ]
38
2015-01-31T03:57:16.000Z
2019-04-21T03:30:53.000Z
src/mongo/db/server_parameters_inline.h
morsvolia/mongo
8cbe89efab77d70ac653d20b693cffe15a47acea
[ "Apache-2.0" ]
60
2015-01-14T14:19:41.000Z
2021-02-10T21:54:12.000Z
// server_parameters_inline.h #include <errno.h> #include <stdint.h> #include <stdlib.h> #include "mongo/util/stringutils.h" #include "mongo/base/units.h" namespace mongo { template<typename T> inline Status ExportedServerParameter<T>::set( const BSONElement& newValueElement ) { T newValue; ...
29.594595
116
0.608219
[ "vector" ]
c4ff0d4b80af9b8526b62b1777a5f7aa1ba26d88
4,970
h
C
src/ogeFont.h
suxinde2009/oge2d
8386762bed546db083f77736e7da0010cdd0082b
[ "MIT" ]
null
null
null
src/ogeFont.h
suxinde2009/oge2d
8386762bed546db083f77736e7da0010cdd0082b
[ "MIT" ]
null
null
null
src/ogeFont.h
suxinde2009/oge2d
8386762bed546db083f77736e7da0010cdd0082b
[ "MIT" ]
null
null
null
/* ----------------------------------------------------------------------------- This source file is part of Open Game Engine 2D. It is licensed under the terms of the MIT license. For the latest info, see http://oge2d.sourceforge.net Copyright (c) 2010-2012 Lin Jia Jun (Joe Lam) Permission is hereby granted,...
30.304878
133
0.689336
[ "vector" ]
f20534a540fb8eefd5f1fa44e6eca45738ce3c67
7,171
h
C
cl_dll/voice_status.h
anchurcn/HL1RagdollMod-goldsrc
d6b68aeb30ac45d57c2dbdafef7cd3a4edbaacf4
[ "Unlicense" ]
3
2021-11-02T04:42:37.000Z
2022-02-21T18:12:48.000Z
cl_dll/voice_status.h
anchurcn/HL1RagdollMod-goldsrc
d6b68aeb30ac45d57c2dbdafef7cd3a4edbaacf4
[ "Unlicense" ]
3
2021-11-02T11:57:39.000Z
2022-01-13T09:55:52.000Z
cl_dll/voice_status.h
anchurcn/HL1RagdollMod-goldsrc
d6b68aeb30ac45d57c2dbdafef7cd3a4edbaacf4
[ "Unlicense" ]
1
2021-11-04T21:04:47.000Z
2021-11-04T21:04:47.000Z
//========= Copyright © 1996-2001, Valve LLC, All rights reserved. ============ // // Purpose: // // $NoKeywords: $ //============================================================================= #ifndef VOICE_STATUS_H #define VOICE_STATUS_H #pragma once #include "VGUI_Label.h" #include "VGUI_LineBorder.h" #includ...
31.31441
120
0.714824
[ "model" ]
f2097ddf367b3b0eae961227b519eafbf6baa900
1,560
h
C
Code/Legacy/CryCommon/IPhysics.h
cypherdotXd/o3de
bb90c4ddfe2d495e9c00ebf1e2650c6d603a5676
[ "Apache-2.0", "MIT" ]
1
2021-08-08T19:54:51.000Z
2021-08-08T19:54:51.000Z
Code/Legacy/CryCommon/IPhysics.h
cypherdotXd/o3de
bb90c4ddfe2d495e9c00ebf1e2650c6d603a5676
[ "Apache-2.0", "MIT" ]
2
2022-01-13T04:29:38.000Z
2022-03-12T01:05:31.000Z
Code/Legacy/CryCommon/IPhysics.h
cypherdotXd/o3de
bb90c4ddfe2d495e9c00ebf1e2650c6d603a5676
[ "Apache-2.0", "MIT" ]
null
null
null
/* * Copyright (c) Contributors to the Open 3D Engine Project. * For complete copyright and license terms please see the LICENSE at the root of this distribution. * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ #ifndef CRYINCLUDE_CRYCOMMON_IPHYSICS_H #define CRYINCLUDE_CRYCOMMON_IPHYSICS_H #pragma once //...
26.440678
100
0.688462
[ "3d" ]
4f5d8d4b7a0767d6c281c255da60a591d059d86e
3,951
h
C
lib/IRGen/Callee.h
YellowChang/Swift
d352652a72c73157d94e5fdc0fb477453da41c94
[ "Apache-2.0" ]
427
2018-05-29T14:21:02.000Z
2022-03-16T03:17:54.000Z
lib/IRGen/Callee.h
AliSoftware/swift
5daa71c8ad32a690c74185cee8abe7eb8da26c60
[ "Apache-2.0" ]
25
2018-07-23T08:34:15.000Z
2021-11-05T07:13:36.000Z
lib/IRGen/Callee.h
AliSoftware/swift
5daa71c8ad32a690c74185cee8abe7eb8da26c60
[ "Apache-2.0" ]
52
2018-07-19T19:57:32.000Z
2022-03-11T16:05:38.000Z
//===--- Callee.h - Information about a physical callee ---------*- C++ -*-===// // // This source file is part of the Swift.org open source project // // Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See https://swift.org/L...
32.652893
81
0.654012
[ "vector" ]
4f5dc3ac24759ea1e2f264b59909f01faa44d51f
1,348
h
C
lib/kahypar/external_tools/WHFC/datastructure/bitvector.h
sjkelly/LSOracle
21688c5d542740dfc8577349fa615ee655acd92c
[ "MIT" ]
1
2020-03-11T11:52:00.000Z
2020-03-11T11:52:00.000Z
lib/kahypar/external_tools/WHFC/datastructure/bitvector.h
sjkelly/LSOracle
21688c5d542740dfc8577349fa615ee655acd92c
[ "MIT" ]
1
2021-07-26T22:09:49.000Z
2021-07-26T22:09:49.000Z
lib/kahypar/external_tools/WHFC/datastructure/bitvector.h
sjkelly/LSOracle
21688c5d542740dfc8577349fa615ee655acd92c
[ "MIT" ]
2
2021-07-26T14:46:51.000Z
2021-11-09T11:32:09.000Z
#pragma once #include <vector> #include <algorithm> #include <numeric> #include <boost/dynamic_bitset.hpp> #include "../util/filter.h" namespace HackBoostDynamicBitset { struct BlockOutputIterator { size_t n_blocks; const boost::dynamic_bitset<>& copy_from; boost::dynamic_bitset<>& copy_to; BlockOutputItera...
28.680851
122
0.73368
[ "vector" ]
4f5f24c77b7f656e444d5aad6c3d044ce4ee66aa
26,304
h
C
modules/sofa/component/typedef/Mapping_double.h
sofa-framework/issofa
94855f488465bc3ed41223cbde987581dfca5389
[ "OML" ]
null
null
null
modules/sofa/component/typedef/Mapping_double.h
sofa-framework/issofa
94855f488465bc3ed41223cbde987581dfca5389
[ "OML" ]
null
null
null
modules/sofa/component/typedef/Mapping_double.h
sofa-framework/issofa
94855f488465bc3ed41223cbde987581dfca5389
[ "OML" ]
null
null
null
/****************************************************************************** * SOFA, Simulation Open-Framework Architecture, development version * * (c) 2006-2017 INRIA, USTL, UJF, CNRS, MGH * * * ...
88.565657
374
0.731638
[ "vector" ]
4f634fb6bcd09942a9e8c246d410e3b14d6e3f13
5,323
h
C
aws-cpp-sdk-grafana/include/aws/grafana/model/AuthenticationSummary.h
perfectrecall/aws-sdk-cpp
fb8cbebf2fd62720b65aeff841ad2950e73d8ebd
[ "Apache-2.0" ]
1
2022-02-10T08:06:54.000Z
2022-02-10T08:06:54.000Z
aws-cpp-sdk-grafana/include/aws/grafana/model/AuthenticationSummary.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-grafana/include/aws/grafana/model/AuthenticationSummary.h
ravindra-wagh/aws-sdk-cpp
7d5ff01b3c3b872f31ca98fb4ce868cd01e97696
[ "Apache-2.0" ]
1
2021-11-09T11:58:03.000Z
2021-11-09T11:58:03.000Z
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/grafana/ManagedGrafana_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSVector.h> #include <aws/grafana/model/SamlConfigurationStatus.h> #include <aws/grafana/model/Authent...
37.751773
172
0.722337
[ "vector", "model" ]
4f77cb72c2afee08fb4d0b8ed3709ef99a5314ca
18,434
h
C
Source/libs/cocos2d-iphone/cocos2d/CCParticleSystemBase.h
sarah-j-smith/VerletRopeExample
bd1c21217fbf01622694de273c0e147b984c6131
[ "MIT" ]
52
2015-01-06T07:15:39.000Z
2021-11-15T11:22:18.000Z
Source/libs/cocos2d-iphone/cocos2d/CCParticleSystemBase.h
sarah-j-smith/VerletRopeExample
bd1c21217fbf01622694de273c0e147b984c6131
[ "MIT" ]
1
2015-04-30T06:45:54.000Z
2015-04-30T06:45:54.000Z
Source/libs/cocos2d-iphone/cocos2d/CCParticleSystemBase.h
sarah-j-smith/VerletRopeExample
bd1c21217fbf01622694de273c0e147b984c6131
[ "MIT" ]
36
2015-01-25T00:26:43.000Z
2020-07-06T16:19:10.000Z
/* * cocos2d for iPhone: http://www.cocos2d-iphone.org * * Copyright (c) 2008-2010 Ricardo Quesada * Copyright (c) 2011 Zynga Inc. * Copyright (c) 2013-2014 Cocos2D Authors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the...
29.780291
133
0.668547
[ "object" ]