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
33aeaf6bd46cbfc5afa1db686130bc53d1e79259
346,126
cpp
C++
llvm/tools/clang/lib/CodeGen/TargetInfo.cpp
NoamDev/TON-Compiler
f76aa2084c7f09a228afef4a6e073c37b350c8f3
[ "Apache-2.0" ]
59
2019-10-22T16:21:33.000Z
2022-02-01T20:32:32.000Z
llvm/tools/clang/lib/CodeGen/TargetInfo.cpp
NoamDev/TON-Compiler
f76aa2084c7f09a228afef4a6e073c37b350c8f3
[ "Apache-2.0" ]
51
2019-10-23T11:55:08.000Z
2021-12-21T06:32:11.000Z
llvm/tools/clang/lib/CodeGen/TargetInfo.cpp
NoamDev/TON-Compiler
f76aa2084c7f09a228afef4a6e073c37b350c8f3
[ "Apache-2.0" ]
15
2019-10-22T19:56:12.000Z
2022-01-12T14:45:15.000Z
//===---- TargetInfo.cpp - Encapsulate target details -----------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
36.829751
89
0.654522
NoamDev
33b134b32b03ee9ceaf7999429f5bf23d6dff181
4,246
cpp
C++
src/subcommand/subcommand.cpp
lnceballosz/vg
82d8ba2f38299525c0b0a6b19dcb785d2c439cfa
[ "MIT" ]
null
null
null
src/subcommand/subcommand.cpp
lnceballosz/vg
82d8ba2f38299525c0b0a6b19dcb785d2c439cfa
[ "MIT" ]
null
null
null
src/subcommand/subcommand.cpp
lnceballosz/vg
82d8ba2f38299525c0b0a6b19dcb785d2c439cfa
[ "MIT" ]
null
null
null
// SPDX-FileCopyrightText: 2014 Erik Garrison // // SPDX-License-Identifier: MIT // subcommand.cpp: subcommand registry system implementation #include "subcommand.hpp" #include <algorithm> #include <utility> #include <vector> #include <limits> namespace vg { namespace subcommand { std::ostream& operator<<(std::ost...
28.306667
107
0.626472
lnceballosz
33b2b3da8a7235edfe503706d8c1a38edbab4596
584
hpp
C++
src/semantic/semantic-analysis.hpp
noct-lang/noct-bootstrap
6fd5ef91feda665dc3f1d8f5dca6403512ac44be
[ "0BSD" ]
1
2019-07-01T02:02:40.000Z
2019-07-01T02:02:40.000Z
src/semantic/semantic-analysis.hpp
noct-lang/noct-bootstrap
6fd5ef91feda665dc3f1d8f5dca6403512ac44be
[ "0BSD" ]
null
null
null
src/semantic/semantic-analysis.hpp
noct-lang/noct-bootstrap
6fd5ef91feda665dc3f1d8f5dca6403512ac44be
[ "0BSD" ]
null
null
null
#pragma once #include "common/defs.hpp" #include "semantic-pass.hpp" namespace Noctis { struct AstTree; struct Context; FWDECL_CLASS_SPTR(QualName); class AstSemanticAnalysis { public: AstSemanticAnalysis(); void Run(AstTree& tree); private: template<typename T> void RunPass(); void Import(QualN...
13.581395
40
0.702055
noct-lang
33b3580beca67d5159477dea822f42b1c73620e9
3,210
cpp
C++
marsyas-vamp/marsyas/src/marsyas/marsystems/PvFold.cpp
jaouahbi/VampPlugins
27c2248d1c717417fe4d448cdfb4cb882a8a336a
[ "Apache-2.0" ]
null
null
null
marsyas-vamp/marsyas/src/marsyas/marsystems/PvFold.cpp
jaouahbi/VampPlugins
27c2248d1c717417fe4d448cdfb4cb882a8a336a
[ "Apache-2.0" ]
null
null
null
marsyas-vamp/marsyas/src/marsyas/marsystems/PvFold.cpp
jaouahbi/VampPlugins
27c2248d1c717417fe4d448cdfb4cb882a8a336a
[ "Apache-2.0" ]
null
null
null
/* ** Copyright (C) 1998-2006 George Tzanetakis <gtzan@cs.uvic.ca> ** ** 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 later version...
18.342857
77
0.610903
jaouahbi
33b40796a4fb25ce3dd414c76264c80379277be8
13,538
cpp
C++
qtdeclarative/src/qml/jsruntime/qv4serialize.cpp
wgnet/wds_qt
8db722fd367d2d0744decf99ac7bafaba8b8a3d3
[ "Apache-2.0" ]
1
2020-04-30T15:47:35.000Z
2020-04-30T15:47:35.000Z
qtdeclarative/src/qml/jsruntime/qv4serialize.cpp
wgnet/wds_qt
8db722fd367d2d0744decf99ac7bafaba8b8a3d3
[ "Apache-2.0" ]
null
null
null
qtdeclarative/src/qml/jsruntime/qv4serialize.cpp
wgnet/wds_qt
8db722fd367d2d0744decf99ac7bafaba8b8a3d3
[ "Apache-2.0" ]
null
null
null
/**************************************************************************** ** ** Copyright (C) 2015 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing/ ** ** This file is part of the QtQml module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage ** Licensees holding valid commerc...
33.593052
128
0.619589
wgnet
33b4580991344b83b1dc51dccfd718b03bb94626
1,378
cpp
C++
example/1d_x_external.cpp
pabristow/svg_plot
59e06b752acc252498e0ddff560b01fb951cb909
[ "BSL-1.0" ]
24
2016-03-09T03:23:06.000Z
2021-01-12T14:02:07.000Z
example/1d_x_external.cpp
pabristow/svg_plot
59e06b752acc252498e0ddff560b01fb951cb909
[ "BSL-1.0" ]
11
2018-03-05T14:39:48.000Z
2021-08-22T09:00:33.000Z
example/1d_x_external.cpp
pabristow/svg_plot
59e06b752acc252498e0ddff560b01fb951cb909
[ "BSL-1.0" ]
10
2016-11-04T14:36:04.000Z
2020-07-17T08:12:03.000Z
/*! \file 1d_x_external.cpp \brief Simple 1D plot from two vectors of containers of type vector<double>. */ // Copyright Jacob Voytko 2007 // 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/LIC...
23.355932
78
0.686502
pabristow
33b4c8617ba4740172bf17f1dfe492144f7ee174
2,056
cpp
C++
external/webkit/Source/WebKit/wx/WebEdit.cpp
ghsecuritylab/android_platform_sony_nicki
526381be7808e5202d7865aa10303cb5d249388a
[ "Apache-2.0" ]
6
2017-05-31T01:46:45.000Z
2018-06-12T10:53:30.000Z
Source/WebKit/wx/WebEdit.cpp
FMSoftCN/mdolphin-core
48ffdcf587a48a7bb4345ae469a45c5b64ffad0e
[ "Apache-2.0" ]
2
2017-07-25T09:37:22.000Z
2017-08-04T07:18:56.000Z
Source/WebKit/wx/WebEdit.cpp
FMSoftCN/mdolphin-core
48ffdcf587a48a7bb4345ae469a45c5b64ffad0e
[ "Apache-2.0" ]
2
2017-08-09T09:03:23.000Z
2020-05-26T09:14:49.000Z
#include "config.h" #include "WebEdit.h" #include "CompositeEditCommand.h" #include "Document.h" #include "Frame.h" #include "HTMLNames.h" #include "QualifiedName.h" #include "StringImpl.h" #include "WebFrame.h" #include "WebDOMElement.h" #include <wtf/text/AtomicString.h> namespace WebCore { class WebCoreEditCom...
25.382716
157
0.679961
ghsecuritylab
33b4f2e1d32f11ea69a1d584860b533d13e8d455
731
cpp
C++
Equinox/ModuleMeshManager.cpp
jowie94/EquinoxEngine
45f5efaa00e35a264bf3537ec3bdfe8b221325bf
[ "MIT" ]
null
null
null
Equinox/ModuleMeshManager.cpp
jowie94/EquinoxEngine
45f5efaa00e35a264bf3537ec3bdfe8b221325bf
[ "MIT" ]
null
null
null
Equinox/ModuleMeshManager.cpp
jowie94/EquinoxEngine
45f5efaa00e35a264bf3537ec3bdfe8b221325bf
[ "MIT" ]
1
2018-10-16T20:12:59.000Z
2018-10-16T20:12:59.000Z
#include "ModuleMeshManager.h" #include "MeshComponent.h" #include <cassert> ModuleMeshManager::ModuleMeshManager() { } ModuleMeshManager::~ModuleMeshManager() { } bool ModuleMeshManager::CleanUp() { LOG("Cleaning meshes and MeshManager"); LOG("%i meshes were loaded", _meshContainer.size()); for (auto meshPair...
14.918367
53
0.708618
jowie94
33b66f4aebb96f88f3fa4b407db26dd85ead31e7
2,588
cc
C++
chromium/chrome/browser/app_icon_win.cc
wedataintelligence/vivaldi-source
22a46f2c969f6a0b7ca239a05575d1ea2738768c
[ "BSD-3-Clause" ]
null
null
null
chromium/chrome/browser/app_icon_win.cc
wedataintelligence/vivaldi-source
22a46f2c969f6a0b7ca239a05575d1ea2738768c
[ "BSD-3-Clause" ]
null
null
null
chromium/chrome/browser/app_icon_win.cc
wedataintelligence/vivaldi-source
22a46f2c969f6a0b7ca239a05575d1ea2738768c
[ "BSD-3-Clause" ]
null
null
null
// 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/browser/app_icon_win.h" #include "chrome/app/chrome_dll_resource.h" #include "chrome/common/chrome_constants.h" #include "third_part...
34.972973
80
0.74575
wedataintelligence
33b6f22fbedf53e1ba4b6294491487f608ad508b
7,151
cpp
C++
WebKit/Source/WebCore/platform/graphics/chromium/cc/CCPageScaleAnimation.cpp
JavaScriptTesting/LJS
9818dbdb421036569fff93124ac2385d45d01c3a
[ "Apache-2.0" ]
1
2019-06-18T06:52:54.000Z
2019-06-18T06:52:54.000Z
WebKit/Source/WebCore/platform/graphics/chromium/cc/CCPageScaleAnimation.cpp
JavaScriptTesting/LJS
9818dbdb421036569fff93124ac2385d45d01c3a
[ "Apache-2.0" ]
null
null
null
WebKit/Source/WebCore/platform/graphics/chromium/cc/CCPageScaleAnimation.cpp
JavaScriptTesting/LJS
9818dbdb421036569fff93124ac2385d45d01c3a
[ "Apache-2.0" ]
null
null
null
/* * Copyright (C) 2004, 2006, 2007 Apple Inc. All rights reserved. * Copyright (C) 2007 Alp Toker <alp@atoker.com> * Copyright (C) 2010 Torch Mobile (Beijing) Co. Ltd. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the follo...
39.291209
186
0.722696
JavaScriptTesting
33b7d649d006b0038d0a3136c2bb2aa5c233fbc4
2,111
cpp
C++
kernel/arch/x86_64/fpu.cpp
heatd/Carbon
eb4984806f2dace675df3ffe70351147a8516187
[ "MIT" ]
4
2018-09-17T22:50:23.000Z
2019-10-17T16:49:09.000Z
kernel/arch/x86_64/fpu.cpp
heatd/Carbon
eb4984806f2dace675df3ffe70351147a8516187
[ "MIT" ]
1
2019-07-31T22:55:11.000Z
2019-07-31T22:55:11.000Z
kernel/arch/x86_64/fpu.cpp
heatd/Carbon
eb4984806f2dace675df3ffe70351147a8516187
[ "MIT" ]
1
2021-06-25T17:33:23.000Z
2021-06-25T17:33:23.000Z
/* * Copyright (c) 2019 Pedro Falcato * This file is part of Carbon, and is released under the terms of the MIT License * check LICENSE at the root directory for more information */ #include <carbon/compiler.h> #include <stdio.h> USES_FANCY_START #include <immintrin.h> #include <x86intrin.h> USES_FANCY_END #include <s...
17.739496
81
0.71388
heatd
33b7dd4ffb06a636ae9e79d8589e05cda04f2c9c
1,482
cc
C++
ui/views/widget/desktop_aura/desktop_layout_manager.cc
pozdnyakov/chromium-crosswalk
0fb25c7278bf1d93e53a3b0bcb75aa8b99d4b26e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
ui/views/widget/desktop_aura/desktop_layout_manager.cc
pozdnyakov/chromium-crosswalk
0fb25c7278bf1d93e53a3b0bcb75aa8b99d4b26e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
ui/views/widget/desktop_aura/desktop_layout_manager.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 "ui/views/widget/desktop_aura/desktop_layout_manager.h" #include "ui/aura/root_window.h" #include "ui/gfx/rect.h" namespace views { Deskto...
26.945455
78
0.709177
pozdnyakov
33b7ed0af64f7dad3fbc9f3097b66d104f058191
4,012
hpp
C++
deps/SFML-2.4.1/src/SFML/Audio/SoundFileWriterFlac.hpp
evanbowman/Blind-Jump
971bbfabb7a43a0de90c6131035b081b94a0bc08
[ "BSD-2-Clause" ]
79
2016-11-05T12:41:46.000Z
2022-03-23T07:05:01.000Z
src/SFML/Audio/SoundFileWriterFlac.hpp
intjelic/sfml-with-mobile-ports
d10d205bb34a4332662a16737ba4f01056b67d1d
[ "Zlib" ]
14
2017-02-28T02:47:43.000Z
2021-04-25T20:08:15.000Z
src/SFML/Audio/SoundFileWriterFlac.hpp
intjelic/sfml-with-mobile-ports
d10d205bb34a4332662a16737ba4f01056b67d1d
[ "Zlib" ]
22
2017-02-12T00:12:30.000Z
2021-12-04T08:44:35.000Z
//////////////////////////////////////////////////////////// // // SFML - Simple and Fast Multimedia Library // Copyright (C) 2007-2016 Laurent Gomila (laurent@sfml-dev.org) // // This software is provided 'as-is', without any express or implied warranty. // In no event will the authors be held liable for any damages a...
34.886957
103
0.472333
evanbowman
33b95356c6639be3fe57bde7bebcf1b91ff5835d
595
hpp
C++
ColombiaSupremo/Source/DirectMLHelperFunction.hpp
Yoon0423/DirectML-Inference-Module
3a8bc7ab06c07091345df96f1bc6727bacec9533
[ "MIT" ]
null
null
null
ColombiaSupremo/Source/DirectMLHelperFunction.hpp
Yoon0423/DirectML-Inference-Module
3a8bc7ab06c07091345df96f1bc6727bacec9533
[ "MIT" ]
null
null
null
ColombiaSupremo/Source/DirectMLHelperFunction.hpp
Yoon0423/DirectML-Inference-Module
3a8bc7ab06c07091345df96f1bc6727bacec9533
[ "MIT" ]
null
null
null
// Copyright (c) 2020 Yoonsung Kim. All rights reserved. // Licensed under the MIT License. #pragma once #include <cstdint> #include <winrt/base.h> #include "Tensor.hpp" #include "d3dx12.h" namespace colombia_supremo::dml_helper { winrt::com_ptr<IDMLDevice> CreateDevice(winrt::com_ptr<ID3D12Device> d3D12Device); ...
24.791667
82
0.793277
Yoon0423
33b9fe5ce16c1bccb1cbd87357384b7406760387
194
cpp
C++
ios/versioned-react-native/ABI40_0_0/Expo/ExpoKit/Core/Api/Reanimated/ABI40_0_0EventHandler.cpp
ahmadtech199/expo
b35f4713789b48c8ba72d7abe7089e5dfa031c41
[ "Apache-2.0", "MIT" ]
1
2021-06-06T23:56:04.000Z
2021-06-06T23:56:04.000Z
ios/versioned-react-native/ABI40_0_0/Expo/ExpoKit/Core/Api/Reanimated/ABI40_0_0EventHandler.cpp
ahmadtech199/expo
b35f4713789b48c8ba72d7abe7089e5dfa031c41
[ "Apache-2.0", "MIT" ]
1
2021-02-05T11:31:30.000Z
2021-02-05T12:47:50.000Z
ios/versioned-react-native/ABI40_0_0/Expo/ExpoKit/Core/Api/Reanimated/ABI40_0_0EventHandler.cpp
ahmadtech199/expo
b35f4713789b48c8ba72d7abe7089e5dfa031c41
[ "Apache-2.0", "MIT" ]
2
2020-10-12T10:58:46.000Z
2021-07-02T10:15:22.000Z
#include "ABI40_0_0EventHandler.h" namespace ABI40_0_0reanimated { void EventHandler::process(jsi::Runtime &rt, jsi::Value &eventValue) { handler.callWithThis(rt, handler, eventValue); } }
19.4
70
0.762887
ahmadtech199
33ba4f8f81ebf8e7a2723f45f707c69031ba9933
5,102
cpp
C++
src/ngraph/pass/constant_folding_unsqueeze.cpp
GBuella/ngraph
ec935c0bafc5ba8c6940d9c9dcf45ddeac487513
[ "Apache-2.0" ]
null
null
null
src/ngraph/pass/constant_folding_unsqueeze.cpp
GBuella/ngraph
ec935c0bafc5ba8c6940d9c9dcf45ddeac487513
[ "Apache-2.0" ]
null
null
null
src/ngraph/pass/constant_folding_unsqueeze.cpp
GBuella/ngraph
ec935c0bafc5ba8c6940d9c9dcf45ddeac487513
[ "Apache-2.0" ]
null
null
null
//***************************************************************************** // Copyright 2017-2020 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://w...
43.606838
98
0.648961
GBuella
33ba990277ba23eea0305975eaabc6ae248204ed
12,136
hpp
C++
vendor/sll/include/sll/bsplines_non_uniform.hpp
gyselax/gyselalibxx
5f9b4b1e20050f87e2a9f05d510bedf0f9a15b34
[ "MIT" ]
3
2022-02-28T08:47:07.000Z
2022-03-01T10:29:08.000Z
vendor/sll/include/sll/bsplines_non_uniform.hpp
gyselax/gyselalibxx
5f9b4b1e20050f87e2a9f05d510bedf0f9a15b34
[ "MIT" ]
null
null
null
vendor/sll/include/sll/bsplines_non_uniform.hpp
gyselax/gyselalibxx
5f9b4b1e20050f87e2a9f05d510bedf0f9a15b34
[ "MIT" ]
null
null
null
#pragma once #include <array> #include <cassert> #include <memory> #include <vector> #include <ddc/ddc.hpp> #include "sll/bspline.hpp" #include "sll/view.hpp" /// NonUniformDiscretization specialization of BSplines template <class Tag, std::size_t D> class NonUniformBSplines { static_assert(D > 0, "Parameter `D...
28.35514
112
0.549028
gyselax
33bd88a01ccb419f5963ff13a73413ff1a71fc30
4,587
cpp
C++
tests/variable_ndarray.cpp
kahoooo/cnumpy
67993216fcb434a78bdb52b09c035ef483a9c0dd
[ "MIT" ]
1
2021-10-05T14:12:32.000Z
2021-10-05T14:12:32.000Z
tests/variable_ndarray.cpp
kahoooo/cnumpy
67993216fcb434a78bdb52b09c035ef483a9c0dd
[ "MIT" ]
null
null
null
tests/variable_ndarray.cpp
kahoooo/cnumpy
67993216fcb434a78bdb52b09c035ef483a9c0dd
[ "MIT" ]
null
null
null
#include <cassert> #include "cnumpy/ndarray.hpp" using namespace std; using namespace cnumpy; int main() { // default constructor, one element expected since ndim == 0, destruct immediately { ndarray<int> arr; assert(arr.size() == 1); assert(&arr() == arr.data()); } // constru...
29.593548
86
0.323523
kahoooo
33bdd9923e00b7855dce833639f3403db8e542ed
2,883
cpp
C++
test/unit-tests/qos/processing_manager_array_test.cpp
so931/poseidonos
2aa82f26bfbd0d0aee21cd0574779a655634f08c
[ "BSD-3-Clause" ]
38
2021-04-06T03:20:55.000Z
2022-03-02T09:33:28.000Z
test/unit-tests/qos/processing_manager_array_test.cpp
so931/poseidonos
2aa82f26bfbd0d0aee21cd0574779a655634f08c
[ "BSD-3-Clause" ]
19
2021-04-08T02:27:44.000Z
2022-03-23T00:59:04.000Z
test/unit-tests/qos/processing_manager_array_test.cpp
so931/poseidonos
2aa82f26bfbd0d0aee21cd0574779a655634f08c
[ "BSD-3-Clause" ]
28
2021-04-08T04:39:18.000Z
2022-03-24T05:56:00.000Z
#include "src/qos/processing_manager_array.h" #include <gmock/gmock.h> #include <gtest/gtest.h> #include "test/unit-tests/qos/qos_avg_compute_mock.h" #include "test/unit-tests/qos/qos_context_mock.h" #include "test/unit-tests/qos/qos_manager_mock.h" using namespace std; using ::testing::_; using ::testing::NiceMock;...
37.441558
135
0.789109
so931
33be33b805d034ffd94f2afaab6aa3c4ef7fa74e
515
hpp
C++
include/pyplot_cpp/Plot.hpp
CalebCintary/pyplot_cpp
de33c3e921229e5efd72a7fc4fdb17212edc9aa9
[ "MIT" ]
1
2022-03-29T10:52:21.000Z
2022-03-29T10:52:21.000Z
include/pyplot_cpp/Plot.hpp
CalebCintary/pyplot_cpp
de33c3e921229e5efd72a7fc4fdb17212edc9aa9
[ "MIT" ]
1
2022-03-20T12:17:11.000Z
2022-03-20T17:50:12.000Z
include/pyplot_cpp/Plot.hpp
CalebCintary/pyplot_cpp
de33c3e921229e5efd72a7fc4fdb17212edc9aa9
[ "MIT" ]
1
2022-03-29T19:40:59.000Z
2022-03-29T19:40:59.000Z
// // Created by calebcintary on 3/15/22. // #ifndef PYPLOT_CPP_PLOT_HPP #define PYPLOT_CPP_PLOT_HPP #include "BasePlot.hpp" namespace pyplot_cpp { class Plot : public BasePlot { public: Plot(); /** * Creates simple plots with data * @param _x * @param _y ...
16.09375
61
0.594175
CalebCintary
33be75b228282ce71c25ffd30f8c302c1454d1a0
5,542
cpp
C++
test/conformance/conformance_sequencer_node.cpp
dishasrivastavapuresoftware/oneTBB
34dd71e7238d278a807a0380311f39102a916223
[ "Apache-2.0" ]
1,736
2020-03-17T20:23:25.000Z
2022-03-31T16:01:44.000Z
test/conformance/conformance_sequencer_node.cpp
dishasrivastavapuresoftware/oneTBB
34dd71e7238d278a807a0380311f39102a916223
[ "Apache-2.0" ]
461
2020-03-18T00:48:29.000Z
2022-03-31T08:29:50.000Z
test/conformance/conformance_sequencer_node.cpp
dishasrivastavapuresoftware/oneTBB
34dd71e7238d278a807a0380311f39102a916223
[ "Apache-2.0" ]
376
2020-03-19T06:15:59.000Z
2022-03-25T06:26:31.000Z
/* Copyright (c) 2020-2021 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://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable la...
33.792683
125
0.718694
dishasrivastavapuresoftware
33c0537dc2e6eac8b068b02dd119280abcbb9c62
34,988
cpp
C++
blast/src/connect/services/netcache_api.cpp
mycolab/ncbi-blast
e59746cec78044d2bf6d65de644717c42f80b098
[ "Apache-2.0" ]
null
null
null
blast/src/connect/services/netcache_api.cpp
mycolab/ncbi-blast
e59746cec78044d2bf6d65de644717c42f80b098
[ "Apache-2.0" ]
null
null
null
blast/src/connect/services/netcache_api.cpp
mycolab/ncbi-blast
e59746cec78044d2bf6d65de644717c42f80b098
[ "Apache-2.0" ]
null
null
null
/* $Id: netcache_api.cpp 607687 2020-05-06 16:16:59Z sadyrovr $ * =========================================================================== * * PUBLIC DOMAIN NOTICE * National Center for Biotechnology Information * * This software/database is a "United States Governmen...
31.692029
106
0.653024
mycolab
33c13e69c343603384c6b590ad1a90f17c8d12e9
191,589
cc
C++
deps/rocksdb/rocksdb/db/db_test2.cc
buu700/rocksdb-tmp
3e9e3d8c84c4eb0c3fd7d67e139ad746ab8520d7
[ "MIT" ]
null
null
null
deps/rocksdb/rocksdb/db/db_test2.cc
buu700/rocksdb-tmp
3e9e3d8c84c4eb0c3fd7d67e139ad746ab8520d7
[ "MIT" ]
null
null
null
deps/rocksdb/rocksdb/db/db_test2.cc
buu700/rocksdb-tmp
3e9e3d8c84c4eb0c3fd7d67e139ad746ab8520d7
[ "MIT" ]
null
null
null
// Copyright (c) 2011-present, Facebook, Inc. All rights reserved. // This source code is licensed under both the GPLv2 (found in the // COPYING file in the root directory) and Apache 2.0 License // (found in the LICENSE.Apache file in the root directory). // // Copyright (c) 2011 The LevelDB Authors. All rights r...
35.42041
92
0.691496
buu700
33c3261de3c5e65a9287dd7fe42efe72af9747b2
2,325
hpp
C++
ReactAndroid/build/third-party-ndk/boost/boost_1_57_0/boost/iostreams/imbue.hpp
kimwoongkyu/react-native-0-36-1-woogie
4fb2d44945a6305ae3ca87be3872f9432d16f1fb
[ "BSD-3-Clause" ]
460
2016-01-13T12:49:34.000Z
2022-02-20T04:10:40.000Z
ReactAndroid/build/third-party-ndk/boost/boost_1_57_0/boost/iostreams/imbue.hpp
kimwoongkyu/react-native-0-36-1-woogie
4fb2d44945a6305ae3ca87be3872f9432d16f1fb
[ "BSD-3-Clause" ]
197
2017-07-06T16:53:59.000Z
2019-05-31T17:57:51.000Z
ReactAndroid/build/third-party-ndk/boost/boost_1_57_0/boost/iostreams/imbue.hpp
kimwoongkyu/react-native-0-36-1-woogie
4fb2d44945a6305ae3ca87be3872f9432d16f1fb
[ "BSD-3-Clause" ]
148
2016-01-17T03:16:43.000Z
2022-03-17T12:20:36.000Z
// (C) Copyright 2008 CodeRage, LLC (turkanis at coderage dot com) // (C) Copyright 2003-2007 Jonathan Turkanis // 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/iostreams for d...
28.012048
81
0.668387
kimwoongkyu
33c33cefd8684abcdc77491116b36ec892d766e5
7,919
cpp
C++
sourceCode/mainContainers/sceneContainers/ikGroupContainer.cpp
mdecourse/CoppeliaSimLib
934e65b4b6ea5a07d08919ae35c50fd3ae960ef2
[ "RSA-MD" ]
null
null
null
sourceCode/mainContainers/sceneContainers/ikGroupContainer.cpp
mdecourse/CoppeliaSimLib
934e65b4b6ea5a07d08919ae35c50fd3ae960ef2
[ "RSA-MD" ]
null
null
null
sourceCode/mainContainers/sceneContainers/ikGroupContainer.cpp
mdecourse/CoppeliaSimLib
934e65b4b6ea5a07d08919ae35c50fd3ae960ef2
[ "RSA-MD" ]
null
null
null
#include "ikGroupContainer.h" #include "app.h" #include "tt.h" #include "simInternal.h" #include "vDateTime.h" CIkGroupContainer::CIkGroupContainer() { } CIkGroupContainer::~CIkGroupContainer() { // beware, the current world could be nullptr } void CIkGroupContainer::simulationAboutToStart() { for (size_t i=0;i...
30.693798
123
0.650713
mdecourse
33c3d12a4605b93d0c8b327c0a3d3fa95b1968cd
8,167
cpp
C++
samples/sample04/sample04.cpp
grim210/tdr
5c83829fc82ebc9c8125bfce1f5494f037da9510
[ "Zlib" ]
null
null
null
samples/sample04/sample04.cpp
grim210/tdr
5c83829fc82ebc9c8125bfce1f5494f037da9510
[ "Zlib" ]
null
null
null
samples/sample04/sample04.cpp
grim210/tdr
5c83829fc82ebc9c8125bfce1f5494f037da9510
[ "Zlib" ]
null
null
null
#include <fstream> #include <iostream> #include <memory> #include <string> #include <sstream> #include <glad/glad.h> #include <glm/glm.hpp> #include <glm/gtc/matrix_access.hpp> #include <glm/gtc/matrix_transform.hpp> #include <glm/gtc/type_ptr.hpp> #include <SDL2/SDL.h> #include <tdrmain.h> #include <tdrrenderer.h> ...
27.223333
78
0.628138
grim210
33c4523b96f7cf5b453da4638a86b9c209da6db5
3,115
cc
C++
src/ops/matmul.cc
yywing/CTranslate2
0459171ee16ca6896633340218d4577845afab64
[ "MIT" ]
259
2019-10-09T13:14:30.000Z
2022-03-28T02:54:28.000Z
src/ops/matmul.cc
yywing/CTranslate2
0459171ee16ca6896633340218d4577845afab64
[ "MIT" ]
197
2019-10-10T08:56:29.000Z
2022-03-31T12:07:04.000Z
src/ops/matmul.cc
yywing/CTranslate2
0459171ee16ca6896633340218d4577845afab64
[ "MIT" ]
69
2019-10-09T13:31:10.000Z
2022-03-09T11:15:08.000Z
#include "ctranslate2/ops/matmul.h" #include "dispatch.h" namespace ctranslate2 { namespace ops { MatMul::MatMul(bool trans_a, bool trans_b, float alpha) : _trans_a(trans_a) , _trans_b(trans_b) , _alpha(alpha) { } void MatMul::operator()(const StorageView& a, const StorageView& b, St...
30.841584
97
0.475441
yywing
33c4d789b900aac10710efdf9a746dab15f52218
4,661
cpp
C++
taudem/src/PeukerDouglasmn.cpp
ElsevierSoftwareX/SOFTX-D-15-00005
bb0c21ca479db5ac3ecf789ab280d5e45c3c7805
[ "NCSA", "BSD-3-Clause" ]
2
2018-10-09T08:14:42.000Z
2018-11-13T06:15:34.000Z
taudem/src/PeukerDouglasmn.cpp
ElsevierSoftwareX/SOFTX-D-15-00005
bb0c21ca479db5ac3ecf789ab280d5e45c3c7805
[ "NCSA", "BSD-3-Clause" ]
null
null
null
taudem/src/PeukerDouglasmn.cpp
ElsevierSoftwareX/SOFTX-D-15-00005
bb0c21ca479db5ac3ecf789ab280d5e45c3c7805
[ "NCSA", "BSD-3-Clause" ]
null
null
null
/* PeukerDouglas main program for function that operates on an elevation grid and outputs an indicator (1,0) grid of upward curved grid cells according to the Peuker and Douglas algorithm. David Tarboton Utah State University May 23, 2010 */ /* Copyright (C) 2010 David Tarboton, Utah State Uni...
31.073333
138
0.589788
ElsevierSoftwareX
33c576ce39ea5a24850aacfc9e94cc773d2aede9
5,149
cc
C++
vowpalwabbit/distributionally_robust.cc
mrucker/vowpal_wabbit
85c92166c7dcc84535a5d04586c1ed447624590b
[ "BSD-3-Clause" ]
null
null
null
vowpalwabbit/distributionally_robust.cc
mrucker/vowpal_wabbit
85c92166c7dcc84535a5d04586c1ed447624590b
[ "BSD-3-Clause" ]
null
null
null
vowpalwabbit/distributionally_robust.cc
mrucker/vowpal_wabbit
85c92166c7dcc84535a5d04586c1ed447624590b
[ "BSD-3-Clause" ]
null
null
null
#include <cmath> #include <list> #include <type_traits> #include "distributionally_robust.h" namespace VW { namespace distributionally_robust { double ChiSquared::chisq_onedof_isf(double alpha) { // the following is a polynomial approximation to the // inverse survival function for chi-squared distribution with 1...
31.018072
119
0.545931
mrucker
33c6824a9dee6454ebb4000379e2d741ffdbe53f
2,273
cc
C++
src/lbm.cc
KnairdA/boltzbub
c83318094f6952261fcb60028a9b5dee4dad94a3
[ "MIT" ]
1
2020-10-15T07:10:46.000Z
2020-10-15T07:10:46.000Z
src/lbm.cc
KnairdA/boltzbub
c83318094f6952261fcb60028a9b5dee4dad94a3
[ "MIT" ]
1
2019-01-15T15:02:29.000Z
2019-01-15T15:35:55.000Z
src/lbm.cc
KnairdA/boltzbub
c83318094f6952261fcb60028a9b5dee4dad94a3
[ "MIT" ]
1
2020-02-20T09:37:24.000Z
2020-02-20T09:37:24.000Z
#include "lbm.h" #include <iostream> void Cell::equilibrize(Density d, Velocity v) { for ( int i = -1; i <= 1; ++i ) { for ( int j = -1; j <= 1; ++j ) { get(i,j) = weight.get(i,j) * d * (1 + 3*v.comp(i,j) + 4.5*sq(v.comp(i,j)) - 1.5*sq(v.norm())); if ( std::isnan(get(i,j)) ) { std::cerr << "Instability ...
29.907895
123
0.481742
KnairdA
33c9b74b5aa92775b445c7e36433df3c05ba5ae4
7,568
cpp
C++
Source/Falcor/Core/API/Vulkan/VKTexture.cpp
wsqjny/Falcor
9ebbb0a0426304a542a6ec314c9470e0c043093f
[ "BSD-3-Clause" ]
62
2022-02-04T10:34:29.000Z
2022-03-31T19:41:20.000Z
Source/Falcor/Core/API/Vulkan/VKTexture.cpp
wsqjny/Falcor
9ebbb0a0426304a542a6ec314c9470e0c043093f
[ "BSD-3-Clause" ]
1
2022-03-22T17:21:21.000Z
2022-03-22T17:21:21.000Z
Source/Falcor/Core/API/Vulkan/VKTexture.cpp
wsqjny/Falcor
9ebbb0a0426304a542a6ec314c9470e0c043093f
[ "BSD-3-Clause" ]
4
2022-02-04T16:08:30.000Z
2022-03-09T09:39:41.000Z
/*************************************************************************** # Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # * Redistributions of...
42.516854
139
0.690011
wsqjny
33cb3a70c6b166ff1489d826ea262e95350be912
15,472
c++
C++
src/extern/inventor/apps/tools/ivnorm/Faces.c++
OpenXIP/xip-libraries
9f0fef66038b20ff0c81c089d7dd0038e3126e40
[ "Apache-2.0" ]
2
2020-05-21T07:06:07.000Z
2021-06-28T02:14:34.000Z
src/extern/inventor/apps/tools/ivnorm/Faces.c++
OpenXIP/xip-libraries
9f0fef66038b20ff0c81c089d7dd0038e3126e40
[ "Apache-2.0" ]
null
null
null
src/extern/inventor/apps/tools/ivnorm/Faces.c++
OpenXIP/xip-libraries
9f0fef66038b20ff0c81c089d7dd0038e3126e40
[ "Apache-2.0" ]
6
2016-03-21T19:53:18.000Z
2021-06-08T18:06:03.000Z
/* * * Copyright (C) 2000 Silicon Graphics, Inc. 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 opti...
20.795699
77
0.579046
OpenXIP
33cb7c3f050bc651a95ef875089fabe9d3503c5d
169,428
cpp
C++
IDLCWriteSourceFile_cpp.cpp
pos0637/IDL
88fa7106a13d12371447cefc1f9f02ca3a12f449
[ "MIT" ]
5
2018-05-21T13:25:55.000Z
2020-03-21T17:07:32.000Z
IDLCWriteSourceFile_cpp.cpp
pos0637/IDL
88fa7106a13d12371447cefc1f9f02ca3a12f449
[ "MIT" ]
null
null
null
IDLCWriteSourceFile_cpp.cpp
pos0637/IDL
88fa7106a13d12371447cefc1f9f02ca3a12f449
[ "MIT" ]
2
2017-03-01T01:45:24.000Z
2019-03-13T04:57:50.000Z
 #include <stdlib.h> #include "AXP/cplusplus/xplatform/include/stl/tree.h" #include "AXP/cplusplus/xplatform/include/stl/hashtable.h" #include "IDLCParser.h" #include "Common.h" using namespace AXP; using namespace AXP::STL; using namespace IDLC; namespace IDLC { EXTERN Int32 gIDLFlag; EXTERN Sp<List<String>...
51.063291
151
0.495998
pos0637
33cbdbd032e5dbdf89fa3e28c1e0d1ad5cf94fcf
9,802
cc
C++
chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_runner_win.cc
Ron423c/chromium
2edf7b980065b648f8b2a6e52193d83832fe36b7
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
575
2015-06-18T23:58:20.000Z
2022-03-23T09:32:39.000Z
chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_runner_win.cc
Ron423c/chromium
2edf7b980065b648f8b2a6e52193d83832fe36b7
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
113
2015-05-04T09:58:14.000Z
2022-01-31T19:35:03.000Z
chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_runner_win.cc
DamieFC/chromium
54ce2d3c77723697efd22cfdb02aea38f9dfa25c
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
52
2015-07-14T10:40:50.000Z
2022-03-15T01:11:49.000Z
// Copyright 2017 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/safe_browsing/chrome_cleaner/chrome_cleaner_runner_win.h" #include <memory> #include <string> #include <utility> #include "base...
40.672199
91
0.752091
Ron423c
33ccbc62111db3125ab7d8fb2cf5a1137719ee6d
5,530
cpp
C++
src/CoLaParameterWriter.cpp
diersma/sick_visionary_cpp_shared
f86e647886fb1199a2ed063fcf128ed78c6651db
[ "Apache-2.0" ]
null
null
null
src/CoLaParameterWriter.cpp
diersma/sick_visionary_cpp_shared
f86e647886fb1199a2ed063fcf128ed78c6651db
[ "Apache-2.0" ]
null
null
null
src/CoLaParameterWriter.cpp
diersma/sick_visionary_cpp_shared
f86e647886fb1199a2ed063fcf128ed78c6651db
[ "Apache-2.0" ]
null
null
null
// // Copyright note: Redistribution and use in source, with or without modification, are permitted. // // Created: October 2018 // // SICK AG, Waldkirch // email: TechSupport0905@sick.de #include "CoLaParameterWriter.h" #include "MD5.h" #include "VisionaryEndian.h" namespace visionary { CoLaPara...
29.731183
141
0.726944
diersma
33ce50dc73f9bd7115f7ef3d77d87e2da4a748bc
9,269
hpp
C++
hotspot/src/os_cpu/linux_zero/vm/atomic_linux_zero.inline.hpp
dbac/jdk8
abfce42ff6d4b8b77d622157519ecd211ba0aa8f
[ "MIT" ]
1
2020-12-26T04:52:15.000Z
2020-12-26T04:52:15.000Z
hotspot/src/os_cpu/linux_zero/vm/atomic_linux_zero.inline.hpp
dbac/jdk8
abfce42ff6d4b8b77d622157519ecd211ba0aa8f
[ "MIT" ]
1
2020-12-26T04:57:19.000Z
2020-12-26T04:57:19.000Z
hotspot/src/os_cpu/linux_zero/vm/atomic_linux_zero.inline.hpp
dbac/jdk8
abfce42ff6d4b8b77d622157519ecd211ba0aa8f
[ "MIT" ]
1
2021-12-06T01:13:18.000Z
2021-12-06T01:13:18.000Z
/* * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved. * Copyright 2007, 2008, 2011 Red Hat, Inc. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License ...
29.239748
79
0.671809
dbac
33cee099028f641040fed14ba0e05ce6be02daee
9,563
cc
C++
third_party/blink/renderer/core/animation/length_interpolation_functions.cc
zipated/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
2,151
2020-04-18T07:31:17.000Z
2022-03-31T08:39:18.000Z
third_party/blink/renderer/core/animation/length_interpolation_functions.cc
cangulcan/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
395
2020-04-18T08:22:18.000Z
2021-12-08T13:04:49.000Z
third_party/blink/renderer/core/animation/length_interpolation_functions.cc
cangulcan/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
338
2020-04-18T08:03:10.000Z
2022-03-29T12:33:22.000Z
// 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/core/animation/length_interpolation_functions.h" #include "third_party/blink/renderer/core/css/css_calculation_value...
38.560484
85
0.758235
zipated
33cef864bd5d6ac5ea8405f871e20ae44655e3b2
6,708
cc
C++
chromium/chrome/browser/extensions/api/screenlock_private/screenlock_private_api.cc
wedataintelligence/vivaldi-source
22a46f2c969f6a0b7ca239a05575d1ea2738768c
[ "BSD-3-Clause" ]
null
null
null
chromium/chrome/browser/extensions/api/screenlock_private/screenlock_private_api.cc
wedataintelligence/vivaldi-source
22a46f2c969f6a0b7ca239a05575d1ea2738768c
[ "BSD-3-Clause" ]
null
null
null
chromium/chrome/browser/extensions/api/screenlock_private/screenlock_private_api.cc
wedataintelligence/vivaldi-source
22a46f2c969f6a0b7ca239a05575d1ea2738768c
[ "BSD-3-Clause" ]
null
null
null
// 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/extensions/api/screenlock_private/screenlock_private_api.h" #include <utility> #include "base/lazy_instance.h" #include "base/v...
37.47486
84
0.764162
wedataintelligence
33d075de530a093dffd03561ad9ddeafd8c8c007
487
hpp
C++
test/test_vector/intf_xcvector_d/xcvector_d.hpp
skrzj-dev/libxccc
621ce71dcc0ad8fb7a13460aeb3dc250188fb5d2
[ "MIT" ]
null
null
null
test/test_vector/intf_xcvector_d/xcvector_d.hpp
skrzj-dev/libxccc
621ce71dcc0ad8fb7a13460aeb3dc250188fb5d2
[ "MIT" ]
10
2020-02-19T19:41:48.000Z
2020-03-08T22:08:35.000Z
test/test_vector/intf_xcvector_d/xcvector_d.hpp
skrzj-dev/libxccc
621ce71dcc0ad8fb7a13460aeb3dc250188fb5d2
[ "MIT" ]
null
null
null
/* * Copyright block: * * Source file of libxccc project * * Copyright (c) 2019 Jakub Skrzyniarz, skrzj-dev@protonmail.com * * Licensed under: MIT license; See the file "LICENSE" of libxccc project for more information. * * Copyright block: end */ #ifndef _XCC_TEST_TPL_VECTOR___CSEQ_HPP_ #define _XCC_TEST_TP...
20.291667
95
0.765914
skrzj-dev
33d2c7590ec73707d7dee983302c086d137bf682
18,448
cpp
C++
Source/AllProjects/Utilities/CIDResEd/CIDResEd_MenuData.cpp
MarkStega/CIDLib
82014e064eef51cad998bf2c694ed9c1c8cceac6
[ "MIT" ]
216
2019-03-09T06:41:28.000Z
2022-02-25T16:27:19.000Z
Source/AllProjects/Utilities/CIDResEd/CIDResEd_MenuData.cpp
MarkStega/CIDLib
82014e064eef51cad998bf2c694ed9c1c8cceac6
[ "MIT" ]
9
2020-09-27T08:00:52.000Z
2021-07-02T14:27:31.000Z
Source/AllProjects/Utilities/CIDResEd/CIDResEd_MenuData.cpp
MarkStega/CIDLib
82014e064eef51cad998bf2c694ed9c1c8cceac6
[ "MIT" ]
29
2019-03-09T10:12:24.000Z
2021-03-03T22:25:29.000Z
// // FILE NAME: CIDResEd_MenuData.cpp // // AUTHOR: Dean Roddey // // CREATED: 02/26/2010 // // COPYRIGHT: Charmed Quark Systems, Ltd @ 2019 // // This software is copyrighted by 'Charmed Quark Systems, Ltd' and // the author (Dean Roddey.) It is licensed under the MIT Open Source // license: // // https://opensou...
29.28254
99
0.535614
MarkStega
33d401ecef370d93c1a4ea507b9285e5d1b0e0ca
3,448
cpp
C++
3rdparty/webkit/Source/WebCore/html/track/InbandWebVTTTextTrack.cpp
mchiasson/PhaserNative
f867454602c395484bf730a7c43b9c586c102ac2
[ "MIT" ]
1
2020-05-25T16:06:49.000Z
2020-05-25T16:06:49.000Z
3rdparty/webkit/Source/WebCore/html/track/InbandWebVTTTextTrack.cpp
mchiasson/PhaserNative
f867454602c395484bf730a7c43b9c586c102ac2
[ "MIT" ]
null
null
null
3rdparty/webkit/Source/WebCore/html/track/InbandWebVTTTextTrack.cpp
mchiasson/PhaserNative
f867454602c395484bf730a7c43b9c586c102ac2
[ "MIT" ]
1
2019-01-25T13:55:25.000Z
2019-01-25T13:55:25.000Z
/* * Copyright (C) 2012-2017 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditi...
33.475728
147
0.742459
mchiasson
33d6568c9c007b8a4874951bcef8560b02d982bf
4,230
cpp
C++
lib/fuzzer/FuzzerIO.cpp
remote-android/toolchain_compiler-rt
2ab6b9526fadddd76a15e0ecedf60462b2de2ed7
[ "Apache-2.0" ]
null
null
null
lib/fuzzer/FuzzerIO.cpp
remote-android/toolchain_compiler-rt
2ab6b9526fadddd76a15e0ecedf60462b2de2ed7
[ "Apache-2.0" ]
null
null
null
lib/fuzzer/FuzzerIO.cpp
remote-android/toolchain_compiler-rt
2ab6b9526fadddd76a15e0ecedf60462b2de2ed7
[ "Apache-2.0" ]
3
2021-11-28T11:21:54.000Z
2022-03-13T11:10:01.000Z
//===- FuzzerIO.cpp - IO utils. -------------------------------------------===// // // 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 // //===---------------------------...
28.013245
80
0.60922
remote-android
33d73f28072395236161bb38f95e48dff93149a3
1,708
hpp
C++
drape_frontend/my_position.hpp
benwixen/tripfinger-ios
bbca1c83269a7015100d43997569b543025a4087
[ "Apache-2.0" ]
null
null
null
drape_frontend/my_position.hpp
benwixen/tripfinger-ios
bbca1c83269a7015100d43997569b543025a4087
[ "Apache-2.0" ]
13
2015-09-28T13:59:23.000Z
2015-10-08T20:12:45.000Z
drape_frontend/my_position.hpp
prebenl/tripfinger
bbca1c83269a7015100d43997569b543025a4087
[ "Apache-2.0" ]
null
null
null
#pragma once #include "arrow3d.hpp" #include "render_node.hpp" #include "drape/vertex_array_buffer.hpp" #include "drape/glstate.hpp" #include "drape/gpu_program_manager.hpp" #include "drape/texture_manager.hpp" #include "drape/uniform_values_storage.hpp" #include "drape/batcher.hpp" #include "geometry/screenbase.hpp...
24.056338
73
0.702576
benwixen
33d7dd879cf0042ce2eb234c7f38e828de1fce7e
1,287
cpp
C++
src/main/cpp/platform-wrapper-tests/TestBRAMMasked.cpp
DM-PRO-17-A/fpga-tidbits
017226cb8d56353454e6a84e9c2dfda176ca4865
[ "BSD-2-Clause" ]
87
2015-09-17T21:22:40.000Z
2022-03-11T08:06:53.000Z
src/main/cpp/platform-wrapper-tests/TestBRAMMasked.cpp
DM-PRO-17-A/fpga-tidbits
017226cb8d56353454e6a84e9c2dfda176ca4865
[ "BSD-2-Clause" ]
4
2016-03-04T02:10:21.000Z
2021-01-08T21:48:58.000Z
src/main/cpp/platform-wrapper-tests/TestBRAMMasked.cpp
DM-PRO-17-A/fpga-tidbits
017226cb8d56353454e6a84e9c2dfda176ca4865
[ "BSD-2-Clause" ]
26
2015-11-16T05:44:49.000Z
2021-04-07T07:50:42.000Z
#include <iostream> #include "platform.h" #include "TestBRAMMasked.hpp" #include <string> using namespace std; int main() { WrapperRegDriver * platform = initPlatform(); TestBRAMMasked t(platform); cout << "Signature: " << hex << t.get_signature() << dec << endl; string cmd; unsigned int addr, dat, write...
27.382979
82
0.596737
DM-PRO-17-A
33da286f7c9191a326c8d1543ad7012a531e7b11
8,590
cpp
C++
lib/Adafruit_EPD/src/drivers/Adafruit_SSD1675B.cpp
mkinney/LilyGO-T-Echo
8a08ad17c0eb2ec8e9153eab556a4e91e13f647f
[ "MIT" ]
15
2021-07-28T04:03:24.000Z
2022-01-11T19:24:06.000Z
lib/Adafruit_EPD/src/drivers/Adafruit_SSD1675B.cpp
mkinney/LilyGO-T-Echo
8a08ad17c0eb2ec8e9153eab556a4e91e13f647f
[ "MIT" ]
12
2021-08-01T15:47:00.000Z
2022-03-21T11:37:37.000Z
lib/Adafruit_EPD/src/drivers/Adafruit_SSD1675B.cpp
mkinney/LilyGO-T-Echo
8a08ad17c0eb2ec8e9153eab556a4e91e13f647f
[ "MIT" ]
3
2021-11-22T14:05:13.000Z
2022-02-04T08:27:52.000Z
#include "Adafruit_SSD1675B.h" #include "Adafruit_EPD.h" #define BUSY_WAIT 500 #define SSD1675B_USELUT const unsigned char LUT_DATA[] = { 0xA0, 0x90, 0x50, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0x90, 0xA0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xA0, 0x90, 0x50, 0x00, 0x00, 0x00, 0x00, 0x00,...
29.217687
78
0.541094
mkinney
33da9d53bbe1505b55901baf8328c58b75881008
19,679
cpp
C++
pxr/imaging/hdSt/textureUtils.cpp
yurivict/USD
3b097e3ba8fabf1777a1256e241ea15df83f3065
[ "Apache-2.0" ]
1
2021-09-25T12:49:37.000Z
2021-09-25T12:49:37.000Z
pxr/imaging/hdSt/textureUtils.cpp
yurivict/USD
3b097e3ba8fabf1777a1256e241ea15df83f3065
[ "Apache-2.0" ]
null
null
null
pxr/imaging/hdSt/textureUtils.cpp
yurivict/USD
3b097e3ba8fabf1777a1256e241ea15df83f3065
[ "Apache-2.0" ]
1
2020-10-24T00:43:14.000Z
2020-10-24T00:43:14.000Z
// // Copyright 2020 Pixar // // Licensed under the Apache License, Version 2.0 (the "Apache License") // with the following modification; you may not use this file except in // compliance with the Apache License and the following modification to it: // Section 6. Trademarks. is deleted and replaced with: // // 6. Trad...
33.12963
81
0.616037
yurivict
33dd8830519d96b1f9e23adc838bda603108e060
846
cc
C++
GUI/ConfigEditor/RunnerItem.cc
jwillemsen/sidecar
941d9f3b84d05ca405df1444d4d9fd0bde03887f
[ "MIT" ]
null
null
null
GUI/ConfigEditor/RunnerItem.cc
jwillemsen/sidecar
941d9f3b84d05ca405df1444d4d9fd0bde03887f
[ "MIT" ]
null
null
null
GUI/ConfigEditor/RunnerItem.cc
jwillemsen/sidecar
941d9f3b84d05ca405df1444d4d9fd0bde03887f
[ "MIT" ]
null
null
null
#include "RunnerItem.h" #include "ConfigurationItem.h" #include "StreamItem.h" using namespace SideCar::GUI::ConfigEditor; RunnerItem::RunnerItem(ConfigurationItem* parent, const QString& name, const QString& hostName, const QString& multicastAddress) : Super(parent, name), hostName_(ho...
22.263158
95
0.700946
jwillemsen
33e0933d389414c6edf3ddb1169092262e464a0f
4,577
cpp
C++
test/vector3_test.cpp
bluelightning32/walnut
c259e62dad5a22b95978e28afe18ebe230849cc6
[ "MIT" ]
3
2021-10-16T16:22:52.000Z
2022-02-07T21:41:34.000Z
test/vector3_test.cpp
bluelightning32/walnut
c259e62dad5a22b95978e28afe18ebe230849cc6
[ "MIT" ]
2
2021-10-17T10:25:35.000Z
2022-01-30T18:32:19.000Z
test/vector3_test.cpp
bluelightning32/walnut
c259e62dad5a22b95978e28afe18ebe230849cc6
[ "MIT" ]
null
null
null
#include "walnut/vector3.h" #include "gtest/gtest.h" #include "walnut/point3.h" namespace walnut { TEST(Vector3, IsSameDir) { Vector3 v1a(0, 0, 1); Vector3 v1b(0, 0, 2); Vector3 v2a(1, 0, 0); Vector3 v2b(10, 0, 0); EXPECT_TRUE(v1a.IsSameDir(v1b)); EXPECT_TRUE(v1b.IsSameDir(v1a)); EXPECT_FALSE(v1a.IsSa...
26.766082
79
0.694341
bluelightning32
33e1207e4732c3afbd10abd6bc9be226d1d8978a
5,719
cpp
C++
moveit_ros/planning/planning_components_tools/src/evaluate_collision_checking_speed.cpp
lilustga/moveit2
036454faf63292c3a273d0dc91f865cfdaf442a8
[ "BSD-3-Clause" ]
1
2021-04-26T00:46:04.000Z
2021-04-26T00:46:04.000Z
moveit_ros/planning/planning_components_tools/src/evaluate_collision_checking_speed.cpp
lilustga/moveit2
036454faf63292c3a273d0dc91f865cfdaf442a8
[ "BSD-3-Clause" ]
null
null
null
moveit_ros/planning/planning_components_tools/src/evaluate_collision_checking_speed.cpp
lilustga/moveit2
036454faf63292c3a273d0dc91f865cfdaf442a8
[ "BSD-3-Clause" ]
1
2020-07-21T19:17:47.000Z
2020-07-21T19:17:47.000Z
/********************************************************************* * Software License Agreement (BSD License) * * Copyright (c) 2012, Willow Garage, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following...
40.274648
120
0.668299
lilustga
33e1d39519e4bbd6a5c54b6006154ae50c32bb27
17,291
cpp
C++
Source/bindings/tests/results/core/V8TestInterfaceConstructor.cpp
primiano/blink-gitcs
0b5424070e3006102e0036deea1e2e263b871eaa
[ "BSD-3-Clause" ]
1
2017-08-25T05:15:52.000Z
2017-08-25T05:15:52.000Z
Source/bindings/tests/results/core/V8TestInterfaceConstructor.cpp
primiano/blink-gitcs
0b5424070e3006102e0036deea1e2e263b871eaa
[ "BSD-3-Clause" ]
null
null
null
Source/bindings/tests/results/core/V8TestInterfaceConstructor.cpp
primiano/blink-gitcs
0b5424070e3006102e0036deea1e2e263b871eaa
[ "BSD-3-Clause" ]
null
null
null
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY! #include "config.h" #include "V8TestInterfaceConstructor.h" #include "bindi...
48.707042
596
0.736163
primiano
33e25fa7ba2feb1e4aac0483564d750c07f51c84
1,704
cpp
C++
config/src/tests/trace/trace.cpp
yehzu/vespa
a439476f948f52a57485f5e7700b17bf9aa73417
[ "Apache-2.0" ]
1
2018-12-30T05:42:18.000Z
2018-12-30T05:42:18.000Z
config/src/tests/trace/trace.cpp
yehzu/vespa
a439476f948f52a57485f5e7700b17bf9aa73417
[ "Apache-2.0" ]
1
2021-03-31T22:27:25.000Z
2021-03-31T22:27:25.000Z
config/src/tests/trace/trace.cpp
yehzu/vespa
a439476f948f52a57485f5e7700b17bf9aa73417
[ "Apache-2.0" ]
1
2020-02-01T07:21:28.000Z
2020-02-01T07:21:28.000Z
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #include <vespa/vespalib/testkit/test_kit.h> #include <vespa/config/common/trace.h> #include <vespa/vespalib/trace/tracenode.h> using namespace config; using namespace vespalib; using namespace vesp...
24.695652
118
0.651995
yehzu
33e346ac3c3e7d077487530e43fe736c9cb58580
24,802
hpp
C++
glfw3_app/rx_gui_emu/RX/CALC_app/calc_gui.hpp
hirakuni45/glfw3_app
d9ceeef6d398229fda4849afe27f8b48d1597fcf
[ "BSD-3-Clause" ]
9
2015-09-22T21:36:57.000Z
2021-04-01T09:16:53.000Z
glfw3_app/rx_gui_emu/RX/CALC_app/calc_gui.hpp
hirakuni45/glfw3_app
d9ceeef6d398229fda4849afe27f8b48d1597fcf
[ "BSD-3-Clause" ]
null
null
null
glfw3_app/rx_gui_emu/RX/CALC_app/calc_gui.hpp
hirakuni45/glfw3_app
d9ceeef6d398229fda4849afe27f8b48d1597fcf
[ "BSD-3-Clause" ]
2
2019-02-21T04:22:13.000Z
2021-03-02T17:24:32.000Z
#pragma once //=====================================================================// /*! @file @brief GUI 関数電卓・クラス @n RX65N Envision Kit @n RX72N Envision Kit @n calc_gui @author 平松邦仁 (hira@rvf-rc45.net) @copyright Copyright (C) 2020 Kunihito Hiramatsu @n Released under the MIT license @n h...
26.497863
123
0.557576
hirakuni45
33e3484606102c6e07e7631f7170693fd0156068
564
cpp
C++
dynamic-programming/C++/0518-coin-change-2(3)/main.cpp
ljyljy/LeetCode-Solution-in-Good-Style
0998211d21796868061eb22e2cbb9bcd112cedce
[ "Apache-2.0" ]
1
2020-04-02T13:31:31.000Z
2020-04-02T13:31:31.000Z
dynamic-programming/C++/0518-coin-change-2(3)/main.cpp
lemonnader/LeetCode-Solution-Well-Formed
baabdb1990fd49ab82a712e121f49c4f68b29459
[ "Apache-2.0" ]
null
null
null
dynamic-programming/C++/0518-coin-change-2(3)/main.cpp
lemonnader/LeetCode-Solution-Well-Formed
baabdb1990fd49ab82a712e121f49c4f68b29459
[ "Apache-2.0" ]
1
2021-06-17T09:21:54.000Z
2021-06-17T09:21:54.000Z
#include <iostream> #include <vector> using namespace std; class Solution { public: int change(int amount, vector<int> &coins) { int len = coins.size(); vector<int> dp(amount + 1, 0); dp[0] = 1; for (int i = 1; i <= len; ++i) { for (int j = 0; j <= amount; ++j) { ...
21.692308
50
0.423759
ljyljy
33e39e5e0963c8668829805d1f7e9333366271b9
7,545
cc
C++
chrome/browser/ui/webui/options/handler_options_handler.cc
junmin-zhu/chromium-rivertrail
eb1a57aca71fe68d96e48af8998dcfbe45171ee1
[ "BSD-3-Clause" ]
5
2018-03-10T13:08:42.000Z
2021-07-26T15:02:11.000Z
chrome/browser/ui/webui/options/handler_options_handler.cc
quisquous/chromium
b25660e05cddc9d0c3053b3514f07037acc69a10
[ "BSD-3-Clause" ]
1
2015-07-21T08:02:01.000Z
2015-07-21T08:02:01.000Z
chrome/browser/ui/webui/options/handler_options_handler.cc
jianglong0156/chromium.src
d496dfeebb0f282468827654c2b3769b3378c087
[ "BSD-3-Clause" ]
6
2016-11-14T10:13:35.000Z
2021-01-23T15:29:53.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/ui/webui/options/handler_options_handler.h" #include <vector> #include "base/bind.h" #include "base/bind_helpers.h" #includ...
36.100478
78
0.741286
junmin-zhu
33e420feffee07408a0356462d9d5ae347d2152e
2,426
cpp
C++
design-patterns/cpp/behavioral/visitor.cpp
cjmcv/design-pattern
6da0421b49a2cfde2cde60941096f344fa2838a1
[ "Apache-2.0" ]
2
2018-05-22T05:52:23.000Z
2018-11-28T02:43:43.000Z
design-patterns/cpp/behavioral/visitor.cpp
cjmcv/design-pattern
6da0421b49a2cfde2cde60941096f344fa2838a1
[ "Apache-2.0" ]
null
null
null
design-patterns/cpp/behavioral/visitor.cpp
cjmcv/design-pattern
6da0421b49a2cfde2cde60941096f344fa2838a1
[ "Apache-2.0" ]
2
2019-03-11T14:53:11.000Z
2021-04-06T06:11:45.000Z
/*! * \brief Visitor. Represent an operation to be performed * on the elements of an object structure. Visitor lets * you define a new operation without changing the classes * of the elements on which it operates. * * <ObjectStructure> <Element> <Visitor> * School (create...
22.672897
71
0.636026
cjmcv
33e51175a328ccd7a1fc4e2653f84464ca0b11e5
495
cpp
C++
src/events/MyStopImmCmd.cpp
LinuxDroneLab/MyDrone
33b8e9f15cebf79da0141e4d8aa5f4d57da73b3e
[ "Apache-2.0" ]
2
2021-05-31T09:46:39.000Z
2022-02-17T12:33:43.000Z
src/events/MyStopImmCmd.cpp
LinuxDroneLab/MyLinuxDrone
33b8e9f15cebf79da0141e4d8aa5f4d57da73b3e
[ "Apache-2.0" ]
17
2018-09-03T05:41:37.000Z
2018-11-15T07:48:20.000Z
src/events/MyStopImmCmd.cpp
LinuxDroneLab/MyLinuxDrone
33b8e9f15cebf79da0141e4d8aa5f4d57da73b3e
[ "Apache-2.0" ]
null
null
null
/* * MyStopImmCmd.cpp * * Created on: 17 dic 2015 * Author: andrea */ #include <commons/MyPriority.h> #include <events/MyStopImmCmd.h> MyStopImmCmd::MyStopImmCmd(boost::uuids::uuid origin, boost::uuids::uuid destination) : MyCmd(origin, destination) { this->setPriority(MyPriority::STOP_IMMEDIATELY_PRIORIT...
22.5
116
0.735354
LinuxDroneLab
33e56173897c6d3c0ffb6ae8763041e62eaa6e19
4,526
cxx
C++
Core/GraphicsKit/GraphicsHandler.cxx
broken-bytes/Cyanite-Engine
5733e1fc010b375bbafc9ebfa41e248845f945b3
[ "MIT" ]
null
null
null
Core/GraphicsKit/GraphicsHandler.cxx
broken-bytes/Cyanite-Engine
5733e1fc010b375bbafc9ebfa41e248845f945b3
[ "MIT" ]
null
null
null
Core/GraphicsKit/GraphicsHandler.cxx
broken-bytes/Cyanite-Engine
5733e1fc010b375bbafc9ebfa41e248845f945b3
[ "MIT" ]
1
2020-12-20T07:35:05.000Z
2020-12-20T07:35:05.000Z
#include "pch.hxx" #include "GraphicsHandler.hxx" #include "TypeConverter.hxx" #include "../../Libs/ImGUI/imgui.h" #include "../../Libs/ImGUI/imgui_impl_dx12.h" #include "../../Libs/ImGUI/imgui_impl_win32.h" auto open = true; namespace Cyanite::GraphicsKit { GraphicsHandler::GraphicsHandler(HWND window) { SetDebug...
30.173333
112
0.710782
broken-bytes
33e8ceff1a3e3a2641d9d9bb4cfe401acbc9da34
8,738
cpp
C++
src/storage/mutate/DeleteVerticesProcessor.cpp
whitewum/nebula-storage
3830820e8453a1c8457acb06380f0570a673cbe8
[ "Apache-2.0" ]
null
null
null
src/storage/mutate/DeleteVerticesProcessor.cpp
whitewum/nebula-storage
3830820e8453a1c8457acb06380f0570a673cbe8
[ "Apache-2.0" ]
null
null
null
src/storage/mutate/DeleteVerticesProcessor.cpp
whitewum/nebula-storage
3830820e8453a1c8457acb06380f0570a673cbe8
[ "Apache-2.0" ]
null
null
null
/* Copyright (c) 2019 vesoft inc. All rights reserved. * * This source code is licensed under Apache 2.0 License, * attached with Common Clause Condition 1.0, found in the LICENSES directory. */ #include "storage/StorageFlags.h" #include "storage/mutate/DeleteVerticesProcessor.h" #include "utils/IndexKeyUtils.h" #...
43.69
100
0.478027
whitewum
33e8fbd020ba1a3c6a02e5671f081ac71f6d9aeb
1,448
cpp
C++
swapnum.cpp
W-YXN/MyNOIPProjects
0269a8385a6c8d87511236146f374f39dcdd2b82
[ "Apache-2.0" ]
null
null
null
swapnum.cpp
W-YXN/MyNOIPProjects
0269a8385a6c8d87511236146f374f39dcdd2b82
[ "Apache-2.0" ]
null
null
null
swapnum.cpp
W-YXN/MyNOIPProjects
0269a8385a6c8d87511236146f374f39dcdd2b82
[ "Apache-2.0" ]
1
2019-01-19T01:05:07.000Z
2019-01-19T01:05:07.000Z
#include <iostream> #include <cstdio> #include <cstdlib> #include <cmath> #include <cstring> #include <algorithm> using std::cerr; using std::cin; using std::cout; using std::endl; using std::string; int da_biao[] = {1, 1, 2, 6, 24, 120}; int hash(string s) { int num = 0; for (int i = 0; i < 6 - 1; i++) {...
18.329114
41
0.413674
W-YXN
33e977a0a7aa0581045f3e89d7007f20e69b2b97
33,517
cpp
C++
test/unittests/execute_test.cpp
ExternalRepositories/fizzy
2fe6f02954ea4f5e457071f2ddd81ca76953d63e
[ "Apache-2.0" ]
1
2022-03-19T05:59:46.000Z
2022-03-19T05:59:46.000Z
test/unittests/execute_test.cpp
vshymanskyy/fizzy
2fe6f02954ea4f5e457071f2ddd81ca76953d63e
[ "Apache-2.0" ]
null
null
null
test/unittests/execute_test.cpp
vshymanskyy/fizzy
2fe6f02954ea4f5e457071f2ddd81ca76953d63e
[ "Apache-2.0" ]
null
null
null
// Fizzy: A fast WebAssembly interpreter // Copyright 2019-2020 The Fizzy Authors. // SPDX-License-Identifier: Apache-2.0 #include "execute.hpp" #include "limits.hpp" #include "parser.hpp" #include <gtest/gtest.h> #include <test/utils/asserts.hpp> #include <test/utils/execute_helpers.hpp> #include <test/utils/hex.hpp>...
31.353601
100
0.640988
ExternalRepositories
33ead74ff815f1fee0453e0b5ce078d7a329d22f
8,158
cpp
C++
core/crc32.cpp
granitepenguin/wwiv
30669b21f45c5f534014a251f55568c86904f87e
[ "Apache-2.0" ]
157
2015-07-08T18:29:22.000Z
2022-03-10T10:22:58.000Z
core/crc32.cpp
granitepenguin/wwiv
30669b21f45c5f534014a251f55568c86904f87e
[ "Apache-2.0" ]
1,037
2015-07-18T03:09:12.000Z
2022-03-13T17:39:55.000Z
core/crc32.cpp
granitepenguin/wwiv
30669b21f45c5f534014a251f55568c86904f87e
[ "Apache-2.0" ]
74
2015-07-08T19:42:19.000Z
2021-12-22T06:15:46.000Z
/* * Crc - 32 BIT ANSI X3.66 CRC checksum files */ #include "core/file.h" #include <memory> #include <string> namespace wwiv::core { /**********************************************************************\ |* *| |* Demonstration program to compute th...
60.880597
99
0.655185
granitepenguin
33eeea67b7f9d30147d29e772a2845d08078de67
9,985
hpp
C++
boost/config/compiler/visualc.hpp
UnPourTous/boost-159-for-rn
47e2c37fcbd5e1b25561e5a4fc81bc4f31d2cbf4
[ "BSL-1.0" ]
2
2021-08-08T02:06:56.000Z
2021-12-20T02:16:44.000Z
include/boost/config/compiler/visualc.hpp
Acidburn0zzz/PopcornTorrent-1
c12a30ef9e971059dae5f7ce24a8c37fef83c0c4
[ "MIT" ]
null
null
null
include/boost/config/compiler/visualc.hpp
Acidburn0zzz/PopcornTorrent-1
c12a30ef9e971059dae5f7ce24a8c37fef83c0c4
[ "MIT" ]
1
2017-04-09T17:04:14.000Z
2017-04-09T17:04:14.000Z
// (C) Copyright John Maddock 2001 - 2003. // (C) Copyright Darin Adler 2001 - 2002. // (C) Copyright Peter Dimov 2001. // (C) Copyright Aleksey Gurtovoy 2002. // (C) Copyright David Abrahams 2002 - 2003. // (C) Copyright Beman Dawes 2002 - 2003. // Use, modification and distribution are subject to the //...
33.506711
122
0.734902
UnPourTous
33f010ad69c63afb05acaab6e222754ddab20978
10,825
cpp
C++
Utilities/IpSegmentation/ipSegmentationRegionCutter.cpp
danielknorr/MITK
b1b9780b2a6671d8118313c5ef71e9aa128362be
[ "BSD-3-Clause" ]
5
2015-05-27T06:57:53.000Z
2020-03-12T21:08:23.000Z
Utilities/IpSegmentation/ipSegmentationRegionCutter.cpp
danielknorr/MITK
b1b9780b2a6671d8118313c5ef71e9aa128362be
[ "BSD-3-Clause" ]
141
2015-03-03T06:52:01.000Z
2020-12-10T07:28:14.000Z
Utilities/IpSegmentation/ipSegmentationRegionCutter.cpp
danielknorr/MITK
b1b9780b2a6671d8118313c5ef71e9aa128362be
[ "BSD-3-Clause" ]
4
2015-02-19T06:48:13.000Z
2020-06-19T16:20:25.000Z
/*=================================================================== The Medical Imaging Interaction Toolkit (MITK) Copyright (c) German Cancer Research Center, Division of Medical and Biological Informatics. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty o...
32.605422
135
0.570531
danielknorr
33f141e0eaf03e25006ee0a24735eb009857f070
5,564
cpp
C++
test/allocator.cpp
cburgard/c4core
e7b7ece50b456c3ae598b8b932825ae6ea913b84
[ "MIT" ]
null
null
null
test/allocator.cpp
cburgard/c4core
e7b7ece50b456c3ae598b8b932825ae6ea913b84
[ "MIT" ]
null
null
null
test/allocator.cpp
cburgard/c4core
e7b7ece50b456c3ae598b8b932825ae6ea913b84
[ "MIT" ]
null
null
null
// This is an open source non-commercial project. Dear PVS-Studio, please check it. // PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com #include "c4/allocator.hpp" #include "c4/test.hpp" #include <vector> #include <string> #include <map> C4_BEGIN_NAMESPACE(c4) template< class T > using small...
23.476793
88
0.635155
cburgard
33f16f6fc92b59515c32e00ad47850b1141d8726
5,175
cpp
C++
test/test_EKF_flow.cpp
huangwen0907/ecl
c91c78dcf67dee85225ada6621b6fd19ec008fd5
[ "BSD-3-Clause" ]
null
null
null
test/test_EKF_flow.cpp
huangwen0907/ecl
c91c78dcf67dee85225ada6621b6fd19ec008fd5
[ "BSD-3-Clause" ]
1
2020-04-24T09:27:03.000Z
2020-04-24T09:27:03.000Z
test/test_EKF_flow.cpp
worlddeworld/ecl
31ae51ff96d7a07477718692fa709823990c7664
[ "BSD-3-Clause" ]
null
null
null
/**************************************************************************** * * Copyright (c) 2019 ECL Development Team. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistri...
38.333333
103
0.766957
huangwen0907
33f1d451fc143ef55fe01c5133849398ca573f8a
1,223
cpp
C++
aws-cpp-sdk-personalize-events/source/model/User.cpp
perfectrecall/aws-sdk-cpp
fb8cbebf2fd62720b65aeff841ad2950e73d8ebd
[ "Apache-2.0" ]
1
2022-02-10T08:06:54.000Z
2022-02-10T08:06:54.000Z
aws-cpp-sdk-personalize-events/source/model/User.cpp
perfectrecall/aws-sdk-cpp
fb8cbebf2fd62720b65aeff841ad2950e73d8ebd
[ "Apache-2.0" ]
1
2021-10-14T16:57:00.000Z
2021-10-18T10:47:24.000Z
aws-cpp-sdk-personalize-events/source/model/User.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/personalize-events/model/User.h> #include <aws/core/utils/json/JsonSerializer.h> #include <utility> using namespace Aws::Utils::Json; using namespace Aws::Utils; namespace Aws { names...
16.306667
69
0.703189
perfectrecall
33f374dcd7ebb7c3a7ca3d8469a50a8e0b614e6d
1,582
hpp
C++
sdk/identity/azure-identity/inc/azure/identity/version.hpp
chidozieononiwu/azure-sdk-for-cpp
7d9032fcc815523231d6ff3e1d96d6212e94b079
[ "MIT" ]
null
null
null
sdk/identity/azure-identity/inc/azure/identity/version.hpp
chidozieononiwu/azure-sdk-for-cpp
7d9032fcc815523231d6ff3e1d96d6212e94b079
[ "MIT" ]
null
null
null
sdk/identity/azure-identity/inc/azure/identity/version.hpp
chidozieononiwu/azure-sdk-for-cpp
7d9032fcc815523231d6ff3e1d96d6212e94b079
[ "MIT" ]
null
null
null
// Copyright (c) Microsoft Corporation. All rights reserved. // SPDX-License-Identifier: MIT /** * @file * @brief Provides version information. */ #pragma once #include "azure/identity/dll_import_export.hpp" #include <string> #define AZURE_IDENTITY_VERSION_MAJOR 1 #define AZURE_IDENTITY_VERSION_MINOR 0 #define ...
27.754386
97
0.75158
chidozieononiwu
33f441ae14a72517805f746798f4212571761954
87,097
cc
C++
tensorflow/compiler/jit/mark_for_compilation_pass.cc
yennster/tensorflow
0cc38aaa4064fd9e79101994ce9872c6d91f816b
[ "Apache-2.0" ]
11
2018-01-03T15:11:09.000Z
2021-04-13T05:47:27.000Z
tensorflow/compiler/jit/mark_for_compilation_pass.cc
yennster/tensorflow
0cc38aaa4064fd9e79101994ce9872c6d91f816b
[ "Apache-2.0" ]
2
2021-08-25T16:14:40.000Z
2022-02-10T03:25:19.000Z
tensorflow/compiler/jit/mark_for_compilation_pass.cc
yennster/tensorflow
0cc38aaa4064fd9e79101994ce9872c6d91f816b
[ "Apache-2.0" ]
10
2018-07-31T10:56:21.000Z
2019-10-07T08:05:21.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...
41.753116
80
0.608379
yennster
33f6a98d95dd409fe15fd882507eb17aed86f508
4,443
cc
C++
runtime/renderer/isolated_file_system.cc
jjykh/crosswalk
b393c7c1644b90292f27ac0e5fbf0f84b910b0cf
[ "BSD-3-Clause" ]
null
null
null
runtime/renderer/isolated_file_system.cc
jjykh/crosswalk
b393c7c1644b90292f27ac0e5fbf0f84b910b0cf
[ "BSD-3-Clause" ]
null
null
null
runtime/renderer/isolated_file_system.cc
jjykh/crosswalk
b393c7c1644b90292f27ac0e5fbf0f84b910b0cf
[ "BSD-3-Clause" ]
null
null
null
// Copyright (c) 2014 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <string> #include "xwalk/runtime/renderer/isolated_file_system.h" #include "base/logging.h" #include "content/public/renderer/v8_value_convert...
37.025
80
0.73779
jjykh
33f7672afb5116b4662ee91006d93a9e073121b7
10,859
cpp
C++
app/src/main/cpp/sample/PortraitStayColorExample.cpp
volionamdp/NDK_OpenGLES_3_0
204b2b9ba8240c4153050da3331b0fb2b6dfe75f
[ "Apache-2.0" ]
1,695
2019-08-09T01:24:00.000Z
2022-03-31T13:12:28.000Z
app/src/main/cpp/sample/PortraitStayColorExample.cpp
codingwatching/NDK_OpenGLES_3_0
4875cdee3fa8722cf72c470913183085faefc5a4
[ "Apache-2.0" ]
7
2020-10-27T03:12:15.000Z
2022-03-23T08:43:54.000Z
app/src/main/cpp/sample/PortraitStayColorExample.cpp
codingwatching/NDK_OpenGLES_3_0
4875cdee3fa8722cf72c470913183085faefc5a4
[ "Apache-2.0" ]
449
2019-09-02T05:11:15.000Z
2022-03-30T06:12:01.000Z
/** * * Created by 公众号:字节流动 on 2022/4/18. * https://github.com/githubhaohao/NDK_OpenGLES_3_0 * 最新文章首发于公众号:字节流动,有疑问或者技术交流可以添加微信 Byte-Flow ,领取视频教程, 拉你进技术交流群 * * */ #include <gtc/matrix_transform.hpp> #include "PortraitStayColorExample.h" #include "../util/GLUtils.h" PortraitStayColorExample::PortraitStayColorExam...
33.207951
158
0.699328
volionamdp
33f9f568ce761f4114d6b0dea6b1b71438bcbbab
1,184
cpp
C++
src/core/nodes/expressions/multi_node.cpp
quentinguidee/cppCAS
0990ae125ca2c5e978c3e228ea0be2ff049596fd
[ "MIT" ]
3
2021-04-03T12:13:21.000Z
2021-09-17T10:20:53.000Z
src/core/nodes/expressions/multi_node.cpp
quentinguidee/cppCAS
0990ae125ca2c5e978c3e228ea0be2ff049596fd
[ "MIT" ]
null
null
null
src/core/nodes/expressions/multi_node.cpp
quentinguidee/cppCAS
0990ae125ca2c5e978c3e228ea0be2ff049596fd
[ "MIT" ]
null
null
null
#include "multi_node.hpp" #include <iostream> #include <vector> MultiNode::MultiNode(char symbol, std::string latexSymbol, std::initializer_list<std::reference_wrapper<Expression>> children) : symbol(symbol), latexSymbol(latexSymbol), children(children) { } MultiNode::MultiNode(char symbol, std::string l...
23.68
128
0.64527
quentinguidee
33fcc85e6ae9d80e30e58a9f8393229cd149e625
11,747
cc
C++
base/process/memory_unittest.cc
iplo/Chain
8bc8943d66285d5258fffc41bed7c840516c4422
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
321
2018-06-17T03:52:46.000Z
2022-03-18T02:34:52.000Z
base/process/memory_unittest.cc
JasonEric/chromium
c7361d39be8abd1574e6ce8957c8dbddd4c6ccf7
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
19
2018-06-26T10:37:45.000Z
2020-12-09T03:16:45.000Z
base/process/memory_unittest.cc
JasonEric/chromium
c7361d39be8abd1574e6ce8957c8dbddd4c6ccf7
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
268
2015-01-21T05:53:28.000Z
2022-03-25T22:09:01.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. #define _CRT_SECURE_NO_WARNINGS #include "base/process/memory.h" #include <limits> #include "base/compiler_specific.h" #include "base/debug/alias.h...
31.159151
80
0.696007
iplo
33fdf6abf2bf464c7da2a6a6ab1ff14b6e6d03ea
12,028
cpp
C++
src/Scene/GameScene.cpp
LuisEduardoR/SCC0250---CG
e115c0d63d7f55e4fe9eb43dcf1ab6c754ed9f17
[ "MIT" ]
1
2021-06-10T17:23:24.000Z
2021-06-10T17:23:24.000Z
src/Scene/GameScene.cpp
LuisEduardoR/SCC0250-CG
e115c0d63d7f55e4fe9eb43dcf1ab6c754ed9f17
[ "MIT" ]
null
null
null
src/Scene/GameScene.cpp
LuisEduardoR/SCC0250-CG
e115c0d63d7f55e4fe9eb43dcf1ab6c754ed9f17
[ "MIT" ]
null
null
null
// Abner Eduardo Silveira Santos - NUSP 10692012 // Amanda de Moura Peres - NUSP 10734522 // Luís Eduardo Rozante de Freitas Pereira - NUSP 10734794 // Desenvolvido para a disciplina: // SCC0250 - Computação Gráfica (2021) // Prof. Ricardo M. Marcacini # include "GameScene.hpp" # include <filesystem> # include <mem...
32.863388
98
0.608829
LuisEduardoR
33fe699357e02ad9843eb4a9bffa8c4c67edeafd
3,821
hpp
C++
src/pretty_effect.hpp
scryptic86/gfx_demo
8f744beb84522f1bc24617725a421a2f2b85aaca
[ "MIT" ]
58
2021-05-10T23:25:06.000Z
2022-03-22T00:59:04.000Z
src/pretty_effect.hpp
scryptic86/gfx_demo
8f744beb84522f1bc24617725a421a2f2b85aaca
[ "MIT" ]
3
2021-07-28T16:26:35.000Z
2022-02-18T21:45:09.000Z
src/pretty_effect.hpp
scryptic86/gfx_demo
8f744beb84522f1bc24617725a421a2f2b85aaca
[ "MIT" ]
5
2021-07-16T12:00:48.000Z
2022-02-14T02:04:06.000Z
/* This example code is in the Public Domain (or CC0 licensed, at your option.) Unless required by applicable law or agreed to in writing, this software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #pragma once #include <stdint.h> #include ...
40.221053
129
0.70793
scryptic86
33ff09edd27d1f6d40c29c8033c7e16151f36648
91
cpp
C++
src/main.cpp
trexxet/PSO
6cd159b94117e55534b3087e6971b4adda35f37c
[ "MIT" ]
null
null
null
src/main.cpp
trexxet/PSO
6cd159b94117e55534b3087e6971b4adda35f37c
[ "MIT" ]
null
null
null
src/main.cpp
trexxet/PSO
6cd159b94117e55534b3087e6971b4adda35f37c
[ "MIT" ]
2
2020-03-02T15:53:24.000Z
2020-06-22T09:06:23.000Z
#include "window/Window.h" int main () { Window window; window.mainLoop(); return 0; }
11.375
26
0.659341
trexxet
33ff0ab5b471b1047c82da5c60a2bd7175f69bd2
5,441
cpp
C++
Components/MeshLodGenerator/src/OgreLodOutputProviderMesh.cpp
fegorsch/ogre
79b0163a25164a27a0b63958467db96530a2b194
[ "MIT" ]
2
2019-01-22T13:17:47.000Z
2019-01-22T13:17:49.000Z
Components/MeshLodGenerator/src/OgreLodOutputProviderMesh.cpp
fegorsch/ogre
79b0163a25164a27a0b63958467db96530a2b194
[ "MIT" ]
1
2019-12-06T10:39:39.000Z
2019-12-06T11:41:38.000Z
Components/MeshLodGenerator/src/OgreLodOutputProviderMesh.cpp
fegorsch/ogre
79b0163a25164a27a0b63958467db96530a2b194
[ "MIT" ]
2
2020-07-31T05:58:45.000Z
2020-08-12T02:40:35.000Z
/* * ----------------------------------------------------------------------------- * This source file is part of OGRE * (Object-oriented Graphics Rendering Engine) * For the latest info, see http://www.ogre3d.org/ * * Copyright (c) 2000-2014 Torus Knot Software Ltd * * Permission is hereby granted, free of char...
46.110169
136
0.602279
fegorsch
d502c6117b4301e596f44bfbfa6445aa4f333115
2,573
cc
C++
examples/workbook/art-workbook/ProductInstanceNames/Intersections1_module.cc
JeffersonLab/ARIEL
49054ac62a84d48e269f7171daabb98e12a0be90
[ "BSD-3-Clause" ]
null
null
null
examples/workbook/art-workbook/ProductInstanceNames/Intersections1_module.cc
JeffersonLab/ARIEL
49054ac62a84d48e269f7171daabb98e12a0be90
[ "BSD-3-Clause" ]
null
null
null
examples/workbook/art-workbook/ProductInstanceNames/Intersections1_module.cc
JeffersonLab/ARIEL
49054ac62a84d48e269f7171daabb98e12a0be90
[ "BSD-3-Clause" ]
2
2020-09-26T01:37:11.000Z
2021-05-03T13:02:24.000Z
// // Illustate instance names and the Intersection class. // #include "toyExperiment/MCDataProducts/IntersectionCollection.h" #include "toyExperiment/Utilities/inputTagsFromStrings.h" #include "art/Framework/Core/EDAnalyzer.h" #include "art/Framework/Core/ModuleMacros.h" #include "art/Framework/Principal/Event.h" #i...
24.740385
108
0.639332
JeffersonLab
d5035fce7547c8cb8c306dcab5de91e2dd14efe4
454
hpp
C++
src/parser/ast/character_node.hpp
p-ranav/walnut.v1
941d795655d104b2c4f3bffd49d879e2ac941afe
[ "MIT" ]
2
2019-07-09T20:33:20.000Z
2019-12-17T20:28:33.000Z
src/parser/ast/character_node.hpp
p-ranav/walnut.v1
941d795655d104b2c4f3bffd49d879e2ac941afe
[ "MIT" ]
null
null
null
src/parser/ast/character_node.hpp
p-ranav/walnut.v1
941d795655d104b2c4f3bffd49d879e2ac941afe
[ "MIT" ]
null
null
null
#pragma once #include <node.hpp> #include <token.hpp> #include <string> namespace walnut { struct CharacterNode : Node { String value; explicit CharacterNode(Token token, StringConstRef value) : Node(token, CHARACTER), value(value) {} String ToStrin...
19.73913
85
0.60793
p-ranav
d5037d6b9b499d6f4b05395449754d97f9f06f33
9,595
cpp
C++
test/unittest/common/hardware_acceleration_unit_test.cpp
openharmony-gitee-mirror/graphic_ui
68abfc8120242a806dd02c400439af2774e6062e
[ "Apache-2.0" ]
null
null
null
test/unittest/common/hardware_acceleration_unit_test.cpp
openharmony-gitee-mirror/graphic_ui
68abfc8120242a806dd02c400439af2774e6062e
[ "Apache-2.0" ]
null
null
null
test/unittest/common/hardware_acceleration_unit_test.cpp
openharmony-gitee-mirror/graphic_ui
68abfc8120242a806dd02c400439af2774e6062e
[ "Apache-2.0" ]
1
2021-09-13T11:16:02.000Z
2021-09-13T11:16:02.000Z
/* * Copyright (c) 2020-2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
32.972509
98
0.658676
openharmony-gitee-mirror
d504ab67885e0cd1cce75982a8fefdf57a20da6b
48,670
cc
C++
src/yb/master/cluster_balance.cc
dmgav/yugabyte-db
67caba8d7a32b743bac41ac1e4882b0432d2d11d
[ "Apache-2.0", "CC0-1.0" ]
1
2020-06-23T20:28:25.000Z
2020-06-23T20:28:25.000Z
src/yb/master/cluster_balance.cc
dmgav/yugabyte-db
67caba8d7a32b743bac41ac1e4882b0432d2d11d
[ "Apache-2.0", "CC0-1.0" ]
null
null
null
src/yb/master/cluster_balance.cc
dmgav/yugabyte-db
67caba8d7a32b743bac41ac1e4882b0432d2d11d
[ "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...
42.102076
100
0.696713
dmgav
d50594970c5e62862b7b78f315044659c7dd3f7c
29,655
cpp
C++
MSCL/source/mscl/MicroStrain/Inertial/Packets/InertialFieldParser_GNSS.cpp
vibhoraggarwal/MSCL
9965f2b6309b5f497e765c8adb3ff317e517ea6c
[ "BSL-1.0", "OpenSSL", "MIT" ]
null
null
null
MSCL/source/mscl/MicroStrain/Inertial/Packets/InertialFieldParser_GNSS.cpp
vibhoraggarwal/MSCL
9965f2b6309b5f497e765c8adb3ff317e517ea6c
[ "BSL-1.0", "OpenSSL", "MIT" ]
1
2019-09-18T07:55:46.000Z
2021-06-22T07:55:14.000Z
MSCL/source/mscl/MicroStrain/Inertial/Packets/InertialFieldParser_GNSS.cpp
vibhoraggarwal/MSCL
9965f2b6309b5f497e765c8adb3ff317e517ea6c
[ "BSL-1.0", "OpenSSL", "MIT" ]
null
null
null
/******************************************************************************* Copyright(c) 2015-2019 LORD Corporation. All rights reserved. MIT Licensed. See the included LICENSE.txt for a copy of the full MIT License. *******************************************************************************/ #include "stdafx...
55.847458
155
0.60091
vibhoraggarwal
d506e885184ac0a0dc608690b07ac5e48ce7ed12
4,382
hpp
C++
Storage/Tape/Tape.hpp
ivanizag/CLK
e5d364c4ce20aaf6dbdf19ddce1879e91f4ddbc8
[ "MIT" ]
2
2018-09-11T14:59:09.000Z
2018-09-12T09:39:46.000Z
Storage/Tape/Tape.hpp
MaddTheSane/CLK
6252859ef5631c7ccbc33e95cf4d888727ff3856
[ "MIT" ]
null
null
null
Storage/Tape/Tape.hpp
MaddTheSane/CLK
6252859ef5631c7ccbc33e95cf4d888727ff3856
[ "MIT" ]
null
null
null
// // Tape.hpp // Clock Signal // // Created by Thomas Harte on 18/01/2016. // Copyright 2016 Thomas Harte. All rights reserved. // #ifndef Tape_hpp #define Tape_hpp #include <memory> #include "../../ClockReceiver/ClockReceiver.hpp" #include "../../ClockReceiver/ClockingHintSource.hpp" #include "../TimedEventLo...
27.049383
106
0.730717
ivanizag
d506ead310292411834fc41e58da72e7b772aa64
758
cc
C++
firmware/main.cc
Millisman/OCPP-NANO
e38db48c989e84b4d7eeaf1e90fcf9ef6c9cf5a5
[ "Apache-2.0" ]
null
null
null
firmware/main.cc
Millisman/OCPP-NANO
e38db48c989e84b4d7eeaf1e90fcf9ef6c9cf5a5
[ "Apache-2.0" ]
null
null
null
firmware/main.cc
Millisman/OCPP-NANO
e38db48c989e84b4d7eeaf1e90fcf9ef6c9cf5a5
[ "Apache-2.0" ]
null
null
null
#include "mcu/mcu.h" #include "mcu/watchdog.h" #include "mcu/serial.h" #include "gsm/modem_manager.h" #include "ocpp/ocpp_man.h" #include "app/man_time.h" #include "event/loop.h" #include "events.h" static uint8_t rx_buff[512]; static uint8_t tx_buff[512]; int main() { //std::cout.setf(std::ios::unitbuf); SE...
22.294118
79
0.618734
Millisman
d50963006eaefdbb3d210e9a2920c83c336726eb
21,459
cpp
C++
Game/Springs.cpp
sjohal21/Floating-Sandbox
0170e3696ed4f012f5f17fdbbdaef1af4117f495
[ "CC-BY-4.0" ]
44
2018-07-08T16:44:53.000Z
2022-02-06T14:07:30.000Z
Game/Springs.cpp
sjohal21/Floating-Sandbox
0170e3696ed4f012f5f17fdbbdaef1af4117f495
[ "CC-BY-4.0" ]
31
2019-03-24T16:00:38.000Z
2022-02-24T20:23:18.000Z
Game/Springs.cpp
sjohal21/Floating-Sandbox
0170e3696ed4f012f5f17fdbbdaef1af4117f495
[ "CC-BY-4.0" ]
24
2018-11-08T21:58:53.000Z
2022-01-12T12:04:42.000Z
/*************************************************************************************** * Original Author: Gabriele Giuseppini * Created: 2018-05-12 * Copyright: Gabriele Giuseppini (https://github.com/GabrieleGiuseppini) ***************************************************************...
39.812616
141
0.691505
sjohal21
d50aedf74a9dade7b930fe2e86fcb123cfb2a53b
2,213
cpp
C++
tools/nl_solver/nl_solver.cpp
lijiaying/gosat
567b55916edc02a805c2f9f5cd911ca86d4fb87b
[ "MIT" ]
21
2017-10-13T06:48:53.000Z
2022-02-15T20:28:18.000Z
tools/nl_solver/nl_solver.cpp
lijiaying/gosat
567b55916edc02a805c2f9f5cd911ca86d4fb87b
[ "MIT" ]
7
2017-11-28T18:17:08.000Z
2018-01-23T16:26:25.000Z
tools/nl_solver/nl_solver.cpp
lijiaying/gosat
567b55916edc02a805c2f9f5cd911ca86d4fb87b
[ "MIT" ]
8
2017-11-27T21:11:28.000Z
2022-01-13T08:54:13.000Z
//===------------------------------------------------------------*- C++ -*-===// // // This file is distributed under MIT License. See LICENSE.txt for details. // //===----------------------------------------------------------------------===// // // Copyright (c) 2017 University of Kaiserslautern. // #include "GOFuncs...
34.046154
80
0.541347
lijiaying
d50bb384b143f01db7d151605fc11a6e73cd7bb6
1,778
hpp
C++
__unit_tests/gv_base_unit_test/unit_test_log.hpp
dragonsn/gv_game_engine
dca6c1fb1f8d96e9a244f157a63f8a69da084b0f
[ "MIT" ]
2
2018-12-03T13:17:31.000Z
2020-04-08T07:00:02.000Z
__unit_tests/gv_base_unit_test/unit_test_log.hpp
dragonsn/gv_game_engine
dca6c1fb1f8d96e9a244f157a63f8a69da084b0f
[ "MIT" ]
null
null
null
__unit_tests/gv_base_unit_test/unit_test_log.hpp
dragonsn/gv_game_engine
dca6c1fb1f8d96e9a244f157a63f8a69da084b0f
[ "MIT" ]
null
null
null
namespace unit_test_log { //the test is from poco static gv_log* s_log = NULL; class MyRunnable : public gv_runnable { public: MyRunnable() : _ran(false) { } void run() { GV_PROFILE_EVENT(MyRunnable, 0); gv_thread* pThread = gv_thread::current(); if (pThread) _threadName = pThread->get_name(); int i...
16.311927
100
0.625984
dragonsn
d50c799a9a01262db84728d004dc551dc514d47f
14,484
cpp
C++
sources/gst-plugins/gst-nvinfer/gstnvinfer_meta_utils.cpp
xiaomaozhou26/deepstream-4.0.1
45f54ebe1db2546bd924b71cd06de1d9ad22e151
[ "MIT" ]
11
2020-01-20T02:08:57.000Z
2022-02-25T05:35:15.000Z
sources/gst-plugins/gst-nvinfer/gstnvinfer_meta_utils.cpp
prat96/Deepstream-4.0
dfb3d0b082a80f5fafe158d27289311f9ecd9b6f
[ "MIT" ]
1
2020-04-06T13:06:34.000Z
2020-04-06T13:06:34.000Z
sources/gst-plugins/gst-nvinfer/gstnvinfer_meta_utils.cpp
prat96/Deepstream-4.0
dfb3d0b082a80f5fafe158d27289311f9ecd9b6f
[ "MIT" ]
10
2020-02-01T06:44:33.000Z
2021-06-04T06:56:42.000Z
/** * Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved. * * NVIDIA Corporation and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation * and any modifications thereto. Any use, reproduction, disclosure or * distribution of this s...
37.91623
151
0.727285
xiaomaozhou26
d50ca4db3b173611b34e96d1284ad5266e1af917
1,520
hpp
C++
laser_scans_fusion/include/laser_scans_fusion/scan_fusion.hpp
Robotion-AI/Autobotware
9930cff624c250eaf044e7dfa93587e7e3be89e3
[ "Apache-2.0" ]
17
2021-05-11T02:58:37.000Z
2021-07-13T09:14:04.000Z
laser_scans_fusion/include/laser_scans_fusion/scan_fusion.hpp
Robotion-AI/ModuLiDAR
9930cff624c250eaf044e7dfa93587e7e3be89e3
[ "Apache-2.0" ]
1
2021-05-12T04:12:35.000Z
2021-05-18T12:32:06.000Z
laser_scans_fusion/include/laser_scans_fusion/scan_fusion.hpp
Robotion-AI/ModuLiDAR
9930cff624c250eaf044e7dfa93587e7e3be89e3
[ "Apache-2.0" ]
3
2021-05-12T02:51:44.000Z
2021-06-05T02:22:37.000Z
/* * Desc: Laser Scan fusion. * Author: khaled elmadawi * mail: khalid.elmadawi@robotion.ai * Date: 30 march 2021 * * Copyright 2020 Robotion-AI. 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 m...
33.043478
88
0.724342
Robotion-AI
d50ffacaa57864132972508530700457e681e173
8,389
cpp
C++
libnd4j/include/ops/declarable/generic/broadcastable/multiply.cpp
RobAltena/deeplearning4j
353f901c7c7171271e73c45a69fe919bec505a10
[ "Apache-2.0" ]
1
2020-09-19T07:09:09.000Z
2020-09-19T07:09:09.000Z
libnd4j/include/ops/declarable/generic/broadcastable/multiply.cpp
RobAltena/deeplearning4j
353f901c7c7171271e73c45a69fe919bec505a10
[ "Apache-2.0" ]
null
null
null
libnd4j/include/ops/declarable/generic/broadcastable/multiply.cpp
RobAltena/deeplearning4j
353f901c7c7171271e73c45a69fe919bec505a10
[ "Apache-2.0" ]
null
null
null
/******************************************************************************* * Copyright (c) 2015-2018 Skymind, Inc. * * This program and the accompanying materials are made available under the * terms of the Apache License, Version 2.0 which is available at * https://www.apache.org/licenses/LICENSE-2.0. * *...
37.119469
264
0.583741
RobAltena
d512119cd39fd772b3cabcf9e17208e93e58128e
96,445
cpp
C++
source/src/Models.cpp
cpawley/ostap
da561c52c6c62a8586f13bb2fa1a678715966c0b
[ "BSD-3-Clause" ]
null
null
null
source/src/Models.cpp
cpawley/ostap
da561c52c6c62a8586f13bb2fa1a678715966c0b
[ "BSD-3-Clause" ]
null
null
null
source/src/Models.cpp
cpawley/ostap
da561c52c6c62a8586f13bb2fa1a678715966c0b
[ "BSD-3-Clause" ]
null
null
null
// ============================================================================ // Include files // ============================================================================ // STD & STL // ============================================================================ #include <cmath> #include <map> #include <limits> ...
37.866117
94
0.374244
cpawley
d51297e81dc022998584a27fd03b693c79db36a1
6,972
cpp
C++
src/servicelistdb.cpp
Penny-Admixture/smileyCoin
2dec63a08984a1fbd6fbdbb82d79a4483f019261
[ "MIT" ]
2
2021-06-12T07:38:49.000Z
2021-06-16T00:03:28.000Z
src/servicelistdb.cpp
Penny-Admixture/smileyCoin
2dec63a08984a1fbd6fbdbb82d79a4483f019261
[ "MIT" ]
null
null
null
src/servicelistdb.cpp
Penny-Admixture/smileyCoin
2dec63a08984a1fbd6fbdbb82d79a4483f019261
[ "MIT" ]
null
null
null
// // Created by Lenovo on 4/24/2020. // // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developersg // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "servicelistdb.h" #include "b...
39.84
204
0.588784
Penny-Admixture
d5130d8983461ef7a544676e181b5c707a63a4c4
1,831
hpp
C++
libs/boost_1_72_0/boost/fusion/container/deque/front_extended_deque.hpp
henrywarhurst/matrix
317a2a7c35c1c7e3730986668ad2270dc19809ef
[ "BSD-3-Clause" ]
null
null
null
libs/boost_1_72_0/boost/fusion/container/deque/front_extended_deque.hpp
henrywarhurst/matrix
317a2a7c35c1c7e3730986668ad2270dc19809ef
[ "BSD-3-Clause" ]
null
null
null
libs/boost_1_72_0/boost/fusion/container/deque/front_extended_deque.hpp
henrywarhurst/matrix
317a2a7c35c1c7e3730986668ad2270dc19809ef
[ "BSD-3-Clause" ]
null
null
null
/*============================================================================= Copyright (c) 2005-2012 Joel de Guzman Copyright (c) 2005-2006 Dan Marsden 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) =...
37.367347
80
0.697433
henrywarhurst
d514128d167743bf11b66fc8cfad143f3ded9a35
1,167
cpp
C++
qt/ApplicationArchitecture/CustomConfig_v1/abackend.cpp
ArboreusSystems/arboreus_examples
17d39e18f4b2511c19f97d4e6c07ec9d7087fae8
[ "BSD-3-Clause" ]
17
2019-02-19T21:29:22.000Z
2022-01-29T11:03:45.000Z
qt/ApplicationArchitecture/CustomConfig_v1/abackend.cpp
MbohBless/arboreus_examples
97f0e25182bbc4b5ffab37c6157514332002aeee
[ "BSD-3-Clause" ]
null
null
null
qt/ApplicationArchitecture/CustomConfig_v1/abackend.cpp
MbohBless/arboreus_examples
97f0e25182bbc4b5ffab37c6157514332002aeee
[ "BSD-3-Clause" ]
9
2021-02-21T05:32:23.000Z
2022-02-26T07:51:52.000Z
// ---------------------------------------------------------- /*! \class ABackend \title \brief Template file classes/cpp/file.cpp \list \li @notice Template file classes/file.h \li @copyright Arboreus (http://arboreus.systems) \li @author Alexandr Kirilov (http://alexandr.kirilov.me) \li @created 05/04/2021 a...
13.892857
61
0.574979
ArboreusSystems
d514173b88292108380f88cb866c3565c034228b
232
cxx
C++
Modules/ThirdParty/VNL/src/vxl/core/vnl/xio/tests/test_template_include.cxx
rdsouza10/ITK
07cb23f9866768b5f4ee48ebec8766b6e19efc69
[ "Apache-2.0" ]
3
2019-11-19T09:47:25.000Z
2022-02-24T00:32:31.000Z
Modules/ThirdParty/VNL/src/vxl/core/vnl/xio/tests/test_template_include.cxx
rdsouza10/ITK
07cb23f9866768b5f4ee48ebec8766b6e19efc69
[ "Apache-2.0" ]
1
2019-03-18T14:19:49.000Z
2020-01-11T13:54:33.000Z
Modules/ThirdParty/VNL/src/vxl/core/vnl/xio/tests/test_template_include.cxx
rdsouza10/ITK
07cb23f9866768b5f4ee48ebec8766b6e19efc69
[ "Apache-2.0" ]
1
2022-02-24T00:32:36.000Z
2022-02-24T00:32:36.000Z
#include <vnl/xio/vnl_xio_matrix.hxx> #include <vnl/xio/vnl_xio_matrix_fixed.hxx> #include <vnl/xio/vnl_xio_quaternion.hxx> #include <vnl/xio/vnl_xio_vector.hxx> #include <vnl/xio/vnl_xio_vector_fixed.hxx> int main() { return 0; }
29
43
0.775862
rdsouza10
d516aa928f40c0d771c9e3bdef3f34267567a534
3,201
hpp
C++
libs/math/test/log1p_expm1_test.hpp
jmuskaan72/Boost
047e36c01841a8cd6a5c74d4e3034da46e327bc1
[ "BSL-1.0" ]
198
2015-01-13T05:47:18.000Z
2022-03-09T04:46:46.000Z
libs/math/test/log1p_expm1_test.hpp
xiaoliang2121/Boost
fc90c3fde129c62565c023f091eddc4a7ed9902b
[ "BSL-1.0" ]
4
2015-03-19T08:23:23.000Z
2019-06-24T07:48:47.000Z
libs/math/test/log1p_expm1_test.hpp
xiaoliang2121/Boost
fc90c3fde129c62565c023f091eddc4a7ed9902b
[ "BSL-1.0" ]
139
2015-01-15T20:09:31.000Z
2022-01-31T15:21:16.000Z
// Copyright John Maddock 2005. // Copyright Paul A. Bristow 2010 // 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 <boost/array.hpp> #include "functor.hpp" ...
35.566667
121
0.652296
jmuskaan72
d5186d74d92fb642c60cf33179c09de641e142d5
15,872
cpp
C++
src/c_glfont.cpp
deadline-cxn/dlstorm
4dec81a71af5f4bbf7daf227c5fd662b9c613e9c
[ "BSD-3-Clause" ]
null
null
null
src/c_glfont.cpp
deadline-cxn/dlstorm
4dec81a71af5f4bbf7daf227c5fd662b9c613e9c
[ "BSD-3-Clause" ]
null
null
null
src/c_glfont.cpp
deadline-cxn/dlstorm
4dec81a71af5f4bbf7daf227c5fd662b9c613e9c
[ "BSD-3-Clause" ]
null
null
null
/*************************************************************** ** DLSTORM Deadline's Code Storm Library ** /\ ** ---- D/L \---- ** \/ ** License: BSD ** Copyright: 2020 ** File: c_glfont.cpp ** Class: CGLFont ** Description: Fonts for OpenGL ** Author...
37.17096
138
0.361706
deadline-cxn
d519056b05f17ba319891f35320cfc880b415465
6,504
hpp
C++
src/deserialization.hpp
ryanloney/model_server
23889884dcdbd214c80b7fed096b4f70e935c62e
[ "Apache-2.0" ]
null
null
null
src/deserialization.hpp
ryanloney/model_server
23889884dcdbd214c80b7fed096b4f70e935c62e
[ "Apache-2.0" ]
null
null
null
src/deserialization.hpp
ryanloney/model_server
23889884dcdbd214c80b7fed096b4f70e935c62e
[ "Apache-2.0" ]
null
null
null
//***************************************************************************** // Copyright 2020 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.ap...
41.692308
110
0.63361
ryanloney
d51a2adcadac7980566c9872d7d6fdd2f3ec196d
23,096
cpp
C++
gra.cpp
TheDarkPhoenix/2DRacing
249fd5fa3533f578557bca318b4577fca406f826
[ "MIT" ]
null
null
null
gra.cpp
TheDarkPhoenix/2DRacing
249fd5fa3533f578557bca318b4577fca406f826
[ "MIT" ]
null
null
null
gra.cpp
TheDarkPhoenix/2DRacing
249fd5fa3533f578557bca318b4577fca406f826
[ "MIT" ]
null
null
null
#include "gra.h" #include "si.h" #include <SFML/Graphics.hpp> #include <cstdio> #include <string> #include <cmath> #include <fstream> using namespace sf; using namespace std; Gra::Gra(RenderWindow& window) : world(b2Vec2(0, 0)) { window.SetFramerateLimit(70); Gra::NazwyTras.open("Trasy/trasy.txt"); if (G...
38.365449
152
0.526628
TheDarkPhoenix
d51d2ae76a328b101d1c2e7693a8cb4b471a7526
23,213
cc
C++
components/paint_preview/browser/paint_preview_client.cc
iridium-browser/iridium-browser
907e31cf5ce5ad14d832796e3a7c11e496828959
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
575
2015-06-18T23:58:20.000Z
2022-03-23T09:32:39.000Z
components/paint_preview/browser/paint_preview_client.cc
iridium-browser/iridium-browser
907e31cf5ce5ad14d832796e3a7c11e496828959
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
113
2015-05-04T09:58:14.000Z
2022-01-31T19:35:03.000Z
components/paint_preview/browser/paint_preview_client.cc
iridium-browser/iridium-browser
907e31cf5ce5ad14d832796e3a7c11e496828959
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
52
2015-07-14T10:40:50.000Z
2022-03-15T01:11:49.000Z
// Copyright 2019 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 "components/paint_preview/browser/paint_preview_client.h" #include <utility> #include "base/bind.h" #include "base/files/file_path.h" #include ...
39.477891
96
0.73377
iridium-browser
d51db0bd0bc8d813ae0ae4c9b3e9c363b2e2f0c3
5,078
cpp
C++
offscreen_effect_player/offscreen_effect_player.cpp
Banuba/OEP--c-api-module
0cfa79c3a548f240b7af9e9dac38d9dbf515aefc
[ "MIT" ]
null
null
null
offscreen_effect_player/offscreen_effect_player.cpp
Banuba/OEP--c-api-module
0cfa79c3a548f240b7af9e9dac38d9dbf515aefc
[ "MIT" ]
null
null
null
offscreen_effect_player/offscreen_effect_player.cpp
Banuba/OEP--c-api-module
0cfa79c3a548f240b7af9e9dac38d9dbf515aefc
[ "MIT" ]
null
null
null
#include "offscreen_effect_player.hpp" #include <iostream> namespace bnb::oep { /* offscreen_effect_player::create STATIC INTERFACE */ offscreen_effect_player_sptr bnb::oep::interfaces::offscreen_effect_player::create(effect_player_sptr ep, offscreen_render_target_sptr ort, int32_t width, int32_t height) ...
36.532374
222
0.618157
Banuba