blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
3
264
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
5
140
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
905 values
visit_date
timestamp[us]date
2015-08-09 11:21:18
2023-09-06 10:45:07
revision_date
timestamp[us]date
1997-09-14 05:04:47
2023-09-17 19:19:19
committer_date
timestamp[us]date
1997-09-14 05:04:47
2023-09-06 06:22:19
github_id
int64
3.89k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
22 values
gha_event_created_at
timestamp[us]date
2012-06-07 00:51:45
2023-09-14 21:58:39
gha_created_at
timestamp[us]date
2008-03-27 23:40:48
2023-08-21 23:17:38
gha_language
stringclasses
141 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
10.4M
extension
stringclasses
115 values
content
stringlengths
3
10.4M
authors
listlengths
1
1
author_id
stringlengths
0
158
5852beef8a7b9e22d47f271f10b83524129d0971
05f55d57b12910b7e6e48e765a22e2e06930797c
/leetcode394.cpp
0b3bf625c5301b972ea356e988cb5bba81758a3d
[]
no_license
bdsy/leetcode
677a247e95227ed7bcc5dc5f63ce8964b82af691
513d03204f84a126102b3d882fadca95a207c1fc
refs/heads/master
2020-03-19T07:39:25.948648
2018-06-24T14:39:25
2018-06-24T14:39:25
136,136,497
0
0
null
null
null
null
UTF-8
C++
false
false
2,522
cpp
/* 给定一个经过编码的字符串,返回它解码后的字符串。 编码规则为: k[encoded_string],表示其中方括号内部的 encoded_string 正好重复 k 次。注意 k 保证为正整数。 你可以认为输入字符串总是有效的;输入字符串中没有额外的空格,且输入的方括号总是符合格式要求的。 此外,你可以认为原始数据不包含数字,所有的数字只表示重复的次数 k ,例如不会出现像 3a 或 2[4] 的输入。 */ class Solution { public: string decodeString(string s) { stack<string> stk; int n = s.si...
[ "2338651194@qq.com" ]
2338651194@qq.com
47ee0ed5f95421f9bfaab0495da63b5abcb95257
46dabcc32698c30a7fb1cc6bc5db3ad5fc5d8b03
/src/system/context/appcontext.cpp
026d7a8aa6ad2bc12165649f729fdb7a0646e987
[]
no_license
bbsctor/NHNAPP
44237c8e7d84d7581ddbf6f7b64fb1d5dc6a8123
32d65e67b7efd6e93ef8388d36af13c8a6655b94
refs/heads/master
2020-03-16T15:12:07.968505
2018-04-19T09:52:50
2018-04-19T09:52:50
132,732,638
4
5
null
null
null
null
UTF-8
C++
false
false
3,827
cpp
#include "appcontext.h" #include "../controller/meansure/meansurecontroller.h" #include "../controller/setting/systemsettingcontroller.h" #include "../controller/setting/periodsettingcontroller.h" #include "../controller/maintain/systemmaintaincontroller.h" #include "../controller/maintain/functiontestcontroller.h" #in...
[ "bbsctor@126.com" ]
bbsctor@126.com
940bfc0a893c7cf46ac2b77fc26b2b5090b66eaf
ad715f9713dc5c6c570a5ac51a18b11932edf548
/tensorflow/core/profiler/rpc/profiler_service_impl.cc
6dd69120f763afde920e4e4e1bbbfdb02e1c2594
[ "LicenseRef-scancode-generic-cla", "Apache-2.0", "BSD-2-Clause" ]
permissive
rockzhuang/tensorflow
f1f31bc8edfa402b748c500efb97473c001bac95
cb40c060b36c6a75edfefbc4e5fc7ee720273e13
refs/heads/master
2022-11-08T20:41:36.735747
2022-10-21T01:45:52
2022-10-21T01:45:52
161,580,587
27
11
Apache-2.0
2019-01-23T11:00:44
2018-12-13T03:47:28
C++
UTF-8
C++
false
false
4,798
cc
/* Copyright 2018 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
[ "gardener@tensorflow.org" ]
gardener@tensorflow.org
e775b9e8391351c94b1293fa950704270b0d3958
d84967ba1e6adc72e120f84524c51ad57912df5a
/devel/electron10/files/patch-components_autofill_core_common_autofill__util.cc
d5a5caa19172993f7607fc01d76a74c6e50a2678
[]
no_license
tagattie/FreeBSD-Electron
f191d03c067d03ad3007e7748de905da06ba67f9
af26f766e772bb04db5eb95148ee071101301e4e
refs/heads/master
2023-09-04T10:56:17.446818
2023-09-04T09:03:11
2023-09-04T09:03:11
176,520,396
73
9
null
2023-08-31T03:29:16
2019-03-19T13:41:20
C++
UTF-8
C++
false
false
455
cc
--- components/autofill/core/common/autofill_util.cc.orig 2020-09-21 18:39:13 UTC +++ components/autofill/core/common/autofill_util.cc @@ -213,7 +213,7 @@ bool SanitizedFieldIsEmpty(const base::string16& value } bool ShouldAutoselectFirstSuggestionOnArrowDown() { -#if defined(OS_WIN) || defined(OS_MACOSX) || define...
[ "tagattie@gmail.com" ]
tagattie@gmail.com
2ffdb19b065c856e53071f7ba4b6984f747f347b
c551fd6f83712f91a1a1f36a511347ffa7bb2eb9
/Sasha/lesson6/mirror.cpp
6427336ef848a19cfaab484ad4fc8057f4b30829
[]
no_license
SashaAvag/group-sudo
3efc8575dbe33358edc15e9c20556c34f267845d
54e45705d60aa8e85d6431be3a84575df5ecfcda
refs/heads/master
2021-04-06T10:22:07.445956
2018-06-29T06:46:02
2018-06-29T06:46:02
124,559,340
0
0
null
2018-03-09T15:39:02
2018-03-09T15:39:02
null
UTF-8
C++
false
false
338
cpp
#include <iostream> int mirror (int n) { if ((n / 10) == 0) { std::cout<<n; }else { std::cout<<(n % 10); return mirror (n/10); } } int main () { std::cout<<"Enter number: "; int n; std::cin>>n; std::cout<<n<<" mirror image = "; mirror(n); std::cout<<std::endl...
[ "Sashakingdoms@gmail.com" ]
Sashakingdoms@gmail.com
77db59a3fda5cad58f1281a204efdda01143d7c5
32c3c90c4c8e3e47fb5252f97213556bba84f30b
/week13/boj14890/orihehe_14890.cpp
8778f26360dce4b58f0a0c503d8c9b654c377f0a
[]
no_license
onww1/Soft-Algorithm-Study
8b4398ca8afcce64ec3e01609b0661044636bd39
6b66759a3e542d22b06433ff46aa82a0f883b529
refs/heads/master
2020-04-16T17:07:39.029418
2019-12-23T23:05:57
2019-12-23T23:05:57
165,763,614
3
3
null
2019-03-10T07:13:26
2019-01-15T01:32:14
C++
UTF-8
C++
false
false
1,814
cpp
/* BOJ 14890 - 경사로 시간복잡도 : O(N^2) 공간복잡도 : O(N^2) 가로 배열을 늘려 세로부분을 옮겨주어 가로부분만 봐주었습니다. 먼저 ru배열에 같은 값의 연속한 개수를 넣어줍니다. 그리고나서 가로로 한줄씩 보며 현재 위치의 수와 옆의 수가 다른 값일 때 작은 쪽에 L보다 많은 연속한 값이 있으면 그 위치에 경사로를 놓을 수 있다는 뜻이 됩니다. 그 과정에서 연속한 수의 차이가 1이하인지 체크, 경사로를 놓는다면 연속한 개수를 L만큼 줄여줍니다. */ #include <cstdio> using namespace std; /* 🐣🐥 *...
[ "38060133+orihehe@users.noreply.github.com" ]
38060133+orihehe@users.noreply.github.com
89947b262e0f36bc54e0e07887a7b517758d788f
1c330e9395fbc8bb35dd4c837dea010d29e6e7ff
/dsl/intv_multimap.cpp
68cb6da81c6e13c85e8b29c5014da4dc5e2d2a4c
[]
no_license
luk036/lineda
4e613cb8e3d9f4b18cb073a10663c9bc0f27103e
905cb898e5af4222f25299ea030136cc3d2be428
refs/heads/master
2021-01-17T05:19:32.255858
2019-10-04T05:02:42
2019-10-04T05:02:42
3,990,632
0
0
null
2019-10-04T05:02:43
2012-04-11T05:54:33
C++
UTF-8
C++
false
false
138
cpp
#include "intv_multimap.hpp" #include <iostream> using namespace std; void dummy_multimap() { std::intv_multimap<int, std::string> S; }
[ "luk036@gmail.com" ]
luk036@gmail.com
99b1460aae3715c9b446ddc67c0d51dcd6cd6ea6
38177e8ea1f87a877c16d2ca8bbf207ccf198dc1
/YoloDetectionHoloLensUnity/app/Il2CppOutputProject/Source/il2cppOutput/Bulk_UnityEngine.TextRenderingModule_0.cpp
88a43d18f6a7af97a898b6025a31f3a8542c5268
[ "MIT" ]
permissive
atolegen/YoloDetect
eaeee5ac5626591205b90f7fef70da09c336e604
30f230508d28859225bc9c199d69f7e723d12c0f
refs/heads/master
2022-12-22T00:19:23.551996
2020-08-28T17:13:41
2020-08-28T17:13:41
287,201,278
0
0
null
null
null
null
UTF-8
C++
false
false
222,848
cpp
#include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <cstring> #include <string.h> #include <stdio.h> #include <cmath> #include <limits> #include <assert.h> #include <stdint.h> #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "i...
[ "tolegen.akhmetov@nu.edu.kz" ]
tolegen.akhmetov@nu.edu.kz
53749e31a54ba593b6bb5ab5cd4e8bf196395242
8ca1e6e17919693b35ab0ba787da0e6c8834cbb3
/Seminar/Seminar 4/OpenMP demo/OpenMP demo.cpp
19c200489383d87c83bcb96b42a90fb81f84ff5d
[]
no_license
haja-fgabriel/ppd
43d46c2a0cc3f0f36b08e4f0c9804e680dd2b64a
da4d473dfd0de6c0d062a7bcaa49699856861430
refs/heads/master
2023-03-19T15:02:29.255755
2021-03-01T19:44:50
2021-03-01T19:44:50
299,298,087
0
0
null
null
null
null
UTF-8
C++
false
false
1,237
cpp
#include <iostream> #include <omp.h> using namespace std; int main() { int i; int a[10] = { 1,2,3,4,5,6,7,8,9,10 }; int b[10] = { 1,2,3,4,5,6,7,8,9,10 }; int result[10]; omp_set_num_threads(4); for (int i = 0; i < 10; i++) { result[i] = a[i] + b[i]; } for (...
[ "haja.fgabriel@gmail.com" ]
haja.fgabriel@gmail.com
cab86e66268ffb2cb154a899fbed92ea4ef7f4c7
ae09f81e751fa75ba4cb8f1688ecf9ad00c2d82e
/Beginning Programming with C++/ConcateNString/main.cpp
ec31ede5e82bc059526e9fe0cb8d209ea393d4fb
[]
no_license
YChuan1115/cAndC-
c205cf325be73de3ff868c50240fbea1146b7fcc
78d96b3063095406b5dcb200c922620ed67b5f2b
refs/heads/master
2020-05-27T06:03:10.995160
2016-07-06T03:00:12
2016-07-06T03:00:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,100
cpp
// // ConcatenateNString - similar to ConcatenateString // except this version makes sure to not // write beyond the end of the target // array. // #include <cstdio> #include <cstdlib> #include <iostream> using namespace std; // concatenateString - concaten...
[ "roberthsu@roberthsude-MacBook.local" ]
roberthsu@roberthsude-MacBook.local
9ff17d686914075a6ab4de203389a19d15a1d29b
dd63f4e78f5c3e27a6172696140ec07b62f3fb0b
/src/xf/core/customevent.cpp
1e944aaa7983524b3231e633471375d197c33694
[]
no_license
MartinMeyer1/RealTimeOscilloscope
20e3e241b73f7a2f1acc3d016b0a968cb6182a94
5e676c6bd7f20c206c043d00de81448876268d99
refs/heads/master
2022-06-11T14:53:40.973831
2020-04-27T15:28:45
2020-04-27T15:28:45
257,309,869
1
0
null
null
null
null
UTF-8
C++
false
false
185
cpp
#include "xf/customevent.h" XFCustomEvent::XFCustomEvent(int id, interface::XFReactive * pBehavior) : XFEvent(XFEvent::Event, id, pBehavior), _bDeleteAfterConsume(true) { }
[ "meyer.mart@outlook.com" ]
meyer.mart@outlook.com
7658065b78fdfac24d7e7111694d72e78a514664
a8d360d967f06c55f48bfafcc115ab81f8524e6b
/2018/src/Commands/DriveRotate.h
f9d74dfd8512555f288562261d44b87e0b3ab967
[]
no_license
TeamKoalafied/public
c4670f8bfc7c549f5e0cf1271b014d2990f3228e
ab4994c6beabb40452c05870b94a34194678bcc9
refs/heads/master
2023-01-08T18:22:17.291505
2023-01-06T01:41:11
2023-01-06T01:41:11
231,504,251
0
0
null
null
null
null
UTF-8
C++
false
false
1,637
h
//============================================================================== // DriveRotate.h //============================================================================== #ifndef DriveRotate_H #define DriveRotate_H #include <Timer.h> #include <Commands/Command.h> // Command for rotating given angle on the s...
[ "smithomaster@gmail.com" ]
smithomaster@gmail.com
5bf668f9d67d691d73bd19ffb2cf41bc67c0a076
f792fdb912570862fd04037288bf63d0121b3228
/inheritance/Derived.hpp
111b874d0c5fb983895be39ff45d42eec1cec815
[]
no_license
jbloit/cppCookbook
fcff98cf5b77885c0532d86edf0bafb4beee88e7
52e51cdbc12a1cec2f77368ce6fc49421314a0ab
refs/heads/master
2020-12-05T23:28:23.481974
2020-09-30T13:28:09
2020-09-30T13:28:09
232,276,690
0
0
null
null
null
null
UTF-8
C++
false
false
466
hpp
#ifndef DERIVED_H #define DERIVED_H #include "Base.hpp" class Derived : public Base { public: int y; // default constructor, using the parameterized Base constructor Derived() : Base(777) { cout << "Derived default constructor\n"; } // parameterized ...
[ "julien.bloit@gmail.com" ]
julien.bloit@gmail.com
fcde2c19a24cb1daada3f1467fa997eb2e80d962
5c2416618597a42f275bf46366fa76a6ffb773b3
/src/share/imem.h
6b72d69ab26c7ea0de4a43a47cfff1d4e5a1c4e9
[]
no_license
cnfntrvlnss/24209
7ea7f277af2c912eccb09957251c81dcf4b632b6
eec707cbfc4c340ecd8f3143323658d86e1c1be4
refs/heads/master
2021-01-20T08:02:50.813475
2017-08-11T11:20:16
2017-08-11T11:20:16
90,090,105
0
0
null
null
null
null
UTF-8
C++
false
false
1,500
h
/*****************************************************************************/ /*M* // THINKIT INTERNATIONAL PROPRIETARY INFORMATION // This software is supplied under the terms of the license agreement // or nondisclosure agreement with Thinkit International and may not be copied /...
[ "zhengshurui@live.com" ]
zhengshurui@live.com
5c2f5340c76cc14a3c887d2e7dc3a411b0298d04
fae6d83d66f83dc225784771fcb005272e346d72
/src/main/cpp/http/HttpServer.h
f05e53336abe2cb33944ce7682f9ba561238d607
[]
no_license
Axure/BoostServer
5f4d8028dfbfb182830cd025685b7ce07cc5ecff
1dd605d0b0092469ba65c0c6d3ec0810b51a7846
refs/heads/master
2021-01-22T12:03:05.452236
2015-09-15T00:21:00
2015-09-15T00:21:00
42,462,424
0
0
null
null
null
null
UTF-8
C++
false
false
270
h
// // Created by 郑虎 on 2015-09-15. // #ifndef BOOSTSERVER_HTTPSERVER_H #define BOOSTSERVER_HTTPSERVER_H namespace boost_server { namespace http { class HttpServer { public: HttpServer(); ~HttpServer(); private: }; } } #endif //BOOSTSERVER_HTTPSERVER_H
[ "axurez@vip.qq.com" ]
axurez@vip.qq.com
407acc84fc1e334f2b446914e0e05d09752cd3ae
b00c54389a95d81a22e361fa9f8bdf5a2edc93e3
/vendor/intel/hardware/PRIVATE/audiocomms/audio-hal/hardware_device/test/StreamMock.hpp
3dc4eda4ba66b8b3dda672f45d16c6c74b4090b1
[]
no_license
mirek190/x86-android-5.0
9d1756fa7ff2f423887aa22694bd737eb634ef23
eb1029956682072bb7404192a80214189f0dc73b
refs/heads/master
2020-05-27T01:09:51.830208
2015-10-07T22:47:36
2015-10-07T22:47:36
41,942,802
15
20
null
2020-03-09T00:21:03
2015-09-05T00:11:19
null
UTF-8
C++
false
false
5,038
hpp
/* * INTEL CONFIDENTIAL * Copyright (c) 2014 Intel * Corporation All Rights Reserved. * * The source code contained or described herein and all documents related to * the source code ("Material") are owned by Intel Corporation or its suppliers * or licensors. Title to the Material remains with Intel Corporation ...
[ "mirek190@gmail.com" ]
mirek190@gmail.com
0a73264dca6d7541b38a5ab88e333ec8f87746e2
84f76ce90c2b4a60e8db1bd23c4abe5b33a167bb
/fw/include/test_queue.hpp
239d00f47207d3f7276d5699c1e55fc82958adbb
[ "MIT" ]
permissive
cednik/one-wire_sniffer
1b28a75842e855917e87e5dbf10ca3deb407c58d
bfa8e38e6310c8a20ac48eaa711be53b3454806b
refs/heads/master
2022-12-15T22:11:58.968852
2020-09-15T15:05:29
2020-09-15T15:05:29
287,253,428
0
0
null
null
null
null
UTF-8
C++
false
false
592
hpp
#pragma once #include <cstdint> #include <cstddef> #include <esp_attr.h> #include <FreeRTOS.h> class testQueue { public: static void init(size_t capacity = 128); template<typename... Args> static void send(Args&&... args); template<typename... Args> static void INTR_ATTR sendFromISR(Args&&... ...
[ "kuba.streit@gmail.com" ]
kuba.streit@gmail.com
065c92d48c1aff9760b1210ef8f6e66f2e95674a
80c18f56f65b60b72b723815654a251dbecd4125
/app/src/main/cpp/MyPlayerStatus.h
ced5da2641a415bd7d13455203c63a8388357339
[]
no_license
tck8888/MyPlayer
4f1e00c63e027ba6919f2b0b59b52dbd65cb8e79
d7f35ed4dce2d74b0ebb354754d65d6c6df4d1be
refs/heads/main
2023-01-20T15:51:30.489560
2020-12-02T11:06:08
2020-12-02T11:06:08
315,661,823
0
0
null
null
null
null
UTF-8
C++
false
false
316
h
// // Created by tck on 2020/11/27. // #ifndef MYMUSICPLAYER_MYPLAYERSTATUS_H #define MYMUSICPLAYER_MYPLAYERSTATUS_H class MyPlayerStatus { public: bool exit= false; bool load= true; bool seek = false; public: MyPlayerStatus(); ~MyPlayerStatus(); }; #endif //MYMUSICPLAYER_MYPLAYERSTATUS_H
[ "tck@dra100.com" ]
tck@dra100.com
02e5bb2b4c498eac68e2cee60ab7aef9b7db0c43
f9ceb2540a6899d401d72ca4db628bf39ada5401
/aten/src/ATen/mps/MPSAllocator.h
72c0024807255e4fa27c628495c882584d3ce7d3
[ "BSD-3-Clause", "LicenseRef-scancode-generic-cla", "BSL-1.0", "Apache-2.0", "BSD-2-Clause" ]
permissive
zhuangh/pytorch
4d03fdb822071d4e85f7d2008079aeb834143554
f11cce309bf290151a21b2ac8e79bf2a24dcf2f3
refs/heads/master
2023-03-15T11:42:05.827978
2022-06-25T12:40:52
2022-06-25T12:40:52
507,397,273
0
0
NOASSERTION
2022-06-25T19:13:38
2022-06-25T19:13:37
null
UTF-8
C++
false
false
10,231
h
// Copyright © 2022 Apple Inc. #include <ATen/Tensor.h> #include <ATen/ATen.h> #include <ATen/Utils.h> #include <torch/library.h> #include <c10/util/flat_hash_map.h> #include <ATen/mps/MPSDevice.h> #include <cstdio> #include <mutex> #include <set> #include <utility> #include <mach/vm_page_size.h> #ifdef __OBJC__ #i...
[ "pytorchmergebot@users.noreply.github.com" ]
pytorchmergebot@users.noreply.github.com
81ce946814b199cc0140cdb7bc6cff791d4275a4
b1c317e8aeef0ce6ea5b49c590a0d640f0488bf9
/Book/Chapter 7 /Points and Lines: CP 7.1, 7.2.1, 7.2.2/UVa 587 - There's treasure everywhere!.cpp
da0537ef5595f3b1daa68f31fe8deec03b97d4aa
[]
no_license
akramsameer/Problems
e94ee6b49f8333c98f0cc60282a88f475f8a04f6
8df3ca030c9c1381388902759b6f391e25463cdf
refs/heads/master
2021-01-01T15:47:31.497082
2018-06-04T18:38:58
2018-06-04T18:38:58
97,703,981
0
1
null
null
null
null
UTF-8
C++
false
false
1,854
cpp
#include <bits/stdc++.h> #define ll long long #define ull unsigned long long int #define EPS 1e-9 using namespace std; #define clr(v , d) memset(v , d , sizeof v) #define sz(v) ((int)(v).size()) const int VISITED = 1; const int UNVISITED = -1; const long long OO = 1e12; const int OOI = 1e9; const double PI = acos(-1.0...
[ "akram.sameer99@gmail.com" ]
akram.sameer99@gmail.com
fe676462f002bb7ab4176dfc45dcff9483cb0867
41e7251063f265b98df8d612473068bec2465997
/include/framework/log/SMFILogAppender.h
09977a1f583da20aaa3239589a91250085d1ece8
[]
no_license
inbei/smf
fefd47a96559483aa396861fd23aca9e29e49d04
702f6a296d4db28bfeed88718d4da6d2f801023a
refs/heads/main
2023-03-16T06:38:27.542161
2020-12-17T06:09:17
2020-12-17T06:09:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
672
h
#ifndef SMF_ILOG_APPENDER_H #define SMF_ILOG_APPENDER_H #include "SMFLogPrerequisites.h" namespace surveon { namespace mf { namespace log { class IAppender { public: virtual ~IAppender(void) {} //virtual const String& getName(void) const = 0; virtual AppenderContext* getContext(void) = 0; }; class...
[ "younianhuang@gmail.com" ]
younianhuang@gmail.com
ca1f4e4598ecc85cbaa6033eef5b50bfaad7525e
63e3790fdea6838baf8451281baa21e47cd5c4e4
/OpenGL4/OpenGL4/Source/System/Timer.cpp
ccd1e1029c340ce18c4b40324ea81ba53a11ca3a
[]
no_license
Velktri/ModernGLFun
eb2356111fab6bd4e1707db4e8267a95c2956dd1
0772b4f4d7a397c04f46862868b476b82e9b6500
refs/heads/master
2021-01-13T16:40:32.310784
2017-12-24T10:35:01
2017-12-24T10:35:01
78,192,959
0
0
null
null
null
null
UTF-8
C++
false
false
734
cpp
#include "Timer.h" Timer::Timer() { bIsClockRunning = false; DeltaTime = 0.0f; LastFrame = 0.0f; } Timer::~Timer() { } void Timer::Start() { if (!bIsClockRunning) { TimeStart = std::chrono::high_resolution_clock::now(); bIsClockRunning = true; } } void Timer::Stop() { if (bIsClockRunning) { bIsClockRunn...
[ "murrayg2@gmail.com" ]
murrayg2@gmail.com
560786e3b49988ce07ff94e8ebf7b4d4381d9f9f
73602f288599dd105b544b3ea7b4af02cf161623
/deps/lld/COFF/Writer.h
21be1be6e92a5a0018318d5cb5e14909a75e8749
[ "MIT", "NCSA", "LicenseRef-scancode-free-unknown" ]
permissive
mdsteele/zig
530795a84d3495c8d8a5810672049c6379186b53
53b18b079189cce355767ce4fde4fc586f0d3248
refs/heads/master
2020-03-24T19:55:18.174466
2018-08-18T00:15:39
2018-08-18T00:15:39
142,950,461
0
0
MIT
2018-08-04T18:38:52
2018-07-31T02:13:53
C++
UTF-8
C++
false
false
2,401
h
//===- Writer.h -------------------------------------------------*- C++ -*-===// // // The LLVM Linker // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------------------------------...
[ "superjoe30@gmail.com" ]
superjoe30@gmail.com
912582a2fefcfa1dc34c28211254762f5181679c
cfcdc526fef660f71cdb84e12e20efbeee623584
/src/simulator.cpp
6eb4f12f233e711c7e5e52f8d493dd52702af438
[]
no_license
dragon12/simulator
b770aec8a45d18df7b2488797309249ddca9b0fb
601424ebe6281a6bca02529f3e6d5814b13fe86b
refs/heads/master
2020-05-17T06:49:59.986247
2014-07-23T05:46:23
2014-07-23T05:46:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
447
cpp
//============================================================================ // Name : feedhandler.cpp // Author : // Version : // Copyright : Your copyright notice // Description : Hello World in C++, Ansi-style //============================================================================ #includ...
[ "gerard0sweeney@gmail.com" ]
gerard0sweeney@gmail.com
36eff11ed6c7a53aac56fe33051da06fb3fc4c13
70edb4f46d89276f678a994bd009f3ce13de04eb
/thirdparty/JavaScriptCore/JSWeakObjectMapRefPrivate.cpp
d2c537a8a0141b22dd34bf8984a39c630e9ebf46
[ "MIT" ]
permissive
erickzhao/neutralinojs
f31f2b0d931f2cb62c166571a736765871d4a31b
654644f65ff865ef1c9ff41608c02410ac4e9ed2
refs/heads/master
2020-09-16T13:35:18.529180
2019-11-25T01:46:29
2019-11-25T01:46:29
223,785,447
1
0
MIT
2019-11-24T17:50:44
2019-11-24T17:48:33
C++
UTF-8
C++
false
false
3,453
cpp
/* * Copyright (C) 2010 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions a...
[ "erick@hotmail.ca" ]
erick@hotmail.ca
a5dccb060c53ef6b32d4d3ed6184278b015424d5
cbd56acc174f049cc1e5278b4c33732dd02cc6d7
/src/miner.cpp
75d06d1163549196acce9dfddff2d4518cf7da08
[ "MIT" ]
permissive
TeleBETteam/TeleBET
859887a03ba3fb450f87e815d1a534e001732c71
208e086b3799fbcb0ccc2dbd9b446737cd51f87a
refs/heads/master
2021-01-17T14:00:35.221880
2015-05-11T09:15:52
2015-05-11T09:15:52
35,366,500
0
0
null
null
null
null
UTF-8
C++
false
false
19,773
cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2013 The NovaCoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "txdb.h" #include "miner.h"...
[ "telebetteam@gmail.com" ]
telebetteam@gmail.com
2d58e519f37def3d866a61f6c910fdc407dec79b
22da562485e22d0daf62a61610fe529535d4ef87
/frameworks/js-bindings/bindings/auto/jsb_cocos2dx_3d_auto.hpp
08d6b225d865ef8432272901cf81379bffd045dc
[]
no_license
Ginayxy/SmogHero1
bcb2592453bb6275f6f78dd91bccfbda91cc4f1a
ef53751b7e9b2082dd6c1484961dc02958faa602
refs/heads/master
2021-01-10T19:14:03.402357
2015-05-17T00:36:11
2015-05-17T00:36:11
34,706,068
1
1
null
null
null
null
UTF-8
C++
false
false
11,478
hpp
#ifndef __cocos2dx_3d_h__ #define __cocos2dx_3d_h__ #include "jsapi.h" #include "jsfriendapi.h" extern JSClass *jsb_cocos2d_Skeleton3D_class; extern JSObject *jsb_cocos2d_Skeleton3D_prototype; bool js_cocos2dx_3d_Skeleton3D_constructor(JSContext *cx, uint32_t argc, jsval *vp); void js_cocos2dx_3d_Skeleton3D_finali...
[ "ginayxy@163.com" ]
ginayxy@163.com
f2062253dd1418f83c9f95962fdc3e95570ed582
187ce9d4df99208c3db0e44f3db6a3df4ce34717
/C++/209.minimum-size-subarray-sum.cpp
e89bfdef6ac55d5062ead2115068f34cc184a1c7
[]
no_license
zhoujf620/LeetCode-Practice
5098359fbebe07ffa0d13fe40236cecf80c12507
8babc83cefc6722b9845f61ef5d15edc99648cb6
refs/heads/master
2022-09-26T21:49:59.248276
2022-09-21T14:33:03
2022-09-21T14:33:03
222,195,315
0
0
null
null
null
null
UTF-8
C++
false
false
2,130
cpp
/* * @lc app=leetcode id=209 lang=cpp * * [209] Minimum Size Subarray Sum * * https://leetcode.com/problems/minimum-size-subarray-sum/description/ * * algorithms * Medium (36.50%) * Likes: 1656 * Dislikes: 91 * Total Accepted: 222.6K * Total Submissions: 609.5K * Testcase Example: '7\n[2,3,1,2,4,3]'...
[ "zhoujf620@zju.edu.cn" ]
zhoujf620@zju.edu.cn
f65e22a9a1c2b3165afa00eb3259903e16d55dff
2bc835b044f306fca1affd1c61b8650b06751756
/winhttp/v5/inc/makefile.inc
b362cbd85edac63959cba2eadb45324b2d5672e8
[]
no_license
KernelPanic-OpenSource/Win2K3_NT_inetcore
bbb2354d95a51a75ce2dfd67b18cfb6b21c94939
75f614d008bfce1ea71e4a727205f46b0de8e1c3
refs/heads/master
2023-04-04T02:55:25.139618
2021-04-14T05:25:01
2021-04-14T05:25:01
357,780,123
1
0
null
null
null
null
UTF-8
C++
false
false
63
inc
winhttp.h: winhttp.w hsplit -o winhttp.h internal.h winhttp.w
[ "polarisdp@gmail.com" ]
polarisdp@gmail.com
2cb9f7bf3b9aa7686ed6e88ade3f08cc762398e2
575731c1155e321e7b22d8373ad5876b292b0b2f
/examples/native/ios/Pods/boost-for-react-native/boost/units/base_units/metric/fermi.hpp
b2e30a0cb4c18f9ebc49b01268f4161cbc0c4222
[ "BSL-1.0", "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Nozbe/zacs
802a84ffd47413a1687a573edda519156ca317c7
c3d455426bc7dfb83e09fdf20781c2632a205c04
refs/heads/master
2023-06-12T20:53:31.482746
2023-06-07T07:06:49
2023-06-07T07:06:49
201,777,469
432
10
MIT
2023-01-24T13:29:34
2019-08-11T14:47:50
JavaScript
UTF-8
C++
false
false
1,090
hpp
// Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // Copyright (C) 2003-2008 Matthias Christian Schabel // Copyright (C) 2007-2008 Steven Watanabe // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LI...
[ "radexpl@gmail.com" ]
radexpl@gmail.com
affe5b2eca865f658da8ea6d9a0097648e054a19
73ebcf788041071a87add04bec5b08675573b78f
/final/phylobase/src/ncl/nxsdefs.h
8117c7a0c2c59a0f7be99bd49aa31c292156b036
[]
no_license
rachan5/ECS158HW2
3c721b23f0dcf6830531ca57b75d71ef32b56919
443e21edcb3a3622a2f6ed913ee86d7bf5fdcbe3
refs/heads/master
2020-04-10T00:08:04.302301
2015-03-21T06:51:37
2015-03-21T06:51:37
30,328,120
0
0
null
null
null
null
UTF-8
C++
false
false
3,913
h
// Copyright (C) 1999-2003 Paul O. Lewis // // This file is part of NCL (Nexus Class Library) version 2.0. // // NCL is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at...
[ "raschan@ucdavis.edu" ]
raschan@ucdavis.edu
94f32afff9c382c498cf8399dbcdd824655b60ab
b4b6c04c65cff97e42999f7cfd2305b5c3f51cdd
/tensorpipe/channel/cuda_gdr/channel_impl.h
d6319857fbf29b8fa01e0cb5002c5179c3737fd8
[ "BSD-3-Clause" ]
permissive
Pandinosaurus/tensorpipe
84409f890083393acda38eeb38eebc82c8187cf6
6042f1a4cbce8eef997f11ed0012de137b317361
refs/heads/master
2023-07-14T22:06:26.443000
2021-08-31T10:10:51
2021-08-31T10:11:56
350,055,306
0
0
NOASSERTION
2021-08-31T14:16:07
2021-03-21T16:31:43
C++
UTF-8
C++
false
false
8,808
h
/* * Copyright (c) Facebook, Inc. and its affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <list> #include <memory> #include <string> #include <utility> #include <vector...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
c01874d56e76a69099e83620d581147877072e87
d9cdadc24bbd62fa0ac36e2ccd07975254a71e5a
/39.Combination Sum.cpp
f30ff97dcd5224990d72669543d91fa3957b6a08
[]
no_license
GaoLF/LeetCode_THD
d2097881bd0dc41c7f1fe0fc2aca5de9f6c27f2f
ba464bc507342c483031c5bc79486fd18b5f78a9
refs/heads/master
2016-09-11T06:57:35.030031
2015-09-13T03:13:40
2015-09-13T03:13:40
42,153,341
0
0
null
null
null
null
UTF-8
C++
false
false
1,277
cpp
#include<iostream> #include<algorithm> #include<string> #include<unordered_set> #include<unordered_map> #include<math.h> #include<stack> using namespace std; struct ListNode { int val; ListNode *next; ListNode(int x) : val(x), next(NULL) {} }; class Solution { public: vector<vector<int> > combinat...
[ "gaolongfei@pku.edu.cn" ]
gaolongfei@pku.edu.cn
2a49a823fb8072a49bed2c65c60b79d307e6f21b
3c65a5f203f2d4b02ff9c1bdd999c9e3b18007e7
/rpc/msgcli.cpp
a39de843cc571be7e6b0f7722ae2f7ed680db2b2
[ "BSL-1.0" ]
permissive
cristivlas/zerobugs
07c81ceec27fd1191716e52b29825087baad39e4
5f080c8645b123d7887fd8a64f60e8d226e3b1d5
refs/heads/master
2020-03-19T17:20:35.491229
2018-06-09T20:17:55
2018-06-09T20:17:55
136,754,214
0
0
null
null
null
null
UTF-8
C++
false
false
1,815
cpp
// -*- tab-width: 4; indent-tabs-mode: nil; -*- // vim: tabstop=4:softtabstop=4:expandtab:shiftwidth=4 // // $Id$ // // ------------------------------------------------------------------------- // This file is part of ZeroBugs, Copyright (c) 2010 Cristian L. Vlasceanu // // Distributed under the Boost Software License...
[ "cvlasceanu@tableau.com" ]
cvlasceanu@tableau.com
696530ecb61aec701a00bf6f1a5532a8f90835e4
1c8856bd66702198a6748e19f61671e43c3d5076
/src/Models/SortedAddressBookModel.h
8647f931380bd7e46e22b8220f1496b58f360db8
[]
no_license
Camellia73/Xcoin-GUI-wallet-dev
bd68f571c945f782379eafb77a63ab11b8b60f70
a13d57f0f89fab92cfc368162e07080a6d1cd7ab
refs/heads/master
2022-02-10T03:06:55.463672
2022-01-31T15:59:39
2022-01-31T15:59:39
195,107,451
1
0
null
null
null
null
UTF-8
C++
false
false
1,143
h
// Copyright (c) 2015-2017, The Bytecoin developers // // This file is part of Bytecoin. // // Xcoin is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your opt...
[ "blackrosecoin@tutanota.com" ]
blackrosecoin@tutanota.com
41798191c23095938c016cd371066ffb7f023820
2452e0375b99a3226f01814c3138c8edf7b3dbd1
/光线跟踪/engine/Object.cpp
7358b98c3ea7c3cccf4e36468d7f2771c70623f8
[]
no_license
hello-choulvlv/hello-world
ac00931ab6b2e7e921e68875b1b8a918476351a7
29cdc82c847a4ecf5d6051a6bb084260cded5cc7
refs/heads/master
2021-12-29T09:40:58.368942
2021-12-15T04:45:47
2021-12-15T04:45:47
209,924,279
2
3
null
null
null
null
GB18030
C++
false
false
510
cpp
/* *@aim:引用计数实现 *&2016-4-23 */ #include "Object.h" #include<assert.h> Object::Object() { _referenceCount = 1; } Object::~Object() { assert(!_referenceCount); } // void Object::retain() { ++_referenceCount; } //ref count int Object::getReferenceCount()const { ...
[ "xiaoxiong@gmail.com" ]
xiaoxiong@gmail.com
6b515bfd2ea0a072624a5f636de9735e30580483
79853ae21729ba9e4cfe11f9ab74b7947bf02c45
/Tests.cpp
4d32fa626a1b6139389e11a19288b6caa9d027b9
[]
no_license
al3ks1002/AdoptAPet
56fee9a6aa22f0c1805bff057e3b5005f275ca41
4ac0042dd332a640737832bf7e72b67e585fa246
refs/heads/master
2021-01-21T14:44:26.252156
2016-06-20T16:49:01
2016-06-20T16:49:01
58,822,387
0
0
null
null
null
null
UTF-8
C++
false
false
2,609
cpp
// // Created by alex on 20.03.2016. // #include <cassert> #include <iostream> #include "Tests.h" #include "Vector.h" #include "RepositoryAdmin.h" #include "ControllerAdmin.h" #include "RepositoryUser.h" #include "CustomException.h" void Tests::run_tests() { test_vector(); test_repository(); test_controll...
[ "al3ks1002@gmail.com" ]
al3ks1002@gmail.com
4fe633a28011c0f85188728f4b83ed10085e1b2e
e3ec7d68f544e82c6016409ce2a59a5680f19b1e
/C++/kniha/kody/kap17/17.14 peeker.cpp
197176b7172ba2a1c38fd536902e7fdef85d63a9
[]
no_license
branislavblazek/notes
429a9c3ceb142de9cfb460a0a8c1389f2313454e
e88072ff01ecba6e96d70decb5b5597755b8e925
refs/heads/master
2021-10-23T13:33:59.211385
2021-10-13T19:41:03
2021-10-13T19:41:03
239,040,112
0
0
null
null
null
null
WINDOWS-1250
C++
false
false
787
cpp
// peeker.cpp -- některé metody z istream #include <iostream> int main() { using std::cout; using std::cin; using std::endl; // čte a zobrazuje vstup až do znaku # char ch; while(cin.get(ch)) // skončí při EOF { if (ch != '#') cout << ch; else { cin.putback(ch); // vloží znak zpět...
[ "branislav.blazek.bb@gmail.com" ]
branislav.blazek.bb@gmail.com
69ece003cdaae23756a722bee4933555cfbe2a68
a9e308c81c27a80c53c899ce806d6d7b4a9bbbf3
/engine/xray/render/core/sources/xs_descriptor.cpp
6453bac322410381d4c7bc2b1049a6e30bfcb0f8
[]
no_license
NikitaNikson/xray-2_0
00d8e78112d7b3d5ec1cb790c90f614dc732f633
82b049d2d177aac15e1317cbe281e8c167b8f8d1
refs/heads/master
2023-06-25T16:51:26.243019
2020-09-29T15:49:23
2020-09-29T15:49:23
390,966,305
1
0
null
null
null
null
UTF-8
C++
false
false
1,974
cpp
//////////////////////////////////////////////////////////////////////////// // Created : 13.04.2010 // Author : Armen Abroyan // Copyright (C) GSC Game World - 2010 //////////////////////////////////////////////////////////////////////////// #include "pch.h" #include <xray/render/core/xs_descriptor.h> namespace xr...
[ "loxotron@bk.ru" ]
loxotron@bk.ru
39401419c41656a788a5c0603cb3a23819647172
8d448af63bcbc1869c5eeb01152a16a53201ef1d
/src/qq_mem/src/trie_bench.cc
2a397a225a463f0ab13024a01b693c6ead8df40a
[]
no_license
junhe/wiser
671b51d3fbf7eb8c4c96a3ed80226e5d35bedf6e
1f7a01dc96ca5bcf4594ddc8fa6360bba30a6465
refs/heads/master
2022-09-11T07:44:02.531744
2020-02-20T04:51:47
2020-02-20T04:51:47
106,583,941
10
5
null
2022-08-29T22:42:49
2017-10-11T17:03:02
Java
UTF-8
C++
false
false
2,060
cc
#include <algorithm> #include <iostream> #include <string> #include <memory> #include <thread> #include <vector> #include <climits> #include <random> #include <gperftools/profiler.h> #include <glog/logging.h> #include <gflags/gflags.h> #include "vacuum_engine.h" DEFINE_string(term_path, "", "path of the file with ...
[ "jhe@cs.wisc.edu" ]
jhe@cs.wisc.edu
792b50054801c5519e0ead4a5347e4dae89c06ce
c1758d8320617d2358ef389412de09bc21ffd143
/demo/cocos2dx/support/zip_support/ioapi.h
98e0b2cfb33dd5aea98b178b888b78164db4b79f
[]
no_license
haxpor/ObjectAL-CppWrapper
22b925bd62a205bd9037baaec0adb969286932f6
668db061f28897f78448105328bd9d4b3d5e78e6
refs/heads/master
2021-01-10T11:36:30.074583
2015-10-30T02:26:33
2015-10-30T02:26:33
45,214,418
0
0
null
null
null
null
UTF-8
C++
false
false
6,877
h
/* ioapi.h -- IO base function header for compress/uncompress .zip part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html ) Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html ) Modifications for Zip64 support Copyright (C...
[ "haxpor@gmail.com" ]
haxpor@gmail.com
f728dc1d105b0298e2096e600e0a4f6ff1868776
c6ecad18dd41ea69c22baf78dfeb95cf9ba547d0
/src/boost_1_42_0/libs/math/test/compile_test/sf_binomial_incl_test.cpp
ebdbdfa212ebb01a09b1da69b84fb0a817f93f43
[ "BSL-1.0" ]
permissive
neuschaefer/qnap-gpl
b1418d504ebe17d7a31a504d315edac309430fcf
7bb76f6cfe7abef08777451a75924f667cca335b
refs/heads/master
2022-08-16T17:47:37.015870
2020-05-24T18:56:05
2020-05-24T18:56:05
266,605,194
3
2
null
null
null
null
UTF-8
C++
false
false
853
cpp
// Copyright John Maddock 2006. // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // // Basic sanity check that header <boost/math/special_functions/binomial.hpp> // #includes al...
[ "j.neuschaefer@gmx.net" ]
j.neuschaefer@gmx.net
f0ee302dfdbe59f3d625f341a021bda2c862e3db
30bdd8ab897e056f0fb2f9937dcf2f608c1fd06a
/Codes/AC/3099.cpp
cf021c544e3c1f771a369a6a3533f474936bd1f3
[]
no_license
thegamer1907/Code_Analysis
0a2bb97a9fb5faf01d983c223d9715eb419b7519
48079e399321b585efc8a2c6a84c25e2e7a22a61
refs/heads/master
2020-05-27T01:20:55.921937
2019-11-20T11:15:11
2019-11-20T11:15:11
188,403,594
2
1
null
null
null
null
UTF-8
C++
false
false
428
cpp
#include<bits/stdc++.h> #define int long long int //#define endl '\n' using namespace std; int a[100007]; main() { ios::sync_with_stdio(0);cin.tie(0); int n;cin>>n; for(int i=1;i<=n;i++)cin>>a[i]; for(int i=1;i<=n;i++){ a[i]++; int t=i%n; a[i]+=(t-a[i]%n+n)%n; } int mn=21474836...
[ "harshitagar1907@gmail.com" ]
harshitagar1907@gmail.com
2ea6d8d2d3abee1bda0c911fbebe44d48cb84bee
260e5dec446d12a7dd3f32e331c1fde8157e5cea
/Indi/SDK/Indi_INX2_T_10_RachelMeyer_parameters.hpp
a1dd434997286d0195a36a64d52734c649afab74
[]
no_license
jfmherokiller/TheOuterWorldsSdkDump
6e140fde4fcd1cade94ce0d7ea69f8a3f769e1c0
18a8c6b1f5d87bb1ad4334be4a9f22c52897f640
refs/heads/main
2023-08-30T09:27:17.723265
2021-09-17T00:24:52
2021-09-17T00:24:52
407,437,218
0
0
null
null
null
null
UTF-8
C++
false
false
368
hpp
#pragma once // TheOuterWorlds SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "Indi_INX2_T_10_RachelMeyer_classes.hpp" namespace SDK { //--------------------------------------------------------------------------- //Parameters //--------------------------------------------------------------------------...
[ "peterpan0413@live.com" ]
peterpan0413@live.com
af54eb26b6523028ed92864409ebb40cb24d9946
08ad85c3482baebf2918c232d58812a84da4c829
/TinyVectorExpressionInline.cxx
d12f5cc1e2729310d0b64745c7b797bc84f2c25d
[]
no_license
jafarpenot/ter
6fab7eb80a3e06b53026fa9135ad2805694dc2b8
8b43ca2e8768f83ff8108dd9fbc671e0df4e347e
refs/heads/master
2021-01-10T10:29:09.682155
2016-03-31T11:27:46
2016-03-31T11:27:46
55,145,179
0
0
null
null
null
null
UTF-8
C++
false
false
15,150
cxx
#ifndef LINALG_FILE_TINY_VECTOR_EXPRESSION_INLINE_CXX namespace linalg { //! returns the element i of expression template<class T, int m, class E> inline const T TinyVectorExpression<T, m, E>::operator()(int i) const { return static_cast<const E&>(*this)(i); } //! Constructor u-v with two ex...
[ "jafar.penot@gmail.com" ]
jafar.penot@gmail.com
bd39a720913f7e2ec76af352a71082153fadbb5a
7c396d8dfc29dd1815728b5b4a679c6353919c6a
/principal.h
555b26b3851dc8769e8b5d92e80dfeb5fb7a8a44
[]
no_license
joelcorrales25/Salario
ecc84d39df6a92283f1ba0d6de0ac925676ed047
71b76e3b69906baed186ee1f1fd14134134d99c9
refs/heads/main
2023-06-13T23:42:18.448608
2021-07-03T23:39:59
2021-07-03T23:39:59
382,727,068
0
0
null
null
null
null
UTF-8
C++
false
false
882
h
#ifndef PRINCIPAL_H #define PRINCIPAL_H #include "calculosalario.h" #include "acerca.h" #include <QMainWindow> #include <QDir> #include <QFileDialog> #include <QFile> #include <QTextStream> #define VERSION "1.1.0" QT_BEGIN_NAMESPACE namespace Ui { class Principal; } QT_END_NAMESPACE class Principal : public QMainWin...
[ "jcorralesg@est.ups.edu.ec" ]
jcorralesg@est.ups.edu.ec
61cac4417e695f8315ae90df0654a139c0d90a33
172c67be0050eebfbf6bac65d7e35093796826c9
/简单数学/反序数.cpp
d4c4d682df74010a7c2840b4eb6fcd1a35836c3e
[]
no_license
chenyur0ng/codeup
bf7015caa64fcaa59ba4726322f2fa650a7a9cdd
b323c25e0e40d1149e55b86781b9f87d913db5c3
refs/heads/master
2021-04-09T10:41:16.541321
2018-03-06T14:28:41
2018-03-06T14:28:41
125,391,208
1
0
null
2018-03-15T15:52:42
2018-03-15T15:52:41
null
UTF-8
C++
false
false
289
cpp
#include<cstdio> int main() { int a,b,c,d,n,i; for(i = 1000;i <= 1111;i++){ a = i % 10; b = (i / 10) % 10; c = (i / 100) % 10; d = i / 1000; n = a * 1000 + b * 100 + c * 10 + d; if(9 * i == n)printf("%d\n",i); } return 0; }
[ "1091261998@qq.com" ]
1091261998@qq.com
2f26cea3b22de8ca32f5eeff662c0e67396dd63c
ab9703d14c27e4a5d0d0b183ff48b98fe4d2f605
/library1/bar1.hpp
b025f279e99c0903aa19a5074afe102810ed4b32
[]
no_license
Palmik/Boost-Build-Sample-Project
c2c3cba0b26643d9689cc19b59d7e9e6856d3500
fd0cff36d7c86f562e1f1f42bca18bd4caa2243d
refs/heads/master
2020-06-11T20:45:11.621089
2011-11-28T20:50:14
2011-11-28T20:50:14
2,869,688
0
0
null
null
null
null
UTF-8
C++
false
false
97
hpp
#ifndef BAR_1_HPP #define BAR_1_HPP inline int bar1(int a, int b) { return a + b; } #endif
[ "email@palmik.net" ]
email@palmik.net
badb99a546539e5e3dce7f4bda56d14fa0a9b33a
f8e2b0c22e897eb208f84878ff7074dcc171b245
/android/audio_test/samples/parselib/src/main/cpp/wav/WavStreamReader.cpp
d1576f9560d8078d7bc2443980c7a407a9ebdf04
[]
no_license
slambang/shakey-shoes
2091a9217ed794f8a9a514e8c601b8c01d8b1965
d2d9135531d142c5e3ceef1b5ec9be1261c3c406
refs/heads/master
2022-12-19T13:31:04.684800
2020-09-16T16:15:42
2020-09-16T16:15:42
285,641,247
1
0
null
2020-09-16T16:15:43
2020-08-06T18:19:11
C++
UTF-8
C++
false
false
4,739
cpp
/* * Copyright 2019 The Android Open Source Project * * 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 applica...
[ "sjmillard86@gmail.com" ]
sjmillard86@gmail.com
25b3e9f7598f58f99357750e522ed6a776f49949
87aba51b1f708b47d78b5c4180baf731d752e26d
/Replication/DataFileSystem/PRODUCT_SOURCE_CODE/itk/Modules/ThirdParty/VNL/src/vxl/vcl/emulation/vcl_list.h
2001061c0e2666d29d52881926358f480d9dcca0
[]
no_license
jstavr/Architecture-Relation-Evaluator
12c225941e9a4942e83eb6d78f778c3cf5275363
c63c056ee6737a3d90fac628f2bc50b85c6bd0dc
refs/heads/master
2020-12-31T05:10:08.774893
2016-05-14T16:09:40
2016-05-14T16:09:40
58,766,508
0
0
null
null
null
null
UTF-8
C++
false
false
20,911
h
/* * * Copyright (c) 1994 * Hewlett-Packard Company * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby granted without fee, * provided that the above copyright notice appear in all copies and * that both that copyright notice and this...
[ "jstavr2@gmail.com" ]
jstavr2@gmail.com
7b3891f2fdefb64f06bc449177324de0ea14dade
a3ed36263839b2c50f39773f6c8c0b8780b0ee30
/690. Employee Importance.cpp
83a721e04570400b95f9697a45db869ee0167794
[]
no_license
ysyncby/Leetcode
52c0556f509a4dc157527c160c595d4cb72899ce
775836d0d91eb08d376220796b09b401199bbcd6
refs/heads/master
2021-05-27T02:40:05.682917
2019-10-31T03:02:05
2019-10-31T03:02:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
914
cpp
/* // Employee info class Employee { public: // It's the unique ID of each node. // unique id of this employee int id; // the importance value of this employee int importance; // the id of direct subordinates vector<int> subordinates; }; */ class Solution { public: int getImportance(vect...
[ "879090429@qq.com" ]
879090429@qq.com
1a9be1da32463432d419d0124ca537fa300b8ed9
46f53e9a564192eed2f40dc927af6448f8608d13
/components/update_client/test/url_request_post_interceptor.h
d261160f611db1b5f76437cdb9a3190714b99e34
[ "BSD-3-Clause" ]
permissive
sgraham/nope
deb2d106a090d71ae882ac1e32e7c371f42eaca9
f974e0c234388a330aab71a3e5bbf33c4dcfc33c
refs/heads/master
2022-12-21T01:44:15.776329
2015-03-23T17:25:47
2015-03-23T17:25:47
32,344,868
2
2
null
null
null
null
UTF-8
C++
false
false
5,529
h
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_UPDATE_CLIENT_TEST_URL_REQUEST_POST_INTERCEPTOR_H_ #define COMPONENTS_UPDATE_CLIENT_TEST_URL_REQUEST_POST_INTERCEPTOR_H_ #include <std...
[ "scottmg@chromium.org" ]
scottmg@chromium.org
33cf6ba0f68deb1fea417d00320b49d0c2521a89
1d928c3f90d4a0a9a3919a804597aa0a4aab19a3
/c++/TileDB/2016/4/c_api.cc
b5bcd8d8cfc6937c36b7aa76117e29e07e5bc655
[]
no_license
rosoareslv/SED99
d8b2ff5811e7f0ffc59be066a5a0349a92cbb845
a062c118f12b93172e31e8ca115ce3f871b64461
refs/heads/main
2023-02-22T21:59:02.703005
2021-01-28T19:40:51
2021-01-28T19:40:51
306,497,459
1
1
null
2020-11-24T20:56:18
2020-10-23T01:18:07
null
UTF-8
C++
false
false
35,844
cc
/** * @file c_api.cc * * @section LICENSE * * The MIT License * * @copyright Copyright (c) 2016 MIT and Intel Corp. * * 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 rest...
[ "rodrigosoaresilva@gmail.com" ]
rodrigosoaresilva@gmail.com
a684614615f81495c3fd39c853c8e5572d8c8033
b67fa0df1fbb1fdbae55764ebead075ce1a6a12c
/C++/new/on thi/Untitled1.cpp
ca63287fc4ede3d733f46a0f8225dc3b3a39a1a3
[]
no_license
dphuoc432000/DuyTan_1st
056e39f6b2013da4f1da38ca92fb5edb8ac66b89
7c50359b771724b6e31cd867fe00a66af63ba290
refs/heads/master
2023-05-30T04:25:18.161308
2021-06-24T03:37:14
2021-06-24T03:37:14
379,792,321
0
0
null
null
null
null
UTF-8
C++
false
false
1,015
cpp
#include <iostream> #include <cmath> using namespace std; void nhap(int A[], int &n) { for(int i = 0; i < n; i++) { cin >> A[i]; } } void xuat(int A[], int n) { for(int i = 0; i < n; i++) { cout << A[i] << " "; } } void tong(int A[], int n) { int tong = 0; for (int i =0; i < n; i++) { if(A[i] % 2 !=0) ...
[ "dphuoc432000@gmail.com" ]
dphuoc432000@gmail.com
464a1d4899afd498845abe6c543d60b32a71d502
7336bcbc0344996592a0580ccf75685f5bfcd90b
/C++项目——磁盘文件管理工具/C++项目——磁盘文件管理工具/fileutil.cpp
2828a01309931a096b73c3e07d28ee6856ce81fa
[]
no_license
Jamesuhao/C-
18c82319c8df5c2894a17edbe4aa1dccd8e769d1
30e1434f4d477c25361cbcfd6086c83acc5542e5
refs/heads/master
2020-08-25T08:51:08.155105
2020-04-16T05:11:53
2020-04-16T05:11:53
205,066,942
0
0
null
null
null
null
GB18030
C++
false
false
969
cpp
#include"fileManage.h" #include"fileutil.h" #include"MD5.h" void searchDir(const std::string& path, std::unordered_set<std::string>& subFiles) { std::string matchFile = path + "\\" + "*.*"; _finddata_t fileAttr; long handle = _findfirst(matchFile.c_str(), &fileAttr); if (handle == -1) { perror("search failed!");...
[ "1766727840@qq.com" ]
1766727840@qq.com
50f8a66aaa64d99d7bc8b73d3400412170a895f4
4be608aee12039835a0d844c8f300c332d3df2d0
/Arduino Intro/Project-02-LEDFlash/Project-02.ino
d93ba6a321f8c98297067900ce3a17677be3e82e
[]
no_license
track02/Arduino
96f230a4c20873b735d31180c3adeed8aab1c6de
1e5c2b69701fa22f19e60c344831db60d6f3c00f
refs/heads/master
2021-01-10T01:56:22.113211
2020-10-22T14:00:58
2020-10-22T14:00:58
44,553,193
0
0
null
null
null
null
UTF-8
C++
false
false
807
ino
int switchstate = 0; void setup() { //Specify inputs/outputs on each pin pinMode(3, OUTPUT); pinMode(4, OUTPUT); pinMode(5, OUTPUT); pinMode(2, INPUT); } void loop() { //Read input from pin 2 switchstate = digitalRead(2); //Digitalwrite sends a voltage over specified pin //LOW = 0v //HIGH = 5v ...
[ "track02@homebox.home" ]
track02@homebox.home
022cc47d76b364d886a4e7fcbc4eeee5d8873562
9c8357e69b4257477187d679cecc907502cabb59
/gao/test/test--1.cpp
59ff2b7578f451391726f9d1b9877dca07d05b76
[]
no_license
david2du/david_training
20807bc0fd9d9c528cfaf36ade2f168fa8da6395
a569e6eb13c4d83b6645f4c892355527570220a0
refs/heads/master
2022-12-13T13:55:45.397271
2022-12-03T00:17:49
2022-12-03T00:17:49
233,592,317
0
0
null
null
null
null
UTF-8
C++
false
false
123
cpp
#include<iostream> #include <map> using namespace std; int main(int argc, char const *argv[]) { return 0; }
[ "david2du@163.com" ]
david2du@163.com
b535a82d7685cffee486b790a5fd7e99e8063d0f
1f0e52daa702a442db609766a56f99f833368a6b
/分类/动态规划复习+网络流/hdu6290(最短路).cpp
12e674f802c120be3502f9e58cdd12b8709840f1
[]
no_license
TouwaErioH/Algorithm
e0495b053e6f33353a4e526955cd269d2acc0027
a5851529168a68147ab548678c16251f6dfa017d
refs/heads/master
2022-12-07T03:46:50.674787
2020-08-20T08:45:49
2020-08-20T08:45:49
null
0
0
null
null
null
null
GB18030
C++
false
false
1,963
cpp
#include <algorithm> #include <iostream> #include <cstring> #include <cstdio> #include <cmath> #include <queue> #include <vector> using namespace std; const int maxn = 1000050; const long long INF = 1ll<<61; //这里一开始用了0x3f3f3f3f...sb了 struct qnode { int v; long long c; qnode(int v=0,long long c=0):v(v),c(c...
[ "1301004462@qq.com" ]
1301004462@qq.com
b6a6c4a0a957261314a61724bf6ea7d7a8f16f05
70ea64c522d12dad3d50443854ce869e019d2ca2
/Game/Item/WallBlock.cpp
e450434d7a0aff25940ed2d8a843b8284b1c1c1b
[]
no_license
clxhtm456/DirectX2D
ea88afabaecc81600addd8cd14924b0630327b60
4c7027cb061008e962ed8ddd3c38c1216cf72de7
refs/heads/master
2022-11-05T05:28:44.377906
2020-07-01T15:32:03
2020-07-01T15:32:03
276,414,762
0
0
null
null
null
null
UTF-8
C++
false
false
2,931
cpp
#include "stdafx.h" #include "WallBlock.h" WallBlock * WallBlock::Create() { WallBlock* pRet = new WallBlock(); if (pRet && pRet->Init()) { pRet->autorelease(); } else { delete pRet; pRet = nullptr; } return pRet; } bool WallBlock::Init() { if (!__super::Init()) return false; topcol = true; bottom...
[ "gunwoo11@naver.com" ]
gunwoo11@naver.com
0d20934563561d1b278bd46d665a3526acaaca09
f80b83c3c9a6742e3aa0ffc440e874e91dcc3b05
/CopyControl_2/src/function.cpp
79f902e87b00379936e29f62acf143a7daf182be
[]
no_license
JustinKin/CPrimer
37ca2841e8775da34ced273fd620b3eb13236148
7c956dbb2e53975edb39d02293f6a215eb6c09d6
refs/heads/master
2022-12-27T09:07:20.100740
2020-10-14T06:36:10
2020-10-14T06:36:10
301,260,461
0
0
null
null
null
null
UTF-8
C++
false
false
3,128
cpp
#include <iostream> #include <fstream> #include <sstream> #include <string> #include <vector> #include <list> #include <forward_list> #include <algorithm> #include <functional> #include <iterator> #include <map> #include <set> #include <utility> #include <memory> #include "STRVEC.H" #include "MYSTRVEC.H" using namesp...
[ "justinkin2020@outlook.com" ]
justinkin2020@outlook.com
bc76333fbcc9edeb8bdb3176e301eb0aa42caa8e
5e5bc15f26ded4dccef9ee36d0e4ef1a5007c755
/bachelor/year2/graphical/MUL_arcade_2021/include/Data.hpp
29dc798892e22ea955f5315726d4b821cd29b9f5
[]
no_license
raphaelemquies/EpitechBachelor
3b5edd7857d75c73d9389a079343dcb4bd0c63b7
2630f4603cb7d5e8d52ef00bce08aa247a27be1e
refs/heads/main
2023-04-12T06:39:45.687422
2021-05-09T13:26:56
2021-05-09T13:26:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,322
hpp
/* ** EPITECH PROJECT, 2021 ** arcade ** File description: ** data */ #ifndef DATA_HPP #define DATA_HPP #include <string> #include <iostream> #include <map> #include <vector> #include <string> class Data { public: Data(); virtual ~Data(); // const std::map<std::string, I...
[ "noe.campo@epitech.eu" ]
noe.campo@epitech.eu
e7e0e792f71d82a202859dc7bf07ca8c4cdca96a
9a09d8be7393906a73e35bb404ba99c121c48470
/Chapter09/chapter9/cm/cm-lib/build/windows/gcc/x86/debug/.moc/moc_master-controller.cpp
adf5677c426d731afccb1cc2bcaeb56bf253a926
[ "MIT" ]
permissive
PacktPublishing/Learn-Qt-5
d3260f34473d5970f17584656044fcb68a1bdc1a
ec768c3f6503eee1c77c62319cbb130e978380ec
refs/heads/master
2023-02-10T02:30:06.844485
2023-01-30T09:16:48
2023-01-30T09:16:48
119,801,529
81
42
null
null
null
null
UTF-8
C++
false
false
9,683
cpp
/**************************************************************************** ** Meta object code from reading C++ file 'master-controller.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.10.0) ** ** WARNING! All changes made in this file will be lost! **************************************************...
[ "akhiln@packtpub.com" ]
akhiln@packtpub.com
4a2aba11a1b7374b4d7fdb09dfa903287259a4cc
ba845ff3a728fe80653f947ac59fd086dc0097ab
/ACM/[USACO]Twofive_记忆化搜索.cpp
b8861001a6b281328a091b333df4caad0761d8b4
[]
no_license
Legend94rz/OJCodes
0d4e81adc4e18403cdbdc5461bac2e1cb246b92c
840825c32ffec8d1043a7fb3a3319edca00c1ab8
refs/heads/master
2021-06-28T02:19:37.684824
2019-06-29T02:15:57
2019-06-29T02:15:57
153,983,815
0
0
null
null
null
null
UTF-8
C++
false
false
1,498
cpp
/* ID: rz109291 PROG: twofive LANG: C++ */ #include <iostream> #include <cstdio> #include <algorithm> #include <string> #include <memory.h> using namespace std; char cr; int N; int f[6][6][6][6][6]; string W; char ans[26]; bool ok(int p, char c) { return (ans[p] == 0 || ans[p] == c); } int dfs(int a, int b, int c, ...
[ "Legend94rz@gmail.com" ]
Legend94rz@gmail.com
493daa3ada96ef890c2a5206869f3b89c68cfe04
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/rtorrent/gumtree/rtorrent_repos_function_364.cpp
b9b75c0ab311027248f530ad960a8f019df2ad20
[]
no_license
niuxu18/logTracker-old
97543445ea7e414ed40bdc681239365d33418975
f2b060f13a0295387fe02187543db124916eb446
refs/heads/master
2021-09-13T21:39:37.686481
2017-12-11T03:36:34
2017-12-11T03:36:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
145
cpp
void ElementPeerList::update_itr() { m_windowList->mark_dirty(); m_elementInfo->set_object(m_listItr != m_list.end() ? &*m_listItr : NULL); }
[ "993273596@qq.com" ]
993273596@qq.com
382c84071b2c786753ac8ea5c54acc8b499732a2
70167bb550f89cb49faebc11328efd8bcda73078
/cpp/src/example_source.cpp
c91418b2a6d2ec6e19a006cf7fa96de1c67a5fe0
[]
no_license
ocean1211/deep-slam
a8ad8092646fa45e493bfd12bc6f5c2b8bd12ae7
33864e09d88003dbdfa3bb43599f47388671f440
refs/heads/master
2021-08-20T02:41:54.235251
2017-11-28T01:56:28
2017-11-28T01:56:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
37
cpp
#include <deep_slam/example_header.h>
[ "slonegg@gmail.com" ]
slonegg@gmail.com
8061456fc7a4751eee325f7f05d6a2d0f6a282b3
d0854e5c576abc3798fd7b869d256ae026cd49de
/src/yawiel/prereqs.hpp
ed58a48ccb0e490cd9c0fdc97c95a7f69a3963ab
[ "Apache-2.0" ]
permissive
yawiel/yawiel
f7891472fda8430a231d3c7f70a008d2cc5025c4
7da5900b3ae5bb92cd2b56fd1b0f13dae205897c
refs/heads/master
2020-04-27T19:45:25.378091
2019-04-11T17:55:09
2019-04-11T17:55:09
174,632,356
0
0
null
null
null
null
UTF-8
C++
false
false
125
hpp
#ifndef YAWIEL_PREREQS_HPP #define YAWIEL_PREREQS_HPP // Add standard libraries. #include <string> #include <cmath> #endif
[ "robertohueso96@gmail.com" ]
robertohueso96@gmail.com
5e01e1ba182938d15258e465bcd08eab0e55099a
e1071cd8065ed01b8bc42f5f47f964837ec723b8
/src/ripple/protocol/impl/STInteger.cpp
adcdfefe4ddd1298f2053c11f8ab55bd38ae6758
[ "MIT-Wu", "MIT", "ISC", "BSL-1.0" ]
permissive
SAN-CHAIN/sand
07355acf0ba4607a5cb1408a1d86d87f03e3a317
1c51a7d1b215a7a2e1e06bd3b87a7e1da7239664
refs/heads/master
2020-06-22T01:27:21.168067
2016-10-15T11:22:18
2016-10-15T11:22:18
94,208,495
0
3
null
null
null
null
UTF-8
C++
false
false
4,857
cpp
//------------------------------------------------------------------------------ /* This file is part of rippled: https://github.com/ripple/rippled Copyright (c) 2012, 2013 Ripple Labs Inc. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is h...
[ "nemox1024@hotmail.com" ]
nemox1024@hotmail.com
d60307402e191c1d97ed6ba892adc33de43a8342
e17546794b54bb4e7f65320fda8a046ce28c7915
/tools/UsbTest/ParamParser.cpp
054cd66e2ca38cfd98306e9ead17d973f47bebed
[ "BSD-3-Clause", "OpenSSL", "MIT", "LicenseRef-scancode-openssl", "LicenseRef-scancode-ssleay-windows", "Apache-2.0" ]
permissive
smaillet-ms/netmf-interpreter
693e5dc8c9463ff0824c515e9240270c948c706f
53574a439396cc98e37b82f296920c7e83a567bf
refs/heads/dev
2021-01-17T22:21:36.617467
2016-09-05T06:29:07
2016-09-05T06:29:07
32,760,598
2
1
null
2016-04-26T02:49:52
2015-03-23T21:44:01
C#
UTF-8
C++
false
false
5,431
cpp
#include "stdafx.h" #define DOUBLE_QUOTES TEXT('"') void ParamParser::PreParseAll() { try { // we need to have a delimiter . It cannot be null if (!m_delimiter || !m_separator) throw InvalidParameterException(); size_t beg = 0; while( m_strToParse.length() > (beg = ParseNextParam(beg))); }...
[ "morteza.ghandehari@microsoft.com" ]
morteza.ghandehari@microsoft.com
3f452735db2b42652ed15a4a067a59c67cd5d0d1
4979915833a11a0306b66a25a91fadd009e7d863
/src/media/audio/lib/clock/utils.cc
30baf78c8eee596c2eb04747fd32951682a032db
[ "BSD-2-Clause" ]
permissive
dreamboy9/fuchsia
1f39918fb8fe71d785b43b90e0b3128d440bd33f
4ec0c406a28f193fe6e7376ee7696cca0532d4ba
refs/heads/master
2023-05-08T02:11:06.045588
2021-06-03T01:59:17
2021-06-03T01:59:17
373,352,924
0
0
NOASSERTION
2021-06-03T01:59:18
2021-06-03T01:58:57
null
UTF-8
C++
false
false
8,533
cc
// Copyright 2020 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/media/audio/lib/clock/utils.h" #include <lib/syslog/cpp/macros.h> #include <zircon/syscalls.h> #include <cmath> namespace media::audio::cl...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
85dce39d6185ce568c7ec4426f576feac790316f
7495e64fdc16caa575e8b2822ea42df59b664e5a
/branch/1.0.2/lib/mongo/src/mongo/bson/util/builder.h
b8027e561a206589f2e3804302c0d7afcdc570de
[ "Apache-2.0" ]
permissive
patrickpclee/codfs
dda6a8668c4e157118c7f7773676d88a2d4b0ffe
f3765f148adaecc1c45b132d2453cc74f7a2712f
refs/heads/master
2021-01-01T20:06:15.538155
2015-03-31T09:45:55
2015-03-31T09:45:55
26,440,466
11
4
null
null
null
null
UTF-8
C++
false
false
11,719
h
/* builder.h */ /* Copyright 2009 10gen 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 a...
[ "windkithk@gmail.com" ]
windkithk@gmail.com
28837e5112515ae7209907f729b100b887b36842
e31123784ff0ed6f37972017d3b4729c7ac83a12
/その他/AtCoder Petrozavodsk Contest 001/B - Two Arrays.cpp
37a6a41bbfacefcf9d55e03b288617fe4a4e90ca
[]
no_license
ampm2020/atcoder
a91248953febeba5ef6d74620efed3164a60763c
0f3bb841f34b5994f2be3e77e1022adf42fbe69b
refs/heads/master
2022-11-05T08:04:06.531266
2020-06-19T11:51:38
2020-06-19T11:51:38
259,792,970
0
0
null
null
null
null
UTF-8
C++
false
false
882
cpp
#pragma GCC optimize("Ofast") #include <bits/stdc++.h> using namespace std; using ll = long long; using pii = pair<int, int>; using pll = pair<long long, long long>; constexpr char ln = '\n'; constexpr long long MOD = 1000000007LL; constexpr long long INF = 1000000009LL; #define all(x) (x).begin(),(x).end() #define ...
[ "daigoro-chucchu2004@ezweb.ne.jp" ]
daigoro-chucchu2004@ezweb.ne.jp
1e86ccab29904bbced6c7f076c1ed4d73f2b214f
37a8f6d531b85ba2a96007d00bee202cb5bb483e
/src/slam-dataset-generation/lib/libsimulator/obstacle/ObstacleEdge.cpp
e349c8d528b05c857d38b44aeb329865161308ee
[]
no_license
OSLL/slam-dataset-generation
0e8aa799cbeb06e49384bee541717a34a2bcbda7
46de9784553ed514cee4299c95719be1ad48db52
refs/heads/master
2020-03-19T09:42:41.139721
2018-09-13T09:01:54
2018-09-13T09:01:54
136,311,821
0
0
null
null
null
null
UTF-8
C++
false
false
2,555
cpp
#include "obstacle/ObstacleEdge.h" using std::ostream; using std::cout; using std::endl; using std::set; ObstacleEdge::ObstacleEdge(const Vec & start_point, const Vec & end_point) : start(start_point), end(end_point) { } static double closest_distance(const Vec & p, const set<Vec> & s) { if (!s.empty()) { // O...
[ "jwhitton@mit.edu" ]
jwhitton@mit.edu
99e2b7646834c24885bde0158ea898681a992715
2d396ff108c97978b15c1a691755d6987ab640ee
/calculadora/Project1/Project1/MyForm.cpp
df2990b7dd4a418d208de59bd3afdad710be7dde
[ "MIT" ]
permissive
amauris59/Calculadora
2d4656b7dc521f207ca1713c6f9408c1bf7370b3
f7280b08245b6eb136561425ff49c7a369f5c943
refs/heads/master
2021-08-30T00:45:40.137656
2017-12-15T12:10:54
2017-12-15T12:10:54
114,364,698
0
0
null
null
null
null
UTF-8
C++
false
false
274
cpp
#include "MyForm.h" using namespace System; using namespace System::Windows::Forms; [STAThread] void main(array<String^>^ arg) { Application::EnableVisualStyles(); Application::SetCompatibleTextRenderingDefault(false); Project1::MyForm form; Application::Run(%form); }
[ "amauris59@gmail.com" ]
amauris59@gmail.com
da5f5b488ce0038e022309a376366199396377dc
39df227f8be5d00555bdd59167b529373e4f702a
/otus_task_5/Figures.h
d035f716f945b5c49465b4a142ec533e74e1d2ae
[]
no_license
vvz-otus/diff_tasks
e309d2df5752e87cea3f40883c760243dc390f16
621fa514dd17eaac804e119234f87f3f6261d94d
refs/heads/master
2020-03-17T12:17:58.020948
2018-05-15T15:57:29
2018-05-15T15:57:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
755
h
/* File contains classes for graphical primitives. */ #pragma once #include <vector> #include <utility> enum class Switcher{ FirstClick, SecondClick }; class IFigure{ public: IFigure() {} virtual ~IFigure(){} void HandClick( int x, int y ); virtual std::vector< std::pair<int, int> > GetAll...
[ "dmitry.syr@gmail.com" ]
dmitry.syr@gmail.com
469c6bd4f5a323e4315b3666ca15016abc70f0a7
aceaf048853cba0c0392ad089bea22f9e3528098
/_tutorials/code/connect-wifi-arduino-esp32s3/connect-wifi-arduino-esp32s3.ino
004b0a0ebee6d40800dab7b48ebea8734008f363
[ "MIT" ]
permissive
hutscape/hutscape.github.io
c5b640bbfda21b9bc7260b5d2f6164c60ff9158a
27c5d8a79d48025d3270fea704df7a5e5cb43f5d
refs/heads/master
2023-02-13T04:05:12.235290
2023-02-01T05:37:53
2023-02-01T05:37:53
176,517,102
40
38
MIT
2021-07-15T07:02:01
2019-03-19T13:23:46
C++
UTF-8
C++
false
false
802
ino
#include <WiFi.h> #include "Secret.h" // Secret.h // char ssid[] = "secret"; // char pass[] = "secret"; void setup() { Serial.begin(115200); while (!Serial) { } Serial.print("Attempting to connect to SSID: "); Serial.println(ssid); WiFi.useStaticBuffers(true); WiFi.mode(WIFI_STA); WiFi.begin(ssid, pas...
[ "sayanee@gmail.com" ]
sayanee@gmail.com
145a85b7aa409a2838944d2c37aa4b514169d1bb
1f20917fea6c541060e59d36883225910fcf76ba
/src/vmiids/rpc/RpcClient.h
601cf5d01636b47b8913f881079f58deb856bcb1
[]
no_license
chenglongzheng/vmiids
2975603edfe95ac7cab30a5926bfb4e0270b7c76
2410fee71220678de7c16af21c4270d7f52006a7
refs/heads/master
2021-01-18T06:25:14.340355
2010-10-14T19:15:20
2010-10-14T19:15:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,900
h
/* * VmiIDS_rpcClient.h * * Created on: Jul 8, 2010 * Author: kittel */ #ifndef VMIIDSRPCCLIENT_H_ #define VMIIDSRPCCLIENT_H_ #include "vmiids/rpc/RpcCommon.h" #include <string> #include <list> namespace vmi { /** * @class RpcClient RpcClient.h "vmiids/rpc/RpcClient.h" * * This class provides rpc cli...
[ "kittel@in.tum.de" ]
kittel@in.tum.de
6f0857c6a15243f43ad5f7ab17bd0f3c8a409def
3fc543e2fe00b5632771cc8ec6326c68f1d41191
/stencil_benchmarks/tools/parallel.cpp
9398a7d37ab7780e7a7a767f005b6286a18a0393
[ "BSD-3-Clause" ]
permissive
gronerl/stencil_benchmarks
fd6f4530b96f9f80eb0eb1857bcbbfad95d23bcb
876725124f8ac253c009abad5ec71661d3e169d7
refs/heads/master
2022-12-24T05:45:38.415794
2020-09-18T15:54:58
2020-09-18T15:55:14
296,005,487
0
0
NOASSERTION
2020-09-16T10:56:04
2020-09-16T10:56:03
null
UTF-8
C++
false
false
3,302
cpp
// Stencil Benchmarks // // Copyright (c) 2017-2020, ETH Zurich and MeteoSwiss // 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 cop...
[ "thaler@cscs.ch" ]
thaler@cscs.ch
2c540c9893d0a0a9169f90d4d89a6ef82febd31f
7599301731d0c6a6e9da4c4d656616125d6f52ac
/ExcelConverter/ExcelConverter/rules_yingdaqiweizhi.cpp
1b5c8b204ca80da3218d34fffee1f88076e05604
[]
no_license
zhang433/ATP
ddc43175370e3732647554ab12e688ed5db91a50
67d4eefcd491d0be1ac1e3c65d53c3b2cb90881a
refs/heads/master
2020-09-26T08:32:04.917444
2020-02-27T02:25:58
2020-02-27T02:25:58
226,217,361
0
0
null
2019-12-06T01:01:28
2019-12-06T01:01:27
null
UTF-8
C++
false
false
5,391
cpp
#include "rules_yingdaqiweizhi.h" #include <functional> #include <QDebug> #include <qalgorithms.h> Rules_YINGDAQIWEIZHI::Rules_YINGDAQIWEIZHI() { } bool Rules_YINGDAQIWEIZHI::convert(QList<QPair<FileInfo, ExcelFile>> &excelFiles, QList<QPair<QString, Sheet>>& All_ConvertSheet) { std::function<bool(QPair<FileInf...
[ "546976189@qq.com" ]
546976189@qq.com
43a1ba5dfeb4c137f954d27a3498b585e61a50a6
97478e6083db1b7ec79680cfcfd78ed6f5895c7d
/chromeos/components/tether/ble_scanner_impl.cc
10b31645dbfeeb25ccdf93bf98cc04f1e9a99c84
[ "BSD-3-Clause" ]
permissive
zeph1912/milkomeda_chromium
94e81510e1490d504b631a29af2f1fef76110733
7b29a87147c40376bcdd1742f687534bcd0e4c78
refs/heads/master
2023-03-15T11:05:27.924423
2018-12-19T07:58:08
2018-12-19T07:58:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,505
cc
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chromeos/components/tether/ble_scanner_impl.h" #include "base/bind.h" #include "base/memory/ptr_util.h" #include "base/strings/string_util.h" #...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
4dedc92218b3a27d53a3fa43cab2e419fde6e798
31f671e589e58f7a34ddf383d6701bc04f74bfd4
/ps/week13/task2/neradovskiy/task2.cpp
158cb614863e64a54ecf6bf67421a8313e89a518
[]
no_license
Boklazhenko/itstephomework
450fbdd43c56fadb9f53573573197f2c880e832a
368f951936620332ca68d14eb444084db9bb33a4
refs/heads/master
2020-09-08T16:54:19.988831
2020-08-08T13:22:35
2020-08-08T13:22:35
221,188,173
5
10
null
2020-08-15T07:00:35
2019-11-12T10:13:14
C++
WINDOWS-1251
C++
false
false
1,016
cpp
#include <iostream> #define MIN(a, b) ((a) < (b) ? (a) : (b)) #define MAX(a, b) ((a) > (b) ? (a) : (b)) #define SQR(num) (pow(num, 2)) #define EXP(num, exponentiation) (pow(num, exponentiation)) #define CHECK_PARITY(num) ((num) % (2) == 0 ? true : false) #define CHECK_NOT_PARITY(num) ((num) % (2) != 0 ? true : false) ...
[ "bopoh143@gmail.com" ]
bopoh143@gmail.com
d5144633d25b1de79ef4d953ffc0a6e75886aa5d
a65c77b44164b2c69dfe4bfa2772d18ae8e0cce2
/codeforces/863D.cpp
d120fa69ed8ca653f19838f47f193de75730b6ba
[]
no_license
dl8sd11/online-judge
553422b55080e49e6bd9b38834ccf1076fb95395
5ef8e3c5390e54381683f62f88d03629e1355d1d
refs/heads/master
2021-12-22T15:13:34.279988
2021-12-13T06:45:49
2021-12-13T06:45:49
111,268,306
1
6
null
null
null
null
UTF-8
C++
false
false
2,232
cpp
#include <bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<ll, ll> pii; typedef pair<double,double> pdd; #define MEM(a, b) memset(a, (b), sizeof(a)) #define SZ(i) ll(i.size()) #define FOR(i, j, k, in) for (ll i=j ; i<k ; i+=in) #define RFOR(i, j, k, in) for (ll i=j ; i>=k ; i-=in) #define REP(i, j...
[ "tmd910607@gmail.com" ]
tmd910607@gmail.com
0a6abf700e63dd49d3771a42cad6e2eff12b8e30
ca04a2ea63e047d29c3c55e3086a9a67dadfbff3
/Source/servers/GameServer/DataRsyncTools.cpp
2d4dbf7782ded57f1af570ce8c4145043ef1de82
[]
no_license
brucelevis/HMX-Server
0eebb7d248c578d6c930c15670927acaf4f13c3d
7b9e21c0771ee42db2842bb17d85d219c8e668d7
refs/heads/master
2020-08-03T17:37:44.209223
2016-06-13T08:49:39
2016-06-13T08:49:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
485
cpp
#include "GameServer_PCH.h" #include "DataRsyncTools.h" DataRsyncTools::DataRsyncTools(ServerSession* pDbServer):m_pDbServer(pDbServer) { } void DataRsyncTools::SavaMixItemNumber(EMixItemNumberType eType,int64 nValue) { } void DataRsyncTools::SaveMixItemBinary(EMixItemBinaryType eType,const char* data,int32 nLen)...
[ "huangzuduan@qq.com" ]
huangzuduan@qq.com
60a943e4171a04d13f2ed297731fcbb6047dbafc
6264ccde72c90774ab05d7d6acc8668429ddbc49
/Engine/gkGameObjectInstance.cpp
65b7143b9e991addf6acde738d4644a796e19b46
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
blendkit/gamekit-playground-src
184eb933d9580ff49200d889a85e5648a04cd661
457f872fd69ebd12ed3c6125ee291a61a1725f00
refs/heads/master
2021-07-12T07:52:41.744125
2017-10-08T17:24:47
2017-10-08T17:24:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,239
cpp
/* ------------------------------------------------------------------------------- This file is part of OgreKit. http://gamekit.googlecode.com/ Copyright (c) 2006-2010 Charlie C. Contributor(s): Thomas Trocha (dertom) ------------------------------------------------------------------------------- Th...
[ "thomas.trocha@gmail.com" ]
thomas.trocha@gmail.com
7de4eba875d5fc5ea7bdbb0c30211f217467688a
2476e036866ebf861e834eb0ddb2a8cd49104285
/leetcode/leetcode56/merge_intervals.cpp
1e975a659c036d9fc31bfed5fa2708d11e51c466
[]
no_license
xchmwang/algorithm
7deaedecb58e3925cc23239020553ffed8cc3f04
55345160b6d8ef02bc89e01247b4dbd1bc094d5e
refs/heads/master
2021-09-17T23:54:40.785962
2018-07-07T06:40:27
2018-07-07T06:40:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,314
cpp
#include <iostream> #include <vector> #include <algorithm> using namespace std; struct Interval { int start; int end; Interval() : start(0), end(0) {} Interval(int s, int e) : start(s), end(e) {} }; bool cmp(const Interval &i1, const Interval &i2) { if (i1.start != i2.start) return i1.start < i2....
[ "chmwang@zju.edu.cn" ]
chmwang@zju.edu.cn
3fb2fe6d85df75f456b2abfe50fcc7a270506881
0f941560b5740f790398a9862b4e4e7629aef9b7
/RunTime Polymorphism/memAccess.cpp
7cf01df3e7909700e1a5872acecc4ddbee474c45
[]
no_license
AniruddhaSadhukhan/C-Plus-Plus-Programs
0fde3ebb99e876fda20dae340ec3df7f279c808e
d7674178ba9fb93a7f583071cef60803093bae91
refs/heads/master
2021-10-24T23:14:01.670777
2019-01-02T06:30:41
2019-01-02T06:30:41
178,436,490
0
0
null
null
null
null
UTF-8
C++
false
false
492
cpp
#include<iostream> using namespace std; /*Write a C++ program to access members of base and derived classes using the pointer to objects of both the classes.*/ // by Aniruddha class Base { public: int x; Base() {} Base(int a) : x(a) {} }; class Child:public Base { public: int y; Child() {} Child(int a) :...
[ "anisadhukhan1@gmail.com" ]
anisadhukhan1@gmail.com
d94e63336aef24bf14f8002ba409b3b8517d1ee8
54825a61aebae4f1bc978c74d893dfc09fcff53a
/Code/Algorithms/Dynamic Programming/Longest Path In Matrix/main.cpp
7519eab6937478fb5ffb12e4bac561a508f69c46
[]
no_license
tudor199/C-CPP
520a2e5135db51138514e3153c34120811005667
1dd2f3e914f73bdd4f5726e592fccf35f089fca9
refs/heads/master
2021-07-23T13:36:12.064200
2020-05-23T04:52:02
2020-05-23T04:52:02
172,348,824
0
0
null
null
null
null
UTF-8
C++
false
false
1,543
cpp
#include <iostream> #include <fstream> #define nMax 103 using namespace std; ifstream fin("file.in"); int v[nMax][nMax], dp[nMax][nMax] = {}; int n, m; inline max(int d[4], int dn){ int max_d = d[0]; for(int i = 1; i < dn; i ++){ if(max_d < d[i]){ max_d = d[i]; ...
[ "tuddor144@gmail.com" ]
tuddor144@gmail.com
2e808339b4e70e58a24ed64469542d596f80a0e9
11a246743073e9d2cb550f9144f59b95afebf195
/kattis/cakeymccakeface.cpp
9ca7656564939fa49419225630fce56015c04ced
[]
no_license
ankitpriyarup/online-judge
b5b779c26439369cedc05c045af5511cbc3c980f
8a00ec141142c129bfa13a68dbf704091eae9588
refs/heads/master
2020-09-05T02:46:56.377213
2019-10-27T20:12:25
2019-10-27T20:12:25
219,959,932
0
1
null
2019-11-06T09:30:58
2019-11-06T09:30:57
null
UTF-8
C++
false
false
1,326
cpp
#include <iostream> #include <iomanip> #include <string> #include <sstream> #include <fstream> #include <cassert> #include <cstdio> #include <cstdlib> #include <cstring> #include <cmath> #include <algorithm> #include <numeric> #include <utility> #include <vector> #include <queue> #include <map> #include <set> #include ...
[ "arnavsastry@gmail.com" ]
arnavsastry@gmail.com
2e89f75fa54965856a1808e331ebf1622e51386f
a06515f4697a3dbcbae4e3c05de2f8632f8d5f46
/corpus/taken_from_cppcheck_tests/stolen_14167.cpp
8d3c0546324c8f5a5234e7cd4618022ee3808509
[]
no_license
pauldreik/fuzzcppcheck
12d9c11bcc182cc1f1bb4893e0925dc05fcaf711
794ba352af45971ff1f76d665b52adeb42dcab5f
refs/heads/master
2020-05-01T01:55:04.280076
2019-03-22T21:05:28
2019-03-22T21:05:28
177,206,313
0
0
null
null
null
null
UTF-8
C++
false
false
36
cpp
bool foo(bool x) { return x << 31; }
[ "github@pauldreik.se" ]
github@pauldreik.se
8a9ca27a37141b694611cc01ceccaf954208824a
92494691d9de19d64254d4a5e8c59c184773906f
/src/qt/optionsmodel.h
c4d73c5a8695b1387f2da8e1e1ce5057b0c684e1
[ "LicenseRef-scancode-proprietary-license", "MIT" ]
permissive
xagau/Placeholders-X16R
ffaad0c6b0cb24872932c6663c2d7ee4cc6c3c97
5f96720e1d7f5bd6d5b574d9f3c12485c265ef33
refs/heads/master
2022-01-24T03:58:04.558002
2022-01-13T22:21:18
2022-01-13T22:21:18
162,598,084
23
10
MIT
2021-04-23T03:09:01
2018-12-20T15:31:28
C++
UTF-8
C++
false
false
3,729
h
// Copyright (c) 2011-2016 The Bitcoin Core developers // Copyright (c) 2017 The Placeholder Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef PLACEH_QT_OPTIONSMODEL_H #define PLACEH_QT_OPTIONSMODEL_H #inc...
[ "seanbeecroft@gmail.com" ]
seanbeecroft@gmail.com
9345b47966c2794067a02fe92f73a4165e7ceefe
161a19ad4b156a8cdf7304cc14c2fddafb66dbee
/Headers.h
b3ad725a1dfcf9fbb136fd4e4af3f4f72f50a413
[]
no_license
mattcrowley/Oh-No-Its-the-5-0-
6a2a24942d13943e2878235a4d6871cbb2738c36
f3639fce8d3578a7c5bc54c2d7c1a78ded579e55
refs/heads/master
2020-03-18T07:59:15.237469
2018-05-27T19:47:13
2018-05-27T19:47:13
134,482,258
0
0
null
null
null
null
UTF-8
C++
false
false
105
h
#include <iostream> #include <sstream> #include <SFML/Graphics.hpp> using std::cout; using std::string;
[ "mattcrowley123@hotmail.com" ]
mattcrowley123@hotmail.com
8336af704b84459dbe91e823e3dcb8673a7c0f24
3f3095dbf94522e37fe897381d9c76ceb67c8e4f
/Current/BP_Phys_GreatEggHunt_PaintedEgg.hpp
ea7f06f7dc46e439a1f93ef3b1dbc8c83ecfc68e
[]
no_license
DRG-Modding/Header-Dumps
763c7195b9fb24a108d7d933193838d736f9f494
84932dc1491811e9872b1de4f92759616f9fa565
refs/heads/main
2023-06-25T11:11:10.298500
2023-06-20T13:52:18
2023-06-20T13:52:18
399,652,576
8
7
null
null
null
null
UTF-8
C++
false
false
1,494
hpp
#ifndef UE4SS_SDK_BP_Phys_GreatEggHunt_PaintedEgg_HPP #define UE4SS_SDK_BP_Phys_GreatEggHunt_PaintedEgg_HPP class ABP_Phys_GreatEggHunt_PaintedEgg_C : public AActor { FPointerToUberGraphFrame UberGraphFrame; class UNiagaraComponent* Niagara; class UStaticMeshComponent* Mesh; class UCapsuleComponent* Us...
[ "bobby45900@gmail.com" ]
bobby45900@gmail.com
9dc2e64a8fdc7707ebd0cafbfdeb2cc40cf6a0d3
db97e3e6643f6d674032e6d6ae3cc03b8ceedb8d
/support/macOS/xerces-c/src/xercesc/validators/schema/XSDErrorReporter.hpp
fef8f45337a8f56349aebf2550f2e5e7f95b94b8
[ "Apache-2.0", "MIT" ]
permissive
audio-dsp/Max-Live-Environment
ddb302a1c945da7cea2cc62a17e0c5c2c7935a07
e0622c899c55ac9a73bcfce5aecdf99cc2618ed0
refs/heads/master
2020-06-12T08:32:06.458685
2019-06-07T02:15:17
2019-06-07T02:15:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,348
hpp
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
[ "jdm7dv@gmail.com" ]
jdm7dv@gmail.com
42985d96d281e8a780887df96f0376c0b9edd219
5d83739af703fb400857cecc69aadaf02e07f8d1
/Archive/1db66dd008810649b92688cc63b333c5/main.cpp
391dfac539b6856ccaf639a76cf8ac0c0c2fbfea
[]
no_license
WhiZTiM/coliru
3a6c4c0bdac566d1aa1c21818118ba70479b0f40
2c72c048846c082f943e6c7f9fa8d94aee76979f
refs/heads/master
2021-01-01T05:10:33.812560
2015-08-24T19:09:22
2015-08-24T19:09:22
56,789,706
3
0
null
null
null
null
UTF-8
C++
false
false
288
cpp
#include <iostream> template<typename ...Arg> auto apply(Arg && ...arg) -> decltype(arg...) { std::cout << __PRETTY_FUNCTION__ << std::endl; return arg; } template<typename ...Args> void foo(Args && ...args) { apply<Args>(args)... ; } int main() { foo(1, false, 'c'); }
[ "francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df" ]
francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df
fa13cd0e444c65c0583223974053fe89e3665e7d
54989a1fdafea0b1bfbc83dd80a236c3a08b934d
/src/dataPump/widget.h
eb2864e4774bfc27a5aeca55c5e2ca1b3920456d
[]
no_license
linbin823/Qt.711.2016.JJSH
cd0b16df9c910e045787b6e30fae482a2ed80ca8
f8e311cb50029747bd08aeee010f913e06f5e148
refs/heads/master
2020-06-13T14:09:36.628460
2017-05-08T03:05:32
2017-05-08T03:05:32
75,369,273
3
0
null
null
null
null
UTF-8
C++
false
false
759
h
#ifndef WIDGET_H #define WIDGET_H #include <QWidget> #include <QThread> #include <QTimer> #include <QList> #include <QHostAddress> #include <QNetworkInterface> #include <QFileDialog> #include "odbccomm.h" #include "modbustcpcomm.h" namespace Ui { class Widget; } class Widget : public QWidget { Q_OBJECT public:...
[ "13918814219@163.com" ]
13918814219@163.com
c2823d762e20d9d422f8d35168646d47795afd08
383da4b7cc0e8772a227d2f20f8a6e42339af558
/MatrizLedAFO.cpp
abe175e5f2b9cfb2afb3b63b86bde1a57fc71f8e
[]
no_license
elafosoy/MarcadorPadelArduino
1d836b082b7b7be61b751662f91abd5851ada283
48713464da15196ab782fbf413e1df64a263cdb6
refs/heads/main
2023-03-27T11:54:22.189344
2021-04-01T08:41:25
2021-04-01T08:41:25
341,131,832
1
0
null
null
null
null
UTF-8
C++
false
false
10,168
cpp
/* * Basado en https://github.com/wayoda/LedControl * A library for controling Leds with a MAX7219/MAX7221 * Copyright (c) 2007 Eberhard Fahle * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the "Software...
[ "alberto.fernandez@berton.es" ]
alberto.fernandez@berton.es
ab5fba54eea1701287edc3b122a9ec38883a7cc3
8f0df78da804589a779a8dd5590f41012a5932dc
/src/main.cpp
bf846bfb0183c7ae882e4633d65288779254fb14
[]
no_license
Light-Wizzard/CMlyst
d7fc89ec3c4f64a9cc0821d297b54b43a193be2d
c37ea76ab0f6342f27f8e9ac57cb41f3a6624173
refs/heads/master
2023-04-06T13:43:23.113771
2021-04-22T18:14:22
2021-04-22T18:14:22
151,146,914
0
0
null
2018-10-01T19:31:40
2018-10-01T19:31:39
null
UTF-8
C++
false
false
1,523
cpp
/* * Copyright (C) 2021 Daniel Nicoletti <dantti12@gmail.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. *...
[ "dantti12@gmail.com" ]
dantti12@gmail.com
861e70b2e380950bfd65de407432a793f0830b4b
8f8c7f4d1a2aea6a8d6ef569b54fafd62b507386
/esp32/serialed/com.ino
03e05b7cefd52f16af83901f631cee304cc24e7f
[]
no_license
chevalvert/serialed
46b71ddbc4bd6e6bf284157eff53d2aca9cf02a8
3d1f1b1b7e6ff91f522e2a267cfcef1d46770d00
refs/heads/master
2020-04-18T14:24:59.609021
2019-01-25T17:44:57
2019-01-25T17:44:57
167,588,033
0
0
null
2019-01-25T17:42:02
2019-01-25T17:41:56
C++
UTF-8
C++
false
false
1,319
ino
#define BYTE_START_FRAME 253 #define BYTE_STOP_FRAME 254 #define BYTE_MSG_END 255 int readSize = 0; unsigned long lastPing = 0; void com_init() { Serial.begin(BAUDRATE); Serial.print("\n"); Serial.print("READY\n"); } bool com_loop() { // PING if ((millis() - lastPing) > 1000) { Serial.print("WAIT\n...
[ "thomas.bohl@gmail.com" ]
thomas.bohl@gmail.com
c53376d930af24ebf0d24a5e0e7b014c61a1f642
cb796fe6cdd2b58782cd5bbd6b7bd29d4ea6a298
/f1000/doc/fwsdk/IQA_LIB_uBlaze_rev1_5/include/hxx/ADC1_CH7.hxx
5e506eccb3f6b17e8b807df2f68c407c92bca895
[]
no_license
IQAnalog/iqa_external
b0098d5102d8d7b462993fce081544bd2db00e52
13e2c782699f962fb19de9987933cbef66b47ce1
refs/heads/master
2023-03-23T13:46:16.550707
2021-03-24T18:03:22
2021-03-24T18:03:22
350,906,829
0
1
null
null
null
null
UTF-8
C++
false
false
2,818
hxx
//******************************************************************************* // __ __ * // / \/ \ * // \ \ ...
[ "rudyl@iqanalog.com" ]
rudyl@iqanalog.com
d0e20b8ff4943efb63ed60bfa0b7b6a6e68c3f8f
789b29015b3365e6271ff9a575494f008b11b80d
/moses/TranslationModel/UG/mm/ug_im_bitext.cc
9f26a181b06a89fa87156910792aa7771fa6d21c
[]
no_license
unhammer/mosesdecoder
0bf59d835c3a3713a787fea78723e62830902705
324b1a9b56471277992dfe729807946c7c7f8689
refs/heads/master
2020-12-11T05:38:13.318619
2015-04-29T19:20:54
2015-04-29T19:20:54
34,814,200
0
0
null
2015-04-29T19:35:48
2015-04-29T19:35:48
null
UTF-8
C++
false
false
2,257
cc
#include "ug_im_bitext.h" namespace Moses { namespace bitext { template<> sptr<imBitext<L2R_Token<SimpleWordId> > > imBitext<L2R_Token<SimpleWordId> >:: add(vector<string> const& s1, vector<string> const& s2, vector<string> const& aln) const { typedef L2R_Token<SimpleWordId> TKN; ...
[ "Ulrich.Germann@gmail.com" ]
Ulrich.Germann@gmail.com
7b28c17e11eb0f7bd0b529030613125e0969932e
0641d87fac176bab11c613e64050330246569e5c
/branches/eric/lodrop/source/i18n/gregocal.cpp
9d92cfd525801eb33fbeee63e1735c4b2ad4bf4a
[ "ICU", "LicenseRef-scancode-unicode" ]
permissive
svn2github/libicu_full
ecf883cedfe024efa5aeda4c8527f227a9dbf100
f1246dcb7fec5a23ebd6d36ff3515ff0395aeb29
refs/heads/master
2021-01-01T17:00:58.555108
2015-01-27T16:59:40
2015-01-27T16:59:40
9,308,333
0
2
null
null
null
null
UTF-8
C++
false
false
50,892
cpp
/* ******************************************************************************* * Copyright (C) 1997-2006, International Business Machines Corporation and * * others. All Rights Reserved. * *****************************************************************************...
[ "emader@251d0590-4201-4cf1-90de-194747b24ca1" ]
emader@251d0590-4201-4cf1-90de-194747b24ca1