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
986 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
3.89k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
23 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
145 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
122 values
content
stringlengths
3
10.4M
authors
listlengths
1
1
author_id
stringlengths
0
158
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
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
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
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
e27c2a3a7b93d969696e22967aad44785c376551
fab1b21716a78810180be0b0d268482e8508613b
/alias.h
144a809ae9acddc9e8da642b121f7c3ad372eb83
[]
no_license
RichardCTT/ExactSim
b437f5a57202782a55434b7a4271cf93c980e4d3
0d044f991f67f5d8e61dd249d31c6028931abfb0
refs/heads/master
2023-03-19T20:23:33.458689
2020-10-01T02:12:57
2020-10-01T02:12:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,078
h
#ifndef ALIAS_H #define ALIAS_H #include <random> #include <algorithm> #include <stack> using namespace std; class Alias{ public: double* p; int* h; pair<int, int>* map1; int n; Alias(vector<pair<pair<int, int>, double> > pi){ double sum = 0; n = pi.size(); stack<int> small; stack<int> big; p = new do...
[ "noreply@github.com" ]
RichardCTT.noreply@github.com
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
304c7279183d94a04a2f0b7383133c40ece44fe0
b32a01eefb7de3b5beee58e51bf9569cef36e69a
/Max_sum_path_in_the_array.cpp
7a087e92bb8e619f1279393b9874e12d89ec7fe4
[]
no_license
sonusajid004/GeeksForGeeks--MyCodes
e1c226a8d370883d39993ae9a00f914cdf3d259c
ea4dd4f310b093662553fc3c3781ffbad92e1a5c
refs/heads/master
2022-12-06T05:14:08.630703
2020-09-02T11:38:56
2020-09-02T11:38:56
264,711,623
0
0
null
null
null
null
UTF-8
C++
false
false
749
cpp
/*You are required to complete this method*/ int max_path_sum(int a[], int b[], int n, int m) { //Your code here int sum1=0,sum2=0,res=0; int i=0,j=0; while(i<n && j<m) { if(a[i]<b[j]) { sum1+=a[i++]; } else if(a[i]>b[j]) { sum2+=b[j...
[ "noreply@github.com" ]
sonusajid004.noreply@github.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
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
cb473ae706da14cf7247adf4372d884e5fca927d
2d105f602c6290e7aa59aead764310650a7aac78
/Lonely Numbers.cpp
e0b93d27557298a785322af45529336f12b93100
[]
no_license
piash76/cf-uva-spoj-atcoder-lightoj-4
781483bcedbcb3d26725af8aedc6611544cb768f
9f3c425b3a59e117eca1c9ede802eef08024e1cf
refs/heads/main
2023-04-25T21:40:18.996382
2021-05-21T16:55:29
2021-05-21T16:55:29
366,639,176
0
0
null
null
null
null
UTF-8
C++
false
false
8,049
cpp
///Bismillahir Rahmanir Rahim ///ALLAHU AKBAR #include<bits/stdc++.h> #define flash() ios::sync_with_stdio(0); cin.tie(0); cout.tie(0); using namespace std; #include <ext/pb_ds/assoc_container.hpp> #include <ext/pb_ds/tree_policy.hpp> using namespace __gnu_pbds; #define ordered_set tree<int, null_type, le...
[ "noreply@github.com" ]
piash76.noreply@github.com
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
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
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
62912c0e2e804f70a12931239fcc729490239096
069498fa9ca6def0d6e3c34d437a53eafc2e475c
/task3/problemB1/MinWay.cpp
90986057ee734214240d8542e18245b334461d86
[]
no_license
ilyaderkatch/2sem-Algorithms
0ba749753a13f0460304e54efe7ff87f57e97df2
d5f15e9d1e2480d12dad19ce0e2f127d0979f1d5
refs/heads/master
2020-04-23T17:20:58.055667
2020-04-11T21:23:44
2020-04-11T21:23:44
171,328,526
1
0
null
2019-04-01T14:19:29
2019-02-18T17:41:52
C++
UTF-8
C++
false
false
3,544
cpp
#include "MinWay.h" double INFINITY = 1000000000000.0; vector <int> operator+(const vector <int> &a, const vector <int> &b) { vector <int> c = a; for (int i = 0; i < b.size(); ++i) { c.push_back(b[i]); } return c; } vector <int> DfsFromVertex(const ListGraph &A, int vertex, int parent) ...
[ "noreply@github.com" ]
ilyaderkatch.noreply@github.com
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
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
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
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
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
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
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
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
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
e6836346f360438aa1d00913425b669c38c1d757
7d4c5353e5d2cf21c0299ade2c7fba5c2ced0565
/Simulation.cpp
e02457c005132bafa8c36a9bf723377b12e8d63e
[]
no_license
YongonY/NBLDPC
bc39e0520e4b2fd60365e3e8f31e39e265e2ba2b
0e5011c7868103bab3f105dec77cbca30fc7c4bd
refs/heads/master
2020-04-26T08:22:47.081619
2019-03-02T08:23:58
2019-03-02T08:23:58
173,421,222
4
1
null
null
null
null
GB18030
C++
false
false
10,159
cpp
#include "Simulation.h" #include <iostream> #include <fstream> using namespace std; CSimulation::CSimulation(void) : GFq(0) , nQAM(0) , PuntureVarDegree(0) , randomMsg(0) , decodeMethod(0) , ems_nm(0) , ems_nc(0) , ems_factor(0) , ems_offset(0) , maxIter(0) , minSimCycle(0) , minErrFrame(0...
[ "noreply@github.com" ]
YongonY.noreply@github.com
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
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
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
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
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
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
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
94073a660789dd3702fd70bd40c64858970f772a
fc79fe29914d224d9f3a1e494aff6b8937be723f
/Libraries/Rim Framework/include/rim/util/rimHashMap.h
41d690004ff3a8d7b4fa3732c0581cbaad572ec9
[]
no_license
niti1987/Quadcopter
e078d23dd1e736fda19b516a5cd5e4aca5aa3c50
6ca26b1224395c51369442f202d1b4c4b7188351
refs/heads/master
2021-01-01T18:55:55.210906
2014-12-09T23:37:09
2014-12-09T23:37:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
31,297
h
/* * rimHashMap.h * Rim Framework * * Created by Carl Schissler on 3/6/11. * Copyright 2011 Rim Software. All rights reserved. * */ #ifndef INCLUDE_RIM_HASH_MAP_H #define INCLUDE_RIM_HASH_MAP_H #include "rimUtilitiesConfig.h" #include "../math/rimPrimes.h" #include "rimAllocator.h" //#################...
[ "niti1987@gmail.com" ]
niti1987@gmail.com
c6a6920c91769f91c39de37d21b8e8dd7b250f89
05c1705e813aafcb5766edb03f0e5f2b8470cea9
/graphics-labs-and-project/Project/main.cpp
8ab6cad2dfc0c53ca74d0d963efe11c6322eec9a
[]
no_license
AniketAg/Computer-graphics
c0ca25338834bc9ed7a1b55bda6b34076635654a
196e71a7b1562388cc32175cc8cf4c4ee3dc2f45
refs/heads/master
2020-04-18T07:50:36.906633
2019-01-24T13:46:35
2019-01-24T13:46:35
167,374,445
0
0
null
null
null
null
UTF-8
C++
false
false
23,418
cpp
/*---------------------------------------------------- Headers, Include files & Namespace Declarations ----------------------------------------------------*/ #include <GL/glew.h> #include <GL/freeglut.h> #include <stdio.h> #include <iostream> #include <mmsystem.h> #include <string.h> #include <string> // For loading t...
[ "noreply@github.com" ]
AniketAg.noreply@github.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
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
1ebd9d4c4ecf8c34c2f2b2b495b63e1ee48af8ad
4aae2df13bfd53a8b16aa5f941f2cc8b8ac144b7
/aten/src/ATen/native/mkldnn/MKLDNNCommon.cpp
02ab6961d04c49f960fbca52c9cfd777a5cf69d4
[ "BSD-2-Clause", "BSD-3-Clause", "LicenseRef-scancode-generic-cla", "BSL-1.0", "Apache-2.0" ]
permissive
computerguy2030/pytorch-rocm-amd
e9f2718c470b505325d396baf6513e71bcf0a7ca
38da53d721fcb335dedb1b52f14fd89718e90bef
refs/heads/master
2023-04-08T00:55:01.542663
2021-04-16T11:33:39
2021-04-16T11:33:39
334,288,140
3
0
NOASSERTION
2021-04-16T11:27:55
2021-01-29T23:40:06
C++
UTF-8
C++
false
false
4,053
cpp
#include <ATen/native/mkldnn/MKLDNNCommon.h> #include <ATen/OpaqueTensorImpl.h> #include <c10/core/Allocator.h> #if AT_MKLDNN_ENABLED() #include <ideep.hpp> namespace at { namespace native { /** * `IntrusivePtrTargetWrapper` wraps a custom storage handle of a tensor * (as template param) and inherits `c10::intru...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
bf6fb23e992eef1f5acce44fe9a90be5e1704040
9c6f5fbb43a00fdd4838d78b4299cdf2c34e279b
/tdt/cvs/driver/player2_191/player/codec/codec_mme_video_theora.cpp
71b75b2445aa7425ecc7bca6a68768bccc0352ab
[]
no_license
TitanNit/tdt
90ac830771170abc96255457ef59780687ff0a47
22a09713b68c881fd1d4e4f6247b314cd52f4d7a
refs/heads/master
2021-01-17T09:50:39.729337
2016-05-06T13:26:53
2016-05-06T13:26:53
34,450,580
2
2
null
null
null
null
UTF-8
C++
false
false
34,988
cpp
/************************************************************************ Copyright (C) 2007 STMicroelectronics. All Rights Reserved. This file is part of the Player2 Library. Player2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by...
[ "konfetti@gmx.net" ]
konfetti@gmx.net
af8d468fca41c2616786ca5cd99cb224d0915107
eec9d5b635e23a789444966a26354d5b59fcc13f
/Millionare/main.cpp
d989965e5b0a9f939c4fd589c109026fcb6a304c
[]
no_license
Mashiro009/Millionare
7564ebe430eedcaf72a6075187af6355c2875b8f
ae64e18b0fb172e6128e14c67c8d46bea62cc0db
refs/heads/master
2021-09-19T23:31:26.080956
2018-08-01T09:26:47
2018-08-01T09:26:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
754
cpp
#include "main.h" char temp; int main() { player playerInGame[5]; //std::cout << initcity[0].name; AboutGame Game(0,0); Game.init(); Game.startGame(); fflush(stdin); for (int i(1); i <= Game.nPlayer; i++) playerInGame[i].number = i; while (1) { for (int i(1); i <= Game.nPlayer; i++) { cout << "Pleas...
[ "Mashiro@example.com" ]
Mashiro@example.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
90e9f6a90dfb867ad735ad0f73dd7b2d43451e74
e2e8d3c97155003038ea55fcb7f0247438b8aff9
/while.cpp
07dac472aedfe2307bc896ff75586acc6218a757
[]
no_license
Hyuga-Hinata/C-learning
a5f62bdfa585ee815e71ab0c0ce7f34f26faa44d
e91311e3dd5870e7a5ca93f1c27cef2c3af33141
refs/heads/master
2021-05-06T06:01:27.276058
2018-03-31T16:49:49
2018-03-31T16:49:49
115,264,606
0
0
null
null
null
null
UTF-8
C++
false
false
320
cpp
#include<stdio.h> #define ADJUST 7.64 #define SCALE 0.325 int main(void) { double shoe,foot; printf("Shoe size(men's) foot length\n"); shoe=3.0; while(shoe<18.5) { foot=SCALE*shoe+ADJUST; printf("%10.1f %15.2f inches\n",shoe,foot); shoe=shoe+1.0; } printf("If the shoe fits,wear it.\n"); return 0; }
[ "1159902606@qq.com" ]
1159902606@qq.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
47e8464e71eae95192ba09f528d3dced96075334
3cf9e141cc8fee9d490224741297d3eca3f5feff
/C++ Benchmark Programs/Benchmark Files 1/classtester/autogen-sources/source-15690.cpp
edf2736bf984c3904762e839b2f1df2d2f62385a
[]
no_license
TeamVault/tauCFI
e0ac60b8106fc1bb9874adc515fc01672b775123
e677d8cc7acd0b1dd0ac0212ff8362fcd4178c10
refs/heads/master
2023-05-30T20:57:13.450360
2021-06-14T09:10:24
2021-06-14T09:10:24
154,563,655
0
1
null
null
null
null
UTF-8
C++
false
false
3,097
cpp
struct c0; void __attribute__ ((noinline)) tester0(c0* p); struct c0 { bool active0; c0() : active0(true) {} virtual ~c0() { tester0(this); active0 = false; } virtual void f0(){} }; void __attribute__ ((noinline)) tester0(c0* p) { p->f0(); } struct c1; void __attribute__ ((noinline)) tester1(c1* p); struct c1 : virtual...
[ "ga72foq@mytum.de" ]
ga72foq@mytum.de
b0a8c939ac1c433d4a4f5a9f6f3701517639977e
d1c2914c06998310e29453a8d68f36caaaf63ffa
/1078.cpp
e6043b43e4ca2e7023e8a7bb0f0fc2240ed96430
[]
no_license
LucasLaheras/URI
b717ef374d1e47dce3e76396ec7cfb90c2a2de5e
a971bb09c5f3650c706fc2d0ab123f9fe766a73c
refs/heads/master
2021-09-08T02:31:05.231438
2018-03-06T03:01:46
2018-03-06T03:01:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
227
cpp
#include <stdio.h> #include <stdlib.h> int main(void) { int X, S, i; scanf("%d", &X); for (i=1; i<=10; i++) { S=X*i; printf("%d x %d = %d\n", i, X, S); } system ("pause"); return 0; }
[ "noreply@github.com" ]
LucasLaheras.noreply@github.com
182ed3b860e5c64173b1f4a077479e968aaa95d7
07c6a6592480ef3b0b52abac9b5048d0f16f7853
/Aphelion/src/Aphelion/Physics/PhysicsShape.cpp
b7ca7513a0715ee6a3f1ce0ec6e1e79542d3084a
[ "MIT" ]
permissive
antjowie/Aphelion-engine
7748b004682a1ea6e4334d90c9df090d274a3f2a
e26287d240db37f3e6df289dec760b1e4404135b
refs/heads/master
2023-05-05T15:06:17.154712
2021-05-21T15:58:57
2021-05-21T15:58:57
210,442,434
0
0
null
null
null
null
UTF-8
C++
false
false
1,698
cpp
#include "Aphelion/Physics/PhysicsShape.h" #include "Aphelion/Physics/RigidBody.h" #include "Aphelion/Physics/PhysicsGLM.h" namespace ap { PhysicsShape::PhysicsShape(PhysicsGeometry& geometry, PhysicsMaterial& material, const glm::mat4& offset) : m_handle(PxGetPhysics().createShape(geometry.GetHandle().any(...
[ "7332321+antjowie@users.noreply.github.com" ]
7332321+antjowie@users.noreply.github.com
d8f123fdebab9894a12c198f0117b88a9c015567
b90286114890d14038bb63e100e29cdba2e87440
/Honeycomb GE/src/render/RenderingEngine.cpp
d379bde4601d532343a0b2e9b7c747a51d47539f
[ "MIT" ]
permissive
00mjk/Honeycomb-Game-Engine
21fa3e869a1c66d7355007605e2db5b0679883ce
0ccfcf9bc57d63e948325ac89ad0de0497206f94
refs/heads/master
2021-07-15T08:09:20.360152
2017-10-19T18:39:09
2017-10-19T18:39:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
926
cpp
#include "../../include/render/RenderingEngine.h" #include "../../include/render/deferred/DeferredRenderer.h" using Honeycomb::Scene::GameScene; using Honeycomb::Render::Deferred::DeferredRenderer; namespace Honeycomb { namespace Render { RenderingEngine *RenderingEngine::renderingEngine = nullptr; RenderingEngin...
[ "antverdovsky@gmail.com" ]
antverdovsky@gmail.com
7a88e0115d4bfffc323e392cd110ecfb1eb6a106
d9142bdff80cad8a1bf5a138f55c442a04e2674d
/TS_6.cpp
e989be66e91cba8696dbe7e3f45345d4bd1ced1b
[]
no_license
epicurean21/Algorithm
280a84d5f73db7787eb2589a3a37901983496691
d5fa2f0318d45bdd17c5ccda9e72468b4711100c
refs/heads/master
2023-07-22T05:30:47.982546
2023-07-09T06:22:09
2023-07-09T06:22:09
199,615,976
3
0
null
null
null
null
UTF-8
C++
false
false
644
cpp
#include <string> #include <vector> #include <iostream> using namespace std; long long solution(int numOfStairs) { long long answer = 0; long long dp[71]; dp[1] = 1; dp[2] = 2; dp[3] = 4; for (int i = 4; i <= numOfStairs; i++) { dp[i] = dp[i - 1] + dp[i - 2] + dp[i - 3]; } answ...
[ "jm_company@naver.com" ]
jm_company@naver.com
aee54517fcacdc7c713caafc9af6e22306631809
dbdf80f064535005072598f8b0a8208243e2c61e
/Proyecto 1/.ngrest/local/build/pruebas/codegen/pruebasWrapper.h
979667c0a54beb9a77303393ab6a3ab39d03ea88
[]
no_license
erflod5/EDD
76554a680bf2a5131e04a4d741a1975fefb6f311
53141d9160f76a1b6fea51c12800ae6d6eaf441e
refs/heads/master
2021-10-20T09:11:02.947069
2019-02-27T04:12:29
2019-02-27T04:12:29
170,441,816
0
0
null
null
null
null
UTF-8
C++
false
false
776
h
// This file generated by ngrestcg // For more information, please visit: https://github.com/loentar/ngrest // DO NOT EDIT. ANY CHANGES WILL BE LOST #ifndef PRUEBASWRAPPER_H #define PRUEBASWRAPPER_H #include <string> #include <ngrest/engine/ServiceWrapper.h> #include "pruebas.h" class pruebas; //! pruebas servi...
[ "2883388711710@ingenieria.usac.edu.gt" ]
2883388711710@ingenieria.usac.edu.gt
7a13b9bba3bb8c3d6c3fabcea049079c93a3fdd2
f47507ff5536857b84113d5de9b949ad1b926075
/tensorflow/compiler/jit/extract_outside_compilation_pass.cc
841f98aacc599690456a79b83d51048c2ee54c4f
[ "Apache-2.0" ]
permissive
Guy-test/tensorflow
299a28dc9127b3ea7e16cd2d0d1a73fa1d0c07d2
e8d291f27241584fdb461fbc4729c9b3bd9012f2
refs/heads/master
2021-09-26T12:15:53.872392
2018-10-29T23:02:51
2018-10-29T23:15:03
155,294,181
0
1
Apache-2.0
2018-10-29T23:33:54
2018-10-29T23:19:48
C++
UTF-8
C++
false
false
27,289
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
ffaa4cdc122c4c57a53d0c6140c7c27275c1f3a6
cca23296b17e23f3541c505dd96862adad53a261
/shape/cubebarrel.cpp
03350f6c0c3e092e2dbb6fabe9295179a39bfb2c
[]
no_license
purvigoel/projectHug
432eaf0ef3a88a535f67fc61add3d6c76f1126f9
7b7e42f09cdf93826f3b9549b6ac27a562a0af0a
refs/heads/master
2020-04-07T06:09:20.581482
2018-12-03T18:48:53
2018-12-03T18:48:53
158,124,311
0
0
null
null
null
null
UTF-8
C++
false
false
3,305
cpp
#include "cubebarrel.h" CubeBarrel::CubeBarrel() { } CubeBarrel::~CubeBarrel() { } std::vector<float> CubeBarrel::buildShape(int numRows, int numCols){ float stripHeight = 1.0f / numRows; std::vector<float> points; float i = -0.5 + stripHeight; for(int c = 0; c < numRows; c++){ std::vector<...
[ "purvi_goel@brown.edu" ]
purvi_goel@brown.edu
3a103760b0518fbe552ce41c0b9e91885d033c29
e0f08f8cc9f0547a55b2263bd8b9ee17dcb6ed8c
/Contests/practice_4/twopalin.cpp
6d001cc8ee14f5c6eb8778725fd818171b28ec24
[ "MIT" ]
permissive
aqfaridi/Competitve-Programming-Codes
437756101f45d431e4b4a14f4d461e407a7df1e9
d055de2f42d3d6bc36e03e67804a1dd6b212241f
refs/heads/master
2021-01-10T13:56:04.424041
2016-02-15T08:03:51
2016-02-15T08:03:51
51,711,974
0
0
null
null
null
null
UTF-8
C++
false
false
758
cpp
#include <bits/stdc++.h> using namespace std; typedef long long LL; typedef pair<int,int> pii; #define endl '\n' int n,result; int marked_this[26]; string s1,s2; int base(string &s1){ int a = 0; memset(marked_this,0,sizeof marked_this); for(int i=0;i<n;i++) marked_this[s1[i]-'a']++; for(int i=0;i<26;i++) if(mar...
[ "aqfaridi@gmail.com" ]
aqfaridi@gmail.com
8438f951fdd9e1ecb343e677ab675827d6425230
c55dfcf26065e3f8abc4a191731e5d02acacb5f5
/src/memory/include/memory/memory.fwd.h
18c7cb9ed9a9f9cb6d9c94a429cb3b38053e4a65
[ "MIT" ]
permissive
venkat24/tvp
b2e7c9eb1df9bcab52804c10a6da06e74bf311f3
cd6636024d5e3a152b7cc0fbeaeda386ab7e6695
refs/heads/master
2020-04-01T05:33:01.025450
2020-01-21T03:45:31
2020-01-21T03:45:31
152,908,447
30
5
MIT
2020-01-25T04:20:31
2018-10-13T19:45:19
C++
UTF-8
C++
false
false
139
h
/** * @file memory.fwd.h * Forward declares the Memory Class */ #pragma once namespace memory { class Memory; } // namespace memory
[ "venkatramansrikanth@outlook.com" ]
venkatramansrikanth@outlook.com
69e2a3d8cd71b6e86dc0563fa0ba495c6ae42c7c
7d0e0c88d32875a18b41ef86e41f8c482f069e01
/Src/Kranos/GUI/Panel/PropertyPanel.cpp
afa5125392c2b6b4637154d9ad32daa184d0da2e
[ "MIT" ]
permissive
KDahir247/KranosLoader
3b762bb4c3e851d16163492b0c686798a4bbc8e3
5e55a0f1a697170020c2601c9b0d04b0da27da93
refs/heads/main
2023-01-01T17:41:46.830677
2020-10-27T16:19:56
2020-10-27T16:19:56
307,753,278
0
0
null
null
null
null
UTF-8
C++
false
false
4,669
cpp
// // Created by kdahi on 2020-09-30. // #include "PropertyPanel.h" #include <nuklear.h> PropertyPanel::PropertyPanel(struct nk_context *nkContext, int width, int height) { this->width = width; this->height = height; context = nkContext; WindowEvent::AddListener()->GetEventListener() .s...
[ "oblitrium@gmail.com" ]
oblitrium@gmail.com
e7a8c4e2018acb7235c246c47862cc9ab2362d8a
5b708803962e4c24dffa5d5fd1c9cf9e39ca74f8
/cubs/src/Symbol.hh
054753c262979525e09d0f61974c2ee3ea0dd7cd
[]
no_license
cptpingu/Cubs
f5911499ac195e9901584353b9f537576c82e952
dbe480c0c77ecc8eb3d6c01a01db4adb7e155c2d
refs/heads/master
2020-05-03T19:07:54.851166
2009-05-19T12:23:56
2009-05-19T12:23:56
664,450
0
1
null
null
null
null
UTF-8
C++
false
false
1,229
hh
#ifndef SYMBOL_HH_ # define SYMBOL_HH_ # include <iostream> # include "Configuration.hh" # include "SharedString.hh" namespace MiniCompiler { class Symbol { friend std::ostream& operator<<(std::ostream& o, const Symbol& symbol); public: enum type { TYPE, KEYWORD, LEFT_BRACKET, RIGHT_BRACKET, ...
[ "cptpingu@gmail.com" ]
cptpingu@gmail.com
d61798685e3a386820a402612e2b87c067326b89
cbd12e1d7a538106a0ff8c8599d55d648777ad32
/src/atlas/array/helpers/ArrayInitializer.h
1a274fa313a190316ce374241967bb08a16545c4
[ "Apache-2.0" ]
permissive
pmarguinaud/atlas
2c05bd71dc41aeb6a876a78f5d3ea8448b604362
b9360f5b4022107741b8ab71fdc7f77e98018cae
refs/heads/master
2021-07-22T16:19:13.465513
2020-04-08T18:56:45
2020-04-08T18:56:45
256,191,290
3
0
Apache-2.0
2020-04-16T11:11:13
2020-04-16T11:11:13
null
UTF-8
C++
false
false
8,927
h
/* * (C) Copyright 2013 ECMWF. * * This software is licensed under the terms of the Apache Licence Version 2.0 * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. * In applying this licence, ECMWF does not waive the privileges and immunities * granted to it by virtue of its status as an intergo...
[ "willem.deconinck@ecmwf.int" ]
willem.deconinck@ecmwf.int
b9656415e8b19f645a563e90f2395228cfe32abb
029c481b44b44c42605a8a828c358af39679300f
/automata/2558.cpp
daf7d7d57e3006991f3e6b319d3a3b11d777341d
[]
no_license
cbajs12/BOJ
93f4406c8820b834a48166f18abf89b7481cab7e
1e6ac6c98fe1336dd48db146199f8ebe7c4e216f
refs/heads/master
2020-05-29T12:23:11.757012
2019-06-08T12:14:58
2019-06-08T12:14:58
68,577,265
0
0
null
null
null
null
UTF-8
C++
false
false
259
cpp
#include <iostream> using namespace std; int main(void){ int a, b; cin>>a; cin>>b; if(a > 10 || a < 0) return 0; if(b > 10 || b < 0) return 0; int c = a+b; if(c > 10) return 0; printf("%d", c); }
[ "cbajs20@gmail.com" ]
cbajs20@gmail.com
01440e68568817c3573a8f92d428ab4b480af53b
9c8786f7a2dbc1a3af3ffed9be48e7a245be1516
/FinalRelease/软件代码/Il2CppOutputProject/Source/il2cppOutput/UnityEngine.TextRenderingModule.cpp
f5f0daffb5b1675e9d14a7e11153dad20d4e1dd3
[]
no_license
naomixie/SE_VR_Project
a7197b06cc6ad8fe003e36c47a27e9172c3a7c43
6bf1ac58f536b9c3fdd97b61a67563a3a695309d
refs/heads/master
2023-02-16T03:55:05.430786
2021-01-11T04:09:29
2021-01-11T04:09:29
295,352,170
5
1
null
2020-12-20T07:04:47
2020-09-14T08:25:57
C#
UTF-8
C++
false
false
237,522
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 "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" struct Vi...
[ "bluelaserpointer@yahoo.co.jp" ]
bluelaserpointer@yahoo.co.jp
91a0179224d5554623f37403ebac3d4cab6052c5
1995c9a4daf04371b1a5ffd4da93bab94f4b7d04
/src/TimeTick.cpp
dadf10a2b9ea13100b337315f8b190bd7f0e2262
[]
no_license
RomeliFeng/BWDK
06705dc713cf817d17de5cd0c567a6a00b1638cd
176eb487c7c9cefdeed4f6e26e3d84afd81a3698
refs/heads/master
2021-06-21T21:43:20.803351
2017-06-12T14:43:03
2017-06-12T14:43:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,431
cpp
/* * TimeTick.cpp * * Created on: 2017��1��11�� * Author: Romeli */ #include "TimeTick.h" #define TIM_Interval 100 //n*100uS TimeTickClass TimeTick; void TimeTickClass::TIMInit() { TIM_TimeBaseInitTypeDef TIM_TimeBaseStructure; RCC_APB1PeriphClockCmd(RCC_APB1Periph_TIM3, ENABLE); TI...
[ "Romeli@Romeli-LP.lan" ]
Romeli@Romeli-LP.lan
48ad09f6ec1269d78b24d4a0d5559e37be674e2c
924543e47fb5e50518bcb16392d8d102e44b9f09
/C++提高编程/06-模板-普通函数与函数模板调用规则.cpp
3f20458ba40a78213f4d4294047e83b7ee903a07
[]
no_license
LiuWenlin595/C-Study
037e5f7885b75119c8c2973bd353fb00d05769a7
4d86bd60af53c874a5119d1f737238c75737da1d
refs/heads/master
2023-06-29T13:11:11.971442
2021-08-07T16:08:12
2021-08-07T16:08:12
393,727,711
0
0
null
null
null
null
UTF-8
C++
false
false
1,543
cpp
#include <iostream> using namespace std; // 普通函数与函数模板调用规则(发生重载的情况) // 1. 如果函数模板和普通函数都可以实现, 优先调用普通函数, 即使普通函数只有声明也会调用普通函数然后报错 // 2. 可以通过空模板参数列表来强制调用函数模板 // 3. 函数模板也可以发生重载 // 4. 如果函数模板可以产生更好的匹配, 优先调用函数模板 // 既然提供了函数模板, 最好不要使用普通函数 int myPrint(int a, int b) { cout << "调用的普通函数" << endl; return 0; } template<typenam...
[ "978714041@qq.com" ]
978714041@qq.com
7b3c9d9c354165200bfcae2623b28f80b37a10eb
e45b411ed064c9f4323d38cadae04b3a7b458fbc
/CIS375Project/Time.h
1e9c485dcdc33fa3a48f1e7bae7391cd056891a8
[]
no_license
oajerd/CIS375-Project
1c8e42b976d6de9f9b16c2e3faaf54f257c80944
5621d83eaa62feec504196919ca717b9bd0f0663
refs/heads/master
2020-04-29T13:39:10.613696
2019-04-22T19:27:10
2019-04-22T19:27:10
176,174,754
0
0
null
null
null
null
UTF-8
C++
false
false
494
h
#ifndef _TIME_H #define _TIME_H #include <iomanip> struct Time { public: int hours; int minutes; Time(int h = 0, int m = 0) { hours = h; minutes = m; } void setTime(int h = 0, int m = 0) { hours = h; minutes = m; } void operator =(const Time& obj) { hours = obj.hours; minutes = obj...
[ "abdelhaq642@gmail.com" ]
abdelhaq642@gmail.com
70a71f99484f45855e0345487736b55d3c1c5959
f1fd3b23ac060aeac7143e7c05d650912b83eb88
/libcef/browser/osr/browser_platform_delegate_osr.h
28871be2afcc7a2e09ee4050c720f212c1944c68
[ "BSD-3-Clause" ]
permissive
cloudscrape/cef
a8b99cedeaf3eafdc0de36701a13f3d4c84abb62
99bf1b8458b104b1bb8d2d24ce1691a248d77f37
refs/heads/master
2021-01-09T20:47:12.797880
2016-05-29T01:58:53
2016-05-29T02:00:28
60,127,479
2
0
null
null
null
null
UTF-8
C++
false
false
4,439
h
// Copyright 2015 The Chromium Embedded Framework 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 CEF_LIBCEF_BROWSER_OSR_BROWSER_PLATFORM_DELEGATE_OSR_H_ #define CEF_LIBCEF_BROWSER_OSR_BROWSER_PLATFORM_DELEGATE_OSR_H_ #inclu...
[ "magreenblatt@gmail.com" ]
magreenblatt@gmail.com
db83c24da968ef3b47ac284902f069a36540b25f
a70643053d6f8bc8de2864f75381b36d749d45f7
/MODUL 4/4.5/main.cpp
e44993be9f6bb4270055d4d5ef083ef18de76489
[]
no_license
AyuDwi/AyuDwi-GK-160411100132
44a2f7ee5e8a6076aab76542055e9af3c52f5926
04b4b1dc2ec5b7275bf938486f1678e05ec12549
refs/heads/master
2021-04-12T02:05:41.612218
2018-06-07T14:43:41
2018-06-07T14:43:41
125,691,213
0
0
null
null
null
null
UTF-8
C++
false
false
2,096
cpp
#include <windows.h> #ifdef __APPLE__ #include <GLUT/glut.h> #else #include <GL/glut.h> #endif #include <math.h> void lingkaran(){ glColor3f (1, 1, 0); float t = 0.0; glBegin(GL_POINTS); for(t = 0.0; t<2*3.14; t+=0.01){ glVertex2f(7*cos(t),7*sin(t)); } glEnd(); } void lima(){ /...
[ "noreply@github.com" ]
AyuDwi.noreply@github.com
2101f6e3c1b459db06947448888e805eecef543f
5d7739bd360a447ee1c7285483d2f37d521fa99e
/Volume 107 (10700-10799)/10715.cpp
8bc895ed359e0b32fed8a22b40417bff98460226
[]
no_license
aaafwd/Online-Judge
c4b23272d95a1c1f73cc3da2c95be8087a3d523c
b264f445db2787c5fc40ddef8eb3139adae72608
refs/heads/main
2023-04-02T01:01:26.303389
2021-04-11T14:17:58
2021-04-11T14:17:58
356,840,772
1
0
null
null
null
null
UTF-8
C++
false
false
2,170
cpp
/* @JUDGE_ID: 19899RK 10715 C++ "By Anadan" */ // Cat // Accepted (0.037 seconds with low memory spent) #include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> int N; struct Number { double x; int i; } arr[128]; double sum, res; char mask[128]; int sort_function(const void *a,...
[ "noreply@github.com" ]
aaafwd.noreply@github.com
f4035d054718196f0cc5da10ba5d8a2d1fbe4962
943dd54918355e8028fdd759bae6d9dd837e11e0
/tests/hosted/test_modules.cpp
a93ebfac388a48d6292caf145990f55b3117d5b6
[ "BSD-3-Clause" ]
permissive
fieldkit/firmware
06e920ad01c2f48142413d3a3447188bc9753004
45c51ce8dc51df886875e97de17980c839882adf
refs/heads/main
2023-08-23T22:29:02.022772
2023-07-24T22:18:01
2023-07-24T22:18:01
183,808,180
11
1
BSD-3-Clause
2023-04-04T20:42:38
2019-04-27T18:27:51
C++
UTF-8
C++
false
false
4,919
cpp
#include <hal/hal.h> #include "test_modules.h" #include "modules/shared/modules.h" namespace fk { static ModuleSensors fk_module_fake_empty_sensors = { .nsensors = 0, .sensors = nullptr, }; class FakeModuleEmpty : public FakeModule { public: ModuleReturn initialize(ModuleContext mc, Pool &pool) override...
[ "jlewallen@gmail.com" ]
jlewallen@gmail.com
3865ec6b7d449add51f0804b648398eb69c73f62
04b1803adb6653ecb7cb827c4f4aa616afacf629
/chrome/services/file_util/public/cpp/zip_file_creator.h
64f98e4573dd7697f56c5963df5745e430135083
[ "BSD-3-Clause" ]
permissive
Samsung/Castanets
240d9338e097b75b3f669604315b06f7cf129d64
4896f732fc747dfdcfcbac3d442f2d2d42df264a
refs/heads/castanets_76_dev
2023-08-31T09:01:04.744346
2021-07-30T04:56:25
2021-08-11T05:45:21
125,484,161
58
49
BSD-3-Clause
2022-10-16T19:31:26
2018-03-16T08:07:37
null
UTF-8
C++
false
false
2,601
h
// 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. #ifndef CHROME_SERVICES_FILE_UTIL_PUBLIC_CPP_ZIP_FILE_CREATOR_H_ #define CHROME_SERVICES_FILE_UTIL_PUBLIC_CPP_ZIP_FILE_CREATOR_H_ #include <memory> ...
[ "sunny.nam@samsung.com" ]
sunny.nam@samsung.com
e8fec2843bb183e99d4033bb6534e756201b015e
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/httpd/gumtree/httpd_new_hunk_420.cpp
0f79242cd6e00e21c707f56edc80936ba2c2122d
[]
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
2,292
cpp
"<td><font size='-1' face='Arial,Helvetica' color='#ffffff'><b>Attribute</b></font></td>" "<td><font size='-1' face='Arial,Helvetica' color='#ffffff'><b>Value</b></font></td>" "<td><font size='-1' face='Arial,Helvetica' color='#fffff...
[ "993273596@qq.com" ]
993273596@qq.com
82bafda00457ee173d87bde40fe7cfae0c168418
46153c4d0d3457af0f055a0e3218f0ffb9a216e3
/Codechef/CC November 2018 PRDRG.cpp
4d071e2cb5339285f58b2e74708175bedde94858
[]
no_license
iamsaquib2508/Competitive-Programminng
c494e245b88d6e0cc366a331e8adf07f541f5576
02ddc436b9b3b8da8aac2544c3047bb4376087dc
refs/heads/master
2023-05-30T19:59:33.625016
2021-07-03T21:28:54
2021-07-03T21:28:54
274,222,778
0
0
null
null
null
null
UTF-8
C++
false
false
1,092
cpp
/* *************************** DONATE BLOOD, SAVE LIFE! ******************************** */ #include<bits/stdc++.h> #define ffr(i,a,b) for(i=a;i<b;i++) #define ffrr(i,a,b) for(i=a;i<=b;i++) #define ll long long int #define ld long double #define pb push_back #define pii pair<int,int> #...
[ "1505018.mmi@ugrad.cse.buet.ac.bd" ]
1505018.mmi@ugrad.cse.buet.ac.bd
b6d970af59142bbad01f0937729bd005bbc06b19
d74424a1594ee2665c5d4e4f445ac0327a465ef7
/include/terminal.h
c2e13c7419c1618d682563e4a1707eef2dd74cb1
[]
no_license
miloshcurcic/uniEmulator
35383054076b58565323d47fd6b30c11c7004e25
6dbde4ac30ec2a248998fb458d745e701cad8c3f
refs/heads/master
2022-12-05T20:43:53.002697
2020-08-23T03:07:45
2020-08-23T03:07:45
285,934,394
0
0
null
null
null
null
UTF-8
C++
false
false
567
h
#ifndef _TERMINAL_H_ #define _TERMINAL_H_ #include "includes.h" #include <thread> #include <semaphore.h> struct termios; class Terminal { public: static void input_run(); static void start_terminal(); static void terminate(); static void initialize_terminal(); static void cleanup_terminal(); ...
[ "miloshcurcic@gmail.com" ]
miloshcurcic@gmail.com
cbefd37ed732bc4bf3525f2c4fe6cd49e9c336bb
be4a072e7a476c0fac8013cd67223ed78c2ef727
/src/util/executor.cc
50e11cc778e2b834cf893a6fe0d8bfabc9153a56
[ "MIT" ]
permissive
agata-borkowska-clark/context-game-engine
269a9faada9269441ecd011ffc30cf21523c733b
6fd4c3a89472a7922032c2a45da42d107f75cf9c
refs/heads/main
2023-01-20T20:50:52.567677
2020-11-11T19:09:05
2020-11-11T19:09:05
307,088,723
0
0
null
null
null
null
UTF-8
C++
false
false
963
cc
#include "executor.h" #include <thread> namespace util { // Order time points in *descending* order so that they are put in *ascending* // order in a heap. static constexpr auto by_time = [](auto& l, auto& r) { return l.time > r.time; }; void executor::schedule(std::function<void()> f) noexcept { schedule_at(cl...
[ "scrumplesplunge@gmail.com" ]
scrumplesplunge@gmail.com
aec4607fc136e964cd1042aeaee2bfd5cff5fa45
3f932c56ba06bec3841986563a8d8dcf31b5d791
/src/grasp.cpp
6599585343c63a05b78aebce9b1f6213b6067014
[]
no_license
luishpmendes/MO824-atividade3
1a7a22c16b7dec14a38b75e122adc3f486dda926
5ba5e3cfcce1eda5d30fe409899e5a1586eb0aa5
refs/heads/master
2021-01-19T06:20:44.242107
2017-04-10T14:49:51
2017-04-10T14:49:51
87,455,084
0
0
null
null
null
null
UTF-8
C++
false
false
11,012
cpp
#include <iostream> #include <vector> #include <algorithm> #include <chrono> #include <iterator> #include <set> using namespace std; typedef unsigned int uint; typedef long int lint; typedef unsigned long int ulint; typedef vector < vector <double> > matrix; typedef pair < vector <uint>, double > tSolution; double e...
[ "luishpmendes@gmail.com" ]
luishpmendes@gmail.com
0aa1f7972fbe7e50fdfe1df49640f284d22ed10d
dfc25f262ddcf558d3f565f59fc650aa5cb67b59
/src/common/utils/MetaKeyUtils.cpp
7d9882c9acf5f707b069417bbef0b8f5bc824c8c
[ "Apache-2.0" ]
permissive
jievince/nebula
0e3acf91a2e8f87d05288a36705fd9c27bded64a
d3ef4412f9d4ee6872d0dbe94694875132fbb3ee
refs/heads/master
2023-04-10T08:23:58.096075
2022-08-09T06:07:57
2022-08-09T06:07:57
394,878,675
2
0
Apache-2.0
2021-08-11T05:56:47
2021-08-11T05:56:46
null
UTF-8
C++
false
false
58,156
cpp
/* Copyright (c) 2018 vesoft inc. All rights reserved. * * This source code is licensed under Apache 2.0 License. */ #include "common/utils/MetaKeyUtils.h" #include <thrift/lib/cpp/util/EnumUtils.h> #include <thrift/lib/cpp2/protocol/CompactProtocol.h> #include <thrift/lib/cpp2/protocol/Serializer.h> #include <bo...
[ "noreply@github.com" ]
jievince.noreply@github.com
094c7cecdf97da2fa0c5e419166b40f66f0554e6
921952daf1ab83922a7a622c086ba87788a3b84e
/include/server/model/usermodel.hpp
d6a5ea0073e119878b80710844d232a09dc6f14f
[]
no_license
linzeyu599/chatserver
effab46ce8320b14fb621fb9d697bd31a7971b48
795e2b981136e9c41fecd7d49326dabe201c1079
refs/heads/main
2023-06-29T21:32:35.150793
2021-08-08T14:11:07
2021-08-08T14:11:07
393,975,603
1
0
null
null
null
null
UTF-8
C++
false
false
378
hpp
#ifndef USERMODEL_H #define USERMODEL_H #include "user.hpp" //User表的数据操作类 class UserModel { public: //User表的增加方法 bool insert(User &user); //根据用户号码查询用户信息 User query(int id); //更新用户的状态信息 bool updateState(User user); //重置用户的状态信息 void resetState(); }; #endif
[ "linzeyu599@163.com" ]
linzeyu599@163.com
99b132e6b4ce7b529321626e3de40ae94047e81e
dec4ef167e1ce49062645cbf036be324ea677b5e
/SDK/PUBG_Carapackage_RedBox_classes.hpp
9231bc80974469ebc9b912d49f50d789ca8f3c5c
[]
no_license
qrluc/pubg-sdk-3.7.19.5
519746887fa2204f27f5c16354049a8527367bfb
583559ee1fb428e8ba76398486c281099e92e011
refs/heads/master
2021-04-15T06:40:38.144620
2018-03-26T00:55:36
2018-03-26T00:55:36
126,754,368
1
0
null
null
null
null
UTF-8
C++
false
false
686
hpp
#pragma once // PlayerUnknown's Battlegrounds (3.5.7.7) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "PUBG_Carapackage_RedBox_structs.hpp" namespace PUBG { //--------------------------------------------------------------------------- //Classes //------------------------------------------------------...
[ "qrl@uc.com" ]
qrl@uc.com