blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
201
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
7
100
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
260 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
11.4k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
17 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
80 values
src_encoding
stringclasses
28 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
8
9.86M
extension
stringclasses
52 values
content
stringlengths
8
9.86M
authors
listlengths
1
1
author
stringlengths
0
119
e33b9e3c5a7d986473acaa35057d337d5a0c5fde
e763b855be527d69fb2e824dfb693d09e59cdacb
/aws-cpp-sdk-apigateway/include/aws/apigateway/model/EndpointConfiguration.h
b8fb5ac08afd37e129a45ddd6530fbe378d4fba4
[ "MIT", "Apache-2.0", "JSON" ]
permissive
34234344543255455465/aws-sdk-cpp
47de2d7bde504273a43c99188b544e497f743850
1d04ff6389a0ca24361523c58671ad0b2cde56f5
refs/heads/master
2023-06-10T16:15:54.618966
2018-05-07T23:32:08
2018-05-07T23:32:08
132,632,360
1
0
Apache-2.0
2023-06-01T23:20:47
2018-05-08T15:56:35
C++
UTF-8
C++
false
false
4,884
h
/* * Copyright 2010-2017 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
3fc808abd8c806f82b37f160f6561cdc0e8b0ff3
1918829b482d834c3014c59f4e8003dc9863ee9a
/CPP07/ex00/main.cpp
ed306b3608a645dec443fca07c151c4609124a8c
[]
no_license
hollyhox-21/CPP_moduls
655ef38c6d1d4781e68593453d1cad6a34e2d80a
eef9efd1eb3db10191ba8574eba740abdf9ee662
refs/heads/master
2023-04-16T07:38:56.514404
2021-05-04T16:14:36
2021-05-04T16:14:36
352,750,599
0
0
null
null
null
null
UTF-8
C++
false
false
1,616
cpp
// // Created by Retro Joella on 4/29/21. // #include <string> #include <iostream> #include "whatever.hpp" int main() { int a = 2; int b = 3; my::ft_swap(a, b); std::cout << "SWAP: " << a << "---" << b << std::endl; std::cout << "MIN: " << my::ft_min(a, b) << std::endl; std::cout << "MAX: " << my::ft_max(a,...
[ "rjoella@ge-n2.kzn.21-school.ru" ]
rjoella@ge-n2.kzn.21-school.ru
0aa619b147eef2e59ba50b27b258d3063cf79a07
8129f72a503e8d6e72f9986ccdc663411f49da04
/3.15/src/libCom/test/epicsAtomicTest.cpp
78cfa5b95b35a2f7af5ede69447cd41aaadbccaf
[ "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-warranty-disclaimer", "EPICS" ]
permissive
A2-Collaboration/epics
ec884bed2f0e3c60c274d08469bdb43939c355cb
00b1c27f721ec53f1b2c7d581bc21ac16c607fc2
refs/heads/master
2022-12-12T00:08:35.528265
2022-12-02T11:33:07
2022-12-02T11:33:07
23,732,617
0
0
null
null
null
null
UTF-8
C++
false
false
7,607
cpp
#include <stdlib.h> #include <assert.h> #include "epicsAtomic.h" #include "epicsTime.h" #include "epicsThread.h" #include "epicsUnitTest.h" #include "testMain.h" using namespace epics; using namespace atomic; template < class T > struct TestDataIncrDecr { T m_testValue; size_t m_testIterations; }; template...
[ "steffen@kph.uni-mainz.de" ]
steffen@kph.uni-mainz.de
af3d8b271fb409bd2c8cc68794f68fe9e6430891
6c7d4c1462cb0d8d57ab6f11a4c67163a73de2ba
/user_defined_literals/uncooked_01.cpp
804ef1e04467d888ebe1f493ba67d0314d9e25a3
[]
no_license
yucelalbar/cpp-kursu-kodlar
2bd4d78fa903f48a294d9d05bafecebcacaf2737
ecc559c6adea33e3d8b6f6067b2bb410d2bf4e51
refs/heads/main
2023-01-01T15:07:27.395448
2020-10-23T13:54:08
2020-10-23T13:54:08
307,342,679
3
0
null
2020-10-26T10:57:05
2020-10-26T10:57:04
null
UTF-8
C++
false
false
579
cpp
#include <iostream> using namespace std; unsigned int operator"" _b(const char* p) { unsigned uval = 0; while (*p) { char digit = *p; if (digit != '1' && digit != '0') { throw std::runtime_error("0 ya da 1 olmayan karakter\n"); } uval = uval * 2 + (digit - '0'); ++p; } return uval; } int main() ...
[ "noreply@github.com" ]
noreply@github.com
13318408a52815bc4f2510bc72a6e8940c24fd20
2ba94892764a44d9c07f0f549f79f9f9dc272151
/Engine/Source/Editor/DataTableEditor/Private/DataTableEditor.h
4ee7f0e0a02ff54d54fbde08204efa326fa0e72b
[ "BSD-2-Clause", "LicenseRef-scancode-proprietary-license" ]
permissive
PopCap/GameIdea
934769eeb91f9637f5bf205d88b13ff1fc9ae8fd
201e1df50b2bc99afc079ce326aa0a44b178a391
refs/heads/master
2021-01-25T00:11:38.709772
2018-09-11T03:38:56
2018-09-11T03:38:56
37,818,708
0
0
BSD-2-Clause
2018-09-11T03:39:05
2015-06-21T17:36:44
null
UTF-8
C++
false
false
6,074
h
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. #pragma once #include "IDataTableEditor.h" #include "Toolkits/AssetEditorToolkit.h" #include "EditorUndoClient.h" #include "Kismet2/StructureEditorUtils.h" #include "DataTableEditorUtils.h" class UDataTable; class FJsonObject; DECLARE_DELEGATE_OneParam(FO...
[ "dkroell@acm.org" ]
dkroell@acm.org
431b23be120ecb560c20e0e62de5b376ae13a47a
7c08dedb85374fd497f207eab8dccab3cdd60af0
/libmiemu/datapath/hazard_detection.cpp
c2a1d5881d3508e51d000dffac4ade3941192e58
[]
no_license
thirtythreeforty/mipssion-impossible
a8054ada7afb56a516474d962bca862be3b578e1
10f244d799d384e1c12aae02386049c3c84abac8
refs/heads/master
2021-01-19T23:05:55.620733
2016-04-27T19:05:18
2016-04-27T19:05:18
54,495,085
6
3
null
2016-04-25T23:40:28
2016-03-22T17:26:44
C++
UTF-8
C++
false
false
296
cpp
#include "hazard_detection.h" #include "signals.h" void HDU::signals_in(const IFID& ifid, const IDEX& idex, const EXMEM& exmem, const MEMWB& memwb) { } void HDU::tick() { } void HDU::tock() { } bool HDU::signals_out() const { //needs to return 1 to stall, 0 for normal op return 0; }
[ "aes421@msstate.edu" ]
aes421@msstate.edu
f9a7b02c7f6eab8504a8f136c01c34cad902f212
1cf83a6a2c58fb8449124ebd62559dd5dacccf8a
/GlobalIllumination/src/FileManager.cpp
1e8e7efc4ea9f9fa549828cf32d2426178020609
[ "MIT" ]
permissive
raptoravis/voxelbasedgi
8c7ead3b2e510e735f809279ae99686d3a21f62f
aaf2b02929edfaf72528c2f029696728c5f1d30f
refs/heads/master
2022-10-16T19:09:20.111719
2020-06-07T12:25:54
2020-06-07T12:25:54
269,060,129
0
0
null
null
null
null
UTF-8
C++
false
false
1,894
cpp
#include <stdafx.h> #include <FileManager.h> void FileManager::AddDirectory(const char *directory) { if (!directory) return; for (unsigned int i = 0; i < directories.GetSize(); i++) { if (strcmp(directories[i], directory) == 0) return; } char newDirectory[DEMO_MAX_STRING]; strcpy(newDirectory, directory);...
[ "jonli@tencent.com" ]
jonli@tencent.com
32b2ac199d61b09390310b9b9f599a5abe042132
fca68c5fec6df6f999408571315c2b8e7c4b8ce9
/service/old_programs_home/findbug_svhits/src/TrackFitter/Instantiate/T_LatticeElectronSVZHit.cc
eefd439d1fee7b1805d6837eb5904b3c16a198ab
[]
no_license
jpivarski-talks/1999-2006_gradschool-3
8b2ea0b6babef104b0281c069994fc9894a05b14
57e80d601c0519f9e01a07ecb53d367846e8306e
refs/heads/master
2022-11-19T12:01:42.959599
2020-07-25T01:19:59
2020-07-25T01:19:59
282,235,559
0
0
null
null
null
null
UTF-8
C++
false
false
1,102
cc
// -*- C++ -*- // // Package: TrackFitter // Module: T_LatticeElectronSVZHit // // Description: Instantiate Lattice // // Implementation: // // Author: Michael Marsh // Created: Tue Dec 15 10:06 EST 1998 #include "Experiment/Experiment.h" #include "Experiment/types.h" #if defined(AMBIGUOUS_STRING_F...
[ "jpivarski@gmail.com" ]
jpivarski@gmail.com
7f66a579e6c190c6ff3b70e794e13bf6adcf3a17
7e79503f4bc7f67ffe8dcba8ba6f4e22614d2e09
/test/TestDeltaNotchReporterLimi.hpp
5a7e34a39787ec1d373c3224c03562ff50a0ab3a
[]
no_license
acry-sta/MT5599
26259bfdbf45555af7e64de9536ab8b3c2d40456
72fca0ae4a21e263e5621acd04cc84fce4dda505
refs/heads/master
2023-04-10T01:24:55.736040
2021-04-22T16:58:35
2021-04-22T16:58:35
325,792,381
0
0
null
null
null
null
UTF-8
C++
false
false
10,099
hpp
/* Copyright (c) 2005-2019, University of Oxford. All rights reserved. University of Oxford means the Chancellor, Masters and Scholars of the University of Oxford, having an administrative office at Wellington Square, Oxford OX1 2JD, UK. This file is part of Chaste. Redistribution and use in source and binary forms...
[ "acry@st-andrews.ac.uk" ]
acry@st-andrews.ac.uk
2fa1de5d69cd0d718c38ffe95404cb4c1208fe73
e8c371da76a332c735eb27023eedd968481274d8
/method_lib/old/ChiSquareArmitage.h
3f16ab43cdcb9e65d43dfb4da1b8660c47ad1c28
[]
no_license
RitchieLab/PLATO
74001472ab53fc0f3e5bea3fe77f6d6772471c55
5f718945498f7e926ce95919a3bbeb82e0e54700
refs/heads/master
2021-06-15T01:28:08.849694
2018-07-20T21:25:28
2018-07-20T21:25:28
90,042,326
0
0
null
null
null
null
UTF-8
C++
false
false
268
h
#ifndef CHISQUAREARMITAGE_H #define CHISQUAREARMITAGE_H #include <vector> #include <math.h> #include <iostream> using namespace std; namespace Methods{ class ChiSquareArmitage{ public: static double armitage(vector<vector<int> > & chiTotals); }; }; #endif
[ "jrw32@dce.psu.edu@9e62ecf6-770d-0410-a9d7-e62a33e3d092" ]
jrw32@dce.psu.edu@9e62ecf6-770d-0410-a9d7-e62a33e3d092
35d5ef4b1ec16a9930985550bce5da63cb116cfd
b718239567a33950e436ad77e4045af68675d51d
/main.cpp
aa33027a7d7c104ba0cb85acf610a66d9154e4ae
[]
no_license
hphpx/option-pricing-with-binomial-tree-method
5f395fce105ab1c483370a376a3dbc5ff8ac7f51
7c3fde94bb2f25f44d8c1b1562db80fa4702042b
refs/heads/master
2021-04-27T12:11:41.774200
2018-02-23T04:56:01
2018-02-23T04:56:01
122,575,153
0
0
null
null
null
null
UTF-8
C++
false
false
446
cpp
#include"binomial.h" #include<iostream> //this is a program pricing American/European option without dividend using namespace std; int main() { Binomial option; option.Num=200; option.time=6.0/252; option.strike=160; option.r=0.04; option.sigma=0.25; option.type='A'; option.setspace(); double p; ...
[ "noreply@github.com" ]
noreply@github.com
0f39848b846759b84d8a7e614e49755eebfa747a
0f2b08b31fab269c77d4b14240b8746a3ba17d5e
/onnxruntime/core/providers/cpu/sequence/sequence_ops.h
9466d3f0fd108bfb33ac8d8cef253410893e613f
[ "MIT" ]
permissive
microsoft/onnxruntime
f75aa499496f4d0a07ab68ffa589d06f83b7db1d
5e747071be882efd6b54d7a7421042e68dcd6aff
refs/heads/main
2023-09-04T03:14:50.888927
2023-09-02T07:16:28
2023-09-02T07:16:28
156,939,672
9,912
2,451
MIT
2023-09-14T21:22:46
2018-11-10T02:22:53
C++
UTF-8
C++
false
false
2,180
h
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #pragma once #include "core/common/common.h" #include "core/framework/op_kernel.h" namespace onnxruntime { class SequenceLength final : public OpKernel { public: SequenceLength(const OpKernelInfo& info) : OpKernel(inf...
[ "noreply@github.com" ]
noreply@github.com
16fc3c728747698b84e3efc44ad05cf2628c39da
3aba6c00a626ca7c79ead99db2cccfb9570e1abc
/src/Gate.cc
051d20eb4fc65e0f31e520ac8b3783eae76347d9
[]
no_license
erostamas/gate
c84afb913b5ff22a763be861b0a93b46a3b4154a
9c68ee10030eeb2eb67b0d9f620405c6a6fa73ac
refs/heads/master
2022-12-23T10:06:05.286945
2020-09-25T17:51:09
2020-09-25T17:51:09
283,486,589
0
0
null
null
null
null
UTF-8
C++
false
false
1,084
cc
#define _GLIBCXX_USE_NANOSLEEP #include <algorithm> #include <thread> #include <iostream> #include <tgmath.h> #include <fstream> #include <iomanip> #include <wiringPi.h> #include "Gate.h" #include "Utils.h" #include "erostamas/Logging.h" #include "StringCommandAdapter.h" #include "erostamas/UdpMessageReceiver.h" Gat...
[ "tamas.eros1@gmail.com" ]
tamas.eros1@gmail.com
add5647fe8cc1c30c1c5995cb360cfbc7b9ead08
36477326de3554bc91a958e0a7f832541b9a9ca7
/examples/ros/RosTest1.cpp
f1cf773b60801d5ecaab1b457b7b22b007be44df
[ "Apache-2.0" ]
permissive
RicoPauli/eeros
17849f0b3f67a7da92a4b164a3334e528fe85eb3
3cc2802253c764b16c6368ad7bdaef1e3c683367
refs/heads/master
2020-04-04T19:25:50.428984
2018-10-23T07:22:02
2018-10-23T07:22:02
156,205,299
0
0
null
null
null
null
UTF-8
C++
false
false
2,846
cpp
#include <eeros/core/Executor.hpp> #include <eeros/control/Constant.hpp> #include <eeros/control/TimeDomain.hpp> #include <eeros/safety/SafetySystem.hpp> #include <eeros/logger/Logger.hpp> #include <eeros/logger/StreamLogWriter.hpp> #include <eeros/control/ros/RosPublisherDoubleArray.hpp> #include <eeros/control/ros/Ro...
[ "urs.graf@ntb.ch" ]
urs.graf@ntb.ch
479f6d59006cc390c01c73fe0a65be32453cdc72
363c96ce0af9ea74cf99ec0fcac88fbcdfa87fa7
/app/src/main/cpp/Person.cpp
88156d74e7fa609f7be634f7e38b33f1431b9cb5
[]
no_license
monkey-jz/v8demo
ef4ff1453763bc701242ee3d60b0a61b56b48371
b5af6ac268639b7e16a631b007bac2c3f6ac1d21
refs/heads/master
2020-03-19T09:04:50.214330
2018-06-07T01:42:55
2018-06-07T01:42:55
136,258,536
2
0
null
null
null
null
UTF-8
C++
false
false
396
cpp
// // Created by JerryZhu on 2018/5/31. // #include "Person.h" Person::Person(const std::string &name, int age) : name(name), age(age) {} void Person::setName(std::string name) { this -> name = name; } std::string Person::getName() { return this -> name; } void Person::setAge(int age) { this ->age = age;...
[ "JerryZhu@Boyaa.com" ]
JerryZhu@Boyaa.com
e7dbd92d8a8ec015980839b677f8ff0a772d5a4e
74186f3769fc3728ebec1110aa12aef7bc3caa2a
/Matrix.h
8ebf1ce4e012644ef925ad80c6ceeed7a8d0eb6e
[]
no_license
IsaacdmDunn/DirectX-11-Project
4a47a872f77ba2219326735d2cb3e7787725886a
e30b8cf886e4439e05c097daa9157c099dfe8075
refs/heads/main
2023-01-30T22:43:17.724793
2020-12-17T20:08:08
2020-12-17T20:08:08
302,014,915
0
0
null
null
null
null
UTF-8
C++
false
false
2,568
h
#ifndef __MATRIX_H #define __MATRIX_H #include <vector> //Uses STL vector class template <typename T> class Matrix { private: std::vector<std::vector<T> > mat; // vector of vectors = N cols of M rows unsigned rows; unsigned cols; public: Matrix(unsigned _rows, unsigned _cols, const T& _initial); //any size Matr...
[ "gandalfthebignose@gmail.com" ]
gandalfthebignose@gmail.com
67fd59cb2270af848fa59d90ff62add1dd9b1ff7
85c52d4f6bd49d91d4bfbddcfa74f0bc8ddbfd19
/house/.svn/text-base/House.h.svn-base
9ccb0106f98e931e6a9235adf6256f9c69c73605
[]
no_license
rohitgirdhar/3DWorld
0b9f1d3a1a123bcba46ee7b7850a315c4f517818
fdb5fc934aa70ba016ed5c6d813a392b7c3b0779
refs/heads/master
2020-02-26T13:54:28.760604
2013-09-28T13:42:35
2013-09-28T13:42:35
13,173,508
1
0
null
null
null
null
UTF-8
C++
false
false
409
/* * File: Car.h * Author: rohit * * Created on January 22, 2012, 1:34 AM */ #ifndef HOUSE_H #define HOUSE_H #include <GL/glut.h> #include "../car/glm/glm.h" class House { public: float posX; float posZ; GLMmodel *hmodel; float scalef; GLuint _displayListHouse; House(char*,float, ...
[ "rohit@iiith" ]
rohit@iiith
5d2fd781c9c635c2dd55ed4695e5c3ae8dffed6b
b819c29719ecb14440dab9d5cbc49d9901fc2d04
/Client/Header/CountUpC.h
95bdb8285b5ef9718ef5594e6b90062949a05ba4
[]
no_license
Underdog-113/3D_portfolio
d338f49d518702b191e590dc22166c9f28c08b14
6b877ff5272bea2e6d2a2bd53e63b6ee4728cd9c
refs/heads/develop
2023-07-07T20:30:00.759582
2021-07-27T06:01:52
2021-07-27T06:01:52
371,051,333
0
1
null
2021-06-13T14:30:32
2021-05-26T13:52:07
C++
UTF-8
C++
false
false
742
h
#ifndef COUNTUPCOMPONENT_H #define COUNTUPCOMPONENT_H #include "Component.h" class CCountUpC final : public Engine::CComponent { public: explicit CCountUpC(); ~CCountUpC(); SP(Engine::CComponent) MakeClone(Engine::CObject *pObject) override; void Awake() override; void Start(SP(Engine::CComponent) spThis) overr...
[ "ehddlf1223@naver.com" ]
ehddlf1223@naver.com
95dc951ce14f7a3bb997ac5ec1df2b6ca8b8350b
1ab2d85cd3063bef59836449671b16aba8b09951
/SmartCity/Osgearth280/include/osgEarthUtil/GeodeticGraticule
c24ced4120ec3920241914bf6444a17bc5e99b5a
[]
no_license
MySgeoffrey/EarthSDK
2588c6d45153bf26e21669fc4d3259d3ad831de2
5acb504a07ab8a19618d3f06b6808290397514ab
refs/heads/master
2020-03-28T15:11:16.397916
2019-12-02T17:03:54
2019-12-02T17:03:54
148,564,936
5
5
null
null
null
null
UTF-8
C++
false
false
5,893
/* -*-c++-*- */ /* osgEarth - Dynamic map generation toolkit for OpenSceneGraph * Copyright 2016 Pelican Mapping * http://osgearth.org * * osgEarth is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation; ...
[ "sgeoffrey@qq.com" ]
sgeoffrey@qq.com
7b60b7b7485204b83786c6ea64aac8960d2f63c3
3a05fdc30f3966ffc87f015322d0b69191c691ca
/b68.cpp
32b41b91b42d933e60ae6f2e2a88c43e28621c55
[]
no_license
GibOreh/CPP
1c9cecc1776560de4b2bdf30641ed94cb214877f
d81ca1288331f19ef316ee13c8c1589d20622e0d
refs/heads/master
2023-06-15T00:11:41.793119
2021-07-11T21:04:58
2021-07-11T21:04:58
385,046,608
0
0
null
null
null
null
UTF-8
C++
false
false
597
cpp
#include<iostream> #include<math.h> using namespace std; //bool check(long long n){ // if(n<=1){ // return false; // } else{ // for(long long i= 2; i<= sqrt(n); i++){ // if(n%i==0){ // return false; // } // } // } // return true; //} int main(){ int t; cin>>t; while(t--){ long long n; cin>>n; cout<<...
[ "tr2hung99@gmail.com" ]
tr2hung99@gmail.com
732fbd7523f4c8011528874131302fc4c36a7392
5c8a5c6f3597e29f838647367fe05c6bb13fea5e
/vendor/bundle/ruby/2.2.0/gems/passenger-5.0.23/src/agent/UstRouter/OptionParser.h
a2138055f3bdeddc7920eafa188ee5cfdccd3039
[ "MIT" ]
permissive
prakyath/wavez-rails
dede7ea742753db11718093a231109bba24665a3
fdf0d08990dd764e06d4444401c5b973079d809c
refs/heads/master
2021-01-10T04:38:27.163654
2016-03-09T09:13:59
2016-03-09T09:13:59
49,645,824
1
0
null
null
null
null
UTF-8
C++
false
false
7,634
h
/* * Phusion Passenger - https://www.phusionpassenger.com/ * Copyright (c) 2010-2015 Phusion Holding B.V. * * "Passenger", "Phusion Passenger" and "Union Station" are registered * trademarks of Phusion Holding B.V. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this ...
[ "jobs@wavez16.c.hip-catalyst-116508.internal" ]
jobs@wavez16.c.hip-catalyst-116508.internal
c96f2c1ac99b2455cda323c1e16f002f1e516b9f
82dc3cc4c97c05e384812cc9aa07938e2dbfe24b
/development/src/elements/craig_enhanced_strain_loc/SSEnhLocLinearT.h
ede680d60af12b919b859e5a93afcae0146e7edb
[ "BSD-3-Clause" ]
permissive
samanseifi/Tahoe
ab40da0f8d952491943924034fa73ee5ecb2fecd
542de50ba43645f19ce4b106ac8118c4333a3f25
refs/heads/master
2020-04-05T20:24:36.487197
2017-12-02T17:09:11
2017-12-02T17:24:23
38,074,546
3
0
null
null
null
null
UTF-8
C++
false
false
6,899
h
#ifndef _SMALL_STRAIN_ENH_LOC_LINEAR_T_H_ #define _SMALL_STRAIN_ENH_LOC_LINEAR_T_H_ /* base class */ #include "SmallStrainT.h" #include "SolidElementT.h" #include "LinearBandT.h" #include "HookeanMatT.h" #include "MapT.h" #include "ofstreamT.h" namespace Tahoe { /* forward declarations */ class SSMatSupportT;...
[ "saman@bu.(none)" ]
saman@bu.(none)
fbd688060b3153f6e7582c4c5560c3605b60a0f1
baf0fb063b0460de68e1ddc8a81598c7c8b1369b
/libnd4j/include/ops/declarable/platform/mkldnn/maxpooling2d_bp.cpp
686bdc7fb694c19f7f6c6437f5dd66a63ad6563c
[ "Apache-2.0", "MIT", "BSD-3-Clause" ]
permissive
jacektracz/deeplearning4j
108008459a7b1535de640075cacba84d3731f659
7a203241058451098c7d0c631fa2689f27b6fb58
refs/heads/master
2020-12-27T12:07:14.708284
2020-01-28T04:44:27
2020-01-28T04:44:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,477
cpp
/******************************************************************************* * Copyright (c) 2015-2018 Skymind, Inc. * * This program and the accompanying materials are made available under the * terms of the Apache License, Version 2.0 which is available at * https://www.apache.org/licenses/LICENSE-2.0. * *...
[ "noreply@github.com" ]
noreply@github.com
0d50c002e7fb9f0995b25db6b3c8e124fc36fcec
511a1bbd0b4dd7a0faadd4f7cf85594e1483eb58
/ReadWritLockTest/UTILITY/include/SmartPtr.h
c7a3e1ffb13ccb7f4b6f6f63f909d3d521814f3a
[]
no_license
bestustc/LINUX-WriteReadLock
566a774f55d16471c0723025f06df9ffae2f2745
06ef8e2fddd9d78355f7769a5d6f4a943ff000fa
refs/heads/master
2021-01-16T21:43:50.725949
2014-06-10T07:10:47
2014-06-10T07:10:47
null
0
0
null
null
null
null
GB18030
C++
false
false
5,848
h
#pragma once /**************************************************************************** ** 1. 不接受局部变量或者全局变量等固定分配内存方式 ** 2. 不接受数组 ** 3. new/malloc出来的内存,智能指针会隐式释放,不能显示释放 ** 4. new/malloc出来的内存,一旦分配给一个智能指针的时候,就不能再赋值给第二个智能指针,如果需要进行类似操作,请用智能指针操作 ** by Wa...
[ "zhukunjie1991@163.com" ]
zhukunjie1991@163.com
2fbcf8ab3fb52e050a884d6f8713a149614914ed
0ae7fb33fe5fc4d584303a75f397503a559bea0c
/C Plus Plus/sorts/sorts/main.cpp
0356ae05c02ca7a96048e2830736fc08d6918818
[]
no_license
MohanLi/Demo
071704359e9757300b33dce8fc34f4ab9ae90a82
9f2f5032ed92749ce1bc8f490ade8a12986e5c47
refs/heads/master
2020-04-06T07:05:17.500809
2016-06-19T23:20:48
2016-06-19T23:20:48
40,398,895
0
0
null
null
null
null
UTF-8
C++
false
false
422
cpp
#include <iostream> #include "Sort.h" using namespace std; void test() { int array[10] = {15, 12, 0, 45, 78, 3, 44, 99, 65, 20}; /* for (int i = 0; i < 10; i++) { array[i] = rand() % 1000; }*/ Sort *sort = new Sort; sort->insertSort(array, sizeof(array)/sizeof(*array)); for (auto data : ar...
[ "lmh19920411@163.com" ]
lmh19920411@163.com
04440490f7f714b6ee00eebcbe78ac77acc1a716
a6a19c37ae2f6afa06b4fd2056e2671879538d77
/Jerk Minimization/main.cpp
f949d4bd383f1a36840a68d1f84aebf85227585f
[]
no_license
rmiucic/udacity_sandbox
1705eae43abbfc5b014b949f5740cfb7dd79da71
92762acd0ec53e9483cdddbfc2103a7d11b999ae
refs/heads/master
2020-04-11T00:54:19.929906
2019-03-05T18:41:40
2019-03-05T18:41:40
161,399,773
0
0
null
null
null
null
UTF-8
C++
false
false
2,039
cpp
#include <cmath> #include <iostream> #include <vector> #include "Dense" #include "grader.h" using std::vector; using Eigen::MatrixXd; using Eigen::VectorXd; using std::pow; /** * TODO: complete this function */ vector<double> JMT(vector<double> &start, vector<double> &end, double T) { /** * Calculate the Jerk...
[ "rmiucic@changanus.com" ]
rmiucic@changanus.com
38b68171282128d57c6b765a5d47738893a22892
2914bf293930a228b1ca550c4cf128a19f1dcf27
/26_Login_with_SQLite/26_12_Load_Data_after_Login/build-26_12_Load_Data_after_Login-Desktop-Debug/ui_employeeinfo.h
3d142886540e05ee76f4462570a7506fd835c57d
[]
no_license
wildenali/Belajar-GUI-dengan-QtCreator
b8ba61579ceaf6a85ed7fc21479fbf477b75d8f3
3a1485c5c39767d177170170110d87f6aceb7d8b
refs/heads/master
2020-04-16T20:21:00.338469
2019-01-28T14:11:10
2019-01-28T14:11:10
165,895,983
0
0
null
null
null
null
UTF-8
C++
false
false
8,331
h
/******************************************************************************** ** Form generated from reading UI file 'employeeinfo.ui' ** ** Created by: Qt User Interface Compiler version 5.5.1 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! **************************************...
[ "wildeeeeen@gmail.com" ]
wildeeeeen@gmail.com
31bc7c8c443c0b4cd8d928c8f1325c1065b2cdbf
1c94933868169b68c1f50f35df126b1de7990e08
/Inheritance/call_by_address.cpp
a70556d02cc83e2498a94aa12892f36201c79d48
[]
no_license
chandan121988/C
7502f98c843b0d86a272300d9bbc82692823fcd6
090b43113576aee5275cc5c9097dcff089df54d8
refs/heads/main
2023-09-03T02:17:49.425148
2021-11-21T15:40:24
2021-11-21T15:40:24
430,387,337
0
0
null
null
null
null
UTF-8
C++
false
false
595
cpp
/* C++ Pointers and Functions. This C++ program * demonstrates about invoking the functions by * passing the pointers in C++ */ #include<iostream> #include<conio.h> using namespace std; void swap(int* x, int* y); void main() { //clrscr(); int a, b; cout << "Enter two numbers: "; cin >> a >> b; cou...
[ "ckjha13march@gmail.com" ]
ckjha13march@gmail.com
e65b52637a2ed64c777829fbcf84938621c8417b
1bca4fc0734aa41bb1c6da461ec3b84ff3dd99bc
/src/version.cpp
c6bb38f8ca0bdf8b452f1bc289eb9b62a9781a8b
[ "MIT" ]
permissive
wolfoxonly/qqc
12f892c9030c5232d403b609decf5b297cd8ceaf
807e67ba65b555ab38a655ae4823fa9af2ae3bc4
refs/heads/master
2020-03-10T20:46:31.603204
2018-04-15T14:33:17
2018-04-15T14:33:17
129,576,997
0
0
null
null
null
null
UTF-8
C++
false
false
2,645
cpp
// Copyright (c) 2012 The QQcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <string> #include "version.h" // Name of client reported in the 'version' message. Report the same name // for both QQcoin...
[ "OFIChain@163.com" ]
OFIChain@163.com
a26434153931d2a40ea7b2118112742088cf352f
32ede8b34c2bbcb8ba365700f486e72b9a9098f8
/Zigzag/Augest/Aug 13/D.cpp
b84e4514867be91194de09e98ea9addb0fd888b4
[]
no_license
Cookiefan/ZigZag
8c5182a1716b9f704ce7ec9b451d996e2dcc72af
a69f7d7fd0022eb8eb4fbf8c3956d6ca3ec38ee6
refs/heads/master
2021-03-22T04:52:31.037127
2019-08-19T12:55:37
2019-08-19T12:55:37
67,702,047
2
1
null
null
null
null
UTF-8
C++
false
false
1,150
cpp
#include <bits/stdc++.h> #define maxn 5200 using namespace std; typedef long long LL; typedef pair<int, int> pii; LL f[maxn]; pii g[maxn]; struct stick { int l; long long v; }a[maxn]; int n,m; pii change(pii s, int x) { pii t=s; if (x>=t.first) { t.second=t.first; t.first=x; } else if (x>t.second) t.sec...
[ "qzq92900@126.com" ]
qzq92900@126.com
c4e426be5bd9549fd5f83949a70f3ef45f6e0dcf
bb7307bc3d05d699f8351575dee5641f26048797
/labo8/cache/fileserver/requestdispatcherthread.h
abb6c72f19e7c0b524c4e5eaac4ab339c0bdaa1a
[]
no_license
antoineNourZaf/PCOLabServer
522a611b28c07280ba86194f48d81430d45fb285
f47e1bcc16f486da7024718700d043a3196a1cda
refs/heads/master
2020-03-15T11:13:35.340763
2018-06-15T09:52:21
2018-06-15T09:52:21
132,116,327
0
0
null
null
null
null
UTF-8
C++
false
false
1,759
h
#ifndef REQUESTDISPATCHERTHREAD_H #define REQUESTDISPATCHERTHREAD_H #include <QObject> #include <QThread> #include <QDebug> #include "abstractbuffer.h" #include "response.h" #include "request.h" #include "requesthandlerrunnable.h" #include "QVector" #include "threadpool.h" /** * @author Jimmy Verdasca & Antoine Noura...
[ "antoine.nourazar@heig-vd.ch" ]
antoine.nourazar@heig-vd.ch
5aa0fca5f29c69869630c249543e5b8b62216ad8
8aa47dd44e58164a90597bebcd99e9ded6430e5e
/Phase 2 misc Files/InstructionsTest/Numeric.cpp
b876a88778b89186559f20ee4551d01e94ad67c9
[]
no_license
froyvalencia/Machine_Instruction_Simulator_VM
338d5c227f2c0608dca3d067127c329119297f6b
dfc9652d6ea049f8b2eedae12a54f85278f8c750
refs/heads/master
2021-05-01T18:46:11.387135
2016-12-12T23:22:54
2016-12-12T23:22:54
71,618,268
0
0
null
null
null
null
UTF-8
C++
false
false
2,297
cpp
/* @author Froylan Valencia VAR<name>,<type>,<optional:sizeincaseofstringonly>,<defaultvalue> VAR$myint,NUMERIC,100 */ #include "Numeric.h" std::string NUMERIC = "Numeric"; //constructor Numeric::Numeric() {} Numeric::Numeric(std::string n,int v){ name = n; type = NUMERIC; value = v; } Numeric::~Numeric(){...
[ "froyvalencia@gmail.com" ]
froyvalencia@gmail.com
565f6b402c0411ab2a0ba7fa36f7fc78fc140f6f
4c25432a6d82aaebd82fd48e927317b15a6bf6ab
/data/dataset_2017/dataset_2017_8/elin42/8294486_5630967708385280_elin42.cpp
67a1e50fed60a47ee7242c85d37e9874342aafe2
[]
no_license
wzj1988tv/code-imitator
dca9fb7c2e7559007e5dbadbbc0d0f2deeb52933
07a461d43e5c440931b6519c8a3f62e771da2fc2
refs/heads/master
2020-12-09T05:33:21.473300
2020-01-09T15:29:24
2020-01-09T15:29:24
231,937,335
1
0
null
2020-01-05T15:28:38
2020-01-05T15:28:37
null
UTF-8
C++
false
false
1,443
cpp
#include <algorithm> #include <cfloat> #include <cmath> #include <deque> #include <iomanip> #include <iostream> #include <limits> #include <map> #include <queue> #include <set> #include <stack> #include <vector> using namespace std; #define mp make_pair #define forf(i, n) for (int i = 0; i < n; i++) #def...
[ "e.quiring@tu-bs.de" ]
e.quiring@tu-bs.de
019a415636a709237ff143438823303ded3de9de
78ba2643ac413c1aa0a7aaa6892ceab10b4d3637
/Lecture_Practice/11_oct.cpp
6e5b235970ab77e74da64d344bff6b36ac17f864
[]
no_license
chemist29/COE_322
ce5cf0e6eee19c7fb06cad11e883f942a68a2cb4
626b26fd2b75249038b9847a772ab0221866d729
refs/heads/master
2020-04-10T02:08:15.791089
2018-12-06T21:53:17
2018-12-06T21:53:17
160,736,392
0
0
null
null
null
null
UTF-8
C++
false
false
385
cpp
#include<iostream> #include<cmath> using std::cout; using std::endl; using std::string; int main() { float x = 3.1415; int i; cout << x <<endl; cout << (int)x<<endl; cout << sizeof(float)<<endl; cout <<sizeof(double)<<endl; cout << sizeof(int)<<"int"<<endl; cout << sizeof(unsigned) <<"unsigned"<< endl; cout ...
[ "as68397@isp02.tacc.utexas.edu" ]
as68397@isp02.tacc.utexas.edu
95eec6dd43408e78582cf248b6ba0d4ae18b9c94
c8b39acfd4a857dc15ed3375e0d93e75fa3f1f64
/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Literal.cpp
f356787afbebb3689941cd507fca5d90c9a3075d
[ "MIT", "LicenseRef-scancode-proprietary-license" ]
permissive
windystrife/UnrealEngine_NVIDIAGameWorks
c3c7863083653caf1bc67d3ef104fb4b9f302e2a
b50e6338a7c5b26374d66306ebc7807541ff815e
refs/heads/4.18-GameWorks
2023-03-11T02:50:08.471040
2022-01-13T20:50:29
2022-01-13T20:50:29
124,100,479
262
179
MIT
2022-12-16T05:36:38
2018-03-06T15:44:09
C++
UTF-8
C++
false
false
8,843
cpp
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. #include "K2Node_Literal.h" #include "GameFramework/Actor.h" #include "EdGraphSchema_K2.h" #include "BPTerminal.h" #include "KismetCompilerMisc.h" #include "KismetCompiler.h" #include "Styling/SlateIconFinder.h" #include "ClassIconFinder.h" #include "Bluepr...
[ "tungnt.rec@gmail.com" ]
tungnt.rec@gmail.com
e865acba0ae3790a824458704ed0c9091b9e63b7
6a87a5d90e8f1e33fe5bf1de388391d144b6e247
/GeneralHoughTransform/Code/ObjectDetection.cpp
e2973ac31b94b102a1e333548a7f3ad4b2e77a47
[]
no_license
kevinzhangftw/Generalized-Hough-Transform
b6f00d8966f317a41c58a5f7c24f91f301381078
527baedea4423365cd4bd8daf917afb36a0ab21f
refs/heads/master
2021-01-22T04:09:29.449299
2017-02-27T04:59:49
2017-02-27T04:59:49
81,694,309
2
1
null
null
null
null
UTF-8
C++
false
false
2,707
cpp
// // ObjectDetection.cpp // GeneralHoughTransform // // Created by Kai Zhang on 2017-02-17. // Copyright © 2017 Kai Zhang. All rights reserved. // #include "ObjectDetection.hpp" #include "Inspector.hpp" static Mat loadImage(const String& name){ Mat image = imread(name, IMREAD_GRAYSCALE); if (image.empty()...
[ "kai@d207-023-222-131.wireless.sfu.ca" ]
kai@d207-023-222-131.wireless.sfu.ca
f7cc0bdfc2cea7ce66ec0bacb80f77e8d4109163
5f0b8d4a0817a46a9ae18a057a62c2442c0eb17e
/Include/event/ChangeListener.h
130dfe64f3dcfb970c17057351e2a41f7e3a25e6
[ "BSD-3-Clause" ]
permissive
gui-works/ui
3327cfef7b9bbb596f2202b81f3fc9a32d5cbe2b
023faf07ff7f11aa7d35c7849b669d18f8911cc6
refs/heads/master
2020-07-18T00:46:37.172575
2009-11-18T22:05:25
2009-11-18T22:05:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,924
h
/* * Copyright (c) 2003-2006, Bram Stein * 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,...
[ "bs@bram.(none)" ]
bs@bram.(none)
388c95efbbd4716aadddce7fc9a20aacd7a2f81c
1a41836c57f1628cf2d796af3ca736d98044553e
/modules/canbus/vehicle/teshun/protocol/gw_vcu_sts_0x218_218.h
1915fefbd41592b2b0b377c5beb20f0a954e1483
[]
no_license
ColleyLi/JMCMAuto
67fc7971bc8fe8725de5297ad7121d472db891ee
54e727271e9d9f0fb300cdf7ab0dcc7789c6ca95
refs/heads/master
2023-04-25T19:49:21.978686
2021-06-03T10:28:49
2021-06-03T10:28:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,094
h
/****************************************************************************** * Copyright 2017 The JmcAuto 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...
[ "yli97@jmc.com.cn" ]
yli97@jmc.com.cn
1aaf45271b73dc98a4bf1d4b080a8b333676d086
2a24077d4fc3c7c93595b93f0632dcdff6b9e9ec
/array_string/test_wiggleSortII.cpp
938d4e6b76c3465b51fc8eb73ec8cae73fdd476b
[]
no_license
ZhifeiDing/algorithm_learning
6bf71eaf3713b3cb83bc96121e38ed2cdbe69385
f6c4ad45e52dd58140380c862cae56bf02f7da78
refs/heads/master
2020-12-18T13:40:40.626037
2016-07-08T13:39:44
2016-07-08T13:39:44
34,025,191
0
0
null
null
null
null
UTF-8
C++
false
false
231
cpp
#include "leetcode.hpp" void test_wiggleSortII() { srand((unsigned int)time(NULL)); int n = rand()%15; vector<int> nums; gen_array(n, nums); print_array(nums); wiggleSortII(nums); print_array(nums); }
[ "dzhf21@hotmail.com" ]
dzhf21@hotmail.com
945077bac04e0268411dae4a378707c2ecb8f34e
44adf8a434334eaad957ebec19043f08fb8c3d87
/VI Maratona MIneira de Programação/d.cpp
d852ddf2df935d0c73de799afb76a5ee89227a8b
[]
no_license
FabioVL/Competitive-Programming
c4fb94d3d5102d779c977248ab9b7d0fd84831e3
d8c65b5c1943a6cded9e22a238b9d92fb9d51215
refs/heads/master
2021-01-12T16:58:25.332053
2018-03-14T14:06:21
2018-03-14T14:06:21
71,480,327
0
0
null
null
null
null
UTF-8
C++
false
false
170
cpp
#include <bits/stdc++.h> using namespace std; long long m,x,cont; double p,j; int main() { cin >> m >> p >> j >> x; // cout << (int)(log(x/(m*j))/log(1-p)) << endl; }
[ "fabiovlas@gmail.com" ]
fabiovlas@gmail.com
8bd71a2bdd8d7b9249b69545096c20605bac2f8a
fed96c5bb908174471430ef5284d2e43e23cc403
/src/arm/bit_field_selector.h
ce3ecdbccf457b962f8343ef62281d5b1bb41902
[]
no_license
dillonhuff/BinaryAnalyzer
63e08b4a1fef06a87a8931a87a91168a6287a506
21cb20cba3d3e0619a8bf45aa6ba1c1b73ee7baa
refs/heads/master
2021-01-10T20:44:20.145574
2015-02-19T05:12:51
2015-02-19T05:12:51
30,892,213
0
0
null
null
null
null
UTF-8
C++
false
false
244
h
#ifndef BIT_FIELD_SELECTOR_H_ #define BIT_FIELD_SELECTOR_H_ #include "arm/arm_instruction.h" #include "utils/bit_field.h" class bit_field_selector { public: virtual bit_field select_bits(arm_instruction* instr, bit_field* bits); }; #endif
[ "dillonhuff@gmail.com" ]
dillonhuff@gmail.com
445680b4941878edd1c6f6ab69a58459b0d91675
3aa9a68026ab10ced85dec559b6b4dfcb74ae251
/leetCode/simplify-path/Accepted/2-6-2021, 12_00_58 PM/Solution.cpp
49d0120af34d8e4ccc89b0763530356264483d3c
[]
no_license
kushuu/competitive_programming_all
10eee29c3ca0656a2ffa37b142df680c3a022f1b
5edaec66d2179a012832698035bdfb0957dbd806
refs/heads/master
2023-08-17T15:09:48.492816
2021-10-04T20:09:37
2021-10-04T20:09:37
334,891,360
3
2
null
null
null
null
UTF-8
C++
false
false
1,192
cpp
// https://leetcode.com/problems/simplify-path class Solution { public: string simplifyPath(string path) { int size = path.size(); vector<string> split; stack<string> st; string temp = ""; for(int i = 0; i < size; i++) { if(path[i] == '/') { ...
[ "sonikushu007@gmail.com" ]
sonikushu007@gmail.com
7db2c759f603704ebf4c0a9a42270358e232fabd
6c470edae2e5af96623a398ee30faf3dcfa37868
/BBoxLODs/BBoxLODs.h
f5e68b99d204c2189f892fca9d6c61c08beabe92
[ "MIT" ]
permissive
lastmoonbeam/Lumberyard_120_Components
7d0b1120255bbc94beae583108d0dafc1ea27ddf
baf8b7dee95fbf1680247d7229b8e6031de01a92
refs/heads/master
2020-08-25T19:23:45.167529
2020-02-07T11:59:43
2020-02-07T11:59:43
216,991,651
1
0
null
null
null
null
UTF-8
C++
false
false
2,330
h
#pragma once #include <AzCore/Component/Component.h> #include <AzCore/Component/TickBus.h> #include <AzCore/Component/EntityBus.h> #include <AzFramework/Entity/GameEntityContextBus.h> #include <AzCore/Component/TransformBus.h> #include <AzCore/Asset/AssetCommon.h> #include <AzCore/Script/ScriptProperty.h> #include <A...
[ "" ]
e9ac2d406da96c965c5b1df6ffe7706ac93d5225
d3fd85e739bc696077b93f56236d711634ce04af
/SoftI2CMaster.h
148080bdf0ec51c976b32fd04b2cfcd2ef369c55
[]
no_license
winklerlukas/GeminiLight
3a31aecb40e9497913428a4b77e18def7b60057e
46a210a806e8e5db55b9b39a392d19a8f9e1b44b
refs/heads/master
2021-01-18T14:09:35.686450
2014-05-28T12:13:15
2014-05-28T12:13:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,293
h
#ifndef SoftI2CMaster_h #define SoftI2CMaster_h #include <inttypes.h> #define _SOFTI2CMASTER_VERSION 12 // software version of this library class SoftI2CMaster { private: // per object data uint8_t _sdaPin; uint8_t _sclPin; uint8_t _sdaBitMask; uint8_t _sclBitMask; volatile uint8_t *_sdaPortReg; vol...
[ "lukaswinkler@Lukass-MacBook-Air.local" ]
lukaswinkler@Lukass-MacBook-Air.local
8652d797321cc501933e8c56ed60c9b25851ad6b
993ce8c9c7114b3f1cc8e153e62f95623e68c062
/Classes/Demon/ArbitrationDemon.cpp
527a9908b9ee88ba769bb3a841e6df2da81d43ea
[]
no_license
cleancoindev/Arbitration-Bot
d0f266684c2e0af0deb2b4691542dfe71f7b0515
985dcd908de5a042b2fab199ffb8c9ef18d67288
refs/heads/master
2022-01-28T00:46:42.248634
2019-05-27T07:21:23
2019-05-27T07:21:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
658
cpp
// // ArbitrationDemon.cpp // Arbitration // // Created by Pavlo Boiko on 13.11.17. // Copyright © 2017 Pavlo Boiko. All rights reserved. // #include "ArbitrationDemon.hpp" #include <unistd.h> ArbitrationDemon::ArbitrationDemon(std::vector<ExchangeCenter> _centers,int _updateInterval) { centers = _centers; ...
[ "pavlo.bojkoo@gmail.com" ]
pavlo.bojkoo@gmail.com
c4eebdc6a4e77cf39b4bc5fe59a673c8aa0dcd38
9644f19ffdac3a5d0eec4c8f802a9ab998719f82
/Online Judges/UVA/567.cpp
6bbd0dfba99d149084d17e9e36f677e5b8d1a036
[]
no_license
ypizarroza1990/ACM
ca472a3773be0c925cc312960aa82046fc4057fa
3a5a81a66540bcdae9960b497d9cf8ef4c8a50f0
refs/heads/master
2021-01-18T19:14:19.920891
2020-02-18T19:18:10
2020-02-18T19:18:10
56,805,153
0
0
null
null
null
null
UTF-8
C++
false
false
1,121
cpp
//============================================================================ // Name : COJ.cpp // Author : Anthrax // Version : // Copyright : Your copyright notice // Description : Hello World in C++, Ansi-style //============================================================================ #includ...
[ "ypizarroza@uci.cu" ]
ypizarroza@uci.cu
21430a6875fbd031e89864d3a65d3df249646a0a
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function14567/function14567_schedule_0/function14567_schedule_0.cpp
693617088888d5f7a5fc6411493966f582ce05a0
[]
no_license
IsraMekki/tiramisu_code_generator
8b3f1d63cff62ba9f5242c019058d5a3119184a3
5a259d8e244af452e5301126683fa4320c2047a3
refs/heads/master
2020-04-29T17:27:57.987172
2019-04-23T16:50:32
2019-04-23T16:50:32
176,297,755
1
2
null
null
null
null
UTF-8
C++
false
false
1,313
cpp
#include <tiramisu/tiramisu.h> using namespace tiramisu; int main(int argc, char **argv){ tiramisu::init("function14567_schedule_0"); constant c0("c0", 128), c1("c1", 512), c2("c2", 1024); var i0("i0", 0, c0), i1("i1", 0, c1), i2("i2", 0, c2), i01("i01"), i02("i02"), i03("i03"), i04("i04"); input i...
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
ec6aafec9c5658a8624cc76a7459e8e1f16793be
8314693edc5f7fceeb38fa249bb3cc9253d419ca
/taichi/ir/type.h
9556c41116402bf8c35f8b1d273e0a0982933707
[ "MIT" ]
permissive
weiplanet/taichi
22c6cd730d9ff33b77b5019a86dd47a5e3b8fa57
ceea597141bd1f0f0b2a380e5dabd50fb6ed04a6
refs/heads/master
2022-12-29T06:18:31.449604
2020-10-16T20:57:35
2020-10-16T20:57:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,072
h
#pragma once #include "taichi/common/core.h" TLANG_NAMESPACE_BEGIN enum class PrimitiveTypeID : int { #define PER_TYPE(x) x, #include "taichi/inc/data_type.inc.h" #undef PER_TYPE }; class Type { public: virtual std::string to_string() const = 0; template <typename T> bool is() const { return cast<T>() !...
[ "noreply@github.com" ]
noreply@github.com
616e74865b978ff0b2ebe26e15ffb4ad48adde8d
30276975fa3758fe5d70eb9d1cb423a78651e38a
/support/placeholders/Serial.h
9ce0b286eb6becf36ac424a5dcc3f6b588699ef8
[]
no_license
ryantuck/lit-halo
911295bcac1abed58dfbec553fb040023118a2d9
bc8f50b1a8716679d4fc17c214de21caf2affa56
refs/heads/master
2021-01-20T10:35:45.317919
2014-08-07T17:45:29
2014-08-07T17:45:29
8,165,957
1
1
null
null
null
null
UTF-8
C++
false
false
670
h
// #################################################################### // // Serial.h // // Replaces cout commands so two copies of code (xcode and arduino) // don't have to be kept. // // #################################################################### #ifndef __cppTesting__Serial__ #define __cppTesting__Seria...
[ "ryanstephentuck@gmail.com" ]
ryanstephentuck@gmail.com
7bc935043c1f109117dedac0d2c01ebe3dbdd903
1d4f51af666147aeea3649e7ce344fb6f1258838
/Final Hololens App/Il2CppOutputProject/Source/il2cppOutput/UnityEngine.CoreModule3.cpp
2c2c37ba517203c9e6b1015ddfee1bda61e83e2e
[]
no_license
Mori-Levinzon/CAD-Inspector
d75d29ff663761e2305055babdbc1b927ee364d5
780b133ad1ef3b7846f95237763d702086e638a7
refs/heads/master
2023-06-07T04:47:38.784636
2021-07-02T12:25:29
2021-07-02T12:25:29
250,212,314
1
0
null
null
null
null
UTF-8
C++
false
false
323,758
cpp
#include "pch-cpp.hpp" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <limits> #include <stdint.h> template <typename T1> struct VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, ...
[ "26859371+Mori-Levinzon@users.noreply.github.com" ]
26859371+Mori-Levinzon@users.noreply.github.com
b22ae4ca4a4b7123b1715243234ebce756b83f63
17554c4666f40759074dbe204aca6f9b5373d207
/tensorflow/compiler/xla/service/hlo_ordering.cc
1b24d8da9e832e6847cb6f405e15af3c455f695a
[ "Apache-2.0" ]
permissive
PACELab/tensorflow-1
ef92f70c5e5ff4cb3bda9254b8ef66b45f124566
fff95ee576e266eae9ccf23688849303aa146a3d
refs/heads/master
2021-01-25T14:34:10.574775
2018-03-03T18:14:50
2018-03-03T18:14:50
123,713,012
0
1
Apache-2.0
2018-03-03T17:03:35
2018-03-03T17:03:35
null
UTF-8
C++
false
false
15,226
cc
/* Copyright 2016 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
b527d48536a5e325406810113a9586f1bfdcb9ea
6ba1205193d8d03bbe3368b8a5af13650bb1f031
/ring_count.cpp
4e6d75a70821101c3b7a95a4a24fcdce565c6a6e
[]
no_license
sjhalayka/opencv_ring_count
bfaa154f3ea170f77f261eb4d257e0b17d1a2f4e
784c246aa1635251126861ca5be55f81683dace1
refs/heads/master
2021-09-02T02:49:57.401226
2017-12-29T21:15:43
2017-12-29T21:15:43
115,754,495
0
0
null
null
null
null
UTF-8
C++
false
false
1,317
cpp
#include <opencv2/opencv.hpp> using namespace cv; #pragma comment(lib, "opencv_world340.lib") #include <iostream> using namespace std; int main(void) { Mat frame = imread("rings.jpg"); if (frame.empty()) { cout << "Error loading image file" << endl; return -1; } cvtColor(frame, frame, CV_B...
[ "noreply@github.com" ]
noreply@github.com
22a94823cfb2d4d85e6e7a4512d231b9c0b89b82
956e9c2785db1aaa1f56ef3a0e6b84aff44a51f1
/odyssey-r155188-1.23/BAL/Widgets/WebCore/Generic/BCContextMenuGeneric.h
d116450b2be6cf8c74ef9220d02555ffa9040ce9
[]
no_license
kas1e/Odyssey
d452826d2648280390e4d6ff1c8df5c228d095ad
947cc7a10be2599d3ed3145ab2af4a445df6d462
refs/heads/master
2023-02-23T15:21:53.806910
2022-06-26T13:47:07
2022-06-26T13:47:07
243,821,888
10
9
null
2023-02-07T20:04:56
2020-02-28T17:48:33
C++
UTF-8
C++
false
false
2,878
h
/* * Copyright (C) 2008 Pleyo. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions...
[ "amiga1200@amiga.com" ]
amiga1200@amiga.com
85186ab2df795f1784ce7df2526c50f3ac114ec2
269ad6c0007666167804886ffa3fa675350d292e
/URI_Beginner/URI_1847.cpp
0fa1e7d4ce8dae1e0313db271fb96f80fd1b9222
[]
no_license
Subangkar/URI-Solved-Problems
6e934e30d250df7fd4f27e1aa00b876298362bc5
0240a57faf34833f77d9255846f42c1f9cea040e
refs/heads/master
2020-04-08T15:39:23.201095
2018-11-28T11:55:08
2018-11-28T11:55:08
159,486,880
0
0
null
null
null
null
UTF-8
C++
false
false
177
cpp
#include <stdio.h> void main() { int a ,b ,c ; scanf("%d %d %d" , &a , &b , &c) ; if ( ( b<=c ) || ) { printf(":)\n") ; } else { printf(":(\n") ; } }
[ "subangkar.karmaker@gmail.com" ]
subangkar.karmaker@gmail.com
f7d9994e2ee88865b178fb625fea7d61db401905
493ac26ce835200f4844e78d8319156eae5b21f4
/flow_simulation/ideal_flow/processor1/0.92/U
f1a7d629d8b7748e3354d7a0d1a6fc56c78b6113
[]
no_license
mohan-padmanabha/worm_project
46f65090b06a2659a49b77cbde3844410c978954
7a39f9384034e381d5f71191122457a740de3ff0
refs/heads/master
2022-12-14T14:41:21.237400
2020-08-21T13:33:10
2020-08-21T13:33:10
289,277,792
0
0
null
null
null
null
UTF-8
C++
false
false
48,759
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v1912 | ...
[ "mohan.2611@gmail.com" ]
mohan.2611@gmail.com
fba637321558750263c7069a3ab47d375bc72b25
4cb3450b11e46b36a62f53f30a76b7b21deb61da
/CSCI_476/Lab8/ParallelGameOfLife.cc
2c3320671165c1e54beadb5c87a6a2212de996c1
[]
no_license
zrzuch/Various-Projects
b1ba001be04b33196e819faaa5fff025ffab9b72
8cdc8d43ac0a15950ccb013fa6bbf048bb0b2b9f
refs/heads/master
2020-06-23T18:27:10.509606
2019-07-24T22:52:59
2019-07-24T22:52:59
198,714,668
0
0
null
null
null
null
UTF-8
C++
false
false
2,483
cc
/* FileName : ParallelGameOfLife.cc Author : Zachary Zuch Course : CSCI 476 Assignment : Lab 8 Description : Parallel Game of Life Simulation */ /************************************************************/ // System includes #include <cstdlib> #include <iostream> #include <random> #include <vector> #includ...
[ "noreply@github.com" ]
noreply@github.com
be4d4be48cad37d2611e7a5c244ec6d1ee98064b
7b4bac7cd798cfbf3a8c018c01a6ad60a1b34c25
/src/backend/concurrency/optimistic_rb_txn_manager.cpp
1bc104441f4b369be84c83be55d84d13247fed03
[ "Apache-2.0" ]
permissive
larryxiao/peloton
0698b3394aa16cc7befd896220831a87e8ea3995
9a02fcacae6f5c5c9a7966cddf1c9e275c9b67c9
refs/heads/memcached
2020-04-10T13:28:32.674686
2016-05-11T23:09:02
2016-05-11T23:09:02
51,320,148
4
1
null
2016-05-11T16:47:37
2016-02-08T19:14:33
C++
UTF-8
C++
false
false
19,236
cpp
//===----------------------------------------------------------------------===// // // PelotonDB // // optimistic_rb_txn_manager.cpp // // Identification: src/backend/concurrency/optimistic_rb_txn_manager.cpp // // Copyright (c) 2015-16, Carnegie Mellon University Database Group // //===--------...
[ "Perron.Matt@gmail.com" ]
Perron.Matt@gmail.com
b6699c7479a824eb384a852a1e3436bd3ec53b9c
a3bfa4100f288efd114853351ca2da972048b9c1
/app/libs/gstreamermm-android-universal-1.10.0/armv7/include/gstreamermm-1.0/gstreamermm/private/vorbistag_p.h
a77b6b0d804355632bed40536574bf676e4b965f
[]
no_license
OleksiiShevchenk0/gstreamerMMDemonstrator
f9dd50f49e8a9b0b52bd22f1a10d37d6267adf17
2d6674ed6247a7a3fcc3b7dfaadde7db628ca450
refs/heads/main
2023-08-16T02:14:46.425497
2021-10-26T12:46:17
2021-10-26T12:46:17
419,675,770
0
0
null
null
null
null
UTF-8
C++
false
false
1,182
h
// Generated by gmmproc 2.50.1 -- DO NOT MODIFY! #ifndef _GSTREAMERMM_VORBISTAG_P_H #define _GSTREAMERMM_VORBISTAG_P_H #ifndef GSTREAMERMM_DISABLE_DEPRECATED #include <glibmm/class.h> namespace Gst { class VorbisTag_Class : public Glib::Class { public: #ifndef DOXYGEN_SHOULD_SKIP_THIS using CppObjectType = Vorbis...
[ "oshevchenko@logitech.com" ]
oshevchenko@logitech.com
38ddc7ebb225c91a5ad3cb72c5bb698175d331cf
6912177d1b73edc67059386b83e61e1db6e404e4
/higan-094/phoenix/gtk/settings.cpp
aa9f2b17f3baf74cfe2bf290f7e4b0baef861c43
[]
no_license
jjwatt/higan-debian
2dc2fcbf31ace413e236f32186c5f25c4b3e2f6a
4a5801ef7d675cdd911d1fc2e3c206aa4b2877ac
refs/heads/master
2020-03-29T18:18:56.272662
2014-10-19T18:02:03
2014-10-19T18:02:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
839
cpp
namespace phoenix { static Settings* settings = nullptr; void Settings::load() { string path = {configpath(), "phoenix/"}; Configuration::Document::load({path, "gtk.bml"}); } void Settings::save() { string path = {configpath(), "phoenix/"}; directory::create(path, 0755); Configuration::Document::save({path...
[ "jesse.j.wattenbarger@gmail.com" ]
jesse.j.wattenbarger@gmail.com
c48775fca151307d153b0ca2b994556a48f53b9e
a39dcac8f4fbb66c24596ff8fe6a46fa1e2502c8
/main.cc
acf146079f2a7fe2be17b59bf87179d4546f290e
[]
no_license
mujtaba65/HotelReservation
7f7f2afa1130ba9b4bc25da0123e5b95433e46de
f967d0cde9b2ae4d067a62613879425547ccd5d8
refs/heads/main
2023-04-29T09:38:16.736497
2021-05-17T07:23:53
2021-05-17T07:23:53
368,093,122
0
0
null
null
null
null
UTF-8
C++
false
false
880
cc
#include <iostream> using namespace std; #include <string> #include "Date.h" #include "Guest.h" #include "Room.h" #include "Hotel.h" #include "ResManager.h" #include "RoomArray.h" #include "Reservation.h" #include "Recorder.h" #include "StayRecorder.h" #include "GuestRecorder.h" #include "UpgradeRecorder.h" #include "C...
[ "mujtaba.ehtesham335@gmail.com" ]
mujtaba.ehtesham335@gmail.com
38ac8fd12216d82965e88c640046df6a30331cd4
bbe85a28579b4ae24adc89fc49656519ba2cbe2e
/src/reset-wfc-timer.cpp
2f7176ed8eba152bccf229807763b4db6dd86f73
[]
no_license
madrugado/car-driver
86717a7423994d0354bbc6af216fbc45eca215b3
ed26d28c88b25008f84a0d02b2204fd4a2496d0a
refs/heads/master
2021-01-23T22:43:26.509562
2013-11-26T13:36:39
2013-11-26T13:36:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
332
cpp
#include <cstdio> #include <cstdlib> #include "serial-port.h" #include "car-driver.h" #define PORT_NAME "/dev/ttyUSB0" int main(int argc, char** argv) { int fd = serialPort::open_port(PORT_NAME); if (fd == -1) return 1; serialPort::configure_port(fd); resetWTCTimer(fd); serialPort::close_port(fd); ...
[ "madrugado@yandex.ru" ]
madrugado@yandex.ru
a8137a49759e3f2cae1a8110773640e5fc6ccb9f
600df3590cce1fe49b9a96e9ca5b5242884a2a70
/android_webview/common/aw_message_port_messages.h
6b98023a45b0ef43be55c11a0c2471e97d608b07
[ "BSD-3-Clause" ]
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
4,085
h
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Multiply-included file, no traditional include guard. #include <vector> #include "ipc/ipc_message_macros.h" #define IPC_MESSAGE_START AwMessagePortMs...
[ "enrico.weigelt@gr13.net" ]
enrico.weigelt@gr13.net
0a46204b67a383e01f84069cf700d9a8e77810f4
f4a065575709371a1b83d4aeecae0d070b39daba
/GraphicsEngine/MeshComponent.cpp
b9c8a4970e4bca54351c3e755a491829a315d47f
[]
no_license
Sweet-Logic/Graphics-Engine-Refactor
4cc9691c6695e4a4b70e1896d2e6db4f22e546e5
82af84d89a6948b3b5ee8df34f4b4e5802e55bc9
refs/heads/main
2023-02-23T23:31:54.048780
2021-01-25T21:12:34
2021-01-25T21:12:34
332,877,567
0
0
null
null
null
null
UTF-8
C++
false
false
27
cpp
#include "MeshComponent.h"
[ "Ciearonmatthews@hotmail.co.uk" ]
Ciearonmatthews@hotmail.co.uk
b2263d87e4d9a2e7c0e1f812bfef88e002e6f641
fa419b3c71d4fdbf89c8de75c75be61a0aefcbd2
/Stream_Sender/winpcap/StreamCommuniCation.cpp
0635f361e345ec1eeec5525fa6861fe4b9170a6e
[]
no_license
DSLabKoreaUiv/Distributed_Stream_Processing__Platform
b578bdd3ce13a5625d8ec1d082c1070e739c94e3
1a269039650e74102953615810f37eda8c5a5f96
refs/heads/master
2016-09-05T17:04:00.685377
2015-06-02T01:47:30
2015-06-02T01:47:30
28,707,666
0
0
null
null
null
null
IBM866
C++
false
false
961
cpp
#include "StreamCommuniCation.h" #include <string> CStreamCommuniCation::CStreamCommuniCation(char* ip,int port) { multiTTL=TTL; if (WSAStartup(MAKEWORD(2,2),&WSAData) !=0) //winsock.dll ?ех? { printf("WSAStartup() error!"); exit(1); } s=socket(PF_INET, SOCK_DGRAM, 0); if(s==INVALID_SOCKET) { pr...
[ "westsky2000@gmail.com" ]
westsky2000@gmail.com
94d1d213425f58730e35f83acb464e9de7a28618
58b4c099be30fe47f659af5ee538552f1c443328
/battery_test.ino
89d49bbe66285bf4b1648d2d75bbca11510d50bd
[]
no_license
venomerta/smt
497782151449b6267488407045923cd8cf26c4bf
b38063e0db095750fd499a1f24b3e04c4fb25651
refs/heads/master
2022-06-08T02:45:22.348291
2020-05-03T07:02:12
2020-05-03T07:02:12
260,845,875
0
0
null
null
null
null
UTF-8
C++
false
false
2,520
ino
#include <SPI.h> #include <Wire.h> #include <Adafruit_GFX.h> #include <Adafruit_SSD1306.h> #include <battery.h> #include <bluetooth.h> #include <wifi.h> Adafruit_SSD1306 display(-1); void setup() { // initialize with the I2C addr 0x3C display.begin(SSD1306_SWITCHCAPVCC, 0x3C); ...
[ "noreply@github.com" ]
noreply@github.com
ed49de74eeae2646c129f3295fa6719e44ea6e35
7d814cf427952e2c81e0768a7c36b15c5af21262
/frontend/views/projecttreectrl.cpp
9b903708e1936e169f43ec7d52687999afbd83a0
[]
no_license
komorowskilab/Parallel-ROSETTA
e2b9ee90a4bbe4f79546026e9d00abcc38ae3f5d
60112009f4cc29f943e37d0fda86d1b28344fd3c
refs/heads/master
2020-08-18T05:18:18.000368
2019-10-22T13:12:53
2019-10-22T13:12:53
215,751,254
2
1
null
null
null
null
MacCentralEurope
C++
false
false
14,398
cpp
#include <stdafx.h> #include <frontend\rosettadoc.h> #include <frontend\mainfrm.h> #include <frontend\views\projecttreectrl.h> #include <frontend\views\hint.h> #include <frontend\dialogs\algorithmdialogs\dialogalgorithm.h> #include <kernel\structures\structure.h> #include <kernel\structures\annotatedstructure.h> #i...
[ "Komorowskilab@gmail.com" ]
Komorowskilab@gmail.com
375f275721f4f57a50b5fcc041348d736195f118
069dc57103e767a9ea2aae08d93df48b4bacf2d5
/전력난.cpp
db168386ea71df2c0309fc4f3fb24cb8ca5115ff
[]
no_license
DongHoonKwak/BackJoon
562a5d3da8c458d5d4b17c302d4b92719ddf344a
483cd68aae7c77eae3e6f6e54a8b649fdbd1e783
refs/heads/master
2021-09-14T21:41:34.652348
2018-05-20T03:58:55
2018-05-20T03:58:55
null
0
0
null
null
null
null
UHC
C++
false
false
1,714
cpp
#include <iostream> #include <algorithm> using namespace std; pair<int, pair<int, int>>info[200004]; int level[200004]; int parent[200004]; long long ans = 0; //답 : total-cost void make_set(int x) { for (int i = 0; i <= x; i++) { level[i] = 0; parent[i] = i; } } int find_set(int x) {...
[ "noreply@github.com" ]
noreply@github.com
04ec76fca6e05d6cc7485717238a150389f72819
fa091b57896b56c9ad646ad3474c4c88c796b180
/6_breakANDcontinue_state.cpp
f4354c2649320c5e55a0aab9358e9dde13f48be2
[]
no_license
alishaac/.cpp
eecfece5377920fa3a79cd18f69cfd5cd6aa4e29
6b7a92810905c911eb14ddc1bf0831adfd521c02
refs/heads/master
2023-06-16T09:42:57.773355
2021-07-16T08:48:06
2021-07-16T08:48:06
385,606,951
0
0
null
null
null
null
UTF-8
C++
false
false
519
cpp
#include<iostream> using namespace std; int main(){ //after using break statement the program gets out of the loop // for (int i = 0; i < 40; i++) // { // if(i==2){ // break; // } // cout<<i<<endl; // } // after usi...
[ "achauhan2_be20@thapar.edu" ]
achauhan2_be20@thapar.edu
a3ed2a7983db7551a9328df2e96c72ad287577e3
1c59da2fa9fba8fa35572be2176b96b0af24213e
/Vector/GreaterElementsToTheRight.cpp
bedbc444c32804c0a8927ee88537d4c8872f38b0
[]
no_license
thienphuvn95/CS3358-DataStructures-Algorithms
9a78aafe1d7c936ab052cbd1d9b86f8afd55a4a3
29afb6ae4d7f53a5b37ff759e78d60786c17d6e2
refs/heads/master
2021-05-23T17:44:36.983643
2020-04-06T05:57:34
2020-04-06T05:57:34
253,405,244
0
0
null
null
null
null
UTF-8
C++
false
false
826
cpp
// Include the necessary header files #include <iostream> #include <vector> void greaterRightElement(std::vector<int> & vec) { // Start from the rear of the vector and work backwards auto ptr=vec.end()-1; auto max=*(vec.end()-1); for(int i=0; i<vec.size()-1;i++){ if (*ptr< max){ ...
[ "noreply@github.com" ]
noreply@github.com
83acc7e93c879ff42b9ec3b1af9137ff43a56382
c918e96de354292c5bdd71e5e3a65a969e2e2dff
/labwork_2/4.cpp
e731a4e78c7134956cb4b7401fa487111c095f82
[]
no_license
romashik17/LABS_YZ_PROG
11295ab23954b9ece0ff4c55f5ec156acda09d4a
f242f2957c39259e2a4dd722c8e5a82712f5dce8
refs/heads/master
2020-05-30T04:03:09.043569
2019-12-12T16:57:33
2019-12-12T16:57:33
189,528,188
0
0
null
null
null
null
UTF-8
C++
false
false
268
cpp
#include <iostream> #include <math.h> using namespace std; int main() { int n; cout<<"Введите число: "; cin >> n; for (int i=2; i<=sqrt(n); i++) { if (n%i==0) { cout << "Нет" <<endl; return 0; } } cout << "Да" <<endl; return 0; }
[ "noreply@github.com" ]
noreply@github.com
b66b295a93b972bd3e2f9929c180f2a434291afa
08d297016d313276c1372d49d349ae5897012937
/01152016/01152016/SpellCorrection.cpp
87dc58710d5d74abab4033ba1cb3c8460d9e0ba1
[]
no_license
jamestiller/katas
ab7e5c598348d439d3498a0f6426e7a01d0176d1
35c0fb9708a91501db2bbc5ee6097cb26d638d58
refs/heads/master
2021-01-10T10:34:54.987428
2016-03-03T22:25:48
2016-03-03T22:25:48
52,528,689
0
0
null
null
null
null
UTF-8
C++
false
false
843
cpp
// // SpellCorrection.cpp // 01152016 // // Created by James Tiller on 3/3/16. // Copyright © 2016 James Tiller. All rights reserved. // #include "SpellCorrection.hpp" int NumberOfEditsRequired(std::string start, std::string target){ if (start.size() < target.size()) { std::swap(start,target)...
[ "jamestillerme@gmail.com" ]
jamestillerme@gmail.com
af20f08868200ae06bc11a20b337da3d1ba91571
fee351ff8eb3dea498833426978baf50b5e32e56
/Library/Source/Nano/Files/NFile.cpp
2752f36b4aff2ef71d8f5aa24d48d2397d3ed7f6
[ "BSD-3-Clause" ]
permissive
x414e54/nano
42a1f733308b92959457cfa6e8e1a78b2cd10928
6740b4be7a72facb30e9508261976afc3af85f98
refs/heads/master
2021-01-16T20:30:07.050233
2013-07-16T20:46:32
2013-07-16T20:46:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
22,363
cpp
/* NAME: NFile.cpp DESCRIPTION: File object. COPYRIGHT: Copyright (c) 2006-2013, refNum Software <http://www.refnum.com/> All rights reserved. Released under the terms of licence.html. __________________________________________________________________________ */ //=======================================...
[ "dair@refnum.com" ]
dair@refnum.com
5753ca3449ea9c85aa1c6312bb3aa990f72022de
b4e9ff1b80ff022aaacdf2f863bc3a668898ce7f
/gluon/Cfill/bin/src/org/poly2tri/Edge.cpp
9cb52f71e17657aefa920351e732bad1ae103f33
[ "MIT" ]
permissive
TrilateralX/TrilateralSamples
c1aa206495cf6e1f4f249c87e49fa46d62544c24
9c9168c5c2fabed9222b47e738c67ec724b52aa6
refs/heads/master
2023-04-02T05:10:13.579952
2021-04-01T17:41:23
2021-04-01T17:41:23
272,706,707
1
0
null
null
null
null
UTF-8
C++
false
true
5,273
cpp
// Generated by Haxe 4.2.0-rc.1+7dc565e63 #include <hxcpp.h> #ifndef INCLUDED_Std #include <Std.h> #endif #ifndef INCLUDED_haxe_Exception #include <haxe/Exception.h> #endif #ifndef INCLUDED_org_poly2tri_Edge #include <org/poly2tri/Edge.h> #endif #ifndef INCLUDED_org_poly2tri_Point #include <org/poly2tri/Point.h> #endi...
[ "none" ]
none
145e3eb31c61b676f31f476efc5eef505a588f05
4c3e844382943271a06b933a9dbc3c8b30b08dca
/2nd Sem/C++/Programs/genericclass3.cpp
d6c8c07675485c1481c824f838bdc8be88970950
[]
no_license
vijaykumarrpai/mca-code
9ec29f8684bb4a3327c63fb48eb0c244eef5e9c7
ed407c539ff8a33811817b8dfcceea39c68641bd
refs/heads/master
2022-12-22T11:08:53.960599
2020-11-08T13:20:22
2020-11-08T13:20:22
182,063,526
4
2
null
2022-12-16T12:13:43
2019-04-18T10:00:53
Jupyter Notebook
UTF-8
C++
false
false
367
cpp
// mixing standard and generic data types #include <iostream> using namespace std; template <class t1, int y> class test { t1 a; int b; public: test(t1 x) // constructor requires only one parameter as another is of defaclt type { a=x; b=y; } void display() { cout<<a<<"\t"<<b; } }; int main() { test<float...
[ "vijaykumarrpai@gmail.com" ]
vijaykumarrpai@gmail.com
f53ebcceb8c53fdb7963b9117cb25e45836d9691
62ec6bae293411cbde16162caf18d7b9ac22a5c2
/MRS/MovieView.cpp
6d443d488df48bd18b8584029c8f9a82b4cce3a4
[]
no_license
overlord7a/MRS
eca8501d2518c3ca8c5df6324a547e6e62fe554e
16b7844a3208566573e9555b8b509a3b67f54059
refs/heads/master
2022-11-22T02:43:13.365363
2020-07-23T07:23:19
2020-07-23T07:23:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,520
cpp
#include "MovieView.h" #include <iomanip> #include <iostream> #include <vector> #include <string> using namespace std; void MovieView::DisplayMovie(vector<Movie> const& movies) { cout << " " << "\n"; cout << string(10, ' ') << string(20, '-'); cout << " " << "Display Movies"; cout << " " << string(20, '-') <...
[ "AmirPakzadsa@gmail.com" ]
AmirPakzadsa@gmail.com
408e80de62ab574b9ce24bed79874fd52f9e35d3
31ec06f110652ed5fb9a5b18e6866c6680010ba9
/include/fabrique/platform/files.hh
9ca2380d013f89e56a884b5d428e31bcfdf8cf9f
[ "BSD-2-Clause" ]
permissive
fabriquer/fabrique
fea63652b6e700274ebcdf6b66011f4850513b5a
d141ef698ddbeddb5b800f7f906d93751a06f809
refs/heads/master
2020-04-12T06:33:34.305435
2019-07-17T19:29:59
2019-07-17T19:29:59
13,753,419
2
0
null
null
null
null
UTF-8
C++
false
false
5,269
hh
//! @file platform/files.h Declarations of OS-specific file/path functions /* * Copyright (c) 2014, 2018 Jonathan Anderson * All rights reserved. * * This software was developed by SRI International and the University of * Cambridge Computer Laboratory under DARPA/AFRL contract (FA8750-10-C-0237) * ("CTSRD")...
[ "jonathan.anderson@ieee.org" ]
jonathan.anderson@ieee.org
cd1a0c0b425200e31b2de0424dc4c5a4715cc671
872ea7a4f4acd919064a6651ee2c43965b0e5909
/chap07/Sales_data.h
b14b91071f5143d8c9315db4138bb8144a4b987d
[]
no_license
biggreyhairboy/Cpp_Primer_5th_ex
9b289af402aed60ada6e3e68f090e835f0ef07af
444ae3d4991070848721c4aa12f44aa93e7aecd6
refs/heads/master
2020-08-06T22:05:17.279070
2019-10-06T09:45:33
2019-10-06T09:45:33
213,174,680
0
0
null
null
null
null
UTF-8
C++
false
false
624
h
#ifndef SALES_DATA_H #define SALES_DATA_H #include <string> #include <iostream> using namespace std; struct Sales_data; istream &read(istream &is, Sales_data &item); ostream &print(ostream &os, Sales_data &item); struct Sales_data{ Sales_data() = default; Sales_data(const string &isbn, const unsigned quantity, double...
[ "patrick@localhost.localdomain" ]
patrick@localhost.localdomain
62f19e5c5464bb2e46b0409937df559750f8b88b
2c00b4fe0aca9ac7e45329349636fd32cbe3cbf4
/29. Divide Two Integers.cpp
d2c7cc781272841c148aef78f4325c36b020ce32
[]
no_license
akanarika/CLeetcode
ceb0d7e91d76d91f68c5f550cd160ce19f0b012d
1bb07d755daeaca24aa8eec3774cdbf35fb297f1
refs/heads/master
2020-12-30T13:23:36.349511
2020-08-27T20:31:14
2020-08-27T20:31:14
91,202,901
0
0
null
null
null
null
UTF-8
C++
false
false
541
cpp
class Solution { public: int divide(int dividend, int divisor) { if (dividend == INT_MIN && divisor == -1) return INT_MAX; long dd = labs(dividend); long dr = labs(divisor); long res = 0; while (dd >= dr) { long curr = dr; int i = 0; while...
[ "ilykn@hotmail.com" ]
ilykn@hotmail.com
eb99f561217ff76c3cb150d27b2f623a94fd77f2
29308ff52dabb614896bccca1c6d90f22dc7b4b2
/src/rpc/server.cpp
9b820692b85fb77fad4aaef5c06745ad2bbd1f31
[ "MIT" ]
permissive
631250005/astral
3d95bdfd32cd215c24a128183ae07a9416c73383
a88fca12413879ed70058d91e2d53a0faf4719c3
refs/heads/master
2021-10-02T04:07:14.997718
2018-11-29T02:23:04
2018-11-29T02:23:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
17,765
cpp
// Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers // Copyright (c) 2017 The Astral Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "rpc/server.h" #include "ba...
[ "root@vps614526.ovh.net" ]
root@vps614526.ovh.net
0e0cb7fac3062f65aaca1f4d8a3b7f08248be28e
e6d2c3e0c9924f65a2b09af45caaf7aa35a2b467
/OOP01.cpp
fb8f62925cb0cedbe279f82a37674ed5f0c741df
[]
no_license
totoguri/practiceCplus
c749579dcb97c32e7531df97e77614641d97d2dd
c8869b1b9c9d01a5c0ea7f0dcac63ac9548730d2
refs/heads/main
2023-07-26T00:03:29.985771
2021-09-13T00:07:18
2021-09-13T00:07:18
405,780,503
0
0
null
null
null
null
UHC
C++
false
false
3,328
cpp
//#include <iostream> //using std::cout; //using std::cin; //using std::endl; // //typedef struct person { // int id; // 4 numbers // char customer[20]; // int finance; //} Person; // //void AccMake(void); //void AccPut(void); //void AccWith(void); //void AccShow(void); // //Person man[100]; //int accNum = 0; // //int ...
[ "finalyo4@naver.com" ]
finalyo4@naver.com
232ff67a071d0bd289e7214b5ed31280bc4668c9
eb731b40f0a75f9c07f28b2c458a175f5623f6ff
/ESP8266MOD/Blink/Blink.ino
f327050ce5a2e945c81c54a3a7e5e4a5905c51b6
[]
no_license
Rr42/Arduino
c3016c1c1ed28debb550ae9763de63cd51fe1793
daa3c5d547bcbb80cfb53f525e42fc6d0040bdbf
refs/heads/master
2020-03-26T15:57:31.997424
2018-08-17T06:40:34
2018-08-17T06:40:34
145,073,828
0
0
null
null
null
null
UTF-8
C++
false
false
560
ino
int led = LED_BUILTIN; void setup() { Serial.begin(9600); pinMode(led,OUTPUT);//LED_BUILTIN, OUTPUT); } void loop() { digitalWrite(led, LOW); // Turn the LED on (Note that LOW is the voltage level // but actually the LED is on; this is because ...
[ "ramaragam@gmail.com" ]
ramaragam@gmail.com
2b900395b063ab157f905f4f6f02bf47c277ee63
3122985c6975895dc2fc3e78e575f57268674f07
/Sensors Interfacing and Serial Debugging.ino
8e55e8cd6ba1b06f13c899ebb526d709d0539d6a
[]
no_license
karthickcj/Smart-Garbage-Monitoring-System-Using-IoT
a7919d2162fdc45b95a1fb18e607d560542eaf73
1a477200d9dadbf438aa88b8e9e46f60394f1c19
refs/heads/master
2021-09-10T12:30:20.530451
2018-03-26T09:43:25
2018-03-26T09:43:25
125,800,250
0
0
null
null
null
null
UTF-8
C++
false
false
4,297
ino
#include <OneWire.h> #include <DallasTemperature.h> /********************************************Ultrasonic sensors****************************************************** Esp8266 GPIO pin 12 connected to Echo Pin of HC-SR04 Esp8266 GPIO pin 14 connected to Trigger pin of HC-SR04 Since echo output is 5v We have coonec...
[ "noreply@github.com" ]
noreply@github.com
7a85e7c97d611f600be260a7fbff055fb6737c66
ff6fc0c94f564b61ecfad3864d3a2efd99d6199f
/tests/range_map_test.cc
c88a6c8259de7f44c2c439212d1466daf17bc72c
[ "Apache-2.0" ]
permissive
fjh658/bloaty
ef1ab082bd893fa069e225751d28e797a2b6c6b3
04e9a62d8a600e5626651bcc955ea855d9d10602
refs/heads/master
2021-04-30T12:12:44.693549
2018-01-26T01:03:59
2018-01-26T01:03:59
121,268,776
1
0
null
2018-02-12T16:06:59
2018-02-12T16:06:59
null
UTF-8
C++
false
false
10,295
cc
// Copyright 2016 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...
[ "jhaberman@gmail.com" ]
jhaberman@gmail.com
b05a7d40121eb6718e3b50d23229ca3ae4ebcca7
d7a46a529c259264ec914e4bc23a5e1f2cc0a4e2
/will/Matrix.cpp
6b8c2683a404d1b09d286194e2ce4252c739971a
[]
no_license
zjysnow/cccc-lite
f23a4772aa1417b62f62521b0298974e8e93a6ce
5c79c7025a8f1ee559cb7f5bcfe2df0572ef53fa
refs/heads/master
2023-02-22T20:45:59.928407
2021-01-27T13:41:38
2021-01-27T13:41:38
null
0
0
null
null
null
null
UTF-8
C++
false
false
28,971
cpp
#include "Matrix.h" #include "Random.h" #include "VectorMath.h" #include <cassert> namespace will { //const realc Matrix::const_real_1 = 1; //const realc Matrix::const_real_0 = 0; //任意阶张量 //描述符最低为4维 Matrix::Matrix(const std::vector<int>& dim, DeviceType device_type, bool create_d) { if (device_type == DeviceType...
[ "scarsty@gmail.com" ]
scarsty@gmail.com
479262343ca15cc5989ad9614f70cd3cc4496d13
0985379e8027bbad7c9aa51443b547949814288c
/tests/TestLogIndenterString.cpp
0e5c3848f7ebb44fc12aaabe830863e69b60b8c3
[ "Apache-2.0" ]
permissive
Nuovations/LogUtilities
2bb903ae9bebcad4719d1b62560aecf12b35dc72
8a367c33757dcf5a7df9ad5abbdc833e6cc21437
refs/heads/main
2023-05-22T17:50:51.538757
2021-06-04T04:16:53
2021-06-04T04:16:53
343,894,320
1
0
Apache-2.0
2021-06-04T04:16:54
2021-03-02T19:50:34
C++
UTF-8
C++
false
false
7,841
cpp
/* * Copyright (c) 2021 Nuovation System Designs, LLC * 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/L...
[ "erick205@umn.edu" ]
erick205@umn.edu
8ffb1edde0cf8abb36461f2fee82303496502fc6
41eff316a4c252dbb71441477a7354c9b192ba41
/src/PhysX/physx/source/foundation/include/PsUtilities.h
ff57e0587c998aa9be5e79b5712876c44e80511d
[]
no_license
erwincoumans/pybullet_physx
40615fe8502cf7d7a5e297032fc4af62dbdd0821
70f3e11ad7a1e854d4f51992edd1650bbe4ac06a
refs/heads/master
2021-07-01T08:02:54.367317
2020-10-22T21:43:34
2020-10-22T21:43:34
183,939,616
21
2
null
null
null
null
UTF-8
C++
false
false
4,440
h
// // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of conditions and the following disclaimer. // * Redistributions in bin...
[ "erwincoumans@google.com" ]
erwincoumans@google.com
d471884ceb5840dd8ceeddb4b84d544d3ced3e3e
c6bb78710132dea303e5252c8e6a1bfba2b0b32d
/include/taichi/math/scalar.h
d781d98f80128adb6c0690bd43c8d2aff04f19af
[ "MIT" ]
permissive
ai3DVision/taichi
4d175df989cdb20689a68d82c8460675b4c6a2c3
b97c232de75f99d75453902c2267b876b4589079
refs/heads/master
2020-03-11T13:40:00.160770
2018-04-18T02:13:20
2018-04-18T02:13:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,792
h
/******************************************************************************* Copyright (c) The Taichi Authors (2016- ). All Rights Reserved. The use of this software is governed by the LICENSE file. *******************************************************************************/ #pragma once #include <cma...
[ "yuanmhu@gmail.com" ]
yuanmhu@gmail.com
ab15afa17851d37a8ffd8fe4dc55247c898c4894
64a5bf4e81d354068bfe396dfd93e3c63d3b2294
/samples/snippets/cpp/VS_Snippets_Remoting/NclNegoSyncServer/CPP/NclNegoSyncServer.cpp
28364b60513de294dba69a9353c40a946e07dc38
[ "CC-BY-4.0", "MIT" ]
permissive
avatarbuss/dotnet-api-docs
7b14f1a0a71e4a4d3c85523ce5894aea7a125022
f3030b44600c2de2df63995d96a2a6c7e66f4749
refs/heads/master
2022-09-17T19:15:29.173244
2020-04-03T14:38:00
2020-04-03T14:38:00
252,750,128
1
3
NOASSERTION
2020-04-03T14:06:04
2020-04-03T14:06:03
null
UTF-8
C++
false
false
2,056
cpp
#using <System.dll> using namespace System; using namespace System::Net; using namespace System::Net::Security; using namespace System::Net::Sockets; using namespace System::Security::Principal; using namespace System::Text; using namespace System::IO; using namespace System::Threading; //<snippet1> sta...
[ "noreply@github.com" ]
noreply@github.com
f28c60f6c4f4ada9563a284bf51023a0fa0b3adc
8ba26af4be6e5a17e9e8d7bd24cf77ecde9df56d
/lab4/task1/Shapes/Shapes/stdafx.h
8a3d76437ef8ee7a28f8498f3e4ff55db191d894
[]
no_license
GreatHorizon/oop
b182b2ddae504280cc0f5c7248a1be5e9b4a5c32
df8632f64687f37cb138ce855abb317510dded37
refs/heads/master
2022-11-17T20:59:01.550294
2020-07-13T20:15:01
2020-07-13T20:15:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
297
h
#pragma once #include <stdio.h> #include <tchar.h> #include <optional> #include <map> #include <sstream> #include <istream> #include <functional> #include <iostream> #include <boost/algorithm/string/trim_all.hpp> #include <typeinfo> #include <iomanip> #define _USE_MATH_DEFINES #include <math.h>
[ "52240672+GreatHorizon@users.noreply.github.com" ]
52240672+GreatHorizon@users.noreply.github.com
66954b6523022b1f34ca484bc387eb0c685e7f65
5ed6e511a9c17f34c5f6340e32d79388c634a726
/USACO/transform.cpp
a9769bb08ae79fadf4795936b829bc32226c0e55
[]
no_license
d34th4ck3r/Random-Codes
516112c240a425d80923fa7f1a5017d0521b0400
332066ef9b36229776c36ddf9a98597c4bdf3e75
refs/heads/master
2020-12-24T17:07:57.292580
2016-02-29T13:17:33
2016-02-29T13:17:33
5,183,084
0
0
null
null
null
null
UTF-8
C++
false
false
2,467
cpp
/* ID: gautam11 PROG: transform LANG: C++ */ #include<iostream> #include<stdio.h> #include<stdlib.h> #include<vector> #include<string> #include<map> #include<fstream> #include<cstdio> #include<cmath> #include<algorithm> #include<limits.h> #include<set> #include<stack> #include<queue> #define P(s) printf("%s\n",s) #defi...
[ "d34th4ck3r@WorkStation.(none)" ]
d34th4ck3r@WorkStation.(none)
ed2fecf07a5da42a09ec768bcc1133250796d748
06b1c887274634ca9f4606641914e71443d9923c
/src/ascent-shared/Threading/ThreadStarter.h
ce6f7aad11e165435fc0fa9f3b7c08bc3773fca7
[]
no_license
zod331/Summit
3d12db09fc02a1557de91cb61aacf6f801c16e38
95df88b83918a70d2d25d8618ca79b6cc1e8f38a
refs/heads/master
2020-06-01T03:44:07.453120
2013-06-09T21:21:47
2013-06-09T21:21:47
10,589,168
5
0
null
null
null
null
UTF-8
C++
false
false
1,184
h
/* * Ascent MMORPG Server * Copyright (C) 2005-2008 Ascent Team <http://www.ascentemu.com/> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * ...
[ "zod_new@hotmail.fr" ]
zod_new@hotmail.fr
2466d2a2f03dc2598929495545603d393a66461e
dd8899c38ef079c165f277c6cab3d69baf7fda08
/Section13/ImplementingMethods2/Account.h
41856eaa73bfd7909dc83f99aa874683f77a5db5
[]
no_license
RandyZeleznak/CPP-Examples
7ad6bb5c3dadde7503d270e0bdc19dc8553a6dd6
33cd5445d2c34b813b92acab2eff892efdcd9729
refs/heads/master
2022-11-29T01:13:24.314286
2020-08-11T12:33:10
2020-08-11T12:33:10
285,107,058
0
0
null
null
null
null
UTF-8
C++
false
false
117
h
#ifndef _ACCOUNT_H_ #define _ACCOUNT_H_ class Account { public: Account(); ~Account(); }; #endif // _ACCOUNT_H_
[ "RandyZeleznak@gmail.com" ]
RandyZeleznak@gmail.com
842991de3e17980a67006223952289c9ecbc39e6
6ced41da926682548df646099662e79d7a6022c5
/aws-cpp-sdk-apprunner/include/aws/apprunner/model/VpcConnector.h
b4aa0db123c5b0d46c87bc0de34d727f215e47d8
[ "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
17,964
h
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/apprunner/AppRunner_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/core/utils/memory/stl/AWSVector.h> #include <aws/apprunner/model/VpcConnectorSt...
[ "aws-sdk-cpp-automation@github.com" ]
aws-sdk-cpp-automation@github.com
f0f1efba07ae742bf19113c126de3ced117f16df
63c7c7e07cf23aa82b6a61a516174da63504f095
/暑期训练考核/c.cpp
801778ba0274e0459eff77af483fdae938d0693c
[]
no_license
Linfanty/Code-in-Freshman
3b174b6fab510dc1aa214d760f050ca1618afc8d
b60b99f520c4740c6b8306880680a610f054f403
refs/heads/master
2021-01-24T12:37:29.255747
2018-02-27T15:10:29
2018-02-27T15:10:29
123,144,148
1
0
null
null
null
null
UTF-8
C++
false
false
1,172
cpp
#include <iostream> #include <cstdio> #include <cmath> #include <algorithm> #include <string> #include <cstring> typedef long long ll; #define inf 0x3f3f3f3f #define mem(a, b) memset(a, b, sizeof(a)) #define fin freopen("in.txt", "r", stdin) #define fout freopen("out.txt", "w", stdout) #define scd(a) scanf("%d",&a); #d...
[ "wty2003728@163.com" ]
wty2003728@163.com
14f55afce81ea2fc2d4a3f0dc742ae02a6c784ba
a164db76288764d3a4f7fd915cd4b69a80e5a35f
/Unidade01/Atividades/toad_race/src/main.cpp
eb041a093271e39b94e253696a38e0cd55511c6d
[ "WTFPL" ]
permissive
filipegmedeiros/IMD0030-LP1
484ee000767e79896f8c81e63e59f0eddcb3059a
86fedf63e2c3f7b563d64e47d448dc0c24d1acaf
refs/heads/master
2020-04-22T23:19:54.480891
2019-03-31T17:00:03
2019-03-31T17:00:03
170,738,114
0
0
null
null
null
null
UTF-8
C++
false
false
346
cpp
/* ? ------------------------------------------- ! file main.cpp ! author Filipe Medeiros and Sara Beatriz. ? news Change Coding-sytle, clean main. @ date 12/03/2019 ? ------------------------------------------- */ #include "toad.h" int Toad::SizeOfTrack = 100; int main(int argc, char *argv[]) { Race(Toad::...
[ "filipemedeiros@tuta.io" ]
filipemedeiros@tuta.io
7e2bb52cf6c67365a976c3715253af5715866c0f
367be98d4ed7dde14d05f988c1606aaa60a60eb3
/sstmac/software/launch/allocation_strategy.h
ce717b73f47ef01db3696c67a180c4b13cabd98d
[ "BSD-3-Clause" ]
permissive
nlslatt/sst-macro
acd3f043468cd13ab0843dff85493737ea5a843f
c0feb7e8d12bde3f0b1a505452276473f9b07ca3
refs/heads/master
2021-01-15T12:15:40.773962
2016-04-07T21:30:26
2016-04-07T21:39:55
59,328,703
0
0
null
2016-05-20T21:54:18
2016-05-20T21:54:17
null
UTF-8
C++
false
false
2,580
h
/* * This file is part of SST/macroscale: * The macroscale architecture simulator from the SST suite. * Copyright (c) 2009 Sandia Corporation. * This software is distributed under the BSD License. * Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation, * the U.S. Government ret...
[ "jjwilke@s940740ca.ca.sandia.gov" ]
jjwilke@s940740ca.ca.sandia.gov
6c582112431a7d2204796cf1a1a16d67b98dc61a
1a3b7e83945942e5b25572f31c98e689ba8bab08
/src/Step5Archive/Test/oldtests.cpp
0fc3649ba2c89314bc162e5581bc407cb50eec78
[]
no_license
70MM13/Step5Archive
9cc90d51a9ba572dcb5d1d0b124bf5d04e6c0367
228a402b89742c677e4fd86280c6841edc805095
refs/heads/main
2022-12-26T03:31:02.070326
2020-10-14T20:18:56
2020-10-14T20:18:56
302,458,359
1
0
null
null
null
null
UTF-8
C++
false
false
2,084
cpp
#include "../Step5Archive.h" #include "Test.brc" namespace Upp { StringStream uncompressed_stream; StringStream compressed_stream; void TestCodecBrc() { MemStream brc_stream(s5demopx_ini, s5demopx_ini_length); LOG("*** UnCompressing..."); DecodeStream (brc_stream, uncompressed_stream); if (...
[ "wimpiesmail@gmail.com" ]
wimpiesmail@gmail.com
11208b02a3c1c42d45ebf9912e1768940bb28ef2
74829184a9f043f0eb564d9ade74c032feee3656
/game/Player.h
d6941c8fc13fc742d203a8798d5fa3ee577d2dfb
[]
no_license
LNU-PMi-1-2020/seventy-five-percent
62ef7a226f733983922a4cf59c3128b56ef363d0
a49e7fc81a9981b9734700c1567bf1c843b515fc
refs/heads/main
2023-04-21T00:57:49.161944
2021-05-20T11:02:28
2021-05-20T11:02:28
347,707,315
0
0
null
null
null
null
UTF-8
C++
false
false
384
h
#ifndef SEVENTY_FIVE_PERCENT_PLAYER_H #define SEVENTY_FIVE_PERCENT_PLAYER_H #include <set> class Player { private: Player() = default; public: bool newGame = true; std::set<size_t> ownedCards; static Player &get(); Player &operator=(Player &) = delete; Player(const Player &) = delete; ...
[ "mymmrac@gmail.com" ]
mymmrac@gmail.com
a72469ee3d054a01c7e2c9a3faf36362ee56a1f0
1ae742dadb02e7770a5dbd7d64e9899e30704c13
/src/models/ChartModel.cpp
bcf92a7b60fc9b371e782051b7f9bc516ac9a240
[]
no_license
RoboTeamTwente/roboteam_monitor
d4ce988edd48737f8b1c028c14d887251fb2d2b7
af3ac4db3bf5fb7ac1dfda2fe732ece262201b71
refs/heads/master
2020-09-12T03:02:23.005579
2020-03-02T17:55:23
2020-03-02T17:55:23
222,280,001
0
0
null
null
null
null
UTF-8
C++
false
false
24
cpp
#include "ChartModel.h"
[ "mrlukasbos@gmail.com" ]
mrlukasbos@gmail.com
d81d993d8c656e4c37b7f7cc9f91abaef98fe3aa
6d44aaf6199100420bafc894f1f5d2f66997c6e6
/test/test-200-types/sources/tools/types/common/is_const_data/test-is_const_data.cpp
af9cb8a0258954b1a83ef58956da14c0adefb7f5
[ "MIT" ]
permissive
Kartonagnick/tools-types
0efee36a9649a432511eae8d0d502a4193d1dbb8
4b3a697e579050eade081b82f9b96309fea8f5e7
refs/heads/master
2023-04-30T08:59:12.607088
2021-05-07T19:59:07
2021-05-07T19:59:07
340,642,238
0
0
MIT
2021-05-07T19:59:08
2021-02-20T11:51:21
C++
UTF-8
C++
false
false
4,395
cpp
// [2020y-02m-20d][18:40:18] Idrisov Denis R. // [2021y-04m-08d][03:09:44] Idrisov Denis R. #include <mygtest/modern.hpp> #ifdef TEST_TOOLS_IS_CONST_DATA #include <tools/features.hpp> #ifdef dHAS_CPP11 #define dTEST_COMPONENT tools, types, common #define dTEST_METHOD is_const_data #define dTEST_TAG tdd #include <t...
[ "CastleOfDreams@yandex.ru" ]
CastleOfDreams@yandex.ru