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
5c41d4d8dbb90be8786d55cedce5fd74d76f854e
1,252
h
C
include/meta/classify/classifier/online_binary_classifier.h
Lolik111/meta
c7019401185cdfa15e1193aad821894c35a83e3f
[ "MIT" ]
615
2015-01-31T17:14:03.000Z
2022-03-27T03:03:02.000Z
include/meta/classify/classifier/online_binary_classifier.h
Lolik111/meta
c7019401185cdfa15e1193aad821894c35a83e3f
[ "MIT" ]
167
2015-01-20T17:48:16.000Z
2021-12-20T00:15:29.000Z
include/meta/classify/classifier/online_binary_classifier.h
Lolik111/meta
c7019401185cdfa15e1193aad821894c35a83e3f
[ "MIT" ]
264
2015-01-30T00:08:01.000Z
2022-03-02T17:19:11.000Z
/** * @file online_binary_classifier.h * @author Chase Geigle * * All files in META are released under the MIT license. For more details, * consult the file LICENSE in the root of the project. */ #ifndef META_CLASSIFY_ONLINE_BINARY_CLASSIFIER_H_ #define META_CLASSIFY_ONLINE_BINARY_CLASSIFIER_H_ #include "meta/c...
26.638298
75
0.710863
[ "model" ]
5c4756b8c0a43e5e116803a547714f39183760e3
510
h
C
include/utility.h
changh95/airsim_dataset_generator
2543d3dbe1af798517999d885f95336fcdd7a7e7
[ "MIT" ]
null
null
null
include/utility.h
changh95/airsim_dataset_generator
2543d3dbe1af798517999d885f95336fcdd7a7e7
[ "MIT" ]
null
null
null
include/utility.h
changh95/airsim_dataset_generator
2543d3dbe1af798517999d885f95336fcdd7a7e7
[ "MIT" ]
null
null
null
#pragma once #include <iostream> #include <chrono> #include <fstream> #include <direct.h> #include <vector> #include <stdlib.h> #include "api/RpcLibClientBase.hpp" #include "common/common_utils/FileSystem.hpp" enum ErrorCode { E_SUCCESS = 0, E_TRAJECTORY_FILE_NOT_FOUND, E_API_EXCEPTION }; ...
18.888889
77
0.670588
[ "vector" ]
5c4923a9db3f09db0a9fac4c324f3021cd890d43
5,678
h
C
Source/Constraint/constraint_length.h
neonkingfr/wildogcad
6d9798daa672d3ab293579439f38bb279fa376c7
[ "BSD-3-Clause" ]
null
null
null
Source/Constraint/constraint_length.h
neonkingfr/wildogcad
6d9798daa672d3ab293579439f38bb279fa376c7
[ "BSD-3-Clause" ]
null
null
null
Source/Constraint/constraint_length.h
neonkingfr/wildogcad
6d9798daa672d3ab293579439f38bb279fa376c7
[ "BSD-3-Clause" ]
null
null
null
/******************************************************************************* * Copyright (c) 2007, 2008, CerroKai Development * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistribu...
50.696429
139
0.682987
[ "render", "object" ]
5c4d37aa747b6d4e8664bb0d16f6dbc006c19905
5,577
c
C
src/server/twitpool.c
anastasiossouris/TwitServer
e50dde9b0795996230ea386da9c81e787e52c3aa
[ "BSD-3-Clause" ]
null
null
null
src/server/twitpool.c
anastasiossouris/TwitServer
e50dde9b0795996230ea386da9c81e787e52c3aa
[ "BSD-3-Clause" ]
null
null
null
src/server/twitpool.c
anastasiossouris/TwitServer
e50dde9b0795996230ea386da9c81e787e52c3aa
[ "BSD-3-Clause" ]
null
null
null
/** Copyright (c) 2009,2010, Tassos Souris 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 condition...
26.8125
111
0.689618
[ "object" ]
5c5a09076f318a33eae7e9149243e2851c5686f5
1,041
h
C
algorithms/medium/0255. Verify Preorder Sequence in Binary Search Tree.h
MultivacX/letcode2020
f86289f8718237303918a7705ae31625a12b68f6
[ "MIT" ]
null
null
null
algorithms/medium/0255. Verify Preorder Sequence in Binary Search Tree.h
MultivacX/letcode2020
f86289f8718237303918a7705ae31625a12b68f6
[ "MIT" ]
null
null
null
algorithms/medium/0255. Verify Preorder Sequence in Binary Search Tree.h
MultivacX/letcode2020
f86289f8718237303918a7705ae31625a12b68f6
[ "MIT" ]
null
null
null
// 255. Verify Preorder Sequence in Binary Search Tree // https://leetcode.com/problems/verify-preorder-sequence-in-binary-search-tree/ // Runtime: 1556 ms, faster than 11.74% of C++ online submissions for Verify Preorder Sequence in Binary Search Tree. // Memory Usage: 22.8 MB, less than 61.41% of C++ online submissi...
35.896552
120
0.590778
[ "vector" ]
5c5bcb3c14357296d24f378af329a03479562856
1,758
h
C
emulator.h
bqia0/RISCV-Emulator
c4c90b55becf482a542c47c5d81396c65ef68e60
[ "MIT" ]
null
null
null
emulator.h
bqia0/RISCV-Emulator
c4c90b55becf482a542c47c5d81396c65ef68e60
[ "MIT" ]
null
null
null
emulator.h
bqia0/RISCV-Emulator
c4c90b55becf482a542c47c5d81396c65ef68e60
[ "MIT" ]
null
null
null
#ifndef EMULATION_H #define EMULATION_H #include <cstdint> #include <string> #include <vector> uint32_t registerNameToRegisterIndex(std::string registerName); namespace emulation { const int REG_PRINT_COL_WIDTH = 4; enum equalities: uint8_t { equals, notEquals, great...
27.904762
95
0.596701
[ "vector" ]
5c692a8f10f604718f0000e6ca5934516bed73a0
8,498
h
C
third-part/7z/CPP/7zip/Archive/Iso/IsoIn.h
wzaen/soui2
30735bbb84184fc26f0e70edbfede889e24fba5b
[ "MIT" ]
33
2018-07-04T09:38:12.000Z
2021-06-19T06:11:45.000Z
third-part/7z/CPP/7zip/Archive/Iso/IsoIn.h
wzaen/soui2
30735bbb84184fc26f0e70edbfede889e24fba5b
[ "MIT" ]
null
null
null
third-part/7z/CPP/7zip/Archive/Iso/IsoIn.h
wzaen/soui2
30735bbb84184fc26f0e70edbfede889e24fba5b
[ "MIT" ]
13
2018-07-01T01:55:17.000Z
2021-08-03T10:55:45.000Z
// Archive/IsoIn.h #ifndef __ARCHIVE_ISO_IN_H #define __ARCHIVE_ISO_IN_H #include "../../../Common/IntToString.h" #include "../../../Common/MyCom.h" #include "../../IStream.h" #include "IsoHeader.h" #include "IsoItem.h" namespace NArchive { namespace NIso { struct CDir: public CDirRecord { CDi...
25.443114
118
0.610379
[ "model" ]
5c6e95f429cba54f3f57e2c9143979345c9353be
9,699
h
C
ufomap/include/ufo/map/iterator/octree.h
UnknownFreeOccupied/ufomap
5b0a45d5c3867d4fd1747ebb1d9aa26185e7656f
[ "BSD-2-Clause" ]
38
2020-08-08T14:24:47.000Z
2022-03-01T04:22:12.000Z
ufomap/include/ufo/map/iterator/octree.h
wuyou33/ufomap
5b0a45d5c3867d4fd1747ebb1d9aa26185e7656f
[ "BSD-2-Clause" ]
3
2021-04-29T00:16:12.000Z
2021-06-30T14:25:19.000Z
ufomap/include/ufo/map/iterator/octree.h
wuyou33/ufomap
5b0a45d5c3867d4fd1747ebb1d9aa26185e7656f
[ "BSD-2-Clause" ]
14
2021-03-19T11:14:40.000Z
2022-02-17T13:55:51.000Z
/** * UFOMap: An Efficient Probabilistic 3D Mapping Framework That Embraces the Unknown * * @author D. Duberg, KTH Royal Institute of Technology, Copyright (c) 2020. * @see https://github.com/UnknownFreeOccupied/ufomap * License: BSD 3 * */ /* * BSD 3-Clause License * * Copyright (c) 2020, D. Duberg, KTH Roy...
29.570122
88
0.682441
[ "geometry", "3d" ]
5c72820fa29e8664b01f3faedaf5078d585bd65b
4,886
h
C
src/point_receiver.h
teo3n/BScEmbeddedLocalization
1aa901a38decc85f152059b89a7f39e37716c521
[ "MIT" ]
null
null
null
src/point_receiver.h
teo3n/BScEmbeddedLocalization
1aa901a38decc85f152059b89a7f39e37716c521
[ "MIT" ]
null
null
null
src/point_receiver.h
teo3n/BScEmbeddedLocalization
1aa901a38decc85f152059b89a7f39e37716c521
[ "MIT" ]
null
null
null
/** * Teo Niemirepo * teo.niemirepo@tuni.fi * 17.11.2021 * * A collection of functions used to receive data from * a remote localizer client */ #pragma once #include <Eigen/Eigen> #include <boost/asio/buffer.hpp> #include <boost/asio/completion_condition.hpp> #include <boost/asio/io_service.hpp> #includ...
29.083333
108
0.680311
[ "vector" ]
5c865bddd4aaa5e46b5521323ec3c4579c486167
5,058
h
C
src/common.h
auuhja/D3D12Renderer
a35dca0ebd1b88417e5524aff0adfc96ee9df2a3
[ "MIT" ]
1
2021-06-09T00:56:53.000Z
2021-06-09T00:56:53.000Z
src/common.h
auuhja/D3D12Renderer
a35dca0ebd1b88417e5524aff0adfc96ee9df2a3
[ "MIT" ]
null
null
null
src/common.h
auuhja/D3D12Renderer
a35dca0ebd1b88417e5524aff0adfc96ee9df2a3
[ "MIT" ]
null
null
null
#pragma once #define NOMINMAX #include <cstdint> #include <cassert> typedef int8_t int8; typedef int16_t int16; typedef int32_t int32; typedef int64_t int64; typedef uint8_t uint8; typedef uint16_t uint16; typedef uint32_t uint32; typedef uint64_t uint64; #define KB(x) (x * 1024) #define MB(x) (x * 1024 * 1024) #d...
33.496689
330
0.683669
[ "vector" ]
5c87a38620c495e0b4abcdd2f8025294b6d9dbad
4,388
c
C
kernel/linux-5.4/drivers/iommu/arm-smmu-impl.c
josehu07/SplitFS
d7442fa67a17de7057664f91defbfdbf10dd7f4a
[ "Apache-2.0" ]
27
2021-10-04T18:56:52.000Z
2022-03-28T08:23:06.000Z
kernel/linux-5.4/drivers/iommu/arm-smmu-impl.c
josehu07/SplitFS
d7442fa67a17de7057664f91defbfdbf10dd7f4a
[ "Apache-2.0" ]
1
2022-01-12T04:05:36.000Z
2022-01-16T15:48:42.000Z
kernel/linux-5.4/drivers/iommu/arm-smmu-impl.c
josehu07/SplitFS
d7442fa67a17de7057664f91defbfdbf10dd7f4a
[ "Apache-2.0" ]
6
2021-11-02T10:56:19.000Z
2022-03-06T11:58:20.000Z
// SPDX-License-Identifier: GPL-2.0-only // Miscellaneous Arm SMMU implementation and integration quirks // Copyright (C) 2019 Arm Limited #define pr_fmt(fmt) "arm-smmu: " fmt #include <linux/bitfield.h> #include <linux/of.h> #include "arm-smmu.h" static int arm_smmu_gr0_ns(int offset) { switch(offset) { case AR...
25.074286
82
0.739289
[ "model" ]
5c8a4e4416532c8cfc43408d7d604db69405deee
2,143
h
C
src/html/html_tablerow_element.h
zhuyadong/libdom
0772e819f42f51a3ae8b4b778a24efd43a083945
[ "MIT" ]
3
2020-06-19T02:28:01.000Z
2020-12-31T14:35:29.000Z
src/html/html_tablerow_element.h
zhuyadong/libdom
0772e819f42f51a3ae8b4b778a24efd43a083945
[ "MIT" ]
null
null
null
src/html/html_tablerow_element.h
zhuyadong/libdom
0772e819f42f51a3ae8b4b778a24efd43a083945
[ "MIT" ]
1
2022-01-16T11:23:19.000Z
2022-01-16T11:23:19.000Z
/* * This file is part of libdom. * Licensed under the MIT License, * http://www.opensource.org/licenses/mit-license.php * Copyright 2009 Bo Yang <struggleyb.nku@gmail.com> * Copyright 2014 Rupinder Singh Khokhar <rsk1coder99@gmail.com> */ #ifndef dom_internal_html_table_row_element_h_ #define dom...
34.564516
82
0.817545
[ "object" ]
5c8c330cf467890420209d90bc3156e763d0a8fd
1,448
h
C
Gems/Atom/RPI/Code/Include/Atom/RPI.Public/Buffer/BufferPool.h
aaarsene/o3de
37e3b0226958974defd14dd6d808e8557dcd7345
[ "Apache-2.0", "MIT" ]
1
2021-09-13T00:01:12.000Z
2021-09-13T00:01:12.000Z
Gems/Atom/RPI/Code/Include/Atom/RPI.Public/Buffer/BufferPool.h
aaarsene/o3de
37e3b0226958974defd14dd6d808e8557dcd7345
[ "Apache-2.0", "MIT" ]
null
null
null
Gems/Atom/RPI/Code/Include/Atom/RPI.Public/Buffer/BufferPool.h
aaarsene/o3de
37e3b0226958974defd14dd6d808e8557dcd7345
[ "Apache-2.0", "MIT" ]
1
2021-07-20T11:07:25.000Z
2021-07-20T11:07:25.000Z
/* * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ #pragma once #include <Atom/RHI/BufferPool.h> #include <AtomCore/Instance/InstanceData.h> namespa...
26.814815
158
0.63605
[ "3d" ]
5c8d6056198a135e9f9e77032b7dc20a92d349d2
3,586
h
C
services/wifi_standard/wifi_framework/wifi_manage/idl_client/wifi_ap_hal_interface.h
openharmony-sig-ci/communication_wifi
d222ad57bb291b2f2f98aaf768545796f970767e
[ "Apache-2.0" ]
null
null
null
services/wifi_standard/wifi_framework/wifi_manage/idl_client/wifi_ap_hal_interface.h
openharmony-sig-ci/communication_wifi
d222ad57bb291b2f2f98aaf768545796f970767e
[ "Apache-2.0" ]
null
null
null
services/wifi_standard/wifi_framework/wifi_manage/idl_client/wifi_ap_hal_interface.h
openharmony-sig-ci/communication_wifi
d222ad57bb291b2f2f98aaf768545796f970767e
[ "Apache-2.0" ]
1
2021-09-13T12:07:52.000Z
2021-09-13T12:07:52.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 ...
27.374046
78
0.647239
[ "object", "vector" ]
5c8ef4e8a0c04c7fb12d2336dbdbec52530afe38
1,450
c
C
tests/config.c
ryanisaacg/arcade-engine
aeb1ccd08a3ed695b65774fd36c73050d81e30aa
[ "MIT" ]
null
null
null
tests/config.c
ryanisaacg/arcade-engine
aeb1ccd08a3ed695b65774fd36c73050d81e30aa
[ "MIT" ]
null
null
null
tests/config.c
ryanisaacg/arcade-engine
aeb1ccd08a3ed695b65774fd36c73050d81e30aa
[ "MIT" ]
null
null
null
#include "arcade.h" #include "framework.h" #include "util.h" char *test_config_scalar() { Document doc = config_new( ":Test\n" "a=0\n" "b=1\n" "c=1.5\n"); assert("Config get key", *config_get_value(doc, "Test", "a") == 0); assert("Config get key 2", *config_get_value(doc, "Test", "b") == 1); assert("Config get ke...
30.851064
116
0.613103
[ "3d" ]
5c950ec790d6406be5c51468086707d94d74de0b
2,082
h
C
runtime/browser/xwalk_presentation_service_helper_win.h
gaurangkumar/crosswalk
1b9b80835e83e77390bd6cdbc03beb63f2a6f550
[ "BSD-3-Clause" ]
2,211
2015-01-01T08:50:09.000Z
2022-03-30T02:48:16.000Z
runtime/browser/xwalk_presentation_service_helper_win.h
gaurangkumar/crosswalk
1b9b80835e83e77390bd6cdbc03beb63f2a6f550
[ "BSD-3-Clause" ]
1,269
2015-01-02T10:43:16.000Z
2020-01-17T00:58:09.000Z
runtime/browser/xwalk_presentation_service_helper_win.h
gaurangkumar/crosswalk
1b9b80835e83e77390bd6cdbc03beb63f2a6f550
[ "BSD-3-Clause" ]
585
2015-01-02T01:12:15.000Z
2022-03-09T07:07:18.000Z
// Copyright (c) 2016 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef XWALK_RUNTIME_BROWSER_XWALK_PRESENTATION_SERVICE_HELPER_WIN_H_ #define XWALK_RUNTIME_BROWSER_XWALK_PRESENTATION_SERVICE_HELPER_WIN_H_ #include "...
34.7
78
0.682517
[ "vector" ]
b150d7a412b1c387c3b0a9277af014311fd63811
631
h
C
CammentSDK/Classes/Modules/GroupInfo/View/Components/CMGroupInfoUserCell.h
camment/sdk-ios
08197d70e4fa93a8cd5523d8a4271f7095c38856
[ "MIT" ]
null
null
null
CammentSDK/Classes/Modules/GroupInfo/View/Components/CMGroupInfoUserCell.h
camment/sdk-ios
08197d70e4fa93a8cd5523d8a4271f7095c38856
[ "MIT" ]
1
2018-09-19T09:30:56.000Z
2018-09-19T09:30:57.000Z
CammentSDK/Classes/Modules/GroupInfo/View/Components/CMGroupInfoUserCell.h
camment/sdk-ios
08197d70e4fa93a8cd5523d8a4271f7095c38856
[ "MIT" ]
null
null
null
// // Created by Alexander Fedosov on 13.10.2017. // #import <Foundation/Foundation.h> #import <AsyncDisplayKit/AsyncDisplayKit.h> @class CMUser, CMGroupInfoUserCell; @class CMUserCellViewModel; @protocol CMGroupInfoUserCellDelegate<NSObject> - (void)useCell:(CMGroupInfoUserCell *)cell didHandleBlockUserAction:(CMU...
26.291667
99
0.806656
[ "model" ]
b156dfd4586dbdc8828158a2b4c12176d5bedcdb
6,972
h
C
include/jitcat/LLVMMemoryManager.h
mvhooren/JitCat
8e05b51c5feda8fa9258ba443854b23c4ad8bf7c
[ "MIT" ]
14
2019-03-16T07:00:44.000Z
2021-10-20T23:36:51.000Z
include/jitcat/LLVMMemoryManager.h
mvhooren/JitCat
8e05b51c5feda8fa9258ba443854b23c4ad8bf7c
[ "MIT" ]
13
2019-11-22T12:43:55.000Z
2020-05-25T13:09:08.000Z
include/jitcat/LLVMMemoryManager.h
mvhooren/JitCat
8e05b51c5feda8fa9258ba443854b23c4ad8bf7c
[ "MIT" ]
1
2019-11-23T17:59:58.000Z
2019-11-23T17:59:58.000Z
/* This file is part of the JitCat library. Copyright (C) Machiel van Hooren 2018 Distributed under the MIT License (license terms are at http://opensource.org/licenses/MIT). */ #pragma once #include <llvm/ExecutionEngine/RTDyldMemoryManager.h> #include <llvm/Support/Memory.h> #include <memory> #include <vecto...
43.849057
174
0.781842
[ "object", "vector" ]
b16bfd8feed05bc60d76dce06acae2ce93a53f49
1,499
h
C
SOLVER/src/preloop/receiver/ReceiverCollection.h
kuangdai/AxiSEM3D
fd9da14e9107783e3b07b936c67af2412146e099
[ "MIT" ]
17
2016-12-16T03:13:57.000Z
2021-12-15T01:56:45.000Z
SOLVER/src/preloop/receiver/ReceiverCollection.h
syzeng-duduxi/AxiSEM3D
fd9da14e9107783e3b07b936c67af2412146e099
[ "MIT" ]
6
2018-01-15T17:17:20.000Z
2020-03-18T09:53:58.000Z
SOLVER/src/preloop/receiver/ReceiverCollection.h
syzeng-duduxi/AxiSEM3D
fd9da14e9107783e3b07b936c67af2412146e099
[ "MIT" ]
19
2016-12-28T16:55:00.000Z
2021-06-23T01:02:16.000Z
// Receiver.h // created by Kuangdai on 1-Jun-2016 // receiver collections #pragma once #include <vector> #include <string> class Domain; class Mesh; class Parameters; class Receiver; class PointwiseIO; class ReceiverCollection { public: ReceiverCollection(const std::string &fileRec, bool geographic, ...
23.421875
85
0.670447
[ "mesh", "vector" ]
b17a5adebbdbf4162645a40dec9a5580043a7513
127
h
C
nekofs_cli/merge.h
fghj0810/nekofs
95e06aed492119d3f72bc0529cf3ed76c390a7bd
[ "MIT" ]
7
2021-12-03T04:10:06.000Z
2022-01-18T11:13:31.000Z
nekofs_cli/merge.h
fghj0810/nekofs
95e06aed492119d3f72bc0529cf3ed76c390a7bd
[ "MIT" ]
null
null
null
nekofs_cli/merge.h
fghj0810/nekofs
95e06aed492119d3f72bc0529cf3ed76c390a7bd
[ "MIT" ]
null
null
null
#pragma once #include <vector> #include <string> namespace nekofs_tool { int merge(const std::vector<std::string>& args); }
14.111111
49
0.716535
[ "vector" ]
b1818933653b23df8b59985691f2577c202a4db2
15,167
h
C
admin/snapin/dsadmin/newobj.h
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
admin/snapin/dsadmin/newobj.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
admin/snapin/dsadmin/newobj.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
//+------------------------------------------------------------------------- // // Microsoft Windows // // Copyright (C) Microsoft Corporation, 1997 - 1999 // // File: newobj.h // //-------------------------------------------------------------------------- ///////////////////////////////////////////...
35.027714
106
0.65537
[ "object" ]
b18d4f8dc915a79c2f7683f1871b8b5553c61b8b
8,514
h
C
copasi/parameterFitting/CFitItem.h
SzVarga/COPASI
00451b1a67eeec8272c73791ca861da754a7c4c4
[ "Artistic-2.0" ]
64
2015-03-14T14:06:18.000Z
2022-02-04T23:19:08.000Z
copasi/parameterFitting/CFitItem.h
SzVarga/COPASI
00451b1a67eeec8272c73791ca861da754a7c4c4
[ "Artistic-2.0" ]
4
2017-08-16T10:26:46.000Z
2020-01-08T12:05:54.000Z
copasi/parameterFitting/CFitItem.h
SzVarga/COPASI
00451b1a67eeec8272c73791ca861da754a7c4c4
[ "Artistic-2.0" ]
28
2015-04-16T14:14:59.000Z
2022-03-28T12:04:14.000Z
// Copyright (C) 2019 by Pedro Mendes, Rector and Visitors of the // University of Virginia, University of Heidelberg, and University // of Connecticut School of Medicine. // All rights reserved. // Copyright (C) 2017 - 2018 by Pedro Mendes, Virginia Tech Intellectual // Properties, Inc., University of Heidelberg, and...
26.196923
76
0.686164
[ "object", "vector", "model" ]
b19158036fe55c4504e1be526471236bd0c3d35b
51,679
c
C
spit/jobType.c
cheinger/stutools
3fe25764c3b4f877ff91ee03f4727f5f51bd60fd
[ "Apache-2.0" ]
1
2021-03-24T07:53:02.000Z
2021-03-24T07:53:02.000Z
spit/jobType.c
cheinger/stutools
3fe25764c3b4f877ff91ee03f4727f5f51bd60fd
[ "Apache-2.0" ]
null
null
null
spit/jobType.c
cheinger/stutools
3fe25764c3b4f877ff91ee03f4727f5f51bd60fd
[ "Apache-2.0" ]
null
null
null
#define _GNU_SOURCE #define _POSIX_C_SOURCE 200809L #include <stdio.h> #include <stdlib.h> #include <string.h> #include <fcntl.h> #include <unistd.h> #include <sys/types.h> #include <sys/stat.h> #include <assert.h> #include <pthread.h> #include "jobType.h" #include "positions.h" #include "devices.h" #include <math.h...
32.584489
868
0.627489
[ "model" ]
b19487345d95643f08cff9e49764c1cff134793a
5,357
h
C
src/matrix_binning/split_pattern_to_bins.h
cjhurani/txssa
473bb4ec650cb7164d80fc531ac38a6c28226dd8
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
2
2021-06-04T01:00:14.000Z
2022-03-25T23:40:57.000Z
src/matrix_binning/split_pattern_to_bins.h
cjhurani/txssa
473bb4ec650cb7164d80fc531ac38a6c28226dd8
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
2
2017-08-28T09:08:53.000Z
2021-06-08T14:17:48.000Z
src/matrix_binning/split_pattern_to_bins.h
cjhurani/txssa
473bb4ec650cb7164d80fc531ac38a6c28226dd8
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
/* TxSSA: Tech-X Sparse Spectral Approximation Copyright (C) 2012 Tech-X Corporation, 5621 Arapahoe Ave, Boulder CO 80303 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 abo...
30.265537
82
0.631697
[ "vector" ]
b199545b99c3357e0c289158f0dfb5b1f3bd534b
799
h
C
deps/src/gropt/incl/CSOVector.h
pnavaro/ElasticFDA.jl
0ed8c3f483c3a62f4215a6b65894da34e77eefc1
[ "MIT" ]
7
2017-02-05T23:39:14.000Z
2021-06-03T06:41:47.000Z
deps/src/gropt/incl/CSOVector.h
pnavaro/ElasticFDA.jl
0ed8c3f483c3a62f4215a6b65894da34e77eefc1
[ "MIT" ]
3
2016-08-31T20:48:32.000Z
2021-12-15T02:18:36.000Z
deps/src/gropt/incl/CSOVector.h
pnavaro/ElasticFDA.jl
0ed8c3f483c3a62f4215a6b65894da34e77eefc1
[ "MIT" ]
6
2016-07-12T02:13:16.000Z
2020-09-22T17:42:16.000Z
/* This file defines the class of a point on the tangent space of C_*^{n \times p} / O_p, where C_*^{n \times p} is a n by p full column rank complex matrix and O_p is a p-by-p unitary group. SmartSpace --> Element --> CSOVector ---- WH */ #ifndef CSOVECTOR_H #define CSOVECTOR_H #include "Manifolds/Element.h" #incl...
24.96875
138
0.709637
[ "object" ]
b19a1a78c874f9f43c641602c0c04e49b3de127b
22,563
h
C
code/contrib/src/OpenSubdiv/far/subdivisionTablesFactory.h
hsdk/DeformationGPU
e1987a63ba42df1255a0a216de20102abbd0cbff
[ "Apache-2.0" ]
7
2015-10-10T05:44:48.000Z
2019-01-25T16:11:56.000Z
code/contrib/src/OpenSubdiv/far/subdivisionTablesFactory.h
hsdk/DeformationGPU
e1987a63ba42df1255a0a216de20102abbd0cbff
[ "Apache-2.0" ]
null
null
null
code/contrib/src/OpenSubdiv/far/subdivisionTablesFactory.h
hsdk/DeformationGPU
e1987a63ba42df1255a0a216de20102abbd0cbff
[ "Apache-2.0" ]
null
null
null
// // Copyright 2013 Pixar // // Licensed under the Apache License, Version 2.0 (the "Apache License") // with the following modification; you may not use this file except in // compliance with the Apache License and the following modification to it: // Section 6. Trademarks. is deleted and replaced with: // ...
35.365204
136
0.660107
[ "mesh", "vector", "model", "transform" ]
b19ab6a728108093d32f6a1965dbcd71eb114c02
12,074
h
C
master/kismet-2018-08-BETA1/kismet-2018-08-BETA1/legacy_code/packetsourcetracker.h
AlexRogalskiy/DevArtifacts
931aabb8cbf27656151c54856eb2ea7d1153203a
[ "MIT" ]
4
2018-09-07T15:35:24.000Z
2019-03-27T09:48:12.000Z
master/kismet-2018-08-BETA1/kismet-2018-08-BETA1/legacy_code/packetsourcetracker.h
AlexRogalskiy/DevArtifacts
931aabb8cbf27656151c54856eb2ea7d1153203a
[ "MIT" ]
371
2020-03-04T21:51:56.000Z
2022-03-31T20:59:11.000Z
master/kismet-2018-08-BETA1/kismet-2018-08-BETA1/legacy_code/packetsourcetracker.h
AlexRogalskiy/DevArtifacts
931aabb8cbf27656151c54856eb2ea7d1153203a
[ "MIT" ]
3
2019-06-18T19:57:17.000Z
2020-11-06T03:55:08.000Z
/* This file is part of Kismet Kismet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Kismet is distributed in the ...
30.336683
85
0.763541
[ "vector" ]
b1a5ace8fb5a5b8438c0dd27b26ae8b67d859762
6,605
h
C
src/core/json/json_reader.h
iMilind/grpc
f5b20ce8ec0c1dde684840f6ea8dcf80822bbb1d
[ "BSD-3-Clause" ]
1
2021-04-24T08:18:15.000Z
2021-04-24T08:18:15.000Z
src/core/json/json_reader.h
iMilind/grpc
f5b20ce8ec0c1dde684840f6ea8dcf80822bbb1d
[ "BSD-3-Clause" ]
3
2020-12-31T09:08:34.000Z
2021-09-28T05:42:02.000Z
third_party/grpc/src/core/json/json_reader.h
acidburn0zzz/kythe
6cd4e9c81a1158de43ec783607a4d7edd9b7e4a0
[ "Apache-2.0" ]
1
2022-01-14T04:25:02.000Z
2022-01-14T04:25:02.000Z
/* * * Copyright 2015, Google Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this list of condi...
41.024845
80
0.764118
[ "object" ]
b1cb7146d6d2c1ce36b4c4d92c619f793b6e93c0
4,245
c
C
src/runtime_src/core/common/drv/xrt_cu.c
rnertney/XRT
52afdfbdba37c0c10e6665e1c9a1f9b099c7798a
[ "Apache-2.0" ]
null
null
null
src/runtime_src/core/common/drv/xrt_cu.c
rnertney/XRT
52afdfbdba37c0c10e6665e1c9a1f9b099c7798a
[ "Apache-2.0" ]
null
null
null
src/runtime_src/core/common/drv/xrt_cu.c
rnertney/XRT
52afdfbdba37c0c10e6665e1c9a1f9b099c7798a
[ "Apache-2.0" ]
null
null
null
// SPDX-License-Identifier: GPL-2.0 /* * Xilinx Unify CU Model * * Copyright (C) 2020 Xilinx, Inc. * * Authors: min.ma@xilinx.com */ #include "xrt_cu.h" /** * process_cq() - Process completed queue * @xcu: Target XRT CU */ static inline void process_cq(struct xrt_cu *xcu) { struct kds_command *xcmd; if (!...
21.769231
68
0.674676
[ "model" ]
b1d81faf4fe9c77c7fd68249c2d77cdaca8978d2
13,476
h
C
cpp/exam/tiny_diagram.h
walterfan/snippets
62f87720c411093fcff888f25b338afd1d99a6f9
[ "Apache-2.0" ]
1
2021-06-18T09:31:59.000Z
2021-06-18T09:31:59.000Z
cpp/exam/tiny_diagram.h
walterfan/snippets
62f87720c411093fcff888f25b338afd1d99a6f9
[ "Apache-2.0" ]
10
2020-12-12T08:12:06.000Z
2022-03-02T06:54:10.000Z
cpp/exam/tiny_diagram.h
walterfan/snippets
62f87720c411093fcff888f25b338afd1d99a6f9
[ "Apache-2.0" ]
null
null
null
#ifndef UTIL_TINYDIAGRAM_H_ #define UTIL_TINYDIAGRAM_H_ #include <iostream> #include <vector> #include <string> #include <map> #include <math.h> #include <stdio.h> #include <string.h> #include <stdlib.h> #include <stdarg.h> #include <time.h> #include "gd.h" #include "gdfonts.h" #include "gdfontt.h" using namespace ...
22.80203
144
0.627041
[ "vector" ]
07f439508ab4247929c73087fc6fc2d2a23a1635
714
h
C
util.h
mutable-dan/mutlibs
f0226e737f1b2a426be72572a5302b7098c04915
[ "MIT" ]
null
null
null
util.h
mutable-dan/mutlibs
f0226e737f1b2a426be72572a5302b7098c04915
[ "MIT" ]
null
null
null
util.h
mutable-dan/mutlibs
f0226e737f1b2a426be72572a5302b7098c04915
[ "MIT" ]
null
null
null
#pragma once #include <string> #include <vector> namespace mutlib { /** * @brief * */ class splitString { public: typedef std::vector<std::string> stringsplit_t; private: stringsplit_t m_vElements; char m_cDelim; uint32_t m_unPos; ...
21
87
0.539216
[ "vector" ]
5800527acc28cc4a0e036f3a6c3de30beeca9cde
2,737
h
C
Source/ModuleNavigation.h
JellyBitStudios/JellyBitEngine
4b975a50bb1934dfdbdf72e0c96c53a713e6cfa4
[ "MIT" ]
10
2019-02-05T07:57:21.000Z
2021-10-17T13:44:31.000Z
Source/ModuleNavigation.h
JellyBitStudios/JellyBitEngine
4b975a50bb1934dfdbdf72e0c96c53a713e6cfa4
[ "MIT" ]
178
2019-02-26T17:29:08.000Z
2019-06-05T10:55:42.000Z
Source/ModuleNavigation.h
JellyBitStudios/JellyBitEngine
4b975a50bb1934dfdbdf72e0c96c53a713e6cfa4
[ "MIT" ]
2
2020-02-27T18:57:27.000Z
2020-05-28T01:19:59.000Z
#ifndef __NM_SUPPLIER_H__ #define __NM_SUPPLIER_H__ #include "Module.h" #include "Recast&Detour/Recast/Include/Recast.h" #include "Recast&Detour/Detour/Include/DetourNavMeshQuery.h" #include "NMBuildContext.h" #include <vector> #include "MathGeoLib/include/Math/float3.h" constexpr int max_Agents = 128; #define N_EP...
31.102273
147
0.755206
[ "vector" ]
5801e78f5952ee2b47bb92d251dcf9c9cffe79b4
11,196
h
C
include/avalanche/shape_nodes.h
kpot/avalanche
4bfa6f66a5610d3619414e374d77eae2edcb8b20
[ "MIT" ]
6
2019-02-02T22:35:03.000Z
2022-02-28T20:15:48.000Z
include/avalanche/shape_nodes.h
kpot/avalanche
4bfa6f66a5610d3619414e374d77eae2edcb8b20
[ "MIT" ]
null
null
null
include/avalanche/shape_nodes.h
kpot/avalanche
4bfa6f66a5610d3619414e374d77eae2edcb8b20
[ "MIT" ]
1
2020-08-04T21:32:35.000Z
2020-08-04T21:32:35.000Z
#ifndef AVALANCHE_SHAPENODE_H #define AVALANCHE_SHAPENODE_H /** * This module contains the code transforming the shape or * restructuring/replicating the data without changing the content. * This includes reshaping, fetching the shape as a tensor, * slicing, concatenation of several nodes, etc. */ #include "aval...
30.842975
85
0.692301
[ "shape", "vector" ]
5807432fac478af4e23ae684ec43947ae7693b2e
2,740
h
C
Include/KAI/BuiltinTypes/MapBase.h
kalineh/KAI
43ab555bcbad1886715cd00b2cdac89e12d5cfe5
[ "MIT" ]
1
2018-06-16T17:53:43.000Z
2018-06-16T17:53:43.000Z
Include/KAI/BuiltinTypes/MapBase.h
kalineh/KAI
43ab555bcbad1886715cd00b2cdac89e12d5cfe5
[ "MIT" ]
null
null
null
Include/KAI/BuiltinTypes/MapBase.h
kalineh/KAI
43ab555bcbad1886715cd00b2cdac89e12d5cfe5
[ "MIT" ]
null
null
null
#ifdef KAI_HAVE_PRAGMA_ONCE # pragma once #endif #ifndef KAI_BUILTIN_TYPES_MAP_BASE_H # define KAI_BUILTIN_TYPES_MAP_BASE_H KAI_BEGIN /// A Map defines an associative container. Because this maps Object to Object, /// it is possible to store mappings of any type to any type. /// This is the base class for all mappi...
21.574803
80
0.632847
[ "object" ]
580c7b093c4e1e59bedbd6db7a5f1d9d8ed72c97
4,836
h
C
src/kowhai_protocol_server.h
djpnewton/kowhai
118b78f038105ed70c6bc2250438734622e8dac4
[ "MIT" ]
null
null
null
src/kowhai_protocol_server.h
djpnewton/kowhai
118b78f038105ed70c6bc2250438734622e8dac4
[ "MIT" ]
null
null
null
src/kowhai_protocol_server.h
djpnewton/kowhai
118b78f038105ed70c6bc2250438734622e8dac4
[ "MIT" ]
null
null
null
#ifndef _KOWHAI_PROTOCOL_SERVER_H_ #define _KOWHAI_PROTOCOL_SERVER_H_ #include "kowhai_protocol.h" #include <stddef.h> typedef struct kowhai_protocol_server_t* pkowhai_protocol_server_t; /** * @brief callback used to send a kowhai packet to the indented target * @param server the protocol server object * @param...
38.380952
165
0.793218
[ "object" ]
580c925aff085587cf6553a3c7354b49f0bbdb95
13,673
h
C
gap/src/gstring.h
franzfranchetti/spiral-software
5ad717954b8a14e82277c4bd82c7518d9e6c0a10
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
gap/src/gstring.h
franzfranchetti/spiral-software
5ad717954b8a14e82277c4bd82c7518d9e6c0a10
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
gap/src/gstring.h
franzfranchetti/spiral-software
5ad717954b8a14e82277c4bd82c7518d9e6c0a10
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
/**************************************************************************** ** *A string.h GAP source Martin Schoenert ** ** *Y Copyright (C) 2018-2020, Carnegie Mellon University *Y All rights reserved. See LICENSE for details. *Y *Y This work is based on GAP version 3, wi...
35.239691
81
0.497623
[ "object" ]
58176bc0dfc1bc063c2d5260bc9b0186b1f2d427
4,180
h
C
MonoNative/mscorlib/System/Reflection/mscorlib_System_Reflection_AssemblyFlagsAttribute.h
brunolauze/MonoNative
959fb52c2c1ffe87476ab0d6e4fcce0ad9ce1e66
[ "BSD-2-Clause" ]
7
2015-03-10T03:36:16.000Z
2021-11-05T01:16:58.000Z
MonoNative/mscorlib/System/Reflection/mscorlib_System_Reflection_AssemblyFlagsAttribute.h
brunolauze/MonoNative
959fb52c2c1ffe87476ab0d6e4fcce0ad9ce1e66
[ "BSD-2-Clause" ]
1
2020-06-23T10:02:33.000Z
2020-06-24T02:05:47.000Z
MonoNative/mscorlib/System/Reflection/mscorlib_System_Reflection_AssemblyFlagsAttribute.h
brunolauze/MonoNative
959fb52c2c1ffe87476ab0d6e4fcce0ad9ce1e66
[ "BSD-2-Clause" ]
null
null
null
#ifndef __MONO_NATIVE_MSCORLIB_SYSTEM_REFLECTION_ASSEMBLYFLAGSATTRIBUTE_H #define __MONO_NATIVE_MSCORLIB_SYSTEM_REFLECTION_ASSEMBLYFLAGSATTRIBUTE_H #include <mscorlib/System/mscorlib_System_Attribute.h> #include <mscorlib/System/Reflection/mscorlib_System_Reflection_AssemblyNameFlags.h> #include <mscorlib/System/Runti...
35.423729
136
0.737321
[ "object" ]
582261c6172d5646b108136a2f512bf3a27ba81e
514
h
C
simulation/eigen.h
dchandran/evolvenetworks
072f9e1292552f691a86457ffd16a5743724fb5e
[ "BSD-3-Clause" ]
1
2019-08-22T17:17:41.000Z
2019-08-22T17:17:41.000Z
simulation/eigen.h
dchandran/evolvenetworks
072f9e1292552f691a86457ffd16a5743724fb5e
[ "BSD-3-Clause" ]
null
null
null
simulation/eigen.h
dchandran/evolvenetworks
072f9e1292552f691a86457ffd16a5743724fb5e
[ "BSD-3-Clause" ]
null
null
null
#ifndef EVOLVENETWORK_EIGENVALUE_FUNCTION_H #define EVOLVENETWORK_EIGENVALUE_FUNCTION_H #include <stdlib.h> #include <stdio.h> #include <math.h> #include "f2c.h" #include "blaswrap.h" #include "clapack.h" /* finds the eigenvalues of a matrix using CLAPACK * \param: square matrix * \param: matrix dimension * \para...
23.363636
64
0.727626
[ "vector" ]
5828e94903ce8051d1aa198ef3785e67cf0e1f4b
2,297
h
C
pcl_crop/include/pcl_crop/pcl_crop.h
OssianEriksson/autonomous-twizy
d78e352c37dd4b2dcdd588b89e2bedb665e7175e
[ "Apache-2.0" ]
8
2021-03-18T21:49:43.000Z
2022-03-14T20:23:16.000Z
pcl_crop/include/pcl_crop/pcl_crop.h
OssianEriksson/autonomous-twizy
d78e352c37dd4b2dcdd588b89e2bedb665e7175e
[ "Apache-2.0" ]
1
2021-04-04T20:25:34.000Z
2021-04-04T20:31:07.000Z
pcl_crop/include/pcl_crop/pcl_crop.h
OssianEriksson/autonomous-twizy
d78e352c37dd4b2dcdd588b89e2bedb665e7175e
[ "Apache-2.0" ]
null
null
null
/** * @file pcl_crop.h * * @brief Contains classes used for cropping point clouds * * @author Ossian Eriksson \<ossiane@student.chalmers.se\> */ #ifndef PCL_CROP_PCL_CROP #define PCL_CROP_PCL_CROP #include <ros/ros.h> #include <sensor_msgs/PointCloud2.h> #include <vector> namespace pcl_crop { /** * @brief Cl...
21.669811
80
0.626469
[ "vector" ]
582a78542fe421b22de5c04905b595cfd204746d
3,403
h
C
qt-creator-opensource-src-4.6.1/src/plugins/qmldesigner/designercore/model/modeltotextmerger.h
kevinlq/Qt-Creator-Opensource-Study
b8cadff1f33f25a5d4ef33ed93f661b788b1ba0f
[ "MIT" ]
5
2018-12-22T14:49:13.000Z
2022-01-13T07:21:46.000Z
qt-creator-opensource-src-4.6.1/src/plugins/qmldesigner/designercore/model/modeltotextmerger.h
kevinlq/Qt-Creator-Opensource-Study
b8cadff1f33f25a5d4ef33ed93f661b788b1ba0f
[ "MIT" ]
null
null
null
qt-creator-opensource-src-4.6.1/src/plugins/qmldesigner/designercore/model/modeltotextmerger.h
kevinlq/Qt-Creator-Opensource-Study
b8cadff1f33f25a5d4ef33ed93f661b788b1ba0f
[ "MIT" ]
8
2018-07-17T03:55:48.000Z
2021-12-22T06:37:53.000Z
/**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of Qt Creator. ** ** Commercial License Usage ** Licensees holding valid commercial Qt licenses may use this file in ** accordance w...
37.811111
191
0.728769
[ "model" ]
5832fe1e476e860bff1e8b7dca94f88f6aebf1be
4,507
h
C
common/ArraySlice.h
pwais/surfelwarp
6e547e6b33b49d903475b869a58c9bda7b9c3061
[ "BSD-3-Clause" ]
223
2019-06-06T04:40:58.000Z
2022-03-21T05:59:54.000Z
common/ArraySlice.h
pwais/surfelwarp
6e547e6b33b49d903475b869a58c9bda7b9c3061
[ "BSD-3-Clause" ]
69
2019-07-13T07:15:21.000Z
2022-03-13T08:20:39.000Z
common/ArraySlice.h
pwais/surfelwarp
6e547e6b33b49d903475b869a58c9bda7b9c3061
[ "BSD-3-Clause" ]
65
2019-06-06T06:06:58.000Z
2022-01-19T15:59:52.000Z
#pragma once #include "common/logging.h" #include "common/common_types.h" #include "common/ArrayView.h" #include <cuda_runtime_api.h> namespace surfelwarp { //For friend template<typename T> class DeviceSliceBufferArray; //The array slice class, provides non-owned //read-WRITE access to some array template<ty...
35.488189
118
0.721101
[ "vector" ]
583a39ded4fa558d7406ebf33a11bbfcf5bd788e
7,020
h
C
src/modules/uORB/topics/sensor_combined.h
dibalavs/Firmware
d92ffe82e276e521d21a3fcda7a0418cdd056fab
[ "BSD-3-Clause" ]
null
null
null
src/modules/uORB/topics/sensor_combined.h
dibalavs/Firmware
d92ffe82e276e521d21a3fcda7a0418cdd056fab
[ "BSD-3-Clause" ]
null
null
null
src/modules/uORB/topics/sensor_combined.h
dibalavs/Firmware
d92ffe82e276e521d21a3fcda7a0418cdd056fab
[ "BSD-3-Clause" ]
null
null
null
/**************************************************************************** * * Copyright (C) 2008-2012 PX4 Development Team. All rights reserved. * Author: @author Thomas Gubler <thomasgubler@student.ethz.ch> * @author Julian Oes <joes@student.ethz.ch> * @author Lorenz Meier <lm@inf.ethz...
45.584416
114
0.69359
[ "object" ]
583bf05d81631dc2d4799fe57aa495d88bfd0de1
2,798
h
C
src/3rdparty/sheets/ui/MapViewModel.h
afarcat/QtSheetView
6d5ef3418238e9402c5a263a6f499557cc7215bf
[ "Apache-2.0" ]
null
null
null
src/3rdparty/sheets/ui/MapViewModel.h
afarcat/QtSheetView
6d5ef3418238e9402c5a263a6f499557cc7215bf
[ "Apache-2.0" ]
null
null
null
src/3rdparty/sheets/ui/MapViewModel.h
afarcat/QtSheetView
6d5ef3418238e9402c5a263a6f499557cc7215bf
[ "Apache-2.0" ]
null
null
null
/* This file is part of the KDE project Copyright 2009 Stefan Nikolaus <stefan.nikolaus@kdemail.net> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the Lic...
27.431373
99
0.705861
[ "shape", "model" ]
584860113917312b134b8fe9063ada07a9675592
2,952
h
C
Hot Spot Reference/Hot Spot/InstagramUserDataFetcher.h
patrickreynolds/Hot-Spot-APP
d1d71fa58f3af6959bf479c88b2f86f750627d20
[ "MIT" ]
null
null
null
Hot Spot Reference/Hot Spot/InstagramUserDataFetcher.h
patrickreynolds/Hot-Spot-APP
d1d71fa58f3af6959bf479c88b2f86f750627d20
[ "MIT" ]
null
null
null
Hot Spot Reference/Hot Spot/InstagramUserDataFetcher.h
patrickreynolds/Hot-Spot-APP
d1d71fa58f3af6959bf479c88b2f86f750627d20
[ "MIT" ]
null
null
null
// // InstagramUserDataFetcher.h // InstaFetcher // // Created by Patrick Reynolds on 1/7/14. // Copyright (c) 2014 Patrick Reynolds. All rights reserved. // #import <Foundation/Foundation.h> @interface InstagramUserDataFetcher : NSObject // Takes a string initializing InstagramUserDataFetcher with an Instagram ...
43.411765
104
0.778455
[ "object" ]
584cb2a664ac028ff3fe9524ea5799dd3cdd431d
34,642
c
C
src/cmd-cave.c
tingley/angband
2cddd71e4543650f325e25456ccc65559d89f095
[ "CC-BY-3.0" ]
null
null
null
src/cmd-cave.c
tingley/angband
2cddd71e4543650f325e25456ccc65559d89f095
[ "CC-BY-3.0" ]
null
null
null
src/cmd-cave.c
tingley/angband
2cddd71e4543650f325e25456ccc65559d89f095
[ "CC-BY-3.0" ]
null
null
null
/** * \file cmd-cave.c * \brief Chest and door opening/closing, disarming, running, resting, &c. * * Copyright (c) 1997 Ben Harrison, James E. Wilson, Robert A. Koeneke * * This work is free software; you can redistribute it and/or modify it * under the terms of either: * * a) the GNU General Public License as...
22.790789
78
0.645806
[ "object" ]
38908ab7795fae57d22aecf4c611d99962eae590
8,158
h
C
test_extensions/media_sharing/utils.h
grey-eminence/OpenCL-CTS
a69f3ca8cf2d50d6cf81eebedfa177d03c02b00b
[ "Apache-2.0" ]
null
null
null
test_extensions/media_sharing/utils.h
grey-eminence/OpenCL-CTS
a69f3ca8cf2d50d6cf81eebedfa177d03c02b00b
[ "Apache-2.0" ]
null
null
null
test_extensions/media_sharing/utils.h
grey-eminence/OpenCL-CTS
a69f3ca8cf2d50d6cf81eebedfa177d03c02b00b
[ "Apache-2.0" ]
null
null
null
// // Copyright (c) 2017 The Khronos Group Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
46.617143
194
0.771513
[ "object", "vector" ]
389ca1b5169a93c76b30c6f3266cfa6446b7adba
2,293
h
C
src/q0047.h
SeanWuLearner/leetcode
bafa93906fd586b6b6af929de1197d4f7347199d
[ "MIT" ]
2
2019-08-20T17:53:30.000Z
2021-11-16T06:34:40.000Z
src/q0047.h
SeanWuLearner/leetcode
bafa93906fd586b6b6af929de1197d4f7347199d
[ "MIT" ]
null
null
null
src/q0047.h
SeanWuLearner/leetcode
bafa93906fd586b6b6af929de1197d4f7347199d
[ "MIT" ]
null
null
null
#include "vector_util.h" /* Solution 1: normal backtrack with used array */ class Solution1{ public: void backtrack(vector<int> &nums, vector<bool> &used, vector<int> &perm, vector<vector<int>> &ans){ if(perm.size() == nums.size()){ ans.push_back(perm); return; } for...
26.976471
103
0.523332
[ "vector" ]
38a8f91d95d447b61b3c4bbc49346ba3b4c8104e
6,394
h
C
dep/unix/include/pistache/client.h
Netis/packet-agent
70da3479051a07e3c235abe7516990f9fd21a18a
[ "BSD-3-Clause" ]
995
2018-06-22T10:39:18.000Z
2022-03-25T01:22:14.000Z
dep/unix/include/pistache/client.h
Netis/packet-agent
70da3479051a07e3c235abe7516990f9fd21a18a
[ "BSD-3-Clause" ]
32
2018-06-23T14:19:37.000Z
2022-03-29T10:20:37.000Z
dep/unix/include/pistache/client.h
Netis/packet-agent
70da3479051a07e3c235abe7516990f9fd21a18a
[ "BSD-3-Clause" ]
172
2018-06-22T11:12:00.000Z
2022-03-29T07:44:33.000Z
/* Mathieu Stefani, 29 janvier 2016 The Http client */ #pragma once #include <pistache/async.h> #include <pistache/http.h> #include <pistache/os.h> #include <pistache/reactor.h> #include <pistache/timer_pool.h> #include <pistache/view.h> #include <atomic> #include <chrono> #include <functiona...
26.978903
81
0.682671
[ "vector" ]
38acb947874c9221cb4accf465028829e0797aa3
23,142
c
C
gdb/M68K-stub.c
aitorvs/ercos
22d0e7734d049529ae5363c7b4df5a84ed588248
[ "Apache-2.0" ]
1
2016-11-03T03:14:45.000Z
2016-11-03T03:14:45.000Z
gdb/M68K-stub.c
aitorvs/ercos
22d0e7734d049529ae5363c7b4df5a84ed588248
[ "Apache-2.0" ]
null
null
null
gdb/M68K-stub.c
aitorvs/ercos
22d0e7734d049529ae5363c7b4df5a84ed588248
[ "Apache-2.0" ]
null
null
null
/**************************************************************************** THIS SOFTWARE IS NOT COPYRIGHTED HP offers the following for use in the public domain. HP makes no warranty with regard to the software or it's performance and the user accepts the software "AS IS" with all faults. HP ...
27.648746
80
0.590744
[ "vector" ]
38b1e5689761c3e8c2e69ea6c9d4cef5342c4cfe
5,262
h
C
panoramic_stitching.h
XinyuanGui/panaromicStitching
b0fa3e5b0f7ca7de268257b01c80fca77f2fee4b
[ "MIT" ]
4
2019-01-16T21:34:53.000Z
2019-10-16T07:59:25.000Z
panoramic_stitching.h
XinyuanGui/panaromicStitching
b0fa3e5b0f7ca7de268257b01c80fca77f2fee4b
[ "MIT" ]
null
null
null
panoramic_stitching.h
XinyuanGui/panaromicStitching
b0fa3e5b0f7ca7de268257b01c80fca77f2fee4b
[ "MIT" ]
2
2019-04-12T05:50:28.000Z
2020-09-03T12:16:53.000Z
#ifndef PANARAMIC_STITCHING_H_ #define PANARAMIC_STITCHING_H_ #include <opencv2\core\core.hpp> #include <opencv2/highgui/highgui.hpp> #include <opencv2\imgproc\imgproc.hpp> #include <opencv2\features2d.hpp> #include <opencv2\calib3d.hpp> #include <opencv2\nonfree\nonfree.hpp> #include <Eigen/Dense> #include <vector> #...
38.977778
114
0.691372
[ "vector", "model", "transform" ]
38b8f6f8ddd8ab4216203c555ea37b0d8e74f9e2
9,134
h
C
bullet/BulletCollision/Gimpact/btGImpactQuantizedBvh.h
csabahruska/bullet
3a8dfa95c8778b2af43c0f81a4a1c2dfc4a1c6ff
[ "BSD-3-Clause" ]
14
2015-08-17T16:10:22.000Z
2020-12-15T21:07:46.000Z
bullet/BulletCollision/Gimpact/btGImpactQuantizedBvh.h
csabahruska/bullet
3a8dfa95c8778b2af43c0f81a4a1c2dfc4a1c6ff
[ "BSD-3-Clause" ]
1
2020-05-14T07:35:51.000Z
2020-05-15T01:42:07.000Z
bullet/BulletCollision/Gimpact/btGImpactQuantizedBvh.h
csabahruska/bullet
3a8dfa95c8778b2af43c0f81a4a1c2dfc4a1c6ff
[ "BSD-3-Clause" ]
8
2015-02-21T22:17:51.000Z
2021-03-31T18:27:51.000Z
#ifndef GIM_QUANTIZED_SET_H_INCLUDED #define GIM_QUANTIZED_SET_H_INCLUDED /*! \file btGImpactQuantizedBvh.h \author Francisco Leon Najera */ /* This source file is part of GIMPACT Library. For the latest info, see http://gimpact.sourceforge.net/ Copyright (c) 2007 Francisco Leon Najera. C.C. 80087371. email: project...
24.487936
243
0.805343
[ "transform" ]
38c0d2a4508423f9635c16c4fda2c7c3c5433b85
11,494
h
C
src/display_rawfb/display_rfb_mod.h
technosaurus/tekui
0c31963982b771ba85dc2ad72cde8579b4a1d0ce
[ "MIT" ]
3
2016-03-25T09:30:30.000Z
2022-01-13T20:01:42.000Z
src/display_rawfb/display_rfb_mod.h
technosaurus/tekui
0c31963982b771ba85dc2ad72cde8579b4a1d0ce
[ "MIT" ]
1
2018-07-14T10:04:00.000Z
2018-07-14T10:04:00.000Z
src/display_rawfb/display_rfb_mod.h
technosaurus/tekui
0c31963982b771ba85dc2ad72cde8579b4a1d0ce
[ "MIT" ]
3
2016-03-25T09:30:46.000Z
2022-01-14T02:19:42.000Z
#ifndef _TEK_DISPLAY_RFB_MOD_H #define _TEK_DISPLAY_RFB_MOD_H /* ** display_rfb_mod.h - Raw framebuffer display driver ** Written by Franciska Schulze <fschulze at schulze-mueller.de> ** and Timm S. Mueller <tmueller at schulze-mueller.de> ** See copyright notice in teklib/COPYRIGHT */ #define NDEBUG #include <assert...
29.471795
94
0.721594
[ "render" ]
38c0ed633b63e0726f02b2ff59a337744d016b2b
8,392
h
C
src/Base/ShaderPrograms.h
orikuma/choreonoid-org
d63dff5fa2249a586ffb2dbdbfa0aef0081bad66
[ "MIT" ]
null
null
null
src/Base/ShaderPrograms.h
orikuma/choreonoid-org
d63dff5fa2249a586ffb2dbdbfa0aef0081bad66
[ "MIT" ]
null
null
null
src/Base/ShaderPrograms.h
orikuma/choreonoid-org
d63dff5fa2249a586ffb2dbdbfa0aef0081bad66
[ "MIT" ]
null
null
null
/** @author Shin'ichiro Nakaoka */ #ifndef CNOID_BASE_SHADER_PROGRAMS_H #define CNOID_BASE_SHADER_PROGRAMS_H #include "glcore.h" #include <cnoid/EigenTypes> #include <initializer_list> #include "exportdecl.h" namespace cnoid { class GLSLProgram; class SgCamera; class SgLight; class SgMaterial; class SgFog; clas...
26.726115
113
0.72867
[ "model", "transform" ]
38c303fbb7b256f2b2ff94ac5bd1c26e8c16b436
1,765
h
C
applications/physbam/physbam-lib/Public_Library/PhysBAM_Dynamics/Motion/FRAME_TRACK_3D.h
schinmayee/nimbus
170cd15e24a7a88243a6ea80aabadc0fc0e6e177
[ "BSD-3-Clause" ]
20
2017-07-03T19:09:09.000Z
2021-09-10T02:53:56.000Z
applications/physbam/physbam-lib/Public_Library/PhysBAM_Dynamics/Motion/FRAME_TRACK_3D.h
schinmayee/nimbus
170cd15e24a7a88243a6ea80aabadc0fc0e6e177
[ "BSD-3-Clause" ]
null
null
null
applications/physbam/physbam-lib/Public_Library/PhysBAM_Dynamics/Motion/FRAME_TRACK_3D.h
schinmayee/nimbus
170cd15e24a7a88243a6ea80aabadc0fc0e6e177
[ "BSD-3-Clause" ]
9
2017-09-17T02:05:06.000Z
2020-01-31T00:12:01.000Z
//##################################################################### // Copyright 2005-2007, Jared Go, Tamar Shinar. // This file is part of PhysBAM whose distribution is governed by the license contained in the accompanying file PHYSBAM_COPYRIGHT.txt. //##############################################################...
39.222222
135
0.654958
[ "vector" ]
38c6d916207bf5b2ec9a273622095e21c68998ac
16,698
h
C
engine/debugger_engine.h
cristivlas/zerobugs
5f080c8645b123d7887fd8a64f60e8d226e3b1d5
[ "BSL-1.0" ]
2
2018-03-19T23:27:47.000Z
2018-06-24T16:15:19.000Z
engine/debugger_engine.h
cristivlas/zerobugs
5f080c8645b123d7887fd8a64f60e8d226e3b1d5
[ "BSL-1.0" ]
null
null
null
engine/debugger_engine.h
cristivlas/zerobugs
5f080c8645b123d7887fd8a64f60e8d226e3b1d5
[ "BSL-1.0" ]
1
2021-11-28T05:39:05.000Z
2021-11-28T05:39:05.000Z
#ifndef DEBUGGER_ENGINE_H__0AEF18F9_E867_46BB_82FA_D62AD7682383 #define DEBUGGER_ENGINE_H__0AEF18F9_E867_46BB_82FA_D62AD7682383 #include "zdk/zero.h" // // $Id$ // // ------------------------------------------------------------------------- // This file is part of ZeroBugs, Copyright (c) 2010 Cristian L. Vlasceanu // ...
30.140794
84
0.643011
[ "object", "vector" ]
38e6f2f5f19b56617b189a80a9bfc4baf4b3f7bb
2,364
h
C
graph/graph_djkstra.h
ruyueshi/algorithm_design_analysis
04e19e7fb1dfd080d46c42539e34e697993400cb
[ "Apache-2.0" ]
null
null
null
graph/graph_djkstra.h
ruyueshi/algorithm_design_analysis
04e19e7fb1dfd080d46c42539e34e697993400cb
[ "Apache-2.0" ]
null
null
null
graph/graph_djkstra.h
ruyueshi/algorithm_design_analysis
04e19e7fb1dfd080d46c42539e34e697993400cb
[ "Apache-2.0" ]
null
null
null
#ifndef ALGORITHM_DESIGN_ANALYSIS_GRAPH_DJKSTRA_H #define ALGORITHM_DESIGN_ANALYSIS_GRAPH_DJKSTRA_H #include <iostream> #include <string> #include <vector> #include <algorithm> #include <climits> struct Distance { int value; bool visit; std::vector<int> path; Distance() { value = 0; ...
26.266667
89
0.586294
[ "vector" ]
38ecfab9d418b85171ebc05432f6822626cf60a8
18,296
c
C
gnu/usr.bin/binutils/bfd/aout-arm.c
ArrogantWombatics/openbsd-src
75721e1d44322953075b7c4b89337b163a395291
[ "BSD-3-Clause" ]
4
2017-04-06T21:39:15.000Z
2019-10-09T17:34:14.000Z
gnu/usr.bin/binutils/bfd/aout-arm.c
ArrogantWombatics/openbsd-src
75721e1d44322953075b7c4b89337b163a395291
[ "BSD-3-Clause" ]
1
2018-08-21T03:56:33.000Z
2018-08-21T03:56:33.000Z
gnu/usr.bin/binutils/bfd/aout-arm.c
ArrogantWombatics/openbsd-src
75721e1d44322953075b7c4b89337b163a395291
[ "BSD-3-Clause" ]
1
2020-01-04T06:36:39.000Z
2020-01-04T06:36:39.000Z
/* BFD back-end for raw ARM a.out binaries. Copyright 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. Contributed by Richard Earnshaw (rwe@pegasus.esprit.ec.org) This file is part of BFD, the Binary File Descriptor library. This program is free software; you can redistribute it ...
32.325088
81
0.660909
[ "object" ]
166472b61e81c75a9b4287c0e74a2217fb98f084
993
h
C
third_party/pdfium/fpdfsdk/include/javascript/JavaScript.h
satorumpen/node-pdfium-native
90e5bf8bc69c80620f9f4231ebf8e39ef1178b8c
[ "BSD-2-Clause" ]
303
2015-03-13T08:31:24.000Z
2022-03-21T10:06:45.000Z
third_party/pdfium/fpdfsdk/include/javascript/JavaScript.h
satorumpen/node-pdfium-native
90e5bf8bc69c80620f9f4231ebf8e39ef1178b8c
[ "BSD-2-Clause" ]
15
2015-04-03T02:33:53.000Z
2020-01-28T10:42:29.000Z
third_party/pdfium/fpdfsdk/include/javascript/JavaScript.h
satorumpen/node-pdfium-native
90e5bf8bc69c80620f9f4231ebf8e39ef1178b8c
[ "BSD-2-Clause" ]
100
2015-03-13T08:28:56.000Z
2022-02-18T03:19:39.000Z
// Copyright 2014 PDFium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #ifndef _JAVASCRIPT_H_ #define _JAVASCRIPT_H_ #ifndef _INC_PDFAPI #define ...
24.825
80
0.691843
[ "vector" ]
16755269def84f4b2f6121563518fd6740069900
466
h
C
3DLfC4D/API/include/DL_Utilities.h
FilipMalmberg/3Delight-for-Cinema-4D
3394f8cd9e1121b8c35aa4e2b2443450ef82cbff
[ "MIT" ]
3
2018-10-06T17:05:53.000Z
2020-06-29T21:31:11.000Z
3DLfC4D/API/include/DL_Utilities.h
FilipMalmberg/3Delight-for-Cinema-4D
3394f8cd9e1121b8c35aa4e2b2443450ef82cbff
[ "MIT" ]
28
2018-11-14T19:08:18.000Z
2019-06-30T10:25:13.000Z
3DLfC4D/API/include/DL_Utilities.h
FilipMalmberg/3Delight-for-Cinema-4D
3394f8cd9e1121b8c35aa4e2b2443450ef82cbff
[ "MIT" ]
6
2018-08-29T11:02:39.000Z
2019-05-13T13:35:17.000Z
#ifndef DL_UTILITIES_H #define DL_UTILITIES_H #include "c4d.h" inline Vector toLinear(Vector color, BaseDocument* doc){ BaseContainer* data=doc->GetDataInstance(); long colorprofile=data->GetInt32(DOCUMENT_COLORPROFILE,2); //0=SRGB, 1=LINEAR, 2=DISABLED; bool lwf=data->GetBool(DOCUMENT_LINEARWORKFLOW,TRUE)...
27.411765
92
0.740343
[ "vector" ]
1675bcce05edb39ff271600ea98fa2a1e40ea3f2
9,882
h
C
include/tvm/meta_schedule/schedule_rule.h
XiaoSong9905/tvm
48940f697e15d5b50fa1f032003e6c700ae1e423
[ "Apache-2.0" ]
1
2022-01-29T21:05:36.000Z
2022-01-29T21:05:36.000Z
include/tvm/meta_schedule/schedule_rule.h
XiaoSong9905/tvm
48940f697e15d5b50fa1f032003e6c700ae1e423
[ "Apache-2.0" ]
6
2022-03-23T14:15:51.000Z
2022-03-31T14:35:57.000Z
include/tvm/meta_schedule/schedule_rule.h
XiaoSong9905/tvm
48940f697e15d5b50fa1f032003e6c700ae1e423
[ "Apache-2.0" ]
1
2022-03-02T16:24:54.000Z
2022-03-02T16:24:54.000Z
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
47.057143
99
0.680024
[ "object", "vector" ]
16777b67855a8a713fb3fac123cf08210c080648
587
h
C
ReactCommon/fabric/graphics/Geometry.h
ArrayZoneYour/react-native
5d0a430f7504a25db27d27dc9a4e4e5f1b33feb5
[ "CC-BY-4.0", "MIT" ]
2
2020-09-10T08:31:32.000Z
2020-09-15T17:06:18.000Z
ReactCommon/fabric/graphics/Geometry.h
ArrayZoneYour/react-native
5d0a430f7504a25db27d27dc9a4e4e5f1b33feb5
[ "CC-BY-4.0", "MIT" ]
null
null
null
ReactCommon/fabric/graphics/Geometry.h
ArrayZoneYour/react-native
5d0a430f7504a25db27d27dc9a4e4e5f1b33feb5
[ "CC-BY-4.0", "MIT" ]
2
2021-02-22T19:05:36.000Z
2021-05-08T04:18:49.000Z
/* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/graphics/Float.h> #include <react/graphics/Point.h> #include <react/graphics/Rect.h> #include <react/...
20.241379
66
0.715503
[ "vector" ]
16779179419e7c64161ed8bf4147a2438ce36474
2,824
h
C
core_ui/sim/box2d_widget.h
Siddhant-K-code/darwin
86781c9dabeceda7f8666bb1bb4b5ca7d725d81d
[ "Apache-2.0" ]
1
2021-04-08T15:10:16.000Z
2021-04-08T15:10:16.000Z
core_ui/sim/box2d_widget.h
JJ/darwin
d5519b6d542c179cbc0f6575dcfce25e68e2f1df
[ "Apache-2.0" ]
null
null
null
core_ui/sim/box2d_widget.h
JJ/darwin
d5519b6d542c179cbc0f6575dcfce25e68e2f1df
[ "Apache-2.0" ]
null
null
null
// Copyright 2019 The Darwin Neuroevolution Framework Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required ...
27.417476
83
0.732649
[ "render" ]
167cac2437e77d4a75169386350d899684f9c0c1
4,219
h
C
Source/1BitSGD/QuantizedDataParallelDistributedLearner.h
shyamalschandra/CNTK
0e7a6cd4cc174eab28eaf2ffc660c6380b9e4e2d
[ "MIT" ]
17,702
2016-01-25T14:03:01.000Z
2019-05-06T09:23:41.000Z
Source/1BitSGD/QuantizedDataParallelDistributedLearner.h
shyamalschandra/CNTK
0e7a6cd4cc174eab28eaf2ffc660c6380b9e4e2d
[ "MIT" ]
3,489
2016-01-25T13:32:09.000Z
2019-05-03T11:29:15.000Z
Source/1BitSGD/QuantizedDataParallelDistributedLearner.h
shyamalschandra/CNTK
0e7a6cd4cc174eab28eaf2ffc660c6380b9e4e2d
[ "MIT" ]
5,180
2016-01-25T14:02:12.000Z
2019-05-06T04:24:28.000Z
// // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE.md file in the project root for full license information. // #pragma once #include <vector> #include "CNTKLibrary.h" #include "DistributedLearnerBase.h" #include "PerformanceProfiler.h" namespace CNTK { /// //...
42.19
186
0.635696
[ "vector", "model" ]
167d582fac1a9904521752712cb5a9a72dce6026
1,165
c
C
TP1/ex01/exercice_1b.c
SheimaeBnani/LSD_C_LAB
d784285511a1b2ab015afa52f70be2d5c74ee31d
[ "MIT" ]
null
null
null
TP1/ex01/exercice_1b.c
SheimaeBnani/LSD_C_LAB
d784285511a1b2ab015afa52f70be2d5c74ee31d
[ "MIT" ]
null
null
null
TP1/ex01/exercice_1b.c
SheimaeBnani/LSD_C_LAB
d784285511a1b2ab015afa52f70be2d5c74ee31d
[ "MIT" ]
null
null
null
#include <stdio.h> #include <stdlib.h> #define N 10 double *Remonte(double A[N][N], double B[N], int n) { double *X; X = malloc(sizeof(double) * n); int i,j; double s; X[n-1] = B[n-1] / A[n-1][n-1]; for(i = n-2; i >= 0; i--) { s = 0; ...
18.492063
51
0.403433
[ "vector" ]
168259e838781ea0706b0e73fa0741ccddac4c90
6,509
h
C
src/modules/core/EasyConnect.h
SoaringLoong/sloongnet
1a4ef3068ede28363dcd8ac27a6bac11ea9a1077
[ "MIT" ]
2
2019-06-28T05:47:44.000Z
2020-12-29T11:32:53.000Z
src/modules/core/EasyConnect.h
SoaringLoong/sloongnet
1a4ef3068ede28363dcd8ac27a6bac11ea9a1077
[ "MIT" ]
null
null
null
src/modules/core/EasyConnect.h
SoaringLoong/sloongnet
1a4ef3068ede28363dcd8ac27a6bac11ea9a1077
[ "MIT" ]
1
2021-01-13T03:05:22.000Z
2021-01-13T03:05:22.000Z
/*** * @Author: Chuanbin Wang - wcb@sloong.com * @Date: 2018-01-12 15:25:16 * @LastEditTime: 2020-08-10 17:28:54 * @LastEditors: Chuanbin Wang * @FilePath: /engine/src/modules/core/EasyConnect.h * @Copyright 2015-2020 Sloong.com. All Rights Reserved * @Description: 封装Socket连接的细节信息。并将Socket进行隔离,上层使用特征码而不需...
38.976048
121
0.328315
[ "object", "vector" ]
168b1753c2824d01b378ac9002301e769667927e
1,664
h
C
Tetragrama/src/Layers/RenderingLayer.h
lamarrr/RendererEngine
0c3e2bd77859efc9c278ea8735dc3340803a75b2
[ "MIT" ]
null
null
null
Tetragrama/src/Layers/RenderingLayer.h
lamarrr/RendererEngine
0c3e2bd77859efc9c278ea8735dc3340803a75b2
[ "MIT" ]
null
null
null
Tetragrama/src/Layers/RenderingLayer.h
lamarrr/RendererEngine
0c3e2bd77859efc9c278ea8735dc3340803a75b2
[ "MIT" ]
null
null
null
#pragma once #include <vector> #include <ZEngine/ZEngine.h> #include <Components/Events/SceneViewportResizedEvent.h> #include <Components/Events/SceneViewportFocusedEvent.h> #include <Components/Events/SceneViewportUnfocusedEvent.h> #include <Components/Events/SceneTextureAvailableEvent.h> #include <Editor.h> namespac...
37.818182
94
0.710337
[ "mesh", "render", "vector" ]
168f3e77d968ab7723f29e84a8f9bd849bfbd453
32,254
c
C
CE5/tokenise_name2.c
jkbonfield/mpeg_misc
158d00043989d55eac2e7c0a43d67b44922eff17
[ "MIT" ]
1
2017-02-27T09:49:55.000Z
2017-02-27T09:49:55.000Z
CE5/tokenise_name2.c
jkbonfield/mpeg_misc
158d00043989d55eac2e7c0a43d67b44922eff17
[ "MIT" ]
null
null
null
CE5/tokenise_name2.c
jkbonfield/mpeg_misc
158d00043989d55eac2e7c0a43d67b44922eff17
[ "MIT" ]
null
null
null
// TODO // // - Is it better when encoding 1, 2, 3, 3, 4, 5, 5, 6, 7, 9, 9, 10 to encode // this as a mixture of MATCH and DELTA ops, or as entirely as DELTA ops // with some delta values being zero? I suspect the latter, but it is // not implemented here. See "last_token_delta" comments in code. // // - Consid...
28.849732
115
0.578285
[ "model" ]
169abd11999154f51bbba35168c0af486f17fec1
6,622
c
C
os/boot/pc/clock.c
glycerine/inferno
3e99b1ef540dfa554aef90378dbeac48f5187bf5
[ "Unlicense" ]
33
2015-03-10T17:30:43.000Z
2021-04-26T07:57:23.000Z
arch/native/boot/pc/clock.c
hall/inf
f8bddafa7feddbd6b818ec9c187221e51bb66e83
[ "Apache-2.0" ]
1
2015-03-06T15:14:11.000Z
2015-03-06T15:18:16.000Z
arch/native/boot/pc/clock.c
hall/inf
f8bddafa7feddbd6b818ec9c187221e51bb66e83
[ "Apache-2.0" ]
13
2015-01-06T21:12:18.000Z
2019-10-31T19:08:34.000Z
#include "u.h" #include "lib.h" #include "mem.h" #include "dat.h" #include "fns.h" #include "io.h" #include "ureg.h" /* * 8253 timer */ enum { T0cntr= 0x40, /* counter ports */ T1cntr= 0x41, /* ... */ T2cntr= 0x42, /* ... */ Tmode= 0x43, /* mode port */ /* commands */ Latch0= 0x00, /* latch counter 0's ...
21.36129
67
0.565086
[ "vector", "model", "3d" ]
16a013438c29f55bbb78dbbfa9219a06008e603d
3,217
h
C
src/asiVisu/providers/asiVisu_ThicknessDataProvider.h
CadQuery/AnalysisSitus
f3b379ca9158325a21e50fefba8133cab51d9cd9
[ "BSD-3-Clause" ]
3
2021-11-04T01:36:56.000Z
2022-03-10T07:11:01.000Z
src/asiVisu/providers/asiVisu_ThicknessDataProvider.h
CadQuery/AnalysisSitus
f3b379ca9158325a21e50fefba8133cab51d9cd9
[ "BSD-3-Clause" ]
null
null
null
src/asiVisu/providers/asiVisu_ThicknessDataProvider.h
CadQuery/AnalysisSitus
f3b379ca9158325a21e50fefba8133cab51d9cd9
[ "BSD-3-Clause" ]
1
2021-09-25T18:14:30.000Z
2021-09-25T18:14:30.000Z
//----------------------------------------------------------------------------- // Created on: 03 April 2020 //----------------------------------------------------------------------------- // Copyright (c) 2020-present, Sergey Slyadnev // All rights reserved. // // Redistribution and use in source and binary forms, wit...
37.406977
93
0.68853
[ "mesh" ]
16a4cd7d2e8aa87bcfdb808c3a90094e65f055bf
8,192
h
C
include/ast_opt/ast/For.h
moritzwinger/ABC
2d1f507dc7188b13767cce8050b8aa9daa7c1625
[ "MIT" ]
null
null
null
include/ast_opt/ast/For.h
moritzwinger/ABC
2d1f507dc7188b13767cce8050b8aa9daa7c1625
[ "MIT" ]
null
null
null
include/ast_opt/ast/For.h
moritzwinger/ABC
2d1f507dc7188b13767cce8050b8aa9daa7c1625
[ "MIT" ]
null
null
null
#ifndef AST_OPTIMIZER_INCLUDE_AST_OPT_AST_FOR_H_ #define AST_OPTIMIZER_INCLUDE_AST_OPT_AST_FOR_H_ #include <string> #include "ast_opt/ast/AbstractExpression.h" #include "ast_opt/ast/Block.h" class For : public AbstractStatement { private: /// Stores the the initializer std::unique_ptr<Block> initializer = nullpt...
35.617391
101
0.64856
[ "object" ]
16a81327bc2417f51dcd3745fd38685974ed0fb9
180,644
h
C
wled00/html_other.h
jrutlen/WLED
bb83378cd0ad543db836b2270507479d420bbd7e
[ "MIT" ]
null
null
null
wled00/html_other.h
jrutlen/WLED
bb83378cd0ad543db836b2270507479d420bbd7e
[ "MIT" ]
null
null
null
wled00/html_other.h
jrutlen/WLED
bb83378cd0ad543db836b2270507479d420bbd7e
[ "MIT" ]
null
null
null
/* * More web UI HTML source arrays. * This file is auto generated, please don't make any changes manually. * Instead, see https://kno.wled.ge/advanced/custom-features/#changing-web-ui * to find out how to easily modify the web UI source! */ // Autogenerated from wled00/data/usermod.htm, do not edit!! const char...
171.551757
78,125
0.794729
[ "object", "transform", "solid" ]
16b887205e278c26c2da515824f0556a8d2c9de0
1,286
h
C
build/iosagent/ADEUMInstrumentation.framework/Headers/ADEUMInstrumentation/ADEumNetworkRequestCallback.h
tieniber/react-native-agent
a8c1a2c189a7d53ed9aad83603a5e04ddcd66679
[ "Apache-2.0" ]
null
null
null
build/iosagent/ADEUMInstrumentation.framework/Headers/ADEUMInstrumentation/ADEumNetworkRequestCallback.h
tieniber/react-native-agent
a8c1a2c189a7d53ed9aad83603a5e04ddcd66679
[ "Apache-2.0" ]
null
null
null
build/iosagent/ADEUMInstrumentation.framework/Headers/ADEUMInstrumentation/ADEumNetworkRequestCallback.h
tieniber/react-native-agent
a8c1a2c189a7d53ed9aad83603a5e04ddcd66679
[ "Apache-2.0" ]
null
null
null
// // Copyright (c) 2017 AppDynamics Technologies. All rights reserved. // #import <Foundation/Foundation.h> #import "ADEumCommons.h" #import "ADEumHTTPRequestTracker.h" ADEUM_ASSUME_NONNULL_BEGIN /** * The `ADEumNetworkRequestCallback` protocol defines the messages * sent to an object as part of creating network...
30.619048
78
0.760498
[ "object" ]
16c0d9cea8dfacf02a56b40ab24f40c8c788fbb3
5,093
h
C
imp/small.h
wcy123/voba_value
658a22db2b9c497c0deefd6a45190c59236fb964
[ "MIT" ]
null
null
null
imp/small.h
wcy123/voba_value
658a22db2b9c497c0deefd6a45190c59236fb964
[ "MIT" ]
null
null
null
imp/small.h
wcy123/voba_value
658a22db2b9c497c0deefd6a45190c59236fb964
[ "MIT" ]
null
null
null
#pragma once #include "for_each.h" /** @file small types =========== when it is VOBA_TYPE_SMALL, @verbatim +--------------------------------------+-------+-------+ | data | type2 | type1 | +--------------------------------------+-------+-------+ | 48bits |...
34.883562
88
0.541724
[ "object" ]
16c0fcbc50ecc347df5a2f9df619849bb69632da
7,460
h
C
Misc/Include/FastAccessRegistration.h
ArvydasSlekaitis/ReginaGameEngine
4b6af9b5fbf9aad4025b0387260c31019fd8f8c8
[ "MIT" ]
1
2020-09-02T06:00:14.000Z
2020-09-02T06:00:14.000Z
Misc/Include/FastAccessRegistration.h
ArvydasSlekaitis/ReginaGameEngine
4b6af9b5fbf9aad4025b0387260c31019fd8f8c8
[ "MIT" ]
null
null
null
Misc/Include/FastAccessRegistration.h
ArvydasSlekaitis/ReginaGameEngine
4b6af9b5fbf9aad4025b0387260c31019fd8f8c8
[ "MIT" ]
null
null
null
/////////////////////////////////////////////////////////// // FastAccessRegistration.h // Created on: 25-03-2009 // Last modified: 25-03-2009 // Original author: Arvydas Slekaitis (C) /////////////////////////////////////////////////////////// #ifndef FASTACCESSREGISTRATION_H #define FASTACCESSREGISTRATIO...
25.902778
163
0.611528
[ "object", "vector" ]
16c2abe59ed2b7ca15c813317a0a6724dc00d3ab
3,403
h
C
wfobj.h
NX1125/cg-tf
84a2e05908066efcbe797d35c6498f69a51ad917
[ "MIT" ]
null
null
null
wfobj.h
NX1125/cg-tf
84a2e05908066efcbe797d35c6498f69a51ad917
[ "MIT" ]
null
null
null
wfobj.h
NX1125/cg-tf
84a2e05908066efcbe797d35c6498f69a51ad917
[ "MIT" ]
null
null
null
/* * File: wfobj.h * Author: gg * * Created on 4 de dezembro de 2019, 21:45 */ #ifndef WFOBJ_H #define WFOBJ_H #include <map> #include <vector> #include "xmlutils.h" #include "shapes.h" #include "filepath.h" using namespace std; struct WFCommand; typedef void (*WFFunction)(const GLfloat*, WFCommand*); st...
17.723958
81
0.657949
[ "object", "vector", "model" ]
5bc6fd12bbc1e47295cc9050c46beff6e01ccbc4
8,830
h
C
yosh.h
korrmet/yosh
573dbca6bbdc58376b2d9df2f56a98cb3c8ad54e
[ "Naumen", "Condor-1.1", "MS-PL" ]
null
null
null
yosh.h
korrmet/yosh
573dbca6bbdc58376b2d9df2f56a98cb3c8ad54e
[ "Naumen", "Condor-1.1", "MS-PL" ]
null
null
null
yosh.h
korrmet/yosh
573dbca6bbdc58376b2d9df2f56a98cb3c8ad54e
[ "Naumen", "Condor-1.1", "MS-PL" ]
null
null
null
#ifndef YOSH_H #define YOSH_H #include <stddef.h> #include "containers/lists.h" #include "containers/strings.h" #define YOSH_STANDARD_INPUT_LEN 40 /**< length of standard input in chars \note automatically extended, not ...
43.712871
80
0.608154
[ "object" ]
5bca11f14d9ec7399d01eea81f4506c335dabf4a
1,408
h
C
core/src/umundo/common/Host.h
tmolitor-stud-tu/umundo
35f5b3ad57034dfd4f27a2c5f56803fa5de9483a
[ "BSD-3-Clause" ]
null
null
null
core/src/umundo/common/Host.h
tmolitor-stud-tu/umundo
35f5b3ad57034dfd4f27a2c5f56803fa5de9483a
[ "BSD-3-Clause" ]
null
null
null
core/src/umundo/common/Host.h
tmolitor-stud-tu/umundo
35f5b3ad57034dfd4f27a2c5f56803fa5de9483a
[ "BSD-3-Clause" ]
null
null
null
/** * @file * @brief Host-specific information (e.g. NICs, HostID). * @author 2012 Stefan Radomski (stefan.radomski@cs.tu-darmstadt.de) * @copyright Simplified BSD * * @cond * This program is free software: you can redistribute it and/or modify * it under the terms of the FreeBSD license as pub...
26.566038
106
0.707386
[ "vector" ]
5bcacec03eb84aad0c264f52f5882560c601338e
1,334
h
C
catboost/private/libs/algo/estimated_features.h
jochenater/catboost
de2786fbc633b0d6ea6a23b3862496c6151b95c2
[ "Apache-2.0" ]
6,989
2017-07-18T06:23:18.000Z
2022-03-31T15:58:36.000Z
catboost/private/libs/algo/estimated_features.h
jochenater/catboost
de2786fbc633b0d6ea6a23b3862496c6151b95c2
[ "Apache-2.0" ]
1,978
2017-07-18T09:17:58.000Z
2022-03-31T14:28:43.000Z
catboost/private/libs/algo/estimated_features.h
jochenater/catboost
de2786fbc633b0d6ea6a23b3862496c6151b95c2
[ "Apache-2.0" ]
1,228
2017-07-18T09:03:13.000Z
2022-03-29T05:57:40.000Z
#pragma once #include <catboost/libs/data/data_provider.h> #include <catboost/libs/data/feature_estimators.h> #include <catboost/libs/data/quantized_features_info.h> #include <util/generic/array_ref.h> #include <util/generic/fwd.h> #include <util/generic/maybe.h> #include <util/generic/vector.h> #include <util/system...
29
79
0.766117
[ "vector" ]
5bce35deffaf6dfb6dca19e4af3701f996a177a5
26,426
c
C
4_World/Plugins/PluginBase/PermissionManager/PermissionManager.c
daemonforge/VPP-Admin-Tools
e6bdb6c94027d02e095974e71468cd9085ad24c1
[ "0BSD" ]
null
null
null
4_World/Plugins/PluginBase/PermissionManager/PermissionManager.c
daemonforge/VPP-Admin-Tools
e6bdb6c94027d02e095974e71468cd9085ad24c1
[ "0BSD" ]
null
null
null
4_World/Plugins/PluginBase/PermissionManager/PermissionManager.c
daemonforge/VPP-Admin-Tools
e6bdb6c94027d02e095974e71468cd9085ad24c1
[ "0BSD" ]
1
2021-11-26T12:21:44.000Z
2021-11-26T12:21:44.000Z
enum NotifyTypes { ERROR, NOTIFY, PERMISSION_REJECT }; class PermissionManager extends ConfigurablePlugin { private ref array<string> m_SuperAdmins; private const string m_SuperAdminsListPath = "$profile:VPPAdminTools/Permissions/SuperAdmins/SuperAdmins.txt"; private const string m_UserGroupsSavePath = "$prof...
32.624691
495
0.705517
[ "object" ]
5bd00bea19810cf3af547f88082b3982f071ea21
4,476
h
C
include/parquet/file/writer-internal.h
djc80s/c-cpp_study
3ea8289c358a2b732524ab391aa87c4a8fc0b6a7
[ "BSD-2-Clause" ]
null
null
null
include/parquet/file/writer-internal.h
djc80s/c-cpp_study
3ea8289c358a2b732524ab391aa87c4a8fc0b6a7
[ "BSD-2-Clause" ]
null
null
null
include/parquet/file/writer-internal.h
djc80s/c-cpp_study
3ea8289c358a2b732524ab391aa87c4a8fc0b6a7
[ "BSD-2-Clause" ]
null
null
null
// Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you may...
31.744681
89
0.762288
[ "vector" ]
5bd484ddd70a2bb8aea2fbbdf9ae2c94f8d2dcd5
2,150
h
C
include/error.h
PetroShevchenko/lib-coap-cpp
f99bff174925257ea63480f598f5753ece0f392d
[ "Apache-2.0" ]
null
null
null
include/error.h
PetroShevchenko/lib-coap-cpp
f99bff174925257ea63480f598f5753ece0f392d
[ "Apache-2.0" ]
null
null
null
include/error.h
PetroShevchenko/lib-coap-cpp
f99bff174925257ea63480f598f5753ece0f392d
[ "Apache-2.0" ]
null
null
null
#ifndef ERROR_H #define ERROR_H #include <iostream> #include <string> #include <vector> namespace coap { using error_code_t = enum { OK = 0, WRONG_ARGUMENT, PROTOCOL_VERSION, TOKEN_LENGTH, WRONG_OPTION_DELTA, WRONG_OPTION_LENGTH, WRONG_URI_PATH, BUFFER_LENGTH, CREATE_SOCKET, INCOMPLETE_SEND, RECEIVE, RESO...
20.873786
90
0.706977
[ "vector" ]
5bd581216560f1ed199fdefdcff7e8c032207e02
26,944
c
C
src/sdf_writer.c
haesslich/SATS-software-audio-test-suite
6f6eea2134bce71af696d01c8fbb39ee38e325cc
[ "BSD-3-Clause-Clear", "BSD-3-Clause" ]
7
2018-11-11T20:49:07.000Z
2021-03-22T05:08:37.000Z
src/sdf_writer.c
DolbyLaboratories/SATS-software-audio-test-suite
1e3355c282b08fc5439776516b618633e3bea015
[ "BSD-3-Clause-Clear", "BSD-3-Clause" ]
null
null
null
src/sdf_writer.c
DolbyLaboratories/SATS-software-audio-test-suite
1e3355c282b08fc5439776516b618633e3bea015
[ "BSD-3-Clause-Clear", "BSD-3-Clause" ]
2
2019-07-12T00:41:56.000Z
2020-02-24T09:41:20.000Z
/************************************************************************************************************ * Copyright (c) 2018, Dolby Laboratories Inc. * All rights reserved. * Redistribution and use in source and binary forms, with or without modification, are permitted * provided that the following conditio...
23.009394
146
0.580463
[ "vector" ]
5bd7a493ef32e59d203d53ab3c19cb19e1dfdb6d
7,368
h
C
lib/image_graph.h
davidstutz/graph-based-image-segmentation
11d22024dc74302bc6ded165e3eae4c103bd5e1d
[ "Unlicense" ]
34
2017-01-26T14:22:51.000Z
2022-03-07T14:20:10.000Z
lib/image_graph.h
davidstutz/graph-based-image-segmentation
11d22024dc74302bc6ded165e3eae4c103bd5e1d
[ "Unlicense" ]
1
2018-02-21T00:39:38.000Z
2018-02-21T00:39:38.000Z
lib/image_graph.h
davidstutz/graph-based-image-segmentation
11d22024dc74302bc6ded165e3eae4c103bd5e1d
[ "Unlicense" ]
13
2017-09-21T07:41:40.000Z
2021-03-28T02:45:29.000Z
/** * Copyright (c) 2016, David Stutz * Contact: david.stutz@rwth-aachen.de, davidstutz.de * 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 reta...
27.288889
89
0.593377
[ "vector" ]
5bd8d089441d401bb71b7bacc13e9219be7775fd
3,552
h
C
libraries/script-engine/src/ModelScriptingInterface.h
Penguin-Guru/vircadia
021268696c73f699364fa93f5d6db03e6b1b8426
[ "Apache-2.0" ]
272
2021-01-07T03:06:08.000Z
2022-03-25T03:54:07.000Z
libraries/script-engine/src/ModelScriptingInterface.h
MetaverseCyy/vircadia
c36afe76e1113b6b9ec46e2f72e7e6ec45bde299
[ "Apache-2.0" ]
1,021
2020-12-12T02:33:32.000Z
2022-03-31T23:36:37.000Z
libraries/script-engine/src/ModelScriptingInterface.h
MetaverseCyy/vircadia
c36afe76e1113b6b9ec46e2f72e7e6ec45bde299
[ "Apache-2.0" ]
77
2020-12-15T06:59:34.000Z
2022-03-23T22:18:04.000Z
// // ModelScriptingInterface.h // libraries/script-engine/src // // Created by Seth Alves on 2017-1-27. // Copyright 2017 High Fidelity, Inc. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // /// @addtogroup Script...
33.509434
127
0.67286
[ "mesh", "model", "transform" ]
5bda6108a436c0880f8cb5c5ae3f44ecaa77d63f
45,201
h
C
kernel/Base/PhysicalFace_Impl.h
hpgem/hpgem
b2f7ac6bdef3262af0c3e8559cb991357a96457f
[ "BSD-3-Clause-Clear" ]
5
2020-04-01T15:35:26.000Z
2022-02-22T02:48:12.000Z
kernel/Base/PhysicalFace_Impl.h
hpgem/hpgem
b2f7ac6bdef3262af0c3e8559cb991357a96457f
[ "BSD-3-Clause-Clear" ]
139
2020-01-06T12:42:24.000Z
2022-03-10T20:58:14.000Z
kernel/Base/PhysicalFace_Impl.h
hpgem/hpgem
b2f7ac6bdef3262af0c3e8559cb991357a96457f
[ "BSD-3-Clause-Clear" ]
4
2020-04-10T09:19:33.000Z
2021-08-21T07:20:42.000Z
/* This file forms part of hpGEM. This package has been developed over a number of years by various people at the University of Twente and a full list of contributors can be found at http://hpgem.org/about-the-code/team This code is distributed using BSD 3-Clause License. A copy of which can found below. Copyr...
38.04798
80
0.644012
[ "geometry", "shape", "vector", "transform" ]
5bdba2bb229e2ffae75bfa604f998a61e2cba469
1,226
h
C
include/work_unit_manager.h
kanhavishva/parcrypt
1186bd1c3498086cedd7cf3bf599489856556035
[ "MIT" ]
null
null
null
include/work_unit_manager.h
kanhavishva/parcrypt
1186bd1c3498086cedd7cf3bf599489856556035
[ "MIT" ]
null
null
null
include/work_unit_manager.h
kanhavishva/parcrypt
1186bd1c3498086cedd7cf3bf599489856556035
[ "MIT" ]
1
2022-03-11T07:13:11.000Z
2022-03-11T07:13:11.000Z
#ifndef _WORK_UNIT_MANAGER_H #define _WORK_UNIT_MANAGER_H #include <map> #include <mutex> #include <vector> #include "work_unit.h" #include "worker_thread.h" namespace parcrypt { class WorkUnitManager { private: std::mutex _mutex; const std::string _work_dir = "work_units"; const std::st...
20.098361
73
0.690865
[ "vector" ]
5bdda8e3e672445afbf3c0348f6a1078e6349c14
2,994
h
C
SurgSim/Devices/ReplayPoseDevice/ReplayPoseScaffold.h
dbungert/opensurgsim
bd30629f2fd83f823632293959b7654275552fa9
[ "Apache-2.0" ]
24
2015-01-19T16:18:59.000Z
2022-03-13T03:29:11.000Z
SurgSim/Devices/ReplayPoseDevice/ReplayPoseScaffold.h
dbungert/opensurgsim
bd30629f2fd83f823632293959b7654275552fa9
[ "Apache-2.0" ]
3
2018-12-21T14:54:08.000Z
2022-03-14T12:38:07.000Z
SurgSim/Devices/ReplayPoseDevice/ReplayPoseScaffold.h
dbungert/opensurgsim
bd30629f2fd83f823632293959b7654275552fa9
[ "Apache-2.0" ]
8
2015-04-10T19:45:36.000Z
2022-02-02T17:00:59.000Z
// This file is a part of the OpenSurgSim project. // Copyright 2013-2015, SimQuest Solutions Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses...
32.543478
114
0.768871
[ "object" ]
5be0f026ad1c1d213cae3bca0bf3cc17b2c3a6ef
5,129
h
C
dev/RadioButtons/RadioButtons.h
ZachT1711/microsoft-ui-xaml
b781f9d71051cc41968d2cf22501de227832e74b
[ "MIT" ]
3,788
2019-05-07T02:41:36.000Z
2022-03-30T12:34:15.000Z
dev/RadioButtons/RadioButtons.h
ZachT1711/microsoft-ui-xaml
b781f9d71051cc41968d2cf22501de227832e74b
[ "MIT" ]
6,170
2019-05-06T21:32:43.000Z
2022-03-31T23:46:55.000Z
dev/RadioButtons/RadioButtons.h
ZachT1711/microsoft-ui-xaml
b781f9d71051cc41968d2cf22501de227832e74b
[ "MIT" ]
532
2019-05-07T12:15:58.000Z
2022-03-31T11:36:26.000Z
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. #pragma once #include "common.h" #include "RadioButtonsElementFactory.h" #include "RadioButtons.g.h" #include "RadioButtons.properties.h" #include "Colum...
44.6
131
0.764477
[ "object" ]
5bf27f8e6a974b272a0d384d8e8b31d4986c7388
690
h
C
vice/src/objects/tests/hydrodiskstars.h
rcooke-ast/VICE
762911eb4192c7206ce2ae36b645d120ed889cb7
[ "MIT" ]
22
2018-09-26T21:02:51.000Z
2022-03-24T18:07:03.000Z
vice/src/objects/tests/hydrodiskstars.h
rcooke-ast/VICE
762911eb4192c7206ce2ae36b645d120ed889cb7
[ "MIT" ]
2
2019-05-03T13:08:27.000Z
2021-02-17T20:11:37.000Z
vice/src/objects/tests/hydrodiskstars.h
rcooke-ast/VICE
762911eb4192c7206ce2ae36b645d120ed889cb7
[ "MIT" ]
3
2019-05-10T19:26:31.000Z
2021-11-10T08:13:42.000Z
#ifndef OBJECTS_TESTS_HYDRODISKSTARS_H #define OBJECTS_TESTS_HYDRODISKSTARS_H #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ #include "../hydrodiskstars.h" /* * Tests the constructor function for the hydrodiskstars object * * Returns * ======= * 1 on success, 0 on failure * * source: hydrodiskstars...
18.157895
63
0.726087
[ "object" ]
5bf3fcdd0d784b84199bc3a4a14b1c0e5f43dcf0
1,555
h
C
ATM/atm.h
BearDimonR/MOOP_Project_5_ATM
f7f20b202b20f11e43cd780833715640aab77a76
[ "MIT" ]
null
null
null
ATM/atm.h
BearDimonR/MOOP_Project_5_ATM
f7f20b202b20f11e43cd780833715640aab77a76
[ "MIT" ]
null
null
null
ATM/atm.h
BearDimonR/MOOP_Project_5_ATM
f7f20b202b20f11e43cd780833715640aab77a76
[ "MIT" ]
1
2020-11-14T15:25:13.000Z
2020-11-14T15:25:13.000Z
#ifndef ATM_H #define ATM_H #include <QObject> #include "ATM/Model/atmcard2.h" #include "ATM/Model/atmparams.h" #include "ATM/Socket/atmsocket.h" class ATM : public QObject { Q_OBJECT protected: ATMSocket* socket_; ATMParams* par_; ATMCard* card_; ATM(const ATM&) = delete; ATM(ATM&&) = dele...
21.30137
50
0.666238
[ "model" ]
5bf8b3c45e93167fa82307b2f4b67724045eeb7b
36,530
c
C
shell/ext/brfcase/filesync/syncui/update.c
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
shell/ext/brfcase/filesync/syncui/update.c
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
shell/ext/brfcase/filesync/syncui/update.c
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
//--------------------------------------------------------------------------- // // Copyright (c) Microsoft Corporation 1993-1994 // // File: update.c // // This files contains code for the Update UI and dialog. // // History: // 08-17-93 ScottH Created. // //--------------------------------------------...
29.270833
160
0.438352
[ "object" ]
7501c9a96f0c54874f3bb90ce2acbe0cf471dde1
1,603
h
C
GATE_Engine/ResourceMesh.h
DocDonkeys/3D_Engine
bb2868884c6eec0ef619a45b7e21f5cf3857fe1b
[ "MIT" ]
1
2019-12-28T18:28:27.000Z
2019-12-28T18:28:27.000Z
GATE_Engine/ResourceMesh.h
DocDonkeys/3D_Engine
bb2868884c6eec0ef619a45b7e21f5cf3857fe1b
[ "MIT" ]
null
null
null
GATE_Engine/ResourceMesh.h
DocDonkeys/3D_Engine
bb2868884c6eec0ef619a45b7e21f5cf3857fe1b
[ "MIT" ]
3
2020-02-13T22:52:44.000Z
2020-10-21T06:55:45.000Z
#ifndef __RESOURCE_MESH_H__ #define __RESOURCE_MESH_H__ #include "Resource.h" #include "JsonLoader.h" #include "libs/MathGeoLib/include/Geometry/AABB.h" struct aiMesh; class ResourceMesh : public Resource { public: ResourceMesh(uint32 uid); ~ResourceMesh(); public: bool LoadInMemory() override; void Save(json&...
25.444444
103
0.739863
[ "geometry" ]
75028b30556301f5c5ad35825e019d29eed3ceb7
310
h
C
include/ape/scene/detail/scene_detail.h
avarsh/ape2d
b32d1a0beb8bfc3e32b29174701d395b53408f32
[ "MIT" ]
null
null
null
include/ape/scene/detail/scene_detail.h
avarsh/ape2d
b32d1a0beb8bfc3e32b29174701d395b53408f32
[ "MIT" ]
18
2017-05-29T19:22:29.000Z
2020-03-24T20:10:02.000Z
include/ape/scene/detail/scene_detail.h
avarsh/ape2d
b32d1a0beb8bfc3e32b29174701d395b53408f32
[ "MIT" ]
null
null
null
#ifndef APE_SCENE_DETAIL_H #define APE_SCENE_DETAIL_H #include <ape/core/constants.h> #include <ape/scene/node.h> namespace ape { namespace scene { namespace detail { void init(); void render(); void traverse(const entity_t entity); } } } #endif
16.315789
49
0.603226
[ "render" ]
75049bd1e73ff5a410469b6c2e212d062452f8de
2,130
c
C
NativeLib/fatfs.c
nifanfa/BootTo.NET
5bfdd6db95e03dfd5cde86e08b79d5bdc0e72123
[ "MIT" ]
1
2022-01-05T15:12:05.000Z
2022-01-05T15:12:05.000Z
NativeLib/fatfs.c
nifanfa/BootTo.NET
5bfdd6db95e03dfd5cde86e08b79d5bdc0e72123
[ "MIT" ]
null
null
null
NativeLib/fatfs.c
nifanfa/BootTo.NET
5bfdd6db95e03dfd5cde86e08b79d5bdc0e72123
[ "MIT" ]
null
null
null
#include "ff.h" #include "printf.h" #include <stdbool.h> #include <intrin.h> //The maximum file length of exFAT #define INFO_NAME_LENGTH 255 struct Info { WCHAR Name[INFO_NAME_LENGTH]; BYTE Attribute; }; FATFS fs; /* Filesystem object */ FIL fil; /* File object */ FRESULT res; /* API result c...
18.050847
83
0.617371
[ "object" ]
750d802b7d708a4f33567dfc08a2802144be97e0
4,538
h
C
olp-cpp-sdk-core/include/olp/core/context/Context.h
matthiaskunter/here-data-sdk-cpp
30b0cdce39dc7218416e820cc3f928f2f2e15675
[ "Apache-2.0" ]
null
null
null
olp-cpp-sdk-core/include/olp/core/context/Context.h
matthiaskunter/here-data-sdk-cpp
30b0cdce39dc7218416e820cc3f928f2f2e15675
[ "Apache-2.0" ]
null
null
null
olp-cpp-sdk-core/include/olp/core/context/Context.h
matthiaskunter/here-data-sdk-cpp
30b0cdce39dc7218416e820cc3f928f2f2e15675
[ "Apache-2.0" ]
1
2020-02-13T10:50:29.000Z
2020-02-13T10:50:29.000Z
/* * Copyright (C) 2019 HERE Europe B.V. * * 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...
25.494382
79
0.665491
[ "object" ]
751132ce12a0ad0506e640b2cc9cc60386be6789
1,586
h
C
src/AVVector.h
aki-xavier/CGAlgorismBackup
0c2882cf8eebdc8c0bcece790d89743cadd7690e
[ "MIT" ]
null
null
null
src/AVVector.h
aki-xavier/CGAlgorismBackup
0c2882cf8eebdc8c0bcece790d89743cadd7690e
[ "MIT" ]
null
null
null
src/AVVector.h
aki-xavier/CGAlgorismBackup
0c2882cf8eebdc8c0bcece790d89743cadd7690e
[ "MIT" ]
null
null
null
// // AVVector.h // #import <UIKit/UIKit.h> #import "math.h" NS_ASSUME_NONNULL_BEGIN @interface AVVector : NSObject @property(nonatomic) CGFloat x; @property(nonatomic) CGFloat y; @property(nonatomic) CGFloat z; + (AVVector *)vectorWithCGPoint:(CGPoint)point; + (AVVector *)vectorWithX:(CGFloat)x Y:(CGFloat)y Z:(C...
28.321429
63
0.711223
[ "vector" ]
7512889c47b64c25e2ba99d982de17f3cebebc4b
64,812
c
C
src/gallium/drivers/iris/iris_program.c
thermasol/mesa3d
6f1bc4e7edfface197ef281cffdf399b5389e24a
[ "MIT" ]
null
null
null
src/gallium/drivers/iris/iris_program.c
thermasol/mesa3d
6f1bc4e7edfface197ef281cffdf399b5389e24a
[ "MIT" ]
null
null
null
src/gallium/drivers/iris/iris_program.c
thermasol/mesa3d
6f1bc4e7edfface197ef281cffdf399b5389e24a
[ "MIT" ]
null
null
null
/* * Copyright © 2017 Intel Corporation * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, pub...
35.109426
86
0.664429
[ "geometry" ]
75172ecf4674767828e1181d21af7c8735db4e3c
1,742
h
C
vp/inc/vp/util/queue.h
robotalks/analytics
fede843601cba39370e77804a78bb704b32414f1
[ "MIT" ]
null
null
null
vp/inc/vp/util/queue.h
robotalks/analytics
fede843601cba39370e77804a78bb704b32414f1
[ "MIT" ]
null
null
null
vp/inc/vp/util/queue.h
robotalks/analytics
fede843601cba39370e77804a78bb704b32414f1
[ "MIT" ]
null
null
null
#ifndef __VP_UTIL_QUEUE_H #define __VP_UTIL_QUEUE_H #include <list> #include <vector> #include <mutex> #include <condition_variable> namespace vp { template<typename T> class Queue { public: Queue() { } T get() { ::std::unique_lock<::std::mutex> lock(m_mutex); whil...
23.863014
63
0.499426
[ "vector" ]
751d5de3ec489fe2fe51da2942a82ee1a75587d5
13,952
c
C
4096.c
mingouyang/popcnt
a31e2e875a0adac3001de9c30b1923c3cc519643
[ "MIT" ]
null
null
null
4096.c
mingouyang/popcnt
a31e2e875a0adac3001de9c30b1923c3cc519643
[ "MIT" ]
null
null
null
4096.c
mingouyang/popcnt
a31e2e875a0adac3001de9c30b1923c3cc519643
[ "MIT" ]
null
null
null
/* This code comes from this paper: Ouyang M. KNN in the Jaccard * Space. Proceedings of IEEE High Performance Extreme Computing * Conference (HPEC), 2016, 1-6. * * Copyright (c) 2019 Ming Ouyang * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated ...
38.32967
79
0.634604
[ "vector" ]
752c49fc41e77c943f36441a1d3f37ddf07b50e8
7,975
h
C
Sources/Elastos/Frameworks/Droid/Base/Core/inc/elastos/droid/internal/telephony/ImsSMSDispatcher.h
jingcao80/Elastos
d0f39852356bdaf3a1234743b86364493a0441bc
[ "Apache-2.0" ]
7
2017-07-13T10:34:54.000Z
2021-04-16T05:40:35.000Z
Sources/Elastos/Frameworks/Droid/Base/Core/inc/elastos/droid/internal/telephony/ImsSMSDispatcher.h
jingcao80/Elastos
d0f39852356bdaf3a1234743b86364493a0441bc
[ "Apache-2.0" ]
null
null
null
Sources/Elastos/Frameworks/Droid/Base/Core/inc/elastos/droid/internal/telephony/ImsSMSDispatcher.h
jingcao80/Elastos
d0f39852356bdaf3a1234743b86364493a0441bc
[ "Apache-2.0" ]
9
2017-07-13T12:33:20.000Z
2021-06-19T02:46:48.000Z
//========================================================================= // Copyright (C) 2012 The Elastos Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // ...
31.521739
88
0.6079
[ "object" ]