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
0f7046cd370c2e4f0717a6819ae13f186ecbe514
1,277
cpp
C++
PTA/PAT(Advanced Level)/c++/A1103.book.cpp
Sunrisepeak/AC-Online-Judge
5b5ea2eefa2ba48d718957720158fb79134a8fa7
[ "Apache-2.0" ]
3
2019-03-17T11:47:05.000Z
2021-12-10T03:41:42.000Z
PTA/PAT(Advanced Level)/c++/A1103.book.cpp
Sunrisepeak/AC-Online-Judge
5b5ea2eefa2ba48d718957720158fb79134a8fa7
[ "Apache-2.0" ]
null
null
null
PTA/PAT(Advanced Level)/c++/A1103.book.cpp
Sunrisepeak/AC-Online-Judge
5b5ea2eefa2ba48d718957720158fb79134a8fa7
[ "Apache-2.0" ]
null
null
null
#include <iostream> #include <vector> using namespace std; int n, k, p, maxFacSum = -1; vector<int> fac, ans, temp; int power(int x) { int ans = 1; for (int i = 0; i < p; i++) { ans *= x; } return ans; } void init() { int i = 0, temp = 0; while(temp <= n) { fac.push_back(temp...
19.953125
63
0.422083
Sunrisepeak
0f7508b9993377be09c5725318ed5cbf057048a8
547
hh
C++
src/mgps/loader/plugin_interface.hh
mzdun/dashcam-gps
7611a08792cac98c4fd1260111e3fc0e632e982b
[ "MIT" ]
6
2020-02-14T00:46:16.000Z
2021-04-07T09:29:06.000Z
src/mgps/loader/plugin_interface.hh
mzdun/dashcam-gps
7611a08792cac98c4fd1260111e3fc0e632e982b
[ "MIT" ]
1
2020-06-09T10:55:43.000Z
2020-06-18T11:39:59.000Z
src/mgps/loader/plugin_interface.hh
mzdun/dashcam-gps
7611a08792cac98c4fd1260111e3fc0e632e982b
[ "MIT" ]
2
2020-06-17T13:20:22.000Z
2021-04-11T10:18:03.000Z
#pragma once #include <memory> #include <mgps/export.hh> #include <mgps/media_file.hh> namespace mgps::loader { struct plugin_info { std::string name{}; std::string description{}; std::string version{}; }; struct MGPS_EXPORT loader_interface { virtual ~loader_interface(); virtual bool probe(char const* f...
26.047619
69
0.718464
mzdun
0f761049c389c923e90038a60d649549efe11e16
7,329
cpp
C++
wdbecmbd/CrdWdbeVec/PnlWdbeVecDetail_evals.cpp
mpsitech/wdbe-WhizniumDBE
27360ce6569dc55098a248b8a0a4b7e3913a6ce6
[ "MIT" ]
4
2020-10-27T14:33:25.000Z
2021-08-07T20:55:42.000Z
wdbecmbd/CrdWdbeVec/PnlWdbeVecDetail_evals.cpp
mpsitech/wdbe-WhizniumDBE
27360ce6569dc55098a248b8a0a4b7e3913a6ce6
[ "MIT" ]
null
null
null
wdbecmbd/CrdWdbeVec/PnlWdbeVecDetail_evals.cpp
mpsitech/wdbe-WhizniumDBE
27360ce6569dc55098a248b8a0a4b7e3913a6ce6
[ "MIT" ]
null
null
null
/** * \file PnlWdbeVecDetail_evals.cpp * job handler for job PnlWdbeVecDetail (implementation of availability/activation evaluation) * \copyright (C) 2016-2020 MPSI Technologies GmbH * \author Alexander Wirthmueller (auto-generation) * \date created: 28 Nov 2020 */ // IP header --- ABOVE using namespace std; usi...
30.410788
368
0.675945
mpsitech
0f775c91601be41d273f014d7aa21aa9adf6d3f2
3,092
hpp
C++
third_party/libprocess/include/process/deferred.hpp
woggle/mesos-old
54b4894efb6c5645eb530d993355559d548f768d
[ "Apache-2.0" ]
null
null
null
third_party/libprocess/include/process/deferred.hpp
woggle/mesos-old
54b4894efb6c5645eb530d993355559d548f768d
[ "Apache-2.0" ]
null
null
null
third_party/libprocess/include/process/deferred.hpp
woggle/mesos-old
54b4894efb6c5645eb530d993355559d548f768d
[ "Apache-2.0" ]
3
2017-03-29T04:57:55.000Z
2020-07-25T20:10:54.000Z
#ifndef __PROCESS_DEFERRED_HPP__ #define __PROCESS_DEFERRED_HPP__ #include <tr1/functional> #include <process/dispatch.hpp> #include <process/future.hpp> #include <process/preprocessor.hpp> namespace process { // Acts like a function call but runs within an asynchronous execution // context such as an Executor or a...
40.155844
75
0.46119
woggle
0f791c235be091f287abe818f97ab0137d2248fe
601
hpp
C++
api/net/ip6/ndp/router_entry.hpp
jaeh/IncludeOS
1cc2bcf36758ff5ef3099e0c0c1ee55f0bb1de02
[ "Apache-2.0" ]
3,673
2015-12-01T22:14:02.000Z
2019-03-22T03:07:20.000Z
api/net/ip6/ndp/router_entry.hpp
jaeh/IncludeOS
1cc2bcf36758ff5ef3099e0c0c1ee55f0bb1de02
[ "Apache-2.0" ]
960
2015-12-01T20:40:36.000Z
2019-03-22T13:21:21.000Z
api/net/ip6/ndp/router_entry.hpp
jaeh/IncludeOS
1cc2bcf36758ff5ef3099e0c0c1ee55f0bb1de02
[ "Apache-2.0" ]
357
2015-12-02T09:32:50.000Z
2019-03-22T09:32:34.000Z
#pragma once #include <net/ip6/addr.hpp> #include <rtc> namespace net::ndp { class Router_entry { public: Router_entry(ip6::Addr router, uint16_t lifetime) : router_{router} { update_router_lifetime(lifetime); } ip6::Addr router() const noexcept { return router_; } bool expi...
20.033333
61
0.665557
jaeh
0f79271a627c0c2c0a828c65b24c0067a4b1d31f
643
cpp
C++
test/cuda/cuda_device_guard.cpp
ipapadop/accxx
29e771f75c4e916b1c5eca6c3d636d2b2ee3f631
[ "MIT" ]
null
null
null
test/cuda/cuda_device_guard.cpp
ipapadop/accxx
29e771f75c4e916b1c5eca6c3d636d2b2ee3f631
[ "MIT" ]
null
null
null
test/cuda/cuda_device_guard.cpp
ipapadop/accxx
29e771f75c4e916b1c5eca6c3d636d2b2ee3f631
[ "MIT" ]
null
null
null
/* * Copyright (c) 2019-2020 Yiannis Papadopoulos * * Distributed under the terms of the MIT License. * * (See accompanying file LICENSE or copy at http://opensource.org/licenses/MIT) */ #include <catch2/catch.hpp> #include <cuda_runtime_api.h> #include "accxx/cuda/call.hpp" #include "accxx/cuda/cuda_device_gua...
21.433333
80
0.692068
ipapadop
0f799f6e3ac8967d7918010a42cf348e416edb96
5,469
cpp
C++
src/mongo/db/s/shardsvr_resharding_operation_time_command.cpp
benety/mongo
203430ac9559f82ca01e3cbb3b0e09149fec0835
[ "Apache-2.0" ]
null
null
null
src/mongo/db/s/shardsvr_resharding_operation_time_command.cpp
benety/mongo
203430ac9559f82ca01e3cbb3b0e09149fec0835
[ "Apache-2.0" ]
null
null
null
src/mongo/db/s/shardsvr_resharding_operation_time_command.cpp
benety/mongo
203430ac9559f82ca01e3cbb3b0e09149fec0835
[ "Apache-2.0" ]
null
null
null
/** * Copyright (C) 2021-present MongoDB, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the Server Side Public License, version 1, * as published by MongoDB, Inc. * * This program is distributed in the hope that it will be useful, * but W...
40.511111
99
0.653136
benety
0f7a3181e6e8633f29872134329182743762646a
5,267
cpp
C++
NetworkRelay/Remote.cpp
deb0ch/R-Type
8bb37cd5ec318efb97119afb87d4996f6bb7644e
[ "WTFPL" ]
5
2016-03-15T20:14:10.000Z
2020-10-30T23:56:24.000Z
NetworkRelay/Remote.cpp
deb0ch/R-Type
8bb37cd5ec318efb97119afb87d4996f6bb7644e
[ "WTFPL" ]
3
2018-12-19T19:12:44.000Z
2020-04-02T13:07:00.000Z
NetworkRelay/Remote.cpp
deb0ch/R-Type
8bb37cd5ec318efb97119afb87d4996f6bb7644e
[ "WTFPL" ]
2
2016-04-11T19:29:28.000Z
2021-11-26T20:53:22.000Z
#include <cstring> #include "Remote.hh" #include "INetworkRelay.hh" #include "Unistd.hh" #include "TCPException.hh" #include "LockGuard.hpp" Remote::Remote(ISocketTCP &socket, unsigned int hash) : _temporary_tcp_buffer(4096) { this->_ready = false; this->_tcp = &socket; this->_ip = ""; this->_port = 0; this-...
22.702586
94
0.675337
deb0ch
0f7b9a611afcdd5ab100920f9de61d9902873dd7
39,564
cpp
C++
development/C++/samples/server/PerfClient/OpcServer.cpp
Movares/OPC-Classic-SDK
65e022dd4ccf20bbdacdfc49cac23bd99d773b98
[ "MIT" ]
19
2021-05-19T11:03:57.000Z
2022-03-18T06:53:48.000Z
development/C++/samples/server/PerfClient/OpcServer.cpp
Movares/OPC-Classic-SDK
65e022dd4ccf20bbdacdfc49cac23bd99d773b98
[ "MIT" ]
8
2021-04-26T10:47:20.000Z
2022-03-15T11:25:07.000Z
development/C++/samples/server/PerfClient/OpcServer.cpp
Movares/OPC-Classic-SDK
65e022dd4ccf20bbdacdfc49cac23bd99d773b98
[ "MIT" ]
11
2021-05-28T06:35:20.000Z
2022-03-31T14:07:25.000Z
#include "stdafx.h" #include "OpcServer.h" #include "ServerCommon.h" OpcServer* instance = NULL; OpcServer* getOpcServer(void) { return instance; } // end getOpcServer void createOpcServer(void) { if (instance == NULL) { instance = new OpcServer(); } // end if } // end createOpcServer void destroyOpcServer...
20.988859
102
0.613512
Movares
0f7d6adee67a4744c303e30def5d23e03704cd1e
544
hpp
C++
include/mizuiro/color/format/homogenous_dynamic_fwd.hpp
cpreh/mizuiro
5ab15bde4e72e3a4978c034b8ff5700352932485
[ "BSL-1.0" ]
1
2015-08-22T04:19:39.000Z
2015-08-22T04:19:39.000Z
include/mizuiro/color/format/homogenous_dynamic_fwd.hpp
freundlich/mizuiro
5ab15bde4e72e3a4978c034b8ff5700352932485
[ "BSL-1.0" ]
null
null
null
include/mizuiro/color/format/homogenous_dynamic_fwd.hpp
freundlich/mizuiro
5ab15bde4e72e3a4978c034b8ff5700352932485
[ "BSL-1.0" ]
null
null
null
// Copyright Carl Philipp Reh 2009 - 2016. // 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) #ifndef MIZUIRO_COLOR_FORMAT_HOMOGENOUS_DYNAMIC_FWD_HPP_INCLUDED #define MIZUIRO_COLOR_FORMAT_HOMOG...
27.2
83
0.783088
cpreh
0f803d969e3f3d126e4a940751d9a72cf966a1e7
592
cpp
C++
examples/Basics/Objects/CompositeObjects/Egg.cpp
RedErr404/cprocessing
ab8ef25ea3e4bcd915f9c086b649696866ea77ca
[ "BSD-2-Clause" ]
12
2015-01-12T07:43:22.000Z
2022-03-08T06:43:20.000Z
examples/Basics/Objects/CompositeObjects/Egg.cpp
RedErr404/cprocessing
ab8ef25ea3e4bcd915f9c086b649696866ea77ca
[ "BSD-2-Clause" ]
null
null
null
examples/Basics/Objects/CompositeObjects/Egg.cpp
RedErr404/cprocessing
ab8ef25ea3e4bcd915f9c086b649696866ea77ca
[ "BSD-2-Clause" ]
7
2015-02-09T15:44:10.000Z
2019-07-07T11:48:10.000Z
#include <cprocessing/cprocessing.hpp> #include "Egg.hpp" Egg::Egg(float xpos, float ypos, float t, float s) { x = xpos; y = ypos; tilt = t; scalar = s / 100.0; } void Egg::wobble() { tilt = cos(angle) / 8; angle += 0.1; } void Egg::display() { noStroke(); fill(255); pushMatrix(); translate(x, y)...
19.096774
52
0.577703
RedErr404
abee2ba07c7554b960a9e06ead9bcec12aa58f3e
13,165
cpp
C++
src/X86Assembler_Avx.cpp
bigianb/Play--CodeGen
8aa3a4e63300b0bda680a8d73a63c8d5b0879967
[ "BSD-2-Clause" ]
45
2015-01-27T13:00:06.000Z
2022-03-10T20:24:58.000Z
src/X86Assembler_Avx.cpp
bigianb/Play--CodeGen
8aa3a4e63300b0bda680a8d73a63c8d5b0879967
[ "BSD-2-Clause" ]
21
2015-07-14T14:04:33.000Z
2021-11-06T22:54:19.000Z
src/X86Assembler_Avx.cpp
bigianb/Play--CodeGen
8aa3a4e63300b0bda680a8d73a63c8d5b0879967
[ "BSD-2-Clause" ]
39
2015-02-16T03:21:30.000Z
2022-01-08T08:30:12.000Z
#include <cassert> #include "X86Assembler.h" void CX86Assembler::WriteVex(VEX_OPCODE_MAP opMap, XMMREGISTER& dst, XMMREGISTER src1, const CAddress& src2) { assert(!src2.nIsExtendedSib); uint8 prefix = (opMap >> 4) & 0x0F; uint8 map = (opMap & 0x0F); assert(prefix < 4); assert(map < 4); bool isExtendedR = (dst...
28.870614
135
0.764603
bigianb
abf1a981003d8c75ecd410813b82032e138a0437
789
cpp
C++
src/main.cpp
ToruNiina/haywire
73818ca211b64bbc4fab24367830a2f8cc471a83
[ "MIT" ]
null
null
null
src/main.cpp
ToruNiina/haywire
73818ca211b64bbc4fab24367830a2f8cc471a83
[ "MIT" ]
null
null
null
src/main.cpp
ToruNiina/haywire
73818ca211b64bbc4fab24367830a2f8cc471a83
[ "MIT" ]
null
null
null
#include <haywire/world.hpp> #include <haywire/gui.hpp> #include <extlib/wad/wad/default_archiver.hpp> int main(int argc, char **argv) { std::cerr << "Usage: ./haywire [data.toml]" << std::endl; std::cerr << "Space: toggle execution" << std::endl; std::cerr << "Enter: step-by-step update" << std::en...
23.909091
61
0.498099
ToruNiina
abf2bc5aacf102b1a50ed095d6a4f05fa7992f54
14,034
cpp
C++
Engine/Source/Editor/UnrealEd/Private/Commandlets/StabilizeLocalizationKeys.cpp
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
1
2022-01-29T18:36:12.000Z
2022-01-29T18:36:12.000Z
Engine/Source/Editor/UnrealEd/Private/Commandlets/StabilizeLocalizationKeys.cpp
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
null
null
null
Engine/Source/Editor/UnrealEd/Private/Commandlets/StabilizeLocalizationKeys.cpp
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
null
null
null
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. #include "Commandlets/StabilizeLocalizationKeys.h" #include "HAL/FileManager.h" #include "Misc/Paths.h" #include "Misc/Guid.h" #include "UObject/UObjectHash.h" #include "Serialization/ArchiveUObject.h" #include "Internationalization/TextNamespaceUtil.h" #inc...
33.816867
213
0.757731
windystrife
abf40a4c6f737c504c234fa42b0d3fd8478c5b8b
600
cpp
C++
src/learning/oop/thread/no-arg.cpp
AzusaChino/little-cpp
483bd34e481868675146a15c36ea60f04bae867a
[ "MIT" ]
null
null
null
src/learning/oop/thread/no-arg.cpp
AzusaChino/little-cpp
483bd34e481868675146a15c36ea60f04bae867a
[ "MIT" ]
null
null
null
src/learning/oop/thread/no-arg.cpp
AzusaChino/little-cpp
483bd34e481868675146a15c36ea60f04bae867a
[ "MIT" ]
null
null
null
#include <iostream> // 必须的头文件 #include <pthread.h> using namespace std; #define NUM_THREADS 5 // 线程的运行函数 void *say_hello(void *args) { cout << "Hello Runoob!" << endl; return 0; } int main() { // 定义线程的 id 变量,多个变量使用数组 pthread_t tids[NUM_THREADS]; for (int i = 0; i < NUM_THREADS; ++i) { //...
22.222222
71
0.596667
AzusaChino
abf58fc31aab49167878ef43c2393112c29ef2ed
22,434
cc
C++
stack/avct/avct_bcb_act.cc
digi-embedded/android_platform_system_bt
635ddc5671274697ecfc9d4d44881f23d73a4cd0
[ "Apache-2.0" ]
null
null
null
stack/avct/avct_bcb_act.cc
digi-embedded/android_platform_system_bt
635ddc5671274697ecfc9d4d44881f23d73a4cd0
[ "Apache-2.0" ]
null
null
null
stack/avct/avct_bcb_act.cc
digi-embedded/android_platform_system_bt
635ddc5671274697ecfc9d4d44881f23d73a4cd0
[ "Apache-2.0" ]
2
2019-05-30T08:37:28.000Z
2019-10-01T16:39:33.000Z
/****************************************************************************** * * Copyright (C) 2003-2016 Broadcom Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * ...
32.991176
80
0.531024
digi-embedded
abf62a1ecd7202c00aabe230158fe3bd5d1c8e33
48,615
cc
C++
hybridse/src/case/sql_case_test.cc
Leowner/OpenMLDB
c13a64ed36ebb094a9df4607e9fccd50ed57a011
[ "Apache-2.0" ]
null
null
null
hybridse/src/case/sql_case_test.cc
Leowner/OpenMLDB
c13a64ed36ebb094a9df4607e9fccd50ed57a011
[ "Apache-2.0" ]
1
2022-03-31T07:44:52.000Z
2022-03-31T08:13:12.000Z
hybridse/src/case/sql_case_test.cc
nautaa/OpenMLDB
6ecf686cce4af9d8b27120c183a829d021d1e5ac
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2021 4Paradigm * * 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 w...
40.078318
100
0.562337
Leowner
abf63f7228c7322dd97814a57f22a1fc931e6ce3
3,272
cpp
C++
ArcGISRuntimeSDKQt_CppSamples/Analysis/ViewshedCamera/ViewshedCamera.cpp
markjdugger/arcgis-runtime-samples-qt
833b583d8f0a70b2dbbe4a8c28d8609c7e93dca3
[ "Apache-2.0" ]
1
2021-08-08T13:58:54.000Z
2021-08-08T13:58:54.000Z
ArcGISRuntimeSDKQt_CppSamples/Analysis/ViewshedCamera/ViewshedCamera.cpp
markjdugger/arcgis-runtime-samples-qt
833b583d8f0a70b2dbbe4a8c28d8609c7e93dca3
[ "Apache-2.0" ]
null
null
null
ArcGISRuntimeSDKQt_CppSamples/Analysis/ViewshedCamera/ViewshedCamera.cpp
markjdugger/arcgis-runtime-samples-qt
833b583d8f0a70b2dbbe4a8c28d8609c7e93dca3
[ "Apache-2.0" ]
null
null
null
// [WriteFile Name=ViewshedCamera, Category=Analysis] // [Legal] // Copyright 2017 Esri. // 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 // Un...
30.018349
175
0.735024
markjdugger
abf6799daa42ee3beb78bbcdda66869e9c5d00f9
10,617
cc
C++
DQM/L1TMonitor/src/L1TStage2BMTF.cc
pasmuss/cmssw
566f40c323beef46134485a45ea53349f59ae534
[ "Apache-2.0" ]
null
null
null
DQM/L1TMonitor/src/L1TStage2BMTF.cc
pasmuss/cmssw
566f40c323beef46134485a45ea53349f59ae534
[ "Apache-2.0" ]
null
null
null
DQM/L1TMonitor/src/L1TStage2BMTF.cc
pasmuss/cmssw
566f40c323beef46134485a45ea53349f59ae534
[ "Apache-2.0" ]
null
null
null
/* * \L1TStage2BMTF.cc * \author Esmaeel Eskandari Tadavani * \December 2015 /G.karathanasis */ #include "DQM/L1TMonitor/interface/L1TStage2BMTF.h" L1TStage2BMTF::L1TStage2BMTF(const edm::ParameterSet & ps): monitorDir(ps.getUntrackedParameter<std::string>("monitorDir","")), bmtfSource(ps.getParameter<edm...
50.799043
179
0.665819
pasmuss
abf8a082ec7d054031845389c4dedc56a0927426
72,394
cxx
C++
Rendering/Annotation/vtkAxisActor.cxx
biddisco/VTK
80fa7c3a767ce306586a596a6c6f3518a34e2f11
[ "BSD-3-Clause" ]
1
2021-10-13T01:57:14.000Z
2021-10-13T01:57:14.000Z
Rendering/Annotation/vtkAxisActor.cxx
biddisco/VTK
80fa7c3a767ce306586a596a6c6f3518a34e2f11
[ "BSD-3-Clause" ]
null
null
null
Rendering/Annotation/vtkAxisActor.cxx
biddisco/VTK
80fa7c3a767ce306586a596a6c6f3518a34e2f11
[ "BSD-3-Clause" ]
5
2015-10-09T04:12:29.000Z
2021-12-15T16:57:11.000Z
/*========================================================================= Program: Visualization Toolkit Module: vtkAxisActor.cxx Thanks: Kathleen Bonnell, B Division, Lawrence Livermore Nat'l Laboratory Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.t...
31.933833
112
0.591651
biddisco
abf8d97d2cf40e6a6c6690e0a04bc8b873a43666
14,079
cpp
C++
rosplan_planning_system/src/PlanDispatch/OnlinePlanDispatcher.cpp
Wonseok-Oh/rosplan
c6d83a0b2da034d310497d73fadb0bfe6abff812
[ "BSD-2-Clause" ]
2
2016-11-11T09:17:42.000Z
2019-05-02T17:25:27.000Z
rosplan_planning_system/src/PlanDispatch/OnlinePlanDispatcher.cpp
Wonseok-Oh/rosplan
c6d83a0b2da034d310497d73fadb0bfe6abff812
[ "BSD-2-Clause" ]
5
2019-03-26T10:20:45.000Z
2019-04-16T10:55:26.000Z
rosplan_planning_system/src/PlanDispatch/OnlinePlanDispatcher.cpp
Wonseok-Oh/rosplan
c6d83a0b2da034d310497d73fadb0bfe6abff812
[ "BSD-2-Clause" ]
1
2019-04-03T09:33:24.000Z
2019-04-03T09:33:24.000Z
// // Created by Gerard Canal <gcanal@iri.upc.edu> on 11/10/18. // #include <rosplan_dispatch_msgs/GetPlanningParams.h> #include "rosplan_planning_system/PlanDispatch/OnlinePlanDispatcher.h" namespace KCL_rosplan { OnlinePlanDispatcher::OnlinePlanDispatcher(ros::NodeHandle &nh) : PlanDispatcher(nh) { nod...
42.406627
197
0.59365
Wonseok-Oh
abf9f393670c29069eb8657f908355426a05ab81
1,857
cpp
C++
src/ace/ACE_wrappers/examples/Naming/test_open.cpp
wfnex/OpenBRAS
b8c2cd836ae85d5307f7f5ca87573b964342bb49
[ "BSD-3-Clause" ]
8
2017-06-05T08:56:27.000Z
2020-04-08T16:50:11.000Z
src/ace/ACE_wrappers/examples/Naming/test_open.cpp
wfnex/OpenBRAS
b8c2cd836ae85d5307f7f5ca87573b964342bb49
[ "BSD-3-Clause" ]
null
null
null
src/ace/ACE_wrappers/examples/Naming/test_open.cpp
wfnex/OpenBRAS
b8c2cd836ae85d5307f7f5ca87573b964342bb49
[ "BSD-3-Clause" ]
17
2017-06-05T08:54:27.000Z
2021-08-29T14:19:12.000Z
#include "ace/OS_main.h" #include "ace/Naming_Context.h" #include "ace/Log_Msg.h" #include "ace/OS_NS_stdio.h" #include "ace/OS_NS_unistd.h" int ACE_TMAIN (int argc, ACE_TCHAR **argv) { const ACE_TCHAR *host = argc > 1 ? argv[1] : ACE_TEXT("-hlocalhost"); const ACE_TCHAR *port = argc > 2 ? argv[2] : ACE_TEXT("-p20...
23.2125
71
0.466344
wfnex
abfa8ced6c61af45e5bdb7d2148a9d89f44c1c31
2,663
hpp
C++
src/marnav/nmea/gsa.hpp
ShadowTeolog/marnav
094dd06a2b9e52591bc9c3879ea4b5cf34a92192
[ "BSD-4-Clause" ]
null
null
null
src/marnav/nmea/gsa.hpp
ShadowTeolog/marnav
094dd06a2b9e52591bc9c3879ea4b5cf34a92192
[ "BSD-4-Clause" ]
null
null
null
src/marnav/nmea/gsa.hpp
ShadowTeolog/marnav
094dd06a2b9e52591bc9c3879ea4b5cf34a92192
[ "BSD-4-Clause" ]
null
null
null
#ifndef MARNAV__NMEA__GSA__HPP #define MARNAV__NMEA__GSA__HPP #include <array> #include "sentence.hpp" #include "../utils/optional.hpp" namespace marnav { namespace nmea { /// @brief GSA - GPS DOP and active satellites /// /// @code /// 1 2 3 14 15 16 17 /// | | | ...
30.261364
83
0.667668
ShadowTeolog
abfdf9798573f437ffe630ddd4bacda4d6f41a4d
626
cpp
C++
web/code/class-03/struct.cpp
CPC-UTEC/blog
30ab1e744088d0d3b3fb4136c96e4568be0b2741
[ "MIT" ]
2
2020-09-09T20:29:25.000Z
2021-02-09T14:17:45.000Z
web/code/class-03/struct.cpp
CPC-UTEC/blog
30ab1e744088d0d3b3fb4136c96e4568be0b2741
[ "MIT" ]
null
null
null
web/code/class-03/struct.cpp
CPC-UTEC/blog
30ab1e744088d0d3b3fb4136c96e4568be0b2741
[ "MIT" ]
null
null
null
#include <bits/stdc++.h> using namespace std; struct MyStructure { // we can declare attributes of different types int var1; double var2; string var3; MyStructure (int var1, double var2, string _var3): var1(var1), var2(var2) { // we can initialize the variables in this way var3 = _var3; // ot ...
23.185185
63
0.611821
CPC-UTEC
abfeb2aed635e3cf44540dc89ea4d6d74640e7c9
15,898
hpp
C++
native/external-libraries/boost/boost/interprocess/sync/scoped_lock.hpp
l3dlp-sandbox/airkinect-2-core
49aecbd3c3fd9584434089dd2d9eef93567036e7
[ "Apache-2.0" ]
47
2015-01-01T14:37:36.000Z
2021-04-25T07:38:07.000Z
native/external-libraries/boost/boost/interprocess/sync/scoped_lock.hpp
l3dlp-sandbox/airkinect-2-core
49aecbd3c3fd9584434089dd2d9eef93567036e7
[ "Apache-2.0" ]
6
2016-01-11T05:20:05.000Z
2021-02-06T11:37:24.000Z
native/external-libraries/boost/boost/interprocess/sync/scoped_lock.hpp
l3dlp-sandbox/airkinect-2-core
49aecbd3c3fd9584434089dd2d9eef93567036e7
[ "Apache-2.0" ]
17
2015-01-05T15:10:43.000Z
2021-06-22T04:59:16.000Z
////////////////////////////////////////////////////////////////////////////// // // (C) Copyright Ion Gaztanaga 2005-2009. 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) // // See http://www.boost.org/libs/interpr...
42.621984
93
0.661718
l3dlp-sandbox
abff2ed8bf737d093bc878b08a00e445f9e2eb2d
734
cpp
C++
Interviewbit/Arrays/kth_row_of_pascal_triangle.cpp
sohilladhani/programming
f9a63532013c0ef81679eb922e8ec66d3daf2518
[ "MIT" ]
null
null
null
Interviewbit/Arrays/kth_row_of_pascal_triangle.cpp
sohilladhani/programming
f9a63532013c0ef81679eb922e8ec66d3daf2518
[ "MIT" ]
null
null
null
Interviewbit/Arrays/kth_row_of_pascal_triangle.cpp
sohilladhani/programming
f9a63532013c0ef81679eb922e8ec66d3daf2518
[ "MIT" ]
null
null
null
/* https://www.interviewbit.com/problems/kth-row-of-pascals-triangle/ */ #include <iostream> #include <vector> #include <algorithm> #include <list> #include <queue> using namespace std; void print_vector(vector<int> v) { for (int i = 0; i < v.size(); ++i) { cout<<v[i]<<" "; } cout<<"\n"; } vec...
15.956522
66
0.56267
sohilladhani
abff444491313a031f30bcafc17171e729def60f
4,410
cpp
C++
llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.cpp
medismailben/llvm-project
e334a839032fe500c3bba22bf976ab7af13ce1c1
[ "Apache-2.0" ]
2,338
2018-06-19T17:34:51.000Z
2022-03-31T11:00:37.000Z
llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.cpp
medismailben/llvm-project
e334a839032fe500c3bba22bf976ab7af13ce1c1
[ "Apache-2.0" ]
11,789
2015-01-05T04:50:15.000Z
2022-03-31T23:39:19.000Z
llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.cpp
medismailben/llvm-project
e334a839032fe500c3bba22bf976ab7af13ce1c1
[ "Apache-2.0" ]
500
2019-01-23T07:49:22.000Z
2022-03-30T02:59:37.000Z
//===-- PPCMCExpr.cpp - PPC specific MC expression classes ----------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
26.407186
84
0.615873
medismailben
abff4c1c6407d3cb0e524707b7b5292e1d464ae8
17,109
cpp
C++
src/lunaIpc/ConnectionStateObserver.cpp
webosose/com.webos.service.location
e853bccb6b12442185ae35cce2ee4cf64415899a
[ "Apache-2.0" ]
null
null
null
src/lunaIpc/ConnectionStateObserver.cpp
webosose/com.webos.service.location
e853bccb6b12442185ae35cce2ee4cf64415899a
[ "Apache-2.0" ]
null
null
null
src/lunaIpc/ConnectionStateObserver.cpp
webosose/com.webos.service.location
e853bccb6b12442185ae35cce2ee4cf64415899a
[ "Apache-2.0" ]
null
null
null
// Copyright (c) 2020 LG Electronics, 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 agre...
31.683333
171
0.626395
webosose
abff57875b24d4f78c0348129cfa7f6b7104f823
88
cpp
C++
tests/Issue386_2.cpp
devtbi/cppinsights
5a9a8d93435f3c516240d3a87ee36f0a4bce5d90
[ "MIT" ]
1,853
2018-05-13T21:49:17.000Z
2022-03-30T10:34:45.000Z
tests/Issue386_2.cpp
tiandaoafei/cppinsights
af78ac299121354101a5e506dafccaac95d27a77
[ "MIT" ]
398
2018-05-15T14:48:51.000Z
2022-03-24T12:14:33.000Z
tests/Issue386_2.cpp
SammyEnigma/cppinsights
c984b8e68139bbcc244c094fd2463eeced8fd997
[ "MIT" ]
104
2018-05-15T04:00:59.000Z
2022-03-17T02:04:15.000Z
int main() { if(true) []{}(); for(;false;) []{}(); while(false) []{}(); }
9.777778
24
0.352273
devtbi
280199d45f80d2d672d10dfdb63c0a2fbe6e2563
1,848
cc
C++
cc/timer.cc
asciphx/CarryLib
6f8c54f182525eee47feae412a109e15ead319cc
[ "MIT" ]
1
2021-12-02T11:24:08.000Z
2021-12-02T11:24:08.000Z
cc/timer.cc
asciphx/CarryLib
6f8c54f182525eee47feae412a109e15ead319cc
[ "MIT" ]
null
null
null
cc/timer.cc
asciphx/CarryLib
6f8c54f182525eee47feae412a109e15ead319cc
[ "MIT" ]
null
null
null
#include <iostream> #include <thread> #include <chrono> #include <atomic> struct Timer { template<typename F> void setTimeout(F func, uint32_t milliseconds); template<typename F> void setInterval(F func, uint32_t milliseconds); template<typename F> void setTimeoutSec(F func, uint32_t seconds); template<typename...
30.295082
77
0.653139
asciphx
2803dfae39ed45d9d4836c6f19c9431e915ad3d3
1,600
hpp
C++
src/libs/graphics/color.hpp
dv1/dv1-misc-code
22d38ae0c1c1d7afe3f32147dc102298d00fb7bb
[ "BSD-2-Clause-FreeBSD" ]
2
2020-05-16T19:33:03.000Z
2020-05-17T04:21:31.000Z
src/libs/graphics/color.hpp
dv1/dv1-misc-code
22d38ae0c1c1d7afe3f32147dc102298d00fb7bb
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
src/libs/graphics/color.hpp
dv1/dv1-misc-code
22d38ae0c1c1d7afe3f32147dc102298d00fb7bb
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
#ifndef GRAPHICS_COLOR_HPP___________ #define GRAPHICS_COLOR_HPP___________ #include <cstddef> #include <array> #include <map> #include "base/progress_report.hpp" #include "pixmap_view.hpp" namespace graphics { struct color { std::array < int, 3 > m_rgb_values; color(); explicit color(int const p_red, int cons...
25
100
0.751875
dv1
2804ae4956f33b07042ee1bbda68e47310c11597
1,405
cpp
C++
src/integrators/depth.cpp
tizian/layer-laboratory
008cc94b76127e9eb74227fcd3d0145da8ddec30
[ "CNRI-Python" ]
7
2020-07-24T03:19:59.000Z
2022-03-30T10:56:12.000Z
src/integrators/depth.cpp
tizian/layer-laboratory
008cc94b76127e9eb74227fcd3d0145da8ddec30
[ "CNRI-Python" ]
1
2021-04-07T22:30:23.000Z
2021-04-08T00:55:36.000Z
src/integrators/depth.cpp
tizian/layer-laboratory
008cc94b76127e9eb74227fcd3d0145da8ddec30
[ "CNRI-Python" ]
2
2020-06-08T08:25:09.000Z
2021-04-05T22:13:08.000Z
#include <mitsuba/render/integrator.h> #include <mitsuba/render/records.h> NAMESPACE_BEGIN(mitsuba) /** * \brief Example of one an extremely simple type of integrator that is also * helpful for debugging: returns the distance from the camera to the closest * intersected object, or 0 if no intersection was found. ...
34.268293
77
0.62847
tizian
280547ed5c2b0a6fcfa8ec670add5c760a6ad8ac
4,468
cpp
C++
openstudiocore/src/energyplus/Test/ZoneHVACLowTempRadiantElectric_GTest.cpp
bobzabcik/OpenStudio
858321dc0ad8d572de15858d2ae487b029a8d847
[ "blessing" ]
null
null
null
openstudiocore/src/energyplus/Test/ZoneHVACLowTempRadiantElectric_GTest.cpp
bobzabcik/OpenStudio
858321dc0ad8d572de15858d2ae487b029a8d847
[ "blessing" ]
null
null
null
openstudiocore/src/energyplus/Test/ZoneHVACLowTempRadiantElectric_GTest.cpp
bobzabcik/OpenStudio
858321dc0ad8d572de15858d2ae487b029a8d847
[ "blessing" ]
null
null
null
/********************************************************************** * Copyright (c) 2008-2013, Alliance for Sustainable Energy. * All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Fre...
37.546218
122
0.77641
bobzabcik
2806f470c1fb46abafafba5641f306041749d127
1,683
hpp
C++
src/main/include/Robot.hpp
Team3512/Robot-2017
1e5f3c1dcd78464d0c967aa17ca0e479775f7ed3
[ "BSD-3-Clause" ]
null
null
null
src/main/include/Robot.hpp
Team3512/Robot-2017
1e5f3c1dcd78464d0c967aa17ca0e479775f7ed3
[ "BSD-3-Clause" ]
null
null
null
src/main/include/Robot.hpp
Team3512/Robot-2017
1e5f3c1dcd78464d0c967aa17ca0e479775f7ed3
[ "BSD-3-Clause" ]
null
null
null
// Copyright (c) 2017-2021 FRC Team 3512. All Rights Reserved. #pragma once #include <cameraserver/CameraServer.h> #include <cscore.h> #include <ctre/phoenix/motorcontrol/can/TalonSRX.h> #include <frc/DigitalInput.h> #include <frc/DoubleSolenoid.h> #include <frc/Joystick.h> #include <frc/Solenoid.h> #include <frc/Ti...
24.75
72
0.708853
Team3512
28091d656c645093e1284223b53f30b03b6041a4
1,676
cpp
C++
kattis/set3/reduction.cpp
heiseish/Competitive-Programming
e4dd4db83c38e8837914562bc84bc8c102e68e34
[ "MIT" ]
5
2019-03-17T01:33:19.000Z
2021-06-25T09:50:45.000Z
kattis/set3/reduction.cpp
heiseish/Competitive-Programming
e4dd4db83c38e8837914562bc84bc8c102e68e34
[ "MIT" ]
null
null
null
kattis/set3/reduction.cpp
heiseish/Competitive-Programming
e4dd4db83c38e8837914562bc84bc8c102e68e34
[ "MIT" ]
null
null
null
/** Words are like swords. If you use them the wrong way, they can turn into ugly weapons. */ #include <bits/stdc++.h> #define forn(i, l, r) for(int i=l;i<=r;i++) #define all(v) v.begin(),v.end() #define pb push_back #define nd second #define st first #define debug(x) cout<<#x<<" -> "<<x<< endl #define kakimas...
22.648649
94
0.599642
heiseish
280b7fb194500156f9c98d02399d79c99ad66b2f
1,855
cpp
C++
Double_List/Double_List.cpp
kungcn/Data_Structure
45db44d2f116b5ad316634399c0e246105e0f46e
[ "MIT" ]
null
null
null
Double_List/Double_List.cpp
kungcn/Data_Structure
45db44d2f116b5ad316634399c0e246105e0f46e
[ "MIT" ]
null
null
null
Double_List/Double_List.cpp
kungcn/Data_Structure
45db44d2f116b5ad316634399c0e246105e0f46e
[ "MIT" ]
null
null
null
#include "Double_List.h" template <class List_entry> Double_List<List_entry>::Double_List() { } template <class List_entry> Double_List<List_entry>::~Double_List() { } // 拷贝构造函数和赋值运算符重载,注意深拷贝与浅拷贝的差异 template <class List_entry> Double_List<List_entry>::Double_List(const Double_List<List_entry> &copy) { S } tem...
21.079545
85
0.769272
kungcn
280feedf02bae1f8bb7b233d733c8ca514c19ec3
11,977
cpp
C++
apps/AutoSmiley/AutoSmiley-v001/src/mpi/mpieyefinder/faceobject.cpp
yingshixiaohu/SmileFile
96641a104e4c9d5cac887aeef617bdc1f51557b3
[ "MIT" ]
1
2015-01-05T23:16:06.000Z
2015-01-05T23:16:06.000Z
apps/AutoSmiley/AutoSmiley-v001/src/mpi/mpieyefinder/faceobject.cpp
yingshixiaohu/SmileFile
96641a104e4c9d5cac887aeef617bdc1f51557b3
[ "MIT" ]
null
null
null
apps/AutoSmiley/AutoSmiley-v001/src/mpi/mpieyefinder/faceobject.cpp
yingshixiaohu/SmileFile
96641a104e4c9d5cac887aeef617bdc1f51557b3
[ "MIT" ]
null
null
null
/* * FACEOBJECT.cpp * * Created by Bret Fortenberry on Aug 27, 2003. * Fixes: * * Copyright (c) 2003 Machine Perception Laboratory * University of California San Diego. * * Please read the disclaimer and notes about redistribution * at the end of this file. * */ #include "faceobject.h" ...
29.57284
707
0.595475
yingshixiaohu
2810203c4093d5a61ef28859b19ccf71c031ff55
1,889
hpp
C++
src/fly/task/task.hpp
lichuan/fly
7927f819f74997314fb526c5d8ab4d88ea593b91
[ "Apache-2.0" ]
60
2015-06-23T12:36:33.000Z
2022-03-09T01:27:14.000Z
src/fly/task/task.hpp
lichuan/fly
7927f819f74997314fb526c5d8ab4d88ea593b91
[ "Apache-2.0" ]
1
2021-12-21T11:23:04.000Z
2021-12-21T11:23:04.000Z
src/fly/task/task.hpp
lichuan/fly
7927f819f74997314fb526c5d8ab4d88ea593b91
[ "Apache-2.0" ]
30
2015-08-03T07:22:04.000Z
2022-01-13T08:49:48.000Z
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * _______ _ * * ( ____ \ ( \ |\ /| * * | ( \/ | ( ( \ / ) * * | (__ ...
35.641509
73
0.228163
lichuan
2810ca532c89e83622a5f0c9924157ea1cfa47c5
33,084
cc
C++
src/vnsw/agent/uve/test/test_vrouter_uve.cc
madkiss/contrail-controller
17f622dfe99f8ab4163436399e80f95dd564814c
[ "Apache-2.0" ]
null
null
null
src/vnsw/agent/uve/test/test_vrouter_uve.cc
madkiss/contrail-controller
17f622dfe99f8ab4163436399e80f95dd564814c
[ "Apache-2.0" ]
null
null
null
src/vnsw/agent/uve/test/test_vrouter_uve.cc
madkiss/contrail-controller
17f622dfe99f8ab4163436399e80f95dd564814c
[ "Apache-2.0" ]
null
null
null
/* * Copyright (c) 2013 Juniper Networks, Inc. All rights reserved. */ #include "base/os.h" #include <cfg/cfg_init.h> #include <cfg/cfg_interface.h> #include <oper/operdb_init.h> #include <controller/controller_init.h> #include <pkt/pkt_init.h> #include <services/services_init.h> #include <vrouter/ksync/ksync_init.h...
36.236583
108
0.653488
madkiss
2810e8476f082b4b7c063f099eedbea4d9b4c56f
17,503
hpp
C++
src/MSR.hpp
alawibaba/geopm
dc5dd54cf260b0b51d517bb50d1ba5db9e013c71
[ "BSD-3-Clause" ]
null
null
null
src/MSR.hpp
alawibaba/geopm
dc5dd54cf260b0b51d517bb50d1ba5db9e013c71
[ "BSD-3-Clause" ]
null
null
null
src/MSR.hpp
alawibaba/geopm
dc5dd54cf260b0b51d517bb50d1ba5db9e013c71
[ "BSD-3-Clause" ]
null
null
null
/* * Copyright (c) 2015, 2016, 2017, 2018, Intel Corporation * * 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 o...
48.217631
118
0.560247
alawibaba
2811723e7793cb9ff266154c029a1849b4db5e26
10,993
cpp
C++
cpu/cpumd/Host.cpp
vakuras/moleculardynamics
f9c6b03db7df8e429f72fa17b5ccfd98d08ee272
[ "MIT" ]
null
null
null
cpu/cpumd/Host.cpp
vakuras/moleculardynamics
f9c6b03db7df8e429f72fa17b5ccfd98d08ee272
[ "MIT" ]
null
null
null
cpu/cpumd/Host.cpp
vakuras/moleculardynamics
f9c6b03db7df8e429f72fa17b5ccfd98d08ee272
[ "MIT" ]
null
null
null
/// /// CPU Host /// /// Molecular Dynamics Simulation on GPU /// /// Written by Vadim Kuras. 2009-2010. /// #include "Host.h" /// /// Simulation main host function /// int hostMain(configuration * config) { real4 * posArray; //positions real3 * velocityArray; //velocity real3 * forceArray; //for...
37.776632
194
0.699627
vakuras
28118cf63171c1ac4765114d0bc9df80c094e561
287
cpp
C++
src/util/mathematical_expr.cpp
lpmi-13/cbmc
dc4ffae64430ac5b1c971da44ce0dba189a5b6bf
[ "BSD-4-Clause" ]
null
null
null
src/util/mathematical_expr.cpp
lpmi-13/cbmc
dc4ffae64430ac5b1c971da44ce0dba189a5b6bf
[ "BSD-4-Clause" ]
null
null
null
src/util/mathematical_expr.cpp
lpmi-13/cbmc
dc4ffae64430ac5b1c971da44ce0dba189a5b6bf
[ "BSD-4-Clause" ]
null
null
null
/*******************************************************************\ Module: API to expression classes for 'mathematical' expressions Author: Daniel Kroening, kroening@kroening.com \*******************************************************************/ #include "mathematical_expr.h"
28.7
69
0.41115
lpmi-13
2814bb4ffcad441ae0ec1e12c7c6e0ea0498c03b
2,251
cpp
C++
aws-cpp-sdk-iotevents/source/model/IotSiteWiseAction.cpp
Neusoft-Technology-Solutions/aws-sdk-cpp
88c041828b0dbee18a297c3cfe98c5ecd0706d0b
[ "Apache-2.0" ]
1
2022-02-10T08:06:54.000Z
2022-02-10T08:06:54.000Z
aws-cpp-sdk-iotevents/source/model/IotSiteWiseAction.cpp
Neusoft-Technology-Solutions/aws-sdk-cpp
88c041828b0dbee18a297c3cfe98c5ecd0706d0b
[ "Apache-2.0" ]
1
2022-01-03T23:59:37.000Z
2022-01-03T23:59:37.000Z
aws-cpp-sdk-iotevents/source/model/IotSiteWiseAction.cpp
ravindra-wagh/aws-sdk-cpp
7d5ff01b3c3b872f31ca98fb4ce868cd01e97696
[ "Apache-2.0" ]
1
2021-11-09T12:02:58.000Z
2021-11-09T12:02:58.000Z
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/iotevents/model/IotSiteWiseAction.h> #include <aws/core/utils/json/JsonSerializer.h> #include <utility> using namespace Aws::Utils::Json; using namespace Aws::Utils; namespace Aws { n...
18.758333
69
0.723234
Neusoft-Technology-Solutions
28157783daa7a0c6c273850c3d0aa94aa1007ab8
19,813
cpp
C++
llvm-5.0.1.src/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
ShawnLess/TBD
fc98e93b3462509022fdf403978cd82aa05c2331
[ "Apache-2.0" ]
60
2017-12-21T06:49:58.000Z
2022-02-24T09:43:52.000Z
llvm-5.0.1.src/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
ShawnLess/TBD
fc98e93b3462509022fdf403978cd82aa05c2331
[ "Apache-2.0" ]
null
null
null
llvm-5.0.1.src/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
ShawnLess/TBD
fc98e93b3462509022fdf403978cd82aa05c2331
[ "Apache-2.0" ]
17
2017-12-20T09:54:56.000Z
2021-06-24T05:39:36.000Z
//===- CorrelatedValuePropagation.cpp - Propagate CFG-derived info --------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
34.101549
80
0.655378
ShawnLess
281578d214212272e9583b050285d79efdcb44d1
932
hpp
C++
include/Exceptions/ENetInitializationFailedException.hpp
BigETI/WhackAStoodentServer
05c670a9b745262ae926aebcb1fce0f1ecc5f4d2
[ "MIT" ]
1
2021-04-28T20:32:57.000Z
2021-04-28T20:32:57.000Z
include/Exceptions/ENetInitializationFailedException.hpp
BigETI/WhackAStoodentServer
05c670a9b745262ae926aebcb1fce0f1ecc5f4d2
[ "MIT" ]
7
2021-08-24T14:09:33.000Z
2021-08-30T12:47:40.000Z
include/Exceptions/ENetInitializationFailedException.hpp
BigETI/WhackAStoodentServer
05c670a9b745262ae926aebcb1fce0f1ecc5f4d2
[ "MIT" ]
null
null
null
#pragma once #include <stdexcept> #include <string> /// <summary> /// Whack-A-Stoodent server namespace /// </summary> namespace WhackAStoodentServer { /// <summary> /// A class that describes an ENet intialization failed exception /// </summary> class ENetInitializationFailedException : public std::runtime_error...
20.711111
68
0.688841
BigETI
2818a93391e57c0d038fc2f263475b23a88b845e
2,174
cpp
C++
native/tests/seal/publickey.cpp
nitrieu/SEAL
9fc376c19488be2bfd213780ee06789754f4b2c2
[ "MIT" ]
17
2019-12-02T09:26:24.000Z
2022-02-03T03:59:25.000Z
native/tests/seal/publickey.cpp
nitrieu/SEAL
9fc376c19488be2bfd213780ee06789754f4b2c2
[ "MIT" ]
1
2020-09-14T06:19:36.000Z
2020-09-14T06:19:36.000Z
native/tests/seal/publickey.cpp
nitrieu/SEAL
9fc376c19488be2bfd213780ee06789754f4b2c2
[ "MIT" ]
11
2019-12-02T22:02:39.000Z
2021-12-10T02:17:06.000Z
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. #include "gtest/gtest.h" #include "seal/publickey.h" #include "seal/context.h" #include "seal/modulus.h" #include "seal/keygenerator.h" using namespace seal; using namespace std; namespace SEALTest { TEST(PublicKeyTes...
32.939394
83
0.565317
nitrieu
2819bd8af889af9925282eb172478b2344c99fc0
1,587
cpp
C++
src/clientMain.cpp
kn0t3k/kyrys
142bcdd1bc34fe7b8d01e4666668f97c26aa297d
[ "MIT" ]
null
null
null
src/clientMain.cpp
kn0t3k/kyrys
142bcdd1bc34fe7b8d01e4666668f97c26aa297d
[ "MIT" ]
33
2017-03-07T13:45:52.000Z
2017-05-07T21:17:28.000Z
src/clientMain.cpp
kn0t3k/kyrys
142bcdd1bc34fe7b8d01e4666668f97c26aa297d
[ "MIT" ]
null
null
null
#include <reference.hpp> #include <client.hpp> int main(int argc, char **argv) { int portNo = Kyrys::Enums::Defaults::DefaultPortNumber::DEFAULT_PORT; QString hostName = "127.0.0.1"; QCoreApplication a(argc, argv); QCommandLineParser parser; parser.setApplicationDescription("Test helper"); pa...
33.765957
92
0.522369
kn0t3k
281a687ac6f2129b406e05f50f2134e18dff57a6
3,664
cc
C++
net/websockets/websocket_throttle.cc
pozdnyakov/chromium-crosswalk
0fb25c7278bf1d93e53a3b0bcb75aa8b99d4b26e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
2
2020-05-03T06:33:56.000Z
2021-11-14T18:39:42.000Z
net/websockets/websocket_throttle.cc
pozdnyakov/chromium-crosswalk
0fb25c7278bf1d93e53a3b0bcb75aa8b99d4b26e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
net/websockets/websocket_throttle.cc
pozdnyakov/chromium-crosswalk
0fb25c7278bf1d93e53a3b0bcb75aa8b99d4b26e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "net/websockets/websocket_throttle.h" #include <algorithm> #include <set> #include <string> #include "base/memory/singleton.h" #include "ba...
30.533333
75
0.679585
pozdnyakov
281b2e0e48a50ea7b4763b0c484571a2ddbcee59
268
cpp
C++
A - Team.cpp
lionrocker/codeforces-solutions
02703ff02dab98d30ef01e52b5a1acc1d8596862
[ "MIT" ]
null
null
null
A - Team.cpp
lionrocker/codeforces-solutions
02703ff02dab98d30ef01e52b5a1acc1d8596862
[ "MIT" ]
null
null
null
A - Team.cpp
lionrocker/codeforces-solutions
02703ff02dab98d30ef01e52b5a1acc1d8596862
[ "MIT" ]
null
null
null
#include <iostream> using namespace std; int main() { int n; cin >> n; int ans = 0; for (int i =0; i < n; i++) { int a, b, c; cin >> a >> b >> c; if (a + b + c >=2) ans++; } cout << ans << "\n"; }
13.4
33
0.350746
lionrocker
281c6a44165537c10a049045888d6932ecfb8e6e
717
cpp
C++
Programy/klasy/ios3/progr.cpp
efiku/ZadaniaCpp
8c316214f4f3add12eeec9bcd0cf74fe125c6c68
[ "MIT" ]
null
null
null
Programy/klasy/ios3/progr.cpp
efiku/ZadaniaCpp
8c316214f4f3add12eeec9bcd0cf74fe125c6c68
[ "MIT" ]
null
null
null
Programy/klasy/ios3/progr.cpp
efiku/ZadaniaCpp
8c316214f4f3add12eeec9bcd0cf74fe125c6c68
[ "MIT" ]
null
null
null
////////////////////////////////////////////////////////////// // plik progr.cpp //// ////////////////////////////////////////////////////////////// #include <iostream> using namespace std; #include "osoba.h" // void prezentacja(osoba); // /***************************************...
28.68
64
0.348675
efiku
281c8579ef5b36daec3662ae4b633bd1284ce69a
2,208
cpp
C++
tle.cpp
komasaru/iss_sgp4_teme
5474ab1acdc5076e12d90c1dcd2d259e36fbd18d
[ "MIT" ]
null
null
null
tle.cpp
komasaru/iss_sgp4_teme
5474ab1acdc5076e12d90c1dcd2d259e36fbd18d
[ "MIT" ]
null
null
null
tle.cpp
komasaru/iss_sgp4_teme
5474ab1acdc5076e12d90c1dcd2d259e36fbd18d
[ "MIT" ]
null
null
null
#include "tle.hpp" namespace iss_sgp4_teme { // 定数 static constexpr char kFTle[] = "tle.txt"; static constexpr unsigned int kSecDay = 86400; // Seconds in a day /* * @brief コンストラクタ * * @param[in] UT1 (timespec) */ Tle::Tle(struct timespec ut1) { this->ut1 = ut1; } /* * @brief TLE 読み込み * ...
24.808989
69
0.462409
komasaru
281c9fe418e1c4833bb87f82f74f1cc4d722d57c
2,544
cpp
C++
webkit/WebCore/html/FormDataList.cpp
s1rcheese/nintendo-3ds-internetbrowser-sourcecode
3dd05f035e0a5fc9723300623e9b9b359be64e11
[ "Unlicense" ]
15
2016-01-05T12:43:41.000Z
2022-03-15T10:34:47.000Z
webkit/WebCore/html/FormDataList.cpp
s1rcheese/nintendo-3ds-internetbrowser-sourcecode
3dd05f035e0a5fc9723300623e9b9b359be64e11
[ "Unlicense" ]
null
null
null
webkit/WebCore/html/FormDataList.cpp
s1rcheese/nintendo-3ds-internetbrowser-sourcecode
3dd05f035e0a5fc9723300623e9b9b359be64e11
[ "Unlicense" ]
2
2020-11-30T18:36:01.000Z
2021-02-05T23:20:24.000Z
/* * Copyright (C) 2005, 2006, 2008 Apple Inc. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any lat...
27.652174
105
0.560535
s1rcheese
281d1fd480485b0cadb7c95f1d6d1b72d1dcad4b
6,555
cc
C++
src/algorithms/base_algorithm.cc
edoardopalli/bayesmix
2253d97b58e9d5fe9bd769944ae46cab0d938819
[ "BSD-3-Clause" ]
null
null
null
src/algorithms/base_algorithm.cc
edoardopalli/bayesmix
2253d97b58e9d5fe9bd769944ae46cab0d938819
[ "BSD-3-Clause" ]
null
null
null
src/algorithms/base_algorithm.cc
edoardopalli/bayesmix
2253d97b58e9d5fe9bd769944ae46cab0d938819
[ "BSD-3-Clause" ]
null
null
null
#include "base_algorithm.h" #include <Eigen/Dense> #include <memory> #include <vector> #include "algorithm_params.pb.h" #include "algorithm_state.pb.h" #include "lib/progressbar/progressbar.h" #include "mixing_state.pb.h" #include "src/algorithms/neal8_algorithm.h" #include "src/collectors/base_collector.h" #include ...
33.443878
79
0.679481
edoardopalli
28203e55a6bbf2f7aed045f150f6f63a22945172
8,124
cpp
C++
Source/Urho3D/Resource/PListFile.cpp
1vanK/Dviglo
468a61e6d9a87cf7d998312c1261aaa83b37ff3c
[ "MIT" ]
null
null
null
Source/Urho3D/Resource/PListFile.cpp
1vanK/Dviglo
468a61e6d9a87cf7d998312c1261aaa83b37ff3c
[ "MIT" ]
1
2021-04-17T22:38:25.000Z
2021-04-18T00:43:15.000Z
Source/Urho3D/Resource/PListFile.cpp
1vanK/Dviglo
468a61e6d9a87cf7d998312c1261aaa83b37ff3c
[ "MIT" ]
null
null
null
// Copyright (c) 2008-2021 the Urho3D project // Copyright (c) 2021 проект Dviglo // Лицензия: MIT #include "../Precompiled.h" #include "../Core/Context.h" #include "../IO/Deserializer.h" #include "../IO/Log.h" #include "../Resource/PListFile.h" #include "../Resource/XMLFile.h" #include <cstdio> #include "../DebugN...
20.259352
97
0.604259
1vanK
282070978209257ff9f11efe537bde064d01f1f2
445
cpp
C++
stl/lambda.cpp
FrancsXiang/DataStructure-Algorithms
f8f9e6d7be94057b955330cb7058235caef5cfed
[ "MIT" ]
1
2020-04-14T05:44:50.000Z
2020-04-14T05:44:50.000Z
stl/lambda.cpp
FrancsXiang/DataStructure-Algorithms
f8f9e6d7be94057b955330cb7058235caef5cfed
[ "MIT" ]
null
null
null
stl/lambda.cpp
FrancsXiang/DataStructure-Algorithms
f8f9e6d7be94057b955330cb7058235caef5cfed
[ "MIT" ]
2
2020-09-02T08:56:31.000Z
2021-06-22T11:20:58.000Z
#include <iostream> using namespace std; //1.[capture list](params list) -> return type{ function body } //2.[capture list](params list) {function body} //3.[capture list] {function body} // "=","&","," outer variable descriptor // varlist limits: no default value/must have a name/no changable variable supported int ma...
29.666667
84
0.660674
FrancsXiang
2826bbdb16be6f7791643bcdef0fe82d4f1f2c62
3,190
cpp
C++
game/state/rules/battle/damage.cpp
Jarskih/OpenApoc
16f13f1d5eb5ea5639cdc0ee488d71b70c5a8cc3
[ "MIT" ]
null
null
null
game/state/rules/battle/damage.cpp
Jarskih/OpenApoc
16f13f1d5eb5ea5639cdc0ee488d71b70c5a8cc3
[ "MIT" ]
null
null
null
game/state/rules/battle/damage.cpp
Jarskih/OpenApoc
16f13f1d5eb5ea5639cdc0ee488d71b70c5a8cc3
[ "MIT" ]
null
null
null
#include "game/state/rules/battle/damage.h" #include "game/state/gamestate.h" #include "game/state/rules/doodadtype.h" namespace OpenApoc { template <> const UString &StateObject<HazardType>::getPrefix() { static UString prefix = "HAZARD_"; return prefix; } template <> const UString &StateObject<HazardType>::getTy...
25.11811
98
0.695925
Jarskih
28294054faf82d7b7ed036dcceddd4e29b67ab6a
2,316
cpp
C++
src/scenes/mengfeiWhitney/mengfeiWhitney.cpp
yxcde/RTP_MIT_RECODED
181deb2e3228484fa9d4ed0e6bf3f4a639d99419
[ "MIT" ]
12
2019-10-28T19:07:59.000Z
2021-08-21T22:00:52.000Z
src/scenes/mengfeiWhitney/mengfeiWhitney.cpp
yxcde/RTP_MIT_RECODED
181deb2e3228484fa9d4ed0e6bf3f4a639d99419
[ "MIT" ]
1
2019-10-28T19:20:05.000Z
2019-10-28T20:14:24.000Z
src/scenes/mengfeiWhitney/mengfeiWhitney.cpp
yxcde/RTP_MIT_RECODED
181deb2e3228484fa9d4ed0e6bf3f4a639d99419
[ "MIT" ]
8
2019-10-28T19:11:30.000Z
2020-01-12T05:18:31.000Z
#include "mengfeiWhitney.h" void mengfeiWhitney::setup(){ // setup parameters // if your original code use an ofxPanel instance dont use it here, instead // add your parameters to the "parameters" instance as follows. // param was declared in mengfeiWhitney.h // parameters.add(param.set("param"...
30.88
99
0.60924
yxcde
282a28e3865aebb11fac0419d8f4100d10826c12
5,833
hpp
C++
include/lexy/dsl/context_identifier.hpp
gkgoat1/lexy
9c600fa906e81efbb3e34b8951ebc56809f2a0df
[ "BSL-1.0" ]
null
null
null
include/lexy/dsl/context_identifier.hpp
gkgoat1/lexy
9c600fa906e81efbb3e34b8951ebc56809f2a0df
[ "BSL-1.0" ]
null
null
null
include/lexy/dsl/context_identifier.hpp
gkgoat1/lexy
9c600fa906e81efbb3e34b8951ebc56809f2a0df
[ "BSL-1.0" ]
null
null
null
// Copyright (C) 2020-2022 Jonathan Müller and lexy contributors // SPDX-License-Identifier: BSL-1.0 #ifndef LEXY_DSL_CONTEXT_IDENTIFIER_HPP_INCLUDED #define LEXY_DSL_CONTEXT_IDENTIFIER_HPP_INCLUDED #include <lexy/dsl/base.hpp> #include <lexy/dsl/capture.hpp> #include <lexy/dsl/identifier.hpp> namespace lexy { struc...
32.769663
100
0.603292
gkgoat1
282a808928adc7823d816b2a8a4ac551b22c6589
32,543
cc
C++
chrome/browser/geolocation/geolocation_permission_context_unittest.cc
kjthegod/chromium
cf940f7f418436b77e15b1ea23e6fa100ca1c91a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
1
2019-11-28T10:46:52.000Z
2019-11-28T10:46:52.000Z
chrome/browser/geolocation/geolocation_permission_context_unittest.cc
kjthegod/chromium
cf940f7f418436b77e15b1ea23e6fa100ca1c91a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
chrome/browser/geolocation/geolocation_permission_context_unittest.cc
kjthegod/chromium
cf940f7f418436b77e15b1ea23e6fa100ca1c91a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
2
2015-03-27T11:15:39.000Z
2016-08-17T14:19:56.000Z
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/geolocation/geolocation_permission_context.h" #include <set> #include <string> #include <utility> #include "base/bind.h" #i...
41.508929
79
0.744553
kjthegod
282bb36eeb230898e7a3f98a6604fd7dffe18084
21,751
cc
C++
DQM/L1TMonitor/src/L1TRate.cc
PKUfudawei/cmssw
8fbb5ce74398269c8a32956d7c7943766770c093
[ "Apache-2.0" ]
2
2020-10-26T18:40:32.000Z
2021-04-10T16:33:25.000Z
DQM/L1TMonitor/src/L1TRate.cc
gartung/cmssw
3072dde3ce94dcd1791d778988198a44cde02162
[ "Apache-2.0" ]
30
2015-11-04T11:42:27.000Z
2021-12-01T07:56:34.000Z
DQM/L1TMonitor/src/L1TRate.cc
gartung/cmssw
3072dde3ce94dcd1791d778988198a44cde02162
[ "Apache-2.0" ]
8
2016-03-25T07:17:43.000Z
2021-07-08T17:11:21.000Z
/* * \file L1TRate.cc * * \author J. Pela, P. Musella * */ // L1TMonitor includes #include "DQM/L1TMonitor/interface/L1TRate.h" #include "DQM/L1TMonitor/interface/L1TOMDSHelper.h" #include "DQMServices/Core/interface/DQMStore.h" #include "DataFormats/Common/interface/ConditionsInEdm.h" // Parameters associated...
42.732809
120
0.689623
PKUfudawei
282d1f6f3424dc00cce24823c4dee035559d076a
2,586
hpp
C++
granite/vulkan/sampler.hpp
bsdunx/Granite
0bbb29717f2bc1e20ba922c7e4120f289e8f752e
[ "MIT" ]
null
null
null
granite/vulkan/sampler.hpp
bsdunx/Granite
0bbb29717f2bc1e20ba922c7e4120f289e8f752e
[ "MIT" ]
null
null
null
granite/vulkan/sampler.hpp
bsdunx/Granite
0bbb29717f2bc1e20ba922c7e4120f289e8f752e
[ "MIT" ]
null
null
null
/* Copyright (c) 2017-2020 Hans-Kristian Arntzen * * 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, me...
26.121212
89
0.776875
bsdunx
282e352a13b173021f5dea70488e8527964df4b7
909
cpp
C++
src/c/imap/CIMAPNamespace.cpp
readdle/mailcore2
cf95a1587cebd5b2257e6b6fa0e34149a4d70394
[ "BSD-3-Clause" ]
3
2019-07-16T13:19:50.000Z
2020-01-06T10:42:23.000Z
src/c/imap/CIMAPNamespace.cpp
readdle/mailcore2
cf95a1587cebd5b2257e6b6fa0e34149a4d70394
[ "BSD-3-Clause" ]
15
2018-12-11T14:00:48.000Z
2021-12-21T17:42:42.000Z
src/c/imap/CIMAPNamespace.cpp
readdle/mailcore2
cf95a1587cebd5b2257e6b6fa0e34149a4d70394
[ "BSD-3-Clause" ]
2
2015-05-26T18:07:22.000Z
2017-04-04T10:01:17.000Z
#include <MailCore/MCAsync.h> #include "CIMAPNamespace.h" #include "CBase+Private.h" #include <MailCore/MCCore.h> #define nativeType mailcore::IMAPNamespace #define structName CIMAPNamespace C_SYNTHESIZE_CONSTRUCTOR() C_SYNTHESIZE_COBJECT_CAST() CIMAPNamespace CIMAPNamespace_namespaceWithPrefix(MailCoreString prefi...
36.36
104
0.863586
readdle
282e44aece7b467c1113b2425dfe02ea1d5c4a3a
88,816
cc
C++
modules/rtp_rtcp/source/rtp_sender_unittest.cc
lianhuaren/webrtc
096f18c11d8acb0d92820f75fdf934607f424cfc
[ "DOC", "BSD-3-Clause" ]
2,151
2020-04-18T07:31:17.000Z
2022-03-31T08:39:18.000Z
third_party/webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc
cangulcan/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
395
2020-04-18T08:22:18.000Z
2021-12-08T13:04:49.000Z
third_party/webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc
cangulcan/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
338
2020-04-18T08:03:10.000Z
2022-03-29T12:33:22.000Z
/* * 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...
42.968553
80
0.711786
lianhuaren
282f5292085552322d68b567dce615b5210c65c8
1,012
hxx
C++
opencascade/StdObjMgt_TransientPersistentMap.hxx
valgur/OCP
2f7d9da73a08e4ffe80883614aedacb27351134f
[ "Apache-2.0" ]
117
2020-03-07T12:07:05.000Z
2022-03-27T07:35:22.000Z
opencascade/StdObjMgt_TransientPersistentMap.hxx
CadQuery/cpp-py-bindgen
66e7376d3a27444393fc99acbdbef40bbc7031ae
[ "Apache-2.0" ]
66
2019-12-20T16:07:36.000Z
2022-03-15T21:56:10.000Z
opencascade/StdObjMgt_TransientPersistentMap.hxx
CadQuery/cpp-py-bindgen
66e7376d3a27444393fc99acbdbef40bbc7031ae
[ "Apache-2.0" ]
76
2020-03-16T01:47:46.000Z
2022-03-21T16:37:07.000Z
// Copyright (c) 2015 OPEN CASCADE SAS // // This file is part of Open CASCADE Technology software library. // // This library is free software; you can redistribute it and/or modify it under // the terms of the GNU Lesser General Public License version 2.1 as published // by the Free Software Foundation, with special ...
38.923077
119
0.820158
valgur
2830142b6a6ebd89d0deff6720c4332265bc527a
24,181
cpp
C++
3rdParty/boost/1.71.0/libs/math/test/test_long_double_support.cpp
rajeev02101987/arangodb
817e6c04cb82777d266f3b444494140676da98e2
[ "Apache-2.0" ]
12,278
2015-01-29T17:11:33.000Z
2022-03-31T21:12:00.000Z
3rdParty/boost/1.71.0/libs/math/test/test_long_double_support.cpp
rajeev02101987/arangodb
817e6c04cb82777d266f3b444494140676da98e2
[ "Apache-2.0" ]
9,469
2015-01-30T05:33:07.000Z
2022-03-31T16:17:21.000Z
3rdParty/boost/1.71.0/libs/math/test/test_long_double_support.cpp
rajeev02101987/arangodb
817e6c04cb82777d266f3b444494140676da98e2
[ "Apache-2.0" ]
892
2015-01-29T16:26:19.000Z
2022-03-20T07:44:30.000Z
// Copyright John Maddock 2009 // Use, modification and distribution are subject to 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) #include <cmath> #include <math.h> #include <limits.h> #define BOOST_TEST_MAIN #include <boost/...
66.249315
1,931
0.738514
rajeev02101987
2831db47beeebaff260f1f5532d7d66c580005c5
39,145
hpp
C++
REDSI_1160929_1161573/boost_1_67_0/libs/container/test/map_test.hpp
Wultyc/ISEP_1718_2A2S_REDSI_TrabalhoGrupo
eb0f7ef64e188fe871f47c2ef9cdef36d8a66bc8
[ "MIT" ]
null
null
null
REDSI_1160929_1161573/boost_1_67_0/libs/container/test/map_test.hpp
Wultyc/ISEP_1718_2A2S_REDSI_TrabalhoGrupo
eb0f7ef64e188fe871f47c2ef9cdef36d8a66bc8
[ "MIT" ]
null
null
null
REDSI_1160929_1161573/boost_1_67_0/libs/container/test/map_test.hpp
Wultyc/ISEP_1718_2A2S_REDSI_TrabalhoGrupo
eb0f7ef64e188fe871f47c2ef9cdef36d8a66bc8
[ "MIT" ]
null
null
null
//////////////////////////////////////// // // (C) Copyright Ion Gaztanaga 2006. 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) // // See http://www.boost.org/libs/container for documentation. // //////////...
37.711946
126
0.596424
Wultyc
28344129a66c05830dcf68333449fe58cce37029
14,506
cpp
C++
engine/src/backends/video_backend_ffmpeg.cpp
kuujoo/pxl
67f68cf7baf3e64847c6c578ebb29efaae1aceb7
[ "MIT" ]
3
2021-05-19T07:42:56.000Z
2021-12-10T12:18:13.000Z
engine/src/backends/video_backend_ffmpeg.cpp
kuujoo/pxl
67f68cf7baf3e64847c6c578ebb29efaae1aceb7
[ "MIT" ]
1
2022-03-17T13:21:26.000Z
2022-03-17T13:21:26.000Z
engine/src/backends/video_backend_ffmpeg.cpp
kuujoo/pxl
67f68cf7baf3e64847c6c578ebb29efaae1aceb7
[ "MIT" ]
2
2021-05-19T07:42:58.000Z
2022-03-17T13:16:59.000Z
#ifdef PXL_VIDEO_FFMPEG #include <pxl/backends/video_backend.h> #include <pxl/backends/platform_backend.h> #include <pxl/containers/map.h> extern "C" { #ifndef __STDC_CONSTANT_MACROS #define __STDC_CONSTANT_MACROS #endif #include <libavcodec/avcodec.h> #include <libavutil/imgutils.h> #include <libavutil/avstri...
20.459803
151
0.693713
kuujoo
2835dc2b7ba9144c72d464bbfec340fdb136ff66
3,033
cpp
C++
libcxx/test/std/numerics/complex.number/cmplx.over/pow.pass.cpp
LaudateCorpus1/llvm-project
ff2e0f0c1112558b3f30d8afec7c9882c33c79e3
[ "Apache-2.0" ]
605
2019-10-18T01:15:54.000Z
2022-03-31T14:31:04.000Z
libcxx/test/std/numerics/complex.number/cmplx.over/pow.pass.cpp
LaudateCorpus1/llvm-project
ff2e0f0c1112558b3f30d8afec7c9882c33c79e3
[ "Apache-2.0" ]
3,180
2019-10-18T01:21:21.000Z
2022-03-31T23:25:41.000Z
libcxx/test/std/numerics/complex.number/cmplx.over/pow.pass.cpp
LaudateCorpus1/llvm-project
ff2e0f0c1112558b3f30d8afec7c9882c33c79e3
[ "Apache-2.0" ]
275
2019-10-18T05:27:22.000Z
2022-03-30T09:04:21.000Z
//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
27.825688
134
0.596109
LaudateCorpus1
283767e5c2fe85e0b676e9553bc2f06ea4615952
7,357
cpp
C++
UXToolsGame/Source/UXToolsTests/Tests/UxtTestHandTracker.cpp
xuelongmu/MixedReality-UXTools-Unreal
be2c5336115906853de42056f65735c406b91c34
[ "MIT" ]
213
2020-05-05T23:37:50.000Z
2022-03-25T15:36:00.000Z
UXToolsGame/Source/UXToolsTests/Tests/UxtTestHandTracker.cpp
xuelongmu/MixedReality-UXTools-Unreal
be2c5336115906853de42056f65735c406b91c34
[ "MIT" ]
50
2020-05-26T23:57:38.000Z
2022-03-31T15:06:27.000Z
UXToolsGame/Source/UXToolsTests/Tests/UxtTestHandTracker.cpp
xuelongmu/MixedReality-UXTools-Unreal
be2c5336115906853de42056f65735c406b91c34
[ "MIT" ]
65
2020-05-07T08:31:47.000Z
2022-03-26T09:59:28.000Z
// Copyright (c) 2020 Microsoft Corporation. // Licensed under the MIT License. #include "UxtTestHandTracker.h" FUxtTestHandData::FUxtTestHandData() { JointOrientation.SetNum(EHandKeypointCount); JointPosition.SetNum(EHandKeypointCount); JointRadius.SetNum(EHandKeypointCount); for (uint8 i = 0; i < EHandKeypoint...
25.281787
114
0.759413
xuelongmu
283833bf07e78969d7b9b51f921cd72f92bd17f9
993
hpp
C++
module-apps/application-special-input/widgets/SpecialInputTableWidget.hpp
bitigchi/MuditaOS
425d23e454e09fd6ae274b00f8d19c57a577aa94
[ "BSL-1.0" ]
369
2021-11-10T09:20:29.000Z
2022-03-30T06:36:58.000Z
module-apps/application-special-input/widgets/SpecialInputTableWidget.hpp
bitigchi/MuditaOS
425d23e454e09fd6ae274b00f8d19c57a577aa94
[ "BSL-1.0" ]
149
2021-11-10T08:38:35.000Z
2022-03-31T23:01:52.000Z
module-apps/application-special-input/widgets/SpecialInputTableWidget.hpp
bitigchi/MuditaOS
425d23e454e09fd6ae274b00f8d19c57a577aa94
[ "BSL-1.0" ]
41
2021-11-10T08:30:37.000Z
2022-03-29T08:12:46.000Z
// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. // For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md #pragma once #include "SpecialCharactersTableStyle.hpp" #include "SpecialInputMainWindow.hpp" #include <apps-common/ApplicationCommon.hpp> #include <ListItem.hpp> #include <Text.hpp> ...
25.461538
90
0.677744
bitigchi
2839657785f10e36b726a064815692099530a3b1
7,350
cpp
C++
modules/src/processing/radontransform2d.cpp
phernst/ctl
f2369cf3141ff6a696219f99b09fd60c0ea12eac
[ "MIT" ]
null
null
null
modules/src/processing/radontransform2d.cpp
phernst/ctl
f2369cf3141ff6a696219f99b09fd60c0ea12eac
[ "MIT" ]
null
null
null
modules/src/processing/radontransform2d.cpp
phernst/ctl
f2369cf3141ff6a696219f99b09fd60c0ea12eac
[ "MIT" ]
null
null
null
#include "radontransform2d.h" #include "mat/matrix_utils.h" #include "ocl/clfileloader.h" #include <QDebug> const std::string CL_FILE_NAME = "processing/radon2d.cl"; //!< path to .cl file const std::string CL_KERNEL_NAME = "radon2d"; //!< name of the OpenCL kernel function const std::string CL_KERNEL_NAME_SUBSE...
39.095745
119
0.665442
phernst
283a1446b153a4bd256f1ce744f439b2d7a580dd
574
cpp
C++
lcx/lv/LCR_last_visited.cpp
WAFI-CNR/glcr
772d3a022d398401577d47e4fbc474b47dbd44b0
[ "BSD-3-Clause" ]
null
null
null
lcx/lv/LCR_last_visited.cpp
WAFI-CNR/glcr
772d3a022d398401577d47e4fbc474b47dbd44b0
[ "BSD-3-Clause" ]
1
2019-01-28T12:57:24.000Z
2019-01-28T13:02:50.000Z
lcx/lv/LCR_last_visited.cpp
WAFI-CNR/glcr
772d3a022d398401577d47e4fbc474b47dbd44b0
[ "BSD-3-Clause" ]
null
null
null
#include "LCR_last_visited.hpp" #include "util/LV_list_lcr.hpp" LCR_last_visited::LCR_last_visited(GSA *gsa, Result_saver* rs) : LCR(rs) { this->gsa = gsa; } LCR_last_visited::~LCR_last_visited() { } void LCR_last_visited::get_lcr(int x_repeats) { LV_list_lcr wl = LV_list_lcr(gsa->num_words, x_repeats, rs); fo...
20.5
74
0.656794
WAFI-CNR
283b2697b09bdce87df1973c4deee27159250c06
2,973
cxx
C++
Common/Core/Testing/Cxx/TestBitArray.cxx
LongerVisionUSA/VTK
1170774b6611c71b95c28bb821d51c2c18ff091f
[ "BSD-3-Clause" ]
null
null
null
Common/Core/Testing/Cxx/TestBitArray.cxx
LongerVisionUSA/VTK
1170774b6611c71b95c28bb821d51c2c18ff091f
[ "BSD-3-Clause" ]
null
null
null
Common/Core/Testing/Cxx/TestBitArray.cxx
LongerVisionUSA/VTK
1170774b6611c71b95c28bb821d51c2c18ff091f
[ "BSD-3-Clause" ]
null
null
null
/*========================================================================= Program: Visualization Toolkit Module: TestBitArray.cxx Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. This software is ...
31.62766
97
0.61924
LongerVisionUSA
283cdb5c4519f2c17487b4db513aa25ec2ef4cd5
2,158
cpp
C++
framegraph/Vulkan/CommandBuffer/VSubmitted.cpp
ayberkgerey5/FrameGraphx
cefc587529305ffdba35a4faa06a9e7c10accbe2
[ "BSD-2-Clause" ]
362
2018-10-14T04:03:50.000Z
2022-03-26T23:45:06.000Z
framegraph/Vulkan/CommandBuffer/VSubmitted.cpp
loopunit/FrameGraph
1359143284a135542ace8b851db78521f2800cc3
[ "BSD-2-Clause" ]
18
2019-05-25T13:43:53.000Z
2021-03-22T18:12:18.000Z
framegraph/Vulkan/CommandBuffer/VSubmitted.cpp
loopunit/FrameGraph
1359143284a135542ace8b851db78521f2800cc3
[ "BSD-2-Clause" ]
39
2019-03-04T05:47:11.000Z
2022-02-04T14:32:39.000Z
// Copyright (c) 2018-2020, Zhirnov Andrey. For more information see 'LICENSE' #include "VSubmitted.h" #include "VDevice.h" #include "VResourceManager.h" namespace FG { /* ================================================= constructor ================================================= */ VSubmitted::VSubmitted (uin...
22.715789
162
0.527804
ayberkgerey5
283f50c7d4b74949e5220936386a8ebc7279b112
3,192
cpp
C++
innative-test/test_assemblyscript.cpp
innative-sdk/innative
7c4733a390ace01900e914b1b03cc6bc96e879c8
[ "Apache-2.0" ]
381
2018-12-13T19:53:48.000Z
2022-03-21T07:33:39.000Z
innative-test/test_assemblyscript.cpp
Black-Sphere-Studios/innative
7c4733a390ace01900e914b1b03cc6bc96e879c8
[ "Apache-2.0" ]
62
2018-10-16T15:42:25.000Z
2021-03-29T23:55:56.000Z
innative-test/test_assemblyscript.cpp
Black-Sphere-Studios/innative
7c4733a390ace01900e914b1b03cc6bc96e879c8
[ "Apache-2.0" ]
13
2018-12-13T17:43:49.000Z
2020-06-13T15:10:38.000Z
// Copyright (c)2021 Fundament Software // For conditions of distribution and use, see copyright notice in innative.h #include "test.h" #include "../innative/utility.h" #include <signal.h> #include <setjmp.h> using namespace innative; #ifdef IN_DEBUG #define TEST_EMBEDDING "innative-assemblyscript-d" IN_STATIC_EXT...
26.163934
109
0.6651
innative-sdk
2841ed4c83f26fd7a4458d58fd8c64681664d9d6
4,635
hpp
C++
libraries/chain/include/graphene/chain/account_evaluator.hpp
JWOCC/core
590c3cc7156a37494a501bb3852fbdb17fc56655
[ "MIT" ]
1
2020-11-19T03:37:07.000Z
2020-11-19T03:37:07.000Z
libraries/chain/include/graphene/chain/account_evaluator.hpp
dfdchain/dfd2.0_project
8824355a370026965987cbad9cbb4536ee1d9acf
[ "MIT" ]
null
null
null
libraries/chain/include/graphene/chain/account_evaluator.hpp
dfdchain/dfd2.0_project
8824355a370026965987cbad9cbb4536ee1d9acf
[ "MIT" ]
null
null
null
/* * Copyright (c) 2015 Cryptonomex, Inc., and contributors. * * The MIT License * * 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...
36.496063
121
0.817691
JWOCC
284332f3f85e87b9f8fc030084ecc78448da4e38
5,755
hpp
C++
externals/kokkos/core/unit_test/TestStackTrace.hpp
meng630/GMD_E3SM_SCM
990f84598b79f9b4763c3a825a7d25f4e0f5a565
[ "FTL", "zlib-acknowledgement", "RSA-MD" ]
null
null
null
externals/kokkos/core/unit_test/TestStackTrace.hpp
meng630/GMD_E3SM_SCM
990f84598b79f9b4763c3a825a7d25f4e0f5a565
[ "FTL", "zlib-acknowledgement", "RSA-MD" ]
null
null
null
externals/kokkos/core/unit_test/TestStackTrace.hpp
meng630/GMD_E3SM_SCM
990f84598b79f9b4763c3a825a7d25f4e0f5a565
[ "FTL", "zlib-acknowledgement", "RSA-MD" ]
null
null
null
/* //@HEADER // ************************************************************************ // // Kokkos v. 3.0 // Copyright (2020) National Technology & Engineering // Solutions of Sandia, LLC (NTESS). // // Under the terms of Contract DE-NA0003525 with NTESS, // the U.S. Govern...
33.852941
80
0.667593
meng630
284439134151da0a20b34469fe977e6527744445
272
cpp
C++
src/system/kernel/arch/x86/paging/X86PagingStructures.cpp
Kirishikesan/haiku
835565c55830f2dab01e6e332cc7e2d9c015b51e
[ "MIT" ]
1,338
2015-01-03T20:06:56.000Z
2022-03-26T13:49:54.000Z
src/system/kernel/arch/x86/paging/X86PagingStructures.cpp
Kirishikesan/haiku
835565c55830f2dab01e6e332cc7e2d9c015b51e
[ "MIT" ]
15
2015-01-17T22:19:32.000Z
2021-12-20T12:35:00.000Z
src/system/kernel/arch/x86/paging/X86PagingStructures.cpp
Kirishikesan/haiku
835565c55830f2dab01e6e332cc7e2d9c015b51e
[ "MIT" ]
350
2015-01-08T14:15:27.000Z
2022-03-21T18:14:35.000Z
/* * Copyright 2010, Ingo Weinhold, ingo_weinhold@gmx.de. * Distributed under the terms of the MIT License. */ #include "paging/X86PagingStructures.h" X86PagingStructures::X86PagingStructures() : ref_count(1) { } X86PagingStructures::~X86PagingStructures() { }
13.6
55
0.738971
Kirishikesan
2844c5630b6cf2f5653f84733384f611ead0b848
106
cpp
C++
src/3rdPartyLib/GainputInputDevicePad.cpp
SapphireEngine/Engine
bf5a621ac45d76a2635b804c0d8b023f1114d8f5
[ "MIT" ]
2
2020-02-03T04:58:17.000Z
2021-03-13T06:03:52.000Z
src/3rdPartyLib/GainputInputDevicePad.cpp
SapphireEngine/Engine
bf5a621ac45d76a2635b804c0d8b023f1114d8f5
[ "MIT" ]
null
null
null
src/3rdPartyLib/GainputInputDevicePad.cpp
SapphireEngine/Engine
bf5a621ac45d76a2635b804c0d8b023f1114d8f5
[ "MIT" ]
null
null
null
#include "define.h" #define GAINPUT_LIB_DYNAMIC 1 #include <gainput/gainput/pad/GainputInputDevicePad.cpp>
35.333333
56
0.830189
SapphireEngine
28466899026082666ee9d044377e0d86cae92fc2
2,494
cpp
C++
plugins/opengl/src/texture/volume_context.cpp
cpreh/spacegameengine
313a1c34160b42a5135f8223ffaa3a31bc075a01
[ "BSL-1.0" ]
2
2016-01-27T13:18:14.000Z
2018-05-11T01:11:32.000Z
plugins/opengl/src/texture/volume_context.cpp
cpreh/spacegameengine
313a1c34160b42a5135f8223ffaa3a31bc075a01
[ "BSL-1.0" ]
null
null
null
plugins/opengl/src/texture/volume_context.cpp
cpreh/spacegameengine
313a1c34160b42a5135f8223ffaa3a31bc075a01
[ "BSL-1.0" ]
3
2018-05-11T01:11:34.000Z
2021-04-24T19:47:45.000Z
// Copyright Carl Philipp Reh 2006 - 2019. // 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) #include <sge/opengl/common.hpp> #include <sge/opengl/deref_fun_ptr.hpp> #include <sge/opengl/conte...
41.566667
97
0.690858
cpreh
284c93e64f33b04453081861f71ff089c3bc72ea
3,750
cpp
C++
BUPT 2021 Winter Training #8/g.cpp
rakty/2022-spring-training
db36ad3838945d2bb3a951f9ccd8dfa6f0916d0d
[ "MIT" ]
1
2022-03-04T15:11:33.000Z
2022-03-04T15:11:33.000Z
BUPT 2021 Winter Training #8/g.cpp
rakty/2022-spring-training
db36ad3838945d2bb3a951f9ccd8dfa6f0916d0d
[ "MIT" ]
null
null
null
BUPT 2021 Winter Training #8/g.cpp
rakty/2022-spring-training
db36ad3838945d2bb3a951f9ccd8dfa6f0916d0d
[ "MIT" ]
null
null
null
#include <bits/stdc++.h> using namespace std; #define pb push_back #define all(x) (x).begin(), (x).end() #define um unordered_map #define pq priority_queue #define sz(x) ((int)(x).size()) #define fi first #define se second #define endl '\n' typedef vector<int> vi; typedef long long ll; typedef unsigned long long ull; t...
26.785714
144
0.361067
rakty
284f16dd34b55aec400d663164627c30539140ae
3,145
cpp
C++
Sources/Engine/Graphics/Animation/BoneAnimationTrack.cpp
jdelezenne/Sonata
fb1b1b64a78874a0ab2809995be4b6f14f9e4d56
[ "MIT" ]
null
null
null
Sources/Engine/Graphics/Animation/BoneAnimationTrack.cpp
jdelezenne/Sonata
fb1b1b64a78874a0ab2809995be4b6f14f9e4d56
[ "MIT" ]
null
null
null
Sources/Engine/Graphics/Animation/BoneAnimationTrack.cpp
jdelezenne/Sonata
fb1b1b64a78874a0ab2809995be4b6f14f9e4d56
[ "MIT" ]
null
null
null
/*============================================================================= BoneAnimationTrack.cpp Project: Sonata Engine Author: Julien Delezenne =============================================================================*/ #include "BoneAnimationTrack.h" namespace SonataEngine { BoneAnimationTrack::BoneAnima...
26.880342
89
0.693482
jdelezenne
285082af97ca0675bcb91be02292f414112c6b5a
19,427
cpp
C++
3rdParty/fuerte/src/VstConnection.cpp
William533036/arangodb
e939a72607aec46fc93f4ea5f1149a9d15a3da9d
[ "Apache-2.0" ]
1
2020-01-16T06:16:53.000Z
2020-01-16T06:16:53.000Z
3rdParty/fuerte/src/VstConnection.cpp
William533036/arangodb
e939a72607aec46fc93f4ea5f1149a9d15a3da9d
[ "Apache-2.0" ]
null
null
null
3rdParty/fuerte/src/VstConnection.cpp
William533036/arangodb
e939a72607aec46fc93f4ea5f1149a9d15a3da9d
[ "Apache-2.0" ]
null
null
null
//////////////////////////////////////////////////////////////////////////////// /// DISCLAIMER /// /// Copyright 2016-2018 ArangoDB GmbH, Cologne, Germany /// /// 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 co...
35.45073
98
0.643126
William533036
285167f39c1940e5a303b4be90a03168bd4b65b9
49,586
cc
C++
clients/shared/DBMigration.cc
sleepingAnt/viewfinder
9caf4e75faa8070d85f605c91d4cfb52c4674588
[ "Apache-2.0" ]
645
2015-01-03T02:03:59.000Z
2021-12-03T08:43:16.000Z
clients/shared/DBMigration.cc
hoowang/viewfinder
9caf4e75faa8070d85f605c91d4cfb52c4674588
[ "Apache-2.0" ]
null
null
null
clients/shared/DBMigration.cc
hoowang/viewfinder
9caf4e75faa8070d85f605c91d4cfb52c4674588
[ "Apache-2.0" ]
222
2015-01-07T05:00:52.000Z
2021-12-06T09:54:26.000Z
// Copyright 2012 Viewfinder. All rights reserved. // Author: Spencer Kimball. #import "ActivityTable.h" #import "ContactManager.h" #import "CommentTable.h" #import "DBFormat.h" #import "DBMigration.h" #import "EpisodeMetadata.pb.h" #import "EpisodeTable.h" #import "IdentityManager.h" #import "InvalidateMetadata.pb.h"...
35.853941
114
0.657464
sleepingAnt
2854b3c6446b4116820af0f981f60a3562c50e6e
3,706
cc
C++
third_party/blink/renderer/modules/canvas/htmlcanvas/html_canvas_element_module.cc
DamieFC/chromium
54ce2d3c77723697efd22cfdb02aea38f9dfa25c
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
1
2020-10-18T02:33:40.000Z
2020-10-18T02:33:40.000Z
third_party/blink/renderer/modules/canvas/htmlcanvas/html_canvas_element_module.cc
DamieFC/chromium
54ce2d3c77723697efd22cfdb02aea38f9dfa25c
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
3
2021-05-17T16:28:52.000Z
2021-05-21T22:42:22.000Z
third_party/blink/renderer/modules/canvas/htmlcanvas/html_canvas_element_module.cc
DamieFC/chromium
54ce2d3c77723697efd22cfdb02aea38f9dfa25c
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "third_party/blink/renderer/modules/canvas/htmlcanvas/html_canvas_element_module.h" #include "base/metrics/histogram_functions.h" #include "thir...
41.177778
108
0.748516
DamieFC
285606a0c8cdb18351a32629260fc0757a0cd05d
52
cpp
C++
server/src/base/ozConnection.cpp
dstarikov/ozonebase
fd942c6816f0ecb03548bad93219eab5044d6aea
[ "MIT" ]
98
2016-06-09T00:10:01.000Z
2022-02-25T05:10:55.000Z
server/src/base/ozConnection.cpp
redheavendogg/ozonebase
e675f2353b3264dc563d287117e7bfb2c68a54dc
[ "MIT" ]
65
2016-05-26T14:43:33.000Z
2020-05-07T05:02:36.000Z
server/src/base/ozConnection.cpp
redheavendogg/ozonebase
e675f2353b3264dc563d287117e7bfb2c68a54dc
[ "MIT" ]
47
2016-06-10T20:35:38.000Z
2022-01-11T05:29:34.000Z
#include "oz.h" #include "ozConnection.h" // Blank
10.4
25
0.673077
dstarikov
2856cccdcc807604b86f5113e1f2c6faed225e23
10,779
cpp
C++
Source/Kernels/vnImageCoverage.cpp
tongyuantongyu/image-resampler
9f989b0384b0cc8bb1d7cebe3c9aa9aef51c3d6d
[ "BSD-2-Clause" ]
null
null
null
Source/Kernels/vnImageCoverage.cpp
tongyuantongyu/image-resampler
9f989b0384b0cc8bb1d7cebe3c9aa9aef51c3d6d
[ "BSD-2-Clause" ]
null
null
null
Source/Kernels/vnImageCoverage.cpp
tongyuantongyu/image-resampler
9f989b0384b0cc8bb1d7cebe3c9aa9aef51c3d6d
[ "BSD-2-Clause" ]
null
null
null
#include "vnImageCoverage.h" #include "../Utilities/vnImageBlock.h" VN_STATUS vnCoverageKernel(CONST CVImage& pSrcImage, FLOAT32 fX, FLOAT32 fY, FLOAT32 fRadius, UINT8* pRawOutput) { if (VN_PARAM_CHECK) { if (0 == fRadius || !pRawOutput || !VN_IS_IMAGE_VALID(pSrcImage)) { return vnPos...
32.963303
93
0.70591
tongyuantongyu
2856cf65dbd1da2aa2e038aed66f76cb2b5cf5fa
2,436
cc
C++
tensorflow/compiler/mlir/tensorflow/transforms/decompose_resource_ops_pass.cc
TL-Rubick/tensorflow
6cf1ccf6060a95aad3ccc84544d0aa166990ec72
[ "Apache-2.0" ]
11
2018-01-03T15:11:09.000Z
2021-04-13T05:47:27.000Z
tensorflow/compiler/mlir/tensorflow/transforms/decompose_resource_ops_pass.cc
sseung0703/tensorflow
be084bd7a4dd241eb781fc704f57bcacc5c9b6dd
[ "Apache-2.0" ]
88
2020-11-24T08:18:10.000Z
2022-03-25T20:28:30.000Z
tensorflow/compiler/mlir/tensorflow/transforms/decompose_resource_ops_pass.cc
sseung0703/tensorflow
be084bd7a4dd241eb781fc704f57bcacc5c9b6dd
[ "Apache-2.0" ]
10
2018-07-31T10:56:21.000Z
2019-10-07T08:05:21.000Z
/* Copyright 2019 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
36.909091
82
0.74179
TL-Rubick
2858f7cc1482ce43501efacf2409450e01487c87
2,615
cc
C++
components/omnibox/browser/omnibox_controller_emitter.cc
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
575
2015-06-18T23:58:20.000Z
2022-03-23T09:32:39.000Z
components/omnibox/browser/omnibox_controller_emitter.cc
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
113
2015-05-04T09:58:14.000Z
2022-01-31T19:35:03.000Z
components/omnibox/browser/omnibox_controller_emitter.cc
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
52
2015-07-14T10:40:50.000Z
2022-03-15T01:11:49.000Z
// Copyright 2018 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "omnibox_controller_emitter.h" #if !defined(OS_IOS) #include "base/memory/singleton.h" #include "components/keyed_service/content/browser_contex...
31.130952
83
0.76826
zealoussnow
2859302e11764a2f38bbfebdd5c7fa4a1fb5ec2e
414
cpp
C++
code/stable/projectile/src/cpp/OutputFormat.cpp
Danki567/Drasil
d6bd7d0564710ae70b4847301d3d4df3f83fba11
[ "BSD-2-Clause" ]
114
2017-12-16T04:51:37.000Z
2021-12-20T16:27:51.000Z
code/stable/projectile/src/cpp/OutputFormat.cpp
Danki567/Drasil
d6bd7d0564710ae70b4847301d3d4df3f83fba11
[ "BSD-2-Clause" ]
1,762
2017-12-02T14:39:11.000Z
2022-03-29T16:28:57.000Z
code/stable/projectile/src/cpp/OutputFormat.cpp
Danki567/Drasil
d6bd7d0564710ae70b4847301d3d4df3f83fba11
[ "BSD-2-Clause" ]
31
2018-11-25T22:16:12.000Z
2021-12-01T20:15:38.000Z
#include "OutputFormat.hpp" #include <fstream> #include <iostream> #include <string> using std::ofstream; using std::string; void write_output(string s, double d_offset) { ofstream outputfile; outputfile.open("output.txt", std::fstream::out); outputfile << "s = "; outputfile << s << std::endl; ou...
21.789474
53
0.657005
Danki567
285cd60c93534323ea5591c57277389fa8ba8d0b
3,371
cpp
C++
Code/Engine/Renderer/Material/RenderState.cpp
ntaylorbishop/Copycat
c02f2881f0700a33a2630fd18bc409177d80b8cd
[ "MIT" ]
2
2017-10-02T03:18:55.000Z
2018-11-21T16:30:36.000Z
Code/Engine/Renderer/Material/RenderState.cpp
ntaylorbishop/Copycat
c02f2881f0700a33a2630fd18bc409177d80b8cd
[ "MIT" ]
null
null
null
Code/Engine/Renderer/Material/RenderState.cpp
ntaylorbishop/Copycat
c02f2881f0700a33a2630fd18bc409177d80b8cd
[ "MIT" ]
null
null
null
#include "Engine/Renderer/Material/RenderState.hpp" #include "Engine/Renderer/Renderer/BeirusRenderer.hpp" STATIC const RenderState RenderState::RENDER_STATE_DEFAULT( DEPTH_MODE_ON, BLEND_MODE_OPAQUE, CULL_FACE_FRONT, WRITES_DEPTH_ON, WRITES_COLOR_ON, CASTS_SHADOWS_ON); ///////////////...
23.248276
125
0.53367
ntaylorbishop
285e4fdd377a76451175d18029ae85b0060da577
6,701
cpp
C++
src/transactions/OperationFrame.cpp
iotbda/iotchain-core
74094a7853d2591cdfa79aa4a9459f6036008b2d
[ "Apache-2.0", "BSD-2-Clause", "MIT", "ECL-2.0", "BSL-1.0", "BSD-3-Clause" ]
null
null
null
src/transactions/OperationFrame.cpp
iotbda/iotchain-core
74094a7853d2591cdfa79aa4a9459f6036008b2d
[ "Apache-2.0", "BSD-2-Clause", "MIT", "ECL-2.0", "BSL-1.0", "BSD-3-Clause" ]
null
null
null
src/transactions/OperationFrame.cpp
iotbda/iotchain-core
74094a7853d2591cdfa79aa4a9459f6036008b2d
[ "Apache-2.0", "BSD-2-Clause", "MIT", "ECL-2.0", "BSL-1.0", "BSD-3-Clause" ]
null
null
null
// Copyright 2014 Stellar Development Foundation and contributors. Licensed // under the Apache License, Version 2.0. See the COPYING file at the root // of this distribution or at http://www.apache.org/licenses/LICENSE-2.0 #include "transactions/OperationFrame.h" #include "transactions/AllowTrustOpFrame.h" #include "...
29.134783
79
0.659155
iotbda
285e88a80a5c8f52c1a1420d50cc2fec918e435b
17,837
cpp
C++
electroslag/serialize/database.cpp
jwb1/electroslag
a0f81ec6f8f8485c2418193b2e3d3f5347c92df5
[ "Apache-2.0" ]
1
2018-08-19T11:06:17.000Z
2018-08-19T11:06:17.000Z
electroslag/serialize/database.cpp
jwb1/electroslag
a0f81ec6f8f8485c2418193b2e3d3f5347c92df5
[ "Apache-2.0" ]
null
null
null
electroslag/serialize/database.cpp
jwb1/electroslag
a0f81ec6f8f8485c2418193b2e3d3f5347c92df5
[ "Apache-2.0" ]
null
null
null
// Electroslag Interactive Graphics System // Copyright 2018 Joshua Buckman // // 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 // /...
37.39413
139
0.552111
jwb1
285e92fe8201ff01a2034f49205ab88b8ee18bdf
5,377
hxx
C++
Modules/Segmentation/ConnectedComponents/include/itkHardConnectedComponentImageFilter.hxx
khangthk/ITK
f3c12edaf9cef07dbc34107e1a8aec9859204116
[ "Apache-2.0" ]
null
null
null
Modules/Segmentation/ConnectedComponents/include/itkHardConnectedComponentImageFilter.hxx
khangthk/ITK
f3c12edaf9cef07dbc34107e1a8aec9859204116
[ "Apache-2.0" ]
null
null
null
Modules/Segmentation/ConnectedComponents/include/itkHardConnectedComponentImageFilter.hxx
khangthk/ITK
f3c12edaf9cef07dbc34107e1a8aec9859204116
[ "Apache-2.0" ]
null
null
null
/*========================================================================= * * Copyright NumFOCUS * * 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 * * https://www.apache.o...
27.156566
118
0.544728
khangthk
286183ad602d0fbfddecc63be6e66e31d1de30b2
6,471
cpp
C++
modules/platforms/cpp/network/os/linux/src/network/linux_async_client_pool.cpp
mwwx/ignite
49e063cb3ce748d4f6caa1dea66ae1f4fd21997d
[ "Apache-2.0" ]
2
2022-03-04T09:18:47.000Z
2022-03-04T09:18:52.000Z
modules/platforms/cpp/network/os/linux/src/network/linux_async_client_pool.cpp
mwwx/ignite
49e063cb3ce748d4f6caa1dea66ae1f4fd21997d
[ "Apache-2.0" ]
null
null
null
modules/platforms/cpp/network/os/linux/src/network/linux_async_client_pool.cpp
mwwx/ignite
49e063cb3ce748d4f6caa1dea66ae1f4fd21997d
[ "Apache-2.0" ]
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 ...
30.380282
111
0.558646
mwwx
286229d4d7352f8f469494babe3e5a8a273b2a21
3,477
cpp
C++
CSGOSimple/render.cpp
mikemikko/mike-internal-public-version
77dafb13047580e38013ba42bf66b70a9b942604
[ "MIT" ]
null
null
null
CSGOSimple/render.cpp
mikemikko/mike-internal-public-version
77dafb13047580e38013ba42bf66b70a9b942604
[ "MIT" ]
null
null
null
CSGOSimple/render.cpp
mikemikko/mike-internal-public-version
77dafb13047580e38013ba42bf66b70a9b942604
[ "MIT" ]
null
null
null
#include "render.hpp" #include <mutex> #include "features/visuals.hpp" #include "valve_sdk/csgostructs.hpp" #include "helpers/input.hpp" #include "menu.hpp" #include "options.hpp" #include "fonts/fonts.hpp" #include "helpers/math.hpp" ImFont* g_pDefaultFont; ImFont* g_pSecondFont; ImDrawListSharedData _data; std::...
26.746154
128
0.71067
mikemikko
28644a5509f7d705a7e6c70cb2a7292352601e34
295
cpp
C++
cycle_counter.cpp
jaoleonardo01/STE29008_ATV4
377111fa252c3c88209d229966aefadddedb0eb0
[ "MIT" ]
null
null
null
cycle_counter.cpp
jaoleonardo01/STE29008_ATV4
377111fa252c3c88209d229966aefadddedb0eb0
[ "MIT" ]
null
null
null
cycle_counter.cpp
jaoleonardo01/STE29008_ATV4
377111fa252c3c88209d229966aefadddedb0eb0
[ "MIT" ]
null
null
null
#include "cycle_counter.h" Cycle_Counter::Cycle_Counter(/* args */) { asm ( "clr r1\n\t" "clr r0\n\t" "inc r0\n\t" "ldi r30, 0xb0\r\n" "ldi r31, 0x00\r\n" "st Z+, r1\r\n" "st Z, r0\r\n" ); } Cycle_Counter::~Cycle_Counter() { }
15.526316
40
0.471186
jaoleonardo01
2866200e00b445a04f0c24a4ab997aa81e344d3a
4,561
inl
C++
Impt/glm/gtx/rotate_vector.inl
StavrosBizelis/NetworkDistributedDeferredShading
07c03ce9b13bb5adb164cd4321b2bba284e49b4d
[ "MIT" ]
76
2015-01-08T12:19:17.000Z
2021-03-27T03:31:12.000Z
Impt/glm/gtx/rotate_vector.inl
StavrosBizelis/NetworkDistributedDeferredShading
07c03ce9b13bb5adb164cd4321b2bba284e49b4d
[ "MIT" ]
10
2015-08-09T21:10:55.000Z
2015-08-10T02:50:07.000Z
Impt/glm/gtx/rotate_vector.inl
StavrosBizelis/NetworkDistributedDeferredShading
07c03ce9b13bb5adb164cd4321b2bba284e49b4d
[ "MIT" ]
17
2015-01-17T07:23:21.000Z
2020-12-15T02:44:19.000Z
/////////////////////////////////////////////////////////////////////////////////////////////////// // OpenGL Mathematics Copyright (c) 2005 - 2012 G-Truc Creation (www.g-truc.net) /////////////////////////////////////////////////////////////////////////////////////////////////// // Created : 2006-11-02 // Updated : 20...
21.514151
99
0.592633
StavrosBizelis
2866b43f16d5d285ca908d5f6782dd2be759bb88
654
cpp
C++
Uri-Online-Judge/cpp/1196 - WERTYU.cpp
ThiagoInocencio/Competitive-Programming-Solutions
efcabdd48d8c103ca619fff53db50aef0ea873d4
[ "MIT" ]
1
2020-06-07T22:08:42.000Z
2020-06-07T22:08:42.000Z
Uri-Online-Judge/cpp/1196 - WERTYU.cpp
ThiagoInocencio/Competitive-Programming-Solutions
efcabdd48d8c103ca619fff53db50aef0ea873d4
[ "MIT" ]
null
null
null
Uri-Online-Judge/cpp/1196 - WERTYU.cpp
ThiagoInocencio/Competitive-Programming-Solutions
efcabdd48d8c103ca619fff53db50aef0ea873d4
[ "MIT" ]
null
null
null
#include <iostream> #include <stdio.h> #include <string> #include <string.h> #include <stdlib.h> using namespace std; int main() { string QWERT = "`1234567890-=QWERTYUIOP[]\\ASDFGHJKL;'ZXCVBNM,./"; int i, index, length; char LETTER; string text; while(getline(cin, text)) { length = te...
16.35
70
0.454128
ThiagoInocencio
2866f3235ec91780a35ca29a0945406b12fa2b8b
4,058
cpp
C++
sc-kpm/ui/uiTranslators.cpp
rusalexd/sc-machine
d92afee12fd22a7d2c5cb0c3014a280f7de5b42f
[ "MIT" ]
null
null
null
sc-kpm/ui/uiTranslators.cpp
rusalexd/sc-machine
d92afee12fd22a7d2c5cb0c3014a280f7de5b42f
[ "MIT" ]
null
null
null
sc-kpm/ui/uiTranslators.cpp
rusalexd/sc-machine
d92afee12fd22a7d2c5cb0c3014a280f7de5b42f
[ "MIT" ]
null
null
null
/* * This source file is part of an OSTIS project. For the latest info, see http://ostis.net * Distributed under the MIT License * (See accompanying file COPYING.MIT or copy at http://opensource.org/licenses/MIT) */ #include "uiPrecompiled.h" #include "uiTranslators.h" #include "uiKeynodes.h" #include "translator...
33.816667
174
0.666092
rusalexd