blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
3
264
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
5
140
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
905 values
visit_date
timestamp[us]date
2015-08-09 11:21:18
2023-09-06 10:45:07
revision_date
timestamp[us]date
1997-09-14 05:04:47
2023-09-17 19:19:19
committer_date
timestamp[us]date
1997-09-14 05:04:47
2023-09-06 06:22:19
github_id
int64
3.89k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
22 values
gha_event_created_at
timestamp[us]date
2012-06-07 00:51:45
2023-09-14 21:58:39
gha_created_at
timestamp[us]date
2008-03-27 23:40:48
2023-08-21 23:17:38
gha_language
stringclasses
141 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
10.4M
extension
stringclasses
115 values
content
stringlengths
3
10.4M
authors
listlengths
1
1
author_id
stringlengths
0
158
2f43e54f59f4ddac7c8c5fda5f05cf98baebc78f
f53a79a1cee7e2ba44e06fe0a94d4032bb9ee43f
/BOJ/2346-2.cpp
a6cbd0041825bfaef2bc524a1e895dae3307dd32
[]
no_license
SOFTK2765/PS
f576a416da21034d5ebea60538fcd263b6d042f3
a9215bc9c41530ad6a1a7352716c64e6d73354a7
refs/heads/master
2021-06-21T00:39:34.065445
2021-01-01T12:45:51
2021-01-01T12:45:51
152,511,667
2
0
null
null
null
null
UTF-8
C++
false
false
495
cpp
#include <bits/stdc++.h> using namespace std; int main() { int n; scanf("%d", &n); vector<pair<int, int>> v; for(int i=0;i<n;i++) { int tmp; scanf(" %d", &tmp); v.push_back({tmp, i+1}); } int pos = 0; for(int i=0;i<n;i++) { printf("%d ", v[pos].secon...
[ "44043820+SOFTK2765@users.noreply.github.com" ]
44043820+SOFTK2765@users.noreply.github.com
720da10f97f3124f769d91d759ce08003d0d92a4
dd267038685dcefd5f89016c63f72c2ad4aa7fdf
/src/chrome/browser/ui/startup/startup_browser_creator.cc
fea0d7aaf587eddb1e63db71a2f1521769188520
[ "BSD-3-Clause" ]
permissive
webosose/chromium87
044d5c74ae9c2815cf096fd98bf9ea4e7e2fe6b3
75729b78817d49249cd004ef734c032269f06e53
refs/heads/master
2022-11-05T07:23:21.710708
2021-10-06T11:24:51
2021-10-08T08:30:55
392,617,373
4
2
null
2022-11-01T02:23:21
2021-08-04T08:54:03
null
UTF-8
C++
false
false
47,384
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 "chrome/browser/ui/startup/startup_browser_creator.h" #include <stddef.h> #include <set> #include <string> #include <utility> #include "ap...
[ "youngsoo.choi@lge.com" ]
youngsoo.choi@lge.com
20ac3567b8bedff67bf835b79716cc0d52438226
5843edffd6fd6127eb0b2be2c0759943e5e77786
/mjlib/io/repeating_timer.h
33de3314f22268263635b3c7836e5e3485ec4988
[ "Apache-2.0" ]
permissive
mjbots/mjlib
32672a49fae293fc5b00fc693d830a4db3387533
9ce0aeeab9dad44da79515864854eff74a9e46b1
refs/heads/master
2023-09-01T03:47:36.086881
2023-08-17T15:13:29
2023-08-17T15:13:29
215,444,530
10
3
null
null
null
null
UTF-8
C++
false
false
1,968
h
// Copyright 2019-2020 Josh Pieper, jjp@pobox.com. // // 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...
[ "jjp@pobox.com" ]
jjp@pobox.com
0fa531398f126adfec935772243d502751a6cffa
4870b7f54b65e59977ecc9ec905c9e08b48e44b8
/inc/Agent.h
31a53a2b26e2c33452bec59873dbe9ded2763827
[]
no_license
jfavrod/GreetingGame
aa1c9f0c01d3878b29f61b2da998205f9dddc703
0591d8e2ec0292c671cabd822d4b94411be4f9d8
refs/heads/master
2022-08-02T11:42:00.457195
2020-06-01T01:21:28
2020-06-01T01:21:28
257,225,698
0
0
null
null
null
null
UTF-8
C++
false
false
724
h
#ifndef AGENT_H #define AGENT_H #include <string> #include "../inc/Array/Array.h" #include "../inc/Greeting.h" int static count = 0; class Agent { protected: int connection_count; Array<Agent*> connections; Greeting greeting; int id; int klout; public: Agent(int id); Agent(int id,...
[ "mail@jasonfavrod.com" ]
mail@jasonfavrod.com
7add77c30fde71bc620226913b6a88b4a025cac1
fad1e6b8c5c7c60983428ce7acefd4a25a8cd7ec
/src/model/SubaddressModel.h
ac4084d52a90a501f5a9257b15382ad5369a435a
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
anariba-hn/GUIwallet
64226e1f86b6057fcddcf2f0d6aedc48342b11a5
6eab727e09ed99e25f5967d5aa8bfaa76be0a5e8
refs/heads/master
2020-03-09T15:03:44.609827
2018-04-10T00:27:50
2018-04-10T00:27:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,376
h
// Copyright (c) 2018, The X Project // // 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 // co...
[ "mike@asinetworkhn.com" ]
mike@asinetworkhn.com
30d0abe9bc592933eefab73db7f3079b10de368c
da31e13e0c0db299f7bf4baa82c284b893668382
/GetWeightDegree/old_link_weight.cpp
0e75d4e7a83ab15bace5dab3b6c335d2137f28e8
[]
no_license
chenc10/HUAWEI-ICC16
a80fc386f11d21100f00efbb2273519c0c04e071
78c34996d0e850efcba910484ca5bf9a774e9579
refs/heads/master
2021-05-30T23:57:11.375138
2015-11-06T15:12:19
2015-11-06T15:12:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,395
cpp
#include<stdio.h> #include<stdlib.h> #include<memory.h> #include<vector> #include<list> #include<deque> #include<string> #include<algorithm> using namespace std; typedef unsigned short u_s; //#define DEBUG class node; #define NodeNum 51895 //300 char IBuffer[70000]; int ** LW; vector<node *> AllNodeVector; vector...
[ "chenc10@126.com" ]
chenc10@126.com
acc93a5eb2d6d9c990abfc46c2e643e0cb9540f8
f34d1e522eaa0f5a3959ea926a4f273bcea253d5
/onboard/home/pkshin/include/eglwaylanddisplaybase.h
2707be34e1e12e329443bbebbdce5ca1275dae7a
[]
no_license
concurs-program/TFLite-aarch64-linux-with-delegate
639b70b6afa733ed06a3ed11569874773ec96dfc
d1144dc4e7b8637d2e20b30af3cdb173900c320f
refs/heads/master
2023-05-07T11:22:05.844004
2021-05-25T04:23:11
2021-05-25T04:23:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,197
h
//****************************************************************************************************************************** // Copyright (c) 2014-2017 Qualcomm Technologies, Inc. // All Rights Reserved. // Confidential and Proprietary - Qualcomm Technologies, Inc. //************************************************...
[ "pkshin@redwood.snu.ac.kr" ]
pkshin@redwood.snu.ac.kr
1b92887d2d2a47d359de38ede2d71c53d98b5a52
51635684d03e47ebad12b8872ff469b83f36aa52
/external/gcc-12.1.0/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/28277-2.cc
9bc81d1df252bab77f73e326d6d3fbe06cf83ed7
[ "LGPL-2.1-only", "GPL-3.0-only", "GCC-exception-3.1", "GPL-2.0-only", "LGPL-3.0-only", "LGPL-2.0-or-later", "Zlib", "LicenseRef-scancode-public-domain" ]
permissive
zhmu/ananas
8fb48ddfe3582f85ff39184fc7a3c58725fe731a
30850c1639f03bccbfb2f2b03361792cc8fae52e
refs/heads/master
2022-06-25T10:44:46.256604
2022-06-12T17:04:40
2022-06-12T17:04:40
30,108,381
59
8
Zlib
2021-09-26T17:30:30
2015-01-31T09:44:33
C
UTF-8
C++
false
false
1,387
cc
// 2006-10-12 Paolo Carlini <pcarlini@suse.de> // Copyright (C) 2006-2022 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the // terms of the GNU General Public License as published by the // Free Sof...
[ "rink@rink.nu" ]
rink@rink.nu
5b838f8d36c14f04cdd2b877cd881901396278c4
19194c2f2c07ab3537f994acfbf6b34ea9b55ae7
/android-33/android/sax/RootElement.def.hpp
c54a8ec03d146e30b4d3fbfd8c3f1d6e604d0c1f
[ "GPL-3.0-only" ]
permissive
YJBeetle/QtAndroidAPI
e372609e9db0f96602da31b8417c9f5972315cae
ace3f0ea2678967393b5eb8e4edba7fa2ca6a50c
refs/heads/Qt6
2023-08-05T03:14:11.842336
2023-07-24T08:35:31
2023-07-24T08:35:31
249,539,770
19
4
Apache-2.0
2022-03-14T12:15:32
2020-03-23T20:42:54
C++
UTF-8
C++
false
false
594
hpp
#pragma once #include "./Element.def.hpp" class JString; namespace android::sax { class RootElement : public android::sax::Element { public: // Fields // QJniObject forward template<typename ...Ts> explicit RootElement(const char *className, const char *sig, Ts...agv) : android::sax::Element(className, s...
[ "YJBeetle@gmail.com" ]
YJBeetle@gmail.com
238b8b9eb6edad9ae0813b339ce9abe6bbdc99dd
f36b71a8b62728be2c7bc6821d1fd3e16657e658
/2-2/2-2/submit.cpp
397a1b5fc84ac32dd5756bed7a09a8f3a2131430
[]
no_license
dtldtt/cAndCppLearning
0883e766c81f0e20875a98f194dde8ac8f5c8459
85b93bd59b6c2a68485863e42d5ddb77e7faf59c
refs/heads/master
2021-01-20T00:27:22.841048
2017-04-23T11:57:11
2017-04-23T12:17:38
89,122,315
0
0
null
null
null
null
UTF-8
C++
false
false
1,258
cpp
#include<string> #include<iostream> using namespace std; class Invoice { private: string componentID; string componentDes; int salesNum; int price; public: Invoice(string, string, int, int); void setPartNumber(string); string getPartNumber(); void setPartDescription(string); string getPartDescription(); void...
[ "dtlzxk@163.com" ]
dtlzxk@163.com
681043caff3392dd3f1c06851fda48a21dee5a99
20c42cb2be000dc5b6f33a953e98e4d75c425d45
/tmpcode/argo/argo_client/argo_client.cpp
94b00f82d1ad6371f4f8eafc788ced5c767eadaa
[]
no_license
lufb/code
ac5e9b056f54baf4f8fb3e955ac71b7c5339d39c
cf72556e77a45030e266dd1ea6e34b17219f3aba
refs/heads/master
2020-12-18T18:40:49.388650
2016-06-15T03:11:07
2016-06-15T03:11:07
28,075,225
0
0
null
2014-12-17T07:20:56
2014-12-16T07:14:11
C
GB18030
C++
false
false
2,269
cpp
// argo_client.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "argo_client.h" #include "argo_clientDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////...
[ "1164830775@qq.com" ]
1164830775@qq.com
d2d437dfd95386663cae353e921d690ff9e6f224
4503b4ec29e9a30d26c433bac376f2bddaefd9e5
/XtreamToolkit/v16.4.0/Source/SyntaxEdit/XTPSyntaxEditSectionManager.cpp
8cf3407d52e57f9f74425f3376435de8259c89aa
[]
no_license
SwunZH/ecocommlibs
0a872e0bbecbb843a0584fb787cf0c5e8a2a270b
4cff09ff1e479f5f519f207262a61ee85f543b3a
refs/heads/master
2021-01-25T12:02:39.067444
2018-02-23T07:04:43
2018-02-23T07:04:43
123,447,012
1
0
null
2018-03-01T14:37:53
2018-03-01T14:37:53
null
UTF-8
C++
false
false
7,879
cpp
// XTPSyntaxEditSectionManager.cpp: implementation of the CXTPSyntaxEditSectionManager class. // // This file is a part of the XTREME TOOLKIT PRO MFC class library. // (c)1998-2013 Codejock Software, All Rights Reserved. // // THIS SOURCE FILE IS THE PROPERTY OF CODEJOCK SOFTWARE AND IS NOT TO BE // RE-DISTRIBUTE...
[ "kwkang@3e9e098e-e079-49b3-9d2b-ee27db7392fb" ]
kwkang@3e9e098e-e079-49b3-9d2b-ee27db7392fb
1b163946f3390c6c49d1c3705e224629c962c4ce
85299b50c36911427c47f49e84993ca0350be173
/Cplus/Leetcode/UnionFindSet/UnionFind.h
4b2bc5a2abc31840fd2500d002db6bcb3e35636a
[]
no_license
cogitates/Code
15f4f5907478d4bd21ab3c7cc74f9afc3d6ae632
d33d9bd99611a58b1192a23bc90d6f79253b5936
refs/heads/master
2021-05-18T07:28:33.140308
2020-06-27T12:16:34
2020-06-27T12:16:34
251,179,703
1
0
null
null
null
null
UTF-8
C++
false
false
1,105
h
#include <bits/stdc++.h> using namespace std; // 当你思考并查集解决的问题的时候,要注意放掉树中的层次化思想,而是要思考成离散湖泊群 // 作为树的一种特殊形式,并查集中层次化的东西被弱化,强调的是连接性 class UnionFind{ public: UnionFind(int n){ rank = vector<int>(n+1,0); parent = vector<int>(n+1,0); for(int i = 0;i < parent.size();i++){ parent[i] = i; ...
[ "weifengzxq@gmail.com" ]
weifengzxq@gmail.com
a3251f680807b34169b903f8b9dc9a3dab643d75
557f85525e4a48e6d098a1a434463a79377054ec
/Contests/Codeforces/1062/A.cpp
52a1958ec8286449e4836acf2c79e894db241792
[]
no_license
sragha45/Programs
dd2d9d29a6480364502e410bb46c57d8c3d4d25c
b18e20bc48f7bcf1417ddba474150076ad610a94
refs/heads/master
2020-03-30T08:20:27.750369
2018-12-11T07:06:22
2018-12-11T07:06:22
151,007,403
0
0
null
null
null
null
UTF-8
C++
false
false
574
cpp
#include <bits/stdc++.h> using namespace std; int main() { int n; cin >> n; int a[n]; for(int i = 0; i < n; i++) { cin >> a[i]; } int start = 0; int end = 0; int res = 0; for(int i = 1; i < n; i++) { if(a[i] - a[end] == 1) { end = i; } els...
[ "sragha45@gmail.com" ]
sragha45@gmail.com
10201f102cb1f66851bdd681448d66567707de3d
1a63730ed3fd938c7fc79528987ab34fd7afaad3
/FNP/src/mainwindow.cpp
22bc0f11274a706278b2f94923de379a653a24a2
[]
no_license
jameslahm/clrs_solutions
0e2d2e624dbd0ad3c8191965c3dd956d9384f642
743573afc3042684908ea819f144f63303328b35
refs/heads/master
2021-03-01T15:36:55.230816
2020-03-28T06:46:40
2020-03-28T06:46:40
245,796,218
0
0
null
null
null
null
UTF-8
C++
false
false
1,507
cpp
#include "mainwindow.h" #include<QHBoxLayout> #include<QVBoxLayout> #include<QPushButton> #include"label.h" MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent) { QHBoxLayout* hLayOut=new QHBoxLayout(); QVBoxLayout* vLayOut=new QVBoxLayout(); MyLabel* label=new MyLabel(); label->setStyleSh...
[ "1366463855@qq.com" ]
1366463855@qq.com
226cb6a097d7214bc89dd473b66d85379617f4c1
1e8bc724d3c69300a55e3f4c42945db167158a82
/src/plugins/api/SBMLAPI/src/sbmlapiplugin.h
e1ffb493a576c390ad364014d106805ac94d8fa3
[ "Apache-2.0" ]
permissive
mirams/opencor
9104d821a16da92b5023e98ab1c3a07f8b8fbf1d
71dd884194ec8080f96f8e982c5afedec8473405
refs/heads/master
2021-01-18T10:49:32.934690
2016-07-21T10:30:57
2016-07-21T10:30:57
9,960,636
0
0
null
2016-07-21T10:30:57
2013-05-09T14:18:17
C++
UTF-8
C++
false
false
1,799
h
/******************************************************************************* Copyright The University of Auckland 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/lice...
[ "agarny@hellix.com" ]
agarny@hellix.com
6797ea15ed5cc4e3fad9d0fe985d1c8d19af9440
5c4b3fc7d226356ecac48d4bea4e1a3b1416caca
/benchmarks/random.cpp
2c95c05ab78e4cfe905435aeedf95ce1e5e54e60
[ "MIT" ]
permissive
ikimol/shard
0cbf35eb2ad32a828f02d09462c525edf96d4113
a6e6effd67a40ca34969b6a1ac618df886a0f3ac
refs/heads/develop
2023-08-30T22:49:43.501779
2023-08-18T16:15:24
2023-08-18T16:15:24
167,057,756
0
0
MIT
2020-02-28T12:17:00
2019-01-22T19:54:01
C++
UTF-8
C++
false
false
1,242
cpp
// Copyright (c) 2023 Miklos Molnar. All rights reserved. #include <benchpress.hpp> #include <shard/random.hpp> #include <random> BENCHMARK("shard::random", [](benchpress::context* ctx) { shard::random<int> r_int(0, 10); ctx->reset_timer(); for (std::size_t i = 0; i < ctx->num_iterations(); ++i) { ...
[ "miklos.molnar@me.com" ]
miklos.molnar@me.com
25304f5c7be945967f7594fabeecba37c2e5e8f3
2cf838b54b556987cfc49f42935f8aa7563ea1f4
/aws-cpp-sdk-codecommit/include/aws/codecommit/model/ListAssociatedApprovalRuleTemplatesForRepositoryResult.h
af54bfbfa791d612f636d3c62be61d3802b824cd
[ "MIT", "Apache-2.0", "JSON" ]
permissive
QPC-database/aws-sdk-cpp
d11e9f0ff6958c64e793c87a49f1e034813dac32
9f83105f7e07fe04380232981ab073c247d6fc85
refs/heads/main
2023-06-14T17:41:04.817304
2021-07-09T20:28:20
2021-07-09T20:28:20
384,714,703
1
0
Apache-2.0
2021-07-10T14:16:41
2021-07-10T14:16:41
null
UTF-8
C++
false
false
4,928
h
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/codecommit/CodeCommit_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSVector.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <utility> namespace Aws { templa...
[ "aws-sdk-cpp-automation@github.com" ]
aws-sdk-cpp-automation@github.com
92b7310802c8d39b699871a3e8048534fd3409d8
333b58a211c39f7142959040c2d60b69e6b20b47
/Odyssey/SSAPI_Server/ManagedObjects/StorageIdInfo.cpp
6be90ea52914a9502b19df29d64381012fa64639
[]
no_license
JoeAltmaier/Odyssey
d6ef505ade8be3adafa3740f81ed8d03fba3dc1a
121ea748881526b7787f9106133589c7bd4a9b6d
refs/heads/master
2020-04-11T08:05:34.474250
2015-09-09T20:03:29
2015-09-09T20:03:29
42,187,845
0
0
null
null
null
null
UTF-8
C++
false
false
1,845
cpp
//************************************************************************ // FILE: StorageIdInfo.cpp // // PURPOSE: Implements the oibject that carries all the information // used to indentify a storage device. //************************************************************************ #include "StorageIdI...
[ "joe.altmaier@sococo.com" ]
joe.altmaier@sococo.com
b4764399d1ec05bfa17717079a8d21d86f9a0c16
b28305dab0be0e03765c62b97bcd7f49a4f8073d
/ui/base/x/selection_owner.cc
1804eaedee87adf1f35434fd924db81f9fb8e91c
[ "BSD-3-Clause" ]
permissive
svarvel/browser-android-tabs
9e5e27e0a6e302a12fe784ca06123e5ce090ced5
bd198b4c7a1aca2f3e91f33005d881f42a8d0c3f
refs/heads/base-72.0.3626.105
2020-04-24T12:16:31.442851
2019-08-02T19:15:36
2019-08-02T19:15:36
171,950,555
1
2
NOASSERTION
2019-08-02T19:15:37
2019-02-21T21:47:44
null
UTF-8
C++
false
false
13,454
cc
// Copyright (c) 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/base/x/selection_owner.h" #include <algorithm> #include "base/logging.h" #include "ui/base/x/selection_utils.h" #include "ui/base/x/x11...
[ "artem@brave.com" ]
artem@brave.com
72f3ebe9c76994ee4b2a460f0fc27bc33c6be388
2b4338e75b63458c0d57282b2086b5b0e857e4da
/include/camera_detector/associationWouter.h
c2d63666b26cac40c7a1553ff824fc81ae1fd3a8
[]
no_license
ropod-project/human_detection
e303bb4fc73b8968bd4243beb47051e3bd91917e
2dbf07014f6be6e8f31ccb8ac717c1081c1f54f6
refs/heads/master
2023-01-04T10:37:58.588195
2020-10-28T10:35:45
2020-10-28T10:35:45
216,593,236
0
1
null
null
null
null
UTF-8
C++
false
false
6,179
h
// Generated by gencpp from file camera_detector/associationWouter.msg // DO NOT EDIT! #ifndef CAMERA_DETECTOR_MESSAGE_ASSOCIATIONWOUTER_H #define CAMERA_DETECTOR_MESSAGE_ASSOCIATIONWOUTER_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/built...
[ "g.bijlenga@student.tue.nl" ]
g.bijlenga@student.tue.nl
65e375898ec0609f797f46bfcfef024b83b98b94
175f26743b555f4b1055dd81894905da7e8a1236
/main_USB/main_USB.ino
3d359338ad362865b3f9f83367c5e6fdc09c40cf
[]
no_license
ErikGoto/StreamDeck_CardboardVer
d00101b15dab9e6a802317f73f48151a355dfb45
60c6703c8d8b0dc02dc0f8466581fb442fd11bff
refs/heads/master
2023-06-20T06:46:52.392941
2021-07-20T14:11:12
2021-07-20T14:11:12
356,920,412
1
0
null
null
null
null
UTF-8
C++
false
false
2,413
ino
#include "Keyboard.h" #include "HID.h" void setup() { Serial1.begin(115200); Keyboard.begin(); } int muteState = true; void loop() { char c = Serial1.read(); //Acelerador if (c == 'x') { Keyboard.press(KEY_LEFT_CTRL); Keyboard.press(KEY_LEFT_SHIFT); } if (c == 'z') { Keyboard.releaseAll(...
[ "erikgoto15@gmail.com" ]
erikgoto15@gmail.com
80f033df2b3005f7ae17ae7bea74e7c31d0734fe
3e1787b125fd8c7699d6cb97637cf1d3c506e725
/453-skeleton/main.cpp
30d5b77bf279b93d9ff4ee085e627c0da8b3a421
[]
no_license
jagos97/Orrery
c12e6166638c97353a8f152eaf1668510df977f8
2be94c69e769336d04914e9357b22f17e1db4759
refs/heads/master
2023-02-07T06:21:37.095649
2020-12-30T01:13:31
2020-12-30T01:13:31
325,422,382
0
0
null
null
null
null
UTF-8
C++
false
false
15,628
cpp
#include <GL/glew.h> #include <GLFW/glfw3.h> #include <iostream> #include <string> #include <list> #include <vector> #include <limits> #include <functional> #include "Geometry.h" #include "GLDebug.h" #include "Log.h" #include "ShaderProgram.h" #include "Shader.h" #include "Texture.h" #include "Window.h" #include "Cam...
[ "agostini98@gmail.com" ]
agostini98@gmail.com
dcaa955d06f3b60cd5a103a9595c573b770b10ec
10d78c222b424b03d47df7b4812b99ed7c8c7f4d
/SubjectLoadBalance/professor.h
9d66f8487c51e1a5581197f780ec699b332de688
[]
no_license
ale22gor/BonchLoadBalancer
13015f36313478748be0e283b0b7b37313eadebb
f4acfba29696f40f7339aa41adc7e5f13e8872a0
refs/heads/master
2020-09-03T14:52:46.451493
2020-02-16T22:05:58
2020-02-16T22:05:58
219,490,016
0
0
null
null
null
null
UTF-8
C++
false
false
760
h
class Course; #include <vector> #include <QString> #include "SubjectLoadBalance_global.h" #ifndef PROFESSOR_H #define PROFESSOR_H class SUBJECTLOADBALANCE_EXPORT Professor { std::vector <Course> m_subCourses; int m_averageHours; int m_maxHours; QString m_name; const int m_id; public: Profe...
[ "dmitryegorenko@gmail.com" ]
dmitryegorenko@gmail.com
a35622dc84894a0a32a73d776cb25f410de23d11
4cbe457618baf4ebb2d15346e7749526714ea76f
/Code/Game/Settings.cpp
534b81e21b7a485721f675839676c5c9acc8dc24
[ "MIT" ]
permissive
adamenkov/jet-story
67448b299ad7573e24d6156310228141e0b8b855
f095b24007796e739a764a0cd886c520bc3a78dd
refs/heads/master
2022-12-18T14:27:43.093159
2021-10-05T23:49:02
2021-10-05T23:49:02
50,054,950
5
1
MIT
2022-12-08T22:10:43
2016-01-20T19:34:09
Assembly
UTF-8
C++
false
false
394
cpp
#include "Settings.h" #include "../Shared/Engine.h" namespace Settings { bool bInvulnerability = false; bool bSoundEffects = true; bool bMusic = (WinMain != 0); // Ad-hoc: I need to reference Engine somehow to make the linker happy char cKeyLeft = '6'; char cKeyRight = '7'; char cKeyDown = '8';...
[ "evgeny.a7v@gmail.com" ]
evgeny.a7v@gmail.com
51947fa1d736749979a0c4c900d36043c5175510
ff43d23233779c900b24971cdc63cab77794db67
/GPTP/SCBW/structures/Layer.h
607db07d9c002aa35d3d74630591c5006ef3fc87
[]
no_license
decorus-kazuma/gptp-burningground
e04d269fca719841dd87cd2187b43268021ddbc1
482c69dd4772c164f08b977a02b5a5c73a26862c
refs/heads/master
2022-03-23T15:04:28.710477
2020-01-02T15:48:51
2020-01-02T15:48:51
231,411,941
0
0
null
null
null
null
UTF-8
C++
false
false
614
h
#pragma once #include "../../types.h" namespace graphics { class Bitmap; } struct bounds; struct Layer { u8 buffers; //u8 bits; u8 hasBeenRefreshed : 1; u8 unk : 7; u16 left; u16 top; u16 width; u16 height; u16 alignment; graphics::Bitmap *pSurface; void (__s...
[ "brightdelusion@gmail.com" ]
brightdelusion@gmail.com
2053a801c4ffb3a3ab55c6b4f716fd302594b917
2a19a3ed5132b5426a5a02a206fbefd743787685
/2170_acm.cpp
d83111ede05715d135dd1f2251600dc77a6e32a8
[]
no_license
zensen6/BOJ_350_solved-completed_code-partII
01ee844b5f5a3d9cc0e3ef98a65f840881c86759
3e40e06d06e8bb867a202ced7ebeeb0410c444cc
refs/heads/master
2023-02-14T03:51:29.499561
2023-01-28T14:48:04
2023-01-28T14:48:04
191,082,704
0
0
null
null
null
null
UTF-8
C++
false
false
663
cpp
#include<bits/stdc++.h> using namespace std; vector<pair<int,int>> v; bool comp(pair<int,int> &a, pair<int,int> &b){ if(a.first != b.first) return a.first < b.first; return a.second < b.second; } int main(){ ios_base::sync_with_stdio(0); cin.tie(0); int n,x,y; cin>>n; for(int i = 0 ; i < n; i++){ ...
[ "junhee1469@gmail.com" ]
junhee1469@gmail.com
300a65b3189b06355750656c366002d7ccfaa2e5
fee45aa16d93db75f052f192ed3b41b64fa59304
/PlexFinder/ListApps.cpp
acad21942226bea340e202a90be5ed64c7a908a1
[]
no_license
dataoscar/PlexAsService
eba1310f7c4d3e84215b58b7fa284041f476f9c4
8eb82eb967daa1d2bb1528af1206fe4fd0a35ba9
refs/heads/master
2021-01-16T18:30:00.778224
2014-05-02T08:10:59
2014-05-02T08:10:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,586
cpp
// PlexFinder.cpp : Defines the entry point for the console application. // #include "stdafx.h" #pragma comment (lib, "msi.lib") const int cchGUID = 38; const WCHAR* APP_NAME = TEXT("Plex Media Server.exe"); const int APP_NAME_LEN = wcslen(APP_NAME); int _tmain(int argc, _TCHAR* argv[]) { DWORD chSize = MAX_PATH; ...
[ "padillao@gmail.com" ]
padillao@gmail.com
ebfb7099411377da0326af16b2869d35e2d0bdfc
1dbb60db92072801e3e7eaf6645ef776e2a26b29
/server/src/common/resource/r_guildcontributedata.h
f631684f4fb9ab88cf520f65c4704a0a094db192
[]
no_license
atom-chen/phone-code
5a05472fcf2852d1943ad869b37603a4901749d5
c0c0f112c9a2570cc0390703b1bff56d67508e89
refs/heads/master
2020-07-05T01:15:00.585018
2015-06-17T08:52:21
2015-06-17T08:52:21
202,480,234
0
1
null
2019-08-15T05:36:11
2019-08-15T05:36:09
null
UTF-8
C++
false
false
911
h
#ifndef IMMORTAL_COMMON_RESOURCE_R_GUILDCONTRIBUTEDATA_H_ #define IMMORTAL_COMMON_RESOURCE_R_GUILDCONTRIBUTEDATA_H_ #include "proto/common.h" #include "r_basedata.h" #include "resource.h" class CGuildContributeData : public CBaseData { public: struct SData { uint32 id;...
[ "757690733@qq.com" ]
757690733@qq.com
e9acfc085ba659c9a99fa030481acfc5835c431d
abb5997a04888e15215391e55ceba81d3f3f5fc0
/HomeDoOld/VolumeScreenWebSpeed/WinContorlTool.cpp
e9279e344d022c480c12ecf883e5d4f27e6b8c47
[]
no_license
winwingy/Study
c8f298792f94e230fed894521c611b15a9c524d0
5c368ad1b58d4567897a331cef247328c110fa5a
refs/heads/master
2020-05-21T04:48:50.965832
2017-01-19T09:25:53
2017-01-19T09:25:53
55,683,173
1
1
null
null
null
null
GB18030
C++
false
false
26,439
cpp
#include "StdAfx.h" #include "WinContorlTool.h" #include <vector> #include <string> #include <algorithm> #include <iterator> #include <TlHelp32.h> #include <shellapi.h> #include <assert.h> #include "TrayIcon.h" #pragma comment(lib, "Kernel32.lib") #include "WHotKeyEdit.h" #include "MyVolumeCtrl.h" #include "WinDefine...
[ "winwingy@163.com" ]
winwingy@163.com
0942b22b06ad7bb71555c76a8af607ea156c53fa
b38383846d082ec4e65ac18c1582f1ce231ea0b4
/Siv3D/src/ThirdParty/infoware/src/cpu/quantities_cache/quantities_cache_non_windows_non_darwin.cpp
bdbc813a608af73fa65316cc7255776496b7c8ae
[ "MIT" ]
permissive
Siv3D/siv6
9c12427f470b65772f40504b1e5e5239a60bbe95
090e82b2f6398640638dfa43da3f829ba977d0e2
refs/heads/master
2021-02-07T05:12:41.108547
2020-10-25T05:27:11
2020-10-25T05:27:11
243,986,884
3
5
MIT
2020-09-27T14:32:38
2020-02-29T14:50:43
C++
UTF-8
C++
false
false
2,917
cpp
// infoware - C++ System information Library // // Written in 2016-2020 by nabijaczleweli <nabijaczleweli@gmail.com> and ThePhD <phdofthehouse@gmail.com> // // To the extent possible under law, the author(s) have dedicated all copyright and related // and neighboring rights to this software to the public domain worldwi...
[ "reputeless+github@gmail.com" ]
reputeless+github@gmail.com
70710b2cf8b3b4503ebe750bff23e7d7235a1f29
5e8d200078e64b97e3bbd1e61f83cb5bae99ab6e
/main/source/test/protocols/membrane/SetMembranePositionMover.cxxtest.hh
0f4661ec5de595d648caddae6d43c8a7b3dab6c5
[]
no_license
MedicaicloudLink/Rosetta
3ee2d79d48b31bd8ca898036ad32fe910c9a7a28
01affdf77abb773ed375b83cdbbf58439edd8719
refs/heads/master
2020-12-07T17:52:01.350906
2020-01-10T08:24:09
2020-01-10T08:24:09
232,757,729
2
6
null
null
null
null
UTF-8
C++
false
false
5,333
hh
// -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*- // vi: set ts=2 noet: // // (c) Copyright Rosetta Commons Member Institutions. // (c) This file is part of the Rosetta software suite and is made available under license. // (c) The Rosetta software is developed by the co...
[ "36790013+MedicaicloudLink@users.noreply.github.com" ]
36790013+MedicaicloudLink@users.noreply.github.com
96751e3481e48793f5f7944054d16e1ff387158e
fae551eb54ab3a907ba13cf38aba1db288708d92
/chrome/browser/extensions/safe_browsing_verdict_handler.cc
c3802bfd2b6a40a23ede2a2080385d6f450cddc8
[ "BSD-3-Clause" ]
permissive
xtblock/chromium
d4506722fc6e4c9bc04b54921a4382165d875f9a
5fe0705b86e692c65684cdb067d9b452cc5f063f
refs/heads/main
2023-04-26T18:34:42.207215
2021-05-27T04:45:24
2021-05-27T04:45:24
371,258,442
2
1
BSD-3-Clause
2021-05-27T05:36:28
2021-05-27T05:36:28
null
UTF-8
C++
false
false
4,772
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 "chrome/browser/extensions/safe_browsing_verdict_handler.h" #include "base/trace_event/trace_event.h" #include "chrome/browser/extensions/blockl...
[ "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com" ]
chromium-scoped@luci-project-accounts.iam.gserviceaccount.com
6db3ef6baef0016a644db5e16abd40c748a8a797
2783bb29511d31ce25c8ad2b61e79dbe81c93719
/Lab03-SDL2/Snake/ENTITIES.cpp
4e383ced85785c8e19767206c36b7a446ceedd4f
[]
no_license
kduy19990/DoHoaMayTinh
f680e7584c46cab5e7edc2c85574443735075187
ec73090339b1271860f91a948a00d51bf42c3e5a
refs/heads/master
2022-12-11T04:50:24.967299
2020-09-03T02:58:15
2020-09-03T02:58:15
283,646,949
0
0
null
null
null
null
UTF-8
C++
false
false
1,238
cpp
#include <iostream> #include "entities.h" void snakeCell(COORD c, SDL_bool head) { int color = head ? CR_SNAKE_HEAD : CR_SNAKE_BODY; rectDraw(c.x * BOARD_CELL, c.y * BOARD_CELL, BOARD_CELL, BOARD_CELL, color); } void snakeInit(SNAKE * s) { s->coords[0].x = (BOARD_HORZ >> 1); s->coords[0].y = (BOARD_VERT >...
[ "sinhvien" ]
sinhvien
61008335515a3173e26ab3fff95dede526e2f59b
064d1d60faef7caca00f502fa5145344e2a5686c
/abcMajorMinor.cpp
b6b2c28f1ce6e90c0e4f63bc6ef048d8cbf72025
[]
no_license
sunyatin/angsd
27f23172b8bbc00ac80b9dbb62d383461b44f5b3
8a3ad852cdfecf31a1a1603a8a8f7fa629daf199
refs/heads/master
2020-12-29T00:25:52.012448
2015-06-17T15:29:49
2015-06-17T15:29:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,146
cpp
/* thorfinn thorfinn@binf.ku.dk dec17 2012 part of angsd This class will populate the major/minor entries of the funkypars 1) set majorminor according to the GL. 2) set majorminor accordning to the counts of alleles 3) wont populate the majorminor but will use the information from -sites 4) set the m...
[ "thorfinn.sand@gmail.com" ]
thorfinn.sand@gmail.com
8c15bb4dcf44600b99262fc454da69886b0818d0
88df3cd6f83ab429e942d436da64541368adf311
/simsyn/orange-crab/resource/gfx-program/src/engine/engine.cpp
dbfd792e64590a0d67472a3a49cd40e07bfb6446
[]
no_license
MartinGeisse/esdk2
f0157aecc230d306f70e514bce360a340ce9c6bc
33551edb9ddce72f42fcf15dff89b05cb0c650e1
refs/heads/master
2022-12-13T03:02:26.117547
2022-02-11T19:48:54
2022-02-11T19:48:54
133,038,281
0
0
null
null
null
null
UTF-8
C++
false
false
18,146
cpp
extern "C" { #include <draw.h> #include <profiling.h> #include "../system/util.h" } #include "Vector2.h" #include "Vector3.h" #include "Plane2.h" #include "engine.h" // constants Fixed SCREEN_WIDTH_FIXED; Fixed HALF_SCREEN_WIDTH_FIXED; Fixed SCREEN_HEIGHT_FIXED; Fixed HALF_SCREEN_HEIGHT_FIXED; Fixed FOV_...
[ "martingeisse@googlemail.com" ]
martingeisse@googlemail.com
c7b5bdcb6b02d10927fec30f3ae349ddc8dcc31f
9edfa835fb34a93593c7bf8ed335f05cec284d04
/Coin.cpp
629fac680af94964a1369b8a3c478a4629b04127
[]
no_license
bencodes28/coinGame
f995bc2e183473caf5d1e7c567f5f6b4eb14be8e
4ab392db9423c51348bcc744682495f96e706bde
refs/heads/master
2023-03-10T16:41:06.395489
2021-03-01T15:52:17
2021-03-01T15:52:17
338,654,063
0
0
null
null
null
null
UTF-8
C++
false
false
535
cpp
#include "pch.h" #include "Coin.h" #include <cstdlib> #include <ctime> Coin::Coin() { int x = rand() % 2; if (x == 0) { sideUp = "heads"; } else { sideUp = "tails"; } } Coin::Coin(int coinValue) { value = coinValue; int x = rand() % 2; if (x == 0) { sideUp = "heads"; } else { sideUp = "tails...
[ "60799599+bensmithkid28@users.noreply.github.com" ]
60799599+bensmithkid28@users.noreply.github.com
93d12587dc9190922dbea3a0d5a106dbf0cbe43c
6cb7d3a7194b18fdf73baeb4abe8ef5180068236
/time-synchronization/simulatorCore/src/clockNoise.h
ba7461b3369c10796ff6f61d4cc77ea3f8dd5e23
[ "Apache-2.0" ]
permissive
wuyou33/thesis-1
5a9ce50ee6e48d9075f7aa983ece0d842b0e4b52
c1101ba77edd5292e8409ab7a35c771e2040dd8f
refs/heads/master
2020-04-02T16:15:07.328490
2017-10-21T11:30:55
2017-10-21T11:30:55
154,605,126
1
0
null
2018-10-25T03:31:10
2018-10-25T03:31:09
null
UTF-8
C++
false
false
2,559
h
#ifndef CLOCK_NOISE_H_ #define CLOCK_NOISE_H_ #include <cstdint> #include <vector> #include <string> #include "tDefs.h" #include "random.h" using namespace std; namespace BaseSimulator { typedef double clockNoise_t; /** * \brief class to simulate clock noise */ class ClockNoise { public: /** * @brief Clock...
[ "andre.naz01@gmail.com" ]
andre.naz01@gmail.com
9b585d810d0355f3fae059a80c8d80f5890ff444
7926dd023c267f08b98675ce1168d57cef12410f
/src/headers/Point2D.h
0857c057216ab9a1a5f66955bfd8e473e32041d7
[]
no_license
OZoneGuy/pong-cli
4e8eba72f6a6c4f9f9b6c82a7f437c80d34e9430
b70d51ab230458a580e582f6b79c46d875463711
refs/heads/master
2022-12-01T07:59:44.103185
2020-07-19T03:14:32
2020-07-19T03:14:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
223
h
#ifndef POINT2D #define POINT2D class Point2D { int x, y; public: Point2D(int x, int y); int getX(); int getY(); void move(int dx, int dy); void moveTo(int x, int y); int compareTo(Point2D* p2); }; #endif
[ "alkershomar@gmail.com" ]
alkershomar@gmail.com
bf246c6201cab4c940620e404397c80be2c3f269
d508027427b9a11a6bab0722479ee8d7b7eda72b
/include/atom3d/math/quaternion.h
2e20f0284d96a3063919049632e461116e9394d2
[]
no_license
gaoyakun/atom3d
421bc029ee005f501e0adb6daed778662eb73bac
129adf3ceca175faa8acf715c05e3c8f099399fe
refs/heads/master
2021-01-10T18:28:50.562540
2019-12-06T13:17:00
2019-12-06T13:17:00
56,327,530
5
0
null
null
null
null
GB18030
C++
false
false
4,040
h
/** \file quaternion.h * \旋转四元数类 * * \author 高雅昆 * \ingroup math */ #ifndef __ATOM_MATH_QUATERNION_H #define __ATOM_MATH_QUATERNION_H #if _MSC_VER > 1000 # pragma once #endif #include "defs.h" #include "vector3.h" #include "matrix33.h" #include "matrix44.h" //! \class ATOM_Quaternion //! 旋转四元数类. class A...
[ "80844871@qq.com" ]
80844871@qq.com
d532593c7421af24693d15946880b3ba32a2ff48
440a41e9eafd2250c2d55cad2470632ae805a753
/src/hdu/3746/Solution.cpp
c23d30413056472f6abcbb924fcdbb1182327537
[]
no_license
volactina/ACM
b5c211f86556ef15649eb54f648383b4d7fc7ac5
ad0093d7ea83121310047d9aece69f4591449de7
refs/heads/master
2021-06-13T18:41:54.100161
2021-02-21T09:04:42
2021-02-21T09:04:42
137,249,347
0
0
null
null
null
null
UTF-8
C++
false
false
1,044
cpp
#include <bits/stdc++.h> using namespace std; const int MAXLEN=1e5+10; void cal_next(char s[],int len,int next[]){ next[0]=0; int i=1,j=0; while(i<len){ if(s[i]==s[j]){ next[i++]=(j++)+1; continue; } while(s[i]!=s[j]){ if(j==0){ n...
[ "10165101137@stu.ecnu.edu.cn" ]
10165101137@stu.ecnu.edu.cn
ad6d31ea027e71719b3acaa4d5fde9f9482d5e4e
333676fe5cc00dff3f8966c260393c1735b92d8b
/ActiveXScan/ActiveXScan.cpp
775a086cbf8b05b1ebf40e3fe77ed1424ef27f93
[]
no_license
seanking-wx/ActiveXScan
0556b301edeb22a9bcd9554000d4744eb0f18a5b
5bfc68f4581e44f2e6b40954f7e7bdc09429efde
refs/heads/master
2020-05-30T22:51:07.721770
2016-08-03T02:15:56
2016-08-03T02:15:56
64,892,977
0
0
null
null
null
null
GB18030
C++
false
false
2,294
cpp
// ActiveXScan.cpp : 定义应用程序的类行为。 // #include "stdafx.h" #include "ActiveXScan.h" #include "ActiveXScanDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #endif // CActiveXScanApp BEGIN_MESSAGE_MAP(CActiveXScanApp, CWinApp) ON_COMMAND(ID_HELP, &CWinApp::OnHelp) END_MESSAGE_MAP() // CActiveXScanApp 构造 CActiveXScanApp:...
[ "Sean King" ]
Sean King
9dbaa9a082bbb1939a1ed0e25538bb26b20f926d
d4ba636068fc2ffbb45f313012103afb9080c4e3
/NuGenBChem_CPP/NuGenCBase/ProteinVistaSource/Stride/strutil.cpp
1c5b64cada05f6690331b68bfcf846b3fd23f213
[]
no_license
SHAREVIEW/GenXSource
785ae187531e757860748a2e49d9b6a175c97402
5e5fe1d5816560ac41a117210fd40a314536f7a4
refs/heads/master
2020-07-20T22:05:24.794801
2019-09-06T05:00:39
2019-09-06T05:00:39
206,716,265
0
0
null
2019-09-06T05:00:12
2019-09-06T05:00:12
null
UTF-8
C++
false
false
12,764
cpp
#include "StdAfx.h" /* * Stride has been included in Qmol with the kind permission of * * Dmitrij Frishman, PhD * Institute for Bioinformatics * GSF - Forschungszentrum f? Umwelt und Gesundheit, GmbH * Ingolst?ter Landstra? 1, * D-85764 Neuherberg, Germany * * Telephone: +49-89-3187-4201 * Fax:...
[ "nystrom.anthony@gmail.com" ]
nystrom.anthony@gmail.com
c0eb257373f99b4b134b9ef4d7334f7dc5eb6639
7bc9da076333dfb72a66722ee526ecebd291cddb
/Win32 API tutorial Menus/Win32 API tutorial Menus/Win32 API tutorial Menus.cpp
cfed4913f1aa271cecb069b853a6979f1f38df95
[]
no_license
NullException0/Win32-API-Sample-Code
a3d0bc002675818bbe5d25d5b8442a1062998eb1
92e9903d79f86dcc09bd8edd2018babf1f5b9b44
refs/heads/main
2023-08-03T02:57:06.089920
2021-09-23T13:16:43
2021-09-23T13:16:43
321,496,646
2
0
null
null
null
null
UTF-8
C++
false
false
2,776
cpp
// Win32 API tutorial Menus.cpp : This file contains the 'main' function. Program execution begins and ends there. #include <iostream> #include <Windows.h> #define FILE_MENU_NEW 1 #define FILE_MENU_OPEN 2 #define FILE_MENU_EXIT 3 LRESULT CALLBACK WindowsProcedure(HWND, UINT, WPARAM, LPARAM); void AddMenus(HWND); H...
[ "muhammadazizi095@gmail.com" ]
muhammadazizi095@gmail.com
5cf18a6cb122d1a63e4a34fd49b5651bcb875c48
394f30e0a5a5000ca7c723ee101273fa136bc965
/02PATCH-PLAYER/+frameworks_base_media_libmediaplayerservice/AmlogicPlayer.h
2b871e22dec699780eefb51ac9e6a1c4cf46c2e3
[]
no_license
yalongsh/cm_device_amlogic_common-g
071da835f07e1eb2bec546bab131152e5c3b41e1
2459b821d4bbb273ab7a5e8a00e1c15718eb4fb5
refs/heads/master
2020-04-11T09:56:28.183875
2012-06-13T14:48:40
2012-06-13T14:48:40
4,776,855
0
2
null
null
null
null
UTF-8
C++
false
false
5,363
h
/* ** ** Copyright 2008, The Android Open Source Project ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this file except in compliance with the License. ** You may obtain a copy of the License at ** ** http://www.apache.org/licenses/LICENSE-2.0 ** ** Unless requir...
[ "psquare.dev@gmail.com" ]
psquare.dev@gmail.com
8b08b62468708e9613a28d7ef5b70ce317aa427b
7d5b4e52a1b40ac4ad278d570a120a2790ad3a72
/examples/HIDGamepad/HIDGamepad.ino
7e4704ad4e36e2ca5834d70c416fa279575ed8be
[]
no_license
Patrick-Thomas/SixAxisRing
91d6ea619f68928cdabce47a80ec9fb396943ba6
53cc15e57d333ba4bfc9944b4aafa7f8c8663002
refs/heads/master
2021-01-21T15:49:20.454798
2017-01-13T16:19:00
2017-01-13T16:19:00
68,740,833
0
0
null
null
null
null
UTF-8
C++
false
false
844
ino
#include <HID-Project.h> #include <HID-Settings.h> #include <SixAxisRing.h> SixAxis myaxis; void setup() { // Initialise the HID interface Gamepad.begin(); } void loop() { // Update axis values (X and Z always return 0 on Uno) int movXnew = map(myaxis.readX(), 0, 1023, -32768, 32767); int movYnew = ...
[ "patrick.thomas@bath.edu" ]
patrick.thomas@bath.edu
6e3ce05094c93173ce180d98f202ce7078af3db1
0e46bc18f824cd7fcc23da4ec7b392bd7248dc39
/ReadDate.cpp
ed1074ea3ee390880e0b4f3448e9c15e1aa8dee8
[]
no_license
siqiyaoyao/hw2
28c618083b4f111292e31f4378442a496333dc97
a81c2393c07815c3d1f26b37d24aa9dde334f6bf
refs/heads/master
2020-12-24T14:01:11.432222
2015-04-13T10:57:11
2015-04-13T10:57:11
33,862,918
1
0
null
null
null
null
UTF-8
C++
false
false
14,182
cpp
// // ReadDate.cpp // bigdata1 // // Created by siqiyaoyao on 15/4/11. // Copyright (c) 2015年 siqiyaoyao. All rights reserved. // #include "ReadDate.h" /* multimap<size_t,data> MapUser; //size_t无符号整数 std::multimap<size_t,data>::iterator itu; multimap<size_t,AdData>MapAd; using namespace std; */ void Read_Data(mult...
[ "siqiyaoyao@gmail.com" ]
siqiyaoyao@gmail.com
83a019d8d0375937988456d7b98e491afa4e036c
aa65dbff3116e492746ab948a27dfa8fd1c68f09
/study/c++_primer_V5/chapter11/practice/11-17.cpp
8164b12858897f25d8aa870ce6aea5ad85866453
[]
no_license
rambog/git
27531c4773122c229d1537a03df4620aea829481
a9447dae330ee0dccab5533d0b967e7150b9fc0c
refs/heads/master
2021-07-23T14:28:58.959184
2019-01-17T15:01:18
2019-01-17T15:01:18
153,124,819
0
0
null
null
null
null
UTF-8
C++
false
false
929
cpp
/*====================================================================== * filename: 11-17.cpp * author: rambogui * data: 2019-01-04 15:14:26 ======================================================================*/ #include <iostream> #include <set> #include <string> #include <vector> #include <al...
[ "576381563@qq.com" ]
576381563@qq.com
3818f9f1099c6c790ee54907f3e6e85e19c631c0
b380f3032f83b9e13e56d1e5e82fe088b31d5513
/src/miscellaneous/reversed.cpp
00d5245848311028bba492403ec875e0c60e4474
[]
no_license
paruelain/icpc-teamnote
ef4bd7a96855d2de5c588b8f1cc80a97f56006b6
8e266e63dbb301ff7950fa8ed04eb50e4e721310
refs/heads/master
2020-03-30T22:50:11.857524
2018-10-28T16:49:12
2018-10-28T16:49:12
151,679,773
0
0
null
2018-10-05T06:32:52
2018-10-05T06:32:51
null
UTF-8
C++
false
false
97
cpp
set<int, greater<>>st; map<int, int, greater<>>mp; priority_queue<int, vector<int>, greater<>>pq;
[ "wlxyzlw@gmail.com" ]
wlxyzlw@gmail.com
27aa7eda68561460f175648b46a62c22a87d1bad
94fa4c8798a1574c2327c67ece397a28ff6ee825
/QtProject/moc_mainwindow.cpp
c0f3cb4449e8b194f041e49ee21b0a2c1b4a2da3
[]
no_license
robertogs2/dtmf-telephone
74e3f683386e1e31a6b18024e3c5a7c5450b3966
aef83ed72b5f7cb131cb1475e664956df1dc018e
refs/heads/master
2020-06-15T11:14:11.725228
2019-07-04T18:01:09
2019-07-04T18:01:09
195,283,194
0
0
null
null
null
null
UTF-8
C++
false
false
4,095
cpp
/**************************************************************************** ** Meta object code from reading C++ file 'mainwindow.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.12.1) ** ** WARNING! All changes made in this file will be lost! *********************************************************...
[ "22207159+robertogs2@users.noreply.github.com" ]
22207159+robertogs2@users.noreply.github.com
0b09cab60a670745cd315c2d7e14c65f185b5d27
24a59c24cdd10ba511a7a32cc4730fed5597e51b
/NTHieu_SE1405_BT bo sung/NTHieu_SE1405_C2.Aray_Post/CS.P09.cpp
24c14cdc4cce165329a09a58931887e1d2e51dd4
[]
no_license
hieuntse/LAB101
2ae1bf2e94b7dd7f596dff31d2f789b729412ba1
0ce3b0a6ff86524888bf7768776a0282246634e7
refs/heads/master
2023-01-27T23:51:51.094245
2020-12-02T03:02:05
2020-12-02T03:02:05
317,417,005
0
0
null
null
null
null
UTF-8
C++
false
false
709
cpp
#include <stdio.h> #define max 100 //Enter a array int Input(int *A,int &n){ int i; printf("Please enter size of array: "); scanf("%d",&n); for (i=0; i<n; i++){ printf("Element[%d]: ",i); scanf("%d",&A[i]); } } /*Loop up the smallest element position in the array Display the smallest element and its positio...
[ "hieusedn@gmail.com" ]
hieusedn@gmail.com
2e623c2895cfc08fba22b0c72f9b309210e101f3
a203dffd09bdb0ce41eb2049f4b04d0bf60d361d
/cpp-class/2.cpp
598e12d8ab23543eed29eedcf19446b8f14be4e5
[ "Apache-2.0" ]
permissive
SlamDunk-ycw/git
308b6ac2367ee7a46fe380da2b808301de1eac0c
819d909aaac6b708453bec487911b063a45999d4
refs/heads/main
2023-07-14T15:26:09.231277
2021-08-25T14:58:10
2021-08-25T14:58:10
389,809,270
0
0
null
null
null
null
UTF-8
C++
false
false
3,003
cpp
#include<iostream> using namespace std; /**********对象数组和对象指针***********/ /***********成员指针和this指针**********/ //常指针,常成员,常对象,常引用 /* 类数组和对象指针 类成员指针:指向类成员的指针,c++指针分为数据指针,函数指针,数据成员指针,成员函数指针,并且不能相互转换 成员指针只适用于非静态成员指针 1.数据成员指针:定义:数据成员类型 类名::*指针变量名=成员地址初值 2....
[ "1363472590@qq.com" ]
1363472590@qq.com
d8f3d14a6ba43fc61ec6074eeb21281ae4481a39
d05383f9f471b4e0691a7735aa1ca50654704c8b
/CPP2MIssues/SampleClass789.cpp
fcd621b4a18f5c1182efd760ba620b0904633052
[]
no_license
KetkiT/CPP2MIssues
d2186a78beeb36312cc1a756a005d08043e27246
82664377d0f0047d84e6c47e9380d1bafa840d19
refs/heads/master
2021-08-26T07:27:00.804769
2017-11-22T07:29:45
2017-11-22T07:29:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
50,048
cpp
class SampleClass789{ public: void m1() { int *ptr = new int (10); int *ptr = new int (10); int *ptr = new int (10); int *ptr = new int (10); int *ptr = new int (10); int *ptr = new int (10); int *ptr = new int (10); int *ptr = new int (10); int *ptr = new int (10); int *ptr = new int (10); int *ptr = new int (10); i...
[ "ketki.thosar@acellere.com" ]
ketki.thosar@acellere.com
89df654a86dc598b293aceebaafc10d7f8757fbd
711e5c8b643dd2a93fbcbada982d7ad489fb0169
/XPSP1/NT/com/ole32/stg/msf/page.cxx
b2e7b54a68c87d2a37c999d4ac19cf2ff9c3c6eb
[]
no_license
aurantst/windows-XP-SP1
629a7763c082fd04d3b881e0d32a1cfbd523b5ce
d521b6360fcff4294ae6c5651c539f1b9a6cbb49
refs/heads/master
2023-03-21T01:08:39.870106
2020-09-28T08:10:11
2020-09-28T08:10:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
30,609
cxx
//+--------------------------------------------------------------------------- // // Microsoft Windows // Copyright (C) Microsoft Corporation, 1992 - 1992. // // File: page.cxx // // Contents: Paging code for MSF // // Classes: Defined in page.hxx // // Functions: // // History: 20-Oct-92 PhilipLa ...
[ "112426112@qq.com" ]
112426112@qq.com
18ed1eedad2875c949f0b08a36c171f5418f8674
7ba980fe4b40a260667bd6885db3f59546556b21
/lab_lar/c++Files/Headers/Pentagon.hpp
3c65449f674ffaef6fdfdd88c1890bea8d750caf
[]
no_license
ricfrr/laboratory_of_applied_robotics
a29cf431cb339a78f0262213ef0ca81eb250bf62
fd12ffb02f16fe4d98732ff39ba8ded8e4067e8b
refs/heads/master
2020-03-30T19:23:52.722802
2019-09-19T12:56:25
2019-09-19T12:56:25
151,540,386
0
1
null
null
null
null
UTF-8
C++
false
false
1,516
hpp
#ifndef Pentagon_hpp #define Pentagon_hpp #include <vector> #include "Polygon.hpp" using namespace cv; namespace Geometry2D { /** \brief Class for hadling pentagon obstacles in the map */ class Pentagon : public Polygon { public: /*! * constructor of Pentagon class */ Penta...
[ "riccardo.franceschini@live.it" ]
riccardo.franceschini@live.it
4b437274c4a871742e1ffc36f933a0b9e242e876
fc987ace8516d4d5dfcb5444ed7cb905008c6147
/chrome/browser/ui/views/omnibox/omnibox_dropdown_view.cc
4f3a8cbbe797fd1fac3eedbbd5d04be94221d14e
[ "BSD-3-Clause" ]
permissive
nfschina/nfs-browser
3c366cedbdbe995739717d9f61e451bcf7b565ce
b6670ba13beb8ab57003f3ba2c755dc368de3967
refs/heads/master
2022-10-28T01:18:08.229807
2020-09-07T11:45:28
2020-09-07T11:45:28
145,939,440
2
4
BSD-3-Clause
2022-10-13T14:59:54
2018-08-24T03:47:46
null
UTF-8
C++
false
false
22,812
cc
/** * Copyright (c) 2016-2018 CPU and Fundamental Software Research Center, CAS * * This software is published by the license of CPU-OS Licence, you can use and * distribute this software under this License. See CPU-OS License for more detail. * * You should have received a copy of CPU-OS License. If not, please ...
[ "hukun@nfschina.com" ]
hukun@nfschina.com
f9e5b373a14ac383816db65349040f0a89856de3
9c451121eaa5e0131110ad0b969d75d9e6630adb
/CodeChef/START91 - Starters 91/PARKINGCHARG - Parking Charges.cpp
54e761db81667ccab4b0cd3b67e68bc2e7e03516
[]
no_license
tokitsu-kaze/ACM-Solved-Problems
69e16c562a1c72f2a0d044edd79c0ab949cc76e3
77af0182401904f8d2f8570578e13d004576ba9e
refs/heads/master
2023-09-01T11:25:12.946806
2023-08-25T03:26:50
2023-08-25T03:26:50
138,472,754
5
1
null
null
null
null
UTF-8
C++
false
false
4,361
cpp
#include <bits/stdc++.h> using namespace std; namespace fastIO{ #define BUF_SIZE 100000 #define OUT_SIZE 100000 //fread->read bool IOerror=0; //inline char nc(){char ch=getchar();if(ch==-1)IOerror=1;return ch;} inline char nc(){ static char buf[BUF_SIZE],*p1=buf+BUF_SIZE,*pend=buf+BUF_SIZE; if(p1==pend){ ...
[ "861794979@qq.com" ]
861794979@qq.com
08f12b2aed617b3cf2018ee2ac327250880a64ca
b9446bb8646b6dc5fcfd18383409a71e5f44b820
/src/txc20.h
ce50909b0e9db0a11591d48fa0ea337c858d6811
[]
no_license
hardyb/MyWork4
ac3130aad21040b333b53b50543c821257b49afc
a2947e5f168cf6cf9e667bbfb3b9133444ccfa61
refs/heads/master
2020-04-15T11:56:13.469609
2012-05-03T15:43:56
2012-05-03T15:43:56
4,214,643
0
0
null
null
null
null
UTF-8
C++
false
false
3,426
h
#ifndef txc20_h #define txc20_h #include "tictoc20_m.h" #include <omnetpp.h> #include "ForwardingEntry.h" #include "ForwardingEntrySet.h" #include "DataCache.h" #include "DataCacheSet.h" #include "Command.h" #include "RoutingAndAggregation.h" using namespace std; #define IMAGEPATH "C:/omnetpp-4...
[ "Andrew Hardy@AndrewHardy.(none)" ]
Andrew Hardy@AndrewHardy.(none)
a2256553c7d85b0ef0aa9308509c928147b372fa
455ecd26f1439cd4a44856c743b01d711e3805b6
/java/include/java.util.prefs.Preferences.hpp
e54a922c1f1ca9e11875196091023e800b3aef9e
[]
no_license
lbguilherme/duvidovc-app
00662bf024f82a842c808673109b30fe2b70e727
f7c86ea812d2ae8dd892918b65ea429e9906531c
refs/heads/master
2021-03-24T09:17:17.834080
2015-09-08T02:32:44
2015-09-08T02:32:44
33,072,192
0
0
null
null
null
null
UTF-8
C++
false
false
4,053
hpp
#pragma once #include "../src/java-core.hpp" #include <jni.h> #include <cstdint> #include <memory> #include <vector> #include "java.lang.Object.hpp" namespace java { namespace io { class InputStream; } } namespace java { namespace io { class OutputStream; } } namespace java { namespace lang { class Class; } } namesp...
[ "dev@lbguilherme.com" ]
dev@lbguilherme.com
8c746d4a57c68e1800393f136c976a9216380ce2
446641d5115aaa8371a767e7e0e0597797568e33
/Quarter 2/Week 1/B.cpp
dbe7b1ec16afafc14a39be913b6510bb2a324094
[ "MIT" ]
permissive
nwatx/CS3-Independent-Study
b4faa3442507121eef32e233bfacd8a549b85acc
16b91d4e0503d10d825ae800c46ea9233cd5e066
refs/heads/master
2023-04-16T02:14:43.959564
2021-04-23T19:43:21
2021-04-23T19:43:21
290,934,485
2
0
null
null
null
null
UTF-8
C++
false
false
2,574
cpp
#include <bits/stdc++.h> using namespace std; #define ar array #define ll long long #define vt vector #define f first #define s second typedef pair<int,int> pii; typedef pair<long, long> pll; #define pb push_back #define mp make_pair #define sz(x) (int)x.size() #define lb lower_bound #define ub uppber_bound const ...
[ "43394822+nwatx@users.noreply.github.com" ]
43394822+nwatx@users.noreply.github.com
2378016f0391f826bd2d5a8f11b9a8424d3c232a
74141d94a03f2b68fa70ffdcf310be2a30765d22
/Princ/IOCPServer.cpp
a6456e49a0c8a78add9cad754747b726f0b22e57
[]
no_license
nxdong/princ
a52084fa0036efefc8f618202300efb20e34ad50
561326301f46e12563d972b4e1643884caf52adb
refs/heads/master
2021-05-28T07:48:38.336351
2014-08-07T12:50:30
2014-08-07T12:50:30
null
0
0
null
null
null
null
GB18030
C++
false
false
24,911
cpp
#include "stdafx.h" #include "IOCPServer.h" // 'P' 'r' 'i' 'n' 'c' | PacketLen | UnZipLen #define HDR_SIZE 13 //packet header size #define FLAG_SIZE 5 //Flag size . p r i n c #define HUERISTIC_VALUE 2 // process * HUERISTIC_VALUE // initialize the critical section of CIOCPServer CRITICAL_SECTION C...
[ "qq357478904@gmail.com" ]
qq357478904@gmail.com
5f2b8c8d9f2f35574fad282aad5e31177c97e65a
e9a0a7597e77d04c393703d00dd8fe9edfa15ff5
/StartingCPP/012601.cpp
8b0ad299d5e23aaf512b6b01f4fcf8217588e27d
[]
no_license
bb2002/cpp-study
1032468b57c1d0299728e003c2d15d2f01384b5e
b80d7eba826326e8d7eb01eaa3c852ff8c7f1227
refs/heads/master
2021-01-04T04:48:39.649821
2020-02-14T00:14:49
2020-02-14T00:14:49
240,394,010
0
0
null
null
null
null
UHC
C++
false
false
1,704
cpp
#include <iostream> #include <map> #include <string> #include <unordered_map> int main() { std::map<int, std::string> Employees; Employees[201026] = "넵튠"; Employees[201027] = "느와르"; Employees.insert(std::pair<int, const char*>(201028, "시시가미 레오나")); Employees.insert(std::map<int, const char*>::value_type(201029...
[ "5252bb@daum.net" ]
5252bb@daum.net
a39278301a1cd79d4c1d5c2133b3b31419d97fba
56db67469cc762622bd0ba43997135cb60e02464
/d01/ex06/HumanB.cpp
de661865943770871cb6254142fdf4b36abda267
[]
no_license
artemtrush/42-piscine-cpp
3d836f3fe7530bc89dbf493b88cf09a822c7e304
ac72b5e53c083774f1e6e2f3283cb97e50d338d8
refs/heads/master
2022-05-02T04:40:27.042544
2018-01-26T09:20:51
2018-01-26T09:20:51
null
0
0
null
null
null
null
UTF-8
C++
false
false
272
cpp
#include "HumanB.hpp" #include <iostream> HumanB::HumanB(std::string p1) : name(p1) {} HumanB::~HumanB() {} void HumanB::attack(void) { std::cout << name << " attacks with his " << gun->getType() << std::endl; } void HumanB::setWeapon(Weapon & val) { gun = &val; }
[ "atrush@e1r8p14.unit.ua" ]
atrush@e1r8p14.unit.ua
97614f269302792b3f06ba8188632a1f3996915e
d61eb8a7c95c6fb1be666f23a100cd7d27e2bcf4
/PatternSearch.h
3beadbd92ca0a7e11d5367ead084e267d88d64b8
[]
no_license
Pumba98/Nostale-ClientColorizer
05b15d9fbb34cd453bb24d05fdc0a709dbb12465
9d1e61c717b6a49ca221a5f2d855dfa5fa11591c
refs/heads/master
2022-04-16T07:04:24.030829
2019-11-15T18:04:04
2019-11-15T18:04:04
221,977,743
1
1
null
null
null
null
UTF-8
C++
false
false
659
h
#ifndef PATTERNSEARCH_H #define PATTERNSEARCH_H #include <QByteArray> #include <QString> namespace Pattern { static int search(QByteArray content, const QByteArray &pattern, const QString &mask, int base = 0) { int patternLength = mask.size(); int i = 0; while (i + patternLength < content.s...
[ "mail@pumba98.de" ]
mail@pumba98.de
8d3840b93acc51b78c12c58d4859bdccecb86877
ce654d813cd148bb10223ebcbb95db4e39ae5f23
/COMP2603Marker/comp1602-copiers/816015940.cpp
0bfdffbd02f15758db66fcc9fcf86e9ea1a6e7a5
[]
no_license
justkrismanohar/TA_Tools
e3fc8c75f3a5f07604a87ac4033ace82a5a9fe9a
bc08da4378e5038cef8710d2792c370606ea3102
refs/heads/master
2022-05-26T19:40:35.501672
2022-05-05T01:33:40
2022-05-05T01:33:40
179,185,808
1
0
null
2022-05-05T02:26:57
2019-04-03T01:21:37
HTML
UTF-8
C++
false
false
4,889
cpp
#include <iostream> #include <fstream> #include <cmath> using namespace std; //INTEGERS int nc=0; //Number count int arrrsize; int count=0; int fn=0; int ac=0; int a,b,c,d,e,f,g,hc,i,j,k; //Char string perf[100]; string prim[100]; string ps[100]; string sph[100]; string BE[100]; ...
[ "justkrismanohar@gmail.com" ]
justkrismanohar@gmail.com
aa2404ec447fddfebe1870bb572ba882745e418d
4a301c67bf1a868c99e356d23da2d6f7e006ef05
/Utils.h
7630d4137d460394787bdd4f3b3265a814e22aa0
[]
no_license
beltoforion/InstantLua
07eb3b6fb8c56be2972b8a1e2dcc368d40b34ddc
57b60520bae1819126850413c90625b01a6fd9a9
refs/heads/master
2023-07-11T19:29:01.922048
2013-01-23T23:11:51
2013-01-23T23:11:51
5,533,140
0
1
null
null
null
null
UTF-8
C++
false
false
347
h
#ifndef UTILS_H #define UTILS_H #include <algorithm> //------------------------------------------------------------------------------------------------- class Utils { public: template<typename T> static T clamp(T min, T max, T val) { return std::min(max, std::max(min, val)); }...
[ "muparser@beltoforion.de" ]
muparser@beltoforion.de
aa915db7f58a3cafab224df363b9b41660435b72
0ef5171a363acc0d567f58b48f99937ca1560c89
/Assignments/Assignment_5/Savitch_9thEd_Chap5_Prob5_Weight_Conversion_Kilo to Lb/main.cpp
19014ad3de11a92a6cf791c095d67b21956c9176
[]
no_license
CoolPilot83/MorenoMichael_CIS-5_SPRING2018
5b621357a44d5756ed8a824999bf58d6cfc78087
368a896c74c23e30ff8684fcb224926d5cd207a9
refs/heads/master
2021-04-09T11:26:04.483917
2018-06-11T04:04:07
2018-06-11T04:04:07
125,410,447
0
0
null
null
null
null
UTF-8
C++
false
false
1,494
cpp
/* * File: main.cpp * Author: Michael D Moreno * Created on May 5, 2018, 4:50 PM * Purpose: Convert Meters and Centimeters to Feet and Inches */ //System Libraries #include <iostream> using namespace std; //User Libraries //Global Constants - Math/Physics Constants, Conversions, // 2-D Arr...
[ "mdmpilot@hotmail.com" ]
mdmpilot@hotmail.com
deb5c50020176ac0376e8b7a38c8d36329cd1a11
3934e97330c0b92f80029b971793b3c6d9a73778
/src/QtApplication/QDrawingBoard.cpp
c419e8bf94f7d36182fa19ec599b6173d35e3a06
[]
no_license
Swistusmen/Geometric-Algorithms
36eec403a5c29309603941b5e47f9097d3a2e26f
48f8b2918ec0e38f49051c31652c356c9cfc4214
refs/heads/master
2023-04-20T02:01:44.350892
2021-05-21T21:38:05
2021-05-21T21:38:05
339,875,451
0
0
null
2021-04-28T16:24:42
2021-02-17T22:44:41
Makefile
UTF-8
C++
false
false
2,663
cpp
#include "QDrawingBoard.h" #include <iostream> QDrawingBoard::QDrawingBoard(QWidget* parent,bool drawing) :QFrame(parent) { this->setFixedSize(400, 400); isDrawingPossible = drawing; } void QDrawingBoard::PresentAlgorithm() { repaint(); } void QDrawingBoard::paintEvent(QPaintEvent* event) { const int noCells = c...
[ "michal76aw@gmail.com" ]
michal76aw@gmail.com
c5c1ccc901f3b00e69139de7a626e006627cf9b5
e90b15b97fc3d83b31799faa9c18d648e87db0de
/common_ptr.h
8863ec9a31954f6d4c1a61e5028b4bc872f45f35
[ "MIT" ]
permissive
akukh/MySmartPointers
500783257e806746846d20488088873f6e6fe570
07f70a5aacab5afbd28af79a96841d904830cd7c
refs/heads/master
2021-09-08T15:49:31.641382
2018-03-10T21:53:51
2018-03-10T21:53:51
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,287
h
#ifndef COMMON_PTR_H #define COMMON_PTR_H namespace mypointer { typedef size_t uint32; template<typename T> class common_ptr { public: typedef T* type_ptr; typedef T& type_ref; common_ptr() noexcept; explicit common_ptr(const type_ptr &p) noexcept; common_ptr(const common_ptr<T> &cp) noexcept; ~commo...
[ "kovacz@ukr.net" ]
kovacz@ukr.net
22ef10663d9866bd63f62734eed68fcff0937e73
c57ac054e85f64760f07c4e22c8b72e6192ea0ce
/DX3D/sources/2. Object/Character/CubemanParts.h
c3a7fedced01e11405658ceab8f01ac2adf1f8c1
[]
no_license
oneofthezombies/TeamAvengers_PUBG_Prototype
acd3415c627afb81e4e2d4369d30891ff80bb873
fd74e2094de7a81ffea2ece604f8a7ee7acd2f48
refs/heads/master
2020-03-17T23:00:34.933929
2018-08-12T00:14:46
2018-08-12T00:14:46
134,027,682
5
1
null
2018-08-08T06:10:32
2018-05-19T03:56:16
RPC
UTF-8
C++
false
false
783
h
#pragma once #include "IDisplayObject.h" class CubemanParts : public IDisplayObject { private: vector<VERTEX_PC> m_vecPCVertex; vector<VERTEX_PT> m_vecPTVertex; bool m_isMoving; float m_rotXAngle; float m_rotXSpeed; LPDIRECT3DTEXTURE9 m_tex; public: CubemanParts(float rotXSpeed = 0.0f); ~CubemanPa...
[ "hunhoekim@gmail.com" ]
hunhoekim@gmail.com
642cd235bfa291405442f845b9c539d9ecc96ba8
e4e3f11245002c057eb64b9e14286c58c1682b43
/纯净版服务端/系统模块/游戏组件/102.百人二张/游戏客户端/RecordGameList.cpp
c413131e6a2bd82ca9b96217db0e0362225772c3
[]
no_license
nofounture/HappyGameWH
dca08d293f136fc045dd408451977bab3135c04b
25ab056c38180bad73e5fa583709e7ee5444bc14
refs/heads/master
2022-02-24T04:35:31.119153
2019-10-18T04:57:19
2019-10-18T04:57:19
null
0
0
null
null
null
null
GB18030
C++
false
false
3,898
cpp
#include "StdAfx.h" #include "Resource.h" #include "RecordGameList.h" ////////////////////////////////////////////////////////////////////////// BEGIN_MESSAGE_MAP(CGameRecord, CSkinDialogEx) ON_WM_SIZE() END_MESSAGE_MAP() ////////////////////////////////////////////////////////////////////////// //构造函数 CGameRecord...
[ "542981526@qq.com" ]
542981526@qq.com
7016ae3e63517609fb29b41ffa2424c3f46bfb9a
43d6d73e5b57e9bdab7cb0762f8ea76af30bfed2
/code/engine/xrEngine/interp.cpp
33e77b554474021633e8e5663543a273409798a7
[ "Apache-2.0" ]
permissive
xIRaYIx-zz/xray-162
eff2186b811e710214fbc79c4e075d59e8356171
fff9feb9ffb681b3c6ba1dc7c4534fe80006f87e
refs/heads/master
2022-04-08T10:30:15.774896
2018-02-26T05:53:57
2018-02-26T05:53:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,798
cpp
//====================================================================== // interp.c // // Interpolation (and extrapolation) of LightWave envelopes. // // Ernie Wright 16 Nov 00 // // The LightWave plug-in SDK provides functions for evaluating envelopes // and channels at arbitrary times, which is what plug-ins should...
[ "tsukanov.anton@gmail.com" ]
tsukanov.anton@gmail.com
89757663d9d5b14bc15a112aa3f66a0689756e39
275f743a5dd0a89de2323706b5c068e75e060c05
/testReader/mainwindow.cpp
87b734fb61dbd95cd27509b81d117807b0501f90
[]
no_license
hangyu1987/textReader
6b7cb888c600eccc6eb693e9aed49d44c14e474c
85f93794a2fa10f81f6a5b2c694ec6aff03ef342
refs/heads/master
2020-09-28T10:10:58.102786
2019-11-26T02:37:55
2019-11-26T02:37:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,938
cpp
#include "mainwindow.h" #include "ui_mainwindow.h" #include <QFileDialog> #include <QMessageBox> #include <QDebug> #include <QDir> #include <QList> #include <QTextCodec> #include <QFontDialog> // #pragma execution_character_set("utf-8") MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent) , ui(new U...
[ "505703394@qq.com" ]
505703394@qq.com
992135ef78a24843074f1950a2b64faac1caddbe
329226dbea3c6b6d93d236aa8e656f2afa440368
/LAB/HelloWorld/main.cpp
492903ffcdeb93cbb696c6027bb406ccce5e8e13
[]
no_license
Armando437121/OrnelasArmado_CIS5_SUMMER2016
cfaa023a0aa5eb41fce9132421b296ae1112325b
5980025151d8da709f35b69e0ca1f9bd43ca884f
refs/heads/master
2020-04-02T06:21:37.441099
2016-07-26T20:17:21
2016-07-26T20:17:21
64,250,374
0
0
null
null
null
null
UTF-8
C++
false
false
557
cpp
/* * File: main.cpp * Author: Armando Ornelas * Created on June 20, 2016, 6:51 PM * Purpose: First Program */ //System Libraries #include <iostream> //Input/Output Library using namespace std; //Namespace of the System Libraries //User Libraries //Global Constants //Function Prototypes //Execution Begins...
[ "ornelas.ol43@gmail.com" ]
ornelas.ol43@gmail.com
327490687773f0a088e1079bf1e633c4d437469f
600df3590cce1fe49b9a96e9ca5b5242884a2a70
/third_party/skia/src/pathops/SkPathWriter.h
bd13c718a90f3c2808b95d037c02832b17aff4c5
[ "BSD-3-Clause", "LGPL-2.0-or-later", "GPL-1.0-or-later", "MIT", "Apache-2.0" ]
permissive
metux/chromium-suckless
efd087ba4f4070a6caac5bfbfb0f7a4e2f3c438a
72a05af97787001756bae2511b7985e61498c965
refs/heads/orig
2022-12-04T23:53:58.681218
2017-04-30T10:59:06
2017-04-30T23:35:58
89,884,931
5
3
BSD-3-Clause
2022-11-23T20:52:53
2017-05-01T00:09:08
null
UTF-8
C++
false
false
1,833
h
/* * Copyright 2012 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkPathWriter_DEFINED #define SkPathWriter_DEFINED #include "SkPath.h" #include "SkTArray.h" #include "SkTDArray.h" class SkOpPtT; // Construct the path one contour a...
[ "enrico.weigelt@gr13.net" ]
enrico.weigelt@gr13.net
a5449d702932bebcc2f3b61c0fee1da762889ad0
e6d5b4448cadea2c66003868053d3741a69582ec
/Analizador Lexico/AnalizadoLexico/main.cpp
f6d6d312dc08ecdf7cd031b1b9bc40274de6c1ea
[]
no_license
guillermortiz21/Compiler
9067dd88a9759246ded43d4c5aff919203d9489f
8652383d014c8839a5c9324ccaf63287d541983b
refs/heads/master
2021-05-20T13:33:57.238261
2020-04-02T00:39:23
2020-04-02T00:39:23
252,318,461
0
0
null
null
null
null
UTF-8
C++
false
false
579
cpp
#include <iostream> #include <fstream> #include "LexicalAnalyzer.h" using namespace std; int main() { string fileName; cout << "Nombre del archivo: "; getline(cin, fileName); ifstream inputFile(fileName); if(!inputFile.good()){ cout << "Error en el nombre del archivo." << endl; ret...
[ "guillermortiz21@gmail.com" ]
guillermortiz21@gmail.com
91938c92b013bb603554d5af973fc84b070a6b00
3da1c543033ab5b20de0398395681011ea2c39b5
/C++ basics/pointers/returnin an array_or returning a pointer to an array.cpp
492ae0b5fbffbd6fbb80cba901d891e266743e83
[]
no_license
arnabs542/CP
f2a27d6134c10b60eedc5b61aed98d821a4d6126
6f585b2f8c540257c2b3605089e4608b63820d1a
refs/heads/master
2023-06-27T19:18:31.715213
2021-04-27T04:46:58
2021-04-27T04:46:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
410
cpp
#include<bits/stdc++.h> using namespace std; int (*func(int i))[3] { static int a[3]={i*10,i*20,i*30}; return &a; } int main() { int a[3][3]={1,2,3,4,5,6,7,8,9}; int (*p)[3] = a; for(int i=0; i<3; i++) { for(int j=0; j<3; j++) cout<<(*p)[j]<<" "; ++p; cout<...
[ "harshit02gangwar@gmail.com" ]
harshit02gangwar@gmail.com
800522f8aaa77420bcf68526dd7bc3179c8577dd
71d1af8b6e21b972b0d64355e27ae710ea3c97f0
/src/opt/ir_dump.h
f77427ad6038ab26502e0ce78f46daf2dcc5cc6a
[ "BSD-3-Clause" ]
permissive
onecoolx/xocfe
287e0b44151b67ae974a876db63332720c6809a4
918ca9f4f37dfb53dbf9a7304ffeae7fbd0ada11
refs/heads/master
2023-02-07T17:46:21.210345
2023-01-28T03:05:47
2023-01-28T03:05:47
271,726,169
0
0
NOASSERTION
2020-06-12T06:32:06
2020-06-12T06:32:05
null
UTF-8
C++
false
false
5,309
h
/*@ Copyright (c) 2013-2021, Su Zhenyu steven.known@gmail.com All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice,...
[ "steven.known@gmail.com" ]
steven.known@gmail.com
95bbeca6e536d37640185de91ab8e02c3c88a934
fd9fb987a261ed7024b4564306fe6e4bf2c2c6fd
/inc/LoginPanel.h
c6c98952f26d43eab94c7282c66e1b7631fa54d3
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause", "BSD-2-Clause" ]
permissive
igorglotov/tizen-vk-client
45398338f9dc77b8a106382857c238bc4c563bf0
de213ede7185818285f78abad36592bc864f76cc
refs/heads/master
2020-04-10T07:40:31.616117
2014-04-12T09:23:20
2014-04-12T09:23:20
160,885,906
0
0
null
null
null
null
UTF-8
C++
false
false
1,195
h
/* * LoginPanel.h * * Created on: Nov 14, 2013 * Author: igorglotov */ #ifndef LOGINPANEL_H_ #define LOGINPANEL_H_ #include <FUi.h> #include <FBase.h> #include <FUiCtrlPanel.h> #include "VKULoginPopup.h" #include "IAuthListener.h" class LoginPanel: public Tizen::Ui::Controls::Panel, public Tizen::Ui::...
[ "glotov@jelastic.com" ]
glotov@jelastic.com
ffb5fa1a2d3dc8f04f8b1e38882b8650f7fde1bc
e4fc10365cffed31ec7921da84ea7fbd9a60a800
/World.h
b2b2e2057de7867adf313d64f9e4d443afdcef02
[]
no_license
pradkrish/Snake
c0a66694369c70b2edf4ddb8852607d02dc43870
82e55c13788365fdac36b220c45d93469d63b74d
refs/heads/master
2020-05-09T15:08:31.116035
2019-05-04T14:51:56
2019-05-04T14:51:56
181,222,870
0
0
null
null
null
null
UTF-8
C++
false
false
429
h
#pragma once #include <SFML/Graphics.hpp> #include "Snake.h" class World { public: World(sf::Vector2u l_windSize); ~World(); int GetBlockSize(); void RespawnApple(); void Update(Snake& l_player); void Render(sf::RenderWindow& l_window); private: sf::Vector2u m_windowSize; sf::Vec...
[ "pradeep.krishnamurthy@excillum.com" ]
pradeep.krishnamurthy@excillum.com
7d58d0ab979102886a377a1f4125d22ce8e3baa6
41a76318e5b9eef2c69bbf922724f8b191d7d124
/kokkos-kernels/perf_test/graph/KokkosGraph_color.cpp
de050da4bfd28c8b8fd71ea91b43a64a925a785e
[ "BSD-2-Clause", "BSD-3-Clause" ]
permissive
zishengye/compadre
d0ff10deca224284e7e153371a738e053e66012a
75b738a6a613c89e3c3232cbf7b2589a6b28d0a3
refs/heads/master
2021-06-25T06:16:38.327543
2021-04-02T02:08:48
2021-04-02T02:08:48
223,650,267
0
0
NOASSERTION
2019-11-23T20:41:03
2019-11-23T20:41:02
null
UTF-8
C++
false
false
21,411
cpp
/* //@HEADER // ************************************************************************ // // KokkosKernels 0.9: Linear Algebra and Graph Kernels // Copyright 2017 Sandia Corporation // // Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation, // the U.S. Government retain...
[ "pkuberry@gmail.com" ]
pkuberry@gmail.com
99bb3fb0ab1be4b4de0d2c580c5b4335218b5af9
d55fa92381d1d2352e02b6af5b133c2bab143a10
/Engine/Core/Sources/ActorModule.hpp
61dd89696ea3db24a3119e512a20724a531b5993
[ "MIT" ]
permissive
makdenis/YetAnotherProject
5ac5f8408016eed6fde929f78e68bc7b4f48f05c
e43cc3ca2d4a13984f97f0949f88ab17fa6905d3
refs/heads/master
2020-03-18T05:12:09.747501
2018-05-02T10:28:19
2018-05-02T10:28:19
129,626,757
0
0
MIT
2018-04-15T16:03:32
2018-04-15T16:03:31
null
UTF-8
C++
false
false
182
hpp
#ifndef ACTOR_MODULE_HPP #define ACTOR_MODULE_HPP #include "Object.hpp" class ActorModule : public Object { GENERATED_BODY(ActorModule, Object) }; #endif // !ACTOR_MODULE_HPP
[ "kvilt-d.max@yandex.ru" ]
kvilt-d.max@yandex.ru
a44e102ba219658e509e3496acb8f07a07068055
2ee80e0944fa3f6ecc178fae315f55d99d181d9e
/BOMARBLE.cpp
ac64ef8ed9c53186525808602311af8a6db7f79d
[]
no_license
prashantkhurana/Algorithms_Questions
e4b812627889af11f93c37aed4a73fdfcf00777a
0792566cd95c043cf3cbbbf530e736b308171751
refs/heads/master
2020-04-15T23:50:16.936007
2017-02-07T05:05:09
2017-02-07T05:05:09
15,850,425
0
0
null
null
null
null
UTF-8
C++
false
false
259
cpp
#include<stdio.h> #include<iostream> using namespace std; int main() { int n,s,i; scanf("%d",&n); while(n!=0) { int lines=5,dots=5; for(int i=2;i<=n;i++) { dots+=lines+2; lines+=3; } printf("%d\n",dots); scanf("%d",&n); } return 0; }
[ "prashant.khurana@cs.rutgers.edu" ]
prashant.khurana@cs.rutgers.edu
56ac04308f2401fda75d6bb3915912b73ab3f476
88cb82df53a6ff80624444b11ed7d5a55a05d0de
/3rd/ACE_wrappers/examples/IPC_SAP/SPIPE_SAP/NPServer.cpp
22d3e63d855b1ff7471bfe9fb553165948633a50
[]
no_license
herrkong/ace
e4c6e485ce7f3e65a88a4ce79165f3afdbdcecb3
3c585d572a196ce92333de497d8212e28b9af075
refs/heads/master
2020-12-26T16:58:24.223794
2020-02-01T07:16:04
2020-02-01T07:16:04
237,573,039
1
1
null
2020-02-01T07:16:06
2020-02-01T06:27:39
null
UTF-8
C++
false
false
1,710
cpp
// $Id: NPServer.cpp 91671 2010-09-08 18:39:23Z johnnyw $ #include "ace/SPIPE_Addr.h" #include "ace/SPIPE_Acceptor.h" #include "ace/Log_Msg.h" #include "ace/OS_NS_stdio.h" #include "ace/OS_NS_unistd.h" #if defined (ACE_WIN32) #define MAKE_PIPE_NAME(X) ACE_TEXT ("\\\\.\\pipe\\") ACE_TEXT (X) #else #define MAKE_PIPE_...
[ "herrkong25@gmail.com" ]
herrkong25@gmail.com
381e25379f97bc3f8abef1658b9bee941d38c7b2
57f24846a3fa3670c8519af87e658eca120f6d23
/NGpitzDaily/800/phi
f0b7fe63ed6fdce13bbac3a45dc7b1d442ce50f3
[]
no_license
bshambaugh/openfoam-experiments
82adb4b7d7eb0ec454d6f98eba274b279a6597d8
a1dd4012cb9791836da2f9298247ceba8701211c
refs/heads/master
2021-07-14T05:53:07.275777
2019-02-15T19:37:28
2019-02-15T19:37:28
153,547,385
0
0
null
null
null
null
UTF-8
C++
false
false
168,419
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 4.1 | ...
[ "brent.shambaugh@gmail.com" ]
brent.shambaugh@gmail.com
12a40d4130d13f037ce38a6b0a5fd58ff25afadd
14284ddb92bf140fe09a47646fd86bb524793b81
/src/gl_common.hpp
ae394c99d2711ae14be0b0ba132b276af7f39200
[ "MIT" ]
permissive
carlushuang/ogl_cube
0a8a5aab1b9388bee5e6c025998603e447a60064
8629c7d4a1deae7e403863e0fe5597278e4b166b
refs/heads/master
2021-01-23T13:07:46.505664
2017-06-30T02:05:49
2017-06-30T02:05:49
93,218,880
2
0
null
null
null
null
UTF-8
C++
false
false
557
hpp
#ifndef __GL_COMMON_HPP #define __GL_COMMON_HPP #include <GL/glew.h> // glfw3 header #define GL_GLEXT_PROTOTYPES /*must declare before glfw3.h, for extensions functions like glClearBufferfv() in glext.h */ #include <GLFW/glfw3.h> // glm header // https://github.com/g-truc/glm/blob/mas...
[ "carlushuang@hotmail.com" ]
carlushuang@hotmail.com
bd64acc85f7ba8d1e7dd899641052cda542ca5eb
dedbf4be6423b374ca70cc3a120b33f95c85541e
/sources/Device/src/Interface/Interface_d.cpp
d162ebc6ae783e24fcd8ec0da7bbf464783b869e
[]
no_license
ghsecuritylab/G6-49
e2595ae668775ae3bc1384c838d32a356445fa72
afc559b8edffd883e095dead47f1f2271aaf8e1d
refs/heads/master
2021-02-28T18:36:14.858735
2020-03-06T16:08:55
2020-03-06T16:08:55
245,723,276
0
0
null
2020-03-07T23:48:16
2020-03-07T23:48:16
null
WINDOWS-1251
C++
false
false
3,830
cpp
#include "defines.h" #include "common/Messages.h" #include "common/Transceiver.h" #include "Handlers_d.h" #include "Interface_d.h" #include "FDrive/FDrive_d.h" #include "Generator/Generator_d.h" #include "Generator/FPGA.h" #include "Hardware/CPU.h" #include "Hardware/Timer.h" #include "Hardware/HAL/HAL.h" #include "Fre...
[ "Sasha7b9@tut.by" ]
Sasha7b9@tut.by
4045c4ceb3635024903e08b5f079c55ecf7848ca
cd14901440b31b5d4657ac688e53126dee3cb5d7
/casa/vart/color.h
886a9531728328878a56bef791206774f220f79d
[]
no_license
samurai-753/thuza_cg
1f9c57d742c69965e8d69c03887f29af58e7949d
464376ecc6ddf75aaec1eea86cd9b456eff152c8
refs/heads/master
2020-03-30T09:27:05.746642
2018-10-01T11:24:24
2018-10-01T11:24:24
151,076,047
1
1
null
null
null
null
UTF-8
C++
false
false
5,058
h
/// \file color.h /// \brief Header file for V-ART class "Color". /// \version $Revision: 1.3 $ #ifndef VART_COLOR_H #define VART_COLOR_H #include <iostream> namespace VART { /// \class Color color.h /// \brief RGBA color representation. /// /// Colors are quadruplets of Red (R), Green (G), Blue (B) and Alpha (A) co...
[ "arthucruz@hotmail.com" ]
arthucruz@hotmail.com
bcbc7a12f2faa376c02c98c52d2190f17b6ec95e
dd267038685dcefd5f89016c63f72c2ad4aa7fdf
/src/gpu/config/gpu_info.cc
add4452b9ba39ce6aa9dd8da227399b3a5d534b0
[ "BSD-3-Clause" ]
permissive
webosose/chromium87
044d5c74ae9c2815cf096fd98bf9ea4e7e2fe6b3
75729b78817d49249cd004ef734c032269f06e53
refs/heads/master
2022-11-05T07:23:21.710708
2021-10-06T11:24:51
2021-10-08T08:30:55
392,617,373
4
2
null
2022-11-01T02:23:21
2021-08-04T08:54:03
null
UTF-8
C++
false
false
14,019
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 <stdint.h> #include "base/logging.h" #include "base/notreached.h" #include "gpu/command_buffer/common/gpu_memory_buffer_support.h" #include ...
[ "youngsoo.choi@lge.com" ]
youngsoo.choi@lge.com
167f1865aef943b7ca27f025c0efe4d4fd8da1d3
884d8fd8d4e2bc5a71852de7131a7a6476bf9c48
/grid-test/export/macos/obj/include/lime/app/_Event_Int_lime_ui_JoystickHatPosition_Void.h
792621f80f915052f2d3df4ff02a39a0c260862f
[ "Apache-2.0" ]
permissive
VehpuS/learning-haxe-and-haxeflixel
69655276f504748347decfea66b91a117a722f6c
cb18c074720656797beed7333eeaced2cf323337
refs/heads/main
2023-02-16T07:45:59.795832
2021-01-07T03:01:46
2021-01-07T03:01:46
324,458,421
0
0
null
null
null
null
UTF-8
C++
false
true
2,464
h
// Generated by Haxe 4.1.4 #ifndef INCLUDED_lime_app__Event_Int_lime_ui_JoystickHatPosition_Void #define INCLUDED_lime_app__Event_Int_lime_ui_JoystickHatPosition_Void #ifndef HXCPP_H #include <hxcpp.h> #endif HX_DECLARE_CLASS2(lime,app,_Event_Int_lime_ui_JoystickHatPosition_Void) namespace lime{ namespace app{ cla...
[ "vehpus@gmail.com" ]
vehpus@gmail.com
a5ff7835486c5813ce10139b30c838b84a095f1f
072d66f8c2622a8bf224915d57f2906c9c5f6c1a
/Lab2/Part4 GeneratorOfPrimeNumbers/GeneratorOfPrimeNumbers/GeneratorOfPrimeNumbers_test/Generator_test.cpp
71b4c526c826b820a1c3ba71513abd3691492b61
[]
no_license
Coguar/OOP
9476a29dc184b281bdc4eaa89bd93701c0b140d6
80c57f4b54475684064aba6e431eb3d229f78432
refs/heads/master
2021-01-18T23:20:07.922562
2016-06-03T21:22:52
2016-06-03T21:22:52
52,453,337
0
0
null
null
null
null
UTF-8
C++
false
false
935
cpp
#include "stdafx.h" #include "../GeneratorOfPrimeNumbers/Generator.h" #include <iostream> using namespace std; BOOST_AUTO_TEST_SUITE(Generator_of_prime_numbers_function) BOOST_AUTO_TEST_CASE(empty_set_when_wrong_range_value) { auto testSet = CGenerator::GetSetOfPrimeNumbers(1); BOOST_CHECK(testSet.empty()); testS...
[ "Cogucc@mail.ru" ]
Cogucc@mail.ru
310880b62afa9a5350c35f3727ec60baeef00341
aae79375bee5bbcaff765fc319a799f843b75bac
/gcj_2018/R2_B.cpp
452675de997141bd7df59f7c492edf4540d7dbb9
[]
no_license
firewood/topcoder
b50b6a709ea0f5d521c2c8870012940f7adc6b19
4ad02fc500bd63bc4b29750f97d4642eeab36079
refs/heads/master
2023-08-17T18:50:01.575463
2023-08-11T10:28:59
2023-08-11T10:28:59
1,628,606
21
6
null
null
null
null
UTF-8
C++
false
false
1,739
cpp
// Google Code Jam 2018 Round 2 // Problem B. Graceful Chainsaw Jugglers #include <iostream> #include <sstream> #include <algorithm> #include <numeric> #include <vector> using namespace std; typedef long long LL; unsigned long long xor128(void) { static unsigned long long x = 123456789, y = 362436069, z = 52128862...
[ "karamaki@gmail.com" ]
karamaki@gmail.com
ce70d0db14ee915241b7572a86bddc53558ebd86
498b7043ca2ab0c2f241fb74b1eb401b651862d3
/PENTrack-MessAround/bruteforce.cpp
2f39c9eeb2b17f65114df885a96ebf0101f24081
[]
no_license
ssc5/UnderstandingPentrack
93e78c26572d4e932dc558cc4e62a0e1028fae9c
15615ad551e917eee71172d4bfab84279174e3c1
refs/heads/master
2021-01-25T07:40:23.083854
2015-09-03T00:16:50
2015-09-03T00:16:50
41,694,929
0
0
null
null
null
null
UTF-8
C++
false
false
6,018
cpp
#include "bruteforce.h" #include "globals.h" TBFIntegrator::TBFIntegrator(double agamma, std::string aparticlename, std::map<std::string, std::string> &conf, std::ofstream &spinout) : gamma(agamma), particlename(aparticlename), Bmax(0), BFBminmem(std::numeric_limits<double>::infinity()), spinlog(false), spin...
[ "schah063@uottawa.ca" ]
schah063@uottawa.ca
1971e7ee587bdc4a0aa81fcb09abff43ce724d97
9259f0e6387e85f4198931f0c489beea8e580bf9
/10.0.15063.0/winrt/internal/Windows.System.RemoteDesktop.2.h
42399a72a8dc32176ee1a3ac0068d35e7e8cdcec
[ "MIT", "LicenseRef-scancode-generic-cla" ]
permissive
part-machine/cppwinrt
68fdd6ff4be685b9626451e94a113a7c1827fc23
5086290db972a5ed15d1a3e3438b57ce2f6eecd2
refs/heads/master
2021-01-16T18:39:49.206730
2017-07-29T17:54:09
2017-07-29T17:54:09
100,108,083
0
0
null
2017-08-12T11:28:45
2017-08-12T11:28:45
null
UTF-8
C++
false
false
469
h
// C++ for the Windows Runtime v1.0.170406.6 // Copyright (c) 2017 Microsoft Corporation. All rights reserved. #pragma once #include "Windows.System.RemoteDesktop.1.h" WINRT_EXPORT namespace winrt { namespace Windows::System::RemoteDesktop { struct IInteractiveSessionStatics : Windows::Foundation::...
[ "kwelton@microsoft.com" ]
kwelton@microsoft.com
4d16fed49dc50003b8468a52d91e3b8b12077573
3e18afadad9fa2025d0da1ead5d928e6746ecf05
/psa/FPF.cpp
af267f97c1932c7b4e53d51c6254da87a4889121
[]
no_license
wdaxian/psa
c0312419eb1162bc4a277b7b5f9cbfc26452c6b4
a1870a6f8f01e98a0c5df67273f00e2597f40b89
refs/heads/master
2023-01-28T11:28:53.749071
2020-12-04T03:03:03
2020-12-04T03:03:03
315,642,695
1
0
null
null
null
null
GB18030
C++
false
false
1,003
cpp
//最高优先权优先进程调度算法 #include<iostream> #include "node.h" #include "global.h" #include "findNextFPF.h" #include "printResult.h" #include "initial_jobs_again.h" using namespace std; void FPF() { cout<<"FPF"<<endl; int i; int finish=inf; //当前完成时间 for(i=1;i<=num;i++){ finish=min(finish,jobs[i].reach_...
[ "1535423870@qq.com" ]
1535423870@qq.com
0f68d2a6af4eee9fbca1be3702192430894fa0e7
1044ec02e6bf2a53f2ad687c8fe5a73cae66612a
/cpp/string3/string.cpp
0dd32d2b62d358e9b73381b5c3072a68ba7727a2
[]
no_license
rnjsxn/C_Language
aa5cc2ddfcbfd80757f55011da4918068cd64af5
c2bad00fdbce760afd15d188367c47a29c727291
refs/heads/master
2023-04-12T09:07:43.601205
2021-05-12T11:38:23
2021-05-12T11:38:23
365,967,347
0
0
null
null
null
null
UTF-8
C++
false
false
1,547
cpp
#include "string.h" #include <cassert> #include <cstring> #include <iostream> StringRep::StringRep(const char *str) { if(str ){ this->str=new char[strlen(str)+1]; assert(this->str); strcpy(this->str, str); this->len= strlen(str); }else{ this->str=new char[1]; ass...
[ "kp1180@naver.com" ]
kp1180@naver.com
9d698d0ba0cadc8911f1d3414c49f8c39f012129
4b23794315f4486fa24ab557b6f5749673111d8c
/SDL2_handout/ModuleWindow.cpp
87a8a80fb63384f40f0cd9945a87b6d4c1af3d0a
[]
no_license
TinoTano/SDL2
645117d00c2d0ad196e531464a27a328c2d29835
be5768c8fdbd44527cb952b34463015607ef40b0
refs/heads/master
2021-01-10T15:18:07.627277
2016-03-15T13:31:14
2016-03-15T13:31:14
53,946,868
0
0
null
null
null
null
UTF-8
C++
false
false
1,222
cpp
#include "Globals.h" #include "Application.h" #include "ModuleWindow.h" bool ModuleWindow::Init(){ // TODO 2: Init the library and check for possible error // using SDL_GetError() LOG("ModuleWindow Init\n"); SDL_Init(SDL_INIT_EVERYTHING); if (SDL_Init(SDL_INIT_EVERYTHING) < 0) { // Unrecoverable error, exit h...
[ "elsuperchowchow@gmail.com" ]
elsuperchowchow@gmail.com
b6217398a9eddbcda2d3b4495241d2623f184a6e
b7010163134cab9537fb8daadcf59bcdf8304395
/p05/p5.cpp
28c490b1270bebcecd15e6c92b7db9a43df33681
[]
no_license
joelewis43/pe-cpp
cadb2e8df06726d5cda26e867355eeb22f2008f2
ee3505c11868810311759a15b0052851bb7144b8
refs/heads/master
2022-02-24T05:18:15.538320
2018-07-26T04:20:28
2018-07-26T04:20:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
374
cpp
#include <iostream> using namespace std; int main() { const int cap = 20; unsigned long int i = 2; bool flag = true; while (flag) { for (int j=1; j<=cap; j++) { if (i%j != 0) { i++; break; } else if (j == cap) { flag = false; } } } cout << i...
[ "joelewis3335@yahoo.com" ]
joelewis3335@yahoo.com
2250a1a804bbdba9b6dccf229ef7a38a190ebe9e
5ae186c7d331b3a715b1b48ef1abd2a78c8108df
/Plugins/PugiXML_Plagin/Source/EditorDialogCreator/Private/SDialogWindowWidget.cpp
edbc4df5c7f5809f2078f84492854d4e75ec0806
[]
no_license
andrewsuhanow/ue4_dialog_xml
7a2691dbafd50730f48a415ce8726d783cf9ddca
6c433e703629d4381c727fcc7b12c4a1953d64de
refs/heads/master
2023-07-20T08:14:23.377964
2021-08-28T14:11:00
2021-08-28T14:11:00
400,804,409
1
0
null
null
null
null
UTF-8
C++
false
false
520,977
cpp
// Fill out your copyright notice in the Description page of Project Settings. #include "SDialogWindowWidget.h" #include "SlateOptMacros.h" #include "AssetRegistryModule.h" #include "Engine/Texture2D.h" //#include "MediaTexture.h" #include "Blueprint/WidgetBlueprintLibrary.h" // UWidgetBlueprintLibrary::MakeBrus...
[ "andrewsuhanow@gmail.com" ]
andrewsuhanow@gmail.com
ad6b4da0b76c3d18d0f1f65623d91ab158c3a737
460f981dfe1a05f14d2a4cdc6cc71e9ad798b785
/3/amd64/envs/navigator/include/libdap/Constructor.h
79d8f6fcd36a291fd84603515d51b88dc63a41ba
[ "MIT", "Zlib", "BSD-2-Clause", "LGPL-2.1-or-later", "GPL-2.0-only", "GPL-1.0-or-later", "LGPL-2.0-or-later", "LicenseRef-scancode-mit-old-style", "dtoa", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-public-domain-disclaimer", "LicenseRef-scancode-public-domain", "BSD...
permissive
DFO-Ocean-Navigator/navigator-toolchain
d8c7351b477e66d674b50da54ec6ddc0f3a325ee
930d26886fdf8591b51da9d53e2aca743bf128ba
refs/heads/master
2022-11-05T18:57:30.938372
2021-04-22T02:02:45
2021-04-22T02:02:45
234,445,230
0
1
BSD-3-Clause
2022-10-25T06:46:23
2020-01-17T01:26:49
C++
UTF-8
C++
false
false
5,677
h
// -*- mode: c++; c-basic-offset:4 -*- // This file is part of libdap, A C++ implementation of the OPeNDAP Data // Access Protocol. // Copyright (c) 2002,2003 OPeNDAP, Inc. // Author: James Gallagher <jgallagher@opendap.org> // // This library is free software; you can redistribute it and/or // modify it under the t...
[ "dwayne.hart@gmail.com" ]
dwayne.hart@gmail.com