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
f97e72610a12691c55c832ce26f0ac4ef6ac46dd
e7197120793475467dab60bc46dee0529d6b6363
/tensorflow/compiler/mlir/tfrt/jit/python_binding/tf_cpurt_executor.cc
5ce3f13365783d41136b0a34ffe6e29ac804fed8
[ "Apache-2.0", "MIT", "BSD-2-Clause" ]
permissive
sujitahirrao/tensorflow
0488a33b9f8e8c2e2f623434204ddf48e8917ef4
70d727ba4e3fbe17ca07bdc325d81374b9e7ed80
refs/heads/master
2021-12-27T14:55:12.547793
2021-11-27T11:57:12
2021-11-27T11:57:12
50,644,575
1
0
Apache-2.0
2021-11-27T11:57:13
2016-01-29T06:59:10
C++
UTF-8
C++
false
false
12,936
cc
/* Copyright 2021 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
f188af1cff6c55cb9337ef609c6306b61178b4f7
380d95bcf755f0c227130454e02b1e8698b274a2
/cf658/a.cpp
37b2a2683034b17ba76d9dd917d5cf060bd19c8e
[]
no_license
geekpradd/CP-Topicwise
dd590ce94d0feb6b7a7037dd54e54a4b40041e77
5a257676171d0c4db71125ad3e872b338202fe16
refs/heads/master
2021-05-20T09:29:35.898564
2020-12-25T18:54:30
2020-12-25T18:54:30
252,225,116
4
0
null
null
null
null
UTF-8
C++
false
false
2,152
cpp
#include <bits/stdc++.h> #include <ctime> #include <cstdlib> #define int long long #define ii pair<int, int> #define pb push_back #define mp make_pair #define MOD 1000000007 #define E13 10000000000000 #define DUMP(a) \ do { std::cout << "[" << #a " = " << (a) << "]" << std::endl; } while(false) #define d0(x) cout<...
[ "geekpradd@gmail.com" ]
geekpradd@gmail.com
d843aa608b6c88442fa466c41b972ceceb5e0c4e
81464366d3d2ab91a6600be8646d0856d413d8be
/Printing_sum_increasing_subsequence.cpp
371914191bfd97de0905d8c695d5cf0a7c631a97
[]
no_license
SunnyJaiswal5297/Basic_c_programs
08f289d04817f81222ceaacd7362e47fbae2935e
a2fd6168ce4ff075be6488c172200da21058dd93
refs/heads/master
2022-12-03T09:53:35.189234
2020-07-28T17:17:17
2020-07-28T17:17:17
283,201,986
1
0
null
null
null
null
UTF-8
C++
false
false
1,051
cpp
#include<bits/stdc++.h> using namespace std; int main() { int t; cin>>t; while(t--) { int n; cin>>n; int a[n],b[n],i,j; for(i=0;i<n;i++) { cin>>a[i]; b[i]=a[i]; } int max=INT_MIN; vector<int> vec,res; for(i=...
[ "s2jaiswal.sj@gmail.com" ]
s2jaiswal.sj@gmail.com
e01740fa3351e5daa84a573933c876a4b27eaf4c
f9a2904e263425026d13e6df7a55d5055f41c5fa
/Infoarena/padure.cpp
b14677eae141c126aa83c4d8579753b838913869
[]
no_license
C4Kaulo/C-plus-plus
25e547a5c5e7645004b17897625e8a8333722647
35420e2a640cee89cdada36f48152d52df1fc097
refs/heads/master
2020-05-21T07:16:55.624488
2017-03-10T19:00:00
2017-03-10T19:00:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,400
cpp
#include <fstream> #include <deque> #include <climits> using namespace std; ifstream in("padure.in"); ofstream out("padure.out"); struct dot { short i, j; dot operator +(dot b) { dot a; a.i = this->i + b.i; a.j = this->j + b.j; return a; } }; struct matrix { shor...
[ "noreply@github.com" ]
C4Kaulo.noreply@github.com
5641778285c6f76f3f1f147941d05432dcb5a724
83cfd464643211f267dc167195259e77169de8cb
/HackerRank/Problem Solving/Algorithms/Greedy/Luck Balance.cpp
dd1a137b5c05764c20612a8c3db72aae9a68ae40
[]
no_license
AnthonyDas/HackerRank
c97d3520d9902906c620774ece71b0b59f034bf9
8538625f13f20a1966cc1e138ac324a96157fc94
refs/heads/master
2020-04-05T13:14:15.123216
2019-01-22T00:02:47
2019-01-22T00:02:47
156,893,365
0
0
null
null
null
null
UTF-8
C++
false
false
929
cpp
#include <vector> #include <algorithm> // sort // HackerRank\HackerRank\Interview Preparation Kit\Greedy Algorithms\Luck Balance.cpp /* bool byImportanceDescThenLuckDesc(const std::vector<int> &a, const std::vector<int> &b) { if (a.back() != b.back()) { return a.back() > b.back(); } return a.front() > b.front();...
[ "anthony.das@gmail.com" ]
anthony.das@gmail.com
50e80706e759657431951074c68a157ea1d7507b
2c4a54cc3c1f48d9b34535b0f8d646c925b516e2
/mspectrogram.h
ac38e57d57663c50fd4d261f5ea938bd07204fde
[]
no_license
mParkesUCL/ImageInversion
6b93aa0d316f084b8fd212d50a73425b024f3269
3a4c124f81e7422cc176138bee9121b74bd53a81
refs/heads/master
2021-01-15T12:54:54.539543
2013-11-11T06:09:44
2013-11-11T06:09:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
325
h
#ifndef MSPECTROGRAM_H #define MSPECTROGRAM_H #include <QWidget> namespace Ui { class MSpectrogram; } class MSpectrogram : public QWidget { Q_OBJECT public: explicit MSpectrogram(QWidget *parent = 0); ~MSpectrogram(); private: Ui::MSpectrogram *ui; }; #endif // MSPECTROGRA...
[ "spesroma@gmail.com" ]
spesroma@gmail.com
c6430233aefb2ca566b6006aeb843c5320bfd94e
0022c1a9b713f240d9fe3bd1bab238efb527b606
/src/acceptor_ssl.h
6b21a87addf226ba96a6926acd78dc77b609a433
[ "BSD-2-Clause" ]
permissive
kkqin/securesocks5
661c887f1a84772cc2960016e4a30f0d5bee11ab
432cb4028c413808795645e4cd0cfff1c5aa2a2c
refs/heads/master
2023-04-11T11:39:33.796176
2021-04-07T07:40:47
2021-04-07T07:40:47
279,085,868
0
0
null
2020-07-21T08:01:20
2020-07-12T14:51:36
C++
UTF-8
C++
false
false
2,189
h
#ifndef NETWORK_ACCEPTOR_SSL_H_ #define NETWORK_ACCEPTOR_SSL_H_ #include "secure_socks5.h" #include "secure_socks5to.h" namespace network { class Acceptor : public asio::ip::tcp::acceptor { public: Acceptor(asio::io_service& io_service, int port) //NOLINT : asio::ip::tcp::acceptor(io_service, asio::ip::tc...
[ "asdfa@g" ]
asdfa@g
5d942b692010dc14c471a0936f2840f5155554d1
4b42d149cab66ad27fa955c0628537885587b7ee
/FriendshipIsMagic/jni/ai/dijkstra/pi.h
625253863e0cc07f0c66dd28f99023f799b7ee74
[]
no_license
lpzantony/friendshipismagic
808c8189a02f897c87480ab75c95c008b4e1cd37
7938a6bac1eaa6679243c8f3a885e872c1af4430
refs/heads/master
2021-01-01T06:41:52.623238
2016-06-29T13:47:43
2016-06-29T13:47:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
458
h
/* * Pi.h * * Created on: 17 juin 2016 * Author: admin */ #ifndef DIJKSTRA_PI_H_ #define DIJKSTRA_PI_H_ #include "../dijkstrainterface/piinterface.h" class VertexInterface; #include <map> class Pi : public PiInterface { private : std::map<VertexInterface*, int> pi; public: Pi(); virtual ~Pi(); voi...
[ "adrien.marcenat@orange.fr" ]
adrien.marcenat@orange.fr
9325e141517112b4c34034859719ebe3ec738d6e
d9d5d358efc7160571a3876780d921dc782c9830
/gui/pages/LogPage.cpp
7fbf5929d067979d40e427d7a95c31c43899fc8a
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0" ]
permissive
shaszard/test
35b809ad0bd7309ffedd3c76440917a612679b05
7d1dd2a32f95eacaaea7d808cd07faf99e425977
HEAD
2016-09-06T18:23:44.062944
2014-11-02T19:29:09
2014-11-02T19:29:09
26,285,850
2
0
null
null
null
null
UTF-8
C++
false
false
2,889
cpp
#include "LogPage.h" #include "ui_LogPage.h" #include <QIcon> #include <QScrollBar> #include "logic/MinecraftProcess.h" #include "gui/GuiUtil.h" LogPage::LogPage(MinecraftProcess *proc, QWidget *parent) : QWidget(parent), ui(new Ui::LogPage), m_process(proc) { ui->setupUi(this); ui->tabWidget->tabBar()->hide(); ...
[ "peterix@gmail.com" ]
peterix@gmail.com
b43f9065743ba1f5f92c471ad43f2a8b9b82c554
b6fe7a5ce749cd05620080052cfea986817329bc
/src/subspaceSearchAlgorithms.h
ae0d6e28487aa76e68878575628d4644359fea73
[]
no_license
holtri/R-subcon
cce5d8eaf6b6902c181f1d88ffac1163dc0f6233
77fd778514fca4f5cf7ab705633bc56ce43474d9
refs/heads/master
2020-04-03T07:11:28.194347
2019-02-14T17:10:16
2019-02-14T17:10:16
49,747,108
2
0
null
2018-11-30T10:04:11
2016-01-15T21:53:58
C++
UTF-8
C++
false
false
2,183
h
#ifndef SUBSPACESEARCHALGORITHMS_H #define SUBSPACESEARCHALGORITHMS_H using namespace Rcpp; std::vector<int> sortIndices(const NumericVector &input); //' Greedy Maximum Deviation Heuristic //' //' Constructs one deviation maximizing subspace for each dimension. The search //' is based on the two dimensional deviati...
[ "holger.trittenbach@gmail.com" ]
holger.trittenbach@gmail.com
2ba25f31eda84d7b90c96ceee5af730b00059d57
fdaa2c607e4bcbd23a3445a68c3d0a8265f92f2f
/Fall 2018/CS 225/POTD/potd-q40/main.cpp
b29e722f08f6aa325b900f18c6b4777502d72035
[]
no_license
unnatr2/UIUC
a34cab9a0c867aa6e872800e365abaa25c08c9ae
9ee14d0635116c03e7868cd6b3266aa9ea428570
refs/heads/master
2021-03-03T21:38:40.858998
2020-03-09T23:32:42
2020-03-09T23:32:42
245,987,822
1
0
null
null
null
null
UTF-8
C++
false
false
890
cpp
#include "OfficeHour.h" #include "Student.h" #include <iostream> using namespace std; int main() { Student Billy = Student(12, "POTD"); Student Joel = Student(15, "MP"); Student Jean = Student(8, "MP"); Student Taylor = Student(6, "LAB"); Student TimTim = Student(13, "POTD"); queue<Student> o...
[ "unnatr2@illinois.edu" ]
unnatr2@illinois.edu
1e6587fd085967eddc0e4a68658b39288ed2fdfd
8393915b57a5ff54938ad8d49f15ce617a640ddc
/src/core/camera_client.h
e45a2b90616997a38b4e815fbef9cd542fab4c06
[]
no_license
lizhiqi-coder/FFmpegStudio
8ffcf2f0aede20037c117f0a4895eff3336f28fa
ed1eb738e1737e3ae0c3bd6cb2f3cf0174afcc49
refs/heads/master
2021-09-21T13:00:50.585034
2017-12-04T12:58:49
2017-12-04T12:58:49
104,286,143
1
0
null
null
null
null
UTF-8
C++
false
false
383
h
// // Created by 58boy on 2017/9/5. // #ifndef FFMPEGSTUDIO_CAMERA_CLIENT_H #define FFMPEGSTUDIO_CAMERA_CLIENT_H #include <pthread.h> class CameraClient { public: void connect(); int detachThreadCreate(pthread_t *pthread,void *start_routine,void *arg); void startConnection(); static void doStartTh...
[ "chinalizhiqi@gmail.com" ]
chinalizhiqi@gmail.com
a1ba76c2303276ed69b20dbadfe3e43e0d01f95f
67a6efcdbc5fca554fbf31be8456ad5a3a2dac6d
/test1/stream_based/main.cpp
e962da0aa70b6274bd03214577ab289531ff413f
[]
no_license
shahzadXilinx/hlsStreamOfBlockTests
20bf6ce122e7102b172dad659eaad2fcfdf4f2a4
d1f58f6d4353b6859e5178b6d522372ed3d73217
refs/heads/main
2022-12-28T23:38:31.116375
2020-10-19T00:36:38
2020-10-19T00:36:38
305,215,561
0
0
null
null
null
null
UTF-8
C++
false
false
2,483
cpp
#include <math.h> #include <stdio.h> #include <cstring> #include <vector> #include "dct.h" namespace ref { void DCT(float &d0, float &d1, float &d2, float &d3, float &d4, float &d5, float &d6, float &d7) { float tmp0 = d0 + d7; float tmp7 = d0 - d7; float tmp1 = d1 + d6; float tmp6 = d1 - d6;...
[ "shehzad.ee@gmail.com" ]
shehzad.ee@gmail.com
d2e8ecd3f44ebf25dd1bbd45ddf34cc8953a102a
7c468d4b9101297a4ceabadc1166063f4a324dd0
/src/main.cpp
25ef537a04c747f7f80f193a742b37c1de4cbb77
[]
no_license
ystc/kinste
6e625d5c6791f4a0f04611617ef9adbe2cf3690b
03f0428c6f66d3cbd556efb198840e1f75635237
refs/heads/master
2021-01-23T00:24:54.660845
2017-05-23T19:01:59
2017-05-23T19:01:59
85,726,780
0
0
null
null
null
null
UTF-8
C++
false
false
1,637
cpp
/******************************************************************************* * Filename: main.cpp * Author: ystc * Created: 12.01.2016 * Last change: 27.01.2017 *******************************************************************************/ /************************************************************************...
[ "steinkellnerchristoph@gmx.at" ]
steinkellnerchristoph@gmx.at
857d002801dad6715f3835f5aea95bbd122b3022
067690553cf7fa81b5911e8dd4fb405baa96b5b7
/9184/9184.cpp14.cpp
d805b85b2722033088d9ff10a32339fd58a97061
[ "MIT" ]
permissive
isac322/BOJ
4c79aab453c884cb253e7567002fc00e605bc69a
35959dd1a63d75ebca9ed606051f7a649d5c0c7b
refs/heads/master
2021-04-18T22:30:05.273182
2019-02-21T11:36:58
2019-02-21T11:36:58
43,806,421
14
9
null
null
null
null
UTF-8
C++
false
false
657
cpp
#include <cstdio> using namespace std; int dp[20][20][20]; int solve(int a, int b, int c) { if (a < 0 || b < 0 || c < 0) return 1; else if (a >= 20 || b >= 20 || c >= 20) return solve(19, 19, 19); int &p = dp[a][b][c]; if (p) return p; if (a < b && b < c) return p = solve(a, b, c - 1) + solve(a, b - 1, c - 1) ...
[ "isac322@naver.com" ]
isac322@naver.com
a672d52924b978891fcc383a09867a5180985efb
819506e59300756d657a328ce9418825eeb2c9cc
/tiaozhan/2.6/a.cpp
248177072ec0019bc15f186d2b977cedc09235e8
[]
no_license
zerolxf/zero
6a996c609e2863503b963d6798534c78b3c9847c
d8c73a1cc00f8a94c436dc2a40c814c63f9fa132
refs/heads/master
2021-06-27T04:13:00.721188
2020-10-08T07:45:46
2020-10-08T07:45:46
48,839,896
0
0
null
null
null
null
UTF-8
C++
false
false
840
cpp
#include <iostream> #include <cstdio> #include <cstring> #include <cmath> #include <string> #include <queue> #include <cstdlib> #include <algorithm> #include <stack> #include <map> #include <queue> #include <vector> using namespace std; const int maxn = 1e4+100; const int INF = 0x3f3f3f3f; #define pr(x) cout << ...
[ "liangxianfeng96@qq.com" ]
liangxianfeng96@qq.com
8c47b7d859f112ddec2193c290eaaf2b8e542080
5e7dcc8f3d25f1e9782958b5f94f1821dc6a93a2
/device/bluetooth/dbus/bluetooth_advertisement_monitor_application_service_provider.cc
b98395e60c687a1575913ca07371eb56cd170cd4
[ "BSD-3-Clause" ]
permissive
IMXEWANG/chromium
d931343ed7b77743c744e60e587167c1f1f137b7
95b21b8f5c91980b938afde361718d65955051d7
refs/heads/main
2023-06-18T16:04:05.793945
2021-07-25T07:56:56
2021-07-25T07:56:56
389,296,697
1
0
BSD-3-Clause
2021-07-25T08:16:36
2021-07-25T08:16:35
null
UTF-8
C++
false
false
1,099
cc
// Copyright 2021 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 "device/bluetooth/dbus/bluetooth_advertisement_monitor_application_service_provider.h" #include "base/memory/ptr_util.h" #include "device/blueto...
[ "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com" ]
chromium-scoped@luci-project-accounts.iam.gserviceaccount.com
67aabd5ef040ed10ef1c30413069ad85606f6bff
dd6c70ba403c80610f5a78a3492f367388102505
/src/practice/dp/fpolice.cpp
959f2bb89ce4805ada9b550bd7af848b278d4735
[ "MIT" ]
permissive
paramsingh/cp
80e13abe4dddb2ea1517a6423a7426c452a59be2
126ac919e7ccef78c4571cfc104be21da4a1e954
refs/heads/master
2023-04-11T05:20:47.473163
2023-03-23T20:20:58
2023-03-23T20:21:05
27,965,608
16
6
null
2017-03-21T03:10:03
2014-12-13T16:01:19
C++
UTF-8
C++
false
false
1,768
cpp
#include <bits/stdc++.h> using namespace std; typedef pair<int, int> pii; vector<pii> graph[200]; vector<pii> risk[200]; int n, t; int ris[200][300]; int tim[200][300]; pii ans(int u, int rem) { if (ris[u][rem] != -1) return make_pair(ris[u][rem], tim[u][rem]); if (u == 1 && rem >= 0) { retur...
[ "paramsingh258@gmail.com" ]
paramsingh258@gmail.com
a5a89765f023813fa835eb1d841b99f6c783b985
6cfe7c65380924bfd6fe46a7b6cd5b006b333e96
/source/physics/include/GateScintillationPB.hh
fc8bd2f1b171d377f08139c00f6d9fb4b1ffe4cf
[]
no_license
copernicus231/gatempi
800eb61dd5de373d591e9cb49630172e1c4809b2
b97c38418458dfd21e8d25887419f7967871782e
refs/heads/master
2020-12-24T12:01:56.966710
2012-08-13T05:12:22
2012-08-13T05:12:22
5,534,931
1
0
null
null
null
null
UTF-8
C++
false
false
438
hh
/*---------------------- GATE version name: gate_v6 Copyright (C): OpenGATE Collaboration This software is distributed under the terms of the GNU Lesser General Public Licence (LGPL) See GATE/LICENSE.txt for further details ----------------------*/ #ifndef GATESCINTILLATIONPB_HH #define GATESCINTILLATIONPB_H...
[ "copernicus231@gmail.com" ]
copernicus231@gmail.com
c8328e8c1e14d44057efaf49d84f63ed5c5478aa
5456502f97627278cbd6e16d002d50f1de3da7bb
/extensions/common/alias.h
f7ef1e52be8d3f69414561eedc9e80bb3a9241da
[ "BSD-3-Clause" ]
permissive
TrellixVulnTeam/Chromium_7C66
72d108a413909eb3bd36c73a6c2f98de1573b6e5
c8649ab2a0f5a747369ed50351209a42f59672ee
refs/heads/master
2023-03-16T12:51:40.231959
2017-12-20T10:38:26
2017-12-20T10:38:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,219
h
// Copyright 2016 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 EXTENSIONS_COMMON_ALIAS_H_ #define EXTENSIONS_COMMON_ALIAS_H_ #include <string> namespace extensions { // Information about an alias...
[ "lixiaodonglove7@aliyun.com" ]
lixiaodonglove7@aliyun.com
e8afa20a6d22188aa7596bd72f83feb5527fd07f
762609b0f94b624fa986093b58a9fc89ffe0a0c8
/code/L2_search-based_path_finding/navigation_astar/grid/src/call_node.cpp
d3e8c56662ae02a37f691dd554a3d51c6c9524e4
[ "LicenseRef-scancode-mulanpsl-2.0-en", "MulanPSL-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Possiblexhy/Motion-Planning
7ebe6b1ea99281e8f9cd36e2d1ac2cd855650b83
fd99c569284fd0bae83bea59e521a5c2d9a1614f
refs/heads/main
2023-08-29T01:42:11.512509
2021-10-10T15:30:15
2021-10-10T15:30:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,506
cpp
#include <iostream> #include <fstream> #include <math.h> #include <pcl/point_cloud.h> #include <pcl/point_types.h> #include <pcl_conversions/pcl_conversions.h> #include <ros/ros.h> #include <ros/console.h> #include <sensor_msgs/PointCloud2.h> #include <nav_msgs/Path.h> #include <nav_msgs/Odometry.h> #include <visuali...
[ "chenhuanjy@gmail.com" ]
chenhuanjy@gmail.com
82125b1b07374feb2cb0d0c8734c789ab507c97f
ae956d4076e4fc03b632a8c0e987e9ea5ca89f56
/SDK/TBP_VMP_UNI_M_MU_24_classes.h
8a273803e72eefdb7853a4e9e2ad1f3d9bcccdb0
[]
no_license
BrownBison/Bloodhunt-BASE
5c79c00917fcd43c4e1932bee3b94e85c89b6bc7
8ae1104b748dd4b294609717142404066b6bc1e6
refs/heads/main
2023-08-07T12:04:49.234272
2021-10-02T15:13:42
2021-10-02T15:13:42
638,649,990
1
0
null
2023-05-09T20:02:24
2023-05-09T20:02:23
null
UTF-8
C++
false
false
780
h
#pragma once // Name: bbbbbbbbbbbbbbbbbbbbbbblod, Version: 1 /*!!DEFINE!!*/ /*!!HELPER_DEF!!*/ /*!!HELPER_INC!!*/ #ifdef _MSC_VER #pragma pack(push, 0x01) #endif namespace CG { //--------------------------------------------------------------------------- // Classes //-------------------------------------------...
[ "69031575+leoireo@users.noreply.github.com" ]
69031575+leoireo@users.noreply.github.com
563969a032b9654922e101582deb508995fe470d
73ee941896043f9b3e2ab40028d24ddd202f695f
/external/chromium_org/ash/display/screen_position_controller_unittest.cc
3b62f52b27bffa9a6986d8bdb27fd1a88423f79e
[ "BSD-3-Clause" ]
permissive
CyFI-Lab-Public/RetroScope
d441ea28b33aceeb9888c330a54b033cd7d48b05
276b5b03d63f49235db74f2c501057abb9e79d89
refs/heads/master
2022-04-08T23:11:44.482107
2016-09-22T20:15:43
2016-09-22T20:15:43
58,890,600
5
3
null
null
null
null
UTF-8
C++
false
false
11,183
cc
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ash/display/screen_position_controller.h" #include "ash/display/display_controller.h" #include "ash/screen_ash.h" #include "ash/shell.h" #i...
[ "ProjectRetroScope@gmail.com" ]
ProjectRetroScope@gmail.com
cdab7a9cfcc5a2515833054b18f6173e013855ba
d223f5f893c4173256eb8b94336f02ad2757459d
/Leetcode/Algorithms/Easy/Palindrome_Linked_List/Palindrome_linked_list_M2.cpp
5cfd7aac0d7bda4b95375623648c5ad82666a740
[ "MIT" ]
permissive
tanvipenumudy/Competitive-Programming-Solutions
679c3f426bf0405447da373e27a2d956c6511989
9619181d79b7a861bbc80eff8a796866880b95e0
refs/heads/master
2023-02-26T14:20:41.213055
2021-01-29T07:09:02
2021-01-29T07:09:02
325,483,258
0
0
MIT
2021-01-29T07:09:03
2020-12-30T07:20:35
null
UTF-8
C++
false
false
755
cpp
/** * Definition for singly-linked list. * struct ListNode { * int val; * ListNode *next; * ListNode() : val(0), next(nullptr) {} * ListNode(int x) : val(x), next(nullptr) {} * ListNode(int x, ListNode *next) : val(x), next(next) {} * }; */ #include <bits/stdc++.h> class Solution { public:...
[ "aaaanchakure@gmail.com" ]
aaaanchakure@gmail.com
df1cd67a6aed169bac0c2437f708188d8e88f2fc
fcf03ead74f6dc103ec3b07ffe3bce81c820660d
/Base/FileServer/Attributes/Attributes.cpp
f3ab61e8876a8658c67a48fd3bf89d02c2a184ec
[]
no_license
huellif/symbian-example
72097c9aec6d45d555a79a30d576dddc04a65a16
56f6c5e67a3d37961408fc51188d46d49bddcfdc
refs/heads/master
2016-09-06T12:49:32.021854
2010-10-14T06:31:20
2010-10-14T06:31:20
38,062,421
2
0
null
null
null
null
UTF-8
C++
false
false
9,396
cpp
// Attributes.cpp // // Copyright (C) Symbian Software Ltd 2000-2005. All rights reserved. // This code creates several files and directories inside // the private directory on drive C: // i.e. the directory "C:\private\0FFFFF03." // // Note that no special capabilities are needed provided all file // operat...
[ "liuxk99@bdc341c6-17c0-11de-ac9f-1d9250355bca" ]
liuxk99@bdc341c6-17c0-11de-ac9f-1d9250355bca
88edb3f23630f392ad50fe68f95a3645b19fc1fb
88f9b293841b9150b352cd1a4c2eb3757796b05c
/source/game.h
6b76be6f0dd482af007c0ab240fddad32bd83ac9
[]
no_license
viniciuscagnotto/Hoppe
0dfcf372db1646e3448919e794613883b96520e2
3896389535c497e569e5e81efd1be72407008b98
refs/heads/master
2021-01-02T09:14:54.590846
2014-06-15T18:26:53
2014-06-15T18:26:53
20,862,033
0
0
null
null
null
null
UTF-8
C++
false
false
5,985
h
/* * (C) 2001-2012 Marmalade. All Rights Reserved. * * This document is protected by copyright, and contains information * proprietary to Marmalade. * * This file consists of source code released by Marmalade under * the terms of the accompanying End User License Agreement (EULA). * Please do not use this progr...
[ "viniciuscagnotto@gmail.com" ]
viniciuscagnotto@gmail.com
d2482f41e49e23a831ce56d76ff04e00b12f0a0f
c7a9c8cadbfd2bcf2c373daee276104e93ce954a
/Library/GMFmodStudio/gmfs_studio_event_description.cpp
6daa6fde9091c00aace5e05e8d4565b09df7974c
[]
no_license
tadashibashi/GMFmodStudio
9b21c133fbe19242da6926461c7f36038c51a27d
ae4ae95c27b996a5a91a16b7df5cbbc75daebc01
refs/heads/main
2023-08-26T12:45:44.599708
2021-10-20T06:14:49
2021-10-20T06:14:49
340,236,219
0
0
null
null
null
null
UTF-8
C++
false
false
14,074
cpp
#include "gmfs_common.h" #include "gmfs_buffer.h" #include <iostream> typedef FMOD::Studio::EventDescription EvDesc; // ============================================================================ // Instances // ============================================================================ /* * Create Event Instance...
[ "a.ishibashi.music@gmail.com" ]
a.ishibashi.music@gmail.com
c64a90f31f635ebe1c49e288c9caca7514a749ad
ebb4bc2d1dade516ecbfdcdcc4236af942202fe1
/DocumentXML.h
ec4de38ac96b04478e9daf9f131575e12c1a3352
[]
no_license
jeanlouhallee/inf3105-tp2
d67bfc860e2c3bb649000ff26451eb0af2287ecd
739dfee09cec8331a2e4fbe15b9551b3e8224d19
refs/heads/master
2021-05-05T13:00:31.951084
2017-04-14T01:02:08
2017-04-14T01:02:08
118,354,086
0
2
null
null
null
null
UTF-8
C++
false
false
6,487
h
/* * LecteurXML.h * * Created on: Mar 18, 2017 * Author: Bruno Malenfant */ #ifndef DOCUMENTXML_H_ #define DOCUMENTXML_H_ #include <iostream> #include <map> #include <vector> #include <string> using namespace std; class Contenu { public : Contenu( void ); Contenu( const Contenu & ...
[ "jeanlou601@hotmail.com" ]
jeanlou601@hotmail.com
77d1755a2045883884be0b886ea5fbe9690effc6
3343b52c6cf53e6324b15206fce5fee381e8b70c
/experiments/RegionsMatchingExperiment.cpp
f148d5752ebd505eb60b5aa956376412e318442d
[]
no_license
dychko/MapsMerge
e8089f130742ec57bace3ed208d171277ec1acb6
41d97e47227a3828cc3578bb6078d6afb9d0acb7
refs/heads/master
2021-01-21T14:02:23.042131
2016-05-20T12:33:38
2016-05-20T12:33:38
52,113,115
0
0
null
null
null
null
UTF-8
C++
false
false
4,120
cpp
#include "RegionsMatchingExperiment.h" #include <iostream> #include <ctime> #include "../maps_merger/MapsMerger.h" #include "../merge_algorithm/keypoints_descriptors_extractor/SurfStrategy.h" #include "../merge_algorithm/keypoints_descriptors_extractor/SiftStrategy.h" #include "../merge_algorithm/keypoints_descriptor...
[ "dichko.v@bigmir.net" ]
dichko.v@bigmir.net
88c5eda7ec8ad70e45e11948cc0267db261e0a67
b4f42eed62aa7ef0e28f04c1f455f030115ec58e
/messagingfw/msgtestfw/TestActions/Framework/inc/CMtfTestActionDeleteAttachment.h
cd3ef156926a63a3e994b45fbd4a614cc5601b7d
[]
no_license
SymbianSource/oss.FCL.sf.mw.messagingmw
6addffd79d854f7a670cbb5d89341b0aa6e8c849
7af85768c2d2bc370cbb3b95e01103f7b7577455
refs/heads/master
2021-01-17T16:45:41.697969
2010-11-03T17:11:46
2010-11-03T17:11:46
71,851,820
1
0
null
null
null
null
UTF-8
C++
false
false
1,044
h
/** * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" * which accompanies this distribution, and is available * at the URL "http://www.eclipse.org/legal/epl...
[ "none@none" ]
none@none
9c416b0430902c3fc31cf97fa829079ec9e134cb
d6a4115db819adee535d74febd4f9e12f8ba4e69
/annotated/deegen_common_snippets/get_cb_heap_ptr_from_tvalue.cpp
94ea09b68b02891ced081d49b96281f54fa8a29a
[ "Apache-2.0" ]
permissive
luajit-remake/luajit-remake
292c174be79034bffea77000debd4535c68d78bc
443b6cd442d3e471add261263297e3490b207b0e
refs/heads/master
2023-06-15T13:13:49.561304
2023-06-08T04:55:18
2023-06-08T06:59:03
496,533,267
910
25
null
2022-11-27T07:36:17
2022-05-26T08:04:39
C++
UTF-8
C++
false
false
431
cpp
#include "force_release_build.h" #include "define_deegen_common_snippet.h" #include "runtime_utils.h" static HeapPtr<ExecutableCode> DeegenSnippet_GetCbHeapPtrFromTValueFuncObj(TValue tv) { HeapPtr<FunctionObject> o = tv.As<tFunction>(); HeapPtr<ExecutableCode> ec = TCGet(o->m_executable).As(); return ec;...
[ "haoranxu510@gmail.com" ]
haoranxu510@gmail.com
0dc126a28d345b70d922f6616d621b62afd71632
49f2a09a393bf6190180e37f4856353b1991effb
/C++作业/2018_4Array/7-5.cpp
f94497d454ce99d86813c04b0067e685abb123d9
[]
no_license
Defan-X-zs/FZU
177258cfaa9860f74ebf81cf437d731e06911921
8d87e7e1296f0c7d78dc6686a03554f9d4af12bd
refs/heads/master
2020-04-09T07:42:02.568680
2019-11-27T13:15:46
2019-11-27T13:15:46
160,166,910
3
1
null
2018-12-12T05:38:21
2018-12-03T09:38:09
null
UTF-8
C++
false
false
1,098
cpp
#include <stdio.h>//7-5 找出不是两个数组共有的元素 int main() { int m, n, i, j, k = 0;; int a[20], b[20], c[20]; scanf("%d", &m); for (i = 0; i < m; i++) scanf("%d", &a[i]); scanf("%d", &n); for (i = 0; i < n; i++) scanf("%d", &b[i]); for (i = 0; i < m; i++) { ...
[ "noreply@github.com" ]
Defan-X-zs.noreply@github.com
2abcbefe4a01c74785b642c32a18e33f35f73683
6a365565ad0f6ce2272aca49b6e8b6947a1ed8ad
/uva-12442-forwarding-emails.cpp
57c03bf1f524367264304bcd7e49ab1c86ef7202
[]
no_license
harrysd/algos
6b56862e63b82a222ff48321691bac412777464b
92f2cd208cafad19a2a26de74189c969c6152cbd
refs/heads/master
2021-01-19T20:43:28.060477
2017-04-17T18:38:37
2017-04-17T18:38:37
88,538,334
0
0
null
null
null
null
UTF-8
C++
false
false
1,267
cpp
#include <iostream> #include <cstdio> #include <cstdlib> #include <algorithm> #include <cstring> #include <vector> #define FO(i,a,b) for (int i = (a); i < (b); i++) #define RO(i,b,a) for (int i = (b); i >= (a); i--) #define pb push_back #define ARR0(A) memset((A), 0, sizeof((A))) #define ARR1m(A) memset((A), -1, sizeo...
[ "harry.sidhu@gmailc.com" ]
harry.sidhu@gmailc.com
cceba93471c67cf864399dc30f9147973b6f4759
cf4ed97d519efcc5329a48b331a2f41a99d067e9
/3th-semester/sdp/examples/tree/zad27.cpp
5bc0d299f60fe7e86c1e9f673614bce562320baf
[]
no_license
tborisova/homeworks
6a186420f036ab175231e97d6c01021d7e2b7ce5
dc08d7b360b1337ece567deae66ad265fd83dd3e
refs/heads/master
2021-03-27T15:41:32.735565
2020-05-17T15:43:59
2020-05-17T15:43:59
25,862,294
0
0
null
null
null
null
UTF-8
C++
false
false
430
cpp
#include <iostream> #include <cassert> using namespace std; #include "tree.cpp" typedef tree<int> intTree; intTree addElem(int a, const intTree& t){ intTree t1; if(!t.empty()){ t1.create3(t.rootTree() + a, addElem(a, t.leftTree()), addElem(a, t.rightTree())); } return t1; } int main(){ intTree t; ...
[ "ts.borisova3@gmail.com" ]
ts.borisova3@gmail.com
351c40f47e89cd4199bd75af997754ba5b47edb2
d2b4bc20460230426aa0e28553d059231e3e09f7
/LCS/main.cpp
824dad0933d44e909124464fe83d21ae0e8105ad
[]
no_license
Dylan453295846/DSA
5e1a090263c6068dcff279f2154f692bfa784d9b
38d0dbde24b4e22ff767ba780fcb10882a0b6794
refs/heads/master
2022-11-14T00:37:37.357271
2020-06-24T01:12:46
2020-06-24T01:12:46
272,400,048
0
0
null
null
null
null
UTF-8
C++
false
false
511
cpp
#include "LCS.h" #include <iostream> int main() { LCS lcs; std::vector<char> A; A = { 'c','o','m' ,'m','u','n','i'}; std::vector<char> B; B = { 'p','o','m' ,'m','n','o','i'}; char a[] = "st3erionvjddcfvgbhn"; char b[] = "uvy3ctxwtrxdfcgvhbj"; for (int i = 0; i < 5; i++) A.push_back(a[i]); for (int i = 0; i ...
[ "453295846@qq.com" ]
453295846@qq.com
e570159ce19fe52288c3dabdd567f36d810dec2f
2aed63d9aa027419b797e56b508417789a604a8b
/injector2degHex/case_interFoam_3mm/processor0/0.6/phi
97e5b7de1cb0f3a6d8127d43d27dc448bdd1f9f6
[]
no_license
icl-rocketry/injectorCFDModelling
70137f1c6574240c7202638c3713102a3e1e9fd8
96591cf2cf3cd4cbd64536d8ae47ed8080ed9016
refs/heads/main
2023-08-25T03:30:59.244137
2021-10-09T21:04:45
2021-10-09T21:04:45
322,369,673
3
5
null
null
null
null
UTF-8
C++
false
false
148,611
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v2012 | ...
[ "39316550+lucpaoli@users.noreply.github.com" ]
39316550+lucpaoli@users.noreply.github.com
18564244db8f213979e615a59ade290b3d8b96b0
efeed1bff9f1908b3f6d3515089ca01bb89b5074
/SGBDRasore/addCiclo.h
e362d09d816ea277238aa3afdde96588e80a286b
[]
no_license
carlosmmorera/SGBDRasore
647ca8889f5dab78c1bbb36184c4a08b09cc24ff
0810e7703cec019cca571409139430fd7d846fcf
refs/heads/master
2020-04-21T09:42:58.295803
2019-02-06T18:59:20
2019-02-06T18:59:20
169,459,692
1
0
null
null
null
null
ISO-8859-1
C++
false
false
4,845
h
#ifndef ADDCICLO_H #define ADDCICLO_H #include <iostream> #include <string> #include "BaseDatos.h" #include "errorDialog.h" namespace SGBDRasore { using namespace System; using namespace System::ComponentModel; using namespace System::Collections; using namespace System::Windows::Forms; using namespace System::...
[ "carmor06@ucm.es" ]
carmor06@ucm.es
03cd3e6961bf08b0c1467ba898ec2ec498c90501
e042fcaa4f81a33cda9a16ae63b177b7a7d05024
/C/algorithm.cpp
551565484773ba0f6a864ab2bd94adeab23c2c28
[]
no_license
amanashu201/Aman2002
9c4f68a3181bc841b09bb6e18f575b1fc8d79bba
a14d9ebf8e32d62438c953fa1c0d183a3756b07f
refs/heads/master
2023-04-12T13:32:51.655489
2021-05-11T10:30:35
2021-05-11T10:30:35
306,860,992
0
0
null
2020-10-29T11:57:43
2020-10-24T10:40:09
HTML
UTF-8
C++
false
false
1,115
cpp
#include <stdio.h> #include <iostream> using namespace std; class square_root { private: int number; int start=0, end=number; int mid,i,n; float findSQRT(int number); float ans; public: void squareroot_list(); void Display_squareroot(); }; void square_root::squareroot_list() { while (start <= end) { ...
[ "70699624+amanashu201@users.noreply.github.com" ]
70699624+amanashu201@users.noreply.github.com
37614ab619b09400f03bfd6ec0cc62311d6caf57
b047cdcb684c69797762b25cb01fbd20cdef7016
/PROJET/Backup/mainBU1.cpp
b4fafd773dfdb9b8e9166b6debbbb3905de58e7c
[]
no_license
KingOfCola/INF581_Vision_et_Image
c983b7cd07db80231a7c8fc7156a848351c9dd5d
1f5577b9df6329f2262511e56097888f85c8f480
refs/heads/master
2021-10-21T11:56:27.441742
2019-03-04T08:46:18
2019-03-04T08:46:18
173,707,158
0
0
null
null
null
null
UTF-8
C++
false
false
4,862
cpp
#include <opencv2/highgui/highgui.hpp> #include <opencv2/features2d/features2d.hpp> #include <opencv2/calib3d/calib3d.hpp> #include <opencv2/imgproc.hpp> #include <iostream> #include <vector> #include <string> #include <algorithm> using namespace std; using namespace cv; inline bool isInInterval(const Vec3b a, const ...
[ "urvan.christen@polytechnique.edu" ]
urvan.christen@polytechnique.edu
14ac23612868406f92366cd165b5e251c06f641c
a2743e49fcf30add8d07cfd8454f246cc37e32d5
/detect_adaboost.cpp
47eb343803f38a6c84b9f74d5694140b28d40e5d
[]
no_license
ShufengWang/Ensemble-DecisionTree
71cf5cc469802dc9c8b6fb3634427a2c994bb386
87781b6fcb2935eb36eb4483d278ab38917784aa
refs/heads/master
2020-12-24T12:21:04.525278
2016-11-09T03:17:19
2016-11-09T03:17:19
73,049,955
0
0
null
null
null
null
UTF-8
C++
false
false
2,522
cpp
#include"common.h" void detect_adaboost(cv::Mat img, float scaleFactor, int staLevId, cv::Size winSize, int winStride, vector<cv::Rect> &found, vector<float> &rspn, string &modelAdd, vector<cv::Mat> temps, vector<vector<int>> featIdx, cv::Size gridSize, float minThr) { Ptr<Boost> tboost=Boost::...
[ "1015671535@qq.com" ]
1015671535@qq.com
668ebd31605e4e7a5430c3363930fe90362f2b64
8dc84558f0058d90dfc4955e905dab1b22d12c08
/third_party/blink/public/platform/web_rtc_data_channel_handler_client.h
9b9023f36ef4553fb7975f699af61a3e020cc3ef
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause", "LGPL-2.0-or-later", "GPL-1.0-or-later", "MIT", "Apache-2.0" ]
permissive
meniossin/src
42a95cc6c4a9c71d43d62bc4311224ca1fd61e03
44f73f7e76119e5ab415d4593ac66485e65d700a
refs/heads/master
2022-12-16T20:17:03.747113
2020-09-03T10:43:12
2020-09-03T10:43:12
263,710,168
1
0
BSD-3-Clause
2020-05-13T18:20:09
2020-05-13T18:20:08
null
UTF-8
C++
false
false
2,413
h
/* * Copyright (C) 2012 Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of condition...
[ "arnaud@geometry.ee" ]
arnaud@geometry.ee
5cb5c6cb2115921762d45783fe442358086be288
b22c254d7670522ec2caa61c998f8741b1da9388
/dependencies/OpenSceneGraph/include/osgUtil/LineSegmentIntersector
e43e4ed86ebe181f7d5562de1bc68aeaff18dd0e
[]
no_license
ldaehler/lbanet
341ddc4b62ef2df0a167caff46c2075fdfc85f5c
ecb54fc6fd691f1be3bae03681e355a225f92418
refs/heads/master
2021-01-23T13:17:19.963262
2011-03-22T21:49:52
2011-03-22T21:49:52
39,529,945
0
1
null
null
null
null
UTF-8
C++
false
false
4,993
/* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield * * This library is open source and may be redistributed and/or modified under * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or * (at your option) any later version. The full license is in LICENSE file * included ...
[ "vdelage@3806491c-8dad-11de-9a8c-6d5b7d1e4d13" ]
vdelage@3806491c-8dad-11de-9a8c-6d5b7d1e4d13
f6ceb2cc671997bf69ed4c463b4861a938e58c52
a069a783f9c5b0c1a76ccc6fec1008b568d17fa0
/FileCacheManager.h
3d13313e02cb18a6a00011257fec1eb66f4a89af
[]
no_license
danakreimer/ProblemSolver
0b834132535e22c139bd4f7546705beafc916e4f
e3219a3f23e0bc989de464457969cb22786f16aa
refs/heads/master
2022-08-25T22:13:56.482835
2020-01-30T17:32:27
2020-01-30T17:32:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,278
h
// // Created by duni on 12/01/2020. // #ifndef PROBLEMSOLVER_FILECHACHEMANAGER_H #define PROBLEMSOLVER_FILECHACHEMANAGER_H #include <fstream> #include <mutex> #include "CacheManager.h" using namespace std; template<class Problem> class FileCacheManager : public CacheManager<Problem, string> { private: std::mut...
[ "danathekraimer@gmail.com" ]
danathekraimer@gmail.com
33a62060deb2d117db213159872857c3931ab188
0065cefdd3a4f163e92c6499c4f36feb584d99b7
/rogue/cheat/sdk/SDK/WBP_AbilityDurationBar_functions.cpp
46c248504e31fdaf0508cfd8294990a4877677a4
[]
no_license
YMY1666527646/Rogue_Company_hack
ecd8461fc6b25a0adca1a6ef09ee57e59181bc84
2a19c81c5bf25b6e245084c073ad7af895a696e4
refs/heads/main
2023-08-20T06:07:14.660871
2021-10-21T20:33:53
2021-10-21T20:33:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,921
cpp
// Name: roguecompany, Version: 425 #include "../pch.h" /*!!DEFINE!!*/ /*!!HELPER_DEF!!*/ /*!!HELPER_INC!!*/ #ifdef _MSC_VER #pragma pack(push, 0x01) #endif namespace CG { //--------------------------------------------------------------------------- // Functions //-----------------------------------------------...
[ "51001754+dmitrysolovev@users.noreply.github.com" ]
51001754+dmitrysolovev@users.noreply.github.com
ab140d3db0acf8608eb5f0affd3c0a2309bec308
22e2029692b93316c5f34282cf41b89a620442ad
/6b.cpp
2e114df232031c165ae50657028a5f5e21b6cb49
[]
no_license
syedabdulsamad7/adalab-1bm17cs109
a007c12dca266fde63a65c039157a5abbd69b1dc
42f1bcb6b0dbd9acb77f053d1986362b60301f92
refs/heads/master
2020-07-06T00:46:33.452201
2019-11-23T07:39:33
2019-11-23T07:39:33
202,835,208
0
0
null
null
null
null
UTF-8
C++
false
false
1,284
cpp
#include <iostream> #include <list> #include <stack> using namespace std; class Graph { int V; list<int>* adj; void topologicalSortUtil(int v, bool visited[], stack<int>& Stack); public: Graph(int V); void addEdge(int v, int w); void topologicalSort(); }; Graph::Graph(int V...
[ "noreply@github.com" ]
syedabdulsamad7.noreply@github.com
d03d7abcb91a417e3077dcdff22f4f8e08c2c928
c053027b2af06891715d474b0011bb5e89532e36
/Recipes/component_validator.h
a2d2ab7be625e18f864626862fe8ba8f76e4df80
[]
no_license
BorysDuchewicz/Recipes
ea44c9b2bcf7645a54ab9855410b2e2874d46a2b
9bec636724c1e7cc4487ef694e6f573b0402956c
refs/heads/master
2022-11-21T18:48:37.924293
2020-07-17T22:00:51
2020-07-17T22:00:51
279,920,000
0
0
null
null
null
null
UTF-8
C++
false
false
631
h
#pragma once #include "validator.h" #include "component.h" class ComponentValidator : public Validator<Component> { private: static bool is_name_validate(const Component& component); static bool is_calories_validate(const Component& component); static bool is_weight_validate(const Component& component); static boo...
[ "Borys.Duchewicz@op.pl" ]
Borys.Duchewicz@op.pl
2fb5ce4f15c4d5e900e7492ec7dd1ba6492d3337
d574b0dba51db23e9b8468e82402c121bec618ec
/STL/S-06/6.3/6.3c/main.cpp
bbb7e373a1c5195e045ac34c60d16d1d0a430dbd
[]
no_license
gianricardo/CPlusPlus
9a1d993561f90743245d2b144ec806d5aa11adde
9d96829b6dabad41222920171e5d1fee8b9c5a2f
refs/heads/master
2022-10-05T21:02:32.416682
2020-06-10T01:35:03
2020-06-10T01:35:03
null
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
1,851
cpp
#include <iostream> #include <iterator> #include <list> using namespace std; /** * This example shows how a front_inserter() causes the container's * push_front() operator to be invoked. This inserter can be used only * with the list and deque containers, because one cannot add to the * front of a vector....
[ "d.schmidt@vanderbilt.edu" ]
d.schmidt@vanderbilt.edu
f69facfe8e4d9e9a3b3892dae52cc76e0b1a80c6
d0fb46aecc3b69983e7f6244331a81dff42d9595
/hbase/src/model/CloseBackupResult.cc
4584ae0d09b78132347fd1dba354c7abb63d4497
[ "Apache-2.0" ]
permissive
aliyun/aliyun-openapi-cpp-sdk
3d8d051d44ad00753a429817dd03957614c0c66a
e862bd03c844bcb7ccaa90571bceaa2802c7f135
refs/heads/master
2023-08-29T11:54:00.525102
2023-08-29T03:32:48
2023-08-29T03:32:48
115,379,460
104
82
NOASSERTION
2023-09-14T06:13:33
2017-12-26T02:53:27
C++
UTF-8
C++
false
false
1,185
cc
/* * Copyright 2009-2017 Alibaba Cloud 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...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
e5a7e9f5850aae8d13815c7567d884c32d91b082
724f75d7ce70a8e2f7102c89ff1f65b9ea4af6b1
/A1148.cpp
f2b64c58db0b7358247633d6cc4fa2f363fee8bc
[]
no_license
breastcover/PAT
29de20c1b89053f0c223bc3a6a67e1137a63a9f7
615c40a45b39652137d2b7e1b2b88cffd3674c41
refs/heads/master
2021-01-16T10:31:50.412907
2020-02-25T19:24:42
2020-02-25T19:24:42
243,083,407
0
0
null
null
null
null
UTF-8
C++
false
false
602
cpp
#include <iostream> #include <vector> #include <math.h> #include <algorithm> using namespace std; int main() { int n; cin>>n; vector<int> p(n+1); for(int i=1;i<=n;i++) { cin>>p[i]; } for(int i=1;i<n;i++) { for(int j=i+1;j<=n;j++) { vector<int> a(n+1,1); vector<int> lie; a[...
[ "884918549@qq.com" ]
884918549@qq.com
3245e5084a0ee1da25f889dfae2a01efb1e19d32
260e5dec446d12a7dd3f32e331c1fde8157e5cea
/Indi/SDK/Indi_0001_SD_Sub_13_classes.hpp
3844f29a998674722adf5e197218f275cb269ac5
[]
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
930
hpp
#pragma once // TheOuterWorlds SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "Indi_0001_SD_Sub_13_structs.hpp" namespace SDK { //--------------------------------------------------------------------------- //Classes //--------------------------------------------------------------------------- // Blue...
[ "peterpan0413@live.com" ]
peterpan0413@live.com
ea336262b7c0f71ee384bd8db60c3e021bc2f7f8
b2b86ce7f892b36e96fd47b48228599292630668
/hash_set.hpp
a4767b3f712847a1c3bfd4db9d42a557767a90d7
[]
no_license
bsmorton/Queues-Sets-and-Maps-C-
54a4594cc059416accfaa43e7d481114a377e55d
4c754fe6217a33c07e6fefeac78139ca3a95b659
refs/heads/master
2020-03-10T20:43:06.793032
2018-04-15T04:17:00
2018-04-15T04:17:00
129,575,956
0
0
null
null
null
null
UTF-8
C++
false
false
23,536
hpp
// Submitter: bsmorton(Morton, Bradley) // Partner : ealkabod(Al-Kabodi, Ebrahim) // We certify that we worked cooperatively on this programming // assignment, according to the rules for pair programming #ifndef HASH_SET_HPP_ #define HASH_SET_HPP_ #include <string> #include <iostream> #include <sstream...
[ "noreply@github.com" ]
bsmorton.noreply@github.com
c0153685b9c850c61e9b84d6eb6de9f4c6bad89c
30fdcda0acaedf16751167e8ba235f8f0bffb72e
/week08/02_10927.cpp
56b3979635ad8d9390adf3916c58cab19cedf832
[]
no_license
s4ichi/Programming-Challenges
17317ba9a16610dd7e948857489216066e7dbf8c
a133188cb6c3f2738ded8cc6c52e24c688711218
refs/heads/master
2021-06-01T06:15:27.953729
2016-07-01T05:25:52
2016-07-01T05:25:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,566
cpp
#include <iostream> #include <cmath> #include <cstdio> #include <algorithm> #include <vector> #include <map> using namespace std; typedef long long ll; typedef pair<ll, pair<int, pair<int, int> > > plii; typedef pair<int, int> point; int gcd(int a, int b) { return b == 0 ? a : gcd(b, a % b); } bool comp(const poin...
[ "s.wakeup31@gmail.com" ]
s.wakeup31@gmail.com
b1a9a1648110aba50ca2493fc1980340a1ed2aa9
89e39310c56471d73ddf34e953259fff86843137
/Arduino/libraries/ros_lib/jsk_recognition_msgs/PeoplePoseArray.h
f69569db56f725d1c6e15a41c4762c6ac731977f
[]
no_license
minwoominwoominwoo7/edubot_ros_code
a64a5717c8c86695dc07665060471f53d5e2fe86
8ac47c61fa772339b56334a600c5f8f564ee51dc
refs/heads/master
2021-03-23T12:26:57.007466
2020-03-23T15:01:28
2020-03-23T15:01:28
247,452,877
2
1
null
null
null
null
UTF-8
C++
false
false
2,400
h
#ifndef _ROS_jsk_recognition_msgs_PeoplePoseArray_h #define _ROS_jsk_recognition_msgs_PeoplePoseArray_h #include <stdint.h> #include <string.h> #include <stdlib.h> #include "ros/msg.h" #include "std_msgs/Header.h" #include "jsk_recognition_msgs/PeoplePose.h" namespace jsk_recognition_msgs { class PeoplePoseArray :...
[ "minwoominwoominwoo7@gmail.com" ]
minwoominwoominwoo7@gmail.com
5b287edd390e90060ce87b13de97a2a8c1204150
5b8aafffff8627078b4f07024526fc381230733c
/chrome/browser/ui/webui/settings/site_settings_handler_unittest.cc
1358770365fa855db10cfea3a4f02508f323a9d5
[ "BSD-3-Clause" ]
permissive
attosoft/chromium
a0003c6063c651eb27b7d1e9737c10fd018cabfd
812f7cad9304c91beb846056aa63f94af7fde20e
refs/heads/master
2023-01-05T03:56:44.032949
2018-05-31T12:23:25
2018-05-31T12:23:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
42,858
cc
// Copyright 2016 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/ui/webui/settings/site_settings_handler.h" #include <memory> #include <string> #include "base/test/histogram_tester.h" #include...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
7d31eb11b0d0792e5c2c7f3083c90ffcf9f9f2cf
51765e06d1d54446fd9be373d39a7a57a3ba8ae5
/DebugViewConsole/stdafx.cpp
1cecd7d3ea50e8f1c3469005e2aecc1bcd3544b7
[ "BSL-1.0" ]
permissive
MarkGoldberg/DebugViewPP
7b7786cbab54686e67cb91e3e72bfec46a25b948
7fbd244dcbf25db969f8118c9a9b2931b814f99b
refs/heads/master
2021-01-20T17:47:02.146463
2014-02-04T20:50:20
2014-02-04T20:50:20
16,557,315
0
0
null
null
null
null
UTF-8
C++
false
false
291
cpp
// stdafx.cpp : source file that includes just the standard includes // DebugViewCmd.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h" // TODO: reference any additional headers you need in STDAFX.H // and not in this file
[ "janwilmans@gmail.com" ]
janwilmans@gmail.com
4fff5c549847f2e6e92cf9fc5072f5e7b4327100
83907c6524f525c61ac81a3835584e5ec3716f15
/RangeSumQuery-2D-Immutable.cpp
269b5cbcae6b35ab816bf4a185b0824d759b13f8
[]
no_license
shikharkrdixit/comp-coding
ea395c9a33fc3fc9eb68713796d5d0cb81c31954
9c9bfc2b56b5e650bb0e84fc7052a5ea93ed6bd2
refs/heads/main
2023-07-31T21:07:52.210721
2021-10-01T14:45:48
2021-10-01T14:45:48
354,348,641
0
1
null
2021-04-10T06:41:38
2021-04-03T17:07:32
C++
UTF-8
C++
false
false
909
cpp
class NumMatrix { public: vector<vector<int>> ans; NumMatrix(vector<vector<int>>& matrix) { int n=matrix.size(); int m=matrix[0].size(); ans= vector<vector<int>>(n,vector<int>(m,0)); for(int i=0;i<n;i++){ for(int j=0;j<m;j++){ ans[i][...
[ "sdixit362@gmail.com" ]
sdixit362@gmail.com
86ddc4fee29a15a22d03278cdd41386f4b1af9a3
ebc0847a666d690e0271a2a190fa40b6888cf275
/Toolbar/DynamicToolBar/DynamicToolBarDlg.cpp
8fe3f264be6487a26f45afb0c34dc1fd55f33b20
[]
no_license
hackerlank/cosps
59ba7eefde9bf11e29515529839a17be3a9ff7f4
23c008c08a7efb846d098a3db738e22a7c3eb365
refs/heads/master
2020-06-12T18:27:21.633457
2015-01-01T12:42:26
2015-01-01T12:42:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,957
cpp
// DynamicToolBarDlg.cpp : implementation file // #include "stdafx.h" #include "DynamicToolBar.h" #include "DynamicToolBarDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// ...
[ "cconger77@2afb5f34-2eaf-11df-9ac8-ff20597b2c9b" ]
cconger77@2afb5f34-2eaf-11df-9ac8-ff20597b2c9b
8a1051f48acb1b76f4ac83d9b0fb3a1eb931d750
5a6e95ea550c1ab70933db273782c79c520ac2ec
/SDK/misc/mdac2.8/Conformance/Tests/OLEDB/Src/datalite.cpp
c156d9b20250d90f77d73025e0e6e0daf7b826c3
[]
no_license
15831944/Longhorn_SDK_And_DDK_4074
ffa9ce6c99345a6c43a414dab9458e4c29f9eb2a
c07d26bb49ecfa056d00b1dffd8981f50e11c553
refs/heads/master
2023-03-21T09:27:53.770894
2020-10-10T03:34:29
2020-10-10T03:34:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
121,276
cpp
//-------------------------------------------------------------------- // Microsoft OLE DB Test // // Copyright 1995-2000 Microsoft Corporation. // // @doc // // @module DATALITE.CPP | DATALITE source file for all test modules. // #include "modstandard.hpp" #include "DATALITE.h" #include "ExtraLib.h" #define MAXFIND...
[ "masonleeback@gmail.com" ]
masonleeback@gmail.com
d99da0d73dc07b64a184b6978ab5117a223ea47f
c6f08f2bb8b812bcb63a6216fbd674e1ebdf00d8
/ni_header/NiLightColorController.h
e46a5c0eaa110ca35e723a9fbbcda4dbf7ce8922
[]
no_license
yuexiae/ns
b45e2e97524bd3d5d54e8a79e6796475b13bd3f9
ffeb846c0204981cf9ae8033a83b2aca2f8cc3ac
refs/heads/master
2021-01-19T19:11:39.353269
2016-06-08T05:56:35
2016-06-08T05:56:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,765
h
// NUMERICAL DESIGN LIMITED PROPRIETARY INFORMATION // // This software is supplied under the terms of a license agreement or // nondisclosure agreement with Numerical Design Limited and may not // be copied or disclosed except in accordance with the terms of that // agreement. // // Copyright (c) 1996-2004...
[ "ioio@ioio-nb.lan" ]
ioio@ioio-nb.lan
1ee2b587dfa5b3f528da21ffa14a7e6360e08c4d
73c2ef03d34ca0bcea38c28ea55c423f988982ae
/20200715-20210820/传智杯200418/T130014 补刀.cpp
5198cdd89528a2b544e219fcdad8344bf80a21f4
[]
no_license
Tabing010102/OI
95e255f8b6c3941987b3f8e71049dea288e33d17
95d82869922ae246c7ce31d6a549da2e484c3b0b
refs/heads/master
2021-08-28T01:39:54.553201
2021-08-20T01:46:11
2021-08-20T01:46:11
66,641,222
0
0
null
null
null
null
UTF-8
C++
false
false
529
cpp
#include <iostream> using namespace std; typedef long long LL; int main() { int n; cin >> n; for(int i = 0; i < n; i++) { LL h, x, y; cin >> h >> x >> y; if(h <= 0) cout << "Yes" << endl; else if(y <= 0) cout << "No" << endl; else if(x <= 0) cout << "Yes" << endl; else { LL s=h/x, left=h%x; if(le...
[ "897309345@qq.com" ]
897309345@qq.com
4d76643f5562056a5bf49b691d81828d617350d3
9ad10fbfd382458d8f30d33ba02930036e014d78
/Source/ARPG/Private/CharacterUtil/ExecuteActionSet.cpp
d007fe81ad2cdc2a40260e6e6167861eb49e2ff7
[]
no_license
robinhood90/ARPG
5638511ea1c7d6d57f1cb77088ac286c71bf1eff
222e7459d603ad111f164c06be900ad664c3920e
refs/heads/master
2021-10-03T10:20:19.670611
2018-12-02T16:29:45
2018-12-02T16:29:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,867
cpp
// Fill out your copyright notice in the Description page of Project Settings. #include "ExecuteActionSet.h" #include <Kismet/KismetMathLibrary.h> #include <Components/SkeletalMeshComponent.h> #include <Kismet/KismetSystemLibrary.h> #include "CharacterBase.h" #include "ARPG_CollisionType.h" bool FExecuteActionSet:...
[ "450614754@qq.com" ]
450614754@qq.com
30a2ea851c1fb8f5a8d84ddacfbf72bcd42609dd
10d57ce051ca936f6822724a4e996d35f7cd269c
/chrome/browser/media/router/media_router_dialog_controller.h
0df76656e978139c1f871690f4171122c81485ae
[ "BSD-3-Clause" ]
permissive
billti/chromium
aea73afa192266460538df692e80dd3f749d2751
94fde1ddc4a9db7488fd646443688a88c178c158
refs/heads/master
2023-02-02T05:00:23.474800
2020-09-24T16:57:28
2020-09-24T16:57:28
298,350,654
0
0
BSD-3-Clause
2020-09-24T17:37:58
2020-09-24T17:37:57
null
UTF-8
C++
false
false
4,383
h
// Copyright 2015 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_BROWSER_MEDIA_ROUTER_MEDIA_ROUTER_DIALOG_CONTROLLER_H_ #define CHROME_BROWSER_MEDIA_ROUTER_MEDIA_ROUTER_DIALOG_CONTROLLER_H_ #include <mem...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
161fc79756dec664d0666f1a384f5c432446a5ac
a8e08c49c9fc80ed997e9e80239477cafa298f5a
/dbxCircle/StdAfx.h
7cb288d49ecc54aeff980685967d3f8a48ba6f7a
[]
no_license
softempire/ManagedCircle
31eadd6c02f08cd0ba7dceb1bf2118d6684d2b31
fb8cd0b9673beaebbe6b35808a0779f63eadcba7
refs/heads/master
2022-12-25T21:13:29.335558
2020-10-05T11:12:25
2020-10-05T11:12:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,002
h
// (C) Copyright 2002-2007 by Autodesk, Inc. // // Permission to use, copy, modify, and distribute this software in // object code form for any purpose and without fee is hereby granted, // provided that the above copyright notice appears in all copies and // that both that copyright notice and the limited warranty ...
[ "madhukar.moogala@autodesk.com" ]
madhukar.moogala@autodesk.com
0cfed4f3060894cd76a5f0652d2b07856a0f43ed
8afd03b165ffb6b9458c2b29de0d401686e4133b
/diy-e7/diy-e7.ino
c8bf814c47d0d19a7e9b7b31981c035f505598b0
[ "CC0-1.0" ]
permissive
louisguan/digital-still-camera-esp32-cam-diy-7
ff0b45be86e0af0239ec25a9db9b0d825abb5192
5f0a10b2b6fbd9607408f16ea29a6cf07b5e4829
refs/heads/master
2022-04-25T20:47:03.832874
2020-05-02T14:19:34
2020-05-02T14:19:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,697
ino
/************************************************************************************************************************************* * TITLE: Digital Still Image Camera Using The ESP32-CAM board * Whenever the board reset button is pressed, it will take an image, save it to the microSD card and go back to sleep t...
[ "team@bitsnblobs.com" ]
team@bitsnblobs.com
c6034c3ce27eafe47be432622a7aa0198376e7d5
16ba4fade5a6aa7f3f7c4bd73874df7ebed4477e
/src/yaml/parser.h
292c817038cce161073c0661e72235a6ee7f2760
[]
no_license
jleahred/maiquel-toolkit-cpp
f31304307d7da9af5ddeed73ffc8fcc0eceb926e
f19415a48a0d06ebe21b31aacc95da174c02d14f
refs/heads/master
2020-05-01T14:11:48.263204
2011-02-09T22:01:00
2011-02-09T22:01:00
37,780,586
0
0
null
null
null
null
UTF-8
C++
false
false
1,104
h
#ifndef PARSER_H_62B23520_7C8E_11DE_8A39_0800200C9A66 #define PARSER_H_62B23520_7C8E_11DE_8A39_0800200C9A66 #if !defined(__GNUC__) || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || (__GNUC__ >= 4) // GCC supports "pragma once" correctly since 3.4 #pragma once #endif #include "yaml/dll.h" #include "yaml/noncopyable.h" #in...
[ "none" ]
none
1810dccc9399d396a70e0d0e2d6f55e44636a521
37601659e7b779578c8973dd5d4f60e96c3aa0d1
/Bomberman/field.~h
e7b986c5a3212755e1ecef2444e0effad2b0ebfb
[]
no_license
kirkbackus/old-borland-projects
571f1c7c143458e0321cd4bec04664190e294a43
10c62a32f0f06e292dbfcac02e01d3405ef5506e
refs/heads/master
2021-01-23T03:22:14.004677
2014-11-22T22:19:35
2014-11-22T22:19:35
26,148,956
2
0
null
null
null
null
UTF-8
C++
false
false
1,583
class Field { private: int fieldarr[21][21]; Textures* txt; int img[2]; public: Field(Textures* textures); void SetImage(int type, int image_index); void SetPosition(int x, int y, int val); int GetPosition(int x, int y); bool CollisionRect(RECT r); void Draw(); }; Field::Field(Textures* tex...
[ "kirkbackus@gmail.com" ]
kirkbackus@gmail.com
1b369e01bfaafb508bfbedf941d6044e13f754c1
b20353e26e471ed53a391ee02ea616305a63bbb0
/trunk/game/gas/GameGas/CSkillReplaceCfg.cpp
a3ea262b74e6af2a60e7c12b36ad7bbd74dca6ca
[]
no_license
trancx/ybtx
61de88ef4b2f577e486aba09c9b5b014a8399732
608db61c1b5e110785639d560351269c1444e4c4
refs/heads/master
2022-12-17T05:53:50.650153
2020-09-19T12:10:09
2020-09-19T12:10:09
291,492,104
0
0
null
2020-08-30T15:00:16
2020-08-30T15:00:15
null
WINDOWS-1252
C++
false
false
1,504
cpp
#include "stdafx.h" #include "CTxtTableFile.h" #include "CSkillReplaceServer.h" #include "LoadSkillCommon.h" #include "BaseHelper.h" #include "CCfgColChecker.inl" #include "CMagicStateCfg.h" #include "CSkillServer.h" namespace sqr { extern const wstring PATH_ALIAS_CFG; } CSkillReplace::MultiMapCSkillRe...
[ "CoolManBob@a2c23ad7-41ce-4a1d-83b7-33535e6483ee" ]
CoolManBob@a2c23ad7-41ce-4a1d-83b7-33535e6483ee
79ff18cba42274b949f158967b4d46c9a8d450e7
58d63c02b1d3816498d61e9348401af758fd07cd
/Vector.h
2cc649761185ff45ef9da789f68bb84dd0c516b4
[]
no_license
ZzEeKkAa/MatrixAlgorithms
1efba272582ca537491bdbaa6e394620eb0f145c
13ae2c4d41be0cceee10361df86d7bdf864344de
refs/heads/master
2021-01-10T14:41:38.382362
2015-12-24T16:48:35
2015-12-24T16:48:35
47,456,864
0
0
null
null
null
null
UTF-8
C++
false
false
2,859
h
// // Created by Zeka on 12/17/2015. // #ifndef MATRIXALGORITHMS_VECTOR_H #define MATRIXALGORITHMS_VECTOR_H template<typename T> class Vector; #include <vector> #include "Matrix.h" template<typename T> class Vector { private: std::vector<T> v; public: Vector(int n=0){ v.resize(n,0); } Vector(...
[ "egavrilko@gmail.com" ]
egavrilko@gmail.com
34141e1f3334a1d7535a9b011b7df4be53316e24
df5fb5407f51fdd4e96051a5dacd93e56ea52ed9
/source/messaging/MessageBus.cpp
3fe9d50a8957c04fc8c92ff8c2a4414edf6033b3
[]
no_license
agjaeger/cobalt
4334a9aace09002d6147060cc78ef074932b2b70
9e3f75a8c0b9e4867dc6dfde0ea1ff14bba4ac71
refs/heads/master
2020-04-17T12:49:28.038701
2019-01-21T19:57:20
2019-01-21T19:57:20
166,593,572
0
0
null
null
null
null
UTF-8
C++
false
false
1,175
cpp
#include "messaging/MessageBus.hpp" using namespace cobalt::messaging; MessageBus::MessageBus () {} /* Registers a subscriber to a specific message */ void MessageBus::addSubscriber ( MessageID p_msgID, Subscriber p_subscriber ) { m_subscribers[p_msgID].push_back(p_subscriber); } /* Sends a message to all sub...
[ "agjaeger@ualr.edu" ]
agjaeger@ualr.edu
143bbbe4cb710e577dbd7a3230e3c143a2791741
7ed3d77fbdd4421eb2abdaa5f49a68c9e4ddbb07
/jsonloading.cpp
a6585fe2b80ca2de1e0ecd5aa5647c2c58363ea0
[]
no_license
LugosFingite/StoryCreator
ec6ed4deb4885614f6b1d075a1c96d85a689b920
45172bd9726ec5963aa507f3d0a506bb97bc2b62
refs/heads/master
2021-01-17T18:43:01.902257
2017-07-02T15:54:21
2017-07-02T15:54:21
95,549,867
0
1
null
2017-07-02T15:54:22
2017-06-27T11:10:14
C++
UTF-8
C++
false
false
4,449
cpp
/* jsonloading %{Cpp:License:ClassName} - Yann BOUCHER (yann) 26/06/2017 ** ** ** DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE ** Version 2, December 2004 ** ** Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> ** ** Everyone is permitted to copy and distribute verbatim or modified ** copie...
[ "Ya2n.boucher@gmail.com" ]
Ya2n.boucher@gmail.com
90a2c9595b227ea47a142ba71cd43eabed283e77
9f1b5a982aeb5f4a5524812ecfb021d79ee5dedd
/BufferQueue.h
c8a42cb87a7a3bfae5bc8bcc2e9177436dacc1e3
[]
no_license
avigailW/Waitable-Queue
4ac5b05ab1a40337d05ab430003923e3ca9044bf
62850e84c7d6e0ba7ab4e0c21257860f8295ebfc
refs/heads/master
2020-12-06T01:49:21.232640
2020-01-07T10:55:52
2020-01-07T10:55:52
232,305,903
0
0
null
null
null
null
UTF-8
C++
false
false
1,367
h
#ifndef PRODECER_CONSUMER_C___BUFFERQUEUE_H #define PRODECER_CONSUMER_C___BUFFERQUEUE_H #include <pthread.h> #define NUM_SIZE 1000000 #define BUFFER_SIZE 6 class BufferQueue { public: void addProductToQueue(int product); int consumeFromQueue(); BufferQueue(); ~BufferQueue(); private: int in; ...
[ "noreply@github.com" ]
avigailW.noreply@github.com
54f5fe2a0f40d93aac6fb255bdd62198c5be10b7
bd301d175323df58e0dc2969ede40829118ca3c2
/D3D12Box/GeometryGenerator.h
3b136031c1ce1798215e14a5e2ff976688138484
[]
no_license
GaussFormula/D3D12Box
96f42392c7631bd03d9071aa9d878c004814b5d6
9f1c7b0d14294c607dd3635fc9bf7c6c99e81fa2
refs/heads/master
2022-11-06T11:19:28.694062
2020-06-22T01:59:10
2020-06-22T01:59:10
262,382,322
0
0
null
null
null
null
UTF-8
C++
false
false
2,356
h
#pragma once #include "stdafx.h" using namespace DirectX; class GeometryGenerator { public: typedef std::uint16_t uint16; typedef std::uint32_t uint32; class Vertex { public: Vertex(){} Vertex( const DirectX::XMFLOAT3& p, const DirectX::XMFLOAT3& n, ...
[ "c594794@hotmail.com" ]
c594794@hotmail.com
32260f0f17ca3d244e9e8f90625e6774b04a9c8d
5d15d9d9cc8ff4a36ade9c967628ce99a90e0b25
/FirstCPP/Battle.cpp
4c89699f45d479dd5d263419d817e4517d871b01
[]
no_license
miio/FirstCPP
47e60dec4782609c8e33ee3cd9277d6180b984a2
95906714e49deaaf28f70174c7d77b839ed60d22
refs/heads/master
2021-01-21T13:14:47.699000
2013-04-20T17:59:24
2013-04-20T17:59:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,534
cpp
// // Battle.cpp // FirstCPP // // Created by miio mitani on 2013/04/20. // Copyright (c) 2013年 miio mitani. All rights reserved. // #include "Battle.h" #include <boost/shared_ptr.hpp> #include <boost/random.hpp> #include <boost/shared_array.hpp> #include <boost/foreach.hpp> Battle::Battle(boost::shared_ptr<Play...
[ "info@miio.info" ]
info@miio.info
7a955def4e0b4591b7561b853269f2b30e820e1e
44ba2affe36982c9e28a6aa4866876f32d1e3410
/CHexNode.h
2416a0bc615a6b87708c2d39aa98d13b91f4769c
[]
no_license
Brad-Hester/Sine_Nomine
6db3b2f7fa037ae431c7efe910fdea973536728d
f1a4190a259288f1030cfe5c7727e897bafccb81
refs/heads/master
2022-09-07T14:50:36.004677
2013-06-19T23:32:51
2013-06-19T23:32:51
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,263
h
#ifndef __CHexNode_H #define __CHexNode_H #include "CTLManager.h" #include "CUnit.h" enum ETerrainType{PLAIN, FOREST, WATER}; enum EBorderType{NONE, ACTIVE}; class CHexNode { protected: // Visuals static IMesh* mpMeshHex; static IMesh* mpMeshBorder; IModel* mpModelHex; IModel* mpModelBorder; // Path f...
[ "brad.hester@hotmail.co.uk" ]
brad.hester@hotmail.co.uk
7cd9e6d31cdd883ca1aa216c5a03141b4b75032f
0a33bbe63f007e60b798f9a7ed719b8b46419d2b
/ACM-contest/DP-numeros/NY10E.cpp
087ec13d59fb1ffacb9a96fea8b6ed2fb3776e14
[]
no_license
AlvinJ15/CompetitiveProgramming
78bb19ad0d1578badf4993a2126e6a5dac53c8b9
91de0a45ae10e2e84eca854d2e24f8aef769de87
refs/heads/master
2023-03-18T10:53:28.235212
2021-03-13T17:00:52
2021-03-13T17:00:52
347,413,955
3
0
null
null
null
null
UTF-8
C++
false
false
930
cpp
#include <bits/stdc++.h> using namespace std; int numero[64]; int N=64; long long memo[10][65]; long long recur(int prev,int index,bool flag){ if(index==N){ return 1;} if(prev>numero[index])return 0; if(memo[prev][index]>=0 && !flag) return memo[prev][index]; long long ans=0; if(flag){ for(int ...
[ "alvinchma@gmail.com" ]
alvinchma@gmail.com
34b447b3173302290afe142bc3370ee5cce34c3c
ba8ad508ca0bc9196fc3425ba3341565a912c3b8
/indie-studio/source/OgreUtilities/InitOgre.cpp
5c6c207735880bb70bbc48b7fa23211c6ba44243
[]
no_license
Unreality3D/Unreality3D
05fa92a0e6913da6e5d85e0747907a68bd8359f1
9f08c24c4a72a1b653f492609a277e578aae66e7
refs/heads/master
2021-01-19T02:31:42.723787
2016-06-09T11:21:42
2016-06-09T11:21:42
60,762,894
3
2
null
2016-06-09T11:21:42
2016-06-09T09:19:54
C++
UTF-8
C++
false
false
2,407
cpp
// // InitOgre.cpp for in /home/resse_e/rendu/cpp_indie_studio/test/source // // Made by Enzo Resse // Login <resse_e@epitech.net> // // Started on Wed Apr 27 16:02:04 2016 Enzo Resse // Last update Fri May 20 16:41:29 2016 Gandoulf // #include "OgreUtilities/InitOgre.hpp" namespace OgreUtilities { InitOgre::In...
[ "florian.huet@epitech.eu" ]
florian.huet@epitech.eu
3dc10a66d5d6047f7c12a2283a630f5e0638f218
08b8cf38e1936e8cec27f84af0d3727321cec9c4
/data/crawl/git/new_hunk_2763.cpp
beb8f19ea7dcf22858a5e0f63549bd9071c1ce8b
[]
no_license
ccdxc/logSurvey
eaf28e9c2d6307140b17986d5c05106d1fd8e943
6b80226e1667c1e0760ab39160893ee19b0e9fb1
refs/heads/master
2022-01-07T21:31:55.446839
2018-04-21T14:12:43
2018-04-21T14:12:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
498
cpp
*/ if (shared_repository < 0) /* force to the mode value */ xsnprintf(buf, sizeof(buf), "0%o", -shared_repository); else if (shared_repository == PERM_GROUP) xsnprintf(buf, sizeof(buf), "%d", OLD_PERM_GROUP); else if (shared_repository == PERM_EVERYBODY) xsnprintf(buf, sizeof(buf), "%d", OLD_PERM_E...
[ "993273596@qq.com" ]
993273596@qq.com
a4f0072f7f7e2bd6fc27c37e2446ba0f10250e49
bcf712ba7a6fa91d211c6ceace11895e5749fe42
/cocos2dx/afcanim/CCAuroraLoader.h
611e4acae7bd4cddb9f3b8821a4f2bd72b2388a3
[]
no_license
seem-sky/cocos2dx-classical
6c0cd59e5fda123fd28f1a2a113a2f7ae6c8210e
aefc0f2543db288b9623cc877f950928493732e9
refs/heads/master
2020-12-24T17:08:22.013255
2015-01-30T07:07:06
2015-01-30T07:07:06
30,065,183
1
0
null
2015-01-30T09:25:01
2015-01-30T09:25:00
null
UTF-8
C++
false
false
2,119
h
/**************************************************************************** Author: Luma (stubma@gmail.com) https://github.com/stubma/cocos2dx-better 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 t...
[ "stubma@gmail.com" ]
stubma@gmail.com
5c5d5fba9b12413b60b728230d0a0c3a0bde4b8f
c9a66a192e72217834be048cff4c3178907efed8
/SPOJ/spoj_bytesm2.cpp
335f47dc880061ee57d78735f82549ec8216f9e5
[]
no_license
AakankshaRaika/cpp
58cd1735b8818ecf16f75058122283d7018d703a
e3d6ba05bbd8c0a4ebd5e889b21f1724187f35a8
refs/heads/master
2021-01-01T19:50:01.870852
2014-12-22T07:57:07
2014-12-22T07:57:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,260
cpp
#include<iostream> #include<cstdio> #include<algorithm> #define MAX 101 #define Max(a,b) ((a>b)?a:b) #define Min(a,b) ((a<b)?a:b) #define FOR(i,n) for(int i=0;i<(n);i++) using namespace std; int a[MAX][MAX],dp[MAX][MAX]; int problem(int r,int c) { //for(int i=0;i<c;i++) // dp[r-1][i]=a[r-1][i]; for(int...
[ "brijeshb42@gmail.com" ]
brijeshb42@gmail.com
44a3a170af534136a3d5648a68ac13e75812d3eb
7d976e125b5fee466c38032435b2111e037dc359
/module_00/Warlock.hpp
aad6c4c05d7f210cd75fc7d6f500be0df77e47b1
[]
no_license
RigoGabriel/exam_05_42
4e117dc2f77018adcd09826fa6d34136b9870c45
39f9f595a36f1f4f4899052a6254b6a76ff5943f
refs/heads/master
2023-06-01T03:24:27.495354
2021-06-21T15:46:42
2021-06-21T15:46:42
378,982,956
0
0
null
null
null
null
UTF-8
C++
false
false
498
hpp
#ifndef WARLOCK_HPP # define WARLOCK_HPP # include <string> # include <iostream> class Warlock { private: std::string _name; std::string _title; Warlock(void); Warlock(const Warlock &other); Warlock &operator=(const Warlock &other); public: Warlock(const std::string &name, const std::string &title); virtual ~...
[ "rigogabriel82@yahoo.com" ]
rigogabriel82@yahoo.com
787787bb513d317473ed69068144b7d7a58b3375
469100067213102f9942bc375ffb74c098cc0337
/UVa/10791/main.cpp
0328c71b681cac03b8d367b282bba3a004c08569
[]
no_license
xuziye0327/acm
52c2dc245ad8bf5a684da677a0ebe57e0b4f8a59
e0737fdbbebc698e2f36e3136c8939729cad50b9
refs/heads/master
2021-04-22T12:59:31.525803
2016-11-13T08:44:23
2016-11-13T08:44:23
41,278,480
1
0
null
null
null
null
UTF-8
C++
false
false
1,306
cpp
#include <iostream> #include <cstdio> #include <cstring> #include <cmath> #include <cstdlib> #include <cctype> #include <ctime> #include <stack> #include <queue> #include <string> #include <sstream> #include <algorithm> #include <vector> #include <set> #include <map> #define lson l, m, rt << 1 #define rson m + 1, r,...
[ "xuziye0327@gmail.com" ]
xuziye0327@gmail.com
bf66063c1b9eab19cfa9081bcfd130059b69a302
cd726912664cea9c458ac8b609dd98bf33e3b9a0
/snippets/cpp/VS_Snippets_Remoting/Classic XmlSerializer.XmlSerializer6 Example/CPP/source.cpp
6dabc064fb44a17565b053d0d242ba2ceaad9dea
[ "MIT", "CC-BY-4.0" ]
permissive
dotnet/dotnet-api-docs
b41fc7fa07aa4d54205df81284bae4f491286ec2
70e7abc4bcd692cb4fb6b4cbcb34bb517261dbaf
refs/heads/main
2023-09-04T07:16:44.908599
2023-09-01T21:46:11
2023-09-01T21:46:11
111,510,915
630
1,856
NOASSERTION
2023-09-14T21:45:33
2017-11-21T06:52:13
C#
UTF-8
C++
false
false
1,097
cpp
#using <System.Xml.dll> #using <System.dll> using namespace System; using namespace System::IO; using namespace System::Xml; using namespace System::Xml::Serialization; public ref class Sample { // <Snippet1> private: void SerializeObject( String^ filename ) { XmlSerializer^ serializer = gcnew...
[ "noreply@github.com" ]
dotnet.noreply@github.com
ff6f393679a16883fa56bbb0383bc41ebab9cd00
22384818a68f3b5cae516c874d690204d138701e
/Array_Del.cpp
0a71935e64c490f1f0ea309fae3dacac85394004
[]
no_license
akshika898/HACKTOBER_FEST
321482b83950340c5226e9445b7446d2d5c6780e
673accd2d26be954fac629a9cfd782b2e1488ef6
refs/heads/main
2022-12-27T08:53:32.722822
2020-10-08T11:30:00
2020-10-08T11:30:00
303,172,376
0
0
null
2020-10-11T17:12:22
2020-10-11T17:12:21
null
UTF-8
C++
false
false
679
cpp
#include<iostream> using namespace std; int main() {//hacktober fun int arr[50], size, i, del, count=0; cout<<"Enter array size : "; cin>>size; cout<<"Enter array elements : "; for(i=0; i<size; i++) { cin>>arr[i]; //hacktober fun } cout<<"Enter element to be delete : "; cin>>del; for(i=0; i<size; i+...
[ "noreply@github.com" ]
akshika898.noreply@github.com
2764c763ae209b94fde6d7b23a71857453c8afcb
a145723391ce38369cdc84145da2dac6aff9a53b
/oink/src/tl.cpp
5791319b88f8a9ec0be8463e08da9cf5ab5eb57c
[ "Apache-2.0" ]
permissive
pparys/qpt-parity
4506e0dbce2e607d02abaef818601d8818ad3629
4973aa7ca1a6a267ea220662fa4712a0246642cb
refs/heads/master
2023-03-15T10:41:10.798597
2021-03-22T14:54:00
2021-03-22T14:54:00
350,377,686
0
0
null
null
null
null
UTF-8
C++
false
false
31,266
cpp
/* * Copyright 2017-2018 Tom van Dijk, Johannes Kepler University Linz * * 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 r...
[ "parys@mimuw.edu.pl" ]
parys@mimuw.edu.pl
8e8dcde188f9dbb2f00d790d65d6f659dea43f94
f466d01ec02c34183c3f4057b6d43aa6311003cd
/src/version.cpp
8250844568e7bda2037d794a1d139fa4d2c0e4aa
[ "MIT" ]
permissive
cyberpay/CyberPay
76295cb489a4d2e990f5062336dd0f75c3ad3559
5dc1b85bc4e9cbaa48ecbc9d1480f0862f30180d
refs/heads/master
2020-07-03T14:04:34.393757
2015-07-05T03:32:35
2015-07-05T03:32:35
38,554,633
0
0
null
null
null
null
UTF-8
C++
false
false
2,605
cpp
// Copyright (c) 2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <string> #include "version.h" // Name of client reported in the 'version' message. Report the same name // for both bitco...
[ "root@geminian.(none)" ]
root@geminian.(none)
00a91ff9857ccad3288fee549e3f98d323550442
94d912f1cd5844f6c118e805e416e9f1da4f38a3
/SPTetris2.0/header/Game.h
e2b63f0b6bd1a4fe3aa42261d3d59dfa617706eb
[]
no_license
Svampen/SPTetris2.0
7b500d98701a2f8425b9794b617e5a70f79b1218
c4f60e7711ca52355a195cf3161c8229337559b3
refs/heads/master
2020-05-20T15:38:48.795549
2013-07-28T14:47:57
2013-07-28T14:47:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,188
h
#ifndef GAME_H #define GAME_H #include <SFML/Graphics.hpp> #include "Block.h" #include "IPiece.h" #include "PieceBuilder.h" #include "Map.h" #include "Menu.h" #include <SFML/Audio/Music.hpp> class Game { public: Game(int width, int height); ~Game(); void loop(RenderWindow &window); private: void handleinput(Re...
[ "stefan.hagdahl83@gmail.com" ]
stefan.hagdahl83@gmail.com
3d1a1b9b6db0d002a3e4e0f85c90d3ff32968f57
648522d1909a6120cb6018ba832e16980797288e
/src/yappari-application/Dbus/dbusnokiamcerequestif.h
17f46e317f8e6ac838030c991a1225d78e636e19
[]
no_license
agamez/yappari
169b64a6dd227feef5fb4fb7baee24b35f5346cf
8880b5f77112351852d19a86462b082b2b3ffca3
refs/heads/master
2021-01-17T09:00:49.990383
2016-04-15T09:12:36
2016-04-15T09:12:36
26,725,930
21
9
null
2015-03-30T08:26:58
2014-11-16T19:53:06
C++
UTF-8
C++
false
false
1,543
h
/* * This file was generated by qdbusxml2cpp version 0.7 * Command line was: qdbusxml2cpp -v -c DBusNokiaMCERequestIf -p dbusnokiamcerequestif.h:dbusnokiamcerequestif.cpp com.nokia.mce.request.xml * * qdbusxml2cpp is Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). * * This is an auto-generated f...
[ "alvaro.gamez@hazent.com" ]
alvaro.gamez@hazent.com
3c5c9e6ae19564c6c433ad4e5c0c304370ffc9f3
d0e54317ef7cd3bf22938f9220c2e5cbe888936f
/algorithm/algorithm/day26_10159.cpp
005c53b36442d5ffef5e755f78a27150354ec2c7
[]
no_license
haeunyoung/algorithmStudy
d3db6e4b2c21ed10521fe33e3e619ef5e7bcf568
896f9637691395a7f4fa8a771a08a8a1b88e649f
refs/heads/master
2022-11-06T21:31:40.043261
2020-06-24T14:05:53
2020-06-24T14:05:53
255,330,916
0
0
null
null
null
null
UTF-8
C++
false
false
828
cpp
#include<stdio.h> int number; int m; int a[103][103]; void floy() { for (int k = 1; k <= number; k++) { for (int i = 1; i <=number; i++) { if (k == i)continue; for (int j = 1; j <=number; j++) { if (k == j)continue; if (i == j)continue; if (a[i][k] + a[k][j] == 2) a[i][j] = 1; } } ...
[ "44631215+haeunyoung@users.noreply.github.com" ]
44631215+haeunyoung@users.noreply.github.com
091c4633d509e7ed274f2719f0d61520f6b206ff
fea45e56ab53ce544a458bde99801223a742c27e
/Summer 027.cpp
b7fe48c6183a6bb55b4028f8bda6d028894e7966
[]
no_license
rujroot/Code-practice
a38ee8b83c679e4889b99fbcc7f1737480e87a18
694ba44c2d7ebb6f288258ebf9a0614a028a57e0
refs/heads/master
2023-06-05T04:22:40.203093
2021-06-25T14:24:35
2021-06-25T14:24:35
257,854,376
0
0
null
2020-09-08T15:25:10
2020-04-22T09:31:05
C++
UTF-8
C++
false
false
965
cpp
#include <bits/stdc++.h> using namespace std; int main() { int Q,n,L,Climb,Ans; scanf("%d",&Q); for(int i=0;i<Q;++i){ scanf("%d %d",&n,&L); if(n == L){ printf("%d\n",n); continue; } if(n % 2 == 0){ Climb = n/2; if(...
[ "noreply@github.com" ]
rujroot.noreply@github.com
31c9eb2dfd38bff32256f0eaae4249bfc5d97afa
46f5d5df083c97408a1b9b43595d76cbde965de6
/src/jitcat/CatScopeBlock.cpp
72d1e375ca63e89a9baecf8a89c33340948a3f93
[ "MIT" ]
permissive
Zueuk/JitCat
219344c9eac469bca599051e06c7d0d6fe319d86
04eb77a9acf6f8b36689c0aabcb6d68edd28f0fc
refs/heads/master
2021-07-14T01:50:27.532958
2020-12-09T14:49:35
2020-12-09T14:49:35
223,631,198
0
0
MIT
2019-11-23T17:59:58
2019-11-23T17:59:58
null
UTF-8
C++
false
false
5,841
cpp
/* This file is part of the JitCat library. Copyright (C) Machiel van Hooren 2019 Distributed under the MIT License (license terms are at http://opensource.org/licenses/MIT). */ #include "jitcat/CatScopeBlock.h" #include "jitcat/ASTHelper.h" #include "jitcat/CatLog.h" #include "jitcat/CatRuntimeContext.h" #inc...
[ "contact@machiel.info" ]
contact@machiel.info
3782426ad07fb9f58217457c05d448519caaf293
446225a42844578ec7150f465fcabb9ac87aacc8
/기초컴퓨터프로그래밍/bangtal.c-master (2)/bangtal.c-master/SpotDifference/SpotDifference.cpp
08348549454cdc46e7ec3628c7214163d5e00123
[ "Apache-2.0" ]
permissive
kkc926/C
e76fd8deffa4b8669fc33076926c26bc47b2bd75
24a664e0dc04f2698bd7715b15908ccc5ffe757a
refs/heads/master
2023-03-26T00:56:36.745480
2021-03-10T09:10:51
2021-03-10T09:10:51
344,109,880
0
0
null
null
null
null
UTF-8
C++
false
false
2,791
cpp
#include <bangtal.h> SceneID scene1; ObjectID problem; ObjectID left[7], right[7]; // 왼쪽, 오른쪽 체크 마크 int leftX[7] = { 546, 77, 361, 379, 39, 570, 298 }; // 왼쪽 틀린 그림의 X좌표(중앙) int rightX[7] = { 1164, 695, 979, 997, 657, 1188, 916 }; // 오른쪽 틀린 그림의 X좌표(중앙) int Y[7] = { 542, 499, 430, 106, 203, 369, 65 }; // ...
[ "kkc926@naver.com" ]
kkc926@naver.com
34889e6c07c596b81ec92ec5198ac8554f3dc477
4019d98ce38791a4e145c639d48aef5666a3fd5c
/probs/cf1206c.cpp
d41869896811c36a4f8a19be59d5dece65e22cc0
[]
no_license
karin0/problems
c099ded507fabc08d5fe6a234d8938575e9628b7
b60ffaa685bbeb4a21cde518919cdd2749086846
refs/heads/master
2023-02-09T21:55:24.678019
2021-01-08T16:46:54
2021-01-08T16:46:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
453
cpp
#include <akari> IO<10, 100000> io; cint N = 200002; int a[N]; int main() { int n; io > n; if (n & 1) { io << "YES\n"; rep (i, 1, n) { a[i] = i << 1; a[n + i] = a[i] - 1; if (i & 1) std::swap(a[i], a[n + i]); } n <<= 1; ...
[ "dredgar065@gmail.com" ]
dredgar065@gmail.com
b46d8f956dfd697112088d65ff1c100ad2c6f975
5994faa8d5798dc3e8207e49d9f7194c671e7506
/ykhoj/P3704.cpp
9a044b72cbbf368bf6b4f6dace6750d962526fbf
[]
no_license
huangyicong0769/LearningRecord
79c982029cc2292ab72b3ace4c588c76c5689e73
9922c072f455da7697c721510c9a34f5b8ea61e4
refs/heads/main
2022-07-09T16:18:41.991169
2022-07-04T12:32:18
2022-07-04T12:32:18
138,581,349
0
0
null
null
null
null
UTF-8
C++
false
false
1,037
cpp
#include <iostream> #include <cstdio> #include <algorithm> using namespace std; struct Node{ int ti, val; }game[1000]; bool isG[1000]; bool myComp(const Node& a, const Node& b){ if (a.ti==b.ti) return a.val>b.val; else return a.ti>b.ti; } int main(){ //freopen("input.txt", "r", stdi...
[ "mcrspsht@outlook.com" ]
mcrspsht@outlook.com
4b3f1fc03f5041b3781f23e1d2198b9006131ef2
5b737789d636b9b470174070e4b9a7b89e35511f
/cpp/util.h
fec549b33f8b8a31982f68e8ce12400856aa175c
[ "MIT" ]
permissive
xnt/karel.js
1b7ec4702eb5005f4044180ca0be0da890f604fe
0a98e8685e0f8e45b2e72e9f1fa6f775655005b3
refs/heads/master
2020-03-31T14:07:07.747042
2018-04-22T17:59:02
2018-04-22T17:59:02
152,280,224
0
0
MIT
2018-10-09T15:58:46
2018-10-09T15:58:46
null
UTF-8
C++
false
false
1,716
h
#ifndef UTIL_H_ #define UTIL_H_ #include <sys/mman.h> #include <experimental/optional> #include <experimental/string_view> #include <memory> #include <string> #include <sstream> #include "macros.h" class ScopedFD { public: static constexpr int kInvalidFd = -1; explicit ScopedFD(int fd = kInvalidFd); ~Scoped...
[ "noreply@github.com" ]
xnt.noreply@github.com
c01e3b86adef09857f9822178b2452d8e0133490
9d06a93f5151337b6f98af5c58a905142ca9c05c
/SideBarDemo/debug/moc_sidebardemo.cpp
18a584b99dde1e4db2fb0533efa7ce83c224219c
[]
no_license
Liu-Eleven/QtApplication
b003dae7bf286b23dfe024abcc663739f1dff0ab
ca03a521a5db997e01f82ab9f1a509e40f919b33
refs/heads/master
2022-01-20T07:02:35.762496
2019-06-07T01:07:33
2019-06-07T01:07:33
190,670,074
1
0
null
null
null
null
UTF-8
C++
false
false
2,082
cpp
/**************************************************************************** ** Meta object code from reading C++ file 'sidebardemo.h' ** ** Created: Thu Mar 8 11:42:59 2012 ** by: The Qt Meta Object Compiler version 62 (Qt 4.7.4) ** ** WARNING! All changes made in this file will be lost! ************************...
[ "1024847801@qq.com" ]
1024847801@qq.com
576cf2be14e3c8b97ca1806b756412f51d89ecab
0240261d1313aa36adb4965a7932f50b7b79ed00
/Source/TestingGrounds/Public/ChooseNextWaypoint.h
635a4994feabbc086cd432be6f4875afb308d9b6
[]
no_license
kylehatfield1/TestingGrounds
20fab35414407a62c83112996c0a5240575d8807
59e6454954a0add3a2154e12d17ca7b1ee645fd6
refs/heads/master
2020-07-16T03:24:33.492965
2016-12-10T22:35:27
2016-12-10T22:35:27
73,953,587
0
0
null
null
null
null
UTF-8
C++
false
false
591
h
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "BehaviorTree/BTTaskNode.h" #include "ChooseNextWaypoint.generated.h" /** * */ UCLASS() class TESTINGGROUNDS_API UChooseNextWaypoint : public UBTTaskNode { GENERATED_BODY() virtual EBTNodeResult::Type Execute...
[ "kylehatfield1@gmail.com" ]
kylehatfield1@gmail.com
d09f8c124ec34626fae6314eeb201d744ba985e0
e69198f43d3fd9d3272028ea253bcfe30e9698d6
/wz_epmcs/src/PParameterReader.cpp
db14d7cb54f89bd470912e0a25a353e457c63155
[]
no_license
hengne/d0wmass
a8514dfb01db7d9a60aa517e49bb6bc980c8cd24
f25d5ddb4616b00ca1e9ab83c02657844b778c3b
refs/heads/master
2021-01-20T18:20:06.573869
2016-06-05T13:30:24
2016-06-05T13:30:24
60,460,795
0
0
null
null
null
null
UTF-8
C++
false
false
3,661
cpp
#include <assert.h> #include <stdio.h> #include "PParameterReader.hpp" PParameterReader::PParameterReader(const char *file) { _env = new TEnv(file); //seems to be no way of knowing if opening the file worked... return; } PParameterReader::~PParameterReader() { delete _env; } void PParameterReader::_Assert...
[ "Hengne.Li@cern.ch" ]
Hengne.Li@cern.ch
eabc0126e53e36778de05c06adca43a7c98cee8e
a177e1be9bd6bf08764f365373f9883bb4127f14
/170204058(online_5).cpp
838362dc5085403fea13d54d73c432af09935abc
[]
no_license
FhamidAurnob/Algorithm-2.2
3f53d6e8606d37b1f54476f1c11eabe212715366
ad4f1314dca218734a99446d2ce8b8c8921cc4fe
refs/heads/master
2020-08-06T21:02:44.239062
2019-10-06T11:28:29
2019-10-06T11:28:29
213,152,980
0
0
null
null
null
null
UTF-8
C++
false
false
1,430
cpp
#include<bits/stdc++.h> #define n 3 #define amount 6 #define max 999 void display(int arr[amount+1]); void Change(int d[n+1], int c[amount+1], int s[amount+1]); void Set(int d[n+1], int s[amount+1]); //int n=3, amount=6; int main() { int d[n+1] = {0,1,3,4}; int c[amount+1]; int s[amount+1]; ...
[ "noreply@github.com" ]
FhamidAurnob.noreply@github.com
e15fd493ed585abf8514628bb9a879aaeed372d6
d610c33b993e27e2cb37266409a3ed5012dea37c
/app/ALXGrid/SRC/ALXButtonCtrl.cpp
f1b386b8fd8316148f79749482289befd1c13eea
[]
no_license
hug2008/pctools
4617abc977efdfd74b4f41db770d4f71b933961d
147a0f3acce424d404e6a7cbf4e7815d3bfb820e
refs/heads/master
2021-09-10T18:10:05.504289
2018-01-11T02:15:22
2018-01-11T02:15:22
117,033,954
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
4,018
cpp
// ALXButtonCtrl.cpp : implementation file // #include "stdafx.h" #include "ALXButtonCtrl.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // CALXButtonCtrl BEGIN_MESSAGE_MAP(CALXButtonCtrl...
[ "qingrui.h@foxmail.com" ]
qingrui.h@foxmail.com
6628dc2de77a21c88e37be35fb53e6e664cf7c0e
571133a7b7735bed5381eb2c06408892d18aeb91
/exemplos/trabalho1-ppd/biblioteca.h
9f7f9e7651c2cbc55ce8ca2e4e95a6d92678cca7
[]
no_license
dairansc/tf-redes2
bdd607497be4f3abba7fb2d86fb331bf75d459a5
570fbe4380b8de76ff844391a29a228f6c178405
refs/heads/master
2021-01-10T12:44:18.142490
2012-06-14T23:57:38
2012-06-14T23:57:38
50,470,613
0
0
null
null
null
null
UTF-8
C++
false
false
2,893
h
// Arquivo com biblioteca de funções utilizadas na aplicação Share Center #include <iostream> #include <stdlib.h> #include <sstream> // necessária para conversão em string #include <fstream> // manipulação de arquivos #include <sys/stat.h> // Manipulação de diretórios (mkdir) #include <dirent.h> // Manipulação de dir...
[ "dairansc@gmail.com" ]
dairansc@gmail.com