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
dd31f0d10450bdb5200eee6e8d01970f49c27750
5,293
c
C
boardforth.c
nickpascucci/boardforth
d53565dd48d435c84d253a44e47f7f10b64389f4
[ "MIT" ]
7
2020-11-30T15:11:03.000Z
2022-01-11T01:23:33.000Z
boardforth.c
nickpascucci/boardforth
d53565dd48d435c84d253a44e47f7f10b64389f4
[ "MIT" ]
null
null
null
boardforth.c
nickpascucci/boardforth
d53565dd48d435c84d253a44e47f7f10b64389f4
[ "MIT" ]
null
null
null
/* -*- fill-column: 80; -*- */ /* Copyright (c) 2020 Nick Pascucci Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND THE AU...
22.054167
80
0.663329
[ "render" ]
dd3ac642f8358b1b94ebf482a6270389c7c306f3
3,256
h
C
libxaos-maths/interface/linear/affine.h
CorneliaXaos/libxaos
7637f7279d08f451841633a59cd2fbd210bdc58b
[ "MIT" ]
null
null
null
libxaos-maths/interface/linear/affine.h
CorneliaXaos/libxaos
7637f7279d08f451841633a59cd2fbd210bdc58b
[ "MIT" ]
null
null
null
libxaos-maths/interface/linear/affine.h
CorneliaXaos/libxaos
7637f7279d08f451841633a59cd2fbd210bdc58b
[ "MIT" ]
null
null
null
#ifndef LIBXAOS_MATHS_LINEAR_AFFINE_H #define LIBXAOS_MATHS_LINEAR_AFFINE_H #include "linear/Matrix.h" #include "linear/Vector.h" namespace libxaos { namespace linear { /** * @brief Contains methods for producing 2D and 3D affine transforms. * * Contains helper method...
36.58427
79
0.566339
[ "vector", "3d" ]
dd3d0d9b92d50936b62976889f8279f83a439ae1
2,605
h
C
owClient/Client/ClientCache.h
Chaos192/OpenWow
1d91a51fafeedadc67122a3e9372ec4637a48434
[ "Apache-2.0" ]
30
2017-09-02T20:25:47.000Z
2021-12-31T10:12:07.000Z
owClient/Client/ClientCache.h
Chaos192/OpenWow
1d91a51fafeedadc67122a3e9372ec4637a48434
[ "Apache-2.0" ]
null
null
null
owClient/Client/ClientCache.h
Chaos192/OpenWow
1d91a51fafeedadc67122a3e9372ec4637a48434
[ "Apache-2.0" ]
23
2018-02-04T17:18:33.000Z
2022-03-22T09:45:36.000Z
#pragma once #ifdef ENABLE_WOW_CLIENT #include "TaxiStorage.h" #include "TransportAnimationStorage.h" #include "WDB/WDBCreatureCache.h" #include "WDB/WDBGameObjectCache.h" #include "WDB/WDBItemCache.h" // FORWARD BEGIN class CWorldServer; // FORWARD END class CowClient_Cache { public: CowClient_Cache(CWorldServer...
49.150943
190
0.57428
[ "vector" ]
dd3d89e35758f860ee5d06616e7e9dd29b1e8658
3,120
c
C
d/dagger/marsh/tower/mon/angel.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-07-19T05:24:44.000Z
2021-11-18T04:08:19.000Z
d/dagger/marsh/tower/mon/angel.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
4
2021-03-15T18:56:39.000Z
2021-08-17T17:08:22.000Z
d/dagger/marsh/tower/mon/angel.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-09-12T06:22:38.000Z
2022-01-31T01:15:12.000Z
//General difficulty increase Octothorpe 5/25/09 #include <std.h> #include "/d/dagger/marsh/tower/short.h" inherit MONSTER; int xx; void create() { :: create(); set_name("angel"); set_id(({ "angel","angel of death","antipaladin","knight" })); set_short("%^RESET%^%^BLUE%^Angel of death%^RESE...
28.623853
76
0.623397
[ "object" ]
dd3ee6771873143f6d0d23e42c6e3abc2b479fd5
4,541
h
C
native/graphics/program_uniform_set.h
49View/event_horizon
9b78c9318e1a785384ab01eb4d90e79f0192c6ad
[ "BSD-3-Clause" ]
null
null
null
native/graphics/program_uniform_set.h
49View/event_horizon
9b78c9318e1a785384ab01eb4d90e79f0192c6ad
[ "BSD-3-Clause" ]
7
2021-09-02T05:58:24.000Z
2022-02-27T07:06:43.000Z
native/graphics/program_uniform_set.h
49View/event_horizon
9b78c9318e1a785384ab01eb4d90e79f0192c6ad
[ "BSD-3-Clause" ]
2
2020-02-06T02:05:15.000Z
2021-11-25T11:35:14.000Z
#pragma once #include <string> #include <cstring> #include <map> #include <core/math/vector4f.h> #include <core/math/matrix4f.h> #include <core/math/matrix2f.h> #include <core/heterogeneous_map.hpp> #include "program.h" class Texture; class Program; class Renderer; class ShaderManager; class GPUUniformVisitor { publ...
34.401515
93
0.71416
[ "vector" ]
dd4df5857f9ca0f8b5f73a149df7bf388b2e6162
5,801
h
C
Export/macos/obj/include/trilateral3/drawing/Contour.h
TrilateralX/TrilateralLimeTriangle
219d8e54fc3861dc1ffeb3da25da6eda349847c1
[ "MIT" ]
null
null
null
Export/macos/obj/include/trilateral3/drawing/Contour.h
TrilateralX/TrilateralLimeTriangle
219d8e54fc3861dc1ffeb3da25da6eda349847c1
[ "MIT" ]
null
null
null
Export/macos/obj/include/trilateral3/drawing/Contour.h
TrilateralX/TrilateralLimeTriangle
219d8e54fc3861dc1ffeb3da25da6eda349847c1
[ "MIT" ]
null
null
null
// Generated by Haxe 4.2.0-rc.1+cb30bd580 #ifndef INCLUDED_trilateral3_drawing_Contour #define INCLUDED_trilateral3_drawing_Contour #ifndef HXCPP_H #include <hxcpp.h> #endif HX_DECLARE_CLASS1(fracs,DifferencePreference) HX_DECLARE_CLASS2(trilateral3,drawing,Contour) HX_DECLARE_CLASS2(trilateral3,drawing,Pen) namespa...
28.717822
146
0.728495
[ "object" ]
dd4ff15da4a60fdd296248072b120f9447107d26
10,019
h
C
be/src/rpc/proxy_map.h
mengqinghuan/Doris
c0cccb27c966821f630400ad8d19f49a59bc582c
[ "Apache-2.0" ]
1
2021-06-08T00:26:57.000Z
2021-06-08T00:26:57.000Z
be/src/rpc/proxy_map.h
rinack/palo
fb64a1a8e8ed612cd95d1ea0c67bf70804a1d2da
[ "Apache-2.0" ]
null
null
null
be/src/rpc/proxy_map.h
rinack/palo
fb64a1a8e8ed612cd95d1ea0c67bf70804a1d2da
[ "Apache-2.0" ]
1
2021-07-21T03:05:40.000Z
2021-07-21T03:05:40.000Z
// Copyright (c) 2017, Baidu.com, Inc. All Rights Reserved // 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...
47.709524
86
0.708753
[ "object" ]
dd63829d904fe9dabf296706f4e779ae5e59a0a9
1,159
h
C
src/exengine/util/cache.h
subject546/exengine
a82fde59b20543cf8abfff852c4b505884ed2575
[ "MIT" ]
393
2018-10-05T01:53:54.000Z
2021-08-20T18:36:44.000Z
src/exengine/util/cache.h
solenum/exengine
d86364775df4e5dadcba0bfc9766821787ede2d4
[ "MIT" ]
17
2018-11-23T19:10:08.000Z
2020-08-03T15:43:11.000Z
src/exengine/util/cache.h
solenum/exengine
d86364775df4e5dadcba0bfc9766821787ede2d4
[ "MIT" ]
30
2018-10-07T20:32:08.000Z
2021-05-24T06:42:49.000Z
/* cache Handles loading and caching most generic types of data. Once something has been loaded once, it will be kept in cache and future references to that file will instead return a copy of the cached data. Note that most data loading functions (like the iqm loader) call these internally already. */...
21.867925
73
0.706644
[ "render", "model" ]
1ca73fdb1981c1e131a8a7620df777b72d4f3752
17,354
h
C
clients/shared/ContactManager.h
sleepingAnt/viewfinder
9caf4e75faa8070d85f605c91d4cfb52c4674588
[ "Apache-2.0" ]
645
2015-01-03T02:03:59.000Z
2021-12-03T08:43:16.000Z
clients/shared/ContactManager.h
hoowang/viewfinder
9caf4e75faa8070d85f605c91d4cfb52c4674588
[ "Apache-2.0" ]
null
null
null
clients/shared/ContactManager.h
hoowang/viewfinder
9caf4e75faa8070d85f605c91d4cfb52c4674588
[ "Apache-2.0" ]
222
2015-01-07T05:00:52.000Z
2021-12-06T09:54:26.000Z
// Copyright 2012 Viewfinder. All rights reserved. // Author: Peter Mattis. #ifndef VIEWFINDER_CONTACT_MANAGER_H #define VIEWFINDER_CONTACT_MANAGER_H #import <re2/re2.h> #import "Callback.h" #import "DB.h" #import "FullTextIndex.h" #import "ScopedPtr.h" #import "Server.pb.h" #import "Utils.h" class Analytics; class ...
41.716346
113
0.758672
[ "vector" ]
1cabef03dd75ff590ff96eb213d755fbc57fc98c
5,080
h
C
src/include/json/json.h
beweiss18/ATDB-MemPool-XXX-Task-2.2
dfcfc6e1133494c9e8841ebb168f2575a8408a67
[ "MIT" ]
2
2019-06-11T14:05:58.000Z
2019-06-11T14:25:45.000Z
src/include/json/json.h
RAO-29/SG-1-Memory-Pooling
2e52f8f4d983903292fe7e01f00d0845a3bdfad7
[ "MIT" ]
null
null
null
src/include/json/json.h
RAO-29/SG-1-Memory-Pooling
2e52f8f4d983903292fe7e01f00d0845a3bdfad7
[ "MIT" ]
null
null
null
/** * Copyright 2018 Marcus Pinnecke * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without limitation the * rights to use, copy, modify, merge, publish, ...
24.901961
120
0.68189
[ "object", "vector" ]
1cb25f0250e7885c8776645ca87c9a5818f7094c
3,391
h
C
third_party/blink/renderer/platform/text/bidi_character_run.h
zipated/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
2,151
2020-04-18T07:31:17.000Z
2022-03-31T08:39:18.000Z
third_party/blink/renderer/platform/text/bidi_character_run.h
cangulcan/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
395
2020-04-18T08:22:18.000Z
2021-12-08T13:04:49.000Z
third_party/blink/renderer/platform/text/bidi_character_run.h
cangulcan/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
338
2020-04-18T08:03:10.000Z
2022-03-29T12:33:22.000Z
/* * Copyright (C) 2000 Lars Knoll (knoll@kde.org) * Copyright (C) 2003, 2004, 2006, 2007, 2008 Apple Inc. All right reserved. * * 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; ei...
32.605769
77
0.675907
[ "object" ]
1cb34a7f35e8856e0599d1463cc24310fe5581a7
211
h
C
PhraseFinder/genetics.h
rokn/GeneticAlgorithms
99b994a9cc516e647f9e3814a49486d1c8b7b028
[ "MIT" ]
1
2017-12-14T18:28:23.000Z
2017-12-14T18:28:23.000Z
PhraseFinder/genetics.h
rokn/GeneticAlgorithms
99b994a9cc516e647f9e3814a49486d1c8b7b028
[ "MIT" ]
null
null
null
PhraseFinder/genetics.h
rokn/GeneticAlgorithms
99b994a9cc516e647f9e3814a49486d1c8b7b028
[ "MIT" ]
null
null
null
#ifndef GENETICS_H #define GENETICS_H #include <stdlib.h> #include <vector> #include "chromo.h" template <typename T> chromosome_t<T> roulette_selection(typename std::vector< chromosome_t<T> > *, int); #endif
19.181818
83
0.753555
[ "vector" ]
1cbbcdd2343a4018b193a6da687df8faaae285e6
5,115
h
C
game/server/gamerules/CHalfLifeMultiplay.h
xalalau/HLEnhanced
f108222ab7d303c9ed5a8e81269f9e949508e78e
[ "Unlicense" ]
83
2016-06-10T20:49:23.000Z
2022-02-13T18:05:11.000Z
game/server/gamerules/CHalfLifeMultiplay.h
xalalau/HLEnhanced
f108222ab7d303c9ed5a8e81269f9e949508e78e
[ "Unlicense" ]
26
2016-06-16T22:27:24.000Z
2019-04-30T19:25:51.000Z
game/server/gamerules/CHalfLifeMultiplay.h
xalalau/HLEnhanced
f108222ab7d303c9ed5a8e81269f9e949508e78e
[ "Unlicense" ]
58
2016-06-10T23:52:33.000Z
2021-12-30T02:30:50.000Z
/*** * * Copyright (c) 1996-2001, Valve LLC. All rights reserved. * * This product contains software technology licensed from Id * Software, Inc. ("Id Technology"). Id Technology (c) 1996 Id Software, Inc. * All Rights Reserved. * * Use, distribution, and modification of this source code and/or resulting * object ...
40.595238
156
0.795503
[ "object", "vector" ]
1cc248eb864f00869d5db5433f1d2d53a4f72180
2,355
h
C
cpp/src/main/negative_sample_generators/HighGradientNegativeSampleGenerator.h
fbobee/Alpenglow
5f956511017c1bee72390aaecd964c04d8ad4b45
[ "Apache-2.0" ]
null
null
null
cpp/src/main/negative_sample_generators/HighGradientNegativeSampleGenerator.h
fbobee/Alpenglow
5f956511017c1bee72390aaecd964c04d8ad4b45
[ "Apache-2.0" ]
null
null
null
cpp/src/main/negative_sample_generators/HighGradientNegativeSampleGenerator.h
fbobee/Alpenglow
5f956511017c1bee72390aaecd964c04d8ad4b45
[ "Apache-2.0" ]
null
null
null
#ifndef HIGH_GRADIENT_NEGATIVE_SAMPLE_GENERATOR_H #define HIGH_GRADIENT_NEGATIVE_SAMPLE_GENERATOR_H #include "NegativeSampleGenerator.h" #include "../utils/SortPairDescendingBySecond.h" struct HighGradientNegativeSampleGeneratorParameters { int negative_rate; int full_negative_rate; int seed = 744478; }; class H...
30.986842
103
0.684926
[ "vector", "model" ]
1ccbf1c553fc26888633b6a5eebc85b059e437ac
4,909
c
C
plugins/out_pulsar/pulsar_client.c
merlimat/fluent-bit
aa3f17647a22ca864cf31086da7c391d37860209
[ "Apache-2.0" ]
null
null
null
plugins/out_pulsar/pulsar_client.c
merlimat/fluent-bit
aa3f17647a22ca864cf31086da7c391d37860209
[ "Apache-2.0" ]
null
null
null
plugins/out_pulsar/pulsar_client.c
merlimat/fluent-bit
aa3f17647a22ca864cf31086da7c391d37860209
[ "Apache-2.0" ]
null
null
null
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* Fluent Bit * ========== * Copyright (C) 2019 The Fluent Bit Authors * Copyright (C) 2015-2018 Treasure Data Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in co...
34.090278
116
0.5934
[ "object" ]
1ce4f314d551e86ac4caad494c0aa7395d952c2d
16,906
h
C
butano/include/bn_memory.h
taellinglin/butano
13b93c1296970262e047b728496908c036f7e789
[ "Zlib" ]
1
2021-12-26T15:04:19.000Z
2021-12-26T15:04:19.000Z
butano/include/bn_memory.h
OQUENDOMAN/butano
01a0f3a57d60b44b402095eb5a04707b33437a81
[ "Zlib" ]
null
null
null
butano/include/bn_memory.h
OQUENDOMAN/butano
01a0f3a57d60b44b402095eb5a04707b33437a81
[ "Zlib" ]
null
null
null
/* * Copyright (c) 2020-2021 Gustavo Valiente gustavo.valiente@protonmail.com * zlib License, see LICENSE file. */ #ifndef BN_MEMORY_H #define BN_MEMORY_H /** * @file * bn::unique_ptr and memory functions header file. * * @ingroup unique_ptr * @ingroup memory */ #include <memory> #include "bn_assert.h" #inc...
27.805921
115
0.624867
[ "object" ]
1ce8d59317e791cdcb3a87d518cd393e1dbbdeef
1,040
h
C
benchmark/distinct_user_id/simdjson_ondemand.h
mkleshchenok/simdjson
79879802f9fa9cec17720b8412519f6cbbab5047
[ "Apache-2.0" ]
9,541
2019-02-21T00:32:22.000Z
2020-03-20T00:06:57.000Z
benchmark/distinct_user_id/simdjson_ondemand.h
mkleshchenok/simdjson
79879802f9fa9cec17720b8412519f6cbbab5047
[ "Apache-2.0" ]
1,084
2020-03-20T15:06:02.000Z
2022-03-29T13:47:35.000Z
benchmark/distinct_user_id/simdjson_ondemand.h
mkleshchenok/simdjson
79879802f9fa9cec17720b8412519f6cbbab5047
[ "Apache-2.0" ]
546
2019-02-21T03:19:22.000Z
2020-03-19T11:56:58.000Z
#pragma once #if SIMDJSON_EXCEPTIONS #include "distinct_user_id.h" namespace distinct_user_id { using namespace simdjson; struct simdjson_ondemand { ondemand::parser parser{}; bool run(simdjson::padded_string &json, std::vector<uint64_t> &result) { // Walk the document, parsing as we go auto doc = par...
27.368421
74
0.692308
[ "object", "vector" ]
1ce9c1f69fc2c153ef58ad838174f93531d5b323
3,142
h
C
src/xray/rtp/sources/test_grasping_action.h
ixray-team/ixray-2.0
85c3a544175842323fc82f42efd96c66f0fc5abb
[ "Linux-OpenIB" ]
3
2021-10-30T09:36:14.000Z
2022-03-26T17:00:06.000Z
src/xray/rtp/sources/test_grasping_action.h
acidicMercury8/ixray-2.0
85c3a544175842323fc82f42efd96c66f0fc5abb
[ "Linux-OpenIB" ]
null
null
null
src/xray/rtp/sources/test_grasping_action.h
acidicMercury8/ixray-2.0
85c3a544175842323fc82f42efd96c66f0fc5abb
[ "Linux-OpenIB" ]
1
2022-03-26T17:00:08.000Z
2022-03-26T17:00:08.000Z
//////////////////////////////////////////////////////////////////////////// // Created : 06.11.2009 // Author : Konstantin Slipchenko // Copyright (C) GSC Game World - 2009 //////////////////////////////////////////////////////////////////////////// #ifndef TEST_GRASPING_ACTION_H_INCLUDED #define TEST_GRASPI...
37.404762
198
0.68205
[ "render" ]
1cf2b7f8c417dec860331f3bd05ee9aead737a2c
2,102
h
C
rootex/framework/components/visual/effect/cpu_particles_component.h
LASTEXILE-CH/Rootex
685b9bb5763bbc35041f3a5f193a43b3156394a6
[ "MIT" ]
1
2021-03-29T09:46:28.000Z
2021-03-29T09:46:28.000Z
rootex/framework/components/visual/effect/cpu_particles_component.h
LASTEXILE-CH/Rootex
685b9bb5763bbc35041f3a5f193a43b3156394a6
[ "MIT" ]
null
null
null
rootex/framework/components/visual/effect/cpu_particles_component.h
LASTEXILE-CH/Rootex
685b9bb5763bbc35041f3a5f193a43b3156394a6
[ "MIT" ]
null
null
null
#pragma once #include "renderer/vertex_data.h" #include "renderer/materials/particles_material.h" #include "components/visual/model/model_component.h" #define MAX_PARTICLES 5000 struct ParticleTemplate { Vector3 velocity = { 1.0f, 0.0f, 0.0f }; Color colorBegin = ColorPresets::Red; Color colorEnd = ColorPresets::...
22.602151
60
0.759753
[ "render", "vector", "model" ]
1cf33c38730d5b68649e8df437d27f9e6b8e1ddd
2,352
h
C
TPC/TPCbase/spacecharge-gpu/interface/AliTPCPoissonSolverCuda.h
rsadikin/AliRootGPU
f801d39d555b5e78ffa5ad82a5e22be203a5734a
[ "BSD-3-Clause" ]
null
null
null
TPC/TPCbase/spacecharge-gpu/interface/AliTPCPoissonSolverCuda.h
rsadikin/AliRootGPU
f801d39d555b5e78ffa5ad82a5e22be203a5734a
[ "BSD-3-Clause" ]
null
null
null
TPC/TPCbase/spacecharge-gpu/interface/AliTPCPoissonSolverCuda.h
rsadikin/AliRootGPU
f801d39d555b5e78ffa5ad82a5e22be203a5734a
[ "BSD-3-Clause" ]
null
null
null
#ifndef ALITPCPOISSONSOLVERCUDA_H #define ALITPCPOISSONSOLVERCUDA_H /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * See cxx source for full Copyright notice */ /// \class AliTPCPoissonSolver /// \brief This class provides implementation of Poisson Eq /// s...
36.75
117
0.741071
[ "object" ]
1cf5c25ac6a01942646695a289a14244ecb51a79
3,956
h
C
include/iris/arm/multiplication_substraction.h
AlexYaruki/prism
ba4b20f570d03bf896ad3634e5fbf4a6bf5b02f5
[ "Apache-2.0" ]
8
2019-06-14T09:25:46.000Z
2021-11-11T10:34:28.000Z
include/iris/arm/multiplication_substraction.h
AlexYaruki/prism
ba4b20f570d03bf896ad3634e5fbf4a6bf5b02f5
[ "Apache-2.0" ]
1
2019-10-06T02:11:17.000Z
2021-11-11T11:17:16.000Z
include/iris/arm/multiplication_substraction.h
AlexYaruki/prism
ba4b20f570d03bf896ad3634e5fbf4a6bf5b02f5
[ "Apache-2.0" ]
2
2017-06-10T01:01:00.000Z
2021-07-13T00:48:30.000Z
#include "common.h" #ifndef IRIS_ARM_MULTIPLICATION_SUBSTRACTION #define IRIS_ARM_MULTIPLICATION_SUBSTRACTION namespace iris::arm::multiplication_substraction { template <typename T> T __vmls(T v1, T v2, T v3) { return __vsub(v3, __vmul(v1, v2)); } template <typename T> T __vmls_n(T v1, T v2, typename T::elemen...
32.966667
96
0.596309
[ "vector" ]
1cf99155c56ed53e4632af84dec13dadb64e925d
2,370
h
C
Periodic_3_triangulation_3/doc/Periodic_3_triangulation_3/CGAL/Periodic_3_triangulation_hierarchy_3.h
ffteja/cgal
c1c7f4ad9a4cd669e33ca07a299062a461581812
[ "CC0-1.0" ]
3,227
2015-03-05T00:19:18.000Z
2022-03-31T08:20:35.000Z
Periodic_3_triangulation_3/doc/Periodic_3_triangulation_3/CGAL/Periodic_3_triangulation_hierarchy_3.h
ffteja/cgal
c1c7f4ad9a4cd669e33ca07a299062a461581812
[ "CC0-1.0" ]
5,574
2015-03-05T00:01:56.000Z
2022-03-31T15:08:11.000Z
Periodic_3_triangulation_3/doc/Periodic_3_triangulation_3/CGAL/Periodic_3_triangulation_hierarchy_3.h
ffteja/cgal
c1c7f4ad9a4cd669e33ca07a299062a461581812
[ "CC0-1.0" ]
1,274
2015-03-05T00:01:12.000Z
2022-03-31T14:47:56.000Z
namespace CGAL { /*! \ingroup PkgPeriodic3Triangulation3MainClasses The class `Periodic_3_triangulation_hierarchy_3` implements a triangulation augmented with a data structure which allows fast point location queries. \tparam PTr must be one of the \cgal periodic triangulation classes. <I>In the current implementat...
38.852459
88
0.816456
[ "model" ]
f79a28684aa06b4e9152fe0e2f8237174e179cae
21,351
c
C
src/components_automation.c
jcorks/topaz
faa15d66678fc711ae22fc6fdd9432408dc05155
[ "MIT" ]
null
null
null
src/components_automation.c
jcorks/topaz
faa15d66678fc711ae22fc6fdd9432408dc05155
[ "MIT" ]
null
null
null
src/components_automation.c
jcorks/topaz
faa15d66678fc711ae22fc6fdd9432408dc05155
[ "MIT" ]
null
null
null
/* Copyright (c) 2020, Johnathan Corkery. (jcorkery@umich.edu) All rights reserved. This file is part of the topaz project (https://github.com/jcorks/topaz) topaz was released under the MIT License, as detailed below. Permission is hereby granted, free of charge, to any person obtaining a copy of this so...
30.285106
123
0.624748
[ "vector" ]
f79b93487a35b092a448225ac4c565256b477bfa
21,691
h
C
src/include/mpiatomic.h
grondo/mvapich2-cce
ec084d8e07db1cf2ac1352ee4c604ae7dbae55cb
[ "Intel", "mpich2", "Unlicense" ]
1
2021-11-11T15:42:30.000Z
2021-11-11T15:42:30.000Z
src/include/mpiatomic.h
grondo/mvapich2-cce
ec084d8e07db1cf2ac1352ee4c604ae7dbae55cb
[ "Intel", "mpich2", "Unlicense" ]
null
null
null
src/include/mpiatomic.h
grondo/mvapich2-cce
ec084d8e07db1cf2ac1352ee4c604ae7dbae55cb
[ "Intel", "mpich2", "Unlicense" ]
null
null
null
/* -*- Mode: C; c-basic-offset:4 ; -*- */ /* * (C) 2001 by Argonne National Laboratory. * See COPYRIGHT in top-level directory. */ #ifndef MPIATOMIC_H_INCLUDED #define MPIATOMIC_H_INCLUDED #include <stddef.h> #include <string.h> #include "opa_primitives.h" #include "opa_queue.h" #include "mpiimpl.h" /* ...
35.675987
100
0.651653
[ "object" ]
f7a20ff52a9c73e51bf29c2662d3349722da21e5
3,936
h
C
Final/StateSpaceControl.h
joaom98/homero
f6663f2a843f176a6337e3bdb5c3cd0a8060da5c
[ "Unlicense" ]
null
null
null
Final/StateSpaceControl.h
joaom98/homero
f6663f2a843f176a6337e3bdb5c3cd0a8060da5c
[ "Unlicense" ]
null
null
null
Final/StateSpaceControl.h
joaom98/homero
f6663f2a843f176a6337e3bdb5c3cd0a8060da5c
[ "Unlicense" ]
null
null
null
#ifndef STATE_SPACE_CONTROL_H #define STATE_SPACE_CONTROL_H #include "Arduino.h" #include "BasicLinearAlgebra.h" #include "Model.h" using namespace BLA; template<bool ENABLE, int X, int Y = 1> struct EnableMatrixIf { typedef Matrix<X, Y> T; }; template<int X, int Y> struct EnableMatrixIf<false, X, Y> { typede...
32.8
154
0.629319
[ "model" ]
f7a6275abf2276f5412b33810756bc77a3b43970
3,713
h
C
arch/arm/include/tms570/irq.h
eenurkka/incubator-nuttx
5c3d6bba6d9ec5015896c3019cd2064696373210
[ "Apache-2.0" ]
1,006
2019-12-17T23:45:41.000Z
2022-03-31T19:42:44.000Z
arch/arm/include/tms570/irq.h
eenurkka/incubator-nuttx
5c3d6bba6d9ec5015896c3019cd2064696373210
[ "Apache-2.0" ]
2,661
2019-12-21T15:16:09.000Z
2022-03-31T22:30:04.000Z
arch/arm/include/tms570/irq.h
eenurkka/incubator-nuttx
5c3d6bba6d9ec5015896c3019cd2064696373210
[ "Apache-2.0" ]
613
2019-12-21T10:17:37.000Z
2022-03-28T09:42:20.000Z
/**************************************************************************** * arch/arm/include/tms570/irq.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright own...
35.701923
78
0.58174
[ "vector" ]
f7aeb3b49ffdf614175de6013ac3b460c90830b2
13,638
h
C
projects/dpg/convergence_studies/ultraweak_dpg.h
Fytch/lehrfempp
c804b3e350aa893180f1a02ce57a93b3d7686e91
[ "MIT" ]
16
2018-08-30T19:55:43.000Z
2022-02-16T16:38:06.000Z
projects/dpg/convergence_studies/ultraweak_dpg.h
Fytch/lehrfempp
c804b3e350aa893180f1a02ce57a93b3d7686e91
[ "MIT" ]
151
2018-05-27T13:01:50.000Z
2021-08-04T14:50:50.000Z
projects/dpg/convergence_studies/ultraweak_dpg.h
Fytch/lehrfempp
c804b3e350aa893180f1a02ce57a93b3d7686e91
[ "MIT" ]
20
2018-11-13T13:46:38.000Z
2022-02-18T17:33:52.000Z
/** * @file * @headerfile projects/dpg/convergence_studies/ultraweak_dpg.h * @brief helper function to test convergence of the ultraweak DGP method * @author Philippe Peter * @date July 2019 * @copyright MIT License */ #ifndef PROJECTS_DPG_CS_ULTRAWEAK_DPG_H #define PROJECTS_DPG_CS_ULTRAWEAK_DPG_H #include <lf/...
43.85209
80
0.6707
[ "mesh", "vector" ]
f7c1a084d3148d7dbc051b34feff4cf6bf74cb9d
17,703
c
C
plugins/models/exportiqm.c
BryanHaley/fteqw-applesilicon
06714d400c13c3f50bcd03e3d2184648a71ddb29
[ "Intel" ]
1
2022-03-20T01:14:23.000Z
2022-03-20T01:14:23.000Z
plugins/models/exportiqm.c
BryanHaley/fteqw-applesilicon
06714d400c13c3f50bcd03e3d2184648a71ddb29
[ "Intel" ]
null
null
null
plugins/models/exportiqm.c
BryanHaley/fteqw-applesilicon
06714d400c13c3f50bcd03e3d2184648a71ddb29
[ "Intel" ]
null
null
null
#ifndef GLQUAKE #define GLQUAKE //this is shit. #endif #include "quakedef.h" #include "../plugin.h" #include "com_mesh.h" #ifdef SKELETALMODELS extern plugmodfuncs_t *modfuncs; extern plugfsfuncs_t *filefuncs; #define IQM_MAGIC "INTERQUAKEMODEL" #define IQM_VERSION2 2 struct iqmheader { char magic[16]; unsigned i...
26.461883
172
0.636615
[ "mesh", "geometry" ]
f7d28cb599ca3b66c25b9e049678022612b40bfd
4,327
c
C
model/G.191/Software/stl2009/mnru/snr.c
sxr4316/MC-ADPCM-Codec
e7f55efa981af941b826d5a8dd1cefc13eda7841
[ "Apache-2.0" ]
2
2019-08-13T14:16:23.000Z
2019-08-23T20:54:16.000Z
model/G.191/Software/stl2009/mnru/snr.c
sxr4316/MC-ADPCM-Codec
e7f55efa981af941b826d5a8dd1cefc13eda7841
[ "Apache-2.0" ]
null
null
null
model/G.191/Software/stl2009/mnru/snr.c
sxr4316/MC-ADPCM-Codec
e7f55efa981af941b826d5a8dd1cefc13eda7841
[ "Apache-2.0" ]
1
2021-04-15T06:07:42.000Z
2021-04-15T06:07:42.000Z
/* General symbols */ #define get_dB(x) ((x)==0?-100:10*log10((x))) #define get_sqr(x) ((x)*(x)) #define SNR_RESET 1 #define SNR_MEASURE 0 #define SNR_STOP -1 #define SNR_DEALLOC -2 /* Data structure */ typedef struct { long smpno, tot_smpno, count; float *snr_vector, *sqr_vector; double ...
25.156977
83
0.495956
[ "vector" ]
f7daef24bda11ce9cfd58a34204ad96441f2981c
16,211
h
C
DeviceCode/pal/rtip/rtpcore/rtpnet.h
valoni/STM32F103
75f0cb8be593ca287a08f5992d1f5d3c3bb12bfc
[ "Apache-2.0" ]
1
2020-06-09T02:16:43.000Z
2020-06-09T02:16:43.000Z
DeviceCode/pal/rtip/rtpcore/rtpnet.h
valoni/STM32F103
75f0cb8be593ca287a08f5992d1f5d3c3bb12bfc
[ "Apache-2.0" ]
null
null
null
DeviceCode/pal/rtip/rtpcore/rtpnet.h
valoni/STM32F103
75f0cb8be593ca287a08f5992d1f5d3c3bb12bfc
[ "Apache-2.0" ]
1
2015-02-08T20:51:53.000Z
2015-02-08T20:51:53.000Z
/* | RTPNET.H - Runtime Platform Services | | UNIVERSAL CODE - DO NOT CHANGE | | EBSnet - RT-Platform | | $Author: vmalaiya $ | $Date: 2004/12/09 21:05:04 $ | $Name: $ | $Revision: 1.3 $ | | Copyright EBSnet Inc. , 2003 | All rights reserved. | This code may not be redistributed in s...
53.15082
136
0.574425
[ "object" ]
f7de2a0ca979f67a45c2b5e9acb3e6e08ed688fc
7,214
c
C
d/common/obj/misc/dart_board.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-07-19T05:24:44.000Z
2021-11-18T04:08:19.000Z
d/common/obj/misc/dart_board.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
4
2021-03-15T18:56:39.000Z
2021-08-17T17:08:22.000Z
d/common/obj/misc/dart_board.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-09-12T06:22:38.000Z
2022-01-31T01:15:12.000Z
#include <std.h> #include <daemons.h> #include <move.h> inherit OBJECT; int dart_num; string mastery_list; int set_darts(int x) { return dart_num = x; } int query_darts() { return dart_num; } string *query_mastery_list() { return SAVE_D->query_array(mastery_list+"_darts_mastery_list"); } string set_mastery_li...
33.398148
110
0.519268
[ "object" ]
f7e3fd199fb1f401b3c00cc28ace9a611ec754e1
678
h
C
include/java/util/ListIterator.h
iFindTA/PBJ2Objc
014bd0f99b129cb094ee35e472802fd38c5c0f87
[ "MIT" ]
null
null
null
include/java/util/ListIterator.h
iFindTA/PBJ2Objc
014bd0f99b129cb094ee35e472802fd38c5c0f87
[ "MIT" ]
null
null
null
include/java/util/ListIterator.h
iFindTA/PBJ2Objc
014bd0f99b129cb094ee35e472802fd38c5c0f87
[ "MIT" ]
null
null
null
// // Generated by the J2ObjC translator. DO NOT EDIT! // source: android/libcore/luni/src/main/java/java/util/ListIterator.java // #ifndef _JavaUtilListIterator_H_ #define _JavaUtilListIterator_H_ #include "J2ObjC_header.h" #include "java/util/Iterator.h" @protocol JavaUtilListIterator < JavaUtilIterator, NSObje...
17.384615
74
0.765487
[ "object" ]
f7eafc8ec8f667357c47d1d1755a4b4547af50b4
7,529
h
C
src/debug_vect.h
PX4/micrortps_agent
f7fee30b4a88d0627b2f92ca141277ace1a13597
[ "BSD-3-Clause" ]
3
2020-11-14T08:35:19.000Z
2022-01-25T05:21:14.000Z
src/debug_vect.h
PX4/micrortps_agent
f7fee30b4a88d0627b2f92ca141277ace1a13597
[ "BSD-3-Clause" ]
1
2021-06-10T11:41:17.000Z
2021-06-10T11:41:17.000Z
src/debug_vect.h
PX4/micrortps_agent
f7fee30b4a88d0627b2f92ca141277ace1a13597
[ "BSD-3-Clause" ]
2
2020-10-13T08:16:05.000Z
2021-06-03T05:57:31.000Z
// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). // // 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 re...
28.518939
117
0.694116
[ "object", "vector" ]
f7edfbcf31ebc16a54cd867cb7eab3f5b7ac1967
49,829
h
C
IncludeFiles/functional.h
hhchi13/MathCompile
10584dcef314bda74bf099f2707225a7cfc44124
[ "Apache-2.0" ]
105
2019-09-29T06:44:22.000Z
2022-03-22T11:41:05.000Z
IncludeFiles/functional.h
hhchi13/MathCompile
10584dcef314bda74bf099f2707225a7cfc44124
[ "Apache-2.0" ]
4
2020-03-31T04:15:03.000Z
2021-05-22T17:59:58.000Z
IncludeFiles/functional.h
hhchi13/MathCompile
10584dcef314bda74bf099f2707225a7cfc44124
[ "Apache-2.0" ]
9
2020-03-17T13:21:54.000Z
2022-01-25T21:27:38.000Z
// Compiler from Wolfram Language to C++ // // Copyright 2019 Tianhuan Lu // // 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...
32.977498
79
0.590841
[ "vector" ]
9706282306c2ba409f926d4d2a6b5c7a1f93939f
436
h
C
Duno/Duno-Core/GameObject/GUI/DunoGUIElement.h
DunoGameEngine/Duno
f6c0fd5371a73ccb5ea1ba78540854b831b75b7f
[ "Apache-2.0" ]
null
null
null
Duno/Duno-Core/GameObject/GUI/DunoGUIElement.h
DunoGameEngine/Duno
f6c0fd5371a73ccb5ea1ba78540854b831b75b7f
[ "Apache-2.0" ]
null
null
null
Duno/Duno-Core/GameObject/GUI/DunoGUIElement.h
DunoGameEngine/Duno
f6c0fd5371a73ccb5ea1ba78540854b831b75b7f
[ "Apache-2.0" ]
null
null
null
#pragma once #include "../DunoGameObject.h" #include "../Assets/FileLoader/XMLFile.h" using namespace FileType; class DunoGUIElement : public DunoGameObject { public: DunoGUIElement(PlainModel* model, GLMateral* mat, glm::vec2 position, glm::vec2 scale) : DunoGameObject(model, mat, glm::vec3(position, 0.0F...
31.142857
96
0.694954
[ "model" ]
970b7bd17be50d618467c910c38e4ed70b9988dd
1,846
h
C
libraries/HoloVox/HoloVox.h
IbakonFerba/HoloVox
5f7fece352f0ff6801409bd1959fbcb18ba353b8
[ "MIT" ]
null
null
null
libraries/HoloVox/HoloVox.h
IbakonFerba/HoloVox
5f7fece352f0ff6801409bd1959fbcb18ba353b8
[ "MIT" ]
null
null
null
libraries/HoloVox/HoloVox.h
IbakonFerba/HoloVox
5f7fece352f0ff6801409bd1959fbcb18ba353b8
[ "MIT" ]
null
null
null
#pragma once #ifndef HOLO_VOX_H #define HOLO_VOX_H #include <Arduino.h> // define some pins #define LAYER_CLEAR A0 #define LAYER_ADVANCE A1 #define LAYER_DATA A2 // define the dimensions of the Voxel Cube #define LAYERS 8 #define ROWS 8 #define COLS 8 // ###########################################...
28.84375
87
0.491874
[ "render" ]
971171a6e0e94af6b3c6773d0e9b6c5603bd9927
1,068
h
C
src/module/loader/module-file-loader.h
localh0rzd/napajs
b3f5e67dd20caef5d96ea8c3e3d4c542fcb9a431
[ "MIT" ]
9,088
2017-08-08T22:28:16.000Z
2019-05-05T14:57:12.000Z
src/module/loader/module-file-loader.h
localh0rzd/napajs
b3f5e67dd20caef5d96ea8c3e3d4c542fcb9a431
[ "MIT" ]
172
2017-08-09T21:32:15.000Z
2019-05-03T21:21:05.000Z
src/module/loader/module-file-loader.h
localh0rzd/napajs
b3f5e67dd20caef5d96ea8c3e3d4c542fcb9a431
[ "MIT" ]
370
2017-08-09T04:58:14.000Z
2019-04-13T18:59:29.000Z
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. #pragma once #include <napa/module/module-internal.h> #include <functional> #include <string> namespace napa { namespace module { using BuiltInModulesSetter = std::function<void (v8::Local<v8::Context> context)>; ...
35.6
119
0.661985
[ "object" ]
97121509ade767c9d08182242e52c57bf68e8a99
4,708
c
C
_code/dev_16.1.x/community/os/hal/ports/NRF5/LLD/hal_rng_lld.c
microwan/spc5-nil
c6f93eb175cf0d9f4b26b39c5f82e3ff5ffe85e9
[ "Apache-2.0" ]
2
2018-03-05T13:22:02.000Z
2020-08-29T03:33:55.000Z
_code/dev_16.1.x/community/os/hal/ports/NRF5/LLD/hal_rng_lld.c
microwan/spc5-nil
c6f93eb175cf0d9f4b26b39c5f82e3ff5ffe85e9
[ "Apache-2.0" ]
null
null
null
_code/dev_16.1.x/community/os/hal/ports/NRF5/LLD/hal_rng_lld.c
microwan/spc5-nil
c6f93eb175cf0d9f4b26b39c5f82e3ff5ffe85e9
[ "Apache-2.0" ]
null
null
null
/* RNG for ChibiOS - Copyright (C) 2016 Stephane D'Alu Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by app...
27.694118
79
0.473025
[ "object" ]
9716042b304f1497986b97ace362b92ea034a0b8
1,449
h
C
src/salt/base/net.h
chengengjie/salt
99f35e51c773c83877ed66d61c845bea24b19b3d
[ "MIT" ]
17
2018-06-14T10:45:26.000Z
2021-12-20T12:06:23.000Z
src/salt/base/net.h
chengengjie/salt
99f35e51c773c83877ed66d61c845bea24b19b3d
[ "MIT" ]
1
2022-01-25T09:40:34.000Z
2022-01-25T09:40:34.000Z
src/salt/base/net.h
chengengjie/salt
99f35e51c773c83877ed66d61c845bea24b19b3d
[ "MIT" ]
5
2020-04-03T16:32:11.000Z
2021-10-20T12:37:08.000Z
#pragma once #include "salt/utils/utils.h" #include <iostream> #include <vector> #include <memory> using namespace std; #define DTYPE int // same as flute.h, will overwrite it namespace salt { using Point = utils::PointT<DTYPE>; using Box = utils::BoxT<DTYPE>; class Pin { public: int id; // 0 for source, s...
24.15
101
0.603865
[ "vector" ]
97206f4ba1aa695ff83385f46185451838c6f86f
3,638
h
C
tensorflow_lite_support/scann_ondevice/cc/core/processor.h
ccen-stripe/tflite-support
a92abc7eb8bd08c1fb8b26fecf394e0f8fcf3654
[ "Apache-2.0" ]
null
null
null
tensorflow_lite_support/scann_ondevice/cc/core/processor.h
ccen-stripe/tflite-support
a92abc7eb8bd08c1fb8b26fecf394e0f8fcf3654
[ "Apache-2.0" ]
null
null
null
tensorflow_lite_support/scann_ondevice/cc/core/processor.h
ccen-stripe/tflite-support
a92abc7eb8bd08c1fb8b26fecf394e0f8fcf3654
[ "Apache-2.0" ]
null
null
null
/* Copyright 2022 The TensorFlow 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 a...
35.666667
84
0.728697
[ "vector" ]
97299c6f0244e35601ee68532c6264fee373f91e
190,872
c
C
tpm/tpm_cryptoh.c
adas2/swtpm_1.2
26cf5ecdca207bb7ced644396f489c3f73d3b4a4
[ "BSD-3-Clause" ]
4
2019-03-17T07:18:34.000Z
2020-03-06T15:28:47.000Z
tpm/tpm_cryptoh.c
adas2/swtpm_1.2
26cf5ecdca207bb7ced644396f489c3f73d3b4a4
[ "BSD-3-Clause" ]
null
null
null
tpm/tpm_cryptoh.c
adas2/swtpm_1.2
26cf5ecdca207bb7ced644396f489c3f73d3b4a4
[ "BSD-3-Clause" ]
2
2019-04-12T02:14:10.000Z
2020-01-14T13:06:44.000Z
/********************************************************************************/ /* */ /* High Level Platform Independent Cryptography */ /* Written by Ken Goldman */ /* IBM Thomas J. Watson Research Center */ /* $Id: tpm_cryptoh.c 4716 2013-12-24 20:47:44Z kgoldman $ */ /* ...
35.590528
100
0.658064
[ "object" ]
9730ae36f0d311054f6bf03a54a91bbed4461125
3,009
h
C
thirdparty/least-squares-cpp/include/lsq/error_function.h
zhuokaizhao/stempy
447d3a3772c0745dbabe912b0f038afae4e11a06
[ "BSD-3-Clause" ]
11
2019-11-08T11:13:11.000Z
2022-03-31T19:58:25.000Z
thirdparty/least-squares-cpp/include/lsq/error_function.h
zhuokaizhao/stempy
447d3a3772c0745dbabe912b0f038afae4e11a06
[ "BSD-3-Clause" ]
146
2018-12-27T16:00:09.000Z
2022-03-31T23:06:04.000Z
thirdparty/least-squares-cpp/include/lsq/error_function.h
zhuokaizhao/stempy
447d3a3772c0745dbabe912b0f038afae4e11a06
[ "BSD-3-Clause" ]
12
2019-04-08T11:16:13.000Z
2022-02-25T21:59:24.000Z
/* * error_function.h * * Created on: 04 May 2018 * Author: Fabian Meyer */ #ifndef LSQ_ERROR_FUNCTION_H_ #define LSQ_ERROR_FUNCTION_H_ #include "lsq/matrix.h" namespace lsq { /** Interface to define error functions for optimization problems. */ template<typename Scalar> class ErrorFunction ...
30.393939
79
0.589232
[ "vector" ]
973193fcabe5484f807c1364250c192f3842eb38
5,226
h
C
math/include/mainframe/math/vector2.h
Goofy-Penguin/Mainframe
b71dc9cffdf750300f6ae18fdeca5c9e7c3f6717
[ "MIT" ]
1
2021-03-12T22:25:01.000Z
2021-03-12T22:25:01.000Z
math/include/mainframe/math/vector2.h
Goofy-Penguin/Mainframe
b71dc9cffdf750300f6ae18fdeca5c9e7c3f6717
[ "MIT" ]
8
2020-10-16T13:18:11.000Z
2022-03-26T19:40:25.000Z
math/include/mainframe/math/vector2.h
Goofy-Penguin/Mainframe
b71dc9cffdf750300f6ae18fdeca5c9e7c3f6717
[ "MIT" ]
2
2021-09-16T11:11:45.000Z
2022-03-25T09:23:09.000Z
#pragma once #include <string> #include <vector> #include <algorithm> #include <type_traits> #include <cmath> namespace mainframe { namespace math { template <class NumberType> class Vector2_t { private: using VecType = Vector2_t<NumberType>; public: NumberType x = 0, y = 0; Vector2_t() = default...
35.310811
110
0.626866
[ "vector" ]
97331bbedeeed6c971b18cad42625df756c371d6
7,425
h
C
FreeBSD/sys/dev/dpaa/qman.h
TigerBSD/FreeBSD-Custom-ThinkPad
3d092f261b362f73170871403397fc5d6b89d1dc
[ "0BSD" ]
4
2016-08-22T22:02:55.000Z
2017-03-04T22:56:44.000Z
FreeBSD/sys/dev/dpaa/qman.h
TigerBSD/FreeBSD-Custom-ThinkPad
3d092f261b362f73170871403397fc5d6b89d1dc
[ "0BSD" ]
21
2016-08-11T09:43:43.000Z
2017-01-29T12:52:56.000Z
FreeBSD/sys/dev/dpaa/qman.h
TigerBSD/TigerBSD
3d092f261b362f73170871403397fc5d6b89d1dc
[ "0BSD" ]
null
null
null
/*- * Copyright (c) 2011-2012 Semihalf. * 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 cond...
30.060729
79
0.712189
[ "object" ]
9736fed8c4f41329216960cff428be0e728b5dbf
45,543
c
C
windows/advcore/gdiplus/engine/gpmf3216/xforms.c
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
windows/advcore/gdiplus/engine/gpmf3216/xforms.c
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
windows/advcore/gdiplus/engine/gpmf3216/xforms.c
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
/***************************************************************************** * * xforms - Entry points for Win32 to Win 16 converter * * Date: 7/1/91 * Author: Jeffrey Newman (c-jeffn) * * Copyright 1991 Microsoft Corp *---------------------------------------------------------------------------- * * Septe...
33.146288
108
0.542542
[ "vector", "transform" ]
9737fbca4a105aa4c8557ece60cd908c2da442ec
10,601
h
C
src/main/cpp/algorithms/graphtheory/TspDynamicProgrammingIterative.h
pratikadarsh/Algorithms
21507f261b52047b0d9f2e3517756daf54494d85
[ "MIT" ]
558
2020-07-26T20:10:38.000Z
2022-03-28T19:52:24.000Z
src/main/cpp/algorithms/graphtheory/TspDynamicProgrammingIterative.h
pratikadarsh/Algorithms
21507f261b52047b0d9f2e3517756daf54494d85
[ "MIT" ]
7
2020-12-08T12:50:49.000Z
2022-02-27T03:45:42.000Z
src/main/cpp/algorithms/graphtheory/TspDynamicProgrammingIterative.h
pratikadarsh/Algorithms
21507f261b52047b0d9f2e3517756daf54494d85
[ "MIT" ]
192
2020-07-28T19:32:47.000Z
2022-03-24T00:15:11.000Z
/* * @file TspDynamicProgrammingIterative.h * @author (original JAVA) William Fiset, william.alexandre.fiset@gmail.com * (conversion to C++) Armin Zare Zadeh, ali.a.zarezadeh@gmail.com * @date 11 July 2020 * @version 0.1 * @brief An implementation of the traveling salesman problem using dynamic prog...
29.123626
183
0.590982
[ "vector" ]
9739daff5fb30aed94eb332438fe8279bc757417
5,848
h
C
code/Core/Include/Bound/T3DAabbBound.h
answerear/Fluid
7b7992547a7d3ac05504dd9127e779eeeaddb3ab
[ "MIT" ]
1
2021-11-16T15:11:52.000Z
2021-11-16T15:11:52.000Z
code/Core/Include/Bound/T3DAabbBound.h
answerear/Fluid
7b7992547a7d3ac05504dd9127e779eeeaddb3ab
[ "MIT" ]
null
null
null
code/Core/Include/Bound/T3DAabbBound.h
answerear/Fluid
7b7992547a7d3ac05504dd9127e779eeeaddb3ab
[ "MIT" ]
null
null
null
/******************************************************************************* * This file is part of Tiny3D (Tiny 3D Graphic Rendering Engine) * Copyright (C) 2015-2020 Answer Wong * For latest info, see https://github.com/answerear/Tiny3D * * This program is free software: you can redistribute it and/or modi...
34.809524
91
0.560876
[ "object", "3d" ]
97415072bab89c15c6b8dc70764ab52716cc1161
2,773
h
C
src/campaign/meeple.h
ArneDJ/terranova
533e9e5687d464153418f73a1d811f57e7c572b9
[ "CC0-1.0" ]
null
null
null
src/campaign/meeple.h
ArneDJ/terranova
533e9e5687d464153418f73a1d811f57e7c572b9
[ "CC0-1.0" ]
null
null
null
src/campaign/meeple.h
ArneDJ/terranova
533e9e5687d464153418f73a1d811f57e7c572b9
[ "CC0-1.0" ]
null
null
null
enum class PathState { FINISHED, MOVING, NEXT_NODE }; // navigation for meeples on the campaign map class PathFinder { public: void set_nodes(const std::list<glm::vec2> &nondes); void update(float delta, float speed); void teleport(const glm::vec2 &position); void clear_path(); public: glm::vec2 location() co...
24.113043
152
0.751533
[ "transform" ]
97507f4f8e9d6d3af5a7ee3df75a9c2e2cfd0dc1
5,795
h
C
src/common.h
skatto/glslRayTraceRenderer
4425caa4d9ae5855002127cd054cb291736a144e
[ "MIT" ]
null
null
null
src/common.h
skatto/glslRayTraceRenderer
4425caa4d9ae5855002127cd054cb291736a144e
[ "MIT" ]
null
null
null
src/common.h
skatto/glslRayTraceRenderer
4425caa4d9ae5855002127cd054cb291736a144e
[ "MIT" ]
null
null
null
// // common.h // comic_renderer // // Created by Skatto on 2016/03/22. // Copyright © 2016年 shun. All rights reserved. // #ifndef common_h_20160322 #define common_h_20160322 #include <cmath> #include <iostream> #include <random> #include <string> typedef float real; constexpr real kINF = 99999999999.9f; conste...
27.595238
80
0.576186
[ "vector" ]
975462fc09dcc9041b620e104f5b7168c04f766f
11,228
h
C
include/Core/Utilities/QProgInfo/Visualization/DrawLatex.h
QianJianhua1/QPanda-2
a13c7b733031b1d0007dceaf1dae6ad447bb969c
[ "Apache-2.0" ]
null
null
null
include/Core/Utilities/QProgInfo/Visualization/DrawLatex.h
QianJianhua1/QPanda-2
a13c7b733031b1d0007dceaf1dae6ad447bb969c
[ "Apache-2.0" ]
null
null
null
include/Core/Utilities/QProgInfo/Visualization/DrawLatex.h
QianJianhua1/QPanda-2
a13c7b733031b1d0007dceaf1dae6ad447bb969c
[ "Apache-2.0" ]
null
null
null
#pragma once #include "Core/Utilities/QPandaNamespace.h" #include "Core/Utilities/QProgInfo/Visualization/AbstractDraw.h" #include "Core/Utilities/QProgTransform/QProgToDAG/QProgDAG.h" #include <unordered_map> #include <string> #include <memory> /** * @brief spare matrix like class, only contain nodefault value eleme...
25.752294
146
0.695404
[ "vector" ]
976bb76e291f23fb9b039645061305f01ddf0f5e
4,107
h
C
ZLScanModule/Frameworks/opencv2.framework/Versions/A/Headers/FaceRecognizerSF.h
RichieZhl/ZLScanModule
cd058847b145114240f814030aae4cc0069c1abc
[ "MIT" ]
null
null
null
ZLScanModule/Frameworks/opencv2.framework/Versions/A/Headers/FaceRecognizerSF.h
RichieZhl/ZLScanModule
cd058847b145114240f814030aae4cc0069c1abc
[ "MIT" ]
null
null
null
ZLScanModule/Frameworks/opencv2.framework/Versions/A/Headers/FaceRecognizerSF.h
RichieZhl/ZLScanModule
cd058847b145114240f814030aae4cc0069c1abc
[ "MIT" ]
null
null
null
// // This file is auto-generated. Please don't modify it! // #pragma once #ifdef __cplusplus //#import "opencv.hpp" #import "opencv2/objdetect.hpp" #import "opencv2/objdetect/face.hpp" #else #define CV_EXPORTS #endif #import <Foundation/Foundation.h> @class Mat; // C++: enum DisType (cv.FaceRecognizerSF.DisType)...
31.592308
180
0.763574
[ "model" ]
976c85af8bd7c9836a1920fd029866da53d0379b
1,931
h
C
Playlist.h
biocommando/avaruusseikkailu
a7df86df910618d7280eabe7c1b4b4ff3522c114
[ "MIT" ]
null
null
null
Playlist.h
biocommando/avaruusseikkailu
a7df86df910618d7280eabe7c1b4b4ff3522c114
[ "MIT" ]
null
null
null
Playlist.h
biocommando/avaruusseikkailu
a7df86df910618d7280eabe7c1b4b4ff3522c114
[ "MIT" ]
null
null
null
#pragma once #include <ctime> #include "ConfigFile.h" #include <algorithm> #include <random> #include "log.h" class Playlist { std::vector<int> order; std::vector<std::string> midi_files; std::vector<std::string> titles; std::default_random_engine rng; int pos = -1; public: Playlist() : rng(ti...
22.988095
62
0.466598
[ "vector" ]
9771fb3baa41adfbf32fe39a19a88dd59b85abd2
33,573
c
C
php_mysqlnd_qc.c
sergiotabanelli/mysqlnd_qc
f3500f9de96726c458584cf550317dec27a448d0
[ "PHP-3.01" ]
null
null
null
php_mysqlnd_qc.c
sergiotabanelli/mysqlnd_qc
f3500f9de96726c458584cf550317dec27a448d0
[ "PHP-3.01" ]
null
null
null
php_mysqlnd_qc.c
sergiotabanelli/mysqlnd_qc
f3500f9de96726c458584cf550317dec27a448d0
[ "PHP-3.01" ]
null
null
null
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 2009-2010 The PHP Group | +--------------...
32.626822
225
0.755965
[ "object" ]
9772d55301b491fbc413196caf715850550d8f90
14,902
c
C
Ripper/ripper/code/fit.c
busarade-itat/dcm-md
6a3c04029c88e0d118fb9f7594487571fa241c0a
[ "BSD-3-Clause" ]
null
null
null
Ripper/ripper/code/fit.c
busarade-itat/dcm-md
6a3c04029c88e0d118fb9f7594487571fa241c0a
[ "BSD-3-Clause" ]
null
null
null
Ripper/ripper/code/fit.c
busarade-itat/dcm-md
6a3c04029c88e0d118fb9f7594487571fa241c0a
[ "BSD-3-Clause" ]
null
null
null
/****************************************************************************** fit.c - find a model that fits the data uses variant of incremental reduced error pruning (Furnkranz,ML94) main twiddles: a postpass to reduce MDL, and repetition of the learning *********************************************************...
28.330798
86
0.651859
[ "model" ]
977e100f84b2fb3db3d12b4b5a5639b505b7bc26
8,886
h
C
OGDF/include/ogdf/hypergraph/HypergraphLayout.h
shahnidhi/MetaCarvel
f3bea5fdbbecec4c9becc6bbdc9585a939eb5481
[ "MIT" ]
13
2017-12-21T03:35:41.000Z
2022-01-31T13:45:25.000Z
OGDF/include/ogdf/hypergraph/HypergraphLayout.h
shahnidhi/MetaCarvel
f3bea5fdbbecec4c9becc6bbdc9585a939eb5481
[ "MIT" ]
7
2017-09-13T01:31:24.000Z
2021-12-14T00:31:50.000Z
OGDF/include/ogdf/hypergraph/HypergraphLayout.h
shahnidhi/MetaCarvel
f3bea5fdbbecec4c9becc6bbdc9585a939eb5481
[ "MIT" ]
15
2017-09-07T18:28:55.000Z
2022-01-18T14:17:43.000Z
/** \file * \brief Layout algorithms for hypergraph based on edge standard * representations (clique / star / tree) - HypergraphLayoutES * and subset standard representation - HypergraphLayoutSS. * * ... edge standard is based partly on Section 7.2 of PhD Thesis * by Dr. Chimani, subset standard is ...
28.480769
77
0.719446
[ "transform" ]
97802432f8fe7f4c46a3a273b72984f84262e25b
1,476
h
C
src/chrono_models/vehicle/man/MAN_5t_SimpleDrivelineXWD.h
Benatti1991/chrono
d927a7fae8ed2f4e6695cacaef28c605fcd9ffaf
[ "BSD-3-Clause" ]
1,383
2015-02-04T14:17:40.000Z
2022-03-30T04:58:16.000Z
src/chrono_models/vehicle/man/MAN_5t_SimpleDrivelineXWD.h
Benatti1991/chrono
d927a7fae8ed2f4e6695cacaef28c605fcd9ffaf
[ "BSD-3-Clause" ]
245
2015-01-11T15:30:51.000Z
2022-03-30T21:28:54.000Z
src/chrono_models/vehicle/man/MAN_5t_SimpleDrivelineXWD.h
Benatti1991/chrono
d927a7fae8ed2f4e6695cacaef28c605fcd9ffaf
[ "BSD-3-Clause" ]
351
2015-02-04T14:17:47.000Z
2022-03-30T04:42:52.000Z
// ============================================================================= // PROJECT CHRONO - http://projectchrono.org // // Copyright (c) 2014 projectchrono.org // All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found // in the LICENSE file at the top level of t...
27.849057
82
0.585366
[ "model" ]
978150a4475ef3f7c48e17752af41043a268e42c
646
h
C
src/gui/dialog/Batch_dialog.h
Swassie/dcmedit
ffa3052386679ac60d5373f0b33bc767aa57de04
[ "BSD-3-Clause" ]
null
null
null
src/gui/dialog/Batch_dialog.h
Swassie/dcmedit
ffa3052386679ac60d5373f0b33bc767aa57de04
[ "BSD-3-Clause" ]
null
null
null
src/gui/dialog/Batch_dialog.h
Swassie/dcmedit
ffa3052386679ac60d5373f0b33bc767aa57de04
[ "BSD-3-Clause" ]
1
2021-05-10T08:54:39.000Z
2021-05-10T08:54:39.000Z
#pragma once #include <memory> #include <QDialog> #include <QLineEdit> #include <QPlainTextEdit> #include <QRadioButton> class Dicom_file; class Batch_dialog : public QDialog { Q_OBJECT public: Batch_dialog(QWidget*, const std::vector<Dicom_file*>&); private: void display_tag_path_help(); void on_mod...
23.071429
60
0.73839
[ "vector" ]
978688d618d5bbb6d8f34ce273e79b8701e721ab
124
h
C
vc/simpletao/h/common.h
walterfan/snippets
62f87720c411093fcff888f25b338afd1d99a6f9
[ "Apache-2.0" ]
1
2021-06-18T09:31:59.000Z
2021-06-18T09:31:59.000Z
vc/simpletao/h/common.h
walterfan/snippets
62f87720c411093fcff888f25b338afd1d99a6f9
[ "Apache-2.0" ]
10
2020-12-12T08:12:06.000Z
2022-03-02T06:54:10.000Z
vc/simpletao/h/common.h
walterfan/snippets
62f87720c411093fcff888f25b338afd1d99a6f9
[ "Apache-2.0" ]
null
null
null
#include "wf_define.h" #include "wf_type.h" #include "wf_macro.h" #include <vector> #include <string> using namespace std;
15.5
22
0.733871
[ "vector" ]
978780bb54149100b824a48b90c9224ac982c43d
700
h
C
Lib/Router/Src/MockSimService.h
Eelco81/server-test-project
966466baf0f4f76c5855553694a5ec674b4c2255
[ "MIT" ]
null
null
null
Lib/Router/Src/MockSimService.h
Eelco81/server-test-project
966466baf0f4f76c5855553694a5ec674b4c2255
[ "MIT" ]
null
null
null
Lib/Router/Src/MockSimService.h
Eelco81/server-test-project
966466baf0f4f76c5855553694a5ec674b4c2255
[ "MIT" ]
null
null
null
#ifndef _MOCK_SIMSERVICE_H_ #define _MOCK_SIMSERVICE_H_ #include "gmock/gmock.h" #include "SimService.h" namespace MOCK { class Service : public SIM::IService { public: MOCK_METHOD0 (Start, void ()); MOCK_METHOD0 (Stop, void ()); MOCK_METHOD1 (Load, void (const json&)); MOCK_METHOD0 (UnLoad, void ()...
25.925926
59
0.682857
[ "vector" ]
979a7d0614f5c92461662fc3c85aefaba8a30b1f
1,818
h
C
bge/include/rendering/CameraManager.h
VasilStamatov/BGE
f9b19aad1f5ebe74249daa1df2146c2d5c8359fd
[ "Apache-2.0" ]
1
2019-05-11T23:15:01.000Z
2019-05-11T23:15:01.000Z
bge/include/rendering/CameraManager.h
VasilStamatov/BGE
f9b19aad1f5ebe74249daa1df2146c2d5c8359fd
[ "Apache-2.0" ]
null
null
null
bge/include/rendering/CameraManager.h
VasilStamatov/BGE
f9b19aad1f5ebe74249daa1df2146c2d5c8359fd
[ "Apache-2.0" ]
null
null
null
#pragma once #include "math/Quat.h" #include <vector> namespace bge { /** * Manager for camera data. The data is stored as SoA, because a lot of the data * does not need to be accessed when just the view or projection data is needed. */ class CameraManager { public: /** * Add a perspective camera * @para...
28.40625
80
0.674917
[ "vector" ]
979c3d359645119eaf3773b921cc5b20b639b026
1,865
h
C
src/avt/DataBinning/avtDataBinning.h
visit-dav/vis
c08bc6e538ecd7d30ddc6399ec3022b9e062127e
[ "BSD-3-Clause" ]
226
2018-12-29T01:13:49.000Z
2022-03-30T19:16:31.000Z
src/avt/DataBinning/avtDataBinning.h
visit-dav/vis
c08bc6e538ecd7d30ddc6399ec3022b9e062127e
[ "BSD-3-Clause" ]
5,100
2019-01-14T18:19:25.000Z
2022-03-31T23:08:36.000Z
src/avt/DataBinning/avtDataBinning.h
visit-dav/vis
c08bc6e538ecd7d30ddc6399ec3022b9e062127e
[ "BSD-3-Clause" ]
84
2019-01-24T17:41:50.000Z
2022-03-10T10:01:46.000Z
// Copyright (c) Lawrence Livermore National Security, LLC and other VisIt // Project developers. See the top-level LICENSE file for dates and other // details. No copyright assignment is required to contribute to VisIt. // ************************************************************************* // // ...
28.692308
89
0.513673
[ "vector" ]
979d085a5ed262fe86e3122848ac163342d1d749
3,834
h
C
HLT/RCU/AliHLTAltroTimebinAverageComponent.h
AllaMaevskaya/AliRoot
c53712645bf1c7d5f565b0d3228e3a6b9b09011a
[ "BSD-3-Clause" ]
52
2016-12-11T13:04:01.000Z
2022-03-11T11:49:35.000Z
HLT/RCU/AliHLTAltroTimebinAverageComponent.h
AllaMaevskaya/AliRoot
c53712645bf1c7d5f565b0d3228e3a6b9b09011a
[ "BSD-3-Clause" ]
1,388
2016-11-01T10:27:36.000Z
2022-03-30T15:26:09.000Z
HLT/RCU/AliHLTAltroTimebinAverageComponent.h
AllaMaevskaya/AliRoot
c53712645bf1c7d5f565b0d3228e3a6b9b09011a
[ "BSD-3-Clause" ]
275
2016-06-21T20:24:05.000Z
2022-03-31T13:06:19.000Z
//-*- Mode: C++ -*- // $Id$ #ifndef ALIHLTALTROTIMEBINAVERAGECOMPONENT_H #define ALIHLTALTROTIMEBINAVERAGECOMPONENT_H //* This file is property of and copyright by the ALICE HLT Project * //* ALICE Experiment at CERN, All rights reserved. * //* See cxx source for full Copyright notice ...
30.919355
91
0.670318
[ "vector" ]
97ba80c43519d542ef1ba114641815c381b1c996
3,410
h
C
src/core/include/megbrain/utils/stats.h
kagome1007/MegEngine
6814cf1cd7bfae05f1ca22a5b79a09244028c7fd
[ "Apache-2.0" ]
null
null
null
src/core/include/megbrain/utils/stats.h
kagome1007/MegEngine
6814cf1cd7bfae05f1ca22a5b79a09244028c7fd
[ "Apache-2.0" ]
null
null
null
src/core/include/megbrain/utils/stats.h
kagome1007/MegEngine
6814cf1cd7bfae05f1ca22a5b79a09244028c7fd
[ "Apache-2.0" ]
null
null
null
#pragma once #include <chrono> #include <iostream> #include <map> #include <memory> #include <string> #include <unordered_map> #include <vector> #include "megbrain/common.h" namespace mgb { namespace stats { #define MGE_ENABLE_STATS 1 class Timer { public: using clock_t = std::chrono::system_clock; private: ...
25.073529
74
0.592962
[ "vector" ]
97bccfa1045bec72978c02e90d03f4fcc0810ad3
1,708
h
C
Ch 16/16.24_BlobPtr.h
Felon03/CppPrimer
7dc2daf59f0ae7ec5670def15cb5fab174fe9780
[ "Apache-2.0" ]
null
null
null
Ch 16/16.24_BlobPtr.h
Felon03/CppPrimer
7dc2daf59f0ae7ec5670def15cb5fab174fe9780
[ "Apache-2.0" ]
null
null
null
Ch 16/16.24_BlobPtr.h
Felon03/CppPrimer
7dc2daf59f0ae7ec5670def15cb5fab174fe9780
[ "Apache-2.0" ]
null
null
null
#pragma once #include "16.24_Blob.h" #include <memory> #include <vector> template<typename> class BlobPtr; template<typename T> bool operator==(const BlobPtr<T> &lhs, const BlobPtr<T> &rhs); template<typename T> bool operator<(const BlboPtr<T> &lhs, const BlobPtr<T> &rhs); template<typename T> class BlobPtr { frie...
18.977778
78
0.663349
[ "vector" ]
97c13f07c0d75538b3536d2d80686c273e21c1cf
2,552
h
C
AtomEngine/aen_gl_sound.h
jskny/AtomEngine
36e9fcb407ed8fe9b65cd3f3b0cf685a933d7186
[ "MIT" ]
null
null
null
AtomEngine/aen_gl_sound.h
jskny/AtomEngine
36e9fcb407ed8fe9b65cd3f3b0cf685a933d7186
[ "MIT" ]
null
null
null
AtomEngine/aen_gl_sound.h
jskny/AtomEngine
36e9fcb407ed8fe9b65cd3f3b0cf685a933d7186
[ "MIT" ]
null
null
null
/*! * AtomEngine * Sound * @brief 音声関連 * @date 2012 / 04 / 30 * @author jskny */ #pragma once #ifndef __ATOM_ENGINE_AEN_GL_SOUND_H_INCLUDE_GUARD_3992871_1793_1047_3361__ #define __ATOM_ENGINE_AEN_GL_SOUND_H_INCLUDE_GUARD_3992871_1793_1047_3361__ #include <vector> #include "aen_handle.h" namespace aen { ...
18.228571
104
0.665752
[ "vector" ]
97c8ddd5acabe13bff79ad94ecb338fc4b01083c
857
h
C
nuitrack_core/include/nuitrack/types/SensorIssue.h
lascm/nuitrack_ros
04dac23dccc0f1a69ddb33a467f51699d10de4c4
[ "MIT" ]
4
2019-07-08T08:34:23.000Z
2021-01-30T08:19:49.000Z
nuitrack_core/include/nuitrack/types/SensorIssue.h
lascm/nuitrack_ros
04dac23dccc0f1a69ddb33a467f51699d10de4c4
[ "MIT" ]
null
null
null
nuitrack_core/include/nuitrack/types/SensorIssue.h
lascm/nuitrack_ros
04dac23dccc0f1a69ddb33a467f51699d10de4c4
[ "MIT" ]
3
2020-10-08T12:41:09.000Z
2021-05-28T10:26:21.000Z
#ifndef NUITRACK_SENSORISSUE_H_ #define NUITRACK_SENSORISSUE_H_ #include "Issue.h" namespace tdv { namespace nuitrack { const int SENSOR_ISSUES_STREAM = 9; /** * @ingroup CommonElements_group * @brief Represents the sensor issue. */ class SensorIssue : public Issue { public: /** * @brief Smart pointer to acc...
17.489796
64
0.687281
[ "object" ]
97ca175996a75dee235d8e46c36b3e4db60535f9
597
h
C
ODFAEG/include/odfaeg/Graphics/vbo.h
Mechap/ODFAEG
ad4bf026ee7055aaf168c5a8e3dc57baaaf42e40
[ "Zlib" ]
null
null
null
ODFAEG/include/odfaeg/Graphics/vbo.h
Mechap/ODFAEG
ad4bf026ee7055aaf168c5a8e3dc57baaaf42e40
[ "Zlib" ]
1
2020-02-14T14:19:44.000Z
2020-12-04T17:39:17.000Z
ODFAEG/include/odfaeg/Graphics/vbo.h
Mechap/ODFAEG
ad4bf026ee7055aaf168c5a8e3dc57baaaf42e40
[ "Zlib" ]
2
2021-05-23T13:45:28.000Z
2021-07-24T13:36:13.000Z
#ifndef ODFAEG_VBO_HPP #define ODFAEG_VBO_HPP #include <vector> #include "export.hpp" namespace odfaeg { namespace graphic { class ODFAEG_GRAPHICS_API VBO { friend class VertexArray; public: VBO(); void create (const void* data, const unsigned int dataSize); ...
25.956522
72
0.574539
[ "vector" ]
97e13c1b5b678dbca4c84077a5aaa7ea588ba2d0
2,928
h
C
moos-ivp/ivp/src/lib_apputil/AppCastRepo.h
EasternEdgeRobotics/2018
24df2fe56fa6d172ba3c34c1a97f249dbd796787
[ "MIT" ]
null
null
null
moos-ivp/ivp/src/lib_apputil/AppCastRepo.h
EasternEdgeRobotics/2018
24df2fe56fa6d172ba3c34c1a97f249dbd796787
[ "MIT" ]
null
null
null
moos-ivp/ivp/src/lib_apputil/AppCastRepo.h
EasternEdgeRobotics/2018
24df2fe56fa6d172ba3c34c1a97f249dbd796787
[ "MIT" ]
null
null
null
/*****************************************************************/ /* NAME: Michael Benjamin */ /* ORGN: Dept of Mechanical Eng / CSAIL, MIT Cambridge MA */ /* FILE: AppCastRepo.h */ /* DATE: Aug 14th 2012 ...
36.148148
73
0.559085
[ "vector" ]
97eb2ccb8490568b311d3cbc23a8cd0eed752402
1,559
h
C
Tuniac1/TuniacApp/FileAssoc.h
Harteex/Tuniac
dac98a68c1b801b7fc82874aad16cc8adcabb606
[ "BSD-3-Clause" ]
3
2022-01-05T08:47:51.000Z
2022-01-06T12:42:18.000Z
Tuniac1/TuniacApp/FileAssoc.h
Harteex/Tuniac
dac98a68c1b801b7fc82874aad16cc8adcabb606
[ "BSD-3-Clause" ]
null
null
null
Tuniac1/TuniacApp/FileAssoc.h
Harteex/Tuniac
dac98a68c1b801b7fc82874aad16cc8adcabb606
[ "BSD-3-Clause" ]
1
2022-01-06T16:12:58.000Z
2022-01-06T16:12:58.000Z
/* Copyright (C) 2003-2008 Tony Million 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 purpose, including commerci...
27.839286
76
0.74086
[ "vector" ]
97ec6bbb14b180afb436bbf32e4bf66f6e19d374
5,890
h
C
external/webrtc/base/util/memory_pressure/system_memory_pressure_evaluator_chromeos.h
kcratie/evio-gnbuild
7af889e69df8a070f1a612cff15dd3c4b357792f
[ "MIT" ]
190
2017-09-06T19:55:48.000Z
2022-02-11T22:26:29.000Z
src/base/util/memory_pressure/system_memory_pressure_evaluator_chromeos.h
wclmgcd/naiveproxy
e32a3afb76fd21207c322f2d5e794c4f5505fb59
[ "BSD-3-Clause" ]
30
2017-10-02T09:26:11.000Z
2021-06-05T22:06:34.000Z
src/base/util/memory_pressure/system_memory_pressure_evaluator_chromeos.h
wclmgcd/naiveproxy
e32a3afb76fd21207c322f2d5e794c4f5505fb59
[ "BSD-3-Clause" ]
27
2017-09-14T11:46:01.000Z
2022-03-23T09:00:53.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 BASE_UTIL_MEMORY_PRESSURE_SYSTEM_MEMORY_PRESSURE_EVALUATOR_CHROMEOS_H_ #define BASE_UTIL_MEMORY_PRESSURE_SYSTEM_MEMORY_PRESSURE_EVALUATOR_CHROMEOS_...
38.246753
81
0.773514
[ "vector" ]
97f7d0c3e448bed121dde3f092c988023084df3a
66,525
c
C
app/out_html5/out/h2d/RenderContext.c
Lerg/hashlink-emscripten
8f5c28a879c78f275fcbc482e1c5f86c08dbe72e
[ "MIT" ]
1
2021-10-03T16:34:38.000Z
2021-10-03T16:34:38.000Z
app/out_html5/out/h2d/RenderContext.c
Lerg/hashlink-emscripten
8f5c28a879c78f275fcbc482e1c5f86c08dbe72e
[ "MIT" ]
null
null
null
app/out_html5/out/h2d/RenderContext.c
Lerg/hashlink-emscripten
8f5c28a879c78f275fcbc482e1c5f86c08dbe72e
[ "MIT" ]
null
null
null
// Generated by HLC 4.2.1 (HL v4) #define HLC_BOOT #include <hlc.h> #include <h2d/RenderContext.h> #include <h3d/impl/Driver.h> #include <h3d/impl/Feature.h> #include <hxsl/Globals.h> #include <h3d/Vector.h> extern venum* g$e4728a3; h3d__mat__Texture h3d_Engine_getCurrentTarget(h3d__Engine); extern String s$time; exte...
26.503984
155
0.658459
[ "vector" ]
97fc78da9585640815ce5d6917923edb359f18aa
1,057
h
C
DQM/SiStripCommissioningAnalysis/interface/VpspScanAlgorithm.h
ckamtsikis/cmssw
ea19fe642bb7537cbf58451dcf73aa5fd1b66250
[ "Apache-2.0" ]
852
2015-01-11T21:03:51.000Z
2022-03-25T21:14:00.000Z
DQM/SiStripCommissioningAnalysis/interface/VpspScanAlgorithm.h
ckamtsikis/cmssw
ea19fe642bb7537cbf58451dcf73aa5fd1b66250
[ "Apache-2.0" ]
30,371
2015-01-02T00:14:40.000Z
2022-03-31T23:26:05.000Z
DQM/SiStripCommissioningAnalysis/interface/VpspScanAlgorithm.h
ckamtsikis/cmssw
ea19fe642bb7537cbf58451dcf73aa5fd1b66250
[ "Apache-2.0" ]
3,240
2015-01-02T05:53:18.000Z
2022-03-31T17:24:21.000Z
#ifndef DQM_SiStripCommissioningAnalysis_VpspScanAlgorithm_H #define DQM_SiStripCommissioningAnalysis_VpspScanAlgorithm_H #include "FWCore/ParameterSet/interface/ParameterSet.h" #include "DQM/SiStripCommissioningAnalysis/interface/CommissioningAlgorithm.h" #include <vector> class VpspScanAnalysis; class TH1; /** ...
26.425
78
0.767266
[ "vector" ]
97fd5b173e862bc8b3e9e1e0d939efb59fb48b23
1,991
c
C
port/cc3200/CC3200_BGAEVM.c
CaiNiaoLab/Grassland
f5582dbedb566f1e97fbcc07f81059ba643881e0
[ "Apache-2.0" ]
1
2021-09-08T11:26:07.000Z
2021-09-08T11:26:07.000Z
port/cc3200/CC3200_BGAEVM.c
CaiNiaoLab/Grassland
f5582dbedb566f1e97fbcc07f81059ba643881e0
[ "Apache-2.0" ]
null
null
null
port/cc3200/CC3200_BGAEVM.c
CaiNiaoLab/Grassland
f5582dbedb566f1e97fbcc07f81059ba643881e0
[ "Apache-2.0" ]
1
2022-02-18T07:49:23.000Z
2022-02-18T07:49:23.000Z
/* * CC3200MSP432E411Y_BGAEVM.c * * Copyright (c) 2021, ZhaoSQ-CH.CaiNiaoLab * Created on: 2021年8月1日 * Author: ZhaoSQ-CH.CaiNiaoLab * * SPDX-License-Identifier: Apache-2.0 */ #include <gpiodrv.h> #include <stdio.h> #include "hw_types.h" #include "hw_memmap.h" #include "hw_gpio.h" #include ...
20.739583
73
0.620794
[ "object" ]
97fdcbd04cffcf889407b6ecdb2792045768fd10
12,843
h
C
shared/ClanLib-2.0/Sources/API/Core/Math/vec4.h
iProgramMC/proton
1c383134b44a22cebab8e8db1afb17afd59dd543
[ "XFree86-1.1" ]
47
2018-07-30T12:05:15.000Z
2022-03-31T04:12:03.000Z
shared/ClanLib-2.0/Sources/API/Core/Math/vec4.h
iProgramMC/proton
1c383134b44a22cebab8e8db1afb17afd59dd543
[ "XFree86-1.1" ]
11
2019-03-31T13:05:10.000Z
2021-11-03T11:37:18.000Z
shared/ClanLib-2.0/Sources/API/Core/Math/vec4.h
iProgramMC/proton
1c383134b44a22cebab8e8db1afb17afd59dd543
[ "XFree86-1.1" ]
16
2019-07-09T07:59:00.000Z
2022-02-25T15:49:06.000Z
/* ** ClanLib SDK ** Copyright (c) 1997-2010 The ClanLib Team ** ** 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 softwa...
37.443149
176
0.652651
[ "object", "vector" ]
3f028c163b497139bb7010c9cabed0216f03b1cc
3,918
h
C
include/xenvss_i.h
benchalmers/win-xenvss
ea5f0ea2fdb090bb2c9a40b2de0412124e5dcb48
[ "BSD-2-Clause" ]
8
2015-05-07T08:16:38.000Z
2018-04-23T15:52:58.000Z
include/xenvss_i.h
benchalmers/win-xenvss
ea5f0ea2fdb090bb2c9a40b2de0412124e5dcb48
[ "BSD-2-Clause" ]
null
null
null
include/xenvss_i.h
benchalmers/win-xenvss
ea5f0ea2fdb090bb2c9a40b2de0412124e5dcb48
[ "BSD-2-Clause" ]
7
2015-04-07T20:16:43.000Z
2018-08-11T23:05:18.000Z
/* this ALWAYS GENERATED file contains the definitions for the interfaces */ /* File created by MIDL compiler version 8.00.0595 */ /* Compiler settings for xenvss.idl: Oicf, W1, Zp8, env=Win64 (32b run), target_arch=AMD64 8.00.0595 protocol : all , ms_ext, c_ext, robust error checks: allocation ref bo...
21.888268
76
0.717968
[ "object" ]
08fa71efdd3a704b5141a0b05a167f7625602819
17,132
h
C
libs/VST3 SDK/pluginterfaces/base/ipluginbase.h
alxarsenault/axLib-1
aff63abebff118059d5daca80f06cc8464192c6d
[ "MIT" ]
1
2019-10-15T05:09:34.000Z
2019-10-15T05:09:34.000Z
libs/VST3 SDK/pluginterfaces/base/ipluginbase.h
EQ4/axLib
aff63abebff118059d5daca80f06cc8464192c6d
[ "MIT" ]
null
null
null
libs/VST3 SDK/pluginterfaces/base/ipluginbase.h
EQ4/axLib
aff63abebff118059d5daca80f06cc8464192c6d
[ "MIT" ]
1
2021-12-18T06:30:51.000Z
2021-12-18T06:30:51.000Z
//----------------------------------------------------------------------------- // Project : SDK Core // // Category : SDK Core Interfaces // Filename : pluginterfaces/base/ipluginbase.h // Created by : Steinberg, 01/2004 // Description : Basic Plug-in Interfaces // //----------------------------------------...
40.985646
297
0.584403
[ "object" ]
1c15723a13e6fe0d86d6e2c346bd0bbbf659144a
7,499
h
C
edk/animation/ParticlesPoint2D.h
Edimartin/edk-source
de9a152e91344e201669b0421e5f44dea40cebf9
[ "MIT" ]
null
null
null
edk/animation/ParticlesPoint2D.h
Edimartin/edk-source
de9a152e91344e201669b0421e5f44dea40cebf9
[ "MIT" ]
null
null
null
edk/animation/ParticlesPoint2D.h
Edimartin/edk-source
de9a152e91344e201669b0421e5f44dea40cebf9
[ "MIT" ]
null
null
null
#ifndef PARTICLESPOINT2D_H #define PARTICLESPOINT2D_H /* Biblioteca C++ ParticlesPoint2D - Manage a particle system generated in a single point Copyright 2013 Eduardo Moura Sales Martins (edimartin@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated ...
32.746725
108
0.685691
[ "render", "object", "vector" ]
1c165fdd3c7c26661b9ea81642aa2c44303b721d
1,541
h
C
db/partner_table_builder.h
Meggie4/partnercompaction_hll
ec36f96e16644b09830840c7e044f97b74784173
[ "BSD-3-Clause" ]
null
null
null
db/partner_table_builder.h
Meggie4/partnercompaction_hll
ec36f96e16644b09830840c7e044f97b74784173
[ "BSD-3-Clause" ]
null
null
null
db/partner_table_builder.h
Meggie4/partnercompaction_hll
ec36f96e16644b09830840c7e044f97b74784173
[ "BSD-3-Clause" ]
null
null
null
/** *used for kv in ssd, and index in nvm * * */ #ifndef STORAGE_DB_PARTNER_TABLE_H_ #define STORAGE_DB_PARTNER_TABLE_H_ #include <cstdio> #include "leveldb/slice.h" #include <map> #include <string> #include "db/partner_meta.h" namespace leveldb { class PartnerMeta; class TableBuilder; class PartnerTab...
32.787234
85
0.606749
[ "vector" ]
1c1e3c305c58a424512dfa4ca2591e80f6a1f4a3
10,358
c
C
Source/Driver/Src/stm32f407xx_gpio.c
blakpoisn/arm_cortex_m_driver
8c0be16a713df6301a366984862123a2bada1a63
[ "MIT" ]
1
2020-10-10T11:12:25.000Z
2020-10-10T11:12:25.000Z
Source/Driver/Src/stm32f407xx_gpio.c
blakpoisn/arm_cortex_m_driver
8c0be16a713df6301a366984862123a2bada1a63
[ "MIT" ]
null
null
null
Source/Driver/Src/stm32f407xx_gpio.c
blakpoisn/arm_cortex_m_driver
8c0be16a713df6301a366984862123a2bada1a63
[ "MIT" ]
null
null
null
/*************************************************************************************************** * @file stm32f407xx_gpio.c * @brief Driver API implementation for GPIO peripheral. * * @author Shubhankar Chaudhury * @date 02 Mar 2021 ************************************************************...
37.80292
102
0.482139
[ "object" ]
1c21fb574b2a187266aa50fcfa4f0ed70facf35a
2,859
h
C
src/real_tile/real_tile.h
JMendyk/catchea
59b2aac5ab5ca1bbaeab3a58fe5fe1d7931031d9
[ "Apache-1.1" ]
null
null
null
src/real_tile/real_tile.h
JMendyk/catchea
59b2aac5ab5ca1bbaeab3a58fe5fe1d7931031d9
[ "Apache-1.1" ]
null
null
null
src/real_tile/real_tile.h
JMendyk/catchea
59b2aac5ab5ca1bbaeab3a58fe5fe1d7931031d9
[ "Apache-1.1" ]
null
null
null
/** * @file real_tile.h * @author JMendyk * @date 21.01.18 */ #ifndef CATCHEA_REAL_TILE_H #define CATCHEA_REAL_TILE_H #include <vector> struct Texture; struct RealTile { int lat, lon; int lat_size, lon_size; int height, width; struct Coloring { unsigned char red; unsigned char ...
23.825
90
0.741868
[ "vector" ]
1c2c84bb2d13fc4bbb69bbb21cf52f461d5aad96
839
h
C
avs_dx/DxVisuals/Effects/Trans/Moves/DynamicMovement.h
Const-me/vis_avs_dx
da1fd9f4323d7891dea233147e6ae16790ad9ada
[ "MIT" ]
33
2019-01-28T03:32:17.000Z
2022-02-12T18:17:26.000Z
avs_dx/DxVisuals/Effects/Trans/Moves/DynamicMovement.h
visbot/vis_avs_dx
03e55f8932a97ad845ff223d3602ff2300c3d1d4
[ "MIT" ]
2
2019-11-18T17:54:58.000Z
2020-07-21T18:11:21.000Z
avs_dx/DxVisuals/Effects/Trans/Moves/DynamicMovement.h
Const-me/vis_avs_dx
da1fd9f4323d7891dea233147e6ae16790ad9ada
[ "MIT" ]
5
2019-02-16T23:00:11.000Z
2022-03-27T15:22:10.000Z
#pragma once #include "MovementCommon.h" struct DynamicMovementStructs: public MovementStructs { struct AvsState { RString effect_exp[ 4 ]; int m_xres, m_yres; int buffern; int subpixel, rectcoords, blend, wrap, nomove; }; struct StateData : public CommonStateData { StateData( AvsState& ass ); HRESU...
19.97619
85
0.725864
[ "render" ]
1c3125069519d8784cd1c040d6d41195f0758bc3
2,359
h
C
glare/core/string_utils.h
krovma/glare
df1dda413d93d56b15ccac60123210505683f278
[ "MIT" ]
null
null
null
glare/core/string_utils.h
krovma/glare
df1dda413d93d56b15ccac60123210505683f278
[ "MIT" ]
null
null
null
glare/core/string_utils.h
krovma/glare
df1dda413d93d56b15ccac60123210505683f278
[ "MIT" ]
null
null
null
#pragma once #include "glare/core/common.h" #include <vector> #include <string> #include <cstdlib> #include "glare/core/assert.h" #pragma warning(disable:4100) ////////////////////////////////////////////////////////////////////////// namespace glare { string format(const char* fmt, ...); size_t load_file_to_string (s...
25.365591
131
0.669351
[ "vector" ]
1c33ba8cc7c383b35864b83cd4769f1e357a912a
77
h
C
cdhere/include/windowlist.h
eteeselink/cdhere
bf35e8da3d8a9e1968688277a78af7e49c4558a9
[ "Zlib" ]
3
2017-01-06T21:28:13.000Z
2020-11-18T13:43:53.000Z
cdhere/include/windowlist.h
eteeselink/cdhere
bf35e8da3d8a9e1968688277a78af7e49c4558a9
[ "Zlib" ]
null
null
null
cdhere/include/windowlist.h
eteeselink/cdhere
bf35e8da3d8a9e1968688277a78af7e49c4558a9
[ "Zlib" ]
null
null
null
#include "stdafx.h" #include <vector> std::vector<HWND> getOrderedWindows();
19.25
38
0.74026
[ "vector" ]
1c3be3cb19db55e9a5cb772578c676033a57ddfe
195
h
C
src/deflate.h
mras0/deflate
329e90c0ccd5b9d134e62e5a351295b29fe5f7c5
[ "MIT" ]
2
2020-09-24T19:12:13.000Z
2021-09-26T20:08:39.000Z
src/deflate.h
mras0/deflate
329e90c0ccd5b9d134e62e5a351295b29fe5f7c5
[ "MIT" ]
null
null
null
src/deflate.h
mras0/deflate
329e90c0ccd5b9d134e62e5a351295b29fe5f7c5
[ "MIT" ]
null
null
null
#ifndef DEFLATE_DEFLATE_H #define DEFLATE_DEFLATE_H #include "bit_stream.h" #include <vector> namespace deflate { std::vector<uint8_t> deflate(bit_stream& bs); } // namespace deflate #endif
13.928571
45
0.764103
[ "vector" ]
1c4683a272dbd955f9f9d7dda631cdcfc40c2e6c
1,299
h
C
utilities/shared_mem/lib/atom_shmem_meta.h
elementary-robotics/atom
36aea078c0e029f03e7b9b4768729a683fb32a88
[ "Apache-2.0" ]
64
2019-04-01T20:32:07.000Z
2021-11-24T17:12:03.000Z
utilities/shared_mem/lib/atom_shmem_meta.h
elementary-robotics/atom
36aea078c0e029f03e7b9b4768729a683fb32a88
[ "Apache-2.0" ]
291
2019-04-01T22:54:31.000Z
2022-03-31T21:48:47.000Z
utilities/shared_mem/lib/atom_shmem_meta.h
elementary-robotics/atom
36aea078c0e029f03e7b9b4768729a683fb32a88
[ "Apache-2.0" ]
5
2019-06-27T22:42:54.000Z
2022-02-01T23:00:37.000Z
#ifndef __ATOM_SHMEM_META_H__ #define __ATOM_SHMEM_META_H__ extern int instantiate_meta(std::unique_ptr<boost_ipc::managed_shared_memory, AtomShMemDeleter> &shmem_ptr, bool clear_meta, atom_excpt_t *excpt); extern int atom_shmem_meta_insert_handle( s...
39.363636
77
0.665897
[ "vector" ]
1c4fc5e518bfe43931b6519ae76e480500ba1e67
827
h
C
src/base/mac/scoped_ionotificationportref.h
Chilledheart/naiveproxy
9d28da89b325a90d33add830f4202c8b17c7c3e3
[ "BSD-3-Clause" ]
null
null
null
src/base/mac/scoped_ionotificationportref.h
Chilledheart/naiveproxy
9d28da89b325a90d33add830f4202c8b17c7c3e3
[ "BSD-3-Clause" ]
null
null
null
src/base/mac/scoped_ionotificationportref.h
Chilledheart/naiveproxy
9d28da89b325a90d33add830f4202c8b17c7c3e3
[ "BSD-3-Clause" ]
null
null
null
// Copyright 2016 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 BASE_MAC_SCOPED_IONOTIFICATIONPORTREF_H_ #define BASE_MAC_SCOPED_IONOTIFICATIONPORTREF_H_ #include <IOKit/IOKitLib.h> #include "base/scoped_gene...
25.84375
73
0.779927
[ "object" ]
1c5481779acde554c0a6ea5328cd97589ebf4244
24,794
h
C
tsf/include/tencentcloud/tsf/v20180326/model/MsInstance.h
suluner/tencentcloud-sdk-cpp
a56c73cc3f488c4d1e10755704107bb15c5e000d
[ "Apache-2.0" ]
43
2019-08-14T08:14:12.000Z
2022-03-30T12:35:09.000Z
tsf/include/tencentcloud/tsf/v20180326/model/MsInstance.h
suluner/tencentcloud-sdk-cpp
a56c73cc3f488c4d1e10755704107bb15c5e000d
[ "Apache-2.0" ]
12
2019-07-15T10:44:59.000Z
2021-11-02T12:35:00.000Z
tsf/include/tencentcloud/tsf/v20180326/model/MsInstance.h
suluner/tencentcloud-sdk-cpp
a56c73cc3f488c4d1e10755704107bb15c5e000d
[ "Apache-2.0" ]
28
2019-07-12T09:06:22.000Z
2022-03-30T08:04:18.000Z
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
31.66539
116
0.437767
[ "vector", "model" ]
1c5874f3df1e464768bffed7a44ce79f4ad415f3
3,068
c
C
platforms/portable/vec_math/vec_add_const_sat_c16.c
vnerozin/cimlib
c8f44c30dcb240e183dedd2e26b0aff59801ee63
[ "MIT" ]
3
2017-03-17T11:54:27.000Z
2021-07-11T11:59:38.000Z
platforms/portable/vec_math/vec_add_const_sat_c16.c
vnerozin/cimlib
c8f44c30dcb240e183dedd2e26b0aff59801ee63
[ "MIT" ]
null
null
null
platforms/portable/vec_math/vec_add_const_sat_c16.c
vnerozin/cimlib
c8f44c30dcb240e183dedd2e26b0aff59801ee63
[ "MIT" ]
null
null
null
/******************************************************************************* * Copyright (c) 2017 Vasiliy Nerozin * * This library is free software; you can redistribute it and/or modify it * under the terms of the MIT license. See LICENSE.md for details. *******************************************************...
34.088889
82
0.434485
[ "vector" ]
1c5fe957fe6cbc0de33a208aa121173476ac1d28
2,653
h
C
GTE/Mathematics/DistPointCanonicalBox.h
lakinwecker/GeometricTools
cff3e3fcb52d714afe0b6789839c460437c10b27
[ "BSL-1.0" ]
null
null
null
GTE/Mathematics/DistPointCanonicalBox.h
lakinwecker/GeometricTools
cff3e3fcb52d714afe0b6789839c460437c10b27
[ "BSL-1.0" ]
1
2022-03-18T00:34:13.000Z
2022-03-18T00:34:13.000Z
GTE/Mathematics/DistPointCanonicalBox.h
lakinwecker/GeometricTools
cff3e3fcb52d714afe0b6789839c460437c10b27
[ "BSL-1.0" ]
1
2022-03-17T21:54:55.000Z
2022-03-17T21:54:55.000Z
// David Eberly, Geometric Tools, Redmond WA 98052 // Copyright (c) 1998-2022 // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt // https://www.geometrictools.com/License/Boost/LICENSE_1_0.txt // Version: 6.0.2022.01.06 #pragma once #include <Mathematics/DCPQuery.h>...
32.753086
83
0.551828
[ "vector", "solid" ]
1c61ad4f162507ca3213bff4167ba76bafc77560
1,813
h
C
src/providers/ComputerSystemDiskDrive/ComputerSystemDiskDrive_Provider.h
LegalizeAdulthood/cimple
5ec70784f2ee3e455a2258f82b07c0dacccb4093
[ "MIT" ]
4
2015-12-16T06:43:14.000Z
2020-01-24T06:05:47.000Z
src/providers/ComputerSystemDiskDrive/ComputerSystemDiskDrive_Provider.h
LegalizeAdulthood/cimple
5ec70784f2ee3e455a2258f82b07c0dacccb4093
[ "MIT" ]
null
null
null
src/providers/ComputerSystemDiskDrive/ComputerSystemDiskDrive_Provider.h
LegalizeAdulthood/cimple
5ec70784f2ee3e455a2258f82b07c0dacccb4093
[ "MIT" ]
null
null
null
#ifndef _ComputerSystemDiskDrive_Provider_h #define _ComputerSystemDiskDrive_Provider_h #include <cimple/cimple.h> #include "ComputerSystemDiskDrive.h" CIMPLE_NAMESPACE_BEGIN class ComputerSystemDiskDrive_Provider { public: typedef ComputerSystemDiskDrive Class; ComputerSystemDiskDrive_Provider(); ~Co...
27.059701
67
0.743519
[ "model" ]
1c642fe58b287a6c035ff59e67e2084ba1e6f843
12,428
c
C
mplayer/src/alsa-utils-1.1.9/axfer/xfer-libasound-timer-mmap.c
Minaduki-Shigure/BeagleBone_Proj
f6f66a4758f64515dcfd4f8d6cd02d02a5a0b35b
[ "MIT" ]
null
null
null
mplayer/src/alsa-utils-1.1.9/axfer/xfer-libasound-timer-mmap.c
Minaduki-Shigure/BeagleBone_Proj
f6f66a4758f64515dcfd4f8d6cd02d02a5a0b35b
[ "MIT" ]
null
null
null
mplayer/src/alsa-utils-1.1.9/axfer/xfer-libasound-timer-mmap.c
Minaduki-Shigure/BeagleBone_Proj
f6f66a4758f64515dcfd4f8d6cd02d02a5a0b35b
[ "MIT" ]
null
null
null
// SPDX-License-Identifier: GPL-2.0 // // xfer-libasound-irq-mmap.c - Timer-based scheduling model for mmap operation. // // Copyright (c) 2018 Takashi Sakamoto <o-takashi@sakamocchi.jp> // // Licensed under the terms of the GNU General Public License, version 2. #include "xfer-libasound.h" #include "misc.h" struct m...
27.254386
79
0.715964
[ "vector", "model" ]
1c6536c22c159b0144f4054012203ae27b7cf574
461
h
C
hw/unit_tests/hamming_enc/hammingsim.h
mofeing/vortex
6ceb2233e9096a586821e2eb1113f2e860574bb7
[ "BSD-3-Clause" ]
1
2021-05-18T20:35:15.000Z
2021-05-18T20:35:15.000Z
hw/unit_tests/hamming_enc/hammingsim.h
mofeing/vortex
6ceb2233e9096a586821e2eb1113f2e860574bb7
[ "BSD-3-Clause" ]
null
null
null
hw/unit_tests/hamming_enc/hammingsim.h
mofeing/vortex
6ceb2233e9096a586821e2eb1113f2e860574bb7
[ "BSD-3-Clause" ]
null
null
null
#pragma once #include "VVX_hamming_enc.h" #include "VVX_hamming_enc__Syms.h" #include "verilated.h" //#ifdef VCD_OUTPUT #include <verilated_vcd_c.h> //#endif //#include <VX_config.h> #include <ostream> #include <vector> #include <queue> #include <bitset> class ECCSim { public: ECCSim(); virtual ~ECCSim(); st...
15.896552
64
0.711497
[ "vector" ]
1c6fbe0ca47abc27606202bb45adf9fca7281f59
2,262
h
C
source/light.h
dos-games/vanilla-shadow_warrior
bf781c586c7e9cda0cfb0b3bc56983f535cb75c4
[ "Unlicense" ]
18
2015-07-21T03:53:29.000Z
2021-12-20T18:42:56.000Z
source/light.h
Azarien/shadow-warrior
bf781c586c7e9cda0cfb0b3bc56983f535cb75c4
[ "Unlicense" ]
null
null
null
source/light.h
Azarien/shadow-warrior
bf781c586c7e9cda0cfb0b3bc56983f535cb75c4
[ "Unlicense" ]
6
2016-10-17T09:06:22.000Z
2022-02-11T10:02:17.000Z
//------------------------------------------------------------------------- /* Copyright (C) 1997, 2005 - 3D Realms Entertainment This file is part of Shadow Warrior version 1.2 Shadow Warrior is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as publish...
39
101
0.669761
[ "3d" ]
1c79c9de7341d68cb58c4f65078649186b617df5
3,299
h
C
source/adios2/engine/dataspaces/DataSpacesReader.h
yunai2384/ADIOS2
c88fd748720dfdfb0d7f8a529d7838ea86ecfa65
[ "ECL-2.0", "Apache-2.0" ]
190
2017-04-05T20:16:22.000Z
2022-03-30T20:26:01.000Z
source/adios2/engine/dataspaces/DataSpacesReader.h
yunai2384/ADIOS2
c88fd748720dfdfb0d7f8a529d7838ea86ecfa65
[ "ECL-2.0", "Apache-2.0" ]
1,514
2017-02-03T16:19:17.000Z
2022-03-29T16:36:48.000Z
source/adios2/engine/dataspaces/DataSpacesReader.h
yunai2384/ADIOS2
c88fd748720dfdfb0d7f8a529d7838ea86ecfa65
[ "ECL-2.0", "Apache-2.0" ]
114
2016-12-06T16:47:45.000Z
2022-02-01T19:56:01.000Z
/* * Distributed under the OSI-approved Apache License, Version 2.0. See * accompanying file Copyright.txt for details. * * DataSpacesReader.h * * Created on: Dec 5, 2018 * Author: Pradeep Subedi * pradee.subedi@rutgers.edu */ #ifndef ADIOS2_ENGINE_DATASPACES_DATASPACESREADER_H_ #define ADIOS2_E...
28.938596
80
0.562595
[ "shape", "vector" ]
1c8085f673f7c7002064d71c949d3beda181e379
1,729
h
C
src-qt5/core/lumina-desktop/panel-plugins/RotateToolButton.h
q5sys/lumina
d3654eb6a83d7f8aad5530ba10816a245c9f55b3
[ "BSD-3-Clause" ]
246
2018-04-13T20:07:34.000Z
2022-03-29T01:33:37.000Z
src-qt5/core/lumina-desktop/panel-plugins/RotateToolButton.h
q5sys/lumina
d3654eb6a83d7f8aad5530ba10816a245c9f55b3
[ "BSD-3-Clause" ]
332
2016-06-21T13:37:10.000Z
2018-04-06T13:06:41.000Z
src-qt5/core/lumina-desktop/panel-plugins/RotateToolButton.h
q5sys/lumina
d3654eb6a83d7f8aad5530ba10816a245c9f55b3
[ "BSD-3-Clause" ]
69
2018-04-12T15:46:09.000Z
2022-03-20T21:21:45.000Z
//=========================================== // Lumina Desktop source code // Copyright (c) 2016, Ken Moore // Available under the 3-clause BSD license // See the LICENSE file for full details //=========================================== // This is a simple subclass of a QToolButton so it can // provice text rota...
29.305085
99
0.682475
[ "transform" ]
1c812db3ff5ba3676f9e714cad291916bf62896c
2,413
h
C
src/dlangoutlinemodel.h
Groterik/qtcreator-dlangeditor
58cfd1b93ffc9f09be48160a8cc3dedb0e356ff4
[ "MIT" ]
22
2015-04-08T20:43:05.000Z
2022-01-09T07:40:39.000Z
src/dlangoutlinemodel.h
Groterik/qtcreator-dlangeditor
58cfd1b93ffc9f09be48160a8cc3dedb0e356ff4
[ "MIT" ]
18
2015-01-18T18:10:06.000Z
2017-04-05T09:43:26.000Z
src/dlangoutlinemodel.h
Groterik/qtcreator-dlangeditor
58cfd1b93ffc9f09be48160a8cc3dedb0e356ff4
[ "MIT" ]
10
2015-01-27T08:09:54.000Z
2021-11-19T22:44:31.000Z
#ifndef DLANGOUTLINEMODEL_H #define DLANGOUTLINEMODEL_H #include <QAbstractItemModel> #include <utils/fileutils.h> namespace DCodeModel { struct Scope; } namespace DlangEditor { class DlangTextEditorWidget; class DlangOutlineModel : public QAbstractItemModel { Q_OBJECT public: enum Role { FileNam...
27.735632
116
0.724409
[ "object", "model" ]
1c8b63fc5109a7bfae9066fbe20c2ac28167e41a
94,819
c
C
src/mice/src/cspice/subslr.c
jared711/meteoroid_orbits
84428bc33a695fb4bebee383f5094b80ae1d7193
[ "MIT" ]
9
2018-03-28T16:03:28.000Z
2022-01-30T20:36:00.000Z
src/mice/src/cspice/subslr.c
jared711/meteoroid_orbits
84428bc33a695fb4bebee383f5094b80ae1d7193
[ "MIT" ]
null
null
null
src/mice/src/cspice/subslr.c
jared711/meteoroid_orbits
84428bc33a695fb4bebee383f5094b80ae1d7193
[ "MIT" ]
2
2021-01-25T10:11:10.000Z
2022-01-09T06:37:06.000Z
/* subslr.f -- translated by f2c (version 19980913). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* Table of constant values */ static integer c__100 = 100; static integer c__3 = 3; static integer c__10 = 10; /* $Procedure SUBSLR ( Sub-solar point ...
37.867013
78
0.571288
[ "geometry", "object", "shape", "vector", "model", "transform" ]
1c90184a5daf9921395da8be2688cda3ad6a4bff
11,062
h
C
firmware_release/gr_common/lib/DSP/utility/r_dsp_transform.h
ksekimoto/wrbb-v2lib-firm
7571533ab5cb1dd870e424922133ff8738d03b7a
[ "Ruby", "MIT" ]
null
null
null
firmware_release/gr_common/lib/DSP/utility/r_dsp_transform.h
ksekimoto/wrbb-v2lib-firm
7571533ab5cb1dd870e424922133ff8738d03b7a
[ "Ruby", "MIT" ]
null
null
null
firmware_release/gr_common/lib/DSP/utility/r_dsp_transform.h
ksekimoto/wrbb-v2lib-firm
7571533ab5cb1dd870e424922133ff8738d03b7a
[ "Ruby", "MIT" ]
null
null
null
/******************************************************************************* * DISCLAIMER * This software is supplied by Renesas Electronics Corporation and is only * intended for use with Renesas products. No other uses are authorized. This * software is owned by Renesas Electronics Corporation and is protecte...
26.464115
82
0.549177
[ "transform" ]
1c921f8921ad1d35632fc2bd050bcac656f8c055
1,110
h
C
src/AppInstallerCommonCore/Public/winget/JsonSchemaValidation.h
midoriiro/winget-cli
88f6265a355676961e5f6ce936c4d26af61c3829
[ "MIT" ]
17,809
2020-05-19T15:03:46.000Z
2022-03-31T16:31:13.000Z
src/AppInstallerCommonCore/Public/winget/JsonSchemaValidation.h
pseudo-windows/winget-cli
12f100c7920c0d971fbcdd8279f4162b132a18cb
[ "MIT" ]
1,413
2020-05-19T15:26:48.000Z
2022-03-31T23:58:56.000Z
src/AppInstallerCommonCore/Public/winget/JsonSchemaValidation.h
pseudo-windows/winget-cli
12f100c7920c0d971fbcdd8279f4162b132a18cb
[ "MIT" ]
1,084
2020-05-19T15:37:58.000Z
2022-03-30T17:45:24.000Z
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. #pragma once #include <json.h> namespace AppInstaller::JsonSchema { // Load an embedded resource from binary and return as std::string std::string LoadResourceAsString(PCWSTR resourceName, PCWSTR resourceType); // Load sc...
42.692308
114
0.736937
[ "object" ]
46ab8ebfd57097f82617d2f5cc788cc5069d3b99
569
h
C
ClockDemo/RasterWindow.h
waitwalker/QtWidgetDemos
fe0ef951b9e058a93ada4b3399c4daa900694131
[ "MIT" ]
1
2021-09-03T08:52:55.000Z
2021-09-03T08:52:55.000Z
ClockDemo/RasterWindow.h
waitwalker/QtWidgetDemos
fe0ef951b9e058a93ada4b3399c4daa900694131
[ "MIT" ]
null
null
null
ClockDemo/RasterWindow.h
waitwalker/QtWidgetDemos
fe0ef951b9e058a93ada4b3399c4daa900694131
[ "MIT" ]
null
null
null
#ifndef RASTERWINDOW_H #define RASTERWINDOW_H #include <QWindow> #include <QtGui> class RasterWindow : public QWindow { Q_OBJECT public: // 显式构造函数 explicit RasterWindow(QWindow *parent = nullptr); virtual void render(QPainter *painter); ~RasterWindow(); public slots: void renderLater(); ...
17.78125
53
0.718805
[ "render" ]