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
74fbf459f8d2bc35f5f4da15c7c398f94c3da16a
57d8212fc2bfdd51153d7e41685a6fc54e0bf0f9
/sp2bench/sp2b_v1_01/src/propertyurl.h
1af552c0c51b26e3d0308324920979b4af38de2f
[ "BSD-3-Clause" ]
permissive
earthquakesan/ISWC-2016-SQBenchmarks
045cfe68c071849543dd53e97a6e4ced9f0e0da0
b0db8c0615c296eb0b69f8ea91b6d3cebd585562
refs/heads/master
2021-01-11T00:49:44.438648
2016-10-17T01:09:16
2016-10-17T01:09:16
70,481,882
4
0
null
null
null
null
UTF-8
C++
false
false
440
h
// // C++ Interface: PropertyUrl // // Author: Michael Schmidt, Christoph Pinkel <>, (C) 2007-2008 // Copyright: See COPYING file that comes with this distribution // #ifndef PROPERTY_URL_H #define PROPERTY_URL_H #include "property.h" /** Implements URL property */ class PropertyUrl : public Property { public: P...
[ "earthquakesan@gmail.com" ]
earthquakesan@gmail.com
23158f2fdb1d5aaa2ab4bd0877f78309d69677ab
56ad4ed16c9a41a40e6803bafed1da23701f80f7
/Engine/UnitTests/String.cpp
aabff538b58d9e27d04e881e35f6304ffd370551
[ "MIT" ]
permissive
trinhvo/Jewel3D
5ac94b1327a47ff7c3f1bf7f42128c58704218c9
06cb837a046eec3e05374be39c87af8ae34f0b9a
refs/heads/master
2020-11-26T15:57:50.016182
2019-11-17T23:59:30
2019-11-19T17:42:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,361
cpp
#include <catch.hpp> #include <Jewel3D/Utilities/String.h> using namespace Jwl; TEST_CASE("String") { std::string input = "// Comment1\n" "int temp =\t\t 10 ;\n" "/* Comment 2 */\n"; SECTION("Remove Comments") { RemoveComments(input); CHECK(input == "int temp =\t\t 10 ;\n\n"); } SECTION("Remov...
[ "ciocaemilian@hotmail.ca" ]
ciocaemilian@hotmail.ca
bf97890e27813a3273d2e551201574c062b7f419
750c5fefad9f0b7e0472c69c47c4d7dd9b9de4fa
/zz2/AAD/tp4/tp4ADD/Lieu.cpp
29c4515ad63d80e117ecb8d908819714a9009181
[]
no_license
ulricheza/Isima
94af1bdca91e4826b89a31e2f369b51a3e6c499c
1c06cbb942844818ac704dc5ad5d279a6c949b1f
refs/heads/master
2021-01-02T08:47:42.907139
2013-05-20T18:44:36
2013-05-20T18:44:36
13,802,104
1
2
null
null
null
null
UTF-8
C++
false
false
1,354
cpp
/* * \file lieu.cpp * \author Maxime Escourbiac Jean-Christophe Septier * \brief fichier d'implementation de la classe Lieu * \version 1.0 * \date 7 janvier 2011 */ #include "Lieu.h" #include "Point.h" /** * \fn Lieu(int id,const Point & coord, int ouverture,int fermeture,int demande, int tempservi...
[ "maxime.escourbiac@gmail.com" ]
maxime.escourbiac@gmail.com
9ebb8714abccda5d3b5ecfffc982e97b756d5f2b
8dc84558f0058d90dfc4955e905dab1b22d12c08
/chrome/browser/ui/webui/signin/signin_email_confirmation_dialog.h
f506c67e57be35d6fdb3c5de3cdae5ce058ee539
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
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
3,623
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 CHROME_BROWSER_UI_WEBUI_SIGNIN_SIGNIN_EMAIL_CONFIRMATION_DIALOG_H_ #define CHROME_BROWSER_UI_WEBUI_SIGNIN_SIGNIN_EMAIL_CONFIRMATION_DIALOG_H_ #in...
[ "arnaud@geometry.ee" ]
arnaud@geometry.ee
21c00027a7d8fd53988f79da2f541458bbce6f49
04230fbf25fdea36a2d473233e45df21b6ff6fff
/1379-B.cpp
af71028e0e1f71167d0113b11169e8d177fcfeb7
[ "MIT" ]
permissive
ankiiitraj/questionsSolved
48074d674bd39fe67da1f1dc7c944b95a3ceac34
8452b120935a9c3d808b45f27dcdc05700d902fc
refs/heads/master
2021-07-22T10:16:13.538256
2021-02-12T11:51:47
2021-02-12T11:51:47
241,689,398
0
0
null
null
null
null
UTF-8
C++
false
false
2,466
cpp
#include <bits/stdc++.h> #include <time.h> #define int long long int #define pb push_back #define all(a) a.begin(), a.end() #define scnarr(a, n) for (int i = 0; i < n; ++i) cin >> a[i] #define vi vector<int> #define si set<int> #define pii pair <int, int> #define sii set<pii> #define vii vector<pii> #define mii map <in...
[ "ankitatiiitr@gmail.com" ]
ankitatiiitr@gmail.com
24d33d8cc43a6e076510f13eb916ca69677cf995
589ec4bc73727d4a996d55164de3d43a289bac62
/examples/Games/Tetris/Tetris.ino
5031446662a68b1bc0afd18fe95600655af7e0c5
[ "MIT" ]
permissive
lovyan03/ESP32-Chimera-Core
77a5146702ca6477514c98db5a9561a914990f87
30199a6791946f4b63ed5c6e170a9406063d0902
refs/heads/lgfx
2021-07-08T18:19:26.654651
2020-09-07T09:04:06
2020-09-07T09:04:06
186,238,444
6
1
MIT
2020-06-22T13:18:27
2019-05-12T10:04:28
C++
UTF-8
C++
false
false
7,724
ino
//======================================================================== // TETRIS with M5STACK : 2018.01.20 Transplant by macsbug // Controller : Buttons A = LEFT, B = RIGHT, C = START, ROTATE // Display : Left = 100x240, Center = 120x240, Right = 100x240 // Block : 8ea, 12x12 pixel // SD : tetris.jp...
[ "tobozo@users.noreply.github.com" ]
tobozo@users.noreply.github.com
b20b2a1f448c3d9258b42405a9fbfe9519dd2fc2
0ab41160ee235b449fa190d287dc496ef1c56d44
/Develop - Module CA-SWW/Seperate_Testing/New-Button/New-Button.ino
ad0d5b17918ecfee4219a8bf07374aaef258ac46
[]
no_license
thanhtung2105/Chika-CA-SWWx
496b84ad2f1cf3978fb1b47133cc68a51f8d9d61
a7b3ce1efc15304a5d4e3974e30da50f51c380d7
refs/heads/master
2022-08-28T14:46:58.886112
2020-05-27T01:05:05
2020-05-27T01:05:05
233,540,681
0
3
null
null
null
null
UTF-8
C++
false
false
1,172
ino
/* Test new capticable button with seperate LED system */ /* USING WITH ARDUINO PIN */ int button_1 = 4; int button_2 = 5; int stateLED_control_1 = 8; int stateLED_control_2 = 9; bool stateDEVICE_control_1 = 0; bool stateDEVICE_control_2 = 0; void setup() { Serial.begin(9600); pinMode(butto...
[ "48848418+thanhtung2105@users.noreply.github.com" ]
48848418+thanhtung2105@users.noreply.github.com
a03f9cd83eda10b3a8bc99832c52d254edffd920
600df3590cce1fe49b9a96e9ca5b5242884a2a70
/third_party/WebKit/Source/core/animation/StringKeyframe.cpp
ea298ff2e1d56327c46feabdc38befee435dfe9a
[ "BSD-2-Clause", "LGPL-2.1-only", "LGPL-2.0-only", "BSD-3-Clause", "LGPL-2.0-or-later", "LicenseRef-scancode-warranty-disclaimer", "GPL-1.0-or-later", "GPL-2.0-only", "LicenseRef-scancode-other-copyleft", "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
5,719
cpp
// Copyright 2014 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 "core/animation/StringKeyframe.h" #include "core/StylePropertyShorthand.h" #include "core/animation/css/CSSAnimations.h" #include "core/css/CSSC...
[ "enrico.weigelt@gr13.net" ]
enrico.weigelt@gr13.net
2c6b675ea51884bb36fa4c73f79fd6ff60bcc6f2
4adf8d064c33e7498b0e5baaf6767c30261cb71b
/totalProblem(CN)/328.奇偶链表.cpp
1b13d5930d7d5da72cc506d83b770ffb8a580aeb
[]
no_license
codingClaire/leetcode
0f679b526c14083ccf6d35937e5d845c9fa27f71
45fd500d2e2f52df0adc9d47ccc9fd29993dbef1
refs/heads/main
2023-05-25T12:34:27.952866
2023-05-20T15:09:02
2023-05-20T15:09:02
148,796,605
0
0
null
null
null
null
UTF-8
C++
false
false
974
cpp
/* * @lc app=leetcode.cn id=328 lang=cpp * * [328] 奇偶链表 */ // @lc code=start /** * 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) : ...
[ "suyueyinyin@126.com" ]
suyueyinyin@126.com
3e973b83baa292a8bed497f7291ca8633e625a2a
8f81de504adaddaf6c45f0c2198a06ac1a796636
/torch/csrc/jit/runtime/static/impl.h
cd6101e374635eec45637f8b7e4aa6e02edac2f2
[ "BSD-2-Clause", "BSD-3-Clause", "LicenseRef-scancode-generic-cla", "BSL-1.0", "Apache-2.0" ]
permissive
seemethere/pytorch
ac64f1410142eed319cd2c3d0876bb5748916487
b428096680b804dfd3336e80efb5d9e6661236c1
refs/heads/master
2023-03-18T04:19:35.604440
2022-01-11T20:01:12
2022-01-11T20:01:12
227,252,129
1
0
NOASSERTION
2019-12-11T01:47:36
2019-12-11T01:47:36
null
UTF-8
C++
false
false
23,180
h
#pragma once #include <ATen/core/ivalue.h> #include <ATen/core/symbol.h> #include <c10/core/CPUAllocator.h> #include <c10/macros/Macros.h> #include <c10/util/ArrayRef.h> #include <c10/util/variant.h> #include <torch/csrc/jit/api/module.h> #include <torch/csrc/jit/ir/graph_node_list.h> #include <torch/csrc/jit/ir/ir.h>...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
1d571898be9cae99a6289edf6e24beff539a14d5
c628b866346ec5c4399945f455c27160b076d927
/Hmwrk/Assignment_4/FeetInches.h
ac022d5e0ff710e2af28b318809b9910eb7cd5f1
[]
no_license
NKanabolo/KanaboloNornubari_CSC17a_43950
6db39a08552592c84382c16191b0d7fa5b000074
b451fed70b4b7896e6f7ee0a10fa7eeeaf79e87a
refs/heads/master
2021-01-19T17:22:34.160749
2015-06-13T01:48:35
2015-06-13T01:48:35
32,039,909
0
0
null
null
null
null
UTF-8
C++
false
false
1,283
h
/* * File: FeetInches.h * Author: Nornubari Kanabolo * */ #ifndef FEETINCHES_H #define FEETINCHES_H class FeetInches{ private: int feet; // To hold a number of feet int inches; // To hold a number of inches void simplify(); // Defined in FeetInches.cpp publi...
[ "nornkable@yahoo.com" ]
nornkable@yahoo.com
7f4dd637124ebb2a9ec27b26d0a95581f5aad5ce
5e984d21dc1391e5b9f169f284e9740d1784c883
/collectible.h
402e7451e4e918a1179cf8a12064d346493429f7
[]
no_license
Zhanzo/tsbk07-project
0b4713ae4c1164b1c5a8cbafc9f35950586e5bc9
4c9e5fb8b2a1b7f6685e3eda6de386a5fdd9d674
refs/heads/master
2023-06-01T10:59:06.591108
2020-05-19T12:12:53
2020-05-19T12:12:53
382,061,555
0
0
null
null
null
null
UTF-8
C++
false
false
704
h
#pragma once #if !defined(COLLECTIBLE_H) #define COLLECTIBLE_H #include <glm/glm.hpp> #include <glm/gtc/matrix_transform.hpp> class Collectible { public: glm::vec3 position; float scale{0.3f}; float radius; int pointsWorth; Collectible(glm::vec3 position, glm::vec3 _radius, int pointsWorth = ...
[ "roban591@student.liu.se" ]
roban591@student.liu.se
7184d61c2ed5fdaeeef70b2666eb6d29fa864a75
6e626180a60f29113a700ad03347b9060007ebd0
/main.cpp
0d886572840bc9074cf0f82e79f28c26986b379f
[]
no_license
FelgoSDK/QRScanLiveClientModule
f34b93d4a07d6c81d6afbb473a8cc021fc465c83
bf3f314c603d25a6ab3a87d2582c5d27315416d4
refs/heads/master
2020-06-23T10:01:05.873183
2020-03-11T10:58:40
2020-03-11T10:58:40
198,591,722
2
1
null
null
null
null
UTF-8
C++
false
false
1,776
cpp
#include <QApplication> #include <FelgoApplication> #include <QQmlApplicationEngine> #include <QZXing.h> // QZXing framework for barcode scanning // uncomment this line to add the Live Client Module and use live reloading with your custom C++ code #include <FelgoLiveClient> int main(int argc, char *argv...
[ "alex.huber@v-play.net" ]
alex.huber@v-play.net
84398fafb6fb97744b050441fc7787e1e9692579
d3502f987afe040a0907d9b99bca4b595fd7d944
/D3D9CallbackSC2/Programs/ProgramProduceUnitUpgrade.h
946e987327dcd9180ec7e3f4806e14251994f5b3
[]
no_license
cnsuhao/sc2bot
e23e2519a978cfe6d6fcec279826073106006831
8789647503963b4904646b5b541dda2f087f3e56
refs/heads/master
2021-05-26T15:58:11.861886
2012-10-09T02:22:28
2012-10-09T02:22:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
546
h
// // ProgramProduceUnitUpgrade.h // // Program to research upgrades // enum ProgramProduceUnitUpgradeState { ProgramProduceUnitUpgradeSelectSupportBuildings, ProgramProduceUnitUpgradeSelectSupportBuilding, ProgramProduceUnitUpgradeResearch, ProgramProduceUnitUpgradeWaitForSuccess, }; class ProgramPr...
[ "oh.you.think.so@not.quite.a.real.thing" ]
oh.you.think.so@not.quite.a.real.thing
5ce72438d2b15493eb12efdf43fd4fcc4258a020
531fb0db5cf381aa2b41d17d787b0b86d2cfc32b
/src/Commands/RaiseBoxHandler.cpp
7e3b489d3d4dd80ef3aeed53e80ac8c88288e0e8
[]
no_license
4534-WiredWizards/PowerUP2018
a06eece1f662732c06853a17adae7698326e221e
08c68235582c1eb2f37f4acd5ea2d829fd59d8c6
refs/heads/master
2021-03-19T18:58:00.643570
2018-01-29T23:54:36
2018-01-29T23:54:36
118,182,848
0
0
null
null
null
null
UTF-8
C++
false
false
788
cpp
#include "RaiseBoxHandler.h" RaiseBoxHandler::RaiseBoxHandler() { // Use Requires() here to declare subsystem dependencies // eg. Requires(Robot::chassis.get()); Requires(Robot::boxHandler.get()); } // Called just before this Command runs the first time void RaiseBoxHandler::Initialize() { } // Called repeatedly...
[ "dooda29@gmail.com" ]
dooda29@gmail.com
c12ef84a468f3f4d6306b65a1cc7b0c028428a15
a9cbc183306f3b4dae5fcfa92d95e346b93e0344
/crlcore/src/ccore/crlcore/SearchPath.h
ab59062a2b96174e6a347557bcbb72c5d37f6f5d
[]
no_license
0x01be/coriolis
f4ca0c1eba2a1fd358b5b669178a962bfeaa8ba9
3db5f27aecff1cb858302e3833a46195efd91238
refs/heads/master
2022-12-16T18:34:59.364602
2019-05-28T13:37:10
2019-05-28T13:37:10
282,252,121
0
0
null
null
null
null
UTF-8
C++
false
false
5,267
h
// -*- C++ -*- // // This file is part of the Coriolis Software. // Copyright (c) UPMC 2008-2018, All Rights Reserved // // +-----------------------------------------------------------------+ // | C O R I O L I S | // | Alliance / Hurricane Interface ...
[ "Jean-Paul.Chaput@lip6.fr" ]
Jean-Paul.Chaput@lip6.fr
885a0ca61c52c4924d385f70cbf95d3b7d2c7895
9be246df43e02fba30ee2595c8cec14ac2b355d1
/cl_dll/tf2_hud/c_baseobject.h
ec1c84a0f66bc5722a793560513b7e298f534a4c
[]
no_license
Clepoy3/LeakNet
6bf4c5d5535b3824a350f32352f457d8be87d609
8866efcb9b0bf9290b80f7263e2ce2074302640a
refs/heads/master
2020-05-30T04:53:22.193725
2019-04-12T16:06:26
2019-04-12T16:06:26
189,544,338
18
5
null
2019-05-31T06:59:39
2019-05-31T06:59:39
null
WINDOWS-1252
C++
false
false
7,096
h
//========= Copyright © 1996-2001, Valve LLC, All rights reserved. ============ // // Purpose: Clients CBaseObject // // $NoKeywords: $ //============================================================================= #ifndef C_BASEOBJECT_H #define C_BASEOBJECT_H #ifdef _WIN32 #pragma once #endif #include ...
[ "uavxp29@gmail.com" ]
uavxp29@gmail.com
bb51d9a2026eeb84eb3627dd3972ca735a1b7524
89146b6e2f90c232e6b8acf353d14473cfd8a1af
/Lhdf_Issue_Service/src/controller/jsoncontroller.h
c0f289688bff72f16b2b9e9a01c03f14d53e348c
[]
no_license
519984307/gv_qt_service
bd07a1b34e7d08d5cddff05b249f14ddc36d3d8c
a864661a6738fac1f56a76a810f649cd9f4b9cd7
refs/heads/master
2023-07-16T23:11:22.420587
2021-08-26T08:14:23
2021-08-26T08:14:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
528
h
#ifndef JSONCONTROLLER_H #define JSONCONTROLLER_H #include "httprequest.h" #include "httpresponse.h" #include "httprequesthandler.h" using namespace stefanfrings; /** This controller dumps the received HTTP request in the response. */ class JsonController : public HttpRequestHandler { Q_OBJECT Q_DISABLE...
[ "dongtc@genvict.com" ]
dongtc@genvict.com
85db52961f95ce66631c65011b71bd083f57da05
bb6ebff7a7f6140903d37905c350954ff6599091
/media/filters/fake_demuxer_stream.h
bacf0bddefd809dec033730694c91d164b26441b
[ "BSD-3-Clause" ]
permissive
PDi-Communication-Systems-Inc/lollipop_external_chromium_org
faa6602bd6bfd9b9b6277ce3cd16df0bd26e7f2f
ccadf4e63dd34be157281f53fe213d09a8c66d2c
refs/heads/master
2022-12-23T18:07:04.568931
2016-04-11T16:03:36
2016-04-11T16:03:36
53,677,925
0
1
BSD-3-Clause
2022-12-09T23:46:46
2016-03-11T15:49:07
C++
UTF-8
C++
false
false
3,265
h
// 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. #ifndef MEDIA_FILTERS_FAKE_DEMUXER_STREAM_H_ #define MEDIA_FILTERS_FAKE_DEMUXER_STREAM_H_ #include "base/basictypes.h" #include "base/memory/ref_coun...
[ "mrobbeloth@pdiarm.com" ]
mrobbeloth@pdiarm.com
9cb67834e38cb1c602125c7059d608a29b01cb5a
d77c8281815514ec757e6cf82386f83b13bc6a4b
/applications/csvshell.cxx
0341f8ac15a96164b093482c97bac61dd7bd96a9
[ "Apache-2.0", "BSD-3-Clause" ]
permissive
alonsoJASL/lassy
a4a97c2d4baf66d9324d7f3d039c0dc481806c2f
10aefa4d6b3b9d859e9fc1cd1302b06163cc24d1
refs/heads/master
2021-06-14T03:18:22.105647
2021-04-26T12:27:36
2021-04-26T12:27:36
181,511,106
0
0
null
2019-04-15T15:04:43
2019-04-15T15:04:42
null
UTF-8
C++
false
false
3,627
cxx
#define HAS_VTK 1 #include "LaShellPointsCSV.h" /* * Author: * Dr. Rashed Karim * Department of Biomedical Engineering, King's College London * Email: rashed 'dot' karim @kcl.ac.uk * Copyright (c) 2017 * * This application demonstrates the LaShellPointsCSV class reads a CSV file containi...
[ "rashed.karim@gmail.com" ]
rashed.karim@gmail.com
b8cb0ab0a6c82c64fb7088cb619e66f81f9c01d3
867f86ebf4d261441d6fedb3d272098503be2bd6
/Programming/Arrays/Min Steps in Infinite grid.cpp
eaca15d1757ab1f48d3fc9c51a1b20a213ef01d9
[]
no_license
rahulotwani/InterviewBit-Solutions
fb946ea6fa0bcc2d50cddc2c5fe65db47548ffa8
b0947be552e6177700817cab68a8469bc19e578d
refs/heads/main
2023-08-25T12:44:50.127997
2021-10-31T17:16:56
2021-10-31T17:16:56
305,077,495
0
0
null
2020-10-18T10:57:24
2020-10-18T10:39:00
null
UTF-8
C++
false
false
439
cpp
#include<bits/stdc++.h> using namespace std; int coverPoints(vector<int> &A, vector<int> &B) { int i,j,k=0,max,may; for(i=1;i<A.size();i++){ max=abs(A[i]-A[i-1]); may=abs(B[i]-B[i-1]); if(max==may){ k+=abs(A[i]-A[i-1]); } else if(max<may){ k+=...
[ "tprakhar124@gmail.com" ]
tprakhar124@gmail.com
dfd2f38ab6fd505aa6ef235784e73736739b2727
2e65909c4055dbee3ff4b32ac643f1292169296c
/src/type/tuple.hh
6b8e04b6130d1652ae16a6dfd950684041f8618d
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Nakrez/RePy
5bb8ccc1484678a9550dc4a63f9ecf5271ad5608
057db55a99eac2c5cb3d622fa1f2e29f6083d8d6
refs/heads/master
2021-01-13T01:23:32.478310
2013-07-31T12:52:19
2013-07-31T12:52:19
10,599,366
1
0
null
null
null
null
UTF-8
C++
false
false
487
hh
#ifndef TYPE_TUPLE_HH # define TYPE_TUPLE_HH # include <type/type.hh> namespace type { class Tuple : public Type { Tuple(const Tuple&) = delete; Tuple& operator=(const Tuple&) = delete; public: static Tuple& instance(); virtual std::ostream& dump(std::ostream&...
[ "b.covolato@gmail.com" ]
b.covolato@gmail.com
2d9d57f67a28e6685e55317d7260b4c5c32609cd
d83724c96fe82d41bf0e22370ee869febd50e8a3
/ipp-UIC.7.1.1.013/sources/signal-processing/application/ippsdemo/include/ParmIntDlg.h
4422232927387d8e1956009ecc0875dadf998df8
[]
no_license
vinnie38170/klImageCore
e06b79b61d51d0952a4dca68ad23e40daeff40c3
3514aef281f635c7f48699dbfe2a1844f142e03f
refs/heads/master
2021-01-20T23:03:52.131054
2014-07-12T17:52:39
2014-07-12T17:52:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,874
h
/* // // INTEL CORPORATION PROPRIETARY INFORMATION // This software is supplied under the terms of a license agreement or // nondisclosure agreement with Intel Corporation and may not be copied // or disclosed except in accordance with the terms of that agreement. // Copyright(c) 1999-2012 Intel...
[ "wavescholar@gmail.com" ]
wavescholar@gmail.com
115b08390d226fa4db43624f32a46be558312995
0521121d24181eead481987066cf5a797991ad1a
/control/IconRightDelegate.h
a4be2a36a267b40e4547568ee3df0d6f5cadea0c
[ "MIT" ]
permissive
Whitecoin-XWC/WhitecoinLightWallet
6ba4dd3eb24780779192ac0c5aede3b96375e663
bc8891155b22e1cf4bcda6a33dea54732d22578b
refs/heads/master
2021-12-02T18:31:16.691632
2020-03-31T03:29:44
2020-03-31T03:29:44
228,753,993
0
1
MIT
2020-03-31T03:29:46
2019-12-18T03:56:42
C++
UTF-8
C++
false
false
346
h
#ifndef ICONRIGHTDELEGATE_H #define ICONRIGHTDELEGATE_H #include <QStyledItemDelegate> class IconRightDelegate : public QStyledItemDelegate{ public: using QStyledItemDelegate::QStyledItemDelegate; protected: void initStyleOption(QStyleOptionViewItem *option, const QModelIndex &index) const override; }; #end...
[ "765980891@qq.com" ]
765980891@qq.com
c2169ea36e0a7d15160f70242ec234a7af80da25
050ebbbc7d5f89d340fd9f2aa534eac42d9babb7
/grupa2/kbrudzka/p1/lan.cpp
43f7cd955eeff5ada8166e8056919a08c4f8e31e
[]
no_license
anagorko/zpk2015
83461a25831fa4358366ec15ab915a0d9b6acdf5
0553ec55d2617f7bea588d650b94828b5f434915
refs/heads/master
2020-04-05T23:47:55.299547
2016-09-14T11:01:46
2016-09-14T11:01:46
52,429,626
0
13
null
2016-03-22T09:35:25
2016-02-24T09:19:07
C++
UTF-8
C++
false
false
303
cpp
#include <iostream> using namespace std; int main() { int numer, rok; cin >> numer >> rok; /*ostatnia cyfra numeru telefonu to:*/ int w = numer%10; /* wykonuje kolejne punkty polecenia*/ w=w*2; w=w+5; w=w*50; w=w+1764; w=w-rok; cout << w; }
[ "kasiablaszczyk@interia.eu" ]
kasiablaszczyk@interia.eu
a1cc17e280510ec64d249dfa5e358ead9984c470
02b45bb672ed7be5ab4032ff4ec047dc617b8b73
/examples/chat/chatServer.cc
84542b386ebf3c44c0eb91259cbdee73b4a69d57
[]
no_license
taochunyu/tnet
53e9ed98b29b9fac55b972d4acc4b01a50469a41
22718e8de81b8547255b42f318d25ba8de833123
refs/heads/master
2020-05-21T19:25:45.657766
2017-02-07T15:19:00
2017-02-07T15:19:00
65,739,720
1
0
null
null
null
null
UTF-8
C++
false
false
2,190
cc
#include <tnet/net/TcpServer.h> #include <tnet/base/nocopyable.h> #include <tnet/base/Logging.h> #include <tnet/net/Buffer.h> #include <tnet/net/EventLoop.h> #include <tnet/net/InetAddress.h> #include <tnet/net/TcpConnection.h> #include <tnet/net/TimerId.h> #include <tnet/net/Codec.h> #include <tnet/base/Mutex.h> #incl...
[ "tao_chunyu@icloud.com" ]
tao_chunyu@icloud.com
95e39e43d0f23f5bf07146657a2cf184c3b9db90
07c61596c1fba2e2a7034fe5af9707794ea2e2c1
/Luogu/P1427.cpp
cb7bab18b0666565de60b8d5ac7ed33b60ed46b7
[]
no_license
H-Shen/Collection_of_my_coding_practice
2fcb2f8fef9451ad4a3a9c063bbf6a34ea5966b4
6415552d38a756c9c89de0c774799654c73073a6
refs/heads/master
2023-08-24T21:19:08.886667
2023-08-22T03:47:39
2023-08-22T03:47:39
180,731,825
8
1
null
2021-08-13T18:25:25
2019-04-11T06:48:09
C++
UTF-8
C++
false
false
477
cpp
#include <bits/extc++.h> using namespace std; using namespace __gnu_pbds; int main() { int n; vector<int> A; while (~scanf("%d", &n)) { A.emplace_back(n); } A.pop_back(); bool first_item = true; for (auto iter = A.crbegin(); iter != A.crend(); ++iter) { if (first_item) { ...
[ "haohu.shen@ucalgary.ca" ]
haohu.shen@ucalgary.ca
85d1887e4016561a6f2a2fd6eb9ea9558ed76fc6
364a2be4cd0334aab30ddc5691dd8b8c4568c34a
/exercícios/alocacao_dinamica/pilha.h
7cc674cf6ac0d9608ce3890b86d506d38c65bb63
[]
no_license
SeuRAUL/UFRN-AED1
9044713c6417f1edd0a073bc97626f17e09514b8
ee835d4eb36ffdda96e977551c04eff0b14d705f
refs/heads/master
2016-09-05T21:00:01.121189
2013-04-07T18:11:40
2013-04-07T18:11:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
525
h
const int SIZE (30); class pilha { public: //atributos char informacao; int topo; int p[SIZE]; pilha(){ topo = 0; } //metodos bool push(char informacao){ if (topo < SIZE) { p[topo] = informacao; topo++; return true; } else return false; } bool pop(char *informacao){ if(topo > 0){ ...
[ "kenny.is.inmortal@gmail.com" ]
kenny.is.inmortal@gmail.com
2b61e2c8f8414e6851ae9e12729d7ce803d6fb39
0b6db61416f372b672cda550ce1550cb9c383b0c
/attentional_model/rnnlm-tensor2.cc
862e66e281ab556e66cef5ae28f2640ac65d8bef
[]
no_license
longdt219/speechtranslation
c2a82e0367607fd0a054fe25b70c263d394c46b4
ad033d7a6da5c3f8cb78b8a03a6057182c04fea5
refs/heads/master
2021-01-18T23:43:07.963763
2016-07-07T01:10:23
2016-07-07T01:10:23
55,668,898
1
0
null
null
null
null
UTF-8
C++
false
false
8,499
cc
#include "cnn/nodes.h" #include "cnn/cnn.h" #include "cnn/rnn.h" #include "cnn/lstm.h" #include "cnn/training.h" #include "cnn/timing.h" #include "cnn/dict.h" #include "cnn/expr.h" #include <iostream> #include <fstream> #include <sstream> #include <boost/archive/text_iarchive.hpp> #include <boost/archive/text_oarchiv...
[ "lduong@ray.cis.unimelb.edu.au" ]
lduong@ray.cis.unimelb.edu.au
a31ebf7c07daea7557ec90ae9dd77a3eecab1ee6
40f5db5ab9a3b8288d968b40a7acc3d8bfb8b8bf
/src/Application.hpp
085ae4856d4f18ac05fdf60b07f09b3488ad115d
[]
no_license
pdagobert/Demo-2016
f25027833d9575ed46a819fe04208eb4f9397644
25883cdd253e79130aa36ff2f351f37cba245b77
refs/heads/master
2020-05-29T14:38:54.630460
2016-06-15T17:37:13
2016-06-15T17:37:13
61,226,771
0
0
null
null
null
null
UTF-8
C++
false
false
1,710
hpp
#ifndef __APPLICATION_HPP__ #define __APPLICATION_HPP__ #include "OpenGL/Window.hpp" #include "Scene.hpp" #include "Pipeline.hpp" enum class DebugTexture { Default, Occlusion, RadialBlur, ShadowMap, ReflectionMap, RefractionMap, WaterDepth, FullScene, Brightness, Blur, }; struct Settings { bool wireframe ...
[ "pdagobert@hotmail.com" ]
pdagobert@hotmail.com
3d146b9bc48f22f5e7b0370be363c3c3b83aba68
8eebed194792ff0f24326b1852cd165f92b25f04
/Classes/FKPreLoadResourcesController.h
b8700da95011a849594001f99d856d9b7fb7fe58
[]
no_license
Crasader/childrenReadBook
dc17d556a0eb6863b27891d305ccb4c476b9215b
ee70e889c58923030e3accc1b82bbef09f92d1a0
refs/heads/master
2020-11-29T10:50:10.011773
2017-08-18T07:26:58
2017-08-18T07:26:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
653
h
#ifndef __PRELOAD_RESOURCES_CONTROLLER_H__ #define __PRELOAD_RESOURCES_CONTROLLER_H__ #include "cocos2d.h" #include "FKBookParser.h" #include "FKBookController.h" NS_FK_BEGIN class FK_DLL PreLoadResourcesController { public: static void preloadResources(string imageName); static void removeResources(string ima...
[ "operatium@163.com" ]
operatium@163.com
ea4f6b049937c54dd3c1160482b4af53ad409cc0
b5123769e2851de385dbe056e168df8085f1ad90
/gates.h
1573394bdaef62417559763cfaedfdb89e620e0a
[]
no_license
Kristopher38/SE-logic-gates
96b5c78d60a23b2dea9c41770d9ee695e66daa82
b384a96fb72cd675da21f4038e9289f3ec0f8c46
refs/heads/master
2022-12-18T13:40:21.470091
2017-05-17T17:42:47
2017-05-17T17:42:47
299,998,661
0
0
null
null
null
null
UTF-8
C++
false
false
22,909
h
#ifndef H_GATES #define H_GATES #include <fstream> #include <string> #include <bitset> #include <cmath> #include "blueprintlib/blueprint.h" #include "blueprintlib/blocks.h" class CircuitCubegridManager; class TimerPair { friend class DebugInput; friend class CircuitCubegridManager; public: Timer...
[ "Kristopher38@wp.pl" ]
Kristopher38@wp.pl
ced8e8f5317d83c38c4ba9242766c1f7c7e9dd7e
ee24ef7aaa7d4ab6a66c56e95953414306302df3
/Cpp/SDK/RoadGATE1_classes.h
53d69dce686168e3ebfe3c67133dc5833471bec4
[]
no_license
zH4x-SDK/zAWL-SDK
bfc0573125d3398d892c85eac05a6575592db187
3d7001585dab120480e0d16fc24396f61a1d46c6
refs/heads/main
2023-07-15T11:05:51.834741
2021-08-31T15:10:19
2021-08-31T15:10:19
401,745,502
0
0
null
null
null
null
UTF-8
C++
false
false
654
h
#pragma once // Name: AWL, Version: 4.24.3 /*!!DEFINE!!*/ /*!!HELPER_DEF!!*/ /*!!HELPER_INC!!*/ #ifdef _MSC_VER #pragma pack(push, 0x01) #endif namespace CG { //--------------------------------------------------------------------------- // Classes //-------------------------------------------------------------...
[ "zp2kshield@gmail.com" ]
zp2kshield@gmail.com
efff02c4db95f7e1c5718a1d46a732d190b75fd9
90e4f95f53f342f86b43de5da8ce1ec0bd64cf2f
/unit/unittest_log.cpp
c096626f31acc61e6b5760d49771ab806efa9973
[ "Apache-2.0" ]
permissive
ysak-y/apl-core-library
0ed99afe584f1b23c9ff575fe763685ddf48cf77
f0a99732c530fde9d9fac97c2d008c012594fc51
refs/heads/master
2020-11-29T09:50:18.230682
2019-09-18T19:14:15
2019-11-04T18:32:48
230,084,288
0
0
Apache-2.0
2019-12-25T10:15:52
2019-12-25T10:15:51
null
UTF-8
C++
false
false
2,564
cpp
/** * Copyright 2019 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "lice...
[ "knappa@amazon.com" ]
knappa@amazon.com
223ab20389d094f32b523b1044166f69b665ebf1
a697acfea9f991628b865bbf8119070a721766e9
/include/caffe/data_transformer.hpp
d6a564d6e00939b4733b60d8c7d80648b3edba0f
[ "LicenseRef-scancode-generic-cla", "BSD-2-Clause", "LicenseRef-scancode-public-domain", "BSD-3-Clause" ]
permissive
JiangQH/caffe
e376591e5141ba53fc75aed160a635f828c981eb
a86cdfed9684491a644e3db549aa0a7d8d2f970c
refs/heads/master
2021-01-22T13:52:41.888333
2017-03-23T08:39:23
2017-03-23T08:39:23
59,253,069
0
0
null
2016-05-20T00:42:56
2016-05-20T00:42:56
null
UTF-8
C++
false
false
5,336
hpp
#ifndef CAFFE_DATA_TRANSFORMER_HPP #define CAFFE_DATA_TRANSFORMER_HPP #include <vector> #include "caffe/blob.hpp" #include "caffe/common.hpp" #include "caffe/proto/caffe.pb.h" namespace caffe { /** * @brief Applies common transformations to the input data, such as * scaling, mirroring, substracting the image mean...
[ "qinhongjiang@zju.edu.cn" ]
qinhongjiang@zju.edu.cn
0381c675e89dfc6b0e9f0730825a052955a0ee10
536656cd89e4fa3a92b5dcab28657d60d1d244bd
/ash/wm/gestures/back_gesture/back_gesture_contextual_nudge_controller_impl.h
05a9952dde40ca3d09df0567ed743429b23fff59
[ "BSD-3-Clause" ]
permissive
ECS-251-W2020/chromium
79caebf50443f297557d9510620bf8d44a68399a
ac814e85cb870a6b569e184c7a60a70ff3cb19f9
refs/heads/master
2022-08-19T17:42:46.887573
2020-03-18T06:08:44
2020-03-18T06:08:44
248,141,336
7
8
BSD-3-Clause
2022-07-06T20:32:48
2020-03-18T04:52:18
null
UTF-8
C++
false
false
3,011
h
// Copyright 2020 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 ASH_WM_GESTURES_BACK_GESTURE_BACK_GESTURE_CONTEXTUAL_NUDGE_CONTROLLER_IMPL_H_ #define ASH_WM_GESTURES_BACK_GESTURE_BACK_GESTURE_CONTEXTUAL_NUDGE_C...
[ "pcding@ucdavis.edu" ]
pcding@ucdavis.edu
4f13cbc57cb16a3a20edb53e2df19aa7d49862cf
60359e93b6a33aefe6c1222a7bc09c84085ae07c
/sdk/StrTrans.h
aea9205c37a8104fa98d62cf0a8459506e61e391
[]
no_license
15831944/ncdb
6d57eb9adc5eb4100ebde71e1421eb2e97ee39d9
5dabeaa0692af9bede5a4878bf5307cda667538f
refs/heads/master
2021-07-05T11:03:47.811347
2017-09-29T09:23:47
2017-09-29T09:23:47
null
0
0
null
null
null
null
ISO-8859-1
C++
false
false
467
h
#pragma once #include <string> using std::string; using std::wstring; class CStrTrans { public: //UNICODEת»»³ÉANSI static string UnicodeToAnsi(const wchar_t* wszString); static wstring AnsiToUnicode( const char* szStr ); static CString AnsiToUnicode_Str( const char* szStr ); static CString UTF8ToUnicod...
[ "396257680@qq.com" ]
396257680@qq.com
24696e77853982af0de72e8c638533dc8713aba2
2c97e06cb0031b47baf889c79f9558ec1c1d8f24
/week-04/HOMEofficeday5/OOP/Animal/animal.cpp
05728d6536c23af121f8d8caa9f5c36718df22d2
[]
no_license
green-fox-academy/KisG93
c88d70721671ac3f5b6d4a94b240ca84cb859d98
133262e00fd7a82a7269a8f1adfec094114373ba
refs/heads/master
2020-04-02T17:22:10.749501
2019-02-21T13:17:27
2019-02-21T13:17:27
154,655,065
0
0
null
null
null
null
UTF-8
C++
false
false
324
cpp
#include "animal.h" Animal::Animal() { _hunger = 50; _thirst = 50; } int Animal::getHunger() const { return _hunger; } int Animal::getThirst() const { return _thirst; } void Animal::eat() { _hunger--; } void Animal::drink() { _thirst--; } void Animal::play() { _hunger++; _thirst++...
[ "kisg93@gmail.com" ]
kisg93@gmail.com
443b2006e2ab8cc63408dd64f21ffd5edcc77ebc
8fcb50a7cf43c27f6c38900555dc448c95ec08cd
/0204-Count Primes/0204-Count Primes.cpp
80dfa5f6861b7f0bd48b55a1a67a86b81057bf76
[ "MIT" ]
permissive
KevinACoder/LeetCode
74fc5b0d39283319abe25f2e6ec7180e9597f0e2
8b9abb8a69cf949da9cf355b3b73e2ac7840862a
refs/heads/master
2020-04-24T18:15:51.142862
2019-03-09T02:30:38
2019-03-09T02:30:38
172,174,705
1
0
null
2019-02-23T05:20:14
2019-02-23T05:20:14
null
UTF-8
C++
false
false
544
cpp
class Solution { public: int countPrimes(int n) { if (n <= 2) { return 0; } vector<int> Prime(n, true); int count = 1; int upper = sqrt(n); for (int i = 3; i < n; i += 2) { if (Prime[i]) { ++count; if (i > upper)...
[ "jiadaizhao@gmail.com" ]
jiadaizhao@gmail.com
10190b36692eb1576bd7cf27ea009ad838a105c4
6b0c5520efccfc3c2f32c812324cbe0cc2e9b1b1
/homecontrol-learning/logging.h
6882ea44ab6e8d321167a903e8a16358b0bb8b12
[ "MIT" ]
permissive
andreasfertl/homecontrol-learning
5b52b577d15a071398c3dce422dfd040286888cf
d7874a8b8124791ace3d7e7bb93085746cfd603f
refs/heads/master
2021-07-06T20:46:48.688408
2020-09-05T12:13:07
2020-09-05T12:13:07
175,983,762
0
0
null
null
null
null
UTF-8
C++
false
false
760
h
#pragma once #include <sstream> #include <iostream> #include <string> #include <cstring> #include "ilogger.h" #define __FILENAME__ (strrchr(__FILE__, '\\') ? strrchr(__FILE__, '\\') + 1 : __FILE__) #define _logg(_ilogger, _message) { ...
[ "andreas.fertl@gmail.com" ]
andreas.fertl@gmail.com
61b6c5ed92ade55116d3f7a49cfe5f1f02b8083d
b42479af999eaaeef387ea7a61d3a343a69d6098
/{{cookiecutter.project_name}}/{{cookiecutter.source_folder}}/symbolic.cpp
7fc6fd9703dcd754729140d9a249253662e8e0f4
[]
no_license
kiwi-lang/CXXTemplate
aca9dc8a5bad41eb55a9ada3be7a8daa71676f42
2be390e18a5cfda45c59cd6106d759877f82e17f
refs/heads/master
2023-08-17T02:44:47.638600
2021-09-30T22:03:57
2021-09-30T22:23:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,186
cpp
#include "symbolic.h" #include <iostream> namespace {{cookiecutter.namespace}}{ double Placeholder::full_eval(const Context& c) { return c.at(_name)->full_eval(c); } Expr Placeholder::partial_eval(const Context& c) { try{ return c.at(_name); } catch (std::out_of_range const&) { return P...
[ "pierre.delaunay.tr@gmail.com" ]
pierre.delaunay.tr@gmail.com
dbb6b406bd377705bb11adba5300aa50b167bc7e
a83faf0f7c760d79c39f09e88fa9f0cfadb87325
/Arduino/temperature_delay_1000_/temperature_delay_1000_.ino
6df0163ecb2a32e1e9688cac28921412af7f889e
[]
no_license
BusBang/JAVA-Practice
06a21c857c73111f86cbf6f2f3c05cab93ac8ab9
4cbea19cd8953eb9154270a1e29810f89ca9f7ca
refs/heads/master
2022-12-21T19:27:02.122411
2020-06-19T06:49:00
2020-06-19T06:49:00
237,169,560
0
0
null
2022-12-16T00:41:53
2020-01-30T08:27:05
null
UTF-8
C++
false
false
470
ino
#include <LiquidCrystal_I2C.h> LiquidCrystal_I2C lcd(0x27, 16, 2); byte t[8] ={ B00111, B00101, B00111, B00000, B00000, B00000, B00000, B00000 }; void setup() { analogReference(INTERNAL); lcd.init(); lcd.createChar(0,t); lcd.backlight(); lcd.setCursor(0, 0); lcd.print("Temperature"); } v...
[ "58544672+BusBang@users.noreply.github.com" ]
58544672+BusBang@users.noreply.github.com
e84524c038cccbd23f34203a3304a7427f0f789c
dd96d234082b3197f169068040426426da3592e7
/map-structure/vi-map/src/transformation-edge.cc
a28561cdfe93fa7cc90433271984f54af723ddd6
[ "Apache-2.0" ]
permissive
xijunke/maplab_summer
dd0d9e694e13ad55777c70b3312d44c5a7b0c68e
7d57dabcdc3feffd8e9409686f7565bb77801f08
refs/heads/master
2022-01-06T13:42:48.640226
2019-07-01T09:36:17
2019-07-01T09:36:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,766
cc
#include "vi-map/transformation-edge.h" #include <glog/logging.h> #include <maplab-common/eigen-proto.h> namespace vi_map { TransformationEdge::TransformationEdge(vi_map::Edge::EdgeType edge_type) : vi_map::Edge(edge_type) { CHECK( edge_type == vi_map::Edge::EdgeType::kOdometry || edge_type == vi_ma...
[ "ftschopp@ethz.ch" ]
ftschopp@ethz.ch
682b6f4f6cd5959698fd523e93227cf0f9c2def6
1880ae99db197e976c87ba26eb23a20248e8ee51
/essbasic/include/tencentcloud/essbasic/v20210526/model/UsageDetail.h
7991d29f7f96dcdc2cb32766f36333f7295d6f15
[ "Apache-2.0" ]
permissive
caogenwang/tencentcloud-sdk-cpp
84869793b5eb9811bb1eb46ed03d4dfa7ce6d94d
6e18ee6622697a1c60a20a509415b0ddb8bdeb75
refs/heads/master
2023-08-23T12:37:30.305972
2021-11-08T01:18:30
2021-11-08T01:18:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,157
h
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
[ "tencentcloudapi@tencent.com" ]
tencentcloudapi@tencent.com
93ca5e1e7a78d9e37685eb01cb56e43560e1d148
d05cb6ca594178d8b321847455ec7d7859ae78ec
/firmware/Serious_toy_square.ino
c2077badec4c70fed7e86a5d2121a84c5a4600ca
[]
no_license
zhampu/Serious-Toys
179a4414975bf42862e08f7f043e580f678c8545
b95589e1ba200cc76286b5fa073d578820d03c59
refs/heads/master
2020-03-16T02:19:42.370071
2018-07-06T06:26:17
2018-07-06T06:26:17
132,462,455
0
0
null
2018-05-14T16:29:44
2018-05-07T13:11:29
null
UTF-8
C++
false
false
3,009
ino
// Make the buffer bigger char sensorPrintout[16]; // ACCELEROMETER SENSOR INCLUDES #include <Wire.h> #include <Adafruit_Sensor.h> #include <Adafruit_ADXL345_U.h> /* Assign a unique ID to this sensor at the same time */ Adafruit_ADXL345_Unified accel = Adafruit_ADXL345_Unified(12345); // TFT Screen #include <TFT.h> ...
[ "juan@juangomez.co" ]
juan@juangomez.co
84e54005cb4af8fb7e01f7a16d119ec0cd2221eb
5dd859b66193ba0f7830be1684fb0048eb4a03cb
/124.hpp
dc1872702e7b6389ed4aa990d6899e9b2a293c03
[]
no_license
dhcdht/leetcodeCPP
af0bba0313bdba574c69df8fc06a7e6f8893879f
036e08029cba336be8fef5d6f8bab46051bd0f23
refs/heads/master
2021-06-20T12:13:25.165263
2021-03-03T03:22:47
2021-03-03T03:22:47
84,842,510
0
0
null
null
null
null
UTF-8
C++
false
false
1,880
hpp
// https://leetcode.com/problems/trim-a-binary-search-tree/description/ // 669. Trim a Binary Search Tree /* Given a binary search tree and the lowest and highest boundaries as L and R, trim the tree so that all its elements lies in [L, R] (R >= L). You might need to change the root of the tree, so the result should re...
[ "dhcdht@qq.com" ]
dhcdht@qq.com
d5f7656c4ad83225192d39e833f7bfeb48a2f78e
6f6daf0ea2c0f6541a3ae1d8a3c07241a6e3274f
/Source/Indie/Controller/User/UserPlayerController.h
9f7af1b1b5f9b7076b64b3f6711676ed31a450aa
[]
no_license
koramga2/Indie
bd777a66f9b4a6bc8854994fc8432331f79a35c2
1c5e807016ac4a26c5c4cf7e3fa55e9d7a4f6cc4
refs/heads/master
2023-08-03T10:39:08.505070
2021-09-15T12:16:58
2021-09-15T12:16:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,165
h
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "../../GameInfo.h" #include "GameFramework/PlayerController.h" #include "UserPlayerController.generated.h" /** * */ UCLASS() class INDIE_API AUserPlayerController : public APlayerController { GENERATED_BODY() pu...
[ "koramga@gmail.com" ]
koramga@gmail.com
fb78f9756f32d960a25de59e8ac1d9f8ce6a6cc8
0f252a72f9c464bc4e38d8b18c4d03717d84acf2
/laptop/uva/uva_108.cpp
270bd281b416eb0550afac1b915ef2b1d6fae7ca
[]
no_license
ZikXewen/Submissions
e5286f1a94f1108eaa43c30fe6d12cec8537f066
ec6efc8f92440e43850b8d094927958c5533eb05
refs/heads/master
2023-07-24T11:59:16.460972
2021-05-24T13:02:43
2021-05-24T13:02:43
220,632,852
1
0
null
null
null
null
UTF-8
C++
false
false
653
cpp
#include<iostream> #include<algorithm> using namespace std; int main(){ //freopen("inp.txt","r",stdin); //freopen("file.txt","w",stdout); int n,dp[101],a[100][100],sum[100][101]; while(cin >> n){ int ans=-1270001; for(int i=0;i<n;i++) for(int j=0;j<n;j++) cin >> a[i][j]; for(int i=0;i<n;i++){ sum[i][0]=0; ...
[ "datasup12@gmail.com" ]
datasup12@gmail.com
92a982d69f94b24cdba4a6c991ce90238667dd15
2976e4656d3eeb5f7944d640c125d72f5a18344b
/2020_02_03/Nicitis/프렌즈4블록.cpp
ffc25c13a1182bcd0cc8b97a39e98931c7cab526
[]
no_license
CWNUMIT/mit_algorithm_study
95c283a463f64e04a4722246f3ea631ffec770a1
b85f8e91c57ec50221cd5bd3b74041b6ba5ee5cc
refs/heads/master
2020-12-05T06:57:56.725314
2020-03-02T04:20:07
2020-03-02T04:20:07
232,040,815
2
10
null
2020-03-02T04:20:08
2020-01-06T06:44:03
Python
UHC
C++
false
false
1,117
cpp
#include <string> #include <vector> #include <stack> using namespace std; int solution(int m, int n, vector<string> board) { int answer = 0; vector<vector<bool>> check(m, vector<bool>(n, false)); while (true) { bool flag = false; // 제거 대상 탐색(좌상단 블럭 검사) for (int i = 0; i < m - 1; i++) { for (int j = 0;...
[ "kuala2038@gmail.com" ]
kuala2038@gmail.com
7de4ea9ed74d51a349480c4bbeafd2f8fdd21d83
0333d3b9778d9f468a4ed218d6b8de3bda445a15
/Board.h
24ce81f89d787904465e0b4b522b3aa628747af1
[]
no_license
Prakriti-nith/hw4
efd2b7ca4422c5f262055511099962666c8d704e
9505485781c3831a5c0e6094175a8a867bcb400e
refs/heads/master
2020-03-31T09:00:19.742443
2018-10-08T12:53:11
2018-10-08T12:53:11
152,079,688
0
1
null
2018-10-10T19:16:43
2018-10-08T12:54:14
C++
UTF-8
C++
false
false
2,396
h
/* * Board.h * * Created on: Sep 18, 2016 * Author: kempe */ /* The class Board encodes the state of the Scrabble board. It provides functions for displaying the board, and for returning the words (and score) that would be obtained by a move. */ #ifndef BOARD_H_ #define BOARD_H_ #include <string> #i...
[ "1408.raghavsharma@gmail.com" ]
1408.raghavsharma@gmail.com
3ec93ae602b0aab95e2fd8286f1caa33fdd950f0
412b4c2a33d8ca5554fd607e07cee620cea9b463
/roptimization/ga2d/robj2dcontainer.h
4ac99bd615df985332b48125389974b4f2be36b3
[]
no_license
pfrancq/r
65df093d7cd31f4e5c521eadd61a54cb8da58925
bd78f3b2da3b357ca5d21e6055f809c83b488cd5
refs/heads/main
2023-08-17T09:01:37.815379
2021-10-04T06:15:01
2021-10-04T06:15:01
404,758,905
0
0
null
null
null
null
UTF-8
C++
false
false
3,426
h
/* R Project Library RGeoInfo.h Geometric information - Header Copyright 1998-2015 by Pascal Francq (pascal@francq.info). Copyright 1998-2008 by the Université Libre de Bruxelles (ULB). This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public ...
[ "pfrancq@bc43a8d9-cd2b-0410-a3c8-d37dcb895449" ]
pfrancq@bc43a8d9-cd2b-0410-a3c8-d37dcb895449
f2eb64e808d36bc503ab9033cb44995def06359e
9915d10abb9655f255c09f9c4ee7b50cbd424279
/Algorithms/binaryTree.cpp
21985c2a12358818ddc2506674b44b85776f0855
[]
no_license
XiaoLins/NOIP
a535a58aa1fd051071ede07a5c22f725c7cc313a
42b2563f641865556637625319233cb6fc64e1c9
refs/heads/master
2021-07-20T10:39:00.176585
2018-11-20T02:37:27
2018-11-20T02:37:27
137,981,098
1
0
null
null
null
null
UTF-8
C++
false
false
3,333
cpp
//二叉树 https://blog.csdn.net/hongkangwl/article/details/21697641 #include <iostream> #include <cstdio> using namespace std; struct tree { int data; tree *left,*right; }; class Btree { static int n; static int m; public: tree *root; Btree() { root=NULL; } void create_Btree(int); void Preorder(tree *); ...
[ "root@earthsky.cn" ]
root@earthsky.cn
ad6e4aba2ce4f2f02ba63951e8fe529b7d46d1fb
61db681287b8982943cc748e41dfbcd4b8512631
/NumberOfPathsOfLenghtKinGraphs.cpp
2222186bbcc4e1e84bfa0384deacc25a8348f1a3
[]
no_license
sachins-stack/Graph_Algorithms
e00ff0c91fe595f53eaac4df9bf3d081bbcb0aa1
79b7b785163327f8c011dafe8f879d07d6f142f0
refs/heads/master
2022-11-10T00:26:53.674398
2020-06-24T22:38:46
2020-06-24T22:38:46
270,092,843
0
0
null
null
null
null
UTF-8
C++
false
false
1,512
cpp
//for finding the no. of paths of fixed k length going from u to v vertices //you have to multiply the adjacent matrix // by k times. it will take O(pow(G,k)) time complexity but //by using binary exponentiation it will take O(pow(n,3)*log K). #include<iostream> using namespace std; #define N 3 void Multiply(in...
[ "sachinsrivastava2305@gmail.com" ]
sachinsrivastava2305@gmail.com
4e93a9cb43495daf200f9d7e823135f76ca6422f
19fd534662372d3ab6fdb1a8627601aaa300f1ca
/src/utils/metrics/reps/file_reporter.hpp
93bc16f3bd8cf1812361ff4d7c88864b561e30d1
[]
no_license
rwang067/XPGraph
20beb936878c1c7bc8a0a83793d0befe10b55cbf
ac7d2ac42bda254c09f68ce27252bec78d9cc078
refs/heads/master
2023-04-12T18:23:34.078868
2023-04-10T12:33:04
2023-04-10T12:33:04
518,695,594
5
0
null
null
null
null
UTF-8
C++
false
false
3,891
hpp
/** * @file * @author Aapo Kyrola <akyrola@cs.cmu.edu> * @version 1.0 * * @section LICENSE * * Copyright [2012] [Aapo Kyrola, Guy Blelloch, Carlos Guestrin / Carnegie Mellon University] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with ...
[ "wangrui1994@126.com" ]
wangrui1994@126.com
ade7715202e357ccc2c75a71543feb5b74fe1c77
ed911be7c4b81fb189992954d874cade227daf99
/Source/TPS/TrackerBot.h
aaa9dabb257938f41223f1449269919df71cadd3
[]
no_license
ttvpro007/TPS-TFS
5c54b5de3ec4245b01486f138a5593013fb58134
f60ea0a28d891371e2d712333b66355597d08b93
refs/heads/master
2020-11-23T23:53:38.349460
2019-12-18T04:12:53
2019-12-18T04:12:53
227,870,711
0
0
null
null
null
null
UTF-8
C++
false
false
3,272
h
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreMinimal.h" #include "GameFramework/Pawn.h" #include "Kismet/GameplayStatics.h" #include "NavigationSystem.h" #include "NavigationPath.h" #include "Components/StaticMeshComponent.h" #include "HealthComponent.h" #i...
[ "tuxedo619_2010@yahoo.com" ]
tuxedo619_2010@yahoo.com
353aef2ffe5cceeaf4fa57dccf3dd2af8c2ac04f
1d085c881bb592adcfaf14ad26370bf2befc92cc
/src/node_test02/src/node_test02.cpp
b9580e5db5afd748565ccced4c78537f1af2e5da
[]
no_license
Young-Geo/Ros_Car
2b87c3d67186a26d36c0e0a837aaeaecd1c82f05
fe03f291c78c7dc6a437cbead908051045dd4330
refs/heads/master
2020-03-06T22:29:40.267059
2018-06-20T04:04:34
2018-06-20T04:04:34
127,104,521
0
0
null
null
null
null
UTF-8
C++
false
false
903
cpp
/* * Created on: 2017-12-26 * Author: Young.Geo * QQ: 473763733 * Email: anxan524@126.com */ #include "node_test02.h" #include <tf/transform_broadcaster.h> #include "xserial.h" #include "afx.h" #include "xlog.h" #define DERIVCE_NAME "/dev/motion" #include <ros/duration.h> #include <sensor_msgs...
[ "anxan@Young.Geo" ]
anxan@Young.Geo
ef70aec9e24485682c76ea5b089f0379b9da5b86
450ca59e2671a37c0aef9da0bf73667e60bb76ee
/AK/Tests/TestAnyOf.cpp
1a5e72686f6ad7ce9834336e8a9974553722dfbf
[ "BSD-2-Clause" ]
permissive
mathias234/serenity
13e65b657e67f8d0119dcc5507f2eb93f67ebd0b
e4412f1f599bea034dea608b8c7dcc4408d90066
refs/heads/master
2023-04-13T14:32:25.164610
2021-04-16T12:03:24
2021-04-16T20:26:52
244,063,274
0
0
BSD-2-Clause
2020-03-01T13:51:01
2020-03-01T00:36:07
null
UTF-8
C++
false
false
2,083
cpp
/* * Copyright (c) 2021, the SerenityOS developers. * 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 * ...
[ "kling@serenityos.org" ]
kling@serenityos.org
487656c03f306d0d4692825e8f6b0204e0336d25
877b8c6498b76e7ef4287f1bc5f25d24489b47b3
/inc/old/UtilitaireInf3T5.h
f40d69480e9281a0ee1346779805ef629888de5b
[]
no_license
DangeRoots/Projet-Location-Vehicules
1ebb9fee879cb9e95f2bb4310d73e921b6943290
64620b6a084efaa2b64247e4db1279c38c71c94c
refs/heads/master
2021-01-20T22:28:46.886770
2012-03-06T13:08:38
2012-03-06T13:08:38
3,396,227
0
1
null
null
null
null
UTF-8
C++
false
false
1,100
h
#ifndef UTILITAIREINF3T5_H #define UTILITAIREINF3T5_H /*! * \file UtilitaireInf3T5.h * \brief Classe UtilitaireInf3T5 * * Cette classe propose tout ce qu'il faut pour créer un véhicule utilitaire d'un poids inférieur à 3,5T * * \author Gilles Coulais * \version 0.1 */ class UtilitaireInf3T5 : public Vehicu...
[ "icham.s@live.fr" ]
icham.s@live.fr
c1b525c0c11e94b2c698f1f90812e07fdac24f3d
4c8fcd6c4953af89a7c71f4744824a5b6364ac56
/sources/vs/manette.cpp
787cd93b350874b46a807678a56ba9cff7960e2e
[]
no_license
PierreVerbe/Verbey
7198e7f606ecb04a204a15800dabc5300e99c69c
13ac7757c2658cc72276550c52c33e55b78366e4
refs/heads/master
2021-07-04T08:40:24.498750
2020-09-08T20:40:46
2020-09-08T20:40:46
168,708,200
0
0
null
2020-09-08T20:48:12
2019-02-01T14:19:05
C
ISO-8859-1
C++
false
false
7,595
cpp
// code source de l'utilisation des manettes du mode PVP // prepros #include "../en-tetes/vs/manette.h" #include "../en-tetes/vs/balle.h" #include "../en-tetes/vs/grenade.h" #include "../en-tetes/vs/mine.h" // fonctions // init des infos des manettes void ma_initialiserInput(Input *input, int utiliserJoystick1, int...
[ "pierre.verbe@free.fr" ]
pierre.verbe@free.fr
08c56b9987798dc962d77fc7d5d018b1af9260ba
2e8e733584c070b246550c7817cd04f9505fdfe5
/Code/GameSDK/GameDll/GameRulesModules/IGameRulesPlayerStatsListener.h
43517ec159343f1cdd51dd051964fe8b0054ed58
[]
no_license
blockspacer/Infected
5dd1ea143cb55be57684f22deebad93f3d44b93c
6f64151eb9c5b8b285f522826d10bfe23a315d20
refs/heads/master
2021-05-27T09:54:36.729273
2015-01-25T01:27:45
2015-01-25T01:27:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
987
h
/************************************************************************* Crytek Source File. Copyright (C), Crytek Studios, 2009. ------------------------------------------------------------------------- $Id$ $DateTime$ Description: Interface for a class that receives events when playerstats change ...
[ "jasonh78@gmail.com" ]
jasonh78@gmail.com
453169a3edcf0f55872d0d2ddb7a24180a504f2a
0160f46e44bbe05d7fd7b1d787013eb40137d0ba
/BOJ/__BeginnerStep__/10430.cpp
ba84b8398818a4dddcb9e31f1342079201354a13
[]
no_license
sshwas/algorithm
fcbd67bc5feef657af0637903fbb6fe9b71a7603
ad6797090549ceb6c6c83d262c1c7f2ef3e48638
refs/heads/master
2023-06-26T04:23:25.370257
2023-06-11T10:06:01
2023-06-11T10:06:01
86,837,186
0
0
null
null
null
null
UTF-8
C++
false
false
223
cpp
#include <cstdio> int main() { int A, B, C; scanf("%d %d %d", &A, &B, &C); printf("%d\n", (A + B) % C); printf("%d\n", ((A%C + B%C) % C)); printf("%d\n", ((A*B) % C)); printf("%d\n", ((A%C * B%C) % C)); }
[ "sshwas@gmail.com" ]
sshwas@gmail.com
5240c93f5248f0692ce02df041bcfc494108169d
31bf321f4f6cc6957635e4ae0f4964e3d6a92ddf
/test/memorypool/tst_memorypool.cpp
120f08a34d4fe4dcaf2c4f2d13da9e18a54b66a5
[ "BSD-2-Clause" ]
permissive
kaidokert/weos
b30e0c558bdebb9ecf3db7217735fe59109961b5
977758532b3336afb2f6d1ba33455491a36b4fbf
refs/heads/master
2021-01-18T02:33:40.507755
2015-01-19T21:31:54
2015-01-19T21:32:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,381
cpp
/******************************************************************************* WEOS - Wrapper for embedded operating systems Copyright (c) 2013-2014, Manuel Freiberger All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the foll...
[ "manuel.freiberger@gmx.at" ]
manuel.freiberger@gmx.at
4addd94bfb620d6e347fd4f110cd764ccfe2e959
464ab10339a0e0c39ec379f74d4b9e51b8a1329b
/main.cpp
7f746730420f93bbad3bdbbd5be7b27bc962c4fe
[ "BSD-3-Clause" ]
permissive
equalsraf/kabal
30f65ec97626382f680eb9f611b3d89b7412bf58
3b38671cdc7ed19e8018e0f4ad48fb0c628ea9f0
refs/heads/master
2020-04-06T16:08:00.568442
2013-12-30T17:04:16
2013-12-30T17:04:16
12,845,103
0
1
null
null
null
null
UTF-8
C++
false
false
417
cpp
#include <QtGui> #include "kabal.h" int main(int argc, char **argv) { QApplication app(argc, argv); #ifdef KABAL_DEBUG Kabal *kabal = new Kabal(QUrl( QDir(QDir().filePath("qml")).filePath("kabal.qml") )); qDebug() << "Loading qml interface from local path qml/"; #else Kabal *kabal = new Kabal(); #endif if ( !kaba...
[ "raf-ep@gmail.com" ]
raf-ep@gmail.com
d04bc37fb5662f7f101b4922d7cd9af491c13b7d
08460c45ef10a5de5871e5e9f8761232526b7bf1
/old_src/classParams.cpp
e41e329a9a4323d2e33e4d006881422da92f62f9
[]
no_license
temafox/photon-clusters
ee42a4b6fd58dcf39291be97bc6493ccdc269001
11d1e4b32d3aa55c6b255b9b5cbd5e681fc9b0a7
refs/heads/master
2021-07-23T11:01:08.872106
2021-05-11T07:56:39
2021-05-11T07:56:39
248,918,873
0
0
null
null
null
null
UTF-8
C++
false
false
793
cpp
#include <string> #include "sim_data.h" #include "cluster_div_config.h" #include "ClusterParser.h" #include "HistoManager.h" void classParams(const std::string &inFileName = IN_FILE_NAME, const std::string &outFileName = OUT_FILE_NAME) { auto clusterParser = ClusterParser{inFileName}; auto histoManager = Hist...
[ "tema.bajen@gmail.com" ]
tema.bajen@gmail.com
448f4f2e5b7fbfd4593f00008581e06df3ba857c
718c64ec0856043a927806ab7f28588ea846c314
/src/core/primitives/Cube.cpp
61a72b40acc56d60fbda67eca9dfc8e1550eb128
[ "MIT", "LicenseRef-scancode-warranty-disclaimer", "Zlib", "BSL-1.0", "Apache-2.0", "LicenseRef-scancode-public-domain", "BSD-3-Clause", "Unlicense", "LicenseRef-scancode-unknown-license-reference" ]
permissive
dbadb/tungsten
2b7f979c66c57a81d56040ea04ea3eb17671fb4b
43bbf158277946c3cf5c7a961ce3f65d2dd4cd38
refs/heads/master
2021-01-23T03:42:52.219563
2017-04-14T00:35:27
2017-04-14T00:35:27
86,111,323
0
0
null
2017-03-24T21:17:14
2017-03-24T21:17:14
null
UTF-8
C++
false
false
8,198
cpp
#include "Cube.hpp" #include "TriangleMesh.hpp" #include "sampling/PathSampleGenerator.hpp" #include "sampling/SampleWarp.hpp" #include "io/JsonObject.hpp" #include "io/Scene.hpp" namespace Tungsten { struct CubeIntersection { bool backSide; }; Cube::Cube() : _pos(0.0f), _scale(0.5f), _bsdf(_defaultBsdf) {...
[ "mail@noobody.org" ]
mail@noobody.org
3372c207046a92a973fcc31a0ab0a1d4bd45fecf
68862103a42e09f40f087f8ea8a0b9d893ac3e38
/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/gpu_operation.h
074eb937bad4f77d6d2e56d6d190a46ba5fcaa47
[ "Apache-2.0" ]
permissive
KennyKang7012/McuML
52bd572c9d92a35ccda0cacfd32353da794a9c34
a9554d9cd66102d00f3cdfd74ea3b84569a9b386
refs/heads/master
2023-07-31T15:06:04.460539
2021-06-15T01:32:18
2021-06-15T01:32:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,778
h
/* Copyright 2019 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...
[ "yilintung@on-device-ai.com" ]
yilintung@on-device-ai.com
d204b2a6c81485cb6d05eaa8d6855e1229e344e6
c588c442150354d4b6b0005982cbc9eb760ff7bd
/retrieval/include/indri/DirichletTermScoreFunction.hpp
f268086c25fd1b3b125a3c052dd49b39e3f42176
[ "BSD-2-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
danrugeles/retrieval-algorithms
548d593637e9ecc2029b89fa2e0e15e7b10310e7
970a645107200a79e6f5a8ef62a34d54bc72f254
refs/heads/master
2020-05-29T15:35:00.906805
2013-02-19T02:22:56
2013-02-19T02:22:56
8,242,635
2
3
null
null
null
null
UTF-8
C++
false
false
1,692
hpp
/*========================================================================== * Copyright (c) 2004 University of Massachusetts. All Rights Reserved. * * Use of the Lemur Toolkit for Language Modeling and Information Retrieval * is subject to the terms of the software license set forth in the LICENSE * file include...
[ "danrugeles.danrugeles@gmail.com" ]
danrugeles.danrugeles@gmail.com
815218a4a5ef2ae4b16b882860a6438cae15e3ef
9d4833a49389afbbcb6170ec0a7008e2b9537eb3
/Cpp/14.cpp
77e9d5d1d1bc0a79402722ce9d836f2690d7ac66
[]
no_license
aedit/100ProgramsForCampus
aeffe3ff7e4532163ee8d1f5d62924a2d1ca05ba
f3520816d17e2d0575c80cb72a85aa600b079f2e
refs/heads/master
2021-07-07T22:31:35.885902
2020-10-29T09:33:56
2020-10-29T09:33:56
193,265,239
0
2
null
2020-10-29T09:33:57
2019-06-22T18:11:24
C++
UTF-8
C++
false
false
270
cpp
#include <iostream> using namespace std; int main(){ int a,b,c; cout << "Enter 3 numbers: "; cin >> a>> b>>c; int n = (a<b && a<c) ? a : b<c ? b : c; int gcd = 1; for(int i= 1; i<=n; ++i) if(a%i ==0 && b%i==0 && c%i==0) gcd = i; cout << gcd; return 0; }
[ "udisen97@gmail.com" ]
udisen97@gmail.com
63be781ddb4190b6fb239230ea69f88152c90951
9ea0f3015d2e7a6dc6ada68f624ccf6e0b9fdfbd
/src/Time.cpp
a569b1cb03e86b35c5203db803dca37a85d95de1
[]
no_license
LilliJane/Bomberman
2fc7a1775bbc821228ce7703f1c7a51bfd201e95
9fa1a25c0eaa6d904f807806352e8a1256b64a34
refs/heads/master
2021-01-15T13:18:29.228513
2019-10-29T08:04:28
2019-10-29T08:04:28
37,992,934
1
1
null
2019-10-29T08:04:30
2015-06-24T15:24:14
C
UTF-8
C++
false
false
4,058
cpp
// // Time.cpp for in /home/dumont_p/rendu/cpp_bomberman/src // // Made by _p dumont // Login <dumont_p@epitech.net> // // Started on Wed May 13 18:01:26 2015 _p dumont // Last update Wed May 13 18:01:27 2015 _p dumont // #include <stdexcept> #include "Time.hh" Time::Time() { gettimeofday(&this->_time, 0); } ...
[ "emeline.gaulard@epitech.eu" ]
emeline.gaulard@epitech.eu
bf514ecf064181b8339247adcc7a443842323084
41495226b4435690c26689c97a21e9406205b7a1
/main.cpp
a6faa88df3601f2ba125d70dda45f5f29adf3b64
[]
no_license
kkolcheck/psleep
45763da3f63f3c89a24fe27cb62a946822f9d5b1
83cc5f641bd82a69abf7df7d12679435001d3681
refs/heads/master
2021-01-09T06:17:03.090975
2017-02-06T01:43:32
2017-02-06T01:43:32
80,950,673
0
0
null
2017-02-06T01:33:47
2017-02-04T21:46:16
C++
UTF-8
C++
false
false
1,411
cpp
//CSCI40300 Project Two //Group Swan: //Tyler Phillips, Kevin Kolcheck, Benjamin Fulkerson-Bird, Daniel Adams #include "random.hpp" #include "time.hpp" #include <iostream> #include <sstream> #include <string> using namespace std; int main(int argc, char *argv[]){ if (argc != 3){ // check for two command-line argum...
[ "phillity@umail.iu.edu" ]
phillity@umail.iu.edu
9107628c52c6bcc97c21e76d481f6d64abbf053a
251413d8c6c34086debc828e5a56088c0f3cf4cf
/GgafDx/src/jp/ggaf/dx/model/MassBoardModel.cpp
664ba97176f61d383cf2e079bcae9753f9c16792
[]
no_license
gecchi/MyMain01
a7311a3e4659a140dd1127b2ea592e7f1ed1a22b
31ada3d4a434bea4dcd42fc867a52378493b0853
refs/heads/master
2023-09-01T14:30:06.410655
2023-08-30T14:39:38
2023-08-30T14:39:38
13,404,587
19
0
null
null
null
null
SHIFT_JIS
C++
false
false
17,871
cpp
#include "jp/ggaf/dx/model/MassBoardModel.h" #include "jp/ggaf/dx/Caretaker.h" #include "jp/ggaf/dx/actor/MassBoardActor.h" #include "jp/ggaf/dx/effect/MassBoardEffect.h" #include "jp/ggaf/dx/exception/CriticalException.h" #include "jp/ggaf/dx/manager/EffectManager.h" #include "jp/ggaf/dx/manager/ModelManager.h...
[ "gecchi@bochibochi.ddo.jp" ]
gecchi@bochibochi.ddo.jp
81d9e20db2b486aebfa1e1df9c5fa89a8de7c502
cae8beb7de70e4361a5071e33b023b3cd4f3031e
/BomberMan/release/moc_monster3.cpp
1c1396f45b682ab2595eeb18657784187feb4746
[]
no_license
AmazingPangWei/BomberMan
78cfd471223a83e47a4978a71e267d82d8c0f24b
31ff4b6a6a25b57c42c4492d7a5efca06546185d
refs/heads/master
2020-04-25T08:40:57.312247
2019-02-26T07:57:47
2019-02-26T07:57:47
172,655,153
0
0
null
null
null
null
UTF-8
C++
false
false
2,574
cpp
/**************************************************************************** ** Meta object code from reading C++ file 'monster3.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.7.0) ** ** WARNING! All changes made in this file will be lost! ************************************************************...
[ "1832394515@qq.com" ]
1832394515@qq.com
97b3eb52882e77a240d41bcc9b36f7146c60de3e
b7f2c737686d1feb87a819def55c1df9729bd3f7
/Codeforces/1101A.cpp
23a7ed24c444161b4042064e64475a295f35fb04
[]
no_license
frontseat-astronaut/Competitive-Programming
e052c887497c5da9b82c701eacc765b7f839049f
eb49d9112cfe35cd0ef8cf1b690b607a8beede7d
refs/heads/master
2020-03-21T03:15:41.561248
2019-01-27T15:59:19
2019-01-27T15:59:19
138,044,632
0
0
null
null
null
null
UTF-8
C++
false
false
415
cpp
#include<bits/stdc++.h> using namespace std; #define int long long int32_t main() { int l, r, d, q; cin>>q; while(q--) { cin>>l>>r>>d; int lq, rq, lr, rr; lq=l/d; rq=r/d; lr=l%d; rr=r%d; if(lq>1 ) { cout<<d<<"\n"; continue; } if(lq==1) { if(lr!=0) { cout<<d<<"\n"; continue;...
[ "32930066+frontseat-astronaut@users.noreply.github.com" ]
32930066+frontseat-astronaut@users.noreply.github.com
e253f1907b8316654065129ade957126990225ea
fa3b89c5ead0d403f7db4be81f791a272f4fe62e
/alg/poj/archive/1634/5510626_WA.cpp
35ed8fd16fadc4efbd74c1cd7411a0846805010e
[]
no_license
ruleless/programming
aa32e916a5b3792ead2a6d48ab924d3554cd085f
c381d1ef7b1c7c0aff17603484e19a027593429b
refs/heads/master
2022-11-14T02:07:47.443657
2022-11-03T23:47:32
2022-11-03T23:47:32
86,163,253
4
0
null
null
null
null
UTF-8
C++
false
false
976
cpp
#include<iostream> using namespace std; struct node { int id,salary,height; }; node ep[30011]; int hash[900011]; struct node1 { int id,cnt; }; node1 qq[200]; int cmp(const void*a,const void*b) { return ((node*)a)->salary-((node*)b)->salary; } int main() { //freopen("in.txt","r",stdin); ...
[ "ruleless@126.com" ]
ruleless@126.com
99fabbd4f646ea904bb735f101d3ca3ee2d5c6ba
850f29a18fe86b5a16ce9407f9cd90757356b6ad
/LeetcodeSolution/1047_removeAllAdjacentDuplicate.cpp
ea7f85dee4dff874cf65d0d11fdc5d5037a0504c
[]
no_license
traviszeng/AlgorithmDatastructureByCPLUSPLUS
e960fb0971bf7ffcb9c3a32ab71c8b7b2eed040d
8a5001127c2bdab809ad4db20547bd36e68f0731
refs/heads/master
2020-03-31T20:00:19.440845
2019-08-14T08:42:17
2019-08-14T08:42:17
152,520,975
0
0
null
null
null
null
UTF-8
C++
false
false
377
cpp
#include<string> using namespace std; string removeDuplicates(string S) { bool isRemove = true; while (isRemove) { if (S.length() == 0 || S.length() == 1) { break; } for (int i = 1; i < S.length(); i++) { if (S[i] == S[i - 1]) { S.erase(i - 1, 2); break; } if (i == S.length() - 1 && S[i...
[ "traviszeng7@gmail.com" ]
traviszeng7@gmail.com
11fa1b996d2005f4e0bd4913783c4ecd21228e9a
4bcc9806152542ab43fc2cf47c499424f200896c
/tensorflow/core/data/test_utils.cc
f3b4cf22f85773d5cd6f77f56e9d7114d84dadf2
[ "Apache-2.0", "LicenseRef-scancode-generic-cla", "BSD-2-Clause" ]
permissive
tensorflow/tensorflow
906276dbafcc70a941026aa5dc50425ef71ee282
a7f3934a67900720af3d3b15389551483bee50b8
refs/heads/master
2023-08-25T04:24:41.611870
2023-08-25T04:06:24
2023-08-25T04:14:08
45,717,250
208,740
109,943
Apache-2.0
2023-09-14T20:55:50
2015-11-07T01:19:20
C++
UTF-8
C++
false
false
2,711
cc
/* Copyright 2023 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
34f3570265a221ba1933c46a50f11e2521e5a725
92ad59b4ac7fb384d1e8f69c64d94f7d1bb0292a
/src/test/torcontrol_tests.cpp
e27adf915d398697d34b1029fc9c4dd3536ec503
[ "MIT" ]
permissive
sp1k31973/dequant
da876fd99bbb58df97330699673e01a369f426fc
9621b4bf2530d631946744ab98c87624bbe25a4b
refs/heads/master
2020-04-22T01:31:00.601165
2019-02-11T18:12:53
2019-02-11T18:12:53
170,016,457
0
0
null
null
null
null
UTF-8
C++
false
false
7,144
cpp
// Copyright (c) 2017 The Zcash developers // Copyright (c) 2017 The PIVX developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "torcontrol.cpp" #include <boost/test/unit_test.hpp> BOOST_AUTO_TEST_SUITE(torcontr...
[ "sp1k3.admin@googlemail.com" ]
sp1k3.admin@googlemail.com
becabeb52da0a6b9de7237eb2753011f9b4a8ff4
d37e356b45b65ba25ffeee56b41fff1fc9bb5613
/dune/hdd/linearelliptic/discretizations/swipdg_2daluconformsimplex_fem_eigen.cxx
6dc0b607c2fda6aa3d88255a9f59f7758bedf775
[ "BSD-2-Clause" ]
permissive
stjordanis/dune-hdd
3b4db8358b38b2c6ebb9a460e7ee8b2e65c5af9f
1ded1451a04a44c035db4cff7905661813afa935
refs/heads/master
2020-12-31T23:04:26.380058
2019-06-28T08:59:36
2019-06-28T08:59:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,079
cxx
#include "config.h" #if HAVE_ALUGRID && HAVE_DUNE_FEM && HAVE_EIGEN # include <dune/grid/alugrid.hh> # include "swipdg.hxx" namespace Dune { namespace HDD { namespace LinearElliptic { namespace Discretizations { template class SWIPDG< ALUGrid< 2, 2, simplex, conforming, No_Comm >, Stuff::Gr...
[ "felix.schindler@wwu.de" ]
felix.schindler@wwu.de
07d7aa7b81f1abea264698a07fddb26455e44a0c
c835ed27836c54353c7d913ed9bc782c5824188f
/source/exporting/vtk/VTKSection.h
298bbc93ab86b7fb3915ff4e363398a717a02126
[ "MIT" ]
permissive
ljuillen/RelationBasedSoftware
a2df8ff970f47e9ee2205adc25d5b98a1c0fc486
f26f163d8d3e74e134a33512ae49fb24edb8b3b7
refs/heads/master
2023-03-15T05:48:31.409609
2021-03-04T22:41:35
2021-03-04T22:41:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,405
h
// // VTKSection.h // Relation-Based Simulator (RBS) // // Created by Ali Jenabidehkordi on 11.07.2020. // Copyright © 2020 Ali Jenabidehkordi. All rights reserved. // #ifndef VTKSECTION_H #define VTKSECTION_H #include "../CSVFile.h" /** * The exporting namespace provides the means to handle exporting simulatio...
[ "ali.jenabi@gmail.com" ]
ali.jenabi@gmail.com
e7f396dde0b7bb49f34b3fe83e6d8898089dbd05
0611b1cc08b15d329057595365359947c20fcd59
/codeforce/教育法典第77轮(等级2)/A.cpp
6c10e93fb78dc66a8f948bbfa6c38d5bfc9f88be
[]
no_license
Lan-ce-lot/overflow
c9a7167edaeeaa1f9f1e92624726b1d964289798
ae76120e328a5a2991eb6ef7f1ae5e279374e15c
refs/heads/master
2023-04-08T04:24:49.614146
2021-04-25T05:33:06
2021-04-25T05:33:06
279,082,035
0
0
null
null
null
null
UTF-8
C++
false
false
1,681
cpp
/************************************************************************* > FileName: > Author: Lance > Mail: lancelot_hcs@qq.com > Date: 9102.1.8 > Description: ************************************************************************/ //#include <bits/stdc++.h> #pragma comment(linker, "/STACK...
[ "1984737645@qq.com" ]
1984737645@qq.com
73d23e9d5ed22ff35d27acca8679365d3c236bb0
35f42643b37e719b3ffc12d2d6815759bbdc2d61
/src/starter.cpp
a3270e454164f7190946a9d57311162b545f952c
[]
no_license
drforester/Cpp-Programming-Examples
49dbc3996d9d19db60d62002f4fc4ce57b9fdf1a
3b6c3728ce50241f4706acb367bd604937e56b10
refs/heads/master
2021-01-06T08:07:01.279604
2020-04-26T21:26:13
2020-04-26T21:26:13
241,254,600
0
0
null
null
null
null
UTF-8
C++
false
false
135
cpp
#include <bits/stdc++.h> using namespace std; int main() { ios_base::sync_with_stdio(false); cin.tie(NULL); return 0; }
[ "d.raymond.forester@gmail.com" ]
d.raymond.forester@gmail.com
38c89c5f5c2065dc70c1a4e2083c9954a05df246
62f35314c61a917d4fbdac78e59cda96cc18f912
/ObjectOrientedProgramming/test13/test13/GeneratedFiles/ui_test13.h
b1bf89a7a79ba0f173f3cae85436597a7967fd98
[]
no_license
AlexaAndreas99/Faculty
39c981281a2a79edc994286a4e2c8f007ba57c8e
160cf6717f45c715e78d730c045572d5d661f4e7
refs/heads/master
2021-01-13T23:42:57.555314
2020-05-07T16:33:53
2020-05-07T16:33:53
242,531,226
0
0
null
null
null
null
UTF-8
C++
false
false
3,437
h
/******************************************************************************** ** Form generated from reading UI file 'test13.ui' ** ** Created by: Qt User Interface Compiler version 5.12.3 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! *******************************************...
[ "alexaandreas99@gmail.com" ]
alexaandreas99@gmail.com
4fd44976fdfb67d735368490cf5efc673b4b11d8
af9e03a15f847476e584024b42a38c768e82bbed
/d_algorithm.cpp
6fab1b76410245f92d75896dfc8e06036cdb19ac
[]
no_license
MoheeDG23/Design-for-Testability-Project
9f8730143cce13f31916187d2ea69c962b958bd5
ecb47ba53ec78e8072d33c8d459fdbcc46ef1bb7
refs/heads/main
2023-06-19T14:30:31.851793
2021-07-14T19:01:59
2021-07-14T19:01:59
384,669,937
0
0
null
2021-07-10T10:22:07
2021-07-10T10:22:07
null
UTF-8
C++
false
false
24,710
cpp
#include<iostream> #include<bits/stdc++.h> using namespace std; //Global Variables vector <int> d_path; int i_gatedata[6]; // Intersection table // C = conflict, E = ~D, N = no wire char tc_intersection(char a, char b) { char out; switch(a) { case '0': switch(b) { ...
[ "mohee.datta@research.iiit.ac.in" ]
mohee.datta@research.iiit.ac.in
17561d8c848e68932c9b7889224140d6739c7592
6b2a8dd202fdce77c971c412717e305e1caaac51
/solutions_2449486_0/C++/happybin/main.cpp
bd5fbbea4ee67d9fb2cbf952aa33811bb495b4e4
[]
no_license
alexandraback/datacollection
0bc67a9ace00abbc843f4912562f3a064992e0e9
076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf
refs/heads/master
2021-01-24T18:27:24.417992
2017-05-23T09:23:38
2017-05-23T09:23:38
84,313,442
2
4
null
null
null
null
UTF-8
C++
false
false
872
cpp
#include <stdio.h> #include <string.h> int mp[105][105]; int h[105]; int v[105]; int main() { //freopen("B-small-attempt0.in", "r", stdin); //freopen("B-small-attempt0.out", "w", stdout); int T; scanf("%d", &T); int nt = 0; while(T--) { int N, M; scanf("%d%d", &N, &M); memset(h, 0, size...
[ "eewestman@gmail.com" ]
eewestman@gmail.com
c9f23d051f25b87ae7fe8930d9122ce63af04ab6
7ea6ddd25ced006ff441a1ca39ad18a69f04809c
/src/main.cpp
9edb4c0cfd56420073810100231d04966a0ef590
[]
no_license
a-h/remotetemp
cb9968df317e1e2e0b9e0626d9e79a21c6da3aea
acb416ee8add1428002c3c60f0139ced141b0f39
refs/heads/master
2023-03-27T14:54:48.456842
2021-03-29T11:42:47
2021-03-29T11:42:47
299,421,039
1
2
null
null
null
null
UTF-8
C++
false
false
3,490
cpp
#include <Arduino.h> #include <ESP8266WiFi.h> #include <ESP8266HTTPClient.h> // Example testing sketch for various DHT humidity/temperature sensors // Written by ladyada, public domain // REQUIRES the following Arduino libraries: // - DHT Sensor Library: https://github.com/adafruit/DHT-sensor-library // - Adafruit Un...
[ "adrianhesketh@hushmail.com" ]
adrianhesketh@hushmail.com
def6bff275e9d9c1984f9b9f421dc121d75af574
e872bbb9d9105b58515ca4d2546841bb8e02f783
/ACMContest/SuffixArray/poj3261.cpp
dbc5798001990c6e154375a03ec60834f2952e49
[]
no_license
SyncShinee/ACM-ICPC
91049d2ef9a107732c1ad0094a761d95767f0bf8
81ab1f424dd2cdd9acfa070c7395029ea76c750b
refs/heads/master
2020-12-24T03:33:06.389897
2016-07-17T12:48:30
2016-07-17T12:48:30
35,202,594
2
0
null
null
null
null
UTF-8
C++
false
false
1,951
cpp
#include <cstdio> #include <algorithm> #include <cstring> using namespace std; const int N = 20010; const int M = 1000010; int str[N], t1[N], t2[N], sa[N], Rank[N], height[N], c[M]; int n, K; void buildsa(int *s, int n, int m) { int i, p, k, a1, a2, *x = t1, *y = t2; memset(c, 0, m << 2); for (i = 0; i < n;...
[ "syncshinee@gmail.com" ]
syncshinee@gmail.com
ed89ad72199931d2c04ac35db77adfe74d3f9fce
0e5e1a76a822ef4ddc5bf411414a5d28b0a94878
/155_MinStack.cpp
314cae152effdb1f1ce7b17dae9170f1d28ccaea
[]
no_license
wangqifei/leetcode
132f8a5aced3a489e9357a7509d054cbeac25dda
e85b6dc4d374925ad0f1fb228580a0031ac1fca3
refs/heads/master
2021-01-22T03:44:49.624044
2015-07-03T19:36:42
2015-07-03T19:36:42
38,506,556
0
0
null
null
null
null
UTF-8
C++
false
false
1,403
cpp
// 155 Min Stack // Design a stack that supports push, pop, top, and retrieving the minimum element in constant time. // push(x) -- Push element x onto stack. // pop() -- Removes the element on top of the stack. // top() -- Get the top element. // getMin() -- Retrieve the minimum element in the stack. // Hide Tags Sta...
[ "qifei.wang@eecs.berkeley.edu" ]
qifei.wang@eecs.berkeley.edu
cd37a10265142656f703a4cb079ba4cd31247284
92930f88c99b18926ba2beb9957ab2f3db457a3b
/EspaperParser.h
52320a2f3e35d150f04d8641478592ad0f8f133d
[ "MIT" ]
permissive
dicer/espaper-client
c78496543b864e08f7a12bc1661e5beaeeb649f7
ae5a62c86ea4f69447719d6db6b0d1c896a806cd
refs/heads/master
2021-05-09T00:23:14.451555
2018-01-11T09:24:05
2018-01-11T09:24:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,831
h
#ifndef _ESPAPERPARSERH_ #define _ESPAPERPARSERH_ #include <ESP8266HTTPClient.h> #include <ESP8266WiFi.h> #include <MiniGrafx.h> #include <JsonListener.h> #include <JsonStreamingParser.h> #include <Arduino.h> #include <MiniGrafxFonts.h> #include "WeatherFonts.h" #define MAX_CACHED_FILES 15 class EspaperParser: publi...
[ "dani.eichhorn@squix.ch" ]
dani.eichhorn@squix.ch
2681f8ba570541ee825dbb0bc4bc7f480fe7b4e3
2cf838b54b556987cfc49f42935f8aa7563ea1f4
/aws-cpp-sdk-codeartifact/include/aws/codeartifact/model/UntagResourceRequest.h
43e77cfeee53f923bd1977b51fe653fda2883974
[ "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
5,175
h
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/codeartifact/CodeArtifact_EXPORTS.h> #include <aws/codeartifact/CodeArtifactRequest.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/core/utils/memory/stl/A...
[ "aws-sdk-cpp-automation@github.com" ]
aws-sdk-cpp-automation@github.com
a1239934ba6c45f804baa5f1b6597929a9ceb8d1
5b575b8bcee4fee9f38edc0c96331f1069eafc4b
/CalculPoids/Body_old.h
f9599f8c9e828137fecc9e42d24d745a07ea8d10
[]
no_license
nbourre/metric
ca7753ec35c57210afaf5a4568bbd6e4c7507b92
7260b71702607f84310063dec7c0c50ce661b757
refs/heads/master
2023-03-22T10:05:20.606343
2021-03-15T14:10:01
2021-03-15T14:10:01
null
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
4,039,535
h
#pragma once #include <string> extern string photo; string body(string categorie, string numProduit, int reponse, string tag, int Met_Int) { bool trouver = false; int i = 0; string texte; string longeur = ""; string driveStyle = ""; stringstream ss(numProduit); string souschaine[3]; for (int j = 0; j < 3; j...
[ "rjm-fasteners@hotmail.com" ]
rjm-fasteners@hotmail.com
476a60aafa35fda6b23fa2b16617156aab352d65
888f821260b4bfda6df2ab4ba5c639fd16f30c94
/benchmark/cin_sync.cpp
aa067d53cd72f5a2fa280f0e55e156175fa6059e
[]
no_license
JustBeYou/infoarena
1b8a6d32d039dc6e53f592003ce9ef1cfc79812e
f335d7f7a074255e60262c31d518b9ca86d5f30d
refs/heads/master
2021-07-05T12:21:56.854223
2020-09-12T15:47:23
2020-09-12T15:47:23
179,277,917
0
0
null
null
null
null
UTF-8
C++
false
false
245
cpp
#include <bits/stdc++.h> using namespace std; int main() { freopen("input.txt", "r", stdin); std::ios::sync_with_stdio(false); char c; int s = 0; while (cin >> c) { s += c; s %= 10; } return 0; }
[ "mihailferaru2000@gmail.com" ]
mihailferaru2000@gmail.com
e0d13854a9f6a2ec91c7b51aa150a042fe8dd76e
a7e40f5b729e46c7555943efce48f726820b95c3
/src/bh_src/Src/Representations/Perception/LinePercept.h
6f7423107719602b4948c874f1311a95d31cb9ee
[]
no_license
uchile/bh-motion_ros-pkg
995f7e9b41da22a9f190b991622333b47942aaae
5aac68185f6ac0b48b4241b09c85734c9c59b642
refs/heads/master
2016-09-06T21:38:42.112878
2013-06-21T20:35:09
2013-06-21T20:35:09
10,834,419
1
0
null
null
null
null
UTF-8
C++
false
false
4,905
h
/** * @file LinePercept.h * Declaration of a class that represents the fieldline percepts * @author jeff */ #pragma once #include "Representations/Perception/CameraMatrix.h" #include "Representations/Perception/ImageCoordinateSystem.h" #include "Representations/Infrastructure/CameraInfo.h" #include "Representations/C...
[ "dleottau@ing.uchile.cl" ]
dleottau@ing.uchile.cl
a6016657d9475d17fb2ae864f6eeb1d6d1a9dad6
b4dc3314ebc2e8d3ba67fd777802960b4aedd84c
/brix-tools/iab/cross_platform_prototype/LucidApplicationBuilder/FSM.h
0896829824d3f318d3fc40a7c11e7a97ad743dfa
[]
no_license
kamilWLca/brix
4c3f504f647a74ba7f51b5ae083bca82f70b9340
c3f2ad913a383bbb34ee64c0bf54980562661e2f
refs/heads/master
2021-01-18T04:08:56.435574
2012-09-18T16:36:32
2012-09-18T16:36:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
417
h
// FSM.h: interface for the FSM class. // ////////////////////////////////////////////////////////////////////// #if !defined(_FSM_H_INCLUDED_) #define _FSM_H_INCLUDED_ /* #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 */ class FSM { public: FSM(); virtual ~FSM(); // Attributes int enabledraw; int ...
[ "kamilwieczorek@hotmail.com" ]
kamilwieczorek@hotmail.com
83d407a14379c7a10c8468201e4eeff0764714b5
fa7474550cac23f55205666e13a99e59c749db97
/foomatic_shell/scanner_test.cc
d39c5962ad0ac039cfd47ca0e64eb6b1388b5414
[ "BSD-3-Clause" ]
permissive
kalyankondapally/chromiumos-platform2
4fe8bac63a95a07ac8afa45088152c2b623b963d
5e5337009a65b1c9aa9e0ea565f567438217e91f
refs/heads/master
2023-01-05T15:25:41.667733
2020-11-08T06:12:01
2020-11-08T07:16:44
295,388,294
0
1
null
null
null
null
UTF-8
C++
false
false
5,037
cc
// Copyright 2020 The Chromium OS 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 "foomatic_shell/grammar.h" #include "foomatic_shell/scanner.h" #include <gtest/gtest.h> #include <string> #include <vector> namespace foomat...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
461ce22bc167a098e929e084a8be27d1a4a21128
92ba8e67f18b570fdbef4427aecc0fcd35c8eb1a
/ui_designerPreciousMetals.h
b169a1c5a4f16647de37a5384b0fb4b8581be648
[]
no_license
bedinin/mto
e3043c923abdee718894d156fae06c0fedc41e8b
830c62e7adcf6611b2550ee5892fb0bcddae56e5
refs/heads/master
2016-09-06T15:45:54.437301
2013-07-29T11:14:39
2013-07-29T11:14:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,078
h
/******************************************************************************** ** Form generated from reading UI file 'designerPreciousMetals.ui' ** ** Created: Mon 29. Jul 21:33:07 2013 ** by: Qt User Interface Compiler version 4.7.3 ** ** WARNING! All changes made in this file will be lost when recompiling UI...
[ "bedja87@mail.ru" ]
bedja87@mail.ru
fca050c021fd80550fb6c2d04a7142e1ce34f6bd
b2531eced9be01fe6c8daf6949633454f24db47f
/CISCO/MFCApplication1/CSeriesLines.h
1793c598698e95bedad3caa9dc8eba7813ba42fa
[]
no_license
CheretaevIvan/VisualStudioProjects
6f7575c97ead4b118a21d70c5a3ba1895e955cb5
abdcac001e0d73387e2f7a704b8ea69e30ade2be
refs/heads/master
2021-01-10T18:17:30.379719
2016-03-20T21:10:21
2016-03-20T21:10:21
54,338,383
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
1,954
h
// Автоматически создаваемые классы-оболочки IDispatch, созданные при помощи мастера добавления класса из библиотеки типов #import "C:\\Program Files (x86)\\Microsoft Office\\Office15\\MSWORD.OLB" no_namespace // CSeriesLines класс-оболочка class CSeriesLines : public COleDispatchDriver { public: CSeriesLines(){} //...
[ "ivan_cheretaev@inbox.ru" ]
ivan_cheretaev@inbox.ru
167f48cf32731883902d01efbdb2be0362b6d65c
60b619330a4c67cb9c598da9c3c95f9a929e6360
/DBase.h
684588fb823b2e0550c511db0920f25686587da2
[]
no_license
8aw8/ReplicationService
28a4bae9898159826ab81f0a2ae90bbac7982a1b
9f2f4c04b74b0d16e97e256bf7dd53039f95cdc2
refs/heads/master
2016-09-06T03:32:12.564190
2013-11-10T22:04:39
2013-11-10T22:04:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
771
h
#pragma once #include "afxdb.h" #include "MyThread.h" #include "DBThread.h" #include "ReplicPacket.h" #include <iostream> #include <tchar.h> #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit #ifndef VC_EXTRALEAN #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows hea...
[ "mail-aw@yandex.ru" ]
mail-aw@yandex.ru
52dde1150f8352cc08b7604b1616fb7298eeb021
185088abbeee8d1dbabc0da3666dba332db09003
/src/JepByteStreamV1Cnv.h
6f594d71894bd41868317a769cb01becfecb3d34
[]
no_license
l1calo/TrigT1CaloByteStream
c4ae281ad9d0a8ac438b3174110c7a5fe3ca017b
7657845c8d3663b60571070e9683b352d37c5be0
refs/heads/master
2016-08-05T17:04:17.061472
2015-02-12T11:17:27
2015-02-12T11:17:27
26,935,413
0
0
null
null
null
null
UTF-8
C++
false
false
1,494
h
#ifndef TRIGT1CALOBYTESTREAM_JEPBYTESTREAMV1CNV_H #define TRIGT1CALOBYTESTREAM_JEPBYTESTREAMV1CNV_H #include <string> #include "GaudiKernel/ClassID.h" #include "GaudiKernel/Converter.h" #include "GaudiKernel/MsgStream.h" #include "GaudiKernel/ServiceHandle.h" #include "GaudiKernel/ToolHandle.h" class DataObject; cla...
[ "watsona@4525493e-7705-40b1-a816-d608a930855b" ]
watsona@4525493e-7705-40b1-a816-d608a930855b
ef4bb90d1ba172e4a1ce5b851c2243f6a442bd2a
62b3e7d3fcd49b9071ac87453989d234913cbabf
/src/main.cpp
f8c0df52ea28240b6930a1afbc700ca0ce1263cc
[]
no_license
kierdavis/pdi-programmer
6e4d526553c4d264d3531159dbb31cfaa4ee4540
1db20221af78bfecaf71d872678ff31be1b0fd5e
refs/heads/master
2021-05-08T13:39:30.287888
2018-02-23T10:48:10
2018-02-23T10:48:10
120,029,728
3
0
null
null
null
null
UTF-8
C++
false
false
2,850
cpp
#include <stdbool.h> #include <stdint.h> #include "NVM.hpp" #include "Platform.hpp" #include "Util.hpp" namespace Request { static constexpr uint8_t NOP = 0x00; static constexpr uint8_t ERASE_CHIP = 0x01; static constexpr uint8_t WRITE_APP_FLASH = 0x02; static constexpr uint8_t WRITE_FUSE = 0x03; static con...
[ "kierdavis@gmail.com" ]
kierdavis@gmail.com
4fd209bab9284e9ce41948c4fc88c8793b65821d
8fdc5fde92284eff5595c82ec22b19d0fe119fbd
/HelloWorld/node.cpp
b35b03ba45ecd9cd1bdec4e5f10e43c3d3b081e4
[]
no_license
erdemyaman/hello-world
244d347ca00eb8d444028a717b9b4af391066dcd
f1a62905380feb2f98ed45a7b755985db5b49061
refs/heads/master
2021-01-20T00:11:15.997737
2018-03-21T21:04:33
2018-03-21T21:04:33
89,093,516
0
0
null
2017-04-22T19:31:03
2017-04-22T19:19:01
null
UTF-8
C++
false
false
537
cpp
#include "node.h" #include <iostream> static unsigned cur_id = 0; unsigned createId(){return cur_id++;} Node::Node() { m_id = createId(); m_parent = nullptr; } Node::Node(Node* parent) { m_id = createId(); m_parent = parent; } Node::~Node() { std::cout << "Node " << m_id << " is dead!" << std::endl; m_id = ...
[ "yaman.erdem1@gmail.com" ]
yaman.erdem1@gmail.com