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
303cb249ab0d62130f08725b8d331b52527eafec
28,453
h
C
extlibs/openfstwin-1.3.1/include/fst/edit-fst.h
kkm000/kaldi
ef97f1aec5e3259bc47b77ad9628d50f9f4c6433
[ "Apache-2.0" ]
51
2015-01-10T09:46:03.000Z
2022-03-30T00:07:19.000Z
openfst-1.3.2/src/include/fst/edit-fst.h
glecorve/rnnlm2wfst
2bb1dcfb0ee34ddfb7959614820aec5fc79e18d4
[ "Apache-2.0" ]
3
2017-01-18T07:10:42.000Z
2020-03-16T03:43:35.000Z
extlibs/openfstwin-1.3.1/include/fst/edit-fst.h
kkm000/kaldi
ef97f1aec5e3259bc47b77ad9628d50f9f4c6433
[ "Apache-2.0" ]
20
2015-01-19T05:11:34.000Z
2022-02-08T01:57:20.000Z
// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed...
36.713548
84
0.702422
[ "object", "vector", "solid" ]
303cd8e4867e0090788367e45ca7402a75ad756c
15,752
h
C
internal/ceres/miniglog/glog/logging.h
hitxiaomi/ceres-solver
c3129c3d4a4830d23a310bd78c240898c82b36e9
[ "Apache-2.0" ]
2,425
2015-01-23T00:02:03.000Z
2022-03-31T22:15:00.000Z
internal/ceres/miniglog/glog/logging.h
hitxiaomi/ceres-solver
c3129c3d4a4830d23a310bd78c240898c82b36e9
[ "Apache-2.0" ]
624
2015-03-18T14:36:29.000Z
2022-03-31T16:06:14.000Z
internal/ceres/miniglog/glog/logging.h
hitxiaomi/ceres-solver
c3129c3d4a4830d23a310bd78c240898c82b36e9
[ "Apache-2.0" ]
989
2015-01-14T14:50:27.000Z
2022-03-30T15:20:06.000Z
// Ceres Solver - A fast non-linear least squares minimizer // Copyright 2015 Google Inc. All rights reserved. // http://ceres-solver.org/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // * Redistributions of so...
35.477477
94
0.668994
[ "object", "vector" ]
303d2f5e0d975f3ce5e8b42984aa236953f059b4
952
h
C
include/print_program_info_log.h
ericpko/computer-graphics-shader-pipeline
67fd0682cca76b69f453b747b759180240353e16
[ "MIT" ]
1
2020-07-18T22:38:42.000Z
2020-07-18T22:38:42.000Z
include/print_program_info_log.h
ericpko/computer-graphics-shader-pipeline
67fd0682cca76b69f453b747b759180240353e16
[ "MIT" ]
null
null
null
include/print_program_info_log.h
ericpko/computer-graphics-shader-pipeline
67fd0682cca76b69f453b747b759180240353e16
[ "MIT" ]
null
null
null
#ifndef PRINT_PROGRAM_INFO_LOG_H #define PRINT_PROGRAM_INFO_LOG_H #include "gl.h" #include <string> // Print information about a given glsl shader program. // // Inputs: // obj id of object we're querying // Returns true if printed anything. bool print_program_info_log(const GLuint obj); // Implementation #includ...
23.219512
68
0.719538
[ "object" ]
3041ce98360dce44e022df9d689c15158aa78bd7
9,891
c
C
src/vm/memory.c
TheGreatCookieMachine/Dictu
6008e2592b18aa3f6519c2ebf544ed69fae6f45f
[ "MIT" ]
null
null
null
src/vm/memory.c
TheGreatCookieMachine/Dictu
6008e2592b18aa3f6519c2ebf544ed69fae6f45f
[ "MIT" ]
null
null
null
src/vm/memory.c
TheGreatCookieMachine/Dictu
6008e2592b18aa3f6519c2ebf544ed69fae6f45f
[ "MIT" ]
null
null
null
#include <stdlib.h> #include "common.h" #include "compiler.h" #include "memory.h" #include "vm.h" #ifdef DEBUG_TRACE_GC #include <stdio.h> #include "debug.h" #endif #define GC_HEAP_GROW_FACTOR 2 void *reallocate(DictuVM *vm, void *previous, size_t oldSize, size_t newSize) { vm->bytesAllocated += newSize - oldSi...
27.475
122
0.538773
[ "object" ]
3050fb4e1007cda8be9bac6ff5444d83ae8183ca
15,827
h
C
ortools/glop/basis_representation.h
matbesancon/or-tools
b37d9c786b69128f3505f15beca09e89bf078a89
[ "Apache-2.0" ]
1
2021-05-25T01:42:03.000Z
2021-05-25T01:42:03.000Z
ortools/glop/basis_representation.h
matbesancon/or-tools
b37d9c786b69128f3505f15beca09e89bf078a89
[ "Apache-2.0" ]
null
null
null
ortools/glop/basis_representation.h
matbesancon/or-tools
b37d9c786b69128f3505f15beca09e89bf078a89
[ "Apache-2.0" ]
1
2021-07-24T22:52:41.000Z
2021-07-24T22:52:41.000Z
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
42.205333
80
0.705882
[ "vector" ]
305c5e8b482a60f0cc67bd4fa2ce77e4b5b69b36
4,589
h
C
chromium/chrome/browser/extensions/api/language_settings_private/language_settings_private_delegate.h
wedataintelligence/vivaldi-source
22a46f2c969f6a0b7ca239a05575d1ea2738768c
[ "BSD-3-Clause" ]
null
null
null
chromium/chrome/browser/extensions/api/language_settings_private/language_settings_private_delegate.h
wedataintelligence/vivaldi-source
22a46f2c969f6a0b7ca239a05575d1ea2738768c
[ "BSD-3-Clause" ]
null
null
null
chromium/chrome/browser/extensions/api/language_settings_private/language_settings_private_delegate.h
wedataintelligence/vivaldi-source
22a46f2c969f6a0b7ca239a05575d1ea2738768c
[ "BSD-3-Clause" ]
null
null
null
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_EXTENSIONS_API_LANGUAGE_SETTINGS_PRIVATE_LANGUAGE_SETTINGS_PRIVATE_DELEGATE_H_ #define CHROME_BROWSER_EXTENSIONS_API_LANGUAGE_SETTI...
38.241667
104
0.808019
[ "vector" ]
305f88e800b0090a9d7301e1ca306e79ad534722
2,461
h
C
Source/Urho3D/Navigation/NavArea.h
ssinai1/rbfx
e69a7093d153667e3d8dd3270449d3d594c1c1a8
[ "MIT" ]
441
2018-12-26T14:50:23.000Z
2021-11-05T03:13:27.000Z
Source/Urho3D/Navigation/NavArea.h
ssinai1/rbfx
e69a7093d153667e3d8dd3270449d3d594c1c1a8
[ "MIT" ]
221
2018-12-29T17:40:23.000Z
2021-11-06T21:41:55.000Z
Source/Urho3D/Navigation/NavArea.h
ssinai1/rbfx
e69a7093d153667e3d8dd3270449d3d594c1c1a8
[ "MIT" ]
101
2018-12-29T13:08:10.000Z
2021-11-02T09:58:37.000Z
// // Copyright (c) 2008-2020 the Urho3D project. // // 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, m...
32.813333
80
0.713531
[ "geometry", "render", "object" ]
305fff729dc52df017f8643298165648a655830c
2,590
h
C
runtime/contrib/pure_arm_compute/src/internal/arm_compute/matrix/View.h
wateret/ONE_private
9789c52633e665d2e10273d88d6f7970faa8aee9
[ "Apache-2.0" ]
null
null
null
runtime/contrib/pure_arm_compute/src/internal/arm_compute/matrix/View.h
wateret/ONE_private
9789c52633e665d2e10273d88d6f7970faa8aee9
[ "Apache-2.0" ]
null
null
null
runtime/contrib/pure_arm_compute/src/internal/arm_compute/matrix/View.h
wateret/ONE_private
9789c52633e665d2e10273d88d6f7970faa8aee9
[ "Apache-2.0" ]
null
null
null
/* * Copyright (c) 2018 Samsung Electronics Co., Ltd. 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...
24.666667
90
0.689189
[ "object", "shape" ]
3062768bc22980cdd2c1adb64f16cdab22d235d3
5,856
h
C
chrome/renderer/instant_restricted_id_cache.h
google-ar/chromium
2441c86a5fd975f09a6c30cddb57dfb7fc239699
[ "Apache-2.0", "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
2,151
2020-04-18T07:31:17.000Z
2022-03-31T08:39:18.000Z
chrome/renderer/instant_restricted_id_cache.h
harrymarkovskiy/WebARonARCore
2441c86a5fd975f09a6c30cddb57dfb7fc239699
[ "Apache-2.0", "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
395
2020-04-18T08:22:18.000Z
2021-12-08T13:04:49.000Z
chrome/renderer/instant_restricted_id_cache.h
harrymarkovskiy/WebARonARCore
2441c86a5fd975f09a6c30cddb57dfb7fc239699
[ "Apache-2.0", "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
338
2020-04-18T08:03:10.000Z
2022-03-29T12:33:22.000Z
// Copyright 2013 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_RENDERER_INSTANT_RESTRICTED_ID_CACHE_H_ #define CHROME_RENDERER_INSTANT_RESTRICTED_ID_CACHE_H_ #include <stddef.h> #include <set> #includ...
34.650888
80
0.739583
[ "object", "vector" ]
30637583e525db480889a17020fc004d5bf642fc
838
h
C
Aurora/src/Aurora/Renderer/EditorCamera.h
yugansharora01/Aurora_Engine
d0d136e7d7aab46c4d6ae782e9747da1d8494703
[ "Apache-2.0" ]
3
2021-09-09T12:16:53.000Z
2021-09-09T12:17:00.000Z
Aurora/src/Aurora/Renderer/EditorCamera.h
yugansharora01/Aurora_Engine
d0d136e7d7aab46c4d6ae782e9747da1d8494703
[ "Apache-2.0" ]
null
null
null
Aurora/src/Aurora/Renderer/EditorCamera.h
yugansharora01/Aurora_Engine
d0d136e7d7aab46c4d6ae782e9747da1d8494703
[ "Apache-2.0" ]
null
null
null
#pragma once #include <DirectXMath.h> #include "Aurora/Events/Events.h" #include "Aurora/Events/KeyboardEvents.h" namespace Aurora { class EditorCamera { public: DirectX::XMFLOAT3 translate; DirectX::XMFLOAT3 rotation; DirectX::XMFLOAT3 scale; public: EditorCamera(float fov, float aspectRatio, float near...
23.277778
85
0.760143
[ "transform" ]
306ab78a632c2d31d0f0dff6e897b650aef805bb
9,702
h
C
onnx/defs/parser.h
talonvoice/onnx
2b534c78a24e0b880a36cf50344a005422f6d741
[ "Apache-2.0" ]
3
2020-08-06T03:45:25.000Z
2022-03-29T18:08:02.000Z
onnx/defs/parser.h
talonvoice/onnx
2b534c78a24e0b880a36cf50344a005422f6d741
[ "Apache-2.0" ]
null
null
null
onnx/defs/parser.h
talonvoice/onnx
2b534c78a24e0b880a36cf50344a005422f6d741
[ "Apache-2.0" ]
null
null
null
/* * SPDX-License-Identifier: Apache-2.0 */ // Experimental language syntax and parser for ONNX. Please note that the syntax as formalized // by this parser is preliminary and may change. #pragma once #include <ctype.h> #include <iostream> #include <stdexcept> #include <string> #include <unordered_map> #include "...
25.2
117
0.632859
[ "shape", "model" ]
3074dcf01a412e5c7fde66a8c9b5a1dfb48e0f3e
41,728
c
C
addons/primitives/high_primitives.c
amarillion/allegro5
ce0a426d5408fc1ebfdf05d85ff447d4aad900be
[ "BSD-3-Clause" ]
3
2019-11-08T18:43:44.000Z
2021-09-26T23:27:22.000Z
addons/primitives/high_primitives.c
amarillion/allegro5
ce0a426d5408fc1ebfdf05d85ff447d4aad900be
[ "BSD-3-Clause" ]
null
null
null
addons/primitives/high_primitives.c
amarillion/allegro5
ce0a426d5408fc1ebfdf05d85ff447d4aad900be
[ "BSD-3-Clause" ]
2
2019-11-08T18:44:30.000Z
2020-02-03T19:02:52.000Z
/* ______ ___ ___ * /\ _ \ /\_ \ /\_ \ * \ \ \L\ \\//\ \ \//\ \ __ __ _ __ ___ * \ \ __ \ \ \ \ \ \ \ /'__`\ /'_ `\/\`'__\/ __`\ * \ \ \/\ \ \_\ \_ \_\ \_/\ __//\ \L\ \ \ \//\ \L\ \ * \ \_\ \_\/\____\/\____\ \____\ \____ \ \_\\ \____/ * ...
32.830842
181
0.532257
[ "shape" ]
30762be63d08db12c63e20dd9b9046ba19308cf3
3,129
h
C
components/sync_driver/change_processor.h
kjthegod/chromium
cf940f7f418436b77e15b1ea23e6fa100ca1c91a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
1
2019-01-16T03:57:39.000Z
2019-01-16T03:57:39.000Z
components/sync_driver/change_processor.h
kjthegod/chromium
cf940f7f418436b77e15b1ea23e6fa100ca1c91a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
1
2018-02-10T21:00:08.000Z
2018-03-20T05:09:50.000Z
components/sync_driver/change_processor.h
kjthegod/chromium
cf940f7f418436b77e15b1ea23e6fa100ca1c91a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
2
2015-03-27T11:15:39.000Z
2016-08-17T14:19:56.000Z
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_SYNC_DRIVER_CHANGE_PROCESSOR_H_ #define COMPONENTS_SYNC_DRIVER_CHANGE_PROCESSOR_H_ #include "components/sync_driver/data_type_error_ha...
35.157303
80
0.759987
[ "model" ]
307cc4d5f9a372725ed606228bcee227045f406f
17,135
h
C
src/sim/FragmentOperations/ZStencilTest.h
attila-sim/attila-sim
a64b57240b4e10dc4df7f21eff0232b28df09532
[ "BSD-3-Clause" ]
23
2016-01-14T04:47:13.000Z
2022-01-13T14:02:08.000Z
src/sim/FragmentOperations/ZStencilTest.h
attila-sim/attila-sim
a64b57240b4e10dc4df7f21eff0232b28df09532
[ "BSD-3-Clause" ]
2
2018-03-25T14:39:20.000Z
2022-03-18T05:11:21.000Z
src/sim/FragmentOperations/ZStencilTest.h
attila-sim/attila-sim
a64b57240b4e10dc4df7f21eff0232b28df09532
[ "BSD-3-Clause" ]
17
2016-02-13T05:35:35.000Z
2022-03-24T16:05:40.000Z
/************************************************************************** * * Copyright (c) 2002 - 2004 by Computer Architecture Department, * Universitat Politecnica de Catalunya. * All rights reserved. * * The contents of this file may not be disclosed to third parties, * copied or duplicated in any form, in...
46.81694
130
0.623344
[ "object" ]
307cc712dbf0f0aead2beb21833339ed80ba8c65
60,627
c
C
cbits/src/objrtmch.c
Skyb0rg007/clips
33e1bc8149bf35478ce296386e55610aaf2142ce
[ "MIT" ]
null
null
null
cbits/src/objrtmch.c
Skyb0rg007/clips
33e1bc8149bf35478ce296386e55610aaf2142ce
[ "MIT" ]
null
null
null
cbits/src/objrtmch.c
Skyb0rg007/clips
33e1bc8149bf35478ce296386e55610aaf2142ce
[ "MIT" ]
null
null
null
/*******************************************************/ /* "C" Language Integrated Production System */ /* */ /* CLIPS Version 6.40 02/03/18 */ /* */ /* ...
40.256972
134
0.521698
[ "object" ]
307d73b5343f965c6822e3c6d9afa36b812ab090
1,957
h
C
src/game/shared/tf2/weapon_objectselection.h
cstom4994/SourceEngineRebuild
edfd7f8ce8af13e9d23586318350319a2e193c08
[ "MIT" ]
6
2022-01-23T09:40:33.000Z
2022-03-20T20:53:25.000Z
src/game/shared/tf2/weapon_objectselection.h
cstom4994/SourceEngineRebuild
edfd7f8ce8af13e9d23586318350319a2e193c08
[ "MIT" ]
null
null
null
src/game/shared/tf2/weapon_objectselection.h
cstom4994/SourceEngineRebuild
edfd7f8ce8af13e9d23586318350319a2e193c08
[ "MIT" ]
1
2022-02-06T21:05:23.000Z
2022-02-06T21:05:23.000Z
//========= Copyright Valve Corporation, All rights reserved. ============// // // Purpose: // // $NoKeywords: $ //=============================================================================// #ifndef WEAPON_OBJECTSELECTION_H #define WEAPON_OBJECTSELECTION_H #ifdef _WIN32 #pragma once #endif #if defined( CLIENT_D...
27.957143
93
0.66326
[ "object" ]
307da13c7d82581e923cb81f751e08a5e13e09e8
21,572
h
C
Userland/Libraries/LibTest/JavaScriptTestRunner.h
TheCrott/serenity
925f21353efaa5304c5d486e6802c4e75e0c4d15
[ "BSD-2-Clause" ]
1
2021-11-26T08:29:28.000Z
2021-11-26T08:29:28.000Z
Userland/Libraries/LibTest/JavaScriptTestRunner.h
TheCrott/serenity
925f21353efaa5304c5d486e6802c4e75e0c4d15
[ "BSD-2-Clause" ]
null
null
null
Userland/Libraries/LibTest/JavaScriptTestRunner.h
TheCrott/serenity
925f21353efaa5304c5d486e6802c4e75e0c4d15
[ "BSD-2-Clause" ]
1
2022-02-09T08:28:12.000Z
2022-02-09T08:28:12.000Z
/* * Copyright (c) 2020, Matthew Olsson <mattco@serenityos.org> * Copyright (c) 2020-2021, Linus Groh <linusg@serenityos.org> * Copyright (c) 2021, Ali Mohammad Pur <mpfard@serenityos.org> * Copyright (c) 2021, Andreas Kling <kling@serenityos.org> * * SPDX-License-Identifier: BSD-2-Clause */ #pragma once #incl...
38.180531
162
0.562118
[ "vector" ]
308048aa05e6dc27a102a3b09a9b519a795b9b5d
35,413
h
C
include/reflex/pattern.h
AutoGentoo/RE-flex
4b21e7fa903829b4582e3a30d73140dc84233d22
[ "BSD-3-Clause" ]
null
null
null
include/reflex/pattern.h
AutoGentoo/RE-flex
4b21e7fa903829b4582e3a30d73140dc84233d22
[ "BSD-3-Clause" ]
null
null
null
include/reflex/pattern.h
AutoGentoo/RE-flex
4b21e7fa903829b4582e3a30d73140dc84233d22
[ "BSD-3-Clause" ]
null
null
null
/******************************************************************************\ * Copyright (c) 2016, Robert van Engelen, Genivia Inc. All rights reserved. * * * * Redistribution and use in source and binary forms, with or without ...
35.843117
223
0.561856
[ "object", "vector" ]
3080731eea930e0967384a8a97216c946db73859
1,136
h
C
notes/interval.h
evildead/HarmonizePP
6effbe1ab06407b69b3b9220fb258d2235c9672b
[ "MIT" ]
1
2017-07-02T13:37:58.000Z
2017-07-02T13:37:58.000Z
notes/interval.h
evildead/HarmonizePP
6effbe1ab06407b69b3b9220fb258d2235c9672b
[ "MIT" ]
null
null
null
notes/interval.h
evildead/HarmonizePP
6effbe1ab06407b69b3b9220fb258d2235c9672b
[ "MIT" ]
null
null
null
/************************************************* * * * Author: Danilo Carrabino * * * *************************************************/ #ifndef INTERVAL_H #define INTERVAL_H #include "externals/dst...
24.170213
69
0.553697
[ "vector" ]
3082eda87017aa06e1c9a11d6af1ff8fe41720d2
968
h
C
Cogs/include/Renderer2D.h
VasilStamatov/cogs2017
4efe9af48a6233936192f9db3d893bcb6564debb
[ "MIT" ]
null
null
null
Cogs/include/Renderer2D.h
VasilStamatov/cogs2017
4efe9af48a6233936192f9db3d893bcb6564debb
[ "MIT" ]
null
null
null
Cogs/include/Renderer2D.h
VasilStamatov/cogs2017
4efe9af48a6233936192f9db3d893bcb6564debb
[ "MIT" ]
null
null
null
#pragma once #include "Renderer.h" #include "Color.h" #include <glm\vec2.hpp> #include <glm\mat4x4.hpp> #include <unordered_map> #include <vector> namespace cogs { class Material; class Renderer2D : public Renderer { public: Renderer2D(); ~Renderer2D(); void init() override; void begin() ov...
18.264151
79
0.634298
[ "vector" ]
308f27f64fa2c34e37b56e1c3fd2aec41bc0e0bf
12,506
h
C
drivers/libvirt-dev/usr/include/libvirt/libvirt-network.h
node-computes/nc-virt
0ba91e009206ae1c9a2238f1d54e848306ec80ff
[ "Apache-2.0" ]
3
2017-09-22T15:10:01.000Z
2018-03-30T02:11:54.000Z
drivers/libvirt-dev/usr/include/libvirt/libvirt-network.h
node-computes/nc-virt
0ba91e009206ae1c9a2238f1d54e848306ec80ff
[ "Apache-2.0" ]
null
null
null
drivers/libvirt-dev/usr/include/libvirt/libvirt-network.h
node-computes/nc-virt
0ba91e009206ae1c9a2238f1d54e848306ec80ff
[ "Apache-2.0" ]
null
null
null
/* * libvirt-network.h * Summary: APIs for management of networks * Description: Provides APIs for the management of networks * Author: Daniel Veillard <veillard@redhat.com> * * Copyright (C) 2006-2014 Red Hat, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms o...
37
92
0.602111
[ "object" ]
30907a9dfc991c14362179cf39aa5e83c8065560
144
h
C
Dynamic Programming/Longest Increasing Subsequence/lis.h
Mohammed-Shoaib/WhatsAlgo
d6131aaed7fdb2679da93f3eeebcb34073c7eb15
[ "MIT" ]
11
2020-05-16T21:04:22.000Z
2021-11-16T12:33:58.000Z
Dynamic Programming/Longest Increasing Subsequence/lis.h
Secret-Ambush/WhatsAlgo
d6131aaed7fdb2679da93f3eeebcb34073c7eb15
[ "MIT" ]
null
null
null
Dynamic Programming/Longest Increasing Subsequence/lis.h
Secret-Ambush/WhatsAlgo
d6131aaed7fdb2679da93f3eeebcb34073c7eb15
[ "MIT" ]
3
2021-02-18T15:35:26.000Z
2021-10-31T14:15:02.000Z
#pragma once #include <vector> #include <algorithm> int lis(const std::vector<int>& a); int lis_dynamic_programming(const std::vector<int>& a);
24
55
0.743056
[ "vector" ]
3092aaefab239dbfcae9768e86e8ff2b217b370c
100,835
c
C
src/nvim/highlight_group.c
SmiteshP/neovim
08a144912ce2d7df73c77a42a81c8f29a476856c
[ "Vim" ]
null
null
null
src/nvim/highlight_group.c
SmiteshP/neovim
08a144912ce2d7df73c77a42a81c8f29a476856c
[ "Vim" ]
null
null
null
src/nvim/highlight_group.c
SmiteshP/neovim
08a144912ce2d7df73c77a42a81c8f29a476856c
[ "Vim" ]
null
null
null
// This is an open source non-commercial project. Dear PVS-Studio, please check // it. PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com // highlight_group.c: code for managing highlight groups #include <stdbool.h> #include "nvim/autocmd.h" #include "nvim/api/private/helpers.h" #include "nvim/c...
36.0125
110
0.612545
[ "object" ]
3095844fc1d9fce5c6bf4abf70991958997b8501
13,787
h
C
vendor/openamq/tooling/base2/asl/asl_field.h
cookrn/imatix_base
c1f7b509838f4cef5cc85eecfc744974db582944
[ "MIT" ]
null
null
null
vendor/openamq/tooling/base2/asl/asl_field.h
cookrn/imatix_base
c1f7b509838f4cef5cc85eecfc744974db582944
[ "MIT" ]
null
null
null
vendor/openamq/tooling/base2/asl/asl_field.h
cookrn/imatix_base
c1f7b509838f4cef5cc85eecfc744974db582944
[ "MIT" ]
null
null
null
/*--------------------------------------------------------------------------- asl_field.h - asl_field component Provides functionality to implement the ASL RFC 'Field Table' data type. This class provides functions at a per-field level. Generated from asl_field.icl by icl_gen using GSL/4. Cop...
34.640704
142
0.607674
[ "object" ]
309f8b7c31e69d75400eb18a722784af55f2c01e
56,190
c
C
pangoterm.c
NegativeMjark/pangoterm
052fd5897809377ae7b2188c9c19206eb38935a8
[ "MIT" ]
1
2017-07-25T16:19:34.000Z
2017-07-25T16:19:34.000Z
pangoterm.c
NegativeMjark/pangoterm
052fd5897809377ae7b2188c9c19206eb38935a8
[ "MIT" ]
null
null
null
pangoterm.c
NegativeMjark/pangoterm
052fd5897809377ae7b2188c9c19206eb38935a8
[ "MIT" ]
null
null
null
#include "pangoterm.h" #include <string.h> // memmove #include <wctype.h> #include <cairo/cairo.h> #include <gtk/gtk.h> #include <gdk/gdkkeysyms.h> #include "conf.h" CONF_STRING(foreground, 0, "gray90", "Foreground colour", "COL"); CONF_STRING(background, 0, "black", "Background colour", "COL"); CONF_STRING(curso...
27.356378
131
0.657608
[ "geometry", "shape" ]
cf35ab2035e4a9021bc1f08c46e7126bb1bfce01
5,018
h
C
FSGDEngine-Student/EDGameCore/Rendering.h
Cabrra/Engine-Development
cce5930e2264048b0be58b691729407ca507d1af
[ "MIT" ]
2
2019-03-30T11:14:01.000Z
2020-10-27T00:55:01.000Z
FSGDEngine-Student/EDGameCore/Rendering.h
Cabrra/Engine-Development
cce5930e2264048b0be58b691729407ca507d1af
[ "MIT" ]
null
null
null
FSGDEngine-Student/EDGameCore/Rendering.h
Cabrra/Engine-Development
cce5930e2264048b0be58b691729407ca507d1af
[ "MIT" ]
1
2019-01-29T20:12:24.000Z
2019-01-29T20:12:24.000Z
#pragma once #include <set> #include <list> #include "../EDSpatial/DynAabbTree.h" #include "../EDGameCore/Light.h" #include "../EDGameCore/Renderer.h" #include "camcomp.h" namespace EDGameCore { class Camera; class ISkyBox; class Rendering { public: static void SetWindowWidth(int w){ windowWidth = w; } sta...
31.3625
151
0.733559
[ "render" ]
cf3844049f3687704601f7980c3c555cb8aca66a
14,768
h
C
src/uefi/BaseTools/Source/C/Include/IndustryStandard/Acpi2_0.h
kkennett/oscore.dev
59e786f12f9af969211c95a9d2863b1767528341
[ "BSD-3-Clause" ]
521
2019-03-29T15:44:08.000Z
2022-03-22T09:46:19.000Z
src/uefi/BaseTools/Source/C/Include/IndustryStandard/Acpi2_0.h
kkennett/oscore.dev
59e786f12f9af969211c95a9d2863b1767528341
[ "BSD-3-Clause" ]
30
2019-06-04T17:00:49.000Z
2021-09-08T20:44:19.000Z
src/uefi/BaseTools/Source/C/Include/IndustryStandard/Acpi2_0.h
kkennett/oscore.dev
59e786f12f9af969211c95a9d2863b1767528341
[ "BSD-3-Clause" ]
99
2019-03-29T16:04:13.000Z
2022-03-28T16:59:34.000Z
/** @file ACPI 2.0 definitions from the ACPI Specification, revision 2.0 Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR> This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. ...
28.02277
82
0.68188
[ "object" ]
cf386b37ead4624477fe653b040f73fd1a5d75a9
10,655
h
C
resources/home/dnanexus/root/include/Math/UnaryOperators.h
edawson/parliament2
2632aa3484ef64c9539c4885026b705b737f6d1e
[ "Apache-2.0" ]
null
null
null
resources/home/dnanexus/root/include/Math/UnaryOperators.h
edawson/parliament2
2632aa3484ef64c9539c4885026b705b737f6d1e
[ "Apache-2.0" ]
null
null
null
resources/home/dnanexus/root/include/Math/UnaryOperators.h
edawson/parliament2
2632aa3484ef64c9539c4885026b705b737f6d1e
[ "Apache-2.0" ]
1
2020-05-28T23:01:44.000Z
2020-05-28T23:01:44.000Z
// @(#)root/smatrix:$Id$ // Authors: T. Glebe, L. Moneta 2005 #ifndef ROOT_Math_UnaryOperators #define ROOT_Math_UnaryOperators //====================================================== // // ATTENTION: This file was automatically generated, // do not edit! // // author: Thorsten Glebe // ...
31.246334
80
0.448334
[ "vector" ]
cf3b37c506195f93b53872a58a59587995b23352
4,638
h
C
Modules/Filtering/Path/include/itkPathAndImageToPathFilter.h
gift-surg/ITK_NiftyMIC
26415ac2e6197de7b07ffcb0c3f740aa937ba7e9
[ "Apache-2.0" ]
3
2019-11-19T09:47:25.000Z
2022-02-24T00:32:31.000Z
Modules/Filtering/Path/include/itkPathAndImageToPathFilter.h
gift-surg/ITK_NiftyMIC
26415ac2e6197de7b07ffcb0c3f740aa937ba7e9
[ "Apache-2.0" ]
1
2019-03-18T14:19:49.000Z
2020-01-11T13:54:33.000Z
Modules/Filtering/Path/include/itkPathAndImageToPathFilter.h
medons/ITK_GPUBinaryMorphology
1b606b09607fce04ece6fe5de5391f2cd9677c03
[ "Apache-2.0" ]
1
2022-02-24T00:32:36.000Z
2022-02-24T00:32:36.000Z
/*========================================================================= * * Copyright Insight Software Consortium * * 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 * * h...
41.410714
106
0.725528
[ "object" ]
cf3c83b24a2cd59099bad03452bb0ef2d802e0ce
2,505
h
C
src/ext/dispatch.h
v1v/dd-trace-php
6fd862720e3a3a2812c99149f90762047b64cd8a
[ "BSD-3-Clause" ]
null
null
null
src/ext/dispatch.h
v1v/dd-trace-php
6fd862720e3a3a2812c99149f90762047b64cd8a
[ "BSD-3-Clause" ]
null
null
null
src/ext/dispatch.h
v1v/dd-trace-php
6fd862720e3a3a2812c99149f90762047b64cd8a
[ "BSD-3-Clause" ]
null
null
null
#ifndef DISPATCH_H #define DISPATCH_H #include <Zend/zend_types.h> #include <php.h> #include <stdint.h> #include "compatibility.h" #define DDTRACE_DISPATCH_INNERHOOK (1 << 0) #define DDTRACE_DISPATCH_INSTRUMENT_WHEN_LIMITED (1 << 1) #define DDTRACE_DISPATCH_POSTHOOK (1 << 2) typedef struct ddtrace_dispatch_t { ...
31.708861
111
0.776048
[ "object" ]
cf41d1fb4c714bfd84b4e6793afabd00cc0d1f8f
1,316
c
C
tests/classes/blasapi_getrf.c
roversch/blasfeo
63869abc0453adb8a462e7a6d4062085674a83b2
[ "BSD-2-Clause" ]
null
null
null
tests/classes/blasapi_getrf.c
roversch/blasfeo
63869abc0453adb8a462e7a6d4062085674a83b2
[ "BSD-2-Clause" ]
null
null
null
tests/classes/blasapi_getrf.c
roversch/blasfeo
63869abc0453adb8a462e7a6d4062085674a83b2
[ "BSD-2-Clause" ]
null
null
null
// CLASS_GETRF_BLASAPI // void call_routines(struct RoutineArgs *args){ // copy input matrix A in C GECP_REF(args->m, args->m, args->cA, 0, 0, args->cC, 0, 0); GECP_REF(args->m, args->m, args->rA, 0, 0, args->rC, 0, 0); // routine call // BLASFEO(ROUTINE)( &(args->m), &(args->n), args->cC->pA, &(args->cC->m...
22.689655
61
0.605623
[ "vector" ]
cf43454fa4a196618196c6c0375d4cbf4bafc4cb
3,293
h
C
views/ordered.h
clayne/micro-profiler
7b0e01f8ae8a8cdb6600b23d4dd5b7422c464c7b
[ "MIT" ]
null
null
null
views/ordered.h
clayne/micro-profiler
7b0e01f8ae8a8cdb6600b23d4dd5b7422c464c7b
[ "MIT" ]
null
null
null
views/ordered.h
clayne/micro-profiler
7b0e01f8ae8a8cdb6600b23d4dd5b7422c464c7b
[ "MIT" ]
null
null
null
// Copyright (c) 2011-2022 by Artem A. Gevorkyan (gevorkyan.org) and Denis Burenko // // 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 ...
29.401786
99
0.705132
[ "vector" ]
cf4427d52ee0ac74ce8d86322bfa546205784056
25,805
h
C
masamon/TET/c/tetlib.h
kentaiwami/masamon
4995e089a1131889d3ec39416097835c2317d80c
[ "MIT" ]
5
2016-05-25T05:14:24.000Z
2018-03-25T16:15:34.000Z
masamon/TET/c/tetlib.h
kentaiwami/masamon
4995e089a1131889d3ec39416097835c2317d80c
[ "MIT" ]
29
2015-11-20T02:32:38.000Z
2018-06-27T02:10:05.000Z
masamon/TET/c/tetlib.h
kentaiwami/masamon
4995e089a1131889d3ec39416097835c2317d80c
[ "MIT" ]
1
2018-11-02T07:02:37.000Z
2018-11-02T07:02:37.000Z
/*---------------------------------------------------------------------------* | Copyright (c) 2002-2015 PDFlib GmbH. All rights reserved. | +---------------------------------------------------------------------------+ | This software may not be copied or distributed except as expressly | | ...
31.779557
80
0.625576
[ "geometry", "object" ]
cf4e76623436385b71762620bc23823683e3daaa
27,700
h
C
tools/profiler/src/problem_space.h
KeDengMS/cutlass
c77a52445972fd52210d718d5cc606b37b117e56
[ "BSD-3-Clause" ]
2
2022-03-09T01:14:25.000Z
2022-03-09T07:25:11.000Z
tools/profiler/src/problem_space.h
KeDengMS/cutlass
c77a52445972fd52210d718d5cc606b37b117e56
[ "BSD-3-Clause" ]
null
null
null
tools/profiler/src/problem_space.h
KeDengMS/cutlass
c77a52445972fd52210d718d5cc606b37b117e56
[ "BSD-3-Clause" ]
1
2022-03-09T07:36:07.000Z
2022-03-09T07:36:07.000Z
/*************************************************************************************************** * Copyright (c) 2017-2021, NVIDIA CORPORATION. All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted * provided that the following conditions are me...
27.7
135
0.661191
[ "object", "vector" ]
cf4fb22e7ecb51f6db1e7cb9845947f5290ef7ea
441
h
C
src/core/write-exr.h
afnanenayet/EmpiricalErrorAnalysis
68e1bc00b7372d4f7d8c9f122772e54a41d11378
[ "MIT" ]
16
2016-11-25T12:51:54.000Z
2022-01-23T12:51:48.000Z
src/core/write-exr.h
afnanenayet/EmpiricalErrorAnalysis
68e1bc00b7372d4f7d8c9f122772e54a41d11378
[ "MIT" ]
3
2018-08-24T04:13:19.000Z
2018-10-02T10:02:26.000Z
src/core/write-exr.h
afnanenayet/EmpiricalErrorAnalysis
68e1bc00b7372d4f7d8c9f122772e54a41d11378
[ "MIT" ]
7
2016-11-23T12:25:45.000Z
2019-03-15T12:02:21.000Z
#ifndef WRITE_EXR_H #define WRITE_EXR_H #include <string> #include <stdio.h> #include <stdlib.h> #include <assert.h> #include <vector> template <typename T> void write_exr_grey(std::string name, const T* pixels, int xRes, int yRes); template <typename T> void write_exr_rgb(std::string name, const T* pixels, int xRes...
24.5
76
0.741497
[ "vector" ]
cf4fd99467651d022feda21b0cc3e32e3b232b25
611
h
C
src/programwindow.h
fredmarques/cg
833b21f80c87c2cdab4e2caf64bd06f4d2061ab2
[ "MIT" ]
null
null
null
src/programwindow.h
fredmarques/cg
833b21f80c87c2cdab4e2caf64bd06f4d2061ab2
[ "MIT" ]
null
null
null
src/programwindow.h
fredmarques/cg
833b21f80c87c2cdab4e2caf64bd06f4d2061ab2
[ "MIT" ]
null
null
null
#ifndef GAMEWINDOW_H #define GAMEWINDOW_H #include "prefix.h" using namespace std; class ProgramWindow { private: bool _running; GLfloat _height; GLfloat _width; void setupGL(); public: ProgramWindow(bool running); void setRunning(bool newRunning); bo...
22.62963
76
0.639935
[ "render" ]
cf551aa0dc129cb378f237c5841ae85774127434
1,948
h
C
Tests/Pods/Headers/Public/NTJsonModel/NTJsonPropertyInfo.h
NagelTech/NTJsonModel
4189a59ec108fa66f9be45f710df2062634e2398
[ "MIT" ]
1
2015-03-27T21:35:48.000Z
2015-03-27T21:35:48.000Z
Tests/Pods/Headers/Public/NTJsonModel/NTJsonPropertyInfo.h
NagelTech/NTJsonModel
4189a59ec108fa66f9be45f710df2062634e2398
[ "MIT" ]
null
null
null
Tests/Pods/Headers/Public/NTJsonModel/NTJsonPropertyInfo.h
NagelTech/NTJsonModel
4189a59ec108fa66f9be45f710df2062634e2398
[ "MIT" ]
null
null
null
// // NTJsonPropertyInfo.h // NTJsonModelSample // // Created by Ethan Nagel on 5/30/14. // Copyright (c) 2014 NagelTech. All rights reserved. // typedef struct { /// The JSON path to the data. Defaults to the name of the property. const char *jsonPath; /// The property type for array items C...
44.272727
360
0.728439
[ "object" ]
cf595f26cf788a9b81f0e022861b308d8e773617
16,465
h
C
src/OpenColorIO/Op.h
KevinJW/OpenColorIO
412aa7ba273616867e607de646e4975791198812
[ "BSD-3-Clause" ]
1
2021-06-09T22:50:23.000Z
2021-06-09T22:50:23.000Z
src/OpenColorIO/Op.h
KevinJW/OpenColorIO
412aa7ba273616867e607de646e4975791198812
[ "BSD-3-Clause" ]
null
null
null
src/OpenColorIO/Op.h
KevinJW/OpenColorIO
412aa7ba273616867e607de646e4975791198812
[ "BSD-3-Clause" ]
null
null
null
/* Copyright (c) 2003-2010 Sony Pictures Imageworks Inc., et al. All Rights Reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of co...
39.770531
100
0.643668
[ "render", "vector", "transform", "3d" ]
cf5c09b8f65ce59d413ba8f22b1ee5ca0caffa34
8,227
c
C
Sources/ObjectivelyMVC/HSVColorPicker.c
jdolan/ObjectivelyMVC
5dbd343a90620617df9dd4ab761dba43e98aadfc
[ "Zlib" ]
22
2016-07-25T19:02:41.000Z
2022-02-02T19:40:43.000Z
Sources/ObjectivelyMVC/HSVColorPicker.c
jdolan/ObjectivelyMVC
5dbd343a90620617df9dd4ab761dba43e98aadfc
[ "Zlib" ]
14
2016-09-17T19:01:53.000Z
2018-02-10T14:09:34.000Z
Sources/ObjectivelyMVC/HSVColorPicker.c
jdolan/ObjectivelyMVC
5dbd343a90620617df9dd4ab761dba43e98aadfc
[ "Zlib" ]
9
2016-07-30T13:53:49.000Z
2019-03-15T01:06:11.000Z
/* * ObjectivelyMVC: Object oriented MVC framework for OpenGL, SDL2 and GNU C. * Copyright (C) 2014 Jay Dolan <jay@jaydolan.com> * * 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. *...
29.593525
103
0.712046
[ "object" ]
cf5d0b58e8e54e90a32095fbf4b7220d8df3e12c
373
h
C
resources/home/dnanexus/root/include/Math/GenVector/Cylindrical3Dfwd.h
edawson/parliament2
2632aa3484ef64c9539c4885026b705b737f6d1e
[ "Apache-2.0" ]
null
null
null
resources/home/dnanexus/root/include/Math/GenVector/Cylindrical3Dfwd.h
edawson/parliament2
2632aa3484ef64c9539c4885026b705b737f6d1e
[ "Apache-2.0" ]
null
null
null
resources/home/dnanexus/root/include/Math/GenVector/Cylindrical3Dfwd.h
edawson/parliament2
2632aa3484ef64c9539c4885026b705b737f6d1e
[ "Apache-2.0" ]
1
2020-05-28T23:01:44.000Z
2020-05-28T23:01:44.000Z
// @(#)root/mathcore:$Id$ // Authors: W. Brown, M. Fischler, L. Moneta 2005 #ifndef ROOT_Math_GenVector_Cylindrical3Dfwd #define ROOT_Math_GenVector_Cylindrical3Dfwd 1 namespace ROOT { namespace Math { /** Class describing a 3D Cylindrical Eta coordinate system (rho, z, phi coordinates) */ ...
15.541667
61
0.699732
[ "3d" ]
cf5e24c519c2ac9f5920b2a1b850becfa4dfcdb5
13,821
h
C
sync/engine/sync_scheduler_impl.h
quisquous/chromium
b25660e05cddc9d0c3053b3514f07037acc69a10
[ "BSD-3-Clause" ]
2
2020-06-10T07:15:26.000Z
2020-12-13T19:44:12.000Z
sync/engine/sync_scheduler_impl.h
quisquous/chromium
b25660e05cddc9d0c3053b3514f07037acc69a10
[ "BSD-3-Clause" ]
null
null
null
sync/engine/sync_scheduler_impl.h
quisquous/chromium
b25660e05cddc9d0c3053b3514f07037acc69a10
[ "BSD-3-Clause" ]
null
null
null
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef SYNC_ENGINE_SYNC_SCHEDULER_IMPL_H_ #define SYNC_ENGINE_SYNC_SCHEDULER_IMPL_H_ #include <map> #include <string> #include "base/callback.h" #i...
38.606145
80
0.75009
[ "object" ]
cf5e9b9c77c248df2aaddbc32d5ad2e5e7b71db0
2,066
h
C
CreateTree.h
vp4655/bioinformatics
eeba3b7ae9766b5ef591bb861729cc3fa944634b
[ "Unlicense", "MIT" ]
null
null
null
CreateTree.h
vp4655/bioinformatics
eeba3b7ae9766b5ef591bb861729cc3fa944634b
[ "Unlicense", "MIT" ]
null
null
null
CreateTree.h
vp4655/bioinformatics
eeba3b7ae9766b5ef591bb861729cc3fa944634b
[ "Unlicense", "MIT" ]
null
null
null
/* * Class that is used for designing red and black tree which contains wavelet node in each line. It works an alfabet that contains 'a','c','g' and d * but it can also work with lower and upper cases. */ #ifndef UNTITLED1_CREATETREE_H #define UNTITLED1_CREATETREE_H #include <iostream> #include <vector> #i...
24.023256
149
0.485479
[ "vector" ]
cf5ef8a1f144cf01e69b33e406c4b0f929975a88
2,368
h
C
JWPlayer-Developer-Demo/Framework/JWPlayer-iOS-SDK.framework/Versions/A/Headers/JWTrack.h
techery/JWPlayer-delegate-bug-demo
5e7a279bbfd021b7e310a31f9ffb222d27057d42
[ "BSD-3-Clause" ]
3
2018-01-31T13:05:19.000Z
2018-09-06T10:04:21.000Z
JWPlayer-Developer-Demo/Framework/JWPlayer-iOS-SDK.framework/Versions/A/Headers/JWTrack.h
techery/JWPlayer-delegate-bug-demo
5e7a279bbfd021b7e310a31f9ffb222d27057d42
[ "BSD-3-Clause" ]
2
2018-01-12T10:12:02.000Z
2021-03-16T13:24:40.000Z
ios/lib/JWPlayer-iOS-SDK.framework/Versions/A/Headers/JWTrack.h
lamjack/react-native-jwplayer
e40034da6e4d32554ab59dc889c3cd48dd487321
[ "MIT" ]
3
2018-01-05T22:58:38.000Z
2020-01-29T20:34:38.000Z
// // JWTrack.h // JWPlayer-iOS-SDK // // Created by Max Mikheyenko on 10/20/14. // Copyright (c) 2014 JWPlayer. All rights reserved. // #import <Foundation/Foundation.h> /*! An object providing info about captions. Supports DFXP (TTML), SRT, WebVTT formats. */ @interface JWTrack : NSObject /* ===============...
29.234568
116
0.694679
[ "object" ]
cf69d7f44efccb1595c2e3cc40a57cac34b7ec99
8,701
h
C
src/mongo/db/repl/collection_cloner.h
LightBitsLabs/mongo
9480ef00a8df2464457ab0f31c7a336f882e8ec1
[ "Apache-2.0" ]
25
2016-12-07T09:39:51.000Z
2021-12-16T11:17:37.000Z
src/mongo/db/repl/collection_cloner.h
Man1029/CMONGO
c40380caa14e05509f46993aa8b8da966b09b0b5
[ "ECL-2.0", "Apache-2.0" ]
1
2015-05-29T16:12:10.000Z
2015-05-29T16:12:10.000Z
src/mongo/db/repl/collection_cloner.h
Man1029/CMONGO
c40380caa14e05509f46993aa8b8da966b09b0b5
[ "ECL-2.0", "Apache-2.0" ]
23
2017-01-22T03:35:26.000Z
2021-12-16T11:17:39.000Z
/** * Copyright (C) 2015 MongoDB Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License, version 3, * as published by the Free Software Foundation. * * This program is distributed in the hope that it will be usef...
33.465385
92
0.672451
[ "object", "vector" ]
cf6c00bab30140fec0061ac36309ec2346c7f7a6
229
h
C
examples/07_module/shape.h
acc-cosc-1337-spring-2019/acc-cosc-1337-spring-2019-arvaldez722
78d9a9e1cc4cb361df60051f03c63e3160e8c9b3
[ "MIT" ]
null
null
null
examples/07_module/shape.h
acc-cosc-1337-spring-2019/acc-cosc-1337-spring-2019-arvaldez722
78d9a9e1cc4cb361df60051f03c63e3160e8c9b3
[ "MIT" ]
null
null
null
examples/07_module/shape.h
acc-cosc-1337-spring-2019/acc-cosc-1337-spring-2019-arvaldez722
78d9a9e1cc4cb361df60051f03c63e3160e8c9b3
[ "MIT" ]
null
null
null
#ifndef SHAPE_H #define SHAPE_H //h class Shape { public: //virtual void draw() --> a virtual funtion virtual void draw() = 0; //a pure virtual function --> makes a a class an abstract class }; #endif //!SHAPE_H
19.083333
91
0.646288
[ "shape" ]
cf6c3297bffd8bac793f1670e4f435045d0a25d5
1,777
h
C
windows_packages_gpu/torch/include/caffe2/operators/byte_weight_dequant_op.h
codeproject/DeepStack
d96368a3db1bc0266cb500ba3701d130834da0e6
[ "Apache-2.0" ]
353
2020-12-10T10:47:17.000Z
2022-03-31T23:08:29.000Z
windows_packages_gpu/torch/include/caffe2/operators/byte_weight_dequant_op.h
codeproject/DeepStack
d96368a3db1bc0266cb500ba3701d130834da0e6
[ "Apache-2.0" ]
80
2020-12-10T09:54:22.000Z
2022-03-30T22:08:45.000Z
windows_packages_gpu/torch/include/caffe2/operators/byte_weight_dequant_op.h
codeproject/DeepStack
d96368a3db1bc0266cb500ba3701d130834da0e6
[ "Apache-2.0" ]
63
2020-12-10T17:10:34.000Z
2022-03-28T16:27:07.000Z
#ifndef CAFFE2_OPERATORS_BYTE_WEIGHT_DEQUANT_OP_H_ #define CAFFE2_OPERATORS_BYTE_WEIGHT_DEQUANT_OP_H_ #include "caffe2/core/operator.h" #include "caffe2/utils/eigen_utils.h" #include "caffe2/utils/math.h" namespace caffe2 { template <typename Context> class ByteWeightDequantOp : public Operator<Context> { ...
31.732143
72
0.654474
[ "shape", "vector" ]
cf70d4995b58351f4a51189cea669ca9a51e1595
7,093
h
C
src/graph/context/ast/CypherAstContext.h
wenhaocs/nebula
326b856cdf44fcaf67d3883073dc9412a9e3eebd
[ "Apache-2.0" ]
null
null
null
src/graph/context/ast/CypherAstContext.h
wenhaocs/nebula
326b856cdf44fcaf67d3883073dc9412a9e3eebd
[ "Apache-2.0" ]
null
null
null
src/graph/context/ast/CypherAstContext.h
wenhaocs/nebula
326b856cdf44fcaf67d3883073dc9412a9e3eebd
[ "Apache-2.0" ]
null
null
null
/* Copyright (c) 2020 vesoft inc. All rights reserved. * * This source code is licensed under Apache 2.0 License. */ #ifndef GRAPH_CONTEXT_AST_CYPHERASTCONTEXT_H_ #define GRAPH_CONTEXT_AST_CYPHERASTCONTEXT_H_ #include "common/base/Base.h" #include "common/expression/ContainerExpression.h" #include "common/expressi...
29.431535
90
0.752573
[ "vector" ]
cf775dde26013fa2d08189843925e5f490a2caa6
7,138
h
C
interfaces/innerkits/wantagent/include/want_agent_helper.h
openharmony-gitee-mirror/notification_ans_standard
e131baa8b00fc4fe42de4ed7edd19d31f249aaa9
[ "Apache-2.0" ]
1
2021-12-03T13:52:32.000Z
2021-12-03T13:52:32.000Z
interfaces/innerkits/wantagent/include/want_agent_helper.h
openharmony-gitee-mirror/notification_ans_standard
e131baa8b00fc4fe42de4ed7edd19d31f249aaa9
[ "Apache-2.0" ]
null
null
null
interfaces/innerkits/wantagent/include/want_agent_helper.h
openharmony-gitee-mirror/notification_ans_standard
e131baa8b00fc4fe42de4ed7edd19d31f249aaa9
[ "Apache-2.0" ]
1
2021-09-13T11:20:43.000Z
2021-09-13T11:20:43.000Z
/* * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
40.101124
117
0.715046
[ "object", "vector" ]
cf793b875c13264560fe8880dfa5f3e34ab19dd3
12,065
h
C
Filters/General/vtkGradientFilter.h
cclauss/VTK
f62a52cce9044159efb4adb7cc0cfd7ec0bc8b6d
[ "BSD-3-Clause" ]
1,755
2015-01-03T06:55:00.000Z
2022-03-29T05:23:26.000Z
Filters/General/vtkGradientFilter.h
cclauss/VTK
f62a52cce9044159efb4adb7cc0cfd7ec0bc8b6d
[ "BSD-3-Clause" ]
29
2015-04-23T20:58:30.000Z
2022-03-02T16:16:42.000Z
Filters/General/vtkGradientFilter.h
cclauss/VTK
f62a52cce9044159efb4adb7cc0cfd7ec0bc8b6d
[ "BSD-3-Clause" ]
1,044
2015-01-05T22:48:27.000Z
2022-03-31T02:38:26.000Z
/*========================================================================= Program: Visualization Toolkit Module: vtkGradientFilter.h Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. This software ...
36.783537
99
0.70518
[ "vector" ]
cf797e6e25678b2d295fdab67e759cb9d2a6eeb3
2,619
h
C
src/qt/ecoindialog.h
maxmaxj/ipchain
99c1943ca65fd4acdef5b4eb5e75c4bee3d59365
[ "MIT" ]
34
2018-01-25T10:29:35.000Z
2021-04-22T18:40:40.000Z
src/qt/ecoindialog.h
joshuabond/ipchain
5bd6792b1754890fae6648bec9d60519b55406cd
[ "MIT" ]
9
2018-07-25T09:41:40.000Z
2021-03-05T16:13:01.000Z
src/qt/ecoindialog.h
joshuabond/ipchain
5bd6792b1754890fae6648bec9d60519b55406cd
[ "MIT" ]
11
2018-01-28T03:02:44.000Z
2022-01-09T04:26:23.000Z
#ifndef ECOINDIALOG_H #define ECOINDIALOG_H #include <QWidget> #include "walletmodel.h" #include "upgradewidget.h" #include <QHBoxLayout> #include <QVBoxLayout> #include "wallet/wallet.h" using namespace std; class WalletModel; namespace Ui { class ecoindialog; } class ecoincreatedialog; class eCoinSenddialog; class ...
31.178571
125
0.771287
[ "model" ]
cf7ae6806b9287ffb5645a84c79c54a2748615d1
6,474
h
C
test/math/mml/tmat.h
Aaron-SP/mml
fc3813660f7df81f1c7200a9e969465a7c5bc5a2
[ "Apache-2.0" ]
null
null
null
test/math/mml/tmat.h
Aaron-SP/mml
fc3813660f7df81f1c7200a9e969465a7c5bc5a2
[ "Apache-2.0" ]
null
null
null
test/math/mml/tmat.h
Aaron-SP/mml
fc3813660f7df81f1c7200a9e969465a7c5bc5a2
[ "Apache-2.0" ]
null
null
null
/* Copyright [2013-2016] [Aaron Springstroh, Minimal Math Library] 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 ...
35.377049
84
0.555298
[ "vector" ]
cf8718ddab6ca939ebc1e49a5aa64536f934e37f
3,674
h
C
extensions/third_party/perfetto/protos/perfetto/common/data_source_descriptor.gen.h
blockspacer/chromium_base_conan
b4749433cf34f54d2edff52e2f0465fec8cb9bad
[ "Apache-2.0", "BSD-3-Clause" ]
6
2020-12-22T05:48:31.000Z
2022-02-08T19:49:49.000Z
extensions/third_party/perfetto/protos/perfetto/common/data_source_descriptor.gen.h
blockspacer/chromium_base_conan
b4749433cf34f54d2edff52e2f0465fec8cb9bad
[ "Apache-2.0", "BSD-3-Clause" ]
4
2020-05-22T18:36:43.000Z
2021-05-19T10:20:23.000Z
extensions/third_party/perfetto/protos/perfetto/common/data_source_descriptor.gen.h
blockspacer/chromium_base_conan
b4749433cf34f54d2edff52e2f0465fec8cb9bad
[ "Apache-2.0", "BSD-3-Clause" ]
2
2019-12-06T11:48:16.000Z
2021-09-16T04:44:47.000Z
// DO NOT EDIT. Autogenerated by Perfetto cppgen_plugin #ifndef PERFETTO_PROTOS_PROTOS_PERFETTO_COMMON_DATA_SOURCE_DESCRIPTOR_PROTO_CPP_H_ #define PERFETTO_PROTOS_PROTOS_PERFETTO_COMMON_DATA_SOURCE_DESCRIPTOR_PROTO_CPP_H_ #include <stdint.h> #include <bitset> #include <vector> #include <string> #include <type_traits> ...
37.489796
120
0.778715
[ "vector" ]
cf8a43e38bd1674bf598d54a456c8426172a8722
4,804
h
C
lib/GECOIntegerSet.h
jtfrey/geco
053b459154f9cba58250e8b6a935628f80c66032
[ "Unlicense" ]
null
null
null
lib/GECOIntegerSet.h
jtfrey/geco
053b459154f9cba58250e8b6a935628f80c66032
[ "Unlicense" ]
null
null
null
lib/GECOIntegerSet.h
jtfrey/geco
053b459154f9cba58250e8b6a935628f80c66032
[ "Unlicense" ]
null
null
null
/* * GECO — Grid Engine Cgroup Orchestrator * GECOIntegerSet.h * * Set of integer values. * * Copyright © 2015 * Dr. Jeffrey Frey, University of Delaware * * $Id$ */ #ifndef __GECOINTEGERSET_H__ #define __GECOINTEGERSET_H__ #include "GECO.h" /*! @typedef GECOInteger @discussion The type of th...
29.115152
120
0.786012
[ "object" ]
cf8fbd20266a9ede779c33ebca5c27e504763ae3
1,962
h
C
aws-cpp-sdk-chime/include/aws/chime/model/ChannelBanSummary.h
Eliyahu-Machluf/aws-sdk-cpp
97b8d6cdc16df298b80941b94327a5026efa7f8c
[ "Apache-2.0" ]
null
null
null
aws-cpp-sdk-chime/include/aws/chime/model/ChannelBanSummary.h
Eliyahu-Machluf/aws-sdk-cpp
97b8d6cdc16df298b80941b94327a5026efa7f8c
[ "Apache-2.0" ]
null
null
null
aws-cpp-sdk-chime/include/aws/chime/model/ChannelBanSummary.h
Eliyahu-Machluf/aws-sdk-cpp
97b8d6cdc16df298b80941b94327a5026efa7f8c
[ "Apache-2.0" ]
1
2022-03-23T15:17:18.000Z
2022-03-23T15:17:18.000Z
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/chime/Chime_EXPORTS.h> #include <aws/chime/model/Identity.h> #include <utility> namespace Aws { namespace Utils { namespace Json { class JsonValue; class JsonView; } //...
24.835443
104
0.658002
[ "model" ]
cf8fcab9e1a0f18b7c44df37809a5f152764d65c
16,975
h
C
aws-cpp-sdk-ec2/include/aws/ec2/model/DescribeHostReservationsRequest.h
lintonv/aws-sdk-cpp
15e19c265ffce19d2046b18aa1b7307fc5377e58
[ "Apache-2.0" ]
null
null
null
aws-cpp-sdk-ec2/include/aws/ec2/model/DescribeHostReservationsRequest.h
lintonv/aws-sdk-cpp
15e19c265ffce19d2046b18aa1b7307fc5377e58
[ "Apache-2.0" ]
null
null
null
aws-cpp-sdk-ec2/include/aws/ec2/model/DescribeHostReservationsRequest.h
lintonv/aws-sdk-cpp
15e19c265ffce19d2046b18aa1b7307fc5377e58
[ "Apache-2.0" ]
1
2022-03-23T15:17:18.000Z
2022-03-23T15:17:18.000Z
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/ec2/EC2_EXPORTS.h> #include <aws/ec2/EC2Request.h> #include <aws/core/utils/memory/stl/AWSVector.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/ec2/model/...
51.911315
199
0.656259
[ "vector", "model" ]
cf8fcb0fd95aff7f3ec89ffae603d1f67db9acc2
10,923
h
C
Modules/Core/Common/include/itkPriorityQueueContainer.h
eile/ITK
2f09e6e2f9e0a4a7269ac83c597f97b04f915dc1
[ "Apache-2.0" ]
1
2021-12-27T19:14:03.000Z
2021-12-27T19:14:03.000Z
Modules/Core/Common/include/itkPriorityQueueContainer.h
eile/ITK
2f09e6e2f9e0a4a7269ac83c597f97b04f915dc1
[ "Apache-2.0" ]
1
2016-12-03T05:33:13.000Z
2016-12-03T05:33:13.000Z
Modules/Core/Common/include/itkPriorityQueueContainer.h
eile/ITK
2f09e6e2f9e0a4a7269ac83c597f97b04f915dc1
[ "Apache-2.0" ]
null
null
null
/*========================================================================= * * Copyright Insight Software Consortium * * 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 * * h...
34.134375
104
0.667308
[ "vector" ]
cf954c0f7a4679f6d3d0197292baf789df071653
4,156
h
C
Core/Source/fbxSceneGraph.h
EDFilms/GCAP
4d68809efe3528cb0b9a0039d3082512400c84da
[ "MIT" ]
17
2018-03-29T15:24:40.000Z
2022-01-10T05:01:09.000Z
Core/Source/fbxSceneGraph.h
EDFilms/GCAP
4d68809efe3528cb0b9a0039d3082512400c84da
[ "MIT" ]
null
null
null
Core/Source/fbxSceneGraph.h
EDFilms/GCAP
4d68809efe3528cb0b9a0039d3082512400c84da
[ "MIT" ]
3
2018-04-07T06:02:05.000Z
2019-01-21T00:37:18.000Z
// Copyright 2018 E*D Films. All Rights Reserved. /** * fbxSceneGraph.h * * Collection of classes that correspond to the Unity Scene (or a SceneGraph * like it) which matches to the Unity Schema * * @author dotBunny <hello@dotbunny.com> * @version 1 * @since 1.0.0 */ #pragma once #include "fbxRequired.h"...
26.641026
76
0.55847
[ "mesh", "vector", "transform" ]
cf9842acf273d8b735d6cc211703198daef98c52
6,377
c
C
wgpu/texcube-wgpu.c
valiet/sokol-samples
c5ba1c9a046052e8cb83bef082ff21222e105ed9
[ "MIT" ]
null
null
null
wgpu/texcube-wgpu.c
valiet/sokol-samples
c5ba1c9a046052e8cb83bef082ff21222e105ed9
[ "MIT" ]
null
null
null
wgpu/texcube-wgpu.c
valiet/sokol-samples
c5ba1c9a046052e8cb83bef082ff21222e105ed9
[ "MIT" ]
null
null
null
//------------------------------------------------------------------------------ // texcube-wgpu.c // Texture creation, rendering with texture, packed vertex components. //------------------------------------------------------------------------------ #define HANDMADE_MATH_IMPLEMENTATION #define HANDMADE_MATH_NO_SSE #...
34.657609
115
0.551043
[ "object", "model" ]
cf9a17bd45c0be482f741dfa8ec4e29dc062d63c
11,104
h
C
Headers/java/text/ChoiceFormat.h
tcak76/j2objc
bb9415df98c3fdd1e5e3f4b9e27049d0b2e42633
[ "MIT" ]
11
2015-12-10T13:23:54.000Z
2019-04-23T02:41:13.000Z
Headers/java/text/ChoiceFormat.h
tcak76/j2objc
bb9415df98c3fdd1e5e3f4b9e27049d0b2e42633
[ "MIT" ]
7
2015-11-05T22:45:53.000Z
2017-11-05T14:36:36.000Z
Headers/java/text/ChoiceFormat.h
tcak76/j2objc
bb9415df98c3fdd1e5e3f4b9e27049d0b2e42633
[ "MIT" ]
40
2015-12-10T07:30:58.000Z
2022-03-15T02:50:10.000Z
// // Generated by the J2ObjC translator. DO NOT EDIT! // source: android/libcore/luni/src/main/java/java/text/ChoiceFormat.java // #include "../../J2ObjC_header.h" #pragma push_macro("INCLUDE_ALL_JavaTextChoiceFormat") #ifdef RESTRICT_JavaTextChoiceFormat #define INCLUDE_ALL_JavaTextChoiceFormat 0 #else #define I...
34.5919
173
0.760807
[ "object" ]
5c9cfca29f2e8a515cce48f22e68bea1564b2a41
10,327
h
C
NSInvocation+Quick.h
iamamused/CategoriesObjC
fd8c3e215b21d03ff4fe611a60b5091d89ff920e
[ "Apache-2.0" ]
1
2016-10-31T17:22:51.000Z
2016-10-31T17:22:51.000Z
NSInvocation+Quick.h
HamGuy/CategoriesObjC
684e5400707fe4277a8185878c5e69b56582f37b
[ "Apache-2.0" ]
null
null
null
NSInvocation+Quick.h
HamGuy/CategoriesObjC
684e5400707fe4277a8185878c5e69b56582f37b
[ "Apache-2.0" ]
null
null
null
#import <Cocoa/Cocoa.h> @interface NSObject (PerformInvocation) // This is handy to use in -performSelectorOnMainThread:withObject:waitUntilDone: - (void)performInvocation:(NSInvocation*)invocation ; @end /*! @brief A category on NSInvocation to return a simple invocation without much code. @details I use N...
66.198718
849
0.775056
[ "object" ]
5c9fa900be98e7651ca11b1d82c23e2f715a61a3
2,212
h
C
src/builtInPDBObjects/headers/StorageAddData.h
venkate5hgunda/CSE598-Spring22-Group22-NetsDB
6c2dabd1a3b3f5901a97c788423fdd93cc0015d4
[ "Apache-2.0" ]
13
2022-01-17T16:14:26.000Z
2022-03-30T02:06:04.000Z
src/builtInPDBObjects/headers/StorageAddData.h
venkate5hgunda/CSE598-Spring22-Group22-NetsDB
6c2dabd1a3b3f5901a97c788423fdd93cc0015d4
[ "Apache-2.0" ]
1
2022-01-28T23:17:14.000Z
2022-01-28T23:17:14.000Z
src/builtInPDBObjects/headers/StorageAddData.h
venkate5hgunda/CSE598-Spring22-Group22-NetsDB
6c2dabd1a3b3f5901a97c788423fdd93cc0015d4
[ "Apache-2.0" ]
3
2022-01-18T02:13:53.000Z
2022-03-06T19:28:19.000Z
#ifndef STORAGE_ADD_DATA_H #define STORAGE_ADD_DATA_H #include "Object.h" #include "Handle.h" #include "PDBString.h" // PRELOAD %StorageAddData% namespace pdb { // encapsulates a request to add data to a set in storage class StorageAddData : public Object { public: StorageAddData() {} ~StorageAddData() {}...
22.343434
68
0.575497
[ "object" ]
5ca049c486cedb561ee0dd1eaa7ad078b3b5ce0f
3,855
h
C
head/contrib/llvm/lib/Target/SystemZ/SystemZFrameLowering.h
dplbsd/soc2013
c134f5e2a5725af122c94005c5b1af3720706ce3
[ "BSD-2-Clause" ]
17
2015-02-04T05:21:14.000Z
2021-05-30T21:03:48.000Z
head/contrib/llvm/lib/Target/SystemZ/SystemZFrameLowering.h
dplbsd/soc2013
c134f5e2a5725af122c94005c5b1af3720706ce3
[ "BSD-2-Clause" ]
null
null
null
head/contrib/llvm/lib/Target/SystemZ/SystemZFrameLowering.h
dplbsd/soc2013
c134f5e2a5725af122c94005c5b1af3720706ce3
[ "BSD-2-Clause" ]
3
2018-03-18T23:11:44.000Z
2019-09-05T11:47:19.000Z
//===-- SystemZFrameLowering.h - Frame lowering for SystemZ -----*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
41.010638
80
0.68275
[ "vector" ]
5ca905b01efddda020b8112e3602546ca46d6cfd
47,461
c
C
libfreerdp/gdi/gdi.c
zouhirzz/FreeRDP
d51958205298123ce83a5c349c08fc1859be7de9
[ "Apache-2.0" ]
21
2021-04-21T17:51:04.000Z
2022-02-17T02:04:34.000Z
libfreerdp/gdi/gdi.c
zouhirzz/FreeRDP
d51958205298123ce83a5c349c08fc1859be7de9
[ "Apache-2.0" ]
2
2016-12-16T23:52:55.000Z
2018-05-25T17:35:05.000Z
libfreerdp/gdi/gdi.c
zouhirzz/FreeRDP
d51958205298123ce83a5c349c08fc1859be7de9
[ "Apache-2.0" ]
87
2021-05-15T06:49:26.000Z
2022-03-11T16:25:35.000Z
/** * FreeRDP: A Remote Desktop Protocol Implementation * GDI Library * * Copyright 2010-2011 Marc-Andre Moreau <marcandre.moreau@gmail.com> * Copyright 2016 Armin Novak <armin.novak@thincast.com> * Copyright 2016 Thincast Technologies GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * ...
35.182357
97
0.493837
[ "shape" ]
5ca9d05918f7c96e29e896dabb726bfc448a6542
12,463
c
C
src/elem/XGraph.c
tpitman/GUIslice
eb24134c055b4659d2b08ef7de11e357bd66e78b
[ "MIT" ]
1
2020-08-24T07:04:11.000Z
2020-08-24T07:04:11.000Z
src/elem/XGraph.c
tpitman/GUIslice
eb24134c055b4659d2b08ef7de11e357bd66e78b
[ "MIT" ]
null
null
null
src/elem/XGraph.c
tpitman/GUIslice
eb24134c055b4659d2b08ef7de11e357bd66e78b
[ "MIT" ]
null
null
null
// ======================================================================= // GUIslice library (extensions) // - Calvin Hass // - https://www.impulseadventure.com/elec/guislice-gui.html // - https://github.com/ImpulseAdventure/GUIslice // ======================================================================= // // The...
33.959128
110
0.654337
[ "render" ]
5cb350e9f363c0cd122a8b110c16617b3715494a
20,160
h
C
Translator_file/deal.II/base/mpi_consensus_algorithms.templates.h
jiaqiwang969/deal.ii-course-practice
0da5ad1537d8152549d8a0e4de5872efe7619c8a
[ "MIT" ]
null
null
null
Translator_file/deal.II/base/mpi_consensus_algorithms.templates.h
jiaqiwang969/deal.ii-course-practice
0da5ad1537d8152549d8a0e4de5872efe7619c8a
[ "MIT" ]
null
null
null
Translator_file/deal.II/base/mpi_consensus_algorithms.templates.h
jiaqiwang969/deal.ii-course-practice
0da5ad1537d8152549d8a0e4de5872efe7619c8a
[ "MIT" ]
null
null
null
//include/deal.II-translator/base/mpi_consensus_algorithms.templates_0.txt // --------------------------------------------------------------------- // // Copyright (C) 2011 - 2021 by the deal.II authors // // This file is part of the deal.II library. // // The deal.II library is free software; you can use it, redistrib...
31.20743
116
0.541716
[ "vector" ]
5cb486dc85c2fae01c1c53bfb8fe71cb4742cc08
16,068
h
C
IPlug/IPlugParameter.h
dougbinks/iPlug2
6280171bd39ea94ee2fc6d789e8e19411e1721a3
[ "Zlib" ]
4
2019-07-04T16:05:00.000Z
2020-04-19T04:05:36.000Z
IPlug/IPlugParameter.h
dougbinks/iPlug2
6280171bd39ea94ee2fc6d789e8e19411e1721a3
[ "Zlib" ]
null
null
null
IPlug/IPlugParameter.h
dougbinks/iPlug2
6280171bd39ea94ee2fc6d789e8e19411e1721a3
[ "Zlib" ]
null
null
null
/* ============================================================================== This file is part of the iPlug 2 library. Copyright (C) the iPlug 2 developers. See LICENSE.txt for more info. ============================================================================== */ #pragma once /** * @file * @c...
32.92623
324
0.65229
[ "shape" ]
5cb73a23776cb11e715b75d8e7fac8eb8c8b5481
2,453
h
C
dbms/src/Interpreters/InDepthNodeVisitor.h
franchb/ClickHouse
90a629a21cb904655aaa464ce7320406a0409a60
[ "Apache-2.0" ]
4
2018-09-20T03:39:40.000Z
2021-03-05T06:16:44.000Z
dbms/src/Interpreters/InDepthNodeVisitor.h
franchb/ClickHouse
90a629a21cb904655aaa464ce7320406a0409a60
[ "Apache-2.0" ]
6
2020-01-28T22:09:09.000Z
2021-11-10T19:39:24.000Z
dbms/src/Interpreters/InDepthNodeVisitor.h
franchb/ClickHouse
90a629a21cb904655aaa464ce7320406a0409a60
[ "Apache-2.0" ]
1
2019-02-16T15:13:48.000Z
2019-02-16T15:13:48.000Z
#pragma once #include <vector> #include <Common/typeid_cast.h> #include <Parsers/DumpASTNode.h> namespace DB { /// Visits AST tree in depth, call functions for nodes according to Matcher type data. /// You need to define Data, label, visit() and needChildVisit() in Matcher class. template <typename Matcher, bool _to...
25.821053
119
0.637587
[ "vector" ]
5cbfc45443da131beaa1a3c9a398bdf0da8e0c75
680
h
C
src/test/fuzz.h
kingjoseph223/stellar-core-master1
9203688c5d885416a278edc0a1e4de23d8551d16
[ "Apache-2.0", "BSD-2-Clause", "MIT", "ECL-2.0", "BSL-1.0", "BSD-3-Clause" ]
4
2019-12-23T14:58:05.000Z
2019-12-25T13:32:32.000Z
src/test/fuzz.h
kingjoseph223/stellar-core-master1
9203688c5d885416a278edc0a1e4de23d8551d16
[ "Apache-2.0", "BSD-2-Clause", "MIT", "ECL-2.0", "BSL-1.0", "BSD-3-Clause" ]
null
null
null
src/test/fuzz.h
kingjoseph223/stellar-core-master1
9203688c5d885416a278edc0a1e4de23d8551d16
[ "Apache-2.0", "BSD-2-Clause", "MIT", "ECL-2.0", "BSL-1.0", "BSD-3-Clause" ]
2
2020-08-20T13:15:02.000Z
2020-09-09T01:00:55.000Z
#pragma once // Copyright 2015 Stellar Development Foundation and contributors. Licensed // under the Apache License, Version 2.0. See the COPYING file at the root // of this distribution or at http://www.apache.org/licenses/LICENSE-2.0 #include "util/Logging.h" namespace stellar { class Fuzzer; enum class FuzzerM...
22.666667
75
0.748529
[ "vector" ]
5cc01d7f6ae5f9562906a266690484bfc89d93be
9,341
c
C
src/svm/impls/binary/crossvalidation.c
rtmills/permonsvm
1251861d3efd0f20cd542dff7bf0301f6a9c8fc2
[ "BSD-2-Clause" ]
5
2019-01-29T19:13:54.000Z
2022-01-13T11:53:41.000Z
src/svm/impls/binary/crossvalidation.c
rtmills/permonsvm
1251861d3efd0f20cd542dff7bf0301f6a9c8fc2
[ "BSD-2-Clause" ]
9
2019-11-22T12:52:54.000Z
2022-03-30T13:32:49.000Z
src/svm/impls/binary/crossvalidation.c
rtmills/permonsvm
1251861d3efd0f20cd542dff7bf0301f6a9c8fc2
[ "BSD-2-Clause" ]
2
2021-12-09T18:14:04.000Z
2021-12-09T18:27:19.000Z
#include "binaryimpl.h" #undef __FUNCT__ #define __FUNCT__ "SVMCrossValidation_Binary" PetscErrorCode SVMCrossValidation_Binary(SVM svm,PetscReal c_arr[],PetscInt m,PetscReal score[]) { CrossValidationType cv_type; PetscFunctionBegin; TRY( SVMGetCrossValidationType(svm,&cv_type) ); if (cv_type == CROSS_VALID...
31.136667
114
0.658388
[ "model" ]
5cc0b1b5550d1026040423cbb4de2fbe2711f325
6,710
h
C
media/gpu/vaapi/vaapi_utils.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
1
2021-11-16T13:10:29.000Z
2021-11-16T13:10:29.000Z
media/gpu/vaapi/vaapi_utils.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
media/gpu/vaapi/vaapi_utils.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
// 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 MEDIA_GPU_VAAPI_VAAPI_UTILS_H_ #define MEDIA_GPU_VAAPI_VAAPI_UTILS_H_ #include <va/va.h> #include "base/callback_forward.h" #include "base/callb...
34.410256
80
0.692399
[ "geometry", "object" ]
5cc0d36b66e33cbf9682ba28a4610fc67ded8650
3,646
h
C
nudg++/trunk/Include/NDG1D.h
Notargets/nodal-dg
1866dbdfeeff34b7586e70d308dbfe42a2b59844
[ "MIT" ]
null
null
null
nudg++/trunk/Include/NDG1D.h
Notargets/nodal-dg
1866dbdfeeff34b7586e70d308dbfe42a2b59844
[ "MIT" ]
null
null
null
nudg++/trunk/Include/NDG1D.h
Notargets/nodal-dg
1866dbdfeeff34b7586e70d308dbfe42a2b59844
[ "MIT" ]
null
null
null
// NDG1D.h // interface implemented by 1D solvers //--------------------------------------------------------- #ifndef NDG__NDG_1D_H__INCLUDED #define NDG__NDG_1D_H__INCLUDED #include "Globals1D.h" #include "Stopwatch.h" // sparse matrix #include "CS_Type.h" //---------------------------------------------------------...
31.982456
73
0.547998
[ "render" ]
5cc3014696d6ef1731aa907896a22035bb9acbfe
1,947
h
C
ui/views/widget/tooltip_manager_aura.h
iridium-browser/iridium-browser
907e31cf5ce5ad14d832796e3a7c11e496828959
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
575
2015-06-18T23:58:20.000Z
2022-03-23T09:32:39.000Z
ui/views/widget/tooltip_manager_aura.h
iridium-browser/iridium-browser
907e31cf5ce5ad14d832796e3a7c11e496828959
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
113
2015-05-04T09:58:14.000Z
2022-01-31T19:35:03.000Z
ui/views/widget/tooltip_manager_aura.h
DamieFC/chromium
54ce2d3c77723697efd22cfdb02aea38f9dfa25c
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
52
2015-07-14T10:40:50.000Z
2022-03-15T01:11:49.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. #ifndef UI_VIEWS_WIDGET_TOOLTIP_MANAGER_AURA_H_ #define UI_VIEWS_WIDGET_TOOLTIP_MANAGER_AURA_H_ #include <string> #include "base/compiler_specific.h...
29.059701
80
0.745763
[ "geometry" ]
5cc51a8ff7f8fbe6f4c2b2845d7da96615aaf323
646
h
C
minimaxBot.h
GregTalotta/cs405_hw2
7c54fdd0873e13ab597ab9a2668f91c2ed2c78a9
[ "MIT" ]
null
null
null
minimaxBot.h
GregTalotta/cs405_hw2
7c54fdd0873e13ab597ab9a2668f91c2ed2c78a9
[ "MIT" ]
null
null
null
minimaxBot.h
GregTalotta/cs405_hw2
7c54fdd0873e13ab597ab9a2668f91c2ed2c78a9
[ "MIT" ]
null
null
null
#ifndef MINIMAXBOT_H #define MINIMAXBOT_H #include "player.h" class MinimaxBot : public Player { protected: bool boardBlank(std::vector<std::vector<char>> &playingBoard); int aroundPiece(std::vector<std::vector<char>> &playingBoard, int x, int y, char piece); int minimax(std::vector<std::vector<char>> &pl...
30.761905
124
0.718266
[ "vector" ]
5cc520da6435b6d1eec589bb4b2652486117f35c
8,912
h
C
code/client/citicore/console/Console.Commands.h
mkljczk/fivem
187b2e5f922297bcbde5cfb1db70815223c53680
[ "MIT" ]
5,411
2017-04-14T08:57:56.000Z
2022-03-30T19:35:15.000Z
code/client/citicore/console/Console.Commands.h
big-rip/fivem-1
c08af22110802e77816dfdde29df1662f8dea563
[ "MIT" ]
802
2017-04-21T14:18:36.000Z
2022-03-31T21:20:48.000Z
code/client/citicore/console/Console.Commands.h
big-rip/fivem-1
c08af22110802e77816dfdde29df1662f8dea563
[ "MIT" ]
2,011
2017-04-14T09:44:15.000Z
2022-03-31T15:40:39.000Z
#pragma once #include <atomic> #include <functional> #include <list> #include <sstream> #include "ProgramArguments.h" #include <shared_mutex> #if defined(_CPPRTTI) || !defined(_MSC_VER) #define HAS_ANY #include <any> #endif namespace console { class Context; struct IgnoreCaseLess { inline bool operator()(const ...
22.224439
177
0.712186
[ "vector" ]
5cc5a48016fdc39784ab28fec8a79f411df7f715
10,586
h
C
src/Core/Parser/LinAlgInterpreter.h
kimjohn1/SCIRun
62ae6cb632100371831530c755ef0b133fb5c978
[ "MIT" ]
92
2015-02-09T22:42:11.000Z
2022-03-25T09:14:50.000Z
src/Core/Parser/LinAlgInterpreter.h
kimjohn1/SCIRun
62ae6cb632100371831530c755ef0b133fb5c978
[ "MIT" ]
1,618
2015-01-05T19:39:13.000Z
2022-03-27T20:28:45.000Z
src/Core/Parser/LinAlgInterpreter.h
kimjohn1/SCIRun
62ae6cb632100371831530c755ef0b133fb5c978
[ "MIT" ]
64
2015-02-20T17:51:23.000Z
2021-11-19T07:08:08.000Z
/* For more information, please see: http://software.sci.utah.edu The MIT License Copyright (c) 2020 Scientific Computing and Imaging Institute, University of Utah. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ...
33.606349
90
0.669375
[ "object", "vector" ]
5cc5befc8fd21a46945f4cac1212e2c5d98e0f21
2,836
h
C
automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-test-application.h
pwisbey/dali-toolkit
aeb2a95e6cb48788c99d0338dd9788c402ebde07
[ "Apache-2.0" ]
null
null
null
automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-test-application.h
pwisbey/dali-toolkit
aeb2a95e6cb48788c99d0338dd9788c402ebde07
[ "Apache-2.0" ]
null
null
null
automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-test-application.h
pwisbey/dali-toolkit
aeb2a95e6cb48788c99d0338dd9788c402ebde07
[ "Apache-2.0" ]
null
null
null
#ifndef __DALI_TOOLKIT_TEST_APPLICATION_H__ #define __DALI_TOOLKIT_TEST_APPLICATION_H__ /* * Copyright (c) 2016 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Licens...
27.009524
95
0.680183
[ "vector" ]
5cc8d8c8c9affaedadb49d8e4daaced2e666f451
24,806
h
C
iPhoneOS12.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h
HuChundong/sdks
883ca7d85da7178b3f1ad3bdc0a05ec35b11d00c
[ "MIT" ]
71
2018-08-03T01:44:50.000Z
2020-12-10T05:59:25.000Z
iPhoneOS12.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h
Mighel881/sdks
883ca7d85da7178b3f1ad3bdc0a05ec35b11d00c
[ "MIT" ]
null
null
null
iPhoneOS12.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h
Mighel881/sdks
883ca7d85da7178b3f1ad3bdc0a05ec35b11d00c
[ "MIT" ]
36
2018-10-20T03:51:01.000Z
2021-03-03T21:53:52.000Z
/* NSObjCRuntime.h Copyright (c) 1994-2018, Apple Inc. All rights reserved. */ #include <TargetConditionals.h> #include <Availability.h> #if (TARGET_OS_MAC && !(TARGET_OS_EMBEDDED || TARGET_OS_IPHONE)) || (TARGET_OS_EMBEDDED || TARGET_OS_IPHONE) #include <objc/NSObjCRuntime.h> #include <stdarg.h> #include <stdint.h>...
38.820031
342
0.807869
[ "object" ]
5ccdedc14fcb09b221c0ecec9ed805349b507c20
3,815
h
C
src/probability.h
bobverity/RMavericK
3fefcc0a5b83c2667dcb65e18fb78211211b7638
[ "MIT" ]
5
2019-01-03T10:31:13.000Z
2020-07-05T11:44:40.000Z
src/probability.h
bobverity/RMavericK
3fefcc0a5b83c2667dcb65e18fb78211211b7638
[ "MIT" ]
7
2018-08-06T15:15:35.000Z
2020-05-07T13:59:40.000Z
src/probability.h
bobverity/rmaverick
3fefcc0a5b83c2667dcb65e18fb78211211b7638
[ "MIT" ]
null
null
null
#pragma once #include <random> //------------------------------------------------ // draw from continuous uniform distribution on interval [0,1) double runif_0_1(); //------------------------------------------------ // draw from continuous uniform distribution on interval [a,b) double runif1(double a=0, double b=1....
37.772277
105
0.54574
[ "shape", "vector" ]
5cd89febb64d25728369172d78bdd169d4714098
4,666
h
C
engine/source/2d/gui/guiSpriteCtrl.h
itsasc/Necromantia
f41dfa045eb2c3500320767553d75f83df10e6f9
[ "MIT" ]
null
null
null
engine/source/2d/gui/guiSpriteCtrl.h
itsasc/Necromantia
f41dfa045eb2c3500320767553d75f83df10e6f9
[ "MIT" ]
null
null
null
engine/source/2d/gui/guiSpriteCtrl.h
itsasc/Necromantia
f41dfa045eb2c3500320767553d75f83df10e6f9
[ "MIT" ]
null
null
null
//----------------------------------------------------------------------------- // Copyright (c) 2013 GarageGames, LLC // // 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 restrictio...
56.216867
312
0.711102
[ "object" ]
5cd95dd29cced6a9c1e1b2fe7af03009344993f9
5,973
h
C
include/manif/impl/se3/SE3.h
GiulioRomualdi/manif
6d07bc65cc5b25c49f1231021be5e61132e5f777
[ "MIT" ]
null
null
null
include/manif/impl/se3/SE3.h
GiulioRomualdi/manif
6d07bc65cc5b25c49f1231021be5e61132e5f777
[ "MIT" ]
null
null
null
include/manif/impl/se3/SE3.h
GiulioRomualdi/manif
6d07bc65cc5b25c49f1231021be5e61132e5f777
[ "MIT" ]
null
null
null
#ifndef _MANIF_MANIF_SE3_H_ #define _MANIF_MANIF_SE3_H_ #include "manif/impl/se3/SE3_base.h" #include <Eigen/Core> namespace manif { // Forward declare for type traits specialization template <typename _Scalar> struct SE3; template <typename _Scalar> struct SE3Tangent; namespace internal { //! Traits specializat...
23.987952
104
0.677214
[ "object", "vector", "transform", "3d" ]
5cddb5a2329b573c81908e3df8117c1e9b3b645d
835
h
C
src/page.h
vjspranav/SimpleRA
78f26ed29b554287c43fbe3e0c9a38c681d5a0c1
[ "MIT" ]
5
2020-08-19T17:46:57.000Z
2021-12-24T14:15:22.000Z
src/page.h
vjspranav/SimpleRA
78f26ed29b554287c43fbe3e0c9a38c681d5a0c1
[ "MIT" ]
8
2020-08-26T14:30:16.000Z
2021-09-02T00:57:18.000Z
src/page.h
vjspranav/SimpleRA
78f26ed29b554287c43fbe3e0c9a38c681d5a0c1
[ "MIT" ]
13
2020-08-26T13:23:27.000Z
2021-09-21T06:02:37.000Z
#include"logger.h" /** * @brief The Page object is the main memory representation of a physical page * (equivalent to a block). The page class and the page.h header file are at the * bottom of the dependency tree when compiling files. *<p> * Do NOT modify the Page class. If you find that modifications * are nece...
28.793103
82
0.694611
[ "object", "vector" ]
5cec5e842a1c21d5cfece81de38ab8347c7516ce
1,448
h
C
eddiebot_apps/room_segmentation/common/include/room_segmentation/adaboost_classifier.h
TooSchoolForCool/EddieBot-ROS
5dad6d5a6eb974135b7c9587abc0ae17d1ec6760
[ "Apache-2.0" ]
5
2019-05-15T19:31:47.000Z
2019-08-31T01:12:35.000Z
eddiebot_apps/room_segmentation/common/include/room_segmentation/adaboost_classifier.h
TooSchoolForCool/EddieBot-ROS
5dad6d5a6eb974135b7c9587abc0ae17d1ec6760
[ "Apache-2.0" ]
null
null
null
eddiebot_apps/room_segmentation/common/include/room_segmentation/adaboost_classifier.h
TooSchoolForCool/EddieBot-ROS
5dad6d5a6eb974135b7c9587abc0ae17d1ec6760
[ "Apache-2.0" ]
4
2019-06-03T12:21:44.000Z
2019-12-25T08:57:46.000Z
#include "ros/ros.h" #include <opencv2/opencv.hpp> #include <iostream> #include <list> #include <vector> #include <math.h> #include <fstream> #include <string> #include <ctime> #include <stdlib.h> #include <room_segmentation/features.h> #include <room_segmentation/raycasting.h> class AdaboostClassifier { protected: ...
29.55102
121
0.788674
[ "vector" ]
5cfadc3bedf70a8f25099787982d1fa9cd2ff268
10,046
h
C
include/flecs/private/api_defines.h
mason-bially/flecs
084502015287cf8f8d0ccdc87f64bc177a4be1b8
[ "MIT" ]
null
null
null
include/flecs/private/api_defines.h
mason-bially/flecs
084502015287cf8f8d0ccdc87f64bc177a4be1b8
[ "MIT" ]
null
null
null
include/flecs/private/api_defines.h
mason-bially/flecs
084502015287cf8f8d0ccdc87f64bc177a4be1b8
[ "MIT" ]
null
null
null
/** * @file api_defines.h * @brief Supporting defines for the public API. * * This file contains constants / macro's that are typically not used by an * application but support the public API, and therefore must be exposed. This * header should not be included by itself. */ #ifndef FLECS_API_DEFINES_H #define F...
31.006173
121
0.572467
[ "object" ]
5cfc0ad62d3b138b0851fad07105e25bb64489f1
67,806
h
C
include/dgpsi/deep_models.h
f-izzat/DGP-StochasticImputation
c2753bfdfbce856133f740428fcb1ede31bd8c7f
[ "MIT" ]
null
null
null
include/dgpsi/deep_models.h
f-izzat/DGP-StochasticImputation
c2753bfdfbce856133f740428fcb1ede31bd8c7f
[ "MIT" ]
null
null
null
include/dgpsi/deep_models.h
f-izzat/DGP-StochasticImputation
c2753bfdfbce856133f740428fcb1ede31bd8c7f
[ "MIT" ]
null
null
null
#ifndef DEEPMODELS_H #define DEEPMODELS_H #pragma warning(disable : 4996) //_CRT_SECURE_NO_WARNINGS #include <dgpsi/utilities.h> #include <dgpsi/kernels.h> #include <dgpsi/base_models.h> #include <chrono> #include <dgpsi/optimizers.h> #include <chrono> namespace dgpsi::deep_models { using KernelPtr = std...
38.569966
189
0.595449
[ "shape", "vector", "model", "transform" ]
cf046ef6cfbc15b29bfe33d339cc2b3e81a2ffe1
6,611
h
C
FHE/Plaintext.h
lemonviv/Pivot-SPDZ
f3db87d8849e5f9fa39f321d85feec83107ee405
[ "BSD-2-Clause" ]
1
2021-03-18T08:20:37.000Z
2021-03-18T08:20:37.000Z
FHE/Plaintext.h
lemonviv/Pivot-SPDZ
f3db87d8849e5f9fa39f321d85feec83107ee405
[ "BSD-2-Clause" ]
null
null
null
FHE/Plaintext.h
lemonviv/Pivot-SPDZ
f3db87d8849e5f9fa39f321d85feec83107ee405
[ "BSD-2-Clause" ]
null
null
null
#ifndef _Plaintext #define _Plaintext /* * Defines plaintext either as a vector of field elements (gfp or gf2n_short) * or as a vector of int (for gf2n_short) or bigints (for gfp) * * The first format is the actual data we want, the second format * is the data we use to encrypt/decrypt. Passing between the two ...
34.253886
120
0.6707
[ "vector" ]
cf04761d06369e633619df65c39af71214268414
6,717
h
C
src/openms/thirdparty/IsoSpec/IsoSpec/fixedEnvelopes.h
michalsta/OpenMS
7eed34f65354c4abce0b98cf746e4bfce4a488ac
[ "BSL-1.0", "Zlib", "Apache-2.0" ]
null
null
null
src/openms/thirdparty/IsoSpec/IsoSpec/fixedEnvelopes.h
michalsta/OpenMS
7eed34f65354c4abce0b98cf746e4bfce4a488ac
[ "BSL-1.0", "Zlib", "Apache-2.0" ]
null
null
null
src/openms/thirdparty/IsoSpec/IsoSpec/fixedEnvelopes.h
michalsta/OpenMS
7eed34f65354c4abce0b98cf746e4bfce4a488ac
[ "BSL-1.0", "Zlib", "Apache-2.0" ]
null
null
null
/* * Copyright (C) 2015-2020 Mateusz Łącki and Michał Startek. * * This file is part of IsoSpec. * * IsoSpec is free software: you can redistribute it and/or modify * it under the terms of the Simplified ("2-clause") BSD licence. * * IsoSpec is distributed in the hope that it will be useful, * but ...
32.138756
147
0.661307
[ "vector" ]
cf0db00744ef27b38446d97ac9653aa69968cc40
1,314
h
C
src/search_engine/relja_retrival/preprocessing/holidays_public.h
kaloyan13/vise2
833a8510c7cbac3cbb8ac4569fd51448906e62f3
[ "BSD-2-Clause" ]
43
2017-07-06T23:44:39.000Z
2022-03-25T06:53:29.000Z
src/search_engine/relja_retrival/preprocessing/holidays_public.h
kaloyan13/vise2
833a8510c7cbac3cbb8ac4569fd51448906e62f3
[ "BSD-2-Clause" ]
2
2018-11-09T03:52:14.000Z
2020-03-25T14:08:33.000Z
src/search_engine/relja_retrival/preprocessing/holidays_public.h
kaloyan13/vise2
833a8510c7cbac3cbb8ac4569fd51448906e62f3
[ "BSD-2-Clause" ]
9
2017-07-27T10:55:55.000Z
2020-12-15T13:42:43.000Z
/* ==== Author: Relja Arandjelovic (relja@robots.ox.ac.uk) Visual Geometry Group, Department of Engineering Science University of Oxford ==== Copyright: The library belongs to Relja Arandjelovic and the University of Oxford. No usage or redistribution is allowed without explicit permission. */ #ifndef _HOLIDAYS_PUB...
24.792453
118
0.662861
[ "geometry", "vector" ]
cf0f71267f38d18b193f965c536585d96b64462a
4,702
h
C
include/nori/block.h
liu-xiao-ke/KRenderer
d567d46c96423e59855f276666d0d88ad8a67f27
[ "MIT" ]
null
null
null
include/nori/block.h
liu-xiao-ke/KRenderer
d567d46c96423e59855f276666d0d88ad8a67f27
[ "MIT" ]
null
null
null
include/nori/block.h
liu-xiao-ke/KRenderer
d567d46c96423e59855f276666d0d88ad8a67f27
[ "MIT" ]
null
null
null
/* This file is part of Nori, a simple educational ray tracer Copyright (c) 2015 by Wenzel Jakob */ /* ======================================================================= This file contains classes for parallel rendering of "image blocks". * ==========================================================...
30.335484
98
0.656742
[ "vector" ]
cf14357f8325ac7285f51be8db8583830db8de06
6,579
h
C
firmware/coreboot/src/vendorcode/cavium/include/bdk/libbdk-hal/bdk-l2c.h
fabiojna02/OpenCellular
45b6a202d6b2e2485c89955b9a6da920c4d56ddb
[ "CC-BY-4.0", "BSD-3-Clause" ]
1
2019-11-04T07:11:25.000Z
2019-11-04T07:11:25.000Z
firmware/coreboot/src/vendorcode/cavium/include/bdk/libbdk-hal/bdk-l2c.h
fabiojna02/OpenCellular
45b6a202d6b2e2485c89955b9a6da920c4d56ddb
[ "CC-BY-4.0", "BSD-3-Clause" ]
13
2018-10-12T21:29:09.000Z
2018-10-25T20:06:51.000Z
firmware/coreboot/src/vendorcode/cavium/include/bdk/libbdk-hal/bdk-l2c.h
fabiojna02/OpenCellular
45b6a202d6b2e2485c89955b9a6da920c4d56ddb
[ "CC-BY-4.0", "BSD-3-Clause" ]
null
null
null
/***********************license start*********************************** * Copyright (c) 2003-2017 Cavium Inc. (support@cavium.com). All rights * reserved. * * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Re...
36.55
101
0.696306
[ "model" ]
cf1554e4e492c55e7134fc6d85f1c4a088c3e643
311
h
C
misakaBinParser/mips_tools.h
WiIIiam278/KadokawaBinParser
86af728ceccd6854c983da8f30020fd5a62846d3
[ "BSD-3-Clause" ]
1
2021-03-19T20:06:06.000Z
2021-03-19T20:06:06.000Z
misakaBinParser/mips_tools.h
WiIIiam278/KadokawaBinParser
86af728ceccd6854c983da8f30020fd5a62846d3
[ "BSD-3-Clause" ]
null
null
null
misakaBinParser/mips_tools.h
WiIIiam278/KadokawaBinParser
86af728ceccd6854c983da8f30020fd5a62846d3
[ "BSD-3-Clause" ]
2
2021-03-19T20:26:18.000Z
2021-09-26T20:49:29.000Z
#pragma once namespace MisakaTool{ //helper struct to store state of the MIPS code translation struct MipsCpy{ std::vector<char> *container = nullptr; std::vector<char> *container2 = nullptr; long lbu(long adr); void sb(long toStore, long location); void sw(long toStore, long location); }; };
19.4375
60
0.710611
[ "vector" ]
cf1c820f843efcb64bb364c23f6a47e82efad0e7
545
h
C
hybrid_aux_iat/arm64ecext/utils.h
DavidXanatos/ProjectChameleon
e8e4cc69031f91ddd66f499daed0c8b79fa1cbd1
[ "Apache-2.0" ]
10
2021-07-22T04:34:26.000Z
2022-02-12T03:49:11.000Z
hybrid_aux_iat/arm64ecext/utils.h
DavidXanatos/ProjectChameleon
e8e4cc69031f91ddd66f499daed0c8b79fa1cbd1
[ "Apache-2.0" ]
4
2021-07-19T14:31:01.000Z
2022-03-31T06:27:17.000Z
hybrid_aux_iat/arm64ecext/utils.h
DavidXanatos/ProjectChameleon
e8e4cc69031f91ddd66f499daed0c8b79fa1cbd1
[ "Apache-2.0" ]
3
2021-11-18T16:49:05.000Z
2022-02-25T22:53:00.000Z
/* * (c) FFRI Security, Inc., 2021 / Author: FFRI Security, Inc. */ #pragma once #include "pch.h" std::vector<std::string> get_args(const char* args); std::string to_hex_string(uint64_t i); template <typename S, typename T> T ReadMemberFromStruct(S* structData, const size_t offset) { auto readData = (T)0; DWORD...
20.961538
73
0.699083
[ "vector" ]
cf1c8a6246c5bae6de39a298f892af0ecfc4ebe6
1,842
h
C
packages/dScene/dBoneNodeInfo.h
wivlaro/newton-dynamics
2bafd29aea919f237e56784510db1cb8011d0f40
[ "Zlib" ]
null
null
null
packages/dScene/dBoneNodeInfo.h
wivlaro/newton-dynamics
2bafd29aea919f237e56784510db1cb8011d0f40
[ "Zlib" ]
null
null
null
packages/dScene/dBoneNodeInfo.h
wivlaro/newton-dynamics
2bafd29aea919f237e56784510db1cb8011d0f40
[ "Zlib" ]
null
null
null
///////////////////////////////////////////////////////////////////////////// // Name: dBoneNodeInfo.h // Purpose: // Author: Julio Jerez // Modified by: // Created: 22/05/2010 08:02:08 // RCS-ID: // Copyright: Copyright (c) <2010> <Newton Game Dynamics> // License: // This s...
31.220339
85
0.647123
[ "transform" ]
cf1ce49bc4edfa0177a3d811eca0cb4fd140a53c
77,388
h
C
labs/13-fat32/code/external-code/platform.h
aym-v/cs140e-21spr
cb8460f5e4517ed03d47db40f81dd25470e1dab6
[ "MIT" ]
23
2022-01-05T00:06:04.000Z
2022-03-29T06:14:31.000Z
labs/13-fat32/code/external-code/platform.h
aym-v/cs140e-21spr
cb8460f5e4517ed03d47db40f81dd25470e1dab6
[ "MIT" ]
null
null
null
labs/13-fat32/code/external-code/platform.h
aym-v/cs140e-21spr
cb8460f5e4517ed03d47db40f81dd25470e1dab6
[ "MIT" ]
16
2021-03-31T06:30:25.000Z
2021-12-08T23:06:35.000Z
/* * Copyright (c) 2014 Marco Maccaferri and Others * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This p...
65.031933
181
0.718936
[ "model" ]
cf23037461c7e87a1b03b9c9af86edd6355ca1fe
16,634
h
C
stack/ble/ble_common.h
telink-semi/telink_b91_ble_single_connection_sdk
ca449423fc5ea3b0bee16aab32bb4cef7b2638d8
[ "Apache-2.0" ]
null
null
null
stack/ble/ble_common.h
telink-semi/telink_b91_ble_single_connection_sdk
ca449423fc5ea3b0bee16aab32bb4cef7b2638d8
[ "Apache-2.0" ]
null
null
null
stack/ble/ble_common.h
telink-semi/telink_b91_ble_single_connection_sdk
ca449423fc5ea3b0bee16aab32bb4cef7b2638d8
[ "Apache-2.0" ]
null
null
null
/******************************************************************************************************** * @file ble_common.h * * @brief This is the header file for BLE SDK * * @author BLE GROUP * @date 2020.06 * * @par Copyright (c) 2020, Telink Semiconductor (Shanghai) Co., Ltd. ("TELINK") * * ...
42.871134
121
0.572743
[ "3d" ]
cf2a49c8e1f57079c68ce5c6dd4a524530944d20
91,256
h
C
include/algorithms/dbscan/dbscan_types.h
prutskov/daal
e7d4cfc8e67f22cdff903abbee79a91ee66514ae
[ "Apache-2.0" ]
null
null
null
include/algorithms/dbscan/dbscan_types.h
prutskov/daal
e7d4cfc8e67f22cdff903abbee79a91ee66514ae
[ "Apache-2.0" ]
null
null
null
include/algorithms/dbscan/dbscan_types.h
prutskov/daal
e7d4cfc8e67f22cdff903abbee79a91ee66514ae
[ "Apache-2.0" ]
null
null
null
/* file: dbscan_types.h */ /******************************************************************************* * Copyright 2014-2020 Intel Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Licens...
39.521871
149
0.716238
[ "object" ]
cf2a7b70b92f9064ec1d2272dd74ac745c378e54
51,322
c
C
tests/lv_test_fonts/font_2.c
acumartini/lvgl
a5c128e0d16e6ba2dd4996e47c7309a7f96b13ec
[ "MIT" ]
18
2020-06-21T03:24:41.000Z
2022-03-07T08:16:18.000Z
tests/lv_test_fonts/font_2.c
acumartini/lvgl
a5c128e0d16e6ba2dd4996e47c7309a7f96b13ec
[ "MIT" ]
13
2019-07-29T11:12:44.000Z
2022-03-21T11:16:04.000Z
tests/lv_test_fonts/font_2.c
acumartini/lvgl
a5c128e0d16e6ba2dd4996e47c7309a7f96b13ec
[ "MIT" ]
18
2019-07-14T22:55:26.000Z
2022-03-18T14:22:35.000Z
#include "lvgl/lvgl.h" /******************************************************************************* * Size: 8 px * Bpp: 4 * Opts: --bpp 4 --size 8 --font ../Montserrat-Medium.ttf -r 0x20-0x7F,0xB0,0x2022 --font ../FontAwesome5-Solid+Brands+Regular.woff -r 61441,61448,61451,61452,61452,61453,61457,61459,61461,61...
36.295615
581
0.473637
[ "3d", "solid" ]
cf2e03220241d037951c8103cf55d9e9342511a0
5,754
c
C
thirdparty/MicroPython/user/start/src/usr_start.c
flyghost/OneOS-V2.1.0
6fedab0558c07fe679d63ba1eb8ee9992c044d86
[ "Apache-2.0" ]
null
null
null
thirdparty/MicroPython/user/start/src/usr_start.c
flyghost/OneOS-V2.1.0
6fedab0558c07fe679d63ba1eb8ee9992c044d86
[ "Apache-2.0" ]
null
null
null
thirdparty/MicroPython/user/start/src/usr_start.c
flyghost/OneOS-V2.1.0
6fedab0558c07fe679d63ba1eb8ee9992c044d86
[ "Apache-2.0" ]
null
null
null
#include "usr_misc.h" #include "shell.h" #include "string.h" #include "mpconfigport.h" #if MICROPY_PY_THREAD #include "mpthreadport.h" #endif #ifdef MICROPY_USING_FILESYSTEM #include <vfs_fs.h> #include "vfs_fs.h" #include "vfs_posix.h" #include "usr_general.h" #endif #ifdef MICROPY_USING_AMS #include "ams.h" #ifndef...
22.743083
96
0.615224
[ "model" ]
cf3004b96ac666a834feca0ee404dba4d5a4df29
58,770
h
C
sourceCode/dotNet4.6/internalapis/vscommon/inc/context.h
csoap/csoap.github.io
2a8db44eb63425deff147652b65c5912f065334e
[ "Apache-2.0" ]
5
2017-03-03T02:13:16.000Z
2021-08-18T09:59:56.000Z
sourceCode/dotNet4.6/internalapis/vscommon/inc/context.h
295007712/295007712.github.io
25241dbf774427545c3ece6534be6667848a6faf
[ "Apache-2.0" ]
null
null
null
sourceCode/dotNet4.6/internalapis/vscommon/inc/context.h
295007712/295007712.github.io
25241dbf774427545c3ece6534be6667848a6faf
[ "Apache-2.0" ]
4
2016-11-15T05:20:12.000Z
2021-11-13T16:32:11.000Z
/* this ALWAYS GENERATED file contains the definitions for the interfaces */ /* File created by MIDL compiler version 8.00.0601 */ /* @@MIDL_FILE_HEADING( ) */ #pragma warning( disable: 4049 ) /* more than 64k source lines */ /* verify that the <rpcndr.h> version is high enough to compile this file*/ #ifndef ...
33.109859
140
0.662719
[ "object" ]
659fc6b845fac3e3d45025162f83fe3841667b71
2,351
h
C
admob/src/android/interstitial_ad_internal_android.h
oliwilkinsonio/firebase-cpp-sdk
1a2790030e92f77ad2aaa87000a1222d12dcabfc
[ "Apache-2.0" ]
193
2019-03-18T16:30:43.000Z
2022-03-30T17:39:32.000Z
admob/src/android/interstitial_ad_internal_android.h
oliwilkinsonio/firebase-cpp-sdk
1a2790030e92f77ad2aaa87000a1222d12dcabfc
[ "Apache-2.0" ]
647
2019-03-18T20:50:41.000Z
2022-03-31T18:32:33.000Z
admob/src/android/interstitial_ad_internal_android.h
oliwilkinsonio/firebase-cpp-sdk
1a2790030e92f77ad2aaa87000a1222d12dcabfc
[ "Apache-2.0" ]
86
2019-04-21T09:40:38.000Z
2022-03-26T20:48:37.000Z
/* * Copyright 2016 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
36.734375
80
0.70906
[ "object" ]
65a23f751247fd2d7e4a5afb7f5442e5fb204c9d
9,017
h
C
media/audio/alsa/alsa_output.h
iplo/Chain
8bc8943d66285d5258fffc41bed7c840516c4422
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
231
2015-01-08T09:04:44.000Z
2021-12-30T03:03:10.000Z
media/audio/alsa/alsa_output.h
j4ckfrost/android_external_chromium_org
a1a3dad8b08d1fcf6b6b36c267158ed63217c780
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
1
2017-02-14T21:55:58.000Z
2017-02-14T21:55:58.000Z
media/audio/alsa/alsa_output.h
j4ckfrost/android_external_chromium_org
a1a3dad8b08d1fcf6b6b36c267158ed63217c780
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
268
2015-01-21T05:53:28.000Z
2022-03-25T22:09:01.000Z
// Copyright 2013 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. // // Creates an output stream based on the ALSA PCM interface. // // On device write failure, the stream will move itself to an invalid state. // No more ...
39.375546
80
0.770101
[ "object" ]