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
4d3b7b3ede25a864fd89caaf3ab240c382f95ed4
4,087
cpp
C++
net/mmc/wins/ipctrl.cpp
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
net/mmc/wins/ipctrl.cpp
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
net/mmc/wins/ipctrl.cpp
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
//============================================================================ // Copyright (C) Microsoft Corporation, 1996 - 1999 // // File: ipctrl.cpp // // History: // Tony Romano Created. // 06/17/96 Abolade Gbadegesin Revised. // // Implements the C++ class encapsula...
17.100418
101
0.519941
npocmaka
4d3fdf9a85f8d94b2ebe372c8eeb2e5d06d11fb3
1,834
cpp
C++
examples/ftp_server/ftp_server.cpp
kayfour/MAVSDK
48faf36a15ad9371b9e0a3c16ecac248e27e03ad
[ "BSD-3-Clause" ]
null
null
null
examples/ftp_server/ftp_server.cpp
kayfour/MAVSDK
48faf36a15ad9371b9e0a3c16ecac248e27e03ad
[ "BSD-3-Clause" ]
null
null
null
examples/ftp_server/ftp_server.cpp
kayfour/MAVSDK
48faf36a15ad9371b9e0a3c16ecac248e27e03ad
[ "BSD-3-Clause" ]
1
2021-01-08T00:43:04.000Z
2021-01-08T00:43:04.000Z
/** * @file ftp_server.cpp * * @brief Demonstrates how to use a FTP server with MAVSDK. * * @author Matej Frančeškin <matej@auterion.com>, * @date 2019-09-06 */ #include <mavsdk/mavsdk.h> #include <mavsdk/plugins/ftp/ftp.h> #include <chrono> #include <iostream> #include <iomanip> #include <string> #include <th...
28.65625
99
0.640676
kayfour
4d41c982c02c6b1679db108db4806e2ebbb3178e
6,347
inl
C++
gemcutter/Entity/Entity.inl
EmilianC/Jewel3D
ce11aa686ab35d4989f018c948b26abed6637d77
[ "MIT" ]
30
2017-02-02T01:57:13.000Z
2020-07-04T04:38:20.000Z
gemcutter/Entity/Entity.inl
EmilianC/Jewel3D
ce11aa686ab35d4989f018c948b26abed6637d77
[ "MIT" ]
null
null
null
gemcutter/Entity/Entity.inl
EmilianC/Jewel3D
ce11aa686ab35d4989f018c948b26abed6637d77
[ "MIT" ]
10
2017-07-10T01:31:54.000Z
2020-01-13T20:38:57.000Z
// Copyright (c) 2017 Emilian Cioca namespace gem { namespace detail { // Allows for compile-time decision of whether or not a dynamic cast is required. // A dynamic cast is required when a class inherits from Component indirectly, and // as such, doesn't compile its own unique component type ID. template<cla...
24.13308
115
0.659367
EmilianC
4d4371cc7edda0cc1c18a53bb8f33acfeedaa2a2
1,045
cpp
C++
13.cpp
jonathanxqs/lintcode
148435aff0a83ac5d77a7ccbd5d0caaea3140a62
[ "MIT" ]
1
2016-06-21T16:29:37.000Z
2016-06-21T16:29:37.000Z
13.cpp
jonathanxqs/lintcode
148435aff0a83ac5d77a7ccbd5d0caaea3140a62
[ "MIT" ]
null
null
null
13.cpp
jonathanxqs/lintcode
148435aff0a83ac5d77a7ccbd5d0caaea3140a62
[ "MIT" ]
null
null
null
class Solution { public: /** * Returns a index to the first occurrence of target in source, * or -1 if target is not part of source. * @param source string to be scanned. * @param target string containing the sequence of characters to match. */ int strStr(const char *source, const char...
26.794872
75
0.396172
jonathanxqs
4d451c95ea5e2759820f3c0f648e5b4b651d243f
4,516
hpp
C++
ConsensusCore/include/ConsensusCore/Mutation.hpp
pb-cdunn/pbccs
fb327a7145791d3c023bc63717f5de2925225ccc
[ "BSD-3-Clause-Clear" ]
null
null
null
ConsensusCore/include/ConsensusCore/Mutation.hpp
pb-cdunn/pbccs
fb327a7145791d3c023bc63717f5de2925225ccc
[ "BSD-3-Clause-Clear" ]
null
null
null
ConsensusCore/include/ConsensusCore/Mutation.hpp
pb-cdunn/pbccs
fb327a7145791d3c023bc63717f5de2925225ccc
[ "BSD-3-Clause-Clear" ]
null
null
null
// Copyright (c) 2011-2013, Pacific Biosciences of California, Inc. // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted (subject to the limitations in the // disclaimer below) provided that the following conditions are met: // // * Redistri...
34.212121
90
0.674712
pb-cdunn
4d45f4dcb3f8f12614bda83bfaa9de1c212b7f9d
1,112
cpp
C++
tests/juliet/testcases/CWE775_Missing_Release_of_File_Descriptor_or_Handle/CWE775_Missing_Release_of_File_Descriptor_or_Handle__fopen_no_close_82_goodB2G.cpp
RanerL/analyzer
a401da4680f163201326881802ee535d6cf97f5a
[ "MIT" ]
28
2017-01-20T15:25:54.000Z
2020-03-17T00:28:31.000Z
testcases/CWE775_Missing_Release_of_File_Descriptor_or_Handle/CWE775_Missing_Release_of_File_Descriptor_or_Handle__fopen_no_close_82_goodB2G.cpp
mellowCS/cwe_checker_juliet_suite
ae604f6fd94964251fbe88ef04d5287f6c1ffbe2
[ "MIT" ]
1
2017-01-20T15:26:27.000Z
2018-08-20T00:55:37.000Z
testcases/CWE775_Missing_Release_of_File_Descriptor_or_Handle/CWE775_Missing_Release_of_File_Descriptor_or_Handle__fopen_no_close_82_goodB2G.cpp
mellowCS/cwe_checker_juliet_suite
ae604f6fd94964251fbe88ef04d5287f6c1ffbe2
[ "MIT" ]
2
2019-07-15T19:07:04.000Z
2019-09-07T14:21:04.000Z
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE775_Missing_Release_of_File_Descriptor_or_Handle__fopen_no_close_82_goodB2G.cpp Label Definition File: CWE775_Missing_Release_of_File_Descriptor_or_Handle__fopen_no_close.label.xml Template File: source-sinks-82_goodB2G.tmpl.cpp */ /* * @description * CWE: 775 M...
31.771429
105
0.758094
RanerL
4d476c70e24e2cc79d4838d0bcb7f49818ef157f
1,795
cc
C++
Linked_List/7B_Merge_K_Sorted_Lists/method2/solution.cc
sheriby/DandAInLeetCode
dd7f5029aa0c297ea82bb20f882b524789f35c96
[ "MIT" ]
1
2020-02-07T12:25:56.000Z
2020-02-07T12:25:56.000Z
Linked_List/7B_Merge_K_Sorted_Lists/method2/solution.cc
sheriby/DandAInLeetCode
dd7f5029aa0c297ea82bb20f882b524789f35c96
[ "MIT" ]
null
null
null
Linked_List/7B_Merge_K_Sorted_Lists/method2/solution.cc
sheriby/DandAInLeetCode
dd7f5029aa0c297ea82bb20f882b524789f35c96
[ "MIT" ]
null
null
null
#include <algorithm> #include <iostream> #include <vector> using std::vector; /** * The definition from single-linked list */ struct ListNode { int val; ListNode *next; ListNode(int val) : val(val), next(nullptr) {} // here use nullptr instead of NULL }; class Solution { public: ListNode *...
26.791045
75
0.504178
sheriby
4d4998fa064380187f433abefda6740bd4e4f9d8
2,476
cpp
C++
development/Tests/YagetCore-Test/TestFiles/Json_Test.cpp
eglowacki/zloty
9c864ae0beb1ac64137a096795261768b7fc6710
[ "MIT" ]
null
null
null
development/Tests/YagetCore-Test/TestFiles/Json_Test.cpp
eglowacki/zloty
9c864ae0beb1ac64137a096795261768b7fc6710
[ "MIT" ]
44
2018-06-28T03:01:44.000Z
2022-03-20T19:53:00.000Z
development/Tests/YagetCore-Test/TestFiles/Json_Test.cpp
eglowacki/zloty
9c864ae0beb1ac64137a096795261768b7fc6710
[ "MIT" ]
null
null
null
#include "pch.h" #include "Debugging/DevConfiguration.h" #include "Debugging/DevConfigurationParsers.h" #include "TestHelpers/TestHelpers.h" #include "Json/JsonHelpers.h" //CHECK_EQUAL(expected, actual); class JsonUtilities : public ::testing::Test { }; TEST_F(JsonUtilities, ConfigString) { using namespace yag...
38.6875
103
0.753635
eglowacki
4d4ad7e828eb02cd709ca8268e8ee2d507abc1b8
1,231
cpp
C++
src/pages/incomes_pages.cpp
FORGIS98/budgetwarrior
ca4c79a7b9694a0db5c7fe11b1b4e9cba96a9971
[ "MIT" ]
null
null
null
src/pages/incomes_pages.cpp
FORGIS98/budgetwarrior
ca4c79a7b9694a0db5c7fe11b1b4e9cba96a9971
[ "MIT" ]
null
null
null
src/pages/incomes_pages.cpp
FORGIS98/budgetwarrior
ca4c79a7b9694a0db5c7fe11b1b4e9cba96a9971
[ "MIT" ]
null
null
null
//======================================================================= // Copyright (c) 2013-2020 Baptiste Wicht. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://opensource.org/licenses/MIT) //=================================================================...
25.645833
84
0.595451
FORGIS98
4d4c557f6e6e440e4cc54129fab9b7f71da1b987
6,612
cpp
C++
interfaces/native_cpp/nfc_standard/src/sdk-reader/src/iso15693_tag.cpp
dawmlight/communication_nfc
84a10d69eb9cb3128e864230c53d5a5e6660dfb9
[ "Apache-2.0" ]
null
null
null
interfaces/native_cpp/nfc_standard/src/sdk-reader/src/iso15693_tag.cpp
dawmlight/communication_nfc
84a10d69eb9cb3128e864230c53d5a5e6660dfb9
[ "Apache-2.0" ]
null
null
null
interfaces/native_cpp/nfc_standard/src/sdk-reader/src/iso15693_tag.cpp
dawmlight/communication_nfc
84a10d69eb9cb3128e864230c53d5a5e6660dfb9
[ "Apache-2.0" ]
null
null
null
/* * Copyright (C) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
38
118
0.695705
dawmlight
4d4d390aa51a2f123a85615508ca73322ec5c7fc
3,327
cpp
C++
Source/Macad.Occt/Generated/BRepIntCurveSurface.cpp
zhyifei/Macad3D
55d92a7de53a1fc8f4453c09b162c261a40586f0
[ "MIT" ]
107
2020-11-29T18:01:50.000Z
2022-03-31T13:54:40.000Z
Source/Macad.Occt/Generated/BRepIntCurveSurface.cpp
zhyifei/Macad3D
55d92a7de53a1fc8f4453c09b162c261a40586f0
[ "MIT" ]
10
2021-03-12T18:34:24.000Z
2022-01-08T21:03:58.000Z
Source/Macad.Occt/Generated/BRepIntCurveSurface.cpp
zhyifei/Macad3D
55d92a7de53a1fc8f4453c09b162c261a40586f0
[ "MIT" ]
42
2021-01-07T06:23:24.000Z
2022-03-29T10:03:51.000Z
// Generated wrapper code for package BRepIntCurveSurface #include "OcctPCH.h" #include "BRepIntCurveSurface.h" using namespace System::Runtime::InteropServices; // for class Marshal #include "BRepIntCurveSurface.h" #include "TopoDS.h" #include "GeomAdaptor.h" #include "Standard.h" #include "gp.h" #inclu...
34.65625
157
0.715359
zhyifei
4d50a0e6b36072965cdb4ebd4e6b830f58f7bf35
2,522
cpp
C++
src/CLR/CorLib/corlib_native_System_Object.cpp
TIPConsulting/nf-interpreter
d5407872f4705d6177e1ee5a2e966bd02fd476e4
[ "MIT" ]
null
null
null
src/CLR/CorLib/corlib_native_System_Object.cpp
TIPConsulting/nf-interpreter
d5407872f4705d6177e1ee5a2e966bd02fd476e4
[ "MIT" ]
1
2021-02-22T07:54:30.000Z
2021-02-22T07:54:30.000Z
src/CLR/CorLib/corlib_native_System_Object.cpp
TIPConsulting/nf-interpreter
d5407872f4705d6177e1ee5a2e966bd02fd476e4
[ "MIT" ]
null
null
null
// // Copyright (c) .NET Foundation and Contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // #include "CorLib.h" //--// HRESULT Library_corlib_native_System_Object::Equals___BOOLEAN__OBJECT( CLR_RT_Stack...
27.413043
123
0.692308
TIPConsulting
4d51020f7f574bf33eb2bc46fcf386c3e10c485f
2,107
cpp
C++
neutrino/graphics/src/render/opengl/opengl_logger.cpp
alexiynew/nih_framework
a65335586331daa0ece892f98265bd1d2f8f579f
[ "MIT" ]
1
2017-07-14T04:51:54.000Z
2017-07-14T04:51:54.000Z
neutrino/graphics/src/render/opengl/opengl_logger.cpp
alexiynew/nih_framework
a65335586331daa0ece892f98265bd1d2f8f579f
[ "MIT" ]
32
2017-02-02T14:49:41.000Z
2019-06-25T19:38:27.000Z
neutrino/graphics/src/render/opengl/opengl_logger.cpp
alexiynew/nih_framework
a65335586331daa0ece892f98265bd1d2f8f579f
[ "MIT" ]
null
null
null
#include <map> #include <string> #include <log/log.hpp> #include <graphics/src/opengl/opengl.hpp> #include <graphics/src/render/opengl/opengl_logger.hpp> using namespace framework::graphics::details::opengl; namespace framework::graphics { const std::string tag = "OpenGL"; void log_opengl_errors(const std::string&...
36.964912
119
0.654485
alexiynew
4d5369d2135904d9036d4497808d6d343d0553d3
128
hpp
C++
libraries/fc/include/fc/compress/zlib.hpp
techsharesteam/techshares
47c58630a578204147057b7504e571e19546444f
[ "MIT" ]
6
2018-08-08T06:10:45.000Z
2019-06-23T13:45:08.000Z
libraries/fc/include/fc/compress/zlib.hpp
techsharesteam/techshares
47c58630a578204147057b7504e571e19546444f
[ "MIT" ]
null
null
null
libraries/fc/include/fc/compress/zlib.hpp
techsharesteam/techshares
47c58630a578204147057b7504e571e19546444f
[ "MIT" ]
2
2018-08-06T06:50:46.000Z
2019-01-03T09:48:54.000Z
#pragma once #include <fc/string.hpp> namespace fc { string zlib_compress(const string& in); } // namespace fc
11.636364
42
0.640625
techsharesteam
4d55a5a46029f396546008aaed68a9e37b73376b
1,651
cpp
C++
sliding-window-min-swaps-group-1s/min_swaps.cpp
JBlakd/self-study
71cb86d43fe7f6514657958db0c0e81113bd4c43
[ "MIT" ]
null
null
null
sliding-window-min-swaps-group-1s/min_swaps.cpp
JBlakd/self-study
71cb86d43fe7f6514657958db0c0e81113bd4c43
[ "MIT" ]
null
null
null
sliding-window-min-swaps-group-1s/min_swaps.cpp
JBlakd/self-study
71cb86d43fe7f6514657958db0c0e81113bd4c43
[ "MIT" ]
null
null
null
#include <algorithm> #include <iostream> #include <limits> #include <string> #include <vector> using namespace std; class Solution { public: int minSwaps(vector<int>& data) { // count number of 1's int count = 0; for (int& element : data) { if (element == 1) { ...
19.423529
63
0.396124
JBlakd
4d5712951b043c60311141346fe14055823c1ebe
16,274
cc
C++
media/fuchsia/cdm/fuchsia_stream_decryptor.cc
Ron423c/chromium
2edf7b980065b648f8b2a6e52193d83832fe36b7
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
media/fuchsia/cdm/fuchsia_stream_decryptor.cc
Ron423c/chromium
2edf7b980065b648f8b2a6e52193d83832fe36b7
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
media/fuchsia/cdm/fuchsia_stream_decryptor.cc
Ron423c/chromium
2edf7b980065b648f8b2a6e52193d83832fe36b7
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
1
2021-03-07T14:20:02.000Z
2021-03-07T14:20:02.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 "media/fuchsia/cdm/fuchsia_stream_decryptor.h" #include <fuchsia/media/cpp/fidl.h> #include <fuchsia/media/drm/cpp/fidl.h> #include "base/bind....
32.162055
80
0.74278
Ron423c
4d57e6fc965761c247733f10defcd0a567fb935d
5,577
cc
C++
compiler/mcr_cc/llvm/llvm_to_quick.cc
Paschalis/android-llvm
317f7fd4b736a0511a2273a2487915c34cf8933e
[ "Apache-2.0" ]
20
2021-06-24T16:38:42.000Z
2022-01-20T16:15:57.000Z
compiler/mcr_cc/llvm/llvm_to_quick.cc
Paschalis/android-llvm
317f7fd4b736a0511a2273a2487915c34cf8933e
[ "Apache-2.0" ]
null
null
null
compiler/mcr_cc/llvm/llvm_to_quick.cc
Paschalis/android-llvm
317f7fd4b736a0511a2273a2487915c34cf8933e
[ "Apache-2.0" ]
4
2021-11-03T06:01:12.000Z
2022-02-24T02:57:31.000Z
/** * Calling Quick code (that is code generated by the default/optimizing Android * backend) from LLVM. * Ideally we want to import ALL of the quick code in LLVM, as this transition * is not optimized. * * Copyright (C) 2021 Paschalis Mpeis (paschalis.mpeis-AT-gmail.com) * * Licensed under the Apache License,...
30.47541
82
0.665591
Paschalis
4d5a9f0b7a81565ca0eb186d5b068b8f40997fff
1,064
cpp
C++
benchmarks/binary_tree/taskflow.cpp
drobison00/taskflow
9415c3b68fd050889f57412394933e94b74755e0
[ "MIT" ]
3,337
2020-06-02T02:04:17.000Z
2022-03-31T19:12:03.000Z
benchmarks/binary_tree/taskflow.cpp
drobison00/taskflow
9415c3b68fd050889f57412394933e94b74755e0
[ "MIT" ]
235
2020-06-02T01:26:49.000Z
2022-03-31T01:35:31.000Z
benchmarks/binary_tree/taskflow.cpp
drobison00/taskflow
9415c3b68fd050889f57412394933e94b74755e0
[ "MIT" ]
414
2020-06-02T16:25:23.000Z
2022-03-30T09:17:19.000Z
#include "binary_tree.hpp" #include <taskflow/taskflow.hpp> // binary_tree_taskflow void binary_tree_taskflow(size_t num_layers, unsigned num_threads) { std::atomic<size_t> counter {0}; std::vector<tf::Task> tasks(1 << num_layers); tf::Executor executor(num_threads); tf::Taskflow taskflow; for(unsigne...
24.744186
74
0.660714
drobison00
4d5d98e5f9a65f11b2760888910775c9e064eb45
9,782
cpp
C++
src/common.cpp
bwpow/libshaga
d457ee8dc267af9e20564961c9f6928290cb29cb
[ "CC0-1.0" ]
1
2018-05-09T18:15:21.000Z
2018-05-09T18:15:21.000Z
src/common.cpp
bwpow/libshaga
d457ee8dc267af9e20564961c9f6928290cb29cb
[ "CC0-1.0" ]
null
null
null
src/common.cpp
bwpow/libshaga
d457ee8dc267af9e20564961c9f6928290cb29cb
[ "CC0-1.0" ]
null
null
null
/****************************************************************************** Shaga library is released under the New BSD license (see LICENSE.md): Copyright (c) 2012-2021, SAGE team s.r.o., Samuel Kupka All rights reserved. *******************************************************************************/ #include "...
29.026706
123
0.665099
bwpow
4d5e13d2f9e1b2359d477c2dd4a22a415f3925b4
618
hpp
C++
src/IceRay/camera/type/affine.hpp
dmilos/IceRay
4e01f141363c0d126d3c700c1f5f892967e3d520
[ "MIT-0" ]
2
2020-09-04T12:27:15.000Z
2022-01-17T14:49:40.000Z
src/IceRay/camera/type/affine.hpp
dmilos/IceRay
4e01f141363c0d126d3c700c1f5f892967e3d520
[ "MIT-0" ]
null
null
null
src/IceRay/camera/type/affine.hpp
dmilos/IceRay
4e01f141363c0d126d3c700c1f5f892967e3d520
[ "MIT-0" ]
1
2020-09-04T12:27:52.000Z
2020-09-04T12:27:52.000Z
#ifndef Dh_DDMM_IceRay_camera_type_affine_HPP_ #define Dh_DDMM_IceRay_camera_type_affine_HPP_ // GS_DDMRM::S_IceRay::S_camera::S_type::GT_affine; #include "../../type/math/affine.hpp" namespace GS_DDMRM { namespace S_IceRay { namespace S_camera { namespace S_type ...
20.6
82
0.645631
dmilos
4d62d974734cff2e28346adfc6941e2f4c8d5a4f
1,320
hpp
C++
boost/network/message/directives/detail/string_value.hpp
antoinelefloch/cpp-netlib
5eb9b5550a10d06f064ee9883c7d942d3426f31b
[ "BSL-1.0" ]
3
2015-02-10T22:08:08.000Z
2021-11-13T20:59:25.000Z
include/boost/network/message/directives/detail/string_value.hpp
waTeim/boost
eb3850fae8c037d632244cf15cf6905197d64d39
[ "BSL-1.0" ]
1
2018-08-10T04:47:12.000Z
2018-08-10T13:54:57.000Z
include/boost/network/message/directives/detail/string_value.hpp
waTeim/boost
eb3850fae8c037d632244cf15cf6905197d64d39
[ "BSL-1.0" ]
5
2017-12-28T12:42:25.000Z
2021-07-01T07:41:53.000Z
#ifndef BOOST_NETWORK_MESSAGE_DIRECTIVES_DETAIL_STRING_VALUE_HPP_20100915 #define BOOST_NETWORK_MESSAGE_DIRECTIVES_DETAIL_STRING_VALUE_HPP_20100915 // Copyright Dean Michael Berris 2010. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // ...
32.195122
78
0.643939
antoinelefloch
4d6595d2982fe160d200bd0cf3f2e92703cb6a68
1,003
cpp
C++
oy/test1.cpp
mhilmyh/algo-data-struct
6a9b1e5220e3c4e4a41200a09cb27f3f55560693
[ "MIT" ]
null
null
null
oy/test1.cpp
mhilmyh/algo-data-struct
6a9b1e5220e3c4e4a41200a09cb27f3f55560693
[ "MIT" ]
null
null
null
oy/test1.cpp
mhilmyh/algo-data-struct
6a9b1e5220e3c4e4a41200a09cb27f3f55560693
[ "MIT" ]
null
null
null
// **Level 1** operator (+, -) // “-3+2” = -1 // “4+7” = 11 // “9-5” = 4 // “4-7+5-3” = -1 #include <bits/stdc++.h> #define lli long long int using namespace std; bool isNum(char x) { return x >= '0' && x <= '9'; } int main() { string str; int sum = 0; int num = 0; bool neg = false; cin >> str...
20.06
65
0.335992
mhilmyh
4d6abdf89951667452233ee7f5058dacd7db8253
3,573
hpp
C++
external/cfmesh/meshLibrary/utilities/smoothers/geometry/meshSurfaceOptimizer/advancedSurfaceSmoothers/surfaceOptimizer/surfaceOptimizer.hpp
MrAwesomeRocks/caelus-cml
55b6dc5ba47d0e95c07412d9446ac72ac11d7fd7
[ "mpich2" ]
null
null
null
external/cfmesh/meshLibrary/utilities/smoothers/geometry/meshSurfaceOptimizer/advancedSurfaceSmoothers/surfaceOptimizer/surfaceOptimizer.hpp
MrAwesomeRocks/caelus-cml
55b6dc5ba47d0e95c07412d9446ac72ac11d7fd7
[ "mpich2" ]
null
null
null
external/cfmesh/meshLibrary/utilities/smoothers/geometry/meshSurfaceOptimizer/advancedSurfaceSmoothers/surfaceOptimizer/surfaceOptimizer.hpp
MrAwesomeRocks/caelus-cml
55b6dc5ba47d0e95c07412d9446ac72ac11d7fd7
[ "mpich2" ]
null
null
null
/*---------------------------------------------------------------------------*\ Copyright (C) Creative Fields, Ltd. ------------------------------------------------------------------------------- License This file is part of cfMesh. cfMesh is free software; you can redistribute it and/or modify it under th...
29.286885
79
0.541562
MrAwesomeRocks
4d6ba33709c044517e3cef3cd738a1da75e040a9
2,786
cc
C++
leetcode/Design/data_stream_as_disjoint_intervals.cc
LIZHICHAOUNICORN/Toolkits
db45dac4de14402a21be0c40ba8e87b4faeda1b6
[ "Apache-2.0" ]
null
null
null
leetcode/Design/data_stream_as_disjoint_intervals.cc
LIZHICHAOUNICORN/Toolkits
db45dac4de14402a21be0c40ba8e87b4faeda1b6
[ "Apache-2.0" ]
null
null
null
leetcode/Design/data_stream_as_disjoint_intervals.cc
LIZHICHAOUNICORN/Toolkits
db45dac4de14402a21be0c40ba8e87b4faeda1b6
[ "Apache-2.0" ]
null
null
null
#include <algorithm> #include <functional> #include <map> #include "third_party/gflags/include/gflags.h" #include "third_party/glog/include/logging.h" using namespace std; // Problem: https://leetcode-cn.com/problems/data-stream-as-disjoint-intervals/ class SummaryRanges { private: map<int, int> intervals; pub...
29.638298
79
0.584709
LIZHICHAOUNICORN
4d6c107651d665ce27c36f38b167d4f9d737c429
2,206
cc
C++
modules/localization/msf/local_tool/data_extraction/rosbag_reader.cc
BaiduXLab/apollo
2764e934b6d0da1342be781447348288ac84c5e9
[ "Apache-2.0" ]
22
2018-10-10T14:46:32.000Z
2022-02-28T12:43:43.000Z
modules/localization/msf/local_tool/data_extraction/rosbag_reader.cc
BaiduXLab/apollo
2764e934b6d0da1342be781447348288ac84c5e9
[ "Apache-2.0" ]
9
2019-12-07T07:26:32.000Z
2022-02-10T18:26:18.000Z
modules/localization/msf/local_tool/data_extraction/rosbag_reader.cc
BaiduXLab/apollo
2764e934b6d0da1342be781447348288ac84c5e9
[ "Apache-2.0" ]
12
2018-12-24T02:17:19.000Z
2021-12-06T01:54:09.000Z
/****************************************************************************** * Copyright 2017 The Apollo 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 ...
32.441176
80
0.63282
BaiduXLab
4d6e617024c9b39158f791aa408cfdb29b0b247b
10,909
cpp
C++
src/ace/ACE_wrappers/apps/JAWS/clients/Blobby/Blob_Handler.cpp
wfnex/OpenBRAS
b8c2cd836ae85d5307f7f5ca87573b964342bb49
[ "BSD-3-Clause" ]
8
2017-06-05T08:56:27.000Z
2020-04-08T16:50:11.000Z
src/ace/ACE_wrappers/apps/JAWS/clients/Blobby/Blob_Handler.cpp
wfnex/OpenBRAS
b8c2cd836ae85d5307f7f5ca87573b964342bb49
[ "BSD-3-Clause" ]
null
null
null
src/ace/ACE_wrappers/apps/JAWS/clients/Blobby/Blob_Handler.cpp
wfnex/OpenBRAS
b8c2cd836ae85d5307f7f5ca87573b964342bb49
[ "BSD-3-Clause" ]
17
2017-06-05T08:54:27.000Z
2021-08-29T14:19:12.000Z
#include "Blob_Handler.h" #include "ace/OS_NS_stdio.h" #include "ace/OS_NS_string.h" #include "ace/OS_NS_strings.h" // Empty constructor for compliance with new Connector behavior. ACE_Blob_Handler::ACE_Blob_Handler (void) { } // Always use this constructor ACE_Blob_Handler::ACE_Blob_Handler (ACE_Message_Block * mb, ...
31.62029
109
0.602713
wfnex
4d6eac15ee37d246dc7c92db6ee8cf1035e95de5
682
cpp
C++
demos/game_of_life/get_life_1_06.cpp
a-n-t-h-o-n-y/MCurses
c9184a0fefbdc4eb9a044f815ee2270e6b8f202c
[ "MIT" ]
284
2017-11-07T10:06:48.000Z
2021-01-12T15:32:51.000Z
demos/game_of_life/get_life_1_06.cpp
a-n-t-h-o-n-y/MCurses
c9184a0fefbdc4eb9a044f815ee2270e6b8f202c
[ "MIT" ]
38
2018-01-14T12:34:54.000Z
2020-09-26T15:32:43.000Z
demos/game_of_life/get_life_1_06.cpp
a-n-t-h-o-n-y/MCurses
c9184a0fefbdc4eb9a044f815ee2270e6b8f202c
[ "MIT" ]
31
2017-11-30T11:22:21.000Z
2020-11-03T05:27:47.000Z
#include "get_life_1_06.hpp" #include <fstream> #include <string> #include "coordinate.hpp" #include "pattern.hpp" namespace gol { auto get_life_1_06(std::string const& filename) -> Pattern { auto file = std::ifstream{filename}; if (file.fail()) return {}; auto cells = Pattern::Cells{}; ...
19.485714
58
0.548387
a-n-t-h-o-n-y
4d6ef2f4ab020aa44724318655dc86a81342b6e5
150
cpp
C++
ace/OS_NS_dlfcn.cpp
BeiJiaan/ace
2845970c894bb350d12d6a32e867d7ddf2487f25
[ "DOC" ]
16
2015-05-11T04:33:44.000Z
2022-02-15T04:28:39.000Z
ace/OS_NS_dlfcn.cpp
BeiJiaan/ace
2845970c894bb350d12d6a32e867d7ddf2487f25
[ "DOC" ]
null
null
null
ace/OS_NS_dlfcn.cpp
BeiJiaan/ace
2845970c894bb350d12d6a32e867d7ddf2487f25
[ "DOC" ]
7
2015-01-08T16:11:34.000Z
2021-07-04T16:04:40.000Z
// $Id$ #include "ace/OS_NS_dlfcn.h" #if !defined (ACE_HAS_INLINED_OSCALLS) # include "ace/OS_NS_dlfcn.inl" #endif /* ACE_HAS_INLINED_OSCALLS */
13.636364
38
0.72
BeiJiaan
4d6f5ab508b9e91fd3279b2ab2256a5bbd018544
5,424
cpp
C++
src/Magnum/MeshTools/Test/SubdivideRemoveDuplicatesBenchmark.cpp
Graphics-Physics-Libraries/magnum-games-and-data-visualization
a817f55d6ff0ef0510d93b310c2ba897e4de49ee
[ "MIT" ]
null
null
null
src/Magnum/MeshTools/Test/SubdivideRemoveDuplicatesBenchmark.cpp
Graphics-Physics-Libraries/magnum-games-and-data-visualization
a817f55d6ff0ef0510d93b310c2ba897e4de49ee
[ "MIT" ]
null
null
null
src/Magnum/MeshTools/Test/SubdivideRemoveDuplicatesBenchmark.cpp
Graphics-Physics-Libraries/magnum-games-and-data-visualization
a817f55d6ff0ef0510d93b310c2ba897e4de49ee
[ "MIT" ]
null
null
null
/* This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), ...
40.781955
99
0.722529
Graphics-Physics-Libraries
4d73221afd1de46e822bccc66dc3b513d3912a9d
1,827
cpp
C++
engine/modules/box2d/box2d_joint.cpp
Houkime/echo
d115ca55faf3a140bea04feffeb2efdedb0e7f82
[ "MIT" ]
null
null
null
engine/modules/box2d/box2d_joint.cpp
Houkime/echo
d115ca55faf3a140bea04feffeb2efdedb0e7f82
[ "MIT" ]
null
null
null
engine/modules/box2d/box2d_joint.cpp
Houkime/echo
d115ca55faf3a140bea04feffeb2efdedb0e7f82
[ "MIT" ]
null
null
null
#include "box2d_joint.h" #include "box2d_body.h" namespace Echo { Box2DJoint::Box2DJoint() { } Box2DJoint::~Box2DJoint() { } void Box2DJoint::bindMethods() { CLASS_BIND_METHOD(Box2DJoint, getBodyA, DEF_METHOD("getBodyA")); CLASS_BIND_METHOD(Box2DJoint,...
25.027397
102
0.558292
Houkime
4d7486d172f08aa5b6a4322a5aed68011e24833e
766
cpp
C++
C++/lengthOfLongestSubstring.cpp
colorfulberry/LeetCode
a4103a63d2969e8819447685f42423cd22fed2ff
[ "MIT" ]
2
2020-04-08T17:57:43.000Z
2021-11-07T09:11:51.000Z
C++/lengthOfLongestSubstring.cpp
colorfulberry/LeetCode
a4103a63d2969e8819447685f42423cd22fed2ff
[ "MIT" ]
null
null
null
C++/lengthOfLongestSubstring.cpp
colorfulberry/LeetCode
a4103a63d2969e8819447685f42423cd22fed2ff
[ "MIT" ]
8
2018-03-13T18:20:26.000Z
2022-03-09T19:48:11.000Z
// Time Complexity: O(n) // Space Complexity: O(1) class Solution { public: int lengthOfLongestSubstring(string s) { vector<int> last(26, -1); int start = 0; int ans = 0; for(int i = 0; i < s.size(); ++i) { if(last[s[i] - 'a'] >= start) { ...
34.818182
110
0.462141
colorfulberry
4d79b6e5120e6fd436da35ce583449b603aba9b5
7,313
ipp
C++
src/solver/convdiffe.ipp
ChristopherKotthoff/Aphros-with-GraphContraction
18af982a50e350a8bf6979ae5bd25b2ef4d3792a
[ "MIT" ]
252
2020-06-03T16:01:59.000Z
2022-03-30T14:06:32.000Z
src/solver/convdiffe.ipp
ChristopherKotthoff/Aphros-with-GraphContraction
18af982a50e350a8bf6979ae5bd25b2ef4d3792a
[ "MIT" ]
4
2021-03-13T11:13:55.000Z
2022-03-31T15:11:22.000Z
src/solver/convdiffe.ipp
ChristopherKotthoff/Aphros-with-GraphContraction
18af982a50e350a8bf6979ae5bd25b2ef4d3792a
[ "MIT" ]
27
2020-09-18T04:12:03.000Z
2022-03-30T04:22:42.000Z
// Created by Petr Karnakov on 30.04.2019 // Copyright 2019 ETH Zurich #include <cmath> #include <sstream> #include <stdexcept> #include "approx.h" #include "approx_eb.h" #include "convdiffe.h" #include "debug/isnan.h" template <class EB_> struct ConvDiffScalExp<EB_>::Imp { using Owner = ConvDiffScalExp<EB_>; us...
25.659649
79
0.573226
ChristopherKotthoff
4d7a143cd5adac6653ab63b68221b4be6add2a3f
1,954
cpp
C++
LuoguCodes/P2568.cpp
Anguei/OI-Codes
0ef271e9af0619d4c236e314cd6d8708d356536a
[ "MIT" ]
null
null
null
LuoguCodes/P2568.cpp
Anguei/OI-Codes
0ef271e9af0619d4c236e314cd6d8708d356536a
[ "MIT" ]
null
null
null
LuoguCodes/P2568.cpp
Anguei/OI-Codes
0ef271e9af0619d4c236e314cd6d8708d356536a
[ "MIT" ]
null
null
null
// luogu-judger-enable-o2 // luogu-judger-enable-o2 #include <cmath> #include <cctype> #include <cstdio> #include <cstring> #include <set> #include <map> #include <stack> #include <queue> #include <string> #include <vector> #include <numeric> #include <iomanip> #include <iostream> #include <algorithm> #define fn "2818"...
24.123457
72
0.520983
Anguei
4d7a53e6253cd1f694f58516275d426e8cb95458
42,863
cxx
C++
GPU/GPUTracking/Global/GPUChainTrackingClusterizer.cxx
chengtt0406/AliRoot
c1d89b133b433f608b2373112d3608d8cec26095
[ "BSD-3-Clause" ]
52
2016-12-11T13:04:01.000Z
2022-03-11T11:49:35.000Z
GPU/GPUTracking/Global/GPUChainTrackingClusterizer.cxx
chengtt0406/AliRoot
c1d89b133b433f608b2373112d3608d8cec26095
[ "BSD-3-Clause" ]
1,388
2016-11-01T10:27:36.000Z
2022-03-30T15:26:09.000Z
GPU/GPUTracking/Global/GPUChainTrackingClusterizer.cxx
chengtt0406/AliRoot
c1d89b133b433f608b2373112d3608d8cec26095
[ "BSD-3-Clause" ]
275
2016-06-21T20:24:05.000Z
2022-03-31T13:06:19.000Z
//**************************************************************************\ //* This file is property of and copyright by the ALICE Project *\ //* ALICE Experiment at CERN, All rights reserved. *\ //* *\ //* Prim...
56.99867
324
0.692812
chengtt0406
4d7d0b621b983938ef3adab9603ba34038e58855
142
cc
C++
test/db/data/multi-module/lib.cc
0x8000-0000/ftags
ea751257f7930936b63f1471cae81407a09ea707
[ "Apache-2.0" ]
2
2019-01-15T22:50:42.000Z
2019-01-29T16:31:16.000Z
test/db/data/multi-module/lib.cc
0x8000-0000/ftags
ea751257f7930936b63f1471cae81407a09ea707
[ "Apache-2.0" ]
null
null
null
test/db/data/multi-module/lib.cc
0x8000-0000/ftags
ea751257f7930936b63f1471cae81407a09ea707
[ "Apache-2.0" ]
null
null
null
#include "lib.h" int test::function(int arg) { if (arg % 2) { return 3 * arg + 1; } else { return arg / 2; } }
10.142857
27
0.443662
0x8000-0000
4d7f93f0016f329758d5450b3ab9c7024a88d65b
1,035
cpp
C++
src/State.cpp
Speedy-code13/Shawarma.is-SFML-2022
904359317eef4fb90df32db961dfcb3819287bbb
[ "Apache-2.0" ]
null
null
null
src/State.cpp
Speedy-code13/Shawarma.is-SFML-2022
904359317eef4fb90df32db961dfcb3819287bbb
[ "Apache-2.0" ]
null
null
null
src/State.cpp
Speedy-code13/Shawarma.is-SFML-2022
904359317eef4fb90df32db961dfcb3819287bbb
[ "Apache-2.0" ]
null
null
null
#include "pch.h" #include "State.h" State::State(StateData* stateData) : resolution(stateData->gfx->resolution), stateData(stateData) { this->window = this->stateData->window; this->dt = this->stateData->dt; this->states = this->stateData->states; this->quit = false; this->updatedRes = false; this->keytim...
16.693548
92
0.675362
Speedy-code13
4d8034c64400950d7b8e6b00e08fd4214d510e6b
4,576
cxx
C++
minisw/minisw.cxx
trotill/11parts_CPP
53a69d516fdcb5c92b591b5dadc49dfdd2a3b26b
[ "MIT" ]
null
null
null
minisw/minisw.cxx
trotill/11parts_CPP
53a69d516fdcb5c92b591b5dadc49dfdd2a3b26b
[ "MIT" ]
null
null
null
minisw/minisw.cxx
trotill/11parts_CPP
53a69d516fdcb5c92b591b5dadc49dfdd2a3b26b
[ "MIT" ]
null
null
null
#include "engine/minisw/minisw.h" #include "engine/lib/11p_string.h" eErrorTp MiniSW_Run(int argc,char *argv[],string SWname) { //printf("run %s\n",SWname.c_str()); if (SWname.compare(USB_RESET_SW)==0) { usb_reset_main(argc,argv); } if (SWname.compare(IMAGE_CHECK)==0) { imcheck_main(argc,argv); } if (SW...
22.653465
122
0.646416
trotill
4d80f5ca14ca158b7f72c7c6d5b993a84ff0070f
245,092
hpp
C++
cisco-ios-xr/ydk/models/cisco_ios_xr/fragmented/Cisco_IOS_XR_pmengine_oper_5.hpp
CiscoDevNet/ydk-cpp
ef7d75970f2ef1154100e0f7b0a2ee823609b481
[ "ECL-2.0", "Apache-2.0" ]
17
2016-12-02T05:45:49.000Z
2022-02-10T19:32:54.000Z
cisco-ios-xr/ydk/models/cisco_ios_xr/fragmented/Cisco_IOS_XR_pmengine_oper_5.hpp
CiscoDevNet/ydk-cpp
ef7d75970f2ef1154100e0f7b0a2ee823609b481
[ "ECL-2.0", "Apache-2.0" ]
2
2017-03-27T15:22:38.000Z
2019-11-05T08:30:16.000Z
cisco-ios-xr/ydk/models/cisco_ios_xr/fragmented/Cisco_IOS_XR_pmengine_oper_5.hpp
CiscoDevNet/ydk-cpp
ef7d75970f2ef1154100e0f7b0a2ee823609b481
[ "ECL-2.0", "Apache-2.0" ]
11
2016-12-02T05:45:52.000Z
2019-11-07T08:28:17.000Z
#ifndef _CISCO_IOS_XR_PMENGINE_OPER_5_ #define _CISCO_IOS_XR_PMENGINE_OPER_5_ #include <memory> #include <vector> #include <string> #include <ydk/types.hpp> #include <ydk/errors.hpp> #include "Cisco_IOS_XR_pmengine_oper_0.hpp" #include "Cisco_IOS_XR_pmengine_oper_4.hpp" namespace cisco_ios_xr { namespace Cisco_IOS_X...
60.561404
218
0.716902
CiscoDevNet
4d81bc7e0d9fbcccbeb19e2375f19e83c1b5ab8e
2,478
hh
C++
hoo/emitter/EmitterContext.hh
benoybose/hoolang
4e280a03caec837be35c8aac948923e1bea96b85
[ "BSD-3-Clause" ]
null
null
null
hoo/emitter/EmitterContext.hh
benoybose/hoolang
4e280a03caec837be35c8aac948923e1bea96b85
[ "BSD-3-Clause" ]
14
2020-07-24T10:25:59.000Z
2020-08-02T13:27:09.000Z
hoo/emitter/EmitterContext.hh
benoybose/hoolang
4e280a03caec837be35c8aac948923e1bea96b85
[ "BSD-3-Clause" ]
null
null
null
/* * Copyright 2020 Benoy Bose * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without restriction, * including without limitation the rights to use, copy, modify, merge, publish, distri...
38.71875
100
0.679177
benoybose
4d850efb97344c14e4fc6d87caa017afebfa9d6a
8,646
cpp
C++
jni/RTKLIB/app/qtapp/rtkplot_qt/skydlg.cpp
wjw164833/RtkGpsForPad
c9fb10c0bc56cfa473582088dbc673c6da2d31be
[ "BSD-2-Clause" ]
2
2022-01-10T06:25:39.000Z
2022-02-25T10:26:39.000Z
jni/RTKLIB/app/qtapp/rtkplot_qt/skydlg.cpp
wjw164833/RtkGpsForPad
c9fb10c0bc56cfa473582088dbc673c6da2d31be
[ "BSD-2-Clause" ]
null
null
null
jni/RTKLIB/app/qtapp/rtkplot_qt/skydlg.cpp
wjw164833/RtkGpsForPad
c9fb10c0bc56cfa473582088dbc673c6da2d31be
[ "BSD-2-Clause" ]
2
2021-12-28T10:16:17.000Z
2022-02-25T10:26:41.000Z
//--------------------------------------------------------------------------- #include <QShowEvent> #include <QMessageBox> #include <QFileDialog> #include <stdio.h> #include "rtklib.h" #include "plotmain.h" #include "skydlg.h" extern Plot *plot; //--------------------------------------------------------------------...
38.7713
145
0.522785
wjw164833
4d85d955ffae4b0f070bcee9a900a806bb3195d0
11,945
cpp
C++
olp-cpp-sdk-dataservice-write/src/generated/PublishApi.cpp
matthiaskunter/here-data-sdk-cpp
30b0cdce39dc7218416e820cc3f928f2f2e15675
[ "Apache-2.0" ]
null
null
null
olp-cpp-sdk-dataservice-write/src/generated/PublishApi.cpp
matthiaskunter/here-data-sdk-cpp
30b0cdce39dc7218416e820cc3f928f2f2e15675
[ "Apache-2.0" ]
null
null
null
olp-cpp-sdk-dataservice-write/src/generated/PublishApi.cpp
matthiaskunter/here-data-sdk-cpp
30b0cdce39dc7218416e820cc3f928f2f2e15675
[ "Apache-2.0" ]
null
null
null
/* * Copyright (C) 2019 HERE Europe B.V. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
37.211838
91
0.721139
matthiaskunter
4d86fc5b80363cbf4fa3584d4f6cee54cff43c1c
13,998
cpp
C++
backends/ubpf/ubpfDeparser.cpp
anasyrmia/p4c-1
2bf2f615fdaaf4efed1f2f8ab0b3f3261cface60
[ "Apache-2.0" ]
487
2016-12-22T03:33:27.000Z
2022-03-29T06:36:45.000Z
backends/ubpf/ubpfDeparser.cpp
anasyrmia/p4c-1
2bf2f615fdaaf4efed1f2f8ab0b3f3261cface60
[ "Apache-2.0" ]
2,114
2016-12-18T11:36:27.000Z
2022-03-31T22:33:23.000Z
backends/ubpf/ubpfDeparser.cpp
anasyrmia/p4c-1
2bf2f615fdaaf4efed1f2f8ab0b3f3261cface60
[ "Apache-2.0" ]
456
2016-12-20T14:01:11.000Z
2022-03-30T19:26:05.000Z
/* Copyright 2019 Orange Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distribu...
37.228723
97
0.573939
anasyrmia
4d89df432248faaf6e44a51b841e966a8877671d
796
cc
C++
src/script/isomorphic.cc
entn-at/openfst
10ab103134b1872e475800fd5ea37747d1c0c858
[ "Apache-2.0" ]
336
2018-11-06T14:03:32.000Z
2022-03-31T00:48:03.000Z
src/script/isomorphic.cc
entn-at/openfst
10ab103134b1872e475800fd5ea37747d1c0c858
[ "Apache-2.0" ]
43
2017-07-13T21:04:44.000Z
2022-02-16T19:47:53.000Z
src/script/isomorphic.cc
entn-at/openfst
10ab103134b1872e475800fd5ea37747d1c0c858
[ "Apache-2.0" ]
77
2018-11-07T06:43:10.000Z
2021-12-10T04:16:43.000Z
// See www.openfst.org for extensive documentation on this weighted // finite-state transducer library. #include <fst/script/fst-class.h> #include <fst/script/isomorphic.h> #include <fst/script/script-impl.h> namespace fst { namespace script { bool Isomorphic(const FstClass &fst1, const FstClass &fst2, float delta) ...
31.84
74
0.770101
entn-at
4d8a1e840f2dcfefeb94dff39420f4b4cd13381a
8,977
cc
C++
src/Properties.cc
ax3l/GPos
4555cead437f3ca847b6b8a2ce3227a47eb25af7
[ "BSD-3-Clause-LBNL" ]
3
2021-07-30T21:01:23.000Z
2021-08-05T18:49:34.000Z
src/Properties.cc
ax3l/GPos
4555cead437f3ca847b6b8a2ce3227a47eb25af7
[ "BSD-3-Clause-LBNL" ]
3
2022-03-04T18:38:50.000Z
2022-03-04T18:39:03.000Z
src/Properties.cc
ax3l/GPos
4555cead437f3ca847b6b8a2ce3227a47eb25af7
[ "BSD-3-Clause-LBNL" ]
2
2021-07-30T19:20:46.000Z
2021-09-17T14:56:10.000Z
/** * @file Properties.cc * @author Ligia Diana Amorim * @date 06/2021 * @copyright GPos 2021 LBNL */ #include "Properties.hpp" /** * Constructor. * * @param[in] in Parameters read from input.txt file. */ Properties::Properties (Query in) { input = in; } /** * Destructor. */ Properties::~Properties ...
36.942387
100
0.50596
ax3l
4d8ab2eb5c9df9f09fe80607692b68b3bcc7dde6
600
cc
C++
elang/compiler/string_source_code.cc
eval1749/elang
5208b386ba3a3e866a5c0f0271280f79f9aac8c4
[ "Apache-2.0" ]
1
2018-01-27T22:40:53.000Z
2018-01-27T22:40:53.000Z
elang/compiler/string_source_code.cc
eval1749/elang
5208b386ba3a3e866a5c0f0271280f79f9aac8c4
[ "Apache-2.0" ]
1
2016-01-29T00:54:49.000Z
2016-01-29T00:54:49.000Z
elang/compiler/string_source_code.cc
eval1749/elang
5208b386ba3a3e866a5c0f0271280f79f9aac8c4
[ "Apache-2.0" ]
null
null
null
// Copyright 2014-2015 Project Vogue. 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 "elang/compiler/string_source_code.h" #include "elang/compiler/string_stream.h" namespace elang { namespace compiler { String...
25
73
0.71
eval1749
4d8cc39ad118c3961952f65f6821862138fa2485
371
cpp
C++
mazeLocation.cpp
bolym/C-Escape
fe448c1bcbfcda8090c6642fa1417e08581cdf8e
[ "MIT" ]
null
null
null
mazeLocation.cpp
bolym/C-Escape
fe448c1bcbfcda8090c6642fa1417e08581cdf8e
[ "MIT" ]
null
null
null
mazeLocation.cpp
bolym/C-Escape
fe448c1bcbfcda8090c6642fa1417e08581cdf8e
[ "MIT" ]
null
null
null
#include "mazeLocation.hpp" /****************************************************************** * Function: mazeLocation() * Description: Default empty MazeLocation constructor * Parameters: None * Pre-Conditions: None * Post-Conditions: None ***************************************************************...
28.538462
68
0.447439
bolym
4d8d565fa9d9a5ef5f1918204e8c55481a02c65c
7,246
cxx
C++
examples/cmdline.cxx
elcuco/mimetic
00c46f7e25235ea6de9ddefc0b63c3249eb1d1da
[ "MIT" ]
null
null
null
examples/cmdline.cxx
elcuco/mimetic
00c46f7e25235ea6de9ddefc0b63c3249eb1d1da
[ "MIT" ]
null
null
null
examples/cmdline.cxx
elcuco/mimetic
00c46f7e25235ea6de9ddefc0b63c3249eb1d1da
[ "MIT" ]
1
2022-02-24T19:24:28.000Z
2022-02-24T19:24:28.000Z
#include <getopt.h> #include <iostream> #include <cstring> #include "mm.h" #include "cmdline.h" using namespace std; command_line::command_line() { for(int i = 0; i < p_last_item; ++i) m_is_opt_set[i] = 0; } command_line::iterator command_line::begin(const string& key) { if(key.length()) retu...
33.238532
85
0.571488
elcuco
4d8e6016b10a02398941365fb9b5e4a78b8011fb
5,083
cpp
C++
src/xray/animation/sources/test_mixing_animation_group.cpp
ixray-team/ixray-2.0
85c3a544175842323fc82f42efd96c66f0fc5abb
[ "Linux-OpenIB" ]
3
2021-10-30T09:36:14.000Z
2022-03-26T17:00:06.000Z
src/xray/animation/sources/test_mixing_animation_group.cpp
acidicMercury8/ixray-2.0
85c3a544175842323fc82f42efd96c66f0fc5abb
[ "Linux-OpenIB" ]
null
null
null
src/xray/animation/sources/test_mixing_animation_group.cpp
acidicMercury8/ixray-2.0
85c3a544175842323fc82f42efd96c66f0fc5abb
[ "Linux-OpenIB" ]
1
2022-03-26T17:00:08.000Z
2022-03-26T17:00:08.000Z
//////////////////////////////////////////////////////////////////////////// // Created : 15.04.2010 // Author : Konstantin Slipchenko // Copyright (C) GSC Game World - 2010 //////////////////////////////////////////////////////////////////////////// #include "pch.h" #include "test_mixing_animation_group.h" ...
31.968553
173
0.677159
ixray-team
4d9086a35c7444e0846d3373373b205787533b2c
1,708
cpp
C++
clang/test/CodeGen/attr-cpuspecific-renaming.cpp
ornata/llvm-project
494913b8b4e4bce0b3525e5569d8e486e82b9a52
[ "Apache-2.0" ]
null
null
null
clang/test/CodeGen/attr-cpuspecific-renaming.cpp
ornata/llvm-project
494913b8b4e4bce0b3525e5569d8e486e82b9a52
[ "Apache-2.0" ]
null
null
null
clang/test/CodeGen/attr-cpuspecific-renaming.cpp
ornata/llvm-project
494913b8b4e4bce0b3525e5569d8e486e82b9a52
[ "Apache-2.0" ]
null
null
null
// RUN: %clang_cc1 -no-opaque-pointers -triple x86_64-linux-gnu -emit-llvm -o - -debug-info-kind=constructor -dwarf-version=4 -debugger-tuning=gdb %s | FileCheck %s --check-prefixes=CHECK,LIN // RUN: %clang_cc1 -no-opaque-pointers -triple x86_64-windows-pc -emit-llvm -o - -debug-info-kind=constructor -dwarf-version=4 -...
38.818182
192
0.636417
ornata
4d92aa703dd41f98481d02f3b464b0789798764e
2,706
cc
C++
node_modules/sodium/src/crypto_hash_sha256.cc
17mahera/Ruu-Bot
25c47c1c591894946c49315bca6e9d806c496cb3
[ "MIT" ]
5
2017-07-09T14:13:08.000Z
2017-11-17T10:16:25.000Z
node_modules/sodium/src/crypto_hash_sha256.cc
17mahera/Ruu-Bot
25c47c1c591894946c49315bca6e9d806c496cb3
[ "MIT" ]
4
2017-02-02T11:26:25.000Z
2021-03-05T08:44:08.000Z
node_modules/sodium/src/crypto_hash_sha256.cc
17mahera/Ruu-Bot
25c47c1c591894946c49315bca6e9d806c496cb3
[ "MIT" ]
18
2017-02-08T15:13:56.000Z
2018-06-20T09:06:09.000Z
/** * Node Native Module for Lib Sodium * * @Author Pedro Paixao * @email paixaop at gmail dot com * @License MIT */ #include "node_sodium.h" /** * int crypto_hash_sha256( * unsigned char * hbuf, * const unsigned char * msg, * unsigned long long mlen) */ NAN_METHOD(bind_crypto_hash_sha256) { Na...
27.333333
96
0.699187
17mahera
4d932491803642b2df18bf94827e3b7f9a0b619c
943
hh
C++
video-player/src/player.hh
deets/brombeerquark
9314bc6adaf19ee3868612c8aafdce0f1ebbabb9
[ "MIT" ]
null
null
null
video-player/src/player.hh
deets/brombeerquark
9314bc6adaf19ee3868612c8aafdce0f1ebbabb9
[ "MIT" ]
null
null
null
video-player/src/player.hh
deets/brombeerquark
9314bc6adaf19ee3868612c8aafdce0f1ebbabb9
[ "MIT" ]
null
null
null
#pragma once #include "connector.hh" #include "messages.hh" #include "bcm_host.h" #include "ilclient.h" struct IClientHelper { ILCLIENT_T *client; IClientHelper(); ~IClientHelper(); }; struct ComponentHelper { COMPONENT_T *component; ComponentHelper(IClientHelper&, const char* name, ILCLIENT_CREATE_FLA...
19.645833
83
0.73701
deets
4d934e01eff13a2f80272a21ca30a22d738a5ffe
1,435
cpp
C++
Heureka/Heureka/PathfindingDriver.cpp
perlangelaursen/02180-Heureka
09bbacf57ad95b276538b213117b5484992c1459
[ "MIT" ]
null
null
null
Heureka/Heureka/PathfindingDriver.cpp
perlangelaursen/02180-Heureka
09bbacf57ad95b276538b213117b5484992c1459
[ "MIT" ]
null
null
null
Heureka/Heureka/PathfindingDriver.cpp
perlangelaursen/02180-Heureka
09bbacf57ad95b276538b213117b5484992c1459
[ "MIT" ]
null
null
null
// // Created by Per Lange Laursen on 17/03/16. // #include "PathfindingDriver.h" void PathfindingDriver::run() { readStateSpace(); readDirections(); } void PathfindingDriver::readDirections() { std::vector<std::string> temp(2); std::ifstream ifs(directions); if(!(ifs.is_open())) { std::...
27.596154
102
0.636237
perlangelaursen
4d98c3f2a25b98e2f311550427041394596a88d0
1,103
cpp
C++
dx11/vertexbuffer.cpp
ousttrue/Skeletal
bfbed4ec87e06787d3c004050d65954d53d0abbd
[ "MIT" ]
null
null
null
dx11/vertexbuffer.cpp
ousttrue/Skeletal
bfbed4ec87e06787d3c004050d65954d53d0abbd
[ "MIT" ]
null
null
null
dx11/vertexbuffer.cpp
ousttrue/Skeletal
bfbed4ec87e06787d3c004050d65954d53d0abbd
[ "MIT" ]
null
null
null
#include "vertexbuffer.h" #include "vertexbuffer_impl.h" #include <plog/Log.h> #include <d3d11.h> #include <wrl/client.h> using namespace Microsoft::WRL; namespace skeletal::dx11 { VertexBufferGroup::VertexBufferGroup(int vertexCount, simplegltf::GltfTopologyType topology) : m_impl(new VertexBufferGrou...
25.068182
118
0.68087
ousttrue
4d9bf6c8bc698703a4e65733ec8f71ed5c75fdde
3,163
cc
C++
servlib/conv_layers/RecvRawConvergenceLayer.cc
lauramazzuca21/DTNME
c97b598b09a8c8e97c2e4136879d9f0e157c8df7
[ "Apache-2.0" ]
7
2021-02-11T16:54:24.000Z
2021-08-20T06:15:30.000Z
servlib/conv_layers/RecvRawConvergenceLayer.cc
lauramazzuca21/DTNME
c97b598b09a8c8e97c2e4136879d9f0e157c8df7
[ "Apache-2.0" ]
3
2020-09-18T13:48:53.000Z
2021-05-27T18:28:14.000Z
servlib/conv_layers/RecvRawConvergenceLayer.cc
lauramazzuca21/DTNME
c97b598b09a8c8e97c2e4136879d9f0e157c8df7
[ "Apache-2.0" ]
10
2020-09-26T05:08:40.000Z
2022-01-25T12:57:55.000Z
/* * Copyright 2015 United States Government as represented by NASA * Marshall Space Flight Center. All Rights Reserved. * * Released under the NASA Open Source Software Agreement version 1.3; * You may obtain a copy of the Agreement at: * * http://ti.arc.nasa.gov/opensource/nosa/ * * ...
23.257353
83
0.641796
lauramazzuca21
4da11d3b7e98ea2242567634b3cae0a956d67928
4,412
cpp
C++
lib/heif/Srcs/common/samplegroupdescriptionbox.cpp
anzksdk/tifig-by
17a306b27e6e2dd2992e1c0896312047541f4be0
[ "Apache-2.0" ]
null
null
null
lib/heif/Srcs/common/samplegroupdescriptionbox.cpp
anzksdk/tifig-by
17a306b27e6e2dd2992e1c0896312047541f4be0
[ "Apache-2.0" ]
null
null
null
lib/heif/Srcs/common/samplegroupdescriptionbox.cpp
anzksdk/tifig-by
17a306b27e6e2dd2992e1c0896312047541f4be0
[ "Apache-2.0" ]
null
null
null
/* Copyright (c) 2015, Nokia Technologies Ltd. * All rights reserved. * * Licensed under the Nokia High-Efficiency Image File Format (HEIF) License (the "License"). * * You may not use the High-Efficiency Image File Format except in compliance with the License. * The License accompanies the software and can be fo...
28.649351
132
0.682457
anzksdk
4da1f7b370bfce64e7f86275a8ac669d0b8a0dcc
2,228
cpp
C++
test/unittest/rtps/history/TopicPayloadPoolRegistryTests.cpp
jason-fox/Fast-RTPS
af466cfe63a8319cc9d37514267de8952627a9a4
[ "Apache-2.0" ]
575
2015-01-22T20:05:04.000Z
2020-06-01T10:06:12.000Z
test/unittest/rtps/history/TopicPayloadPoolRegistryTests.cpp
jason-fox/Fast-RTPS
af466cfe63a8319cc9d37514267de8952627a9a4
[ "Apache-2.0" ]
1,110
2015-04-20T19:30:34.000Z
2020-06-01T08:13:52.000Z
test/unittest/rtps/history/TopicPayloadPoolRegistryTests.cpp
jason-fox/Fast-RTPS
af466cfe63a8319cc9d37514267de8952627a9a4
[ "Apache-2.0" ]
273
2015-08-10T23:34:42.000Z
2020-05-28T13:03:32.000Z
// Copyright 2020 Proyectos y Sistemas de Mantenimiento SL (eProsima). // // 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 re...
37.133333
86
0.741472
jason-fox
4da4220cb0d259307ff95cd134a724b843b45219
16,191
cpp
C++
src/yyy_main.cpp
FlyingJester/kashyyyk2
b7de62d6db6d3740f49ff72e5dd94b2f412aa143
[ "Linux-OpenIB" ]
null
null
null
src/yyy_main.cpp
FlyingJester/kashyyyk2
b7de62d6db6d3740f49ff72e5dd94b2f412aa143
[ "Linux-OpenIB" ]
null
null
null
src/yyy_main.cpp
FlyingJester/kashyyyk2
b7de62d6db6d3740f49ff72e5dd94b2f412aa143
[ "Linux-OpenIB" ]
null
null
null
/* * Copyright (c) 2014-2017 Martin McDonough. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * - Redistributions of source code must retain the above copyright notice, * this l...
29.708257
99
0.584955
FlyingJester
4da59ae2f57432424fa441ea9f7a6e6748af5e85
813
cc
C++
src/script/randgen.cc
entn-at/openfst
10ab103134b1872e475800fd5ea37747d1c0c858
[ "Apache-2.0" ]
336
2018-11-06T14:03:32.000Z
2022-03-31T00:48:03.000Z
src/script/randgen.cc
entn-at/openfst
10ab103134b1872e475800fd5ea37747d1c0c858
[ "Apache-2.0" ]
43
2017-07-13T21:04:44.000Z
2022-02-16T19:47:53.000Z
src/script/randgen.cc
entn-at/openfst
10ab103134b1872e475800fd5ea37747d1c0c858
[ "Apache-2.0" ]
77
2018-11-07T06:43:10.000Z
2021-12-10T04:16:43.000Z
// See www.openfst.org for extensive documentation on this weighted // finite-state transducer library. #include <fst/script/fst-class.h> #include <fst/script/randgen.h> #include <fst/script/script-impl.h> namespace fst { namespace script { void RandGen(const FstClass &ifst, MutableFstClass *ofst, time_t seed, ...
30.111111
70
0.738007
entn-at
4da685673e98898aa5a8fe658f19fe18cbc78274
136
cc
C++
third-party/paxos/src/deptran/empty.cc
shenweihai1/rolis-eurosys2022
59b3fd58144496a9b13415e30b41617b34924323
[ "MIT" ]
1
2022-03-08T00:36:10.000Z
2022-03-08T00:36:10.000Z
third-party/paxos/src/deptran/empty.cc
shenweihai1/rolis-eurosys2022
59b3fd58144496a9b13415e30b41617b34924323
[ "MIT" ]
null
null
null
third-party/paxos/src/deptran/empty.cc
shenweihai1/rolis-eurosys2022
59b3fd58144496a9b13415e30b41617b34924323
[ "MIT" ]
null
null
null
/** * This empty file is for building purpose. Building systems such as * waf and cmake needs a source file to generate a target. */
27.2
68
0.720588
shenweihai1
4dabc83776b871de31d9a018c3b16d6d078091ae
298
cpp
C++
Crack_Practice/Xor_Decode_Shellcode.cpp
TuringGu/RELearning
a44813d6ae0416631bf5b345a7606cdf3d1a3ffe
[ "MIT" ]
null
null
null
Crack_Practice/Xor_Decode_Shellcode.cpp
TuringGu/RELearning
a44813d6ae0416631bf5b345a7606cdf3d1a3ffe
[ "MIT" ]
null
null
null
Crack_Practice/Xor_Decode_Shellcode.cpp
TuringGu/RELearning
a44813d6ae0416631bf5b345a7606cdf3d1a3ffe
[ "MIT" ]
null
null
null
void main() { __asm int 3 // break __asm { nop nop nop nop nop nop pop eax add eax, 0x14 xor ecx,ecx decode_loop: mov bl,[eax+ecx] xor bl, 0x44 mov [eax+ecx],bl inc ecx cmp bl,0x90 // Ende jne decode_loop nop nop nop nop nop } }
9.933333
22
0.536913
TuringGu
4dac4be4eb05e68464363041ed58d3aacfcb99c3
6,057
cpp
C++
skse/GameEvents.cpp
Schwarz-Hexe/YAMMS
2a64c482a3813ec2450f025e97854f5671c1851e
[ "MIT" ]
null
null
null
skse/GameEvents.cpp
Schwarz-Hexe/YAMMS
2a64c482a3813ec2450f025e97854f5671c1851e
[ "MIT" ]
null
null
null
skse/GameEvents.cpp
Schwarz-Hexe/YAMMS
2a64c482a3813ec2450f025e97854f5671c1851e
[ "MIT" ]
null
null
null
#include "GameEvents.h" // For testing // TESActivateEvent 0x012E3E60 // TESActiveEffectApplyRemoveEvent 0x012E3E90 // TESActorLocationChangeEvent 0x012E3EC0 // TESBookReadEvent 0x012E3EF0 // TESCellAtta...
62.443299
139
0.517418
Schwarz-Hexe
4db2c93e2f3756702fca4065eb04355580b84e38
1,844
cpp
C++
POJ/10 - 13/poj1001.cpp
bilibiliShen/CodeBank
49a69b2b2c3603bf105140a9d924946ed3193457
[ "MIT" ]
1
2017-08-19T16:02:15.000Z
2017-08-19T16:02:15.000Z
POJ/10 - 13/poj1001.cpp
bilibiliShen/CodeBank
49a69b2b2c3603bf105140a9d924946ed3193457
[ "MIT" ]
null
null
null
POJ/10 - 13/poj1001.cpp
bilibiliShen/CodeBank
49a69b2b2c3603bf105140a9d924946ed3193457
[ "MIT" ]
1
2018-01-05T23:37:23.000Z
2018-01-05T23:37:23.000Z
#include <iostream> #include <cstdio> #include <string> #include <cstring> using namespace std; const int MaxL = 1000; int n, point, index; // n次幂。point代表小数点后有几位。 int si[MaxL], res[MaxL], tmp[MaxL], l; // si[MaxL]存s变成的整数,一位一位存 string s; void _toInt() // 让s变成一个整数串,并且记录下小数点后有几位 { point = 0; // 初始化point; index = 0; /...
19.410526
63
0.453362
bilibiliShen
4db319e00a64a6d4c96bed55b70dea71b109e371
19,518
cxx
C++
main/svx/source/sidebar/graphic/GraphicPropertyPanel.cxx
Grosskopf/openoffice
93df6e8a695d5e3eac16f3ad5e9ade1b963ab8d7
[ "Apache-2.0" ]
679
2015-01-06T06:34:58.000Z
2022-03-30T01:06:03.000Z
main/svx/source/sidebar/graphic/GraphicPropertyPanel.cxx
Grosskopf/openoffice
93df6e8a695d5e3eac16f3ad5e9ade1b963ab8d7
[ "Apache-2.0" ]
102
2017-11-07T08:51:31.000Z
2022-03-17T12:13:49.000Z
main/svx/source/sidebar/graphic/GraphicPropertyPanel.cxx
Grosskopf/openoffice
93df6e8a695d5e3eac16f3ad5e9ade1b963ab8d7
[ "Apache-2.0" ]
331
2015-01-06T11:40:55.000Z
2022-03-14T04:07:51.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 y...
35.167568
117
0.586587
Grosskopf
4db57cd9240af0e1895789bafc57cbdaf4aad307
8,566
cc
C++
src/application/stresstest/BlastTerminal.cc
nicmcd/slimsupersim
f73ce6b01fb7723e835665c55d45b8e582a6ba4e
[ "Apache-2.0" ]
null
null
null
src/application/stresstest/BlastTerminal.cc
nicmcd/slimsupersim
f73ce6b01fb7723e835665c55d45b8e582a6ba4e
[ "Apache-2.0" ]
null
null
null
src/application/stresstest/BlastTerminal.cc
nicmcd/slimsupersim
f73ce6b01fb7723e835665c55d45b8e582a6ba4e
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2016 Hewlett Packard Enterprise Development LP * * 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 a...
30.924188
80
0.670558
nicmcd
4db831c9c6d505e9a1efbfa95ca87ed1202550b0
410
cpp
C++
2012/day4/exam2.cpp
jasha64/jasha64
653881f0f79075a628f98857e77eac27aef1919d
[ "MIT" ]
null
null
null
2012/day4/exam2.cpp
jasha64/jasha64
653881f0f79075a628f98857e77eac27aef1919d
[ "MIT" ]
null
null
null
2012/day4/exam2.cpp
jasha64/jasha64
653881f0f79075a628f98857e77eac27aef1919d
[ "MIT" ]
1
2020-06-15T07:58:13.000Z
2020-06-15T07:58:13.000Z
#include<iostream> using namespace std; int main() { int wd; cin>>wd; if (wd==1) cout<<"Monday"<<endl; else if (wd==2) cout<<"Tuesday"<<endl; else if (wd==3) cout<<"Wednesday"<<endl; else if (wd==4) cout<<"Thursday"<<endl; else if (wd==5) cout<<"Friday"<<endl; else if (wd==6) cout<<"Satd...
24.117647
44
0.560976
jasha64
4dbaef671c5ae9df84c6bc67b713e514c099acb9
5,061
cpp
C++
lib/AST/Stmt.cpp
jamboree/Sora
a75c96452857109e90ff61771991415d880b5b37
[ "MIT" ]
null
null
null
lib/AST/Stmt.cpp
jamboree/Sora
a75c96452857109e90ff61771991415d880b5b37
[ "MIT" ]
null
null
null
lib/AST/Stmt.cpp
jamboree/Sora
a75c96452857109e90ff61771991415d880b5b37
[ "MIT" ]
null
null
null
//===--- Stmt.cpp -----------------------------------------------*- C++ -*-===// // Part of the Sora project, licensed under the MIT license. // See LICENSE.txt in the project root for license information. // // Copyright (c) 2019 Pierre van Houtryve //===----------------------------------------------------------------...
34.903448
80
0.586248
jamboree
4dbc52d42548a04dc5decb6e930c34eaa808b735
11,769
cpp
C++
uuv_assistants/src/message_to_tf.cpp
oKermorgant/Plankton
ce21579792122b05d27f147ab66f515001ccb733
[ "Apache-2.0", "BSD-3-Clause" ]
79
2020-09-30T22:19:07.000Z
2022-03-27T12:30:58.000Z
uuv_assistants/src/message_to_tf.cpp
oKermorgant/Plankton
ce21579792122b05d27f147ab66f515001ccb733
[ "Apache-2.0", "BSD-3-Clause" ]
17
2020-10-05T01:01:49.000Z
2022-03-04T13:58:53.000Z
uuv_assistants/src/message_to_tf.cpp
oKermorgant/Plankton
ce21579792122b05d27f147ab66f515001ccb733
[ "Apache-2.0", "BSD-3-Clause" ]
22
2020-10-27T14:42:48.000Z
2022-03-25T10:41:51.000Z
// Copyright (c) 2020 The Plankton Authors. // All rights reserved. // // This source code is derived from UUV Simulator // (https://github.com/uuvsimulator/uuv_simulator) // Copyright (c) 2016-2019 The UUV Simulator Authors // licensed under the Apache license, Version 2.0 // cf. 3rd-party-licenses.txt file in the roo...
35.026786
148
0.729799
oKermorgant
4dbc7e2c54ee15fdcc13bd611c177fae31bcc842
931
hpp
C++
SDK/ARKSurvivalEvolved_SpiderL_Character_BP_Medium_parameters.hpp
2bite/ARK-SDK
c38ca9925309516b2093ad8c3a70ed9489e1d573
[ "MIT" ]
10
2020-02-17T19:08:46.000Z
2021-07-31T11:07:19.000Z
SDK/ARKSurvivalEvolved_SpiderL_Character_BP_Medium_parameters.hpp
2bite/ARK-SDK
c38ca9925309516b2093ad8c3a70ed9489e1d573
[ "MIT" ]
9
2020-02-17T18:15:41.000Z
2021-06-06T19:17:34.000Z
SDK/ARKSurvivalEvolved_SpiderL_Character_BP_Medium_parameters.hpp
2bite/ARK-SDK
c38ca9925309516b2093ad8c3a70ed9489e1d573
[ "MIT" ]
3
2020-07-22T17:42:07.000Z
2021-06-19T17:16:13.000Z
#pragma once // ARKSurvivalEvolved (329.9) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "ARKSurvivalEvolved_SpiderL_Character_BP_Medium_classes.hpp" namespace sdk { //--------------------------------------------------------------------------- //Parameters //------------------------------------------...
28.212121
152
0.62406
2bite
4dc0bf2ad998aef2dc265069a24a59052750f211
1,279
cpp
C++
test/doc/math/geommean.cpp
the-moisrex/eve
80b52663eefee11460abb0aedf4158a5067cf7dc
[ "MIT" ]
340
2020-09-16T21:12:48.000Z
2022-03-28T15:40:33.000Z
test/doc/math/geommean.cpp
the-moisrex/eve
80b52663eefee11460abb0aedf4158a5067cf7dc
[ "MIT" ]
383
2020-09-17T06:56:35.000Z
2022-03-13T15:58:53.000Z
test/doc/math/geommean.cpp
the-moisrex/eve
80b52663eefee11460abb0aedf4158a5067cf7dc
[ "MIT" ]
28
2021-02-27T23:11:23.000Z
2022-03-25T12:31:29.000Z
//#include <eve/function/geommean.hpp> #include <eve/module/math.hpp> #include <eve/literals.hpp> #include <eve/wide.hpp> #include <vector> #include <iostream> int main() { using w_t = eve::wide<double, eve::fixed<4>>; w_t pi = {3, 2, 3, -3}, qi = {4, 2, 1, -100}; std::cout << "---- simd" << '\n' <<...
36.542857
101
0.351837
the-moisrex
4dc15a0f79e0439877e50c88b073d29b408d3ebb
2,458
cpp
C++
src/RcppExports.cpp
rdinnager/rbff
899e4f32558c82e180ecd79df247f1c8e5e92308
[ "MIT" ]
4
2021-08-18T04:33:42.000Z
2021-12-30T02:06:07.000Z
src/RcppExports.cpp
rdinnager/rbff
899e4f32558c82e180ecd79df247f1c8e5e92308
[ "MIT" ]
7
2021-09-21T17:38:21.000Z
2022-01-11T14:54:54.000Z
src/RcppExports.cpp
rdinnager/rbff
899e4f32558c82e180ecd79df247f1c8e5e92308
[ "MIT" ]
3
2021-09-09T20:43:55.000Z
2021-12-29T23:17:04.000Z
// Generated by using Rcpp::compileAttributes() -> do not edit by hand // Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393 #include <Rcpp.h> using namespace Rcpp; #ifdef RCPP_USE_GLOBAL_ROSTREAM Rcpp::Rostream<true>& Rcpp::Rcout = Rcpp::Rcpp_cout_get(); Rcpp::Rostream<false>& Rcpp::Rcerr = Rcpp::Rcpp_cerr_get(...
47.269231
163
0.771766
rdinnager
4dc3e113d59467dae5f14e3acbd211f36d0677d0
634
hpp
C++
services/interactive_python/jupyter/display_publisher.hpp
jinntechio/RocketJoe
9b08a21fda1609c57b40ef8b9750897797ac815b
[ "BSD-3-Clause" ]
9
2020-07-20T15:32:07.000Z
2021-06-04T13:02:58.000Z
services/interactive_python/jupyter/display_publisher.hpp
jinntechio/RocketJoe
9b08a21fda1609c57b40ef8b9750897797ac815b
[ "BSD-3-Clause" ]
26
2019-10-27T12:58:42.000Z
2020-05-30T16:43:48.000Z
services/interactive_python/jupyter/display_publisher.hpp
jinntechio/RocketJoe
9b08a21fda1609c57b40ef8b9750897797ac815b
[ "BSD-3-Clause" ]
3
2020-08-29T07:07:49.000Z
2021-06-04T13:02:59.000Z
#pragma once #include <pybind11/embed.h> #include <pybind11/functional.h> #include <pybind11/pybind11.h> #include <pybind11/stl.h> namespace services { namespace interactive_python { namespace jupyter { namespace py = pybind11; class display_publisher final { public: static auto set_parent(py::o...
26.416667
82
0.648265
jinntechio
4dca20639345e2fb09e2ae2ac76726892aa651ab
5,493
cpp
C++
src/lib/foundations/geometry/decomposition.cpp
abetten/orbiter
5994d0868a26c37676d6aadfc66a1f1bcb715c4b
[ "RSA-MD" ]
15
2016-10-27T15:18:28.000Z
2022-02-09T11:13:07.000Z
src/lib/foundations/geometry/decomposition.cpp
abetten/orbiter
5994d0868a26c37676d6aadfc66a1f1bcb715c4b
[ "RSA-MD" ]
4
2019-12-09T11:49:11.000Z
2020-07-30T17:34:45.000Z
src/lib/foundations/geometry/decomposition.cpp
abetten/orbiter
5994d0868a26c37676d6aadfc66a1f1bcb715c4b
[ "RSA-MD" ]
15
2016-06-10T20:05:30.000Z
2020-12-18T04:59:19.000Z
// decomposition.cpp // // Anton Betten // // December 1, 2012 #include "foundations.h" using namespace std; namespace orbiter { namespace foundations { decomposition::decomposition() { null(); } decomposition::~decomposition() { freeself(); } void decomposition::null() { Inc = 0; I = 0; Stack = NULL; f_...
21.373541
66
0.697797
abetten
4dca932f6db3b9a3dabc5d7c95e9075d7f91d709
617
cpp
C++
Websites/Codeforces/339A.cpp
justaname94/Algorithms
4c9ec4119b0d92d5889f85b89fcb24f885a82373
[ "MIT" ]
null
null
null
Websites/Codeforces/339A.cpp
justaname94/Algorithms
4c9ec4119b0d92d5889f85b89fcb24f885a82373
[ "MIT" ]
null
null
null
Websites/Codeforces/339A.cpp
justaname94/Algorithms
4c9ec4119b0d92d5889f85b89fcb24f885a82373
[ "MIT" ]
null
null
null
#include <iostream> #include <algorithm> using namespace std; int main() { string operation; cin >> operation; string result; int arrSize = (operation.length()/2) + 1; int digits[arrSize]; int digitIndex = 0; for (int i = 0; i < operation.length(); i++) { if (operation[i] != '+') ...
21.275862
54
0.531605
justaname94
4dcaff8952eddbe7a377bcbff443daebfb3f60a7
173
cpp
C++
cpp_composition_over_inheritance_code/src/i_movable.cpp
kedingp/sandbox
b9a814c6578dfabe2463b3c83982c3fdfeda7f21
[ "MIT" ]
null
null
null
cpp_composition_over_inheritance_code/src/i_movable.cpp
kedingp/sandbox
b9a814c6578dfabe2463b3c83982c3fdfeda7f21
[ "MIT" ]
4
2019-02-24T07:59:05.000Z
2019-03-17T22:51:23.000Z
cpp_composition_over_inheritance_code/src/i_movable.cpp
kedingp/sandbox
b9a814c6578dfabe2463b3c83982c3fdfeda7f21
[ "MIT" ]
null
null
null
#include <cpp_composition_over_inheritance_code/i_movable.h> namespace table_tennis { I_Movable::I_Movable() { } I_Movable::~I_Movable() { } }
10.8125
60
0.641618
kedingp
4dccdbec58853d23d5d1490cdc0bedf6d57efc12
184
cpp
C++
source/tests.cpp
Looo911/programmiersprachen-aufgabenblatt-3
7ac3e5f0a37e889e03ceae3b62ebd5da2370b91f
[ "MIT" ]
null
null
null
source/tests.cpp
Looo911/programmiersprachen-aufgabenblatt-3
7ac3e5f0a37e889e03ceae3b62ebd5da2370b91f
[ "MIT" ]
null
null
null
source/tests.cpp
Looo911/programmiersprachen-aufgabenblatt-3
7ac3e5f0a37e889e03ceae3b62ebd5da2370b91f
[ "MIT" ]
null
null
null
#define CATCH_CONFIG_RUNNER #include <catch.hpp> TEST_CASE("Circle&Rectangle", "[operator]") { } int main(int argc, char *argv[]) { return Catch::Session().run(argc, argv); }
12.266667
43
0.668478
Looo911
4dd0653c57f4ce46eb0910682235f37dab678229
721
cpp
C++
samples/round_robin.cpp
alarouche/cppao
5519c8014286c60200bc7123b445b57848168584
[ "MIT", "Unlicense" ]
null
null
null
samples/round_robin.cpp
alarouche/cppao
5519c8014286c60200bc7123b445b57848168584
[ "MIT", "Unlicense" ]
null
null
null
samples/round_robin.cpp
alarouche/cppao
5519c8014286c60200bc7123b445b57848168584
[ "MIT", "Unlicense" ]
null
null
null
#include <active/object.hpp> #include <cstdio> /* A slightly more sophisticated example. * In this case, each node punts a message to its next node in a loop. * To make things interesting, we add lots of messages concurrently. */ struct RoundRobin : public active::object<RoundRobin> { RoundRobin * next; void ac...
20.6
70
0.67129
alarouche
4dd6ced1a677d4037761f3c67ae3208d4675f008
1,136
cpp
C++
tests/gaf-tests/Library/Sources/TagDefineTimeline.cpp
ethankennerly/cocos2d-gaf-demo
7757cc04bc4142a58477c58c39684ae8b7218757
[ "MIT" ]
1
2020-03-08T09:39:00.000Z
2020-03-08T09:39:00.000Z
tests/gaf-tests/Library/Sources/TagDefineTimeline.cpp
ethankennerly/cocos2d-gaf-demo
7757cc04bc4142a58477c58c39684ae8b7218757
[ "MIT" ]
null
null
null
tests/gaf-tests/Library/Sources/TagDefineTimeline.cpp
ethankennerly/cocos2d-gaf-demo
7757cc04bc4142a58477c58c39684ae8b7218757
[ "MIT" ]
null
null
null
#include "GAFPrecompiled.h" #include "TagDefineTimeline.h" #include "GAFLoader.h" #include "GAFStream.h" #include "GAFAsset.h" #include "GAFHeader.h" #include "GAFTimeline.h" #include "PrimitiveDeserializer.h" NS_GAF_BEGIN void TagDefineTimeline::read(GAFStream* in, GAFAsset* asset, GAFTimeline* timeline) { uns...
22.27451
83
0.634683
ethankennerly
4dda8568e1f82e45dd54c4a579f6fdb93fb35e89
732
cpp
C++
src/llvmir2hll/pattern/pattern_finder_runners/no_action_pattern_finder_runner.cpp
mehrdad-shokri/retdec
a82f16e97b163afe789876e0a819489c5b9b358e
[ "MIT", "Zlib", "BSD-3-Clause" ]
4,816
2017-12-12T18:07:09.000Z
2019-04-17T02:01:04.000Z
src/llvmir2hll/pattern/pattern_finder_runners/no_action_pattern_finder_runner.cpp
mehrdad-shokri/retdec
a82f16e97b163afe789876e0a819489c5b9b358e
[ "MIT", "Zlib", "BSD-3-Clause" ]
514
2017-12-12T18:22:52.000Z
2019-04-16T16:07:11.000Z
src/llvmir2hll/pattern/pattern_finder_runners/no_action_pattern_finder_runner.cpp
mehrdad-shokri/retdec
a82f16e97b163afe789876e0a819489c5b9b358e
[ "MIT", "Zlib", "BSD-3-Clause" ]
579
2017-12-12T18:38:02.000Z
2019-04-11T13:32:53.000Z
/** * @file src/llvmir2hll/pattern/pattern_finder_runners/no_action_pattern_finder_runner.cpp * @brief Implementation of NoActionPatternFinderRunner. * @copyright (c) 2017 Avast Software, licensed under the MIT license */ #include <string> #include "retdec/llvmir2hll/pattern/pattern_finder_runners/no_action_pattern_f...
26.142857
93
0.797814
mehrdad-shokri
4dddccd6861c9ebff6d530023c4981974fbe7aed
5,947
hpp
C++
src/autonomy/script_commands.hpp
medlefsen/autonomy
ed9da86e9be98dd2505a7f02af9cd4db995e6baf
[ "Artistic-2.0" ]
2
2015-05-31T20:26:51.000Z
2022-02-19T16:11:14.000Z
src/autonomy/script_commands.hpp
medlefsen/autonomy
ed9da86e9be98dd2505a7f02af9cd4db995e6baf
[ "Artistic-2.0" ]
null
null
null
src/autonomy/script_commands.hpp
medlefsen/autonomy
ed9da86e9be98dd2505a7f02af9cd4db995e6baf
[ "Artistic-2.0" ]
null
null
null
#ifndef AUTONOMY_SCRIPT_COMMANDS_HPP #define AUTONOMY_SCRIPT_COMMANDS_HPP #include <boost/random.hpp> #include <autonomy/script_instruction.hpp> #include <autonomy/entity/scripted_drone.hpp> namespace autonomy { //! \brief Move command. //! Takes 2 "directions", up and right. //! A direction is either pos...
38.121795
95
0.633092
medlefsen
4ddf249e6bd0d57ada52921e5a19a88b411a1ba6
748
cpp
C++
local_addons/ofxCv/example-gesture/src/ofApp.cpp
yxcde/RTP_MIT_RECODED
181deb2e3228484fa9d4ed0e6bf3f4a639d99419
[ "MIT" ]
446
2015-01-08T00:14:06.000Z
2022-03-16T13:08:03.000Z
local_addons/ofxCv/example-gesture/src/ofApp.cpp
yxcde/RTP_MIT_RECODED
181deb2e3228484fa9d4ed0e6bf3f4a639d99419
[ "MIT" ]
139
2015-01-02T19:20:53.000Z
2021-05-03T16:54:45.000Z
local_addons/ofxCv/example-gesture/src/ofApp.cpp
yxcde/RTP_MIT_RECODED
181deb2e3228484fa9d4ed0e6bf3f4a639d99419
[ "MIT" ]
195
2015-01-18T05:13:39.000Z
2022-03-21T08:24:37.000Z
#include "ofApp.h" using namespace ofxCv; using namespace cv; void ofApp::setup() { ofSetVerticalSync(true); ofEnableSmoothing(); ofEnableAlphaBlending(); ofSetLineWidth(3); ofSetFrameRate(120); } void ofApp::update() { } void ofApp::draw() { ofBackground(0); ofSetColor(255, 64); polyline.draw(); switch...
18.7
65
0.713904
yxcde
4de02a6730eedb7fe2158b32483e9c1f5c3e26ce
177
cpp
C++
non-iOS/antlr4_generated_src/init_parser/InitFileParserListener.cpp
opendragon/IF
11e9132b896a67115b8fc9fc9cddcd592b838bfa
[ "BSD-3-Clause" ]
null
null
null
non-iOS/antlr4_generated_src/init_parser/InitFileParserListener.cpp
opendragon/IF
11e9132b896a67115b8fc9fc9cddcd592b838bfa
[ "BSD-3-Clause" ]
null
null
null
non-iOS/antlr4_generated_src/init_parser/InitFileParserListener.cpp
opendragon/IF
11e9132b896a67115b8fc9fc9cddcd592b838bfa
[ "BSD-3-Clause" ]
null
null
null
// Generated from /Volumes/Shejidan/git.repositories/IF/non-iOS/../InitFile/InitFileParser.g4 by ANTLR 4.8 #include "InitFileParserListener.h" using namespace InitParser;
17.7
106
0.779661
opendragon
4de37c1987a34efbda06b44fed249896d9a9865b
15,204
cpp
C++
src/sprite.cpp
GhostInABottle/octopus_engine
50429e889493527bdc0e78b307937002e0f2c510
[ "BSD-2-Clause" ]
null
null
null
src/sprite.cpp
GhostInABottle/octopus_engine
50429e889493527bdc0e78b307937002e0f2c510
[ "BSD-2-Clause" ]
null
null
null
src/sprite.cpp
GhostInABottle/octopus_engine
50429e889493527bdc0e78b307937002e0f2c510
[ "BSD-2-Clause" ]
null
null
null
#include "../include/sprite.hpp" #include "../include/sprite_data.hpp" #include "../include/map_object.hpp" #include "../include/canvas.hpp" #include "../include/object_layer.hpp" #include "../include/object_layer_renderer.hpp" #include "../include/image_layer.hpp" #include "../include/game.hpp" #include "../include/co...
32.143763
127
0.587872
GhostInABottle
4de479230edb288dc4c57ca2b364fcc1ab9474bc
195
cpp
C++
Software/CPU/myscrypt/build/cmake-3.12.3/Tests/AliasTarget/targetgenerator.cpp
duonglvtnaist/Multi-ROMix-Scrypt-Accelerator
9cb9d96c72c3e912fb7cfd5a786e50e4844a1ee8
[ "MIT" ]
107
2021-08-28T20:08:42.000Z
2022-03-22T08:02:16.000Z
Software/CPU/myscrypt/build/cmake-3.12.3/Tests/AliasTarget/targetgenerator.cpp
duonglvtnaist/Multi-ROMix-Scrypt-Accelerator
9cb9d96c72c3e912fb7cfd5a786e50e4844a1ee8
[ "MIT" ]
3
2021-09-08T02:18:00.000Z
2022-03-12T00:39:44.000Z
Software/CPU/myscrypt/build/cmake-3.12.3/Tests/AliasTarget/targetgenerator.cpp
duonglvtnaist/Multi-ROMix-Scrypt-Accelerator
9cb9d96c72c3e912fb7cfd5a786e50e4844a1ee8
[ "MIT" ]
16
2021-08-30T06:57:36.000Z
2022-03-22T08:05:52.000Z
#include <fstream> int main(int argc, char** argv) { std::ofstream fout("targetoutput.h"); if (!fout) return 1; fout << "#define TARGETOUTPUT_DEFINE\n"; fout.close(); return 0; }
15
42
0.630769
duonglvtnaist
4e2896425937add552d5ce4aedf077c28aac0cee
5,027
hpp
C++
include/nodamushi/svd/svd_reader.hpp
nodamushi/nsvd-reader
cf3a840aaac78d5791df1cf045596ec20dc03257
[ "CC0-1.0" ]
null
null
null
include/nodamushi/svd/svd_reader.hpp
nodamushi/nsvd-reader
cf3a840aaac78d5791df1cf045596ec20dc03257
[ "CC0-1.0" ]
null
null
null
include/nodamushi/svd/svd_reader.hpp
nodamushi/nsvd-reader
cf3a840aaac78d5791df1cf045596ec20dc03257
[ "CC0-1.0" ]
null
null
null
/*! @brief svd_reader @file nodamushi/svd/svd_reader.hpp */ /* * These codes are licensed under CC0. * http://creativecommons.org/publicdomain/zero/1.0/ */ #ifndef NODAMUSHI_SVD_SVD_READER_HPP #define NODAMUSHI_SVD_SVD_READER_HPP # include "nodamushi/const_string.hpp" # include "nodamushi/boxvec.hpp" # include...
22.048246
74
0.636364
nodamushi
4e28e1857c2c272d365c80d98d350081044410df
16,044
cc
C++
src/stirling/source_connectors/dynamic_tracer/dynamic_tracing/dynamic_tracer_test.cc
marianod92/pixie
f62668aeffb471287e01b1b256ae53c98c789bfa
[ "Apache-2.0" ]
null
null
null
src/stirling/source_connectors/dynamic_tracer/dynamic_tracing/dynamic_tracer_test.cc
marianod92/pixie
f62668aeffb471287e01b1b256ae53c98c789bfa
[ "Apache-2.0" ]
null
null
null
src/stirling/source_connectors/dynamic_tracer/dynamic_tracing/dynamic_tracer_test.cc
marianod92/pixie
f62668aeffb471287e01b1b256ae53c98c789bfa
[ "Apache-2.0" ]
1
2022-03-06T14:26:16.000Z
2022-03-06T14:26:16.000Z
/* * Copyright 2018- The Pixie Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ag...
35.574279
98
0.622725
marianod92
4e2ebcd08bb7b346c63e394c3e82db0e3965a34c
16,306
cpp
C++
inetcore/mshtml/src/time/timeeng/timebase.cpp
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
inetcore/mshtml/src/time/timeeng/timebase.cpp
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
inetcore/mshtml/src/time/timeeng/timebase.cpp
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
/******************************************************************************* * * Copyright (c) 1998 Microsoft Corporation * * File: timebase.cpp * * Abstract: * * * *******************************************************************************/ #include "headers.h" #include "Container.h" ...
19.669481
82
0.436404
npocmaka
4e2fed4cb2eed30a05f51ba6d5ff98862c15acfc
1,551
cpp
C++
src/Algorithms/HypoTestPlaceHolder.cpp
blengerich/jenkins_test
512aec681577063e3d68f699d19f53374e59585a
[ "MIT" ]
24
2016-10-20T00:36:31.000Z
2020-09-06T16:40:52.000Z
src/Algorithms/HypoTestPlaceHolder.cpp
blengerich/jenkins_test
512aec681577063e3d68f699d19f53374e59585a
[ "MIT" ]
44
2016-11-11T22:41:28.000Z
2021-01-04T21:55:57.000Z
src/Algorithms/HypoTestPlaceHolder.cpp
blengerich/jenkins_test
512aec681577063e3d68f699d19f53374e59585a
[ "MIT" ]
8
2017-02-01T09:19:42.000Z
2021-11-28T14:40:43.000Z
// // Created by haohanwang on 8/27/16. // #include "HypoTestPlaceHolder.h" HypoTestPlaceHolder::HypoTestPlaceHolder() { model = shared_ptr<StatsBasic>(nullptr); } HypoTestPlaceHolder::HypoTestPlaceHolder(const unordered_map<string, string>& opts) { model = shared_ptr<StatsBasic>(nullptr); } float HypoTestP...
19.148148
85
0.622179
blengerich
4e30a9e707bf3985b19007495a623f8a07d063ca
972
cpp
C++
Online Judges/UVA/10227/3464845_AC_16ms_0kB.cpp
moni-roy/COPC
f5918304815413c18574ef4af2e23a604bd9f704
[ "MIT" ]
4
2017-02-20T17:41:14.000Z
2019-07-15T14:15:34.000Z
Online Judges/UVA/10227/3464845_AC_16ms_0kB.cpp
moni-roy/COPC
f5918304815413c18574ef4af2e23a604bd9f704
[ "MIT" ]
null
null
null
Online Judges/UVA/10227/3464845_AC_16ms_0kB.cpp
moni-roy/COPC
f5918304815413c18574ef4af2e23a604bd9f704
[ "MIT" ]
null
null
null
#include <bits/stdc++.h> using namespace std; int t,x,y,ans,p,T,par[1000],sv[110][110]; char s[100]; int FND(int p) { if(p==par[p]) return p; return par[p]=FND(par[p]); } void make_set(int i,int j) { int u=FND(i); int v=FND(j); if(v!=u) { ans--; par[v]=u; } } bool same(int i,...
17.357143
49
0.383745
moni-roy
4e34d855db70714222d6fb1ef64c5fe640526ab3
4,946
cc
C++
CalibTracker/SiStripCommon/plugins/PrescaleEventFilter.cc
NTrevisani/cmssw
a212a27526f34eb9507cf8b875c93896e6544781
[ "Apache-2.0" ]
2
2017-09-29T13:32:51.000Z
2019-01-31T00:40:58.000Z
CalibTracker/SiStripCommon/plugins/PrescaleEventFilter.cc
NTrevisani/cmssw
a212a27526f34eb9507cf8b875c93896e6544781
[ "Apache-2.0" ]
26
2018-10-30T12:47:58.000Z
2022-03-29T08:39:00.000Z
CalibTracker/SiStripCommon/plugins/PrescaleEventFilter.cc
NTrevisani/cmssw
a212a27526f34eb9507cf8b875c93896e6544781
[ "Apache-2.0" ]
3
2017-06-07T15:22:28.000Z
2019-02-28T20:48:30.000Z
// -*- C++ -*- // // Package: CalibTracker/SiStripCommon // Class: PrescaleEventFilter // /**\class PrescaleEventFilter PrescaleEventFilter.cc CalibTracker/SiStripCommon/plugins/PrescaleEventFilter.cc Description: Simple class to prescale events entering the Strip Tracker Calibration Tree Implementation: ...
32.754967
119
0.718358
NTrevisani
4e3543d791d949534f562cd11bd3278e14a298d5
2,771
inl
C++
dist/include/Fuji/MFHashList.inl
TurkeyMan/fuji
afd6a26c710ce23965b088ad158fe916d6a1a091
[ "BSD-2-Clause" ]
35
2015-01-19T22:07:48.000Z
2022-02-21T22:17:53.000Z
dist/include/Fuji/MFHashList.inl
TurkeyMan/fuji
afd6a26c710ce23965b088ad158fe916d6a1a091
[ "BSD-2-Clause" ]
1
2022-02-23T09:34:15.000Z
2022-02-23T09:34:15.000Z
dist/include/Fuji/MFHashList.inl
TurkeyMan/fuji
afd6a26c710ce23965b088ad158fe916d6a1a091
[ "BSD-2-Clause" ]
4
2015-05-11T03:31:35.000Z
2018-09-27T04:55:57.000Z
template<class T> const T* MFHashList<T>::operator[](const char *pHashString) const { uint32 crc = MFUtil_CrcString(pHashBuffer); uint32 id = crc%listSize; //..... } template<class T> T* MFHashList<T>::operator[](const char *pHashString) { uint32 crc = MFUtil_CrcString(pHashBuffer); uint32 id = crc%...
20.679104
156
0.653555
TurkeyMan
4e359c3dd3190a3100588fa08871b8498f7dff85
86,264
cpp
C++
tools/bpp-phyl/src/Bpp/Phyl/Mapping/SubstitutionMappingTools.cpp
danydoerr/spp_dcj
1ab9dacb1f0dc34a3ebbeed9e74226a9a53c297a
[ "MIT" ]
2
2021-08-24T16:03:30.000Z
2022-03-18T14:52:43.000Z
tools/bpp-phyl/src/Bpp/Phyl/Mapping/SubstitutionMappingTools.cpp
danydoerr/spp_dcj
1ab9dacb1f0dc34a3ebbeed9e74226a9a53c297a
[ "MIT" ]
null
null
null
tools/bpp-phyl/src/Bpp/Phyl/Mapping/SubstitutionMappingTools.cpp
danydoerr/spp_dcj
1ab9dacb1f0dc34a3ebbeed9e74226a9a53c297a
[ "MIT" ]
null
null
null
// // File: SubstitutionMappingTools.cpp // Created by: Julien Dutheil // Created on: Wed Apr 5 13:04 2006 // /* Copyright or © or Copr. Bio++ Development Team, (November 16, 2004, 2005, 2006) This software is a computer program whose purpose is to provide classes for phylogenetic data analysis. This sof...
33.802508
301
0.590107
danydoerr
4e3939b19ea82d41e8b79c1b4eef53ade4cc59ed
1,266
cpp
C++
draw_rr_robot.cpp
HebiRobotics/RobotDiagrams
722040e919bd3ecf89fc5df65233aff9ce6ad6c8
[ "MIT" ]
5
2018-02-13T02:40:45.000Z
2021-04-02T01:23:12.000Z
draw_rr_robot.cpp
HebiRobotics/RobotDiagrams
722040e919bd3ecf89fc5df65233aff9ce6ad6c8
[ "MIT" ]
null
null
null
draw_rr_robot.cpp
HebiRobotics/RobotDiagrams
722040e919bd3ecf89fc5df65233aff9ce6ad6c8
[ "MIT" ]
1
2019-03-16T07:45:20.000Z
2019-03-16T07:45:20.000Z
#include "robot_diagrams_0.0.hpp" int main() { // TODO: messy! figure out the C++03 way to do this right... // NOTE: in C++11, these could be unique_ptrs... // Build robot: // Link 1: // l = 100 // theta = pi/4 // Line 2: // l = 50 // theta = pi/8 // End effector: rob_diag::Robot robot; rob...
30.142857
78
0.668246
HebiRobotics
4e40271d3c05cc41522e8de3a7c1b09c9e60bfde
946
cpp
C++
04 April Leetcode Challenge 2021/17 removeAdjString2.cpp
FazeelUsmani/Leetcode
aff4c119178f132c28a39506ffaa75606e0a861b
[ "MIT" ]
7
2020-12-01T14:27:57.000Z
2022-02-12T09:17:22.000Z
04 April Leetcode Challenge 2021/17 removeAdjString2.cpp
FazeelUsmani/Leetcode
aff4c119178f132c28a39506ffaa75606e0a861b
[ "MIT" ]
4
2020-11-12T17:49:22.000Z
2021-09-06T07:46:37.000Z
04 April Leetcode Challenge 2021/17 removeAdjString2.cpp
FazeelUsmani/Leetcode
aff4c119178f132c28a39506ffaa75606e0a861b
[ "MIT" ]
6
2021-05-21T03:49:22.000Z
2022-01-20T20:36:53.000Z
class Solution { public: string removeDuplicates(string s, int k) { // support variables string res; int counter, tot = s.size(), pos = 0, prevPos; pair<char, int> stack[tot]; // parsing s for (char c: s) { prevPos = pos - 1; // case 1: new ins...
29.5625
70
0.438689
FazeelUsmani
4e42b370cefd6081554867c536f6fdf68f1140fb
7,037
cc
C++
tests/checkers/checker.cc
numairmansur/crab
316e3946d3a4d92db638c54fbfa8fb7bee1ebbc7
[ "Apache-2.0" ]
4
2021-05-19T17:35:30.000Z
2021-08-17T04:03:21.000Z
tests/checkers/checker.cc
numairmansur/crab
316e3946d3a4d92db638c54fbfa8fb7bee1ebbc7
[ "Apache-2.0" ]
null
null
null
tests/checkers/checker.cc
numairmansur/crab
316e3946d3a4d92db638c54fbfa8fb7bee1ebbc7
[ "Apache-2.0" ]
1
2022-01-15T11:20:30.000Z
2022-01-15T11:20:30.000Z
#include "../program_options.hpp" #include "../common.hpp" #include <crab/checkers/base_property.hpp> #include <crab/checkers/null.hpp> #include <crab/checkers/div_zero.hpp> #include <crab/checkers/assertion.hpp> #include <crab/checkers/checker.hpp> #include <crab/analysis/dataflow/assertion_crawler.hpp> #include <crab...
31.137168
95
0.647293
numairmansur
4e4483494ee43eb39abe88de55ca10a991899a6b
3,414
cpp
C++
src/libraries/core/primitives/bools/Switch/Switch.cpp
MrAwesomeRocks/caelus-cml
55b6dc5ba47d0e95c07412d9446ac72ac11d7fd7
[ "mpich2" ]
null
null
null
src/libraries/core/primitives/bools/Switch/Switch.cpp
MrAwesomeRocks/caelus-cml
55b6dc5ba47d0e95c07412d9446ac72ac11d7fd7
[ "mpich2" ]
null
null
null
src/libraries/core/primitives/bools/Switch/Switch.cpp
MrAwesomeRocks/caelus-cml
55b6dc5ba47d0e95c07412d9446ac72ac11d7fd7
[ "mpich2" ]
null
null
null
/*---------------------------------------------------------------------------*\ Copyright (C) 2011-2016 OpenFOAM Foundation ------------------------------------------------------------------------------- License This file is part of CAELUS. CAELUS is free software: you can redistribute it and/or modify it ...
25.477612
80
0.463093
MrAwesomeRocks
4e4612470acbf6c4db4475ed560fdbad6ae8ff19
1,335
cpp
C++
src/gui/editorwidgets/qgsdummyconfigdlg.cpp
dyna-mis/Hilabeling
cb7d5d4be29624a20c8a367162dbc6fd779b2b52
[ "MIT" ]
null
null
null
src/gui/editorwidgets/qgsdummyconfigdlg.cpp
dyna-mis/Hilabeling
cb7d5d4be29624a20c8a367162dbc6fd779b2b52
[ "MIT" ]
null
null
null
src/gui/editorwidgets/qgsdummyconfigdlg.cpp
dyna-mis/Hilabeling
cb7d5d4be29624a20c8a367162dbc6fd779b2b52
[ "MIT" ]
1
2021-12-25T08:40:30.000Z
2021-12-25T08:40:30.000Z
/*************************************************************************** qgsdummyconfigdlg.cpp -------------------------------------- Date : 5.1.2014 Copyright : (C) 2014 Matthias Kuhn Email : matthias at opengis dot ch ********************************...
37.083333
117
0.445693
dyna-mis
4e49a7fefdd9e99a662c62d628dc49a1394a442a
34,868
cpp
C++
src/libs/viface/viface.cpp
francescomessina/polycube
38f2fb4ffa13cf51313b3cab9994be738ba367be
[ "ECL-2.0", "Apache-2.0" ]
337
2018-12-12T11:50:15.000Z
2022-03-15T00:24:35.000Z
src/libs/viface/viface.cpp
l1b0k/polycube
7af919245c131fa9fe24c5d39d10039cbb81e825
[ "ECL-2.0", "Apache-2.0" ]
253
2018-12-17T21:36:15.000Z
2022-01-17T09:30:42.000Z
src/libs/viface/viface.cpp
l1b0k/polycube
7af919245c131fa9fe24c5d39d10039cbb81e825
[ "ECL-2.0", "Apache-2.0" ]
90
2018-12-19T15:49:38.000Z
2022-03-27T03:56:07.000Z
/** * Copyright (C) 2015 Hewlett Packard Enterprise Development LP * * 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 requi...
28.347967
80
0.52085
francescomessina
4e4d01653ccd5b2005f830cb05245bc5eb02fd1f
2,082
hpp
C++
zen/tuple.hpp
ZenLibraries/ZenLibraries
ae189b5080c75412cbd4f33cf6cfb51e15f6ee66
[ "Apache-2.0" ]
null
null
null
zen/tuple.hpp
ZenLibraries/ZenLibraries
ae189b5080c75412cbd4f33cf6cfb51e15f6ee66
[ "Apache-2.0" ]
2
2020-02-06T17:01:39.000Z
2020-02-12T17:50:14.000Z
zen/tuple.hpp
ZenLibraries/ZenLibraries
ae189b5080c75412cbd4f33cf6cfb51e15f6ee66
[ "Apache-2.0" ]
null
null
null
#ifndef ZEN_TUPLE_HPP #define ZEN_TUPLE_HPP #include "zen/config.h" #include "zen/meta.hpp" ZEN_NAMESPACE_START template<typename T> struct IsEmpty; template<size_t I, typename ValueT, bool IsEmpty = IsEmpty<ValueT>::value> class _TupleLeaf { ValueT value; }; template<size_t ...I> struct _TupleIndices {}; tem...
20.82
91
0.685879
ZenLibraries
4e4dfa73660b3973982c98467dfb425e9c4efb25
255
cpp
C++
src/fft_x86_sse41.cpp
mzient/genFFT
93e778ba6c16b989fe0eb3150e1e56fcac6f665c
[ "BSD-2-Clause" ]
3
2019-10-30T11:17:32.000Z
2019-11-04T16:38:37.000Z
src/fft_x86_sse41.cpp
mzient/genFFT
93e778ba6c16b989fe0eb3150e1e56fcac6f665c
[ "BSD-2-Clause" ]
null
null
null
src/fft_x86_sse41.cpp
mzient/genFFT
93e778ba6c16b989fe0eb3150e1e56fcac6f665c
[ "BSD-2-Clause" ]
null
null
null
#include <cassert> #include <smmintrin.h> #include <genFFT/FFTLevel.h> #include <genFFT/generic/fft_impl_generic.h> #include "dispatch_helper.h" namespace genfft { namespace impl_SSE41 { #include <genFFT/x86/fft_impl_x86.inl> DISPATCH_ALL() } }
18.214286
44
0.745098
mzient
4e4f4236e4e4e37a73a068f75f77abf5d1ba4e7a
2,125
cpp
C++
ares/ngp/kge/sprite.cpp
CasualPokePlayer/ares
58690cd5fc7bb6566c22935c5b80504a158cca29
[ "BSD-3-Clause" ]
153
2020-07-25T17:55:29.000Z
2021-10-01T23:45:01.000Z
ares/ngp/kge/sprite.cpp
CasualPokePlayer/ares
58690cd5fc7bb6566c22935c5b80504a158cca29
[ "BSD-3-Clause" ]
245
2021-10-08T09:14:46.000Z
2022-03-31T08:53:13.000Z
ares/ngp/kge/sprite.cpp
CasualPokePlayer/ares
58690cd5fc7bb6566c22935c5b80504a158cca29
[ "BSD-3-Clause" ]
44
2020-07-25T08:51:55.000Z
2021-09-25T16:09:01.000Z
//technically, the Neo Geo Pocket attempts to buffer a line of sprites in advance. //so long as the user program does not write to VRAM during display, it can render //all 64 sprites on the same line. currently, the "character over" condition when //writing to VRAM during active display is not emulated, nor is the exac...
27.960526
86
0.603765
CasualPokePlayer