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
986 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
3.89k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
23 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
145 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
122 values
content
stringlengths
3
10.4M
authors
listlengths
1
1
author_id
stringlengths
0
158
867bfd2e11a265bbb86173adec40bb419390a0db
24bc4990e9d0bef6a42a6f86dc783785b10dbd42
/fuchsia_web/webinstance_host/web_instance_host_integration_test.cc
ad413d02ca92c4fc2fefab38b37f79e453adc979
[ "BSD-3-Clause" ]
permissive
nwjs/chromium.src
7736ce86a9a0b810449a3b80a4af15de9ef9115d
454f26d09b2f6204c096b47f778705eab1e3ba46
refs/heads/nw75
2023-08-31T08:01:39.796085
2023-04-19T17:25:53
2023-04-19T17:25:53
50,512,158
161
201
BSD-3-Clause
2023-05-08T03:19:09
2016-01-27T14:17:03
null
UTF-8
C++
false
false
6,242
cc
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <fuchsia/io/cpp/fidl.h> #include <fuchsia/web/cpp/fidl.h> #include <lib/fdio/directory.h> #include <lib/fidl/cpp/binding.h> #include <lib/sys/cpp/component_context.h> ...
[ "roger@nwjs.io" ]
roger@nwjs.io
95139c6b278058850eee7558812fcf5a5ce22767
2fd86da624e8f11c52b4858262a862d02d86fc8f
/ABC/ABC151/151qC.cpp
8e771f5aac7bb2d74723e6eb2f45fa4448ffcad2
[]
no_license
yushi-hosokawa/AtcoderPractice
652da1bd638efb884ff19d7af43b1126fe5608bf
bf46f9c7d73f5276225756862fe577de4822a752
refs/heads/master
2022-11-29T23:01:57.328897
2020-08-06T07:44:32
2020-08-06T07:44:32
238,128,205
0
0
null
null
null
null
UTF-8
C++
false
false
624
cpp
#include <bits/stdc++.h> #define rep(i,n) for (int i=0;i<(n);++i) using namespace std; typedef long long ll; typedef pair<int,string> P; int main(){ int n,m; cin >>n >>m; int p; string s; int t[n+10]={0};//errorカウンター int u[n+10]={0};//正答チェッカー rep(i,m){ cin>>p>>s; if(u[p-1])continue; if(s=="A...
[ "yushi.hosokawa.9g@stu.hosei.ac.jp" ]
yushi.hosokawa.9g@stu.hosei.ac.jp
67a3fda7aa1f29543b78fa3b2011fc50c0e967e5
cac0544dbad6bf7c28e880bd3014e5d712803365
/CodeCraft-2021/SSP/SSP_Mig_VM.cpp
e0258b5bdd8df3ce2aef2e7937d2a04f997623e8
[]
no_license
qh4869/Huawei_Final
76593dd5c61363304c1ea7f91c74ebf65aa08d76
84c0aef12429638e26d6df425c5ed3d125af3d4b
refs/heads/master
2023-04-16T19:33:38.194487
2021-03-31T03:32:46
2021-03-31T03:32:46
360,468,570
0
0
null
null
null
null
UTF-8
C++
false
false
9,623
cpp
#include "SSP_Mig_VM.h" void cSSP_Mig_VM::deploy(cSSP_Mig_Server &server, int iDay, string VMid, string vmName, int serID, bool node) { /* Fn: 单节点部署情况 * - 因为要求输出的顺序按照输入虚拟机请求的顺序,所以这个函数的调用必须按照add请求的顺序 * * In: * - server: server对象 * - iDay: 天数 * - VMid: 虚拟机ID * - vmName: 虚拟机型号 * - serID: 被部署服务器ID * - node: 单节...
[ "WDqiuhao@163.com" ]
WDqiuhao@163.com
ad0d302888aca3a04c1626e0f4d8214871803e68
a1a26d8904498ef6e7e2371d5d90b3eafcfe0002
/src/netaddress.h
b7f2e1e7e11dd0ea75ad80342b594629cbd80105
[ "MIT" ]
permissive
ParadigmCurrency/cupcoin
2c8ba447b2f04d7ae5e772e7e81197cce2f2c8a2
9dee92907d5e4e0ffc2ec58955ae9616a72a809c
refs/heads/master
2021-09-06T07:26:40.829502
2018-02-03T19:35:23
2018-02-03T19:35:23
120,123,079
0
0
null
2018-02-03T19:35:51
2018-02-03T19:35:51
null
UTF-8
C++
false
false
6,177
h
// Copyright (c) 2009-2015 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_NETADDRESS_H #define BITCOIN_NETADDRESS_H #if defined(HAVE_CONFIG_H) #include "config/cup-config.h" #endif ...
[ "35425402+ericeos@users.noreply.github.com" ]
35425402+ericeos@users.noreply.github.com
c886932a8e267a17dcd69f41ecc91286ca6d6d76
a4deda331d69a5cc5f76c2c4fca032184c2cb6a2
/Lab4(Proxy)/Proxy/mainwindow.h
d24c7e48319c2e281791d72c2aed6a25fcf226f6
[]
no_license
Gusarov2906/Patterns_Course
c1233eca3dfe769bd56d018066eb54ebacc6a819
d9020c8ccce5451d3fdd8aed8f40809b21e4d9d2
refs/heads/main
2023-04-21T01:47:25.939951
2021-05-12T19:12:08
2021-05-12T19:12:08
352,025,465
0
0
null
null
null
null
UTF-8
C++
false
false
526
h
#ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QtWidgets> QT_BEGIN_NAMESPACE namespace Ui { class MainWindow; } QT_END_NAMESPACE QT_BEGIN_NAMESPACE class QDragEnterEvent; class QDropEvent; QT_END_NAMESPACE class MainWindow : public QMainWindow { Q_OBJECT public: MainWindow(QWidg...
[ "gusarov2906@gmail.com" ]
gusarov2906@gmail.com
23410df20ca5942225c618d4dbc8b8556ee36c9a
b1af8bb863a6730e6e4e93129efbad89d33cf509
/SDK/SCUM_Halloween_Mask_Plague_parameters.hpp
ac3780386253ebe7e6edff6d582c328f14d98f33
[]
no_license
frankie-11/SCUM_SDK7.13.2020
b3bbd8fb9b6c03120b865a6254eca6a2389ea654
7b48bcf9e8088aa8917c07dd6756eac90e3f693a
refs/heads/master
2022-11-16T05:48:55.729087
2020-07-13T23:48:50
2020-07-13T23:48:50
279,433,512
0
1
null
null
null
null
UTF-8
C++
false
false
1,664
hpp
#pragma once // SCUM (4.24) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "../SDK.hpp" namespace SDK { //--------------------------------------------------------------------------- //Parameters //--------------------------------------------------------------------------- // Function ConZ.ClothesItem...
[ "60810131+frankie-11@users.noreply.github.com" ]
60810131+frankie-11@users.noreply.github.com
a6563edae0e002c018abadeb0aa605b579dc1e55
a3d6556180e74af7b555f8d47d3fea55b94bcbda
/chromeos/ash/components/dbus/pciguard/fake_pciguard_client.h
7b913113b16506ae449e4536c4c0d90c93cdcf7a
[ "BSD-3-Clause" ]
permissive
chromium/chromium
aaa9eda10115b50b0616d2f1aed5ef35d1d779d6
a401d6cf4f7bf0e2d2e964c512ebb923c3d8832c
refs/heads/main
2023-08-24T00:35:12.585945
2023-08-23T22:01:11
2023-08-23T22:01:11
120,360,765
17,408
7,102
BSD-3-Clause
2023-09-10T23:44:27
2018-02-05T20:55:32
null
UTF-8
C++
false
false
1,052
h
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROMEOS_ASH_COMPONENTS_DBUS_PCIGUARD_FAKE_PCIGUARD_CLIENT_H_ #define CHROMEOS_ASH_COMPONENTS_DBUS_PCIGUARD_FAKE_PCIGUARD_CLIENT_H_ #include <map> #include "base/comp...
[ "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com" ]
chromium-scoped@luci-project-accounts.iam.gserviceaccount.com
bf890b05d61d2484b4830b073ef12daa9c3b8988
24696350fb71423e5f9c030179bd6d3a3588bb11
/Programs/Editors/TeXworks/source/src/TemplateDialog.cpp
65fb66799d559d13efdb5b8fed4eea1251c4405c
[]
no_license
Pachel35/miktex
e72867c54b9573e2ba0d874d29a80fc628724233
9b06c1b4cdbccee897b4739b9a06ba51b7accbee
refs/heads/master
2021-01-11T18:55:43.507809
2017-01-20T13:41:57
2017-01-20T13:41:57
79,657,025
1
0
null
2017-01-21T16:20:43
2017-01-21T16:20:43
null
UTF-8
C++
false
false
3,159
cpp
/* This is part of TeXworks, an environment for working with TeX documents Copyright (C) 2008-2015 Jonathan Kew, Stefan Löffler, Charlie Sharpsteen 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 Foundatio...
[ "cs@miktex.org" ]
cs@miktex.org
e571486f5eae0639e66529cc9736f45183be6a50
d4bdfd343e95a6c1a34e98da7185008a1a42be30
/3.14.cpp
9ca0d0c32bab9433d2912a5bc8d0dda9973684f5
[]
no_license
MuhammadMueez/Chapter-3
3e853b473455313e718191b42e6a5078619a1a61
1395305628f14dc0c6a6671b76203f2bd560d80c
refs/heads/master
2020-09-21T05:50:13.751383
2019-11-28T19:17:51
2019-11-28T19:17:51
224,699,319
0
0
null
null
null
null
UTF-8
C++
false
false
630
cpp
#include <iostream> #include <string> using namespace std; class list{ unsigned int account_number; string FN,LN; double balance; public: list(unsigned int a,string f,string l,double b ){ account_number=a; FN=f; LN=l; balance=b; } void getpar...
[ "noreply@github.com" ]
MuhammadMueez.noreply@github.com
523d1674b1e11c27750ad379f34bb2a6a66a7107
10f2d4a9d0e37297bf492b3b4dbe88a44ce60efe
/Surface_Framework_VS2017/SurfaceMeshProcessing/MeshDefinition.cpp
ed64916dc2a3bbdc764f2df499ea5be4006ecda9
[]
no_license
lilinxi/200819_DigitalGeometryProcessing
7841fa1135be35e2ce8825700793857c6821eb7f
c6c7a5cfb824f238b0e5393762061a34a3d4420f
refs/heads/master
2022-12-06T21:33:15.634931
2020-09-01T09:03:21
2020-09-01T09:03:21
288,944,753
3
1
null
null
null
null
UTF-8
C++
false
false
10,019
cpp
#include <OpenMesh/Core/IO/MeshIO.hh> #include "MeshDefinition.h" #include <queue> #include <iostream> #include <fstream> #include <cctype> bool MeshTools::ReadMesh(Mesh & mesh, const std::string & filename) { std::string path("."); auto slash = filename.find_last_of('/'); auto backslash = filename.find_...
[ "376181868@qq.com" ]
376181868@qq.com
9ec3e4ea3b7483280c205a6f389a2c6a62c2c55c
825053d0228513019a63464bb050d1dc92248fd4
/src/test/netbase_tests.cpp
1d2afaff2b594f0840c1a1dac0c93ae4adc044b6
[ "MIT" ]
permissive
3v3rt0n/dextro
29dc72b42b89665d7e8bf5d83b8ae624e4cae9d7
9ffc49f3bf9c3c103cb1e3c71875acf24aa005c3
refs/heads/master
2020-04-25T18:10:22.566801
2019-03-01T18:17:11
2019-03-01T18:17:11
158,538,155
0
0
MIT
2018-11-21T11:31:54
2018-11-21T11:31:54
null
UTF-8
C++
false
false
6,895
cpp
// Copyright (c) 2012-2014 The Bitcoin Core developers // Copyright (c) 2014-2015 The Dash Core developers // Copyright (c) 2015-2017 The PIVX developers // Copyright (c) 2017-2018 The Dextro developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/...
[ "38575542+dextrocoin@users.noreply.github.com" ]
38575542+dextrocoin@users.noreply.github.com
59cb9c830307a808c0df03ee2c944f78d0e568bc
cf64259ed74ff11ea62c28a8cf261facd85fcd4c
/TensorRT5.0-for-SSD/QT/TensorRT5.0_SSD_4/sampleSSD.cpp
7f7defcd21a29f8acf1336ae6d5a746150b421a4
[]
no_license
BarryKCL/TensorRT5.0-for-SSD
8c9ca7742868dea353e823c34a89954228703f90
04280550f98db962672e802cea3710a928aef07a
refs/heads/master
2020-06-29T19:16:16.955507
2019-08-05T07:46:05
2019-08-05T07:46:05
200,601,230
4
0
null
null
null
null
UTF-8
C++
false
false
18,705
cpp
#include <stdio.h> #include <sys/time.h> #include <time.h> #include <cassert> #include <cmath> #include <cstring> #include <cuda_runtime_api.h> #include <unordered_map> #include "BatchStream.h" #include "NvCaffeParser.h" #include "NvInferPlugin.h" #include "common.h" using namespace nvinfer1; using namespace nvcaffe...
[ "noreply@github.com" ]
BarryKCL.noreply@github.com
5861db909608f95cccb22031877f20c85207758f
6c66637d1fab46bc6cf11532b975123a23fffffc
/SaharaCoreBanking/include/login.hpp
c8f8d525e7054199e6a376a1411eaf85a67ae7c0
[]
no_license
PriyankaNaikade/Core-Bank-Management-System
acbf3513448b6c8980ff977f5d2f604bbab5f320
99e13749226627c19b1c5c403e068c2e9f717fb7
refs/heads/main
2023-02-01T04:19:35.462046
2020-12-10T02:02:50
2020-12-10T02:02:50
320,130,775
0
0
null
null
null
null
UTF-8
C++
false
false
595
hpp
#ifndef login_h #define login_h #include<iostream> #include<string> #include<occi.h> #include<unistd.h> #include<termios.h> #include"bankemployee.hpp" #include"generalmanager.hpp" #include"regionalmanager.hpp" #include"branchmanager.hpp" #include"validation.hpp" using namespace oracle::occi; using namespace std; clas...
[ "noreply@github.com" ]
PriyankaNaikade.noreply@github.com
034c7962ef5bb2b953c508504aeb19e6aaa56169
d662394848bb2e13ffe74cfa5b417171d3a09993
/konwersja.h
a0bdb4b54eda7c30ecb42d1ce66f0224103fcacb
[]
no_license
MonikaBurek/KsiazkaAdresowaObiektowo
49d45eaa28a9838522991ed944d7b4c1b8247fc5
bdb7a817872c2ba39846d63f5af886d873cc050d
refs/heads/master
2021-01-25T12:37:19.158406
2018-03-19T09:55:50
2018-03-19T09:55:50
123,488,116
0
0
null
null
null
null
UTF-8
C++
false
false
177
h
#include <iostream> #include <sstream> #include <string> using namespace std; class Konwersja { int liczba; public: string konwerjsaIntNaString (int liczba); };
[ "monika.burek.programistka@gmail.com" ]
monika.burek.programistka@gmail.com
93a42bed943e7f6f6bafde13ba69d9894c3f8e2b
5f357c96e409b6950617d4bce10923f69bd45e6d
/연습/재귀/부분수열의합(브루트포스)/부분수열의합2.cpp
e430dc73b635c27a1ee957e3cc3f5423a2509840
[]
no_license
nothingct/BOJ-CT-EX
47836f6245e1f73a44f40e40a1a549f55cdb0b78
b0e6edad1bfbf15e9184b261c4a3dc36197f104c
refs/heads/master
2023-09-01T20:23:39.682764
2021-10-30T13:24:41
2021-10-30T13:24:41
401,920,165
0
0
null
null
null
null
UTF-8
C++
false
false
421
cpp
#include <iostream> using namespace std; bool c[20*100000+10]; int a[20]; int n; void solve(int index, int sum){ if(index==n){ c[sum]=true; return; } solve(index+1,sum+a[index]); solve(index+1,sum); } int main(){ cin>>n; for(int i=0; i<n; i++){ cin>>a[i]; } solve(0,0); int num=1; while...
[ "nothingct@naver.com" ]
nothingct@naver.com
af035de6e597fe9fd6aeb45c5d5c9acbf230b62a
45a209e442b0c2c31fbc7954f60905f5bcace834
/ObjectDetectionDPM/FastDPM-2014-May/funs/analyze_model.cpp
7bbb1e90374f1b887b80e8c04870d27729a9dbcd
[]
no_license
Julyhan/ObjectDetection
46a6514340e1e2a173d5ddfb4c16dabcbfe7c07b
e6c62635dacfe8c80c68c982a3567f71d1682dcc
refs/heads/master
2021-01-10T16:40:13.306759
2015-11-06T06:57:16
2015-11-06T06:57:16
43,993,570
2
4
null
null
null
null
UTF-8
C++
false
false
3,019
cpp
#include "../PM_type.h" void PM_type::analyze_model( MODEL &model ) { if( model.numfilters!=model.filters.size() ) throw runtime_error(""); model.x_filters.resize( model.numfilters ); for( int i=0; i!=model.numfilters; i++ ) model_get_block( model, model.filters[i], model.x_filters[i] ); // int comps = model....
[ "hansiyang_julie@163.com" ]
hansiyang_julie@163.com
d225fa0e61ae0801ed1179d6a98f3ec2899ef956
46c053bb12e23853950952029ea2464b572f62e6
/KKBase/GoalKeeperSimple.cpp
e1f30d4e42e157d876c727377649ab53b37bb94b
[]
no_license
KurtKramer/KSquareLibraries
c2b56bb0b8e8a68f9fd242c4822f9703a72ac32e
c532ab6de38663e6fd55247f6e3171ef8a2751e6
refs/heads/master
2022-02-27T15:57:51.532287
2021-11-27T15:23:23
2021-11-27T15:23:23
16,259,859
0
3
null
2022-01-14T06:22:31
2014-01-26T19:26:59
C++
UTF-8
C++
false
false
10,201
cpp
/* GoalKeeperSimple.cpp -- Implements blocking routines to support thread synchronization. * Copyright (C) 1994-2011 Kurt Kramer * For conditions of distribution and use, see copyright notice in KKB.h */ #include "FirstIncludes.h" #include <cstdio> #include <errno.h> #include <istream> #include <iostream> #include <...
[ "kurtkramer@gmail.com" ]
kurtkramer@gmail.com
c51aad3a8e9228563d6c23a7733f74aab848345e
cef8d1ddd7c64582b56458b0ebf3fb39423e3f67
/third_party/OpenMesh-8.1/Doc/Examples/traits4.cc
ba37aa367d703e982101c480507a3cb02e574fe5
[ "MIT", "BSD-3-Clause" ]
permissive
dantros/grafica_cpp
ecb9c093a7270933fe27bb6b018380c6bdff006f
1ad0283295e79b755c546f50944f433c290b5c25
refs/heads/dev
2023-08-26T04:55:34.883134
2021-10-18T04:24:36
2021-10-18T04:24:36
356,721,014
1
5
MIT
2021-10-18T00:40:53
2021-04-10T23:27:32
C++
UTF-8
C++
false
false
162
cc
struct MyTraits : public OpenMesh::DefaultTraits { VertexTraits { int some_additional_index; typename Base::Refs::FaceHandle my_face_handle; }; };
[ "5720443-dacalderon@users.noreply.gitlab.com" ]
5720443-dacalderon@users.noreply.gitlab.com
9c06ebb762b5ef030f8f25411ba844b0ab2deae5
b3f0e59f400e9bd3aaaee941e08daa7fad03ea3e
/Products/GlowConductor/Source/CustomFollow.cpp
e5234766e33220de73c7547568d8fcf8fdf23f5e
[]
no_license
AkihiroSato0309/MyProducts
acc86fabe6fa08ab1a8250ec6872f04babc7d053
3600677d850d88a7454359f35c61ff19f0539ec3
refs/heads/master
2020-12-12T21:00:52.773024
2015-03-10T17:35:16
2015-03-10T17:35:16
29,896,990
0
0
null
null
null
null
UTF-8
C++
false
false
1,865
cpp
#include "CustomFollow.h" USING_NS_CC; // クリエイト関数 CustomFollow* CustomFollow::create(Node *followedNode, const Rect& rect) { CustomFollow *follow = new CustomFollow(); if (follow && follow->initWithTarget(followedNode, rect)) { follow->autorelease(); return follow; } CC_SAFE_DELETE(follow); return nullptr; ...
[ "gaigurensetuna@gmail.com" ]
gaigurensetuna@gmail.com
65d0055de9d7501b6e67243ff57cab15b2dae268
41eff316a4c252dbb71441477a7354c9b192ba41
/src/PhysX/physx/source/lowlevelaabb/src/BpMBPTasks.cpp
b9b8de5b5308952d5127bb050cecb00f1c583234
[]
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
1,701
cpp
// // 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
df7da489c0394b1553a0948d04f7ac9b5b0ba9a3
bc55ea42f16010a4bc60842383b0b409e5556d11
/code/MatrizConcurrente.h
2b98a43e4065138b7efea859f19eb5f53584a66f
[]
no_license
CS1103/unidad-6-programacion-concurrente-FJ98
4faf570bd9f55c195fc7f2e26c956d03d8bfe42e
edee014613dc9514b7f22960bca92ecaa60ae8b4
refs/heads/master
2022-01-10T14:16:08.974573
2019-06-23T01:24:43
2019-06-23T01:24:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,592
h
// Created by felix on 6/19/2019. #ifndef CODE_MATRIZCONCURRENTE_H #define CODE_MATRIZCONCURRENTE_H #include <iostream> #include <random> #include <thread> #include <vector> static const int NUM_HILOS = 4; using namespace std; template <typename T> class MatrizConcurrente{ int filas; int columnas; T** ma...
[ "felix.solano@utec.edu.pe" ]
felix.solano@utec.edu.pe
2b18b860610548d2096db4333f16aa9309816ca9
a177fb5db912bf0cad08c704d1dd934acbc5fe4e
/DES.cpp
f97c37ee1de81b2381e589053db7134f7e8e37aa
[]
no_license
Lichuza/CRYPT-3
1ae7e2ff5dc84e1bce5f3a2a010f0083f7323c17
fa121b4200ba14a21c86945b653059e64c67952e
refs/heads/master
2020-06-05T18:54:58.938166
2019-06-18T10:24:33
2019-06-18T10:24:33
192,517,617
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
4,937
cpp
#include "DES.h" DES::DES(const string msg, const string key) { //Вызов метода преобразования в 2-ый код transformationBit(msg, bitOrderMsg); //Добавление ключа в вектор и его вывод cout << "Ключ: " << endl; for (int i = 0; i < key.length(); i++) { bitOrderKey.push_back(key[i]); cout << bitOrd...
[ "noreply@github.com" ]
Lichuza.noreply@github.com
8633950f6612997e14a732ca3016311d37c59dd4
58b3c281ced748f793365f4139287c33cd7159ed
/class.cpp
966dcb4b6d2eadb02e98b2a8d349dc2ec2ab27c1
[]
no_license
VinodhTandrothu/Vinodh
ff57ca1a2c3791b240fffeb7c2c4eb7540906d83
c47d0bf290e49f83ee7abb6f4b76f3a18dfa586a
refs/heads/master
2020-05-27T20:33:55.444198
2017-06-28T14:51:17
2017-06-28T14:51:17
95,676,906
0
0
null
null
null
null
UTF-8
C++
false
false
458
cpp
#include<iostream> //using std::cout; //using std::endl; using namespace std; class car { public: /*speed and fuel are the data members*/ int speed; float fuel; /*carSpeed is the member function*/ void carSpeed(){ cout<<"Enter the carSpeed"<<endl; cin>>speed; cout<<"The given ...
[ "noreply@github.com" ]
VinodhTandrothu.noreply@github.com
8c621966d66194ee4ace00b91ed0d95dbc5fd187
000546c22a1aa2e746a8499e605841a2ac4c60dd
/lib/min_cost_max_flow.cpp
d31946d85afb9b8ae5c1de5aac178ab2f9008dec
[]
no_license
leandrovianna/programming_contests
be19a11e0f9e84f519628e78f56df8035f7c7501
78e31f4e327be819dd310df4d346b7ac2934f7dd
refs/heads/master
2021-07-13T07:36:59.095154
2021-07-10T14:14:05
2021-07-10T14:14:05
77,759,229
1
0
null
null
null
null
UTF-8
C++
false
false
3,259
cpp
// Min cost max flow // UVA 10594 - Data Flow #include <bits/stdc++.h> using namespace std; const int INF = numeric_limits<int>::max(); const int64_t LINF = 1000LL * 1000 * 1000 * 1000 * 1000 * 1000LL; const int N = 150; // number of vertex const int M = 4*5002; // number of edges struct edge { // v - from vertex ...
[ "leandro97vianna@gmail.com" ]
leandro97vianna@gmail.com
ebe70a06e32d8cc3bac6ab259bdf5d3cfb208743
96e7347db30d3ae35f2df119a18472cf5b251fa2
/Classes/Native/mscorlib_System_Array_InternalEnumerator_1_gen2534388435.h
b40463de2e3112be48485b02190e04dd43b94565
[]
no_license
Henry0285/abcwriting
04b111887489d9255fd2697a4ea8d9971dc17d89
ed2e4da72fbbad85d9e0e9d912e73ddd33bc91ec
refs/heads/master
2021-01-20T14:16:48.025648
2017-05-08T06:00:06
2017-05-08T06:00:06
90,583,162
0
0
null
null
null
null
UTF-8
C++
false
false
1,472
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> // System.Array struct Il2CppArray; #include "mscorlib_System_ValueType4028081426.h" #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "...
[ "phamnguyentruc@yahoo.com" ]
phamnguyentruc@yahoo.com
d869df074728f0b835b0f67761a98cf21d51a78e
508bfb3220be28811600a2cbf0aabae382f78775
/AcademicCrawler-sdk/Qt/Qt-4.6.2/include/QtGui/qcolor.h
03ac04f83c97e18dd8368a67c93e8e0af385eff1
[]
no_license
darkbtf/academic-crawler
295f3bd74b18e700402bc2be59f15694d6195471
5dfcb0f1b88b93aa7545ef233344a41570011532
refs/heads/master
2021-01-01T19:21:00.162442
2011-03-10T16:29:25
2011-03-10T16:29:25
42,468,175
0
0
null
null
null
null
UTF-8
C++
false
false
9,085
h
/**************************************************************************** ** ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the QtGui module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:L...
[ "ulmonkey1987@7c5ce3f8-edad-37de-be84-b98c484540b5" ]
ulmonkey1987@7c5ce3f8-edad-37de-be84-b98c484540b5
81edf1276c0bc3ad1bfc8c0a163b0abf9bb618b0
6d97adade802da7b23c50bbe97d88c175a92c0d0
/include/fibio/fibers/future/detail/task_object.hpp
ca4ade289a2078d24f92438e40b2f21ab3562279
[ "BSD-2-Clause" ]
permissive
jf4210/fibio
590863bc015a14c047df64d771671c1f0fe5719d
be00dcc894c7ca3ff70e2692d458e9ca5689227a
refs/heads/master
2021-01-22T17:38:45.828817
2014-12-06T17:25:30
2014-12-06T17:25:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,288
hpp
// // task_object.hpp // fibio // // Created by Chen Xu on 14-3-29. // Copyright (c) 2014 0d0a.com. All rights reserved. // #ifndef fibio_fibio_fibers_future_detail_task_object_hpp #define fibio_fibio_fibers_future_detail_task_object_hpp #include <boost/config.hpp> #include <boost/throw_exception.hpp> #include <...
[ "windoze.net@gmail.com" ]
windoze.net@gmail.com
ba87a29a521cfc1189cef7671e25d81f7dbdee46
07306d96ba61d744cb54293d75ed2e9a09228916
/External/NaturalMotion/morpheme/SDK/euphoriaCoreBehaviours/AutoGenerated/Behaviours/BalanceBehaviour.h
38f2c0ec298edc8bbb09e973828795bb16c87775
[]
no_license
D34Dspy/warz-client
e57783a7c8adab1654f347f389c1dace35b81158
5262ea65e0baaf3f37ffaede5f41c9b7eafee7c1
refs/heads/master
2023-03-17T00:56:46.602407
2015-12-20T16:43:00
2015-12-20T16:43:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
57,862
h
#pragma once /* * Copyright (c) 2013 NaturalMotion Ltd. All rights reserved. * * Not to be copied, adapted, modified, used, distributed, sold, * licensed or commercially exploited in any manner without the * written consent of NaturalMotion. * * All non public elements of this software are the confidential * i...
[ "hasan@openkod.com" ]
hasan@openkod.com
659cfafbd9115bed42ee33ec343500691e975bf0
8a89399c989d50ef7f68fe7fcb9c8d136950fd78
/Priority Queue STL/functor.cpp
3d3d29caea2a16e852af36b61b2afda6898da4fd
[]
no_license
sagar-1711/STL-in-C-
2ecb0a4e1789b50cf34b4e51d9ad5f364b71ce24
5b73afdf52072b72b6e22bbceb897877232a94a6
refs/heads/master
2022-11-10T16:49:51.240074
2020-06-28T15:24:44
2020-06-28T15:24:44
273,093,958
5
0
null
null
null
null
UTF-8
C++
false
false
326
cpp
#include <iostream> #include <cstring> using namespace std; class Fun{ public: void operator()(string s){ cout<<"Having Fun with "<<s; } }; int main() { Fun f; //Constructor f("C++"); //Overloaded () Operator = Function Call where f is an object return 0...
[ "noreply@github.com" ]
sagar-1711.noreply@github.com
7436b20919b6a29a914ecdfe6da668a9984d406c
777985190483ca0fb31fd4a2639b904156c7ee82
/Exercício_em_C_2º_Semestre/Lista-Matriz-Exercicio6.cpp
03a4be9922c022855c9d9f88950b1568390d551d
[]
no_license
NiksonHernandes/Exercicios_em_C
74407b90190ecca4db1fdf88251759173fbbeb25
18dd72537a10a95029af9903e85bd98128636944
refs/heads/main
2023-07-31T10:03:19.184314
2021-10-02T18:08:50
2021-10-02T18:08:50
387,947,506
2
0
null
null
null
null
UTF-8
C++
false
false
982
cpp
#include <stdio.h> #include <stdlib.h> int main() { /*RECEBA E FAÇA A SOMA DOS ELEMENTOS PARES DA MATRIZ E ESCREVA O RESULTADO NA TELA*/ int mat[3][3]; int i, j, par = 0; //entrada de valores da MATRIZ for(i=0; i<3; i++) { for(j=0; j<3; j++) { printf("Valor...
[ "noreply@github.com" ]
NiksonHernandes.noreply@github.com
6d12b2f1c0536e36d3588a3acea2390a6c719c4a
30ea4fa9df62d3f781778e8fc0472fde97f5d188
/devel/include/imagelistener/imageViewingResponse.h
9babf3f52b0f445b5126e572cc1b62c0b042f747
[]
no_license
tivanovska/monitoring_code
d10454f52fe697f71a112f38024e8a32cb6d2e90
4bf83ca1c845a667061a5191803dbbee442834d7
refs/heads/master
2021-01-18T14:18:16.292871
2017-04-06T14:12:28
2017-04-06T14:12:28
84,337,865
0
0
null
null
null
null
UTF-8
C++
false
false
4,987
h
// Generated by gencpp from file imagelistener/imageViewingResponse.msg // DO NOT EDIT! #ifndef IMAGELISTENER_MESSAGE_IMAGEVIEWINGRESPONSE_H #define IMAGELISTENER_MESSAGE_IMAGEVIEWINGRESPONSE_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/bu...
[ "ivanovskayatv@gmail.com" ]
ivanovskayatv@gmail.com
fefd045039b5f10e556441b6dfc5c7f5464a8d1a
9897632511c0f9dcad6dbf5a84801ebd1813b21f
/include/Custom.h
3fa46e9ebd45571f78f24f469667edbc0ae36ee3
[]
no_license
robocupmipt/Communication
c4b2d81989f17618bfc06e71ea6a7baa58137c3b
7f747ebcd7b72e11d9fb7c9d4bb1b0d0b20f59e3
refs/heads/master
2020-05-02T11:32:28.018471
2019-04-01T15:34:54
2019-04-01T15:34:54
176,146,904
0
0
null
null
null
null
UTF-8
C++
false
false
532
h
// // Created by Vladislav Molodtsov on 2019-03-31. // #include"GCStates.h" #ifndef __CUSTOM_H__ #define __CUSTOM_H__ /* --------------------- Custom classes ------------------------ */ /* * * You can change these on your own. * */ /* * * Input class for trasnmission * */ namespace message { class Receive...
[ "molvlad@frtk.ru" ]
molvlad@frtk.ru
6f848039d9cdd217cf76b33bf9500ded401ca818
bdf82a1df2993812355521e098d9c804004f4ff7
/samples/SpritesSample.cpp
fa67c7b2505037d71d7ff6c649cf960702168bf4
[ "Unlicense", "LicenseRef-scancode-public-domain" ]
permissive
elnormous/ouzel
0561dce5c04d1c9990c9d3f0ff5d747b93a3b77a
b44958765b412bad80a8f621c3c99ac00ed7f429
refs/heads/master
2023-08-06T23:51:10.982327
2023-07-25T05:02:14
2023-07-25T05:02:14
48,319,858
1,053
144
Unlicense
2023-07-23T10:41:29
2015-12-20T12:40:52
C++
UTF-8
C++
false
false
4,647
cpp
// Ouzel by Elviss Strazdins #include "core/Engine.hpp" #include "scene/Animators.hpp" #include "SpritesSample.hpp" #include "MainMenu.hpp" using namespace ouzel; using namespace input; using namespace math; namespace samples { SpritesSample::SpritesSample(): hideButton{"button.png", "button_selected.png...
[ "elviss@elviss.lv" ]
elviss@elviss.lv
3d7b7a99a976b8e7f275067d0a0e5d8ca9a73793
68babc9cbbd92b335c72acd1da10b1629cc14dce
/tle16c6s1.cpp
c9c63e17b6f75eb96dbe5de223b0b48731c75a16
[]
no_license
henrytwo/Competitive-Programming
145f3ee552c9998dc2c1490fd4083ebd4edf36a5
066c122ed34ef64edc6d5aba11694ec7a8657446
refs/heads/master
2021-03-27T11:52:34.641374
2019-02-16T03:51:32
2019-02-16T03:51:32
115,444,329
0
0
null
null
null
null
UTF-8
C++
false
false
115
cpp
// tle16c6sa.cpp #include <iostream> using namespace std; int main() { int m; cin >> m; cout << m << endl; }
[ "henryt.inc@gmail.com" ]
henryt.inc@gmail.com
604d492514214ce11dd737b4076fdfb459d6eb23
400983ad7be2f7face799c0fd19b4d655ffa7725
/robotProgram.cpp
c0fdb41760fe3ea6abf597e9dc5be8295cef826a
[]
no_license
AdityaTeltia/C-DS-Algo
6bf88bd2c17941f03e618aeab741a80f67896f25
0d51e49dee04d6a1047918050ba2a82e88aed172
refs/heads/master
2023-02-28T06:28:42.300938
2021-02-04T11:32:28
2021-02-04T11:32:28
317,859,846
1
0
null
null
null
null
UTF-8
C++
false
false
306
cpp
#include<iostream> #include<cstdlib> using namespace std; int main(){ int t; cin>>t; while(t--){ int x,y; cin>>x>>y; int diff = abs(x-y); if(diff>1){ cout<<x+y+2*(diff-1)-diff+1<<endl; }else{ cout<<x+y<<endl; } } }
[ "teltia.aditya22@gmail.com" ]
teltia.aditya22@gmail.com
d6021e7d6caefc699edb37c18c919c7ba2ae2bd6
51542a7cc298f054dadafa35622425453ec1a4fc
/src/common/stream.cpp
c1f472c8a5fd76512ed7ea4b14c383d08475a190
[ "Apache-2.0", "MIT" ]
permissive
59de44955ebd/ProjectorRays
21e0270325f5a548db87254851bd3ec85eded548
32e2a166df23bf5af2bd5d10b45252ce4bbe5d77
refs/heads/master
2023-08-31T12:58:03.327901
2021-10-25T17:11:28
2021-10-25T17:11:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,890
cpp
#include <iostream> #include <boost/endian/conversion.hpp> #include <zlib.h> #include "common/stream.h" namespace Common { size_t ReadStream::pos() { return _pos; } size_t ReadStream::len() { return _len; } void ReadStream::seek(size_t pos) { _pos = pos; } void ReadStream::skip(size_t len) { _pos ...
[ "dservilla@gmail.com" ]
dservilla@gmail.com
a36f36abd94d37081421e7dd3b56ececd9fa541b
e99c20155e9b08c7e7598a3f85ccaedbd127f632
/ sjtu-project-pipe/thirdparties/VTK.Net/src/Graphics/vtkWarpScalar.cxx
b15811e740c3c90e592434f78a0dcb794fec30af
[ "BSD-3-Clause" ]
permissive
unidevop/sjtu-project-pipe
38f00462d501d9b1134ce736bdfbfe4f9d075e4a
5a09f098db834d5276a2921d861ef549961decbe
refs/heads/master
2020-05-16T21:32:47.772410
2012-03-19T01:24:14
2012-03-19T01:24:14
38,281,086
1
1
null
null
null
null
UTF-8
C++
false
false
5,062
cxx
/*========================================================================= Program: Visualization Toolkit Module: $RCSfile: vtkWarpScalar.cxx,v $ Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. ...
[ "useminmin@gmail.com" ]
useminmin@gmail.com
3e80c8fe0719e1f8d41e389684a5b0f61305d4e4
c34ccba4b64edac42e2835eaf6910655cac33a94
/chapter01/fibonacci.cpp
d4e7d58fa2cbe2db0451177fbc696271a98ab986
[]
no_license
Tasselmi/algorithms_in_cpp
139c094d81d13d855ac702454e51233af13202ae
5795faffc130cba7c7e29bb891196bb96fdae6c5
refs/heads/master
2023-01-05T21:45:49.969586
2020-11-04T14:25:53
2020-11-04T14:25:53
272,497,557
0
0
null
null
null
null
UTF-8
C++
false
false
1,502
cpp
// // Created by Tasselmi liang on 2020/5/24. // page28 practice 20 // the n-th fibonacci number, the 1st is 1 // #include <iostream> using namespace std; unsigned long long fibonacci(int n) { if (n <= 2) return 1; else return fibonacci(n - 1) + fibonacci(n - 2); } //better solution unsigned long long fibonac...
[ "tasselmi@yeah.net" ]
tasselmi@yeah.net
38f0e021d7a63018272560cfac619ec9ec7d90fa
d0fd578119b3442e1560799a621bc0e0d7313979
/14-FromCPP/FromCPP.cpp
ec57cf57780f245d08c03a97a0c97c4e3556d96d
[ "BSL-1.0" ]
permissive
simoncblyth/boost-python-examples
5ae69d9868615eac2f8c838fb7ac9fdc805cb0c0
7c6b87385e766adea6cc4b43868c1bfd5c1ea0da
refs/heads/master
2021-01-17T05:08:46.794377
2016-08-09T09:36:40
2016-08-09T09:36:40
65,181,492
1
0
null
2016-08-08T07:13:34
2016-08-08T07:13:34
null
UTF-8
C++
false
false
1,309
cpp
// http://stackoverflow.com/questions/14179279/use-boost-python-in-c-to-access-to-array-of-functions-defined-in-python #include <iostream> #include <boost/python.hpp> #include <functional> #include <vector> using namespace std; namespace bp = boost::python; typedef function<double(double, double, double)> CPP_Func...
[ "simon.c.blyth@gmail.com" ]
simon.c.blyth@gmail.com
ff83f68ca4f3d63a4b7282d90710e54a96a13f26
011a7e0442b58a919fd1de0434200e91ddd2c705
/CPP/CPP 1/Projects/Battle Arena/Battle Arena/SumonSimpleUndead.h
74c9d9941053032c5d617da77a5d4ba3530460a8
[]
no_license
Pater1/NeumontArchive
d9240e61aed0debc436e7d9f8a79ad27c19f4e5a
5de13a1e88926a0f26a51c4eefa33125ad6bd174
refs/heads/master
2020-05-05T13:39:23.370893
2019-04-08T07:10:08
2019-04-08T07:10:08
180,087,692
0
0
null
null
null
null
UTF-8
C++
false
false
252
h
#pragma once #include "Attack.h" class SumonSimpleUndead : public Attack{ public: SumonSimpleUndead(); ~SumonSimpleUndead(); bool Throw(Character * self, std::vector<Character*>* allys, std::vector<Character*>* targets, std::ostream * out); };
[ "PConner000@gmail.com" ]
PConner000@gmail.com
2d5ee9132b52acc3dea00b008b6159ecbbe3361f
0e79ea56fa3f47ae54c3eeeaa8fc369b751e5615
/src/utils/RandomGenerator.h
870fb5dc7f200ae15fedaf2b8990b9e3a9248eae
[ "MIT" ]
permissive
adweathers/MQSim
1b33836d973dd8b53e726677cb5f3e7a5da93d34
d7cb654bd69b38667aae31f2a7619ca6846551b7
refs/heads/master
2020-04-19T12:43:27.400382
2019-04-25T21:00:21
2019-04-25T21:00:21
168,199,160
0
0
MIT
2019-01-29T17:42:48
2019-01-29T17:42:47
null
UTF-8
C++
false
false
1,139
h
#ifndef RANDOM_GENERATOR #define RANDOM_GENERATOR #include <cstdint> #include "CMRRandomGenerator.h" namespace Utils { class RandomGenerator { public: RandomGenerator(int); uint32_t Get_uint(uint32_t max_value); int32_t Get_int(int32_t max_value); double FloatRandom(); double Uniform(double a, double b)...
[ "arash.tavakkol@inf.ethz.ch" ]
arash.tavakkol@inf.ethz.ch
76acf66a21b933aa5882ae43c9273c03c9d0387d
390c1223d800446ccf9e64f9241aa4a37694b160
/spiS.ino
1833ba9f2ce8ded0d96d3a89b298d1067f35f8b6
[]
no_license
Gulden8a/networking
f8fc354e25a3b2248ffa4381a9e3ca73e7179706
455be20b08594ed92d59a708b621887415b05f7d
refs/heads/master
2021-01-20T17:54:34.588310
2016-07-13T04:24:46
2016-07-13T04:24:46
63,214,071
0
0
null
null
null
null
UTF-8
C++
false
false
559
ino
#include <SPI.h> char buf[150]; volatile byte pos; volatile boolean recibido; int state=0; int datox=0; void setup() { Serial.begin(9600); pinMode(50,OUTPUT); pinMode(10,OUTPUT); pinMode(9,INPUT); SPCR |= _BV(SPE); pos = 0; recibido = false; SPI.attachInterrupt(); } ISR( SPI_STC_vect) { esstado=...
[ "noreply@github.com" ]
Gulden8a.noreply@github.com
447b2997a74c162ac6ad64b6d0e33f3a26a314f1
2fe26f0bbfe283591aa88abc5d296ae25b2b094a
/src/item_magic.cpp
3f334033355ce103325380bbdfec3a91e4a3403f
[]
no_license
nkg114mc/d2i-generator
6538568e37721aca925ef967fffb03bcbdc938d9
34d5158e953048c670ecff0a05b7a77c1f7c187f
refs/heads/master
2023-08-17T14:35:30.413636
2023-08-10T17:33:19
2023-08-10T17:33:19
411,184,325
0
0
null
null
null
null
UTF-8
C++
false
false
49,592
cpp
#include <iostream> #include <sstream> #include <cassert> #include <map> #include <string> #include <utility> #include "items.h" void addUnaryMagic(ComplexItem &item, int code, MagicValue &value) { MagicAttribute magic; magic.propCode = code; magic.valueCount = 1; magic.mValues[0] = value; // add to it...
[ "nkg114mc@hotmail.com" ]
nkg114mc@hotmail.com
84664c59f8f5d27652311a3316d6a254e15a13b9
c29bb8431cd029b3190fc88023bdd468ff306f09
/QLearn/QLearn/Header.h
7f5b4db06c7e56361824fdeb2a76389ef34b1277
[]
no_license
KWCorp/QLearning
e5e72da95394aee9414828be31977b66d3525b99
3a09ff6e3b3c680df3f2a143d85843cf6fc7a162
refs/heads/main
2023-06-30T22:40:10.345872
2021-08-02T16:32:40
2021-08-02T16:32:40
383,716,686
0
0
null
null
null
null
UTF-8
C++
false
false
4,124
h
#pragma once namespace qln { #define MAX(a,b) (a > b ? a : b) template <const size_t Dim> struct QDLearner_M { size_t S[Dim]; float** Q; float LF = 0.01, DF = 0.01; size_t state, action; QDLearner_M(size_t* _state, size_t _action) { state = 1; for (int i = 0; i < Dim; i++) { S[i] = _s...
[ "f1217@bk.ru" ]
f1217@bk.ru
d96c6df0264d743b8cb047553cffe75118bdcae8
84562e39c22e166ec96f608d5fe54e03b293889e
/matriz/src/prueba.cpp
91068768520de52f44e408807cc71d53d4abee82
[]
no_license
viictorvm/MP
194b3a42352cb69e53d3af3c27b4c6a01407a5d5
a105322b01c4da7c5ceb568e4e536d7ce74728d9
refs/heads/master
2021-08-19T03:48:40.581424
2017-11-24T16:27:10
2017-11-24T16:27:10
111,909,397
0
0
null
null
null
null
UTF-8
C++
false
false
2,994
cpp
#include <iostream> #include <cstring> #include "codificar.h" #include "imagen.h" #include "byte.h" #include "pgm.h" using namespace std; int main(){ const int MAXNOMBRE = 100; const int MAXTAM = 500; char imagen_entrada[MAXNOMBRE], imagen_salida[MAXNOMBRE]; char mensaje[MAXTAM]; Imagen img(1000,1000); int num...
[ "viictorvallecillo@gmail.com" ]
viictorvallecillo@gmail.com
d3f6c362ff48911f740669f369af65fae0992a08
aca4f00c884e1d0e6b2978512e4e08e52eebd6e9
/greed/SRM 709/Xscoregame.cpp
56b4f247190e8ea61d3babd50b5c2dfbe8ed2f4c
[]
no_license
jki14/competitive-programming
2d28f1ac8c7de62e5e82105ae1eac2b62434e2a4
ba80bee7827521520eb16a2d151fc0c3ca1f7454
refs/heads/master
2023-08-07T19:07:22.894480
2023-07-30T12:18:36
2023-07-30T12:18:36
166,743,930
2
0
null
2021-09-04T09:25:40
2019-01-21T03:40:47
C++
UTF-8
C++
false
false
5,009
cpp
#include "bits/stdc++.h" using namespace std; //HEAD_OF_JKI'S_HEADER_ //COMPARE template<class T> inline T MIN(const T x, const T y){ return (x<y)?x:y; } template<class T> inline T MAX(const T x, const T y){ return (x>y)?x:y; } template<class T> inline void UPDMIN(T &x, const T y){ if(x>y)x=y; } ...
[ "jki14wz@gmail.com" ]
jki14wz@gmail.com
9303c79ef24bf24092239b729c18c51cb565407b
fb0f5f665cd97937b2e7ecb67a47cdcd469d62e9
/LinkedList/Circular Doubly LL/CDLinkedList.h
eb82a6d6d95e9c5c3a6600b0ff9aefbf9773ed89
[]
no_license
Akus0ni/expert-spoon-cpp
fed422e727bb71951efd3b13ac124ae9fea5108a
9884b58dbd5c773b7b31e1550980d0d142cf4266
refs/heads/master
2020-07-28T02:46:50.298500
2019-09-21T19:45:28
2019-09-21T19:45:28
209,284,608
0
0
null
null
null
null
UTF-8
C++
false
false
343
h
#include"Node.h" template<class T> class CDLinkedList { Node<T>* head; Node<T>* tail; int count; public: CDLinkedList(); ~CDLinkedList(); bool IsEmpty(); int Size(); bool AddAtBegin(T ele); bool AddAtEnd(T ele); T DelAtBegin(); T DelAtEnd(); bool InsertAtPos(T ele, int pos); bool ReverseCDLL();...
[ "asoni7667@gmail.com" ]
asoni7667@gmail.com
dc2c3e2a2defeabbf6e7293a91a1b8599dd164cb
4df26aad17fc738b5420dbf924f008487a3999c5
/tests/testAutopas/tests/autopasInterface/DifferentParticlesTest.h
9ec70a2b739b40044548477ebd7ed049d18d696a
[ "BSD-2-Clause" ]
permissive
AutoPas/AutoPas
3dace4f7bc0429404697e6c17ac285b32d845126
4b6011d8cf8f7fc581b12e983ddfbac026be042b
refs/heads/master
2023-09-01T19:10:29.815259
2023-08-31T16:04:13
2023-08-31T16:04:13
128,280,579
35
11
BSD-2-Clause
2023-09-14T20:42:20
2018-04-06T00:43:49
C++
UTF-8
C++
false
false
178
h
/** * @file DifferentParticlesTest.h * @author seckler * @date 20.02.2020 */ #pragma once #include <gtest/gtest.h> class DifferentParticlesTest : public testing::Test {};
[ "steffen.seckler@tum.de" ]
steffen.seckler@tum.de
4f46ee4f7e0eb50ccf5daa4cb4ac2b24f3f6ca7f
0d1a101c3dbf58adfd1ae7543cfe3bd9ea39ac91
/blasius_laminar_github/10/U
414568718a69caa996f20f88e87ba04d0bb78a55
[]
no_license
tsam1307/OpenFOAM_laminar_BL
74fe2faee653d0a9b2bcbfa0fe42654c90f4f92e
2d9518b57804f265d2bb40079fbab2bac979c176
refs/heads/main
2023-05-07T13:49:41.832067
2021-05-28T19:33:12
2021-05-28T19:33:12
371,780,408
0
0
null
null
null
null
UTF-8
C++
false
false
224,051
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v2012 | ...
[ "tsinghsamant@gmail.com" ]
tsinghsamant@gmail.com
05ce0e8da578e2640ab9c4804ec3c10bee04ab6e
6cdf440ab72dcb47de7cbd3dfaacfb9a1aa79328
/Source/IsWhat/IsWhat.cpp
431cdb1a64fe1064e749542908ee505550e47788
[]
no_license
langzuhesi/IsWhat
67bb9af05d8f290a31d7bdf02d3a1d4ca0604418
fc21815ec3c362c3fba36748ef95def7e4063f90
refs/heads/master
2021-01-11T20:52:03.417211
2017-06-02T04:49:57
2017-06-02T04:49:57
79,199,797
0
0
null
null
null
null
UTF-8
C++
false
false
176
cpp
// Fill out your copyright notice in the Description page of Project Settings. #include "IsWhat.h" IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, IsWhat, "IsWhat" );
[ "2502514088@qq.com" ]
2502514088@qq.com
bf592a4e16095ecd51ad9d9a4479967a7a9138f0
24653c0a8be19e46eb95451de1d961ffbcc01341
/software/src/master/src/kernel/Vsa_VPoolWorkerGeneration.h
e09589aa097fa2e98a49a22eb91fbb8b4de2a9d8
[ "BSD-3-Clause" ]
permissive
VisionAerie/vision
150e5bfa7eb16116b1e5b4bdb1bb8cee888fbfe5
e40c39e3abc49b0e2c9623204c54b900c4333f29
refs/heads/master
2021-01-19T09:23:34.429209
2019-01-30T17:10:59
2019-01-30T17:10:59
82,104,368
2
1
BSD-3-Clause
2019-01-30T17:11:00
2017-02-15T20:41:27
C++
UTF-8
C++
false
false
15,997
h
#ifndef Vsa_VPoolWorkerGeneration_Interface #define Vsa_VPoolWorkerGeneration_Interface /********************* ***** Library ***** *********************/ #include "Vsa.h" /************************ ***** Components ***** ************************/ #include "Vca_VRolePlayer.h" #include "Vca_VInterfaceEKG.h" #i...
[ "mcaruso@alum.mit.edu" ]
mcaruso@alum.mit.edu
55a02fed7d319f4137addce248f0d56d946ba097
c6031715faedb26b9c04d83ff3ae637d589917ba
/libtilingtools/consoleutils.cpp
f5276e314612091c81fdc6b0eb64c51a335a3810
[]
no_license
weexp/TilingTools
13f061035c93a9cb64299b5310d3300eb6de491a
fbb7bbf8f240457a02512a1154c94774f46fa1ea
refs/heads/master
2021-10-26T04:17:31.912025
2019-04-10T08:48:58
2019-04-10T08:48:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,119
cpp
#include "consoleutils.h" #include "stringfuncs.h" #include "filesystemfuncs.h" string GMXGDALLoader::strGDALWinVer = "201"; #ifdef _WIN32 void GMXGDALLoader::SetWinEnvVars (string strGDALPath) { wstring wstrPATH = (_wgetenv(L"PATH")) ? _wgetenv(L"PATH") : L""; wstring strGDALPathW = GMXString::utf8toWStr(GMXFileS...
[ "mike@scanex.ru" ]
mike@scanex.ru
f2178953eda44d5f055e5ee68954ecec89711c25
454e2f3fa0c95cc8d63ad393cba26f8724724eb4
/lab-05-abstract-factory-pattern-applefactory/Container.hpp
745a831e897cb29463a760a81184d42756d09f67
[]
no_license
gojiman23/stuff
fade970d47e00d0c7a5fd24a36cb8a8a980aba79
3f45360f8a703aab7c980343a22c2c4a043b28df
refs/heads/master
2021-05-03T14:20:41.660994
2018-02-22T03:19:28
2018-02-22T03:19:28
120,523,330
0
0
null
null
null
null
UTF-8
C++
false
false
1,453
hpp
// // Container.hpp // lab3 // // Created by james luo on 10/24/17. // Copyright © 2017 james luo. All rights reserved. // #ifndef Container_hpp #define Container_hpp #include <vector> #include <list> #include <string> //#include "Sort.hpp" #include "Base.hpp" //#include "selectionSort.hpp" class Sort; class Con...
[ "dsiv001@ucr.edu" ]
dsiv001@ucr.edu
f5f944db4117d7639037ff02b2f379bf537235e2
d532d84b91edce76c63608717f8ec6334c523162
/VRClassroom/src/Source/VRClassroom/Public/MyClass.h
61e5dae7aaeaac8c20071c4af17f8ccc24e37b32
[]
no_license
dannyp99/VRClassrooms
a50172d7def738b1a40cdcc25ef9df5cf0f8ecc4
56654a8c6a01716a36659a377d53825efa591bc3
refs/heads/master
2023-03-28T04:18:24.105304
2021-04-01T05:32:55
2021-04-01T05:32:55
353,580,698
2
0
null
null
null
null
UTF-8
C++
false
false
200
h
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreMinimal.h" /** * */ class VRCLASSROOM_API MyClass { public: MyClass(); ~MyClass(); };
[ "dannypires99@gmail.com" ]
dannypires99@gmail.com
0e88995ca63cc09ee978532adcbcc2443747b016
dee42fa549fc8a58582a23760e9b3f8d59870836
/IDCF_HTTP_Trigger/IDCF_HTTP_Trigger.ino
bef8f05e88ff6b3f2c841c1fa13e632bdff06322
[ "CC0-1.0" ]
permissive
kotobuki/esp8266_examples
e8a55d39a74c1af179e5d6b878eb332d6686ec59
47cc58206dce9e2250e2ed5e724c351d4a0ef7d1
refs/heads/master
2021-01-18T21:55:05.983707
2016-04-11T13:45:21
2016-04-11T13:45:21
42,277,630
3
3
null
null
null
null
UTF-8
C++
false
false
2,356
ino
#include <Wire.h> #include <ESP8266WiFi.h> // HDC1000を扱うためのライブラリ #include <Adafruit_HDC1000.h> // 設定ファイル #include "config.h" WiFiClient wifiClient; Adafruit_HDC1000 hdc1000 = Adafruit_HDC1000(); float temperature = 0.0; float humidity = 0.0; void printFormattedFloat(float val) { char buffer[10]; dtostrf(val...
[ "kotobuki@gmail.com" ]
kotobuki@gmail.com
8658494177f8faa3227c500fdae3fc26d8ec10da
73ba914bef8ce16b206b7294f42a6f48781d2794
/tensorflow/core/kernels/boosted_trees/stats_ops.cc
426177f3b808260db6733be9226a82eccc2fd3a2
[ "MIT", "Apache-2.0", "BSD-2-Clause" ]
permissive
mbbessa/tensorflow
9f06da39cd9ccdf6e66d3bb120d93d79780fd0d3
7fdcb7d20e3ced8e415cf18ad3cdd519ff34403c
refs/heads/master
2021-11-30T23:01:48.023661
2021-11-19T20:40:39
2021-11-19T20:52:16
171,527,703
0
0
null
2019-02-19T18:32:24
2019-02-19T18:32:24
null
UTF-8
C++
false
false
89,496
cc
/* Copyright 2018 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
f60468e85623c10ccf779712e017f160543f7563
84d3c58fb8345c43562afdf9c7271eb09b207513
/codeforces/118-Div2-B.cpp
6cf75d8bf61fd201b4e153c4636c11aece667804
[]
no_license
PieroVioleta/CompetitiveProgramming
fede69368322b8fc8746366e1f83bdf3c28dcad6
86c6330cf971ac923b5562e5745cef35ebe6980a
refs/heads/master
2020-04-15T13:53:10.294611
2019-05-23T20:29:33
2019-05-23T20:29:33
164,734,997
0
0
null
null
null
null
UTF-8
C++
false
false
391
cpp
#include<bits/stdc++.h> using namespace std; int main(){ #endif int n; cin >> n; for(int i = n; i >= -n; i--){ for(int j = -n; j <= n; j++){ if(abs(i) + abs(j) <= n and abs(i) + j != n) cout << n - abs(i) - abs(j) << " "; else{ if(abs(i) + j == n) cout << n - abs(i) - abs(j); else{ if(abs(i) ...
[ "noreply@github.com" ]
PieroVioleta.noreply@github.com
433b3ec20e7e4e16e677e5b43c10e184f4ed0a88
cd142a4e15d3576546fcb44841417039f0b8fb00
/src/double/find_axis _double.cpp
5ed2741e30bc14337f3d05d3632ae46d8269d67f
[]
no_license
mgou123/rplidar
4389819eb1998d404d1066c7b4a983972d236ce7
608c1f6da2d3e5a8bac06e8d55d8569af828a40b
refs/heads/master
2022-11-10T05:51:56.403293
2020-06-29T04:16:14
2020-06-29T04:16:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,895
cpp
#include <ros/ros.h> #include <image_transport/image_transport.h> #include <cv_bridge/cv_bridge.h> #include <sensor_msgs/image_encodings.h> #include <opencv2/imgproc/imgproc.hpp> #include <opencv2/highgui/highgui.hpp> #include <geometry_msgs/Point.h> //点 消息类型 static const std::string OPENCV_WINDOW = "Raw Image window"...
[ "492798337@qq.com" ]
492798337@qq.com
d46616f2bbec3b53bedaae1b227cc8d16b891f53
a68389cd02e6b8d1caa9513040cc4d5f970ae565
/please/ChatVR-Windows_BackUpThisFolder_ButDontShipItWithYourGame/il2cppOutput/Unity.Subsystem.Registration.cpp
fe61ad1a4033fe52425ff072ca71e8aec953c22e
[]
no_license
Breality/ChatSpace-VR
585ace201640d5856fb744be9ee0a262ad6870c7
a6f2edcf202e726014235444a7239f0d696a14f3
refs/heads/master
2023-03-26T22:55:17.157573
2021-03-29T03:08:18
2021-03-29T03:08:18
352,499,841
2
0
null
null
null
null
UTF-8
C++
false
false
39,015
cpp
#include "pch-cpp.hpp" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <limits> #include <stdint.h> // System.Collections.Generic.List`1<System.Object> struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1<UnityEngine.SubsystemDescriptor> s...
[ "anish.5@hotmail.com" ]
anish.5@hotmail.com
4fab841b3d8c46965f53095df8f1d0bb7503637a
59179e4f655a40b421fa9aeda9c90736b8c11b1b
/compiler/.history/lab1/lexical_20210414201829.cpp
291452ef5d0628275556b5cd8f836e575a8f0d49
[]
no_license
wjw136/course_designing_project
ccd39da420f0de22b39fa2fea032054f4cbe8bfd
2614928bd779bc0d996857b123e2862836d81333
refs/heads/master
2023-06-04T12:52:40.501335
2021-06-17T13:19:23
2021-06-17T13:19:23
374,384,252
0
0
null
null
null
null
GB18030
C++
false
false
5,330
cpp
#include <iostream> #include <windows.h> #include <string.h> #include <queue> #include <math.h> #include "stdio.h" #include <fstream> #define ll long long #define inf 100000 #define clr1(a) memset(a, -1, sizeof(a)) #define clr(a) memset(a, 0, sizeof(a)) using namespace std; //reserved word static char reserveword[35][...
[ "2831419633@qq.com" ]
2831419633@qq.com
1518286aca3b50e688f9f6158d80d94469d8099c
29b73bb254f166502e1969430161ecacb6d5dbf1
/include/gdcm/gdcmConfigure.h
cc6c748fef9df5f06f13d576753669438a5ef475
[]
no_license
alvin-me/MIVT
7a6407372c2fb7e63f1e3bf54704707d7748aea9
15c912cbde35fc0079cd47b28e619c1571de4b6f
refs/heads/master
2016-08-12T05:49:24.095198
2015-12-10T03:14:03
2015-12-10T03:14:03
44,356,542
3
0
null
null
null
null
UTF-8
C++
false
false
5,638
h
/*========================================================================= Program: GDCM (Grassroots DICOM). A DICOM library Copyright (c) 2006-2011 Mathieu Malaterre All rights reserved. See Copyright.txt or http://gdcm.sourceforge.net/Copyright.html for details. This software is distributed WITHOUT A...
[ "alvin.wang.csh@gmail.com" ]
alvin.wang.csh@gmail.com
e0c85e1cb5bac6d02ffa4cdfeec98d121c588952
c963958323984427bf29e17ba544d78a9b1739fd
/CBaseHL2MPBludgeonWeapon.h
5815798ecf4a3b0525728850a9b10db13eaf2ddc
[]
no_license
hentaidad/gmod-sdk
ada3beae43af4b6da401155f783b3132860b027b
8c451b5c57a1ced3da4a686ffb2cd83e42adcc3f
refs/heads/master
2020-03-19T05:25:36.394975
2018-06-03T18:35:43
2018-06-03T18:35:43
135,929,392
0
0
null
null
null
null
UTF-8
C++
false
false
381
h
//*********************************************** // SDK Generated by ValveGen (written by Chod) // File: CBaseHL2MPBludgeonWeapon.h //*********************************************** #pragma once #include "CBaseHL2MPCombatWeapon.h" #pragma pack(push,1) class CBaseHL2MPBludgeonWeapon : public CBaseHL2...
[ "noreply@github.com" ]
hentaidad.noreply@github.com
4ef29d6e9365fd64073fafcd491c1d6b03bf3fd4
0f8965ca3ef310dc0ba47f383ebdcc1bcef3616a
/ext/TslGame_MULTI_HACK-master/PUBG 2.3.34/SDK/PUBG_CustomizableObject_functions.cpp
b956375fcf0c670b2c6ce17c157a809743f8f05b
[]
no_license
sbaa2014/MFCApplication1
dc8f58200845ad6c51edb7aff72b3532ad63f532
ca6106582c77a55d50cfa209341dc424757d3978
refs/heads/master
2021-01-20T17:19:52.409004
2017-07-14T11:47:28
2017-07-14T11:47:28
95,742,921
5
3
null
null
null
null
UTF-8
C++
false
false
840
cpp
// PUBG (Beta) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "../SDK.hpp" namespace Classes { //--------------------------------------------------------------------------- //Functions //--------------------------------------------------------------------------- // Function CustomizableObject.Customiz...
[ "sbaa2009@gmail.com" ]
sbaa2009@gmail.com
dee179aaca4d67e269426723753fe7115e892d66
d7315a25b9673b84069d936069c9c5720a5125a4
/src/LRS_Converter.cpp
3f762937d3da3542c1ad0bcba921434ef34fb960
[]
no_license
marklendering/DemconRobot_control
1340ca0a92cf9b0f549ad3f3bff1027a33595b6f
276e87b4e9db6eee31eaa3bf27a50332dcff6390
refs/heads/master
2021-01-10T07:19:23.084349
2015-07-08T10:01:28
2015-07-08T10:01:28
36,788,100
0
0
null
null
null
null
UTF-8
C++
false
false
5,282
cpp
/* * * LRS_converter.cpp * * Created on: 27/05/2013 * Author: A. Zeinstra, DEMCON * * Goal of this node is to convert messages of the LRS_CAN_MAILBOX topic * to the /sensor_msgs/LaserScan * Since the Beaglebone doesn't recognise this, its converting to Beaglebone/LaserScanB. * This message is simply copied du...
[ "marklendering@gmail.com" ]
marklendering@gmail.com
c8ac9042f5d4e9a1b1095d6212649ed6cf9ea203
c2b81e9e143c9d7c3c2ec7a7e17881b7d2c16707
/chess/knight.cpp
0b8ca81de90bc157156ca1b676bb71bcc6158032
[]
no_license
cle596/ChessinC-
0273586ac90d455cf8c735239dafe015db4f8358
311ffd08e047ef29d55455a643d7226b964d9346
refs/heads/master
2021-01-20T11:45:17.522920
2016-06-25T03:37:05
2016-06-25T03:37:05
67,132,182
0
0
null
null
null
null
UTF-8
C++
false
false
246
cpp
#include "node.h" #include "macros.h" void Node::knight(int x) { for (int y = 0; y < 8; ++y) { if (board.at(x + Nmoves[y]) == '.' || in_array(board.at(x + Nmoves[y]), foe)) { moves.push_back(add_int_strings(x, x + Nmoves[y])); } } }
[ "changhanlee@gmail.com" ]
changhanlee@gmail.com
001548d51237675477e5bad2b210803306a012b7
a97b9ad50e283b4e930ab59547806eb303b52c6f
/class/4nov_plate/235/k
095485467913b5692e90c01d03161d10ab9c209e
[]
no_license
harrisbk/OpenFOAM_run
fdcd4f81bd3205764988ea95c25fd2a5c130841b
9591c98336561bcfb3b7259617b5363aacf48067
refs/heads/master
2016-09-05T08:45:27.965608
2015-11-16T19:08:34
2015-11-16T19:08:34
42,883,543
1
2
null
null
null
null
UTF-8
C++
false
false
120,643
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.4.0 | ...
[ "brennankharris@gmail.com" ]
brennankharris@gmail.com
361cbb86c3adc246c1921ca3bd4578cfd5da8bce
e54d37b0bd4c23dc3dd51fba01ed9e5cbae0c83a
/src/database/CDataCell.h
0533a6617be615fc2bccef53f1de186bbd54bad1
[]
no_license
emcifuntik/samp_cpp_gamemode
b7fdf09904de9bd4ed1e76887e25ba2b7798d376
775c68e7291e0135957a24551aec23b42cef4fa4
refs/heads/master
2020-03-19T03:37:09.940427
2018-11-25T15:03:50
2018-11-25T15:03:50
135,744,697
1
0
null
null
null
null
UTF-8
C++
false
false
2,053
h
#pragma once namespace DB { template<typename T> class CDataCell : public IDataCell { T data; DataCellConfig _config; public: CDataCell(const std::string &field, T def, DataCellConfig config = { 0 }) { if (std::is_same<T, float>::value) type = DataType::Float; else if (std::is_same<T, uint32_t>::value) ...
[ "emcifuntik@gmail.com" ]
emcifuntik@gmail.com
3278b25767ada7c9ce65f8f3db4969cfccb59194
aadd731f60d54b1dc1c97d04ec9d7c3abafab6f3
/server/interlive_rtp/avformat/rtcp_dec_extern.cpp
4cd3623936349dc7ae4a7533d25dcd0ee82a7a17
[]
no_license
asdlei99/rtcmcu
48728a95be939a9424646d987279cf43e22f1616
364a3d611a1c0c49dfaac3205e211076a19b3ab5
refs/heads/master
2020-03-28T15:16:26.022231
2017-10-24T07:10:25
2017-10-24T11:30:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
66,066
cpp
/* * Author: gaosiyu@youku.com */ #include "rtcp_extern.h" #include <iostream> using namespace std; using namespace avformat; #define LOG(sev) cout /************************************************************************/ /* parser */ /*****...
[ "zl124548@youku.com" ]
zl124548@youku.com
4a85e60161d324bbc9cc2bb99204e7cd68d32c1c
719a221de2dfdcb5d976290811e9fcf072296271
/Arduino Codes/Adaptive_Smith_Predictor_Codes/Due_Client/Due_Client.ino
f486455aa5aa403775f0062ecda13a574072c857
[ "MIT" ]
permissive
ROAD2018/WNCS_Delay_Estimation_Compensation
cbbd7e505d1bf1db84e3558e7bf83bd37f44b439
0a5eb3dff46428e4cfdc06dda5046435c259f9d8
refs/heads/master
2022-12-30T20:32:33.409517
2020-09-29T07:58:00
2020-09-29T07:58:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
970
ino
int setpoint; byte actual; byte preAct; float e; float I; float P; float D; int integral = 0; float Kp = 1.69; //0.003295; float Ki = 0.1488; //0.069; float Kd = 0; float last; float derivative; int drive; void setup() { delay(5000); Serial1.begin(115200); Serial.begin(115200); } void loop() { setpoint = 80; ...
[ "sayanchakraborty126@gmail.com" ]
sayanchakraborty126@gmail.com
d8249ad60643c6c765b8f110e172490cffe272d0
8dcfe43ed60c8bb3171d20ac4e1c7ad97eac0e38
/ember/embercustommap.h
fbfe3fbc286e33a9da3313293939a8ea1291e267
[]
no_license
gthparch/sst-elements
d9152131794a12c822bffe47089c199776649b95
a9e88a765583fb62b30415844b1f3454124e57aa
refs/heads/master
2021-01-23T22:52:39.055835
2016-11-26T22:57:47
2016-11-26T22:57:47
45,704,481
1
0
null
2016-08-27T22:32:56
2015-11-06T20:02:34
C++
UTF-8
C++
false
false
5,882
h
// Copyright 2009-2015 Sandia Corporation. Under the terms // of Contract DE-AC04-94AL85000 with Sandia Corporation, the U.S. // Government retains certain rights in this software. // // Copyright (c) 2009-2015, Sandia Corporation // All rights reserved. // // This file is part of the SST software package. For license ...
[ "fkaplan3@bu.edu" ]
fkaplan3@bu.edu
d86af45bc5dd99fdf6a7bbc58d5b31acff12d847
6e2f3b5c27df0cbcc6174bf926be729aa63ef1ea
/Include/xsim/generated/DriveDataV1.hpp
5360ae3e88ea79b1b648b73fd1c3bf72631084e9
[ "LicenseRef-scancode-object-form-exception-to-mit", "MIT", "BSL-1.0" ]
permissive
raving-bots/expansim-sdk
349b18875c9530bb4a5b32c5fd063036ce1ae269
22f5c794523abbe9c27688963b607b13671ff118
refs/heads/master
2021-10-22T10:21:00.872874
2021-10-18T19:58:47
2021-10-18T19:58:47
223,376,080
2
1
null
null
null
null
UTF-8
C++
false
false
1,525
hpp
// Copyright Raving Bots 2018-2021 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file SDK-LICENSE or copy at https://www.boost.org/LICENSE_1_0.txt) // <auto-generated> // WARNING: This file has been generated automatically. Do not edit manually, changes will be lost. ...
[ "me@catpp.eu" ]
me@catpp.eu
5dd5010e129328978aa1d0fc8f6eecaba2138f7e
0cb85cd0c88a9b9f0cca4472742c2bf9febef2d8
/CommonFiles/StuffMFC/ipaddr.cpp
a56e496b3a831ef13dd8b81a4342f651ef3c6fb8
[]
no_license
seth1002/antivirus-1
9dfbadc68e16e51f141ac8b3bb283c1d25792572
3752a3b20e1a8390f0889f6192ee6b851e99e8a4
refs/heads/master
2020-07-15T00:30:19.131934
2016-07-21T13:59:11
2016-07-21T13:59:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
20,983
cpp
#pragma title("IP Address Custom Control Implementation") // Created by Joseph A. Dziedzic, September 1997 // Revised April 1998 // Thanks to Dan Anderson, Kenny Goers, Kevin Lussier, and Doug Miller for their suggestions // and code enhancements. // Mail comments to dziedzic@ma.ultranet.com #include "stdaf...
[ "idrez.mochamad@gmail.com" ]
idrez.mochamad@gmail.com
e9e05e6e7e086ee288af7e8737bd2c4d2548781c
281d5331545ceead3d36827dcbd7f69c11d96d10
/Denocat/vendor/glm/glm/ext/scalar_int_sized.hpp
ce7fae9426deab8ab212e92f8a3a45c0749a9203
[ "MIT", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-happy-bunny", "BSD-2-Clause" ]
permissive
vresque/denocat
5846b2d78dec77d5ccf8a4a4937e789782b0aeea
852e2b7b82927daa3b2189abb3a3e44c893dc57e
refs/heads/main
2023-04-05T01:56:44.440561
2021-02-11T17:16:34
2021-02-11T17:16:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,338
hpp
/// @ref ext_scalar_int_sized /// @file glm/ext/scalar_int_sized.hpp /// /// @defgroup ext_scalar_int_sized GLM_EXT_scalar_int_sized /// @ingroup ext /// /// Exposes sized signed integer scalar types. /// /// Include <glm/ext/scalar_int_sized.hpp> to use the features of this extension. /// /// @see ext_scalar_uint_size...
[ "panemlp@gmx.net" ]
panemlp@gmx.net
b4ac7066282541340f52cdfc8f681936ba565719
5a066013bb9042d747dc12ff799e4f86d533242f
/Slave1.ino
883e2c99956dde3120e2e4abfc2357a41ea08a26
[]
no_license
myCurry30/wisdom_wc
5e294e06be5c7e0d136d0d12a3304a3daf751186
c51c746130fb73e591c9000ebb564c504171b1d5
refs/heads/main
2023-03-28T00:20:04.657864
2021-03-25T06:21:22
2021-03-25T06:21:22
348,913,289
0
0
null
null
null
null
UTF-8
C++
false
false
3,072
ino
/* * Serial =======computer * softSerial ======uno Serial1 */ //Slave_1 //从机1,实现测异味,温湿度,红外 #include <SoftwareSerial.h> #include <TroykaDHT.h> #include <MQUnifiedsensor.h> SoftwareSerial Slave(10, 11); DHT dht(4, DHT11); #define placa "Arduino UNO" #define Voltage_Resolution 5 #define pin A0 //Analog in...
[ "noreply@github.com" ]
myCurry30.noreply@github.com
25c8c67092615f5bf6d5be71eb13db508605419d
199db94b48351203af964bada27a40cb72c58e16
/lang/la/gen/Bible24.h
e4e3c682ac0e12e94b3c0e68b89061716337420b
[]
no_license
mkoldaev/bible50cpp
04bf114c1444662bb90c7e51bd19b32e260b4763
5fb1fb8bd2e2988cf27cfdc4905d2702b7c356c6
refs/heads/master
2023-04-05T01:46:32.728257
2021-04-01T22:36:06
2021-04-01T22:36:06
353,830,130
0
0
null
null
null
null
UTF-8
C++
false
false
218,992
h
#include <map> #include <string> class Bible24 { struct la1 { int val; const char *msg; }; struct la2 { int val; const char *msg; }; struct la3 { int val; const char *msg; }; struct la4 { int val; const char *msg; }; struct la5 { int val; const char *msg; }; struct la6 { int val; const char *msg; }; struct la7 {...
[ "max@mkoldaev.ru" ]
max@mkoldaev.ru
4ab7b364c8e3b47d83940ae2640bdad316a35d83
e8ffb6a293a3c25b760a6784e0b0f852290d175e
/UVA Solutions/10107 - What is the Median.cpp
50f063eb04571fc1f1b5f1886d141828792e18f0
[]
no_license
lutfullahillabib/ACM-SOLUTION
cd8fa2db281a7b7736d42961174c9ca6e311d897
9b60fe8b72a0cfd27238f1372d028184baa015cb
refs/heads/master
2022-01-12T05:08:20.359827
2018-10-31T20:44:14
2018-10-31T20:44:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,240
cpp
/* Problem Name: Platform: Algorithom: Coder's Name: */ #include<bits/stdc++.h> #define pi 2*acos(0.0) #define PS system("pause") #define FOR(s,e,inc) for(int i=s;i<=e;i+=inc) #define loop(i,a,b) for(int i=a;i<b;i++) #define Sfor(n) for(int i=1;i<=n;i++) #define inf (1<<30) #define pb push_back #defin...
[ "rctushar07@gmail.com" ]
rctushar07@gmail.com
786246ef4fc3f1b7b97ac34dead8535325aa440f
a900cd6218dec5205a9ef013d966f21535ea981c
/leetcode-master/150/main.cpp
7fec89053b793cd26f0693e0c53ecc864f928203
[]
no_license
bradelement/coding_exercise
686d56518d42b9de53d97c05d4727876a64592cf
1d162674e29ca1344a21d4d5d79f487945f288de
refs/heads/master
2020-12-25T17:35:38.456061
2017-03-01T08:18:58
2017-03-01T08:18:58
17,633,022
0
0
null
null
null
null
UTF-8
C++
false
false
980
cpp
class Solution { public: int evalRPN(vector<string>& tokens) { stack<int> ss; for (int i=0; i<tokens.size(); i++) { if (tokens[i] == "+") { int a = ss.top(); ss.pop(); int b = ss.top(); ss.pop(); ss.push(a+b); } ...
[ "bradelementzju@gmail.com" ]
bradelementzju@gmail.com
f7e822c72243cd8e5bf292c44fea667555fcaa40
1ed827784a5b854504ca57db154a5375d133a008
/Cluster/src/LSH/normal_distr.cpp
75c06a79b4afb44686cb6e229cc0669d6cbe2c5b
[]
no_license
thkouk00/Clustering
f4e988e02d4a452691e118f3a8dd65bef92827f9
9d53e9ac5ee8cd19ef325d3cf48f768b17562c77
refs/heads/master
2020-04-05T07:59:13.801523
2019-01-10T17:49:12
2019-01-10T17:49:12
156,696,370
1
1
null
null
null
null
UTF-8
C++
false
false
1,243
cpp
#include "../../include/LSH/normal_distr.h" using namespace std; int random(int n) { unsigned seed = std::chrono::system_clock::now().time_since_epoch().count(); std::default_random_engine generator (seed); std::uniform_int_distribution<int> distribution(0, n); return distribution(generator); } unsigned int ...
[ "thanoskouk@hotmail.com" ]
thanoskouk@hotmail.com
7e81146f2398b360b22a780b533e3447fb35ffd7
4c16f99e0fec38b953a4de72702125a8fc10f3be
/apps/frontend/src/main.cpp
42355e6087558d06f391ea6c7a4f21a70c5ea4a2
[ "MIT" ]
permissive
keaton-freude/NimbleEngine
42836cba78fa8b00eac8890847ce7652387bfc7f
199d7f4f34ac32ba531fc047b973ba6ada216442
refs/heads/master
2021-11-17T13:37:35.341338
2021-11-02T05:05:04
2021-11-02T05:05:04
176,186,166
0
0
null
null
null
null
UTF-8
C++
false
false
2,690
cpp
#ifdef _MSC_VER #ifdef NIMBLE_LEAK_CHECK #include <vld.h> #endif #endif #include <GL/glew.h> #ifdef _MSC_VER #pragma warning( disable : 4005 ) #endif #include <cstdlib> #include <stdexcept> #include "imgui.h" #include "imgui_impl_glfw.h" #include "imgui_impl_opengl3.h" #include "spdlog/spdlog.h" #include "nimble/...
[ "freudek90@gmail.com" ]
freudek90@gmail.com
36d20a9aadfa7aa3b6efe9fe2bddd2d04402b93f
64ae7eb46b02625c6bb243ede5bfbffdd750b31b
/LAB3/filter2d.cpp
2c3e69153a6755d09ebd3d00a6a8f6579c91acef
[]
no_license
JElgar/bris-image_processing
d88c4fdeab0fa7fbf5ae83407477534ffa0e5334
cad9179627170f95d39886cc86c3b9db6327baf1
refs/heads/main
2023-01-22T06:04:45.448607
2020-11-03T16:00:32
2020-11-03T16:00:32
305,712,040
0
0
null
null
null
null
UTF-8
C++
false
false
3,285
cpp
// header inclusion #include <stdio.h> #include <opencv/cv.h> //you may need to #include <opencv/highgui.h> //adjust import locations #include <opencv/cxcore.h> //depending on your machine setup using namespace cv; void GaussianBlur( cv::Mat &input, int size, cv::Mat &blurredOutput); voi...
[ "jamesnelgar@gmail.com" ]
jamesnelgar@gmail.com
28189b392b662676b14f99dd10d19af4d047d957
0813ee5e3dd0ae14be05d10ebb005fc6d8cce002
/c++/抽象类/抽象类界面/5th/Chinese.h
7b1a9a5796a2d12a50beb717e027f8d77bad9985
[]
no_license
listentodella/Android
d59e81c7be1c63c2e936614703b3c16a2927bde4
9c4134fe4bbaf16cf5a45079887029a423351a68
refs/heads/master
2021-06-28T16:51:04.196832
2019-03-12T13:12:20
2019-03-12T13:12:20
109,273,649
3
0
null
null
null
null
UTF-8
C++
false
false
277
h
#ifndef _CHINESE_H_ #define _CHINESE_H_ #include "iostream" #include "string.h" #include "unistd.h" #include "Human.h" using namespace std; class Chinese:public Human{ public: void eating(void); void wearing(void); void driving(void); virtual ~Chinese(); }; #endif
[ "937138688@qq.com" ]
937138688@qq.com
4b984c8c33cb95fb9ce7a27a06f73de1401a4f60
587eae764fc4104e24b5c83f763b06dbf085158c
/CloakEngine/CloakEngine/Rendering/Resource.h
c7f5d899ada7fd84ab70a81be0c7bb6a37a91d9a
[ "BSD-2-Clause" ]
permissive
Bizzarrus/CloakEngine
6cc96c297370e5c9d9b536412c3843d7e85f8565
0890eaada76b91be89702d2a6ec2dcf9b2901fb9
refs/heads/master
2020-06-26T02:14:02.715291
2019-10-09T17:30:46
2019-10-09T17:30:46
199,494,307
0
0
null
null
null
null
UTF-8
C++
false
false
526
h
#pragma once #ifndef CE_API_RENDERING_RESOURCE_H #define CE_API_RENDERING_RESOURCE_H #include "CloakEngine/Defines.h" #include "CloakEngine/Helper/SavePtr.h" #include "CloakEngine/Rendering/Defines.h" namespace CloakEngine { CLOAKENGINE_API_NAMESPACE namespace API { namespace Rendering { inline names...
[ "noreply@github.com" ]
Bizzarrus.noreply@github.com
43b1ac7538591c213bfa6c6e9568758df813c781
3aec19ea9554ea6fd180f07b340c9c4939add103
/src/processing/svissr_reader.cpp
763dccc39ed42937c31721e9cb53ce7ff0713f9d
[]
no_license
mkierczak/S-VISSR-Ingestor
9f99a400766ef8b50f4001fe61f973bf58a1134f
879511f06143699ad2886d31994baf811a7b038b
refs/heads/master
2023-01-24T06:18:30.389882
2020-11-24T10:56:00
2020-11-24T10:56:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,672
cpp
#include "svissr_reader.h" #define MAX_HEIGHT 2501 #define WIDTH_IR 2291 #define WIDTH_VIS 2290 * 4 SVISSRReader::SVISSRReader() { imageBufferIR1 = new unsigned short[MAX_HEIGHT * WIDTH_IR]; imageBufferIR2 = new unsigned short[MAX_HEIGHT * WIDTH_IR]; imageBufferIR3 = new unsigned short[MAX_HEIGHT * WIDTH_...
[ "qwerty15@gmx.fr" ]
qwerty15@gmx.fr
292808ee0e76491a6597d9a278336c58ac9becee
6c14684952f7d19c94d9b77bccad5364bc07b685
/Classes/GameMain/skill/weapon_skill/OneHandBase.h
142d55b52f4c7b9ac4b7fe7a2a08e9604ff2811d
[]
no_license
sakuraka59/SakurakaRPG
3eb17e0ff1816bee881c47ed0710d954e5c14327
b688482995cdec6c9e7e7e9d348699f161f87805
refs/heads/master
2021-01-20T06:57:53.551394
2015-09-07T16:15:51
2015-09-07T16:15:51
34,393,034
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
958
h
#pragma once #include "../skill_type/SkillAttack.h" using namespace std; class OneHandBase : public SkillAttack { public: OneHandBase(CharaBase* use_chara_obj, list<CharaBase*>* all_chara_list); // 以下テンプレート動作 --------------------------------------------- // 斬り攻撃系 -------------------------------------------------- /...
[ "sakuraka@live.jp" ]
sakuraka@live.jp
218b8bdbcf1519f8038db7e8bd06fb330ebe2bd5
3b5c5ec5b76df1b6a6b9af292e25e41c984212e2
/src/util.hpp
3968f2aaae721096fe99f8ce5b5349d4c8166254
[]
no_license
neevek/uvcpp
75d200e27a4c533e9df36dc77e5ba6aeda37c7a7
a1cc04b25e360e9ae390751d5e6153706a69293f
refs/heads/master
2021-07-17T14:01:37.321060
2020-05-05T06:11:23
2020-05-05T06:13:34
141,360,782
0
0
null
null
null
null
UTF-8
C++
false
false
6,179
hpp
/******************************************************************************* ** File: util.hpp ** Author: neevek <i@neevek.net>. ** Creation Time: 2018-07-06 Fri 03:18 PM ** Description: utility functions *******************************************************************************/ #ifndef UVCP...
[ "i@neevek.net" ]
i@neevek.net
70d37dce7302673e3543f7d5dfb91a521d0e9c88
c7a948246d4a7150492de8a3d491f362335c8f30
/Juez/Ejercicio12.cpp
6a55686369464a99a565a2e49977c10795d43589
[]
no_license
Filinouns/MARP
380d45f1d8952c398ef51b23a8cb4720c57fe0e5
08c819c4ac93a165ce712a59dfea75468f3d9bb4
refs/heads/master
2022-11-26T20:32:17.288026
2020-08-07T15:02:52
2020-08-07T15:02:52
210,648,112
1
0
null
null
null
null
UTF-8
C++
false
false
1,809
cpp
// Andrés Puente Rodriguez // MARP34 // Problema12 -> Las noticias vuelan #include <iostream> #include <iomanip> #include <fstream> #include <vector> using namespace std; using Grafo = vector<vector<int>>; class Noticias { public: Noticias(Grafo const& g) : marked_(g.size(), false), component_(g.size()) { for (...
[ "andpuent@ucm.es" ]
andpuent@ucm.es
27be6a6f4ac74221f94a6b797a0b47f1f22d27c2
59e74527ddfc3d0c16dcb72d198b6bcd75f94ae8
/trie.cc
9f5a97f0077c23d6c7d217ed042ef18f78e1c03a
[ "MIT" ]
permissive
chdharm/Algorithm-Library
9dac10322808660e9c8ac93a569ae6b191a75538
cd9becc36d7643fd909f210e1d44d6b79e852aa2
refs/heads/master
2020-12-02T06:44:20.118542
2016-12-14T13:41:13
2016-12-14T13:41:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,077
cc
#include <bits/stdc++.h> using namespace std; #define pb push_back #define mp make_pair #define F first #define S second #define sd(x) scanf("%d", &x) #define sl(x) scanf("%lld", &x) #define debug(X) cerr << " --> " << #X << " = " << X << endl #define rep(i, begin, end) for(__typeof(end) i =(begin)-((begin)>(end));i!=(...
[ "saurv4u@gmail.com" ]
saurv4u@gmail.com
ab29ac3761096b744e89b44890e604558d59d1bb
2cf838b54b556987cfc49f42935f8aa7563ea1f4
/aws-cpp-sdk-comprehend/include/aws/comprehend/model/DocumentClassifierProperties.h
4d05e6f56149d5475c55d1301c1b9d0099034107
[ "MIT", "Apache-2.0", "JSON" ]
permissive
QPC-database/aws-sdk-cpp
d11e9f0ff6958c64e793c87a49f1e034813dac32
9f83105f7e07fe04380232981ab073c247d6fc85
refs/heads/main
2023-06-14T17:41:04.817304
2021-07-09T20:28:20
2021-07-09T20:28:20
384,714,703
1
0
Apache-2.0
2021-07-10T14:16:41
2021-07-10T14:16:41
null
UTF-8
C++
false
false
39,995
h
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/comprehend/Comprehend_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/comprehend/model/LanguageCode.h> #include <aws/comprehend/model/ModelStatus.h...
[ "aws-sdk-cpp-automation@github.com" ]
aws-sdk-cpp-automation@github.com
8550a485090f8c5b268cb2ebfee4c3789cfcfad1
64c90b30b0b96327153a57c911478f84233befa8
/10.Dijital Metre/dijital_metre.ino
7f62cf094c81c2e1f57a323f9f634d2173145a97
[]
no_license
ulaskorkut/RobotikKodlama
86791149dd9f887ad94c3fd4018dacaac5c0253b
631aa0d61c2c2b12dd95c5e94672fc1b59663ec6
refs/heads/main
2023-03-04T13:36:27.823584
2021-02-20T12:47:25
2021-02-20T12:47:25
340,652,397
0
0
null
null
null
null
UTF-8
C++
false
false
522
ino
#define echo 6 #define trig 7 #include <LiquidCrystal.h> LiquidCrystal lcd(12, 11, 5, 4, 3, 2); void setup() { pinMode(trig,OUTPUT); pinMode(echo,INPUT); lcd.begin(16, 2); } void loop() { digitalWrite(trig,HIGH); delayMicroseconds(2); digitalWrite(trig,LOW); float zaman = pulseIn(echo,HIGH); fl...
[ "noreply@github.com" ]
ulaskorkut.noreply@github.com
961e93e40ef2b3713b125bae0f969b2b9676e19d
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/collectd/gumtree/collectd_repos_function_1208_collectd-5.0.1.cpp
3311bb9cdf69faa1ff36d95998ccc85df88d144f
[]
no_license
niuxu18/logTracker-old
97543445ea7e414ed40bdc681239365d33418975
f2b060f13a0295387fe02187543db124916eb446
refs/heads/master
2021-09-13T21:39:37.686481
2017-12-11T03:36:34
2017-12-11T03:36:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
858
cpp
static int rrd_shutdown (void) { pthread_mutex_lock (&cache_lock); rrd_cache_flush (0); pthread_mutex_unlock (&cache_lock); pthread_mutex_lock (&queue_lock); do_shutdown = 1; pthread_cond_signal (&queue_cond); pthread_mutex_unlock (&queue_lock); if ((queue_thread_running != 0) && ((queue_head != NULL) || (...
[ "993273596@qq.com" ]
993273596@qq.com
a0d0a9f5c5f11ea33b0ce1e6876b668d8cb7f945
e763b855be527d69fb2e824dfb693d09e59cdacb
/aws-cpp-sdk-iot/source/model/ListAuthorizersResult.cpp
9c10c343738ee7ea98690ebcaf19179662e8b0bf
[ "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
1,741
cpp
/* * 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
7c6b7aae7093536d076a7166cfef4d580b85547e
be06822a275f36cd58dd01516a1e361ecf492210
/Sem 3/DAA/Graphs/graph.cpp
767ee920921f96b224278c8fc79a153ebfb707c1
[]
no_license
rodriguezmatirp/Lab-Main
fbc4dd358929a6139a41750bd2b244353b835b7f
eaf7fa9e98a6df52aed4e125baad9de3bb0b35c3
refs/heads/master
2021-07-03T13:04:51.884677
2021-05-02T15:57:54
2021-05-02T15:57:54
232,069,347
0
0
null
null
null
null
UTF-8
C++
false
false
1,210
cpp
#include <bits/stdc++.h> #include "graph.hpp" using namespace std; int main() { Graph g(0); int vertexCount = 4; // cout << "Enter the number of vertices\n"; // cin >> vertexCount; //Add vertices for a graph for(int i = 0; i < vertexCount ;i++) g.addVertex(); //Adding adges ...
[ "52533898+rodriguezmatirp@users.noreply.github.com" ]
52533898+rodriguezmatirp@users.noreply.github.com
7ecec5ca4bec5d180e02539d256bd69e861dcb37
8691adb36d21790be37fc5eaa25ac6543fd5c50e
/MyRobot/script/hello.cpp
9175d2e3f755d330574c4206db12f529f913374a
[]
no_license
Frajhi/Udacity-Project
9d2775c19ce7cdeade2e447f7e04ceb0758a2b77
17425feb3e04e422a179fc04526367853c59902f
refs/heads/main
2023-05-03T01:43:34.590700
2021-05-21T18:16:09
2021-05-21T18:16:09
369,618,402
0
0
null
null
null
null
UTF-8
C++
false
false
291
cpp
#include <gazebo/gazebo.hh> namespace gazebo { class worldPluginMyRobot : public worldPlugin { public: worldPluginMyRobot() : worldPlugin() { printf("Hello Udacity!\n");} public: void Load(physics::worldPtr _world, sdf::ElementPtr _sdf) { } }; GZ_REGISTER_WORLD_PLUGIN(worldPluginMyRobot) }
[ "noreply@github.com" ]
Frajhi.noreply@github.com
96687551ffe0195a870f9511d310bb6cf9b5b56c
189f52bf5454e724d5acc97a2fa000ea54d0e102
/ras/fluidisedBed/0.31/nut.air
2c12b30aacb43bdd46eefe645ddbac06d43dc0bf
[]
no_license
pyotr777/openfoam_samples
5399721dd2ef57545ffce68215d09c49ebfe749d
79c70ac5795decff086dd16637d2d063fde6ed0d
refs/heads/master
2021-01-12T16:52:18.126648
2016-11-05T08:30:29
2016-11-05T08:30:29
71,456,654
0
0
null
null
null
null
UTF-8
C++
false
false
70,324
air
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v1606+ | ...
[ "peterbryz@yahoo.com" ]
peterbryz@yahoo.com
eb928d5363712d0fadb4f78d69a66f553311a011
d51af344066e4da6f97284aa4ce8a5343e41d822
/client/src/MusicThread.cpp
3541ee7b2ec3c09d84f1151b847777462a3f1a23
[]
no_license
xeroix9794/CrystalSaga2.4
343819810317c346859a9f2c9493f1d713de07f1
249a36b9e6ea12046ec5aa5afab1d77a729e6ee0
refs/heads/master
2023-02-19T15:22:27.447586
2019-10-23T22:41:33
2019-10-23T22:41:33
202,953,390
0
0
null
null
null
null
UTF-8
C++
false
false
3,252
cpp
#include "Stdafx.h" #include "IMusicThread.h" #define WIN32_LEAN_AND_MEAN #include <windows.h> #include <time.h> #pragma comment( lib, "audiosdl.lib" ) BOOL GThreadLoopEnd = FALSE; class CMusicThread : public IMusicThread { public: CMusicThread(); virtual ~CMusicThread(); virtual void SetThreadPriority( EThrea...
[ "Jaredjay9794@gmail.com" ]
Jaredjay9794@gmail.com
343fc38d2023da9b8c3dc6aa2b7fd4ea0091d660
7dc042a3f9068bc911c16f9173393660df704dab
/VC2010Samples/MFC/Visual C++ 2008 Feature Pack/MSMoneyDemo/MSMLinksBarButton.h
2fa8ca795ae1452021d417a8b20dee92755bd686
[ "MIT" ]
permissive
pluciro/VCSamples
5639f953bfbe0ef598af601cc78d5a18012e1792
8453972390580ef1bbc8c09ec7a14d3c9111518e
refs/heads/master
2022-05-10T04:45:11.889276
2022-05-06T15:11:50
2022-05-06T15:11:50
280,199,366
0
0
NOASSERTION
2020-07-16T16:10:32
2020-07-16T16:10:32
null
UTF-8
C++
false
false
1,069
h
// This is a part of the Microsoft Foundation Classes C++ library. // Copyright (c) Microsoft Corporation. All rights reserved. // // This source code is only intended as a supplement to the // Microsoft Foundation Classes Reference and related // electronic documentation provided with the library. // See these source...
[ "ericmitt@corp.microsoft.com" ]
ericmitt@corp.microsoft.com
d8672c8d1bd1877625d322a375277f0e669afbe0
6ee6cc888f0a82e36fd1687fed4a109f0cb800a7
/categorized/rmq/leetcode_239.cpp
0700a3a1adba1ddef75989a2ef95ed894627f5c2
[]
no_license
Rayleigh0328/OJ
1977e3dfc05f96437749b6259eda4d13133d2c87
3d7caaf356c69868a2f4359377ec75e15dafb4c3
refs/heads/master
2021-01-21T04:32:03.645841
2019-12-01T06:33:44
2019-12-01T06:33:44
49,385,474
1
0
null
null
null
null
UTF-8
C++
false
false
16
cpp
leetcode/239.cpp
[ "jingyun.bian@centro-T000325.centro.net" ]
jingyun.bian@centro-T000325.centro.net
c02925c5e5d0db1bbdcac221266d23eb0070ffbb
1adbd2b461e014e49184334e9a7c78d2aeb08641
/server/monoserver/src/commonitem.hpp
756c295f64b49e56e4117cb729f878148280256b
[]
no_license
zhangshunqiu/mir2x
0aae819750e663376fc7dea2b835cba9af7212bd
69678adc6482e093ea0c3179d8d3b0f4e98a745f
refs/heads/master
2021-05-09T22:38:02.398195
2017-12-20T23:14:31
2017-12-20T23:14:31
118,757,690
0
1
null
2018-01-24T11:42:46
2018-01-24T11:42:46
null
UTF-8
C++
false
false
1,610
hpp
/* * ===================================================================================== * * Filename: commonitem.hpp * Created: 07/30/2017 18:44:32 * Last Modified: 07/30/2017 19:04:03 * * Description: common item is by two parts * 1. ItemRecord * 2. Addition...
[ "anhonghe@gmail.com" ]
anhonghe@gmail.com
4aed5e7ee113969e7955f66751bbf4f2bc0fd32f
1c69a3334d02b467a2366066f02bbb5a8ed9b0a0
/I-Recursion/4-ClassicRecursion/fibI.cpp
47ae2a50819a0710628385e3e92eb147b68081aa
[]
no_license
pauldepalma/CPSC122
60af6e62fa77935e5dacab54f41b9ecf9a269526
70adefe738a7f8023c2042c8434dc28c7f151ab4
refs/heads/master
2022-12-29T20:46:19.610524
2022-12-10T20:17:53
2022-12-10T20:17:53
203,269,810
6
6
null
null
null
null
UTF-8
C++
false
false
907
cpp
#include <iostream> #include <cstdlib> using namespace std; //F(0) = 0 //F(1) = 1 //F(N) = F(N-2) + F(N-1) for N > 1 int fib(int); int main(int argc, char* argv[]) { int nth = atoi(argv[1]); if (nth < 0) { cout << "The zeroth fibonacci number is 0" << endl; exit(1); } int n = fib(nth); if (n >= 0)...
[ "depalma@gonzaga.edu" ]
depalma@gonzaga.edu
be05696fabf5d86752464beca899dc86a9f45699
928863f83611e4cd3256f58c0c0199b72baefabb
/3rd_party_libs/chai3d-2.1/src/math/CMaths.cpp
36e4ec87f620d132f23180092a6b2baefd70201d
[ "BSD-3-Clause" ]
permissive
salisbury-robotics/jks-ros-pkg
b3c2f813885e48b1fcd732d1298027a4ee041a5c
367fc00f2a9699f33d05c7957d319a80337f1ed4
refs/heads/master
2020-03-31T01:20:29.860477
2015-09-03T22:13:17
2015-09-03T22:13:17
41,575,746
3
0
null
null
null
null
UTF-8
C++
false
false
1,061
cpp
//=========================================================================== /* This file is part of the CHAI 3D visualization and haptics libraries. Copyright (C) 2003-2010 by CHAI 3D. All rights reserved. This library is free software; you can redistribute it and/or modify it under the terms o...
[ "adamleeper@gmail.com" ]
adamleeper@gmail.com