hexsha
stringlengths
40
40
size
int64
7
1.05M
ext
stringclasses
13 values
lang
stringclasses
1 value
max_stars_repo_path
stringlengths
4
269
max_stars_repo_name
stringlengths
5
108
max_stars_repo_head_hexsha
stringlengths
40
40
max_stars_repo_licenses
listlengths
1
9
max_stars_count
int64
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
4
269
max_issues_repo_name
stringlengths
5
116
max_issues_repo_head_hexsha
stringlengths
40
40
max_issues_repo_licenses
listlengths
1
9
max_issues_count
int64
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
4
269
max_forks_repo_name
stringlengths
5
116
max_forks_repo_head_hexsha
stringlengths
40
40
max_forks_repo_licenses
listlengths
1
9
max_forks_count
int64
1
105k
max_forks_repo_forks_event_min_datetime
stringlengths
24
24
max_forks_repo_forks_event_max_datetime
stringlengths
24
24
content
stringlengths
7
1.05M
avg_line_length
float64
1.21
330k
max_line_length
int64
6
990k
alphanum_fraction
float64
0.01
0.99
author_id
stringlengths
2
40
fdac081e1c692002a920c526e8b4021cdf42a4b5
3,129
cpp
C++
src/NetWidgets/Widgets/nTldEditor.cpp
Vladimir-Lin/QtNetWidgets
e09339c47d40b65875f15bd0839e0bdf89951601
[ "MIT" ]
null
null
null
src/NetWidgets/Widgets/nTldEditor.cpp
Vladimir-Lin/QtNetWidgets
e09339c47d40b65875f15bd0839e0bdf89951601
[ "MIT" ]
null
null
null
src/NetWidgets/Widgets/nTldEditor.cpp
Vladimir-Lin/QtNetWidgets
e09339c47d40b65875f15bd0839e0bdf89951601
[ "MIT" ]
null
null
null
#include <netwidgets.h> N::TldEditor:: TldEditor ( QWidget * parent , Plan * p ) : TreeWidget ( parent , p ) , NetworkManager ( p ) { WidgetClass ; Configure ( ) ; } N::TldEditor::~TldEditor(void) { } void N::TldEditor::Configure(voi...
41.171053
61
0.388623
Vladimir-Lin
fdad58b919553a96e292c08df88a8af29d0a0cb6
1,264
cpp
C++
Fudl/easy/solved/Encryption Decryption of Enigma Machine.cpp
AhmedMostafa7474/Codingame-Solutions
da696a095c143c5d216bc06f6689ad1c0e25d0e0
[ "MIT" ]
1
2022-03-16T08:56:31.000Z
2022-03-16T08:56:31.000Z
Fudl/easy/solved/Encryption Decryption of Enigma Machine.cpp
AhmedMostafa7474/Codingame-Solutions
da696a095c143c5d216bc06f6689ad1c0e25d0e0
[ "MIT" ]
2
2022-03-17T11:27:14.000Z
2022-03-18T07:41:00.000Z
Fudl/easy/solved/Encryption Decryption of Enigma Machine.cpp
AhmedMostafa7474/Codingame-Solutions
da696a095c143c5d216bc06f6689ad1c0e25d0e0
[ "MIT" ]
6
2022-03-13T19:56:11.000Z
2022-03-17T12:08:22.000Z
#include <iostream> #include <string> #include <vector> #include <algorithm> using namespace std; /** * Auto-generated code below aims at helping you parse * the standard input according to the problem statement. **/ int main() { string operation; getline(cin, operation); int pseudo_random_number; ci...
25.28
78
0.544304
AhmedMostafa7474
fdaedc490fc1b69a288dc9d8c68da8e0c78a361b
210,988
cpp
C++
src/ConEmuCD/ConsoleMain.cpp
shawwn/ConEmu
53adb1d4e899369bb108374df2890d5031daf9af
[ "BSD-3-Clause" ]
null
null
null
src/ConEmuCD/ConsoleMain.cpp
shawwn/ConEmu
53adb1d4e899369bb108374df2890d5031daf9af
[ "BSD-3-Clause" ]
null
null
null
src/ConEmuCD/ConsoleMain.cpp
shawwn/ConEmu
53adb1d4e899369bb108374df2890d5031daf9af
[ "BSD-3-Clause" ]
null
null
null
 /* Copyright (c) 2009-present Maximus5 All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the follo...
29.013751
343
0.685532
shawwn
fdaff450fae58a320c147339e085c3fe07618ada
4,968
cpp
C++
samples/snippets/cpp/VS_Snippets_Remoting/IPEndPoint_Properties/CPP/ipendpoint_properties.cpp
BaruaSourav/docs
c288ed777de6b091f5e074d3488f7934683f3eb5
[ "CC-BY-4.0", "MIT" ]
3,294
2016-10-30T05:27:20.000Z
2022-03-31T15:59:30.000Z
samples/snippets/cpp/VS_Snippets_Remoting/IPEndPoint_Properties/CPP/ipendpoint_properties.cpp
BaruaSourav/docs
c288ed777de6b091f5e074d3488f7934683f3eb5
[ "CC-BY-4.0", "MIT" ]
16,739
2016-10-28T19:41:29.000Z
2022-03-31T22:38:48.000Z
samples/snippets/cpp/VS_Snippets_Remoting/IPEndPoint_Properties/CPP/ipendpoint_properties.cpp
BaruaSourav/docs
c288ed777de6b091f5e074d3488f7934683f3eb5
[ "CC-BY-4.0", "MIT" ]
6,701
2016-10-29T20:56:11.000Z
2022-03-31T12:32:26.000Z
// System.Net.IPEndPoint.MaxPort; System.Net.IPEndPoint.MinPort; // System.Net.IPEndPoint.AddressFamily; System.Net.IPEndPoint.IPEndPoint(long,int) // System.Net.IPEndPoint.Address; System.Net.IPEndPoint.Port; /*This program demonstrates the properties 'MaxPort', 'MinPort','Address','Port' and 'AddressFamily' and a co...
40.064516
116
0.665056
BaruaSourav
fdb1bb6ce786592a5dfd812b86d11c07f08817ec
3,091
cc
C++
src/net/third_party/quiche/src/quic/tools/quic_toy_server.cc
btwiuse/naiveproxy
67852b0abc88e59d5853c4a5db47541f298fb469
[ "BSD-3-Clause" ]
1
2019-11-05T05:26:53.000Z
2019-11-05T05:26:53.000Z
quic/tools/quic_toy_server.cc
fcharlie/quiche
56835aa2c2e3645e0eec85bff07f9d58e3bace63
[ "BSD-3-Clause" ]
null
null
null
quic/tools/quic_toy_server.cc
fcharlie/quiche
56835aa2c2e3645e0eec85bff07f9d58e3bace63
[ "BSD-3-Clause" ]
null
null
null
// 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. #include "net/third_party/quiche/src/quic/tools/quic_toy_server.h" #include <utility> #include <vector> #include "net/third_party/quiche/src/quic/core/q...
35.94186
86
0.709479
btwiuse
fdb88e251cd9269f4c7ee441c391c7eb1f7f181d
1,715
cpp
C++
tests/ranges/wrappers.cpp
s0rav/spcppl
a17886c9082055490dab09c47a250accfadd8513
[ "WTFPL" ]
30
2015-04-19T17:04:33.000Z
2022-03-22T13:26:53.000Z
tests/ranges/wrappers.cpp
s0rav/spcppl
a17886c9082055490dab09c47a250accfadd8513
[ "WTFPL" ]
4
2018-05-27T18:20:10.000Z
2021-11-28T15:22:12.000Z
tests/ranges/wrappers.cpp
s0rav/spcppl
a17886c9082055490dab09c47a250accfadd8513
[ "WTFPL" ]
8
2016-10-28T16:46:05.000Z
2021-02-24T16:49:20.000Z
#include <gtest/gtest.h> #include <vector> #include <spcppl/ranges/wrappers.hpp> #include <spcppl/ranges/Range.hpp> TEST(WrappersTest, Reversed) { EXPECT_EQ(reversed(std::vector<int>{5, 7, 2, 3}), (std::vector<int>{3, 2, 7, 5})); } TEST(WrappersTest, Sorted) { EXPECT_EQ(sorted(std::vector<int>{5, 7, 2, 3}), (std::v...
25.597015
102
0.662974
s0rav
fdb9b06bf5f7c550eaf00083038d44ebe9096470
4,343
hpp
C++
libraries/fc/include/fc/container/flat.hpp
Laighno/evt
90b94e831aebb62c6ad19ce59c9089e9f51cfd77
[ "MIT" ]
1,411
2018-04-23T03:57:30.000Z
2022-02-13T10:34:22.000Z
libraries/fc/include/fc/container/flat.hpp
Zhang-Zexi/evt
e90fe4dbab4b9512d120c79f33ecc62791e088bd
[ "Apache-2.0" ]
27
2018-06-11T10:34:42.000Z
2019-07-27T08:50:02.000Z
libraries/fc/include/fc/container/flat.hpp
Zhang-Zexi/evt
e90fe4dbab4b9512d120c79f33ecc62791e088bd
[ "Apache-2.0" ]
364
2018-06-09T12:11:53.000Z
2020-12-15T03:26:48.000Z
#pragma once #include <fc/variant.hpp> #include <fc/container/flat_fwd.hpp> #include <fc/container/container_detail.hpp> #include <fc/crypto/hex.hpp> namespace fc { namespace raw { template<typename Stream, typename T, typename A> void pack(Stream& s, const boost::container::vector<T, A>& value) { FC_ASSERT(value...
26.975155
119
0.638729
Laighno
fdbac7b8eb60f180a6ca5e891dbe15ee393486fd
801
cc
C++
0389_Find_the_Difference/0389.cc
LuciusKyle/LeetCode
66c9090e5244b10eca0be50398764da2b4b48a6c
[ "Apache-2.0" ]
null
null
null
0389_Find_the_Difference/0389.cc
LuciusKyle/LeetCode
66c9090e5244b10eca0be50398764da2b4b48a6c
[ "Apache-2.0" ]
null
null
null
0389_Find_the_Difference/0389.cc
LuciusKyle/LeetCode
66c9090e5244b10eca0be50398764da2b4b48a6c
[ "Apache-2.0" ]
null
null
null
#include <string> using std::string; class Solution { public: char findTheDifference(const string s, const string t) { size_t dict_s[26] = {0}; size_t dict_t[26] = {0}; for (const char ch : s) ++dict_s[ch - 'a']; for (const char ch : t) ++dict_t[ch - 'a']; for (size_t i = 0; i < 26; ++i) ...
23.558824
68
0.569288
LuciusKyle
fdc16a9ddcdc7a213723934395290ff533153525
4,708
hpp
C++
include/lexer/Lexer.hpp
SimplyDanny/bitsy-llvm
125e404388ef65847eac8cb533c5321a2289bb85
[ "MIT" ]
4
2021-01-07T10:29:49.000Z
2021-07-17T22:10:54.000Z
include/lexer/Lexer.hpp
SimplyDanny/bitsy-llvm
125e404388ef65847eac8cb533c5321a2289bb85
[ "MIT" ]
null
null
null
include/lexer/Lexer.hpp
SimplyDanny/bitsy-llvm
125e404388ef65847eac8cb533c5321a2289bb85
[ "MIT" ]
2
2021-02-07T21:15:20.000Z
2021-07-17T22:10:55.000Z
#ifndef LEXER_HPP #define LEXER_HPP #include "lexer/Token.hpp" #include "llvm/ADT/StringSwitch.h" #include <functional> #include <iterator> #include <memory> #include <optional> #include <string> #include <type_traits> template <class InputIterator> class Lexer : public std::iterator<std::input_iterator_tag, Token>...
33.390071
97
0.618946
SimplyDanny
fdc1f14823cc3a1f4f4ad1278b3248f8f397dd0c
7,593
cpp
C++
earth_enterprise/src/fusion/khrasterize/rasterize.cpp
ezeeyahoo/earthenterprise
b6cac9e6228946f2f17d1edb75e118aeb3e8e8c9
[ "Apache-2.0" ]
2,661
2017-03-20T22:12:50.000Z
2022-03-30T09:43:19.000Z
earth_enterprise/src/fusion/khrasterize/rasterize.cpp
ezeeyahoo/earthenterprise
b6cac9e6228946f2f17d1edb75e118aeb3e8e8c9
[ "Apache-2.0" ]
1,531
2017-03-24T17:20:32.000Z
2022-03-16T18:11:14.000Z
earth_enterprise/src/fusion/khrasterize/rasterize.cpp
ezeeyahoo/earthenterprise
b6cac9e6228946f2f17d1edb75e118aeb3e8e8c9
[ "Apache-2.0" ]
990
2017-03-24T11:54:28.000Z
2022-03-22T11:51:47.000Z
// Copyright 2017 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
24.493548
110
0.577769
ezeeyahoo
fdc3e2fbb8cf0213ea786cef0fd23f787a193aef
2,176
cpp
C++
vector_version/iRein/rein.cpp
shiwanghua/matching-algorithm
a09714b76d8722a7891b72f4740948814369b40e
[ "MIT" ]
14
2019-01-18T12:56:27.000Z
2020-12-09T12:31:21.000Z
vector_version/iRein/rein.cpp
shiwanghua/matching-algorithm
a09714b76d8722a7891b72f4740948814369b40e
[ "MIT" ]
null
null
null
vector_version/iRein/rein.cpp
shiwanghua/matching-algorithm
a09714b76d8722a7891b72f4740948814369b40e
[ "MIT" ]
8
2019-03-11T13:22:32.000Z
2021-04-27T04:18:57.000Z
#include "rein.h" void Rein::insert(IntervalSub sub) { for (int i = 0; i < sub.size; i++) { IntervalCnt cnt = sub.constraints.at(i); Combo c; c.val = cnt.lowValue; c.subID = sub.id; data[cnt.att][0][c.val / buckStep].push_back(c); c.val = cnt.highValue; ...
32.969697
110
0.472886
shiwanghua
fdc5bfdbe96aa0f222ba2f7c68a1225e1bf52b25
4,835
hpp
C++
libs/ledger/include/ledger/storage_unit/storage_unit_client.hpp
baykaner/ledger
f45fbd49297a419e3a90a46e9aed0cfa65602109
[ "Apache-2.0" ]
null
null
null
libs/ledger/include/ledger/storage_unit/storage_unit_client.hpp
baykaner/ledger
f45fbd49297a419e3a90a46e9aed0cfa65602109
[ "Apache-2.0" ]
null
null
null
libs/ledger/include/ledger/storage_unit/storage_unit_client.hpp
baykaner/ledger
f45fbd49297a419e3a90a46e9aed0cfa65602109
[ "Apache-2.0" ]
null
null
null
#pragma once //------------------------------------------------------------------------------ // // Copyright 2018-2019 Fetch.AI Limited // // 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 Licen...
36.908397
97
0.706101
baykaner
fdc6621e2f738b0a2c93f23596b3172bab14487e
1,977
hpp
C++
sprout/container/get_deep_internal.hpp
kariya-mitsuru/Sprout
8274f34db498b02bff12277bac5416ea72e018cd
[ "BSL-1.0" ]
null
null
null
sprout/container/get_deep_internal.hpp
kariya-mitsuru/Sprout
8274f34db498b02bff12277bac5416ea72e018cd
[ "BSL-1.0" ]
null
null
null
sprout/container/get_deep_internal.hpp
kariya-mitsuru/Sprout
8274f34db498b02bff12277bac5416ea72e018cd
[ "BSL-1.0" ]
null
null
null
/*============================================================================= Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.tx...
38.764706
112
0.70258
kariya-mitsuru
fdc67f8895c7a8de79e71dda14028b09ba9f5f19
2,660
cpp
C++
src/Examples/RouteSimulationAnimation/RouteSimulationAnimationExampleFactory.cpp
wrld3d/eegeo-sdk-samples
eb1a1e4d4b7d3eb79ad454cc5a09d1847018269d
[ "BSD-2-Clause" ]
11
2017-06-26T08:59:03.000Z
2021-09-28T13:12:22.000Z
src/Examples/RouteSimulationAnimation/RouteSimulationAnimationExampleFactory.cpp
wrld3d/eegeo-sdk-samples
eb1a1e4d4b7d3eb79ad454cc5a09d1847018269d
[ "BSD-2-Clause" ]
4
2016-07-09T14:54:22.000Z
2017-04-26T14:02:53.000Z
src/Examples/RouteSimulationAnimation/RouteSimulationAnimationExampleFactory.cpp
wrld3d/eegeo-sdk-samples
eb1a1e4d4b7d3eb79ad454cc5a09d1847018269d
[ "BSD-2-Clause" ]
9
2016-04-08T03:43:13.000Z
2016-12-12T02:07:49.000Z
// Copyright eeGeo Ltd (2012-2014), All Rights Reserved #include "RouteSimulationAnimationExampleFactory.h" #include "RouteSimulationAnimationExample.h" #include "LocalAsyncTextureLoader.h" #include "RenderContext.h" #include "CollisionMeshResourceRepository.h" #include "MapModule.h" #include "TerrainModelModule.h" ...
40.30303
162
0.735714
wrld3d
fdc6ddc3909e7f24bf93a655ebf075562f6b5a18
5,084
cpp
C++
samples/03_sdp/2019-20_kn/stacks/rpn.cpp
code-hunger/lecture-notes
0200c57a4c2539b4d8b7cb172c2b6e4f5c689268
[ "MIT" ]
32
2016-11-24T01:40:21.000Z
2021-11-01T19:24:22.000Z
samples/03_sdp/2019-20_kn/stacks/rpn.cpp
code-hunger/lecture-notes
0200c57a4c2539b4d8b7cb172c2b6e4f5c689268
[ "MIT" ]
6
2016-10-15T05:57:00.000Z
2021-08-13T12:29:24.000Z
samples/03_sdp/2019-20_kn/stacks/rpn.cpp
code-hunger/lecture-notes
0200c57a4c2539b4d8b7cb172c2b6e4f5c689268
[ "MIT" ]
49
2016-01-26T13:36:02.000Z
2022-03-16T10:24:41.000Z
#include <iostream> #include <stack> #include <cassert> #include <vector> #include <sstream> bool isdigit (char c) { return c >= '0' && c <= '9'; } int apply (char op, int x, int y) { switch (op) { case '+': return x+y; case '*': return x*y; default: assert (false); } retur...
20.417671
66
0.428993
code-hunger
fdc75e652f3f1085f89bf1de065fc619c1ee1ebd
12,432
cpp
C++
src/ast/rewriter/der.cpp
VaseninaAnna/z3
5da71dc8478ef581d38de56a54e9a904bd670d19
[ "MIT" ]
26
2020-06-20T15:13:14.000Z
2022-03-30T12:49:51.000Z
src/ast/rewriter/der.cpp
VaseninaAnna/z3
5da71dc8478ef581d38de56a54e9a904bd670d19
[ "MIT" ]
7
2018-06-01T15:48:07.000Z
2020-08-23T17:36:43.000Z
src/ast/rewriter/der.cpp
VaseninaAnna/z3
5da71dc8478ef581d38de56a54e9a904bd670d19
[ "MIT" ]
8
2020-07-09T23:39:23.000Z
2021-04-21T20:21:20.000Z
/*++ Copyright (c) 2006 Microsoft Corporation Module Name: der.cpp Abstract: <abstract> Author: Leonardo de Moura (leonardo) 2008-01-27. Revision History: Christoph Wintersteiger, 2010-03-30: Added Destr. Multi-Equality Resolution --*/ #include "ast/rewriter/der.h" #include "ast/occurs.h" #incl...
29.741627
150
0.511744
VaseninaAnna
fdc88c3c1e2524cc322c86bab5e34430bacf515f
7,254
cpp
C++
c10/test/util/TypeIndex_test.cpp
brooks-anderson/pytorch
dd928097938b6368fc7e2dc67721550d50ab08ea
[ "Intel" ]
7
2021-05-29T16:31:51.000Z
2022-02-21T18:52:25.000Z
c10/test/util/TypeIndex_test.cpp
stas00/pytorch
6a085648d81ce88ff59d6d1438fdb3707a0d6fb7
[ "Intel" ]
1
2021-05-10T01:18:33.000Z
2021-05-10T01:18:33.000Z
c10/test/util/TypeIndex_test.cpp
stas00/pytorch
6a085648d81ce88ff59d6d1438fdb3707a0d6fb7
[ "Intel" ]
1
2021-12-26T23:20:06.000Z
2021-12-26T23:20:06.000Z
#include <c10/util/Metaprogramming.h> #include <c10/util/TypeIndex.h> #include <gtest/gtest.h> using c10::string_view; using c10::util::get_fully_qualified_type_name; using c10::util::get_type_index; namespace { static_assert(get_type_index<int>() == get_type_index<int>(), ""); static_assert(get_type_index<float>() ...
32.823529
79
0.709677
brooks-anderson
fdcbb9e33a74a8a0b0961d1f6963d5806d5f8896
997
cpp
C++
tests/Dogecoin/TWDogeTests.cpp
taha-husain/pp-wallet-core
68862468398854cef2d194cad8498801afcc3344
[ "MIT" ]
null
null
null
tests/Dogecoin/TWDogeTests.cpp
taha-husain/pp-wallet-core
68862468398854cef2d194cad8498801afcc3344
[ "MIT" ]
null
null
null
tests/Dogecoin/TWDogeTests.cpp
taha-husain/pp-wallet-core
68862468398854cef2d194cad8498801afcc3344
[ "MIT" ]
1
2020-12-03T03:24:12.000Z
2020-12-03T03:24:12.000Z
// Copyright © 2017-2020 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the // file LICENSE at the root of the source code distribution tree. #include "../interface/TWTestUtilities.h" #include <PPTrus...
45.318182
145
0.791374
taha-husain
fdcc529b479636c103c7260afe289b0883281fed
7,112
hpp
C++
legion/legion-hpcg/explicit-spmd/LegionStuff.hpp
samuelkgutierrez/CODY
d51bbd863f4f8b9ab05ad21cad4bf1104516ac72
[ "BSD-2-Clause" ]
7
2017-02-09T17:39:22.000Z
2021-09-02T14:58:12.000Z
legion/legion-hpcg/explicit-spmd/LegionStuff.hpp
samuelkgutierrez/CODY
d51bbd863f4f8b9ab05ad21cad4bf1104516ac72
[ "BSD-2-Clause" ]
1
2017-08-29T17:58:53.000Z
2017-08-29T17:58:53.000Z
legion/legion-hpcg/explicit-spmd/LegionStuff.hpp
samuelkgutierrez/CODY
d51bbd863f4f8b9ab05ad21cad4bf1104516ac72
[ "BSD-2-Clause" ]
7
2017-06-01T12:06:22.000Z
2020-03-19T08:27:59.000Z
/** * Copyright (c) 2016-2017 Los Alamos National Security, LLC * All rights reserved. * * Copyright (c) 2016 Stanford University * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * *...
25.309609
80
0.639483
samuelkgutierrez
fdcd4306f93d23ab3a6de17a15d56edffd128c4a
4,921
cpp
C++
src/bbf_fix_file.cpp
trapexit/bbf
c57696e74dd87e00d3ac660eb3ee9423b6f55c89
[ "0BSD" ]
82
2016-12-05T22:58:48.000Z
2022-03-21T12:38:19.000Z
src/bbf_fix_file.cpp
trapexit/bbf
c57696e74dd87e00d3ac660eb3ee9423b6f55c89
[ "0BSD" ]
7
2018-12-12T03:33:51.000Z
2020-11-30T23:14:52.000Z
src/bbf_fix_file.cpp
trapexit/bbf
c57696e74dd87e00d3ac660eb3ee9423b6f55c89
[ "0BSD" ]
5
2019-07-10T17:39:55.000Z
2021-07-17T21:47:31.000Z
/* ISC License Copyright (c) 2016, Antonio SJ Musumeci <trapexit@spawn.link> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PR...
26.175532
74
0.555375
trapexit
fdcdaa01e911c757c69d2e4092b4459fa42aaf61
608
cpp
C++
Machines/Utility/MemoryFuzzer.cpp
reidrac/CLK
a38974ef2e706d87f8ce7320b91c76c13dcede09
[ "MIT" ]
1
2019-07-05T18:09:34.000Z
2019-07-05T18:09:34.000Z
Machines/Utility/MemoryFuzzer.cpp
reidrac/CLK
a38974ef2e706d87f8ce7320b91c76c13dcede09
[ "MIT" ]
null
null
null
Machines/Utility/MemoryFuzzer.cpp
reidrac/CLK
a38974ef2e706d87f8ce7320b91c76c13dcede09
[ "MIT" ]
null
null
null
// // MemoryFuzzer.cpp // Clock Signal // // Created by Thomas Harte on 19/10/2016. // Copyright 2016 Thomas Harte. All rights reserved. // #include "MemoryFuzzer.hpp" #include <cstdlib> void Memory::Fuzz(uint8_t *buffer, std::size_t size) { unsigned int divider = (static_cast<unsigned int>(RAND_MAX) + 1) / 256...
20.965517
72
0.646382
reidrac
fdce1591412dba7a60268b232e46262eb9f26acb
5,172
cpp
C++
Source/AllProjects/LangUtils/CIDMacroEng/CIDMacroEng_SysInfoClass.cpp
eudora-jia/CIDLib
02795d283d95f8a5a4fafa401b6189851901b81b
[ "MIT" ]
1
2019-05-28T06:33:01.000Z
2019-05-28T06:33:01.000Z
Source/AllProjects/LangUtils/CIDMacroEng/CIDMacroEng_SysInfoClass.cpp
eudora-jia/CIDLib
02795d283d95f8a5a4fafa401b6189851901b81b
[ "MIT" ]
null
null
null
Source/AllProjects/LangUtils/CIDMacroEng/CIDMacroEng_SysInfoClass.cpp
eudora-jia/CIDLib
02795d283d95f8a5a4fafa401b6189851901b81b
[ "MIT" ]
null
null
null
// // FILE NAME: CIDMacroEng_SysInfoClass.cpp // // AUTHOR: Dean Roddey // // CREATED: 02/20/2003 // // COPYRIGHT: Charmed Quark Systems, Ltd @ 2019 // // This software is copyrighted by 'Charmed Quark Systems, Ltd' and // the author (Dean Roddey.) It is licensed under the MIT Open Source // license: // // https://...
29.724138
84
0.490333
eudora-jia
fdcf3f1e2446d7ff96074127314b6b40bf0a6a69
1,810
cpp
C++
tests/src/ProcessTests/ChildProcessTests.cpp
codesmithyide/Process
a4b037803737a60bbb9568db61967ffd18ba8818
[ "MIT" ]
null
null
null
tests/src/ProcessTests/ChildProcessTests.cpp
codesmithyide/Process
a4b037803737a60bbb9568db61967ffd18ba8818
[ "MIT" ]
null
null
null
tests/src/ProcessTests/ChildProcessTests.cpp
codesmithyide/Process
a4b037803737a60bbb9568db61967ffd18ba8818
[ "MIT" ]
null
null
null
/* Copyright (c) 2016-2020 Xavier Leclercq Released under the MIT License See https://github.com/Ishiko-cpp/Process/blob/master/LICENSE.txt */ #include "ChildProcessTests.h" #include "Ishiko/Process/ChildProcess.h" using namespace Ishiko; using namespace Ishiko::Process; using namespace Ishiko::Tests; Ch...
28.730159
117
0.749724
codesmithyide
fdd1f31279f6c08494f94939cbe42d4e27b68267
10,476
cpp
C++
SOURCES/sim/digi/gunsjink.cpp
IsraelyFlightSimulator/Negev-Storm
86de63e195577339f6e4a94198bedd31833a8be8
[ "Unlicense" ]
1
2021-02-19T06:06:31.000Z
2021-02-19T06:06:31.000Z
src/sim/digi/gunsjink.cpp
markbb1957/FFalconSource
07b12e2c41a93fa3a95b912a2433a8056de5bc4d
[ "BSD-2-Clause" ]
null
null
null
src/sim/digi/gunsjink.cpp
markbb1957/FFalconSource
07b12e2c41a93fa3a95b912a2433a8056de5bc4d
[ "BSD-2-Clause" ]
2
2019-08-20T13:35:13.000Z
2021-04-24T07:32:04.000Z
#include "stdhdr.h" #include "simveh.h" #include "digi.h" #include "object.h" #include "simbase.h" #include "airframe.h" #include "team.h" #include "aircrft.h" #include "sms.h" #define INIT_GUN_VEL 4500.0f //me123 changed from 3500.0F extern float SimLibLastMajorFrameTime; void DigitalBrain::GunsJinkCheck(void) { f...
32.943396
200
0.473559
IsraelyFlightSimulator
fdd2c7bf730c3af1a54fb47ca81e2795b43c8b7a
16,978
cpp
C++
src/FileContainer.cpp
ElliotAlexander/EDSAC-FORTRAN-Compiler
f5a14d0f4c42fcba5eb1d277cab4b8d700eab699
[ "Apache-2.0" ]
null
null
null
src/FileContainer.cpp
ElliotAlexander/EDSAC-FORTRAN-Compiler
f5a14d0f4c42fcba5eb1d277cab4b8d700eab699
[ "Apache-2.0" ]
null
null
null
src/FileContainer.cpp
ElliotAlexander/EDSAC-FORTRAN-Compiler
f5a14d0f4c42fcba5eb1d277cab4b8d700eab699
[ "Apache-2.0" ]
null
null
null
#include "FileContainer.h" /** * * Class FileContainer: * * Member Variables: * std::string file_name; -> initialised in the constructor * std::vector<std::string> -> loaded from file file_name in the constructor. * * **/ // FileContainer::F...
61.292419
207
0.570503
ElliotAlexander
fdd3e49bdee1fa7ff0ac22ddaeaccd025fdb5841
3,159
cc
C++
Alignment/MuonAlignment/src/AlignableCSCRing.cc
nistefan/cmssw
ea13af97f7f2117a4f590a5e654e06ecd9825a5b
[ "Apache-2.0" ]
3
2018-08-24T19:10:26.000Z
2019-02-19T11:45:32.000Z
Alignment/MuonAlignment/src/AlignableCSCRing.cc
nistefan/cmssw
ea13af97f7f2117a4f590a5e654e06ecd9825a5b
[ "Apache-2.0" ]
3
2018-08-23T13:40:24.000Z
2019-12-05T21:16:03.000Z
Alignment/MuonAlignment/src/AlignableCSCRing.cc
nistefan/cmssw
ea13af97f7f2117a4f590a5e654e06ecd9825a5b
[ "Apache-2.0" ]
5
2018-08-21T16:37:52.000Z
2020-01-09T13:33:17.000Z
/** \file * * $Date: 2008/04/10 16:36:41 $ * $Revision: 1.2 $ * \author Jim Pivarski - Texas A&M University */ #include "Alignment/MuonAlignment/interface/AlignableCSCRing.h" #include "FWCore/MessageLogger/interface/MessageLogger.h" /// The constructor simply copies the vector of CSC Chambers and computes...
27.955752
95
0.692624
nistefan
fdd493d32f76a7ed6b8fa178d9fcc64a0da46888
2,889
cpp
C++
stacks-and-queues/queue-implementation-using-stacks.cpp
kanishkdudeja/cracking-the-coding-interview-solutions
b6b495eb838e3739fd09aaf1ea5a5a5eb15923d0
[ "MIT" ]
1
2019-12-29T17:47:53.000Z
2019-12-29T17:47:53.000Z
stacks-and-queues/queue-implementation-using-stacks.cpp
kanishkdudeja/cracking-the-coding-interview-solutions
b6b495eb838e3739fd09aaf1ea5a5a5eb15923d0
[ "MIT" ]
null
null
null
stacks-and-queues/queue-implementation-using-stacks.cpp
kanishkdudeja/cracking-the-coding-interview-solutions
b6b495eb838e3739fd09aaf1ea5a5a5eb15923d0
[ "MIT" ]
null
null
null
/* Implement a Queue (FIFO) using 2 Stacks (LIFO) Method 1 (By making enQueue operation costly): This method makes sure that oldest entered element is always at the top of stack 1, so that deQueue operation just pops from stack1. To put the element at top of stack1, stack2 is used. enQueue(q, x) 1) While stack1 i...
17.833333
101
0.642437
kanishkdudeja
fdd4964cc6e19703f63f2854dec0de25a2a2d478
989
cpp
C++
Customized-Build/il2cpp/Il2CppOutputProject/IL2CPP/libil2cpp/vm-utils/NativeDelegateMethodCache.cpp
cqtd/custom-il2cpp-build-pipeline-example
9ec4973d98ddfcefee72b01225a3b7613312096b
[ "MIT" ]
1
2022-03-28T07:59:17.000Z
2022-03-28T07:59:17.000Z
Customized-Build/il2cpp/Il2CppOutputProject/IL2CPP/libil2cpp/vm-utils/NativeDelegateMethodCache.cpp
cqtd/custom-il2cpp-build-pipeline-example
9ec4973d98ddfcefee72b01225a3b7613312096b
[ "MIT" ]
null
null
null
Customized-Build/il2cpp/Il2CppOutputProject/IL2CPP/libil2cpp/vm-utils/NativeDelegateMethodCache.cpp
cqtd/custom-il2cpp-build-pipeline-example
9ec4973d98ddfcefee72b01225a3b7613312096b
[ "MIT" ]
2
2022-03-24T19:58:31.000Z
2022-03-24T22:55:43.000Z
#include "il2cpp-config.h" #if !RUNTIME_TINY #include "NativeDelegateMethodCache.h" #include "os/Mutex.h" namespace il2cpp { namespace utils { baselib::ReentrantLock NativeDelegateMethodCache::m_CacheMutex; NativeDelegateMap NativeDelegateMethodCache::m_NativeDelegateMethods; const VmMethod* NativeDeleg...
28.257143
131
0.751264
cqtd
fdd6494a5c9ea4e7546efa4dd559c5d98be9614f
2,192
cc
C++
day05/ex05/Form.cc
BimManager/cpp_piscine
170cdb37a057bff5a5d1299d51a6dcfef469bfad
[ "MIT" ]
null
null
null
day05/ex05/Form.cc
BimManager/cpp_piscine
170cdb37a057bff5a5d1299d51a6dcfef469bfad
[ "MIT" ]
null
null
null
day05/ex05/Form.cc
BimManager/cpp_piscine
170cdb37a057bff5a5d1299d51a6dcfef469bfad
[ "MIT" ]
null
null
null
// Copyright 2020 kkozlov #include <string> #include <iostream> #include "Form.h" Form::Form(std::string const &name, unsigned minGradeToSign, unsigned minGradeToExecute, std::string const &target) throw() : name_(name) , minGradeToSign_(minGradeToSign), minGradeToExecute_(...
25.788235
74
0.671533
BimManager
fdd686b00bc83b03781868f014f154e3f7690824
5,722
cpp
C++
Applications/ctkPluginBrowser/ctkQtResourcesTreeModel.cpp
ntoussaint/CTK
fc7a5f78fff4c4394ee5ede2f21975c6a44dfea4
[ "Apache-2.0" ]
515
2015-01-13T05:42:10.000Z
2022-03-29T03:10:01.000Z
Applications/ctkPluginBrowser/ctkQtResourcesTreeModel.cpp
ntoussaint/CTK
fc7a5f78fff4c4394ee5ede2f21975c6a44dfea4
[ "Apache-2.0" ]
425
2015-01-06T05:28:38.000Z
2022-03-08T19:42:18.000Z
Applications/ctkPluginBrowser/ctkQtResourcesTreeModel.cpp
ntoussaint/CTK
fc7a5f78fff4c4394ee5ede2f21975c6a44dfea4
[ "Apache-2.0" ]
341
2015-01-08T06:18:17.000Z
2022-03-29T21:47:49.000Z
/*============================================================================= Library: CTK Copyright (c) German Cancer Research Center, Division of Medical and Biological Informatics Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the ...
21.756654
102
0.714086
ntoussaint
fdd6ee4f7a4e42ba9c2f87ceda9e6be1812f94f5
1,404
cpp
C++
app/ios/frame/Application.cpp
Houkime/echo
d115ca55faf3a140bea04feffeb2efdedb0e7f82
[ "MIT" ]
675
2019-02-07T01:23:19.000Z
2022-03-28T05:45:10.000Z
app/ios/frame/Application.cpp
Houkime/echo
d115ca55faf3a140bea04feffeb2efdedb0e7f82
[ "MIT" ]
843
2019-01-25T01:06:46.000Z
2022-03-16T11:15:53.000Z
app/ios/frame/Application.cpp
Houkime/echo
d115ca55faf3a140bea04feffeb2efdedb0e7f82
[ "MIT" ]
83
2019-02-20T06:18:46.000Z
2022-03-20T09:36:09.000Z
#include "Application.h" #include <engine/core/util/PathUtil.h> #include <engine/core/main/Engine.h> #include <engine/core/render/base/Renderer.h> extern float iOSGetScreenWidth(); extern float iOSGetScreenHeight(); namespace Echo { Application::Application() { } Application::~Application() { } Applicati...
23.016393
97
0.619658
Houkime
fdda4badbd4738a5852cf2ad0007285c82b92690
17,015
cc
C++
programs/mctimings/mctimings.cc
rualso/kv_engine
17680c38a77d3a67fda55f763cc2631f924ed42d
[ "BSD-3-Clause" ]
null
null
null
programs/mctimings/mctimings.cc
rualso/kv_engine
17680c38a77d3a67fda55f763cc2631f924ed42d
[ "BSD-3-Clause" ]
null
null
null
programs/mctimings/mctimings.cc
rualso/kv_engine
17680c38a77d3a67fda55f763cc2631f924ed42d
[ "BSD-3-Clause" ]
null
null
null
/* -*- Mode: C++; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* * Copyright 2017 Couchbase, 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 * * h...
34.866803
80
0.505848
rualso
fddcc50a16eccb727b556de2749bbb3f4f47376b
5,536
cc
C++
src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/hmi/bc_get_app_properties_request.cc
Sohei-Suzuki-Nexty/sdl_core
68f082169e0a40fccd9eb0db3c83911c28870f07
[ "BSD-3-Clause" ]
249
2015-01-15T16:50:53.000Z
2022-03-24T13:23:34.000Z
src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/hmi/bc_get_app_properties_request.cc
Sohei-Suzuki-Nexty/sdl_core
68f082169e0a40fccd9eb0db3c83911c28870f07
[ "BSD-3-Clause" ]
2,917
2015-01-12T16:17:49.000Z
2022-03-31T11:57:47.000Z
src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/hmi/bc_get_app_properties_request.cc
Sohei-Suzuki-Nexty/sdl_core
68f082169e0a40fccd9eb0db3c83911c28870f07
[ "BSD-3-Clause" ]
306
2015-01-12T09:23:20.000Z
2022-01-28T18:06:30.000Z
/* Copyright (c) 2020, Ford Motor Company, Livio 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 conditions and ...
37.917808
79
0.748736
Sohei-Suzuki-Nexty
fddd0fa97b30ca9e0f8cb35a3252b3458570fc21
3,368
cpp
C++
common/Log.cpp
MaynardMiner/energiminer
25fabd8293de254e62b6d5117a8c077c120124ec
[ "MIT" ]
null
null
null
common/Log.cpp
MaynardMiner/energiminer
25fabd8293de254e62b6d5117a8c077c120124ec
[ "MIT" ]
null
null
null
common/Log.cpp
MaynardMiner/energiminer
25fabd8293de254e62b6d5117a8c077c120124ec
[ "MIT" ]
null
null
null
/* This file is part of cpp-ethereum. cpp-ethereum 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. cpp-ethereum is distributed in the...
25.134328
100
0.610154
MaynardMiner
fde0d375f28b846216645d07210a2389a7a18f58
9,665
cpp
C++
src/condor_utils/filesystem_remap.cpp
zhangzhehust/htcondor
e07510d62161f38fa2483b299196ef9a7b9f7941
[ "Apache-2.0" ]
1
2017-02-13T01:25:34.000Z
2017-02-13T01:25:34.000Z
src/condor_utils/filesystem_remap.cpp
AmesianX/htcondor
10aea32f1717637972af90459034d1543004cb83
[ "Apache-2.0" ]
1
2021-04-06T04:19:40.000Z
2021-04-06T04:19:40.000Z
src/condor_utils/filesystem_remap.cpp
AmesianX/htcondor
10aea32f1717637972af90459034d1543004cb83
[ "Apache-2.0" ]
2
2016-05-24T17:12:13.000Z
2017-02-13T01:25:35.000Z
/*************************************************************** * * Copyright (C) 1990-2011, Condor Team, Computer Sciences Department, * University of Wisconsin-Madison, WI. * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. Yo...
31.792763
160
0.66715
zhangzhehust
fde30e8fd55170e5a4a06991fe24bb0d19d51545
46,926
cpp
C++
modules/gles31/functional/es31fAtomicCounterTests.cpp
iabernikhin/VK-GL-CTS
a3338eb2ded98b5befda64f9325db0d219095a00
[ "Apache-2.0" ]
354
2017-01-24T17:12:38.000Z
2022-03-30T07:40:19.000Z
modules/gles31/functional/es31fAtomicCounterTests.cpp
iabernikhin/VK-GL-CTS
a3338eb2ded98b5befda64f9325db0d219095a00
[ "Apache-2.0" ]
275
2017-01-24T20:10:36.000Z
2022-03-24T16:24:50.000Z
modules/gles31/functional/es31fAtomicCounterTests.cpp
iabernikhin/VK-GL-CTS
a3338eb2ded98b5befda64f9325db0d219095a00
[ "Apache-2.0" ]
190
2017-01-24T18:02:04.000Z
2022-03-27T13:11:23.000Z
/*------------------------------------------------------------------------- * drawElements Quality Program OpenGL ES 3.1 Module * ------------------------------------------------- * * Copyright 2014 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not ...
30.333549
285
0.677535
iabernikhin
fde3159a7e6c4e73aca3f9a5713c32d614c1a3cb
3,110
cxx
C++
Modules/Filtering/Contrast/test/otbHelperCLAHE.cxx
qingswu/otb
ed903b6a5e51a27a3d04786e4ad1637cf6b2772e
[ "Apache-2.0" ]
null
null
null
Modules/Filtering/Contrast/test/otbHelperCLAHE.cxx
qingswu/otb
ed903b6a5e51a27a3d04786e4ad1637cf6b2772e
[ "Apache-2.0" ]
null
null
null
Modules/Filtering/Contrast/test/otbHelperCLAHE.cxx
qingswu/otb
ed903b6a5e51a27a3d04786e4ad1637cf6b2772e
[ "Apache-2.0" ]
null
null
null
/* * Copyright (C) 2005-2019 Centre National d'Etudes Spatiales (CNES) * * This file is part of Orfeo Toolbox * * https://www.orfeo-toolbox.org/ * * 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 ...
35.340909
88
0.73537
qingswu
fde4300895f3d7abf07ee1a5269aff895cf24a7b
129
cpp
C++
f9_os/src/xv6cpp/sem.cpp
ghsecuritylab/arm-cortex-v7-unix
cd499fa94d6ee6cd78a31387f3512d997335df52
[ "Apache-2.0" ]
null
null
null
f9_os/src/xv6cpp/sem.cpp
ghsecuritylab/arm-cortex-v7-unix
cd499fa94d6ee6cd78a31387f3512d997335df52
[ "Apache-2.0" ]
null
null
null
f9_os/src/xv6cpp/sem.cpp
ghsecuritylab/arm-cortex-v7-unix
cd499fa94d6ee6cd78a31387f3512d997335df52
[ "Apache-2.0" ]
1
2020-03-08T01:08:38.000Z
2020-03-08T01:08:38.000Z
/* * sem.cpp * * Created on: Apr 21, 2017 * Author: Paul */ #include "sem.h" namespace xv6 { } /* namespace xv6 */
9.923077
28
0.534884
ghsecuritylab
fde789f3bde884920d5184fb047ba1a61817cd56
13,463
cpp
C++
src/commonui/CNodeEdgePropertiesUI.cpp
wojtek48/qvge
3c39128384a3ab3456bc559bda2e957e5bc814af
[ "MIT" ]
null
null
null
src/commonui/CNodeEdgePropertiesUI.cpp
wojtek48/qvge
3c39128384a3ab3456bc559bda2e957e5bc814af
[ "MIT" ]
null
null
null
src/commonui/CNodeEdgePropertiesUI.cpp
wojtek48/qvge
3c39128384a3ab3456bc559bda2e957e5bc814af
[ "MIT" ]
null
null
null
/* This file is a part of QVGE - Qt Visual Graph Editor (c) 2016-2019 Ars L. Masiuk (ars.masiuk@gmail.com) It can be used freely, maintaining the information above. */ #include <QInputDialog> #include <QMessageBox> #include "CAttributesEditorUI.h" #include "CPropertyEditorUIBase.h" #include "CNodeEdgePropertiesUI.h...
25.449905
135
0.714997
wojtek48
fde988d21be7b6ef5651632c1be04987542238f8
606
cc
C++
Part-II/Ch09/9.3.3/9.25.cc
RingZEROtlf/Cpp-Primer
bde40534eeca733350825c41f268415fdccb1cc3
[ "MIT" ]
1
2021-09-23T13:13:12.000Z
2021-09-23T13:13:12.000Z
Part-II/Ch09/9.3.3/9.25.cc
RingZEROtlf/Cpp-Primer
bde40534eeca733350825c41f268415fdccb1cc3
[ "MIT" ]
null
null
null
Part-II/Ch09/9.3.3/9.25.cc
RingZEROtlf/Cpp-Primer
bde40534eeca733350825c41f268415fdccb1cc3
[ "MIT" ]
null
null
null
#include <iostream> #include <vector> using namespace std; int main() { { vector<int> vec { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }; auto elem1 = vec.begin() + 2, elem2 = vec.begin() + 2; elem1 = vec.erase(elem1, elem2); for (auto &v: vec) { cout << v << " "; } co...
23.307692
62
0.410891
RingZEROtlf
fdeb4e989fe8830379629f873cd7d1c30e777d6b
17,596
cc
C++
repos/ComponentRosJoystick/smartsoft/src-gen/ComponentRosJoystick.cc
skarvtech/uwrosys
c9e82e4496c5d334b53e835ca6a2d8c3c3a82dc4
[ "Apache-2.0" ]
null
null
null
repos/ComponentRosJoystick/smartsoft/src-gen/ComponentRosJoystick.cc
skarvtech/uwrosys
c9e82e4496c5d334b53e835ca6a2d8c3c3a82dc4
[ "Apache-2.0" ]
null
null
null
repos/ComponentRosJoystick/smartsoft/src-gen/ComponentRosJoystick.cc
skarvtech/uwrosys
c9e82e4496c5d334b53e835ca6a2d8c3c3a82dc4
[ "Apache-2.0" ]
null
null
null
//-------------------------------------------------------------------------- // Code generated by the SmartSoft MDSD Toolchain // The SmartSoft Toolchain has been developed by: // // Service Robotics Research Center // University of Applied Sciences Ulm // Prittwitzstr. 10 // 89075 Ulm (Germany) // // Information abo...
36.734864
171
0.746874
skarvtech
fdec234fe5bdd5e77784bc5cab7a5b8a4585ce29
15,092
cpp
C++
inetcore/outlookexpress/mailnews/util/exchrep/mapiconv.cpp
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
inetcore/outlookexpress/mailnews/util/exchrep/mapiconv.cpp
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
inetcore/outlookexpress/mailnews/util/exchrep/mapiconv.cpp
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
// ===================================================================================== // m a p c o n v . c p p // conver a MAPI message to and from an RFC 822/RFC 1521 (mime) internet message // ===================================================================================== #include "pch.hxx" #include "Im...
32.737527
186
0.515505
npocmaka
fdede8c97289e8e1a2e3afe1e3a585ba45eefaa2
1,068
cpp
C++
src/kits/package/ActivateRepositoryCacheJob.cpp
Kirishikesan/haiku
835565c55830f2dab01e6e332cc7e2d9c015b51e
[ "MIT" ]
1,338
2015-01-03T20:06:56.000Z
2022-03-26T13:49:54.000Z
src/kits/package/ActivateRepositoryCacheJob.cpp
Kirishikesan/haiku
835565c55830f2dab01e6e332cc7e2d9c015b51e
[ "MIT" ]
15
2015-01-17T22:19:32.000Z
2021-12-20T12:35:00.000Z
src/kits/package/ActivateRepositoryCacheJob.cpp
Kirishikesan/haiku
835565c55830f2dab01e6e332cc7e2d9c015b51e
[ "MIT" ]
350
2015-01-08T14:15:27.000Z
2022-03-21T18:14:35.000Z
/* * Copyright 2011, Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. * * Authors: * Oliver Tappe <zooey@hirschkaefer.de> */ #include <package/ActivateRepositoryCacheJob.h> #include <File.h> #include <package/Context.h> namespace BPackageKit { namespace BPrivate { Activ...
19.071429
79
0.774345
Kirishikesan
fdf571cbf3745b06c7a985d99512bf853c0d87b2
12,639
cpp
C++
src/effects/SkColorCubeFilter.cpp
tmpvar/skia.cc
6e36ba7bf19cc7597837bb0416882ad4d699916b
[ "Apache-2.0" ]
3
2015-08-16T03:44:19.000Z
2015-08-16T17:31:59.000Z
third_party/skia/src/effects/SkColorCubeFilter.cpp
maidiHaitai/haitaibrowser
a232a56bcfb177913a14210e7733e0ea83a6b18d
[ "BSD-3-Clause" ]
null
null
null
third_party/skia/src/effects/SkColorCubeFilter.cpp
maidiHaitai/haitaibrowser
a232a56bcfb177913a14210e7733e0ea83a6b18d
[ "BSD-3-Clause" ]
null
null
null
/* * Copyright 2014 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "SkColorCubeFilter.h" #include "SkColorPriv.h" #include "SkOnce.h" #include "SkOpts.h" #include "SkReadBuffer.h" #include "SkUnPreMultiply.h" #include "SkWriteBuffer....
38.416413
99
0.662552
tmpvar
fdfa888bcb63bc22509d43a5a2e44fe9eef792d4
2,802
cpp
C++
Codeforces/EDU/Segment Tree/Sum.cpp
Code-With-Aagam/competitive-programming
610520cc396fb13a03c606b5fb6739cfd68cc444
[ "MIT" ]
2
2022-02-08T12:37:41.000Z
2022-03-09T03:48:56.000Z
Codeforces/EDU/Segment Tree/Sum.cpp
ShubhamJagtap2000/competitive-programming-1
3a9a2e3dd08f8fa8ab823f295cd020d08d3bff84
[ "MIT" ]
null
null
null
Codeforces/EDU/Segment Tree/Sum.cpp
ShubhamJagtap2000/competitive-programming-1
3a9a2e3dd08f8fa8ab823f295cd020d08d3bff84
[ "MIT" ]
null
null
null
/**************************************************** * Template for coding contests * * Author : Sanjeev Sharma * * Email : thedevelopersanjeev@gmail.com * *****************************************************/ #pragma GCC optimize("O3") #pragma GCC optimize("...
23.35
96
0.47359
Code-With-Aagam
a9007d06abceb1d5719325ef85ae1ee771867234
3,018
cpp
C++
src/PhysicalEntities/Characters/Enemies/Enemy.cpp
edusidsan/GameProg-OO
c74bedb6c592386a40eefbd61770184994a75aa6
[ "MIT" ]
null
null
null
src/PhysicalEntities/Characters/Enemies/Enemy.cpp
edusidsan/GameProg-OO
c74bedb6c592386a40eefbd61770184994a75aa6
[ "MIT" ]
null
null
null
src/PhysicalEntities/Characters/Enemies/Enemy.cpp
edusidsan/GameProg-OO
c74bedb6c592386a40eefbd61770184994a75aa6
[ "MIT" ]
null
null
null
#include "Enemy.hpp" namespace OgrO // Namespace com o nome do jogo. { namespace PhysicalEntities // Namespace do Pacote Entities. { namespace Characters // Namespace do Pacote Personagens. { namespace Enemies // Namespace do Pacote Enemies. { // Constru...
51.152542
318
0.474818
edusidsan
a902cfee6f0885ca8c4c5a44f5d5425588582219
757
hpp
C++
src/roq/samples/zeromq/strategy.hpp
roq-trading/roq-examples
7b7d9508b624c7ec6d74e2fd0206796cf934263b
[ "BSD-3-Clause" ]
null
null
null
src/roq/samples/zeromq/strategy.hpp
roq-trading/roq-examples
7b7d9508b624c7ec6d74e2fd0206796cf934263b
[ "BSD-3-Clause" ]
null
null
null
src/roq/samples/zeromq/strategy.hpp
roq-trading/roq-examples
7b7d9508b624c7ec6d74e2fd0206796cf934263b
[ "BSD-3-Clause" ]
null
null
null
/* Copyright (c) 2017-2022, Hans Erik Thrane */ #pragma once #include <arpa/inet.h> #include "roq/api.hpp" #include "roq/client.hpp" // note! thin wrappers around libzmq #include "roq/samples/zeromq/zmq/context.hpp" #include "roq/samples/zeromq/zmq/socket.hpp" namespace roq { namespace samples { namespace zeromq {...
19.410256
53
0.714663
roq-trading
a9045f9e0fb0defe3869a05acf4a63b3bf08a65f
1,860
cpp
C++
test/training_data/plag_original_codes/dp_h_6221550_808_plag.cpp
xryuseix/SA-Plag
167f7a2b2fa81ff00fd5263772a74c2c5c61941d
[ "MIT" ]
13
2021-01-20T19:53:16.000Z
2021-11-14T16:30:32.000Z
test/training_data/plag_original_codes/dp_h_6221550_808_plag.cpp
xryuseix/SA-Plag
167f7a2b2fa81ff00fd5263772a74c2c5c61941d
[ "MIT" ]
null
null
null
test/training_data/plag_original_codes/dp_h_6221550_808_plag.cpp
xryuseix/SA-Plag
167f7a2b2fa81ff00fd5263772a74c2c5c61941d
[ "MIT" ]
null
null
null
/* 引用元:https://atcoder.jp/contests/dp/tasks/dp_h H - Grid 1Editorial // ソースコードの引用元 : https://atcoder.jp/contests/dp/submissions/6221550 // 提出ID : 6221550 // 問題ID : dp_h // コンテストID : dp // ユーザID : xryuseix // コード長 : 2238 // 実行時間 : 19 */ #include <algorithm> #include <bitset> #include <cctype> #include <climits> #incl...
22.682927
78
0.499462
xryuseix
a907ac64e0a1b8f272e75afa3d08dc5eeb0f4f42
1,903
cc
C++
nn/simplenet/main/Simplenet.cc
research-note/Many-as-One
eb9520c30b4b2b944d4f3713aada256feaf322bc
[ "Apache-2.0" ]
null
null
null
nn/simplenet/main/Simplenet.cc
research-note/Many-as-One
eb9520c30b4b2b944d4f3713aada256feaf322bc
[ "Apache-2.0" ]
4
2021-11-13T23:49:46.000Z
2021-12-03T03:09:44.000Z
nn/simplenet/main/Simplenet.cc
research-note/Many-as-One
eb9520c30b4b2b944d4f3713aada256feaf322bc
[ "Apache-2.0" ]
2
2021-11-13T03:45:19.000Z
2021-11-13T03:47:42.000Z
/* Copyright 2021 The Many as One Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or ...
28.402985
80
0.630583
research-note
a90a2e236f493055edc524d068f061a3d88f074c
581
cpp
C++
rotate-image.cpp
5ooo/LeetCode
5f250cd38696f581e5c891b8977f6c27eea26ffa
[ "MIT" ]
null
null
null
rotate-image.cpp
5ooo/LeetCode
5f250cd38696f581e5c891b8977f6c27eea26ffa
[ "MIT" ]
null
null
null
rotate-image.cpp
5ooo/LeetCode
5f250cd38696f581e5c891b8977f6c27eea26ffa
[ "MIT" ]
null
null
null
class Solution { public: void rotate(vector<vector<int>>& matrix) { int n = matrix.size(); for (int i = 0; i < n / 2; i++) { for (int j = i; j < n - i - 1; j++) { //A[i][j] -> A[j][n-1-i] -> A[n-1-i][n-1-j] -> A[n-1-j][i] -> A[i][j] in...
27.666667
85
0.349398
5ooo
a90c0ad639940bfe3953ad0683c03bebad2f0616
11,888
cpp
C++
source/model/Model.cpp
sormo/simpleSDL
79a830a013f911c4670c86ccf68bd068a887670d
[ "MIT" ]
null
null
null
source/model/Model.cpp
sormo/simpleSDL
79a830a013f911c4670c86ccf68bd068a887670d
[ "MIT" ]
null
null
null
source/model/Model.cpp
sormo/simpleSDL
79a830a013f911c4670c86ccf68bd068a887670d
[ "MIT" ]
null
null
null
#include "Model.h" #include "OpenGL.h" #include "model_generated.h" #include <glm/glm.hpp> #include <glm/gtc/matrix_transform.hpp> #include "utils/Texture.h" #include "utils/Shader.h" #include "Common.h" #include "CommonProject.h" #include "TextureManager.h" glm::mat4 Convert(const ModelData::Mat4 & m) { return gl...
33.965714
189
0.672527
sormo
a90f9d7637d0ef9210d781ad9adf49453fa08067
317
hpp
C++
include/RED4ext/Scripting/Natives/Generated/game/CityAreaType.hpp
jackhumbert/RED4ext.SDK
2c55eccb83beabbbe02abae7945af8efce638fca
[ "MIT" ]
42
2020-12-25T08:33:00.000Z
2022-03-22T14:47:07.000Z
include/RED4ext/Scripting/Natives/Generated/game/CityAreaType.hpp
jackhumbert/RED4ext.SDK
2c55eccb83beabbbe02abae7945af8efce638fca
[ "MIT" ]
38
2020-12-28T22:36:06.000Z
2022-02-16T11:25:47.000Z
include/RED4ext/Scripting/Natives/Generated/game/CityAreaType.hpp
jackhumbert/RED4ext.SDK
2c55eccb83beabbbe02abae7945af8efce638fca
[ "MIT" ]
20
2020-12-28T22:17:38.000Z
2022-03-22T17:19:01.000Z
#pragma once // This file is generated from the Game's Reflection data #include <cstdint> namespace RED4ext { namespace game { enum class CityAreaType : uint32_t { Undefined = 0, PublicZone = 1, SafeZone = 2, RestrictedZone = 3, DangerousZone = 4, }; } // namespace game } // namespace RED4ext
16.684211
57
0.678233
jackhumbert
a911e7c5a1bfe9267b42dd3ca297bf4fd789b61b
2,662
hpp
C++
src/main/include/communications/PublishNode.hpp
MattSa952073/PubSubLub
a20bd82d72f3d5a1599234d638afd578259f3553
[ "BSD-2-Clause" ]
null
null
null
src/main/include/communications/PublishNode.hpp
MattSa952073/PubSubLub
a20bd82d72f3d5a1599234d638afd578259f3553
[ "BSD-2-Clause" ]
null
null
null
src/main/include/communications/PublishNode.hpp
MattSa952073/PubSubLub
a20bd82d72f3d5a1599234d638afd578259f3553
[ "BSD-2-Clause" ]
null
null
null
// Copyright (c) 2018-2019 FRC Team 3512. All Rights Reserved. #pragma once #include <atomic> #include <condition_variable> #include <string> #include <thread> #include <vector> #include <frc/circular_buffer.h> #include "communications/PublishNodeBase.hpp" namespace frc3512 { /** * A communication layer that can...
26.888889
80
0.654395
MattSa952073
a91368140c5cc9f9ac4178c80b0985b4212cf130
29,900
cpp
C++
src/armnn/Runtime.cpp
Srivathsav-max/armnn-clone
af2daa6526623c91ee97f7141be4d1b07de92a48
[ "MIT" ]
1
2022-03-31T18:21:59.000Z
2022-03-31T18:21:59.000Z
src/armnn/Runtime.cpp
Elm8116/armnn
e571cde8411803aec545b1070ed677e481f46f3f
[ "MIT" ]
null
null
null
src/armnn/Runtime.cpp
Elm8116/armnn
e571cde8411803aec545b1070ed677e481f46f3f
[ "MIT" ]
null
null
null
// // Copyright © 2017 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "Runtime.hpp" #include <armnn/Version.hpp> #include <armnn/BackendRegistry.hpp> #include <armnn/BackendHelper.hpp> #include <armnn/Logging.hpp> #include <armnn/utility/Timer.hpp> #include <armnn/backends/...
40.242261
119
0.621605
Srivathsav-max
a913bc466d97d9bf64475a01ab64256980fa1294
6,670
hpp
C++
src/base/util/TimeSystemConverter.hpp
supalogix/GMAT
eea9987ef0978b3e6702e70b587a098b2cbce14e
[ "Apache-2.0" ]
null
null
null
src/base/util/TimeSystemConverter.hpp
supalogix/GMAT
eea9987ef0978b3e6702e70b587a098b2cbce14e
[ "Apache-2.0" ]
null
null
null
src/base/util/TimeSystemConverter.hpp
supalogix/GMAT
eea9987ef0978b3e6702e70b587a098b2cbce14e
[ "Apache-2.0" ]
null
null
null
//$Id$ //------------------------------------------------------------------------------ // TimeSystemConverter //------------------------------------------------------------------------------ // GMAT: General Mission Analysis Tool. // // Copyright (c) 2002 - 2017 United States Government...
36.25
96
0.610945
supalogix
a9146acd8fd8c8fd66ae29fe413354cc18c59348
5,342
cpp
C++
programs/program2/tests/validator_test.cpp
Notgnoshi/parallel
4fce05ac90682f7daa9986dcdb82c9df24e42c74
[ "MIT" ]
null
null
null
programs/program2/tests/validator_test.cpp
Notgnoshi/parallel
4fce05ac90682f7daa9986dcdb82c9df24e42c74
[ "MIT" ]
null
null
null
programs/program2/tests/validator_test.cpp
Notgnoshi/parallel
4fce05ac90682f7daa9986dcdb82c9df24e42c74
[ "MIT" ]
null
null
null
#include "validator_test.h" #include "kernels/kernel.h" #include "kernels/kernel_factory.h" #include "matrix.h" #include "validator.h" void ValidationTest::ValidateAddition() { CPPUNIT_ASSERT( AdditionValidator( Matrix_t( 0, 0 ), Matrix_t( 0, 0 ) ) ); CPPUNIT_ASSERT( AdditionValidator( Matrix_t( 1, 1 ), Matrix...
55.645833
95
0.661176
Notgnoshi
a9165d97ffaa13234978dbbe69f1b17ac2ee4cbd
22,130
cpp
C++
3.Auction/Static-Bin/scv-main.cpp
Parwatsingh/OptSmart
0564abdd04e7bc37a3586982a1d7ca5a97be88d5
[ "Apache-2.0" ]
1
2021-03-13T08:55:13.000Z
2021-03-13T08:55:13.000Z
3.Auction/Static-Bin/scv-main.cpp
Parwatsingh/OptSmart
0564abdd04e7bc37a3586982a1d7ca5a97be88d5
[ "Apache-2.0" ]
null
null
null
3.Auction/Static-Bin/scv-main.cpp
Parwatsingh/OptSmart
0564abdd04e7bc37a3586982a1d7ca5a97be88d5
[ "Apache-2.0" ]
null
null
null
#include <iostream> #include <thread> #include "Util/Timer.cpp" #include "Contract/SimpleAuctionSCV.cpp" #include "Util/FILEOPR.cpp" #include <unistd.h> #include <list> #include <vector> #include <atomic> #include <condition_variable> #include <set> #include <algorithm> #define maxThreads 128 #define maxBObj 5000 #de...
30.524138
124
0.534388
Parwatsingh
a9181f05a86adc49ff9697c7d7d99a3ef2d7f872
939
cpp
C++
src/cpp/uml/signal.cpp
nemears/uml-cpp
d72c8b5506f391f2b6a5696972ff8da7ec10bd21
[ "MIT" ]
null
null
null
src/cpp/uml/signal.cpp
nemears/uml-cpp
d72c8b5506f391f2b6a5696972ff8da7ec10bd21
[ "MIT" ]
1
2022-02-25T18:14:21.000Z
2022-03-10T08:59:55.000Z
src/cpp/uml/signal.cpp
nemears/uml-cpp
d72c8b5506f391f2b6a5696972ff8da7ec10bd21
[ "MIT" ]
null
null
null
#include "uml/signal.h" #include "uml/interface.h" #include "uml/operation.h" #include "uml/manifestation.h" #include "uml/stereotype.h" #include "uml/behavior.h" #include "uml/dataType.h" #include "uml/association.h" #include "uml/deployment.h" using namespace UML; Set<Property, Signal>& Signal::getOwnedAttributesSe...
21.837209
67
0.707135
nemears
a91a44a393e834ff5c1f02ae15d203733cb04796
1,857
cpp
C++
libraries/lnn/src/NeuronInitializer.cpp
langelog/lnn
aaa6e4847886649ee78337237fbe01521a994136
[ "MIT" ]
null
null
null
libraries/lnn/src/NeuronInitializer.cpp
langelog/lnn
aaa6e4847886649ee78337237fbe01521a994136
[ "MIT" ]
null
null
null
libraries/lnn/src/NeuronInitializer.cpp
langelog/lnn
aaa6e4847886649ee78337237fbe01521a994136
[ "MIT" ]
null
null
null
#include "NeuronInitializer.h" void Initializators::ConstantInitializer(double *weigths, unsigned int n_values, double value) { for(unsigned int i=0; i<n_values; i++) { weigths[i] = value; } } void Initializators::NormalDistributionInitializer(double *weights, unsigned int n_values, default_random_eng...
32.578947
152
0.677975
langelog
a91a9d4c6aa6bf35c63cea531c34b537431fd9dc
4,583
hpp
C++
3rdparty/stout/include/stout/os/process.hpp
zagrev/mesos
eefec152dffc4977183089b46fbfe37dbd19e9d7
[ "Apache-2.0" ]
4,537
2015-01-01T03:26:40.000Z
2022-03-31T03:07:00.000Z
3rdparty/stout/include/stout/os/process.hpp
zagrev/mesos
eefec152dffc4977183089b46fbfe37dbd19e9d7
[ "Apache-2.0" ]
227
2015-01-29T02:21:39.000Z
2022-03-29T13:35:50.000Z
3rdparty/stout/include/stout/os/process.hpp
zagrev/mesos
eefec152dffc4977183089b46fbfe37dbd19e9d7
[ "Apache-2.0" ]
1,992
2015-01-05T12:29:19.000Z
2022-03-31T03:07:07.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 und...
25.747191
78
0.629937
zagrev
a91afba5e3d5769f6cbf11a9b7c3e59111861360
6,578
cpp
C++
src/tools/meddler/meddler.cpp
fossabot/metta
a5f56403886ddfb93f2262e4f03b49b38bbcce00
[ "BSL-1.0" ]
null
null
null
src/tools/meddler/meddler.cpp
fossabot/metta
a5f56403886ddfb93f2262e4f03b49b38bbcce00
[ "BSL-1.0" ]
null
null
null
src/tools/meddler/meddler.cpp
fossabot/metta
a5f56403886ddfb93f2262e4f03b49b38bbcce00
[ "BSL-1.0" ]
null
null
null
// // Part of Metta OS. Check https://atta-metta.net for latest version. // // Copyright 2007 - 2017, Stanislav Karchebnyy <berkus@atta-metta.net> // // Distributed under the Boost Software License, Version 1.0. // (See file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt) // #include "parser.h" #incl...
35.945355
167
0.576619
fossabot
a91c43a60cee2c8f1c25d0e0b7681e155975b0a4
612
cpp
C++
src/IVTEntry.cpp
shkemilo/milOSke
6d2498a65689ee8000818012ebbca7eea3937d12
[ "MIT" ]
null
null
null
src/IVTEntry.cpp
shkemilo/milOSke
6d2498a65689ee8000818012ebbca7eea3937d12
[ "MIT" ]
null
null
null
src/IVTEntry.cpp
shkemilo/milOSke
6d2498a65689ee8000818012ebbca7eea3937d12
[ "MIT" ]
1
2021-09-02T13:14:35.000Z
2021-09-02T13:14:35.000Z
/* * IVTEntry.cpp * * Created on: Sep 13, 2020 * Author: OS1 */ #include "IVTEntry.h" #include "Kernel.h" #include "KernelEv.h" IVTEntry* IVTEntry::ivtEntires[] = { 0 }; IVTEntry* IVTEntry::getEntry(IVTNo ivtNo) { return ivtEntires[ivtNo]; } IVTEntry::IVTEntry(IVTNo ivtNo, InterruptRoutine newRoutine) ...
14.926829
111
0.651961
shkemilo
a91f25812953f6b33e2391becd216c7a429b68f7
555
cpp
C++
Codechef/JewelStones.cpp
aajjbb/contest-files
b8842681b96017063a7baeac52ae1318bf59d74d
[ "Apache-2.0" ]
1
2018-08-28T19:58:40.000Z
2018-08-28T19:58:40.000Z
Codechef/JewelStones.cpp
aajjbb/contest-files
b8842681b96017063a7baeac52ae1318bf59d74d
[ "Apache-2.0" ]
2
2017-04-16T00:48:05.000Z
2017-08-03T20:12:26.000Z
Codechef/JewelStones.cpp
aajjbb/contest-files
b8842681b96017063a7baeac52ae1318bf59d74d
[ "Apache-2.0" ]
4
2016-03-04T19:42:00.000Z
2018-01-08T11:42:00.000Z
#include <iostream> #include <map> #include <stdio.h> #include <stdlib.h> #include <string.h> using namespace std; int T, lenJ, lenS; string s, j; int main(void) { cin >> T; while(T--) { cin >> j >> s; map<char, int> ct; for(int i = 0; i < j.size(); i++) { ...
18.5
44
0.381982
aajjbb
a91f5eae1d62155313a958230e905ffee7110b9a
2,395
cpp
C++
OpenCVDemo/sobel_edge.cpp
sumandeepb/OpenCVDemo2.4
0a1d4ef6cef913a5bc3de928327a1678794fcf8e
[ "Apache-2.0" ]
null
null
null
OpenCVDemo/sobel_edge.cpp
sumandeepb/OpenCVDemo2.4
0a1d4ef6cef913a5bc3de928327a1678794fcf8e
[ "Apache-2.0" ]
null
null
null
OpenCVDemo/sobel_edge.cpp
sumandeepb/OpenCVDemo2.4
0a1d4ef6cef913a5bc3de928327a1678794fcf8e
[ "Apache-2.0" ]
null
null
null
/* Copyright 2012-2018 Sumandeep Banerjee, sumandeep.banerjee@gmail.com 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...
34.214286
115
0.721921
sumandeepb
a91fbb85a53efdf53fc96181a577fc97d870379b
11,058
cpp
C++
TripPrep/Read_Activity.cpp
kravitz/transims4
ea0848bf3dc71440d54724bb3ecba3947b982215
[ "NASA-1.3" ]
2
2018-04-27T11:07:02.000Z
2020-04-24T06:53:21.000Z
TripPrep/Read_Activity.cpp
idkravitz/transims4
ea0848bf3dc71440d54724bb3ecba3947b982215
[ "NASA-1.3" ]
null
null
null
TripPrep/Read_Activity.cpp
idkravitz/transims4
ea0848bf3dc71440d54724bb3ecba3947b982215
[ "NASA-1.3" ]
null
null
null
//********************************************************* // Read_Activity.cpp - Read the Activity File //********************************************************* #include "TripPrep.hpp" //--------------------------------------------------------- // Read_Activity //-------------------------------------------------...
27.036675
108
0.570356
kravitz
a9222c686d83fb4dd6644b7109300184a01ede33
8,628
cc
C++
src/QmlControls/QmlObjectListModel.cc
uav-operation-system/qgroundcontrol
c24029938e88d7a45a04f4e4e64bf588f595afed
[ "Apache-2.0" ]
2,133
2015-01-04T03:10:22.000Z
2022-03-31T01:51:07.000Z
src/QmlControls/QmlObjectListModel.cc
uav-operation-system/qgroundcontrol
c24029938e88d7a45a04f4e4e64bf588f595afed
[ "Apache-2.0" ]
6,166
2015-01-02T18:47:42.000Z
2022-03-31T03:44:10.000Z
src/QmlControls/QmlObjectListModel.cc
uav-operation-system/qgroundcontrol
c24029938e88d7a45a04f4e4e64bf588f595afed
[ "Apache-2.0" ]
2,980
2015-01-01T03:09:18.000Z
2022-03-31T04:13:55.000Z
/**************************************************************************** * * (c) 2009-2020 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org> * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. * ***************************************...
26.878505
120
0.6137
uav-operation-system
a9228b75912aec7497a8c3d41725d5f40d5cca6c
2,163
cpp
C++
src/tolua/LuaImGui.cpp
TerensTare/tnt
916067a9bf697101afb1d0785112aa34014e8126
[ "MIT" ]
29
2020-04-22T01:31:30.000Z
2022-02-03T12:21:29.000Z
src/tolua/LuaImGui.cpp
TerensTare/tnt
916067a9bf697101afb1d0785112aa34014e8126
[ "MIT" ]
6
2020-04-17T10:31:56.000Z
2021-09-10T12:07:22.000Z
src/tolua/LuaImGui.cpp
TerensTare/tnt
916067a9bf697101afb1d0785112aa34014e8126
[ "MIT" ]
7
2020-03-13T01:50:41.000Z
2022-03-06T23:44:29.000Z
// This is an independent project of an individual developer. Dear PVS-Studio, please check it. // PVS-Studio Static Code Analyzer for C, C++, C#, and Java: http://www.viva64.com #include <sol/sol.hpp> #include "tolua/LuaImGui.hpp" #include "imgui/ImGui.hpp" void tnt::lua::loadImGui(sol::state_view lua_) { auto ...
35.459016
95
0.624595
TerensTare
a92358f715e6bc27322c4ed3375e2219084b6983
5,634
hpp
C++
src/mlpack/core/dists/laplace_distribution.hpp
KimSangYeon-DGU/mlpack
defa29791f43d3372b019f552134abc39def234a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
src/mlpack/core/dists/laplace_distribution.hpp
KimSangYeon-DGU/mlpack
defa29791f43d3372b019f552134abc39def234a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
src/mlpack/core/dists/laplace_distribution.hpp
KimSangYeon-DGU/mlpack
defa29791f43d3372b019f552134abc39def234a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
2
2020-06-05T13:27:26.000Z
2020-06-23T09:44:31.000Z
/* * @file core/dists/laplace_distribution.hpp * @author Zhihao Lou * @author Rohan Raj * * Laplace (double exponential) distribution used in SA. * * mlpack is free software; you may redistribute it and/or modify it under the * terms of the 3-clause BSD license. You should have received a copy of the * 3-clau...
29.19171
79
0.682464
KimSangYeon-DGU
a92473dcfc041be42ed1281ed2d4ee8cd47660e6
1,259
cpp
C++
project/Harman_T500/idlecurrentpage.cpp
happyrabbit456/Qt5_dev
1812df2f04d4b6d24eaf0195ae25d4c67d4f3da2
[ "MIT" ]
null
null
null
project/Harman_T500/idlecurrentpage.cpp
happyrabbit456/Qt5_dev
1812df2f04d4b6d24eaf0195ae25d4c67d4f3da2
[ "MIT" ]
null
null
null
project/Harman_T500/idlecurrentpage.cpp
happyrabbit456/Qt5_dev
1812df2f04d4b6d24eaf0195ae25d4c67d4f3da2
[ "MIT" ]
null
null
null
#include "idlecurrentpage.h" #include <QGridLayout> #include <QVBoxLayout> #include "testform.h" #include "currentform.h" #include "mainwindow.h" IdleCurrentPage::IdleCurrentPage(QWidget *parent) { currentForm=qobject_cast<TestForm*>(parent); // setTitle(QString::fromLocal8Bit("关机电流测试")); QFont font; ...
25.693878
97
0.702145
happyrabbit456
a926983810a119de6841da246c3b28ec38d4e45e
880
cpp
C++
android-30/javax/xml/xpath/XPathFactoryConfigurationException.cpp
YJBeetle/QtAndroidAPI
1468b5dc6eafaf7709f0b00ba1a6ec2b70684266
[ "Apache-2.0" ]
12
2020-03-26T02:38:56.000Z
2022-03-14T08:17:26.000Z
android-31/javax/xml/xpath/XPathFactoryConfigurationException.cpp
YJBeetle/QtAndroidAPI
1468b5dc6eafaf7709f0b00ba1a6ec2b70684266
[ "Apache-2.0" ]
1
2021-01-27T06:07:45.000Z
2021-11-13T19:19:43.000Z
android-29/javax/xml/xpath/XPathFactoryConfigurationException.cpp
YJBeetle/QtAndroidAPI
1468b5dc6eafaf7709f0b00ba1a6ec2b70684266
[ "Apache-2.0" ]
3
2021-02-02T12:34:55.000Z
2022-03-08T07:45:57.000Z
#include "../../../JString.hpp" #include "../../../JThrowable.hpp" #include "./XPathFactoryConfigurationException.hpp" namespace javax::xml::xpath { // Fields // QJniObject forward XPathFactoryConfigurationException::XPathFactoryConfigurationException(QJniObject obj) : javax::xml::xpath::XPathException(obj) {} ...
30.344828
131
0.748864
YJBeetle
a9284fbfd3b12d64acf1b5ae32823bb6ccc32984
1,336
cpp
C++
ros_ws/src/intro_pkg1/src/TempSensor.cpp
TheProjectsGuy/Learning-ROS
612f8eeeed0d3308cfff9084dbf7dda4732ec1ae
[ "MIT" ]
2
2019-08-14T11:46:45.000Z
2020-05-13T21:03:40.000Z
ros_ws/src/intro_pkg1/src/TempSensor.cpp
TheProjectsGuy/Learning-ROS
612f8eeeed0d3308cfff9084dbf7dda4732ec1ae
[ "MIT" ]
1
2018-12-07T18:54:09.000Z
2018-12-08T13:18:44.000Z
ros_ws/src/intro_pkg1/src/TempSensor.cpp
TheProjectsGuy/Learning-ROS
612f8eeeed0d3308cfff9084dbf7dda4732ec1ae
[ "MIT" ]
null
null
null
#include "ros/ros.h" #include "std_msgs/Header.h" #include "sensor_msgs/Temperature.h" int main(int argc, char **argv) { // Initialize the ROS node ros::init(argc, argv, "TemperatureSensor", ros::init_options::AnonymousName); // Node handler ros::NodeHandle nodeHandler; // Publisher object ros:...
32.585366
105
0.614521
TheProjectsGuy
a92da91d699517c4ae2ef6a0627f450aaa3b6abe
5,810
hpp
C++
include/ecoro/when_any.hpp
msvetkin/ecoro
3d292f0d8bf16d57dcacdf6868c81669bdcb15e7
[ "MIT" ]
4
2021-10-24T00:50:22.000Z
2022-01-10T11:53:40.000Z
include/ecoro/when_any.hpp
msvetkin/ecoro
3d292f0d8bf16d57dcacdf6868c81669bdcb15e7
[ "MIT" ]
3
2022-02-01T20:14:15.000Z
2022-02-02T19:29:48.000Z
include/ecoro/when_any.hpp
msvetkin/ecoro
3d292f0d8bf16d57dcacdf6868c81669bdcb15e7
[ "MIT" ]
null
null
null
// Copyright 2021 - present, Mikhail Svetkin // All rights reserved. // // For the license information refer to LICENSE #ifndef ECORO_WHEN_ANY_HPP #define ECORO_WHEN_ANY_HPP #include "ecoro/awaitable_traits.hpp" #include "ecoro/detail/invoke_or_pass.hpp" #include "ecoro/task.hpp" #include <tuple> #include <variant> ...
26.651376
78
0.694836
msvetkin
a9304e2cd440e9351966cca74c8df4a1362279da
729
cpp
C++
04_mp11_with_values/main.cpp
BorisSchaeling/boost-meta-programming-2020
1bb70e88070953daa4bc19f91f891b43583df06e
[ "BSL-1.0" ]
null
null
null
04_mp11_with_values/main.cpp
BorisSchaeling/boost-meta-programming-2020
1bb70e88070953daa4bc19f91f891b43583df06e
[ "BSL-1.0" ]
null
null
null
04_mp11_with_values/main.cpp
BorisSchaeling/boost-meta-programming-2020
1bb70e88070953daa4bc19f91f891b43583df06e
[ "BSL-1.0" ]
null
null
null
#include <boost/mp11/mpl.hpp> #include <type_traits> template <int I> using int_ = std::integral_constant<int, I>; using namespace boost::mp11; template <typename Sequence, typename Value> struct index_of_impl { using index = mp_find<Sequence, Value>; using size = mp_size<Sequence>; using index_smaller_than_size ...
23.516129
63
0.720165
BorisSchaeling
a93106476d7585426a5cecc1398d348a54d2bf2c
3,862
cpp
C++
test/shape_tester/shape_testGenTrap.cpp
cxwx/VecGeom
c86c00bd7d4db08f4fc20a625020da329784aaac
[ "ECL-2.0", "Apache-2.0" ]
1
2020-06-27T18:43:36.000Z
2020-06-27T18:43:36.000Z
test/shape_tester/shape_testGenTrap.cpp
cxwx/VecGeom
c86c00bd7d4db08f4fc20a625020da329784aaac
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
test/shape_tester/shape_testGenTrap.cpp
cxwx/VecGeom
c86c00bd7d4db08f4fc20a625020da329784aaac
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
#include "../benchmark/ArgParser.h" #include "ShapeTester.h" #include "VecGeom/volumes/GenTrap.h" typedef vecgeom::SimpleGenTrap GenTrap_t; int main(int argc, char *argv[]) { if (argc == 1) { std::cout << "Usage: shape_testGenTrap -test <#>:\n" " 0 - twisted\n" " 1 -...
37.862745
115
0.588814
cxwx
a933008a9bdfb54d6295a005cbd838b10ea79a6f
472
cpp
C++
src/atcoder/abc211/c/sol_0.cpp
kagemeka/competitive-programming
c70fe481bcd518f507b885fc9234691d8ce63171
[ "MIT" ]
1
2021-07-11T03:20:10.000Z
2021-07-11T03:20:10.000Z
src/atcoder/abc211/c/sol_0.cpp
kagemeka/competitive-programming
c70fe481bcd518f507b885fc9234691d8ce63171
[ "MIT" ]
39
2021-07-10T05:21:09.000Z
2021-12-15T06:10:12.000Z
src/atcoder/abc211/c/sol_0.cpp
kagemeka/competitive-programming
c70fe481bcd518f507b885fc9234691d8ce63171
[ "MIT" ]
null
null
null
#include <bits/stdc++.h> using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(0); int mod = (int)1e9 + 7; string s; cin >> s; string t = "$chokudai"; map<char, int> ind; for ( int i = 0; i < (int)t.size(); i++ ) { ind[t[i]] = i; } map<char, int> cnt; cnt['$']...
15.225806
31
0.466102
kagemeka
a933046b05cd2eedf6dc6e1464c7abda4c9e8bb8
693
cpp
C++
source/DeskEditor/StartApp.cpp
Vladimir-Novick/DesktopToolbox
13ed631d91a8b622d3b6c0803141aec5572f36d2
[ "MIT" ]
null
null
null
source/DeskEditor/StartApp.cpp
Vladimir-Novick/DesktopToolbox
13ed631d91a8b622d3b6c0803141aec5572f36d2
[ "MIT" ]
null
null
null
source/DeskEditor/StartApp.cpp
Vladimir-Novick/DesktopToolbox
13ed631d91a8b622d3b6c0803141aec5572f36d2
[ "MIT" ]
1
2021-11-21T07:25:50.000Z
2021-11-21T07:25:50.000Z
// StartApp.cpp: implementation of the StartApp class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "commctrl.h" #include "DeskEditor1.h" #include "windowsx.h" #include "DeskEditor1.h" #include "StartApp.h" //#include "commctrl.h" /////////////////...
18.236842
71
0.428571
Vladimir-Novick
a9343145be0114ce4e2fec36eeb9894d3cddebf3
53,548
cc
C++
modules/rtp_rtcp/source/rtcp_receiver.cc
TeamNuclear/external_chromium_org_third_party_webrtc
5bd5c72d7c01872fea80698dac196ff9a01dfcba
[ "DOC", "BSD-3-Clause" ]
null
null
null
modules/rtp_rtcp/source/rtcp_receiver.cc
TeamNuclear/external_chromium_org_third_party_webrtc
5bd5c72d7c01872fea80698dac196ff9a01dfcba
[ "DOC", "BSD-3-Clause" ]
null
null
null
modules/rtp_rtcp/source/rtcp_receiver.cc
TeamNuclear/external_chromium_org_third_party_webrtc
5bd5c72d7c01872fea80698dac196ff9a01dfcba
[ "DOC", "BSD-3-Clause" ]
null
null
null
/* * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contribut...
34.907432
159
0.708747
TeamNuclear
a935c326dcfd44a395c61a7eba62a08a3f340ca3
2,875
hpp
C++
implementations/Metal/pipeline_state.hpp
rsayers/abstract-gpu
48176fcb88bde7d56de662c9e49d3d0e562819e1
[ "MIT" ]
41
2016-03-25T18:14:37.000Z
2022-01-20T11:16:52.000Z
implementations/Metal/pipeline_state.hpp
rsayers/abstract-gpu
48176fcb88bde7d56de662c9e49d3d0e562819e1
[ "MIT" ]
4
2016-05-05T22:08:01.000Z
2021-12-10T13:06:55.000Z
implementations/Metal/pipeline_state.hpp
rsayers/abstract-gpu
48176fcb88bde7d56de662c9e49d3d0e562819e1
[ "MIT" ]
9
2016-05-23T01:51:25.000Z
2021-08-21T15:32:37.000Z
#ifndef AGPU_METAL_PIPELINE_STATE_HPP #define AGPU_METAL_PIPELINE_STATE_HPP #include "device.hpp" #include "pipeline_command_state.hpp" namespace AgpuMetal { class AMtlComputePipelineBuilder; class AMtlGraphicsPipelineBuilder; class AGPUMTLPipelineStateExtra { public: virtual ~AGPUMTLPipelineStateExtra() {}...
25.219298
155
0.737043
rsayers
a9391b60e4b6728117b94c273cd24979f4ac608d
20,758
cpp
C++
Code/Framework/GridMate/Tests/StreamSocketDriverTests.cpp
aaarsene/o3de
37e3b0226958974defd14dd6d808e8557dcd7345
[ "Apache-2.0", "MIT" ]
1
2021-09-13T00:01:12.000Z
2021-09-13T00:01:12.000Z
Code/Framework/GridMate/Tests/StreamSocketDriverTests.cpp
aaarsene/o3de
37e3b0226958974defd14dd6d808e8557dcd7345
[ "Apache-2.0", "MIT" ]
null
null
null
Code/Framework/GridMate/Tests/StreamSocketDriverTests.cpp
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 * */ #include "Tests.h" #include <GridMate/Carrier/StreamSocketDriver.h> #include <AzCore/Math/Random.h> ...
38.583643
195
0.558098
aaarsene
a9393254e80008724c7ebebede9caf3dc7a1d303
112
hpp
C++
tests/mygtest.hpp
fretboardfreak/audiowav
ea7f8b5e0f34557f9fdf2a459320976739647395
[ "Apache-2.0" ]
20
2016-02-01T13:07:45.000Z
2020-08-30T18:59:39.000Z
tests/mygtest.hpp
fretboardfreak/audiowav
ea7f8b5e0f34557f9fdf2a459320976739647395
[ "Apache-2.0" ]
null
null
null
tests/mygtest.hpp
fretboardfreak/audiowav
ea7f8b5e0f34557f9fdf2a459320976739647395
[ "Apache-2.0" ]
4
2018-05-13T19:05:28.000Z
2021-12-29T18:08:46.000Z
/* A simple wrapper to suppress all warnings from gtest.h */ #pragma GCC system_header #include "gtest/gtest.h"
28
60
0.758929
fretboardfreak
a939ade4483227aa19a35cc587b363ac97506583
5,391
cpp
C++
lib/backend/cpu_x86.cpp
ptillet/neo-ica
f7290219f49169d4cd51c9e58b2b8ee95aeda543
[ "MIT" ]
8
2016-12-18T13:31:17.000Z
2021-11-03T09:31:14.000Z
lib/backend/cpu_x86.cpp
ptillet/DSHF-ICA
f7290219f49169d4cd51c9e58b2b8ee95aeda543
[ "MIT" ]
1
2017-08-16T06:42:33.000Z
2017-08-18T22:14:09.000Z
lib/backend/cpu_x86.cpp
ptillet/DSHF-ICA
f7290219f49169d4cd51c9e58b2b8ee95aeda543
[ "MIT" ]
3
2017-07-03T08:44:48.000Z
2018-08-30T06:54:10.000Z
/* cpu_x86.cpp * * Author : Alexander J. Yee * Date Created : 04/12/2014 * Last Modified : 04/12/2014 * */ // Dependencies #include <iostream> #include <cstring> #if _WIN32 #include <Windows.h> #include <intrin.h> #else #include <cpuid.h> #endif #include "neo_ica/backend/cpu_x86.h" namespace n...
25.671429
98
0.523836
ptillet
a93c2d0ed8de1b996119357bebe64199221b7bb8
14,451
cpp
C++
TRTCSDK/Windows/QTDemo/base/VideoListView.cpp
aliyunvideo/Queen_SDK_Android
e46e32e16f8a6ecf3746a5c397a6a1f36189e93c
[ "Apache-2.0" ]
2
2021-07-06T03:32:25.000Z
2021-12-17T02:24:16.000Z
TRTCSDK/Mac/QTDemo/base/VideoListView.cpp
aliyunvideo/Queen_SDK_Android
e46e32e16f8a6ecf3746a5c397a6a1f36189e93c
[ "Apache-2.0" ]
null
null
null
TRTCSDK/Mac/QTDemo/base/VideoListView.cpp
aliyunvideo/Queen_SDK_Android
e46e32e16f8a6ecf3746a5c397a6a1f36189e93c
[ "Apache-2.0" ]
1
2022-03-31T09:07:26.000Z
2022-03-31T09:07:26.000Z
// QTSimpleDemo // // Copyright © 2020 tencent. All rights reserved. // #include "VideoListView.h" #include "ui_VideoListView.h" #include <QtDebug> #include "ui_TestVideoSetting.h" #ifdef __APPLE__ #include "GenerateTestUserSig.h" #endif #ifdef _WIN32 #include "GenerateTestUsersig.h" #endif VideoListView::VideoLis...
35.332518
144
0.680368
aliyunvideo
a93c987c6be4cff8fb7c28674f13ec742da22f74
7,763
cc
C++
spartyjet-4.0.2_mac/External/fastjet-3.0.0/plugins/SISCone/SISConePlugin.cc
mickypaganini/SSI2016-jet-clustering
a340558957f55159197e845850fc16e622082e7e
[ "MIT" ]
3
2018-06-15T09:12:17.000Z
2021-06-20T15:58:21.000Z
spartyjet-4.0.2_mac/External/fastjet-3.0.0/plugins/SISCone/SISConePlugin.cc
mickypaganini/SSI2016-jet-clustering
a340558957f55159197e845850fc16e622082e7e
[ "MIT" ]
1
2016-08-19T23:48:43.000Z
2016-08-20T01:01:34.000Z
spartyjet-4.0.2_mac/External/fastjet-3.0.0/plugins/SISCone/SISConePlugin.cc
mickypaganini/SSI2016-jet-clustering
a340558957f55159197e845850fc16e622082e7e
[ "MIT" ]
6
2016-08-18T23:16:00.000Z
2020-04-13T01:13:20.000Z
// fastjet stuff #include "fastjet/ClusterSequence.hh" #include "fastjet/SISConePlugin.hh" // sisocne stuff #include "siscone/momentum.h" #include "siscone/siscone.h" // other stuff #include<sstream> FASTJET_BEGIN_NAMESPACE // defined in fastjet/internal/base.hh using namespace std; using namespace siscone; ...
36.106977
93
0.643437
mickypaganini
a93cab4362153db35a3b95a592b642826bc2aada
441
cpp
C++
SysLib/Network/Data/AB_Data.cpp
kravitz/transims4
ea0848bf3dc71440d54724bb3ecba3947b982215
[ "NASA-1.3" ]
2
2018-04-27T11:07:02.000Z
2020-04-24T06:53:21.000Z
SysLib/Network/Data/AB_Data.cpp
idkravitz/transims4
ea0848bf3dc71440d54724bb3ecba3947b982215
[ "NASA-1.3" ]
null
null
null
SysLib/Network/Data/AB_Data.cpp
idkravitz/transims4
ea0848bf3dc71440d54724bb3ecba3947b982215
[ "NASA-1.3" ]
null
null
null
//********************************************************* // AB_Data.cpp - network link A->B access classes //********************************************************* #include "AB_Data.hpp" //--------------------------------------------------------- // AB_Key constructor //-----------------------------------------...
29.4
63
0.326531
kravitz
a93d28ecf46e8e53fa636c0b11369a3800a91a1c
6,352
cpp
C++
herald/src/datatype/signal_characteristic_data.cpp
w-liam-mcnair/herald-for-cpp
cc01c9364c69e4015542ea632efe184a4add9e86
[ "Apache-2.0" ]
null
null
null
herald/src/datatype/signal_characteristic_data.cpp
w-liam-mcnair/herald-for-cpp
cc01c9364c69e4015542ea632efe184a4add9e86
[ "Apache-2.0" ]
null
null
null
herald/src/datatype/signal_characteristic_data.cpp
w-liam-mcnair/herald-for-cpp
cc01c9364c69e4015542ea632efe184a4add9e86
[ "Apache-2.0" ]
null
null
null
// Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0 // #include "herald/datatype/signal_characteristic_data.h" #include "herald/ble/ble_sensor_configuration.h" #include <vector> #include <optional> namespace herald { namespace datatype { namespace SignalCharacteristicData { using n...
33.787234
120
0.687343
w-liam-mcnair
a942c691f21448832e5c2ee9c4e411a4aa3607e9
3,106
cpp
C++
dev/Gems/EMotionFX/Code/Source/Editor/PropertyWidgets/AnimGraphParameterMaskHandler.cpp
pawandayma/lumberyard
e178f173f9c21369efd8c60adda3914e502f006a
[ "AML" ]
1,738
2017-09-21T10:59:12.000Z
2022-03-31T21:05:46.000Z
dev/Gems/EMotionFX/Code/Source/Editor/PropertyWidgets/AnimGraphParameterMaskHandler.cpp
olivier-be/lumberyard
3d688932f919dbf5821f0cb8a210ce24abe39e9e
[ "AML" ]
427
2017-09-29T22:54:36.000Z
2022-02-15T19:26:50.000Z
dev/Gems/EMotionFX/Code/Source/Editor/PropertyWidgets/AnimGraphParameterMaskHandler.cpp
olivier-be/lumberyard
3d688932f919dbf5821f0cb8a210ce24abe39e9e
[ "AML" ]
671
2017-09-21T08:04:01.000Z
2022-03-29T14:30:07.000Z
/* * All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or * its licensors. * * For complete copyright and license terms please see the LICENSE at the root of this * distribution (the "License"). All use of this software is governed by the License, * or, if provided, by the license below or t...
39.316456
180
0.714746
pawandayma
a94400d4b3785e7d46ec696ce34b7bdb27f3316e
13,436
cpp
C++
tests/cxx/isce3/cuda/signal/gpuSignal.cpp
isce3-testing/isce3-circleci-poc
ec1dfb6019bcdc7afb7beee7be0fa0ce3f3b87b3
[ "Apache-2.0" ]
64
2019-08-06T19:22:22.000Z
2022-03-20T17:11:46.000Z
tests/cxx/isce3/cuda/signal/gpuSignal.cpp
isce-framework/isce3
59cdd2c659a4879367db5537604b0ca93d26b372
[ "Apache-2.0" ]
8
2020-09-01T22:46:53.000Z
2021-11-04T00:05:28.000Z
tests/cxx/isce3/cuda/signal/gpuSignal.cpp
isce-framework/isce3
59cdd2c659a4879367db5537604b0ca93d26b372
[ "Apache-2.0" ]
29
2019-08-05T21:40:55.000Z
2022-03-23T00:17:03.000Z
#include <iostream> #include <cstdio> #include <string> #include <sstream> #include <fstream> #include <cmath> #include <valarray> #include <complex> #include <cufft.h> #include <cufftXt.h> #include <thrust/complex.h> #include <gtest/gtest.h> #include "isce3/signal/Signal.h" #include "isce3/io/Raster.h" #include "isc...
29.145336
98
0.634936
isce3-testing
a945a003ec55f4004106b6fc04fc72bfe49080aa
2,463
cpp
C++
src/frontends/tensorflow/src/op/max_pool.cpp
pazamelin/openvino
b7e8ef910d7ed8e52326d14dc6fd53b71d16ed48
[ "Apache-2.0" ]
1
2021-10-21T03:04:16.000Z
2021-10-21T03:04:16.000Z
src/frontends/tensorflow/src/op/max_pool.cpp
pazamelin/openvino
b7e8ef910d7ed8e52326d14dc6fd53b71d16ed48
[ "Apache-2.0" ]
58
2020-11-06T12:13:45.000Z
2022-03-28T13:20:11.000Z
src/frontends/tensorflow/src/op/max_pool.cpp
pazamelin/openvino
b7e8ef910d7ed8e52326d14dc6fd53b71d16ed48
[ "Apache-2.0" ]
2
2019-09-20T01:33:37.000Z
2019-09-20T08:42:11.000Z
// Copyright (C) 2018-2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include <openvino/opsets/opset7.hpp> #include "op_table.hpp" using namespace std; using namespace ov; using namespace ov::frontend::tensorflow::detail; namespace ov { namespace frontend { namespace tensorflow { namespace op { O...
33.739726
82
0.61754
pazamelin
a9472f006b5fc141cda6f12971f74d8bf697173b
6,993
cpp
C++
external/SFML-2.5.1/src/SFML/Audio/AudioDevice.cpp
Manolomon/blind-jump-portable
6149d8b639bc9c50533b7eb5fc26884addf563fd
[ "MIT" ]
140
2019-08-31T02:52:17.000Z
2022-03-25T12:38:23.000Z
external/SFML-2.5.1/src/SFML/Audio/AudioDevice.cpp
Manolomon/blind-jump-portable
6149d8b639bc9c50533b7eb5fc26884addf563fd
[ "MIT" ]
24
2019-10-17T23:26:47.000Z
2020-02-08T21:49:52.000Z
external/SFML-2.5.1/src/SFML/Audio/AudioDevice.cpp
Manolomon/blind-jump-portable
6149d8b639bc9c50533b7eb5fc26884addf563fd
[ "MIT" ]
5
2020-07-08T23:44:32.000Z
2021-11-04T21:17:52.000Z
//////////////////////////////////////////////////////////// // // SFML - Simple and Fast Multimedia Library // Copyright (C) 2007-2018 Laurent Gomila (laurent@sfml-dev.org) // // This software is provided 'as-is', without any express or implied warranty. // In no event will the authors be held liable for any damages a...
30.537118
130
0.56242
Manolomon
a948b3aa649aeb4b088d5543b10eb45a5299b289
1,574
cpp
C++
Patterns/Misc/customization_points_adl_sfinae.cpp
kant/Always-be-learning
7c3b3b4f5e8f0dfcb4d8f4b7f7428d5c8ab164c5
[ "Unlicense" ]
null
null
null
Patterns/Misc/customization_points_adl_sfinae.cpp
kant/Always-be-learning
7c3b3b4f5e8f0dfcb4d8f4b7f7428d5c8ab164c5
[ "Unlicense" ]
null
null
null
Patterns/Misc/customization_points_adl_sfinae.cpp
kant/Always-be-learning
7c3b3b4f5e8f0dfcb4d8f4b7f7428d5c8ab164c5
[ "Unlicense" ]
null
null
null
#include <iostream> #include <type_traits> // When applying the detection-idiom it may be necessary to rely on ADL - we may want to check // if some expression can be called on a given type, taking into account free functions provided // in some namespace and also taking ADL into consideration. // We can do so, witho...
36.604651
98
0.740152
kant
a948bac6b4ba1f9bad1e35ea9a778fbdf40a6b2e
718
hpp
C++
libs/core/program_options/include/hpx/program_options/version.hpp
Andrea-MariaDB-2/hpx
e230dddce4a8783817f38e07f5a77e624f64f826
[ "BSL-1.0" ]
1,822
2015-01-03T11:22:37.000Z
2022-03-31T14:49:59.000Z
libs/core/program_options/include/hpx/program_options/version.hpp
Andrea-MariaDB-2/hpx
e230dddce4a8783817f38e07f5a77e624f64f826
[ "BSL-1.0" ]
3,288
2015-01-05T17:00:23.000Z
2022-03-31T18:49:41.000Z
libs/core/program_options/include/hpx/program_options/version.hpp
Andrea-MariaDB-2/hpx
e230dddce4a8783817f38e07f5a77e624f64f826
[ "BSL-1.0" ]
431
2015-01-07T06:22:14.000Z
2022-03-31T14:50:04.000Z
// Copyright Vladimir Prus 2004. // SPDX-License-Identifier: BSL-1.0 // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt // or copy at http://www.boost.org/LICENSE_1_0.txt) #pragma once #include <hpx/program_options/config.hpp> /** The version of the source interf...
31.217391
71
0.789694
Andrea-MariaDB-2
a948bd94ab06a58af8897df7319c40a0a7d97467
4,230
hpp
C++
mapproxy/src/mapproxy/support/metatile.hpp
maka-io/vts-mapproxy
13c70b1bd2013d76b387900fae839e3948e741c3
[ "BSD-2-Clause" ]
null
null
null
mapproxy/src/mapproxy/support/metatile.hpp
maka-io/vts-mapproxy
13c70b1bd2013d76b387900fae839e3948e741c3
[ "BSD-2-Clause" ]
null
null
null
mapproxy/src/mapproxy/support/metatile.hpp
maka-io/vts-mapproxy
13c70b1bd2013d76b387900fae839e3948e741c3
[ "BSD-2-Clause" ]
null
null
null
/** * Copyright (c) 2017 Melown Technologies SE * * 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 conditions and the f...
35.546218
78
0.668085
maka-io
a948d603785383548446aeab8d7e5627adf5bb65
2,806
cpp
C++
ThirdParty/poco/Foundation/src/HashStatistic.cpp
gregmedlock/roadrunnerwork
11f18f78ef3e381bc59c546a8d5e3ed46d8ab596
[ "Apache-2.0" ]
39
2015-01-23T10:01:31.000Z
2021-06-10T03:01:18.000Z
Windows/PocoFoundation/src/HashStatistic.cpp
luckypen/WiEngine
7e80641fe15a77a2fc43db90f15dad6aa2c2860a
[ "MIT" ]
1
2015-04-15T08:07:47.000Z
2015-04-15T08:07:47.000Z
Windows/PocoFoundation/src/HashStatistic.cpp
luckypen/WiEngine
7e80641fe15a77a2fc43db90f15dad6aa2c2860a
[ "MIT" ]
20
2015-01-20T07:36:10.000Z
2019-09-15T01:02:19.000Z
// // HashStatistic.cpp // // $Id: //poco/1.4/Foundation/src/HashStatistic.cpp#1 $ // // Library: Foundation // Package: Hashing // Module: HashStatistic // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. // // Permission is hereby granted, free of charge, to any ...
32.252874
118
0.693158
gregmedlock
a949773d62d7d181fa04ca436f5745676ac631ba
8,673
cpp
C++
src/chrono/solver/ChSolverSOR.cpp
andrewseidl/chrono
ec3d1689fa4d1ca40ef6d9ffdd2f509c0dc2cecd
[ "BSD-3-Clause" ]
null
null
null
src/chrono/solver/ChSolverSOR.cpp
andrewseidl/chrono
ec3d1689fa4d1ca40ef6d9ffdd2f509c0dc2cecd
[ "BSD-3-Clause" ]
null
null
null
src/chrono/solver/ChSolverSOR.cpp
andrewseidl/chrono
ec3d1689fa4d1ca40ef6d9ffdd2f509c0dc2cecd
[ "BSD-3-Clause" ]
null
null
null
// ============================================================================= // PROJECT CHRONO - http://projectchrono.org // // Copyright (c) 2014 projectchrono.org // All right reserved. // // Use of this source code is governed by a BSD-style license that can be found // in the LICENSE file at the top level of th...
46.132979
113
0.54883
andrewseidl
a94b05d89d40490fc932e6788c489c61c42e2e48
2,005
hpp
C++
altona_config.hpp
kebby/Werkkzeug4
f2ff557020d62c348b54d88e137999175b5c18a3
[ "BSD-2-Clause" ]
10
2020-11-26T09:45:15.000Z
2022-03-18T00:18:27.000Z
altona_config.hpp
kebby/Werkkzeug4
f2ff557020d62c348b54d88e137999175b5c18a3
[ "BSD-2-Clause" ]
null
null
null
altona_config.hpp
kebby/Werkkzeug4
f2ff557020d62c348b54d88e137999175b5c18a3
[ "BSD-2-Clause" ]
3
2020-01-02T19:11:44.000Z
2022-03-18T00:21:45.000Z
/****************************************************************************/ /*** ***/ /*** Altona main configuration file. ***/ /*** ***/ /***...
44.555556
112
0.373067
kebby
a94bb8233adf874ddb31cd7d38d1488096bcf311
1,440
hpp
C++
examples/sill/vr-puzzle/frame.hpp
Breush/lava
1b1b1f0785300b93b4a9f35fca4490502fea6552
[ "MIT" ]
15
2018-02-26T08:20:03.000Z
2022-03-06T03:25:46.000Z
examples/sill/vr-puzzle/frame.hpp
Breush/lava
1b1b1f0785300b93b4a9f35fca4490502fea6552
[ "MIT" ]
32
2018-02-26T08:26:38.000Z
2020-09-12T17:09:38.000Z
examples/sill/vr-puzzle/frame.hpp
Breush/lava
1b1b1f0785300b93b4a9f35fca4490502fea6552
[ "MIT" ]
null
null
null
#pragma once #include <lava/sill.hpp> #include <nlohmann/json.hpp> struct GameState; class Frame { public: Frame(GameState& gameState); Frame(const Frame&) = delete; Frame& operator=(const Frame&) = delete; /// Create a frame. static Frame& make(GameState& gameState); /// Prepare the frame ...
33.488372
120
0.709028
Breush
a94d08e7f1f4872b68209b77babad5630b68215f
6,338
cpp
C++
data/52.cpp
TianyiChen/rdcpp-data
75c6868c876511e3ce143fdc3c08ddd74c7aa4ea
[ "MIT" ]
null
null
null
data/52.cpp
TianyiChen/rdcpp-data
75c6868c876511e3ce143fdc3c08ddd74c7aa4ea
[ "MIT" ]
null
null
null
data/52.cpp
TianyiChen/rdcpp-data
75c6868c876511e3ce143fdc3c08ddd74c7aa4ea
[ "MIT" ]
null
null
null
int Jn, ZjHQ/*Y*//*dEky*/ ,H , lAIw, Mb4p , Rfpqw,s ,e6k,zuS,sSjf /*T*//**/ ,IBH , dg4 ,Vhk, iLTc ,X5YU, F4, hL /*2jtUXBP*/, oHs , JC,MHO, joPQ , zOHJ ; void f_f0 () {;//0uh { { int VTT; volatile int N ,/*kec*/ n , Q,O ; { for(int i=1 ; i< 1 ;++i//zYj ){} { for (int i=1;i<2 ;++i//X ) //...
10.373159
69
0.456453
TianyiChen
a94ff9967ca545c44b4cc9b92dc18e1b3ae361c8
6,368
cpp
C++
src/gausskernel/storage/access/rmgrdesc/nbtdesc.cpp
wotchin/openGauss-server
ebd92e92b0cfd76b121d98e4c57a22d334573159
[ "MulanPSL-1.0" ]
1
2020-06-30T15:00:50.000Z
2020-06-30T15:00:50.000Z
src/gausskernel/storage/access/rmgrdesc/nbtdesc.cpp
wotchin/openGauss-server
ebd92e92b0cfd76b121d98e4c57a22d334573159
[ "MulanPSL-1.0" ]
null
null
null
src/gausskernel/storage/access/rmgrdesc/nbtdesc.cpp
wotchin/openGauss-server
ebd92e92b0cfd76b121d98e4c57a22d334573159
[ "MulanPSL-1.0" ]
null
null
null
/* ------------------------------------------------------------------------- * * nbtdesc.cpp * rmgr descriptor routines for access/nbtree/nbtxlog.cpp * * Portions Copyright (c) 2020 Huawei Technologies Co.,Ltd. * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group * Portions Copyright (c) 199...
36.388571
93
0.518687
wotchin
a9502feb3e45152639b936352d0e4a4acc27db05
626
cpp
C++
Source/TTreeNodeStack.cpp
poissonconsulting/RadCon
acbbb974ececbabddd3da91768744bf31982bf93
[ "MIT" ]
1
2021-12-26T13:32:52.000Z
2021-12-26T13:32:52.000Z
Source/TTreeNodeStack.cpp
joethorley/RadCon
acbbb974ececbabddd3da91768744bf31982bf93
[ "MIT" ]
1
2015-02-02T19:28:20.000Z
2015-02-02T19:28:20.000Z
Source/TTreeNodeStack.cpp
poissonconsulting/RadCon
acbbb974ececbabddd3da91768744bf31982bf93
[ "MIT" ]
null
null
null
#include "TTreeNodeStack.h" TTreeNodeStack& TTreeNodeStack::operator = (const TTreeNodeStack& treeNodeStack) { fStack = treeNodeStack.fStack; return (*this); } void TTreeNodeStack::Pop (TTreeNode*& item) { TObject* obj = NULL; fStack.Pop (obj); item = (TTreeNode*)obj; } void TTreeNodeStack::Top (const TTreeNod...
626
626
0.714058
poissonconsulting
a9515c3a9871501b5f38882857e04237882ba60a
7,127
cc
C++
base/search.cc
haveTryTwo/csutil
7cb071f6927db4c52832d3074fb69f273968d66e
[ "BSD-2-Clause" ]
9
2015-08-14T08:59:06.000Z
2018-08-20T13:46:46.000Z
base/search.cc
haveTryTwo/csutil
7cb071f6927db4c52832d3074fb69f273968d66e
[ "BSD-2-Clause" ]
null
null
null
base/search.cc
haveTryTwo/csutil
7cb071f6927db4c52832d3074fb69f273968d66e
[ "BSD-2-Clause" ]
1
2018-08-20T13:46:29.000Z
2018-08-20T13:46:29.000Z
// Copyright (c) 2015 The CSUTIL Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "base/search.h" namespace base { } #ifdef _SEARCH_MAIN_TEST_ #include <deque> #include <vector> #include <utility> #include <assert.h> int ...
45.107595
108
0.603059
haveTryTwo