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
733cf1f9b05d617a436002d68ecd1486efd5695d
26,075
cc
C++
engines/ep/tests/module_tests/evp_store_durability_test.cc
gsauere/kv_engine
233945fe4ddb033c2292e51f5845ab630c33276f
[ "BSD-3-Clause" ]
null
null
null
engines/ep/tests/module_tests/evp_store_durability_test.cc
gsauere/kv_engine
233945fe4ddb033c2292e51f5845ab630c33276f
[ "BSD-3-Clause" ]
null
null
null
engines/ep/tests/module_tests/evp_store_durability_test.cc
gsauere/kv_engine
233945fe4ddb033c2292e51f5845ab630c33276f
[ "BSD-3-Clause" ]
null
null
null
/* -*- Mode: C++; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* * Copyright 2019 Couchbase, Inc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * h...
37.356734
80
0.658792
gsauere
733f25dd32d2b58c8d0aff694458bc61efca6d84
11,514
cpp
C++
Win32.Reptile/Code/spambot_pstore.cpp
010001111/Vx-Suites
6b4b90a60512cce48aa7b87aec5e5ac1c4bb9a79
[ "MIT" ]
2
2021-02-04T06:47:45.000Z
2021-07-28T10:02:10.000Z
Win32.Reptile/Code/spambot_pstore.cpp
010001111/Vx-Suites
6b4b90a60512cce48aa7b87aec5e5ac1c4bb9a79
[ "MIT" ]
null
null
null
Win32.Reptile/Code/spambot_pstore.cpp
010001111/Vx-Suites
6b4b90a60512cce48aa7b87aec5e5ac1c4bb9a79
[ "MIT" ]
null
null
null
/* IRC Spreader by Null */ /* think twice what are going to do. */ //Pstore add, Nice :D #ifndef NO_SPAMBOT #include "../headers/includes.h" #include "../headers/functions.h" char channels[50][30] = {0}; char msg2spam[IRCLINE]; int chan_count = 0; int nick_busy(char* params, irc_reply_data* hostd, void* conn) { IRC...
26.468966
146
0.628973
010001111
7341ff8afdb7de4a6cbe03adf5e35ae31d1d225b
24,763
hpp
C++
include/boost/parser/detail/printing_impl.hpp
tzlaine/parser
095aa362d777a480fffef415d27d214cd6ffec4a
[ "BSL-1.0" ]
7
2020-08-29T02:10:20.000Z
2022-03-29T20:31:59.000Z
include/boost/parser/detail/printing_impl.hpp
tzlaine/parser
095aa362d777a480fffef415d27d214cd6ffec4a
[ "BSL-1.0" ]
16
2020-08-29T21:33:08.000Z
2022-03-22T03:01:02.000Z
include/boost/parser/detail/printing_impl.hpp
tzlaine/parser
095aa362d777a480fffef415d27d214cd6ffec4a
[ "BSL-1.0" ]
1
2021-09-22T08:15:57.000Z
2021-09-22T08:15:57.000Z
#ifndef BOOST_PARSER_DETAIL_PRINTING_IMPL_HPP #define BOOST_PARSER_DETAIL_PRINTING_IMPL_HPP #include <boost/parser/detail/printing.hpp> #if BOOST_PARSER_USE_BOOST #include <boost/type_index.hpp> #else #include <typeinfo> #endif namespace boost { namespace parser { namespace detail { template<typename T> au...
30.533909
80
0.521988
tzlaine
7343be8c63458715aeb0ac97ad039e989aafe6ee
268
cpp
C++
ch02/list_2.21/main.cpp
shoeisha-books/dokushu-cpp
8a1e7833fe080ed0f3059428c3a76d297a43a5dd
[ "MIT" ]
17
2020-01-01T16:44:05.000Z
2022-03-31T07:20:13.000Z
ch02/list_2.21/main.cpp
shoeisha-books/dokushu-cpp
8a1e7833fe080ed0f3059428c3a76d297a43a5dd
[ "MIT" ]
1
2021-07-04T01:41:53.000Z
2021-07-14T19:17:01.000Z
ch02/list_2.21/main.cpp
shoeisha-books/dokushu-cpp
8a1e7833fe080ed0f3059428c3a76d297a43a5dd
[ "MIT" ]
3
2019-11-28T14:37:09.000Z
2021-05-22T02:55:15.000Z
#include <iostream> int main() { int a = 0; float b = 3.14f; // 変数bはラムダ式の中で使われていないのでコピーされない auto lambda = [=]() // デフォルトのキャプチャ { // OK。aを使っているので、コンパイラーが自動的にaをコピーする std::cout << a << std::endl; }; lambda(); }
15.764706
52
0.503731
shoeisha-books
734558d9c9c239b2ec4a3d04cef6b977ee41cedb
1,392
cpp
C++
qipmsg/trunk/src/qipmsg.cpp
cuibo10/feige_src
1bfd47eaa046d401f83dfae5715b5487283ba343
[ "MIT" ]
null
null
null
qipmsg/trunk/src/qipmsg.cpp
cuibo10/feige_src
1bfd47eaa046d401f83dfae5715b5487283ba343
[ "MIT" ]
null
null
null
qipmsg/trunk/src/qipmsg.cpp
cuibo10/feige_src
1bfd47eaa046d401f83dfae5715b5487283ba343
[ "MIT" ]
null
null
null
// This file is part of QIpMsg. // // QIpMsg is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // QIpMsg is distributed in the hope...
25.777778
71
0.718391
cuibo10
7345f941688db6d7afad6fdc15f148bb0d5c9c80
112,145
cpp
C++
test/line_break_17.cpp
eightysquirrels/text
d935545648777786dc196a75346cde8906da846a
[ "BSL-1.0" ]
null
null
null
test/line_break_17.cpp
eightysquirrels/text
d935545648777786dc196a75346cde8906da846a
[ "BSL-1.0" ]
1
2021-03-05T12:56:59.000Z
2021-03-05T13:11:53.000Z
test/line_break_17.cpp
eightysquirrels/text
d935545648777786dc196a75346cde8906da846a
[ "BSL-1.0" ]
3
2019-10-30T18:38:15.000Z
2021-03-05T12:10:13.000Z
// Warning! This file is autogenerated. #include <boost/text/line_break.hpp> #include <gtest/gtest.h> #include <algorithm> TEST(line, breaks_17) { // × 0021 ÷ 0E01 ÷ // × [0.3] EXCLAMATION MARK (EX) ÷ [999.0] THAI CHARACTER KO KAI (SA_AL) ÷ [0.3] { std::array<uint32_t, 2> cps = {{ 0x21, 0xe01 }...
74.169974
142
0.612029
eightysquirrels
73469628ccd16b0ab0c83e13383f5519f545d01a
64,908
cpp
C++
Source/FDMwkbParticleContainer.cpp
Gosenca/axionyx_1.0
7e2a723e00e6287717d6d81b23db32bcf6c3521a
[ "BSD-3-Clause-LBNL" ]
null
null
null
Source/FDMwkbParticleContainer.cpp
Gosenca/axionyx_1.0
7e2a723e00e6287717d6d81b23db32bcf6c3521a
[ "BSD-3-Clause-LBNL" ]
null
null
null
Source/FDMwkbParticleContainer.cpp
Gosenca/axionyx_1.0
7e2a723e00e6287717d6d81b23db32bcf6c3521a
[ "BSD-3-Clause-LBNL" ]
null
null
null
#ifdef FDM #include <stdint.h> #include <complex> #include "FDMwkbParticleContainer.H" #include "fdm_F.H" using namespace amrex; /// These are helper functions used when initializing from a morton-ordered /// binary particle file. namespace { inline uint64_t split(unsigned int a) { uint64_t x = a & 0x1fffff; ...
38.248674
211
0.429285
Gosenca
734704a2af5c9d6c41855363309c8b701a770744
3,725
cpp
C++
src/Objects/Motobug.cpp
MainMemory/CuckySonic
af8e10f3c05b286b830001e73f79d9a7a8edc84e
[ "MIT" ]
2
2020-01-10T06:52:40.000Z
2020-12-17T02:57:30.000Z
src/Objects/Motobug.cpp
MainMemory/CuckySonic
af8e10f3c05b286b830001e73f79d9a7a8edc84e
[ "MIT" ]
null
null
null
src/Objects/Motobug.cpp
MainMemory/CuckySonic
af8e10f3c05b286b830001e73f79d9a7a8edc84e
[ "MIT" ]
null
null
null
#include "../Game.h" static const uint8_t animationStand[] = {0x0F,0x02,ANICOMMAND_RESTART}; static const uint8_t animationWalk[] = {0x07,0x00,0x01,0x00,0x02,ANICOMMAND_RESTART}; static const uint8_t animationSmoke[] = {0x01,0x03,0x06,0x04,0x06,0x04,0x06,0x04,0x06,0x05,ANICOMMAND_ADVANCE_ROUTINE}; static const uint8_...
25.168919
171
0.638121
MainMemory
7347dfa1f323a791b26e7004b9f4131f6addf66d
10,387
cpp
C++
sdl2-sonic-drivers/src/files/westwood/ADLFile.cpp
Raffaello/sdl2-sonic-drivers
20584f100ddd7c61f584deaee0b46c5228d8509d
[ "Apache-2.0" ]
3
2021-10-31T14:24:00.000Z
2022-03-16T08:15:31.000Z
sdl2-sonic-drivers/src/files/westwood/ADLFile.cpp
Raffaello/sdl2-sonic-drivers
20584f100ddd7c61f584deaee0b46c5228d8509d
[ "Apache-2.0" ]
48
2020-06-05T11:11:29.000Z
2022-02-27T23:58:44.000Z
sdl2-sonic-drivers/src/files/westwood/ADLFile.cpp
Raffaello/sdl2-sonic-drivers
20584f100ddd7c61f584deaee0b46c5228d8509d
[ "Apache-2.0" ]
null
null
null
#include "ADLFile.hpp" #include <exception> #include <fstream> namespace files { namespace westwood { /*************************************************************************** * Here's the rough structure of ADL files. The player needs only the * * first part, the driver uses ...
36.445614
116
0.527871
Raffaello
73480208d58404f15920c4ee52f1b1e9e05ab518
881
cpp
C++
gnc/matlab/code_generation/sharedutils/pphdglfkecjmjekf_xrot.cpp
sahibdhanjal/astrobee
5bc4e6e58adcf1bc7e1c3719ced736063bba276c
[ "Apache-2.0" ]
3
2018-01-04T02:00:49.000Z
2020-09-29T20:32:07.000Z
gnc/matlab/code_generation/sharedutils/pphdglfkecjmjekf_xrot.cpp
sahibdhanjal/astrobee
5bc4e6e58adcf1bc7e1c3719ced736063bba276c
[ "Apache-2.0" ]
null
null
null
gnc/matlab/code_generation/sharedutils/pphdglfkecjmjekf_xrot.cpp
sahibdhanjal/astrobee
5bc4e6e58adcf1bc7e1c3719ced736063bba276c
[ "Apache-2.0" ]
2
2020-02-20T06:02:33.000Z
2020-07-21T11:45:47.000Z
// // File: pphdglfkecjmjekf_xrot.cpp // // Code generated for Simulink model 'est_estimator'. // // Model version : 1.1142 // Simulink Coder version : 8.11 (R2016b) 25-Aug-2016 // C/C++ source code generated on : Mon Dec 4 08:33:06 2017 // #include "rtwtypes.h" #include "pphdglfkecjmjekf_xrot...
22.589744
77
0.586833
sahibdhanjal
7348564ff5c1170110b11e018fb3d43955a393b4
902
cpp
C++
src/surfaces/null.cpp
shiinamiyuki/LuisaRender
46f4d5baa3adf1923bbe1f854f3b0db2739e33bd
[ "BSD-3-Clause" ]
null
null
null
src/surfaces/null.cpp
shiinamiyuki/LuisaRender
46f4d5baa3adf1923bbe1f854f3b0db2739e33bd
[ "BSD-3-Clause" ]
null
null
null
src/surfaces/null.cpp
shiinamiyuki/LuisaRender
46f4d5baa3adf1923bbe1f854f3b0db2739e33bd
[ "BSD-3-Clause" ]
null
null
null
// // Created by Mike Smith on 2022/1/12. // #include <base/surface.h> namespace luisa::render { struct NullSurface final : public Surface { NullSurface(Scene *scene, const SceneNodeDesc *desc) noexcept : Surface{scene, desc} {} [[nodiscard]] bool is_null() const noexcept override { return true; } [[nodi...
37.583333
119
0.713969
shiinamiyuki
734a48a1ffe065d98e5f3e28e81fc2f8f3194446
11,512
cpp
C++
openbmc_modules/phosphor-networkd/network_manager_main.cpp
Eyerunmyden/HWMgmt-MegaRAC-OpenEdition
72b03e9fc6e2a13184f1c57b8045b616db9b0a6d
[ "Apache-2.0", "MIT" ]
14
2021-11-04T07:47:37.000Z
2022-03-21T10:10:30.000Z
openbmc_modules/phosphor-networkd/network_manager_main.cpp
Eyerunmyden/HWMgmt-MegaRAC-OpenEdition
72b03e9fc6e2a13184f1c57b8045b616db9b0a6d
[ "Apache-2.0", "MIT" ]
null
null
null
openbmc_modules/phosphor-networkd/network_manager_main.cpp
Eyerunmyden/HWMgmt-MegaRAC-OpenEdition
72b03e9fc6e2a13184f1c57b8045b616db9b0a6d
[ "Apache-2.0", "MIT" ]
6
2021-11-02T10:56:19.000Z
2022-03-06T11:58:20.000Z
#include "config.h" #include "network_manager.hpp" #include "rtnetlink_server.hpp" #include "types.hpp" #include "watch.hpp" #include <linux/netlink.h> #include <filesystem> #include <fstream> #include <functional> #include <memory> #include <nlohmann/json.hpp> #include <phosphor-logging/elog-errors.hpp> #include <p...
33.759531
80
0.564281
Eyerunmyden
734c2ece216873560f4c98a964b007476f90325d
1,847
cpp
C++
ThreadedModFileCount.cpp
jaygarcia/QtModPlayer
a71d922b8c7c2928bedb4658f6111d7ab40c3d69
[ "MIT" ]
null
null
null
ThreadedModFileCount.cpp
jaygarcia/QtModPlayer
a71d922b8c7c2928bedb4658f6111d7ab40c3d69
[ "MIT" ]
7
2018-10-04T12:47:04.000Z
2018-10-13T09:15:20.000Z
ThreadedModFileCount.cpp
jaygarcia/QtModPlayer
a71d922b8c7c2928bedb4658f6111d7ab40c3d69
[ "MIT" ]
null
null
null
#include "ThreadedModFileCount.h" // Based on: https://stackoverflow.com/a/16383433 //QString fileChecksum(const QString &fileName) { // QFile f(fileName); // QCryptographicHash hash(QCryptographicHash::Algorithm::Md5); // if (f.open(QFile::ReadOnly)) { // if (hash.addData(&f)) { // return QString::fromUt...
24.959459
88
0.667569
jaygarcia
734ff8aa53ab2577beaa6986125cf71edd69d006
2,286
hpp
C++
include/carve/shewchuk_predicates.hpp
Imerso3D/carve
4bdffcca9983aa6aed079aa84e8671fa102a62d2
[ "MIT" ]
426
2015-04-12T10:00:46.000Z
2022-03-29T11:03:02.000Z
include/carve/shewchuk_predicates.hpp
Imerso3D/carve
4bdffcca9983aa6aed079aa84e8671fa102a62d2
[ "MIT" ]
124
2015-05-15T05:51:00.000Z
2022-02-09T15:25:12.000Z
include/carve/shewchuk_predicates.hpp
Imerso3D/carve
4bdffcca9983aa6aed079aa84e8671fa102a62d2
[ "MIT" ]
214
2015-05-06T07:30:37.000Z
2022-03-26T16:14:04.000Z
namespace shewchuk { double orient2dfast(const double* pa, const double* pb, const double* pc); double orient2dexact(const double* pa, const double* pb, const double* pc); double orient2dslow(const double* pa, const double* pb, const double* pc); double orient2dadapt(const double* pa, const double* pb, const double* p...
53.162791
75
0.648731
Imerso3D
73516a39d61c424bd8caa4f9430df34671f84092
4,417
cpp
C++
sdk_core/src/base/network/win/network_util.cpp
turingdriving/Livox-SDK
9306596a2bf15c1343bc023b497465ed0a32909d
[ "BSD-3-Clause" ]
345
2019-01-16T02:19:08.000Z
2022-03-27T14:23:04.000Z
sdk_core/src/base/network/win/network_util.cpp
turingdriving/Livox-SDK
9306596a2bf15c1343bc023b497465ed0a32909d
[ "BSD-3-Clause" ]
152
2019-01-31T06:53:01.000Z
2022-03-30T18:34:02.000Z
sdk_core/src/base/network/win/network_util.cpp
turingdriving/Livox-SDK
9306596a2bf15c1343bc023b497465ed0a32909d
[ "BSD-3-Clause" ]
171
2019-01-24T09:54:32.000Z
2022-03-25T22:18:55.000Z
// // The MIT License (MIT) // // Copyright (c) 2019 Livox. All rights reserved. // // 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 ri...
31.55
110
0.689608
turingdriving
7351bd42175a0ee9d625150e19d5003f128c1d62
4,126
hpp
C++
test/testutil/storage/supergenius_trie_printer.hpp
GeniusVentures/SuperGenius
ae43304f4a2475498ef56c971296175acb88d0ee
[ "MIT" ]
1
2021-07-10T21:25:03.000Z
2021-07-10T21:25:03.000Z
test/testutil/storage/supergenius_trie_printer.hpp
GeniusVentures/SuperGenius
ae43304f4a2475498ef56c971296175acb88d0ee
[ "MIT" ]
null
null
null
test/testutil/storage/supergenius_trie_printer.hpp
GeniusVentures/SuperGenius
ae43304f4a2475498ef56c971296175acb88d0ee
[ "MIT" ]
null
null
null
#ifndef SUPERGENIUS_CORE_STORAGE_TRIE_SUPERGENIUS_TRIE_DB_SUPERGENIUS_TRIE_DB_PRINTER_HPP #define SUPERGENIUS_CORE_STORAGE_TRIE_SUPERGENIUS_TRIE_DB_SUPERGENIUS_TRIE_DB_PRINTER_HPP #include "storage/trie/supergenius_trie/supergenius_trie.hpp" /// /// \@notice: This module is meant only for test usage and is not exce...
33.819672
92
0.531992
GeniusVentures
73522a532b9fbf2f19dd5ea732af98bdd1c19e3d
1,253
cpp
C++
src/io/nanopolish_fast5_loader.cpp
Yufeng98/nanopolish
1c6ce4d041d461b6a95baff8099cc7e11bb5a8a2
[ "MIT" ]
1
2021-03-01T08:27:02.000Z
2021-03-01T08:27:02.000Z
src/io/nanopolish_fast5_loader.cpp
Yufeng98/nanopolish
1c6ce4d041d461b6a95baff8099cc7e11bb5a8a2
[ "MIT" ]
null
null
null
src/io/nanopolish_fast5_loader.cpp
Yufeng98/nanopolish
1c6ce4d041d461b6a95baff8099cc7e11bb5a8a2
[ "MIT" ]
1
2021-03-01T09:33:53.000Z
2021-03-01T09:33:53.000Z
//--------------------------------------------------------- // Copyright 2019 Ontario Institute for Cancer Research // Written by Jared Simpson (jared.simpson@oicr.on.ca) //--------------------------------------------------------- // // nanopolish_fast5_loader -- A class that manages // opening and reading from fast5 f...
24.096154
91
0.64166
Yufeng98
7353cad65db8399f8e3c44fa4bbb3f20fbc2a92a
1,631
cpp
C++
freeflow/sys/acceptor.test/accept.cpp
flowgrammable/freeflow-legacy
c5cd77495d44fe3a9e48a2e06fbb44f7418d388e
[ "Apache-2.0" ]
1
2017-07-30T04:18:29.000Z
2017-07-30T04:18:29.000Z
freeflow/sys/acceptor.test/accept.cpp
flowgrammable/freeflow-legacy
c5cd77495d44fe3a9e48a2e06fbb44f7418d388e
[ "Apache-2.0" ]
null
null
null
freeflow/sys/acceptor.test/accept.cpp
flowgrammable/freeflow-legacy
c5cd77495d44fe3a9e48a2e06fbb44f7418d388e
[ "Apache-2.0" ]
null
null
null
// Copyright (c) 2013-2014 Flowgrammable.org // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at: // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law o...
24.712121
70
0.657879
flowgrammable
7357f60fb4d8494d2b0f12c76fcfcec3135a5afe
2,074
cpp
C++
CSCI-103/Practice/Midterm.cpp
liyang990803/CSCI-103
6f84fbc242be90f7a9c3a58bdcc6f54352e4ae5a
[ "MIT" ]
null
null
null
CSCI-103/Practice/Midterm.cpp
liyang990803/CSCI-103
6f84fbc242be90f7a9c3a58bdcc6f54352e4ae5a
[ "MIT" ]
null
null
null
CSCI-103/Practice/Midterm.cpp
liyang990803/CSCI-103
6f84fbc242be90f7a9c3a58bdcc6f54352e4ae5a
[ "MIT" ]
1
2018-03-23T04:19:24.000Z
2018-03-23T04:19:24.000Z
// deep copy char* names[10]; char buffer[41]; for (int i = 0; i < 10; i++) { cin >> buffer; names[i] = new char [strlen(buffer) + 1]; strcpy(names[i], buffer); } for (int i = 0; i < 10; i++) { delete [] names[i]; } // deep copy (change 0th element) delete [] names[0]; cin >> buffer; names[0] = new...
32.40625
109
0.671649
liyang990803
7358f2f827305eb3b44ab3d59fb3ad1bdecd2efd
2,045
cpp
C++
dev/Gems/ScriptCanvas/Code/Include/ScriptCanvas/Libraries/Math/MathExpression.cpp
BadDevCode/lumberyard
3d688932f919dbf5821f0cb8a210ce24abe39e9e
[ "AML" ]
1,738
2017-09-21T10:59:12.000Z
2022-03-31T21:05:46.000Z
dev/Gems/ScriptCanvas/Code/Include/ScriptCanvas/Libraries/Math/MathExpression.cpp
olivier-be/lumberyard
3d688932f919dbf5821f0cb8a210ce24abe39e9e
[ "AML" ]
427
2017-09-29T22:54:36.000Z
2022-02-15T19:26:50.000Z
dev/Gems/ScriptCanvas/Code/Include/ScriptCanvas/Libraries/Math/MathExpression.cpp
olivier-be/lumberyard
3d688932f919dbf5821f0cb8a210ce24abe39e9e
[ "AML" ]
671
2017-09-21T08:04:01.000Z
2022-03-29T14:30:07.000Z
/* * All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or * its licensors. * * For complete copyright and license terms please see the LICENSE at the root of this * distribution (the "License"). All use of this software is governed by the License, * or, if provided, by the license below or t...
38.584906
207
0.641076
BadDevCode
735d314e0de81c8161cb08b9a821f857b245ae50
8,002
cpp
C++
isis/src/base/objs/TopoAtm/TopoAtm.cpp
ihumphrey-usgs/ISIS3_old
284cc442b773f8369d44379ee29a9b46961d8108
[ "Unlicense" ]
1
2019-10-13T15:31:33.000Z
2019-10-13T15:31:33.000Z
isis/src/base/objs/TopoAtm/TopoAtm.cpp
ihumphrey-usgs/ISIS3_old
284cc442b773f8369d44379ee29a9b46961d8108
[ "Unlicense" ]
null
null
null
isis/src/base/objs/TopoAtm/TopoAtm.cpp
ihumphrey-usgs/ISIS3_old
284cc442b773f8369d44379ee29a9b46961d8108
[ "Unlicense" ]
1
2021-07-12T06:05:03.000Z
2021-07-12T06:05:03.000Z
#include <cmath> #include "TopoAtm.h" #include "NumericalApproximation.h" #include "IException.h" namespace Isis { /* * @history 2008-11-05 Jeannie Walldren - Modified references to * NumericalMethods class and replaced Isis::PI with PI * since this is in Isis namespace. */ TopoAtm::T...
35.251101
113
0.633842
ihumphrey-usgs
735e060a80f95e6c1c92f08b0bcfb0e092df01c1
12,961
hpp
C++
src/shared/pal/src/include/pal/thread.hpp
kouvel/diagnostics
2269f2d8b5a585fd1d1876debe0124bd54ef4792
[ "MIT" ]
null
null
null
src/shared/pal/src/include/pal/thread.hpp
kouvel/diagnostics
2269f2d8b5a585fd1d1876debe0124bd54ef4792
[ "MIT" ]
null
null
null
src/shared/pal/src/include/pal/thread.hpp
kouvel/diagnostics
2269f2d8b5a585fd1d1876debe0124bd54ef4792
[ "MIT" ]
null
null
null
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /*++ Module Name: include/pal/thread.hpp Abstract: Header file for thread structures --*/ #ifndef _PAL_THREAD_HPP_ #define _PAL_THREAD_HPP_ #include "corunix.hpp" #...
22.30809
80
0.558985
kouvel
7361d94e7b2568403f8cd3fd7b8a2c35e181793f
4,213
h++
C++
externals/libfptu/src/erthink/test/testing.h++
clayne/libfpta
ce19ac90cf81c80f61418e42b504c260ab3a438c
[ "Apache-2.0" ]
null
null
null
externals/libfptu/src/erthink/test/testing.h++
clayne/libfpta
ce19ac90cf81c80f61418e42b504c260ab3a438c
[ "Apache-2.0" ]
null
null
null
externals/libfptu/src/erthink/test/testing.h++
clayne/libfpta
ce19ac90cf81c80f61418e42b504c260ab3a438c
[ "Apache-2.0" ]
null
null
null
/* * Copyright (c) 1994-2022 Leonid Yuriev <leo@yuriev.ru>. * https://github.com/erthink/erthink * * 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/li...
36.318966
80
0.635889
clayne
7362e44896a6dc6c3433e08638e6debd6a7b2f0b
7,659
cpp
C++
passes/pre_eval/pointer_closure.cpp
nandor/genm-opt
b3347d508fff707837d1dc8232487ebfe157fe2a
[ "MIT" ]
13
2020-06-25T18:26:54.000Z
2021-02-16T03:14:38.000Z
passes/pre_eval/pointer_closure.cpp
nandor/genm-opt
b3347d508fff707837d1dc8232487ebfe157fe2a
[ "MIT" ]
3
2020-07-01T01:39:47.000Z
2022-01-24T23:47:12.000Z
passes/pre_eval/pointer_closure.cpp
nandor/genm-opt
b3347d508fff707837d1dc8232487ebfe157fe2a
[ "MIT" ]
2
2021-03-11T05:08:09.000Z
2021-07-17T23:36:17.000Z
// This file if part of the llir-opt project. // Licensing information can be found in the LICENSE file. // (C) 2018 Nandor Licker. All rights reserved. #include <llvm/ADT/SCCIterator.h> #include "core/atom.h" #include "core/block.h" #include "core/object.h" #include "core/extern.h" #include "passes/pre_eval/pointer_...
29.457692
95
0.51495
nandor
73686483bd969cc670e142087c1cee31e92474f9
2,905
hpp
C++
include/dhnet/rtsp/reply_factory.hpp
liunian1027/rtspserver_asio
692ec1b5c62672bff06c0f3cfb049b1ddc8c074d
[ "MIT" ]
null
null
null
include/dhnet/rtsp/reply_factory.hpp
liunian1027/rtspserver_asio
692ec1b5c62672bff06c0f3cfb049b1ddc8c074d
[ "MIT" ]
null
null
null
include/dhnet/rtsp/reply_factory.hpp
liunian1027/rtspserver_asio
692ec1b5c62672bff06c0f3cfb049b1ddc8c074d
[ "MIT" ]
4
2018-05-02T09:30:17.000Z
2020-05-26T09:23:26.000Z
#ifndef RTSP_REPLY_FACTORY_H__ #define RTSP_REPLY_FACTORY_H__ #include <boost/lexical_cast.hpp> #include <CompLib/RTP/CRTPPacket.h> #include "http.hpp" namespace dhnet { namespace rtsp { namespace stock_string { static char const rtsp_version[] = "RTSP/1.0"; static char const cseq_name[] = "CSeq"; stati...
25.26087
121
0.658176
liunian1027
7368940ac591ae060dab1bfe3850fc391c6e9a8c
28,845
cpp
C++
matCUDA tests/src/UnitTest05.cpp
leomiquelutti/matCUDA
95bd7917289288b0137ce23a952d4ccfd43e0d1d
[ "MIT" ]
null
null
null
matCUDA tests/src/UnitTest05.cpp
leomiquelutti/matCUDA
95bd7917289288b0137ce23a952d4ccfd43e0d1d
[ "MIT" ]
null
null
null
matCUDA tests/src/UnitTest05.cpp
leomiquelutti/matCUDA
95bd7917289288b0137ce23a952d4ccfd43e0d1d
[ "MIT" ]
null
null
null
#include "unitTests.h" #define sizeSmall 4 #define sizeLarge 1024 // test of call to Array void call_to_array() { Array<int> v1(sizeSmall); v1.print(); Array<int> v2(1,sizeSmall); v2.print(); for(int i = 0; i < sizeSmall; i++ ) v2(0,i) = i; v2.print(); Array<Complex> v3(1,sizeSmall*2); v3.print(); for(in...
30.916399
127
0.611995
leomiquelutti
736be5be7618fc59520bc5040190ba07db8afae6
1,548
cpp
C++
C++/Different Ways to Add Parentheses/main.cpp
Leobuaa/LeetCode
dc2f0fc2d0ddd38e94e71b7a3ffdb75306178a04
[ "MIT" ]
2
2016-04-27T11:55:44.000Z
2017-02-06T04:15:46.000Z
C++/Different Ways to Add Parentheses/main.cpp
Leobuaa/LeetCode
dc2f0fc2d0ddd38e94e71b7a3ffdb75306178a04
[ "MIT" ]
null
null
null
C++/Different Ways to Add Parentheses/main.cpp
Leobuaa/LeetCode
dc2f0fc2d0ddd38e94e71b7a3ffdb75306178a04
[ "MIT" ]
null
null
null
class Solution { public: vector<int> diffWaysToCompute(string input) { unordered_map<string, vector<int>> dpMap; return computeWithDP(input, dpMap); } vector<int> computeWithDP(string input, unordered_map<string, vector<int>> &dpMap) { vector<int> res; int len = input.le...
32.93617
88
0.375323
Leobuaa
736c5f7da3ede445b2ee188896d356af072f10b6
3,932
cpp
C++
ngraph/frontend/onnx/frontend/src/core/model.cpp
v-Golubev/openvino
26936d1fbb025c503ee43fe74593ee9d7862ab15
[ "Apache-2.0" ]
null
null
null
ngraph/frontend/onnx/frontend/src/core/model.cpp
v-Golubev/openvino
26936d1fbb025c503ee43fe74593ee9d7862ab15
[ "Apache-2.0" ]
11
2021-08-11T19:59:14.000Z
2022-02-21T13:11:15.000Z
ngraph/frontend/onnx/frontend/src/core/model.cpp
v-Golubev/openvino
26936d1fbb025c503ee43fe74593ee9d7862ab15
[ "Apache-2.0" ]
null
null
null
// Copyright (C) 2018-2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include <onnx/onnx_pb.h> #include "core/model.hpp" #include "ngraph/log.hpp" #include "onnx_framework_node.hpp" #include "ops_bridge.hpp" namespace ngraph { namespace onnx_import { std::string get_node_domain(cons...
35.745455
99
0.53586
v-Golubev
736ccfabc4d1a8103cec32ad7e4526824e78f3cc
20,634
cc
C++
src/devices/bin/driver_manager/main.cc
allansrc/fuchsia
a2c235b33fc4305044d496354a08775f30cdcf37
[ "BSD-2-Clause" ]
2
2022-02-24T16:24:29.000Z
2022-02-25T22:33:10.000Z
src/devices/bin/driver_manager/main.cc
allansrc/fuchsia
a2c235b33fc4305044d496354a08775f30cdcf37
[ "BSD-2-Clause" ]
null
null
null
src/devices/bin/driver_manager/main.cc
allansrc/fuchsia
a2c235b33fc4305044d496354a08775f30cdcf37
[ "BSD-2-Clause" ]
null
null
null
// Copyright 2016 The Fuchsia 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 <fuchsia/boot/cpp/fidl.h> #include <fuchsia/kernel/cpp/fidl.h> #include <getopt.h> #include <lib/async-loop/cpp/loop.h> #include <lib/async-loop/d...
39.680769
100
0.706068
allansrc
736e13c1ada00d73d163c3be0bbbbb80ab8db4b7
1,744
cpp
C++
src/armnnTfParser/test/PassThru.cpp
VinayKarnam/armnn
98525965c7cfecd9bf48297b433b2122cd1b4a1d
[ "MIT" ]
2
2021-12-09T15:14:04.000Z
2021-12-10T01:37:53.000Z
src/armnnTfParser/test/PassThru.cpp
VinayKarnam/armnn
98525965c7cfecd9bf48297b433b2122cd1b4a1d
[ "MIT" ]
null
null
null
src/armnnTfParser/test/PassThru.cpp
VinayKarnam/armnn
98525965c7cfecd9bf48297b433b2122cd1b4a1d
[ "MIT" ]
3
2022-01-23T11:34:40.000Z
2022-02-12T15:51:37.000Z
// // Copyright © 2017 Arm Ltd. All rights reserved. // SPDX-License-Identifier: MIT // #include <boost/test/unit_test.hpp> #include "armnnTfParser/ITfParser.hpp" #include "ParserPrototxtFixture.hpp" BOOST_AUTO_TEST_SUITE(TensorflowParser) struct PassThruFixture : public armnnUtils::ParserPrototxtFixture<armnnTfParse...
32.90566
100
0.611812
VinayKarnam
7371135d24738df459191e835ea61cb78c43a534
5,871
cpp
C++
src/test/kill_test/kill_testor.cpp
hycdong/pegasus
acd6f0269fe7506c3f9f2ca3b3ef65d36b767b5b
[ "Apache-2.0" ]
null
null
null
src/test/kill_test/kill_testor.cpp
hycdong/pegasus
acd6f0269fe7506c3f9f2ca3b3ef65d36b767b5b
[ "Apache-2.0" ]
null
null
null
src/test/kill_test/kill_testor.cpp
hycdong/pegasus
acd6f0269fe7506c3f9f2ca3b3ef65d36b767b5b
[ "Apache-2.0" ]
null
null
null
// Copyright (c) 2017, Xiaomi, Inc. All rights reserved. // This source code is licensed under the Apache License Version 2.0, which // can be found in the LICENSE file in the root directory of this source tree. #include <list> #include <dsn/c/api_utilities.h> #include <dsn/service_api_cpp.h> #include <dsn/dist/repl...
35.155689
100
0.57503
hycdong
7372a3f974c23b192cc5b0826927946ff22b4349
1,216
cpp
C++
lib/Runtime/Executor/Executor.cpp
jackm321/glow
756673683dccbf579b641dade7169f37032bba92
[ "Apache-2.0" ]
1
2019-03-10T04:04:29.000Z
2019-03-10T04:04:29.000Z
lib/Runtime/Executor/Executor.cpp
bertmaher/glow
7677eeaef263de4610a747069980f038f5b90b70
[ "Apache-2.0" ]
null
null
null
lib/Runtime/Executor/Executor.cpp
bertmaher/glow
7677eeaef263de4610a747069980f038f5b90b70
[ "Apache-2.0" ]
null
null
null
/** * Copyright (c) 2017-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
32
80
0.73273
jackm321
7376aa55a89d5dcd75fc0e3fd0a7c6f287d5c2bc
913
cpp
C++
C++/Vector-Sort/vector-sort.cpp
IsaacAsante/hackerrank
76c430b341ce1e2ab427eda57508eb309d3b215b
[ "MIT" ]
108
2021-03-29T05:04:16.000Z
2022-03-19T15:11:52.000Z
C++/Vector-Sort/vector-sort.cpp
IsaacAsante/hackerrank
76c430b341ce1e2ab427eda57508eb309d3b215b
[ "MIT" ]
null
null
null
C++/Vector-Sort/vector-sort.cpp
IsaacAsante/hackerrank
76c430b341ce1e2ab427eda57508eb309d3b215b
[ "MIT" ]
32
2021-03-30T03:56:54.000Z
2022-03-27T14:41:32.000Z
/* Author: Isaac Asante * HackerRank URL for this exercise: https://www.hackerrank.com/challenges/vector-sort/problem * Original video explanation: https://www.youtube.com/watch?v=augknUhDI6Q * Last verified on: April 17, 2021 */ /* IMPORTANT: * This is the full code for the solution. * Some headers were removed...
20.75
94
0.607886
IsaacAsante
7378bd6cddc8b13bb30bb20ee735444c0647b60c
3,981
cpp
C++
daemon/armnn/ThreadManagementServer.cpp
RufUsul/gator
6a944e7ee1f1c3ab9b2a57efd24c58503122db02
[ "BSD-3-Clause" ]
118
2015-03-24T16:09:42.000Z
2022-03-21T09:01:59.000Z
daemon/armnn/ThreadManagementServer.cpp
RufUsul/gator
6a944e7ee1f1c3ab9b2a57efd24c58503122db02
[ "BSD-3-Clause" ]
26
2016-03-03T23:24:08.000Z
2022-03-21T10:24:43.000Z
daemon/armnn/ThreadManagementServer.cpp
RufUsul/gator
6a944e7ee1f1c3ab9b2a57efd24c58503122db02
[ "BSD-3-Clause" ]
73
2015-06-09T09:44:06.000Z
2021-12-30T09:49:00.000Z
/* Copyright (C) 2019-2021 by Arm Limited. All rights reserved. */ #include "armnn/ThreadManagementServer.h" #include "Logging.h" #include <cassert> namespace armnn { ThreadManagementServer::ThreadManagementServer(std::unique_ptr<IAcceptor> acceptor) : mAcceptor {std::move(acceptor)}, mReaperTh...
30.860465
120
0.518212
RufUsul
7379ca12d99befb2ac773b41a547841e238e0030
841
cpp
C++
src/header_src/tcp_header.cpp
Maxim-byte/pcap_parser-
3f34b824699ec595ff34518d83b278d1cbcdeef5
[ "MIT" ]
null
null
null
src/header_src/tcp_header.cpp
Maxim-byte/pcap_parser-
3f34b824699ec595ff34518d83b278d1cbcdeef5
[ "MIT" ]
null
null
null
src/header_src/tcp_header.cpp
Maxim-byte/pcap_parser-
3f34b824699ec595ff34518d83b278d1cbcdeef5
[ "MIT" ]
null
null
null
#include "../header_hpp/tcp_header.hpp" #include <iostream> #include "../utility/details.hpp" tcp_header tcp_header::read_tcp_header(std::istream &stream, std::error_code & ec) { tcp_header header{}; stream.read(reinterpret_cast<char *>(&header.s_port), sizeof(header.s_port)); stream.read(reinterpret_cas...
38.227273
114
0.692033
Maxim-byte
737a1960b32f8722bf470d9587b56c3369ff090b
26,130
cc
C++
src/resid-dtv/sid.cc
swingflip/C64_mini_VICE
7a6d9d41ae60409a2bb985bb8d6324a7269a0daa
[ "Apache-2.0" ]
2
2018-11-15T19:52:34.000Z
2022-01-17T19:45:01.000Z
src/resid-dtv/sid.cc
Classicmods/C64_mini_VICE
7a6d9d41ae60409a2bb985bb8d6324a7269a0daa
[ "Apache-2.0" ]
null
null
null
src/resid-dtv/sid.cc
Classicmods/C64_mini_VICE
7a6d9d41ae60409a2bb985bb8d6324a7269a0daa
[ "Apache-2.0" ]
3
2019-06-30T05:37:04.000Z
2021-12-04T17:12:35.000Z
// --------------------------------------------------------------------------- // This file is part of reSID, a MOS6581 SID emulator engine. // Copyright (C) 2004 Dag Lem <resid@nimrod.no> // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public Li...
30.348432
111
0.572484
swingflip
737f88fe060bdbba2b796eef27b29b12f56c1695
1,588
hpp
C++
demo/test_events.hpp
mashavorob/lfds
3890472a8a9996ce35d9a28f185df4c2f219a2bd
[ "0BSD" ]
null
null
null
demo/test_events.hpp
mashavorob/lfds
3890472a8a9996ce35d9a28f185df4c2f219a2bd
[ "0BSD" ]
null
null
null
demo/test_events.hpp
mashavorob/lfds
3890472a8a9996ce35d9a28f185df4c2f219a2bd
[ "0BSD" ]
null
null
null
/* * test_conditions.hpp * * Created on: Dec 16, 2014 * Author: masha */ #ifndef DEMO_TEST_EVENTS_HPP_ #define DEMO_TEST_EVENTS_HPP_ #include <atomic> #include <condition_variable> #include <mutex> class test_events { private: typedef std::unique_lock<std::mutex> lock_type; test_events(const test...
18.682353
78
0.547229
mashavorob
738074a30258b22809b9167922ef3139c22c13d7
2,269
cpp
C++
BeLuEngine/BeLuEngine/src/Renderer/Texture/TextureCubeMap.cpp
jocke1995/BeLuEngine
7fdca9736c61c03330975380bd1b377985c8ebd3
[ "MIT" ]
1
2021-03-16T09:16:03.000Z
2021-03-16T09:16:03.000Z
BeLuEngine/BeLuEngine/src/Renderer/Texture/TextureCubeMap.cpp
jocke1995/BeLuEngine
7fdca9736c61c03330975380bd1b377985c8ebd3
[ "MIT" ]
null
null
null
BeLuEngine/BeLuEngine/src/Renderer/Texture/TextureCubeMap.cpp
jocke1995/BeLuEngine
7fdca9736c61c03330975380bd1b377985c8ebd3
[ "MIT" ]
null
null
null
#include "stdafx.h" #include "TextureCubeMap.h" #include "../Misc/Log.h" #include "../GPUMemory/Resource.h" #include "../CommandInterface.h" #include "../GPUMemory/ShaderResourceView.h" #include "../DescriptorHeap.h" #include "TextureFunctions.h" TextureCubeMap::TextureCubeMap(const std::wstring& filePath) : Textur...
28.3625
158
0.766417
jocke1995
73829cba411dc9a16fae422bf22bb0fae83d5e83
28,288
cpp
C++
commit.cpp
BRL-CAD/repowork
d5180d99f1086614301cf4c3db44a2b2dd57ebb3
[ "CC0-1.0" ]
null
null
null
commit.cpp
BRL-CAD/repowork
d5180d99f1086614301cf4c3db44a2b2dd57ebb3
[ "CC0-1.0" ]
null
null
null
commit.cpp
BRL-CAD/repowork
d5180d99f1086614301cf4c3db44a2b2dd57ebb3
[ "CC0-1.0" ]
null
null
null
/* C O M M I T . C P P * BRL-CAD * * Published in 2020 by the United States Government. * This work is in the public domain. * */ /** @file commit.cpp * * The majority of the work is in processing * Git commits. * */ #include "TextFlow.hpp" #include "repowork.h" typedef int (*commitcmd...
31.642058
120
0.611602
BRL-CAD
7382a31e1163f2951bc8af4ecafdc03a15f7606a
8,921
cpp
C++
source/xyo-win-inject-hook.cpp
g-stefan/xyo-win-inject
44ad5fc4f11643f33321532ab4f1eae84b04db33
[ "MIT", "Unlicense" ]
null
null
null
source/xyo-win-inject-hook.cpp
g-stefan/xyo-win-inject
44ad5fc4f11643f33321532ab4f1eae84b04db33
[ "MIT", "Unlicense" ]
null
null
null
source/xyo-win-inject-hook.cpp
g-stefan/xyo-win-inject
44ad5fc4f11643f33321532ab4f1eae84b04db33
[ "MIT", "Unlicense" ]
null
null
null
// // XYO Win Inject // // Copyright (c) 2020-2021 Grigore Stefan <g_stefan@yahoo.com> // Created by Grigore Stefan <g_stefan@yahoo.com> // // MIT License (MIT) <http://opensource.org/licenses/MIT> // #include <windows.h> #include <stdio.h> #include "xyo-win-inject-hook.hpp" #ifdef XYO_APPLICATION_32BI...
35.26087
167
0.643986
g-stefan
73844cafa77d531a00bece37879f9cf9a068d652
1,606
cpp
C++
problem8.cpp
jurrehart/euler
9eca473c056472ecdcce73480ff09dfb8285b4cd
[ "MIT" ]
null
null
null
problem8.cpp
jurrehart/euler
9eca473c056472ecdcce73480ff09dfb8285b4cd
[ "MIT" ]
null
null
null
problem8.cpp
jurrehart/euler
9eca473c056472ecdcce73480ff09dfb8285b4cd
[ "MIT" ]
null
null
null
#include <iostream> #include <string> #define SEQUENCE_SIZE 13 int main(){ std::string sequence = "73167176531330624919225119674426574742355349194934\ 96983520312774506326239578318016984801869478851843\ 85861560789112949495459501737958331952853208805511\ 12540698747158523863050715693290963295227443043557\ 6689664895...
34.913043
81
0.848692
jurrehart
7384599a1f9c15bd15a25edc5116abbb55dd18dc
6,675
cc
C++
src/MissionManager/SpeedSection.cc
JeremVincent/qgroundcontrol
113907ba991b710f6bf4276e765569a41e6060f2
[ "Apache-2.0" ]
null
null
null
src/MissionManager/SpeedSection.cc
JeremVincent/qgroundcontrol
113907ba991b710f6bf4276e765569a41e6060f2
[ "Apache-2.0" ]
null
null
null
src/MissionManager/SpeedSection.cc
JeremVincent/qgroundcontrol
113907ba991b710f6bf4276e765569a41e6060f2
[ "Apache-2.0" ]
2
2020-03-30T10:45:13.000Z
2020-05-10T11:50:07.000Z
/**************************************************************************** * * (c) 2009-2016 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org> * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. * *************************************...
37.290503
205
0.589363
JeremVincent
73849a3691fece0237af7c024bd17ca50033537c
657
cpp
C++
src/Entity/SearchableString.cpp
epfremmer/PHP-Weekly-Issue37c
48d9907f2c427f1bdb122027975509b52b31b711
[ "MIT" ]
null
null
null
src/Entity/SearchableString.cpp
epfremmer/PHP-Weekly-Issue37c
48d9907f2c427f1bdb122027975509b52b31b711
[ "MIT" ]
null
null
null
src/Entity/SearchableString.cpp
epfremmer/PHP-Weekly-Issue37c
48d9907f2c427f1bdb122027975509b52b31b711
[ "MIT" ]
null
null
null
// // Created by Edward Pfremmer on 1/28/16. // #include <string> #include <iostream> #include "SearchableString.h" SearchableString::SearchableString(std::string &value) { this->value = value; std::transform(this->value.begin(), this->value.end(), this->value.begin(), ::tolower); } int SearchableString::se...
21.9
91
0.631659
epfremmer
7385d1402258931e01583346fa4e4d6b7f30d8ed
1,495
hpp
C++
Includes/Rosetta/PlayMode/Zones/HandZone.hpp
Hearthstonepp/Hearthstonepp
ee17ae6de1ee0078dab29d75c0fbe727a14e850e
[ "MIT" ]
62
2017-08-21T14:11:00.000Z
2018-04-23T16:09:02.000Z
Includes/Rosetta/PlayMode/Zones/HandZone.hpp
Hearthstonepp/Hearthstonepp
ee17ae6de1ee0078dab29d75c0fbe727a14e850e
[ "MIT" ]
37
2017-08-21T11:13:07.000Z
2018-04-30T08:58:41.000Z
Includes/Rosetta/PlayMode/Zones/HandZone.hpp
Hearthstonepp/Hearthstonepp
ee17ae6de1ee0078dab29d75c0fbe727a14e850e
[ "MIT" ]
10
2017-08-21T03:44:12.000Z
2018-01-10T22:29:10.000Z
// Copyright (c) 2019 Chris Ohk, Youngjoong Kim, SeungHyun Jeon // We are making my contributions/submissions to this project solely in our // personal capacity and are not conveying any rights to any intellectual // property of any third parties. #ifndef ROSETTASTONE_PLAYMODE_HAND_ZONE_HPP #define ROSETTASTONE_PLAYM...
32.5
76
0.724415
Hearthstonepp
7388c6d585f9524548457f57c96b6bc7c311fea5
767
inl
C++
BlackVision/LibBlackVision/Source/Engine/Models/Plugins/ParamValModel/SimpleStateUpdater.inl
black-vision-engine/bv-engine
85089d41bb22afeaa9de070646e12aa1777ecedf
[ "MIT" ]
1
2022-01-28T11:43:47.000Z
2022-01-28T11:43:47.000Z
BlackVision/LibBlackVision/Source/Engine/Models/Plugins/ParamValModel/SimpleStateUpdater.inl
black-vision-engine/bv-engine
85089d41bb22afeaa9de070646e12aa1777ecedf
[ "MIT" ]
null
null
null
BlackVision/LibBlackVision/Source/Engine/Models/Plugins/ParamValModel/SimpleStateUpdater.inl
black-vision-engine/bv-engine
85089d41bb22afeaa9de070646e12aa1777ecedf
[ "MIT" ]
null
null
null
namespace bv { namespace model { // ******************************** // template< typename StateTypePtr, typename ValueTypePtr > SimpleStateUpdater<StateTypePtr,ValueTypePtr>::SimpleStateUpdater( StateTypePtr state, ValueTypePtr value ) : m_state( state ) , m_value( value ) { } // *************...
24.741935
108
0.599739
black-vision-engine
738a5633669970a2565d3c25c10cc00080174fdc
8,908
cc
C++
chrome/browser/nearby_sharing/nearby_share_delegate_impl_unittest.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/nearby_sharing/nearby_share_delegate_impl_unittest.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/nearby_sharing/nearby_share_delegate_impl_unittest.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 2020 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/nearby_sharing/nearby_share_delegate_impl.h" #include <memory> #include "ash/public/cpp/nearby_share_controller.h" #include "as...
36.064777
104
0.784688
Ron423c
738c196ecaa9cb496f737a2d85a28edf285ca7a0
2,870
cpp
C++
Source/JavaScriptCore/runtime/GetterSetter.cpp
jacadcaps/webkitty
9aebd2081349f9a7b5d168673c6f676a1450a66d
[ "BSD-2-Clause" ]
6
2021-07-05T16:09:39.000Z
2022-03-06T22:44:42.000Z
Source/JavaScriptCore/runtime/GetterSetter.cpp
jacadcaps/webkitty
9aebd2081349f9a7b5d168673c6f676a1450a66d
[ "BSD-2-Clause" ]
7
2022-03-15T13:25:39.000Z
2022-03-15T13:25:44.000Z
Source/JavaScriptCore/runtime/GetterSetter.cpp
jacadcaps/webkitty
9aebd2081349f9a7b5d168673c6f676a1450a66d
[ "BSD-2-Clause" ]
null
null
null
/* * Copyright (C) 1999-2002 Harri Porten (porten@kde.org) * Copyright (C) 2001 Peter Kelly (pmk@post.com) * Copyright (C) 2004-2017 Apple Inc. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as p...
34.578313
120
0.731359
jacadcaps
738cb5d2ccd4e2e7311e97f8447d72d4b7ef3d1e
1,356
cpp
C++
Code/UnitTests/FoundationTest/Math/RationalTest.cpp
alinoctavian/ezEngine
0312c8d777c05ac58911f3fa879e4fd7efcfcb66
[ "MIT" ]
1
2021-06-23T14:44:02.000Z
2021-06-23T14:44:02.000Z
Code/UnitTests/FoundationTest/Math/RationalTest.cpp
alinoctavian/ezEngine
0312c8d777c05ac58911f3fa879e4fd7efcfcb66
[ "MIT" ]
null
null
null
Code/UnitTests/FoundationTest/Math/RationalTest.cpp
alinoctavian/ezEngine
0312c8d777c05ac58911f3fa879e4fd7efcfcb66
[ "MIT" ]
1
2022-03-28T15:57:46.000Z
2022-03-28T15:57:46.000Z
#include <FoundationTestPCH.h> #include <Foundation/Math/Rational.h> #include <Foundation/Strings/StringBuilder.h> EZ_CREATE_SIMPLE_TEST(Math, Rational) { EZ_TEST_BLOCK(ezTestBlock::Enabled, "Rational") { ezRational r1(100, 1); EZ_TEST_BOOL(r1.IsValid()); EZ_TEST_BOOL(r1.IsIntegral()); ezRationa...
23.37931
94
0.671091
alinoctavian
7391ceecd4ad4c946718103dda945c6223da4bda
1,338
cpp
C++
Codeforces/1430/A.cpp
noobie7/Codes
4d8265f4b7042bd7e8c0e0402d417c7e160ae6d4
[ "MIT" ]
2
2021-09-14T15:57:24.000Z
2022-03-18T14:11:04.000Z
Codeforces/1430/A.cpp
noobie7/Codes
4d8265f4b7042bd7e8c0e0402d417c7e160ae6d4
[ "MIT" ]
null
null
null
Codeforces/1430/A.cpp
noobie7/Codes
4d8265f4b7042bd7e8c0e0402d417c7e160ae6d4
[ "MIT" ]
null
null
null
/* "Do I really belong in this game I ponder, I just wanna play my part." - Guts over fear, Eminem */ #pragma GCC optimize ("O3") #pragma GCC target ("sse4") #include<bits/stdc++.h> using namespace std; typedef long long int ll; #define ff first #define Shazam ios_base::sync_with_stdio(false); cin.tie(NULL); cout.ti...
30.409091
81
0.532138
noobie7
7392b76a1b427fefdf472f85efd15ca7ad569c38
2,129
cpp
C++
src/WAM/indexing.cpp
ThermalSpan/russWAM
c237bb782a83f7f6e2ccfa50800a55523ca22f67
[ "MIT" ]
null
null
null
src/WAM/indexing.cpp
ThermalSpan/russWAM
c237bb782a83f7f6e2ccfa50800a55523ca22f67
[ "MIT" ]
null
null
null
src/WAM/indexing.cpp
ThermalSpan/russWAM
c237bb782a83f7f6e2ccfa50800a55523ca22f67
[ "MIT" ]
null
null
null
// // indexing.cpp // russWAM // // Created by Russell Wilhelm Bentley on 12/14/15. // Copyright (c) 2015 Russell Wilhelm Bentley. // Distributed under the MIT License // #include <unordered_map> #include "WAM.h" void WAM::switch_on_term (int V, int C, int L, int S) { DataCell* cell = deref (getGlobalReg (1)...
26.6125
84
0.566933
ThermalSpan
73976fd199445a9bce3917ba16e45a51a9da480d
4,125
hpp
C++
include/codegen/include/System/Text/RegularExpressions/RegexMatchTimeoutException.hpp
Futuremappermydud/Naluluna-Modifier-Quest
bfda34370764b275d90324b3879f1a429a10a873
[ "MIT" ]
1
2021-11-12T09:29:31.000Z
2021-11-12T09:29:31.000Z
include/codegen/include/System/Text/RegularExpressions/RegexMatchTimeoutException.hpp
Futuremappermydud/Naluluna-Modifier-Quest
bfda34370764b275d90324b3879f1a429a10a873
[ "MIT" ]
null
null
null
include/codegen/include/System/Text/RegularExpressions/RegexMatchTimeoutException.hpp
Futuremappermydud/Naluluna-Modifier-Quest
bfda34370764b275d90324b3879f1a429a10a873
[ "MIT" ]
2
2021-10-03T02:14:20.000Z
2021-11-12T09:29:36.000Z
// Autogenerated from CppHeaderCreator on 7/27/2020 3:10:17 PM // Created by Sc2ad // ========================================================================= #pragma once #pragma pack(push, 8) // Begin includes #include "utils/typedefs.h" // Including type: System.TimeoutException #include "System/TimeoutException.hp...
57.291667
189
0.764121
Futuremappermydud
739857f10592e955adf3fd58ed514cb86505f1de
2,333
cpp
C++
runtime/SMTLIB/SMTLIB/unittests/Float/Native/IsInfinite.cpp
delcypher/jfs
d38b3685e878bf552da52b9410b53dd2adcfdfd1
[ "MIT" ]
192
2018-01-08T03:28:28.000Z
2019-06-18T02:52:39.000Z
runtime/SMTLIB/SMTLIB/unittests/Float/Native/IsInfinite.cpp
mc-imperial/jfs
d38b3685e878bf552da52b9410b53dd2adcfdfd1
[ "MIT" ]
24
2019-08-28T18:15:09.000Z
2020-12-07T03:56:45.000Z
runtime/SMTLIB/SMTLIB/unittests/Float/Native/IsInfinite.cpp
delcypher/jfs
d38b3685e878bf552da52b9410b53dd2adcfdfd1
[ "MIT" ]
14
2018-01-08T06:58:39.000Z
2019-04-08T08:40:52.000Z
//===----------------------------------------------------------------------===// // // JFS // // Copyright 2017-2018 Daniel Liew // // This file is distributed under the MIT license. // See LICENSE.txt for details. // //===-------------------------------------------------------------...
42.418182
80
0.656237
delcypher
73988dc79093936a60f156c87dda1ba421bc3efe
7,497
cc
C++
mindspore_serving/ccsrc/worker/model_loader_base.cc
mindspore-ai/serving
e32d989ce629b4bdbbf3f16fefb02b28dce2dc4c
[ "Apache-2.0" ]
157
2020-12-10T09:42:48.000Z
2021-12-02T09:27:48.000Z
mindspore_serving/ccsrc/worker/model_loader_base.cc
mindspore-ai/serving
e32d989ce629b4bdbbf3f16fefb02b28dce2dc4c
[ "Apache-2.0" ]
1
2021-12-08T11:39:59.000Z
2022-01-17T09:09:54.000Z
mindspore_serving/ccsrc/worker/model_loader_base.cc
mindspore-ai/serving
e32d989ce629b4bdbbf3f16fefb02b28dce2dc4c
[ "Apache-2.0" ]
null
null
null
/** * Copyright 2021 Huawei Technologies 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...
43.587209
117
0.664933
mindspore-ai
7399e138a4bdfbdbed387ffacda8083f2f0ad90f
2,448
cpp
C++
UnrealEngine-4.11.2-release/Engine/Source/Runtime/AIModule/Private/Perception/AISense_Prediction.cpp
armroyce/Unreal
ea1cdebe70407d59af4e8366d7111c52ce4606df
[ "MIT" ]
1
2016-10-01T21:35:52.000Z
2016-10-01T21:35:52.000Z
UnrealEngine-4.11.2-release/Engine/Source/Runtime/AIModule/Private/Perception/AISense_Prediction.cpp
armroyce/Unreal
ea1cdebe70407d59af4e8366d7111c52ce4606df
[ "MIT" ]
null
null
null
UnrealEngine-4.11.2-release/Engine/Source/Runtime/AIModule/Private/Perception/AISense_Prediction.cpp
armroyce/Unreal
ea1cdebe70407d59af4e8366d7111c52ce4606df
[ "MIT" ]
1
2021-04-27T08:48:33.000Z
2021-04-27T08:48:33.000Z
// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AIModulePrivate.h" #include "Perception/AISense_Prediction.h" UAISense_Prediction::UAISense_Prediction(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) { DebugName = TEXT("Prediction"); DebugDrawColor = FColorList::Grey; ...
34
140
0.781863
armroyce
7399ebe3536abecfb9d9fbed610345d99323aa5d
1,127
cc
C++
Mu2eKinKal/src/KKMaterial.cc
lborrel/Offline
db9f647bad3c702171ab5ffa5ccc04c82b3f8984
[ "Apache-2.0" ]
1
2021-06-23T22:09:28.000Z
2021-06-23T22:09:28.000Z
Mu2eKinKal/src/KKMaterial.cc
lborrel/Offline
db9f647bad3c702171ab5ffa5ccc04c82b3f8984
[ "Apache-2.0" ]
125
2020-04-03T13:44:30.000Z
2021-10-15T21:29:57.000Z
Mu2eKinKal/src/KKMaterial.cc
lborrel/Offline
db9f647bad3c702171ab5ffa5ccc04c82b3f8984
[ "Apache-2.0" ]
null
null
null
#include "Mu2eKinKal/inc/KKMaterial.hh" #include "GeometryService/inc/GeomHandle.hh" #include "TrackerGeom/inc/Tracker.hh" #include "GeometryService/inc/GeometryService.hh" namespace mu2e { using StrawMaterial = KinKal::StrawMaterial; using MatDBInfo = MatEnv::MatDBInfo; KKMaterial::KKMaterial(KKMaterial::Confi...
36.354839
81
0.751553
lborrel
739a6f4f141af45a2a085e53288975b7e3d8fa48
1,596
hpp
C++
src/Cello/compute_SolverNull.hpp
brittonsmith/enzo-e
56d8417f2bdfc60f38326ba7208b633bfcea3175
[ "MIT", "BSD-3-Clause" ]
null
null
null
src/Cello/compute_SolverNull.hpp
brittonsmith/enzo-e
56d8417f2bdfc60f38326ba7208b633bfcea3175
[ "MIT", "BSD-3-Clause" ]
null
null
null
src/Cello/compute_SolverNull.hpp
brittonsmith/enzo-e
56d8417f2bdfc60f38326ba7208b633bfcea3175
[ "MIT", "BSD-3-Clause" ]
null
null
null
// See LICENSE_CELLO file for license and copyright information /// @file compute_SolverNull.hpp /// @author James Bordner (jobordner@ucsd.edu) /// @date 2018-02-26 /// @brief [\ref Compute] Declaration for the SolverNull class #ifndef COMPUTE_SOLVER_NULL_HPP #define COMPUTE_SOLVER_NULL_HPP #include <...
21.567568
73
0.64787
brittonsmith
739c8494350cf191d9e24c8019930ade06e20f14
1,140
cpp
C++
.tutorials/zetcode.com_sources/07_wxWidgets_widgets_I/02_wxBitmapButton/bitmapbutton.cpp
Y2Kill/VSCode-wxWidgets-MinGW-W64-template
6263a547ddb54b6a2fd4fb0836c91b790f8980d7
[ "CC0-1.0" ]
null
null
null
.tutorials/zetcode.com_sources/07_wxWidgets_widgets_I/02_wxBitmapButton/bitmapbutton.cpp
Y2Kill/VSCode-wxWidgets-MinGW-W64-template
6263a547ddb54b6a2fd4fb0836c91b790f8980d7
[ "CC0-1.0" ]
null
null
null
.tutorials/zetcode.com_sources/07_wxWidgets_widgets_I/02_wxBitmapButton/bitmapbutton.cpp
Y2Kill/VSCode-wxWidgets-MinGW-W64-template
6263a547ddb54b6a2fd4fb0836c91b790f8980d7
[ "CC0-1.0" ]
null
null
null
#include "bitmapbutton.h" BitmapButton::BitmapButton(const wxString& title) : wxFrame(NULL, wxID_ANY, title, wxDefaultPosition, wxSize(250, 130)) { wxImage::AddHandler( new wxPNGHandler ); wxPanel *panel = new wxPanel(this); slider = new wxSlider(panel, ID_SLIDER, 0, 0, 100, wxPoint(10, 30), wxSize...
34.545455
90
0.685088
Y2Kill
739cec8be737c6cf03d437b5ec369bbf09b574be
6,302
cpp
C++
modules/task_1/gapon_a_algorithm_dijkstra/main.cpp
vla5924-practice/parallel-programming-2
4657fd9c02fdd11bbb64614f2aca04356ff45a60
[ "BSD-3-Clause" ]
null
null
null
modules/task_1/gapon_a_algorithm_dijkstra/main.cpp
vla5924-practice/parallel-programming-2
4657fd9c02fdd11bbb64614f2aca04356ff45a60
[ "BSD-3-Clause" ]
null
null
null
modules/task_1/gapon_a_algorithm_dijkstra/main.cpp
vla5924-practice/parallel-programming-2
4657fd9c02fdd11bbb64614f2aca04356ff45a60
[ "BSD-3-Clause" ]
null
null
null
// Copyright 2021 Gapon Andrey #include <gtest/gtest.h> #include <vector> // #include <chrono> #include "./dijkstra.h" /* TEST(dijkstra_algorithm, test_matrix_generation_TIMER) { std::vector<int> g(25000000); g = Create_Graph(5000); std::vector<int> res = { 5000, 1 }; auto t1 = std::chrono::high_resol...
32.822917
67
0.432085
vla5924-practice
739e12ebecbfb83a18bb111ace63527088490fc2
19,377
cc
C++
src/ui/scenic/lib/scenic/session.cc
sunshinewithmoonlight/fuchsia-2003
02b23026dc7fecbad063210d5d45fa1b17feeb8b
[ "BSD-3-Clause" ]
null
null
null
src/ui/scenic/lib/scenic/session.cc
sunshinewithmoonlight/fuchsia-2003
02b23026dc7fecbad063210d5d45fa1b17feeb8b
[ "BSD-3-Clause" ]
null
null
null
src/ui/scenic/lib/scenic/session.cc
sunshinewithmoonlight/fuchsia-2003
02b23026dc7fecbad063210d5d45fa1b17feeb8b
[ "BSD-3-Clause" ]
null
null
null
// Copyright 2018 The Fuchsia 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 "src/ui/scenic/lib/scenic/session.h" #include <lib/async/cpp/task.h> #include <lib/async/default.h> #include <lib/async/time.h> #include <trace/...
40.537657
100
0.672189
sunshinewithmoonlight
739ec7123bf8c7b8e5c64464ff56847c30c8c3f2
3,448
cc
C++
ui/gfx/compositor/test/test_compositor_host_linux.cc
gavinp/chromium
681563ea0f892a051f4ef3d5e53438e0bb7d2261
[ "BSD-3-Clause" ]
1
2016-03-10T09:13:57.000Z
2016-03-10T09:13:57.000Z
ui/gfx/compositor/test/test_compositor_host_linux.cc
gavinp/chromium
681563ea0f892a051f4ef3d5e53438e0bb7d2261
[ "BSD-3-Clause" ]
1
2022-03-13T08:39:05.000Z
2022-03-13T08:39:05.000Z
ui/gfx/compositor/test/test_compositor_host_linux.cc
gavinp/chromium
681563ea0f892a051f4ef3d5e53438e0bb7d2261
[ "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/gfx/compositor/test/test_compositor_host.h" #include "base/basictypes.h" #include "base/bind.h" #include "base/compiler_specific.h" #inc...
26.728682
78
0.730278
gavinp
739fded9d20dadfc89f37c6a8f52d2c6c2b183fb
445,688
cpp
C++
source/util/compression/int/fastpfor/simdbitpacking.cpp
izenecloud/izenelib
9d5958100e2ce763fc75f27217adf982d7c9d902
[ "Apache-2.0" ]
31
2015-03-03T19:13:42.000Z
2020-09-03T08:11:56.000Z
source/util/compression/int/fastpfor/simdbitpacking.cpp
izenecloud/izenelib
9d5958100e2ce763fc75f27217adf982d7c9d902
[ "Apache-2.0" ]
1
2016-12-24T00:12:11.000Z
2016-12-24T00:12:11.000Z
source/util/compression/int/fastpfor/simdbitpacking.cpp
izenecloud/izenelib
9d5958100e2ce763fc75f27217adf982d7c9d902
[ "Apache-2.0" ]
8
2015-09-06T01:55:21.000Z
2021-12-20T02:16:13.000Z
/** * This code is released under the * Apache License Version 2.0 http://www.apache.org/licenses/. * * (c) Daniel Lemire */ #include <iostream> #include <iomanip> #include <iomanip> #include <stdexcept> #include <util/compression/int/fastpfor/common.h> #include <util/compression/int/fastpfor/simdbitpacking.h> ...
31.962708
119
0.673996
izenecloud
73a14f160362241772d0d40fc78584685ee591eb
43,843
cc
C++
xls/passes/select_simplification_pass.cc
briansrls/xls
35fd94eff68611d510288938469ee620a38e1976
[ "Apache-2.0" ]
null
null
null
xls/passes/select_simplification_pass.cc
briansrls/xls
35fd94eff68611d510288938469ee620a38e1976
[ "Apache-2.0" ]
null
null
null
xls/passes/select_simplification_pass.cc
briansrls/xls
35fd94eff68611d510288938469ee620a38e1976
[ "Apache-2.0" ]
null
null
null
// Copyright 2020 The XLS 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 agreed t...
40.186068
80
0.579591
briansrls
73a932b1db523bea917aadd851a5c13b16995fe6
13,407
cc
C++
src/c++/perf_analyzer/perf_utils.cc
BobLiu20/client
fb291d78595fe69624f9c220eb6654f98ab4202f
[ "BSD-3-Clause" ]
null
null
null
src/c++/perf_analyzer/perf_utils.cc
BobLiu20/client
fb291d78595fe69624f9c220eb6654f98ab4202f
[ "BSD-3-Clause" ]
null
null
null
src/c++/perf_analyzer/perf_utils.cc
BobLiu20/client
fb291d78595fe69624f9c220eb6654f98ab4202f
[ "BSD-3-Clause" ]
null
null
null
// 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 source code must retain the above copyright // notice, this list of condi...
31.398126
80
0.62527
BobLiu20
73ab1d14780db312299f85e00d2e9565d763bb08
8,203
cpp
C++
Source/MediaInfo/Multiple/File_MiXml.cpp
meganz/MediaInfoLib
bb7dd9d10039074df6ca92527e20b1df25ad8ee9
[ "BSD-2-Clause" ]
7
2018-04-07T23:57:00.000Z
2021-11-21T19:38:19.000Z
Source/MediaInfo/Multiple/File_MiXml.cpp
meganz/MediaInfoLib
bb7dd9d10039074df6ca92527e20b1df25ad8ee9
[ "BSD-2-Clause" ]
null
null
null
Source/MediaInfo/Multiple/File_MiXml.cpp
meganz/MediaInfoLib
bb7dd9d10039074df6ca92527e20b1df25ad8ee9
[ "BSD-2-Clause" ]
2
2018-12-20T00:00:00.000Z
2021-06-10T19:06:27.000Z
/* Copyright (c) MediaArea.net SARL. All Rights Reserved. * * Use of this source code is governed by a BSD-style license that can * be found in the License.html file in the root of the source tree. */ //--------------------------------------------------------------------------- // Pre-compilation #include "Medi...
43.86631
166
0.344386
meganz
73abb6d40170289c6eb2853c1e90478265a3164a
1,144
cpp
C++
Source/boost_1_33_1/libs/spirit/test/for_p_as_parser_tests.cpp
spxuw/RFIM
32b78fbb90c7008b1106b0cff4f8023ae83c9b6d
[ "MIT" ]
null
null
null
Source/boost_1_33_1/libs/spirit/test/for_p_as_parser_tests.cpp
spxuw/RFIM
32b78fbb90c7008b1106b0cff4f8023ae83c9b6d
[ "MIT" ]
null
null
null
Source/boost_1_33_1/libs/spirit/test/for_p_as_parser_tests.cpp
spxuw/RFIM
32b78fbb90c7008b1106b0cff4f8023ae83c9b6d
[ "MIT" ]
null
null
null
/*============================================================================= Copyright (c) 2003 Martin Wille http://spirit.sourceforge.net/ Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost...
21.584906
79
0.54458
spxuw
73ac5872b13e524dbbafd908d38757145cdb87ab
568
cpp
C++
src/sampapi/0.3.7-R3-1/CPlayerInfo.cpp
kin4stat/SAMP-API
94eb9a0d8218038b7ea0c1132e37b6420e576dbf
[ "MIT" ]
25
2020-01-02T06:13:58.000Z
2022-03-15T12:23:04.000Z
src/sampapi/0.3.7-R3-1/CPlayerInfo.cpp
kin4stat/SAMP-API
94eb9a0d8218038b7ea0c1132e37b6420e576dbf
[ "MIT" ]
null
null
null
src/sampapi/0.3.7-R3-1/CPlayerInfo.cpp
kin4stat/SAMP-API
94eb9a0d8218038b7ea0c1132e37b6420e576dbf
[ "MIT" ]
29
2019-07-07T15:37:03.000Z
2022-02-23T18:36:16.000Z
/* This is a SAMP (0.3.7-R3) API project file. Developer: LUCHARE <luchare.dev@gmail.com> See more here https://github.com/LUCHARE/SAMP-API Copyright (c) 2018 BlastHack Team <BlastHack.Net>. All rights reserved. */ #include "sampapi/0.3.7-R3-1/CPlayerInfo.h" SAMPAPI_BEGIN_V037R3_1 CPlayerInfo::CPlayerInfo(co...
24.695652
100
0.721831
kin4stat
73ad273b87962bae0566e756720aa1ba46726f82
685
cpp
C++
tests/init.cpp
sagerg/cpp-password-reader
4298e78247db6c06b1a9aa8035a86f13705d97ca
[ "BSD-3-Clause" ]
1
2020-07-24T22:51:36.000Z
2020-07-24T22:51:36.000Z
tests/init.cpp
sagerg/cpp-password-reader
4298e78247db6c06b1a9aa8035a86f13705d97ca
[ "BSD-3-Clause" ]
null
null
null
tests/init.cpp
sagerg/cpp-password-reader
4298e78247db6c06b1a9aa8035a86f13705d97ca
[ "BSD-3-Clause" ]
null
null
null
#include <iostream> #include <fstream> int main() { const char *FILENAME = "test.csv"; const unsigned int ROWSIZE = 5; std::string users[ROWSIZE] = {"John Doe", "Joe Apple", "Suzan Salo", "Joni Vien", "Apple Tim"}; std::ofstream file(FILENAME); for (int i = 0; i < ROWSIZE; ++i) { if (!i...
25.37037
99
0.449635
sagerg
73ae31efcaec222f9ed42a4d397c714acae7ef86
7,094
cpp
C++
src/com/wztlink1013/datastructure/cpp/tree/polish_reversepolish/main.cpp
fossabot/datastructure-algorithm
b594297a708af7d1c79f4cf26e2a799268c3f381
[ "Apache-2.0" ]
1
2021-05-17T01:47:51.000Z
2021-05-17T01:47:51.000Z
src/com/wztlink1013/datastructure/cpp/tree/polish_reversepolish/main.cpp
fossabot/datastructure-algorithm
b594297a708af7d1c79f4cf26e2a799268c3f381
[ "Apache-2.0" ]
3
2020-11-28T12:02:07.000Z
2021-11-19T04:02:41.000Z
src/com/wztlink1013/datastructure/cpp/tree/polish_reversepolish/main.cpp
fossabot/datastructure-algorithm
b594297a708af7d1c79f4cf26e2a799268c3f381
[ "Apache-2.0" ]
1
2021-11-19T03:59:45.000Z
2021-11-19T03:59:45.000Z
#include<bits/stdc++.h> using namespace std; /** * 波兰表达式/逆波兰表达式求解运算表达式 * */ /** * 单链表的存储结构 */ typedef struct LNode { string data; //数据域 struct LNode *next; //指针域 }Lnode, *LinkList; //LinkList为指向结构体LNode的指针类型 /* 初始化链表 */ void InitList(LinkList &L) { L = new LNode; L->next = NULL; } /* 打印 */ vo...
25.610108
63
0.411615
fossabot
73ae5330a5c3d6288e55ce0f6ac79c7690f1fcd8
5,241
hpp
C++
src/thread_src/map_gen.hpp
enarvaezrd/vspln-move
d24f3854133f97a18e8d01bd9ba0d0c20c72d201
[ "MIT" ]
null
null
null
src/thread_src/map_gen.hpp
enarvaezrd/vspln-move
d24f3854133f97a18e8d01bd9ba0d0c20c72d201
[ "MIT" ]
null
null
null
src/thread_src/map_gen.hpp
enarvaezrd/vspln-move
d24f3854133f97a18e8d01bd9ba0d0c20c72d201
[ "MIT" ]
null
null
null
#ifndef MAP_GEN #define MAP_GEN #include "uav_ugv_commands.hpp" class ObstacleMapGen { public: ObstacleMapGen(int map_size_, float scale_, int image_size_, float rad_int_, float rad_ext_, std::string laser_topic_) : MapSize(map_size_ + 1), ...
42.266129
150
0.564396
enarvaezrd
73af36b064f0711ab26a9ea9475041bb1a8db268
1,689
cpp
C++
src/ShaderNode/Enums.cpp
waruqi/NazaraEngine
a64de1ffe8b0790622a0b1cae5759c96b4f86907
[ "BSD-3-Clause-Clear", "Apache-2.0", "MIT" ]
376
2015-01-09T03:14:48.000Z
2022-03-26T17:59:18.000Z
src/ShaderNode/Enums.cpp
waruqi/NazaraEngine
a64de1ffe8b0790622a0b1cae5759c96b4f86907
[ "BSD-3-Clause-Clear", "Apache-2.0", "MIT" ]
252
2015-01-21T17:34:39.000Z
2022-03-20T16:15:50.000Z
src/ShaderNode/Enums.cpp
waruqi/NazaraEngine
a64de1ffe8b0790622a0b1cae5759c96b4f86907
[ "BSD-3-Clause-Clear", "Apache-2.0", "MIT" ]
104
2015-01-18T11:03:41.000Z
2022-03-11T05:40:47.000Z
#include <ShaderNode/Enums.hpp> #include <cassert> std::size_t GetComponentCount(PrimitiveType type) { switch (type) { case PrimitiveType::Bool: return 1; case PrimitiveType::Float1: return 1; case PrimitiveType::Float2: return 2; case PrimitiveType::Float3: return 3; case PrimitiveType::Float4: return 4...
20.107143
69
0.71344
waruqi
73b17a94db8e98090e8472d125a66922f9fac2f0
594
cpp
C++
3 - Branches/3.10 - Character operations/isdigit/isdigit.cpp
aTonyXiao/Zybook
36cd05a436c6ca007cdd14638cf5ee2a7724b889
[ "MIT" ]
11
2017-11-17T07:31:44.000Z
2020-12-05T14:46:56.000Z
3 - Branches/3.10 - Character operations/isdigit/isdigit.cpp
aTonyXiao/Zybook
36cd05a436c6ca007cdd14638cf5ee2a7724b889
[ "MIT" ]
null
null
null
3 - Branches/3.10 - Character operations/isdigit/isdigit.cpp
aTonyXiao/Zybook
36cd05a436c6ca007cdd14638cf5ee2a7724b889
[ "MIT" ]
1
2019-10-15T20:58:51.000Z
2019-10-15T20:58:51.000Z
#include <iostream> #include <string> #include <cctype> using namespace std; // true if digit: 0-9. /* isdigit('x') // false isdigit('6') // true */ int main(){ string myString_1 = "?"; bool hasDigit = 0; //ask for username cout << "Enter name: "; getline(cin, myString_1); //check username for numbers fo...
15.631579
55
0.616162
aTonyXiao
73b1d428c41baa20dace52c981adf4f80fc92f54
957
hpp
C++
include/dca/phys/dca_step/cluster_solver/ctaux/ctaux_typedefs.hpp
PMDee/DCA
a8196ec3c88d07944e0499ff00358ea3c830b329
[ "BSD-3-Clause" ]
27
2018-08-02T04:28:23.000Z
2021-07-08T02:14:20.000Z
include/dca/phys/dca_step/cluster_solver/ctaux/ctaux_typedefs.hpp
PMDee/DCA
a8196ec3c88d07944e0499ff00358ea3c830b329
[ "BSD-3-Clause" ]
200
2018-08-02T18:19:03.000Z
2022-03-16T21:28:41.000Z
include/dca/phys/dca_step/cluster_solver/ctaux/ctaux_typedefs.hpp
PMDee/DCA
a8196ec3c88d07944e0499ff00358ea3c830b329
[ "BSD-3-Clause" ]
22
2018-08-15T15:50:00.000Z
2021-09-30T13:41:46.000Z
// Copyright (C) 2018 ETH Zurich // Copyright (C) 2018 UT-Battelle, LLC // All rights reserved. // // See LICENSE for terms of usage. // See CITATION.md for citation guidelines, if DCA++ is used for scientific publications. // // Author: Peter Staar (taa@zurich.ibm.com) // // This class defines common types for the CT-...
27.342857
89
0.77325
PMDee
73b34e6e36e7449a7906958971fc50d36f7bcb94
4,685
cpp
C++
tests/dummy.cpp
KPO-2020-2021/zad3-Ploneczka
37f6db13449d1a0d3efe652ff1e9b92f8a9166bf
[ "Unlicense" ]
null
null
null
tests/dummy.cpp
KPO-2020-2021/zad3-Ploneczka
37f6db13449d1a0d3efe652ff1e9b92f8a9166bf
[ "Unlicense" ]
null
null
null
tests/dummy.cpp
KPO-2020-2021/zad3-Ploneczka
37f6db13449d1a0d3efe652ff1e9b92f8a9166bf
[ "Unlicense" ]
null
null
null
#include "../tests/doctest/doctest.h" #include "example.h" #include "vector.hh" #include <sstream> #include "rectangle.hh" // Tests that don't naturally fit in the headers/.cpp files directly // can be placed in a tests/*.cpp file. Integration tests are a good example. TEST_CASE("konskruktor domyslny") { Vector v1,v...
16.044521
96
0.553042
KPO-2020-2021
73b39dd941e12ebac8f9763c0b3ad3117941de43
4,856
cpp
C++
base/win32/fusion/tests/xiaoyuw/actctx/sxspool/pool.cpp
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
base/win32/fusion/tests/xiaoyuw/actctx/sxspool/pool.cpp
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
base/win32/fusion/tests/xiaoyuw/actctx/sxspool/pool.cpp
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
#include "sxspool.h" // save data into pool and set the index table NTSTATUS SXS_STRING_POOL::GetDataFromPoolBasedOnIndexTable( IN SXS_STRING_POOL_INDEX_ENTRY & indexData, OUT SXS_STRING_POOL_DATA & pooldata ) { NTSTATUS Status = STATUS_SUCCESS; FN_TRACE_NTSTATUS(Status); IF_NO...
26.391304
133
0.682249
npocmaka
73b40f30e89dcaf0cfe36851f822dabd917d75b5
7,321
cpp
C++
oneflow/core/eager/lazy_job_instruction_type.cpp
Zhangchangh/oneflow
4ea3935458cc83dcea0abd88dd613f09c57dc01a
[ "Apache-2.0" ]
1
2021-09-13T02:34:53.000Z
2021-09-13T02:34:53.000Z
oneflow/core/eager/lazy_job_instruction_type.cpp
Zhangchangh/oneflow
4ea3935458cc83dcea0abd88dd613f09c57dc01a
[ "Apache-2.0" ]
null
null
null
oneflow/core/eager/lazy_job_instruction_type.cpp
Zhangchangh/oneflow
4ea3935458cc83dcea0abd88dd613f09c57dc01a
[ "Apache-2.0" ]
1
2021-01-17T03:34:39.000Z
2021-01-17T03:34:39.000Z
/* Copyright 2020 The OneFlow 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 agre...
43.838323
97
0.729272
Zhangchangh
73b535e11f1fa4e7aecddfeb75fbbd21ee084138
23,643
cc
C++
src/multio/tools/multio-hammer.cc
dvuckovic/multio
36d2e4e4aa9f874f255efbde74642e5a514e8d76
[ "Apache-2.0" ]
null
null
null
src/multio/tools/multio-hammer.cc
dvuckovic/multio
36d2e4e4aa9f874f255efbde74642e5a514e8d76
[ "Apache-2.0" ]
null
null
null
src/multio/tools/multio-hammer.cc
dvuckovic/multio
36d2e4e4aa9f874f255efbde74642e5a514e8d76
[ "Apache-2.0" ]
1
2021-09-06T13:39:10.000Z
2021-09-06T13:39:10.000Z
#include <unistd.h> #include <algorithm> #include <fstream> #include <random> #include "eccodes.h" #include "eckit/config/YAMLConfiguration.h" #include "eckit/exception/Exceptions.h" #include "eckit/io/StdFile.h" #include "eckit/log/Log.h" #include "eckit/mpi/Comm.h" #include "eckit/option/CmdArgs.h" #include "ecki...
34.974852
120
0.574842
dvuckovic
73b5cbed0a2a9f670ef837eac9e2ead20bb7c490
15,586
cpp
C++
Programs/ResourceEditor/Classes/Qt/DockParticleEditor/ParticleEditorWidget.cpp
stinvi/dava.engine
2b396ca49cdf10cdc98ad8a9ffcf7768a05e285e
[ "BSD-3-Clause" ]
1
2020-02-11T12:04:15.000Z
2020-02-11T12:04:15.000Z
Programs/ResourceEditor/Classes/Qt/DockParticleEditor/ParticleEditorWidget.cpp
stinvi/dava.engine
2b396ca49cdf10cdc98ad8a9ffcf7768a05e285e
[ "BSD-3-Clause" ]
null
null
null
Programs/ResourceEditor/Classes/Qt/DockParticleEditor/ParticleEditorWidget.cpp
stinvi/dava.engine
2b396ca49cdf10cdc98ad8a9ffcf7768a05e285e
[ "BSD-3-Clause" ]
2
2019-01-17T13:14:33.000Z
2019-03-27T15:29:02.000Z
#include "ParticleEditorWidget.h" #include "EmitterLayerWidget.h" #include "LayerForceWidget.h" #include "LayerForceSimplifiedWidget.h" #include "ParticleEmitterPropertiesWidget.h" #include "Classes/Qt/Scene/SceneSignals.h" #include <REPlatform/DataNodes/SelectionData.h> #include <REPlatform/DataNodes/SceneData.h> #in...
31.047809
172
0.694277
stinvi
73b7a24324dafbb415cc3222773c61fc33256d44
10,307
cpp
C++
runtime/file.cpp
JessicaGabriela/PROYECTO
f02c784174e028cc935b2d924309afbb690e9308
[ "Apache-2.0" ]
1
2022-01-06T15:44:48.000Z
2022-01-06T15:44:48.000Z
runtime/file.cpp
JessicaGabriela/PROYECTO
f02c784174e028cc935b2d924309afbb690e9308
[ "Apache-2.0" ]
2
2019-06-27T00:36:28.000Z
2021-06-29T20:05:03.000Z
runtime/file.cpp
JessicaGabriela/PROYECTO
f02c784174e028cc935b2d924309afbb690e9308
[ "Apache-2.0" ]
null
null
null
//===-- runtime/file.cpp ----------------------------------------*- C++ -*-===// // // 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 // //===---------------------------...
24.776442
91
0.601242
JessicaGabriela
73b7b93c54261536274a624d5969725ae7b1e413
824
cpp
C++
code/library/Objects/OliveLeaf.cpp
jpike/noah_ark
491ab775f69457e20a930c0dd8049609dee9c677
[ "Unlicense" ]
null
null
null
code/library/Objects/OliveLeaf.cpp
jpike/noah_ark
491ab775f69457e20a930c0dd8049609dee9c677
[ "Unlicense" ]
61
2015-04-11T21:26:12.000Z
2021-10-02T13:34:43.000Z
code/library/Objects/OliveLeaf.cpp
jpike/noah_ark
491ab775f69457e20a930c0dd8049609dee9c677
[ "Unlicense" ]
null
null
null
#include "Objects/OliveLeaf.h" namespace OBJECTS { /// Constructor. /// @param[in] world_position - The position of the olive leaf. OliveLeaf::OliveLeaf(const MATH::Vector2f& world_position) : Sprite() { // FINISH CREATING THE SPRITE. const MATH::FloatRectangle TEXTURE_SUB_RECT...
39.238095
121
0.688107
jpike
73bac66b8559256fd3b56d74ea0a296bcf833b33
6,676
cpp
C++
tensor_computing/src/depthwise_convolution.cpp
WongTusnYan/bolt
8850ef227b00a3eeaf4e30cf7ae1ebe13de9aa50
[ "MIT" ]
6
2019-12-03T23:17:43.000Z
2021-05-14T08:11:27.000Z
tensor_computing/src/depthwise_convolution.cpp
nihui/bolt
4d841aa34cb3be0a3bdc3ebf574a168ec5aa18ac
[ "MIT" ]
null
null
null
tensor_computing/src/depthwise_convolution.cpp
nihui/bolt
4d841aa34cb3be0a3bdc3ebf574a168ec5aa18ac
[ "MIT" ]
null
null
null
// Copyright (C) 2019. Huawei Technologies Co., Ltd. All rights reserved. // 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 ...
46.685315
151
0.594967
WongTusnYan
73bd1bd881cd6bddf3aea5261316570f8a5ef5fe
9,811
cpp
C++
src/Magnum/Trade/PbrClearCoatMaterialData.cpp
RyanSamlalsingh/magnum
f80b238e2776b7c1fb60541b0d26b08ee488b735
[ "MIT" ]
null
null
null
src/Magnum/Trade/PbrClearCoatMaterialData.cpp
RyanSamlalsingh/magnum
f80b238e2776b7c1fb60541b0d26b08ee488b735
[ "MIT" ]
null
null
null
src/Magnum/Trade/PbrClearCoatMaterialData.cpp
RyanSamlalsingh/magnum
f80b238e2776b7c1fb60541b0d26b08ee488b735
[ "MIT" ]
null
null
null
/* This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 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 "Softwa...
49.80203
137
0.758536
RyanSamlalsingh
73bd604fdf7f8ba5195ebb0ff80462fc2b617a3f
3,447
cc
C++
engines/ep/src/couch-kvstore/couch-kvstore-config.cc
rohansuri/kv_engine
6d377448a787ce5dc268c95def2850e36f5f1328
[ "BSD-3-Clause" ]
null
null
null
engines/ep/src/couch-kvstore/couch-kvstore-config.cc
rohansuri/kv_engine
6d377448a787ce5dc268c95def2850e36f5f1328
[ "BSD-3-Clause" ]
null
null
null
engines/ep/src/couch-kvstore/couch-kvstore-config.cc
rohansuri/kv_engine
6d377448a787ce5dc268c95def2850e36f5f1328
[ "BSD-3-Clause" ]
2
2019-10-11T14:00:49.000Z
2020-04-06T09:20:15.000Z
/* -*- Mode: C++; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* * Copyright 2020 Couchbase, Inc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * h...
39.170455
79
0.664926
rohansuri
73be39257c895f1b6610f2038fe7e74091a510e3
316
cpp
C++
Online Judges/URI/1116/main.cpp
AnneLivia/URI-Online
02ff972be172a62b8abe25030c3676f6c04efd1b
[ "MIT" ]
64
2019-03-17T08:56:28.000Z
2022-01-14T02:31:21.000Z
Online Judges/URI/1116/main.cpp
AnneLivia/URI-Online
02ff972be172a62b8abe25030c3676f6c04efd1b
[ "MIT" ]
1
2020-12-24T07:16:30.000Z
2021-03-23T20:51:05.000Z
Online Judges/URI/1116/main.cpp
AnneLivia/URI-Online
02ff972be172a62b8abe25030c3676f6c04efd1b
[ "MIT" ]
19
2019-05-25T10:48:16.000Z
2022-01-07T10:07:46.000Z
#include <iostream> #include "stdio.h" using namespace std; int main() { int n; float x, y; cin >> n; for (int i = 1 ; i <= n; i++) { cin >> x >> y; if(y == 0) cout << "divisao impossivel\n"; else printf("%.1f\n",x / y); } return 0; }
13.166667
43
0.414557
AnneLivia
73bed8d8f234658efc02651934751e42e304ddce
966
cpp
C++
src/command/ServeCommand.cpp
vallant/reta
f9eb515a956ebdb8163beda0cd927dfc64875b62
[ "MIT" ]
1
2022-01-04T17:20:13.000Z
2022-01-04T17:20:13.000Z
src/command/ServeCommand.cpp
vallant/reta
f9eb515a956ebdb8163beda0cd927dfc64875b62
[ "MIT" ]
null
null
null
src/command/ServeCommand.cpp
vallant/reta
f9eb515a956ebdb8163beda0cd927dfc64875b62
[ "MIT" ]
null
null
null
#include "ServeCommand.h" #include <server/RetaServer.h> int ServeCommand::execute (const ServeCommand::Parameters& parameters, FileSystem* fs) { std::cout << "Starting server at port: " << parameters.port << std::endl; std::cout << "Working directory: " << parameters.workingDirectory << std::endl; ...
46
115
0.682195
vallant
73bef8ae8cd4a06b42ce0178c431273bd4758e89
544
cpp
C++
Lab3/Q2.cpp
Uncle-Road/CS205_cpp
95d1e73676e0db65da077d1e6dc5148a5fa9a9ab
[ "MIT" ]
null
null
null
Lab3/Q2.cpp
Uncle-Road/CS205_cpp
95d1e73676e0db65da077d1e6dc5148a5fa9a9ab
[ "MIT" ]
null
null
null
Lab3/Q2.cpp
Uncle-Road/CS205_cpp
95d1e73676e0db65da077d1e6dc5148a5fa9a9ab
[ "MIT" ]
null
null
null
#include<iostream> using namespace std; struct Candybar{ char name[20]; float weight; int calories; }; int main(){ Candybar bar; cout<<"Enter brand name of a Candy bar: "; cin.getline(bar.name,20); cout<<"Enter weight of he Candy bar:"; cin>>bar.weight; cout<<"ENt...
22.666667
66
0.584559
Uncle-Road
73bf7c62e91d08862bdefcfa14c1d2663d43b47c
440
cpp
C++
chat/stress-test/src/savelist.cpp
Shiny-Man/MCR
fa3cf2f7e00065011c14f472f985de04d2c8fa7d
[ "MIT" ]
3
2019-05-16T13:11:52.000Z
2019-08-02T09:09:28.000Z
chat/stress-test/src/savelist.cpp
Shiny-Man/MCR
fa3cf2f7e00065011c14f472f985de04d2c8fa7d
[ "MIT" ]
null
null
null
chat/stress-test/src/savelist.cpp
Shiny-Man/MCR
fa3cf2f7e00065011c14f472f985de04d2c8fa7d
[ "MIT" ]
4
2019-05-16T13:11:55.000Z
2022-02-26T02:35:09.000Z
#include "savelist.h" SaveList::SaveList() { pthread_mutex_init(&m_packmutex, NULL); } char* SaveList::pack_pop() { SaveMutex mutex_lock(&m_packmutex); char *p = m_package.front(); m_package.pop_front(); m_packcount--; return p; } int SaveList::getPackSize() { return m_packcount; } void ...
15.714286
43
0.670455
Shiny-Man
73c01d5082aa63acb2b3aa60711240c09390f555
25,860
cpp
C++
kizunano/node/telemetry.cpp
kizunanocoin/node
c6013e7e992ab75432db58da05054b381f821566
[ "BSD-3-Clause" ]
1
2021-08-16T06:41:05.000Z
2021-08-16T06:41:05.000Z
kizunano/node/telemetry.cpp
kizunanocoin/node
c6013e7e992ab75432db58da05054b381f821566
[ "BSD-3-Clause" ]
null
null
null
kizunano/node/telemetry.cpp
kizunanocoin/node
c6013e7e992ab75432db58da05054b381f821566
[ "BSD-3-Clause" ]
null
null
null
#include <kizunano/lib/alarm.hpp> #include <kizunano/lib/stats.hpp> #include <kizunano/lib/worker.hpp> #include <kizunano/node/network.hpp> #include <kizunano/node/nodeconfig.hpp> #include <kizunano/node/telemetry.hpp> #include <kizunano/node/transport/transport.hpp> #include <kizunano/secure/buffer.hpp> #include <boo...
39.541284
309
0.735576
kizunanocoin
73c10a3dbde87d2d64eb42a17cd565783794313b
778
cpp
C++
src/cbcSolver.cpp
yenyi/PcbDecompaction
5b783308e008c3b6119afde94d86f000d28e55ef
[ "BSD-3-Clause" ]
2
2020-05-06T10:43:42.000Z
2020-07-02T05:13:51.000Z
src/cbcSolver.cpp
yenyi/PcbDecompaction
5b783308e008c3b6119afde94d86f000d28e55ef
[ "BSD-3-Clause" ]
null
null
null
src/cbcSolver.cpp
yenyi/PcbDecompaction
5b783308e008c3b6119afde94d86f000d28e55ef
[ "BSD-3-Clause" ]
4
2020-10-16T23:59:01.000Z
2021-12-21T13:17:29.000Z
#include "cbcSolver.h" bool CbcSolver::solver(std::string lpFileName, std::string solFileName) { Cbc_Model *model = Cbc_newModel(); int status; status = Cbc_readLp(model, lpFileName.c_str()); Cbc_solve(model); const double *sol = Cbc_getColSolution(model); int n = Cbc_getNumCols(model); s...
27.785714
71
0.582262
yenyi
73c11738eee0b45097c16ced79425017d2edd83a
1,522
cc
C++
Mysql/storage/ndb/memcache/src/NdbInstance.cc
clockzhong/WrapLAMP
fa7ad07da3f1759e74966a554befa47bbbbb8dd5
[ "Apache-2.0" ]
1
2015-12-24T16:44:50.000Z
2015-12-24T16:44:50.000Z
Mysql/storage/ndb/memcache/src/NdbInstance.cc
clockzhong/WrapLAMP
fa7ad07da3f1759e74966a554befa47bbbbb8dd5
[ "Apache-2.0" ]
1
2015-12-24T18:23:56.000Z
2015-12-24T18:24:26.000Z
Mysql/storage/ndb/memcache/src/NdbInstance.cc
clockzhong/WrapLAMP
fa7ad07da3f1759e74966a554befa47bbbbb8dd5
[ "Apache-2.0" ]
null
null
null
/* Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. 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; version 2 of the License. This program is distributed in the ...
25.79661
72
0.658344
clockzhong
73c4658cccd007ef3225c3e09c8ea936e609e327
1,688
cpp
C++
gearoenix/gles2/pipeline/gx-gles2-pip-unlit-resource-set.cpp
Hossein-Noroozpour/gearoenix
c8fa8b8946c03c013dad568d6d7a97d81097c051
[ "BSD-Source-Code" ]
35
2018-01-07T02:34:38.000Z
2022-02-09T05:19:03.000Z
gearoenix/gles2/pipeline/gx-gles2-pip-unlit-resource-set.cpp
Hossein-Noroozpour/gearoenix
c8fa8b8946c03c013dad568d6d7a97d81097c051
[ "BSD-Source-Code" ]
111
2017-09-20T09:12:36.000Z
2020-12-27T12:52:03.000Z
gearoenix/gles2/pipeline/gx-gles2-pip-unlit-resource-set.cpp
Hossein-Noroozpour/gearoenix
c8fa8b8946c03c013dad568d6d7a97d81097c051
[ "BSD-Source-Code" ]
5
2020-02-11T11:17:37.000Z
2021-01-08T17:55:43.000Z
#include "gx-gles2-pip-unlit-resource-set.hpp" #ifdef GX_USE_OPENGL_ES2 #include "../../gl/gx-gl-loader.hpp" #include "../../render/buffer/gx-rnd-buf-uniform.hpp" #include "../../render/camera/gx-rnd-cmr-uniform.hpp" #include "../../render/graph/node/gx-rnd-gr-nd-unlit.hpp" #include "../../render/material/gx-rnd-mat-un...
45.621622
148
0.755332
Hossein-Noroozpour
73c4e13f4ec330b201ff538afe5a38696a0f13a8
14,926
hpp
C++
buffer.hpp
kmchan2018/piper
0b8a37511963f900d9476ec55b300dba72577660
[ "MIT" ]
null
null
null
buffer.hpp
kmchan2018/piper
0b8a37511963f900d9476ec55b300dba72577660
[ "MIT" ]
null
null
null
buffer.hpp
kmchan2018/piper
0b8a37511963f900d9476ec55b300dba72577660
[ "MIT" ]
null
null
null
#include <algorithm> #include <cstddef> #include <cstring> #include <exception> #include <memory> #include <stdexcept> #include <type_traits> #include <utility> #include "exception.hpp" #ifndef BUFFER_HPP_ #define BUFFER_HPP_ namespace Piper { using Support::Exception::start; /** * Buffer is a value class ...
28.056391
176
0.647595
kmchan2018
73c5bc6bce0dfb9fed6c4ccf3514e4b58a6e8720
83
cpp
C++
c/testshared/mymath.cpp
joseluis8906/tests
df222f4bbef0ed4a3bfb53ebc2d1fd44179551f4
[ "MIT" ]
null
null
null
c/testshared/mymath.cpp
joseluis8906/tests
df222f4bbef0ed4a3bfb53ebc2d1fd44179551f4
[ "MIT" ]
null
null
null
c/testshared/mymath.cpp
joseluis8906/tests
df222f4bbef0ed4a3bfb53ebc2d1fd44179551f4
[ "MIT" ]
null
null
null
#include <cstdlib> #include "mymath.h" int Sum (int x, int y) { return x+y; }
10.375
22
0.60241
joseluis8906
73c78764ed0b39fe3d45febfdb05e87f3600ea1d
13,212
cxx
C++
arrows/ffmpeg/ffmpeg_video_output.cxx
hdefazio/kwiver
0e04c3727bfb6f55c9da439fff77d054f32a575c
[ "BSD-3-Clause" ]
null
null
null
arrows/ffmpeg/ffmpeg_video_output.cxx
hdefazio/kwiver
0e04c3727bfb6f55c9da439fff77d054f32a575c
[ "BSD-3-Clause" ]
null
null
null
arrows/ffmpeg/ffmpeg_video_output.cxx
hdefazio/kwiver
0e04c3727bfb6f55c9da439fff77d054f32a575c
[ "BSD-3-Clause" ]
null
null
null
// This file is part of KWIVER, and is distributed under the // OSI-approved BSD 3-Clause License. See top-level LICENSE file or // https://github.com/Kitware/kwiver/blob/master/LICENSE for details. /// \file /// \brief Implementation of FFmpeg video writer. #include "arrows/ffmpeg/ffmpeg_init.h" #include "arrows/ffm...
26.424
79
0.676658
hdefazio
73ca484fee393396d37d8ba48f5bd1a8640dfa9f
11,306
cpp
C++
nds-interp/main.cpp
StrikerX3/nds-interp
e3acde4c35ac53e628a2548238870a287409733e
[ "MIT" ]
15
2021-06-03T04:16:39.000Z
2022-03-14T10:43:11.000Z
nds-interp/main.cpp
StrikerX3/nds-interp
e3acde4c35ac53e628a2548238870a287409733e
[ "MIT" ]
null
null
null
nds-interp/main.cpp
StrikerX3/nds-interp
e3acde4c35ac53e628a2548238870a287409733e
[ "MIT" ]
1
2021-06-03T21:41:50.000Z
2021-06-03T21:41:50.000Z
#include <algorithm> #include <array> #include <cstdint> #include <filesystem> #include <fstream> #include <iomanip> #include <iostream> #include <memory> #include <sstream> #include <unordered_set> #include <vector> #include "slope.h" using u8 = uint8_t; using u16 = uint16_t; using u32 = uint32_t; using i32 = int32_...
34.574924
142
0.499558
StrikerX3
73cab025818ff7d28ac012a99fe94a13bd603c9a
30,620
cpp
C++
sources/Renderer/Vulkan/VKRenderSystem.cpp
Krypton-Dev/LLGL
b1817bea26b81d26246a6e840caaecf839ace573
[ "BSD-3-Clause" ]
null
null
null
sources/Renderer/Vulkan/VKRenderSystem.cpp
Krypton-Dev/LLGL
b1817bea26b81d26246a6e840caaecf839ace573
[ "BSD-3-Clause" ]
null
null
null
sources/Renderer/Vulkan/VKRenderSystem.cpp
Krypton-Dev/LLGL
b1817bea26b81d26246a6e840caaecf839ace573
[ "BSD-3-Clause" ]
null
null
null
/* * VKRenderSystem.cpp * * This file is part of the "LLGL" project (Copyright (c) 2015-2019 by Lukas Hermanns) * See "LICENSE.txt" for license information. */ #include <LLGL/Platform/Platform.h> #include "VKRenderSystem.h" #include "Ext/VKExtensionLoader.h" #include "Ext/VKExtensions.h" #include "Memory/VKDevic...
33.35512
195
0.686022
Krypton-Dev
73cb67f5a971897f8191e7034c85fb05be7f3273
2,104
hpp
C++
nucleo_h7_gfx/src/lib/TouchGFX/touchgfx/framework/include/platform/driver/button/ButtonController.hpp
chcbaram/nucleo_h7_boy3
9cf524b04f9a6227fffe24de868c7ca6331317f5
[ "Apache-2.0" ]
3
2019-09-26T14:59:29.000Z
2020-06-15T06:41:35.000Z
nucleo_h7_gfx/src/lib/TouchGFX/touchgfx/framework/include/platform/driver/button/ButtonController.hpp
chcbaram/nucleo_h7_boy3
9cf524b04f9a6227fffe24de868c7ca6331317f5
[ "Apache-2.0" ]
null
null
null
nucleo_h7_gfx/src/lib/TouchGFX/touchgfx/framework/include/platform/driver/button/ButtonController.hpp
chcbaram/nucleo_h7_boy3
9cf524b04f9a6227fffe24de868c7ca6331317f5
[ "Apache-2.0" ]
3
2019-11-15T10:55:03.000Z
2020-07-04T13:39:30.000Z
/** ****************************************************************************** * This file is part of the TouchGFX 4.12.3 distribution. * * <h2><center>&copy; Copyright (c) 2019 STMicroelectronics. * All rights reserved.</center></h2> * * This software component is licensed by ST under Ultimate Libert...
25.975309
95
0.567015
chcbaram
73ce822102f4241d057cf50863ae4384752d2d6e
377
cc
C++
src/learning/algorithm/dynamic_connectivity/test_WeightedQuickUnion_UF_v2.cc
NobodyXu/snippet
8f0308e48dab1d166dc9e5ff43b00db2d35b616b
[ "MIT" ]
1
2019-04-02T04:38:15.000Z
2019-04-02T04:38:15.000Z
src/learning/algorithm/dynamic_connectivity/test_WeightedQuickUnion_UF_v2.cc
NobodyXu/snippet
8f0308e48dab1d166dc9e5ff43b00db2d35b616b
[ "MIT" ]
null
null
null
src/learning/algorithm/dynamic_connectivity/test_WeightedQuickUnion_UF_v2.cc
NobodyXu/snippet
8f0308e48dab1d166dc9e5ff43b00db2d35b616b
[ "MIT" ]
null
null
null
#include <iostream> #include <fstream> #include <boost/cstdint.hpp> #include "WeightedQuickUnion_UF_v2.hpp" template <class T> using UF = nxwheels::dyn_conn::WQU_UF_v2<T>; int main(int argc, char *argv[]) { if (argc != 2) return -1; std::ifstream in{argv[1]}; UF<boost::uint64_t> uf{}; uf.fro...
19.842105
44
0.6313
NobodyXu
73d0b6a7bf3b74b9f32bda054da69bd9333ae7b8
530
hpp
C++
libs/common/result_fwd.hpp
akshatkarani/iroha
5acef9dd74720c6185360d951e9b11be4ef73260
[ "Apache-2.0" ]
1,467
2016-10-25T12:27:19.000Z
2022-03-28T04:32:05.000Z
libs/common/result_fwd.hpp
akshatkarani/iroha
5acef9dd74720c6185360d951e9b11be4ef73260
[ "Apache-2.0" ]
2,366
2016-10-25T10:07:57.000Z
2022-03-31T22:03:24.000Z
libs/common/result_fwd.hpp
akshatkarani/iroha
5acef9dd74720c6185360d951e9b11be4ef73260
[ "Apache-2.0" ]
662
2016-10-26T04:41:22.000Z
2022-03-31T04:15:02.000Z
/** * Copyright Soramitsu Co., Ltd. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ #ifndef IROHA_RESULT_FWD_HPP #define IROHA_RESULT_FWD_HPP namespace iroha { namespace expected { struct ValueBase; template <typename T> struct Value; struct ErrorBase; template <typename E> ...
16.060606
53
0.692453
akshatkarani
73d100c00fc7c810da2fc583bf38aec05b12007c
21,026
cxx
C++
source/OOSQL/Evaluator/oosql_Eval_DS.cxx
odysseus-oosql/ODYSSEUS-OOSQL
49a5e32b6f73cea611dafdcc0e6767f80d4450ae
[ "BSD-3-Clause" ]
6
2016-08-29T08:03:21.000Z
2022-03-25T09:56:23.000Z
source/OOSQL/Evaluator/oosql_Eval_DS.cxx
odysseus-oosql/ODYSSEUS-OOSQL
49a5e32b6f73cea611dafdcc0e6767f80d4450ae
[ "BSD-3-Clause" ]
null
null
null
source/OOSQL/Evaluator/oosql_Eval_DS.cxx
odysseus-oosql/ODYSSEUS-OOSQL
49a5e32b6f73cea611dafdcc0e6767f80d4450ae
[ "BSD-3-Clause" ]
null
null
null
/******************************************************************************/ /* */ /* Copyright (c) 1990-2016, KAIST */ /* All rights reserved. ...
24.971496
133
0.56744
odysseus-oosql
73d123bd0a92bd1dce91c3d5410c13cea3ccb50b
2,191
cpp
C++
Libraries/LibCore/GetPassword.cpp
galileoDesk/serenity
602a830428986463e63b8cf2fdd4fbb621280d06
[ "BSD-2-Clause" ]
2
2021-06-09T01:33:00.000Z
2021-06-09T01:33:06.000Z
Libraries/LibCore/GetPassword.cpp
galileoDesk/serenity
602a830428986463e63b8cf2fdd4fbb621280d06
[ "BSD-2-Clause" ]
null
null
null
Libraries/LibCore/GetPassword.cpp
galileoDesk/serenity
602a830428986463e63b8cf2fdd4fbb621280d06
[ "BSD-2-Clause" ]
1
2021-06-25T06:30:52.000Z
2021-06-25T06:30:52.000Z
/* * Copyright (c) 2020, Peter Elliott <pelliott@ualberta.ca> * 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, t...
34.234375
96
0.724327
galileoDesk