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
5f4d1df5889021c4d9e58c7219be5dcf720812ad
26b8309b367aa41551936fde1c13f24e9aecabdf
/№6/№6/№6.cpp
43c29a0a05ee922442f3c394dddc1619a59a5c49
[]
no_license
R3str/Cpp
ad412f0cc9d7166ff250e63f5b07c3ca66719f49
758732fe7222a513e256e4e080d2f510fcbf9d12
refs/heads/master
2020-04-29T11:43:13.115705
2019-06-08T12:58:46
2019-06-08T12:58:46
176,109,539
0
0
null
null
null
null
UTF-8
C++
false
false
2,066
cpp
#include "pch.h" #include <iostream> #include <string> #include <fstream> using namespace std; struct userAdd { string Fio; double Pay; int PaidMonth; int PrepaidMonth; userAdd() { Fio = "NaN"; Pay = -1; PaidMonth = -1; PrepaidMonth = -1; } userAdd(string fio, int pay, int paidMonth, int prepaidMont...
[ "andrey.kotoman12@gmail.com" ]
andrey.kotoman12@gmail.com
9bc0ab5eff60861234b9e50054d1b538103e0e7f
612325535126eaddebc230d8c27af095c8e5cc2f
/src/base/threading/simple_thread.cc
97cab6e2bf32530e310385cfee19cc394084ae80
[ "BSD-3-Clause" ]
permissive
TrellixVulnTeam/proto-quic_1V94
1a3a03ac7a08a494b3d4e9857b24bb8f2c2cd673
feee14d96ee95313f236e0f0e3ff7719246c84f7
refs/heads/master
2023-04-01T14:36:53.888576
2019-10-17T02:23:04
2019-10-17T02:23:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,381
cc
// Copyright (c) 2010 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 "base/threading/simple_thread.h" #include "base/logging.h" #include "base/strings/string_number_conversions.h" #include "base/thread...
[ "2100639007@qq.com" ]
2100639007@qq.com
305fdd0d5bd8e0f3e3f01286026af4d01b3f124e
7c7e87ace2557d9305d29be907be538c1a1befa5
/examples/GeometryLight/GeometryLight.cpp
9afc9b33a07ee808cf134337163717e01ee5d593
[]
no_license
wuze/hppv
94c7993ffe9993d54fa25cb7cbb94bac049c7c5c
e274880ed9c2648377f481b135e6f04241b00062
refs/heads/master
2022-10-25T20:06:36.115567
2020-06-13T18:05:20
2020-06-13T18:05:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,638
cpp
// ncase.me/sight-and-light #include <vector> #include <optional> #include <algorithm> // std::min, std::max, std::sort #include <cmath> // std::atan2 #define GLM_ENABLE_EXPERIMENTAL #include <glm/gtx/vector_angle.hpp> // glm::rotate #include <hppv/Prototype.hpp> #include <hppv/Renderer.hpp> #include <hppv/imgui.h> ...
[ "mateusz.macieja8@gmail.com" ]
mateusz.macieja8@gmail.com
0997672eb0e40a893f4554fb68d78c22d1467346
2654bd5d6e303633633bfe227140d1d92d1a59fb
/src/cs_buffer.cpp
084a55ec0532cf3db0f563248af75274314e9185
[ "MIT", "BSD-3-Clause" ]
permissive
champyen/clscript
d982554962b1d608c098c4cf035b948180c53a19
ef9112d9a7953ce7b52d744a769dff559db6c9c5
refs/heads/master
2021-01-22T20:34:41.975506
2014-06-26T12:23:30
2014-06-26T12:23:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,233
cpp
#include "cs_buffer.h" namespace clscript{ CSBuffer::CSBuffer(CSRuntime *runtime, size_t size, void *hostptr, bool autoSync) : mRuntime(runtime), mSize(size), mHostBuf(hostptr) { cl_int status; cl_mem_flags flags = CL_MEM_READ_WRITE; if(hostptr){ if(mAutoSync && (mRuntime->mUseSyncFlag...
[ "champ.yen@gmail.com" ]
champ.yen@gmail.com
1ce48dc0c3c4cc43cb0fba1213dc258c31cd8598
4c3e844382943271a06b933a9dbc3c8b30b08dca
/2nd Sem/C++/Programs/newop1.cpp
5cd9974bc9fe7651843952fc05a2a49591f16d61
[]
no_license
vijaykumarrpai/mca-code
9ec29f8684bb4a3327c63fb48eb0c244eef5e9c7
ed407c539ff8a33811817b8dfcceea39c68641bd
refs/heads/master
2022-12-22T11:08:53.960599
2020-11-08T13:20:22
2020-11-08T13:20:22
182,063,526
4
2
null
2022-12-16T12:13:43
2019-04-18T10:00:53
Jupyter Notebook
UTF-8
C++
false
false
391
cpp
//demonstration of how the memory allocated in heap area in memory #include <iostream> int main() { int *p; float *q; char *r; p= new int(10); // 2 bytes of memory allocation in heap area and the base address return to p q= new float(1.5); // 4bytes of memory allocation in heap area & base addr return to q r= ne...
[ "vijaykumarrpai@gmail.com" ]
vijaykumarrpai@gmail.com
8ef35ebaa40c5b687b4718a2ddccf4252a980036
b19e8f83f47b89b436e268ce369c0e8043c495fb
/docs/source/torch/torchscript/code/scalar-type/alias.cc
51856af9e0e7d1013afefc76e43eb5728cc8ba89
[]
no_license
csu-fangjun/notes
3d09d38925db45cbd57858bacfc7baf24a55217e
701a025f4e542b759c934776a0f61ff2e0351ce1
refs/heads/master
2023-07-08T21:59:43.882911
2022-06-20T02:30:12
2022-06-20T02:30:12
153,248,662
0
0
null
null
null
null
UTF-8
C++
false
false
660
cc
// See torch/csrc/api/include/torch/types.h using Dtype = at::ScalarType; /// Fixed width dtypes. constexpr auto kUInt8 = at::kByte; constexpr auto kInt8 = at::kChar; constexpr auto kInt16 = at::kShort; constexpr auto kInt32 = at::kInt; constexpr auto kInt64 = at::kLong; constexpr auto kFloat16 = at::kHalf; constexpr ...
[ "fangjun.kuang@gmail.com" ]
fangjun.kuang@gmail.com
15ccb479c0d1e06c46b49a1a3c168c85a8579fae
e6fd74ac5a8283729c08e05dd045dff9fdaeb3cf
/1021.cpp
980adb1c2eac208b3dd4db7f022d9855c8b0b1b1
[]
no_license
zenglh666/POJ
137b7fa8e66ad4ccf660b587065daa1290a1ff9f
d81e1ea1c8119caa58e07ded81faa305f6bf13e6
refs/heads/master
2021-01-12T13:39:49.639058
2016-09-26T05:15:05
2016-09-26T05:15:05
69,213,943
0
0
null
null
null
null
UTF-8
C++
false
false
1,583
cpp
#include <stdio.h> #include <string.h> #include <stdlib.h> struct position{ int x, y; }pos[10010]; int w, h, n, map[105][105], sum[2][10010]; int compare(const void*a, const void *b) { return *((int *)a) - *((int *)b); } int main(){ int T; scanf("%d", &T); while (T--){ scanf("%d %d %d", &w...
[ "noreply@github.com" ]
zenglh666.noreply@github.com
f43c3b22b0af0a7c5b2679811a80b85fde2aac58
1f40abf77c33ebb9f276f34421ad98e198427186
/tools/output/stubs/Sim/Projectiles/WeaponProjectiles/EmgProjectile_stub.cpp
7f9ce2d1a04edd1371adff0aa2b770ce0e28141e
[]
no_license
fzn7/rts
ff0f1f17bc01fe247ea9e6b761738f390ece112e
b63d3f8a72329ace0058fa821f8dd9a2ece1300d
refs/heads/master
2021-09-04T14:09:26.159157
2018-01-19T09:25:56
2018-01-19T09:25:56
103,816,815
0
2
null
2018-05-22T10:37:40
2017-09-17T09:17:14
C++
UTF-8
C++
false
false
1,279
cpp
#include <iostream> /* This file is part of the Spring engine (GPL v2 or later), see LICENSE.html */ #include "EmgProjectile.h" #include "Game/Camera.h" #include "Map/Ground.h" #include "Rendering/GL/VertexArray.h" #include "Rendering/Textures/TextureAtlas.h" #include "Sim/Projectiles/ExplosionGenerator.h" #include "S...
[ "plotnikov@teamidea.ru" ]
plotnikov@teamidea.ru
ba17ad4bf7e1146c9057775ceae8bfeec908db6b
c8b39acfd4a857dc15ed3375e0d93e75fa3f1f64
/Engine/Source/ThirdParty/ICU/icu4c-53_1/source/test/intltest/dtptngts.cpp
23786c67e4bb116066aa33ac22574493e7eaf199
[ "MIT", "LicenseRef-scancode-proprietary-license", "ICU", "NAIST-2003", "LicenseRef-scancode-unicode", "BSD-3-Clause", "LicenseRef-scancode-public-domain", "BSD-2-Clause" ]
permissive
windystrife/UnrealEngine_NVIDIAGameWorks
c3c7863083653caf1bc67d3ef104fb4b9f302e2a
b50e6338a7c5b26374d66306ebc7807541ff815e
refs/heads/4.18-GameWorks
2023-03-11T02:50:08.471040
2022-01-13T20:50:29
2022-01-13T20:50:29
124,100,479
262
179
MIT
2022-12-16T05:36:38
2018-03-06T15:44:09
C++
UTF-8
C++
false
false
54,586
cpp
/******************************************************************** * COPYRIGHT: * Copyright (c) 2008-2014, International Business Machines Corporation and * others. All Rights Reserved. ********************************************************************/ #include "unicode/utypes.h" #if !UCONFIG_NO_FORMATTING...
[ "tungnt.rec@gmail.com" ]
tungnt.rec@gmail.com
693472b269ac4b0292b982e9fd0df57e171e31b6
a523380bc47012b0df53e0699744a95fb0cea92b
/src/LDPC_Simulator_Data_Def.hpp
9c177f1065036743d9c61d8a087c1ab65d134745
[]
no_license
gaobingaobingaobin/ADMM_decoder_layered
05d4e143d4a14156054c798a23dccc4c23818cda
31b8d0c97c6cccf928f836e92042ab024dcb6e03
refs/heads/master
2021-01-19T17:37:48.251476
2016-02-15T13:02:12
2016-02-15T13:02:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,606
hpp
// Copyright 2012 Xishuo Liu, Stark C. Draper, Benjamin Recht // // This program is distributed under the terms of the GNU General Public License. // // This file is part of ADMM Decoder. // // ADMM Decoder is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public Lic...
[ "imen.debbabi@gmail.com" ]
imen.debbabi@gmail.com
39c0585816830e234c99231c6e1deb2ea15c0d64
e71ebf5118040fdbfb6bbd62ad6b7a434eea2c0a
/LabWorks/Lab3Version1/header.h
2c4eafb4d092c9048d2fa73545bc89bb243b028f
[]
no_license
sviatoslav-vilkovych/OOP-NU-LP
ce577525aa12d941d0db3b7b9621d201f9742ace
50c75ffd98c4635b5bfd5d2f765380833fb3e5ea
refs/heads/master
2021-08-27T16:19:46.255774
2016-12-26T03:46:48
2016-12-26T03:46:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
181
h
#pragma once #include <iostream> #include <string.h> #include <fstream> #include <iomanip> #include <vector> using namespace std; #include "CashRegister.h" #include "ticket.h"
[ "VilSvat@gmail.com" ]
VilSvat@gmail.com
1b6c1bdd20da63c90e392c0cb4597e0517bb08d5
c57819bebe1a3e1d305ae0cb869cdcc48c7181d1
/src/qt/src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/DeviceMotionClientQt.cpp
4761514302ef8f258f1a5d4ceb9dcaba8b7851dd
[ "LGPL-2.1-only", "Qt-LGPL-exception-1.1", "LicenseRef-scancode-generic-exception", "GPL-3.0-only", "GPL-1.0-or-later", "GFDL-1.3-only", "BSD-2-Clause", "BSD-3-Clause" ]
permissive
blowery/phantomjs
255829570e90a28d1cd597192e20314578ef0276
f929d2b04a29ff6c3c5b47cd08a8f741b1335c72
refs/heads/master
2023-04-08T01:22:35.426692
2012-10-11T17:43:24
2012-10-11T17:43:24
6,177,895
1
0
BSD-3-Clause
2023-04-03T23:09:40
2012-10-11T17:39:25
C++
UTF-8
C++
false
false
2,034
cpp
/* * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any l...
[ "ariya.hidayat@gmail.com" ]
ariya.hidayat@gmail.com
ee0418ab4522ad65c5ffed32c975fa8d2ebe3d80
05b39fb01b26776235aeac68d7120c90e2086ce0
/email/src/emailagent.h
b7e9491529781ef4b5500234aeb3b065d16fcf5c
[]
no_license
veskuh/nemo-qml-plugins
cb1df85f0cd1aa075f07f354842284aeafcc482f
3fda9fed301dd03cb2a8e474796affab7a186d05
refs/heads/master
2021-01-16T20:46:22.245220
2012-10-29T14:02:28
2012-10-29T14:22:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,524
h
/* * Copyright 2011 Intel Corporation. * * This program is licensed under the terms and conditions of the * Apache License, version 2.0. The full text of the Apache License is at * http://www.apache.org/licenses/LICENSE-2.0 */ #ifndef EMAILAGENT_H #define EMAILAGENT_H /* #ifdef None #undef None #endif #ifdef...
[ "valerio.valerio@jollamobile.com" ]
valerio.valerio@jollamobile.com
76785b81bbea7e1eccc1c4ea4762e504edacc02c
02560d9e9fb24766a63f1b7a39a4f51c4501f7ec
/Joining_realations/sortJoin/readFiles.cpp
eb5dcdb6a4b780fd9fa3f976ea6a7240f259c0b9
[]
no_license
amanshahi/relationJoin
d39c2a4f5d66821b30c0a23c981f2075e8c927c5
f4577b7503a3f13b853e07d4cf984f7b23755410
refs/heads/master
2021-08-11T11:10:59.870037
2017-11-13T16:05:01
2017-11-13T16:05:01
110,569,879
0
0
null
null
null
null
UTF-8
C++
false
false
914
cpp
#include <bits/stdc++.h> using namespace std; #define MOD 1000000007 #define PB push_back #define INS insert #define MP make_pair #define LL long long int #define II int #define SS string #define sortArray(n) sort(begin(n), end(n)) #define sortVector(n) sort(n.begin(), n.end()) LL offset=0; vector<vector<string> ...
[ "amanshahi2016@gmail.com" ]
amanshahi2016@gmail.com
8c406a09aea904012ed6b78a40706e56614324b3
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/CMake/CMake-gumtree/Kitware_CMake_repos_log_1343.cpp
177f8476ec505ca13fc887ac7cdcd8718f6289ea
[]
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
73
cpp
archive_set_error(&a->archive, ENOMEM, "No memory for file entry");
[ "993273596@qq.com" ]
993273596@qq.com
ca116be7902e7f809ce602214246ff4911cf72a4
9d9aa867aa9e4eb9f92072c74d850aff8611bf1e
/FINAL PRACTISE/STRING CONCATINATE.cpp
f04cb77d9347a2c7855576492e279cd0236c8c68
[]
no_license
rajat-29/PRE-UCA
162fed19f097d4669b2316ac4143b2cb5ac6a034
f70ebf4e1e0561ebf234ebf428cd73baf823847d
refs/heads/master
2020-04-12T10:55:13.124220
2020-01-31T15:11:43
2020-01-31T15:11:43
160,946,683
0
0
null
null
null
null
UTF-8
C++
false
false
666
cpp
#include<iostream> #include<string.h> using namespace std; class mat { private: int a[20][20]; int m,n; public: mat() { m=2; n=2; } void read() { for(int i=0;i<m;i++) { for(int j=0;j<n;j++) { cin>>a[i][j]; } } } mat operator +(mat& b) { mat b1; for(int...
[ "rajat295gupta@gmail.com" ]
rajat295gupta@gmail.com
5f73362a0a5f86360769ee22affb7f6e7d6581e3
9030ce2789a58888904d0c50c21591632eddffd7
/SDK/ARKSurvivalEvolved_DinoCharacterStatusComponent_BP_Beetle_functions.cpp
d42a315917b6c61488870f6fe79a93f9ad4195b0
[ "MIT" ]
permissive
2bite/ARK-SDK
8ce93f504b2e3bd4f8e7ced184980b13f127b7bf
ce1f4906ccf82ed38518558c0163c4f92f5f7b14
refs/heads/master
2022-09-19T06:28:20.076298
2022-09-03T17:21:00
2022-09-03T17:21:00
232,411,353
14
5
null
null
null
null
UTF-8
C++
false
false
1,247
cpp
// ARKSurvivalEvolved (332.8) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "ARKSurvivalEvolved_DinoCharacterStatusComponent_BP_Beetle_parameters.hpp" namespace sdk { //--------------------------------------------------------------------------- //Functions //-------------------------------------------...
[ "sergey.2bite@gmail.com" ]
sergey.2bite@gmail.com
724b66d4cbefa6a5b9fe56f4246d021f82911f7d
045c0ffc40856d36ff3676ec189450c9ffd981ca
/CprE185/wiiwrap/wiimote.cpp
55e10770e463a3bf26c5ea0bc2629583d3ede8bf
[]
no_license
breber/school
8e0791cf20543af4492d6a3cc8e1116465c5a811
ea619b0c1055c7a79b710c508883ec34bf7fa04e
refs/heads/master
2021-03-24T13:37:01.979431
2016-12-03T01:54:02
2016-12-03T01:54:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
71,605
cpp
C// _______________________________________________________________________________ // // - WiiYourself! - native C++ Wiimote library v0.92b. // (c) gl.tter 2007 - http://wiiyourself.gl.tter.org // // see License.txt for conditions of use. see History.txt for change log. // ________________________________...
[ "reber.brian@gmail.com" ]
reber.brian@gmail.com
e468130188f6661af87d620ff23fbf58011ff2c1
fb01d56184c7d953b8e78aab7b21d31b68619428
/IOSync/src/networking/networkEngine.h
3802f2f6c6f133fc7adc1f30fa290e56938d5c88
[ "LicenseRef-scancode-warranty-disclaimer", "MIT" ]
permissive
Regal-Internet-Brothers/IOSync
e10a044526fad2fa75f6a0503e7f7ca3810c56c7
d98b076034bdbd6bedc0f3f1f9dc254a26c310a5
refs/heads/master
2023-04-10T08:38:57.328613
2023-04-01T09:23:47
2023-04-01T09:23:47
33,455,756
15
3
null
2015-04-26T12:45:55
2015-04-05T21:24:07
C++
UTF-8
C++
false
false
29,919
h
#pragma once // Includes: #include "networking.h" #include "address.h" #include "reliablePacketManager.h" #include "player.h" #include "packets.h" #include "messages.h" #include "../exceptions.h" // Standard library: #include <string> #include <stdexcept> // Namespace(s): using namespace std; namespace iosync { ...
[ "SKIVortex@rocketmail.com" ]
SKIVortex@rocketmail.com
30acf9b40e24d9f680489029624e3fa2ad17bd8e
c1d8cefebd8f85fe9a70ae18d6726e8e42a6fe3a
/07_学习笔记/HPLSP/手抄代码/send_fd267.cpp
00e0050c28ad52ba19c0de159be03e821411fe7b
[]
no_license
leomaokai/MyCpp
7df0b4097561774c9050e9eed27134202b011c3a
e81b0ba50c7de046ee63af47accd2897b5e289ee
refs/heads/master
2023-02-19T11:14:58.697566
2021-01-22T16:50:13
2021-01-22T16:50:13
289,039,519
0
0
null
null
null
null
UTF-8
C++
false
false
497
cpp
#include<sys/socket.h> #include<fcntl.h> #include<stdio.h> #include<unistd.h> #include<stdlib.h> #include<assert.h> #include<string.h> static const int CONTROL_LEN=CMSG_LEN(sizeof(int)); void send_fd(int fd,int fd_to_send) { struct iovec iov[1]; struct msghdr msg; char buf[0]; iov[0].iov_base=buf; iov[0].iov_le...
[ "leomaokai@163.com" ]
leomaokai@163.com
a071e9abf3f6b2675b8acc20c86dcd53cd939afe
21deed24d8bde9f3b8ec3d5a8962766f7ff1bc2f
/test/unittest/memory/unittest_memory_pool.cpp
ae175fdac904e4c519bd50c972f61d391245b22f
[ "LicenseRef-scancode-free-unknown", "Apache-2.0" ]
permissive
nnstreamer/nntrainer
64658cc434b42323a21871c33cdb069751770daf
08a1da0a2c22fd9495239d370cef8dc1d842a4fc
refs/heads/main
2023-08-19T09:10:39.796512
2023-08-17T08:43:39
2023-08-18T10:35:14
249,615,315
134
70
Apache-2.0
2023-09-14T12:58:28
2020-03-24T04:47:36
C++
UTF-8
C++
false
false
10,109
cpp
// SPDX-License-Identifier: Apache-2.0 /** * Copyright (C) 2021 Parichay Kapoor <pk.kapoor@samsung.com> * Copyright (C) 2022 Jiho Chu <jiho.chu@samsung.com> * * @file unittest_memory_pool.cpp * @date 11 August 2021 * @brief Memory Pool Test * @see https://github.com/nnstreamer/nntrainer * @author Parichay Kapoo...
[ "jijoong.moon@samsung.com" ]
jijoong.moon@samsung.com
e97aa6b680d2eab49fa34b54e96ae43dbee335fa
3e281f43ce594db119338d4ea76a19b6f767c3e6
/ClientTest/snap7.h
853d9cb7c41b36d0b38e2748926d55669ae53a81
[]
no_license
ghazivakili/DIIG-OPC-IoT
c6aacf18fd8c55337b1af4eac6235ad7a0beb9fa
d14731e5b527bfb35efe970cd69310d4032b8d1b
refs/heads/master
2022-10-11T16:53:51.101284
2019-03-15T20:05:26
2019-03-15T20:05:26
165,261,502
0
0
null
null
null
null
UTF-8
C++
false
false
40,396
h
/*=============================================================================| | PROJECT Simense Driver 0.01 | |==============================================================================| | Copyright (C) 2016 Mohammad Ghazivakili ...
[ "m.ghazivakili@gmail.com" ]
m.ghazivakili@gmail.com
708a02b868d34bd6adc50ba1b0fbece3d393e01b
2f67b4db64a6063ba6c5d80986d27ff52319818b
/ASSG2_B130353CS_DATTA/ASSG2_B130353CS_DATTA_2.cpp
5b24aa2f16e866e287dc47fa3bd02f0306275100
[]
no_license
dattathallam/DSA-Lab
0094d16beaabc11d070aa34a558c0717843ee366
54de6cb4eb59916c303a52a650deac897eb83bb1
refs/heads/master
2021-01-10T12:45:34.834131
2016-01-04T14:01:28
2016-01-04T14:01:28
48,999,618
0
0
null
null
null
null
UTF-8
C++
false
false
1,418
cpp
#include <iostream> #include <cstdlib> #include <cstdio> #include <cmath> #include <climits> #include <ctime> using namespace std; int arr[100000000]; int transition_search(int a[],int p,int q) { int mid; if(p > q) return -1; mid = floor((p+q)/2); if(a[mid] > a[mid+1]) return mid; else { if(a[p] > ...
[ "tssd19@gmail.com" ]
tssd19@gmail.com
2285f0c981f741afe5213de439c1b07f83e7f038
faded56040026d10940117411b277d975e60bc30
/cpp_fs/ComplexNum/complex_num_test.cpp
efc1c6693c1b49cfc8ffb2d5e8afddee60b6ef93
[]
no_license
RotemKadosh/projects
ad3ad74dcd9006ae4b698f7f7cd3b0406969d045
6fed371d09e108d640715b0566db3696e3e27d5b
refs/heads/master
2023-04-07T16:33:12.280168
2021-03-04T15:43:35
2021-03-04T15:43:35
323,014,733
1
0
null
null
null
null
UTF-8
C++
false
false
4,653
cpp
#include "cmplx_num.hpp" #include "cmplx_num_impl.hpp" #include "../../ds/utils/test.h" // RUNTEST REQUIRE using namespace ilrd; test_status_t CreateTest(); test_status_t SubTest(); test_status_t MultTest(); test_status_t IOTest(); test_status_t EqualityTest(); test_status_t AdvanceTest(); test_status_t DivTest(); t...
[ "rotemkadosh27@gmail.com" ]
rotemkadosh27@gmail.com
bd534fcf7d0f1503bfe0e98efa6cba5f6b997d52
7847b028ab7075d22548c6e80776c23d01a23f22
/player.h
2029e1090e9d15cb66d0ed74334255e99ad8b342
[]
no_license
ravenheartss/CPSC441_F19_Project
0817c30fee4a5df524ed8a9fc8c5d12a6b20804c
713243302dc4ee2625ae8293f00281f027a4d671
refs/heads/master
2020-08-27T05:03:59.636155
2019-11-29T22:22:37
2019-11-29T22:22:37
217,251,720
0
2
null
2019-11-29T16:39:12
2019-10-24T08:38:22
C++
UTF-8
C++
false
false
174
h
// // Created by Shankar Ganesh on 2019-10-26. // struct player{ int socket; std::string player_name; int pos; int rate; int n_typed; int errors; };
[ "sankarasubramanian.g@cs.ucalgary.ca" ]
sankarasubramanian.g@cs.ucalgary.ca
72cf11828365c1148a52523252e7ec32d7db0124
ffddbcfbc8c4823176481927db4015af8f2f4099
/QUSBPort.h
b44d2d41d76b36213acd9e60dc590077c98e1e20
[ "MIT" ]
permissive
MichealWen/QtUSB-1
cbd1a13c3c19eaa32f25285dd2ac0be9e528220c
2d2b41ceb643e9e4873b4c1e53786c5116315e83
refs/heads/master
2020-07-31T05:23:43.493229
2018-03-09T19:07:03
2018-03-09T19:07:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,230
h
#pragma once //Copyright 2018 Austin Simpson // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, me...
[ "noreply@github.com" ]
MichealWen.noreply@github.com
94119b33413bd25cd2371afba1713fee91816cdb
cdab3905cf5aa6272dab91244bf3139433234f30
/Utilities/Command/ctreestateadddoublecut.h
b5b1aa09c1db5fe8743e21390d033e457cb6355b
[ "MIT" ]
permissive
Bram-Hub/egg
ca937d2eef1a2311ceba2a06aaf61e3a157a5a51
63716d8f190a03e9cad42e41e20b00f523d343e9
refs/heads/master
2020-04-16T17:18:28.405374
2019-01-15T02:34:38
2019-01-15T02:34:38
165,771,413
0
0
MIT
2019-01-15T02:33:38
2019-01-15T02:33:37
null
UTF-8
C++
false
false
674
h
#ifndef CTREESTATEADDDOUBLECUT_H #define CTREESTATEADDDOUBLECUT_H #include "itreestateadd.h" /* * This command adds a double cut to a TreeState */ class CTreeStateAddDoubleCut : public ITreeStateAdd { public: /* Constructor */ CTreeStateAddDoubleCut(TreeState* t) { text = "Add double cut"; t...
[ "youngcc3157@gmail.com" ]
youngcc3157@gmail.com
d7100dc8d7a56ebe5d608a81b356ee89753ad24c
572da0542a662d96776cd2f368dc83aa5bac4185
/testing_algorithm/generation_backtracking_nhanhCan/list_arranges.cpp
3befdf2f5ce7c832dcb984d61e57a074845acdaf
[]
no_license
nguyenhieu008/training_algorithm
a771f8f968fdf6b09fb0e7ac32c9a5f793bd2a8c
eeb08a7f83ec27c6a886f3b86ded9c70fc31932f
refs/heads/master
2022-12-13T09:31:20.313200
2020-09-17T17:13:14
2020-09-17T17:13:14
277,419,817
1
0
null
null
null
null
UTF-8
C++
false
false
682
cpp
#include <iostream> using namespace std; namespace list_arranges { int n, k; int x[30] = {0, }; bool free_[30]; void printResult() { for (int i = 1; i <= k; ++i) { cout << x[i] << " "; } cout << endl; } void backTrackingMethod(int i) { if (i > k) { printResult(); return; ...
[ "nguyenhieu008@gmail.com" ]
nguyenhieu008@gmail.com
8727b71c97734dcd2492e6082afe8de19a7f7ea2
4b6aee802117c87307d1e01a511db04d9e67bb46
/leetcode/src/leetcode0085.cpp
8c19ac00a44763d18d7c5c6fdf29aca8aee62cf4
[]
no_license
zencher/algorithms_gym
eec3dfe5d9205a914bea3b935cc2a9c23f790d54
bc9ac173a4e73c0002f9135b8efe6566e71b9745
refs/heads/master
2021-06-03T15:25:29.126708
2020-02-22T15:21:50
2020-02-22T15:21:50
146,380,069
1
0
null
null
null
null
UTF-8
C++
false
false
2,619
cpp
// leetcode085.cpp // // Maximal Rectangle // Given a 2D binary matrix filled with 0's and 1's, find the largest rectangle containing all ones and return its area. #include <vector> using namespace std; class Solution { public: int maximalRectangle(vector<vector<char> > &matrix) { if ( matrix.size() == 0 || matr...
[ "zch3156@163.com" ]
zch3156@163.com
8280e3514761a2bd874714609cc6b5dd86e443f8
4b19f2755b5891e55bc981fd3bc3965d4fe47218
/Main Programs/Drifter_V1/parser.ino
a0ce48a5d1ee5f142cf6595966ee95083eae69fc
[]
no_license
nathikazad/Internship
9292cde9e244f95d1afc8c5c08a1caf0030b5bdb
8da7e7441a1291450fade9c0df9c80e058c8962e
refs/heads/master
2020-09-14T13:03:23.195100
2016-08-25T17:09:34
2016-08-25T17:09:34
66,577,657
0
0
null
null
null
null
UTF-8
C++
false
false
4,223
ino
#include <PString.h> #define HANDHELD_ID "RB0008915B" #define DRIFTER_ID_PREF "SD" char drifterIdChar = '2'; uint8_t hour, minute, seconds, year, month, day; uint16_t milliseconds; // Floating point latitude and longitude value in degrees. float latitude, longitude; // Fixed point latitude and longitude va...
[ "nathikazad@nathikimac.local" ]
nathikazad@nathikimac.local
05ab660b9c61ead37758e8d3f11c621f8d101616
86c02a0bd69f5263233d9af84399dec8164570e3
/MAIN_FILE.cpp
e1f327cacf8563db886ee0d785ffa0aeb59d1a49
[]
no_license
CodeHuman96/udaan-CodeHuman96
c2285624baf340f0c7542bd8a80806d6b56d1470
f728d1d2c58ad8883439b078031c03925a9cc0de
refs/heads/master
2021-04-26T22:56:54.939157
2018-03-05T12:12:25
2018-03-05T12:12:25
123,900,887
0
0
null
null
null
null
UTF-8
C++
false
false
3,019
cpp
#include <bits/stdc++.h> using namespace std; char ch3; class book_d { public: string author_name; string book_name; bool avai; string stud_id; book_d() { stud_id=""; avai=1; } }; bool search(char ch1, string str) { bool flag = false; ifstream file; file.open("DATA.TXT", ios::in | ios::app); book_...
[ "noreply@github.com" ]
CodeHuman96.noreply@github.com
2677653448d125b56828e508c162c5ea4637bb1d
a6c493fc02f380852a334612e7a97604853c07f5
/39.组合总和.cpp
4bec011fc333c91fd115614aeb32e7d4a5b2cca0
[]
no_license
PanAndy/leetcode-c-
e66b1f82bdf360e027feb9d363743ddb5695c1b7
5d03bb555e3c28f0348a5205ecae30e4b28cee8a
refs/heads/master
2021-04-10T21:07:40.667185
2020-08-04T09:54:24
2020-08-04T09:54:24
248,966,072
0
0
null
null
null
null
UTF-8
C++
false
false
877
cpp
/* * @lc app=leetcode.cn id=39 lang=cpp * * [39] 组合总和 */ // @lc code=start #include<iostream> #include<vector> using namespace std; class Solution { public: vector<vector<int> > ans; vector<vector<int>> combinationSum(vector<int>& candidates, int target) { ans.clear(); vector<int> path;...
[ "1163962054@qq.com" ]
1163962054@qq.com
69a03619ef5b16722e3674dc74269eed8ade328e
d496d05d421ddec8d6cc08728aa112e0aa8cfa9b
/作业2/进制转换.cpp
a6dfc21a9565479542ef945b1f071b4a66049928
[]
no_license
small-Qing/data-structure
6500d5530e351cb5483bb1e22c4af852404dae39
7cac4746394d440a9f396fdaec25c4c68b3d8f66
refs/heads/master
2021-08-19T22:24:45.444714
2017-11-27T15:40:42
2017-11-27T15:40:42
109,482,936
0
0
null
null
null
null
GB18030
C++
false
false
1,509
cpp
#include<fstream> #include<stdio.h> #include<iostream> #include<stdlib.h> //#include"stdafx.h" using namespace std; #define OVERFLOW -2 #define TRUE 1 #define FALSE 0 #define INFEASIBLE -1 #define ERROR 0 #define mod 2 /*************定义栈**************/ typedef struct stack{ int *base,*top; int size; }qstack; /*在64位机器...
[ "www798312803@gmail.com" ]
www798312803@gmail.com
4a900253d54734a946e9035a8e37147429faa8e2
f21cc5d79650eda497a2c22213afce7951d64bca
/Codigo_Arduino/MCP/3_Funciones_MCP_LED.ino
8300cb69ca6c231653a6207cb7fd53f49a0130ba
[]
no_license
sebascarm/Arduino_C
c396d8a1296c467047613e4af4f6e5a71f69cf8c
741bd0685b4837eb996e2ff4e89fe7611ebea47b
refs/heads/master
2022-11-06T16:08:35.805294
2020-06-25T06:52:33
2020-06-25T06:52:33
267,954,555
0
0
null
null
null
null
UTF-8
C++
false
false
861
ino
void Func_MCP_LED() { ledFD1.CargarComando(); ledAT.CargarComando(); ledN1.CargarComando(); ledSPEED.CargarComando(); ledVNAV.CargarComando(); ledLVLCHG.CargarComando(); ledHDGSEL.CargarComando(); ledLNAV.CargarComando(); ledVORLOC.CargarComando(); ledAPP.CargarComando(); ledALTHLD.CargarComando(); ledVS.Ca...
[ "sebascarm@gmail.com" ]
sebascarm@gmail.com
94817e1a3dd78103fc0b02b4a6f33740247a465d
56cf62ab61a0c7d7eecf0e95476ddfdeeea9cfba
/Picking_Example/PickingExample.cpp
96a220d481913e2084dc235e8d0c0078ea6dd161
[]
no_license
zrlu/cs488-opengl-project
f3aed44a7d7fb3953c8578ef1a1a5a9f295df64f
b5ed12912188db09f036380880ee6e2a082cb00f
refs/heads/master
2021-06-27T13:57:54.364766
2020-09-23T03:28:11
2020-09-23T03:28:11
152,065,771
0
0
null
null
null
null
UTF-8
C++
false
false
13,862
cpp
#include "PickingExample.hpp" using namespace std; #include "cs488-framework/GlErrorCheck.hpp" #include "cs488-framework/MathUtils.hpp" #include <imgui/imgui.h> #include <glm/gtc/type_ptr.hpp> #include <glm/gtx/io.hpp> #include <glm/gtc/matrix_transform.hpp> #include <random> #include <iostream> using namespace gl...
[ "zeranlu@hotmail.com" ]
zeranlu@hotmail.com
29f28eed0ccfdb3cfef8a77e07b59df834613642
75d3a914d5f78977576dff7cf8ff6b7cd2aad8e3
/11week/11week/11weekView.cpp
84356b822bfeca75ac38b14120b9a8eae8b70cf9
[]
no_license
long-jl618/Test
d0df358094431992aed223f01ffd3bb81a9377e0
7b2714c04adea048f52a1ddc406e51839e55bda6
refs/heads/master
2021-07-17T09:42:50.708574
2020-06-08T06:31:01
2020-06-08T06:31:01
247,626,761
0
0
null
null
null
null
GB18030
C++
false
false
2,810
cpp
// 11weekView.cpp : CMy11weekView 类的实现 // #include "stdafx.h" // SHARED_HANDLERS 可以在实现预览、缩略图和搜索筛选器句柄的 // ATL 项目中进行定义,并允许与该项目共享文档代码。 #ifndef SHARED_HANDLERS #include "11week.h" #endif #include "11weekSet.h" #include "11weekDoc.h" #include "11weekView.h" #ifdef _DEBUG #define new DEBUG_NEW #endif // CMy11weekView ...
[ "1725058773@qq.com" ]
1725058773@qq.com
f3eeff1baaab5659653077b83060ad6d280f2032
ee143635ff958ea6bfeb18d6d2c6af7c016aa741
/src/BreakoutSDK/modem/OwlModemPDN.cpp
f687aa892b184f8a15d717cf6281888bca456763
[ "Apache-2.0" ]
permissive
dsghi/Breakout_Arduino_Library
4b50173172de22a7a7b56e39dc8474a2b98716b6
4438eb7f3e6f2807cb32a47e1491dd54e9ca17de
refs/heads/master
2020-04-02T09:53:31.264487
2018-10-18T19:00:05
2018-10-18T19:00:05
154,314,843
0
0
Apache-2.0
2018-10-23T11:17:15
2018-10-23T11:17:14
null
UTF-8
C++
false
false
2,563
cpp
/* * OwlModemPDN.cpp * Twilio Breakout SDK * * Copyright (c) 2018 Twilio, 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 * ...
[ "rbeiter@twilio.com" ]
rbeiter@twilio.com
1ba8decb8a4dc19ee7bac9dc3fbef252183acd89
3aa9a68026ab10ced85dec559b6b4dfcb74ae251
/love babbar series/Strings/split_0_1.cpp
4786227c6ec644fbebc4d3a9a5a649bc0729a2ce
[]
no_license
kushuu/competitive_programming_all
10eee29c3ca0656a2ffa37b142df680c3a022f1b
5edaec66d2179a012832698035bdfb0957dbd806
refs/heads/master
2023-08-17T15:09:48.492816
2021-10-04T20:09:37
2021-10-04T20:09:37
334,891,360
3
2
null
null
null
null
UTF-8
C++
false
false
1,060
cpp
/**************************************************************** Author: kushuu File: split_0_1.cpp Date: Sat Nov 07 2020 ****************************************************************/ #include <bits/stdc++.h> //shorts #define ll long long int #define sll stack<long long int> #define vll vector<long long int>...
[ "sonikushu007@gmail.com" ]
sonikushu007@gmail.com
b1cb4e68b7b600255090e5d5db7b156a9b8fa76b
67dc3fbe8ed0e1a0d53786b61691c624eddbbaf0
/chrome/browser/page_load_metrics/observers/resource_prefetch_predictor_page_load_metrics_observer.cc
34762b326a29f98b4a62d0e4f2f10681a9c60b01
[ "BSD-3-Clause" ]
permissive
lehoon/chromium
55f7f126fdc4d92f5fdfad61fb55c284e5cae8a8
2f746c5c4260329c7ef5a850ce1b72d78da106a6
refs/heads/master
2023-01-16T06:49:50.291538
2017-03-21T20:07:51
2017-03-21T20:07:51
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,161
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 "chrome/browser/page_load_metrics/observers/resource_prefetch_predictor_page_load_metrics_observer.h" #include "base/memory/ptr_util.h" #include...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
f6d176621a86ec90beff35df3441bed7da6ade70
9f253e6dd5809c780f2dc5b36bf91171bb2fd72e
/helper functions/infix_postfix.cpp
631f8f987044b549c6a5eadc26038af5f69aed43
[]
no_license
mbikas/ACM
ab41bb3ea7c5402758bdc56c3109807c64537b3a
d4185d5168a1391d7989f9a947dfa65198b27df9
refs/heads/master
2021-01-18T19:33:58.990020
2016-10-27T08:00:03
2016-10-27T08:00:03
72,075,809
0
0
null
null
null
null
UTF-8
C++
false
false
1,275
cpp
#include<stdio.h> #include<string.h> #define sz 10000 char op[6]="+-*/^"; //1=+,- : 2=*,/ 3=^ int prior[5]={1,0,2,1,3}; int top=0,count=0,len,i; char in[sz],stack[sz],post[sz],c; int isOp(char c){ int j; for(j=0;j<6;j++) if(c==op[j]) return 1; return 0; } void push(char ch) { st...
[ "mbikas2@uic.edu" ]
mbikas2@uic.edu
2f1f3a3870045e6c5564a5f528d5c7ac416709a9
5ab7032615235c10c68d738fa57aabd5bc46ea59
/monk_in_the_grass_fields.cpp
478fecfc5a5e71dae8dbf9db06d3815efb230b24
[]
no_license
g-akash/spoj_codes
12866cd8da795febb672b74a565e41932abf6871
a2bf08ecd8a20f896537b6fbf96a2542b8ecf5c0
refs/heads/master
2021-09-07T21:07:17.267517
2018-03-01T05:41:12
2018-03-01T05:41:12
66,132,917
2
0
null
null
null
null
UTF-8
C++
false
false
1,226
cpp
#include <iostream> #include <vector> #include <unordered_map> #include <string> #include <math.h> #include <map> #include <queue> #include <stack> #include <algorithm> #include <list> using namespace std; #define ll long long int #define ull unsigned ll #define umm(x,y) unordered_map<x,y > #define mm(x,y) map<x,y >...
[ "akash.garg2007@gmail.com" ]
akash.garg2007@gmail.com
6131fa298987fb41c11748aed3d1b43fc62da2e1
f67b83eaea2999c89bab8819ec252ec4f2e21884
/src/Producers/BoostRestFrameProducer.cc
0b2477a3ee547773ae9a616831b063a44746b35d
[]
no_license
KIT-CMS/KITHiggsToTauTau
c2ef71b5e25ec9c2734c754939c03486a44548c1
140415158182562432715c38f783ba3dd5a5a3ce
refs/heads/reduced_trigger_objects
2021-12-22T17:20:00.221747
2021-12-17T14:14:06
2021-12-17T14:14:06
99,792,165
1
7
null
2021-05-25T06:25:07
2017-08-09T09:45:59
Python
UTF-8
C++
false
false
5,462
cc
#include "Artus/Consumer/interface/LambdaNtupleConsumer.h" #include "Artus/Utility/interface/DefaultValues.h" #include "Artus/Utility/interface/SafeMap.h" #include "HiggsAnalysis/KITHiggsToTauTau/interface/Producers/BoostRestFrameProducer.h" std::string BoostRestFrameProducer::GetProducerId() const { return "Boost...
[ "t.muller@cern.ch" ]
t.muller@cern.ch
e0a3c32c0661f78a9a33be61cdf398d2db555b94
1880ae99db197e976c87ba26eb23a20248e8ee51
/ecm/include/tencentcloud/ecm/v20190719/model/ModifyLoadBalancerAttributesRequest.h
d8761ffefcbdc9e62723b56f1138b66dd27ec111
[ "Apache-2.0" ]
permissive
caogenwang/tencentcloud-sdk-cpp
84869793b5eb9811bb1eb46ed03d4dfa7ce6d94d
6e18ee6622697a1c60a20a509415b0ddb8bdeb75
refs/heads/master
2023-08-23T12:37:30.305972
2021-11-08T01:18:30
2021-11-08T01:18:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,368
h
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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 ...
[ "tencentcloudapi@tenent.com" ]
tencentcloudapi@tenent.com
5dd1eac089ce0c1e359139c3f8beb5b08eae9c58
cce1a6b0a8eedac4ad1ed903126dad6fc9e10235
/main (7).cpp
fd7248879ee59bd443af7b7fb2670b24e1c6f2c8
[]
no_license
11aw/homework1
ec25c611f6eb7dc474b4c8476be5b969f43afbd6
1615470e8d72abcd477d3df6b822db9e462d335d
refs/heads/master
2021-06-12T20:52:23.144734
2020-04-09T14:36:15
2020-04-09T14:36:15
254,394,949
0
0
null
null
null
null
UTF-8
C++
false
false
1,081
cpp
/****************************************************************************** Online C++ Compiler. Code, Compile, Run and Debug C++ program online. Write your code in this editor and press "Run" button to compile and execute it. ******************************************...
[ "noreply@github.com" ]
11aw.noreply@github.com
daa7bc9f5c773a19f2f44d599ea5b1b46e9daae8
48d5dbf4475448f5df6955f418d7c42468d2a165
/SDK/SoT_AD_ThirdPerson_PlayerPirate_Female_Large_classes.hpp
4a6dea420f9699edff566b366cdf8efe742d6a06
[]
no_license
Outshynd/SoT-SDK-1
80140ba84fe9f2cdfd9a402b868099df4e8b8619
8c827fd86a5a51f3d4b8ee34d1608aef5ac4bcc4
refs/heads/master
2022-11-21T04:35:29.362290
2020-07-10T14:50:55
2020-07-10T14:50:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
870
hpp
#pragma once // Sea of Thieves (1.4.16) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "SoT_AD_ThirdPerson_PlayerPirate_Female_Large_structs.hpp" namespace SDK { //--------------------------------------------------------------------------- //Classes //--------------------------------------------------...
[ "53855178+Shat-sky@users.noreply.github.com" ]
53855178+Shat-sky@users.noreply.github.com
b7d3eb6cbe660e96af35f3fdc0b2c3e646d1f7dc
48ebb9aa139b70ed9d8411168c9bd073741393f5
/Classes/Native/I18N_West_I18N_West_CP100791554584814.h
60b787f586644d71c972772be90e08f39816e07e
[]
no_license
JasonRy/0.9.1
36cae42b24faa025659252293d8c7f8bfa8ee529
b72ec7b76d3e26eb055574712a5150b1123beaa5
refs/heads/master
2021-07-22T12:25:04.214322
2017-11-02T07:42:18
2017-11-02T07:42:18
109,232,088
1
0
null
null
null
null
UTF-8
C++
false
false
1,168
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "I18N_I18N_Common_ByteEncoding1810358777.h" // System.Char[] struct CharU5BU5D_t1328083999; #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignor...
[ "renxiaoyi@me.com" ]
renxiaoyi@me.com
96fc3a41d0db18d60476e3700b569771e4676b03
33fef7b5e70ad44ead9c4a756c6cc3699b3c6da5
/modifyprofilehandler.cpp
31ad0e56629657c59aa26c602eb78b9cf1f19223
[]
no_license
MyComputableRomance/3DitiOSCom
dcb6c6fab4846e647783ff84a0a17f18c02e9d8a
b076ddabbe2449693888ad72fdc605e8c179cd3b
refs/heads/master
2016-08-12T16:21:45.742507
2015-10-27T16:04:43
2015-10-27T16:04:43
44,088,960
0
0
null
null
null
null
UTF-8
C++
false
false
2,100
cpp
#include "modifyprofilehandler.h" ModifyProfileHandler::ModifyProfileHandler(QObject *parent) : QObject(parent) { _changedEmail = ""; //_changedUsername = ""; connect(&_modifyProfileManager, SIGNAL(finished(QNetworkReply*)), this, SLOT(modifiedReplyFinished(QNetworkReply*))); } ModifyProfileHandler::~Modi...
[ "martin.t.jones@aol.com" ]
martin.t.jones@aol.com
6ce4547e702ad13ad77834d3e053e7884875212e
68c5c228cf9b15ee7892fa34988f292785e809af
/Test/Algorithms/algo/test_count.cpp
99a72b357560a4e22895b4425feec26c2a414a12
[ "MIT" ]
permissive
zsmj2017/MiniSTL
d117ad3ccba44f67074b2053f43e162fa6be1b97
49a4751fa4feddf55bc959ccee2ff7324e3c1df0
refs/heads/master
2022-11-12T00:14:25.751721
2022-11-01T04:24:32
2022-11-01T04:24:32
141,666,304
368
49
MIT
2022-11-01T04:10:16
2018-07-20T05:11:59
C++
UTF-8
C++
false
false
809
cpp
#include "Algorithms/algo/stl_algo.h" #include "SequenceContainers/Vector/stl_vector.h" #include <gtest/gtest.h> using namespace ::MiniSTL; class CountTest : public testing::Test { protected: void SetUp() override { } }; TEST_F(CountTest, count0) { int numbers[10] = {1, 2, 4, 1, 2, 4, 1, 2, 4, 1}; int resul...
[ "liuxiang@staff.weibo.com" ]
liuxiang@staff.weibo.com
d63da2253848b619aabb9b0adb3d85805f893d83
601490f589afae6815d51cd831c930d330cdbb3d
/contest/abc/abc032/b.cpp
569abcb1e3e6ebbec80805d3e88270ed70a47b17
[]
no_license
hiramekun/CompetitiveProgrammingContests
cd26974d1e8f0b9b2dc3380dcccff00a8fb6833c
1bcb2f840c9b44c438cc8c3d07c72fc5ff78f61a
refs/heads/master
2022-01-02T06:29:36.759306
2021-12-29T00:44:59
2021-12-29T00:44:59
226,824,121
0
0
null
null
null
null
UTF-8
C++
false
false
1,760
cpp
/** * Created by hiramekun at 20:54 on 2019-11-16. */ #include <bits/stdc++.h> using namespace std; using ll = long long; using vl = vector<ll>; using vvl = vector<vl>; using vb = vector<bool>; using P = pair<ll, ll>; template<typename T> using pq = priority_queue<T>; template<typename T> using minpq = priority_que...
[ "thescript1210@gmail.com" ]
thescript1210@gmail.com
eaaa3c8e1af8d7b7c272b0a583ac19ebb0b9f7c7
031f7354f569f118d73b5bf9ce0d4f860fb5eabf
/libkroll/ScriptController.cpp
e302616b7618b90efebe6f01b21eec66cdb250f8
[ "Apache-2.0" ]
permissive
psycho-pas/kroll
706e3a55bf390e3f447d619ad158c840ff176506
12fc8ead138984a84681b7d7a526d58f5b44e3bc
refs/heads/master
2020-05-24T08:15:08.637812
2019-05-19T09:29:16
2019-05-19T09:29:16
187,138,484
0
0
NOASSERTION
2019-05-17T03:12:14
2019-05-17T03:12:14
null
UTF-8
C++
false
false
2,018
cpp
/* * Copyright (c) 2011 Appcelerator, Inc. 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 b...
[ "jroesslein@appcelerator.com" ]
jroesslein@appcelerator.com
54d6917d12d70ca66aede07897897d91a681861b
119c1dd2b61764210064511d8ab5be252b8b7c8f
/450 DSA Questions/10 Stacks and Queues/5ImplementQueueFromScratch.cpp
1216beaef2058f36697944c8443712b2efb07072
[]
no_license
jasveen18/CP-krle-placement-lag-jayegi
2557309a9dfc4feb01dbdc867a67f1ccc4f10868
8db92e5c3a7d08edfc34d8223af6c080aa3e4721
refs/heads/main
2023-07-29T09:39:36.270193
2021-09-03T15:19:22
2021-09-03T15:19:22
430,816,168
1
1
null
2021-11-22T18:10:13
2021-11-22T18:10:13
null
UTF-8
C++
false
false
777
cpp
/****************************************** * AUTHOR : ARPIT * * NICK : arpitfalcon * * INSTITUTION : BIT MESRA * ******************************************/ // Problem Statement - Implement a queue from scratch class CustomQueue { private: int capacity; int front, rear, size; vector<int> q; public: CustomQueue(...
[ "arpitfalcon1@gmail.com" ]
arpitfalcon1@gmail.com
e9a99ad09fa03cb7789bcaeeae73098d43c1a705
cc25fc6cf00dc91e7664e67ad0e1532615eabf17
/src/lexer.h
3acd3df19fec32ad51d7e080f13024ce3479a4b6
[]
no_license
sosukesuzuki/calc-cpp
a79ca49708c08ed755e8462a38488c7c52aba5b9
1f25a5e4385c16d57931a5d07b27575efa729d8b
refs/heads/main
2023-02-23T03:07:41.293375
2021-01-15T15:19:51
2021-01-15T15:19:51
326,259,382
0
0
null
2021-01-15T15:19:52
2021-01-02T19:49:29
C++
UTF-8
C++
false
false
184
h
#ifndef LEXER_H #define LEXER_H #include <vector> std::vector<std::string> tokenize(std::string str); bool is_number(std::string* token); bool is_name(std::string* token); #endif
[ "aosukeke@gmail.com" ]
aosukeke@gmail.com
3f62eeaa202a993b32e84cfb90a63281219c6d19
f0749232d54f17e3c321b0b90daaeb23b9faec82
/Online Judge Code/[Other] Online-Judge-Solutions-master_from github/ZOJ/3077 - Move to Baggage Office.cpp
88f3c945d629247268e255d8bbb6c849824a10a9
[]
no_license
tmuttaqueen/MyCodes
c9024a5b901e68e7c7466885eddbfcd31a5c9780
80ec40b26649029ad546ce8ce5bfec0b314b1f61
refs/heads/master
2020-04-18T22:20:51.845309
2019-05-16T18:11:02
2019-05-16T18:11:02
167,791,029
1
0
null
null
null
null
UTF-8
C++
false
false
827
cpp
#include <cstdio> #include <cstring> #include <algorithm> using namespace std; struct baggage{ int v,a,b; baggage(){} baggage(int _v, int _a, int _b){ v = _v; a = _a; b = _b; } bool operator < (baggage X)const{ return b<X.b; } }L[100]; int main(){ int T,s,n,...
[ "1505002.tm@ugrad.cse.buet.ac.bd" ]
1505002.tm@ugrad.cse.buet.ac.bd
01d56048aa2677da5af1b29c661c835dba434104
40692316816b60ceb4a99b115e5f93aaedbae6bf
/September/14.09.2020/14.09.2020(Ravesli_test8).cpp
5b6ba55e27088fa3a72a682e9832735a920f16d3
[]
no_license
shanberochka/Ravesli
a69c4b328eeac6abfa28ed1894e287a44e85b3d1
fe320f23e3121b0b94f6571d70af3a02ab462f8d
refs/heads/master
2022-12-25T15:22:47.473630
2020-10-05T12:36:13
2020-10-05T12:36:13
297,061,771
0
0
null
null
null
null
UTF-8
C++
false
false
68
cpp
#include <iostream> void ex31(); int main() { ex31(); }
[ "noreply@github.com" ]
shanberochka.noreply@github.com
bf80caa90caa217d10db042162d36db367a721a7
0ff8175618b7f682e25128b542f7d7ae0b55b45c
/OpenglBlend/OpenglBlend.cpp
913b322aec17ab50dd1daf9e213e98f3bac3723f
[]
no_license
cgwang1580/LearnOpenGL
02bb431d4137df9f774951958fed640cda137d94
617dfad3dc0eea5c2b2716535e74189362af4762
refs/heads/master
2020-05-23T14:50:50.259341
2020-04-03T06:35:03
2020-04-03T06:35:03
186,814,524
0
0
null
null
null
null
UTF-8
C++
false
false
8,647
cpp
#include "OpenglBlend.h" int main() { window = initGLFW(); if (NULL == window) { cout << "initGLFW failed" << endl; return -1; } #ifdef USE_SHADER_HELPER Shader_Helper shaderHelper(vertexShaderPath, fragmentShaderPath); #endif // USE_SHADER_HELPER // setup cube VAO glGenVertexArrays(1, &cubeVAO); glGenBu...
[ "cgwang1580@gmail.com" ]
cgwang1580@gmail.com
58b879acbee47a56642f24f67538149c193406f3
b7689e759d7a8ffc3bf0baeef93bab054863238c
/二分查找.cpp
d247fd9686b2435d5bccf216e7d5638dda94807e
[]
no_license
FelixLiu1996/myCcodes
8abb15c86049a250d67b4a78577e0c4787651cf5
4d0c0ef57c3939a9fc7b556efe9c1337bf00c3fb
refs/heads/master
2020-07-29T18:46:48.706145
2019-09-21T04:08:11
2019-09-21T04:08:11
209,921,716
0
0
null
null
null
null
GB18030
C++
false
false
532
cpp
#include<cstdio> //A[]为严格递增序列,left为二分下界,right为二分上界,x为欲查找之数 int binarySearch(int A[], int left, int right, int x) { int mid; while (left <= right) { mid = (right + left) / 2; if(A[mid] == x) return mid; else if (A[mid] > x) { right = mid - 1; } else { left = mid + 1; } } return -1; } int main()...
[ "1321842068@qq.com" ]
1321842068@qq.com
43d076592fcb088d120b957a2d39baece6804a2c
8feb7e19a9ab2ea535b1b6347bdbe48d619d94cb
/ConsoleApplication16_3/ConsoleApplication16_3/QueueTp.h
e973bcc5e79b7dc9bea8c7712313650dd4008a7c
[]
no_license
SmileHurry/cplusplus-primer-plus-6th-
3426de7aed1de8a94d48c468e1a79fe95b6ed9b6
892c907a5c3b93631a219a28880525fe8ff10f12
refs/heads/master
2021-01-10T15:42:03.637199
2016-04-08T06:24:46
2016-04-08T06:24:46
55,745,488
0
0
null
null
null
null
GB18030
C++
false
false
2,065
h
#ifndef QUEUETP_H_ #define QUEUETP_H_ template<typename T> class QueueTp { protected: struct Node { T item; struct Node *next; }; private: const static int Q_size = 10; Node *front; Node *rear; int items; const int qsize; QueueTp(const QueueTp &q) :qsize(0){} QueueTp & operator=(const Qu...
[ "395307009@qq.com" ]
395307009@qq.com
ed86a2f90eca6eea146fdc7cdeb26fa0cbb0a408
e13f2093579cb011c50ca357ccbc08d732ceb151
/mve/libs/sfm/bundler_common.h
f5354844c7e15f75c75f909357882c6c756a1f9c
[ "BSD-3-Clause" ]
permissive
dineshreddy91/CloudReconstruction
4245f3cc4771881364350719556d5e7d9cb7fcbe
ef5c26301acd91cdb605bfebbb8f30810d4e4451
refs/heads/master
2020-03-15T22:15:31.773865
2018-05-07T06:53:13
2018-05-07T06:53:13
132,369,811
3
0
null
null
null
null
UTF-8
C++
false
false
5,785
h
/* * Copyright (C) 2015, Simon Fuhrmann * TU Darmstadt - Graphics, Capture and Massively Parallel Computing * All rights reserved. * * This software may be modified and distributed under the terms * of the BSD 3-Clause license. See the LICENSE.txt file for details. */ #ifndef SFM_BUNDLER_COMMON_HEADER #define S...
[ "dinesh.andromeda@gmail.com" ]
dinesh.andromeda@gmail.com
f922a8ac241f7b94d045b3beb6db440015b8a1bb
23a3f7fb0684de95b89ab4e6cdff98dad8237338
/TTHNtupleAnalyzer/plugins/event_interpretation.cc
342f88fc02bbb2eafcba86b5f5c9d84b31adf741
[]
no_license
camclean/tthbb13
1ff3c1f5e68bd3ca85cfe0efc3bf9f7c45d03200
7d738c44f6596e153837248354c6f514ff06d651
refs/heads/master
2020-12-30T23:08:39.712119
2015-01-14T16:11:44
2015-01-14T16:11:44
29,531,749
0
0
null
2015-01-20T13:45:15
2015-01-20T13:45:15
null
UTF-8
C++
false
false
2,044
cc
// // event_interpretation.cpp // MEStudiesJP // // Created by Joosep Pata on 13/12/14. // Copyright (c) 2014 Joosep Pata. All rights reserved. // #include <stdio.h> #include <TTH/TTHNtupleAnalyzer/interface/event_interpretation.hh> //these are simple 'sentinel values' for uninitialized variables //for clarity, ...
[ "joosep.pata@gmail.com" ]
joosep.pata@gmail.com
e0588b3220a5007d7006f28ef93bba4ae847c1f9
715ebb5e326d1451da3cc14b2925fbf729a2911c
/FinalCode/FinalCode.ino
e6649ea8073535d0d568da72a9ba9e905b47024a
[]
no_license
lemonbabu/Inteligent-power-management-system
735f563eda8577db0f279809d22ae431da8f99cb
474e03258462bb33565f16512ec76a8157578228
refs/heads/master
2020-12-14T12:58:56.752882
2020-01-18T15:11:46
2020-01-18T15:11:46
234,752,612
0
0
null
null
null
null
UTF-8
C++
false
false
2,592
ino
#include <ArduinoJson.h> #include <ESP8266WiFi.h> #include <FirebaseArduino.h> #include<SoftwareSerial.h> #include <NTPClient.h> #include <WiFiUdp.h> int n = 0; String data; const int light1 = 16, light2 = 5, fan = 4; float light1Time, light2Time, fanTime; //Time const long utcOffsetInSeconds = 3600; char daysOf...
[ "noreply@github.com" ]
lemonbabu.noreply@github.com
5025d8227a17badea8fdf32a04d257f8e0c62204
b84c209f273fd3e627181c287f98d5a7c0bc89ab
/LIFsim/source/SpikingTempotron.cpp
4f8fd3a544b17951e903f026e99e58e94ae99bc3
[]
no_license
ranr01/Rubin2017Balanced
2676492aaf6fcf970e3d84cfd8dc50f97c488c68
e3725170abd3c16309b189ebdf4a48bdd1835e0f
refs/heads/master
2021-08-29T17:35:39.277671
2017-12-14T13:38:22
2017-12-14T13:38:22
114,165,860
3
0
null
null
null
null
UTF-8
C++
false
false
9,023
cpp
//#include <iostream> #include <deque> #include <numeric> #include <stdexcept> #include "SpikingTempotron.h" #include "Spike2.h" #include "Tempotron2.h" #include "NR.h" //#include "InputLayer2.h" using namespace std; void SpikingTempotron::activate() { //removed from this code since no learning is needed } void...
[ "rr2980@columbia.edu" ]
rr2980@columbia.edu
7ae38fc1f7dee984c5a26326572a0620a10b0cbf
dfe1f796a54143e5eb8661f3328ad29dbfa072d6
/psx/_dump_/25/_dump_c_src_/diabpsx/psxsrc/primpool.cpp
b5ba00654692d5dd2d75282ade51e19cdebc3c33
[ "Unlicense" ]
permissive
diasurgical/scalpel
0f73ad9be0750ce08eb747edc27aeff7931800cd
8c631dff3236a70e6952b1f564d0dca8d2f4730f
refs/heads/master
2021-06-10T18:07:03.533074
2020-04-16T04:08:35
2020-04-16T04:08:35
138,939,330
15
7
Unlicense
2019-08-27T08:45:36
2018-06-27T22:30:04
C
UTF-8
C++
false
false
3,088
cpp
// C:\diabpsx\PSXSRC\PRIMPOOL.CPP #include "types.h" // address: 0x8007BDB4 // line start: 142 // line end: 179 unsigned char PRIM_Open__FiiiP10SCREEN_ENVUl(int Prims, int OtSize, int Depth, struct SCREEN_ENV *Scr, unsigned long MemType) { { { { { // register: 16 register int f; } } } ...
[ "rnd0x00@gmail.com" ]
rnd0x00@gmail.com
ff8403971a5402f6919713d49d6e0faa877ad9ef
ed25a200fca8ccc7ab1f5641ea5bf2da9c093345
/src/forthy2/forms/splice.cpp
1983f0537a9be009cc2e74f6f26db3340370a55c
[ "MIT" ]
permissive
stjordanis/forthy2
aad43694768db3670037513db52463c962baf506
36464f548cf092bc03f580df87f66f1e71cf4dee
refs/heads/master
2022-03-26T11:50:33.162342
2019-12-24T16:00:53
2019-12-24T16:00:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
461
cpp
#include "forthy2/cx.hpp" #include "forthy2/forms/splice.hpp" namespace forthy2 { SpliceForm::SpliceForm(const Pos &pos): Form(pos) {} Node<Op> &SpliceForm::compile(Cx &cx, Forms &in, Node<Op> &out) { throw ESys(pos, "Missing splice"); } Form &SpliceForm::quote(Cx &cx, Pos pos) { return cx.quote_form.get...
[ "andreas.gone.wild@gmail.com" ]
andreas.gone.wild@gmail.com
b5b90d0197e95c9e8727a9f023ff814e3102ace6
7011a092ce4d787c7b0bf68ef901bcc02a56e4aa
/list.h
b8e28700aac0ebcf08c238334be855ba5089de3f
[]
no_license
duule/LMS
9063389233827737a07b8ddb86a87cc8cf3b4e4d
dd9a9a1fa3027bc4303dc4b319edfa3cfcf670cc
refs/heads/master
2021-06-04T02:08:35.556317
2016-09-02T19:27:52
2016-09-02T19:27:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
548
h
#ifndef LIST_H #define LIST_H #include <iostream> #include "readerinfo.h" class List { class Node{ public: Node* next; Node* front; ReaderInfo* info; Node(ReaderInfo* info, Node* front, Node* next){ this->info = info; this->front = front; thi...
[ "1326435210@qq.com" ]
1326435210@qq.com
a4deb3e8e2c9b497dbc45ff41eb8409c82e2a7e8
5d0550a3a1eb1611f9cf5b9410cccc9bd30afdcc
/TcpServer/MessageParser.cpp
00a25e7dc89d7a7d08e99007efae6ec95472d29f
[]
no_license
guxingjian/CCProject
0aa740e41392b5e22c8f34ddf858ee51f22e4ad3
355500473743cdb3f3be3e46db01b2bffa4cd45e
refs/heads/master
2021-01-20T19:59:40.559814
2016-06-03T15:03:50
2016-06-03T15:03:50
60,353,129
0
0
null
null
null
null
UTF-8
C++
false
false
2,379
cpp
#include "MessageParser.h" #include <iostream> using namespace std; MessageParser::MessageParser(int socket_fd) { this->m_nFd = socket_fd; this->m_structSM.messageType = 0; parse(); } MessageParser::~MessageParser() { } void MessageParser::parse() { cout << "start parse" << endl; unsigned char tempBuffer[8] ...
[ "heqingzhao1990@sina.com" ]
heqingzhao1990@sina.com
12c36215474eeced16bf853562ea3a137404e776
a3345e2d62f9382046d465c951482529706baed2
/Untitled1.cpp
6bfa67a868f5d056debb2982248730387b5d62b3
[]
no_license
tuyen1998/CTDLGT
ecdae162f9e85610de56eb8dbed5ce17129dca20
f9dee42d4306bbd69c8e11f1fa5fd58d5b487256
refs/heads/master
2020-03-29T08:21:07.506783
2018-09-21T03:43:36
2018-09-21T03:43:36
149,706,002
0
0
null
null
null
null
UTF-8
C++
false
false
569
cpp
#include <stdio.h> #include <math.h> int main() { int n,nn,i; printf("Nhap n:"); scanf("%d",&n); nn=abs(n); printf("\nCac uoc la: 1 -1 "); if (nn%2==0) for (i=2;i<=(int)sqrt(nn);i++) if (nn%i==0) if (i*i!=nn) printf(" %d %d %d %d ",i,-1*i,nn/i,-nn/i); else printf(" %...
[ "35531872+tuyen1998@users.noreply.github.com" ]
35531872+tuyen1998@users.noreply.github.com
5cd5e5ae764283fde4b30fee8ba9785d84d45e40
ecd4b1f46eba598d241ac3597ed87e6104dc332d
/main.cpp
5238397229422bd3644fa45412c00f9cad86204d
[]
no_license
GromovIgor/la2
7a5ab8042d6ded2a5d25b0d426d0981ed45e3ef6
b331479784a08c72609a7b0249d60916c02508f2
refs/heads/master
2021-01-01T19:56:58.134734
2014-11-24T05:21:52
2014-11-24T05:21:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
196
cpp
#include <QtGui> #include <QApplication> #include "graphic.h" int main(int argc, char *argv[]) { QApplication app(argc, argv); Graphic window; window.show(); return app.exec(); }
[ "skilled.development@gmail.com" ]
skilled.development@gmail.com
5588d8295447f5042efbe6f9b0e78373614a587b
727c167cebbc2388045aeea054695a5b0d6eabf9
/MyCommen/GdiPlus/gdiplus20071007/include/GdipFont.hpp
337249e3657d7fc7e880d21d373c297638eee5f8
[]
no_license
endlesslove137/Delphi
6ab86398b12d45548392d2cad3bb8b9208f5898f
886cf8b4f2a6a3dc207926f89d9e68d0acfcf690
refs/heads/master
2020-04-19T23:34:16.689349
2019-01-31T09:39:51
2019-01-31T09:39:51
168,499,620
1
2
null
null
null
null
GB18030
C++
false
false
3,784
hpp
/**************************************************************************\ * * Module Name: * * GdipFont.hpp * * 2007年,湖北省公安县统计局 毛泽发 于大连 * \**************************************************************************/ #ifndef GdipFontHPP #define GdipFontHPP inline float __fastcall TGpFont::GetSize(void) { CheckSta...
[ "endlesslove137@icloud.com" ]
endlesslove137@icloud.com
a09cf6ab0941a13d59bbe38d21d2196ebf7b55b3
619023beac5024be874417cbbb4c878519b78777
/iolib/He/he.cpuf.cpp
95e98602fa6ac52865b0b35a25c6d124af68d03e
[ "Apache-2.0", "MIT", "MS-PL", "Libpng", "Zlib", "LicenseRef-scancode-unknown-license-reference" ]
permissive
SerVB/pph-native
73feea2036d7d5597b651f1c004bc4a811212bf4
22a6ff265158c57413c4e74443b6c2fd1538ff29
refs/heads/master
2023-08-29T15:26:11.981956
2021-11-04T15:14:04
2021-11-04T15:14:04
420,064,860
2
0
null
null
null
null
MacCentralEurope
C++
false
false
68,877
cpp
/* * This file is a part of Pocket Heroes Game project * http://www.pocketheroes.net * https://code.google.com/p/pocketheroes/ * * Copyright 2004-2010 by Robert Tarasov and Anton Stuk (iO UPG) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in comp...
[ "sigman@ioupg.com" ]
sigman@ioupg.com
ddb611d0d8ab884b7d80bdfd6e21e919badd88f9
b52052ec76ee61d5510203812949029551125cf5
/UE4/SpaceWarOnline/SpaceTribes-master/SpaceWarOnline/Source/SpaceWarOnline/Public/MyPlanetControlled.h
4da9b073bd7962f2ad2f168e1770bbad6f5f0f9f
[ "MIT" ]
permissive
Invectys/Games
af9e1bf0c784e6ccf79a8ea2e31ea3f927e781d1
89aa7a0cbcdf4b4dd500b3768daeac355969ee38
refs/heads/main
2023-01-07T21:20:29.852206
2020-11-04T07:41:55
2020-11-04T07:41:55
309,297,856
0
0
null
null
null
null
UTF-8
C++
false
false
308
h
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreMinimal.h" #include "MyPlanetDefault.h" #include "MyPlanetControlled.generated.h" /** * */ UCLASS() class SPACEWARONLINE_API AMyPlanetControlled : public AMyPlanetDefault { GENERATED_BODY() };
[ "34795455+Invectys@users.noreply.github.com" ]
34795455+Invectys@users.noreply.github.com
416f69e32351ee65aa61e8a9ae9d9a3b06f1762b
11cb9f0c93bef94d9fc14b1fc02a285ecc27f19e
/lap5/bai5.cpp
f07073f5b8adc777975eda78b2d8212c3bc849c9
[]
no_license
vietlinh9712/T2004E_C
088af761baf1b3bc7aa9c18ed9f7b31f65751a6d
1548284360befadaefe6c5dd191d44e8aae21591
refs/heads/master
2022-09-06T06:21:00.839960
2020-06-02T13:03:29
2020-06-02T13:03:29
262,034,401
0
0
null
null
null
null
UTF-8
C++
false
false
415
cpp
#include <stdio.h> int main() { int n, fibo, num1 = 0, num2 = 1; printf("Nhap n: "); scanf("%d", &n); if (n == 0) { printf("So fibonanci thu 1 la : 0"); }else { for (int i = 1; i != n ; i++) { fibo = num1 + num2; num2 = num1; num1...
[ "64905071+vietlinh9712@users.noreply.github.com" ]
64905071+vietlinh9712@users.noreply.github.com
235bf57c0f34b61fba8f4a86a90a26f2b512df1d
8f37e02e657ea05ed050c26ba7ca7158b1b8f501
/src/Resources/TileType.cpp
c717d1ae4c2e77096909ce191e5cf15da5b0d5fd
[]
no_license
Asmageddon/r1
8178a49fd4626c11ed1c694b5a26a98a0e199372
9d0b2b5b3b9dc505e44b82312e3fe93d12fb0a1d
refs/heads/master
2020-05-14T22:48:43.463521
2013-01-21T19:28:37
2013-01-21T19:28:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,290
cpp
#include "TileType.hpp" #include "../Data.hpp" #include "ResourceManager.hpp" #include "../TileSprite.hpp" TILE_CLASS TileType::get_tile_class(const std::string& type) { if (type == "wall") return TILE_WALL; if (type == "floor") return TILE_FLOOR; if (type == "void") return TILE_V...
[ "Asmageddon@gmail.com" ]
Asmageddon@gmail.com
22bb056a386b90ac6a3d95a8cfee84851d6111c3
8aae4e3ee7943f9293085fd57b4867e06ab836b2
/ProgrammingLanguage/Tools/SmallTools/random.cpp
a09326613617c8aca9dec75b8e3773431d4127a2
[]
no_license
eboladev/Study
42213e73384788671deacd8d37004a571c95b7bb
388f3629e7651e41d2569be92d4f65c4c94cd512
refs/heads/master
2020-12-25T22:47:03.624272
2014-10-24T12:10:13
2014-10-24T12:10:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
264
cpp
#include <fstream> #include <cstdlib> #include <ctime> using namespace std; const int MAX = 50; ofstream fout("random.txt"); int main() { srand(time(NULL)); for (int i = 0; i < MAX; ++i) fout << rand() << ' '; fout << endl; return 0; }
[ "jack.xsuperman@gmail.com" ]
jack.xsuperman@gmail.com
705756edfd917ffc41718520d10808b96450c06b
3fa4da4ec11dff76882d85de4cdbff5bd9dff9fa
/[new 4.4]3D_ESSUE/Tool/Default/MainForm.cpp
a5f0a218b3e16d1e28a146019f3d53a68684f5d8
[]
no_license
buseog/Direct3D_Solo
4561259cb8b7d46d0e1e209c5b17a73fa28e0b84
cb7610976edaa7cc413a32ae60b2382e2ac89d45
refs/heads/master
2021-06-20T09:30:21.969667
2017-05-11T18:32:47
2017-05-11T18:32:47
null
0
0
null
null
null
null
UHC
C++
false
false
2,017
cpp
// MainForm.cpp : 구현 파일입니다. // #include "stdafx.h" #include "Tool.h" #include "MainForm.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif // CMainForm IMPLEMENT_DYNCREATE(CMainForm, CFormView) CMainForm::CMainForm() : CFormView(CMainForm::IDD) , m_iToolType(0) { ...
[ "buseog1991@naver.com" ]
buseog1991@naver.com
51dbaec450ef5c84d46e4e4295b84c6ca657f171
eb8af3acac129e0c151ef82ceccc74c03dd644b1
/sketch_jun08a/sketch_jun08a.ino
ff39cf499561e98bf594ef8b774c165cebf49089
[]
no_license
rumalex/arduino-sketchs
2f54791a44eaa47cd1be98e970df8fc7b115bf29
83cfd9ca9a022fd3c4e0b7e5b98d26a310dd71a3
refs/heads/master
2021-01-01T05:28:55.622942
2017-05-05T04:09:33
2017-05-05T04:09:33
59,225,672
1
0
null
null
null
null
UTF-8
C++
false
false
5,287
ino
#include <EEPROM.h> #include <Wire.h> #include <DS1307.h> #include "RTClib.h" #define RELE_1 8 //объявляем работу 1 реле на пине 7 #define RELE_2 9 //объявляем работу 2 реле на пине 8 int FullMinutesTimerOn = EEPROM.read(0); int FullMinutesTimerOff = EEPROM.read(2); int rtc[7]; byte rr[7]; }; // loop counter int cou...
[ "rumalex@gmail.com" ]
rumalex@gmail.com
7abce9fe96d221e503d4a0b87e24ae259ab0d986
6150dcbb20ce934c54c32ebd42a62d565aebd4e8
/src/mylib.cpp
bc5794b48c7788490b99cd45cc3ff8b70759c701
[]
no_license
rmartens/mylib
baf94627c98c2dc56b9d95d680ed8fb02edb3c05
3b2085a2c3ca601f981e94c516cb635f48f9cdea
refs/heads/master
2023-04-08T06:21:10.329819
2021-04-23T15:15:26
2021-04-23T15:15:26
359,596,932
0
0
null
null
null
null
UTF-8
C++
false
false
61
cpp
#include "mylib.h" int foo() { // test return 42; }
[ "rmartens@gmail.com" ]
rmartens@gmail.com
3ada1cf34d2c9ad83b4a7b61d5783b1d43d399a4
cf8ddfc720bf6451c4ef4fa01684327431db1919
/SDK/ARKSurvivalEvolved_Piranha_Character_BP_BreakNet_functions.cpp
35c8f75ba24d37fbc7ea66d8a1c38d4cde6eb9b1
[ "MIT" ]
permissive
git-Charlie/ARK-SDK
75337684b11e7b9f668da1f15e8054052a3b600f
c38ca9925309516b2093ad8c3a70ed9489e1d573
refs/heads/master
2023-06-20T06:30:33.550123
2021-07-11T13:41:45
2021-07-11T13:41:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,643
cpp
// ARKSurvivalEvolved (329.9) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "ARKSurvivalEvolved_Piranha_Character_BP_BreakNet_parameters.hpp" namespace sdk { //--------------------------------------------------------------------------- //Functions //----------------------------------------------------...
[ "sergey.2bite@gmail.com" ]
sergey.2bite@gmail.com
94dc88adacb207bf0d982f493b90e3532283013c
f7e9b7730a605fe9a5c3b981b0c03ff9a541dc3b
/playerData.inc
61871438252731524f28c42167af0399a51c6210
[ "Unlicense" ]
permissive
RevolutionSoftware/Juego
9bdcc0508e1e0d2cc33024d2a8cfa5fc0b1f4481
31c1706e41713e9bcf631f369b89ce1f94bef0d5
refs/heads/master
2021-01-19T11:05:50.163401
2017-06-29T22:10:01
2017-06-29T22:10:01
95,699,198
1
0
null
null
null
null
UTF-8
C++
false
false
1,911
inc
;base stats characterStats: franciStats: .dw 55 ;hp .dw 10 ;mp .dw 12 ;str .dw 12 ;udef .dw 12 ;ldef .dw 8 ;agi .dw 4 ;int .db 8 ;end .db 1 ;sinc .db 0 ;head .db 0 ;chest .db 0 ;hands .db 0 ;feet .db 0 ;feet slot .db 0 ;arm left .db 0 ;arm left slot .db 0 ;arm right .db 0 ;arm right slot .db 0 ;acces...
[ "pokemaster103@gmail.com" ]
pokemaster103@gmail.com
eda9cca8a4c0cb36bb557a7d3f3fbb19458952da
4420739a7cb2a2652e97b03600c20c38d0b33168
/source/EventTestObject.h
213e6850d7a167bdaecb83d1df8cc0cbaf6357b6
[]
no_license
MrFloip/Legacy-of-Gold
3648e664c20bbd470d80b461d009f6fedaadc79e
1c6db067f9d597bd86473b4c789ffa92d9a0a9c4
refs/heads/master
2021-01-17T05:24:15.243939
2012-11-19T00:23:36
2012-11-19T00:23:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
305
h
#ifndef _EVENT_TEST_OBJECT_H_ #define _EVENT_TEST_OBJECT_H_ #include "event_manager.hpp" struct Message { int iMsg; }; class EventTestObject: public EventManager { private: Message message; public: EventTestObject(); void printUid(); void sendMessage(int value); void catchMessage(); }; #endif
[ "Filip.lindeby@gmail.com" ]
Filip.lindeby@gmail.com
eaa3286cc428ba4f47772f8cc3590ef76622500f
d6569cd6269513c56eab978764c8142abdfc7826
/snippets/cpp/include/Interface.h
0e55046cad3b5398eec5d9e8820f7deba79305cc
[]
no_license
mboussaa/Haxe_Samples
500ec7b2637e005f36f39105a73b643ffadf08fe
6ba949a702785829fde345341f9d87233a596320
refs/heads/master
2021-01-10T18:45:37.327945
2014-10-14T10:04:39
2014-10-14T10:04:39
24,419,063
1
1
null
null
null
null
UTF-8
C++
false
false
1,619
h
#ifndef INCLUDED_Interface #define INCLUDED_Interface #ifndef HXCPP_H #include <hxcpp.h> #endif HX_DECLARE_CLASS0(Interface) class HXCPP_CLASS_ATTRIBUTES Interface_obj : public hx::Interface{ public: typedef hx::Interface super; typedef Interface_obj OBJ_; HX_DO_INTERFACE_RTTI; static void __boot(); virtu...
[ "mohamedboussaa3@gmail.com" ]
mohamedboussaa3@gmail.com
63dbf9c42433a4049847f5e4112ea517f5f23239
2c9532ae2c36f3986b9f0c66b23cb287b8e57f34
/prime factors of a number.cpp
f0233d4a3e437cb960462cfc1487a311d73e5601
[]
no_license
sn0wFlake420/-contribution-
1a1a499652e6cc44f238bc5288842d565f1f3c1a
b658d92d0496f9a29b090120f7e687c0dbf53953
refs/heads/main
2023-08-10T07:26:03.441942
2021-09-17T12:59:42
2021-09-17T12:59:42
407,540,166
0
0
null
null
null
null
UTF-8
C++
false
false
637
cpp
#include <stdio.h> #include <conio.h> main() { int i, j, n, p; printf("Enter a number\n"); scanf("%d", &n); printf("Prime Factors of %d are\n", n); for(i=2; i<=n; i++) { if(n % i==0) { p = 1; f...
[ "noreply@github.com" ]
sn0wFlake420.noreply@github.com
940be3af1e8bcb82176f17e3fb4e08bf9c18be8d
6cd88e053e5e15daad54c6ba56fec17173d9d324
/scintilla/lexlib/WordList.h
71ebaead5489c5a9d30ec3b4433d0cef233b5abf
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause", "MIT", "LicenseRef-scancode-scintilla", "BSD-2-Clause" ]
permissive
safino9/notepad2
8b2e0a14fa4bd4c97dcb4fa8bfc7f7d60041f7d7
ea41ff9c3cae65e617a5c0b5b590829328f0c570
refs/heads/master
2023-03-01T19:52:49.372621
2021-02-16T08:50:12
2021-02-16T08:50:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,277
h
// Scintilla source code edit control /** @file WordList.h ** Hold a list of words. **/ // Copyright 1998-2010 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. #pragma once namespace Scintilla { /** */ class WordList fi...
[ "zufuliu@gmail.com" ]
zufuliu@gmail.com
a67da16af38715a1580ec0c496adbd03e91074ea
55b3b942183b50565ea5f557a8de6a5fc9c09741
/live_events/CompetitveProgrammingPractice/CSES/IntroductoryProblems/GrayCode/GrayCode.cpp
0b9610dcc60a1e9b80183446c3a50cbe349c0316
[]
no_license
weakunix/python_git
e29b3fdaed58f1951718cc412db0007a4183dad9
a2bfa0365d66e607a952f1b86b734cea0fba020f
refs/heads/master
2023-09-01T07:13:45.134448
2023-08-21T18:03:47
2023-08-21T18:03:47
190,823,760
6
0
null
null
null
null
UTF-8
C++
false
false
730
cpp
#include <iostream> #include <string> #include <vector> #include <utility> #include <algorithm> #include <cassert> using namespace std; typedef long long ll; typedef pair<int, int> simps; typedef pair<int, simps> threesome; #define sec second.first #define third second.second #define all(v) v.begin(), v.end() #defin...
[ "mrmooooyt@gmail.com" ]
mrmooooyt@gmail.com
959290a7831c625c6e8d527104a8ebaf6359bdb5
88ae8695987ada722184307301e221e1ba3cc2fa
/third_party/pdfium/xfa/fxfa/parser/cxfa_output.h
3577bb4cbf012d36f30c8e77224997bc9b9fca22
[ "BSD-3-Clause", "Apache-2.0", "LGPL-2.0-or-later", "MIT", "GPL-1.0-or-later" ]
permissive
iridium-browser/iridium-browser
71d9c5ff76e014e6900b825f67389ab0ccd01329
5ee297f53dc7f8e70183031cff62f37b0f19d25f
refs/heads/master
2023-08-03T16:44:16.844552
2023-07-20T15:17:00
2023-07-23T16:09:30
220,016,632
341
40
BSD-3-Clause
2021-08-13T13:54:45
2019-11-06T14:32:31
null
UTF-8
C++
false
false
579
h
// Copyright 2017 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #ifndef XFA_FXFA_PARSER_CXFA_OUTPUT_H_ #define XFA_FXFA_PARSER_CXFA_OUTPUT_H_ #include "xfa/fxf...
[ "jengelh@inai.de" ]
jengelh@inai.de
3949acd2f3f3ffc3ab15779cc861050fb32fbfa6
551671f92763cbbf3f59c8dbf710e976b73e06df
/Unreal/FileSystem/UnArchivePak.cpp
d0179d5078d6cf6ee9c190d48ee5fd0fc77d115e
[ "BSD-3-Clause" ]
permissive
Hankant/UEViewer
5f5ae5a42008ef6b6758e11462d095d3b675927e
594506ac509f991a46728bce4c087ca1280b8a11
refs/heads/master
2023-02-06T07:05:52.267724
2020-12-15T20:52:09
2020-12-15T20:52:09
324,972,350
2
0
null
null
null
null
UTF-8
C++
false
false
25,648
cpp
#include "Core.h" #include "UnCore.h" #include "GameFileSystem.h" #include "FileSystemUtils.h" #include "UnArchivePak.h" #if UNREAL4 #define PAK_FILE_MAGIC 0x5A6F12E1 // Number of pak file handles kept open when files no longer used (cache of open pak file handles). // We're limiting number of simultaneously open ...
[ "git@gildor.org" ]
git@gildor.org
67020f5ebd0c8f9bffa230e0cd6f3b9272528205
3559f65cdaa8535ebb2e53653a6cd6234c55cf10
/StructureProject/Testers/LinearTester.hpp
a32fc73aecdb327da11192ff6dafd051be850582
[]
no_license
rphi8796/StructureProject
d433ccaceb7e680b0d7453834abab75b8b1fcabc
33c0c06ccd71beb5c18c55e37e0970fe114e1572
refs/heads/master
2020-04-19T05:27:25.037698
2019-05-04T17:16:21
2019-05-04T17:16:21
167,988,248
0
0
null
null
null
null
UTF-8
C++
false
false
686
hpp
// // LinkedListTester.hpp // StructureProject // // Created by Phillips, Ryan on 2/13/19. // Copyright © 2019 CTEC. All rights reserved. // #ifndef LinearTester_hpp #define LinearTester_hpp #include "../Controller/FileController.hpp" #include "../Controller/Tools/Timer.hpp" #include "../Model/Linear/LinkedList....
[ "jlkfop@gmail.com" ]
jlkfop@gmail.com
dd3979df672203d317508579c181f80916167d03
1cf139d2eb6ae9e82bcf2fb5bb30d2c3e689bb6f
/node_modules/msnodesqlv8/src/ReadNextResultOperation.h
0cdcd858b389d1eef6f76d86a54b9e198267da61
[ "MIT", "Apache-2.0" ]
permissive
narendra9268/attendance
759aa96891e1d394667a267cbbef2865d473b0ae
3fc619b7561e73da5ab35e593100fe2a92ea4565
refs/heads/master
2020-03-28T22:29:12.875655
2018-09-18T06:04:22
2018-09-18T06:04:22
149,236,385
0
1
MIT
2018-12-09T16:47:47
2018-09-18T06:00:18
JavaScript
UTF-8
C++
false
false
1,510
h
//--------------------------------------------------------------------------------------------------------------------------------- // File: OdbcOperation.h // Contents: ODBC Operation objects called on background thread // // Copyright Microsoft Corporation and contributors // // Licensed under the Apache License, Ve...
[ "narendra.soni@cloudester.com" ]
narendra.soni@cloudester.com
d37db9c0c42631feb9805d5c61556c023c1ef56c
7b88f02d8824db9da785d3dad6e31a0f123e02bc
/9.7/Time.h
3df8cd25ba0cfd9c0a1a314322b8bf3204f6251b
[]
no_license
guoyuting666/Guo_Yuting
4e2811f1565b7f0f5669b5531ea2b6d51daf8802
dcd89e64afc42c81d81f5a4b97c4e32770ab20e0
refs/heads/master
2020-04-28T03:18:29.055277
2019-06-02T03:16:20
2019-06-02T03:16:20
174,931,711
0
0
null
null
null
null
UTF-8
C++
false
false
386
h
#ifndef TIME_H #define TIME_H class Time { public: Time( int = 0, int = 0, int = 0 ); void setTime( int, int, int ); void setHour( int ); void setMinute( int ); void setSecond( int ); int getHour(); int getMinute(); int getSecond(); void tick(); void printUniversal(); void printStandard...
[ "769140403@qq.com" ]
769140403@qq.com
c3c545e880ce9924637686f975b080e5aad8f497
53180a2f2279f932c590b0768c2e9e69919cc929
/Vehicle.h
36b8bb75aa8b9aeb3e2e1d654ce472cda7faf49d
[]
no_license
ClarkMulvey/SDLProject
72791059bf8166793b453d10bfdcd6b23870c94f
ec7532640bdb4c7c2198c1ba4637dc7b1d96582d
refs/heads/main
2023-02-02T06:59:04.968483
2020-12-14T06:42:43
2020-12-14T06:42:43
317,441,733
0
0
null
null
null
null
UTF-8
C++
false
false
2,170
h
#include <iostream> #include <cassert> #ifndef VEHICLE_H #define VEHICLE_H class Vehicle { protected: double speed; double fuel; double maxFuel; double accelerateBurnRate; public: Vehicle(); Vehicle(double speed, double fuel, double maxFuel, double accelerateBurnRate); void GetStatus(); void Refuel(double f...
[ "clarkgmulvey3@gmail.com" ]
clarkgmulvey3@gmail.com
962775d6c54302dfc2e95e9f3491a6cd869fd1c2
77815edd2b5e5e27c2ebd8d7f00e135b0e41a6c5
/memmon/gdiswitcher.h
86930b6d9354d78a33ac1292d7f5caa6e14ca268
[ "MIT" ]
permissive
fengsiri/memtools
787571f907b0b092d1144e8f85e5b6e88c858d67
ef5dd39fcb99865d0c6164fa7d863f1013a7fd39
refs/heads/master
2021-06-08T10:01:40.351855
2016-09-25T19:42:19
2016-09-25T19:42:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
445
h
#ifndef GDISWITCHER_H #define GDISWITCHER_H // Copyright (c) 2009 Charles Bailey #include <windows.h> #include "mminfo.h" namespace GDI { class Switcher { public: Switcher(HDC hdc, HGDIOBJ hobj) : _hdc(hdc) , _hobj(::SelectObject(_hdc, hobj)) { if (_hobj == NULL) throw MemMon::ConstructorFailure<Switcher...
[ "charles@hashpling.org" ]
charles@hashpling.org
4f8106d12c81f003ca383e8b923bc7f35b905960
b33a9177edaaf6bf185ef20bf87d36eada719d4f
/qtxmlpatterns/src/xmlpatterns/data/qschemanumeric_p.h
e1b1258b98294c06f60610bbcbce0258d9aa19ee
[ "LGPL-2.0-or-later", "LGPL-3.0-only", "GPL-3.0-only", "LGPL-2.1-or-later", "GPL-1.0-or-later", "LicenseRef-scancode-unknown-license-reference", "GPL-2.0-only", "GFDL-1.3-only", "Qt-LGPL-exception-1.1", "LGPL-2.1-only", "LicenseRef-scancode-digia-qt-preview", "LicenseRef-scancode-warranty-discl...
permissive
wgnet/wds_qt
ab8c093b8c6eead9adf4057d843e00f04915d987
8db722fd367d2d0744decf99ac7bafaba8b8a3d3
refs/heads/master
2021-04-02T11:07:10.181067
2020-06-02T10:29:03
2020-06-02T10:34:19
248,267,925
1
0
Apache-2.0
2020-04-30T12:16:53
2020-03-18T15:20:38
null
UTF-8
C++
false
false
8,377
h
/**************************************************************************** ** ** Copyright (C) 2015 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing/ ** ** This file is part of the QtXmlPatterns module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage ** Licensees holding valid...
[ "p_pavlov@wargaming.net" ]
p_pavlov@wargaming.net
55657a82044a24cc718996ef7ce00c2c1720871b
89d8b82e7d41f1438c3d791d409147f441b35cf2
/_drafts/CCFastTMXLayer.cpp
803bc1637cde642d1434f6767497147d86945f4f
[ "MIT" ]
permissive
helloztq/helloztq.github.io
277e59f0260c131ecbb8bc43e62fa2b73e66bd23
436f419d32955a513f0e4c6c6ebdb8472d3079e5
refs/heads/master
2021-01-19T01:58:18.942759
2018-03-21T08:28:33
2018-03-21T08:28:33
84,399,837
0
0
null
null
null
null
UTF-8
C++
false
false
36,055
cpp
/**************************************************************************** Copyright (c) 2008-2010 Ricardo Quesada Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2011 Zynga Inc. Copyright (c) 2013-2014 Chukong Technologies Inc. Copyright (c) 2011 HKASoftware http://www.cocos2d-x.org Permission is hereby gr...
[ "499464653@qq.com" ]
499464653@qq.com
21dde776e394a6c314b4f640da560bf78f332d79
72e6f1563bc0636c7530667bff631e1ea535f80d
/models/FileConfig.h
f401d22d2a59dff43ef1c81c887a034fd662bd94
[]
no_license
remote-backup-project/remote-backup
b52cc5c6c1753b94830680af921eedfff79470aa
648ddafbe135a7ea19e2453a1c9cdb2d29cbd283
refs/heads/master
2023-02-24T12:17:38.469436
2021-01-26T18:50:44
2021-01-26T18:50:44
305,156,967
0
0
null
null
null
null
UTF-8
C++
false
false
1,513
h
#ifndef REMOTE_BACKUP_FILECONFIG_H #define REMOTE_BACKUP_FILECONFIG_H #include <iostream> #include <fstream> #include <vector> #include <string> #include <boost/property_tree/ptree.hpp> #include <boost/property_tree/json_parser.hpp> #include <filesystem> #include "Serializable.h" #include "../utils/StringUtils.h" #inc...
[ "s270206@studenti.polito.it" ]
s270206@studenti.polito.it
f63b3d75d24d408ad7c43fe480238eb3cebaf20b
01f8171fdaf0177123866b9c8706d603e2f3c2e8
/ui/controls/enum_control.cpp
881a7b585cfee79a2c7ac0defef46c30604da1b3
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
ppearson/ImaginePartial
5176fb31927e09c43ece207dd3ae021274e4bd93
9871b052f2edeb023e2845578ad69c25c5baf7d2
refs/heads/master
2020-05-21T14:08:50.162787
2020-01-22T08:12:23
2020-01-22T08:12:23
46,647,365
1
0
null
null
null
null
UTF-8
C++
false
false
1,441
cpp
/* Imagine Copyright 2011-2012 Peter Pearson. Licensed under the Apache License, Version 2.0 (the "License"); You may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in wr...
[ "peter.pearson@gmail.com" ]
peter.pearson@gmail.com
00f26186e1eb051a57e34397e929811cd6c9bef4
3c305dfca2e726c4959f980a8c287cd5bdd7fc05
/Remove_Duplicates_From_Sorted_List.cpp
534fde2e011eb581c700f9f230e7c6eada87e39e
[]
no_license
huy312100/leetcode-solutions
2f17105fb40dea2a512ef5e59c855c1320a4ad5b
b4abae73e5351ce1c0d1a2bdfd29d9fd56a9dee1
refs/heads/master
2021-12-02T22:36:05.238588
2013-01-13T13:37:20
2013-01-13T13:37:20
422,103,718
1
0
null
null
null
null
UTF-8
C++
false
false
1,011
cpp
/* Remove Duplicates from Sorted List Given a sorted linked list, delete all duplicates such that each element appear only once. For example, Given 1->1->2, return 1->2. Given 1->1->2->3->3, return 1->2->3. */ /** * Definition for singly-linked list. * struct ListNode { * int val; * ListNode *next; *...
[ "kofreestyler@gmail.com" ]
kofreestyler@gmail.com
52d9d9c8c7cffac0b3b3051af516a72756923256
cf5aa4c1d9bb93f0fb26b48522fc105f602aff7d
/EDay23.cpp
61d16f79a7d0a42d7fb5666a676b77727aba587d
[]
no_license
LiiuKingming/cpp_learn
5bbe138ee861f85caecaa7ba776e9ae624d9132d
1dd238f99ebe1c8d6bef429c91a0f77faea05645
refs/heads/master
2020-09-04T03:36:32.273193
2020-06-20T05:09:54
2020-06-20T05:09:54
219,648,981
0
0
null
null
null
null
UTF-8
C++
false
false
2,357
cpp
// // Created by 28943 on 2019/12/3. // #include <iostream> #include <algorithm> #include <vector> #include <map> using namespace std; //微信红包 /*方法一 做出来的*/ class Gift1 { public: int getValue(vector<int> gifts, int n) { // write code here sort(gifts.begin(), gifts.end()); int count = 0; ...
[ "289437926@qq.com" ]
289437926@qq.com
f6b0c6494c6e8c0155d93d50596f242da9feedad
68b3aabc0433e5b401320f177945522fdfbbb078
/SourceCode/TestOne/TestOne/TestOne.cpp
c603366bbe205860fd89cb0fad0cd03984938883
[]
no_license
whalecanfly/Hello-World
36eded2f9edd659fd74bdd3387f92900dd48249d
c6f2b7b5036cedfadc829f058d4a3a8536c428c8
refs/heads/master
2021-01-21T20:43:16.177300
2017-08-13T06:50:12
2017-08-13T06:50:12
94,677,014
0
0
null
2017-06-18T09:35:49
2017-06-18T09:16:35
null
GB18030
C++
false
false
346
cpp
// TestOne.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include <stdio.h> #include<iostream> #include <fstream> int _tmain(int argc, _TCHAR* argv[]) { std::cout<<"Hello, world!"<<std::showpoint; printf("Hello, world!\n"); std::ofstream file("file.txt"); file << "Hello, world!" << std::endl; return 0; }
[ "whalecanfly@163.com" ]
whalecanfly@163.com
6dbdb37893d1c76323cb93e0cd8bd2cde66f7363
0c94f92f67ed1642098fbc1c0b79d9472d28e722
/P05/full_credit/data.cpp
4890ccac1e2375d83d7f5f6696efb58d6bbff8da
[ "MIT" ]
permissive
Code-Saurav/cse1325-1
bd9b3805290f27064134a13f966c1d458cb16e74
2dcd3f027cff2db2213d6f43f8f495784535d88a
refs/heads/master
2023-01-31T07:30:09.499243
2020-12-19T15:22:39
2020-12-19T15:22:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
166
cpp
/* This file stores all needed data for the classes. needed for the derived, main or base classes */ #include <iostream> typedef bool Signal; typedef int Pin;
[ "humagain.prabesh@outlook.com" ]
humagain.prabesh@outlook.com
bcb5fe83e8eb841f916656aee1c7a17b6ff91134
3722725e1916503cf5173d6a21a6cad0c7c22bf0
/unidadeII/cpts.cpp
d2ff64d06361ecc6a08a1f047fbc48023120b267
[]
no_license
matheuspetrovich/matheuspetrovich.github.io
626a7a99126b406bb7e90c16d6f621a5873288c2
0df70ede8386894b8b14b20c1093101a2a4fd128
refs/heads/master
2021-01-17T13:20:55.975880
2017-01-13T01:16:22
2017-01-13T01:16:22
52,447,921
1
0
null
null
null
null
UTF-8
C++
false
false
2,805
cpp
#include <fstream> #include <iomanip> #include <vector> #include <algorithm> #include <numeric> #include <ctime> #include <cstdlib> #include <iostream> #include "opencv2/opencv.hpp" #define STEP 4 using namespace std; using namespace cv; int top_slider = 10; int top_slider_max = 200; char TrackbarName[50]; Mat ima...
[ "matheus.petrovich@gmail.com" ]
matheus.petrovich@gmail.com
535770b654e625510364a505cdac8d38bd48a429
4bc21b62a346c48cbe29b898b7fe331d6dedc023
/src/qt/addresstablemodel.cpp
aab343f0c5daeec1eb8d8bc5f5b2bda494f189c4
[ "MIT" ]
permissive
dachcoin/dach
0bc1f57a2be087c81a847b8114d8d38cb211d39b
57c2b4af4005e8deba7932e81bd6ccdfbfe7f6bf
refs/heads/master
2020-04-12T22:36:32.451311
2019-01-30T05:54:04
2019-01-30T05:54:04
162,793,444
1
0
null
null
null
null
UTF-8
C++
false
false
16,189
cpp
// Copyright (c) 2011-2014 The Bitcoin developers // Copyright (c) 2014-2015 The Dash developers // Copyright (c) 2015-2018 The PIVX developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "addresstablemodel.h" ...
[ "media@dachcoin.live" ]
media@dachcoin.live