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
8b9aad91848bb1128a198fa3f5d6b1c06f7883e3
d1339708ee13b72174d72dd749209194e9a0ba35
/6_ListasLigadas/6_ListasLigadas.cpp
7711228f4b7605de99636e0699167a9c6c35fa7f
[]
no_license
fmandujano/6_ListasLigadas
878aeb858a258f560c56293055606a5864427374
7229f7fcafab75d8ddcb3f63a0cb7f436efc77e2
refs/heads/master
2020-12-30T16:28:45.874768
2017-05-11T15:47:12
2017-05-11T15:47:12
90,996,835
0
0
null
null
null
null
UTF-8
C++
false
false
655
cpp
// 6_ListasLigadas.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "LLCD.h" int main() { LLCD *lista = new LLCD(); lista->insertString("hola"); //lista->print(); lista->insertString("mundo"); //lista->print(); lista->insertString("esto"); lista->insertString("es"); l...
[ "fmandujano@maquivol.com" ]
fmandujano@maquivol.com
b12466195892e3100f854a3148f027e87708af3d
5d0deac54ba6dba1cfc448321a978ba63390175d
/src/inspector.cpp
e3ef9816065b4f2ac655ca50a8fe1cbc11ae9508
[ "Apache-2.0" ]
permissive
indexexchange/KafkaDesktopClient
abb6f660521dddf0ca01657159df25e5dc697cf3
d55ed7bd25a970ed74f7e5960715c64ada0ed5ea
refs/heads/main
2023-07-17T16:20:02.901675
2021-08-26T16:01:14
2021-08-26T16:01:14
367,939,506
13
1
null
2021-05-18T14:43:33
2021-05-16T17:00:51
null
UTF-8
C++
false
false
14,703
cpp
#include "inspector.h" #include <regex> #include <wx/app.h> #include <wx/stc/stc.h> #include "guitools.h" #include "jq/filter.h" #include "kafka.h" #include "logger.h" #include "settings.h" #include "util.h" Inspector::Inspector(wxWindow* window) : InspectorPanel(window) { // Decorate gui_text_view (colors, fo...
[ "gabriel.feyer@indexexchange.com" ]
gabriel.feyer@indexexchange.com
a437c64ac58c97995cdcc737426057ab54f3f772
3602bb2a59034e923f394d7b48551ffcb9852295
/src/grid.hpp
4708811dfaac6e419b87db45b50df21f5503fd25
[]
no_license
tome2/tome2
dc9ba21fd03b3ec226c57ace092d39f3878fe9ab
2209ab83f31967b6ca0b1ba6ef298bde5a82fbd4
refs/heads/master
2023-06-09T02:01:42.438028
2023-02-10T10:48:54
2023-02-10T10:50:30
48,683,757
91
40
null
2023-06-03T13:53:57
2015-12-28T09:00:04
C++
UTF-8
C++
false
false
1,058
hpp
#pragma once #include <boost/multi_array.hpp> /** * 2D grid of T's. */ template <typename T> struct grid { private: boost::multi_array<T, 2> impl; public: /** * Get reference to tile. */ T &operator ()(std::size_t x, std::size_t y) { return impl[y][x]; } /** * Get const reference to tile. */ T c...
[ "bardur@scientician.net" ]
bardur@scientician.net
f3c23995e05aa7fc2f17c5f75c3e12479055fb72
80c10e1aab0738d4c30a832538558ea6d294c3ff
/PhysX.Net-3.3/PhysX.Net-3/Source/Obstacle.h
aa5217d858e63ed1966dcc46534fc2eaa5770c76
[ "MIT" ]
permissive
corefan/PhysX.Net
4f2334520043aa7c9cfd96c054cc2ee30bf3974e
f1144841e397088301bacbd4b8e24f5066180f7c
refs/heads/master
2020-12-30T13:40:16.784563
2017-01-11T21:08:59
2017-01-11T21:08:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
671
h
#pragma once #include "GeometryEnum.h" namespace PhysX { /// <summary> /// Base class for obstacles. /// </summary> public ref class Obstacle abstract { private: PxObstacle* _obstacle; protected: Obstacle(PxObstacle* obstacle); public: ~Obstacle(); protected: !Obstacle(); publ...
[ "chad@stilldesign.co.nz" ]
chad@stilldesign.co.nz
06fd0ffc761e4a8d3fffa82a4837b5d60d7c0521
42f2d983018330e64c2680f38df1241572adb908
/applications/MappingApplication/custom_utilities/interface_vector_container.cpp
963b3d80ff89c07935a8e64002c529f8bd5f93f7
[ "BSD-3-Clause" ]
permissive
li-li-n/Kratos
4c7510db0b73ab0e99ff569585b568dddae5c1f0
f979aeb7821d14065ee2614d69e6d19d9054309b
refs/heads/master
2023-04-27T00:28:28.582155
2021-05-31T14:51:59
2021-05-31T14:51:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,933
cpp
// | / | // ' / __| _` | __| _ \ __| // . \ | ( | | ( |\__ ` // _|\_\_| \__,_|\__|\___/ ____/ // Multi-Physics // // License: BSD License // Kratos default license: kratos/license.txt // // Main authors: Philipp Bucher, Jordi Cotela // // See Master-The...
[ "philipp.bucher@tum.de" ]
philipp.bucher@tum.de
3ec671979339dad7e1e2a801c838ae1dbed46a4a
a0ca9ff53807e8040aacbf700c0014b18cb14733
/backtracking.cpp/ratInAMaze.cpp
197dc4abf037dc6e5c441f150cb132fc46a0c8c9
[]
no_license
md1894/competitive-coding
750b32654fa5e32441a86c91787a95973c44d96a
0650e465dc43aad210b47cd5008bde659b251733
refs/heads/master
2021-05-23T11:04:08.815832
2020-08-27T00:15:42
2020-08-27T00:15:42
253,258,408
0
0
null
null
null
null
UTF-8
C++
false
false
2,284
cpp
/* Rat In A Maze Problem Send Feedback You are given a N*N maze with a rat placed at maze[0][0]. Find and print all paths that rat can follow to reach its destination i.e. maze[N-1][N-1]. Rat can move in any direc­tion ( left, right, up and down). Value of every cell in the maze can either be 0 or 1. Cells with value 0...
[ "dubey.mehulkumar@gmail.com" ]
dubey.mehulkumar@gmail.com
de52ef34bad6e01cbefad500de6a4ec97b951c3f
bc0945070d150c8af7cc56bf6e045a8c2cc7873d
/1665/1886256_OLE.cpp
0c240be950b51ca97a59a36a695073d48431b264
[]
no_license
fengrenchang86/PKU
ab889d88cd62b3c0b3e00cde5d5c3a652a16221a
0c4adf6b740d2186b7f23124673cd56520d1c818
refs/heads/master
2021-01-10T12:12:18.100884
2016-03-07T14:14:33
2016-03-07T14:14:33
53,328,385
1
0
null
null
null
null
UTF-8
C++
false
false
522
cpp
#include<iostream> using namespace std; const double pi = 3.1415927; int main () { float d; int round,second; int c = 1; float ans; int a; while( scanf("%f %d %d",&d,&round,&second) && round != 0 ) { printf("Trip #%d: ",c++); ans = pi*d/5280.0*round/12.0; a = ans * 1000; if ( a%10 >= 5 ) a = a/10+1...
[ "fengrenchang86@gmail.com" ]
fengrenchang86@gmail.com
e588a3896b89aca48964b3c27c1f4485435f0d72
45f0477e01564fa1c0a12ea3176529b8cede140d
/codelib/graph_theory/bridges_artics.cpp
a560ee1593f4c089850da9e626caedc3283195e1
[]
permissive
TissueRoll/admu-progvar-notebook
53636994c8d266e596067e1e8babcca5d7702582
efd1c48872d40aeabe2b03af7b986bb831c062b1
refs/heads/master
2020-11-24T17:39:34.129479
2019-11-07T09:22:07
2019-11-07T09:22:07
228,276,375
0
0
MIT
2019-12-16T01:05:44
2019-12-16T01:05:43
null
UTF-8
C++
false
false
1,195
cpp
#include <iostream> #include <utility> #include <vector> using namespace std; const int MAX_N = 1000; vector<int> adj[MAX_N]; vector<int> disc; vector<int> low; int TIME; vector<pair<int, int> > bridges; vector<int> articulation_points; void bridges_artics (int u, int p) { disc[u] = low[u] = TIME++; int children...
[ "franzlouiscesista@gmail.com" ]
franzlouiscesista@gmail.com
065b69522ca403a8ea21b9a8d1ecaa59b38ba46b
108728450e44d8a11834641560646ec518517746
/src/qt/aboutdialog.cpp
cd45b83b3b92e0874c2820d997f1640ddfcc50ac
[ "MIT" ]
permissive
fzcoin/frozencoin
376702c3ea6a4a4b6edef74e34cdf2e89e9601a4
20680b048de9eeed8c0174809ebdb071d782005e
refs/heads/master
2021-01-10T21:35:48.690074
2014-01-20T20:55:03
2014-01-20T20:55:03
15,499,765
3
0
null
2014-01-23T00:36:49
2013-12-28T22:17:15
TypeScript
UTF-8
C++
false
false
753
cpp
#include "aboutdialog.h" #include "ui_aboutdialog.h" #include "clientmodel.h" #include "clientversion.h" AboutDialog::AboutDialog(QWidget *parent) : QDialog(parent), ui(new Ui::AboutDialog) { ui->setupUi(this); // Set current copyright year ui->copyrightLabel->setText( tr("Copyright") + Q...
[ "mycoin@gogol.(none)" ]
mycoin@gogol.(none)
b02fdee96b07863acbfeb78d36c83b98b9b83c3a
6035fb168576b8fdbef1a3dbc871e1a06e191278
/test/09/25754.cpp
110334224729fe36430a5a9d21409b96a69888ce
[]
no_license
pavellevap/code_antiplagiat
69ef3ecea5e8e88dfd3b800c0ce351fa32ee9762
d75603e4e25519d9bb9b9720923136e324328be4
refs/heads/master
2021-01-10T05:30:44.560926
2015-04-30T14:25:34
2015-04-30T14:25:34
45,319,257
1
0
null
null
null
null
UTF-8
C++
false
false
3,588
cpp
#include<bits/stdc++.h> #define FOR(i,a,b) for (int i=(a),_b=(b);i<=_b;i=i+1) #define REP(i,n) for (int i=0,_n=(n);i<_n;i=i+1) #define MASK(i) (1<<(i)) #define BIT(x,i) (((x)>>(i))&1) using namespace std; vector<int> haveMask[11]; bool canVisit[21][15][11][11][11][11][11]; unsigned char trace[21][15][11][11][11...
[ "pavelgramovich@mail.ru" ]
pavelgramovich@mail.ru
5a38356e06ce69e503ef36aeac7c509466baa697
2dcdedc4e2645dd41e7858eb3e21c0ba1f1e8409
/JacobiEigenvalueAlgorithm/JacobiEigenCode/JacobiEigenvalueAlgorithm.cpp
bc241155aaaa5f1cbfb77ce8c8979f76f43b1262
[]
no_license
NikiforovAll/JacobiEigenvalueAlgorithm
2fed811f6c69cf1fd2209b27cfdf90d1dc085903
8a39036ffad2fbdc808442eada54130bbc111f87
refs/heads/master
2021-01-15T08:04:41.711644
2018-12-09T17:10:45
2018-12-09T17:10:45
57,456,409
3
1
null
null
null
null
UTF-8
C++
false
false
3,756
cpp
#include <boost/numeric/ublas/vector.hpp> #include <boost/numeric/ublas/matrix.hpp> #include <boost/numeric/ublas/io.hpp> #include <boost/progress.hpp> #include "boost/format.hpp" #include <omp.h> #include <chrono> #include <fstream> #include <sstream> #include <string> #include <list> #include "JacobiEigenvalueAlgorit...
[ "nik-alekcey@yandex.ua" ]
nik-alekcey@yandex.ua
3296b97e7d1ad24e0d9542cb2b96b5d3ce3065ef
10fb6735ea5cea9385422978dd56de678e4b3b1c
/알고리즘_과제/Problem_15/stickers.cpp
0a13ab55348c41ebda00db4bcbd23afcc77d37b3
[]
no_license
kr-MATAGI/Backup-Project
2e684ff18a92749d31b83a6a5f0f428f8712e561
8852d358d34403ed82cf03e1e591304b26532182
refs/heads/master
2023-01-29T10:21:16.431654
2020-12-09T01:27:26
2020-12-09T01:27:26
291,406,090
0
0
null
null
null
null
UHC
C++
false
false
1,033
cpp
#include <stdio.h> #include <string.h> #include <stdlib.h> #define MAX(a,b) (a > b ? a : b) FILE *in = fopen("stickers.inp", "r"); FILE *out = fopen("stickers.out", "w"); int i, j, k, t; int arr[2][100001]; int DP[2][100001]; int main() { int T; //테스트 케이스 int st_num; // 스티커 가로 갯수 fscanf(in, "%d", &T); //총 횟수 입력 ...
[ "dev_matagi@kakao.com" ]
dev_matagi@kakao.com
634ffb409816d051146fbf634f4138a5d7ec7777
0019f0af5518efe2144b6c0e63a89e3bd2bdb597
/antares/src/preferences/network/Settings.h
1b2517437e39f96b0c4094f678179cdc8a63948f
[]
no_license
mmanley/Antares
5ededcbdf09ef725e6800c45bafd982b269137b1
d35f39c12a0a62336040efad7540c8c5bce9678a
refs/heads/master
2020-06-02T22:28:26.722064
2010-03-08T21:51:31
2010-03-08T21:51:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,197
h
/* * Copyright 2004-2009 Antares Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Author: * Andre Alves Garzia, andre@andregarzia.com */ #ifndef SETTINGS_H #define SETTINGS_H #include <ObjectList.h> #include <String.h> class Settings { public: Settings(const char* name)...
[ "michael@Inferno.(none)" ]
michael@Inferno.(none)
a74fffdeba03a0d5a6739e072418a533bb9f5059
4178f7bf3a27d71aea1f9861287f567e18278675
/Olympick_HaNam/Code_Forces.com/vjudge4/525A/main.cpp
dc9e8a2c867c7b3f1ed54187ed04718667ab04f4
[]
no_license
Minglee2018/Olympick-K12
a0fc89c1c94252227251364584fc6365f2e2b097
1e027a08a7b6385af51635773dc8b1c8e9e2b7f8
refs/heads/master
2020-03-29T20:34:07.603638
2019-01-10T19:52:55
2019-01-10T19:52:55
150,318,176
1
0
null
null
null
null
UTF-8
C++
false
false
458
cpp
#include <bits/stdc++.h> #define input freopen("input.txt", "r", stdin); #define output freopen("output.txt", "w", stdout); using namespace std; int main() { //input //output int n,cou=0; cin>>n; string st; cin>>st; map<char,int> ma; for(int i=0;i<st.length();i++) { char a=st[i]; if(i%...
[ "doannguyenhongle@gmail.com" ]
doannguyenhongle@gmail.com
0db9629ca61a38653b9bfc711bfdbed6f7fb5132
3477fed25a0b9e8f06fbd042c3f8b621714416a7
/MQTTClient.h
2a9f33b84e87128fc48917c4778a725e527a00dc
[]
no_license
paraka/mosquittopp
1018e9704279562e384fbc471360281654d2af1e
96a8e3947dd53cf79b0b9484b2ccfefb19a3e6ef
refs/heads/master
2021-01-11T17:10:40.716262
2017-01-22T17:24:01
2017-01-22T17:24:01
79,732,448
4
8
null
null
null
null
UTF-8
C++
false
false
1,291
h
#ifndef _MQTT_CLIENT_H_ #define _MQTT_CLIENT_H_ #include <string> #include <memory> enum class AUTH_METHOD { PLAIN, //default PSK, CERTS, }; class MQTTClient { public: explicit MQTTClient(const std::string &host, unsigned int port = DEFAULT_PORT, unsigned int keepalive ...
[ "sergio.paracuellos@gmail.com" ]
sergio.paracuellos@gmail.com
9729cc9063a1c74188cb02329d7cded878adb743
75d6c5c70dfa5e86e03e0a40c6e01382e3233eb3
/GeneratedFiles/moc_VisionTest.cpp
4fe7580ebb8c81c089f06f10516f47d601c70697
[]
no_license
redbackissac/VisionTest
7e22e30b5e6f778d0310946139321299d37bb431
d4661ff4fc9b5f3448adfda9876d8f458b2ff676
refs/heads/master
2022-09-13T13:43:56.276461
2020-06-02T03:36:25
2020-06-02T03:36:25
238,144,020
1
0
null
null
null
null
UTF-8
C++
false
false
2,656
cpp
/**************************************************************************** ** Meta object code from reading C++ file 'VisionTest.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.12.2) ** ** WARNING! All changes made in this file will be lost! *********************************************************...
[ "16935@SZLG" ]
16935@SZLG
c53ba22d45cd5f97ea6b8636c18502d8e9214a62
c8ccefd05798f00fb9fd884b56a1ecca73ca28cb
/src/qt/optionsmodel.cpp
6d8af50a59d670dbb3de221a00d9a347bf6d7493
[ "MIT" ]
permissive
mybitcoinbucks/bitcoinbuck
111279569ae567924983180c3c4754a9181f1e73
f1e705503c1274759eb1f5aee935f13841e96ee0
refs/heads/master
2023-07-02T15:32:59.366893
2021-08-06T06:25:17
2021-08-06T06:25:17
392,881,043
0
1
MIT
2021-08-06T02:02:28
2021-08-05T02:37:57
C++
UTF-8
C++
false
false
9,061
cpp
#include "optionsmodel.h" #include "bitcoinbuckunits.h" #include <QSettings> #include "init.h" #include "walletdb.h" #include "guiutil.h" OptionsModel::OptionsModel(QObject *parent) : QAbstractListModel(parent) { Init(); } bool static ApplyProxySettings() { QSettings settings; CService addrProxy(sett...
[ "quentin.neveu@hotmail.ca" ]
quentin.neveu@hotmail.ca
e0bdd8c708563fe837eb1f274fba15f20990f6c6
1942a0d16bd48962e72aa21fad8d034fa9521a6c
/aws-cpp-sdk-ec2/source/model/AssociateIamInstanceProfileResponse.cpp
1ab059dd9f74e55e4c3ac04e4ce595dfcaa348d5
[ "Apache-2.0", "JSON", "MIT" ]
permissive
yecol/aws-sdk-cpp
1aff09a21cfe618e272c2c06d358cfa0fb07cecf
0b1ea31e593d23b5db49ee39d0a11e5b98ab991e
refs/heads/master
2021-01-20T02:53:53.557861
2018-02-11T11:14:58
2018-02-11T11:14:58
83,822,910
0
1
null
2017-03-03T17:17:00
2017-03-03T17:17:00
null
UTF-8
C++
false
false
2,204
cpp
/* * Copyright 2010-2016 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 "license" fil...
[ "henso@amazon.com" ]
henso@amazon.com
662f46f75958a15e5f3ad92a01a37f9982d851f0
8ad2faedee66e47e1c1b6844c49c4b7907fce78e
/source/Communicator.h
971d51b7565a3234b7092c381bbe0101f923b665
[ "MIT" ]
permissive
TrendingTechnology/smarties
55cf6639fb099b7f6f24e243c82fb11a63df1222
c0bdea4cf86696840d97ae6699af9c047c7d0d0e
refs/heads/master
2022-04-08T04:14:49.659725
2020-01-30T11:09:20
2020-01-30T11:09:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,608
h
// // smarties // Copyright (c) 2018 CSE-Lab, ETH Zurich, Switzerland. All rights reserved. // Distributed under the terms of the MIT license. // // Created by Guido Novati (novatig@ethz.ch). // #ifndef smarties_Communicator_h #define smarties_Communicator_h #include "Core/Environment.h" #include <random> namesp...
[ "novatig@gmail.com" ]
novatig@gmail.com
d5345fd9bfe56af80855278b15e0c89daa2ac2d7
92a7851cabed14a4953ab8256a82f20b49f769ab
/connection.h
9877d22eb989f50e56ef9b16ddaa7cf0c383d232
[]
no_license
john-curry/361a3
a8bda5a80ca568ec15ee5b33d2cb5f8bc206ee9a
098896efc8ed5331b1542d78b34e78bdeda946af
refs/heads/master
2021-01-10T09:58:29.835011
2016-03-25T18:06:34
2016-03-25T18:06:34
52,992,627
0
0
null
null
null
null
UTF-8
C++
false
false
2,333
h
#ifndef CONNECTION_H #define CONNECTION_H #include <iostream> #include <vector> #include <string> #include <memory> #include <cassert> #include <map> #include "packet.h" //#include "state.h" class connections; class connection_state; class connection { friend std::ostream& operator<<(std::ostream& os, connection*&...
[ "liquidsnakeeater@gmail.com" ]
liquidsnakeeater@gmail.com
336038e2c9e4484897d64348e0d5bda28a63e240
0e6c9505f764b1fec8e11c58bfdf63b4ed125ee7
/source/mesh_loader.h
56261cfa3c60d0aabba88dbd65ca4ba365d343c5
[]
no_license
fjunqueira/obj-viewer
aac4ef92a943d83776ec63ecbee9e77703bd444d
47805905be8b10d9ffde1540b961ce339a7dc651
refs/heads/master
2021-01-24T20:26:22.509796
2016-05-23T02:14:12
2016-05-23T02:14:12
56,945,511
1
0
null
null
null
null
UTF-8
C++
false
false
702
h
// // Created by fabio on 4/23/16. // #ifndef OBJ_VIEWER_MESH_LOADER_H #define OBJ_VIEWER_MESH_LOADER_H #include "mesh.h" #include "obj_reader.h" #include "mtl_reader.h" #include "texture_reader.h" struct MeshInfo { Mesh* mesh = nullptr; std::map<std::string, Material>* materials = nullptr; std::map<std:...
[ "fabio.blumm18@gmail.com" ]
fabio.blumm18@gmail.com
986ee0a4cee77f66afb7fa90dcd74fff417c8d69
2831e06478d2eb2fa4976fc29ec7d8f038a699ff
/devel/build-EmoSenseQML-Desktop-Debug/moc_backend.cpp
7438cfdae5582071b4782fabdcc7c229ff10b30d
[]
no_license
tylnesh/Ninepins
d46f3bf328f9c5d7c096e026d7e9f56cf325181a
83fccdfa2dabc6ff1c01db5d89f025b5165dd758
refs/heads/master
2021-07-08T04:32:15.777823
2019-10-17T15:24:47
2019-10-17T15:24:47
102,849,299
0
0
null
null
null
null
UTF-8
C++
false
false
10,364
cpp
/**************************************************************************** ** Meta object code from reading C++ file 'backend.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.9.5) ** ** WARNING! All changes made in this file will be lost! *************************************************************...
[ "kohutek.michal@gmail.com" ]
kohutek.michal@gmail.com
ecfc20df2e33e8fd7b537a61fcdf2446263d7476
66615f0f17731264fa0297825001af6966cb2076
/10 Days of Statistics/Day 1: Interquartile Range.cpp
a4fa77b52e83969604a874bfa15afa8e81e5b4cf
[]
no_license
offamitkumar/HackerRank
c94ee0991d2c6174b970430add115778c6bee1cd
d288b6cf117f82200428cf799abe0a6b1c4ee061
refs/heads/master
2021-12-24T19:37:28.659357
2021-11-02T05:36:08
2021-11-02T05:36:08
236,978,303
9
3
null
null
null
null
UTF-8
C++
false
false
1,184
cpp
#include <bits/stdc++.h> using namespace std; #define int int64_t signed main(void){ ios::sync_with_stdio(false); cin.tie(nullptr); cout.tie(nullptr); #ifdef HELL_JUDGE freopen("input","r",stdin); freopen("output","w",stdout); #endif double n; cin >> n; vector<double>v1(n),v2; for(au...
[ "offamitkumar@gmail.com" ]
offamitkumar@gmail.com
060bf882d743e630872f1ba3602b88fa24c55317
d939ea588d1b215261b92013e050993b21651f9a
/ses/src/v20201002/model/GetEmailTemplateResponse.cpp
c2e4dd18c9e5a3c2d0286111014a10d68cdc16f2
[ "Apache-2.0" ]
permissive
chenxx98/tencentcloud-sdk-cpp
374e6d1349f8992893ded7aa08f911dd281f1bda
a9e75d321d96504bc3437300d26e371f5f4580a0
refs/heads/master
2023-03-27T05:35:50.158432
2021-03-26T05:18:10
2021-03-26T05:18:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,258
cpp
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
[ "tencentcloudapi@tenent.com" ]
tencentcloudapi@tenent.com
35f64d39889a91af5890bb50f6312abaea7c1034
e565cdb17602529d3d6c306553e478af2be96070
/leetcode/0047_permutations_ii.cpp
23cd7ea7cb9a03edc4e6790f61b14d83d5d626d9
[]
no_license
mitempo/problems
b55ab52cc6c01dbcb04eba53a989bb1c1775e641
8f38316424d542b67d5939b504276ae37799d70c
refs/heads/master
2022-03-18T09:10:05.088879
2022-02-24T00:07:49
2022-02-24T00:07:49
24,028,033
0
0
null
null
null
null
UTF-8
C++
false
false
988
cpp
class Solution { public: vector<vector<int>> permuteUnique(vector<int>& nums) { vector<vector<int>> r; sort(nums.begin(), nums.end()); r.push_back(nums); while (next_perm(nums.begin(), nums.end())) r.push_back(nums); return r; } template <typename I> ...
[ "mitempo" ]
mitempo
ba94fffc1ed874cb6c1ef1c055fe2eedbe47c124
8309938f7b3499464e5519b9ff9f64a953162360
/src/mediaPlayerUI.cpp
42244f99e0720e75c0da78909965261eda0a7d2c
[]
no_license
rgoeddel/lightweight-mp3
6fe10fcd596c338c2ad1b977c77f2c1e3c5d6616
c153443de6ffe6b41b4b8cfd5a7a34986bce9a10
refs/heads/master
2021-01-10T20:19:27.770589
2012-06-14T18:32:05
2012-06-14T18:32:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,877
cpp
#include <QtGui> #include <Phonon/SeekSlider> #include <Phonon/MediaObject> #include <Phonon/AudioOutput> #include <Phonon/VolumeSlider> #include <iostream> #include <cmath> #include "mediaPlayerUI.h" using namespace std; MediaPlayerUI::MediaPlayerUI() { setWindowTitle(tr("Lightweight MP3")); metaLoader = n...
[ "rgoeddel@umich.edu" ]
rgoeddel@umich.edu
e02beda8d30822956d757b9d9c5c2882fd232fb6
3a940c14587980cb8858fe3debf846952faf8329
/Input_to_File/homeworkex192.cpp
7921032c9f3bc4671b62acc0f65a7c7c88690ad0
[]
no_license
odelva/Cpp_Assignments
62d97cc7310eb8f347c757f0b9e6ac89730c1aa7
adef75b2ef2d2621063f4436400c1348cc9463df
refs/heads/master
2021-10-19T18:23:47.740547
2019-02-23T03:06:19
2019-02-23T03:06:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,116
cpp
#include<stdio.h> //include the content of stdio.h along with the source code and sent them both for compilation #include<string> //include the content of string along with the source code and sent them both for compilation #include <iostream> void main() { FILE* fp; fp = fopen("home...
[ "odekyc@gmail.com" ]
odekyc@gmail.com
45c665bc37f5c7ff2eb2f76d2889a1f35669b6c4
99ee77c09bcb2debf9fa9880c02d5266d331beab
/client_src/Exceptions/SDLException.h
bc2520a6e51a51135a552a0aaea0f1dce07a9e06
[]
no_license
SBen-IV/Wolfenstein3D
7ec33b65c114b8d07b46398af09f902bb01dd6c5
43f357298e4d544ae8770d349be9bc3930913c58
refs/heads/master
2023-03-09T14:58:32.126537
2021-02-27T08:02:03
2021-02-27T08:02:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
342
h
#ifndef FONTLOADINGEXCEPTION_H #define FONTLOADINGEXCEPTION_H #include <exception> #include <string> class SDLException: public std::exception { private: std::string msg_error; public: explicit SDLException(const std::string& error); const char* what() const noexcept; ~SDLException(){} }; #endif //F...
[ "gonzalomartinezsastre@gmail.com" ]
gonzalomartinezsastre@gmail.com
ce7393cedc2904e700dca962b2367c41b33beb0b
6754fedd87afba36ec8f004825bb852b00ac8fb2
/src/boost/date_time/posix_time/posix_time_config.hpp
c40a15cec8bf82a979bd343ec05952d16ffa9cdd
[ "BSD-3-Clause", "BSL-1.0" ]
permissive
cpmech/vismatrix
4e7b8a3e0448f4c9565fa649e9c9af0e05707346
a4994864d3592cfa2db24119427fad096303fb4f
refs/heads/main
2021-08-15T21:52:56.975004
2020-09-24T00:55:35
2020-09-24T00:55:35
54,020,206
5
0
null
null
null
null
UTF-8
C++
false
false
5,949
hpp
#ifndef POSIX_TIME_CONFIG_HPP___ #define POSIX_TIME_CONFIG_HPP___ /* Copyright (c) 2002,2003,2005 CrystalClear Software, Inc. * Use, modification and distribution is subject to the * Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) * Author: Je...
[ "dorival.pedroso@gmail.com" ]
dorival.pedroso@gmail.com
25dbc2c53619dffab31b3b06f91ce60b9f1b89fb
eb7eee925b47cc049932eb290d86013bd5341762
/GameContext.cpp
7e2a27a0c67c0b6e814157da97b75b0706507c71
[]
no_license
woutervmertens/PlatDev02UnitTest
a1cfed54ad4405e5d224a9907d1e54953d870f8c
12ccba17d34931440dd990bc419b3ca228506a90
refs/heads/master
2020-01-23T22:05:12.228129
2016-11-23T22:05:06
2016-11-23T22:05:06
74,614,598
0
0
null
null
null
null
UTF-8
C++
false
false
620
cpp
#include "stdafx.h" #include "GameContext.h" #include "GameTimer.h" #include "Debug.h" GameContext* GameContext::m_InitContext = nullptr; GameContext::GameContext(ID3D11Device* pDevice, ID3D11DeviceContext* pDeviceContext): m_pTimer(nullptr), m_pCamera(nullptr), m_pDevice(pDevice), m_pDeviceContext(pDeviceContext...
[ "wouter.mertens@student.howest.be" ]
wouter.mertens@student.howest.be
1f654415e53760e1d7a9229a2cc0bd73c2a39862
e1402bc56b5eba90bcdd956a04f5571d89a7d100
/contests/codeforces/CF3/C.cxx
edad9992e105e42518bee9291d52097d3d0d6471
[]
no_license
markverick/ioi-training
5dc9248ad394de0272abafb54d52d90c5073fb27
57a15aa332a908b6044a8cb90b3c0b660ff13ae4
refs/heads/master
2018-12-13T01:28:01.326534
2018-10-23T18:26:04
2018-10-23T18:26:04
148,653,348
0
0
null
null
null
null
UTF-8
C++
false
false
1,361
cxx
#include<bits/stdc++.h> #define MI 1000000000 #define X first #define Y second #define MP make_pair #define MT make_tuple #define EB emplace_back using namespace std; int maps[3][15],hsh[500],ste[3][15][3][15],out[3][15]; char s[30]; int dx[12]={0,0,1,1,1,-1,-1,-1}; int dy[12]={-1,1,-1,0,1,-1,0,1},n; inline...
[ "sirapop741@gmail.com" ]
sirapop741@gmail.com
10762ec7d20719443e602c6fb73ed2f50d5b2b64
ae22b6fb021358ae0a0cc272b3bd6b6c5edd52b7
/add_binary.h
dd36ccbcacd01c28748bfe98fdf44ca6e243e17b
[]
no_license
linjw1008/leetcode
4205784aa643281828d2045f18dc6769550db4c0
584a447242ee590163771943c3286e7cb770a77d
refs/heads/master
2020-06-25T12:00:24.194886
2020-05-02T12:23:15
2020-05-02T12:23:15
199,302,397
0
0
null
null
null
null
UTF-8
C++
false
false
923
h
#include "common.h" class Solution { public: string addBinary(string a, string b) { string ans; int len = a.size() > b.size() ? a.size() : b.size(); int aLen = a.size(), bLen = b.size(); int carry = 0; while (aLen++ < len) a = '0' + a; while (bLe...
[ "linjw1008@163.com" ]
linjw1008@163.com
1a427ecd371140a33a7cfa98401a986000266e74
467dc44280d03f3ec460434e08d74aa7f9d1466f
/nachos-3.4/code/threads/list.h
460a86255c1a873911220414b1cbd869a9d954bd
[ "MIT-Modern-Variant" ]
permissive
jcyuyi/NachosLab
2f6ae9aab84bb5e11c63553f791bbda22f631581
1dfa4c95aafc527776830f44dacdcbe78731797d
refs/heads/master
2020-04-29T16:30:53.201232
2015-05-19T07:21:28
2015-05-19T07:21:28
32,392,213
0
1
null
null
null
null
UTF-8
C++
false
false
2,396
h
// list.h // Data structures to manage LISP-like lists. // // As in LISP, a list can contain any type of data structure // as an item on the list: thread control blocks, // pending interrupts, etc. That is why each item is a "void *", // or in other words, a "pointers to anything". // // Copyright (c) 1992-19...
[ "jcyuyi@gmail.com" ]
jcyuyi@gmail.com
274be81ebe36538111522e0ca9e952cfb48cb87a
3cf9e141cc8fee9d490224741297d3eca3f5feff
/C++ Benchmark Programs/Benchmark Files 1/classtester/autogen-sources/source-17797.cpp
dd6172e5b63d741b53fdfeff9f7a1cba9d454d3e
[]
no_license
TeamVault/tauCFI
e0ac60b8106fc1bb9874adc515fc01672b775123
e677d8cc7acd0b1dd0ac0212ff8362fcd4178c10
refs/heads/master
2023-05-30T20:57:13.450360
2021-06-14T09:10:24
2021-06-14T09:10:24
154,563,655
0
1
null
null
null
null
UTF-8
C++
false
false
2,718
cpp
struct c0; void __attribute__ ((noinline)) tester0(c0* p); struct c0 { bool active0; c0() : active0(true) {} virtual ~c0() { tester0(this); active0 = false; } virtual void f0(){} }; void __attribute__ ((noinline)) tester0(c0* p) { p->f0(); } struct c1; void __attribute__ ((noinline)) tester1(c1* p); struct c1 : virtual...
[ "ga72foq@mytum.de" ]
ga72foq@mytum.de
d69c8a68aaa44325440e27b97ac016da94896b31
c9d5a5c3ee696b7cf2cbb6a8d6e1baca38cc4690
/zircon/system/core/devmgr/devhost/zx-device.cpp
44493af37e5d0e1479f7650f8c686418fca53839
[ "BSD-3-Clause", "MIT" ]
permissive
blockspacer/fuchsia
1ffffa0b3e7b3c4d9c0d47eab3a941232a5833ea
1436b974d8189ba41eda75c123e3bb7becb43556
refs/heads/master
2020-05-26T20:28:21.781385
2019-05-23T10:40:53
2019-05-23T10:40:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,215
cpp
// Copyright 2018 The Fuchsia Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "zx-device.h" #include <fbl/auto_call.h> #include <fbl/auto_lock.h> #include <fbl/mutex.h> #include "composite-device.h" #include "devhost.h" zx...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
affc39a69bf402e083454ed8c0594db44714d0dd
4ca0170826660626283b766bb66d3fc98f70ac48
/password.h
c2ceca23e1d236549c238471c5a8c350de085714
[]
no_license
lukytto/shop
73b34dd90ef68863bc8cb5092edb865ac3646085
c85c222e363ab018423fee97626a64197409372d
refs/heads/master
2020-04-25T17:20:59.247964
2019-02-27T14:35:52
2019-02-27T14:35:52
172,944,535
0
0
null
null
null
null
UTF-8
C++
false
false
473
h
#include <string> #include <iostream> #include <conio.h> // In order to use function _getch() using namespace std; class Password { public: Password() { psw = ""; // Initial length to ""; length = 0; // Initial length to 0 } void InputPassword(); // Input password string GetPassword() { return psw; } // Retur...
[ "lukas.s.kuprys@gmail.com" ]
lukas.s.kuprys@gmail.com
e59e1156bc3feabb85e7128f676077877f03f142
6504215c8de43b1e3d1bfb9e9740d8d1848e6282
/SDK/UE4_DmgType_RepairGun_functions.cpp
df8e2ce67190610dbd22770a0b6e1a8294a6effc
[]
no_license
MuhanjalaRE/Midair-1.0.4.9504-SDK
d9d82cdaf72d16bcd56400edf27092d85867db5f
c935e6e8f07953c3ab71e10d405db42a7c60627b
refs/heads/main
2023-02-24T11:59:43.891011
2021-01-29T19:04:11
2021-01-29T19:04:11
334,117,758
0
0
null
null
null
null
UTF-8
C++
false
false
356
cpp
// Unreal Engine 4 (4) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "UE4_DmgType_RepairGun_parameters.hpp" namespace SDK { //--------------------------------------------------------------------------- //Functions //--------------------------------------------------------------------------- } #ifdef...
[ "78203566+MuhanjalaRE@users.noreply.github.com" ]
78203566+MuhanjalaRE@users.noreply.github.com
60b080597e9059d1abf91f7a43ae6e00657ddf50
8dc84558f0058d90dfc4955e905dab1b22d12c08
/chromecast/media/cma/backend/buffering_mixer_source.h
3d887113d98310cd8b82d17a24ae785462f2e853
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
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
7,367
h
// Copyright 2018 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 CHROMECAST_MEDIA_CMA_BACKEND_BUFFERING_MIXER_SOURCE_H_ #define CHROMECAST_MEDIA_CMA_BACKEND_BUFFERING_MIXER_SOURCE_H_ #include <string> #include...
[ "arnaud@geometry.ee" ]
arnaud@geometry.ee
3fe7b99eb6d20a6f2a2a78b86ca84f0b82d86819
0679b03116cc6fd5252522c2c15dcbbaa2da915d
/assignment-1/VS2013/MemoryManager/MemoryManager.cpp
e3cb7d19f1b97fbf53fbc51ea89454918dd38525
[]
no_license
terrymunro/uni-work
00b45cf8cad090b74f7f5ac8463cb3257e238228
6b93f71a1038784ecbd6f33825c27fcba117a379
refs/heads/master
2021-01-16T21:18:36.278149
2015-04-28T12:25:27
2015-04-28T12:25:27
34,728,058
0
0
null
null
null
null
UTF-8
C++
false
false
1,629
cpp
#include "..\MemManage\MemManage.h" using namespace std; int main() { char* ptrs[20] = { 0 }; char* strgs[] = { "zero", "one", "two", "three", "four", "five", "six", "seven", "eight", "nine", "ten", "sixteen", "eighteen", "nil", "twenty", "seventy three" }; MemManage cpy, mem(100); for (int i = 0; ...
[ "terry@zenkey.com.au" ]
terry@zenkey.com.au
a8c7c11e81debcd6267c15a637e3158b4037eb65
d1c26d24af8769347ac2fddb4dca5a3ebec8e382
/road.h
335ba272ae3fb2e70569622247bc88d4cabae33d
[]
no_license
iluhinoBruho/Navigator
3af5f3528a12cf970b965eb39b67f678e9c53f30
18e9068187643baac4a334af86ed122f246b6553
refs/heads/main
2023-01-28T21:19:31.639040
2020-12-10T14:27:29
2020-12-10T14:27:29
313,392,896
0
0
null
null
null
null
UTF-8
C++
false
false
563
h
#ifndef ROAD_H #define ROAD_H #include "../Graph_lib/Simple_window.h" #include "../Graph_lib/Graph.h" #include "Constants.h" #include "Logics.h" #include <cmath> #include <string> struct Road : Graph_lib::Line { Road(Graph_lib::Point a, Graph_lib::Point b, std::string name_a, std::string name_b); Graph_li...
[ "ix2.evdokimov@gmail.com" ]
ix2.evdokimov@gmail.com
c6650cc7503e0fcb32ab298494db37cd644947fc
d692062c6d8f1b98d18becafb96c6d571eddef28
/src/gui/CgrParametersForm.h
06e6718ef263eaca74dbe437feefe0c40a2ffb01
[]
no_license
hspitia/GenomAMf
53265e1c65aa6402f19f5994f738fd01f2e88ba9
06adaebaf3c2c34c84502a30384c5a27dae2d518
refs/heads/master
2020-12-25T19:15:00.322553
2009-10-29T23:03:27
2009-10-29T23:03:27
311,459
4
0
null
null
null
null
UTF-8
C++
false
false
1,042
h
#ifndef CGRPARAMETERSFORM_H #define CGRPARAMETERSFORM_H #include <QtGui/QDialog> #include "ui_CgrParametersForm.h" #include <gui/SequenceListModel.h> namespace Ui { class CgrParametersForm; } class CgrParametersForm : public QDialog { Q_OBJECT public: CgrParametersForm(SequenceListModel * model, Q...
[ "hspitia@gmail.com" ]
hspitia@gmail.com
12d9fd2de56340363e7fd15993926dbe86492021
8faee0b01b9afed32bb5b7ef1ab0dcbc46788b5b
/source/src/objtools/test/objmgr/test_edit_saver.cpp
351f080027864d42939864a7e291ebf59f7dd49b
[]
no_license
jackgopack4/pico-blast
5fe3fa1944b727465845e1ead1a3c563b43734fb
cde1bd03900d72d0246cb58a66b41e5dc17329dd
refs/heads/master
2021-01-14T12:31:05.676311
2014-05-17T19:22:05
2014-05-17T19:22:05
16,808,473
2
0
null
null
null
null
UTF-8
C++
false
false
18,604
cpp
/* $Id: test_edit_saver.cpp 103491 2007-05-04 17:18:18Z kazimird $ * =========================================================================== * * PUBLIC DOMAIN NOTICE * National Center for Biotechnology Information * * This software/database is a "United States Government W...
[ "jackgopack4@gmail.com" ]
jackgopack4@gmail.com
d2663da2e394cd6859aa523602e2488523d30937
01539827964c4e1a39eee2569bf43a54ba27d86c
/teampp/txtData.cpp
b667a244ce04e8058cc99813efee34b6f756c809
[]
no_license
wkdwltjq/RiverCityGirls
0f4c698ec2e3b1ef11f115bf1051c2d45ccc0cef
52294df3071e675f8718e073934f1eacd0b389de
refs/heads/main
2023-01-01T21:35:02.671575
2020-10-25T15:43:29
2020-10-25T15:43:29
307,132,615
0
0
null
null
null
null
UHC
C++
false
false
3,015
cpp
#include "stdafx.h" #include "txtData.h" txtData::txtData() { } txtData::~txtData() { } HRESULT txtData::init() { return S_OK; } void txtData::release() { } void txtData::txtSave(const char * saveFileName, vector<string> vStr) { HANDLE file; DWORD write; char str[128]; strncpy_s(str, 128, vectorArrayCombi...
[ "68266712+wkdwltjq@users.noreply.github.com" ]
68266712+wkdwltjq@users.noreply.github.com
b1ccbd7e280310524ab3bf3ce8f6cafcea077048
d324b3d4ce953574c5945cda64e179f33c36c71b
/php/php-sky/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_windows.cc
8134fb126304f7b9cd837df178126b23804b8dfb
[ "Apache-2.0" ]
permissive
Denticle/docker-base
decc36cc8eb01be1157d0c0417958c2c80ac0d2f
232115202594f4ea334d512dffb03f34451eb147
refs/heads/main
2023-04-21T10:08:29.582031
2021-05-13T07:27:52
2021-05-13T07:27:52
320,431,033
1
1
null
null
null
null
UTF-8
C++
false
false
1,251
cc
/* * * Copyright 2016 gRPC authors. * * 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 la...
[ "root@localhost.localdomain" ]
root@localhost.localdomain
2b16a6f85f2228d9336de857911a9ab3ddfc2d70
c34f1c6ddef51fbb5f21943025de00f0fbdc9450
/src/build/moc_transactionview.cpp
12358d312474f25d60c95f9d8217423ed7aca505
[ "MIT" ]
permissive
CCPorg/CHI-CHiCoin-Ver-1-Copy
617be1fcb705a5f54db7ea304051fcc1268ac571
d557ee056908777cbfc419fb434c9cd235db06de
refs/heads/master
2020-06-03T01:23:54.576848
2013-12-26T13:39:48
2013-12-26T13:39:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,878
cpp
/**************************************************************************** ** Meta object code from reading C++ file 'transactionview.h' ** ** Created by: The Qt Meta Object Compiler version 63 (Qt 4.8.5) ** ** WARNING! All changes made in this file will be lost! ***********************************************...
[ "coinz.stuff@gmail.com" ]
coinz.stuff@gmail.com
1c118fd7929fdeec8470f8bb9e98b1b9f0a2d22e
1936221bb7feff48d6d4e2d6cb678b76a7e3e249
/graph/path.cpp
6dbbbedb8be504a84bdf1957b124d6c66cc92bca
[]
no_license
georgy-schukin/mpiaa
2208f156dfe692127160c51e6a2861feeeaeeb73
1f169ef74ea0ac70f2cb5c7d813f63492eb37870
refs/heads/master
2022-12-20T10:04:04.485340
2022-12-11T07:04:18
2022-12-11T07:04:18
42,931,252
9
20
null
2017-11-13T06:38:37
2015-09-22T12:04:34
C++
UTF-8
C++
false
false
280
cpp
#include "path.h" bool path_exists(const Graph &graph, int start_vertex, int end_vertex) { /// Should return true if both vertices are in the graph and there is a path from start to end vertex. /// If start and end vertices are the same, path exists. return false; }
[ "georgy.schukin@gmail.com" ]
georgy.schukin@gmail.com
81b7d46d6e5159d76553920f640ca9d683bae37a
f2da4b2453e41f73366c3d91f0c535aff034bfe7
/A-star/MyHeap.h
efd7f7bcab30119f3a9a44add11f2a07919dec2b
[ "BSD-2-Clause" ]
permissive
Muchene/RandomCode
4e01db3092f5c1f7ec9e686874665b04e051f85f
3bbf1b438f6324ff9cebce402706a0d65eeee57c
refs/heads/master
2020-12-24T16:16:37.032719
2019-03-11T14:26:37
2019-03-11T14:26:37
8,889,738
0
0
null
null
null
null
UTF-8
C++
false
false
13,644
h
/** * @file MyHeaps.h * @author Andrea Tagliasacchi * @date 26 March 2008 * @copyright (c) Andrea Tagliasacchi - All rights reserved */ //--- CHANGELOG // // Sunday Feb 20th 2011: // corrected bug at .pop() which would not clear index // in the back-indexing array. Many thanks to Tim Holy // to point it ...
[ "david@david-AO756.(none)" ]
david@david-AO756.(none)
7827bf096f46feb1b9fe5ffa8a02015054837361
133f2e4c831247de7f56c2cb08fb1111b5e0d327
/source/phase_1/InputSystem.hpp
8e653bd2c37ca5b513df68ff1af0b3576447105e
[]
no_license
razaron/game-mk1
fa883e6e14900fc999dc32d3de1051e68d85a840
4fc42f6a8be78b389cfd519f94195f7a5f9b7d07
refs/heads/master
2020-06-03T20:53:23.027022
2020-04-10T12:34:12
2020-04-10T12:34:12
191,727,070
0
0
null
null
null
null
UTF-8
C++
false
false
817
hpp
#ifndef RZ_GAME1_INPUTSYSTEM_HPP #define RZ_GAME1_INPUTSYSTEM_HPP #include "LuaHooks.hpp" #include "System.hpp" #include <SFML/Graphics.hpp> namespace rz::game::systems { class InputSystem : public rz::core::System { public: InputSystem(sol::state_view lua, sf::RenderWindow *window); ~...
[ "babarshariff@hotmail.co.uk" ]
babarshariff@hotmail.co.uk
9b7fca0b97731b671596b07cd4f9f8db8bc8c8f2
bd2efd728f6ad21274669e9259927eaa312d6fbe
/C++/game.cpp
3b111803493dbee1090926da1dd69234d19415c9
[]
no_license
HannahTuell/OOFinal
51e87f08bdfd77c38550d206fd32cf0750a5af57
3e0f449b57bdda351b4abe72a51812c0e49657c2
refs/heads/master
2016-09-06T12:43:14.173286
2014-05-01T02:24:36
2014-05-01T02:24:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
989
cpp
/////////////////////////////////////////////////////////////////////////////// // File: game.cpp Spring 2014 // Author: Patrick Vargas patrick.vargas@colorado.edu // Description: // Provides the point value and rules of the game at play /////////////////////////////////////////////...
[ "pevargas90@gmail.com" ]
pevargas90@gmail.com
f9d37a3234448c11693bb78b14eaf527e60587ee
8e93a8702566b3b52ec526249016bd716a3ff7a2
/linux/my_application.cc
6243e9e5e0dbc40e74ef2d749aa676e452de144d
[]
no_license
AhmedHassan88616/movie-app
0e625585b84caf78c26bd939d82453755a62758a
e1dd1eb0c55135e98de7dd3b104ceb3935d169bd
refs/heads/master
2023-02-08T21:29:13.742009
2020-12-31T09:44:14
2020-12-31T09:44:14
325,768,033
0
0
null
null
null
null
UTF-8
C++
false
false
3,652
cc
#include "my_application.h" #include <flutter_linux/flutter_linux.h> #ifdef GDK_WINDOWING_X11 #include <gdk/gdkx.h> #endif #include "flutter/generated_plugin_registrant.h" struct _MyApplication { GtkApplication parent_instance; char** dart_entrypoint_arguments; }; G_DEFINE_TYPE(MyApplication, my_application, GT...
[ "ahmedhassan88616@gmail.com" ]
ahmedhassan88616@gmail.com
bcd7516569d3ecc32ff445bf8d963f8c564dbb88
6f2b6e9d77fc4dd5e1dae8ba6e5a66eb7c7ae849
/sstd_boost/sstd/boost/phoenix/core/detail/cpp03/preprocessed/function_eval_expr_50.hpp
8c5da6497a5f6e68fb3b5595c5c6c2dc46caa5be
[ "BSL-1.0" ]
permissive
KqSMea8/sstd_library
9e4e622e1b01bed5de7322c2682539400d13dd58
0fcb815f50d538517e70a788914da7fbbe786ce1
refs/heads/master
2020-05-03T21:07:01.650034
2019-04-01T00:10:47
2019-04-01T00:10:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
131,070
hpp
/*============================================================================= Copyright (c) 2001-2007 Joel de Guzman Copyright (c) 2016 Kohei Takahashi Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) =...
[ "zhaixueqiang@hotmail.com" ]
zhaixueqiang@hotmail.com
1e36ea9a58a580a96340642b012b954e6144c1ae
59c21d66282df06f3cd28c14cbd962bb894911ad
/11461(squere number).CPP
2a32d2c0f10aea372ca9e135954e802e12fc666f
[]
no_license
sha443/UVa
c9fabca12d0f31dcd5753f6add5028cb41e94ff8
45c20c8fb809c13b72706d20b9fc7795de57926e
refs/heads/master
2021-09-24T09:44:28.724123
2018-07-14T14:10:33
2018-07-14T14:10:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
745
cpp
#include<stdio.h> #include<math.h> int main() { int i,n,a,b,num,sq; while(scanf("%d%d",&a,&b)==2) { if(a==0 && b==0) { break; } else ...
[ "shahid.sm35@gmail.com" ]
shahid.sm35@gmail.com
f704edaf98c9d3ee5b4707e0ec4e74bac20a8e31
a7891a888e825a4dda3a8afb959b59b26477045e
/Core/GraphicsCore.cpp
2f9c9688a507d596ea45a01de7d2fdc708a57b8a
[]
no_license
alienity/LearnRenderer
1c6b3ee85d5c72af1aeee759bba15eaf5caba522
b332ad685025004cef2fed5def5facfaf8142204
refs/heads/main
2023-07-14T00:24:45.243363
2021-08-25T23:58:22
2021-08-25T23:58:22
389,248,382
0
0
null
null
null
null
UTF-8
C++
false
false
13,444
cpp
// // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the MIT License (MIT). // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR // PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT. // // D...
[ "578409434@qq.com" ]
578409434@qq.com
ec71a243f8a78047fc6d30c3d70ddb70070ff9fe
1a784585ada5e9012502b3d63dcedd9fca679053
/Instant_Instancing/Instant_Instancing/Cylinder.cpp
9e7479e669f3879cdb1c2c1416d08a39421dca71
[]
no_license
ChaseBasich/448h_final
2a90cbcc6b2b85b028ebdcfd5a8f159f2bf592b3
b4dac33de0af0f5ee60dd813bf073fdefd894739
refs/heads/master
2021-01-10T18:13:59.436564
2015-12-03T05:10:34
2015-12-03T05:10:34
45,759,086
0
1
null
null
null
null
UTF-8
C++
false
false
1,693
cpp
#include "stdafx.h" #include "Cylinder.h" #define DEFAULT_LENGTH 1.0 Cylinder::Cylinder(int sides) { int points = sides + 1; vector<VertexHandle> topVertices; vector<VertexHandle> botVertices; //construct two circles with a center at 0, 0, -.5 and 0, 0, .5 VertexHandle topCenter = mesh.add_vertex(PolyMesh::Po...
[ "chasebasich@gmail.com" ]
chasebasich@gmail.com
4fd6f17f4ee20de60b8f1dd43f795ec87407bd6e
f81124e4a52878ceeb3e4b85afca44431ce68af2
/re20_2/processor23/constant/polyMesh/neighbour
3b03f2fa517debe400fb14efa4859bcce4abb582
[]
no_license
chaseguy15/coe-of2
7f47a72987638e60fd7491ee1310ee6a153a5c10
dc09e8d5f172489eaa32610e08e1ee7fc665068c
refs/heads/master
2023-03-29T16:59:14.421456
2021-04-06T23:26:52
2021-04-06T23:26:52
355,040,336
0
1
null
null
null
null
UTF-8
C++
false
false
3,126
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 7 \\/ M anipulation | \*-------...
[ "chaseh13@login4.stampede2.tacc.utexas.edu" ]
chaseh13@login4.stampede2.tacc.utexas.edu
c4dc81fbf92f3b36867d22b043f3a08ed156a647
e166aadf755981646b0d17d55173cfe8298b2f76
/ultrasonic-distensc-to-light/ultrasonic-distensc-to-light.ino
a570559801359a34b76082a4de4abac4cb86f8d0
[]
no_license
bozeha/arduino
6f836fe9afeeff2f8f708f46e8763d0294e0478a
0d02fa3494126c8869ea0c697bf0088e7ccd58d4
refs/heads/master
2021-01-11T06:01:27.435961
2018-06-26T21:22:08
2018-06-26T21:22:08
69,661,287
0
0
null
null
null
null
UTF-8
C++
false
false
1,509
ino
//int LDR_Pin = A0; //analog pin 0 int ledPin2= 2; int ledPin3= 3; int ledPin4= 4; int ledPin5= 5; int ledPin6= 6; int ledPin7= 7; int ledPin8= 8; int ledPin9= 9; int dis_in=11; int dis_out=10; long xxx; //int statePin = HIGH; void setup(){ Serial.begin(9600); pinMode(ledPin2, OUTPUT); pinMode(ledPin3, OUTPUT); p...
[ "bozeha@gmail.com" ]
bozeha@gmail.com
6ea4f88b2b970c78455328a73ccb01c60f2c8fda
6ced41da926682548df646099662e79d7a6022c5
/aws-cpp-sdk-compute-optimizer/include/aws/compute-optimizer/model/SavingsOpportunity.h
d75b90d3a938c9656bea10f4e63d44c186f14761
[ "Apache-2.0", "MIT", "JSON" ]
permissive
irods/aws-sdk-cpp
139104843de529f615defa4f6b8e20bc95a6be05
2c7fb1a048c96713a28b730e1f48096bd231e932
refs/heads/main
2023-07-25T12:12:04.363757
2022-08-26T15:33:31
2022-08-26T15:33:31
141,315,346
0
1
Apache-2.0
2022-08-26T17:45:09
2018-07-17T16:24:06
C++
UTF-8
C++
false
false
5,850
h
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/compute-optimizer/ComputeOptimizer_EXPORTS.h> #include <aws/compute-optimizer/model/EstimatedMonthlySavings.h> #include <utility> namespace Aws { namespace Utils { namespac...
[ "aws-sdk-cpp-automation@github.com" ]
aws-sdk-cpp-automation@github.com
3c53607d9e223f961c74bfb21a53fe803a66935b
3efba8973c0ddda350359cc9d1dd21bbf3666865
/ECS/Project/Project/SceneECS/SceneResourceManager/SceneOBJResourceManager/SceneOBJResourceManager.h
31bc76dffb92fa8ae4b3d8b34d437356a7cecbd7
[ "MIT" ]
permissive
AshwinKumarVijay/SceneECS
0de78e5f0a1a9ae494a5687443907670d7d76ac3
2acc115d5e7738ef9bf087c025e5e5a10cac3443
refs/heads/master
2021-04-29T08:11:07.161331
2017-02-23T19:41:07
2017-02-23T19:41:07
77,653,583
2
0
null
null
null
null
UTF-8
C++
false
false
2,288
h
#pragma once #include <memory> #include <cerrno> #include <iostream> #include <string> #include "glm\glm.hpp" #include "../SceneResourceRequest/SceneResourceRequest.h" #include "../../../Events/ResourceEvent/ResourceEvent.h" #include "../../../RDFP/ResourceDescription.h" #include "../../../Vertex/Vertex.h" class ...
[ "ashwin.k.v89@gmail.com" ]
ashwin.k.v89@gmail.com
c987d2ae9025cfd7ea4fbbdddab51b461bdcc5ec
8b99d192a728f6f0e96d3c468315c675ee721f21
/src/Commands/aimTarget.h
2da1e1160db8a548bee0da4b68ac7eff56d8c86e
[]
no_license
Roborioles/visioncannon
ffa2d8a2790620774c858bcbaf00e4b74953bff0
4d52043878f4563bf0a48c8d0e4a62c110ea1809
refs/heads/master
2021-01-12T11:29:38.201831
2016-11-05T18:51:32
2016-11-05T18:51:32
72,936,764
0
0
null
null
null
null
UTF-8
C++
false
false
287
h
#ifndef aimTarget_H #define aimTarget_H #include "Commands/Subsystem.h" #include "WPILib.h" #include "../Robot.h" class aimTarget: public Command { public: aimTarget(); bool gotIt; void Initialize(); void Execute(); bool IsFinished(); void End(); void Interrupted(); }; #endif
[ "roborioles2@gmail.com" ]
roborioles2@gmail.com
58619d86a5dbd8552f8ae33f5c80a02527a53ed9
2dda918603ae7b54c4dccca56908602ef4e981fb
/FishingWarEN/Classes/TiShi.h
8f812d98850731ba5cf1c81b121bab673b2410bd
[]
no_license
Crasader/LaoWangBuYu
ec4c94886349c636eb1713a43a438a120a2988d9
154918245a3c64bf89230cc2f8f36cab306385d7
refs/heads/master
2020-12-05T18:23:03.318961
2017-12-25T14:20:20
2017-12-25T14:20:20
null
0
0
null
null
null
null
GB18030
C++
false
false
678
h
#ifndef __TISHI__ #define __TISHI__ #include "cocos2d.h" USING_NS_CC; class TiShi: public cocos2d::Node { public: static TiShi* create(int btnKind,std::string word,std::string wordtwo,int time,int GuanKaNum,bool ShouDong = false);//参数:1、提示框类型[1、2]①上点下框②上框下点//2、提示内容(***/n***,*****)有两行。// 3、要显示的时间 ...
[ "1154195328@qq.com" ]
1154195328@qq.com
1734ff4ab52d2cc32a8f87a83b383879ef55f62a
23ec33e86adfe96a0d49a88e91f880b2154b2c9b
/Codeforces/r276/div2B.cpp
6f7e1c1f215953fd04a1830b986a05f11414b85f
[]
no_license
ck89119/Algorithm
88ee13e267406f8531b8625fbd2c20c807f535d4
94d39795706f07a8240b610927e709978a2ff5d6
refs/heads/master
2023-09-01T06:35:09.132142
2023-08-29T01:27:47
2023-08-29T01:27:47
30,058,525
3
0
null
null
null
null
UTF-8
C++
false
false
1,735
cpp
/* ID: ck89119 PROG: LANG: C++ */ #include <vector> #include <list> #include <map> #include <set> #include <deque> #include <queue> #include <stack> #include <string> #include <bitset> #include <algorithm> #include <functional> #include <numeric> #include <utility> #include <sstream> #include <fstream> #include <iostre...
[ "ck89119@gmail.com" ]
ck89119@gmail.com
33016e8ff1d0f2937552cdcb215e603d1a68ec74
d4c1d37f74f3957f05998bd75344a3e22d6d833d
/9월 11일 - 우선순위 큐/3613.cpp
7b7b1ef8f109adb4e3786d312ac9c0e1eec74481
[]
no_license
Altu-Bitu/Altu-Bitu-Zn
47e31c48549920ff2c621799e7ddf655f38c9f70
ef34629ccf5bb4089b84018e0270300e95194282
refs/heads/main
2023-08-14T15:01:55.082460
2021-09-21T04:46:18
2021-09-21T04:46:18
401,385,298
0
0
null
2021-09-26T14:55:34
2021-08-30T15:03:19
C++
UTF-8
C++
false
false
1,574
cpp
#include <iostream> #include <string> #include <cctype> #include <vector> using namespace std; int main() { bool java=true, cpp=true; string s; cin>>s; vector<int> under_bar; vector<int> upper_case; // java check if('a'> s[0] || s[0] >'z') java = false; if(s[0] == '_') cpp = false;...
[ "your_zinc@ewhain.net" ]
your_zinc@ewhain.net
5ff1ab0537bbd2a2fe8ecd129f3180b943c0a920
eec37c5a25b8ddb218597d988ecca3161e50bc5b
/SpaceAdventure/MapGenerator.h
9627723d3210238a1e68281e037481a116d56c73
[]
no_license
Teaching-projects/SZE-ProgCpp-2017-SpaceAdventure
a82f603e412c16ac288cfe958e0be13b91528b26
d5fe907dca5d36cdb7c160a3d2c53b767d4fb9c8
refs/heads/master
2021-01-19T09:15:41.756081
2017-05-25T21:41:57
2017-05-25T21:41:57
87,743,802
0
0
null
2017-05-25T21:41:58
2017-04-09T22:27:56
C++
UTF-8
C++
false
false
283
h
#ifndef MAPGENERATOR_H #define MAPGENERATOR_H #include "Randomizer.h" #include <list> #include <iostream> typedef std::map<std::string, std::map<std::string, int>> initMap; class MapGenerator { public: static std::map<std::string, SolarSystem> generateMap(initMap); }; #endif
[ "kohalmiadam166@gmail.com" ]
kohalmiadam166@gmail.com
e3f6bde0d505c774935598478cb4170f1c72d082
04d8944559feba5d5286de5061f740654c8585d0
/LSPDLL/LSPDLL.h
6bda8036e52f06ee5137ab0dc16e67a138da49ed
[]
no_license
t5bcss/LSPLearn-Demo
f420724cdfe3c4d829f3ca8aa993124e3413a279
311ffd987f5dd68dc4bf6244a1f13ef0129298eb
refs/heads/master
2021-06-20T06:33:39.172810
2017-08-08T08:36:12
2017-08-08T08:36:12
null
0
0
null
null
null
null
GB18030
C++
false
false
408
h
// LSPDLL.h : LSPDLL DLL 的主头文件 // #pragma once #ifndef __AFXWIN_H__ #error "在包含此文件之前包含“stdafx.h”以生成 PCH 文件" #endif #include "resource.h" // 主符号 // CLSPDLLApp // 有关此类实现的信息,请参阅 LSPDLL.cpp // class CLSPDLLApp : public CWinApp { public: CLSPDLLApp(); // 重写 public: virtual BOOL InitInstance(); DECLARE_MESSAGE_M...
[ "admin@DESKTOP-QSROAUR" ]
admin@DESKTOP-QSROAUR
a8e4e6184fee46d5273ced52bcd41b63ea74d027
c8cb134531c883d7c389fecee63a99f67f19bc8a
/dstream/middeval/middlebury/cvkit_src/bgui/basewindow_win32.cc
9cf88629949358a74da62b8d896857bf57ecbf93
[ "BSD-3-Clause", "MIT" ]
permissive
renzbagaporo/depthstream
ddced4bb41f9144b7dfcccc1dc92efae7b65b9df
9ad0febf3e7c0af5ccfbdca2746ce24b353c76a1
refs/heads/master
2021-01-10T23:05:42.019805
2017-12-22T10:48:45
2017-12-22T10:48:45
115,082,722
12
2
null
null
null
null
UTF-8
C++
false
false
22,729
cc
/* * This file is part of the Computer Vision Toolkit (cvkit). * * Author: Heiko Hirschmueller * * Copyright (c) 2014, Institute of Robotics and Mechatronics, German Aerospace Center * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted prov...
[ "renz.bagaporo@gmail.com" ]
renz.bagaporo@gmail.com
0c9bf49cc82e4ba5de935807118a7bc28c3cd181
1b3c0a8cd082ce89111e4f269dc9011428f6e933
/lib/measurements/lalibe_bar3ptfn_w.cc
b2beba7a857cb06f092fe87acf7caec6169d6618
[ "LicenseRef-scancode-unknown-license-reference", "BSD-2-Clause" ]
permissive
callat-qcd/lalibe
be4c0184892a314e560c2e0715eef4b46cf9bd11
4b162126ffa385e836654fcdd149edb6fec98b69
refs/heads/master
2022-08-28T19:46:38.031370
2020-06-26T07:18:28
2020-06-26T07:18:28
144,934,964
9
6
NOASSERTION
2022-08-19T21:06:44
2018-08-16T04:04:43
C++
UTF-8
C++
false
false
19,126
cc
/*! * Baryon c3pt calculator, first version based off chroma. * Uses lalibe's fourier transform routine. * Writes correlators in hdf5. * This is likely to change a lot in the coming weeks. * Arjun Gambhir */ #include "lalibe_bar3ptfn_w.h" #include "meas/inline/abs_inline_measurement_factory.h" //#include "io/qpr...
[ "gambhir1@lassen709.coral.llnl.gov" ]
gambhir1@lassen709.coral.llnl.gov
d810e2285c3c31fee701f84bc26f1b735fbda0b6
897868d4960eee6e728597e4ec5576aa03064785
/llvm/lib/Bitcode/Reader/BitstreamReader.cpp
330bc045cc678792e4e47cf9a8e32b030b7d9a3d
[ "MIT", "NCSA" ]
permissive
martell/ellcc
ab95d98c6023a23402a474044730db125349c843
b144e161b5f70da528ae64329f27e4dfab489e5a
refs/heads/master
2021-04-26T11:49:19.551929
2016-10-05T09:21:00
2016-10-05T09:21:00
70,063,491
2
1
NOASSERTION
2020-03-07T21:58:00
2016-10-05T13:32:53
null
UTF-8
C++
false
false
13,111
cpp
//===- BitstreamReader.cpp - BitstreamReader implementation ---------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
[ "rich@ellcc.org" ]
rich@ellcc.org
f3595adf1d922286097072bd706ca33424e91877
c23b42b301b365f6c074dd71fdb6cd63a7944a54
/contest/CCPC2017/h.cpp
1c7e9e27c61393718aea670d6ae42ab09989f9e7
[]
no_license
NTUwanderer/PECaveros
6c3b8a44b43f6b72a182f83ff0eb908c2e944841
8d068ea05ee96f54ee92dffa7426d3619b21c0bd
refs/heads/master
2020-03-27T22:15:49.847016
2019-01-04T14:20:25
2019-01-04T14:20:25
147,217,616
1
0
null
2018-09-03T14:40:49
2018-09-03T14:40:49
null
UTF-8
C++
false
false
2,197
cpp
#pragma GCC optimize("O3") #include <bits/stdc++.h> using namespace std; typedef long long LL; #define N 12 int n , m; int c[ N ][ 4 ] , ct[ N ]; int d[ N ][ 4 ] , dt[ N ]; void init(){ cin >> n >> m; vector<int> id; for( int i = 0 ; i < n ; i ++ ){ cin >> ct[ i ]; for( int j = 0 ; j < ct[ i ] ; j ++ ){ ...
[ "c.c.hsu01@gmail.com" ]
c.c.hsu01@gmail.com
ce4ab2136f8f1b3c7d3e3a63f293546f194856e1
75ed9a9de682168c94608c487c8d253bf4b0abda
/EEAlgo_FINAL/src/main.cpp
c7959730c4de27b7e4c4880da9e4b022656a2622
[]
no_license
cftang0827/AlgoFinalProject
312562f168a474b7cf7d29afb907637f2ecb6d71
728e5f7cf4961accc14ddd23d92b6a3af89c66e3
refs/heads/master
2021-01-18T14:05:54.131558
2015-10-19T02:46:25
2015-10-19T02:46:25
35,863,460
0
0
null
null
null
null
UTF-8
C++
false
false
11,136
cpp
#include <iostream> #include <fstream> #include <string> #include <sstream> #include <vector> #include <algorithm> #include <iomanip> #include "graph.h" #include <cmath> #include "getpart.h" #include <queue> using namespace std; typedef vector<string> Data; typedef vector<Data> DataList; int innerprod(int *vec1,int *...
[ "cftang0827@gmail.com" ]
cftang0827@gmail.com
2f93da886df943a701094e1ba38b23404bb91e26
08510efaa17489700790712ba6f68a672b7058a8
/onviflibs/OnvifAnalyticsLib/soap/onvifanalyticsRuleEngineBindingProxy.cpp
950ec9b39eae181907d70c87c1c3ea0858b9da85
[]
no_license
hrdzkj/onvif-qt-server-client
33436c59f60c40146c3e1677a602f0b0ca8f4c89
387a1dcf604f6e272504409366f575d668e48d73
refs/heads/master
2020-12-21T01:53:59.893753
2020-01-18T07:00:36
2020-01-18T07:00:36
236,270,758
2
0
null
null
null
null
UTF-8
C++
false
false
30,190
cpp
/* onvifanalyticsRuleEngineBindingProxy.cpp Generated by gSOAP 2.8.22 from rcx.h Copyright(C) 2000-2015, Robert van Engelen, Genivia Inc. All Rights Reserved. The generated code is released under one of the following licenses: GPL or Genivia's license for commercial use. This program is released under the GPL with ...
[ "1017965668@qq.com" ]
1017965668@qq.com
82f8e4f4e5a9a51d2bb413275a573d2c8cc206bd
d06bc963456f5403402389944917a1ee722dec62
/Codechef/FEB17/new.cpp
3e7211b7dc6d84d68ff92e304433658a9b0fdfde
[]
no_license
hackboxlive/CP
4ec6a8d0581d71ef103e47ad08e5a5ce93f20ff5
4110a37ec88aac85295802892876ad42779c60a8
refs/heads/master
2021-06-16T03:34:37.321378
2020-11-24T21:22:48
2020-11-24T21:22:48
95,323,963
3
2
null
2018-01-21T08:19:18
2017-06-24T21:33:12
C++
UTF-8
C++
false
false
4,475
cpp
#include <bits/stdc++.h> using namespace std; inline int read() { int x=0; int f=1; char ch=getchar(); while(ch<'0' || ch>'9') { if(ch=='-') { f=-1; } ch=getchar(); } while('0'<=ch && ch>='9') { x=x*10+(ch-'0'); ch=getchar(); } return x*f; } int arr[100100]; int que[100100][3]; int n,m,Q; int v[100...
[ "singhsarvshakti127@gmail.com" ]
singhsarvshakti127@gmail.com
b4e54ba5d07a236d325d65a6cab0d0520020e770
70418d8faa76b41715c707c54a8b0cddfb393fb3
/13072.cpp
eeb30dba718f1b81e4fa01223dccfaf7fca1178b
[]
no_license
evandrix/UVa
ca79c25c8bf28e9e05cae8414f52236dc5ac1c68
17a902ece2457c8cb0ee70c320bf0583c0f9a4ce
refs/heads/master
2021-06-05T01:44:17.908960
2017-10-22T18:59:42
2017-10-22T18:59:42
107,893,680
3
1
null
null
null
null
UTF-8
C++
false
false
1,031
cpp
#include <bits/stdc++.h> using namespace std; const int MAXN = 1024; char s[MAXN]; int dp[MAXN][MAXN], argdp[MAXN][MAXN]; int bidx = 0; char buf[MAXN]; void dfs(int l, int r) { if (l > r) return; if (l == r) { buf[bidx++] = s[l]; return; } if (argdp[l][r] == 0) { buf[bidx++] = s[l]; dfs(l + 1, r - 1...
[ "yleewei@dso.org.sg" ]
yleewei@dso.org.sg
5bf34f0359eb875adb4b89da40ae4f176426bf1b
56108c89f3d7d948414e1bb1f3eb0c2ff85c136d
/AdventOfCode2019/AdventOfCode/puzzle7.hpp
af76dafe8640705ab778c1e9f1dd39d3faddd11f
[]
no_license
jamesging/advent_of_code
b53009f1a411b776bbb011934c6e310ebb4c4063
566ae3ffc259a9e098b68d486eccc160d8e1821a
refs/heads/master
2021-07-07T22:20:46.895064
2020-08-14T15:50:21
2020-08-14T15:50:21
160,071,242
0
0
null
null
null
null
UTF-8
C++
false
false
997
hpp
// // puzzle7.hpp // AdventOfCode // // Created by James Ging on 12/9/18. // Copyright © 2018 James Ging. All rights reserved. // #ifndef puzzle7_hpp #define puzzle7_hpp #include <string> #include <vector> #include <set> #include "puzzle.hpp" #include "IntCodeComputer.hpp" class puzzle7 : puzzle { public: s...
[ "jamesg@Jamess-MacBook-Pro.local" ]
jamesg@Jamess-MacBook-Pro.local
0672ddcad5538856b5d2831ed9ad8f5c19b06ce7
ce9140a7a26a4b3fc94fa91d01f0aebf8cf2c50b
/src/QuaternionDirect.cpp
e86a7bb206ac62b6d84851cfef6a125666f2e59b
[ "MIT" ]
permissive
mauriciocele/fast-rotor-estimation
9f8a4ac97ea25cd7546dd282891edc7ada66c484
1ee3f5a4aaee83f66e8ced209c2891b6e2045856
refs/heads/master
2022-03-08T05:12:46.850344
2019-11-28T11:52:07
2019-11-28T11:52:07
105,455,838
2
0
null
null
null
null
UTF-8
C++
false
false
1,407
cpp
#include "QuaternionDirect.h" using Eigen::Matrix4d; using Eigen::Matrix3d; using Eigen::Vector3d; using Eigen::Vector4d; using Eigen::Quaterniond; using std::vector; /* For product L*X */ inline Matrix4d QuaternionLeft(const Vector3d& q) { Matrix4d L; L(0,0) = L(1,1) = L(2,2) = L(3,3) = 0; L(0,1) = -...
[ "maurlope@amazon.es" ]
maurlope@amazon.es
69f1c22a126d983a09e58a7b8aee171cc1a796ab
cc733834bdb5b4d33210c091744100c818beb2cb
/kn/src/knShare/tests/libknB/libB.h
2a52934d8ba254fbd06c3f9ece564f25d332ea7c
[ "Apache-2.0" ]
permissive
hhutz/soraCore
b7d592424afb2ff111c24f542853a993d99326e3
0b140e0bca251498c3b12c102d04bcb68e4c31b1
refs/heads/master
2021-06-26T00:37:20.379488
2015-12-17T17:18:51
2016-02-11T17:29:47
21,436,387
1
5
null
2021-06-18T16:59:09
2014-07-02T18:50:50
C++
UTF-8
C++
false
false
198
h
/* -*- C++ -*- */ #ifndef libB_h #define libB_h #include "libknB_Export.h" libknB_Export void * libB(); libknB_Export void * libBFoo(); libknB_Export void * libBFooRepository(); #endif // libB_h
[ "mallan@71bd3d61-4118-0410-985d-8aea7a627388" ]
mallan@71bd3d61-4118-0410-985d-8aea7a627388
2cdf9228d586fa97418148a69873519818d9c86b
6aeccfb60568a360d2d143e0271f0def40747d73
/sandbox/mgl/boost/mgl/aux_/next_prior_impl.hpp
a8c7a53cd6bd3553753cb70601edf5a668a496bf
[]
no_license
ttyang/sandbox
1066b324a13813cb1113beca75cdaf518e952276
e1d6fde18ced644bb63e231829b2fe0664e51fac
refs/heads/trunk
2021-01-19T17:17:47.452557
2013-06-07T14:19:55
2013-06-07T14:19:55
13,488,698
1
3
null
2023-03-20T11:52:19
2013-10-11T03:08:51
C++
UTF-8
C++
false
false
1,499
hpp
// Copyright Franz Alt 2009-2011 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) #ifndef BOOST_MGL_AUX_NEXT_PRIOR_IMPL_HPP #define BOOST_MGL_AUX_NEXT_PRIOR_IMPL_HPP #include <boost/utility/enable_if.hpp> ...
[ "F.Alt@gmx.net" ]
F.Alt@gmx.net
9d19352dbda0b958ec7baf18ca55675b551fa790
13e33bed33184c8da9a58bc21cf781946c05b718
/源码/4-1.cpp
ba2a0f6969359b034243cdb537879ecd2887d31f
[]
no_license
cyseria/Algorithm
94acbf4163ca0086ae9ebb7fb5ca08d1b7b0ea1d
7b24d1246bc9e73079a3cbe59d26b2f3978f661a
refs/heads/master
2021-01-21T14:04:50.749748
2016-05-26T12:51:13
2016-05-26T12:51:13
44,468,627
10
4
null
null
null
null
UTF-8
C++
false
false
861
cpp
# include <stdio.h> # include <algorithm> using namespace std; struct val //区间 { int l, r; //左右数值 }p[50]; bool cmp(struct val a, struct val b) { return a.r < b.r; } int main() { int n; //区间数 scanf("%d",&n); //输入区间,左小右大 for (int i = 0; i < n; i++) { int l,r; scanf("%d%d",&l,&r...
[ "xcyseria@gmail.com" ]
xcyseria@gmail.com
d1a7661fd54b613ae7ba929a0651a6096e6e29cc
d11cb6c892f353fdee7b5021185ef44b08d2ef12
/test-compile/simulator_provide_types_test.cpp
46330a17aeb454a78f4040805929af92bee72949
[ "BSD-2-Clause" ]
permissive
daniellaniyo/cadmium
70920d6240e1d8c4c0b4322b62ea80092f36a82f
f6d7046f78656a13b9a1ca10f870cbb663090374
refs/heads/master
2021-01-12T17:26:56.648494
2016-10-21T01:56:15
2016-10-21T02:09:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,008
cpp
/** * Copyright (c) 2013-2016, Damian Vicino * Carleton University, Universite de Nice-Sophia Antipolis * 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 m...
[ "sdavtaker@users.noreply.github.com" ]
sdavtaker@users.noreply.github.com
4a3d27e2849d2a52f81bd8cac32a6c36ab2e61ed
f2af1e0679370027fdc150bd84d183e2f82984ca
/VM/VM.h
cc1a68dc27240e1443bfeb868b19506d4d5c2347
[]
no_license
wimccall/Virtual-Machine-Visual-Scripting
6e0a6968f2beec26a89dbf99dd5463e2d45dadd0
b5a7959a06418072780387de9caa9b920278ca10
refs/heads/master
2020-03-27T07:54:43.827568
2018-08-29T13:49:43
2018-08-29T13:49:43
146,204,153
0
0
null
null
null
null
UTF-8
C++
false
false
1,310
h
#pragma once #include "stdafx.h" #include <map> #include <stack> #include <fstream> #include "Debuglog.h" enum Instruction : char { LITERAL = 0, // Requires 1 argument. E.G. LITERAL 54; // stores 54 on the stack. ADD, SUB, DIV, MUL, PRINT, LESS_THAN, EQUAL, // TODO implement string in bytecode for jump labels...
[ "wimccall42@students.tntech.edu" ]
wimccall42@students.tntech.edu
d77dbe2418f048bff1957d8a571b25ab842487c5
79e74cd79429165826afb3418e26221f94760695
/week11/stack.h
b8298feeb0cd89f894b3299f9b992f6c97b64e67
[]
no_license
Camthack13/cs235
c06271af4b2026f7fe475ef5f0c371f3127cf953
a74879f953f2d2283d66d1c72d75d73228f72051
refs/heads/master
2020-03-22T00:43:12.548344
2018-07-07T16:36:56
2018-07-07T16:36:56
139,261,427
0
0
null
null
null
null
UTF-8
C++
false
false
5,789
h
/*********************************************************************** * Module: * Lesson 02, Stack * Brother Helfrich, CS 235 * Author: * Br. Helfrich * Summary: * This program will implement a stack ************************************************************************/ #ifndef STACK_H #defin...
[ "camronthackeray@gmail.com" ]
camronthackeray@gmail.com
ab78fc9023e824fca252a89356b0e0d7c255af61
9d4a78a52163069503dd1e2e9ccd3dd52fe9506a
/src/libcu.tests/stdargTest.cpp
e2209bccb2c88127760c4462bd48a55bdb3a019a
[ "MIT" ]
permissive
jordananders/libcu
f33af60ad633ce4df16be8cb0501a938ed1b46d0
e9f2de042212977ccdc5164c96d1a57f63e8fbd3
refs/heads/master
2021-01-23T13:29:08.847695
2017-09-06T15:38:59
2017-09-06T15:38:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,378
cpp
#include "stdafx.h" using namespace System; using namespace System::Text; using namespace System::Collections::Generic; using namespace Microsoft::VisualStudio::TestTools::UnitTesting; cudaError_t stdarg_parse(); cudaError_t stdarg_call(); namespace libcutests { [TestClass] public ref class stdargTest ...
[ "smorey@degdigital.com" ]
smorey@degdigital.com
06c85da7df0a8e572776c28dbba1843b493b2a79
a01fb7bb8e8738a3170083d84bc3fcfd40e7e44f
/cpp/gcc/attribute/attribute_packed.cpp
b73ca7508df79137cb012af8dbc751c933a07822
[]
no_license
jk983294/CommonScript
f07acf603611b4691b176aa4a02791ef7d4d9370
774bcbbae9c146f37312c771c9e867fb93a0c452
refs/heads/master
2023-08-21T17:50:19.036159
2023-08-16T00:22:03
2023-08-16T00:22:03
42,732,160
5
0
null
null
null
null
UTF-8
C++
false
false
549
cpp
#include <iostream> #include <string> using namespace std; struct __attribute__((__packed__)) A { char a; int b; char c; }; struct B { char a; int b; char c; }; struct __attribute__((packed)) Foo { char x; int y; }; struct Bar { char x; int y __attrib...
[ "jk983294@gmail.com" ]
jk983294@gmail.com
a362a733015d704307cead39d982bc6ed11a4a5d
8e567498a9224d7c6bf71cfe66ec5360e056ec02
/mars/boost/signals2/optional_last_value.hpp
e3e4341610dc21ec74f65c5bf02e34c5c082a30d
[ "MIT", "Zlib", "LicenseRef-scancode-unknown-license-reference", "OpenSSL", "BSD-3-Clause", "LicenseRef-scancode-openssl", "LicenseRef-scancode-ssleay-windows", "BSL-1.0", "Apache-2.0", "BSD-2-Clause" ]
permissive
Tencent/mars
db31afeeb5c0325bfceede594038381bce3c1635
6c7028fffe01e2b49a66c221b1ac2f548649053f
refs/heads/master
2023-08-31T07:29:50.430084
2023-08-09T07:24:42
2023-08-09T07:24:42
76,222,419
18,118
3,828
NOASSERTION
2023-09-12T07:37:07
2016-12-12T04:39:54
C++
UTF-8
C++
false
false
1,813
hpp
// optional_last_value function object (documented as part of Boost.Signals2) // Copyright Frank Mori Hess 2007-2008. // Copyright Douglas Gregor 2001-2003. // Distributed under the Boost Software License, Version // 1.0. (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) ...
[ "garryyan@tencent.com" ]
garryyan@tencent.com
979eaf77ddf1f95471ef9ae9766fffa4ab5f37dc
826c2762805e39ac1c080091e7f4f642fb41e19a
/ouniverse_2020_1_ue4_source/retired code/Ui_Rack.h
441a952d09e2e95438cd2341625b4e6936f94327
[]
no_license
legendofceo/ouniverse_ue_cpp_source_deprecated_pre2022
fe625f69210c9c038202b8305495bdf373657ea8
729f12569f805ce74e602f8b13bab0ac318358a5
refs/heads/main
2023-08-12T19:14:39.216646
2021-10-17T16:19:29
2021-10-17T16:19:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
226
h
//Copyright 2015-2019, All Rights Reserved. #pragma once #include "Ui/Ui_El.h" #include "Ui_Rack.generated.h" UCLASS(Abstract,Blueprintable) class OUNIVERSE_API UUi_Rack : public UUi_El { GENERATED_BODY() public: };
[ "work.by.ceo@gmail.com" ]
work.by.ceo@gmail.com
3bb0a87307064f5adce1a747a15e045e1fa1968d
d09945668f19bb4bc17087c0cb8ccbab2b2dd688
/2017-2021/2019/pakencamp-2019-day3/b.cpp
e81e0f273d65acf17703af89ccc8205e3562272d
[]
no_license
kmjp/procon
27270f605f3ae5d80fbdb28708318a6557273a57
8083028ece4be1460150aa3f0e69bdb57e510b53
refs/heads/master
2023-09-04T11:01:09.452170
2023-09-03T15:25:21
2023-09-03T15:25:21
30,825,508
23
2
null
2023-08-18T14:02:07
2015-02-15T11:25:23
C++
UTF-8
C++
false
false
927
cpp
#include <bits/stdc++.h> using namespace std; typedef signed long long ll; #undef _P #define _P(...) (void)printf(__VA_ARGS__) #define FOR(x,to) for(x=0;x<(to);x++) #define FORR(x,arr) for(auto& x:arr) #define ITR(x,c) for(__typeof(c.begin()) x=c.begin();x!=c.end();x++) #define ALL(a) (a.begin()),(a.end()) #...
[ "kmjp@users.noreply.github.com" ]
kmjp@users.noreply.github.com
4f830d643392124d37396fcfd5197d30b533c105
e104892af303d85c5e661d099b500dc1e35b882d
/Sample6_7/app/src/main/cpp/bndev/MyVulkanManager.cpp
b13ecb51c78912643af9b3c1f064dfb4e4813349
[ "Unlicense" ]
permissive
siwangqishiq/Vulkan_Develpment_Samples
624900dabaca75c9ad21ef5a1ee5af6709dcc9a8
409c973e0b37086c854cde07b1e620c3d8d9f15d
refs/heads/master
2023-08-16T04:13:54.777841
2021-10-14T06:53:11
2021-10-14T06:53:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
30,620
cpp
#include <vulkan/vulkan.h> #include "MatrixState3D.h" #include "MyVulkanManager.h" #include "../util/FileUtil.h" #include "../util/TextureManager.h" #include "../util/HelpFunction.h" #include <thread> #include <iostream> #include <assert.h> #include <chrono> #include "ThreadTask.h" #include "../util/FPSUtil.h" #include...
[ "709165253@qq.com" ]
709165253@qq.com
d04cd59cb26d813e8d8057b321264cf511101a91
351f9fbbf15b25e856502acb34128bf0fbfb48bf
/day3/hw/widget.h
96ee2b70817dafdf5527772d54e5c4e53b2542c3
[]
no_license
zhihudalao/QT-obj
31128cf679a8a02ae9d55dedae866ad4aa9727ec
70cdbc52a78db5d754b81723969bcf6ba24ee65c
refs/heads/master
2020-05-31T04:54:52.905965
2019-06-04T01:35:13
2019-06-04T01:35:13
190,108,144
2
0
null
null
null
null
UTF-8
C++
false
false
495
h
#ifndef WIDGET_H #define WIDGET_H #include <QWidget> #include <QLabel> #include <QMouseEvent> #include <QHBoxLayout> #include <QVBoxLayout> #include <QPushButton> class Widget : public QWidget { Q_OBJECT public: Widget(QWidget *parent = 0); ~Widget(); void mouseMoveEvent(QMouseEven...
[ "106174975@qq.com" ]
106174975@qq.com
902e98e59d4d8c7cbd0a3d6252c3023f630e8407
da51e8168f389dc06ba4cd5b3ef5d5f519c05b78
/src/REXOS/ROS/libraries/rexos_bond/include/rexos_bond/BondListener.h
c59e4cae77a1b4f19312e6ed58c351a1bcb6462e
[]
no_license
royscheefhals/HUniversal-Production-Utrecht
baa8e942b51d1ccca4d91c1be03cf660dad340fc
69595ad89ed1b37ebe660a2716d52b724160cd33
refs/heads/master
2021-01-12T21:52:35.878207
2014-11-26T11:26:17
2014-11-26T11:26:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
220
h
#pragma once namespace rexos_bond{ class Bond; class BondListener { friend class Bond; public: enum Event{ FORMED, BROKEN }; protected: virtual void onBondCallback(Bond* bond, Event event) = 0; }; }
[ "tommas.bakker@student.hu.nl" ]
tommas.bakker@student.hu.nl
a06962a14abeff0236964a0f7fd695249e42a328
2f7cc62689680991d491684e28c949b9a61d7dd3
/headers/base64_codec.hpp
6c4ea85190d85acc12724032d4f674e39d249aed
[]
no_license
Snake52996/CodecS
bb84812b887904ed56c9766a62da30564d7667d1
a058d52a4c24314e81ffc0be760d8cca2fead5b0
refs/heads/master
2023-03-31T01:48:32.055382
2021-03-27T06:01:25
2021-03-27T06:01:25
297,362,373
0
0
null
null
null
null
UTF-8
C++
false
false
1,065
hpp
/** * @brief declaration of base64 coder/decoders */ _Pragma("once"); #include<codec.hpp> namespace CodecS{ class Base64Codec final: public Codec{ private: static constexpr const char* const FORWARD_TABLE = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; ...
[ "33573135+Snake52996@users.noreply.github.com" ]
33573135+Snake52996@users.noreply.github.com
54937ffc271dafbc912378afe1440ec2194b2c4e
276da4b1d93859827e228f4cf055ba6d7597fbba
/GlushchukRoman._Proga_C++._miniLabsOfCisco/Labs_Chapter2/lab_2_11_6_(1)-B.cpp
cd0033a6dec82a20e4f77b05fef1766fc8452e27
[]
no_license
So1air/-CiscoCompleteLabs
4180b80ac31545d11129306f7542743d2bae3750
1ac1bfbfef6d8ec3896d80ec155099bc6498e0d1
refs/heads/master
2021-01-18T08:00:32.534262
2017-08-12T15:56:58
2017-08-12T15:56:58
84,298,949
0
0
null
null
null
null
UTF-8
C++
false
false
947
cpp
#include <iostream> #include "Allfunc.h" using namespace std; int Go23(void) { struct Time{ int hour, minute; }; Time TimeBegining, TimeEnding; int time_duration; cout << "Enter time begining \n"; do{ cout << "...hour(in range 0..23): "; cin >> TimeBegining.hour; } while ((TimeBegining.hour < 0) || (Ti...
[ "zima.blizko.2014@gmail.com" ]
zima.blizko.2014@gmail.com
4d50264d6750b7f5e279b95002668ef95cc3ef6d
18dcf57f0b2813aaac096c2020bbb0f72f146a4e
/Temp/StagingArea/Data/il2cppOutput/Bulk_mscorlib_8.cpp
ffe7087588827a4bc75202218e2743de71c5aedb
[]
no_license
danilolucasmd/super-pana-world
b16f33d099298a3b7294d797fd15fdda7f8dddbf
91503403fab29414f9023d748c2342d4b9acaefa
refs/heads/master
2021-10-18T17:25:55.011946
2019-01-16T14:55:19
2019-01-16T14:55:19
104,506,641
0
0
null
null
null
null
UTF-8
C++
false
false
1,572,521
cpp
#include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <cstring> #include <string.h> #include <stdio.h> #include <cmath> #include <limits> #include <assert.h> #include <stdint.h> #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il...
[ "danilolucasmd@gmail.com" ]
danilolucasmd@gmail.com
517d4c6b017af10a633d7b38a7e6d56308a13b8f
1c57689889ffd8868db878e225ab2dcfed5eda7d
/inc/hw2_distance.h
0db2484d7bc9962b956c945ba4a2c2a846152935
[]
no_license
ioDiken/cmpe180a
57b6b96ba11a0ab0a7d185273ab4ff339bd41fbf
804b95c972ed26f274680f988ac1d348d73358a5
refs/heads/master
2023-04-09T11:04:24.359261
2021-04-20T06:11:25
2021-04-20T06:11:25
336,892,242
0
0
null
null
null
null
UTF-8
C++
false
false
742
h
/** * @file hw2_distance.h * @brief Compute distance between 2D points * @sjsuid 011280893 * @author Nicolas Diken */ #ifndef AEF5B24D_8526_45AF_9268_AB6EA1CBA064 #define AEF5B24D_8526_45AF_9268_AB6EA1CBA064 #include <float.h> #include <stdint.h> class XYPoint { public: int x; int y; XYPoint(int xc...
[ "nicolasdiken@ieee.org" ]
nicolasdiken@ieee.org
55b76fb6b5b1df0a02fb95d01d47c730a7f4b12d
e8a33aead3ebff65e29e26e1dbac3c155e06ecee
/SceneManager.hpp
4573eea044809e21b9ad8cf44cd5dcdfb43e24ce
[ "LicenseRef-scancode-warranty-disclaimer", "MIT" ]
permissive
moorejs/TankGame
010630a49004fb70c019debb216e4e73e48369f2
1e8c2e0a578b114e6868bb53a092a57d5c6b6ca0
refs/heads/master
2021-01-22T17:34:01.624645
2016-06-19T16:58:02
2016-06-19T16:58:02
61,246,570
0
0
null
null
null
null
UTF-8
C++
false
false
600
hpp
#ifndef SCENEMANAGER_HPP #define SCENEMANAGER_HPP #include <memory> #include <stack> #include <SFML/Graphics.hpp> #include "Scenes/Scene.hpp" #include "ResourceManager.hpp" class SceneManager { public: void updateScene(); void drawScene(sf::RenderWindow& window); template <typename T, typename ... Args> v...
[ "jmoore1@andrew.cmu.edu" ]
jmoore1@andrew.cmu.edu
c919ff884e52afba7015a9ba7bb715972735efe3
2f557f60fc609c03fbb42badf2c4f41ef2e60227
/CondFormats/DTObjects/test/stubs/DTT0Write.cc
dc0c01577bde5b97536008638fe1ded321b60c84
[ "Apache-2.0" ]
permissive
CMS-TMTT/cmssw
91d70fc40a7110832a2ceb2dc08c15b5a299bd3b
80cb3a25c0d63594fe6455b837f7c3cbe3cf42d7
refs/heads/TMTT_1060
2020-03-24T07:49:39.440996
2020-03-04T17:21:36
2020-03-04T17:21:36
142,576,342
3
5
Apache-2.0
2019-12-05T21:16:34
2018-07-27T12:48:13
C++
UTF-8
C++
false
false
2,528
cc
/*---------------------------------------------------------------------- Toy EDAnalyzer for testing purposes only. ----------------------------------------------------------------------*/ #include <stdexcept> #include <string> #include <iostream> #include <map> #include "FWCore/Framework/interface/MakerMacros.h" ...
[ "giulio.eulisse@gmail.com" ]
giulio.eulisse@gmail.com
592a2cb63c9d09a6196b95b4d452a00f87f9dfdd
269b467c7ebd6e3c2d518af8368a55d5e9406392
/interfaces/native/innerkits/event/src/touch_event.cpp
9be5d7e15be84070901300f82200c78fd6522930
[ "Apache-2.0" ]
permissive
openharmony-sig-ci/multimodalinput_input
a681009cac385197e54753cb2aa0a921143863ed
0060202ec975464fc43f096a6b03c9a92a07c4f7
refs/heads/master
2023-07-22T11:31:20.166075
2021-09-07T09:18:34
2021-09-07T09:18:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,124
cpp
/* * Copyright (C) 2021 Huawei Device Co., Ltd. * 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 ...
[ "mamingshuai1@huawei.com" ]
mamingshuai1@huawei.com
be6ce12e2c670051d9a84ac949d664fd6aa2fd2d
6f85943fa260a8ab333186d51427c6099980df88
/intermediate/C++/JOI_12_honsen_E.cc
d813f5227af9f836ce19551af8a3b42774bb2120
[]
no_license
tmsausa/atcoder_arihon
4669f731a9f4662fc51bfa516f1e7ee69e38477f
2cb8dedbde73b460ad3b2461c70028b39c524022
refs/heads/master
2023-02-04T13:21:17.430030
2020-12-20T17:21:17
2020-12-20T17:21:17
301,056,266
0
0
null
null
null
null
UTF-8
C++
false
false
4,352
cc
#include <bits/stdc++.h> #define range(i, l, r) for(long long int (i) = (l); (i) < (r); (i)++) #define reversed_range(i, l, r) for (long long int (i) = (r) - 1; (i) >= l; (i)--) using namespace std; template <typename T> using vec = vector<T>; using lint = long long; using ulint = unsigned long long; using pint = pair<...
[ "machida@mi.t.u-tokyo.ac.jp" ]
machida@mi.t.u-tokyo.ac.jp
3f6ab7d6f9bccab26aa4e2249016b06e287e67de
93bf4bbafe0524335ea1216f7f2941348c2cd1bd
/tensorflow/core/framework/type_traits.h
b8436fd5f9ce1ed8f8641f38daeca001e9fa9560
[ "Apache-2.0" ]
permissive
sachinpro/sachinpro.github.io
c4951734b09588cad58711a76fe657f110163c11
c3bbd8d89818f5d8bb7296c851ed5e52c19728e3
refs/heads/master
2022-12-23T10:00:13.902459
2016-06-27T13:18:27
2016-06-27T13:25:58
25,289,839
1
1
Apache-2.0
2022-12-15T00:45:03
2014-10-16T06:44:30
C++
UTF-8
C++
false
false
3,070
h
/* Copyright 2015 Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in ...
[ "x0234443@ti.com" ]
x0234443@ti.com
77949913bbb9dfacbc79f2ba12a92f2b3a537a05
f1aaed1e27416025659317d1f679f7b3b14d654e
/MenuMate/MenuMate/Source/PrintoutChefMate.cpp
bab7436102d575a34b358c89f4cb9f363a94bb64
[]
no_license
radtek/Pos
cee37166f89a7fcac61de9febb3760d12b823ce5
f117845e83b41d65f18a4635a98659144d66f435
refs/heads/master
2020-11-25T19:49:37.755286
2016-09-16T14:55:17
2016-09-16T14:55:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,799
cpp
// --------------------------------------------------------------------------- #pragma hdrstop #include "PrintoutChefMate.h" #include "MMLogging.h" #ifdef MenuMate #include "DeviceRealTerminal.h" #endif // --------------------------------------------------------------------------- #pragma package(smart_init) bool ...
[ "ravish.sharma@menumate.com" ]
ravish.sharma@menumate.com
5554839e8bea885de6d3a08af6dc918075f1a647
73abc13a018726e7959db8ce418992c3f797db74
/PluginMusic/src/MidiReader.cpp
76e098784bfd1beb24152f0c70cf9dc6c36d8199
[]
no_license
rgrest/ttmm
495f3822303c831896025153800086e051e71992
3e9ae288d82513c8d81744e767e36a8c66ca9ae9
refs/heads/master
2021-01-01T04:51:24.931626
2016-04-20T13:45:59
2016-04-20T13:45:59
56,689,524
0
0
null
null
null
null
UTF-8
C++
false
false
23,555
cpp
#include "MidiReader.h" using namespace ttmm; using std::string; string ExePath() { char buffer[MAX_PATH]; GetModuleFileName(NULL, buffer, MAX_PATH); string::size_type pos = string(buffer).find_last_of("\\/"); return string(buffer).substr(0, pos); } #define songpath ExePath() + "\\..\\PluginMusic\\So...
[ "andrei.guenter@gmx.de" ]
andrei.guenter@gmx.de
4639cb3a27dfba2d25e3154b8e4e576d0c66152e
224ae8285d2bc6ae26a1614c965d6efd46bf6b44
/UltraSoftRasterization/implement/inputdatabase.h
412ed2bba754c91a7b89ccc7ee94354b57ce8e5c
[]
no_license
stormHan/SoftRasterization
8e1e194bd2d907f8ad5f90e8bd773a2bf3b93870
288e959435939cb07a56390163c085a9d9ec91a6
refs/heads/main
2023-08-08T00:54:11.159760
2021-09-14T03:24:08
2021-09-14T03:24:08
325,890,507
0
1
null
null
null
null
UTF-8
C++
false
false
372
h
#pragma once // ----------- Input Data ----------- // Author: stormhan // Date: 2021/01/03 #ifndef __INPUT_DATA_BASE__ #define __INPUT_DATA_BASE__ class InputDataBase { public: InputDataBase(); virtual ~InputDataBase(); virtual void loadData(); virtual void loadIndexData() = 0; virtual void loadVertexData()...
[ "13971233645@163.com" ]
13971233645@163.com