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
float64
1
191k
max_stars_repo_stars_event_min_datetime
stringlengths
24
24
max_stars_repo_stars_event_max_datetime
stringlengths
24
24
max_issues_repo_path
stringlengths
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
float64
1
77k
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
float64
1
105k
max_forks_repo_forks_event_min_datetime
stringlengths
24
24
max_forks_repo_forks_event_max_datetime
stringlengths
24
24
content
stringlengths
7
1.05M
avg_line_length
float64
1.21
653k
max_line_length
int64
6
990k
alphanum_fraction
float64
0.01
1
4f1d9e36be378fb394dc7da2e912f46bf7c71a18
3,639
cpp
C++
button_events_game.cpp
darkoppressor/cosmic-runner
feeb1154ffb1af9de2a34e1b418a6432500176c3
[ "MIT" ]
null
null
null
button_events_game.cpp
darkoppressor/cosmic-runner
feeb1154ffb1af9de2a34e1b418a6432500176c3
[ "MIT" ]
null
null
null
button_events_game.cpp
darkoppressor/cosmic-runner
feeb1154ffb1af9de2a34e1b418a6432500176c3
[ "MIT" ]
null
null
null
/* Copyright (c) 2012 Cheese and Bacon Games, LLC */ /* This file is licensed under the MIT License. */ /* See the file docs/LICENSE.txt for the full license text. */ #include "game.h" #include "android_leaderboard.h" #include <button_events.h> #include <window_manager.h> #include <game_manager.h> #include <android.h...
31.643478
119
0.646057
4f1ee99281ef141d42a038f41cd1ddb9cc86f312
26,803
cpp
C++
src/core/Variant.cpp
WilliamTambellini/godopy
7b4142ddf7acafa66e1b2b201afa5fa37a4c7f4e
[ "MIT" ]
null
null
null
src/core/Variant.cpp
WilliamTambellini/godopy
7b4142ddf7acafa66e1b2b201afa5fa37a4c7f4e
[ "MIT" ]
null
null
null
src/core/Variant.cpp
WilliamTambellini/godopy
7b4142ddf7acafa66e1b2b201afa5fa37a4c7f4e
[ "MIT" ]
null
null
null
#include "Variant.hpp" #include <gdnative/variant.h> #include "CoreTypes.hpp" #include "Defs.hpp" #include "GodotGlobal.hpp" #include "Object.hpp" #include <iostream> #include <stdexcept> #ifndef NO_IMPORT_ARRAY #define NO_IMPORT_ARRAY #endif #include "PythonGlobal.hpp" #include <_lib/godot/core/types.hpp> namespa...
32.607056
147
0.745066
4f1f9c94faf168d934635377c7452b874521c7fe
51,908
cpp
C++
src/tracks/ui/SelectHandle.cpp
GitHub87152/audacity
192530d8a5024db64a6f6e4c3129a3127c588c7d
[ "CC-BY-3.0" ]
null
null
null
src/tracks/ui/SelectHandle.cpp
GitHub87152/audacity
192530d8a5024db64a6f6e4c3129a3127c588c7d
[ "CC-BY-3.0" ]
null
null
null
src/tracks/ui/SelectHandle.cpp
GitHub87152/audacity
192530d8a5024db64a6f6e4c3129a3127c588c7d
[ "CC-BY-3.0" ]
1
2021-01-15T08:22:44.000Z
2021-01-15T08:22:44.000Z
/********************************************************************** Audacity: A Digital Audio Editor SelectHandle.cpp Paul Licameli split from TrackPanel.cpp **********************************************************************/ #include "../../Audacity.h" #include "SelectHandle.h" #include "../../Experiment...
33.402831
135
0.634584
4f203c48428c692de98f2b0fdd812268d388a572
2,114
cc
C++
src/logging/log_stream.cc
xiw2-0/minids
46510205af0e0a6c14e9d360fc83e13cd45bcf9d
[ "MIT" ]
3
2020-06-09T02:31:43.000Z
2021-03-30T09:14:33.000Z
src/logging/log_stream.cc
xiw2-0/minids
46510205af0e0a6c14e9d360fc83e13cd45bcf9d
[ "MIT" ]
null
null
null
src/logging/log_stream.cc
xiw2-0/minids
46510205af0e0a6c14e9d360fc83e13cd45bcf9d
[ "MIT" ]
null
null
null
/// Copyright (c) 2020 xiw /// /// MIT License /// \author Wang Xi #include "logging/log_stream.h" #include <thread> #include <sstream> namespace logging { void LogStream::buf(char** p_buf, size_t* size) { *p_buf = buf_; *size = buf_pointer_; } LogStream &LogStream::operator<<(bool arg) { if(arg) app...
17.048387
82
0.644276
4f2070c48921f7111b5e881d6412c44aa0dddea4
8,179
cpp
C++
LFFD_ncnn.cpp
Qengineering/LFFD-ncnn-Raspberry-Pi-4
edcb609603325ca97c6f02dcfefb32f937383279
[ "BSD-3-Clause" ]
2
2021-04-18T06:47:05.000Z
2021-06-16T09:52:44.000Z
LFFD_ncnn.cpp
Qengineering/LFFD-ncnn-Raspberry-Pi-4
edcb609603325ca97c6f02dcfefb32f937383279
[ "BSD-3-Clause" ]
null
null
null
LFFD_ncnn.cpp
Qengineering/LFFD-ncnn-Raspberry-Pi-4
edcb609603325ca97c6f02dcfefb32f937383279
[ "BSD-3-Clause" ]
null
null
null
#include "LFFD_ncnn.h" LFFD::LFFD(int scale_num, int num_thread_) { num_output_scales = scale_num; num_thread = num_thread_; if (num_output_scales == 5) { param_file_name = "symbol_10_320_20L_5scales_v2_deploy.param"; bin_file_name = "train_10_320_20L_5scales_v2_iter_1000000.bin"; receptive_field_list = { 20,...
30.981061
182
0.627461
4f21000a633dbc7b4704b27b1a2782af1fbd7e35
3,686
cpp
C++
streambox/test/test-join-2.cpp
chenzongxiong/streambox
76f95780d1bf6c02731e39d8ac73937cea352b95
[ "Unlicense" ]
3
2019-07-03T14:03:31.000Z
2021-12-19T10:18:49.000Z
streambox/test/test-join-2.cpp
chenzongxiong/streambox
76f95780d1bf6c02731e39d8ac73937cea352b95
[ "Unlicense" ]
6
2020-02-17T12:01:30.000Z
2021-12-09T22:02:33.000Z
streambox/test/test-join-2.cpp
chenzongxiong/streambox
76f95780d1bf6c02731e39d8ac73937cea352b95
[ "Unlicense" ]
2
2020-12-03T04:41:18.000Z
2021-01-11T21:44:42.000Z
/* #include<stdio.h> #include<assert.h> #include<iostream> #include<typeinfo> #include "Create.h" #include "Read.h" */ #include "core/Pipeline.h" //#include "TransformEvaluator.h" //#include "TransformEvaluate.h" #include "Source/UnboundedInMemEvaluator_Join.h" //#include "SimpleMapperEvaluator.h" #include "Join/JoinEv...
29.253968
80
0.663049
4f23b6cc5bc4a79d61a90b2c317d723d6fb33dfb
444
cpp
C++
lib/poprand/codelets/SetSeedSupervisor.cpp
giantchen2012/poplibs
2bc6b6f3d40863c928b935b5da88f40ddd77078e
[ "MIT" ]
1
2021-02-23T05:58:24.000Z
2021-02-23T05:58:24.000Z
lib/poprand/codelets/SetSeedSupervisor.cpp
giantchen2012/poplibs
2bc6b6f3d40863c928b935b5da88f40ddd77078e
[ "MIT" ]
null
null
null
lib/poprand/codelets/SetSeedSupervisor.cpp
giantchen2012/poplibs
2bc6b6f3d40863c928b935b5da88f40ddd77078e
[ "MIT" ]
null
null
null
// Copyright (c) 2019 Graphcore Ltd. All rights reserved. #include "RandomUtils.hpp" using namespace poplar; namespace poprand { class SetSeedSupervisor : public SupervisorVertexIf<ASM_CODELETS_ENABLED> { public: SetSeedSupervisor(); Input<Vector<unsigned, ONE_PTR, 8>> seed; const uint32_t seedModifierUser; ...
20.181818
75
0.756757
4f23cc5d4bbb7fce440b21114200b46bfb92df70
145,119
cpp
C++
src/coreclr/zap/zapinfo.cpp
mlindstr/runtime
e254b56cff9cc34b07a026012926ee803ae42967
[ "MIT" ]
null
null
null
src/coreclr/zap/zapinfo.cpp
mlindstr/runtime
e254b56cff9cc34b07a026012926ee803ae42967
[ "MIT" ]
null
null
null
src/coreclr/zap/zapinfo.cpp
mlindstr/runtime
e254b56cff9cc34b07a026012926ee803ae42967
[ "MIT" ]
null
null
null
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // // ZapInfo.cpp // // // JIT-EE interface for zapping // // ====================================================================================== #include "common.h" #include "z...
33.803634
227
0.649439
4f23d25e3dd58ad9ec5517f35b4fd0e826371bd6
24,265
cpp
C++
Src/FileDialog.cpp
bluescan/tacit-texview
084e2ee2f8e516b6d4449caf9b6712181db162f5
[ "ISC" ]
76
2019-07-03T06:43:37.000Z
2020-05-08T20:23:08.000Z
Src/FileDialog.cpp
bluescan/tacit-texview
084e2ee2f8e516b6d4449caf9b6712181db162f5
[ "ISC" ]
15
2020-01-12T23:37:09.000Z
2020-05-01T04:44:14.000Z
Src/FileDialog.cpp
bluescan/tacit-texview
084e2ee2f8e516b6d4449caf9b6712181db162f5
[ "ISC" ]
2
2020-01-18T14:13:14.000Z
2020-04-05T14:17:07.000Z
// FileDialog.cpp // // Dialog that allows selection of a file or directory. May be used for opening a file/directory or saving to a file. // // Copyright (c) 2021, 2022 Tristan Grimmer. // Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby // granted, provide...
30.068154
242
0.705131
4f2605188c3c8162aa30dfb72b435008f808b798
24,573
cpp
C++
Mac_Libraries/FreeImage_3_18/Source/FreeImage/MultiPage.cpp
aws4y/OpenNebulosity
406162ea39de7e8fb90147ee43f6ee95dd56dfde
[ "BSD-3-Clause" ]
111
2015-01-13T18:14:31.000Z
2022-02-20T14:26:55.000Z
Mac_Libraries/FreeImage_3_18/Source/FreeImage/MultiPage.cpp
aws4y/OpenNebulosity
406162ea39de7e8fb90147ee43f6ee95dd56dfde
[ "BSD-3-Clause" ]
54
2015-02-23T16:57:41.000Z
2021-02-19T08:16:27.000Z
Mac_Libraries/FreeImage_3_18/Source/FreeImage/MultiPage.cpp
aws4y/OpenNebulosity
406162ea39de7e8fb90147ee43f6ee95dd56dfde
[ "BSD-3-Clause" ]
26
2015-01-17T13:07:56.000Z
2021-12-02T07:43:29.000Z
// ========================================================== // Multi-Page functions // // Design and implementation by // - Floris van den Berg (flvdberg@wxs.nl) // - Laurent Rocher (rocherl@club-internet.fr) // - Steve Johnson (steve@parisgroup.net) // - Petr Pytelka (pyta@lightcomp.com) // - Hervé Drolon (d...
27.364143
168
0.613722
4f261cdeb0b5320194a0a3c3fa545dbdb6fcccbb
1,582
hpp
C++
cli_args.hpp
iszczesniak/ddpp
bc27ad2b7f699d8ef2e11dcb3b56d538d92e4b4e
[ "BSL-1.0" ]
null
null
null
cli_args.hpp
iszczesniak/ddpp
bc27ad2b7f699d8ef2e11dcb3b56d538d92e4b4e
[ "BSL-1.0" ]
null
null
null
cli_args.hpp
iszczesniak/ddpp
bc27ad2b7f699d8ef2e11dcb3b56d538d92e4b4e
[ "BSL-1.0" ]
null
null
null
#ifndef CLI_ARGS_HPP #define CLI_ARGS_HPP #include "connection.hpp" #include "routing.hpp" #include <optional> #include <string> /** * These are the program arguments. In this single class we store all * information passed at the command line. */ struct cli_args { /// ------------------------------------------...
21.093333
71
0.484829
4f26672294b4cc622c3bd4f079929719d6af4fc7
7,896
cpp
C++
src/dgetrs_nopiv_batched.cpp
shengren/magma-1.6.1
1adfee30b763e9491a869403e0f320b3888923b6
[ "BSD-3-Clause" ]
21
2017-10-06T05:05:05.000Z
2022-03-13T15:39:20.000Z
src/dgetrs_nopiv_batched.cpp
shengren/magma-1.6.1
1adfee30b763e9491a869403e0f320b3888923b6
[ "BSD-3-Clause" ]
1
2017-03-23T00:27:24.000Z
2017-03-23T00:27:24.000Z
src/dgetrs_nopiv_batched.cpp
shengren/magma-1.6.1
1adfee30b763e9491a869403e0f320b3888923b6
[ "BSD-3-Clause" ]
4
2018-01-09T15:49:58.000Z
2022-03-13T15:39:27.000Z
/* -- MAGMA (version 1.6.1) -- Univ. of Tennessee, Knoxville Univ. of California, Berkeley Univ. of Colorado, Denver November 2013 @author Azzam Haidar @generated from zgetrs_nopiv_batched.cpp normal z -> d, Fri Jan 30 19:00:19 2015 */ #include "common_magma.h" #in...
33.457627
114
0.556864
4f272caf25db73404a223d05b9618e45e9ad4f6c
983
cpp
C++
src/point.cpp
ASjet/GreedySnake
c07a22ede63a8c4f42bc6af2d8c8c95cd46b0311
[ "MIT" ]
1
2020-05-30T07:15:18.000Z
2020-05-30T07:15:18.000Z
src/point.cpp
ITFS777/GreedySnake
c07a22ede63a8c4f42bc6af2d8c8c95cd46b0311
[ "MIT" ]
null
null
null
src/point.cpp
ITFS777/GreedySnake
c07a22ede63a8c4f42bc6af2d8c8c95cd46b0311
[ "MIT" ]
null
null
null
#include <iostream> #include <string> #include "point.h" #include "cursor.h" //////////////////////////////////////////////////////////////////////////////// Point Point::setPos(int px, int py) { x = px; y = py; return *this; } ///////////////////////////////////////////////////////////////////////////////...
25.868421
80
0.364191
4f27ecd1cb71c6a135ca2cb4186af73b73d21aaf
6,378
cpp
C++
clang/test/CodeGenCXX/reference-cast.cpp
mkinsner/llvm
589d48844edb12cd357b3024248b93d64b6760bf
[ "Apache-2.0" ]
2,338
2018-06-19T17:34:51.000Z
2022-03-31T11:00:37.000Z
clang/test/CodeGenCXX/reference-cast.cpp
mkinsner/llvm
589d48844edb12cd357b3024248b93d64b6760bf
[ "Apache-2.0" ]
3,740
2019-01-23T15:36:48.000Z
2022-03-31T22:01:13.000Z
clang/test/CodeGenCXX/reference-cast.cpp
mkinsner/llvm
589d48844edb12cd357b3024248b93d64b6760bf
[ "Apache-2.0" ]
500
2019-01-23T07:49:22.000Z
2022-03-30T02:59:37.000Z
// RUN: %clang_cc1 -emit-llvm -triple x86_64-apple-darwin10 -o - %s | FileCheck %s // PR6024 extern int i; // CHECK: define{{.*}} nonnull align {{[0-9]+}} dereferenceable({{[0-9]+}}) i32* @_Z16lvalue_noop_castv() [[NUW:#[0-9]+]] const int &lvalue_noop_cast() { if (i == 0) // CHECK: store i32 17, i32* return...
32.375635
126
0.6328
4f28ed79035c5618b5d7b8c757caa1390ed920f6
13,010
cc
C++
src/yb/util/decimal.cc
pritamdamania87/yugabyte-db
70355f6c9248356e84cf21588013ea477fd04a5d
[ "Apache-2.0", "CC0-1.0" ]
1
2021-01-15T00:24:31.000Z
2021-01-15T00:24:31.000Z
src/yb/util/decimal.cc
pritamdamania87/yugabyte-db
70355f6c9248356e84cf21588013ea477fd04a5d
[ "Apache-2.0", "CC0-1.0" ]
null
null
null
src/yb/util/decimal.cc
pritamdamania87/yugabyte-db
70355f6c9248356e84cf21588013ea477fd04a5d
[ "Apache-2.0", "CC0-1.0" ]
null
null
null
// Copyright (c) YugaByte, 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 writ...
31.274038
100
0.661337
4f29447f962c137f6be33b5b63db77efaf3c0b91
1,479
cpp
C++
HackerRank/ProblemSolving/cppSolutions/Data Structures/Trees/treePreorderTraversal.cpp
pakosel/competitive-coding-problems
187a2f13725e06ab3301ae2be37f16fbec0c0588
[ "MIT" ]
17
2017-08-12T14:42:46.000Z
2022-02-26T16:35:44.000Z
HackerRank/ProblemSolving/cppSolutions/Data Structures/Trees/treePreorderTraversal.cpp
pakosel/competitive-coding-problems
187a2f13725e06ab3301ae2be37f16fbec0c0588
[ "MIT" ]
21
2019-09-20T07:06:27.000Z
2021-11-02T10:30:50.000Z
HackerRank/ProblemSolving/cppSolutions/Data Structures/Trees/treePreorderTraversal.cpp
pakosel/competitive-coding-problems
187a2f13725e06ab3301ae2be37f16fbec0c0588
[ "MIT" ]
21
2017-05-28T10:15:07.000Z
2021-07-20T07:19:58.000Z
#include <bits/stdc++.h> using namespace std; class Node { public: int data; Node *left; Node *right; Node(int d) { data = d; left = NULL; right = NULL; } }; class Solution { public: Node* insert(Node* root, int data) { ...
18.036585
56
0.415822
4f2acf2ee7baf76ba9ec40965975179cc65cc4c0
14,878
cpp
C++
src/InstructionWalker.cpp
Mookel/VC4C
d72978253820e4175fa591206dedda6c586068b3
[ "MIT" ]
null
null
null
src/InstructionWalker.cpp
Mookel/VC4C
d72978253820e4175fa591206dedda6c586068b3
[ "MIT" ]
null
null
null
src/InstructionWalker.cpp
Mookel/VC4C
d72978253820e4175fa591206dedda6c586068b3
[ "MIT" ]
null
null
null
/* * Author: doe300 * * See the file "LICENSE" for the full license governing this code. */ #include "InstructionWalker.h" #include "BasicBlock.h" #include "CompilationError.h" #include "Method.h" #include "analysis/ControlFlowGraph.h" using namespace vc4c; const InstructionWalker tombstone_traits<InstructionWa...
31.190776
120
0.617556
4f2c7c45a4c6a2a344655c2da31ef6e080d04499
2,810
hpp
C++
libraries/blockchain/include/bts/blockchain/snapshot_state.hpp
jasonqin/bitshares1-core
b575445f31d9d5955414a178b9128fd1a423c3fa
[ "Unlicense" ]
82
2015-01-04T21:11:35.000Z
2015-06-08T17:53:49.000Z
libraries/blockchain/include/bts/blockchain/snapshot_state.hpp
jasonqin/bitshares1-core
b575445f31d9d5955414a178b9128fd1a423c3fa
[ "Unlicense" ]
428
2015-01-01T18:42:04.000Z
2015-06-08T16:08:08.000Z
libraries/blockchain/include/bts/blockchain/snapshot_state.hpp
jasonqin/bitshares1-core
b575445f31d9d5955414a178b9128fd1a423c3fa
[ "Unlicense" ]
53
2015-01-05T02:31:30.000Z
2015-06-05T18:50:57.000Z
#pragma once #include <bts/blockchain/graphene.hpp> #include <bts/blockchain/types.hpp> #include <fc/time.hpp> namespace bts { namespace blockchain { struct snapshot_summary { uint64_t num_balance_owners = 0; uint64_t num_asset_balances = 0; uint64_t num_vesting_balances = 0; uint64_t num_canceled_a...
29.893617
122
0.690036
4f2cf1c2b88cb2b1ae264d74d15c2541dab15db5
100,929
cc
C++
tensorflow/compiler/xla/service/hlo_instruction.cc
wlads/tensorflow
9d2fe9dfb4922025f7b7afb288e8b7ca33ef34a5
[ "Apache-2.0" ]
3
2017-10-27T05:37:59.000Z
2018-05-25T02:46:40.000Z
tensorflow/compiler/xla/service/hlo_instruction.cc
wlads/tensorflow
9d2fe9dfb4922025f7b7afb288e8b7ca33ef34a5
[ "Apache-2.0" ]
null
null
null
tensorflow/compiler/xla/service/hlo_instruction.cc
wlads/tensorflow
9d2fe9dfb4922025f7b7afb288e8b7ca33ef34a5
[ "Apache-2.0" ]
2
2021-01-04T21:15:02.000Z
2021-10-15T10:45:47.000Z
/* Copyright 2017 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...
37.986075
80
0.688623
4f2d49c583b36f4b94fc624a8c5079ed09d03b47
1,030
cpp
C++
unit2/2_2.cpp
Helio452b/essential_Cpp_coding
57ac4b28874da099581054ef6db809fade032c37
[ "MIT" ]
2
2020-05-06T16:27:10.000Z
2020-05-06T16:27:14.000Z
unit2/2_2.cpp
Helio452b/essential_Cpp_coding
57ac4b28874da099581054ef6db809fade032c37
[ "MIT" ]
null
null
null
unit2/2_2.cpp
Helio452b/essential_Cpp_coding
57ac4b28874da099581054ef6db809fade032c37
[ "MIT" ]
2
2020-05-06T16:12:41.000Z
2021-01-20T15:52:52.000Z
#include <iostream> #include <windows.h> #include <vector> #include <string> using namespace std; bool pentagonal_get(int num,vector<int> &vect) { int fx_i; if (num<=0 || num>1024) { return false; } else { for (int i = 1; i <= num; i++) { fx_i = i*(i*3-1)/2;...
16.349206
65
0.484466
4f2d82d67cf10f5f0b88418db682eadac00dc65e
4,631
cpp
C++
App Installer/libProvision/libplist/Dictionary.cpp
SHAKY404/App-Installer
93d89ab940fe37c5233db99eb578c1f8949fad93
[ "MIT" ]
135
2017-06-25T03:20:46.000Z
2022-03-15T12:35:33.000Z
Shared/libProvision/libplist/Dictionary.cpp
eni9889/Extender-Installer
48e6e406d7282c184723c107725009627fed9cdd
[ "BSD-2-Clause" ]
15
2017-06-27T09:38:33.000Z
2021-05-25T22:00:51.000Z
Shared/libProvision/libplist/Dictionary.cpp
eni9889/Extender-Installer
48e6e406d7282c184723c107725009627fed9cdd
[ "BSD-2-Clause" ]
45
2017-06-27T10:39:34.000Z
2021-08-29T10:21:55.000Z
/* * Dictionary.cpp * * Copyright (c) 2009 Jonathan Beck 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 Free Software Foundation; either * version 2.1 of the License, or (at your op...
23.271357
81
0.625351
4f2ec7e8b4afeda72473ecf93ed7a7594185e807
15,934
cpp
C++
apiwzem/PnlWzemUsgAAccess.cpp
mpsitech/wzem-WhizniumSBE-Engine-Monitor
0d9a204660bfad57f25dbd641fd86713986f32f1
[ "MIT" ]
null
null
null
apiwzem/PnlWzemUsgAAccess.cpp
mpsitech/wzem-WhizniumSBE-Engine-Monitor
0d9a204660bfad57f25dbd641fd86713986f32f1
[ "MIT" ]
null
null
null
apiwzem/PnlWzemUsgAAccess.cpp
mpsitech/wzem-WhizniumSBE-Engine-Monitor
0d9a204660bfad57f25dbd641fd86713986f32f1
[ "MIT" ]
null
null
null
/** * \file PnlWzemUsgAAccess.cpp * API code for job PnlWzemUsgAAccess (implementation) * \copyright (C) 2016-2020 MPSI Technologies GmbH * \author Alexander Wirthmueller (auto-generation) * \date created: 6 Dec 2020 */ // IP header --- ABOVE #include "PnlWzemUsgAAccess.h" using namespace std; using namespace S...
29.076642
135
0.654324
4f303e8177e6e2c2ab36a9127a8c223d00524ef3
1,038
cpp
C++
Sources/Overload/OvCore/src/OvCore/ECS/Components/CDirectionalLight.cpp
kmqwerty/Overload
f3b8c751a05815400ed35dd2be20a3900f3454fd
[ "MIT" ]
755
2019-07-10T01:26:39.000Z
2022-03-31T12:43:19.000Z
Sources/Overload/OvCore/src/OvCore/ECS/Components/CDirectionalLight.cpp
kmqwerty/Overload
f3b8c751a05815400ed35dd2be20a3900f3454fd
[ "MIT" ]
111
2020-02-28T23:30:10.000Z
2022-01-18T13:57:30.000Z
Sources/Overload/OvCore/src/OvCore/ECS/Components/CDirectionalLight.cpp
kmqwerty/Overload
f3b8c751a05815400ed35dd2be20a3900f3454fd
[ "MIT" ]
97
2019-11-06T15:19:56.000Z
2022-03-25T08:40:04.000Z
/** * @project: Overload * @author: Overload Tech. * @licence: MIT */ #include <OvUI/Widgets/Texts/Text.h> #include <OvUI/Widgets/Drags/DragFloat.h> #include <OvUI/Widgets/Selection/ColorEdit.h> #include "OvCore/ECS/Actor.h" #include "OvCore/ECS/Components/CDirectionalLight.h" OvCore::ECS::Components::CDirectionalL...
25.95
121
0.757225
4f32cec6c164bf925e351ea56d5c1a7e66213368
7,791
cpp
C++
clients/common/rocsparse_matrix_factory_laplace3d.cpp
xupinjie/rocSPARSE
5583492046ece092900f815d76fe98dd32cb8d36
[ "MIT" ]
null
null
null
clients/common/rocsparse_matrix_factory_laplace3d.cpp
xupinjie/rocSPARSE
5583492046ece092900f815d76fe98dd32cb8d36
[ "MIT" ]
null
null
null
clients/common/rocsparse_matrix_factory_laplace3d.cpp
xupinjie/rocSPARSE
5583492046ece092900f815d76fe98dd32cb8d36
[ "MIT" ]
null
null
null
/*! \file */ /* ************************************************************************ * Copyright (c) 2021 Advanced Micro Devices, Inc. * * 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 Softwa...
50.590909
96
0.432294
4f334f91904e6278ac8a1dd9a6cdce874b11659c
2,783
cpp
C++
src/emu_6502/test/opcodes/stack_test.cpp
pgrabas/emu6502
5b46d624cdbb3cffcfd76939d6cdda371f61ed6a
[ "MIT" ]
null
null
null
src/emu_6502/test/opcodes/stack_test.cpp
pgrabas/emu6502
5b46d624cdbb3cffcfd76939d6cdda371f61ed6a
[ "MIT" ]
null
null
null
src/emu_6502/test/opcodes/stack_test.cpp
pgrabas/emu6502
5b46d624cdbb3cffcfd76939d6cdda371f61ed6a
[ "MIT" ]
null
null
null
#include "base_test.hpp" #include <functional> #include <gtest/gtest.h> #include <optional> namespace emu::emu6502::test { namespace { using StackTestArg = std::tuple<Opcode, const char *, uint8_t, Reg8Ptr>; class StackTest : public BaseTest, public ::testing::WithParamInterface<StackTestArg> { public: // Stack ...
34.358025
113
0.654689
4f3391c9e7767dbe626123133097b4296537b3e0
5,335
cpp
C++
src/ngraph/runtime/cpu/builder/rnn.cpp
tzerrell/ngraph
b02b0812745ca1cb5f73d426ae9e0ad729eb0bbd
[ "Apache-2.0" ]
null
null
null
src/ngraph/runtime/cpu/builder/rnn.cpp
tzerrell/ngraph
b02b0812745ca1cb5f73d426ae9e0ad729eb0bbd
[ "Apache-2.0" ]
null
null
null
src/ngraph/runtime/cpu/builder/rnn.cpp
tzerrell/ngraph
b02b0812745ca1cb5f73d426ae9e0ad729eb0bbd
[ "Apache-2.0" ]
null
null
null
//***************************************************************************** // Copyright 2017-2019 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://w...
48.944954
100
0.519213
4f3478b4fdaa44bc561c7d3648dc2ad4f6e3f4e4
5,354
cc
C++
source/common/http/filter/ratelimit.cc
vanillahsu/envoy
49dc064843035ff980e1ed1d1a7f1574b66f7305
[ "Apache-2.0" ]
null
null
null
source/common/http/filter/ratelimit.cc
vanillahsu/envoy
49dc064843035ff980e1ed1d1a7f1574b66f7305
[ "Apache-2.0" ]
null
null
null
source/common/http/filter/ratelimit.cc
vanillahsu/envoy
49dc064843035ff980e1ed1d1a7f1574b66f7305
[ "Apache-2.0" ]
null
null
null
#include "common/http/filter/ratelimit.h" #include "envoy/http/codes.h" #include "common/common/assert.h" #include "common/common/empty_string.h" #include "common/common/enum_to_int.h" #include "common/http/codes.h" #include "common/router/config_impl.h" namespace Http { namespace RateLimit { namespace { static co...
36.671233
98
0.683227
4f34b190fc49b969608edc1c87f78451d9d24a15
319
cpp
C++
c++/Booking/bookingTest.cpp
taku-xhift/labo
89dc28fdb602c7992c6f31920714225f83a11218
[ "MIT" ]
null
null
null
c++/Booking/bookingTest.cpp
taku-xhift/labo
89dc28fdb602c7992c6f31920714225f83a11218
[ "MIT" ]
null
null
null
c++/Booking/bookingTest.cpp
taku-xhift/labo
89dc28fdb602c7992c6f31920714225f83a11218
[ "MIT" ]
null
null
null
#include <iostream> #include <vector> class Test; class Test { public: static std::vector<const Test*> allData; Test() : data(3) { allData.push_back(this); } int data; }; int main() { Test test; std::cout << Test::allData.at(0)->data << std::endl; return 0; }
9.114286
54
0.54232
4f3538763c856e0fd6bf336958b1dab6d40b8dcd
6,262
cc
C++
chrome/browser/android/ntp/most_visited_sites_bridge.cc
google-ar/chromium
2441c86a5fd975f09a6c30cddb57dfb7fc239699
[ "Apache-2.0", "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
777
2017-08-29T15:15:32.000Z
2022-03-21T05:29:41.000Z
chrome/browser/android/ntp/most_visited_sites_bridge.cc
harrymarkovskiy/WebARonARCore
2441c86a5fd975f09a6c30cddb57dfb7fc239699
[ "Apache-2.0", "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
66
2017-08-30T18:31:18.000Z
2021-08-02T10:59:35.000Z
chrome/browser/android/ntp/most_visited_sites_bridge.cc
harrymarkovskiy/WebARonARCore
2441c86a5fd975f09a6c30cddb57dfb7fc239699
[ "Apache-2.0", "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
123
2017-08-30T01:19:34.000Z
2022-03-17T22:55:31.000Z
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/android/ntp/most_visited_sites_bridge.h" #include <utility> #include "base/android/jni_android.h" #include "base/android/jni_ar...
35.782857
80
0.757266
4f366443bb91611e79ae8b90a612c2a569e8341b
12,762
cpp
C++
yuzijun/yuzijun/arrmor_detection.cpp
QAQAQAQAQQAQ/HW2022_Test1
23ff4ae8157f85c3805ecb151e9ccbd464fa4797
[ "MIT" ]
9
2021-12-15T05:49:08.000Z
2022-01-02T09:10:03.000Z
yuzijun/yuzijun/arrmor_detection.cpp
QAQAQAQAQQAQ/HW2022_Test1
23ff4ae8157f85c3805ecb151e9ccbd464fa4797
[ "MIT" ]
null
null
null
yuzijun/yuzijun/arrmor_detection.cpp
QAQAQAQAQQAQ/HW2022_Test1
23ff4ae8157f85c3805ecb151e9ccbd464fa4797
[ "MIT" ]
14
2021-12-08T00:11:38.000Z
2021-12-19T14:04:08.000Z
#include "arrmor_detection.h" // 计算两个点之间的距离 double calc_distance(Point2f p1, Point2f p2) { return pow(pow(p1.x-p2.x,2)+pow(p1.y-p2.y,2),0.5); } armor::armor(){} armor::armor(const LED_Stick& L1, const LED_Stick& L2){ Led_stick[0]= L1; Led_stick[1]= L2; error_angle = fabs(L1.rect.angle - L2.rect.angle...
32.146096
191
0.543253
4f375fb260c29c6a3182017ae64250da405d3dae
570
cpp
C++
cf/ac/0178A3.cpp
vitorgt/problem-solving
11fa59de808f7a113c08454b4aca68b01410892e
[ "MIT" ]
null
null
null
cf/ac/0178A3.cpp
vitorgt/problem-solving
11fa59de808f7a113c08454b4aca68b01410892e
[ "MIT" ]
null
null
null
cf/ac/0178A3.cpp
vitorgt/problem-solving
11fa59de808f7a113c08454b4aca68b01410892e
[ "MIT" ]
null
null
null
#include <bits/stdc++.h> using namespace std; #define ll long long const int INF = 0x3f3f3f3f; int main() { std::ios::sync_with_stdio(false), cin.tie(NULL), cout.tie(NULL); int n = 0, log2n = 0, i = 0; ll count = 0; cin >> n; vector<ll> a(n); log2n = floor(log2(n)); for (i = 0; i < n; i+...
19
68
0.445614
4f387b63cad2886f2805f3d81d50cd69ff85cde2
9,276
cpp
C++
src/demos/vehicle/demo_DeformableSoil/demo_VEH_DeformableSoil.cpp
bluescarni/chrono
5804345dc23733196c6740afbc0c1432553dfb1d
[ "BSD-3-Clause" ]
null
null
null
src/demos/vehicle/demo_DeformableSoil/demo_VEH_DeformableSoil.cpp
bluescarni/chrono
5804345dc23733196c6740afbc0c1432553dfb1d
[ "BSD-3-Clause" ]
null
null
null
src/demos/vehicle/demo_DeformableSoil/demo_VEH_DeformableSoil.cpp
bluescarni/chrono
5804345dc23733196c6740afbc0c1432553dfb1d
[ "BSD-3-Clause" ]
null
null
null
// ============================================================================= // PROJECT CHRONO - http://projectchrono.org // // Copyright (c) 2014 projectchrono.org // All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found // in the LICENSE file at the top level of t...
41.596413
118
0.631738
4f3911284077eaa525ae693c116101bee6ac505a
2,675
cpp
C++
ProcessLib/SurfaceFlux/SurfaceFlux.cpp
zhangning737/ogs
53a892f4ce2f133e4d00534d33ad4329e5c0ccb2
[ "BSD-4-Clause" ]
1
2021-06-25T13:43:06.000Z
2021-06-25T13:43:06.000Z
ProcessLib/SurfaceFlux/SurfaceFlux.cpp
boyanmeng/ogs
8172d20e61ae6dad076b3cc064846db7ef622020
[ "BSD-4-Clause" ]
1
2019-08-09T12:13:22.000Z
2019-08-09T12:13:22.000Z
ProcessLib/SurfaceFlux/SurfaceFlux.cpp
zhangning737/ogs
53a892f4ce2f133e4d00534d33ad4329e5c0ccb2
[ "BSD-4-Clause" ]
null
null
null
/** * \file * \copyright * Copyright (c) 2012-2019, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * */ #include "SurfaceFlux.h" #include <casse...
36.148649
82
0.702804
4f396e14fec3b619ea47854dd842c7f67199e950
4,346
cc
C++
src/libdeltafs/mds_srv_test.cc
chuckcranor/deltafs
34c6b60e225c19b363aaafa7c755fd9ffea4ffba
[ "Xnet", "X11" ]
93
2016-09-28T12:32:05.000Z
2022-03-25T03:29:21.000Z
src/libdeltafs/mds_srv_test.cc
chuckcranor/deltafs
34c6b60e225c19b363aaafa7c755fd9ffea4ffba
[ "Xnet", "X11" ]
3
2016-08-30T04:15:23.000Z
2021-03-26T05:33:24.000Z
src/libdeltafs/mds_srv_test.cc
chuckcranor/deltafs
34c6b60e225c19b363aaafa7c755fd9ffea4ffba
[ "Xnet", "X11" ]
12
2016-10-24T20:03:08.000Z
2022-03-30T14:12:51.000Z
/* * Copyright (c) 2019 Carnegie Mellon University, * Copyright (c) 2019 Triad National Security, LLC, as operator of * Los Alamos National Laboratory. * * All rights reserved. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. See the AUTHORS file for na...
23.748634
77
0.617809
4f39c862d9220466ed1eefcac00838e198565067
6,591
cpp
C++
src/collisions/CCollisionAABBTree.cpp
RoboticsDesignLab/chai3d
66927fb9c81a173b988e1fc81cf6bfd57d69dcd7
[ "BSD-3-Clause" ]
75
2016-12-22T14:53:01.000Z
2022-03-31T08:04:19.000Z
src/collisions/CCollisionAABBTree.cpp
RoboticsDesignLab/chai3d
66927fb9c81a173b988e1fc81cf6bfd57d69dcd7
[ "BSD-3-Clause" ]
6
2017-04-03T21:27:16.000Z
2019-08-28T17:05:23.000Z
src/collisions/CCollisionAABBTree.cpp
RoboticsDesignLab/chai3d
66927fb9c81a173b988e1fc81cf6bfd57d69dcd7
[ "BSD-3-Clause" ]
53
2017-03-16T16:38:34.000Z
2022-02-25T14:31:01.000Z
//============================================================================== /* Software License Agreement (BSD License) Copyright (c) 2003-2016, CHAI3D. (www.chai3d.org) All rights reserved. Redistribution and use in source and binary forms, with or without modification, are perm...
33.627551
85
0.515552
4f3bc97ffe92b766ca5fd223c1408671a5d9f37d
2,848
cpp
C++
problemsets/Codeforces/C++/A260.cpp
juarezpaulino/coderemite
a4649d3f3a89d234457032d14a6646b3af339ac1
[ "Apache-2.0" ]
null
null
null
problemsets/Codeforces/C++/A260.cpp
juarezpaulino/coderemite
a4649d3f3a89d234457032d14a6646b3af339ac1
[ "Apache-2.0" ]
null
null
null
problemsets/Codeforces/C++/A260.cpp
juarezpaulino/coderemite
a4649d3f3a89d234457032d14a6646b3af339ac1
[ "Apache-2.0" ]
null
null
null
/** * * Author: Juarez Paulino(coderemite) * Email: juarez.paulino@gmail.com * */ #define _USE_MATH_DEFINES #include <bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<int,int> pi; typedef pair<ll,ll> pl; typedef vector<int> vi; typedef vector<vi> vvi; typedef vector<ll> vl; typedef vector<...
27.12381
79
0.570927
4f3be9cdfd8841e1b1156a3c1b68731caf68a254
9,802
cpp
C++
tools/legacy/sample_common/src/v4l2_util.cpp
cyew3/oneVPL
0a7182acc895d895537bfc08b0e61f71523756c9
[ "MIT" ]
null
null
null
tools/legacy/sample_common/src/v4l2_util.cpp
cyew3/oneVPL
0a7182acc895d895537bfc08b0e61f71523756c9
[ "MIT" ]
null
null
null
tools/legacy/sample_common/src/v4l2_util.cpp
cyew3/oneVPL
0a7182acc895d895537bfc08b0e61f71523756c9
[ "MIT" ]
null
null
null
/*############################################################################ # Copyright (C) Intel Corporation # # SPDX-License-Identifier: MIT ############################################################################*/ #if defined(ENABLE_V4L2_SUPPORT) #include "v4l2_util.h" #include <assert.h> ...
29
98
0.574679
4f3c5ca1426a95256ec2b17b7f34f1ed0a32587b
25,355
cc
C++
src/main/cpp/startup_options.cc
FengRillian/bazel
c962975f152e30741a3affb1d41dd885543bbea6
[ "Apache-2.0" ]
3
2019-03-18T23:49:16.000Z
2021-05-30T09:44:18.000Z
src/main/cpp/startup_options.cc
installation00/bazel
6f38f345a1bd278a71170c5d80aba3928afdc6ec
[ "Apache-2.0" ]
null
null
null
src/main/cpp/startup_options.cc
installation00/bazel
6f38f345a1bd278a71170c5d80aba3928afdc6ec
[ "Apache-2.0" ]
1
2020-03-14T09:39:13.000Z
2020-03-14T09:39:13.000Z
// Copyright 2014 The Bazel 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 appl...
40.118671
80
0.688069
4f3f451ae508e57f46b41a5bc2e5998a517e9af4
14,535
cpp
C++
evo-X-Scriptdev2/scripts/eastern_kingdoms/magisters_terrace/boss_selin_fireheart.cpp
Gigelf-evo-X/evo-X
d0e68294d8cacfc7fb3aed5572f51d09a47136b9
[ "OpenSSL" ]
1
2019-01-19T06:35:40.000Z
2019-01-19T06:35:40.000Z
evo-X-Scriptdev2/scripts/eastern_kingdoms/magisters_terrace/boss_selin_fireheart.cpp
Gigelf-evo-X/evo-X
d0e68294d8cacfc7fb3aed5572f51d09a47136b9
[ "OpenSSL" ]
null
null
null
evo-X-Scriptdev2/scripts/eastern_kingdoms/magisters_terrace/boss_selin_fireheart.cpp
Gigelf-evo-X/evo-X
d0e68294d8cacfc7fb3aed5572f51d09a47136b9
[ "OpenSSL" ]
null
null
null
/* Copyright (C) 2006 - 2010 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/> * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any l...
37.753247
220
0.578535
4f4043f254089a663a5bb28a481138e3aee6ec0a
9,804
cpp
C++
src/ngraph/pass/concat_fusion.cpp
ilya-lavrenov/ngraph
2d8b2b4b30dbcabda0c3de2ae458418e63da057a
[ "Apache-2.0" ]
1
2021-10-04T21:55:19.000Z
2021-10-04T21:55:19.000Z
src/ngraph/pass/concat_fusion.cpp
ilya-lavrenov/ngraph
2d8b2b4b30dbcabda0c3de2ae458418e63da057a
[ "Apache-2.0" ]
1
2019-02-20T20:56:47.000Z
2019-02-22T20:10:28.000Z
src/ngraph/pass/concat_fusion.cpp
darchr/ngraph
7c540e5230f8143ecb6926685c7b49305f0f988a
[ "Apache-2.0" ]
null
null
null
//***************************************************************************** // Copyright 2017-2019 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://w...
34.64311
98
0.611179
4f40fb04ace20a1405092d8ec816fa716d6d4dad
2,267
hpp
C++
legacy/include/distconv/tensor/algorithms/common_cuda.hpp
benson31/DiHydrogen
f12d1e0281ae58e40eadf98b3e2209208c82f5e2
[ "ECL-2.0", "Apache-2.0" ]
3
2020-01-06T17:26:58.000Z
2021-12-11T01:17:43.000Z
legacy/include/distconv/tensor/algorithms/common_cuda.hpp
benson31/DiHydrogen
f12d1e0281ae58e40eadf98b3e2209208c82f5e2
[ "ECL-2.0", "Apache-2.0" ]
7
2020-02-26T06:07:42.000Z
2022-02-15T22:51:36.000Z
legacy/include/distconv/tensor/algorithms/common_cuda.hpp
benson31/DiHydrogen
f12d1e0281ae58e40eadf98b3e2209208c82f5e2
[ "ECL-2.0", "Apache-2.0" ]
6
2020-01-06T18:08:42.000Z
2021-07-26T14:53:07.000Z
#pragma once #include "distconv/tensor/tensor.hpp" #include <type_traits> namespace distconv { namespace tensor { namespace algorithms_cuda { constexpr int DEFAULT_BLOCK_SIZE = 256; constexpr int DEFAULT_MAX_THREAD_WORK_SIZE = 8; template <int BLOCK_SIZE, int MAX_THREAD_WORK_SIZE> void get_grid_dims(const Shape &...
26.988095
64
0.660785
4f40fe19e8b8c54d4c1c2c589f96773c463f2b79
148,016
cc
C++
tensorflow/compiler/mlir/tensorflow/translate/import_model.cc
joshz123/tensorflow
7841ca029060ab78e221e757d4b1ee6e3e0ffaa4
[ "Apache-2.0" ]
1
2020-05-28T12:54:27.000Z
2020-05-28T12:54:27.000Z
tensorflow/compiler/mlir/tensorflow/translate/import_model.cc
joshz123/tensorflow
7841ca029060ab78e221e757d4b1ee6e3e0ffaa4
[ "Apache-2.0" ]
3
2019-03-21T17:56:51.000Z
2019-11-13T21:02:35.000Z
tensorflow/compiler/mlir/tensorflow/translate/import_model.cc
joshz123/tensorflow
7841ca029060ab78e221e757d4b1ee6e3e0ffaa4
[ "Apache-2.0" ]
2
2019-09-08T09:52:41.000Z
2019-12-11T19:49:52.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...
42.399313
143
0.684426
4f41e682eb49c0dfed37f086bc2498247cab8872
1,521
hpp
C++
src/gmatutil/util/FileTypes.hpp
saichikine/GMAT
80bde040e12946a61dae90d9fc3538f16df34190
[ "Apache-2.0" ]
null
null
null
src/gmatutil/util/FileTypes.hpp
saichikine/GMAT
80bde040e12946a61dae90d9fc3538f16df34190
[ "Apache-2.0" ]
null
null
null
src/gmatutil/util/FileTypes.hpp
saichikine/GMAT
80bde040e12946a61dae90d9fc3538f16df34190
[ "Apache-2.0" ]
1
2021-12-05T05:40:15.000Z
2021-12-05T05:40:15.000Z
//$Id$ //------------------------------------------------------------------------------ // FileTypes //------------------------------------------------------------------------------ // GMAT: General Mission Analysis Tool // // Copyright (c) 2002 - 2018 United States Government as represen...
34.568182
80
0.605523
4f42eb9b1307d853bc9238a25990ad05ea937dc1
66,540
cpp
C++
source/vulkan/vulkan_impl_type_convert.cpp
Meme-sys/reshade
93380452fc6eb647a4cc5400ac1e81355ab91513
[ "BSD-3-Clause" ]
null
null
null
source/vulkan/vulkan_impl_type_convert.cpp
Meme-sys/reshade
93380452fc6eb647a4cc5400ac1e81355ab91513
[ "BSD-3-Clause" ]
null
null
null
source/vulkan/vulkan_impl_type_convert.cpp
Meme-sys/reshade
93380452fc6eb647a4cc5400ac1e81355ab91513
[ "BSD-3-Clause" ]
null
null
null
/* * Copyright (C) 2021 Patrick Mours. All rights reserved. * License: https://github.com/crosire/reshade#license */ #include "vulkan_hooks.hpp" #include "vulkan_impl_device.hpp" #include "vulkan_impl_type_convert.hpp" auto reshade::vulkan::convert_format(api::format format) -> VkFormat { switch (format) { defa...
39.963964
318
0.803817
4f450e4aa328322bb4d00a8d0d61f8b7d33f6405
1,298
hpp
C++
drape/vulkan/vulkan_staging_buffer.hpp
kudlav/organicmaps
390236365749e0525b9229684132c2888d11369d
[ "Apache-2.0" ]
4,879
2015-09-30T10:56:36.000Z
2022-03-31T18:43:03.000Z
drape/vulkan/vulkan_staging_buffer.hpp
mbrukman/omim
d22fe2b6e0beee697f096e931df97a64f9db9dc1
[ "Apache-2.0" ]
7,549
2015-09-30T10:52:53.000Z
2022-03-31T22:04:22.000Z
drape/vulkan/vulkan_staging_buffer.hpp
mbrukman/omim
d22fe2b6e0beee697f096e931df97a64f9db9dc1
[ "Apache-2.0" ]
1,493
2015-09-30T10:43:06.000Z
2022-03-21T09:16:49.000Z
#pragma once #include "drape/pointers.hpp" #include "drape/vulkan/vulkan_object_manager.hpp" #include "base/thread_checker.hpp" #include <vulkan_wrapper.h> #include <vulkan/vulkan.h> #include <cstdint> #include <string> #include <vector> namespace dp { namespace vulkan { class VulkanStagingBuffer { public: Vulka...
23.178571
82
0.734977
4f466eef0ecf08c25cce8d23e0725fcae85b11ae
25,666
cpp
C++
src/slg/shapes/strands.cpp
tschw/LuxCore
111009811c31a74595e25c290bfaa7d715db4192
[ "Apache-2.0" ]
null
null
null
src/slg/shapes/strands.cpp
tschw/LuxCore
111009811c31a74595e25c290bfaa7d715db4192
[ "Apache-2.0" ]
null
null
null
src/slg/shapes/strands.cpp
tschw/LuxCore
111009811c31a74595e25c290bfaa7d715db4192
[ "Apache-2.0" ]
null
null
null
/*************************************************************************** * Copyright 1998-2018 by authors (see AUTHORS.txt) * * * * This file is part of LuxCoreRender. * * ...
34.497312
115
0.636328
4f477071ba616e4a8a36196ef8391367424bae0e
2,083
cc
C++
paddle/fluid/inference/api/mkldnn_quantizer_config.cc
javakian/Paddle
10018f1561cb8f75f8df982dcf2217e50cee2647
[ "Apache-2.0" ]
null
null
null
paddle/fluid/inference/api/mkldnn_quantizer_config.cc
javakian/Paddle
10018f1561cb8f75f8df982dcf2217e50cee2647
[ "Apache-2.0" ]
null
null
null
paddle/fluid/inference/api/mkldnn_quantizer_config.cc
javakian/Paddle
10018f1561cb8f75f8df982dcf2217e50cee2647
[ "Apache-2.0" ]
null
null
null
// Copyright (c) 2019 PaddlePaddle 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...
36.54386
79
0.696111
4f482d4179751351680ece9bcc3f10de2882292a
43,981
cc
C++
packager/media/codecs/nal_unit_to_byte_stream_converter_unittest.cc
koln67/shaka-packager
5b9fd409a5de502e8af2e46ee12840bd2226874d
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
1,288
2016-05-25T01:20:31.000Z
2022-03-02T23:56:56.000Z
packager/media/codecs/nal_unit_to_byte_stream_converter_unittest.cc
koln67/shaka-packager
5b9fd409a5de502e8af2e46ee12840bd2226874d
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
894
2016-05-17T00:39:30.000Z
2022-03-02T18:46:21.000Z
packager/media/codecs/nal_unit_to_byte_stream_converter_unittest.cc
koln67/shaka-packager
5b9fd409a5de502e8af2e46ee12840bd2226874d
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
400
2016-05-25T01:20:35.000Z
2022-03-03T02:12:00.000Z
// Copyright 2016 Google Inc. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file or at // https://developers.google.com/open-source/licenses/bsd #include <gmock/gmock.h> #include <gtest/gtest.h> #include "packager/media/base/media_sample.h" #...
41.569943
82
0.607649
4f48a1510b2bfc30e11db64af0c28ab3fc1ddf1d
4,237
cpp
C++
dbi_clients_src/pin/pin-3.6-97554-g31f0a167d-gcc-linux/source/tools/ToolUnitTests/attach_app.cpp
DigitalAlchemist/fuzzwatch
32517e7b80b680dd658e833ed2dfdd88744e6694
[ "Apache-2.0" ]
326
2019-08-10T21:17:22.000Z
2022-03-22T08:40:47.000Z
dbi_clients_src/pin/pin-3.6-97554-g31f0a167d-gcc-linux/source/tools/ToolUnitTests/attach_app.cpp
DigitalAlchemist/fuzzwatch
32517e7b80b680dd658e833ed2dfdd88744e6694
[ "Apache-2.0" ]
42
2019-08-13T12:48:19.000Z
2021-11-03T12:57:59.000Z
dbi_clients_src/pin/pin-3.6-97554-g31f0a167d-gcc-linux/source/tools/ToolUnitTests/attach_app.cpp
DigitalAlchemist/fuzzwatch
32517e7b80b680dd658e833ed2dfdd88744e6694
[ "Apache-2.0" ]
66
2019-08-10T21:41:38.000Z
2022-03-17T13:03:42.000Z
/*BEGIN_LEGAL Intel Open Source License Copyright (c) 2002-2017 Intel Corporation. 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 noti...
26.154321
100
0.654709
4f48f51f287c5b3ccbc72b21a5dfa3e4c6008a4c
4,739
cpp
C++
src/pow.cpp
mammix2/Kobocoin
c4389dfa78920c6be64b0f1c968f20a6753889c9
[ "MIT" ]
5
2016-06-21T21:13:56.000Z
2018-05-12T15:02:02.000Z
src/pow.cpp
mammix2/Kobocoin
c4389dfa78920c6be64b0f1c968f20a6753889c9
[ "MIT" ]
null
null
null
src/pow.cpp
mammix2/Kobocoin
c4389dfa78920c6be64b0f1c968f20a6753889c9
[ "MIT" ]
10
2015-02-25T08:55:31.000Z
2020-09-21T11:59:43.000Z
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "pow.h" #include "arith_uint256.h" #include "chain.h" #include "chainpa...
34.845588
102
0.702891
4f48f7862b54048fe8dc674f2f57c108c154ea49
22,080
cpp
C++
externals/skia/src/core/SkSpecialImage.cpp
terrajobst/linux-packaging-skiasharp
47dbb2ff9ae01305b190f409ccea00b3b4f0bc79
[ "MIT" ]
1
2019-10-29T14:36:32.000Z
2019-10-29T14:36:32.000Z
externals/skia/src/core/SkSpecialImage.cpp
terrajobst/linux-packaging-skiasharp
47dbb2ff9ae01305b190f409ccea00b3b4f0bc79
[ "MIT" ]
1
2017-06-18T00:25:03.000Z
2017-11-29T16:01:48.000Z
externals/skia/src/core/SkSpecialImage.cpp
terrajobst/linux-packaging-skiasharp
47dbb2ff9ae01305b190f409ccea00b3b4f0bc79
[ "MIT" ]
5
2017-11-30T06:06:50.000Z
2022-03-31T21:48:49.000Z
/* * Copyright 2016 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file */ #include "SkSpecialImage.h" #include "SkBitmap.h" #include "SkImage.h" #include "SkBitmapCache.h" #include "SkCanvas.h" #include "SkImage_Base.h" #include "SkSpecialSurface.h" ...
39.71223
100
0.596422
4f4bba1c4730ddcfad9104e4a9e7a97cf0f765c5
13,958
cpp
C++
software/arduino/libraries/OLED12864/OLED12864.cpp
ericyangs/5dof_arm
21eb5db6642a602984b8c04a7d3fd6d0b3b37688
[ "MIT" ]
null
null
null
software/arduino/libraries/OLED12864/OLED12864.cpp
ericyangs/5dof_arm
21eb5db6642a602984b8c04a7d3fd6d0b3b37688
[ "MIT" ]
null
null
null
software/arduino/libraries/OLED12864/OLED12864.cpp
ericyangs/5dof_arm
21eb5db6642a602984b8c04a7d3fd6d0b3b37688
[ "MIT" ]
null
null
null
#include <Wire.h> #if defined( ESP8266 ) #include <pgmspace.h> #else #include <avr/pgmspace.h> #endif #include "OLED12864.h" #include "oled12864font.c" // Change font file name to prevent overwrite from previous version /* Pending Issues - Option for directDraw - Public function for line d...
23.819113
135
0.586904
4f4d47a102ddbcc0d4c60f8b5c3eaad9469b900b
7,134
hpp
C++
public/inc/audio/smartx/rtprocessingfwx/IasSimpleAudioStream.hpp
juimonen/SmartXbar
033f521a5dba5bce5e097df9c98af5b2cc2636dd
[ "BSD-3-Clause" ]
5
2018-11-05T07:37:58.000Z
2022-03-04T06:40:09.000Z
public/inc/audio/smartx/rtprocessingfwx/IasSimpleAudioStream.hpp
juimonen/SmartXbar
033f521a5dba5bce5e097df9c98af5b2cc2636dd
[ "BSD-3-Clause" ]
null
null
null
public/inc/audio/smartx/rtprocessingfwx/IasSimpleAudioStream.hpp
juimonen/SmartXbar
033f521a5dba5bce5e097df9c98af5b2cc2636dd
[ "BSD-3-Clause" ]
7
2018-12-04T07:32:19.000Z
2021-02-17T11:28:28.000Z
/* * Copyright (C) 2018 Intel Corporation.All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ /** * @file IasSimpleAudioStream.hpp * @date 2013 * @brief The definition of the IasSimpleAudioStream class. */ #ifndef IASSIMPLEAUDIOSTREAM_HPP_ #define IASSIMPLEAUDIOSTREAM_HPP_ #include "audio/s...
39.414365
127
0.679563
4f4d7ec0cc920886ccf808cfb8d7a52e327eee14
41,269
cpp
C++
misc/repoconv/svn2git/svn-fast-export/svn.cpp
earl-ducaine/brlcad-mirror
402bd3542a10618d1f749b264cadf9b0bd723546
[ "BSD-4-Clause", "BSD-3-Clause" ]
1
2019-10-23T16:17:49.000Z
2019-10-23T16:17:49.000Z
misc/repoconv/svn2git/svn-fast-export/svn.cpp
pombredanne/sf.net-brlcad
fb56f37c201b51241e8f3aa7b979436856f43b8c
[ "BSD-4-Clause", "BSD-3-Clause" ]
null
null
null
misc/repoconv/svn2git/svn-fast-export/svn.cpp
pombredanne/sf.net-brlcad
fb56f37c201b51241e8f3aa7b979436856f43b8c
[ "BSD-4-Clause", "BSD-3-Clause" ]
null
null
null
/* * Copyright (C) 2007 Thiago Macieira <thiago@kde.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. ...
37.381341
192
0.608108
4f502396625432e8879c2f137301e2334a37bea6
14,541
hpp
C++
AirLib/include/physics/FastPhysicsEngine.hpp
1508189250/AirSim
edf186f31cf4f5fc2085ecfbccd71041aab908ad
[ "MIT" ]
null
null
null
AirLib/include/physics/FastPhysicsEngine.hpp
1508189250/AirSim
edf186f31cf4f5fc2085ecfbccd71041aab908ad
[ "MIT" ]
null
null
null
AirLib/include/physics/FastPhysicsEngine.hpp
1508189250/AirSim
edf186f31cf4f5fc2085ecfbccd71041aab908ad
[ "MIT" ]
3
2018-01-26T17:48:22.000Z
2021-05-03T23:52:56.000Z
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #ifndef airsim_core_FastPhysicsEngine_hpp #define airsim_core_FastPhysicsEngine_hpp #include "common/Common.hpp" #include "physics/PhysicsEngineBase.hpp" #include <iostream> #include <sstream> #include <fstream> ...
48.30897
174
0.598996
4f506afcffadaf9162659db4ebaee3abce615de7
3,178
cpp
C++
lib/ofdirent.cpp
timmyw/ofsystem
6f955d53dc3025148763333bea0a11d0bce28c06
[ "MIT" ]
null
null
null
lib/ofdirent.cpp
timmyw/ofsystem
6f955d53dc3025148763333bea0a11d0bce28c06
[ "MIT" ]
null
null
null
lib/ofdirent.cpp
timmyw/ofsystem
6f955d53dc3025148763333bea0a11d0bce28c06
[ "MIT" ]
null
null
null
/* Copyright (C) 1997-2011 by Suntail.com AS, Tim Whelan 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...
32.428571
111
0.690686
4f53ba9bf915e111ea42011af62ae4a8b6cc4bca
63,883
cc
C++
tensorflow/lite/toco/tflite/operator.cc
RobinDong/tensorflow
bef87d7cd8f68f2ac80330dcf311579038aa89ff
[ "Apache-2.0" ]
52
2018-11-12T06:39:35.000Z
2022-03-08T05:31:27.000Z
tensorflow/lite/toco/tflite/operator.cc
RobinDong/tensorflow
bef87d7cd8f68f2ac80330dcf311579038aa89ff
[ "Apache-2.0" ]
2
2018-12-04T08:35:40.000Z
2020-10-22T16:17:39.000Z
tensorflow/lite/toco/tflite/operator.cc
RobinDong/tensorflow
bef87d7cd8f68f2ac80330dcf311579038aa89ff
[ "Apache-2.0" ]
17
2019-03-11T01:17:16.000Z
2022-02-21T00:44:47.000Z
/* Copyright 2017 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...
38.437425
80
0.676862
4f56197a011a1202022f5f4ec6b3e2c3db4f0301
7,412
cpp
C++
WGs/src/implementation/connectService.cpp
mohasarc/WorkGround
1552259d7b277bbfd104edacd298e5c5a82ba7d6
[ "MIT" ]
2
2020-05-29T15:38:09.000Z
2021-06-25T11:55:38.000Z
WGs/src/implementation/connectService.cpp
mohasarc/WorkGround
1552259d7b277bbfd104edacd298e5c5a82ba7d6
[ "MIT" ]
15
2020-01-07T22:36:20.000Z
2021-06-25T12:07:15.000Z
WGs/src/implementation/connectService.cpp
mohasarc/WorkGround
1552259d7b277bbfd104edacd298e5c5a82ba7d6
[ "MIT" ]
1
2020-01-18T14:26:06.000Z
2020-01-18T14:26:06.000Z
// **************************************** // Functions to comunicate with wgbgservice // **************************************** // Author : Mohammed S. Yaseen // Date : 18/03/2020 #include "..\header\connectService.h" // To store a currently active wg in memory bool storeToMem(HANDLE hPipe, WorkGround activeWG)...
24.706667
144
0.686994
4f581df610b298c767fd144bcc475bcb8549326e
2,549
cpp
C++
src/systemc/tests/systemc/kernel/dynamic_processes/test06/test06.cpp
hyu-iot/gem5
aeccc8bd8e9a86f96fc7a6f40d978f8494337fc5
[ "BSD-3-Clause" ]
765
2015-01-14T16:17:04.000Z
2022-03-28T07:46:28.000Z
src/systemc/tests/systemc/kernel/dynamic_processes/test06/test06.cpp
hyu-iot/gem5
aeccc8bd8e9a86f96fc7a6f40d978f8494337fc5
[ "BSD-3-Clause" ]
148
2018-07-20T00:58:36.000Z
2021-11-16T01:52:33.000Z
src/systemc/tests/systemc/kernel/dynamic_processes/test06/test06.cpp
hyu-iot/gem5
aeccc8bd8e9a86f96fc7a6f40d978f8494337fc5
[ "BSD-3-Clause" ]
807
2015-01-06T09:55:38.000Z
2022-03-30T10:23:36.000Z
/***************************************************************************** Licensed to Accellera Systems Initiative Inc. (Accellera) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. Accellera licenses...
32.265823
85
0.568066
4f591b53aaa6e7137f11c6f18f8840fd0ff19793
56,692
cpp
C++
lldb/source/Commands/CommandObjectProcess.cpp
tiwaria1/llvm
616a396db0610ae0c1992361af005a869ef81897
[ "Apache-2.0" ]
1
2020-09-10T01:00:18.000Z
2020-09-10T01:00:18.000Z
lldb/source/Commands/CommandObjectProcess.cpp
coolstar/llvm-project
e21ccdd5b5667de50de65ee8903a89a21020e89a
[ "Apache-2.0" ]
null
null
null
lldb/source/Commands/CommandObjectProcess.cpp
coolstar/llvm-project
e21ccdd5b5667de50de65ee8903a89a21020e89a
[ "Apache-2.0" ]
null
null
null
//===-- CommandObjectProcess.cpp ------------------------------------------===// // // 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 // //===---------------------------...
35.278158
80
0.646582
4f5a1e82254a216b948d13df57a75f6d2c6d8613
5,515
cc
C++
vendor/github.com/cockroachdb/c-rocksdb/internal_db_db_impl_experimental.cc
Matthewbalala/FabricSharp
a3000826dbcf70f9d8dc6a678d8d01e3a4eee3ba
[ "Apache-2.0" ]
3
2021-05-25T03:12:11.000Z
2021-09-29T01:29:10.000Z
vendor/github.com/cockroachdb/c-rocksdb/internal_db_db_impl_experimental.cc
Matthewbalala/FabricSharp
a3000826dbcf70f9d8dc6a678d8d01e3a4eee3ba
[ "Apache-2.0" ]
null
null
null
vendor/github.com/cockroachdb/c-rocksdb/internal_db_db_impl_experimental.cc
Matthewbalala/FabricSharp
a3000826dbcf70f9d8dc6a678d8d01e3a4eee3ba
[ "Apache-2.0" ]
null
null
null
// Copyright (c) 2011-present, Facebook, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. // // Copyright (c) ...
36.282895
80
0.648776
4f5b076939ee5448da1311527d9402230a84e45d
25,674
hpp
C++
src/data/vector.hpp
Harrand/Engine-A
995fff8a7a07ac496c368a235659e72107b6b6cb
[ "Apache-2.0" ]
null
null
null
src/data/vector.hpp
Harrand/Engine-A
995fff8a7a07ac496c368a235659e72107b6b6cb
[ "Apache-2.0" ]
null
null
null
src/data/vector.hpp
Harrand/Engine-A
995fff8a7a07ac496c368a235659e72107b6b6cb
[ "Apache-2.0" ]
null
null
null
#ifndef VECTOR_HPP #define VECTOR_HPP #include <array> #include <functional> #include <cmath> /** * Vector to hold a quantity of some value. It's a glorified array. * @tparam N - Number of elements * @tparam T - Type of element */ template<unsigned int N, typename T> class Vector { public: /** * Construct a Vec...
33.692913
143
0.67099
4f5b57c8c379219c7ff6914416ce99c2ddc63b84
807
cpp
C++
Hazel/src/Hazel/Core/Log.cpp
grwkremilek/Hazel
2db156de4adf948d665a8e542f5d60de625ac322
[ "Apache-2.0" ]
null
null
null
Hazel/src/Hazel/Core/Log.cpp
grwkremilek/Hazel
2db156de4adf948d665a8e542f5d60de625ac322
[ "Apache-2.0" ]
null
null
null
Hazel/src/Hazel/Core/Log.cpp
grwkremilek/Hazel
2db156de4adf948d665a8e542f5d60de625ac322
[ "Apache-2.0" ]
null
null
null
//LOGGING SYSTEM (for the engine and its client apps) #include "hzpch.h" #include "Hazel/Core/Log.h" #include <spdlog/sinks/stdout_color_sinks.h> namespace Hazel { Ref<spdlog::logger> Log::s_CoreLogger; //* Ref<spdlog::logger> Log::s_ClientLogger; void Log::Init() { spdlog::set_pattern("%^[%T] %n: %v%...
23.735294
110
0.710037
4f5c3023213f415f908d09fa80964d974b471659
7,522
cpp
C++
src/size.cpp
nstrayer/lobstr
df3b36eea420d8735c67e1d038c33d9f5bd9cd2d
[ "MIT" ]
null
null
null
src/size.cpp
nstrayer/lobstr
df3b36eea420d8735c67e1d038c33d9f5bd9cd2d
[ "MIT" ]
null
null
null
src/size.cpp
nstrayer/lobstr
df3b36eea420d8735c67e1d038c33d9f5bd9cd2d
[ "MIT" ]
null
null
null
#include <cpp11/environment.hpp> #include <cpp11/doubles.hpp> #include <cpp11/list.hpp> #include <Rversion.h> #include <set> [[cpp11::register]] double v_size(double n, int element_size) { if (n == 0) return 0; double vec_size = std::max(sizeof(SEXP), sizeof(double)); double elements_per_byte = vec_size / e...
33.431111
113
0.635469
4f5c8ae0c1a1052e426b99bd39e7e7266899ea52
97,258
cpp
C++
Plugins/org.mitk.lancet.nodeeditor/src/internal/NodeEditor.cpp
zhaomengxiao/MITK
a09fd849a4328276806008bfa92487f83a9e2437
[ "BSD-3-Clause" ]
null
null
null
Plugins/org.mitk.lancet.nodeeditor/src/internal/NodeEditor.cpp
zhaomengxiao/MITK
a09fd849a4328276806008bfa92487f83a9e2437
[ "BSD-3-Clause" ]
1
2021-12-22T10:19:02.000Z
2021-12-22T10:19:02.000Z
Plugins/org.mitk.lancet.nodeeditor/src/internal/NodeEditor.cpp
zhaomengxiao/MITK_lancet
a09fd849a4328276806008bfa92487f83a9e2437
[ "BSD-3-Clause" ]
null
null
null
/*============================================================================ The Medical Imaging Interaction Toolkit (MITK) Copyright (c) German Cancer Research Center (DKFZ) All rights reserved. Use of this source code is governed by a 3-clause BSD license that can be found in the LICENSE file. ================...
44.008145
120
0.714327
4f5e170f033b10eac7e869f8859c00580c9777ee
526
cpp
C++
Assignment2/Motorcycle.cpp
JaeSungPak/Pocu_Test
9f606e88236ef59bba1baea7a0199fd6c49fe478
[ "MIT" ]
null
null
null
Assignment2/Motorcycle.cpp
JaeSungPak/Pocu_Test
9f606e88236ef59bba1baea7a0199fd6c49fe478
[ "MIT" ]
null
null
null
Assignment2/Motorcycle.cpp
JaeSungPak/Pocu_Test
9f606e88236ef59bba1baea7a0199fd6c49fe478
[ "MIT" ]
null
null
null
#include "Motorcycle.h" namespace assignment2 { Motorcycle::Motorcycle() : Vehicle(2) { SetTravelAndRestTime(eTravelInfo::MOTORCYCLE_TRAVEL, eRestInfo::MOTORCYCLE_REST); } Motorcycle::~Motorcycle() { } unsigned int Motorcycle::GetMaxSpeed() const { return GetDriveSpeed(); } unsigned int Motorcycle::G...
21.04
119
0.671103
4f615c956f3ade2815e7404d63a2a4ef531b817b
2,542
cpp
C++
tests/unit/parallel/executors/timed_parallel_executor.cpp
brycelelbach/hpx
94582f5dc26e889cdcf80913975ff33b7f975285
[ "BSL-1.0" ]
3
2017-04-06T16:36:38.000Z
2018-05-19T11:28:54.000Z
tests/unit/parallel/executors/timed_parallel_executor.cpp
brycelelbach/hpx
94582f5dc26e889cdcf80913975ff33b7f975285
[ "BSL-1.0" ]
1
2018-08-13T17:42:55.000Z
2018-08-13T18:20:23.000Z
tests/unit/parallel/executors/timed_parallel_executor.cpp
brycelelbach/hpx
94582f5dc26e889cdcf80913975ff33b7f975285
[ "BSL-1.0" ]
2
2018-05-25T06:33:50.000Z
2019-02-25T20:09:13.000Z
// Copyright (c) 2007-2016 Hartmut Kaiser // // 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 <hpx/hpx_init.hpp> #include <hpx/hpx.hpp> #include <hpx/include/parallel_executors.hpp> #include <hpx/util/li...
26.757895
80
0.623131
4f64557c2369e155a3f92bc5f822ad51a39c2461
2,112
cpp
C++
src/game/sys/combat/comp/health_comp.cpp
lowkey42/MagnumOpus
87897b16192323b40064119402c74e014a48caf3
[ "MIT" ]
5
2020-03-13T23:16:33.000Z
2022-03-20T19:16:46.000Z
src/game/sys/combat/comp/health_comp.cpp
lowkey42/MagnumOpus
87897b16192323b40064119402c74e014a48caf3
[ "MIT" ]
24
2015-04-20T20:26:23.000Z
2015-11-20T22:39:38.000Z
src/game/sys/combat/comp/health_comp.cpp
lowkey42/medienprojekt
87897b16192323b40064119402c74e014a48caf3
[ "MIT" ]
1
2022-03-08T03:11:21.000Z
2022-03-08T03:11:21.000Z
#define MO_BUILD_SERIALIZER #include "health_comp.hpp" #include "../../../level/elements.hpp" namespace mo { namespace sys { namespace combat { void Health_comp::load(sf2::JsonDeserializer& state, asset::Asset_manager&) { std::vector<level::Element> resistences; std::vector<level::Elem...
25.445783
65
0.709754
4f65916fd29efbd8aacecc1433c59d9c5f4c651c
2,337
cc
C++
vod/src/model/DeleteAIImageInfosRequest.cc
iamzken/aliyun-openapi-cpp-sdk
3c991c9ca949b6003c8f498ce7a672ea88162bf1
[ "Apache-2.0" ]
null
null
null
vod/src/model/DeleteAIImageInfosRequest.cc
iamzken/aliyun-openapi-cpp-sdk
3c991c9ca949b6003c8f498ce7a672ea88162bf1
[ "Apache-2.0" ]
null
null
null
vod/src/model/DeleteAIImageInfosRequest.cc
iamzken/aliyun-openapi-cpp-sdk
3c991c9ca949b6003c8f498ce7a672ea88162bf1
[ "Apache-2.0" ]
1
2020-11-27T09:13:12.000Z
2020-11-27T09:13:12.000Z
/* * Copyright 2009-2017 Alibaba Cloud 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...
27.494118
97
0.774925
4f673d576213f5ae9a9097133faae1684512ba02
2,545
cpp
C++
qwt/examples/radio/tunerfrm.cpp
iti-luebeck/HANSE2011
0bd5b3f1e0bc5a02516e7514b2241897337334c2
[ "BSD-3-Clause" ]
null
null
null
qwt/examples/radio/tunerfrm.cpp
iti-luebeck/HANSE2011
0bd5b3f1e0bc5a02516e7514b2241897337334c2
[ "BSD-3-Clause" ]
null
null
null
qwt/examples/radio/tunerfrm.cpp
iti-luebeck/HANSE2011
0bd5b3f1e0bc5a02516e7514b2241897337334c2
[ "BSD-3-Clause" ]
null
null
null
#include <qlayout.h> #include <qlabel.h> #include <qwt_wheel.h> #include <qwt_slider.h> #include <qwt_thermo.h> #include <qwt_math.h> #include "tunerfrm.h" class TuningThermo: public QWidget { public: TuningThermo(QWidget *parent): QWidget(parent) { d_thermo = new QwtThermo(this);...
26.237113
80
0.628684
4f682d2c088bf9f8823befdef4ebcf31c214b746
2,951
cpp
C++
examples/Qt/common/VVGLRenderQThread.cpp
mrRay/VVISF-GL
96b00da11e4497da304041ea2a5ffc6e3a8c9454
[ "BSD-3-Clause" ]
24
2019-01-17T17:56:18.000Z
2022-02-27T19:57:13.000Z
examples/Qt/common/VVGLRenderQThread.cpp
mrRay/VVISF-GL
96b00da11e4497da304041ea2a5ffc6e3a8c9454
[ "BSD-3-Clause" ]
6
2019-01-17T17:17:12.000Z
2020-06-19T11:27:50.000Z
examples/Qt/common/VVGLRenderQThread.cpp
mrRay/VVISF-GL
96b00da11e4497da304041ea2a5ffc6e3a8c9454
[ "BSD-3-Clause" ]
2
2020-12-25T04:57:31.000Z
2021-03-02T22:05:31.000Z
#include "VVGLRenderQThread.h" #include <QMutexLocker> #include <QAbstractEventDispatcher> #include <QDebug> using namespace std; using namespace VVGL; VVGLRenderQThread::VVGLRenderQThread(const VVGL::GLContextRef & ctxToUse, QObject * parent) : QThread(parent), _ctx(ctxToUse) { //_ctx->moveToThread(this); ...
23.420635
126
0.675364
4f6b9f44636f66e94d6a514cc10f3915c0e601c6
567
cpp
C++
lab2021-2022f/lab02/protection_levels_example_sol.cpp
chgogos/oop
3b0e6bbd29a76f863611e18d082913f080b1b571
[ "MIT" ]
14
2019-04-23T13:45:10.000Z
2022-03-12T18:26:47.000Z
lab2021-2022f/lab02/protection_levels_example_sol.cpp
chgogos/oop
3b0e6bbd29a76f863611e18d082913f080b1b571
[ "MIT" ]
null
null
null
lab2021-2022f/lab02/protection_levels_example_sol.cpp
chgogos/oop
3b0e6bbd29a76f863611e18d082913f080b1b571
[ "MIT" ]
9
2019-09-01T15:17:45.000Z
2020-11-13T20:31:36.000Z
// Γράψτε ένα πρόγραμμα που να ορίζει μια κλάση Α με ένα ακέραιο ιδιωτικό μέλος δεδομένων x και ένα ακέραιο δημόσιο μέλος δεδομένων y. // Συμπληρώστε τον απαιτούμενο κώδικα έτσι ώστε για ένα αντικείμενο που δημιουργείται στη main να εμφανίζεται τόσο η τιμή του x όσο και η τιμή του y. #include <iostream> using namespa...
17.71875
149
0.631393
4f6d6af7bb76469c81d269a977c926fc17470f82
5,091
cc
C++
chromium/chrome/installer/util/copy_tree_work_item.cc
wedataintelligence/vivaldi-source
22a46f2c969f6a0b7ca239a05575d1ea2738768c
[ "BSD-3-Clause" ]
null
null
null
chromium/chrome/installer/util/copy_tree_work_item.cc
wedataintelligence/vivaldi-source
22a46f2c969f6a0b7ca239a05575d1ea2738768c
[ "BSD-3-Clause" ]
null
null
null
chromium/chrome/installer/util/copy_tree_work_item.cc
wedataintelligence/vivaldi-source
22a46f2c969f6a0b7ca239a05575d1ea2738768c
[ "BSD-3-Clause" ]
null
null
null
// Copyright (c) 2010 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/installer/util/copy_tree_work_item.h" #include <shlwapi.h> #include "base/files/file_util.h" #include "base/logging.h" #include "ch...
36.364286
79
0.626989
4f7021d4a1d75b40579e980220bb355917ad16a1
5,058
cpp
C++
Tejas-Simulator/PIN/pin-2.14/source/tools/ManualExamples/malloc_mt.cpp
markoshorro/tejas_knl
5e772aef46362d8bec8ad6d5427b9bcff9be5cfe
[ "Apache-2.0" ]
1
2021-04-22T05:27:08.000Z
2021-04-22T05:27:08.000Z
pin_kit/source/tools/ManualExamples/malloc_mt.cpp
sawansib/SNIPER
45ec1eeb09b81a7250bc1a1aaa452f16b2b7f497
[ "MIT" ]
null
null
null
pin_kit/source/tools/ManualExamples/malloc_mt.cpp
sawansib/SNIPER
45ec1eeb09b81a7250bc1a1aaa452f16b2b7f497
[ "MIT" ]
null
null
null
/*BEGIN_LEGAL Intel Open Source License Copyright (c) 2002-2014 Intel Corporation. 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 noti...
34.408163
86
0.618822
4f73286b270a4faee37b3e254db246091eb8daa8
3,759
cpp
C++
output/sketch/step.ino.cpp
TippedLeader110/Farmbot-Arduino
c0118b6bf8636e5135ca91f1dc9ef05fadf1de13
[ "MIT" ]
null
null
null
output/sketch/step.ino.cpp
TippedLeader110/Farmbot-Arduino
c0118b6bf8636e5135ca91f1dc9ef05fadf1de13
[ "MIT" ]
null
null
null
output/sketch/step.ino.cpp
TippedLeader110/Farmbot-Arduino
c0118b6bf8636e5135ca91f1dc9ef05fadf1de13
[ "MIT" ]
null
null
null
#line 1 "c:\\Users\\Bayhaqi\\Documents\\Kuliah\\Code\\Arduino\\step\\step.ino" #include <Arduino.h> #include <Stepper.h> #include <AccelStepper.h> #include "UniversalStep.h" UniversalStep stx(5, 2, 200); UniversalStep sty(6, 3, 200); UniversalStep stz(7, 4, 200); int val = 5; bool first = true; AccelStepper stepX = ...
24.409091
133
0.647513
4f73c2c6265861405facac96a5c6ced99988e079
12,762
cpp
C++
src/ESocketAcceptor.cpp
cxxjava/CxxConet
43a617636ab437616c15c20f9826247cb17a66f0
[ "Apache-2.0" ]
23
2017-05-11T01:42:15.000Z
2021-11-24T06:50:51.000Z
src/ESocketAcceptor.cpp
cxxjava/CxxConet
43a617636ab437616c15c20f9826247cb17a66f0
[ "Apache-2.0" ]
null
null
null
src/ESocketAcceptor.cpp
cxxjava/CxxConet
43a617636ab437616c15c20f9826247cb17a66f0
[ "Apache-2.0" ]
8
2017-05-11T07:55:22.000Z
2022-01-14T09:14:09.000Z
/* * ESocketAcceptor.cpp * * Created on: 2017-3-16 * Author: cxxjava@163.com */ #include "../inc/ESocketAcceptor.hh" #include "./EManagedSession.hh" namespace efc { namespace naf { #define SOCKET_BACKLOG_MIN 512 sp<ELogger> ESocketAcceptor::logger = ELoggerManager::getLogger("ESocketAcceptor"); ESocketA...
27.563715
155
0.667294
4f7572f25a24783ea1d0458c363a9eafe796b0d3
513
cpp
C++
rpkg_src/gpudevice.cpp
RDIL/RPKG-Tool
fc516bf34dd994d2df58f0a405c292624ab421f1
[ "BSD-2-Clause" ]
9
2021-06-01T00:58:46.000Z
2022-02-16T12:44:15.000Z
rpkg_src/gpudevice.cpp
RDIL/RPKG-Tool
fc516bf34dd994d2df58f0a405c292624ab421f1
[ "BSD-2-Clause" ]
33
2021-06-02T17:55:16.000Z
2022-02-27T15:03:06.000Z
rpkg_src/gpudevice.cpp
RDIL/RPKG-Tool
fc516bf34dd994d2df58f0a405c292624ab421f1
[ "BSD-2-Clause" ]
17
2021-06-01T01:05:45.000Z
2022-01-30T12:19:53.000Z
#include "gpudevice.h" #include <iostream> gpudevice::gpudevice() { } ID3D11Device* gpudevice::get_device_d3d11() { if (!device) { D3D_FEATURE_LEVEL d3d_feature_level = D3D_FEATURE_LEVEL_11_0; HRESULT hresult = D3D11CreateDevice(NULL, D3D_DRIVER_TYPE_HARDWARE, NULL, NULL, &d3d_feature_level, 1, ...
22.304348
155
0.664717
4f75d7424357df50e8a3364b41f20430342655ea
9,762
cc
C++
chrome_frame/crash_reporting/nt_loader_unittest.cc
meego-tablet-ux/meego-app-browser
0f4ef17bd4b399c9c990a2f6ca939099495c2b9c
[ "BSD-3-Clause" ]
1
2015-10-12T09:14:22.000Z
2015-10-12T09:14:22.000Z
chrome_frame/crash_reporting/nt_loader_unittest.cc
meego-tablet-ux/meego-app-browser
0f4ef17bd4b399c9c990a2f6ca939099495c2b9c
[ "BSD-3-Clause" ]
null
null
null
chrome_frame/crash_reporting/nt_loader_unittest.cc
meego-tablet-ux/meego-app-browser
0f4ef17bd4b399c9c990a2f6ca939099495c2b9c
[ "BSD-3-Clause" ]
1
2020-11-04T07:22:28.000Z
2020-11-04T07:22:28.000Z
// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome_frame/crash_reporting/nt_loader.h" #include <tlhelp32.h> #include <winnt.h> #include "base/at_exit.h" #include "base/environment.h"...
30.411215
78
0.719627
4f7751b309428a7d57d198ddb755ac7795b35fcc
12,895
hxx
C++
Base/Numerics/itktubeImageRegionMomentsCalculator.hxx
cdeepakroy/TubeTK
c39d1065bf10736a36a845cbd68749ff363f733f
[ "Apache-2.0" ]
1
2016-09-08T21:34:25.000Z
2016-09-08T21:34:25.000Z
Base/Numerics/itktubeImageRegionMomentsCalculator.hxx
cdeepakroy/TubeTK
c39d1065bf10736a36a845cbd68749ff363f733f
[ "Apache-2.0" ]
null
null
null
Base/Numerics/itktubeImageRegionMomentsCalculator.hxx
cdeepakroy/TubeTK
c39d1065bf10736a36a845cbd68749ff363f733f
[ "Apache-2.0" ]
null
null
null
/*========================================================================= Library: TubeTK Copyright 2010 Kitware Inc. 28 Corporate Drive, Clifton Park, NY, 12065, USA. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the Lic...
30.412736
87
0.624661
4f78354412d0eba8e90e7628781c680e3a628d14
1,631
cpp
C++
LibCarla/source/test/client/test_rpc.cpp
simon0628/carla
b49664f94f87291be36805315593571678c8da28
[ "MIT" ]
12
2019-04-24T16:58:52.000Z
2022-01-22T07:48:55.000Z
LibCarla/source/test/client/test_rpc.cpp
simon0628/carla
b49664f94f87291be36805315593571678c8da28
[ "MIT" ]
1
2019-03-16T07:42:18.000Z
2019-03-16T10:10:52.000Z
LibCarla/source/test/client/test_rpc.cpp
simon0628/carla
b49664f94f87291be36805315593571678c8da28
[ "MIT" ]
11
2018-09-28T16:18:37.000Z
2022-01-04T06:02:05.000Z
// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma // de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see <https://opensource.org/licenses/MIT>. #include "test.h" #include <carla/MsgPackAdaptors.h> #include <carla/ThreadGroup.h> #include <...
25.484375
78
0.638259
4f78fcbdbcfecf3b88c31ed3ff0fbf9f121bd590
1,592
hpp
C++
libraries/chain/include/dfcio/chain/reversible_block_object.hpp
DFChainLab/DFChain
cc85da9f3efb0dd56e9bb5ce5f08e1c7a217e0a6
[ "MIT" ]
null
null
null
libraries/chain/include/dfcio/chain/reversible_block_object.hpp
DFChainLab/DFChain
cc85da9f3efb0dd56e9bb5ce5f08e1c7a217e0a6
[ "MIT" ]
null
null
null
libraries/chain/include/dfcio/chain/reversible_block_object.hpp
DFChainLab/DFChain
cc85da9f3efb0dd56e9bb5ce5f08e1c7a217e0a6
[ "MIT" ]
null
null
null
/** * @file * @copyright defined in dfc/LICENSE */ #pragma once #include <dfcio/chain/types.hpp> #include <dfcio/chain/authority.hpp> #include <dfcio/chain/block_timestamp.hpp> #include <dfcio/chain/contract_types.hpp> #include "multi_index_includes.hpp" namespace dfcio { namespace chain { class reversible_...
32.489796
133
0.690955
4f79be36252f52468a78bbd3196652d3f94d5331
1,842
cxx
C++
test/run_html_escape.cxx
CM4all/beng-proxy
ce5a81f7969bc5cb6c5985cdc98f61ef8b5c6159
[ "BSD-2-Clause" ]
35
2017-08-16T06:52:26.000Z
2022-03-27T21:49:01.000Z
test/run_html_escape.cxx
nn6n/beng-proxy
2cf351da656de6fbace3048ee90a8a6a72f6165c
[ "BSD-2-Clause" ]
2
2017-12-22T15:34:23.000Z
2022-03-08T04:15:23.000Z
test/run_html_escape.cxx
nn6n/beng-proxy
2cf351da656de6fbace3048ee90a8a6a72f6165c
[ "BSD-2-Clause" ]
8
2017-12-22T15:11:47.000Z
2022-03-15T22:54:04.000Z
/* * Copyright 2007-2021 CM4all GmbH * All rights reserved. * * author: Max Kellermann <mk@cm4all.com> * * 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 abo...
34.111111
70
0.722584
4f7b4d313256e34b165512de6dfba9427285ef06
297
cpp
C++
XYCodeScan/Classes/Tool/CodeGenerator/OCCodeGen/GPropInfo.cpp
shaktim888/obfTools
770a1177e0778c46ceab438719dc43594e618e22
[ "MIT" ]
null
null
null
XYCodeScan/Classes/Tool/CodeGenerator/OCCodeGen/GPropInfo.cpp
shaktim888/obfTools
770a1177e0778c46ceab438719dc43594e618e22
[ "MIT" ]
null
null
null
XYCodeScan/Classes/Tool/CodeGenerator/OCCodeGen/GPropInfo.cpp
shaktim888/obfTools
770a1177e0778c46ceab438719dc43594e618e22
[ "MIT" ]
null
null
null
// // GCPropInfo.cpp // HYCodeScan // // Created by admin on 2020/7/28. // #include "GPropInfo.hpp" namespace ocgen { PropInfo * PropInfo::copy() { auto p = new PropInfo(); p->name = name; p->ret = ret; p->readonly = readonly; p->writeonly = writeonly; return p; } }
14.142857
34
0.585859
4f7c4a7f2359b0b3ea9048eca441e32c093656b6
1,443
hpp
C++
sprout/type_traits/is_move_constructible.hpp
kevcadieux/Sprout
6b5addba9face0a6403e66e7db2aa94d87387f61
[ "BSL-1.0" ]
691
2015-01-15T18:52:23.000Z
2022-03-15T23:39:39.000Z
sprout/type_traits/is_move_constructible.hpp
kevcadieux/Sprout
6b5addba9face0a6403e66e7db2aa94d87387f61
[ "BSL-1.0" ]
22
2015-03-11T01:22:56.000Z
2021-03-29T01:51:45.000Z
sprout/type_traits/is_move_constructible.hpp
kevcadieux/Sprout
6b5addba9face0a6403e66e7db2aa94d87387f61
[ "BSL-1.0" ]
57
2015-03-11T07:52:29.000Z
2021-12-16T09:15:33.000Z
/*============================================================================= Copyright (c) 2011-2019 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...
34.357143
97
0.678448
4f7c6b27475d593b448289c46b1ebeb3b35fade2
6,185
cpp
C++
bbs/valscan.cpp
k5jat/wwiv
b390e476c75f68e0f4f28c66d4a2eecd74753b7c
[ "Apache-2.0" ]
null
null
null
bbs/valscan.cpp
k5jat/wwiv
b390e476c75f68e0f4f28c66d4a2eecd74753b7c
[ "Apache-2.0" ]
null
null
null
bbs/valscan.cpp
k5jat/wwiv
b390e476c75f68e0f4f28c66d4a2eecd74753b7c
[ "Apache-2.0" ]
null
null
null
/**************************************************************************/ /* */ /* WWIV Version 5.x */ /* Copyright (C)1998-2017, WWIV Software Services */ /* ...
35.342857
117
0.437025
4f7c6da74782243aa2b25067279d78cf0e531ab6
1,606
hpp
C++
llvm/tools/clang/test/CodeGen/tvm/SMVStats.hpp
VasiliyKuznetsov/TON-Compiler
0573a06d03a2ee5618ff5f9be69738f17103db3d
[ "Apache-2.0" ]
null
null
null
llvm/tools/clang/test/CodeGen/tvm/SMVStats.hpp
VasiliyKuznetsov/TON-Compiler
0573a06d03a2ee5618ff5f9be69738f17103db3d
[ "Apache-2.0" ]
null
null
null
llvm/tools/clang/test/CodeGen/tvm/SMVStats.hpp
VasiliyKuznetsov/TON-Compiler
0573a06d03a2ee5618ff5f9be69738f17103db3d
[ "Apache-2.0" ]
null
null
null
#pragma once #include <tvm/schema/message.hpp> #include <tvm/dict_array.hpp> #include <tvm/log_sequence.hpp> #include <tvm/replay_attack_protection/timestamp.hpp> #include <tvm/smart_switcher.hpp> namespace tvm { namespace schema { // For internal purposes (fixed-size address) struct TransferRecord { uint256 propo...
25.492063
93
0.737858
4f7fd670857b4e95754cec14106377024843362b
9,263
cc
C++
ccc/src/model/ListJobStatusResult.cc
iamzken/aliyun-openapi-cpp-sdk
3c991c9ca949b6003c8f498ce7a672ea88162bf1
[ "Apache-2.0" ]
null
null
null
ccc/src/model/ListJobStatusResult.cc
iamzken/aliyun-openapi-cpp-sdk
3c991c9ca949b6003c8f498ce7a672ea88162bf1
[ "Apache-2.0" ]
null
null
null
ccc/src/model/ListJobStatusResult.cc
iamzken/aliyun-openapi-cpp-sdk
3c991c9ca949b6003c8f498ce7a672ea88162bf1
[ "Apache-2.0" ]
1
2020-11-27T09:13:12.000Z
2020-11-27T09:13:12.000Z
/* * Copyright 2009-2017 Alibaba Cloud 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...
43.900474
106
0.74749
4f80888d2bd2db3fc8cb7731943e5bb37f289548
3,853
cpp
C++
liero/replay_to_video.cpp
lauri-kaariainen/emscripten_openliero
ab3268237c7084e00f3bccb4442f0ad7762d8419
[ "BSD-2-Clause" ]
null
null
null
liero/replay_to_video.cpp
lauri-kaariainen/emscripten_openliero
ab3268237c7084e00f3bccb4442f0ad7762d8419
[ "BSD-2-Clause" ]
2
2015-02-11T09:43:33.000Z
2015-02-11T17:57:58.000Z
liero/replay_to_video.cpp
lauri-kaariainen/emscripten_openliero
ab3268237c7084e00f3bccb4442f0ad7762d8419
[ "BSD-2-Clause" ]
null
null
null
#include "replay_to_video.hpp" #include <string> #include "replay.hpp" #include "filesystem.hpp" #include "reader.hpp" #include "mixer/player.hpp" #include "game.hpp" #include "gfx/renderer.hpp" #include "text.hpp" //#include <gvl/io/fstream.hpp> #include <gvl/io2/fstream.hpp> #include <memory> extern...
26.390411
102
0.715806
4f82ae812df5d868f5e74deebea9eb86f9c10fc2
1,010
cxx
C++
Applications/VpView/vpFilterTypeDelegate.cxx
PinkDiamond1/vivia
70f7fbed4b33b14d34de35c69b2b14df3514d720
[ "BSD-3-Clause" ]
14
2016-09-16T12:33:05.000Z
2021-02-14T02:16:33.000Z
Applications/VpView/vpFilterTypeDelegate.cxx
PinkDiamond1/vivia
70f7fbed4b33b14d34de35c69b2b14df3514d720
[ "BSD-3-Clause" ]
44
2016-10-06T22:12:57.000Z
2021-01-07T19:39:07.000Z
Applications/VpView/vpFilterTypeDelegate.cxx
PinkDiamond1/vivia
70f7fbed4b33b14d34de35c69b2b14df3514d720
[ "BSD-3-Clause" ]
17
2015-06-30T13:41:47.000Z
2021-11-22T17:38:48.000Z
// This file is part of ViViA, and is distributed under the // OSI-approved BSD 3-Clause License. See top-level LICENSE file or // https://github.com/Kitware/vivia/blob/master/LICENSE for details. #include "vpFilterTypeDelegate.h" #include "vtkVgTemporalFilters.h" #include <QComboBox> namespace { const vtkVgTempor...
24.047619
79
0.608911
4f836635c73ec66724b0b1a8cec1c838763acd60
9,357
cpp
C++
openstudiocore/src/model/test/EnergyManagementSystemSensor_GTest.cpp
hellok-coder/OS-Testing
e9e18ad9e99f709a3f992601ed8d2e0662175af4
[ "blessing" ]
1
2019-11-12T02:07:03.000Z
2019-11-12T02:07:03.000Z
openstudiocore/src/model/test/EnergyManagementSystemSensor_GTest.cpp
hellok-coder/OS-Testing
e9e18ad9e99f709a3f992601ed8d2e0662175af4
[ "blessing" ]
1
2019-02-04T23:30:45.000Z
2019-02-04T23:30:45.000Z
openstudiocore/src/model/test/EnergyManagementSystemSensor_GTest.cpp
hellok-coder/OS-Testing
e9e18ad9e99f709a3f992601ed8d2e0662175af4
[ "blessing" ]
null
null
null
/*********************************************************************************************************************** * OpenStudio(R), Copyright (c) 2008-2019, Alliance for Sustainable Energy, LLC, and other contributors. All rights reserved. * * Redistribution and use in source and binary forms, with or without m...
43.724299
125
0.747782
4f83a13894406908b50749e7774d201c65e4d3eb
22,539
cpp
C++
cppForSwig/nodeRPC.cpp
BlockSettle/ArmoryDB
7a63e722969b9cab94f25d569aa425c5c5a3db18
[ "MIT" ]
null
null
null
cppForSwig/nodeRPC.cpp
BlockSettle/ArmoryDB
7a63e722969b9cab94f25d569aa425c5c5a3db18
[ "MIT" ]
6
2019-06-07T15:48:56.000Z
2020-03-09T10:30:39.000Z
cppForSwig/nodeRPC.cpp
BlockSettle/ArmoryDB
7a63e722969b9cab94f25d569aa425c5c5a3db18
[ "MIT" ]
2
2019-05-30T12:15:29.000Z
2019-10-27T22:46:49.000Z
//////////////////////////////////////////////////////////////////////////////// // // // Copyright (C) 2017, goatpig // // Distributed under the MIT license ...
27.32
89
0.56258
4f85c139d06fb186ea38800e14479af8088a1fdd
19,202
cpp
C++
folly/wangle/test/FutureTest.cpp
zunc/folly
4ecd8cdd6396f2f4cbfc17c1063537884e3cd6b9
[ "Apache-2.0" ]
1
2018-01-18T07:35:45.000Z
2018-01-18T07:35:45.000Z
folly/wangle/test/FutureTest.cpp
dario-DI/folly
6e46d468cf2876dd59c7a4dddcb4e37abf070b7a
[ "Apache-2.0" ]
null
null
null
folly/wangle/test/FutureTest.cpp
dario-DI/folly
6e46d468cf2876dd59c7a4dddcb4e37abf070b7a
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2014 Facebook, 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...
23.912827
77
0.621654
4f88e455f8cada13913b591be3f881a811f9a3f1
4,772
cpp
C++
aws-cpp-sdk-monitoring/source/model/AlarmHistoryItem.cpp
ambasta/aws-sdk-cpp
c81192e00b572b76d175d84dff77185bd17ae1ac
[ "Apache-2.0" ]
null
null
null
aws-cpp-sdk-monitoring/source/model/AlarmHistoryItem.cpp
ambasta/aws-sdk-cpp
c81192e00b572b76d175d84dff77185bd17ae1ac
[ "Apache-2.0" ]
null
null
null
aws-cpp-sdk-monitoring/source/model/AlarmHistoryItem.cpp
ambasta/aws-sdk-cpp
c81192e00b572b76d175d84dff77185bd17ae1ac
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2010-2016 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
32.243243
157
0.711023
4f899f3bace8d97b34bc4a86193f4878b191a237
7,902
cc
C++
example/run_video_slam.cc
jrodal98/openvslam
1731d8921743d02706ab59f00a0a5f9d1f7fb1d1
[ "Apache-2.0", "BSD-2-Clause", "MIT" ]
null
null
null
example/run_video_slam.cc
jrodal98/openvslam
1731d8921743d02706ab59f00a0a5f9d1f7fb1d1
[ "Apache-2.0", "BSD-2-Clause", "MIT" ]
null
null
null
example/run_video_slam.cc
jrodal98/openvslam
1731d8921743d02706ab59f00a0a5f9d1f7fb1d1
[ "Apache-2.0", "BSD-2-Clause", "MIT" ]
null
null
null
#ifdef USE_PANGOLIN_VIEWER #include "pangolin_viewer/viewer.h" #elif USE_SOCKET_PUBLISHER #include "socket_publisher/publisher.h" #endif #include "openvslam/system.h" #include "openvslam/config.h" #include <fstream> #include <iostream> #include <chrono> #include <numeric> #include <opencv2/core/core.hpp> #include <sp...
31.608
124
0.603392
4f8bb9d81616d6ea39d2a2cb1127aac5c93bbe83
2,619
cpp
C++
src/test/cpp/ut/rocketmq/CredentialsProviderTest.cpp
lizhanhui/rocketmq-client-cpp
d2001836e40d4f1da29ae7b2848fdfe0077ed1bf
[ "Apache-2.0" ]
null
null
null
src/test/cpp/ut/rocketmq/CredentialsProviderTest.cpp
lizhanhui/rocketmq-client-cpp
d2001836e40d4f1da29ae7b2848fdfe0077ed1bf
[ "Apache-2.0" ]
null
null
null
src/test/cpp/ut/rocketmq/CredentialsProviderTest.cpp
lizhanhui/rocketmq-client-cpp
d2001836e40d4f1da29ae7b2848fdfe0077ed1bf
[ "Apache-2.0" ]
1
2021-09-16T06:31:07.000Z
2021-09-16T06:31:07.000Z
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
38.514706
95
0.791523
4f8e2db5241737342e203840e3429179e1928b76
3,319
cpp
C++
libs/glm/test/core/core_type_length.cpp
ashishvista/opengl_makeover
80ceef85c7ba6ac43d1895b5a19c5f287b1b4b00
[ "Zlib" ]
89
2020-08-31T02:59:08.000Z
2022-03-17T13:31:22.000Z
test/core/core_type_length.cpp
seraphim0423/glm-deprecated
e1afbc9ceaacbc9aed7bb896d26c0872f8a2bf29
[ "MIT" ]
10
2015-08-09T21:10:55.000Z
2015-08-10T02:50:07.000Z
src/external/glm-0.9.4.0/test/core/core_type_length.cpp
ScottTodd/GraphicsPractice
31691d5fd0b674627e41362772737168c57ec698
[ "MIT" ]
58
2020-09-27T16:52:45.000Z
2022-03-29T09:13:33.000Z
/////////////////////////////////////////////////////////////////////////////////////////////////// // OpenGL Mathematics Copyright (c) 2005 - 2012 G-Truc Creation (www.g-truc.net) /////////////////////////////////////////////////////////////////////////////////////////////////// // Created : 2011-05-25 // Updated : 20...
30.731481
99
0.475143
4f8ea15991b72ffae8ba7732f5733bd4fbbd8d57
19,941
cpp
C++
mbed-cloud-client/source/ServiceClient.cpp
ghsecuritylab/Pelion
156eab454e87b5f5bbe4a662d7beb1482051a855
[ "Apache-2.0" ]
1
2020-03-13T07:20:09.000Z
2020-03-13T07:20:09.000Z
mbed-cloud-client/source/ServiceClient.cpp
ghsecuritylab/Pelion
156eab454e87b5f5bbe4a662d7beb1482051a855
[ "Apache-2.0" ]
null
null
null
mbed-cloud-client/source/ServiceClient.cpp
ghsecuritylab/Pelion
156eab454e87b5f5bbe4a662d7beb1482051a855
[ "Apache-2.0" ]
2
2020-03-07T20:00:13.000Z
2020-03-13T07:20:10.000Z
// ---------------------------------------------------------------------------- // Copyright 2016-2017 ARM Ltd. // // SPDX-License-Identifier: Apache-2.0 // // 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 ...
36.45521
136
0.634873
4f8ed4998c4eca25a989647b646df463b1ed3b44
1,596
cpp
C++
Source/ImGui/Private/ImGuiWidget.cpp
cl4nk/UnrealImGui
b0db66ff36974f4a52e07e094b152cd194e154a4
[ "MIT" ]
null
null
null
Source/ImGui/Private/ImGuiWidget.cpp
cl4nk/UnrealImGui
b0db66ff36974f4a52e07e094b152cd194e154a4
[ "MIT" ]
null
null
null
Source/ImGui/Private/ImGuiWidget.cpp
cl4nk/UnrealImGui
b0db66ff36974f4a52e07e094b152cd194e154a4
[ "MIT" ]
null
null
null
// Fill out your copyright notice in the Description page of Project Settings. #include "ImGuiPrivatePCH.h" #include "ImGui.h" #include "ImGuiModuleManager.h" #include "ImGuiWidget.h" #define LOCTEXT_NAMESPACE "UMG" void UImGuiWidget::SetAsCurrent() const { if (MyImGuiWidget.IsValid()) { if (FImGuiContextProxy ...
23.820896
126
0.774436
4f908a5f16e47e86ee9d642731b038942912e776
6,581
cpp
C++
src/test/fuzz/script_sign.cpp
odomdev/widecoin
9588492f9fbfef0ee497b23be85518b00a9b5bcc
[ "MIT" ]
2
2021-04-17T16:04:25.000Z
2021-04-18T05:56:19.000Z
src/test/fuzz/script_sign.cpp
odomdev/widecoin-1
4f820719074f38968e8d6743ab4b6632e6fc4163
[ "MIT" ]
null
null
null
src/test/fuzz/script_sign.cpp
odomdev/widecoin-1
4f820719074f38968e8d6743ab4b6632e6fc4163
[ "MIT" ]
null
null
null
// Copyright (c) 2020 The Widecoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <chainparams.h> #include <chainparamsbase.h> #include <key.h> #include <pubkey.h> #include <script/keyorigin.h> #include...
43.873333
198
0.660994
4f91f944caf2b5460622afaa978b6b27cf7ce393
106,921
cpp
C++
VEngine/VEngine/src/Context.cpp
Hukunaa/VEngine
a5fe1e9ed4b43ba5d2c79bbbb7e0eac07d076f2d
[ "MIT" ]
3
2020-03-18T19:45:18.000Z
2021-05-07T05:23:54.000Z
VEngine/VEngine/src/Context.cpp
Hukunaa/VEngine
a5fe1e9ed4b43ba5d2c79bbbb7e0eac07d076f2d
[ "MIT" ]
null
null
null
VEngine/VEngine/src/Context.cpp
Hukunaa/VEngine
a5fe1e9ed4b43ba5d2c79bbbb7e0eac07d076f2d
[ "MIT" ]
null
null
null
#include <VContext.h> #include <array> #include <set> #include <optix_function_table_definition.h> #ifdef NDEBUG const bool enableValidationLayers = false; #else const bool enableValidationLayers = true; #endif #define WIDTH 1920 #define HEIGHT 1080 #define INDEX_RAYGEN 0 #define INDEX_MISS 1 #define INDEX_SHADOWMI...
41.929804
232
0.745307