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
94a2dd8cf41c3bc7bf25266b4650e90a2f2984d8
5ef6326dec00bb19074de45cda03cbe36d38e9b6
/warehouse/src/Truck.h
dc737c8ffdb9f571393f8942a4608dfe639fadd2
[]
no_license
teelau/cpen333
bc67671f306e6afaec485c047b65bfaf92144888
8de4bbceb5aaeec0012afeec2b67a39031fd6abf
refs/heads/master
2021-03-27T15:12:35.595539
2018-10-06T09:27:52
2018-10-06T09:27:52
102,435,075
0
0
null
null
null
null
UTF-8
C++
false
false
1,332
h
#ifndef TRUCK_H #define TRUCK_H #define MAXWEIGHT_ROBOT 50 #define MAXWEIGHT_TRUCK 200 //#define MAXWEIGHT_SHELF 100 #include <iostream> #include <string> #include <vector> #include "Product.h" class Truck{ public: int max_weight = MAXWEIGHT_TRUCK; vector<Product> products; bool docked; }; class DeliveryTr...
[ "tommylau94@gmail.com" ]
tommylau94@gmail.com
ad6312dd88d2e5c4d18fe19bc6d6a98ab1319ca7
8545f3b93e447fd74334ea65db4aff906b34c045
/FluidCS11/Material.h
70b00db4c565f187e4ac108b0bcd343b7b4f24b7
[]
no_license
rushabh55/FluidSim-CudaDX11
727a4ee7044064f616a750ecb5baa74d166a5fe6
6ec07c2533ddf77ca0566e22ad89eefb300fa221
refs/heads/master
2021-01-02T22:37:43.058513
2014-10-05T01:32:57
2014-10-05T01:32:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
193
h
#include "WICTextureLoader.h" class Material { public: ID3D11ShaderResourceView *srv; ID3D11SamplerState *sample; Material(ID3D11ShaderResourceView *srv, ID3D11SamplerState *sample); };
[ "pn9623@rit.edu" ]
pn9623@rit.edu
f3d397880ed21e52729342f9210551f6ba7d83b5
9a9fade3250d9af77cb9602bde724f01aa7aad05
/src/Parser.cpp
706c03e7c1ab2810480046700a3befa8853f2aa1
[]
no_license
raphaelquintao/QSE
7ba1e89fd39db11f7b6778e3d13c63b5684e6442
cd4beb3f715f4b251dff7ae973ac0b90c6485661
refs/heads/master
2021-07-17T12:51:49.546311
2021-02-24T17:42:15
2021-02-24T17:42:15
43,773,707
0
0
null
null
null
null
UTF-8
C++
false
false
4,958
cpp
#include "Parser.h" #include <sstream> #include <htmlcxx/html/ParserDom.h> #include <tidybuffio.h> using namespace std; //using namespace htmlcxx; std::string Parser::Clear_Text(const std::string &text) { // "ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ" - 64 Chars // cons...
[ "raphaelquintao@gmail.com" ]
raphaelquintao@gmail.com
7d473eb216fe73aab857f3c40da3a9d150e6052b
cc1e703a2fc5c661de3a03c87063b9527321cbc3
/src/main/infShieldStateModel.hpp
54a8ce8e988bfc5dbcc696c651265a262f132226
[]
no_license
jclifton333/stdmMf_cpp
7f6d268ca193300f56efe168885107033c4a92e7
d10dbacb80ce1588c9d39a8ae3e3dc41444a37fe
refs/heads/master
2021-04-09T16:36:00.801764
2017-10-11T23:37:10
2017-10-11T23:37:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,013
hpp
#ifndef INF_SHIELD_STATE_MODEL_HPP #define INF_SHIELD_STATE_MODEL_HPP #include "states.hpp" #include "model.hpp" namespace stdmMf { class InfShieldStateModel : public Model<InfShieldState> { private: virtual double inf_b(const uint32_t & b_node, const bool & b_trt, const InfShieldState & state, ...
[ "nick.j.meyer@gmail.com" ]
nick.j.meyer@gmail.com
82f42407b70eb1a2e10600f09080557a419f7858
7d117d859597bd02acb0e7711b0498f8f0b380df
/CDFPizza.cpp
c5bb46234c7cd93c7dad55c25f9155ac0f4d4c66
[]
no_license
dddddts/-
4cb4088c156423976318993c1e2a0eb6d2a160a7
0198283bcaddd330fcfc7f56eabe30c9b0851c11
refs/heads/master
2020-11-27T11:50:52.966388
2019-12-21T12:52:29
2019-12-21T12:52:29
229,427,260
1
0
null
null
null
null
UTF-8
C++
false
false
22
cpp
#include "CDFPizza.h"
[ "m176451143779@163.com" ]
m176451143779@163.com
17472fd1f29996bec10d3b40d43954683b8a3d99
d79508660fa6ce1199a6a0c42c021f68d0a2fe1d
/Engine/extern/BOOST/include/boost/graph/graph_traits.hpp
598be34f0273b041c401622cfb442509db7ee1d3
[ "CC0-1.0" ]
permissive
DanielParra159/EngineAndGame
702ddd14bf15d4387046837e506b10eb837dda27
45af7439633054aa6c9a8e75dd0453f9ce297626
refs/heads/master
2020-04-04T16:40:34.796899
2017-11-25T21:52:56
2017-11-25T21:52:56
62,506,317
1
0
null
null
null
null
UTF-8
C++
false
false
11,217
hpp
//======================================================================= // Copyright 1997, 1998, 1999, 2000 University of Notre Dame. // Authors: Andrew Lumsdaine, Lie-Quan Lee, Jeremy G. Siek // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at /...
[ "dani.parra.90@gmail.com" ]
dani.parra.90@gmail.com
65349a435b586d588cddcf3b33f58986ba7a5196
40d0ea0d42b8d3e4313b850ae4edfbe8fc58490c
/src/db_wrapper/mysql_command.cpp
0777ab503dd4b21a6848a9730880af01c684a2f1
[ "Apache-2.0" ]
permissive
SHASHENp/ourcom
d97075993951eb938d33a6756e41a58f038a0df0
7b8f5a3cb05a801c208150fbeeb3e4a03ff3a43c
refs/heads/main
2023-03-28T13:38:36.335720
2021-03-13T11:16:17
2021-03-13T11:16:17
300,820,114
1
0
null
null
null
null
UTF-8
C++
false
false
788
cpp
/* * * Copyright 2021 ourcom 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 law or agr...
[ "593771618@qq.com" ]
593771618@qq.com
a5ade94288d030df1f387a58e370d91140246361
7e924779f9456a32cadbd1e6d7e1d2e3e6b7f278
/src/babybuggy_firmware/lib/Adafruit_GPS/examples/due_parsing/due_parsing.ino
db6e96552001c3ab15534c6395687c17f359e2e6
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
AtlasBuggy/BabyBuggyROS
b7f33a9997516c3a318392eb3282c3fd03228e84
37d17ef68fbfc2193a11627f82e22d57a94debe5
refs/heads/master
2022-05-22T02:08:43.105376
2022-01-19T21:59:15
2022-01-19T21:59:15
118,284,749
7
2
null
2020-03-10T01:58:49
2018-01-20T22:10:05
C++
UTF-8
C++
false
false
6,228
ino
// Test code for Adafruit GPS modules using MTK3329/MTK3339 driver // // This code shows how to listen to the GPS module in an interrupt // which allows the program to have more 'freedom' - just parse // when a new NMEA sentence is available! Then access data when // desired. // // Tested and works great with the Adafr...
[ "ovg@andrew.cmu.edu" ]
ovg@andrew.cmu.edu
23507fc1003bae9336516507e0c928d0acbb0c6c
eaf8faf306113f9f335db2a8b2b66716fc261483
/mycoin.cpp
ae8b45f2a5bea30bb1a03bfd6658154b1f573fa3
[]
no_license
luolaihua/CoinFlip2
b1deb8778dea9f8c663fd4b7baf4d8741d9e7119
cc9de958405bb53c8d455f085269553b58001ec0
refs/heads/master
2023-02-07T14:34:43.259654
2020-12-28T02:53:30
2020-12-28T02:53:30
311,024,906
3
1
null
null
null
null
UTF-8
C++
false
false
2,656
cpp
#include "mycoin.h" #include<QDebug> #include<QTimer> #include"testwindow.h" //MyCoin::MyCoin(QWidget *parent) : QPushButton(parent) //{ //} MyCoin::MyCoin(QString butImg){ //初始化定时器 timer1 = new QTimer(this); timer2 = new QTimer(this); /* * 当我们分别启动两个定时器时,需要在构造函数中做监听操作, * 并且做出响应,翻转金币,然后再结束定时器...
[ "1973653885@qq.com" ]
1973653885@qq.com
0662c70d7ad538bf9b3a5f551d813e6f7870e593
d587cdc9df0334f497ade3116743e6f33aa83015
/thirdparty/asio/ts/timer.hpp
f2d4026c16e74082c81316a79e8d061e6da79364
[ "BSD-3-Clause" ]
permissive
catid/tonk
fdfcb8be7e36aa1cf715cdb3e2c1f26b6c61fcf6
1ee311acf3e04cb08f1fe06c303a210a18da975a
refs/heads/master
2022-12-11T02:19:41.132803
2022-12-05T07:44:19
2022-12-05T07:44:19
148,780,618
98
13
BSD-3-Clause
2019-06-24T21:59:37
2018-09-14T11:40:46
C++
UTF-8
C++
false
false
668
hpp
// // ts/timer.hpp // ~~~~~~~~~~~~ // // Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // 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 ASIO_TS_TIMER_HPP #define ASIO_TS_T...
[ "mrcatid@gmail.com" ]
mrcatid@gmail.com
1ee42f5b508134c409e80e52424bb7c37ccf286f
a5f07002f8c684600243dad4b2495c34cd32cabb
/Arduino/Tu_Vu/Stepper_Motor/Stepper_Motor.ino
d7d16f71ae091fbe7579f55cfb37931dac069d70
[ "MIT" ]
permissive
Beck-Sisyphus/RoboMasters_2016
9241cccccab394900115524a992a2a9a386b5ef2
4e6d062517f6cd7323de5e09a85c7b99a4c740e1
refs/heads/master
2020-05-01T17:00:27.016306
2016-08-26T06:13:19
2016-08-26T06:13:19
46,078,465
8
2
null
null
null
null
UTF-8
C++
false
false
241
ino
void setup() { pinMode(8, OUTPUT); pinMode(9, OUTPUT); digitalWrite(8, LOW); digitalWrite(9, LOW); } void loop() { digitalWrite(9, HIGH); delay(1); digitalWrite(9, LOW); delay(1); }
[ "pshfls@gmail.com" ]
pshfls@gmail.com
ec0f5addf80ea171be585ed1ea6c84814023e731
04ddcc7079b1a8fd8730356eeeb4563b3046641e
/quickchat-messages/src/message_info.cpp
ddc78855b1c947e15f41cc50f2d3763459f426ac
[]
no_license
giahuyng98/quickchat
62e02368e1e0d403bb880e373463734fc49c53cd
dd40a576700a40e602b21fcde08de2c80c6d1528
refs/heads/main
2023-02-06T11:15:13.479133
2020-12-25T06:05:17
2020-12-25T06:05:17
307,950,224
0
1
null
null
null
null
UTF-8
C++
false
false
807
cpp
#include "message_info.h" namespace info { std::ostream &operator<<(std::ostream &os, const info::MessageInfo &msgInfo) { return os << nlohmann::json(msgInfo); } void to_json(nlohmann::json &j, const MessageInfo &msgInfo) { j = nlohmann::json{{"channelId", msgInfo.channelId}, {"messageId", m...
[ "giahuyng98@gmail.com" ]
giahuyng98@gmail.com
cb04c97031b80af83026285d822e9cff35c36d2c
6397057f97b6aefc2d4c95db0f2815aa8b3ebca8
/codeforces/381/A.cpp
2dd0b854db0f4fbce14edc66cecdbc4ec9845714
[]
no_license
masterace007/codeforces_harwest
7a212012e437d7809753c12022698ee819516205
8d35a4e9fd200ebce33fd99f26ea93ea5d30f509
refs/heads/master
2023-04-28T17:23:59.157691
2021-02-06T12:05:00
2021-05-16T16:41:54
330,159,824
4
0
null
null
null
null
UTF-8
C++
false
false
1,738
cpp
#include "bits/stdc++.h" #define endl '\n' #define pb push_back #define mod 1000000007 #define int long long int #define hii cout<<"yes\n"; #define all(x) x.begin(),x.end() #define deb(x) cout<<#x<<" : "<<x<<"\n"; #define FASTIO ios_base::sync_with_stdio(0);cin.tie(0);cout...
[ "raghubanshi.shobhit24@gmail.com" ]
raghubanshi.shobhit24@gmail.com
df6daa10f27b9c64f93209d12f64649eb71a7f68
09214c78804339beaa6d879decf78e332b4ebb8f
/layer/image_view.cpp
89e8ace0af51fae1b998669d593f7385c9392914
[ "MIT" ]
permissive
ARM-software/perfdoc
c65672a9cffe010ff4f98d091c480c888bad4d26
05afbb8b6a7360abbf645eb14fc060b86f7d3105
refs/heads/master
2023-03-16T17:56:47.669886
2022-01-20T15:46:30
2022-01-20T15:46:30
105,034,628
129
20
NOASSERTION
2019-10-19T10:36:48
2017-09-27T15:17:58
C++
UTF-8
C++
false
false
1,552
cpp
/* Copyright (c) 2017, ARM Limited and Contributors * * SPDX-License-Identifier: MIT * * Permission is hereby granted, free of charge, * to any person obtaining a copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation ...
[ "daniele.didonato@arm.com" ]
daniele.didonato@arm.com
1f3a9f5c838b5bb2b80bb87568e6f4fd4db2848a
ad9ec78f58d3850a674f86252c34c5037324ffe0
/src/caffe/layers/multi_stage_meanfield.cpp
1ae2b741482d3477cda52fabaab87172a65b1b6f
[ "LicenseRef-scancode-generic-cla", "BSD-2-Clause", "LicenseRef-scancode-public-domain", "BSD-3-Clause" ]
permissive
jasonbunk/caffe
629c136bd1e8f7eb79b94beb69e40dfeac2ba3d1
3b8bb55b456abaebf9d73139759da5ebe738adf9
refs/heads/master
2020-04-06T04:37:14.975026
2017-06-09T04:10:43
2017-06-09T04:10:43
58,401,721
0
0
null
2016-05-09T19:16:41
2016-05-09T19:16:41
null
UTF-8
C++
false
false
13,514
cpp
/*! * \brief The Caffe layer that implements the CRF-RNN described in the paper: * Conditional Random Fields as Recurrent Neural Networks. IEEE ICCV 2015. * * \authors Sadeep Jayasumana, Bernardino Romera-Paredes, Shuai Zheng, Zhizhong Su. * \version 1.0 * \date 2015 * \copyright To...
[ "jason.bunk@gmail.com" ]
jason.bunk@gmail.com
bb37afacd2649320d48fe6080858944e9a3fec46
f868370a38a6de2e49c7dbd42e27c827b66c55cb
/src/DKTextureServer.cpp
c29747bf0133c38ae0dea05a24f037561e135893
[ "MIT" ]
permissive
luiscript/DKSyphonSpout
98f066f7f0b2fc467993ebd99aa7bb72b1c7b40d
9af506df7f8cc6fdc453065c3bda35e97ab8f5ea
refs/heads/master
2020-03-27T13:44:40.443978
2020-01-12T18:28:25
2020-01-12T18:28:25
146,626,017
1
0
null
null
null
null
MacCentralEurope
C++
false
false
2,256
cpp
/* Copyright (C) 2019 Luis Fernando García Pérez [http://luiscript.com] Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, co...
[ "isc.luisfer@gmail.com" ]
isc.luisfer@gmail.com
ef35ff25466c4934c720f3b4239ffc36cce19e4a
4875e43b3be7b1fb4cecf8aa33d542ddc819f1bd
/UsdShellExtension/UsdLoadScreenDlg.cpp
47f649e6f9e63b5b5d55242f83f24522284f157e
[ "LicenseRef-scancode-free-unknown", "BSL-1.0", "Apache-2.0" ]
permissive
pmintus/USDShellExtension
38c1a07ef344c30a833bc5592bff21d3f51f6618
33b89d2f38694dfbd98dc321aaa1865c774d2a66
refs/heads/main
2023-06-08T21:27:10.473346
2021-06-24T00:12:54
2021-06-24T00:12:54
376,205,329
0
0
Apache-2.0
2021-06-23T23:39:23
2021-06-12T04:57:37
C++
UTF-8
C++
false
false
11,113
cpp
// Copyright 2021 Activision Publishing, Inc. // // 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...
[ "pmintus@activision.com" ]
pmintus@activision.com
e2cfeadaa10ac796037683bf17e70fec172d6d91
de1b3a1676502589ecfdbd3c5dca73c27565a705
/src/core/updatesmodel.h
d0d08e62751bb5abaf88cec0bfdd327c68e68bee
[]
no_license
panter-dsd/UniversalUpdater
a691b7e1f38a37dd5eb68dd87532d35bf53ce88f
b9ec89da138a96bfbb404a7f569ea45199898f22
refs/heads/master
2020-04-15T15:43:01.890586
2011-07-19T11:42:30
2011-07-19T11:42:30
1,458,256
1
0
null
null
null
null
UTF-8
C++
false
false
1,671
h
#ifndef UPDATESMODEL_H #define UPDATESMODEL_H #include <QtCore/QAbstractItemModel> #include "abstractupdater.h" namespace Core { class UpdatesModel : public QAbstractItemModel { Q_OBJECT public: UpdatesModel (AbstractUpdater* updater, QObject* parent = 0); virtual ~UpdatesModel(); virtual QVariant data (const...
[ "panter.dsd@gmail.com" ]
panter.dsd@gmail.com
17991d086aee677fd69cb0c537ec52f8d8594e0b
cb80a8562d90eb969272a7ff2cf52c1fa7aeb084
/inletTest10/0.04/omega
9a62f4863cd08294e21972bbe671f05bd8786677
[]
no_license
mahoep/inletCFD
eb516145fad17408f018f51e32aa0604871eaa95
0df91e3fbfa60d5db9d52739e212ca6d3f0a28b2
refs/heads/main
2023-08-30T22:07:41.314690
2021-10-14T19:23:51
2021-10-14T19:23:51
314,657,843
0
0
null
null
null
null
UTF-8
C++
false
false
102,159
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v2006 | ...
[ "mhoeper3234@gmail.com" ]
mhoeper3234@gmail.com
829abe337a3f7298ce5294e3a28ddaee7f3b036b
d565e452cc7f603e7d14b261a1779300bac1c60b
/dip_802.15.4/src/NwkPib.h
72552c665a0382a57fac4723ad3d57c2a56d5294
[]
no_license
mariax87/zigbeesim
e3c2ffac5845df98d3d92b4c3a5004e3ff7b839c
bfdcf169be301877a8fe06be92a30c5284922982
refs/heads/master
2021-01-10T19:12:27.489409
2019-08-18T09:21:18
2019-08-18T09:21:18
38,029,189
0
0
null
null
null
null
UTF-8
C++
false
false
239
h
#ifndef __NWKPIB_H__ #define __NWKPIB_H__ #include <omnetpp.h> /** * TODO - Generated class */ class NwkPib : public cSimpleModule { protected: virtual void initialize(); virtual void handleMessage(cMessage *msg); }; #endif
[ "bernard.halas@8c3b866e-11a2-11de-af30-3d3b2b6d83b0" ]
bernard.halas@8c3b866e-11a2-11de-af30-3d3b2b6d83b0
52b0dae6f16dbf25ba938e75c1a7a6cde9b7aa1f
7d4951c1e7dd2bf723df83a51622abeeef16551f
/Framework/Actor/Components/ActorCollider.h
91ade53357b7d3f6882c6a08aaa881312cef54ba
[]
no_license
seokwoongchoi/GameEngine
5eaad114abc1f26a6e06d01f6762f13d4e4fd71f
290ad3c68e395c0abea9ff34ee9dd314f8a8cd22
refs/heads/master
2022-11-21T23:27:25.683754
2020-07-07T01:29:53
2020-07-07T01:29:53
269,990,990
0
0
null
null
null
null
UTF-8
C++
false
false
2,025
h
#pragma once #include "Component.h" enum class ColliderShapeType : uint { Box, Sphere, StaticPlane, Cylinder, Capsule, Cone, Mesh }; class ActorCollider final : public Component { public: explicit ActorCollider ( class Shader* shader = nullptr, class Model* model = nullptr, class ...
[ "sow04014@gmail.com" ]
sow04014@gmail.com
b676c39db780a99da5ba524b36d7e3066895f289
37daabffd23b6946a8dd3f8c01dd189216d070ae
/conta gotas.ino
503232b0007dfceae506bf9f0e70af1a77e38ec3
[]
no_license
Diegobug/SMS
22f84ab67c34558e5db608975dc9569b98b02e95
c7191b25656db8a42804996c9261748a443d1a26
refs/heads/master
2018-11-04T18:49:42.285204
2018-08-26T22:32:28
2018-08-26T22:32:28
112,986,810
0
0
null
null
null
null
UTF-8
C++
false
false
447
ino
int calibrate = 0; int gota = 0; int gotas = 0; void setup() { /*3.3v*/ Serial.begin(9600); calibrate = analogRead(0); //Serial.println("calibração"); //Serial.println(calibrate); delay(1000); } void loop(){ gota = analogRead(0); if(gota < calibrate-1){ delay(250); gotas++; } //Serial.pri...
[ "diegoifrn@gmail.com" ]
diegoifrn@gmail.com
7693d0ffe0902fc140b4ab510a792daffebd81bd
13dabf88914bad4b04a3b22abd54e65bf413dda7
/src/Resources/Data/Lib/Service.cpp
90a7737b7a54ca3c2c464e4b41188017564dd731
[]
no_license
Fylax/polycube-server
588a8874f361fb4a106a79a6a12d2067147e3f49
5304943d0bf6b6d18fbb69c8773bb0af24c19f28
refs/heads/master
2020-03-27T09:05:25.760257
2018-11-19T14:39:21
2018-11-19T14:39:21
146,312,956
0
0
null
null
null
null
UTF-8
C++
false
false
2,914
cpp
/* * Copyright 2018 The Polycube 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 law or agree...
[ "nico.caprioli@gmail.com" ]
nico.caprioli@gmail.com
790d200547fa5c2607f9526e855ea504dd194842
d8d6900dd45a7b6225d475f61d2d43cfb4bb3f19
/code/src/raduas_sapphire/lib/Receiver/Receiver.cpp
299979283c9595ae7355f287be16e9bea11c615f
[]
no_license
alexbennett/raduas
b1b5a9ec22d8086ea2b81222576a594dc2329c4c
236a1fd1888f265fbc3e754a637d9261c78df7da
refs/heads/master
2021-01-17T07:40:48.460914
2016-06-13T17:00:59
2016-06-13T17:00:59
46,309,384
0
0
null
null
null
null
UTF-8
C++
false
false
3,291
cpp
/** * Created by Alex Bennett * http://alexben.net/ * * Version: 0.1 * File created: 04/18/2016 * License: MIT */ #include "Receiver.h" Receiver::Receiver() { // Set initial values this->_throttle_value = 0; this->_throttle_status = 0; this->_throttle_timer = 0; this->_yaw_value = 0; th...
[ "me@alexben.net" ]
me@alexben.net
e3fb419092474957a6dbebdedc9f40eddd9bc6b2
029e922fdad625ee49a103df5324e04fa8451e5b
/inc/cpp/string_split.h
f7eb099c350e44a636bafb67a3dab6997c869c94
[]
no_license
waruqi/util
eacd645ac6b4565f72fb7cadfb5f993856681606
3d4609815887e2ebd22e5376c4024a1f99ebc798
refs/heads/master
2022-09-08T03:25:28.749888
2020-06-05T03:48:33
2020-06-05T03:51:26
269,525,193
1
0
null
2020-06-05T03:48:42
2020-06-05T03:48:41
null
UTF-8
C++
false
false
590
h
// // Created by hujianzhe on 20-2-22. // #ifndef UTIL_CPP_STRING_SPLIT_H #define UTIL_CPP_STRING_SPLIT_H #ifdef __cplusplus #include "cpp_compiler_define.h" #include <string> #include <vector> namespace util { void string_split(const char* str, const char* delim, std::vector<std::string>& v) { const char* p, *dp;...
[ "976784480@qq.com" ]
976784480@qq.com
7530c21c0ecc4f6c1a6a3c2bfd31c60e584272bb
631c2ba0ef5228e68f86662e2e9d4184d520d571
/src/core/IO.h
ac65e35bc6767ce1e48a3d7b3c6b3a046cfd00d9
[ "MIT", "LicenseRef-scancode-public-domain", "BSD-2-Clause" ]
permissive
JoelDreaver/Vanadium
5a3ba0cb27dee41bc392bd279d7d4cf31d8745b8
c6234bb2e5f0302038e6d3adde9f01fdb53df88a
refs/heads/main
2023-07-13T21:46:53.382801
2021-07-24T14:59:46
2021-07-24T14:59:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,286
h
#ifndef VANADIUM_IO_H #define VANADIUM_IO_H #include <glm/vec2.hpp> #include <sstream> #include <tuple> #include <vector> #include "Types.h" namespace vanadium { class IO { private: static IO *_instance; public: virtual bool fail() noexcept = 0; virtual std::string readAsString(const std::string &path) noex...
[ "45532267+Kepler-Br@users.noreply.github.com" ]
45532267+Kepler-Br@users.noreply.github.com
0bbe4971c7de06e6757290f35a2729e88ef60349
c20c4812ac0164c8ec2434e1126c1fdb1a2cc09e
/Source/Source/Tools/GameDesignerEditor/AtlKG3DEngineProxy/BaseLib.cpp
3e403f9067ee4b5cc72615688da88979e2b9805b
[ "MIT" ]
permissive
uvbs/FullSource
f8673b02e10c8c749b9b88bf18018a69158e8cb9
07601c5f18d243fb478735b7bdcb8955598b9a90
refs/heads/master
2020-03-24T03:11:13.148940
2018-07-25T18:30:25
2018-07-25T18:30:25
142,408,505
2
2
null
2018-07-26T07:58:12
2018-07-26T07:58:12
null
IBM852
C++
false
false
941
cpp
// BaseLib.cpp : Implementation of CBaseLib #include "stdafx.h" #include "BaseLib.h" #include "Engine/KMemory.h" BOOL g_bMemoryInitFlag = FALSE; // CBaseLib STDMETHODIMP CBaseLib::InitLog(BSTR szIdentity, LONG nMaxlineEachFile, LONG Options, BSTR szPath) { KGLOG_PARAM LogParam; strcpy(LogParam.szIdent, BSTR_TO_ST...
[ "dark.hades.1102@GAMIL.COM" ]
dark.hades.1102@GAMIL.COM
e7eecaa24f99ed493b0baed538ef79fd03d33196
e65e6b345e98633cccc501ad0d6df9918b2aa25e
/Codeforces/Regular/424/C.cpp
25f6b6821276de618269aa1fd732928dda592c37
[]
no_license
wcysai/CodeLibrary
6eb99df0232066cf06a9267bdcc39dc07f5aab29
6517cef736f1799b77646fe04fb280c9503d7238
refs/heads/master
2023-08-10T08:31:58.057363
2023-07-29T11:56:38
2023-07-29T11:56:38
134,228,833
5
2
null
null
null
null
UTF-8
C++
false
false
1,048
cpp
#include<bits/stdc++.h> #define MAXN 2005 using namespace std; int n,k; int a[MAXN],b[MAXN],s[MAXN]; set<int> save; bool bs(int arr[],int x) { int lb=-1,ub=k; while(ub-lb>1) { int mid=(lb+ub)/2; if(arr[mid]>=x) { ub=mid; } else { lb=mid...
[ "wcysai@foxmail.com" ]
wcysai@foxmail.com
f02edf3117db1b96e57c42688452f0e50687e892
6e4524f45cd902e6f97632d307b5880f6d7de247
/using-palisade/Dependencies/PALISADE/include/palisade/binfhe/fhew.h
6b0100426b7abf3f0ee9c918f688e7bc036aca23
[]
no_license
chowyiwai/using-fhe-libraries
4be20c8e1293adaedb3d436e6711741062a754a5
db29e7df15b9c23c98b06facd1dea0435c7523a6
refs/heads/master
2022-11-26T10:09:32.164961
2020-08-06T11:50:47
2020-08-06T11:50:47
279,790,837
0
0
null
null
null
null
UTF-8
C++
false
false
7,749
h
// @file fhew.h - FHEW scheme header file // The scheme is described in https://eprint.iacr.org/2014/816 and in // Daniele Micciancio and Yuriy Polyakov, "Bootstrapping in FHEW-like // Cryptosystems", Cryptology ePrint Archive, Report 2020/086, // https://eprint.iacr.org/2020/086. // // Full reference to https://eprint...
[ "yiwai.chow99@gmail.com" ]
yiwai.chow99@gmail.com
0db4b51f8527598bac2ca549a13ee13fac80465e
2f557f60fc609c03fbb42badf2c4f41ef2e60227
/CondCore/CondDB/test/testRunInfo.cpp
a8e03e18548c8e6a664a76d3ef8fc5b00f11e4a9
[ "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
4,690
cpp
#include "FWCore/PluginManager/interface/PluginManager.h" #include "FWCore/PluginManager/interface/standard.h" #include "FWCore/PluginManager/interface/SharedLibrary.h" #include "FWCore/ParameterSet/interface/ParameterSet.h" #include "FWCore/ServiceRegistry/interface/ServiceRegistry.h" // #include "CondCore/CondDB/inte...
[ "giacomo.govi@cern.ch" ]
giacomo.govi@cern.ch
6b7b7f5ad98da2d49cb598eda5e587801d4d21a9
e7be2ee48f952308f5672240c2c833d718d9d431
/Juliet_Test_Suite_v1.3_for_C_Cpp/C/testcases/CWE563_Unused_Variable/CWE563_Unused_Variable__unused_uninit_variable_long_72a.cpp
7cef80bdf293d6aa48c8e66af3b9599b7ba3f52a
[]
no_license
buihuynhduc/tooltest
5146c44cd1b7bc36b3b2912232ff8a881269f998
b3bb7a6436b3ab7170078860d6bcb7d386762b5e
refs/heads/master
2020-08-27T20:46:53.725182
2019-10-25T05:42:36
2019-10-25T05:42:36
217,485,049
1
0
null
null
null
null
UTF-8
C++
false
false
2,495
cpp
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE563_Unused_Variable__unused_uninit_variable_long_72a.cpp Label Definition File: CWE563_Unused_Variable__unused_uninit_variable.label.xml Template File: source-sinks-72a.tmpl.cpp */ /* * @description * CWE: 563 Unused Variable * BadSource: Initialize data * Sinks: *...
[ "43197106+buihuynhduc@users.noreply.github.com" ]
43197106+buihuynhduc@users.noreply.github.com
84651dc0c1cfe7fc04ac6b87ec1c4d20864e3b69
c4c426ca5b25d2762afe5ad379f31f4ace6c52c3
/phantomx_arm_turtlebot_moveit_config/src/PicknPlace/tasks/pickANDplace_trial.cpp
5dfb0e34bbc728050a65b601136a97a42ab96c15
[]
no_license
MauleshSTrivedi/phantomx_arm
a543a414e89cfd223e88b5893e32c5145dcb88fd
aaa21d943acb61c3d9d5964a92b48a7f2232e02b
refs/heads/master
2020-04-05T23:10:41.749304
2016-11-21T01:28:17
2016-11-21T01:28:17
41,923,665
0
0
null
null
null
null
UTF-8
C++
false
false
2,407
cpp
#include "../nodes/pickANDplace.h" #include <string> #include <ros/ros.h> #include <moveit/robot_model_loader/robot_model_loader.h> #include <moveit/robot_model/robot_model.h> #include <moveit/robot_state/robot_state.h> #include <control_msgs/FollowJointTrajectoryActionGoal.h> #include <control_msgs/FollowJointTraj...
[ "maulesh99@gmail.com" ]
maulesh99@gmail.com
2e04145ceb00ded3992683986903b6f5e128d1a1
b1baf246258b38f536f8aa653d1e780ee715681a
/emu-players/SapMapper.cpp
06ed6a86bf53513d2bca3d81d06b715fdc8a3a19
[]
no_license
mic-/squarezen-native
a0826d6247dd151895e66d6847536165596ff911
41e54d9719559a89e8934fbb54b8a8555d9388c5
refs/heads/master
2020-06-26T22:26:13.814415
2015-03-14T15:22:22
2015-03-14T15:22:22
32,218,046
0
1
null
null
null
null
UTF-8
C++
false
false
2,898
cpp
/* * Copyright 2013 Mic * * 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...
[ "micol972@gmail.com@2533e8ba-15a9-86f0-8117-ac2bd44e916f" ]
micol972@gmail.com@2533e8ba-15a9-86f0-8117-ac2bd44e916f
b10fc589c8084bf4fb981c30203310cf5b921e79
b17ddd55cbc832f2d860ae91b01dfe48b64cf8ca
/include/Weapon.h
35c8d37ab026a35facbab174cf02be6f397e041c
[ "MIT" ]
permissive
matthewgrimes/hexgame
f1a62136ff040aa5f80baaeabb17a9939f17b455
309771d4d9a7fe6b41631579ac76b3dfb42fc257
refs/heads/master
2018-11-23T00:36:58.233595
2018-09-04T09:49:51
2018-09-04T09:49:51
119,278,739
3
1
null
null
null
null
UTF-8
C++
false
false
934
h
#ifndef WEAPON_H #define WEAPON_H #include "FileLoader.h" #include "Item.h" #include "damageEffect.h" class Character; enum weaponTypes { MELEE, RANGED }; class Weapon : public Item { friend class WeaponFileLoader; public: Weapon(){}; virtual ~Weapon(){}; virtual bool loadFromFile(const std::string &fileNam...
[ "laonious@gmail.com" ]
laonious@gmail.com
0263c91aefeedc0a2930de1b2043b456a6398904
f81124e4a52878ceeb3e4b85afca44431ce68af2
/re20_3/processor21/65/phi
0786be2824f88907765d29c9cfa9f64ff4fbbe1a
[]
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
25,776
/*--------------------------------*- 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
c3dc4d94d87452f8490b6d7fdd9d2a325c1aefb3
2aa588b3118a820d0de49f353b888c6977c7e112
/clases/State.cpp
45645ab2c64966b8b9c26f5170b48f843fc1b312
[]
no_license
UCC-ArquitecturaSoftwareI/primer-parcial-favaro-menel
3c81c134b00744760f6772f52bb9bc53d81a165c
adb689c7c155d3672f5a24577d9b9e77b865c995
refs/heads/master
2021-04-24T03:06:17.094981
2020-06-23T21:53:53
2020-06-23T21:53:53
250,065,477
0
0
null
2020-04-12T15:03:41
2020-03-25T18:58:35
HTML
UTF-8
C++
false
false
161
cpp
#include "State.h" State::State() {} /** * Set Document * @param d */ void State::setDocument(Document *d) { document = d; } State::~State() {}
[ "juaanfavaro@gmail.com" ]
juaanfavaro@gmail.com
999edde44b97162692ff709bb0d698fcb945c39b
26ba18f15532023552cf9523feb84a317b47beb0
/JUCE/extras/Projucer/Source/BinaryData/Templates/jucer_ContentCompTemplate.h
c5478dc05b6a7b4a3894c5adc00dd2f20bd16c4a
[ "MIT", "GPL-1.0-or-later", "GPL-3.0-only", "ISC", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-proprietary-license" ]
permissive
Ultraschall/ultraschall-soundboard
d3fdaf92061f9eacc65351b7b4bc937311f9e7fc
8a7a538831d8dbf7689b47611d218560762ae869
refs/heads/main
2021-12-14T20:19:24.170519
2021-03-17T22:34:11
2021-03-17T22:34:11
27,304,678
27
3
MIT
2021-02-16T20:49:08
2014-11-29T14:36:19
C++
UTF-8
C++
false
false
851
h
#pragma once %%include_juce%% //============================================================================== /* This component lives inside our window, and this is where you should put all your controls and content. */ class %%content_component_class%% : public juce::Component { public: //=============...
[ "daniel@lindenfelser.de" ]
daniel@lindenfelser.de
9fb04059e9b61408b769977550b5fc5237407dbc
c3db1ade111c8351e6e88db8810fcacaebc2bfc1
/src/s06-cat.cpp
6f9bf35f3fb2dbc7de3c474593d7bc327d6394f4
[]
no_license
s23739-mh/pjatk-prg1
0490df6ebb4428259c023654c13736ceb1b2cf72
dac355852b0087f89d929b2bae32df921354b380
refs/heads/master
2023-03-05T03:48:50.578066
2021-02-13T10:29:05
2021-02-13T10:29:05
310,680,087
1
1
null
null
null
null
UTF-8
C++
false
false
611
cpp
#include <array> #include <fcntl.h> #include <iostream> #include <string> #include <unistd.h> auto main(int argc, char *argv[]) -> int { if (argc > 1) { auto destination = std::string{argv[1]}; auto file_path = std::string{"./" + destination}; auto file_des = open(file_path.c_str(), O_CREAT | O_...
[ "s23739@pjwstk.edu.pl" ]
s23739@pjwstk.edu.pl
9b3f65935c6a3f287de1b317e7b0a6e7924062e9
a82b9da70825f0eeb154eb47be8cad036070616d
/Metodo_mamografia/treinamento.cpp
81a3adb6a61b4eac84a3c201c1e5c160285d034c
[]
no_license
Daniel-Santos9/TCC-Breast-Cancer
dbaae51f9c227c77d73b7df7597a8f0bdd2a43d0
d99778bb0dcad1caa5a34bc2c7d14fc2f5b0326d
refs/heads/master
2020-12-10T12:27:05.763422
2020-01-13T14:13:04
2020-01-13T14:13:04
233,594,478
0
0
null
null
null
null
ISO-8859-1
C++
false
false
18,737
cpp
#include "treinamento.h" #include "descritores.h" #include "gravaDados.h" #include "mlp.h" #include "pdi.h" double*** calc_desc(string pasta1Imagem, int nImagens, int nAmostras, /*double matriz[][40][3],*/ int altura, int largura, int profundidade) { string nomeImagem[10] = {"imagem0.jpg", "imagem1.jpg", "imagem2.jpg...
[ "daniel.ifce2@gmail.com" ]
daniel.ifce2@gmail.com
9999b31eef93cc7da55225ab4dd57a4253bd031a
84023126e76b0744f9dd05a1610fd27facd6f742
/AlgorithmPractice/BaekJoon문제풀이/BJ_2108_통계학_포기.cpp
3491ab29b960c0a3451d0aa9f8ff6e2cca9bc0ea
[]
no_license
JeonghoDean/Dean-sGit
bbcad33b5696069f65ec5016c762da3993f82fb4
52408e8f8b44301bdc04de3c003399a54dc49581
refs/heads/master
2022-04-15T09:45:50.352541
2020-04-02T06:39:49
2020-04-02T06:39:49
250,167,512
0
0
null
null
null
null
UHC
C++
false
false
1,718
cpp
//포기포기포기포기포기 #define _CRT_SECURE_NO_WARNINGS #include <iostream> #include <vector> using namespace std; int main() { int arr[4001] = {}; int narr[4001] = {}; int N, num = 0; int sum = 0, avg = 0;; scanf("%d", &N); for (int i = 0; i < N; i++) { scanf("%d", &num); if (num < 0) narr[abs(num)]; else ar...
[ "wjdgh0827@gmail.com" ]
wjdgh0827@gmail.com
70a99a41209eb266adaae7420d1c04eb3eb97c65
9d1f2cf51680e1829e0be43781ce5c2ee5678197
/src/locks/unnecessary_lock.h
78934a9d20413fcc172f21c513d88d83a4a6c662
[]
no_license
yashin-alexander/kubarem
c8d56860b1561ac08f9fb584cf82358bfbb31eb0
4bc566af505c934f261f28f3c9305d3af484a08e
refs/heads/master
2022-02-11T08:53:15.172640
2022-01-03T18:54:31
2022-01-03T18:54:57
239,846,368
0
0
null
2021-02-21T15:40:16
2020-02-11T19:27:44
C++
UTF-8
C++
false
false
769
h
#pragma once #include "lock_base.h" #include <cassert> class UnnecessaryLock : public LockBase { public: explicit UnnecessaryLock(const optional_sting& name); bool TryAcquire() override; void Acquire() override; void Release() override; #ifndef NDEBUG protected: volatile bool is_locked = false...
[ "desman735.dev@gmail.com" ]
desman735.dev@gmail.com
447fa139ea8f560025397692788547aaf6bcc145
f4b3369e896e80e179cb37a660882fff9f81dfcb
/ES Game Library/DirectX/Graphics/AnimationModel.cpp
cb4d1e808bd7985af3a85ef749d121156790f041
[]
no_license
YamadaHibiki430/Cyber_Chaser
2da27524ee68d558a12d10ff613bf5b0cfb98603
1f28cfec54a598b37729b4d82e7d774ba9b7dca0
refs/heads/master
2020-09-20T01:37:22.559644
2019-12-24T09:03:46
2019-12-24T09:03:46
224,345,778
2
0
null
2019-12-24T09:03:47
2019-11-27T04:41:51
C++
SHIFT_JIS
C++
false
false
96,533
cpp
/* ================================================================================ オブジェクト指向&&ゲームプログラミング Copyright (c) 2011 Human Academy Sendai. All rights reserved. ================================================================================ 【対象OS】 Microsoft Windows 7以降 【コンパイラ】 Microsoft...
[ "hibisyun430@gmail.com" ]
hibisyun430@gmail.com
96ff0e234b7ac0503c117d125a87a22a7536b260
e6370e736acaf68a1aa7baaf6698f63093416678
/source/framework/bones_framework_coupling.hpp
b0b5ae9e669c8bdd97b1c5b70d60fef438f35e53
[ "Apache-2.0" ]
permissive
shauncroton/bones
4e7a6bd0b17ee82a082e10ac7e65beb96163d152
6b2d82ca4de77e73d8302a8a35aa1758d20a383a
refs/heads/main
2023-01-10T00:39:57.778127
2020-11-04T11:46:02
2020-11-04T11:46:02
309,985,839
0
0
null
null
null
null
UTF-8
C++
false
false
2,755
hpp
#ifndef __ZEN__BONES__FRAMEWORK_COUPLING__HPP #define __ZEN__BONES__FRAMEWORK_COUPLING__HPP #include <zen/application.hh> #include <zen/bones/bones_framework.h> #include <functional> #include <map> /// /////////////////////////////////////////////////////////////////////////////////////////////////// ////////////////...
[ "shaun@crotonit.com" ]
shaun@crotonit.com
c58f7675fa60d67782141496ed915c916c45f357
707fbc4e7b2fbf5e06e7787bee56d77d0dcfa89a
/DouDiZhu/Classes/GameController.h
853a35d9fc1a7c13eaa845f538df34e4ab98f22b
[]
no_license
Kocola/DouDiZhu-v2.0
338e27ba6cf13d7c9855ffcb3f214b0bcb5de325
05223d51adac028e7d2ab97c8492212f5a7ee5cf
refs/heads/master
2020-03-28T22:04:18.282962
2017-06-17T13:21:22
2017-06-17T13:22:38
94,624,410
0
1
null
null
null
null
GB18030
C++
false
false
1,124
h
#ifndef __GAME_CONTROLLER_H__ #define __GAME_CONTROLLER_H__ /* 游戏控制器 --- 2017.6.7 */ #include "cocos2d.h" #include "State.h" class GameController : private cocos2d::Ref { public: static GameController& getIns(); static GameController* getInstance(); public: State* getStartState() const; State* getRea...
[ "YuanLinZYL@163.com" ]
YuanLinZYL@163.com
e110da633548c7186bf3240b42d759ec1d266dc5
470fae08316b55246ab01675ac5013febfb13eee
/src/server/scripts/Commands/cs_event.cpp
ea591a8a6da3abc19aff0c0ef30fb5a04ed62e22
[]
no_license
adde13372/shadowcore
8db6fb6ccc99821e6bd40237a0c284ce7cf543c2
aa87944193ce02f6e99f7b35eceac5023abfca1b
refs/heads/main
2023-04-01T07:38:39.359558
2021-04-03T07:54:17
2021-04-03T07:54:17
354,320,611
4
8
null
2021-04-03T15:02:49
2021-04-03T15:02:49
null
UTF-8
C++
false
false
7,608
cpp
/* * Copyright 2021 ShadowCore * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. * * This program is distributed...
[ "81566364+NemoPRM@users.noreply.github.com" ]
81566364+NemoPRM@users.noreply.github.com
7d7b21ef7309157ca9dcd87a4673d3e29316c0ad
39fe9127287dce322b9d27b21479971f2abb167d
/src/kinematics_model/arduino_sketches/ise_motor_driver_slave_velctrl/pid_calculator.cpp
ffe76a387452ac2af01ce7fb9060a945984e22a8
[]
no_license
tsukurobo/abu2021
5b7de042e2da4d1ada8498587a11d7f43e8bfa2f
141ad89d798ec22d87664f14e6583a336b51674e
refs/heads/main
2023-08-13T17:27:54.796001
2021-10-09T11:40:30
2021-10-09T11:40:30
312,488,364
0
0
null
2021-02-23T06:59:30
2020-11-13T06:09:15
CMake
UTF-8
C++
false
false
1,796
cpp
#include <Arduino.h> #include "pid_calculator.h" PIDCalculator::PIDCalculator(PIDSettings s) : kp(s.kp), ki(s.ki), kd(s.kd), ts(s.ts), tdel(s.tdel), a1(s.a1), a2(s.a2), vmax(s.vmax), vmin(s.vmin), u(0.0), pre_e(0), err_sum(0),D_pre(0), mode(s.mode), C0(tdel/(ts+tdel)), C1(kd/(ts+tdel)) {} float PIDCalculator::calcVa...
[ "exeforz152@gmail.com" ]
exeforz152@gmail.com
dd8450a4739ceddee6186d12a8f01ec3eec72b97
1faed4e4660e73dd120d10fa6c56451332080cbf
/123234345/1091/8871550_AC_47MS_296K.cpp
83c3a594576b1ee0666e301e5c23741cc603811b
[]
no_license
zizhong/POJSolutions
856b05dd3fd4d5c6114fa2af23b144d8b624d566
096029f8e6d4de17ab8c6914da06f54ac5a6fd82
refs/heads/master
2021-01-02T22:45:49.449068
2013-10-01T07:55:17
2013-10-01T07:55:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,714
cpp
#include<cstdio> #include<iostream> #include<cstdlib> using namespace std; const int N=10010; bool v[N]; int pp[N][2],pl[N],cnt,pcnt; int n,m; __int64 ret; void per() { for(int i=2;i<N;i++) if(v[i]==false) { pl[cnt++]=i; for(int j=i+i;j<N;j+=i) v[j]=true; } } void m2pp() { pcn...
[ "zhangzizhong0828@gmail.com" ]
zhangzizhong0828@gmail.com
eb020e1564c97a2513344f7a191e62cf090f57f7
a39d0684a46ea9eee9dcf36a21c240ab765638b5
/Graph/C++/floyd_warshall.cpp
c1fbc4aaf393e71b778f75d85514fdd0fbe6f88e
[ "MIT" ]
permissive
malvika-sinha/DSA-Questions
c4ee4c888820845b1072bef849725a93b02b512a
fa5b1105a6bede84068c12a24bd2fbbfc614f8e7
refs/heads/main
2023-08-31T00:30:23.795097
2023-08-21T14:06:52
2023-08-21T14:06:52
413,380,202
2
0
MIT
2021-10-04T10:47:18
2021-10-04T10:47:18
null
UTF-8
C++
false
false
933
cpp
#include <bits/stdc++.h> using namespace std; vector<vector<int>> floyd_warshall(vector<vector<int>> graph) { vector<vector<int>> dist(graph); int V = graph.size(); // Iterate over all phases 1,2,....,V for(int k=0;k<V;k++) { //Iterate over the 2-D matrix for(int i=0;i<V;i++) { for(int j=0;j<V;j++) {...
[ "aarkinkarnik2001@gmail.com" ]
aarkinkarnik2001@gmail.com
e51d02f4a9fb45d609c2fc4ed5d1c77c13623e79
c74e77aed37c97ad459a876720e4e2848bb75d60
/200-299/266/(4006892)[OK]B[ b'Queue at the School' ].cpp
03dfc615db421563e25a744bb9f6a406691f7a38
[]
no_license
yashar-sb-sb/my-codeforces-submissions
aebecf4e906a955f066db43cb97b478d218a720e
a044fccb2e2b2411a4fbd40c3788df2487c5e747
refs/heads/master
2021-01-21T21:06:06.327357
2017-11-14T21:20:28
2017-11-14T21:28:39
98,517,002
1
1
null
null
null
null
UTF-8
C++
false
false
354
cpp
#include<iostream> using namespace std; int main() { int n, t; char Q[51]; cin>>n>>t; cin>>Q; --n; while (t--) { for (int i = 0; i < n; i++) { if (Q[i] == 'B' && Q[i+1] == 'G') { Q[i] = 'G', Q[++i] = 'B'; } ...
[ "yashar_sb_sb@yahoo.com" ]
yashar_sb_sb@yahoo.com
fca86a1cd6aa7271fdd68e9251afcd60471d7457
05b458a94b13328c4ab0bb474513e69c5f253ec0
/analysis-sources/ffmpeg-analysis/_cppstats/FFmpeg/libavdevice/decklink_common.h.bak4
6a90bdefcbd8b20da79fe494f1fc6cfd2c857088
[]
no_license
paulobernardoaf/dataset-files
c7b3a5f44f20a6809b6ac7c68b9098784d22ca52
6cc1726ee87e964dc05117673e50e3e364533015
refs/heads/master
2022-04-23T06:52:15.875641
2020-04-25T18:28:48
2020-04-25T18:28:48
253,626,694
0
0
null
null
null
null
UTF-8
C++
false
false
5,010
bak4
#if !defined(AVDEVICE_DECKLINK_COMMON_H) #define AVDEVICE_DECKLINK_COMMON_H #include <DeckLinkAPIVersion.h> #if BLACKMAGIC_DECKLINK_API_VERSION < 0x0b000000 #define IID_IDeckLinkProfileAttributes IID_IDeckLinkAttributes #define IDeckLinkProfi...
[ "paulomax9002@gmail.com" ]
paulomax9002@gmail.com
0f10447d9f88256f8eccd2f04cd57629b6cd69e6
d3f769c807c93a0ab5079c8afeb8108f6181d2f4
/MyDouBan.h
b9a419d2ba39a61338b2a759824241f729513dd7
[]
no_license
wo136651348/searchbook
6ba61a64fb819ccdd61687b59c92b8e9d911178d
ba240b095e123aca1ad28d4ccc23dbc417acab4f
refs/heads/master
2016-09-05T09:46:56.866023
2013-02-18T06:28:38
2013-02-18T06:28:38
null
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
989
h
// MyDouBan.h: interface for the MyDouBan class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_MYDOUBAN_H__15274355_0B60_4D91_8B62_80D663C860E6__INCLUDED_) #define AFX_MYDOUBAN_H__15274355_0B60_4D91_8B62_80D663C860E6__INCLUDED_ #include "common.h" #if _MSC_VER > ...
[ "gameworld23@gmail.com" ]
gameworld23@gmail.com
53539a85440bc942232bb1d0e7e4aa269356e8d7
4afa1d86bceb57a83f7e51ae8b7545d7151ec68a
/NodicProgram/main.cpp
f1a3fcbd8ca6600d64287813adfa23df82da3ac4
[]
no_license
weiqifa0/nodicprgramScanQr
59c6acecf024d549f439481feebec86bc73751c8
b7e9d414184be890839133bab33257769c379b42
refs/heads/master
2020-07-06T01:07:07.252768
2016-11-28T08:37:53
2016-11-28T08:37:53
67,762,843
0
0
null
null
null
null
UTF-8
C++
false
false
326
cpp
#include "mainwindow.h" #include <QApplication> #include "mythread.h" int main(int argc, char *argv[]) { QApplication a(argc, argv); MainWindow w; QString runPath = QCoreApplication::applicationDirPath(); w.setWindowTitle("TS102_V1.1.3_QR扫码生产工具["+runPath+"]"); w.show(); return a.exec(); }
[ "weiqifa0@qq.com" ]
weiqifa0@qq.com
65feb430691a067987ae8d119c34062c81084b86
9b882c3dfaa41e62b15fb635599ef6780f2c8379
/chromeos/components/quick_answers/quick_answers_model.h
41e4e03c196d9b9f0c180413360bb056349b988a
[ "BSD-3-Clause" ]
permissive
cqtangsong/chromium
1e042e2f49d9cb194790674805afcc1308a08f81
e73c1f260913f418bf5886b996b02dae372cfffa
refs/heads/master
2023-01-14T07:34:05.166609
2020-03-12T03:07:32
2020-03-12T03:07:32
246,735,752
2
0
BSD-3-Clause
2020-03-12T03:32:44
2020-03-12T03:32:43
null
UTF-8
C++
false
false
3,632
h
// Copyright 2019 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 CHROMEOS_COMPONENTS_QUICK_ANSWERS_QUICK_ANSWERS_MODEL_H_ #define CHROMEOS_COMPONENTS_QUICK_ANSWERS_QUICK_ANSWERS_MODEL_H_ #include <string> #incl...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
792b25e5dfc118108a16428bd8db2552270b1722
0c36d8681fae593a799085aba1112e46404d7a1b
/Interviews/FBMJ/StrobogrammaticNumberIII.cpp
68512b98ffda8cd922cd3c4da625b1762532dc7a
[]
no_license
yitati/LCProject
4135670e1e081f0374a6c098fbc65ecefba70301
87be7bb9900947b9b807f3e954d662707032eb82
refs/heads/master
2021-01-24T17:49:50.484784
2017-11-21T00:55:52
2017-11-21T00:55:52
64,513,504
1
0
null
null
null
null
UTF-8
C++
false
false
2,005
cpp
/***************************************************************************** * Question: #248 Strobogrammatic Number III * company tag: Facebook, Google * A strobogrammatic number is a number that looks the same when rotated 180 degrees (looked at upside down). * Write a function to count the total strobogrammati...
[ "code9yitati@gamil.com" ]
code9yitati@gamil.com
2c13aad19f5ef545a1f8275d2df802373d9b4162
49021bc2ea7c94106b6144a5ea50330ffc12b399
/JuegoED_I/JuegoED_I/ListaJugadores.h
b518d7408bfc71f5a66b9460df45e7b45a17f214
[]
no_license
ocampov98/ProyectoEDI
4805b76515763b9ccbd8e06edbc78dd941f8a8d2
ae82233b87be087eefce1be7c3c947e2e92f20c4
refs/heads/master
2020-09-27T00:34:50.078891
2019-12-07T18:55:56
2019-12-07T18:55:56
226,378,717
0
0
null
null
null
null
UTF-8
C++
false
false
40
h
#pragma once class ListaJugadores { };
[ "53489401+ocampov98@users.noreply.github.com" ]
53489401+ocampov98@users.noreply.github.com
0b422109e613a89b6a075c73107cc13d361aef84
e51d009c6c6a1633c2c11ea4e89f289ea294ec7e
/xr2-dsgn/sources/WildMagic/SampleGraphics/GlossMaps/GlossMaps.h
4b171e4085c66872dd4593e49720db049aa86970
[]
no_license
avmal0-Cor/xr2-dsgn
a0c726a4d54a2ac8147a36549bc79620fead0090
14e9203ee26be7a3cb5ca5da7056ecb53c558c72
refs/heads/master
2023-07-03T02:05:00.566892
2021-08-06T03:10:53
2021-08-06T03:10:53
389,939,196
3
2
null
null
null
null
UTF-8
C++
false
false
1,074
h
// Wild Magic Source Code // David Eberly // http://www.geometrictools.com // Copyright (c) 1998-2009 // // This library 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; either version 2.1 of the Licen...
[ "youalexandrov@icloud.com" ]
youalexandrov@icloud.com
90211fefc3ae46aa7e98cffcf911fe1889aad2e8
e2e2a49beee63d843993e735e0dec060cde3b18b
/HomeWork_3.cpp
d953fca17d88db0222dbdc19101a8e8d9edf9b13
[]
no_license
A1exanderIvanov/HomeWork
5f1ccfd7ee4a367b9b4b4978234b10bd3d1ab580
75503aaf3943f30e2536d1a9ca136c673b867770
refs/heads/main
2023-08-28T02:55:24.413020
2021-10-25T16:42:55
2021-10-25T16:42:55
411,789,647
1
0
null
null
null
null
UTF-8
C++
false
false
2,880
cpp
#include <iostream> int main() { //////////////////////////////////////////////////////////////////////////////////////////////////////// //1. Написать программу, вычисляющую выражение a* (b + (c / d)) и выводящую результат с плавающей точкой, //где a, b, c, d– целочисленные константы ////////////...
[ "sane2004@yandex.ru" ]
sane2004@yandex.ru
29715930737266bc25bf602b0d35efea8bf09123
97ce7536ed81a0cfefa746824f7f0ec38d7021fb
/hanabi/card.cc
af9e069ba9ef2164d5f9eb60aa0e55a2af486479
[]
no_license
k10bradley/projects
10165974207551a6880ba366b4d106a52859499e
89c2a2768ecb3754d5aebeafd1d833dab421ea0b
refs/heads/master
2020-05-31T13:00:39.354640
2019-06-04T23:38:49
2019-06-04T23:38:49
190,294,024
0
0
null
null
null
null
UTF-8
C++
false
false
419
cc
#include "card.h" std::string colours[5] = {"Blue", "Green", "Red", "White", "Yellow"}; using namespace std; Card::Card(Colour col, int val): col{col}, value{val} { if ( val > 5 || val < 1 ) throw val; } ostream& operator<<(std::ostream& out, const Card& c){ out << colours[c.col] << " " << c.value; return ou...
[ "kcpbradl@uwaterloo.ca" ]
kcpbradl@uwaterloo.ca
670f4fbbf7fd154dbb73841c3c68d1c4304c68d9
aae110c027f85e0ed999bf3942cb0efa9b31d923
/preet0807-sunpreet/code for day 10,11/code11.cpp
40bca60ff01ae4a1cdd260a9b519ffdd60602851
[]
no_license
akshit-g/21DaysOfCode-2021
bc7373d3155b5bdcf12b470c1d5687c58b5ab23d
f61fd81b07f323a297e11e2b849ccf9f80fbe55e
refs/heads/master
2023-06-20T09:51:02.654194
2021-07-07T08:47:33
2021-07-07T08:47:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
428
cpp
#include<stdio.h> int main() { int month,year; printf("enter the month and year"); scanf("%d%d",&month,&year); if((month==1)||(month==3)||(month==5)||(month==7)||(month==8)||(month==10)||(month==12)) { printf("days are 31"); } else if((month==2) && (year%4==0)) { printf("number of days are 29"); } els...
[ "preetbhatia088@gmail.com" ]
preetbhatia088@gmail.com
c7d1a47969955ff6812ff50cf3ae5b26ec9b7846
f15396ec5ae2d312e9030bcff14c5384609d2a95
/applications/ShallowWaterApplication/custom_elements/swe.cpp
2d67464b6dc8e52273a02e31ce5fadcdd38903cf
[ "BSD-3-Clause" ]
permissive
Kevin-Mattheus-Moerman/Kratos
c081937edd4c487b4beb29f849d43e65308b8ef8
41a233bfb1f422bac796e13032495d628ca13356
refs/heads/master
2023-09-04T11:13:13.091381
2021-09-08T10:25:14
2021-09-08T10:25:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
20,452
cpp
// | / | // ' / __| _` | __| _ \ __| // . \ | ( | | ( |\__ ` // _|\_\_| \__,_|\__|\___/ ____/ // Multi-Physics // // License: BSD License // Kratos default license: kratos/license.txt // // Main authors: Miguel Maso Sotomayor // // S...
[ "mmaso@cimne.upc.edu" ]
mmaso@cimne.upc.edu
9422a963d9529857aa03dd87ebcbcd0058b19af4
47d9583df227a22a9e05bafdcf05db2421f1f532
/__tests__/MockStatusLedController.h
9e153c8132e8810cf93d0fbf147facfe4d0d2ef8
[]
no_license
lmeijvogel/model_lights
6b286ae233d7b5dfb3058a7edb70e0494844fd71
d153085af264391825b8cc1eb4395e214b2eb360
refs/heads/master
2020-04-27T09:35:31.497093
2019-06-22T20:45:36
2019-06-22T20:45:36
174,221,313
0
0
null
null
null
null
UTF-8
C++
false
false
294
h
#ifndef MOCK_STATUS_LED_CONTROLLER_H #define MOCK_STATUS_LED_CONTROLLER_H #include "../src/AbstractStatusLedController.h" class MockStatusLedController : public AbstractStatusLedController { public: MockStatusLedController(); virtual void setState(State state); State state; }; #endif
[ "l.meijvogel@yahoo.co.uk" ]
l.meijvogel@yahoo.co.uk
56246782d0eabd4a776a3c1547ad84a8abbda452
ac227cc22d5f5364e5d029a2cef83816a6954590
/applications/physbam/physbam-lib/Public_Library/PhysBAM_Dynamics/Particles/CODIMENSIONAL_FLUID_PARTICLES.h
5fe8a236139e7ecf0644e90d72dc122b4f8562ed
[ "BSD-3-Clause" ]
permissive
schinmayee/nimbus
597185bc8bac91a2480466cebc8b337f5d96bd2e
170cd15e24a7a88243a6ea80aabadc0fc0e6e177
refs/heads/master
2020-03-11T11:42:39.262834
2018-04-18T01:28:23
2018-04-18T01:28:23
129,976,755
0
0
BSD-3-Clause
2018-04-17T23:33:23
2018-04-17T23:33:23
null
UTF-8
C++
false
false
620
h
#ifndef __CODIMENSIONAL_FLUID_PARTICLES__ #define __CODIMENSIONAL_FLUID_PARTICLES__ #include <PhysBAM_Tools/Arrays/ARRAY.h> #include <PhysBAM_Tools/Clone/CLONEABLE.h> #include <PhysBAM_Tools/Point_Clouds/POINT_CLOUD.h> namespace PhysBAM{ template<class TV> class CODIMENSIONAL_FLUID_PARTICLES:public CLONEABLE<CODIMEN...
[ "quhang@stanford.edu" ]
quhang@stanford.edu
e38231f1d75b71e1a8028578fd22a8679989801c
96f1314000cc6cc5b15b26832f336d651e16514c
/v8-fibjs/v8/src/arm64/frames-arm64.cc
a6daec5e84d014b14caa9d74a1e8cf9baf291f2b
[]
no_license
bitsuperlab/vendor
52b3454f4716c0eb5faae25a4c26265707cd5028
ec8b08a10ef22980c0ac32fdb7336a3c3be5360f
refs/heads/master
2021-01-21T07:44:52.127233
2016-03-24T06:56:46
2016-03-24T06:56:46
28,850,258
0
1
null
2015-08-19T08:07:49
2015-01-06T06:34:49
C++
UTF-8
C++
false
false
1,049
cc
#include "src/v8.h" #if V8_TARGET_ARCH_ARM64 // Copyright 2013 the V8 project 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 "src/arm64/frames-arm64.h" #if V8_TARGET_ARCH_ARM64 #include "src/arm64/assembler-arm64-inl.h"...
[ "hackfisher@gmail.com" ]
hackfisher@gmail.com
ee2432fa31b1fafb955232500ad811912fd77ae8
7e6afb4986a53c420d40a2039240f8c5ed3f9549
/libs/maps/src/maps/COccupancyGridMap3D.cpp
c73c49ef88933310d6873fda5916de14954f8266
[ "BSD-3-Clause" ]
permissive
MRPT/mrpt
9ea3c39a76de78eacaca61a10e7e96646647a6da
34077ec74a90b593b587f2057d3280ea520a3609
refs/heads/develop
2023-08-17T23:37:29.722496
2023-08-17T15:39:54
2023-08-17T15:39:54
13,708,826
1,695
646
BSD-3-Clause
2023-09-12T22:02:53
2013-10-19T21:09:23
C++
UTF-8
C++
false
false
14,715
cpp
/* +------------------------------------------------------------------------+ | Mobile Robot Programming Toolkit (MRPT) | | https://www.mrpt.org/ | | | | Cop...
[ "joseluisblancoc@gmail.com" ]
joseluisblancoc@gmail.com
3002fc50737196f63e1b7eccdf53a5a564ce2e96
7b275d60ad5c122c5a9ea8befce766c980388771
/Kattis/simonsays/10654779_AC_0ms_0kB.cpp
f0d3aad32f357a763dbd99afeb5cacc58fab2773
[]
no_license
FahadAminShovon/Solved-Problems
706d4b45769f0c959d892882be00cc6fb1f10ad8
25d3206886172e252365e73dd2002c12ad3324df
refs/heads/master
2020-04-13T05:25:55.104149
2018-12-29T17:24:09
2018-12-29T17:24:09
162,991,852
1
0
null
null
null
null
UTF-8
C++
false
false
536
cpp
#include <bits/stdc++.h> #define sc scanf #define pf printf #define pb push_back #define pii pair<int,int> using namespace std; const int mx = 100000080; typedef long long int ll; typedef unsigned long long ull; int main() { int num; sc("%d",&num); string ajaira; getline(cin,ajaira); while(num--){ string s...
[ "bm.amin.fahad@gamil.com" ]
bm.amin.fahad@gamil.com
f4e9e07cb5616a2bfce85fba2874c3bb225950bb
be03cffc37dedca324cfd2e6516004b792b83bd5
/firmware/src/animations/ColorCyclingAnimation.h
447b74a853d9d5f37c70bd4d8bae369370e09464
[ "CC0-1.0" ]
permissive
korneliuszm/self-organising-leds
191f8d4e5a931858d68dbb0d19713972531aef9e
5e71c0a6a60be3c2e1f91e1fca244dc0b34cc886
refs/heads/master
2023-08-21T15:41:02.070274
2021-09-10T09:35:10
2021-09-10T09:35:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
817
h
#ifndef __colorcyclinganimation_base__h #define __colorcyclinganimation_base__h #include "AnimationBase.h" #include "../FrameBuffer.h" class ColorCyclingAnimation : public AnimationBase { protected: int colorIndex; uint16_t colors[8] = { 0x001F, 0xF800, 0x07E0, 0x07FF, 0...
[ "chris@cmgresearch.com" ]
chris@cmgresearch.com
3e63ef791fe24da3c9392729957e9e1b843c2d5d
42c29d4e3d768c897c5a46a3108c2ce03cfb5765
/assign6/cache.cc
0f068076f7c82045987e32c0860f44930d1ac7e3
[]
no_license
alanduan/cs110_2014
9af528a20f02b0c8a503262c655bd39a286265a8
fb1f5f61600f40f25b95fa0b7b5013c8bd6f81ab
refs/heads/master
2020-07-06T05:05:19.761224
2015-09-29T04:26:18
2015-09-29T04:26:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,223
cc
/** * File: cache.cc * -------------- * Presents the implementation of the HTTPCache class as * presented in http-response-cache.h */ #include <fstream> #include <sstream> #include <string> #include <functional> #include <sys/stat.h> #include <sys/time.h> #include <dirent.h> #include "cache.h" #include "request....
[ "saravan2@corn32.stanford.edu" ]
saravan2@corn32.stanford.edu
892fae0ecc68c26f9eba015e1afac15dcf4b398f
5ebedbaf45a0e0702288010c6d6377e0f9254879
/PutVega.cpp
2192ada518ad05faa0e50f793ab77b00a7b6bcf7
[]
no_license
AmanMander123/RatioProtectivePut
a9f860352170428394685eb79aa5b707daff5342
c39b88bcc6d7fc9622abf06f6d69ec98c4c03b9a
refs/heads/master
2022-02-20T12:14:17.918979
2021-02-10T23:33:41
2021-02-10T23:33:41
25,649,120
5
4
null
null
null
null
UTF-8
C++
false
false
345
cpp
// // PutVega.cpp // RatioProtectivePut // // Created by Aman on 2014-10-23. // Copyright (c) 2014 Aman. All rights reserved. // #include "PutVega.h" //Calculate Euro vanilla Put Vega double put_vega (const double S, const double K, const double r, const double v, const double T) { return S*norm_pdf(d_j(1, S,...
[ "aman.mander86@gmail.com" ]
aman.mander86@gmail.com
a8d95542e0d0631ca60339c2677aa3309c01f90d
e538844e3f1ea8d3b78eb5adb0faae424506fc10
/iOptics/LdcTool.cpp
32d25bc12ba3814a8e01ecda140a0d1123b14eeb
[]
no_license
free6d1823/ImgLabProj
fd4ef31c4d9963b2547649ae96293afbbae1be8a
f28fb828e562ffd233414ecc469905fc0598ae0d
refs/heads/master
2020-03-17T17:03:34.431983
2018-06-15T08:24:44
2018-06-15T08:24:44
133,773,485
0
0
null
null
null
null
UTF-8
C++
false
false
1,086
cpp
// LdcTool.cpp : implementation file // #include "stdafx.h" #include "resource.h" #include "LdcTool.h" #include "LdcView.h" LdcWrap ::LdcWrap():ProcessWrap() { //lut buffer is allocated in ProcessWrap() }; LdcWrap ::~LdcWrap() { } void LdcWrap ::SetParam( void* pParam) { m_dbCoef = *(double*) pParam; //LdcTool c...
[ "chengjyhchang@gmail.com" ]
chengjyhchang@gmail.com
baff1790c8a693595b16769439cdf912a44eade4
e58c5beadd0258368d38bbde0f16780eb70ddc69
/problems/ccadvection2D_nonlinear/codegen/lib/problem_exact_integrals_eastwest_M1_code/rtGetNaN.cpp
0d681d4863fb1b76192fa8b579c1abe924f88186
[]
no_license
pguthrey/regionally-implicit-dg
6750bed6e0f178412f92c6bec04ffcd4da580664
98b7309a34bd98c64fa7b2a2a25d38f44742a9a0
refs/heads/master
2020-04-20T03:30:30.776614
2019-03-02T09:11:48
2019-03-02T09:11:48
168,600,241
0
0
null
null
null
null
UTF-8
C++
false
false
950
cpp
/* * Academic License - for use in teaching, academic research, and meeting * course requirements at degree granting institutions only. Not for * government, commercial, or other organizational use. * * rtGetNaN.cpp * * Code generation for function 'problem_exact_integrals_eastwest_M1_code' * */ /* * Abstra...
[ "piersonguthrey@gmail.com" ]
piersonguthrey@gmail.com
9f366cd8e28988597b5ba76409fcf34489e4123d
65cd886a572bd4b0ee0003ad5888b4935d5928bd
/SendCarCard/SendCarCard/SendCarCard/SendCarCard.h
c4ced4e8c164ae8cb06e6325cc1b4d337f1fa667
[]
no_license
fengzhimin/CoalMonitor
05f5899455995f27080b40196f84cb3673ad4b45
c0b3d0f71b1f9efb414f3ae94345ba8427e4b6c2
refs/heads/master
2021-01-12T05:25:29.866752
2017-01-03T14:53:13
2017-01-03T14:53:13
77,926,162
0
0
null
null
null
null
GB18030
C++
false
false
565
h
// SendCarCard.h : PROJECT_NAME 应用程序的主头文件 // #pragma once #ifndef __AFXWIN_H__ #error "在包含此文件之前包含“stdafx.h”以生成 PCH 文件" #endif #include "resource.h" // 主符号 #include "SkinH.h" #pragma comment(lib,"SkinH.lib") // CSendCarCardApp: // 有关此类的实现,请参阅 SendCarCard.cpp // class CSendCarCardApp : public CWinApp { public: C...
[ "374648064@qq.com" ]
374648064@qq.com
a3ffbaa3cdff16a8162822c19378bab5064f2b30
288ef600ea12ac8539611d40caffa26d31a6462f
/Include/Projectile.hpp
8793474afcbe0b87b572407b353dc2c9d0c48519
[]
no_license
evalmont/LoLTD
63333c69c8891f71c3ae27b3e9b45fa27534b7bd
b7fde3ee40edd8cd8d68260ca0f9d93bc3db517c
refs/heads/master
2020-05-07T16:44:09.658961
2013-12-04T05:58:01
2013-12-04T05:58:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
941
hpp
#ifndef PROJECTILE_H #define PROJECTILE_H #include <SceneNode.hpp> #include <ResourceHolder.hpp> #include <TextNode.hpp> #include <SFML/Graphics/Sprite.hpp> class Projectile : public SceneNode { public: enum Type { Projectile01, TypeCount, }; ...
[ "ejvalmont@gmail.com" ]
ejvalmont@gmail.com
584a649eda8fe2bf3d63903fa8d73ad26c4f507a
80b10a9a27c4db09ea6659be03e9bf7b12e80255
/luogu/p1109.cpp
8ad1b8629ba1031a72e36fdf47f6e7e0671b43d0
[]
no_license
HhTtLllL/algorithm
e1d777672dc8abdac9207ed7ea4b17a4efcbe9f3
4e331cb6dd15d9a6b8ff6ce6b61fa3887a05f9f8
refs/heads/master
2021-09-06T20:50:24.157469
2021-08-11T11:49:41
2021-08-11T11:49:41
203,563,187
3
0
null
null
null
null
UTF-8
C++
false
false
430
cpp
#include<iostream> using namespace std; int a[55]; int main( ) { int n; cin >> n; int sum = 0; for(int i = 1;i <= n;i++) { cin >> a[i]; sum += a[i]; } int r,l; cin >> l >> r; if(sum < l*n || sum > r*n) { cout << -1 << endl; return 0; } int suml = 0,sumr = 0; for(int i = 1;i <= n;i++) { if(...
[ "1430249706@qq.com" ]
1430249706@qq.com
faedded23842aa7509e435188c1c3b0df22364d2
a6c18a0d822424a7e12729942705878e0b0d0d92
/Application/serialport/serialsetwidget.h
18d7037a4f2e39b622ec3e7d02b42ccf89ac1397
[]
no_license
xsjames/Graphics
d872c45b22d29657d52c4c753d263fec5beabb7b
524f37cc19175e92fec4bde06af4c8ad33e108ac
refs/heads/master
2021-01-02T15:42:14.297851
2018-11-12T15:15:56
2018-11-12T15:15:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
853
h
#ifndef SERIALSETWIDGET_H #define SERIALSETWIDGET_H #include <QSerialPortInfo> #include <QWidget> #include <QSerialPort> /** * the class SerialSetWidget 串口设置 * @author 毛三 */ namespace Ui { class SerialSetWidget; } class SerialSetWidget : public QWidget { Q_OBJECT public: explicit SerialSetWidget(QWidget...
[ "2363516770@qq.com" ]
2363516770@qq.com
f967b15575283114357324ce2ca048e26bf1f112
0d74161c499ac2287b1d0ecb444aa92b220cda11
/examples/httpserver/SrvMain.cpp
64c8e9597a406bb80bc95cb30a42a1547fe9dbed
[ "MIT" ]
permissive
ondra-novak/jsonrpcserver
70e19c7d1f269c109412764e7ac18706479f98cb
878f5f7a981a326dcb39d43d0bb5c4eac213a65c
refs/heads/master
2020-04-04T07:34:52.097615
2019-12-13T08:42:59
2019-12-13T08:42:59
27,509,171
1
0
null
null
null
null
UTF-8
C++
false
false
1,745
cpp
/* * SrvMain.cpp * * Created on: 31.3.2015 * Author: ondra */ #include "SrvMain.h" #include <lightspeed/base/text/textstream.tcc> using LightSpeed::PrintTextA; namespace httpexample { //the one and only application object static SrvMain theApp; SrvMain::SrvMain() { } natural SrvMain::onInitServer(c...
[ "ondra-novak@email.cz" ]
ondra-novak@email.cz
0cd7a6a0249252f3e4e9a73bdb8fe7b69b21dc94
40a0a8b2ece2c3af49c5a20a74593e36e373a20e
/Framework/playerbullet.cpp
306c6f1a9921b2d774e0aa07601b0111049cebce
[ "Apache-2.0" ]
permissive
huangdgm/SpaceInvaderClone
e8b8d45fbffabdf0b1f4896bbcb44bc757a39394
ae17a41475f1269082110e7a313bba085c9941d0
refs/heads/master
2021-01-15T21:25:01.296285
2017-10-19T02:31:39
2017-10-19T02:31:39
99,861,464
0
0
null
2017-08-09T23:46:15
2017-08-09T23:39:36
null
UTF-8
C++
false
false
477
cpp
// COMP710 GP 2D Framework 2017 // This include: #include "playerbullet.h" // Local includes: #include "sprite.h" // Library includes: PlayerBullet::PlayerBullet() : Entity() { } PlayerBullet::~PlayerBullet() { } bool PlayerBullet::Initialise(Sprite* sprite) { Entity::Initialise(sprite); m_dead = false; re...
[ "huangdgm@gmail.com" ]
huangdgm@gmail.com
6d765462c339c255a2aa820612bb0f64849098ed
84f14cb07820dd11e2d838d2d61d7d0fc29db81f
/387_FirstUniqueCharacterinaString/Solution.hpp
011955c184033d5ab2a2c3eb31687a015197321c
[]
no_license
zhangsj1007/leetcode
d7d70639f45348513b3ab39bc3fc61e3cf12830d
d946ec6618425522300d1780e418fa5d639d48ba
refs/heads/master
2020-03-22T13:11:46.337432
2019-12-29T09:27:23
2019-12-29T09:27:23
140,090,141
0
0
null
null
null
null
UTF-8
C++
false
false
324
hpp
class Solution { public: int firstUniqChar(string s) { map<char, int> charMap; for (int i = 0; i < s.length(); i++){ charMap[s[i]] += 1; } for (int i = 0; i < s.length(); i++){ if(charMap[s[i]] == 1) return i; } return -1; }...
[ "mac@macdeMBP.lan" ]
mac@macdeMBP.lan
9c6814433c1c802f8c710c3846ceb92ae385ab07
15b0fc78e52cc34c219c6c66caacab48e8b6ff22
/main/main.cpp
fd86f095f285df63c86eed892721d33e29b5abc0
[ "MIT" ]
permissive
marulitua/esp-ecial
3d80dfa9e56fea1c53cdde8578caf9bec5888672
b3a5e45b247c04e164bbe09c654f2cf5fd894421
refs/heads/master
2021-08-17T02:39:37.662488
2020-12-06T08:10:48
2020-12-06T08:10:48
230,541,590
0
0
null
null
null
null
UTF-8
C++
false
false
11,281
cpp
/* Hello World Example This example code is in the Public Domain (or CC0 licensed, at your option.) Unless required by applicable law or agreed to in writing, this software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #include <stdio.h> #i...
[ "erwinmaruli@live.com" ]
erwinmaruli@live.com
ab47b0d7e058f8c08db34af2016528b443d98ec5
13771efbe4bd2803f21b75c0edb621a0d68d0f6c
/시뮬레이션/구슬탈출4_구현_15653.cpp
f79c84964f73a9d80472393b4508357340226e26
[]
no_license
Flare-k/Algorithm
f6e597bcb376d8c0f50e91556cadf2cceadd786c
64ab13c5304712292c41a26a4347f010d70daf98
refs/heads/master
2023-04-08T21:05:08.130284
2023-04-03T13:57:01
2023-04-03T13:57:01
236,532,243
2
0
null
null
null
null
UTF-8
C++
false
false
3,880
cpp
#include <iostream> #include <algorithm> #include <queue> #include <set> #include <tuple> #include <cstring> using namespace std; const int MAX = 11; const int dx[4] = {-1, 1, 0, 0}; const int dy[4] = {0, 0, -1, 1}; int N, M; int hole_x, hole_y; int map[MAX][MAX]; bool check[MAX][MAX]; struct Marble { int rx, ry, ...
[ "rokkyw@naver.com" ]
rokkyw@naver.com
029699193462d8031178a41aa2171b22d8b1f2ed
989d0607aa4c767b01d3faeb3cb595f12c7e80f8
/Classes/PieceController.cpp
b9610fcb0d865dd74436b1f33cb6e11cb1b855b8
[]
no_license
sukesan1984/Reversi
c56dc6293f352c9a82b35960481d34fd8473fc79
325bc43545da0e8c6d89aa6eb223e9494c5b7c37
refs/heads/master
2021-01-02T13:00:24.092160
2015-05-17T08:32:57
2015-05-17T08:32:57
34,162,892
0
0
null
2015-04-29T07:58:54
2015-04-18T11:11:04
C++
UTF-8
C++
false
false
4,372
cpp
// // PieceController.cpp // Reversi // // Created by Kosuke Takami on 2015/04/18. // // #include "PieceController.h" PieceController::PieceController(){} PieceController::PieceController(cocos2d::Sprite *blackSprite, cocos2d::Sprite *whiteSprite, Color defaultColor, cocos2d::Vec2 defaultPosition) { this->blac...
[ "takamikousuke@gmail.com" ]
takamikousuke@gmail.com
1e8e334f4b755f798bf18828524d7eb544fcaaaf
825a7737263c80476df4222441b02fd98a5b3e5e
/main.cpp
f6c43230d52c103b891688b62208a5d76d7f5e69
[ "MIT" ]
permissive
Di-Gu/LeetCode_in_Cpp
20787925358106974e767024251ac17d876bdd54
667fce53acebf1e249808f74ef6619b5aa2afd10
refs/heads/main
2023-03-13T02:04:14.325889
2021-02-25T06:35:36
2021-02-25T06:35:36
342,098,926
0
0
null
null
null
null
UTF-8
C++
false
false
805
cpp
/********************************************************************************************************************** > File Name: main.cpp > Author: isgud > Date: 2/25/2021 **********************************************************************************************************************/ #include <...
[ "isgudi00@gmail.com" ]
isgudi00@gmail.com
5f1b7ecdea6fd04f53b7adfb5e11bb7f09829a18
6bbe5c1be7c9aab31251ef3ef3e8ae220d5b862f
/ベースプログラム/ベースプログラム/Texture_2D_Template.h
054a1131a90f930441256ac551c5a1a747ccfa4b
[]
no_license
MusicGameCreate/Music_Game
17ff4fb81694c1eb0f5e325f5544ea97f0fe5b0a
290ceefe0925d1a36497fb90f828597dec25becb
refs/heads/master
2021-01-23T18:44:58.459566
2017-09-22T01:23:36
2017-09-22T01:23:36
102,805,664
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
595
h
// 2D画像描画クラス #ifndef _TEXTURE_2D_TEMPLATE_H_ #define _TEXTURE_2D_TEMPLATE_H_ //****************************************** // インクルード部 //****************************************** #include "CTexture_2D_Base.h" //****************************************** // クラス定義 //****************************************** class Textu...
[ "kodadako0810@yahoo.co.jp" ]
kodadako0810@yahoo.co.jp
2c9871c8a05088578ffc5e6628692ae3db8943b5
515e2dd1b1d890851725cfc8ea19cf21009ddf74
/tpd/display/webkitgtk/Source/WTF/wtf/text/AtomicString.h
6b89ac83783a39d12a91bb00f0a7218fb5fec0ab
[]
no_license
ghsecuritylab/cwrs
8fba07d7d9da8ac09ca84b6d69bde7a28ab50422
96cdc9390fc8198af30b932a6e6585ab138bcbad
refs/heads/master
2021-02-26T17:55:37.921181
2019-03-08T22:11:36
2019-03-08T22:11:36
245,543,615
0
0
null
2020-03-07T00:47:33
2020-03-07T00:47:32
null
UTF-8
C++
false
false
12,470
h
/* * Copyright (C) 2004, 2005, 2006, 2008 Apple Inc. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) a...
[ "sharma_anil@yahoo.com" ]
sharma_anil@yahoo.com
b17bb501d8c274bd7483dc6db1deb84b4d6521d7
fb07c3c6c7240adfc91e410b08a049f0eb2b57d1
/Lecture/Cpp_Lecture/3.3.InheritConstruct.cpp
c7a67881271555b682b33aba02f8e7b5db7339c9
[]
no_license
DaewooNam/C_Github
28e57721ee9a3045b739d46b7e0eb9c148c4013d
978dba51ac17e55671479f380bc3110bb0ba8a50
refs/heads/master
2020-03-06T18:04:35.018245
2018-03-27T14:33:30
2018-03-27T14:33:30
126,999,787
0
0
null
null
null
null
UHC
C++
false
false
1,065
cpp
#include<iostream> using namespace std; class CMyData { protected: int m_nData = 10; public: CMyData() { cout << "CMyData()" << endl; } CMyData(int nParam) { cout << "CMyData(int)" << endl; } CMyData(double nParam) { cout << "CMyData(double)" << endl; } //virtual void printData(void) void printData(void) { ...
[ "changeout3@gmail.com" ]
changeout3@gmail.com
b077a2a1ad74b94f423ac45d7675208afa45b313
1ac458e750280ca7394a204b084ba80d7dd6a2f9
/Image Proc/Constant1Dlg.cpp
d6e8fe25fdf182bbd0b1a91382954432da06aa90
[]
no_license
Daeja/KISE
f29a92d752225b870f7bdb990e914fccdfcff3aa
c9d8b517662556a45dfc759838d75c0735c7b723
refs/heads/master
2021-09-06T03:26:14.220685
2018-02-02T01:43:02
2018-02-02T01:43:02
117,619,335
0
0
null
null
null
null
UHC
C++
false
false
665
cpp
// Constant1Dlg.cpp : 구현 파일입니다. // #include "stdafx.h" #include "Image Proc.h" #include "Constant1Dlg.h" #include "afxdialogex.h" // CConstant1Dlg 대화 상자입니다. IMPLEMENT_DYNAMIC(CConstant1Dlg, CDialog) CConstant1Dlg::CConstant1Dlg(CWnd* pParent /*=NULL*/) : CDialog(IDD_CONSTANT1, pParent) , m_Constant(0) { } CCon...
[ "hyunx5@naver.com" ]
hyunx5@naver.com
3c662fd3d886a2d6ecb45097dc841473f3b16ff6
589483d53e58f13384255accf067ca055fac8d34
/Sorgenti/PhysX_3.4/Samples/ArmadilloGame/ArmadilloUI.cpp
463994fea25b0dc0e1c8e67031232697ed72f16e
[]
no_license
AMascherin/ArmadilloProject
5a5904f4bae27dc74abd7a879b948f885dc11f90
5f9cc2ad4771b840cd0f00696f9e6c662c41a54a
refs/heads/master
2020-12-30T13:47:54.614401
2019-11-15T15:34:57
2019-11-15T15:34:57
91,247,656
0
0
null
null
null
null
ISO-8859-13
C++
false
false
6,150
cpp
#include "ArmadilloGame.h" using namespace SampleRenderer; using namespace SampleFramework; // Funzione per stampare a video il messaggio di fine gioco void ArmadilloGame::printConclusionMessage() { const PxReal scale = 0.6f; const PxReal shadowOffset = 6.0f; const RendererColor textColor(255, 255, 255, 255); con...
[ "amascherin@gmail.com" ]
amascherin@gmail.com
9677bbee9b6dae6bb8eb07377714472b94a22390
3fe2c64583f85a9fea45faee5e062f9fe656c6ae
/gui/GraphicToolCameraZoomIn.h
39a1ef4b5a7d4dbce038ca381e7ed004598ea59c
[]
no_license
manageryzy/cuda-graphic
33fcfcde74ebf0c038eae09f3899045234018dd4
0a0e6d9f77532f3555870f6a278151dbc5ae596c
refs/heads/master
2021-01-12T12:12:21.514499
2016-11-12T09:33:39
2016-11-12T09:33:39
72,357,961
0
0
null
null
null
null
UTF-8
C++
false
false
312
h
#pragma once #include "GraphicTool.h" class GraphicToolCameraZoomIn : public GraphicTool { public: GraphicToolCameraZoomIn(); ~GraphicToolCameraZoomIn(); virtual void recoverHistory(GraphicHistory); virtual void redoHistory(GraphicHistory); virtual void reset(); void zoomIn(); GRA_TOOL_MSG_MAP_HEAD };
[ "manageryzy@gmail.com" ]
manageryzy@gmail.com
b5ae74a88cd23d581a495e209d90994ba614d458
91a882547e393d4c4946a6c2c99186b5f72122dd
/Source/XPSP1/NT/inetsrv/iis/ui/admin/fscfg/fservic.h
a978795a977f5a05ec179e6ec8571011a47b73d6
[]
no_license
IAmAnubhavSaini/cryptoAlgorithm-nt5src
94f9b46f101b983954ac6e453d0cf8d02aa76fc7
d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2
refs/heads/master
2023-09-02T10:14:14.795579
2021-11-20T13:47:06
2021-11-20T13:47:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,938
h
/*++ Copyright (c) 1994-1998 Microsoft Corporation Module Name : fservic.h Abstract: FTP Service Property Page Author: Ronald Meijer (ronaldm) Project: Internet Services Manager Revision History: --*/ #ifndef __FSERVIC_H__ #define __FSERVIC_H__ ...
[ "support@cryptoalgo.cf" ]
support@cryptoalgo.cf
9da027f14e85e6175792676efd45c2595afacab3
5e68cf2fa88292a60cade9c4721978c6019541eb
/Utilities/Xdmf2/vtk/vtkXdmfWriter.cxx
08bf3caddc1e512d24d269dbb49b5fbfecdccb03
[ "MIT", "LicenseRef-scancode-paraview-1.2", "Apache-2.0", "LicenseRef-scancode-protobuf", "BSD-3-Clause" ]
permissive
ufz/catalyst-fem
5b882de1926e1781ca0887dda75fc495c44c941f
75fe29ecd339c1ec328a5e5886b4c27c693a1438
refs/heads/master
2016-09-06T07:21:38.210750
2014-09-25T14:26:26
2014-09-25T14:26:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
36,370
cxx
/*========================================================================= Program: Visualization Toolkit Module: vtkXdmfWriter.cxx Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. This software is...
[ "lars.bilke@ufz.de" ]
lars.bilke@ufz.de
e8ca6caac68b15a8b1b3a3830eb94557b8cb40bb
fb7efe44f4d9f30d623f880d0eb620f3a81f0fbd
/ui/ozone/platform/wayland/wayland_surface_factory.h
3d3aac9ec87770eedbbf0eae96c4b066f8750a62
[ "BSD-3-Clause" ]
permissive
wzyy2/chromium-browser
2644b0daf58f8b3caee8a6c09a2b448b2dfe059c
eb905f00a0f7e141e8d6c89be8fb26192a88c4b7
refs/heads/master
2022-11-23T20:25:08.120045
2018-01-16T06:41:26
2018-01-16T06:41:26
117,618,467
3
2
BSD-3-Clause
2022-11-20T22:03:57
2018-01-16T02:09:10
null
UTF-8
C++
false
false
1,606
h
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_WAYLAND_SURFACE_FACTORY_H_ #define UI_OZONE_PLATFORM_WAYLAND_WAYLAND_SURFACE_FACTORY_H_ #include "base/macros.h" #inclu...
[ "jacob-chen@iotwrt.com" ]
jacob-chen@iotwrt.com
9837bebcc4d96d453a5dc2be41e862e5a4d64936
e86c8116ab0542a6b7f6a551344a86139e39f9de
/Sample/ISM/Source/Private/ISMTempScreenQuad.cpp
de2d5c1323643472d2e6f9cebb48a3d7812cd664
[]
no_license
jazzboysc/RTGI
fb1b9eed9272ce48828e9a294529d70be3f61532
80290d4e1892948d81427569fb862267407e3c5a
refs/heads/master
2020-04-14T05:23:38.219651
2015-07-17T07:12:48
2015-07-17T07:12:48
20,085,664
2
0
null
null
null
null
UTF-8
C++
false
false
1,071
cpp
#include "ISMTempScreenQuad.h" using namespace RTGI; //---------------------------------------------------------------------------- ISMTempScreenQuad::ISMTempScreenQuad(Material* material) : ScreenQuad(material, 0) { } //---------------------------------------------------------------------------- ISMTempScreenQuad:...
[ "S515380c" ]
S515380c
0143786fa40db2fa2d299189473d8775e2eb5aae
eb7e54cc2eaf8a9528ef9e60c0e353d44b3ee5e1
/ToyFlow/JToyFlowInputs.cxx
ef0c17805de3679693e37111b47479f278798fce
[]
no_license
osaarima/IaaEP
9bdd0d023feb846f5596ec64f10eea12bed80192
8f3ad74f34dfc4af8826bb65294bdb1275b476bd
refs/heads/master
2020-04-22T20:42:47.668952
2019-03-12T13:27:22
2019-03-12T13:27:22
170,649,875
0
0
null
2019-02-14T07:49:54
2019-02-14T07:49:54
null
UTF-8
C++
false
false
838
cxx
#include "JToyFlowInputs.h" for(uint i = 0; i < N_VN; ++i){ TH1D *pgr[N_VN];//[3]; for(uint j = 0; j < 2; ++j) pgr[j] = (TH1D*)pff->Get(Form("Table %u/%s",i+1,pgn[j])); uint n = pgr[0]->GetNbinsX(); pgr_v[i] = new TGraphErrors(n); for(uint ic = 0; ic < n; ++ic){ pgr_v[i]->SetPoint(ic, pgr[0]->GetBinCente...
[ "dong.jo.kim@cern.ch" ]
dong.jo.kim@cern.ch
b6975a33faed53eb8f7d96c672e7be8260ced7ce
cb5720ee4d48a678843219920473bf144d14ac62
/32. Divide and conquer/Brute_Count_Inversions.cpp
d4f9f8d12c15b42cf83043a0344790c8bf06fb96
[ "MIT" ]
permissive
Mustard-Oil/Learning_CPP
0b5bbf64b266fa8220c4c8b7019777bbabfbf14b
0f64a5ce1a06968666feaa8bff73e7b81de58949
refs/heads/main
2023-02-01T03:59:26.467260
2020-12-21T08:29:22
2020-12-21T08:29:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
422
cpp
#include<bits/stdc++.h> using namespace std; int main(){ int n; cin >> n; int arr[n]; for(int i=0; i<n; i++){ cin >> arr[i]; } // BRUTE FORCING SOLUTION WITH O(N^2) TIME COMPLEXITY int inv=0; for(int i=0; i<n; i++){ for(int j=i+1; j<n; j++){ if(arr[i] > arr...
[ "maulik.shah715@gmail.com" ]
maulik.shah715@gmail.com
f15ca87393257d0d3cd970809c2ff2daabd784c5
58e816e044264fc63af2cfc4933c25fcb617094d
/week-04/day-2/Inheritance/Sponsor.cpp
43833635ac84bc594333d19a31be28f01c65426c
[]
no_license
green-fox-academy/Rozsnya
c3d68645cb513c37ec24b9bcbec2f58b9c9b2623
305a167925585d9e8917de26fda95d6128aa8f88
refs/heads/master
2020-04-16T18:51:55.774289
2019-03-21T18:23:12
2019-03-21T18:23:12
165,837,879
0
0
null
null
null
null
UTF-8
C++
false
false
830
cpp
// // Created by peter on 2019. 02. 05.. // #include "Sponsor.h" #include "Person.h" #include <string> #include <iostream> Sponsor::Sponsor() : Person() { _company = "Google"; _hiredStudents = 0; }; Sponsor::Sponsor(std::string name, int age, Gender gender, std::string company) : Person(name, age, gender) { _comp...
[ "peter.rozsnyai@hotmail.com" ]
peter.rozsnyai@hotmail.com
77686b8cfa4b2d813054c133ee574a44843e0722
6fe5f04a8a39c7ca7b0367a65019e521597ddde1
/Classes/jni/payjni.hpp
8b166e1a0a40275495c16f6302e9d274a2b85463
[]
no_license
pakeng/janyu_demo
efdc580e866231c3440cd8fa75c4a91c17fb7cd4
9da044385d662208ebbb49dd387f91404f9b95ba
refs/heads/master
2020-04-01T01:22:28.207989
2018-11-03T06:00:30
2018-11-03T06:00:30
152,735,650
1
0
null
null
null
null
UTF-8
C++
false
false
811
hpp
/* DO NOT EDIT THIS FILE - it is machine generated */ #include <jni.h> /* Header for class org_cocos2dx_cpp_AppActivity */ #include <string> #ifndef _Included_org_cocos2dx_cpp_AppActivity #define _Included_org_cocos2dx_cpp_AppActivity #ifdef __cplusplus extern "C" { #endif /* * Class: org_cocos2dx_cpp_AppActivity ...
[ "625125312@qq.com" ]
625125312@qq.com
019748cecad1851374579be6fa1fdc8fe28ac3b2
1a972e4512f9cc2ecf9e5188682db3b8f84f26e9
/torchselfintersection/selfintersection_cpu.cpp
01fba7fac640c01f1e64ec861afc6c191bcbdb71
[ "BSD-3-Clause" ]
permissive
krrish94/torch-self-intersection
c6a5fff21aac8c9cca28f059d900d6bc796210ce
e5264dd88af33123707b10d614b9ce00ac60cf02
refs/heads/master
2022-04-16T12:07:16.825106
2020-04-12T20:37:12
2020-04-12T20:37:12
255,002,125
4
0
BSD-3-Clause
2020-04-12T20:17:20
2020-04-12T03:36:32
C++
UTF-8
C++
false
false
9,712
cpp
#include <torch/extension.h> // A few macros for self-intersection detection. #define _CROSS(dest,v1,v2) \ dest[0]=v1[1]*v2[2]-v1[2]*v2[1]; \ dest[1]=v1[2]*v2[0]-v1[0]*v2[2]; \ dest[2]=v1[0]*v2[1]-v1[1]*v2[0]; #define _DOT(v1,v2) (v1[0]*v2[0]+v1[1]*v...
[ "krrish94@gmail.com" ]
krrish94@gmail.com
1e29e775830cc2290355e593ce1924e6f15f790e
bc9426aad7ac41817b9b3637ff68e11de99759e7
/src/equation_graph/equation_graph.h
556331201e119cabd540fceb1595db044451628c
[]
no_license
ab1153/polycube
779af55dcbe4ac92311805c02a4c7b7a81c3b86b
b8a8b752360bc91f6eb9121e7d70df9c0b7b4bf1
refs/heads/master
2021-01-03T08:17:29.034876
2014-12-09T16:10:57
2014-12-09T16:10:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
45,772
h
#ifndef JTF_EQUATION_GRAPH_H #define JTF_EQUATION_GRAPH_H #include <deque> #include <set> #include <stack> #include <memory> #include <tuple> #include <boost/unordered_set.hpp> #include <boost/property_tree/ptree.hpp> #include <boost/dynamic_bitset.hpp> #include <zjucad/matrix/matrix.h> #include <jtflib/mesh/mesh.h> ...
[ "jtf198711@gmail.com" ]
jtf198711@gmail.com
b25a9daf1e5135de460faa5ff1884455b8eebab9
adbec202ad6171234a93259422f7b25db39a6000
/node_create/create_shuffle_node.hpp
a8ae72b91e9c1a4bd068bec40d179b95e8fc34bc
[]
no_license
xxradon/tensorrt_wrapper_for_onnx
4aa86bde82ae488096ea3bcf33970167588dfe6f
0fcabacd39f62983ead92457e1537ea7b69d691a
refs/heads/master
2022-11-13T14:37:24.449323
2020-06-20T02:04:17
2020-06-20T02:04:17
273,631,239
1
0
null
2020-06-20T03:27:03
2020-06-20T03:27:02
null
UTF-8
C++
false
false
376
hpp
#ifndef __CREATE_SHUFFLE_NODE_HPP__ #define __CREATE_SHUFFLE_NODE_HPP__ namespace tensorrtInference { extern nvinfer1::ILayer* createShuffleNode(nvinfer1::INetworkDefinition* network, std::map<std::string, nvinfer1::ITensor*>& tensors, tensorrtInference::nodeInfo* nodeConfInfo, std::map<std::string, ten...
[ "942002795@qq.com" ]
942002795@qq.com
958eba0770c6ef81feb8ef8bb87a59addaff776d
84355258fe8da005b75670e4ad71fe5a1d0c8ae0
/VC2012/VC2012/main.cpp
1a49ed647eb82d6f9e0bca1247a2b5ab4158b766
[]
no_license
paumayr/cppexamples
79b80a27c24586990532f0f017cdca1e924652e9
63ed21ef00c65d8f63652990140156db044d6536
refs/heads/master
2021-01-02T23:12:20.741167
2015-06-05T09:12:57
2015-06-05T09:12:57
9,764,509
0
1
null
null
null
null
UTF-8
C++
false
false
1,728
cpp
#include <vector> #include <future> #include <iostream> #include <unordered_set> #include <unordered_map> #include <string> #define WIN32_LEAN_AND_MEAN #include <windows.h> using namespace std; void CppAmpMethod(); void TestMatrixAmp(); float performWork(const vector<float> &ca, const vector<float> &cb, vector<float...
[ "philipp@software-architects.at" ]
philipp@software-architects.at
37f793e137085cc353cfc32d96431dac6f53cc43
792e697ba0f9c11ef10b7de81edb1161a5580cfb
/include/llvm/IR/PrintPasses.h
1fa7c1893e202d4b093b2e15018d7d455d2b2cdd
[ "NCSA", "LLVM-exception", "Apache-2.0" ]
permissive
opencor/llvmclang
9eb76cb6529b6a3aab2e6cd266ef9751b644f753
63b45a7928f2a8ff823db51648102ea4822b74a6
refs/heads/master
2023-08-26T04:52:56.472505
2022-11-02T04:35:46
2022-11-03T03:55:06
115,094,625
0
1
Apache-2.0
2021-08-12T22:29:21
2017-12-22T08:29:14
LLVM
UTF-8
C++
false
false
1,446
h
//===- PrintPasses.h - Determining whether/when to print IR ---------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
[ "agarny@hellix.com" ]
agarny@hellix.com