blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
201
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
7
100
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
260 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
11.4k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
17 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
80 values
src_encoding
stringclasses
28 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
8
9.86M
extension
stringclasses
52 values
content
stringlengths
8
9.86M
authors
listlengths
1
1
author
stringlengths
0
119
c2a78756d5bf413472c37153bbeba6a8a6cc8567
57523e0fbd707ff1a42b230656feb0f2cf601707
/service/switch-partitioning/SwitchEquivFinder.cpp
c50db0c0a389228bdd25a9033ee71d27c349acf0
[ "MIT" ]
permissive
jiangtao89/redex
4b41a96569a7f1909c344d8ea0183ba0f6258d15
38821967b0b83125e33c28469c03c04a548b4032
refs/heads/master
2023-07-10T06:58:52.488304
2023-06-28T17:49:57
2023-06-28T17:49:57
103,086,020
0
0
null
null
null
null
UTF-8
C++
false
false
23,241
cpp
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "SwitchEquivFinder.h" #include <algorithm> #include <queue> #include <vector> #include "ConstantPropagationAnalysis.h"...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
c6bfb77fb1afdbdc7c9bb44b2eb92a659ed3b70e
aecf4944523b50424831f8af3debef67e3163b97
/xrLC/OpenMesh/Tools/Decimater/ModNormalFlippingT.hh
6a4f81f69cb50b0df42050048ea4f244ca27b322
[]
no_license
xrLil-Batya/gitxray
bc8c905444e40c4da5d77f69d03b41d5b9cec378
58aaa5185f7a682b8cf5f5f376a2e5b6ca16fed4
refs/heads/main
2023-03-31T07:43:57.500002
2020-12-12T21:12:25
2020-12-12T21:12:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,165
hh
//============================================================================= // // OpenMesh // Copyright (C) 2003 by Computer Graphics Group, RWTH Aachen ...
[ "oles@localhost" ]
oles@localhost
10cef97d99142a4d34aa1632c31a48c8036dcc36
e44b5fa1188f2e9f7b6da850fc3dfef7560bfd93
/sublime code/ec-99-c.cpp
45dfcb1ce0415c50edcb87aa2f7dd29f3730c34b
[]
no_license
nikhil-03/c-codes
94555df1de4d5ebac89bf8c1139148f3fb213dfa
7a215e5bf8e14cce4753dc9cfff0b67c0c24cb20
refs/heads/main
2023-05-03T14:05:03.736929
2021-05-27T08:03:33
2021-05-27T08:03:33
368,955,044
0
0
null
null
null
null
UTF-8
C++
false
false
403
cpp
#include <bits/stdc++.h> using namespace std; #define ll long long int #define V vector<ll> #define VV vector<vector<ll>> #define M map<ll,ll> #define pb push_back // int gcd(int a,int b) // { // if(b==0)return a; // return gcd(b,a%b); // } void solve() { int x,y; cin>>x>>y; cout<<x-1<<" "<<y; } int mai...
[ "nikhilprakash2012@gmail.com" ]
nikhilprakash2012@gmail.com
b34d84636c59a67fd80cca0688eaa9ecb6ff230a
77686049af3fccb13febcc95f70fa77176a13be3
/adobe_platform_libraries/test/sentences/subject_concept.hpp
e2efc8f0eef8b02e919a59a312828f4e2fc8ac5c
[]
no_license
sehe/legacy
c02dc53f51e3d22ca876064840d6157636c195c4
c9507c867999c2f9492449bcf0811ef7f4391998
refs/heads/master
2020-12-30T19:11:11.898443
2013-08-22T23:34:13
2013-08-22T23:34:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,548
hpp
/* Copyright 2007 Adobe Systems Incorporated Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt or a copy at http://stlab.adobe.com/licenses.html) */ /**************************************************************************************************/ #ifndef ADOBE_SENTENCES_SUBJECT...
[ "sparent@adobe.com" ]
sparent@adobe.com
0deb0a45c677b1531f24f395d1f989d66fb98bbc
56f569bed3693f9c045dea5c801dd67e5a942a54
/src/examples/robot_simulation_models/turtlebot3_model/aruco_ros/aruco_ros/src/simple_single.cpp
5be3c25975142889e80e97f516af6e3241613c50
[]
no_license
dtbinh/Hybrid-ASP-Planning
be58732be4d15d5d4dd0c8153d65578926a1d6be
ad57c98fa4e0bab1457d7690bfe669efbf7b527a
refs/heads/main
2023-09-04T04:14:39.520930
2021-11-06T10:06:36
2021-11-06T10:06:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
16,774
cpp
#include <iostream> #include <aruco/aruco.h> #include <aruco/cvdrawingutils.h> #include <ros/ros.h> #include <image_transport/image_transport.h> #include <cv_bridge/cv_bridge.h> #include <sensor_msgs/image_encodings.h> #include <aruco_ros/aruco_ros_utils.h> #include <tf/transform_broadcaster.h> #include <tf/transform_...
[ "1024809808@qq.com" ]
1024809808@qq.com
b92ead3ae342bf7d6b8d105848f4a58ece9ab84d
5019700f6d59224177ff3524ad622d34604f542b
/unity_rtm_sdk/Projects/Windows/agoraRTMCWrapper/agoraRTMCWrapper/i_rtm_call_event_handler.cpp
7811e798a1e24b51a7a1e4ccc2d970e577ae4fb4
[ "MIT" ]
permissive
dujiepeng/Agora-Unity-RTM-SDK
f7632e49d636dbbfd3fd51282576c4e617168a48
0454dece7e3577fb3ba0675ff942e86b49a05e9e
refs/heads/master
2023-04-07T04:40:16.896677
2021-04-13T07:51:54
2021-04-13T07:51:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,066
cpp
// // i_rtm_call_event_handler.cpp // agoraRTMCWrapper // // Created by 张涛 on 2020/10/22. // Copyright © 2020 张涛. All rights reserved. // #include "i_rtm_call_event_handler.h" extern "C" { #define RTM_CALL_EVENT_HANDLER_PTR static_cast<agora::unity::RtmCallEventHandler *>(eventHandlerPtr); } AGORA_API void* i_rt...
[ "zhangtao@agora.io" ]
zhangtao@agora.io
10f832f4a4d8f6ea682d91bafd1506cf437c75f7
7eb7c263634a40b7397727854346f703e2be5a63
/core/simulation/env/webots/krock/krock2_ros/controllers/Tem_controller/Utils/misc_math.hpp
45944de6004fa60a083be7910126af3e860c7413
[]
no_license
Iqra350/krock2_traversability
7b745d1664d9d14facc0d3fbff324bbaac2c391e
7dd5e03d768fd3218838417ac0f195b25a1b8efa
refs/heads/master
2022-07-17T04:59:35.529123
2019-09-02T14:07:40
2019-09-02T14:07:40
205,813,838
0
0
null
2022-06-21T22:42:16
2019-09-02T08:42:19
Jupyter Notebook
UTF-8
C++
false
false
1,982
hpp
/* PLEUROBOT UTILITIES */ #ifndef MISC_MATH_CPP #define MISC_MATH_CPP #include <termios.h> #include <unistd.h> #include <fcntl.h> #include <sys/types.h> #include <net/if.h> #include <ifaddrs.h> #include <netdb.h> #include <unistd.h> #include <errno.h> #include <string.h> #include <arpa/inet.h> #include <stdlib.h> #...
[ "noorsyen@gmail.com" ]
noorsyen@gmail.com
d637f68a416fe093d5cac543af98e4b369f6b578
04b1803adb6653ecb7cb827c4f4aa616afacf629
/services/video_capture/test/device_factory_provider_test.h
791fa804ab30480a871967200cbcea13c1e92c65
[ "BSD-3-Clause" ]
permissive
Samsung/Castanets
240d9338e097b75b3f669604315b06f7cf129d64
4896f732fc747dfdcfcbac3d442f2d2d42df264a
refs/heads/castanets_76_dev
2023-08-31T09:01:04.744346
2021-07-30T04:56:25
2021-08-11T05:45:21
125,484,161
58
49
BSD-3-Clause
2022-10-16T19:31:26
2018-03-16T08:07:37
null
UTF-8
C++
false
false
2,418
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 SERVICES_VIDEO_CAPTURE_VIDEO_CAPTURE_TEST_DEVICE_FACTORY_PROVIDER_TEST_H_ #define SERVICES_VIDEO_CAPTURE_VIDEO_CAPTURE_TEST_DEVICE_FACTORY_PROVIDE...
[ "sunny.nam@samsung.com" ]
sunny.nam@samsung.com
121ecd020755407a162705a5b5695cacf5815461
f23b9a7c4f41a31a68bf2920fbf995d58aa5c780
/0_Project/firmware/handsfree_wheel_robot_ucosIII/src/main.cpp
ccd82f108d3832107e0fc6ad213df9c993075a96
[ "BSD-3-Clause" ]
permissive
trygas/OpenRE_remote
a296851b3a313e59f0afe706d0fde924b8d0f81d
19d19dacec5071f4cdf1c3b8789bd374c3600bb1
refs/heads/master
2021-05-11T04:04:16.145236
2018-01-19T07:42:01
2018-01-19T07:42:01
117,931,951
1
0
null
null
null
null
UTF-8
C++
false
false
9,443
cpp
/*********************************************************************************************************************** * Copyright (c) Hands Free Team. All rights reserved. * FileName: main.c * Contact: QQ Exchange Group -- 521037187 * Version: V2.0 * * LICENSING TERMS: * The Hands Free is licensed generally...
[ "315261982@qq.com" ]
315261982@qq.com
6bb725cf1e8c27006ea72ad1759b848d7822046a
5e8d200078e64b97e3bbd1e61f83cb5bae99ab6e
/main/source/src/core/scoring/dssp/StrandPairing.hh
74841e156fcce4df3b4a25d0d80309a618b819df
[]
no_license
MedicaicloudLink/Rosetta
3ee2d79d48b31bd8ca898036ad32fe910c9a7a28
01affdf77abb773ed375b83cdbbf58439edd8719
refs/heads/master
2020-12-07T17:52:01.350906
2020-01-10T08:24:09
2020-01-10T08:24:09
232,757,729
2
6
null
null
null
null
UTF-8
C++
false
false
6,513
hh
// -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*- // vi: set ts=2 noet: // // (c) Copyright Rosetta Commons Member Institutions. // (c) This file is part of the Rosetta software suite and is made available under license. // (c) The Rosetta software is developed by the co...
[ "36790013+MedicaicloudLink@users.noreply.github.com" ]
36790013+MedicaicloudLink@users.noreply.github.com
fecd72d233c4ca7f7bd5ed7fc9fc62d6ec600c55
7a9dec211cacc3def4c1e47a9c2050fe88c3d0ed
/Obstacle Detction/main.cpp
c69bd493efeeab992004c650b951bec3f9335842
[]
no_license
songsong1996/Capstone-Project-Obstacle-Avoidance-Strategy
948c9709753adbc2ee944f49029d82c48d31b4e1
74dd22a8505d6e9a732d74be2c9b6a78eef1d71f
refs/heads/master
2021-04-02T17:47:38.694379
2020-03-18T19:42:56
2020-03-18T19:42:56
248,300,715
0
0
null
null
null
null
UTF-8
C++
false
false
8,095
cpp
// // Created by songsong on 19-4-16. // #include<librealsense2/rs.hpp> #include<librealsense2/rsutil.h> #include"align_depth_color.h" // OpenCV #include <opencv2/core/core.hpp> #include <opencv2/highgui/highgui.hpp> #include <unistd.h> #include "contours_processor.h" #include<iostream> using namespace cv; using name...
[ "songhuiyu_2008@126.com" ]
songhuiyu_2008@126.com
92aca7408988ba4dc3870f3078d929b978ebcf35
550b2d7001c741e3e16be49094f3d44433bb8337
/cef/cefclient/browser/root_window_manager.h
e6260b9bc56885394e729c0d9f29a6d53843cc35
[]
no_license
ShelleyLake/QCefKits
1d8d96183baad8296c3e601a5b6ee50954b1dbe9
d507b5896ffc1843d2a6a88689b9ad72f77f99a0
refs/heads/main
2023-06-05T06:29:41.661993
2021-06-29T13:31:12
2021-06-29T13:31:12
381,505,123
1
0
null
2021-06-29T21:49:39
2021-06-29T21:49:39
null
UTF-8
C++
false
false
5,457
h
// Copyright (c) 2015 The Chromium Embedded Framework 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 CEF_TESTS_CEFCLIENT_BROWSER_ROOT_WINDOW_MANAGER_H_ #define CEF_TESTS_CEFCLIENT_BROWSER_ROOT_WINDOW_MANAGER_H_ #pragma once ...
[ "570740+panuins@users.noreply.github.com" ]
570740+panuins@users.noreply.github.com
5b3e71f0b10952adeb0930bedfc332cd749d0ad9
bf77530823a99308521e894d2382fd99f8d55183
/Heist/Source/Heist/Interaction/Interactable.cpp
4ee621986ba4ea9638c18c4c3b8a285f9dccc709
[]
no_license
WhileFalseStudios/HeistGame
ac8bd9123fc1efd74e6f729fb6307de045eecf78
ce8a6fc3d3b3e62f1ca7e1bd1336caed347f0cff
refs/heads/master
2021-08-22T12:01:52.182492
2017-11-28T03:53:08
2017-11-28T03:53:08
109,351,744
0
0
null
null
null
null
UTF-8
C++
false
false
138
cpp
#include "Interactable.h" UInteractable::UInteractable(const class FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) { }
[ "valax321@gmail.com" ]
valax321@gmail.com
386b316c71195860843aa1eef877f8a3a9170872
21ef0be38fad85edb2259e1f2804de97da49f69a
/src/masternode.cpp
15a93a687315e6ebd00e9ba1020c1ff519a7c8b5
[ "MIT" ]
permissive
mantisnetwork/MANTISCoin
2fa39fa170d09e534b10a9e4ed93b54a40e23110
9e477a70aa7c76f5650b713ef90f80c1b0221ac6
refs/heads/master
2023-03-13T00:20:00.370063
2021-03-03T09:25:05
2021-03-03T09:25:05
325,512,895
2
0
null
null
null
null
UTF-8
C++
false
false
27,665
cpp
// Copyright (c) 2014-2015 The Dash developers // Copyright (c) 2015-2020 The PIVX developers // Copyright (c) 2020 The MANTIS Coin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "masternode.h" #include...
[ "75368675+mantisnetwork@users.noreply.github.com" ]
75368675+mantisnetwork@users.noreply.github.com
d553ee2314a0907ed6a35d209eeb2d080e0ad99f
c960fc3badd537e067ff4ba1ba54b70c23922b86
/Common/pyIsing.cpp
8d4b50933e832244906a3ae81d9664266631d754
[]
no_license
DropD/FS2012-CSP-Ex
414ae6833a010ec7ed6e2f7f6f4c096dccb4ec86
f7fa8bbee3f16f64e31f6d77a227925763fe5310
refs/heads/master
2021-01-10T21:59:32.114065
2012-05-18T15:14:40
2012-05-18T15:14:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,298
cpp
#include<boost/array.hpp> #include<boost/timer/timer.hpp> #include<boost/python.hpp> #include<fstream> #include<iostream> #include<sstream> #include "NDLattice_v2.hpp" #include "NDAlgorithm.hpp" #include "NDIterate.hpp" #include "random_msk.hpp" #include "Ising.hpp" typedef random_class<double, fibonacci> drng; typed...
[ "r.haeuselmann@gmx.ch" ]
r.haeuselmann@gmx.ch
c9f02f4d5e905d6291ea857a8fe96d4a954fce1e
f13052b65bcce1b0504925b35ab2936cf4e1dafb
/contrib/IECoreArnold/include/IECoreArnold/MeshAlgo.h
2f2b3dc2fb16c139db3bc359fb8fb7903ae5cf82
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
hypothetical-inc/cortex
28f776b27e2781bbd8231c8525324dd490d22150
9ff166ce3ba1b6c25b0a307d9919f323b7a2d7df
refs/heads/master
2021-07-25T05:16:50.930659
2021-06-22T20:30:36
2021-06-22T20:30:36
111,314,367
2
1
NOASSERTION
2021-03-30T15:49:31
2017-11-19T16:55:57
C++
UTF-8
C++
false
false
2,450
h
////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2016, Image Engine Design Inc. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Re...
[ "thehaddonyoof@gmail.com" ]
thehaddonyoof@gmail.com
c8d747860eabf9b2d164809bf2457679507fa31f
8f59413521ec816bb36bc368d004fa219d679ea9
/C++/ADT/AVLtree/AVLtree/main.cpp
ede0edab78488dc89b4a83157e21b236823012c0
[]
no_license
ivan-karavan/Homework
ffec6ff5b90625aeb8ab0e781ae84feebc8bcb08
3506f44381a59d33bd4e447a970deae81263a546
refs/heads/master
2021-01-10T20:38:26.487128
2015-08-26T14:59:38
2015-08-26T14:59:38
37,286,544
0
0
null
null
null
null
UTF-8
C++
false
false
1,042
cpp
/* student: Perevoshchikov Ivan group: 202SE IDE: Visual Studio 2013 */ #include "AVLTree.h" #include <string> #include "MySpellChecker.h" using namespace std; class StringComparator { public: StringComparator(){} int operator()(std::string& a, std::string& b){ return a.compare(b); } }; ...
[ "ssvvpp@mail.ru" ]
ssvvpp@mail.ru
57ac9be55733f6856a32686b7b9db4910446ec8e
b3d8a69edab32cfa2e7c3475bc06b3c75d11d57b
/src/xodr/poly3.cpp
9ae26f16e4eb2a10b8346ba518e3591b7fe7907d
[ "MIT" ]
permissive
lievenvanderheide/hackatum
91dc6540bbe3b65bb9e8801475eff00b5b234658
f014ac63cd51e1a7e6221b0407b3d1d233286fcc
refs/heads/master
2020-09-03T19:27:49.467066
2019-11-04T16:27:11
2019-11-04T16:27:11
219,546,866
0
0
null
null
null
null
UTF-8
C++
false
false
2,528
cpp
#include "poly3.h" #include <algorithm> #include <cassert> #include <cmath> #include <functional> namespace aid { namespace sim { namespace xodr { namespace { template <typename TCompare> double extremeValueInInterval(const Poly3& poly, double startT, double endT) { assert(startT <= endT); constexpr double...
[ "lieven.vanderheide@aid-driving.eu" ]
lieven.vanderheide@aid-driving.eu
4e76ab77d117afdd62de613caa2805a92fd75457
12d8a354ea0b96e7d89ea08f0276446df3bf6de8
/mono_camera/cali.cpp
a2dbdb492f2779a910eeda187030348f1707bd38
[ "MIT" ]
permissive
michaelczhou/calibration
54c3d99d1f7f7f4f8b68d301be0f5880538a0b49
583647064d7ec251c8eb71ce8644c4a266ad0b80
refs/heads/master
2020-03-20T23:46:29.198452
2018-06-19T11:14:10
2018-06-19T11:14:10
137,862,271
0
0
null
null
null
null
UTF-8
C++
false
false
8,317
cpp
#include "opencv2/core/core.hpp" #include "opencv2/imgproc/imgproc.hpp" #include "opencv2/calib3d/calib3d.hpp" #include "opencv2/highgui/highgui.hpp" #include <iostream> #include <fstream> using namespace cv; using namespace std; void main() { ifstream fin("calibdata.txt"); /* 标定所用图像文件的路径 */ ofstream fout("ca...
[ "1205464428@qq.com" ]
1205464428@qq.com
1f9537cbd482a89c3e5aa8bf63a70d0cb74c1599
34c81af880b0012bbe03d4fd99b3b012cacaf857
/V_Engine/ModuleInput.cpp
0e3af0862d23e97b75c19abbbb74da59e7713b5d
[]
no_license
Vulpem/V_Terrains
f8783f60fe437cc446add5db107cd2fc4814ebac
d680d2f0373a0a545bf27d68809b3f986e0bd96d
refs/heads/master
2021-07-16T07:37:50.461246
2018-11-26T15:38:44
2018-11-26T15:38:44
109,832,995
0
0
null
2018-03-07T12:53:52
2017-11-07T12:30:34
C
UTF-8
C++
false
false
4,187
cpp
#include "Globals.h" #include "Application.h" #include "ModuleInput.h" #include "ModuleRenderer3D.h" #include "ModuleWindow.h" #include "imGUI/imgui.h" #include "Imgui/imgui_impl_sdl_gl3.h" #define MAX_KEYS SDL_NUM_SCANCODES ModuleInput::ModuleInput() : Module() { m_keyboardStates = new KEY_STATE[MAX_KEYS + 1]; m...
[ "davidher96@gmail.com" ]
davidher96@gmail.com
4b28404e49c83fa00e48637bf362a2365f8362d7
6409650a23f65136afd961206c2a8870e1f78c7e
/ConceptEngine/ConceptEngine/ConceptEngineRenderer/RenderLayer/RenderingCore.h
d051f1c88294f4ff57aadc753b8eb6a27c03de12
[ "MIT" ]
permissive
Ludaxord/ConceptEngine
830486b52a72e1fe7a4b821b4f725443ff180afe
16775bc9b518d4fd4c8bd32bb5f297223dfacbae
refs/heads/master
2023-08-16T11:33:00.694333
2021-10-07T21:11:00
2021-10-07T21:11:00
293,779,912
6
0
MIT
2021-08-16T20:33:47
2020-09-08T10:42:33
C++
UTF-8
C++
false
false
19,245
h
#pragma once #include "../CEDefinitions.h" #include "../Math/Color.h" enum class ECubeFace { PosX = 0, NegX = 1, PosY = 2, NegY = 3, PosZ = 4, NegZ = 5, }; inline uint32 GetCubeFaceIndex(ECubeFace CubeFace) { return static_cast<uint32>(CubeFace); } inline ECubeFace GetCubeFaceFromIndex(u...
[ "konrad.uciechowski@gmail.com" ]
konrad.uciechowski@gmail.com
acf59681347094cc45cf6aca72ab8a737d1abd87
38fa9993d11d4bf03495dd76da92c87dd517e4d1
/main.cpp
0d87e4e75f9a2041c88d8156f01ba45b14f34c69
[ "MIT" ]
permissive
wangmh2003/datamodule
99d5eaae8c9ecb6f29fcdc04432932b3e8de7954
dcd76398cbfa39bba0c743d2d58aeff3aeec77cf
refs/heads/main
2023-02-20T07:02:25.627073
2021-01-15T16:16:52
2021-01-15T16:16:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,693
cpp
#include "include/normal_typedef.h" #include "feature/easyloggingpp/src/easylogging++.h" #include "thirdparty/restclient/include/restclient-cpp/restclient.h" #include "common/typeany/inc/typeany.h" #include "product/inc/datacollecter.h" /// 西门子CNC test #include "protocol/SimensCnc/Simens/libsiemenscnc/inc/siemenscnc....
[ "fchuanlin@localhost.localdomain" ]
fchuanlin@localhost.localdomain
f2648396e6ad7bc9e28686dcf19c5b72abcafbda
350b13fa239d83b98137dc0a3b2a67a0882e3d70
/shared/include/packet.h
d022391375c1bbe85e7dfd99e66b1cf0830b7dfc
[]
no_license
Dumtard/Dragon-Ponies
e4c7c4add9faddb308ca572672231881a785b9ca
01b2c22924363447f1b2d5e0c861804fc001909d
refs/heads/master
2021-03-30T17:28:26.205597
2017-09-07T19:09:07
2017-09-09T18:02:41
102,775,743
0
0
null
null
null
null
UTF-8
C++
false
false
1,163
h
#ifndef PACKET_H #define PACKET_H #include <iostream> #include <cstring> #include <SDL2/SDL_endian.h> SDL_FORCE_INLINE float swapFloat(float x) { if (SDL_BYTEORDER != SDL_BIG_ENDIAN) { std::cout << "HERE" << std::endl; return SDL_SwapFloat(x); } return ...
[ "charles.black90@gmail.com" ]
charles.black90@gmail.com
989e9f1408203c1a92c418db9c55063cf14a72b6
ce254e72b4ec80c72a25264b4788bfe39968f6b7
/Source/iDoNew/Main.cpp
7686c20cb692c8bb448bb1bf3cf324ae534f2280
[]
no_license
supraja2610/iDo
2376b8ed7d30834028c4023f4b48e32f2589e3b3
c42a2dfa33a9cef980dc0d04bd74f4f329b0c7a0
refs/heads/master
2016-08-05T17:06:37.457968
2013-06-16T12:08:31
2013-06-16T12:08:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
194
cpp
#include "Logic.h" #include "Tester.h" int main(int argument_count, char** argument_vars) { //runTest(argument_count, argument_vars) ; Logic driver ; driver.logicMain() ; return 0 ; }
[ "suprajabhavanisekhar@gmail.com" ]
suprajabhavanisekhar@gmail.com
1be7b6cd7a92bf5134076eb70ccc3244531832fa
f65bf1756c49c16cf5a061b3e97c18824877eb6e
/U1661665/Engine/Engine/positionclass.cpp
c201e8eb45c277084b7a969c7404b5e6a06ef4fa
[]
no_license
Natalo77/Studio2
210510d0a9905d97cf09aed5126b95c406c9507a
8c8291dfeb97e7980585ce8f2d34210443818c6f
refs/heads/master
2020-04-19T17:32:24.722660
2019-03-12T14:26:59
2019-03-12T14:26:59
168,337,998
0
0
null
null
null
null
UTF-8
C++
false
false
7,682
cpp
//////////////////////////////////////////////////////////////////////////////// // Filename: positionclass.cpp //////////////////////////////////////////////////////////////////////////////// #include "positionclass.h" PositionClass::PositionClass() { m_positionX = 0.0f; m_positionY = 0.0f; m_positionZ = 0.0f; ...
[ "U1661665@unimail.hud.ac.uk" ]
U1661665@unimail.hud.ac.uk
490c5a643af09e9ce4f29fa306b133b32cf93bde
fabdbc3cba422b1dfb8724de24f5b9e829463ed2
/source_def/ViewTrack.cxx
af86595a751a4ff96935baeafb3c65a62e95890b
[]
no_license
shimada-takuya/garfieldpp
a43c45a3e06fd39e5791a995e962753c6819abec
c7f99eea51d8a14e6ecaae0cf501d27117a01923
refs/heads/master
2020-12-12T02:07:59.659717
2020-01-15T07:49:33
2020-01-15T07:49:33
234,016,972
0
0
null
null
null
null
UTF-8
C++
false
false
3,369
cxx
#include <cstdio> #include <cstdlib> #include <iostream> #include <iomanip> #include <fstream> #include <string> #include <cmath> // ROOT #include <TApplication.h> #include <TCanvas.h> #include <TMath.h> #include <TH1.h> #include <TH2.h> #include <TFile.h> // Garifeld++ #include <MediumMagboltz.hh> #include <Componen...
[ "shimada@stu.kobe-u.ac.jp" ]
shimada@stu.kobe-u.ac.jp
181f4ea1c7737981147de8070300e3a78df24c7c
d92acaaabf07ca21f83bd136ed3bbd741aea9cfe
/LuckyLeprechauns/Game/TrapNetwork.h
0eccd13f4dded3f0a559bba8c33fae843ad0b3c2
[]
no_license
sp-alex-osou/LuckyLeprechauns
54b4c64718769ba2c93a723f331ef160c8def7c5
c7bce0f14be1cc1cfd7ca4571cbb11c3819fc1e8
refs/heads/master
2016-09-05T13:46:54.134574
2013-08-26T10:46:39
2013-08-26T10:46:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
324
h
#pragma once #include "DrawableNetwork.h" #include "TrapManager.h" class TrapNetwork : public DrawableNetwork<TrapManager> { public: TrapNetwork(LLNetworkManager* manager, TrapManager* trapManager); void receive(const NetworkPacketAddTrap& packet); void receive(const NetworkPacketRemoveTrap& packet); };...
[ "aosou@Alex-MBP.local" ]
aosou@Alex-MBP.local
58454aa505744d0c85ef4b55629df0563ea613ea
1f40abf77c33ebb9f276f34421ad98e198427186
/tools/output/stubs/lib/streflop/libm/flt-32/e_lgammaf_r_stub.cpp
6bcb8b55c1b08a59240ec3567745e84183dcd0d8
[]
no_license
fzn7/rts
ff0f1f17bc01fe247ea9e6b761738f390ece112e
b63d3f8a72329ace0058fa821f8dd9a2ece1300d
refs/heads/master
2021-09-04T14:09:26.159157
2018-01-19T09:25:56
2018-01-19T09:25:56
103,816,815
0
2
null
2018-05-22T10:37:40
2017-09-17T09:17:14
C++
UTF-8
C++
false
false
4,325
cpp
#include <iostream> /* See the import.pl script for potential modifications */ /* e_lgammaf_r.c -- Simple version of e_lgamma_r.c. * Conversion to Simple by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. ...
[ "plotnikov@teamidea.ru" ]
plotnikov@teamidea.ru
e541ba99d5b52f6e55950986ba8676dead386d2d
6970e4cc5e2cc11582ca09e85ec612766fc7c128
/src/builtins/builtins-definitions.h
f4af77fec9f0382d761ea143a2f1d18398270250
[ "BSD-3-Clause", "Apache-2.0", "bzip2-1.0.6", "SunPro" ]
permissive
rockjsq/v8
ee6e15e70dd8d351662fb2851965dec93d9ea47d
dd13d1668530c20a2354e8608704497340739256
refs/heads/master
2023-03-08T11:52:09.964847
2019-11-07T13:34:20
2020-02-08T06:48:08
220,241,346
0
0
NOASSERTION
2023-03-02T04:31:36
2019-11-07T13:17:53
C++
UTF-8
C++
false
false
99,609
h
// Copyright 2017 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. #ifndef V8_BUILTINS_BUILTINS_DEFINITIONS_H_ #define V8_BUILTINS_BUILTINS_DEFINITIONS_H_ #include "builtins-generated/bytecodes-builtins-list.h" // inc...
[ "rockjsq@rockjsq.com" ]
rockjsq@rockjsq.com
4d67566abc9dee348cce45bb1a316e9af80907da
7835af31defec67bdbbdadba100476481424e197
/Section 5 - Performance Programming in C++/Lesson 2 - C++ Optimization Practice/code/DeadCode/matrix_addition_improved.cpp
8cf0f96c2b5ded6b0d6a48fe228bb9f537f9eb1f
[]
no_license
Fahadjudoon/Intro-self-driving-cars-udacity
71e907a856e734d2d46f07f2e8338408f6681530
f41c49c6a24468689e3d5900abc727cf932cc096
refs/heads/master
2023-03-17T01:04:25.782326
2020-08-30T12:05:03
2020-08-30T12:05:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,034
cpp
#include "matrix_addition_improved.h" using namespace std; vector < vector <int> > matrix_addition_improved (vector < vector <int> > matrixa, vector < vector <int> > matrixb) { // store the number of rows and columns in the matrices vector<int>::size_type rows_a = matrixa.size(); vector<int>::size_type r...
[ "ahmadchaiban@gmail.com" ]
ahmadchaiban@gmail.com
8a328cb8bdb112afc7ed8b6a8af5d0bed5f2cf65
5f63ca6a159239704001e9d53816c6f4139af8a9
/C++/uocsonguyentonhonhat.cpp
77ba5c9f8ccce8229c893965ec2881dc463c2ece
[]
no_license
buihuy17/Test
d9125a589941a39a830283c1dd0b6cb57f002a25
d9f8969a7855e5024d3a7e67a778e75bb697b5b4
refs/heads/main
2023-08-24T03:40:55.004530
2021-09-23T08:07:14
2021-09-23T08:07:14
409,489,273
0
0
null
null
null
null
UTF-8
C++
false
false
654
cpp
#define ll long long #include <bits/stdc++.h> using namespace std; int Nto(int x) { for (int i = 2; i <= sqrt(x); i++) { if (x % i == 0) return 0; } return 1; } void uoc(int a) { for (int b = 2; b <= a; b++) { if (a % b == 0) { if (Nto(b) == 1) ...
[ "buivanhuy0971188942@gmail.com" ]
buivanhuy0971188942@gmail.com
ed66e1087573dc55407586b76825b7d10442a0d4
52b90cb799037a09e7e6f45f395f061b3084e495
/uniform_order/Main.cpp
fe380e60975fdd7a013dfb2dbabbd3ded1752f57
[ "MIT" ]
permissive
Kangz/GLDriverBugs
00d23ae9f6732d1975eccd1eca429e7a255a8a33
61f2e9c54a61d274817047301eb1a57b9934258b
refs/heads/master
2021-01-09T20:36:19.780987
2019-03-14T07:08:32
2019-03-14T13:21:46
61,653,662
0
1
MIT
2019-03-14T13:21:47
2016-06-21T17:32:10
C++
UTF-8
C++
false
false
2,024
cpp
#include "utils/GLFWApp.h" #include <string> #include "utils/Shader.h" class UniformOrder: public GLFWApp { public: void Init(GLFWwindow*) override { const std::string vs = R"(#version 450 in vec4 a_position; out vec4 vtxOut; str...
[ "cwallez@google.com" ]
cwallez@google.com
65cda28972e2942fda64b1624702da715a04244a
e7fadeaa0be7f681722dccde42f92f1c6ee16a9b
/drds/src/model/DescribeDrdsInstanceResult.cc
1db0672469b94807879c11a69d41bd8cdb41f7a1
[ "Apache-2.0" ]
permissive
ELLIEbleu/aliyun-openapi-cpp-sdk
5a360447016d7fc32420907d0152e5aab43eeb9b
9b7dbef9c81c814a5fd519250b621d44339d3497
refs/heads/master
2020-04-10T21:08:54.368882
2018-12-06T02:28:48
2018-12-06T02:28:48
161,288,710
2
0
null
2018-12-11T06:38:23
2018-12-11T06:38:23
null
UTF-8
C++
false
false
3,113
cc
/* * Copyright 2009-2017 Alibaba Cloud 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...
[ "haowei.yao@alibaba-inc.com" ]
haowei.yao@alibaba-inc.com
da2f0806737422543a5a08374262e0d4cee48256
e0654961ba79338e82a0ba03360e97ead4465285
/include/argot/concepts/nothrow_assignable_when_contained.hpp
740511b90c2dd46b267ffa5283a9078dad2344f3
[ "BSL-1.0" ]
permissive
blockspacer/argot
68f0e2a56fb4686989b47d0ad0f6127167ea0a9a
97349baaf27659c9dc4d67cf8963b2e871eaedae
refs/heads/master
2022-11-25T02:57:08.808025
2020-08-04T21:15:00
2020-08-04T21:15:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,882
hpp
/*============================================================================== Copyright (c) 2018, 2019 Matt Calabrese 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) =============================================...
[ "matt@boost.org" ]
matt@boost.org
04ec1293c82c2f018b76d00feee54d68217f206c
c0488c02f0bd25f42050573ab886703dcf4205ec
/1145.cpp
cea712a23e0bb628260c508334f94294855a5b60
[]
no_license
RoeeXu/leetcode-cn
efb99f2b323fa32453ecdd0afb973df0392b9602
4c8d1a3692d25ffecc7dcf666c34e183210e245d
refs/heads/master
2021-08-02T22:30:29.004679
2021-07-27T18:17:39
2021-07-27T18:17:39
221,400,818
0
0
null
null
null
null
UTF-8
C++
false
false
1,039
cpp
/*************************************************** * Copyright (c) 2019 Roee Xu. All Rights Reserved **************************************************** * File: 1145.cpp * Author: roeexu * Date: 2019-12-20 11:07:26 * Brief: ****************************************************/ /** * Definition for a bina...
[ "roeexu@gmail.com" ]
roeexu@gmail.com
449f7277593d88a2ee461059eac5f1d26357771e
db5ee18e9e4da030ac45acd228443c07968ce1e3
/Classes/Mover.h
054b71d6b413341b1e4f8994f9c99f1a94fa35d5
[ "MIT" ]
permissive
ljwlaji/cocos2d-x_Fate-Alpha
6ae2120209c50aeee65b86937f0ddcb4c8340e2f
271691b383322e7479a3fc284fd6c923141e5822
refs/heads/master
2021-01-21T16:05:43.919646
2017-05-27T14:32:58
2017-05-27T14:32:58
91,875,817
18
0
null
null
null
null
GB18030
C++
false
false
196
h
#ifndef __MOVER_H__ #define __MOVER_H__ //全局单例对象 用来检测碰撞 #include "Types.h" class Mover { public: Mover(); ~Mover(); static Mover* GetInstance(); private: }; #endif
[ "602809934@qq.com" ]
602809934@qq.com
9b11a09a8c4560ed47030787a7428d1bec45d60b
6b2a8dd202fdce77c971c412717e305e1caaac51
/solutions_5751500831719424_1/C++/igerasim/a.cpp
c97007a6cf49961ee84f9d34883c7bc5cade90a6
[]
no_license
alexandraback/datacollection
0bc67a9ace00abbc843f4912562f3a064992e0e9
076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf
refs/heads/master
2021-01-24T18:27:24.417992
2017-05-23T09:23:38
2017-05-23T09:23:38
84,313,442
2
4
null
null
null
null
UTF-8
C++
false
false
1,839
cpp
#include <iostream> #include <iomanip> #include <vector> #include <array> #include <algorithm> #include <hash_map> #include <string> #include <map> #include <set> #include <queue> #if 0 #include <boost/multiprecision/cpp_int.hpp> using namespace boost::multiprecision; typedef int256_t lll; typedef uint2...
[ "eewestman@gmail.com" ]
eewestman@gmail.com
bc5eb7693c8b89af1ef2ec4c70be51240a67fcd3
d435749c4904b127ea52ca39508c39c94ef8735b
/techer4_2_2/Revarray.h
75804bdb748cceae8acf52422f70ccf7df04ee34
[]
no_license
Tesla-1i/CPP
1fefcea726c29bb6dc7c1f18f580640252f70b2b
9e37a9e1b3cd0426710a86f582be97ad5fda61d8
refs/heads/master
2021-10-13T09:19:06.559404
2017-04-19T01:01:46
2017-04-19T01:01:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
170
h
#include "Myarray.h" #ifndef REVARRAY #define REVARRAY class Revarray :virtual public Myarray { public: Revarray(int leng); ~Revarray(); void revArray(); }; #endif
[ "sdmengxiangyu@gmail.com" ]
sdmengxiangyu@gmail.com
3c48a2ca1b9e1b5b74f09a36f976c2dd16bc44ed
675fade53b5dc60dac5d9cf08150b15d11e6dca3
/Temp/StagingArea/Data/il2cppOutput/System_System_ComponentModel_Int32Converter1078787070.h
2897f7572d51e4dce50f823853d1ca68a2975333
[]
no_license
tejaskhorana/SandboxFPS
be90670c29dbe20b20295e36c85e8e73b948f08f
6c795634703e31e4ab6d416663fbf6c89b179c59
refs/heads/master
2020-02-26T15:05:01.879563
2017-05-24T05:52:04
2017-05-24T05:52:04
83,266,163
2
1
null
null
null
null
UTF-8
C++
false
false
568
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "System_System_ComponentModel_BaseNumberConverter3737780012.h" #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma ...
[ "tejaskhorana@gatech.edu" ]
tejaskhorana@gatech.edu
252bd428b8ad47f5814bf4696ff6c379673d43fb
7f7f472167623e31277b950690ee088981450901
/DigitalFactory/mainwindow_about/mainwindow.h
0abf2c317bcf97342170b632e02fcb8ad4d384e5
[]
no_license
infcnwangjie/cpp_isbest
056d2a8fa1742303254af9ed43fa2652da577a1b
2777deba5955f62b2ad81e34e493e9cf3c7cbb4b
refs/heads/master
2023-04-13T14:44:54.617178
2021-04-30T22:07:26
2021-04-30T22:07:26
261,371,230
0
0
null
null
null
null
UTF-8
C++
false
false
777
h
#ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include<QMdiArea> #include <QMdiSubWindow> #include <QVBoxLayout> //#include "loginform.h" #include "tinyjson.hpp" #include <cassert> QT_BEGIN_NAMESPACE namespace Ui { class MainWindowUi; class MainWindowNewUi;} QT_END_NAMESPACE class M...
[ "wangjie@shengyidi.com" ]
wangjie@shengyidi.com
4ae55f8a5cb563a46c202afd57331e6724f3af56
6b2a8dd202fdce77c971c412717e305e1caaac51
/solutions_5695413893988352_0/C++/chigichan24/b.cpp
9da97d779f9148a57b8dfdc91c6060dc50d597dd
[]
no_license
alexandraback/datacollection
0bc67a9ace00abbc843f4912562f3a064992e0e9
076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf
refs/heads/master
2021-01-24T18:27:24.417992
2017-05-23T09:23:38
2017-05-23T09:23:38
84,313,442
2
4
null
null
null
null
UTF-8
C++
false
false
1,647
cpp
#include <bits/stdc++.h> using namespace std; const int dx[]={1,0,-1,0,1,-1,-1,1}; const int dy[]={0,1,0,-1,1,1,-1,-1}; const int INF = 1e9; const long long LINF = 1e18; const double EPS = 1e-8; #define pb push_back #define mk make_pair #define fr first #define sc second #define ll long long #define reps(i,...
[ "alexandra1.back@gmail.com" ]
alexandra1.back@gmail.com
afc5c21da6644597f1f6b017e184547aa022065a
cf2bb021e8a3fd7b9323ab785b3b050044b4270e
/src/mapelemview.cpp
30a15cf134a257c476617e028702cc25eab181d9
[]
no_license
bulat-f/SeaBattle
bd0e0a0be90e76bbac4608a5ace634b24affa6e4
0a3b048110978b36b90e6b4340d8f8b9d51257b3
refs/heads/master
2021-05-27T23:48:59.244104
2013-12-19T06:39:29
2013-12-19T06:39:29
15,053,476
0
1
null
null
null
null
UTF-8
C++
false
false
500
cpp
#include "mapelemview.h" #include <iostream> using namespace std; MapElemView::MapElemView() { //ctor } MapElemView::~MapElemView() { //dtor } void MapElemView::show(const MapElement &elem) { switch (elem.state) { case MapElement::MISS: cout << "' | "; return; case...
[ "fatbulat5@gmail.com" ]
fatbulat5@gmail.com
50f0761e9dbf199dc42a698720c7c0739f084cd4
4fffd88df0391db8cb0274733c160595c3ca7fa6
/Practice/Plagiarism.cpp
eb82e952c343a916879967cdbd36110235bef7f1
[]
no_license
YatharthNigam/Codechef
b00bffa7c9d3b51e76fce9d96599161909da21c0
67b6977cf2a6e6764ec924ccfcded2323e894a29
refs/heads/main
2023-08-01T20:50:06.653197
2021-09-15T17:50:52
2021-09-15T17:50:52
390,731,038
0
0
null
null
null
null
UTF-8
C++
false
false
687
cpp
#include <bits/stdc++.h> using namespace std; void solve() { int n, m, k; cin >> n >> m >> k; int arr[k]; for (int i = 0; i < k; i++) { cin >> arr[i]; } map<int, int> map; for (int i = 0; i < k; i++) { if (arr[i] <= n) map[arr[i]]++; } int flag = ...
[ "yatharthnigam@gmail.com" ]
yatharthnigam@gmail.com
14281b1ed954325cb15730453b4b4f9c63a49ddd
d6b4bdf418ae6ab89b721a79f198de812311c783
/faceid/include/tencentcloud/faceid/v20180301/model/DetectReflectLivenessAndCompareRequest.h
0969870ab4dd40097b93342c10c9d41192788cd6
[ "Apache-2.0" ]
permissive
TencentCloud/tencentcloud-sdk-cpp-intl-en
d0781d461e84eb81775c2145bacae13084561c15
d403a6b1cf3456322bbdfb462b63e77b1e71f3dc
refs/heads/master
2023-08-21T12:29:54.125071
2023-08-21T01:12:39
2023-08-21T01:12:39
277,769,407
2
0
null
null
null
null
UTF-8
C++
false
false
6,683
h
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
[ "tencentcloudapi@tencent.com" ]
tencentcloudapi@tencent.com
5d3e9acee966dfa28cbc0be042d26d92107f8adc
1a20961af3b03b46c109b09812143a7ef95c6caa
/ZGame/DX11/hieroglyph3/trunk/Hieroglyph3/Source/Frustum3f.cpp
c194fba84f751d17418801454aa75b767afa8d60
[ "MIT" ]
permissive
JetAr/ZNginx
eff4ae2457b7b28115787d6af7a3098c121e8368
698b40085585d4190cf983f61b803ad23468cdef
refs/heads/master
2021-07-16T13:29:57.438175
2017-10-23T02:05:43
2017-10-23T02:05:43
26,522,265
3
1
null
null
null
null
UTF-8
C++
false
false
5,187
cpp
//-------------------------------------------------------------------------------- // This file is a portion of the Hieroglyph 3 Rendering Engine. It is distributed // under the MIT License, available in the root of this distribution and // at the following URL: // // http://www.opensource.org/licenses/mit-license.ph...
[ "126.org@gmail.com" ]
126.org@gmail.com
fe01b558fbc656b8abfa6fad39bd438702724c2b
97edd04548079640c7d8f37293adcd2e94ca82d6
/source files/EnemyPattern.h
da64ca3f45220d3bd6ff87ef03f54484037f6076
[]
no_license
eunho5751/BarrageShooting
5d2ef19d14a15f429a85ce571f77d5f7865a196e
0c7e0d5ab4a2076c2e7294c3e6efd45e45e24817
refs/heads/master
2022-06-04T04:55:07.808228
2022-03-30T14:27:25
2022-03-30T14:27:25
159,177,025
0
0
null
null
null
null
UTF-8
C++
false
false
1,883
h
#pragma once #include "Enemy.h" #include "EntityMgr.h" #include "DataMgr.h" class CSpiralShooter : public CEnemy { private: float m_fShotAngle; float m_fShotAngleRate; float m_fShotSpeed; public: CSpiralShooter(ImageData* _image, float _scale, float _speed, float _x, float _y, float _shotAngle, flo...
[ "noreply@github.com" ]
noreply@github.com
e071d5ad6a77748dcdb83ec886012cddd408d3d9
ec8118f8bc19611e205c57dce39c6c9102c5a00f
/baekjoon/1120_문자열.cpp
f47e71663b7f75e1e9acf8b1df3be38c11312299
[]
no_license
sjsjsj1246/Algorithm_study
a5433223741ffda89b2b63c22e876920c46882ea
5a45b1f64991138fdb0fdb02b0f345e07d2f6a74
refs/heads/master
2021-06-06T08:40:47.275376
2019-12-09T14:31:22
2019-12-09T14:31:22
143,863,615
1
0
null
null
null
null
UTF-8
C++
false
false
517
cpp
#include <iostream> #include <vector> #include <string> #include <cstring> #include <functional> #include <queue> #include <algorithm> #define MOD 1000000 #define fast ios::sync_with_stdio(false); cin.tie(0); cout.tie(0); using namespace std; int main() { string a, b; cin >> a >> b; int Min = 51; int len = b.leng...
[ "sjsjsj1246@gmail.com" ]
sjsjsj1246@gmail.com
cc31efaeb212904e58f48ff090b80fd996567d03
21b7d8820a0fbf8350d2d195f711c35ce9865a21
/Required Remainder.cpp
6108f18c76c778554d0ee387d2df238b9d72fc1d
[]
no_license
HarshitCd/Codeforces-Solutions
16e20619971c08e036bb19186473e3c77b9c4634
d8966129b391875ecf93bc3c03fc7b0832a2a542
refs/heads/master
2022-12-25T22:00:17.077890
2020-10-12T16:18:20
2020-10-12T16:18:20
286,409,002
0
0
null
null
null
null
UTF-8
C++
false
false
217
cpp
#include<bits/stdc++.h> using namespace std; int main(){ int t, x, y, n; cin>>t; while(t--){ cin>>x>>y>>n; n = (n>=n-n%x+y)?n-n%x+y:n-n%x+y-x; cout<<n<<endl; } return 0; }
[ "harshitcd@gmail.com" ]
harshitcd@gmail.com
391fd6f3777cba3e7177e45d6ed99cef72dbc8a1
6fed8181b8680a160c15efa9df76543785549693
/include/Util/TypeDefs.h
0e3838aa6e659d08b714371e9b2d589812ea6165
[ "Apache-2.0" ]
permissive
marchartung/Actul
dcc774bdd3ae7c445336c88ac062f4f669e66099
eb5b1f278a6d128377afba631d62e07e7e909eef
refs/heads/master
2020-03-16T02:11:56.039211
2018-05-07T12:46:20
2018-05-07T12:46:20
132,459,196
1
0
null
null
null
null
UTF-8
C++
false
false
1,192
h
//////////////////////////////////////////////////////////////////////////////// // Copyright 2017-2018 Zuse Institute Berlin // // 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 // // ht...
[ "hartung@zib.de" ]
hartung@zib.de
1c31256a1fa0d40f2291bf1a5cc2d29536357ca3
2bce17904e161a4bdaa2d65cefd25802bf81c85b
/codeforces/121/A/bf.cc
36c36c24dc21bc1cdd3c44527ddb676608c3abc0
[]
no_license
lichenk/AlgorithmContest
9c3e26ccbe66d56f27e574f5469e9cfa4c6a74a9
74f64554cb05dc173b5d44b8b67394a0b6bb3163
refs/heads/master
2020-03-24T12:52:13.437733
2018-08-26T01:41:13
2018-08-26T01:41:13
142,727,319
0
0
null
null
null
null
UTF-8
C++
false
false
1,601
cc
#pragma GCC optimize("Ofast") #pragma GCC target("sse,sse2,sse3,ssse3,sse4,sse4.1,sse4.2,popcnt,abm,mmx,avx,tune=native") #include "bits/stdc++.h" #include <assert.h> using namespace std; typedef long long ll; typedef long double ld; #define PB push_back #define MP make_pair const int MOD=1000000007; #define endl "\n" ...
[ "Li Chen Koh" ]
Li Chen Koh
d721c010674d6407ba223b37880d65d090474aaf
dfb931f848291d10bf6c23d35532a511feb14829
/laba1.cpp
f951d8e5390ca5813a458d8b166e0e863aff3b06
[]
no_license
SergeiPetrin/DA
465ca8bcb8699f49ebe894ea6310e0688183e3f0
6f71de5ebe50a115febb7db60b1c5ad5b9c658ce
refs/heads/master
2020-09-27T15:39:52.243459
2019-12-12T01:06:29
2019-12-12T01:06:29
226,548,066
0
0
null
null
null
null
UTF-8
C++
false
false
4,058
cpp
#include <iostream> #include <cstdlib> struct KValue { char keys[9]; unsigned long long value; }; class TVector { int size; int capacity; KValue* vectorData; public: TVector() { size = 0; capacity = 0; vectorData = new KValue[2]; } TVector(int var) { siz...
[ "noreply@github.com" ]
noreply@github.com
feb6a128a07809db79ff9a8de90a5b329a6fcfca
41194968e73ba2874847828bc7f31a41259e29b5
/xulrunner-sdk-26/xulrunner-sdk/include/nsIComponentRegistrar.h
7446c9f8bbf5fcdf93c85e576ef1ce011c1f58e0
[]
no_license
snowmantw/gaia-essential
81d544d579ff4c502a75480f1fcf3a19a6e783b7
2751716dc87dea320c9c9fd2a3f82deed337ad70
refs/heads/master
2020-04-05T17:03:12.939201
2013-12-08T10:55:46
2013-12-08T10:55:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
11,200
h
/* * DO NOT EDIT. THIS FILE IS GENERATED FROM /builds/slave/m-cen-osx64-xr-ntly-0000000000/build/xpcom/components/nsIComponentRegistrar.idl */ #ifndef __gen_nsIComponentRegistrar_h__ #define __gen_nsIComponentRegistrar_h__ #ifndef __gen_nsISupports_h__ #include "nsISupports.h" #endif /* For IDL files that don't ...
[ "snowmantw@gmail.com" ]
snowmantw@gmail.com
de36972f9d3df074b9bf2ed42c2be0070abfe445
a56c9cfcb60287941344f3ce7b7233fb3bdbbea1
/spreadsheet/finddialog.cpp
9a06b975b8bed5ecb5969ddd19c7ff40b1062f71
[]
no_license
AbdulmueezEmiola/Qt-Spreadsheet
b6c4b9f76d379b7900b4fcdfc0fe17fe9ab930df
f94c7475a435b37f9f3f506809207dbfde9ba670
refs/heads/master
2021-01-01T15:00:06.122577
2020-02-09T15:43:03
2020-02-09T15:43:03
239,328,528
0
0
null
null
null
null
UTF-8
C++
false
false
1,969
cpp
#include <QtWidgets> #include "finddialog.h" FindDialog::FindDialog(QWidget *parent) : QDialog(parent) { label = new QLabel(tr("Find &what:")); lineEdit = new QLineEdit; label->setBuddy(lineEdit); caseCheckBox = new QCheckBox(tr("Match &case")); backwardCheckBox = new QCheckBox(tr("Sear...
[ "noreply@github.com" ]
noreply@github.com
bf51cb681d6caedbb2d3c5699b2e691e84fea68e
c270fe23c8e4aeca0d5ac4c64b84b32eb2c1d752
/copper/hpp/cast.hpp
b53e209ef2ca8e8bdeac7ce439eb4193cc734021
[ "MIT" ]
permissive
CobaltXII/sterling
25b326033ae33fc6390423d29fb428adc260f982
abef14ec8019aca55e359f78da5711c70be77d35
refs/heads/master
2020-04-30T12:23:27.285931
2019-03-24T19:22:36
2019-03-24T19:22:36
176,825,389
0
0
null
null
null
null
UTF-8
C++
false
false
1,346
hpp
float cast ( float ray_ox, float ray_oy, float ray_oz, float ray_dx, float ray_dy, float ray_dz, shape** hit_shape = NULL, float* hit_shape_r = NULL, float* hit_shape_g = NULL, float* hit_shape_b = NULL, float* norm_x = NULL, float* norm_y = NULL, float* norm_z = NULL, float* texture_u = NULL, float...
[ "sidatt64@gmail.com" ]
sidatt64@gmail.com
0418bde4662b63daaa05572b219b06a66a6dd0b9
f5685a8bcc402e46e081f92137e6f26bd7d0ba3e
/docs/source/_src_snippets/simulation/environment_setup/environment_models/tabulated_ephemeris.cpp
e925382f860896370d11673b1074b8cb35d88b63
[]
no_license
MaartenvNistelrooij/tudat-space
d28d745e8b2cdd70b5e7df60c990459a23a0cc91
aa7cafff6bf0bcd4f1bda55cd1633c61719db749
refs/heads/master
2023-08-27T21:15:44.474114
2021-11-05T18:15:35
2021-11-05T18:15:35
421,984,329
0
0
null
null
null
null
UTF-8
C++
false
false
279
cpp
std::map< double, Eigen::Vector6d > bodyStateHistory ... std::string frameOrigin = "SSB" std::string frameOrientation = "J2000" bodySettings[ "Jupiter" ]->ephemerisSettings = std::make_shared< TabulatedEphemerisSettings >( bodyStateHistory, frameOrigin, frameOrientation );
[ "aaron@Aarons-MBP.fritz.box" ]
aaron@Aarons-MBP.fritz.box
ca4c060d6238331034cbac144ed165b3ac9c8aef
9d03de321fe91c04147789a192f8354c57bcc6a4
/Objeto.cpp
d6a57ad00cd734880dda3090b18616564fb49760
[]
no_license
pequenyaheavy/Malvadisco
bbd69f2142798cfaa8f11659e805de796fab0590
6f14b81bfcad04d8229e0b20adf8c8ea713591f1
refs/heads/master
2023-02-15T00:51:16.600441
2015-04-22T19:11:11
2015-04-22T19:11:11
33,929,324
0
1
null
null
null
null
UTF-8
C++
false
false
198
cpp
/* * File: Objeto.cpp * Author: Juan * * Created on 14 de abril de 2015, 20:13 */ #include "Objeto.h" Objeto::Objeto() { } Objeto::Objeto(const Objeto& orig) { } Objeto::~Objeto() { }
[ "jcbarberadiaz@gmail.com" ]
jcbarberadiaz@gmail.com
6fa5d6fd47f704270b6ffaa0140fc004cad037c1
b9cea176542da3edf4f4da7594266a1f65b665c7
/src/W2/code/FPGA_EdgeBoard/sample_image_catdog/include/paddle-mobile/fpga/KD/llapi/zynqmp_api.h
4099bb23a301e21830d62d36d7c8da6829a9c542
[]
no_license
Heffie199/EdgeBoard_Experience
5ca89adbde338ed3540d12733c81f0490d1e1a33
4a8baa237b7f7b46b448bb9484e418763d757f17
refs/heads/master
2020-08-21T14:48:37.291540
2019-06-16T11:41:17
2019-06-16T11:41:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,805
h
/* Copyright (c) 2018 PaddlePaddle 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...
[ "287827688@qq.com" ]
287827688@qq.com
148f045418ef1172d7b517361a132ce050a65800
6bc73bec189500f564332b0c4212cc057093fc43
/tests/no_repeated_types_in_component3_with_annotation.cpp
1d50397c89423128a8444f2cb6aeebd671df467d
[ "Apache-2.0" ]
permissive
preempt/fruit
0b0870fa465b27e4b082045ef1d2b373557dac3f
9ea3e31b63836797ec7ba1dd759ead8c00d0d227
refs/heads/master
2023-07-14T02:42:21.498680
2016-04-24T09:44:53
2016-04-24T09:44:53
72,961,655
0
0
Apache-2.0
2023-06-28T22:55:22
2016-11-06T00:35:43
C++
UTF-8
C++
false
false
1,084
cpp
// expect-compile-error RepeatedTypesError<fruit::Annotated<Annotation,X>,fruit::Annotated<Annotation,X>>|A type was specified more than once. /* * Copyright 2014 Google Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance wit...
[ "poletti.marco@gmail.com" ]
poletti.marco@gmail.com
7e41182dcaacb5477215c55f11f017b72ea56726
6fc57553a02b485ad20c6e9a65679cd71fa0a35d
/src/cobalt/bin/system-metrics/memory_stats_fetcher.h
3db45611cab76b3f6e774059969c8baae7cebdb6
[ "BSD-3-Clause" ]
permissive
OpenTrustGroup/fuchsia
2c782ac264054de1a121005b4417d782591fb4d8
647e593ea661b8bf98dcad2096e20e8950b24a97
refs/heads/master
2023-01-23T08:12:32.214842
2019-08-03T20:27:06
2019-08-03T20:27:06
178,452,475
1
1
BSD-3-Clause
2023-01-05T00:43:10
2019-03-29T17:53:42
C++
UTF-8
C++
false
false
660
h
// Copyright 2019 The Fuchsia Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef SRC_COBALT_BIN_SYSTEM_METRICS_MEMORY_STATS_FETCHER_H_ #define SRC_COBALT_BIN_SYSTEM_METRICS_MEMORY_STATS_FETCHER_H_ #include <lib/zx/resource.h> ...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
cd71a09dff7f748be469361c4651c3fd57404c46
c06574d4ddf1e2cab62737e8b74accea3c34007a
/Codeforces/Round 588/A.cpp
2a8a7f6d7fef959a1cafaedb4d2b813a24fbc97d
[]
no_license
t1war1/CP
5ec8210c37c54262cb8758647fe52c0fec402f35
237c8e32e351511142c4fd79bb965a4e8efa37b6
refs/heads/master
2022-12-21T11:03:14.300293
2020-04-10T11:06:24
2020-04-10T11:06:24
116,372,420
0
1
null
2020-10-01T20:37:31
2018-01-05T10:19:59
C++
UTF-8
C++
false
false
1,835
cpp
#include <bits/stdc++.h> #define pb push_back #define fastIO ios_base::sync_with_stdio(0);cin.tie(NULL);cout.tie(NULL); #define PI 3.141592653589793238462643383 #define mp make_pair #define ff first #define ss second #define endl "\n" #define all(v) v.begin(),v.end() #define int long l...
[ "tiwarigaurav1998@gmail.com" ]
tiwarigaurav1998@gmail.com
d5a9a40fbff858a033bb71d635b1298f325b0288
d2d4028ee83066400c53b7144ec416bff1fedc83
/ACM-UVA/694/694.cpp
8087c61b37e5217af7c00699ffd49e40aa030cc0
[]
no_license
sergarb1/Competitive-Programming-Solved-Problems
f822e3a11d8977e3bdacbe5e478055af792bdd0e
b33af9d6168a4acaf7f398d5e0598df99686e51a
refs/heads/master
2023-01-11T15:38:05.933581
2022-12-27T12:29:45
2022-12-27T12:29:45
137,689,428
5
12
null
null
null
null
UTF-8
C++
false
false
1,043
cpp
#include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <stdio.h> #include <math.h> #include <string.h> #include <stdlib.h> #include <iostream> using namespace std; int main() { long long int i,j,k; #ifndef ONLINE_JUDGE close (0); open ("694.in", O_RDONLY); close (...
[ "sergi.profesor@gmail.com" ]
sergi.profesor@gmail.com
7fdb557617761771cb2d6e2358bfe9bc35efc871
11016ada61550f7d0316fd2bfabf05d8f103f10c
/dksorts/bubble_sort/bubble_sort_main.cc
2d153e6b0389b4c079828cd7ee6c1aadc3bcbc84
[]
no_license
DhruvKrish/CPP_DSA
530c37ff92ad4b7786405e52589eac1783bf5dec
11494f10e4f9db46b27c5d6a52177794bfaa93ac
refs/heads/master
2020-06-12T07:17:40.357386
2019-09-19T22:52:36
2019-09-19T22:52:36
194,229,775
0
0
null
null
null
null
UTF-8
C++
false
false
806
cc
#include <assert.h> #include "bubble_sort.h" int main(){ int to_sort[10] = {613, 55, 8721, 472, 94, 72, 74, 8, 61, 356}; int to_sort_recursive[10] = {613, 55, 8721, 472, 94, 72, 74, 8, 61, 356}; int sorted[10] = {8, 55, 61, 72, 74, 94, 356, 472, 613, 8721}; std::cout<<"To Sort: "; for(int i=0;i<10;i++){ ...
[ "dhruvkrishnan@gmail.com" ]
dhruvkrishnan@gmail.com
4fd0a95b34ab387e25716450b8d05e810ab83c77
04afc8dc4ae6a0982e1e1725fe9413b14fc08200
/src/qt/eMarkgui.h
9f906650e41c04d6d845cb1bd86bbf9532f12574
[ "MIT" ]
permissive
CryptoManiac/DEM
65ec93eecf02ea47031c98a4d07db2c52380c529
edd45698c123b2195881f29c0b8592356ba171aa
refs/heads/master
2021-01-18T18:11:37.822041
2015-09-19T21:00:37
2015-09-19T21:00:37
42,783,371
0
0
null
2015-09-19T17:48:00
2015-09-19T17:47:59
null
UTF-8
C++
false
false
5,943
h
#ifndef BOUNTYCOINGUI_H #define BOUNTYCOINGUI_H #include <QMainWindow> #include <QSystemTrayIcon> #include "util.h" class TransactionTableModel; class ClientModel; class WalletModel; class TransactionView; class OverviewPage; class AddressBookPage; class SendCoinsDialog; class SignVerifyMessageDialog; class Notificat...
[ "balthazar@yandex.ru" ]
balthazar@yandex.ru
1c58dd28a44c568232b955a4424326cb4be11ddf
f4279ff558845ac27b61467084ab81128e07a203
/Project1/Project1/array.h
b903b2534562231f12f9ae4269d7f65c833a08c6
[]
no_license
Serhii-elder/ClassWork
02d22ca0034fd4a89ffca82db0a825cc17843926
b296f7adb5dbd03b1e0be03fa9ec93b8418c9bc1
refs/heads/master
2020-05-25T03:31:35.598134
2019-10-08T09:04:21
2019-10-08T09:04:21
187,604,830
0
0
null
null
null
null
UTF-8
C++
false
false
221
h
#pragma once #include<iostream> using namespace std; class Array { private: int *arr; int size; int a; public: Array(); Array(int newValue,int newSize); void Print(); void AddFirst(); void DelIndex(); };
[ "dovmat@rivne.itstep.org" ]
dovmat@rivne.itstep.org
d201ed593682e9e7badb3e9807687bfef3804abf
bcd6c8aa8bba28c20bf2a23577718ce104804d06
/Gammou/Plugins/sampler.cpp
650fbdad35874c54689eb30dc5806e60a6c275ee
[ "BSD-3-Clause" ]
permissive
scrime-u-bordeaux/Gammou
26bacc74a4d47b0c734dc305edf22a5cbb91fb3b
07a109caace0a77772c78e891b3c8688737e3877
refs/heads/master
2020-04-24T05:51:28.025655
2019-01-21T21:19:08
2019-01-21T21:19:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,992
cpp
#include "plugin_helper.h" #include "wav.h" using namespace Gammou::Sound; class sampler_component : public sound_component { public: sampler_component( wav_t *sample, const unsigned int channel_count); ~sampler_component(); void process(const double input[]) override; void initialize_process() overrid...
[ "aliefhooghe@enseirb-matmeca.fr" ]
aliefhooghe@enseirb-matmeca.fr
43856b74eb58339e2c0bb6fd296791666b7e2e38
f94ca9f5fd77d08442291909c89b3ecefe3bfb2b
/tests/stubs/notificationstatusindicator_stub.h
a03a4122035bdaac286bb88af62271867d4ed319
[]
no_license
dudochkin-victor/touch-systemui
d6921b371358a7428ac9c408789b03627ad08146
3a15ca779ebe41f091674c6b8c21d22eeac122b9
refs/heads/master
2021-01-15T16:17:27.083927
2013-05-16T06:35:27
2013-05-16T06:35:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,541
h
#ifndef NOTIFICATIONSTATUSINDICATOR_STUB #define NOTIFICATIONSTATUSINDICATOR_STUB #include "notificationstatusindicator.h" #include <stubbase.h> // 1. DECLARE STUB // FIXME - stubgen is not yet finished class NotificationStatusIndicatorStub : public StubBase { public: virtual void NotificationStatusIndicatorCons...
[ "dudochkin.victor@gmail.com" ]
dudochkin.victor@gmail.com
bca08f9716ada9c9017eeb51ed7fb8ee7ace4b30
1cc17e9f4c3b6fba21aef3af5e900c80cfa98051
/chrome/browser/safe_browsing/safe_browsing_blocking_page.h
0f60da3a70d5377e655849bed347d84fa76be8e4
[ "BSD-3-Clause" ]
permissive
sharpglasses/BitPop
2643a39b76ab71d1a2ed5b9840217b0e9817be06
1fae4ecfb965e163f6ce154b3988b3181678742a
refs/heads/master
2021-01-21T16:04:02.854428
2013-03-22T02:12:27
2013-03-22T02:12:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,169
h
// Copyright (c) 2012 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. // // Classes for managing the SafeBrowsing interstitial pages. // // When a user is about to visit a page the SafeBrowsing system has deemed to // be ...
[ "vgachkaylo@crystalnix.com" ]
vgachkaylo@crystalnix.com
be5c36cde1e1e90a02700d1d19c039535eea1abe
9f9660f318732124b8a5154e6670e1cfc372acc4
/Case_save/Case20/case8/600/p
6ffbf51ce252d70438aad337b8e0fa1c1499fac5
[]
no_license
mamitsu2/aircond5
9a6857f4190caec15823cb3f975cdddb7cfec80b
20a6408fb10c3ba7081923b61e44454a8f09e2be
refs/heads/master
2020-04-10T22:41:47.782141
2019-09-02T03:42:37
2019-09-02T03:42:37
161,329,638
0
0
null
null
null
null
UTF-8
C++
false
false
4,907
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 6 \\/ M anipulation | \*-------...
[ "mitsuaki.makino@tryeting.jp" ]
mitsuaki.makino@tryeting.jp
c59caabf3f1eeb20e3d5addfed10465d450419bb
9dfc68af6c2c010a31ff9d3418ccab2f221da448
/compat/defs.hpp
585c45d10cfa2b57197249f3db4bd6c065a6249c
[ "BSL-1.0" ]
permissive
sthalik/floormat
0180219c1a73d89d891d00b0330e154125c109db
125cb3c0feb94e51b830957fb44ccc709b6afa61
refs/heads/master
2023-08-16T12:40:27.569715
2023-07-22T16:56:19
2023-07-22T19:17:41
460,774,854
4
0
null
null
null
null
UTF-8
C++
false
false
2,664
hpp
#pragma once #ifdef _MSC_VER # define fm_FUNCTION_NAME __FUNCSIG__ #else # define fm_FUNCTION_NAME __PRETTY_FUNCTION__ #endif #define fm_begin(...) [&]{__VA_ARGS__}() #define fm_DECLARE_DEPRECATED_COPY_ASSIGNMENT(type) \ [[deprecated, maybe_unused]] type(const type&) noexcept ...
[ "sthalik@misaki.pl" ]
sthalik@misaki.pl
5177061130a1662bbb1f6730e861890ddf5a7da5
7eec7414b7bb45e5a1d70e577788de88693bf755
/Computing_III/Exc5_Point/Point.h
ee1994c8f5147f5d2be47709255c50fa700a3b97
[]
no_license
SPKB24/UML_Courses
7cc6b6a71d82ebe2f5d00e5d31d7f4691bf103ca
d54b031333618cfbf8eb7ef8dd01f79a9806ddf9
refs/heads/master
2021-01-18T22:58:21.397492
2016-06-25T03:14:16
2016-06-25T03:14:16
42,747,675
1
0
null
null
null
null
UTF-8
C++
false
false
845
h
#ifndef POINT_H #define POINT_H #include <iostream> using namespace std; class Point { public: // Default Constructor Point(int _dimension = 2); // Int and Array Constructor Point(int _dimension, double *_array); // Copy Constructor Point(const Point& rhs); // Operator() double operator[] (size_t index); ...
[ "sohitpal@outlook.com" ]
sohitpal@outlook.com
d1f76c57c7be87c57a31e716c8b81c9a81a4655a
6c133a78b9d22dce340376fb0df41eb760ffc7b0
/breath/diagnostics/assert.hpp
35cabd62216ee6ec79897f101b7c6515ebfa847e
[ "BSD-3-Clause" ]
permissive
seekaddo/breath
0620f09e98964f0cec18d0851256a780f968a57c
0795e1e0be88ac992ae9eaf0411bf732fdf83042
refs/heads/master
2022-12-04T23:57:51.381938
2020-08-24T08:49:23
2020-08-24T09:03:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,024
hpp
// =========================================================================== // Copyright 2006-2010 Gennaro Prota // // Licensed under the 3-Clause BSD License. // (See accompanying file 3_CLAUSE_BSD_LICENSE.txt or // <https://opensource.org/licenses/BSD-3...
[ "gennaro.prota+github@gmail.com" ]
gennaro.prota+github@gmail.com
d386de4e8f5088cfe63486354a3ffe2a7f97fc2f
2a5da186c8f903e1b35f4b2975b9832ae97aba0f
/BB-8/PagMaterial.h
a7571ce9d5f9649313f3817e7a747296bdf8e8b3
[]
no_license
ManuJGQ/BB-8
ac2001bfe8a92b3df22aeb9ded2fd80de0f7812b
b9b0dd5beec9b689fbe531c136a9d3ffed2bc452
refs/heads/master
2021-01-12T06:02:05.474283
2017-01-10T13:28:03
2017-01-10T13:28:03
77,277,936
0
0
null
null
null
null
UTF-8
C++
false
false
374
h
#pragma once #include <GL/glew.h> //glew SIEMPRE va antes del glfw #include <GLFW/glfw3.h> #include "gtc\matrix_transform.hpp" class PagMaterial{ glm::vec3 Ka; glm::vec3 Kd; public: PagMaterial(); PagMaterial(glm::vec3 _Ka, glm::vec3 _Kd); PagMaterial(const PagMaterial &orig); glm::vec3 getKa() { return Ka; } ...
[ "manueljgq@gmail.com" ]
manueljgq@gmail.com
8c2c526708271b972bfb6afe2965e4535a0bcab7
05dddc9e12d11363a43e5581841a20e2ffa46c37
/BeeMaja/main.cpp
692e36afc0e8634ea5acf578761949003cfb32bd
[]
no_license
jcconnol/Programming-Challanges-Probs
2d98e891d63dfe5070b1b316ba5dfedd4c294ff7
4d4fec55c9c35da68b1ccab63f291d65a5f5f604
refs/heads/master
2020-04-04T17:32:36.634163
2018-11-10T19:21:16
2018-11-10T19:21:16
156,124,898
0
0
null
null
null
null
UTF-8
C++
false
false
1,984
cpp
/* * File: main.cpp * Author: John Connolly * * Created on April 14, 2018, 11:19 AM */ #include <cstdlib> #include <sstream> #include <iostream> #include <ios> #include <cstdio> #include <stdio.h> #include <string> #include <vector> #include <algorithm> #include <map> using namespace std; struct coord{ i...
[ "jcconnol4@gmail.com" ]
jcconnol4@gmail.com
982dd51b438d8fa6df85ed1577cf0187fa66fd39
7a9ab3a236ecf4b2eddb6c4fe4c0c0c333a0fb26
/src/controller/include/property_base_handler.h
750795d3eac58330f88fb8b6e0ace00f8907847a
[ "Apache-2.0" ]
permissive
AO-StreetArt/CLyman
d7f2f434551a724c62ea6b80318028992ba2d1ef
b4f3c6fce1c41fb47a6a9d89bb40c05466d0d092
refs/heads/v2
2021-01-24T06:47:20.703805
2019-04-27T01:51:24
2019-04-27T01:51:24
55,323,959
1
0
NOASSERTION
2019-04-17T05:22:39
2016-04-03T01:20:47
C++
UTF-8
C++
false
false
8,102
h
/* Apache2 License Notice Copyright 2017 Alex Barry Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in...
[ "aostreetart9@gmail.com" ]
aostreetart9@gmail.com
1fe6852f23d2152aacc2f75e9c659e8052e9a06c
747d050f06d7a0c8a224fcca64b2415dc501ae40
/src/Pyramid.cpp
8363fc48d56418a11dd96dd928fbf711700cf834
[]
no_license
Provmawn/Neuro
be4c3d8ab21443d0e9d69cad7edc2ba06471ae3e
dcdf15060c0a0fdd70be2f4d7e1ccb5797d1db97
refs/heads/master
2023-04-28T08:33:24.265965
2021-05-28T00:57:20
2021-05-28T00:57:20
353,966,689
0
0
null
null
null
null
UTF-8
C++
false
false
729
cpp
#include "Pyramid.h" #include <utility> // The Mesh class takes a std::vector of indices and vertices but this pyramid class // has an std::array of indices and vertices // so this constructor turns the std::array into a std::vector in the base class Pyramid::Pyramid(const glm::vec3 &position) : Mesh(std::move(std::...
[ "provmawn@gmail.com" ]
provmawn@gmail.com
fbd60e8cd29ba415c8dde4120a5c9046ae17b308
337186a71e9077bb7900c713b799ce2dfb0246a6
/newcoder/小白鼠排队(按序输出字符串)/Untitled2.cpp
c7e57a8bc8f8af25ba920fd52bdbc56d52a8c8cf
[]
no_license
L1B0/Algorithm-Training
907b388a8c7704bd25b6f00282671c79da822a43
ed6c35e9a3bb0b6200bf8d85c643043fc03f203a
refs/heads/master
2022-05-07T10:10:05.438550
2022-04-28T06:55:56
2022-04-28T06:55:56
195,180,189
0
0
null
null
null
null
UTF-8
C++
false
false
419
cpp
#include<stdio.h> #include<string.h> char color[101][11]={0}; int main() { int n; while(scanf("%d",&n)!=EOF) { for(int i=0;i<n;i++) { int a; scanf("%d",&a); scanf("%s",color[a]); } for(int i=100;i>=0;i--) { ...
[ "noreply@github.com" ]
noreply@github.com
bd04b421e4f130a83bf27013ee6290d592e77ec2
6f949d729afffa5efc9f548bbfb58cdef3779d68
/University/cse 330/factorization of a number.cpp
f5aa861e4a0ee157eb4672814c5004424c955645
[]
no_license
barjinderpaul/Programming
ce02ad97d5fae968172ca397c483cc539a4b83f1
e48f4825cbe90f28e173f27071e5b0dd8740a8ff
refs/heads/master
2020-08-04T07:13:41.479369
2019-11-16T09:16:34
2019-11-16T09:16:34
212,045,826
0
0
null
null
null
null
UTF-8
C++
false
false
194
cpp
#include<bits/stdc++.h> using namespace std; int factors(int n){ for(int i=1;i<=n;i++){ if(n%i==0) cout<<i<<" "; } } int main(){ int n; cin>>n; cout<<"Factors: " ; factors(n); }
[ "barjinderpaul.singh@gmail.com" ]
barjinderpaul.singh@gmail.com
e8c87d5fa6539305961e417f77a02638d3d2c894
fb7efe44f4d9f30d623f880d0eb620f3a81f0fbd
/components/sync/engine_impl/js_sync_encryption_handler_observer.cc
1be24de8bc8fdec75ec66cf763466b145291261b
[ "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
4,099
cc
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/sync/engine_impl/js_sync_encryption_handler_observer.h" #include <cstddef> #include "base/location.h" #include "base/logging.h"...
[ "jacob-chen@iotwrt.com" ]
jacob-chen@iotwrt.com
59f27101e3ce11403691ec6bd5d63a99c958d36c
6468a3ff2e16cfd0222daad9eb5609ba692c1a61
/Validation/validate_fclk/validate_fclk.ino
17acb72871c3ddec75ce5fa03b086e59a7e585bd
[ "MIT" ]
permissive
mattgaidica/ARBO_Arduino
81ccd0511b95dfb62eecafcf9c448e31936bdadd
3b9226f0fbd7fee7d4bde5f824aba7d8ceb337fc
refs/heads/master
2020-05-30T02:27:05.411478
2020-01-31T21:10:30
2020-01-31T21:10:30
189,497,672
0
0
null
null
null
null
UTF-8
C++
false
false
1,093
ino
void setup() { pinMode(LED_BUILTIN, OUTPUT); clock_init(); } uint8_t i=0; void loop() { digitalWrite(LED_BUILTIN, HIGH); delay(100); digitalWrite(LED_BUILTIN, LOW); delay(100); } void clock_init(void) { // from: https://forum.arduino.cc/index.php?topic=420611.0 REG_GCLK_GENCTRL = GCLK_GENCTRL_OE | ...
[ "matt@gaidi.ca" ]
matt@gaidi.ca
bd750db7f571ad73bffdeaac39d49cb8816d35e4
cadbcb41ce04389a9b095308243407f029aa04a0
/EnemyManager.cpp
b7443661bb8959cee3b594432c4fc63c4aed447e
[]
no_license
hugo0345/Gamebuino-SuperSpaceShooter
db3f84d4055e85cac1bcc7e1fa3d5031bcef859f
c7617580f9a0eb38f2c084e28a1dbdc81515cbac
refs/heads/master
2021-01-17T07:38:48.961387
2014-07-27T11:47:09
2014-07-27T11:47:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,213
cpp
/* * File: EnemyManager.cpp * Author: Michael * * Created on 22 July 2014, 12:05 */ #include "EnemyManager.h" extern Gamebuino gb; EnemyManager::EnemyManager() { } EnemyManager::~EnemyManager() { } void EnemyManager::update(){ for(int8_t i = 0; i < MAX_ENEMIES; i++){ if(!enemies[i].isDead()){ ...
[ "michael@sledgend.net" ]
michael@sledgend.net
c8b4c7bc355d4e92406fbbe641a00dd1ea0c7a80
2fcc9ad89cf0c85d12fa549f969973b6f4c68fdc
/SampleGraphics/Castle/Castle.cpp
049cabc17965fcc27fa28bc0b5863af17e5ded18
[ "BSL-1.0" ]
permissive
nmnghjss/WildMagic
9e111de0a23d736dc5b2eef944f143ca84e58bc0
b1a7cc2140dde23d8d9a4ece52a07bd5ff938239
refs/heads/master
2022-04-22T09:01:12.909379
2013-05-13T21:28:18
2013-05-13T21:28:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
26,189
cpp
// Geometric Tools, LLC // Copyright (c) 1998-2012 // Distributed under the Boost Software License, Version 1.0. // http://www.boost.org/LICENSE_1_0.txt // http://www.geometrictools.com/License/Boost/LICENSE_1_0.txt // // File Version: 5.1.1 (2012/07/04) #include "Castle.h" WM5_WINDOW_APPLICATION(Castle); ...
[ "bazhenovc@bazhenovc-laptop" ]
bazhenovc@bazhenovc-laptop
148209f70ce059f267476742fcf55ef7151d0db1
1294ff7789d8cdd946bc78f50534cbecd56cf8c8
/Engine/VK/RefCountVk.cpp
00a8e3256ae759f414b006c76c1ef175c0ab2716
[ "MIT" ]
permissive
DrGr4f1x/Kodiak4
3071f9990ad81ef00b599aa5312104b46372131a
cc7bb3bcc5e189e3ce82dc15266b3231401f4ef0
refs/heads/master
2022-12-25T03:14:40.314942
2020-10-15T02:44:58
2020-10-15T02:44:58
264,319,036
0
0
null
null
null
null
UTF-8
C++
false
false
4,108
cpp
// // This code is licensed under the MIT License (MIT). // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR // PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT. // // Author: David Elder // #include "Stdafx.h" #inc...
[ "elddm1@gmail.com" ]
elddm1@gmail.com
d614644ea667b65b6d22e73f354376d4f67530c6
b7f3edb5b7c62174bed808079c3b21fb9ea51d52
/remoting/host/mac/host_service_main.cc
66c957fd1276034b33a18593fed90f49892b363e
[ "BSD-3-Clause" ]
permissive
otcshare/chromium-src
26a7372773b53b236784c51677c566dc0ad839e4
64bee65c921db7e78e25d08f1e98da2668b57be5
refs/heads/webml
2023-03-21T03:20:15.377034
2020-11-16T01:40:14
2020-11-16T01:40:14
209,262,645
18
21
BSD-3-Clause
2023-03-23T06:20:07
2019-09-18T08:52:07
null
UTF-8
C++
false
false
13,723
cc
// 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. #include <signal.h> #include <unistd.h> #include <iostream> #include <string> #include "base/at_exit.h" #include "base/bind.h" #include "base/command_li...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
b73bb4d94e029da44b3970a1a088d3f66ab43b9c
03ad1519a026bab20519a1de4bd464e404c42901
/td/telegram/DialogAction.cpp
14d5b5490544630a0787d860bf39f307fbf022ee
[ "JSON", "BSL-1.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
source-c/td
3ce013e31ef86b8fac0756074b3e362e23fec1cb
625fdd68104f61348b9f8296b5f92748cff5ead2
refs/heads/master
2022-09-15T19:08:12.368687
2022-08-30T10:52:01
2022-08-30T10:52:01
151,976,134
0
0
BSL-1.0
2019-09-28T21:54:33
2018-10-07T19:12:35
C++
UTF-8
C++
false
false
20,423
cpp
// // Copyright Aliaksei Levin (levlam@telegram.org), Arseny Smirnov (arseny30@gmail.com) 2014-2022 // // 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) // #include "td/telegram/DialogAction.h" #include "td/telegram/...
[ "levlam@telegram.org" ]
levlam@telegram.org
e7045d5b1ff03d5b4433b4dc476ab23b868210ed
608aefe4234248cbb8f0c1614caeb3a2c215cceb
/10684 - The jackpot.cpp
c504b8966ea567230edce434fe2fa7649fa08012
[]
no_license
MahtabTanim/UVA
06ab16b19c229c1b85e3d0f07b8344b1deb335a7
46992933b8909e013944c48d06cb47aded32246d
refs/heads/master
2023-02-07T16:23:36.012410
2021-01-01T06:47:57
2021-01-01T06:47:57
259,660,819
0
0
null
null
null
null
UTF-8
C++
false
false
638
cpp
#include<bits/stdc++.h> using namespace std; #define mod 1000000007 #define pb push_back #define mp make_pair #define MP ios_base::sync_with_stdio(false);cin.tie(0);cout.tie(0); #define ll long long int #define maxn 1000000 #define FP ff.open("output.txt") fstream ff; ll a,b,c,d,k,h,e,f,t,m,n,i,j,x,y,count,tcase=0...
[ "noreply@github.com" ]
noreply@github.com
962c6fde4d6f028f0c5eab1211abb14175f55772
578ec8878814b5753f612c2fabdf6fe8d52ae2d1
/binary_tree.h
45c2058930bb3145a10d357ee0c356f005f85345
[]
no_license
migumigu/binary_tree
aa2cbb6be0f800f32493553c9551339925375371
157eba0f00466f9462c1fdf34a38965c393e6f83
refs/heads/master
2021-01-13T02:12:04.559232
2014-02-10T13:45:54
2014-02-10T13:45:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
31,088
h
#include<iostream> //#include"utility.h" #include"List.h" #include"Queue.h" using namespace std; ///////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////// template <class Entry> struct Binary_node { // data memb...
[ "aidedaijiayang@126.com" ]
aidedaijiayang@126.com
d1cedb07ace7cf9813fd0dfa4958d1ec048dedff
fbbf0cd2ae78703683926ecec28270393713a82d
/15. 3Sum/3sum.cpp
85a09133662109dcdfb8664788b8d14d1d225eeb
[]
no_license
BGMer7/LeetCode
869fde712a058b0fe9fa8c08b691b889ad65ddc0
7505b55ffd9a4819ece0bd9f723e4c63a9e0c1c6
refs/heads/master
2023-07-25T02:00:36.428625
2023-07-12T09:05:10
2023-07-12T09:05:10
234,691,935
0
0
null
null
null
null
GB18030
C++
false
false
1,311
cpp
#include<iostream> #include<vector> #include<algorithm> using namespace std; class Solution { public: vector<vector<int>> threeSum(vector<int>& nums) { sort(nums.begin(), nums.end()); vector<vector<int>> ans; int n = nums.size(); for (int i = 0; i < n - 2; i++) { if (nums[i] > 0) break; if (i > 0 && num...
[ "Caijinyang98@gmail.com" ]
Caijinyang98@gmail.com
b6d2c88782e29904e324646a937dab9fe4bb49ac
b3d0347e903799a71a46ab6fa786a88575ed5dc4
/Pion_gen.cc
93fd3da4228e49d4ec53ec6b7ca7a5b781dcc4d0
[]
no_license
danielepannozzo/HNL-start
d86ef58f4d67f5a7d9ca557f9b7c5fd652ffac83
9893463d7ecc225f7ba9833edaee547cecf9753b
refs/heads/main
2023-03-19T09:57:40.402077
2021-03-10T13:14:58
2021-03-10T13:14:58
341,534,355
0
0
null
null
null
null
UTF-8
C++
false
false
2,458
cc
#include <iostream> #include <cmath> #include "TVector3.h" #include "TFile.h" #include "HNLClass.h" #include "TChain.h" #include "TH1F.h" #include "TCanvas.h" #include "TLorentzVector.h" #include "math.h" int main() { TChain* cosa = new TChain("Events"); cosa->Add("HNLDP.root"); HNLClass si...
[ "noreply@github.com" ]
noreply@github.com
640034f4ad5ecf4d9000e9f9dae82b585ab02eb5
6b2a8dd202fdce77c971c412717e305e1caaac51
/solutions_5688567749672960_1/C++/Stonefeang/zad.cpp
f960ebd1f94094d535ed3baac7b46c129d547b1b
[]
no_license
alexandraback/datacollection
0bc67a9ace00abbc843f4912562f3a064992e0e9
076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf
refs/heads/master
2021-01-24T18:27:24.417992
2017-05-23T09:23:38
2017-05-23T09:23:38
84,313,442
2
4
null
null
null
null
UTF-8
C++
false
false
2,196
cpp
#include <cstdio> #include <queue> #include <cmath> using namespace std; int t; long long n; int tab[1000007]; long long rew(long long v) { long long ret=0; while(v) { ret*=10; ret+=v%10; v/=10; } return ret; } int ilec(long long v) { int ret=0; while(v) { ...
[ "eewestman@gmail.com" ]
eewestman@gmail.com
25e13c33c71d87fd582961ed5db26dd8a740e88e
5d499c419cbf398ba8f97a51f747368f58a3f8cf
/Pendulum_practical_2/Pendulum_practical_2.ino
966b99d8e888da8d7c3c060eb28f46b79f538698
[]
no_license
Jankd90/Arduino
9e0fce06f2aa55c6a70a0873e094e1df531a0d4f
c7e1bc4955c0f3347128b76e5002e5574c550df2
refs/heads/master
2022-07-17T13:41:19.170080
2020-05-14T14:56:40
2020-05-14T14:56:40
263,942,961
0
0
null
null
null
null
UTF-8
C++
false
false
1,731
ino
/* Include the library */ #include "HCMotor.h" /* Pins used to drive the motors */ #define MOTOR_PINA 8 //For HCMODU0033 connect to A-IA, for HCARDU0013 connect to IN1 #define MOTOR_PINB 9 //For HCMODU0033 connect to A-IB, for HCARDU0013 connect to IN2 int incomingByte = 0; int tik = 0; int dif = 2000; int d, on, spee...
[ "jan@kaios.ai" ]
jan@kaios.ai
b40a47379087ae7a532f6cb8d79bf09b26d33b62
05f7573db159e870fb26c847991c4cb8c407ed4c
/VBF/Source/VBF_CORE4.0/VBF_Interface/Types/VBF_ConvexPlanarPolygon.h
8270404782adaff256dff757965e4eee6dc52045
[]
no_license
riyue625/OneGIS.ModelingTool
e126ef43429ce58d22c65832d96dbd113eacbf85
daf3dc91584df7ecfed6a51130ecdf6671614ac4
refs/heads/master
2020-05-28T12:12:43.543730
2018-09-06T07:42:00
2018-09-06T07:42:00
null
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
1,401
h
/* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield * * This library is open source and may be redistributed and/or modified under * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or * (at your option) any later version. The full license is in LICENSE file * included with ...
[ "robertsam@126.com" ]
robertsam@126.com
4d574ac15dbc19618745d827bb219269dfd655de
cf4558af4c716ec1e5a7870b31409334c72f8ca9
/prj/Rollover.cpp
9066bcadd6a8ad2f30100fe4da4bdb6a5ea01caf
[]
no_license
Dartanum/Course_Task
5fccc1b8e2fc7b8e28af23bc1b968555aa21ba21
e0fa74eecfbc203fe8084139f1511f2426775dd5
refs/heads/master
2023-03-27T06:57:05.495930
2021-03-27T09:43:04
2021-03-27T09:43:04
324,534,887
0
0
null
null
null
null
UTF-8
C++
false
false
2,649
cpp
#include "Rollover.h" Rollover::Rollover(Texture* textureLine, Texture* textureSlider, IntRect rectSlider, Vector2f sizeLine, int beginProcess, Font& font, int charSize) { line.setSize(sizeLine); line.setOrigin(0, sizeLine.y / 2); line.setTexture(textureLine); length = sizeLine.x; slider.setTexture(textureSl...
[ "dartanum2@yandex.ru" ]
dartanum2@yandex.ru
6f76def82342297c96f42f8efd028f1f92d9befe
59b2f9eb7695ef8292c0833ab4df2e96397f98b4
/src/shader_s.h
ab8280a934efcea2e13f0bb879956e5b83a76e30
[]
no_license
lanyu1zhi/LearnOpenGL
3124e09b05cea8be62fd56b7a2a888e247e52ed6
f54c8e8e37b47180fd9ce16fa196464d966683f8
refs/heads/main
2023-07-08T18:42:27.713473
2021-08-15T06:28:24
2021-08-15T06:28:24
387,725,550
0
0
null
null
null
null
UTF-8
C++
false
false
4,917
h
#pragma once #include "glad/glad.h" #include "glm/glm.hpp" #include "glm/gtc/matrix_transform.hpp" #include "glm/gtc/type_ptr.hpp" #include <string> #include <fstream> #include <sstream> #include <iostream> #include <iomanip> #include <direct.h> class Shader { public: unsigned int ID; Shader(...
[ "790872105@qq.com" ]
790872105@qq.com
ba2abdeb2084b12bfaeeee2d78b38705b0ad6b91
8465159705a71cede7f2e9970904aeba83e4fc6c
/build/src_gen/F_SUB_DATE_DATE_gen.cpp
ceaa271ca68f25bb580e531b0d9db287b222ba3a
[]
no_license
TuojianLYU/forte_IO_OPCUA_Integration
051591b61f902258e3d0d6608bf68e2302f67ac1
4a3aed7b89f8a7d5f9554ac5937cf0a93607a4c6
refs/heads/main
2023-08-20T16:17:58.147635
2021-10-27T05:34:43
2021-10-27T05:34:43
419,704,624
1
0
null
null
null
null
UTF-8
C++
false
false
1,060
cpp
/******************************************************************************* * Copyright (c) 2012 Profactor GmbH * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-I...
[ "tuojianlyu@gmail.com" ]
tuojianlyu@gmail.com
8d01560c9199b33b7c94d32cb45bf2ed9321f7e6
10a22b62a6df5464cec7d03b1ee9f3e388bdc6ea
/Programme Drone/Fonction.h
723004c83ffdb48394571bc2770e2faa78f8798d
[]
no_license
MorS25/ELVIS-ArDrone-Recongnition-OpenCV-NodeJS
a0d5253b3f6db50c2dd95a6544cd0e962848b3f6
98bded8e64b8254be9ce4859ab5f95093b3b3957
refs/heads/master
2020-04-09T01:22:23.959498
2015-02-09T15:19:18
2015-02-09T15:19:18
null
0
0
null
null
null
null
ISO-8859-1
C++
false
false
3,903
h
#ifndef FONCTION_H #define FONCTION_H #include "opencv\cv.h" #include "opencv\cxcore.h" #include "opencv\highgui.h" #include "opencv2\core\core.hpp" #include "iostream" #include <fstream> #include "Windows.h" using namespace std; using namespace cv; #define SEUIL 65 //fonction de creation d image FTMP IplImage Cr...
[ "yonath-g@hotmail.fr" ]
yonath-g@hotmail.fr
af7417e8cd2d644c4110178020800c920ca5409f
95199fe51adce35381ad34f174d2ac96e8bf757a
/CakeServer/main.cpp
d732563ad5a1e5247bb36e140bfb3cf1c1f59dfa
[]
no_license
lichgo/CakeServer
de2b1567487fb65effe53b23c8df78d1038a6c24
468b9889fdf918e02638c4ca707e661360751c6d
refs/heads/master
2021-03-13T00:04:14.088391
2014-07-17T15:11:21
2014-07-17T15:11:21
null
0
0
null
null
null
null
UTF-8
C++
false
false
210
cpp
#include "cs_types.h" #include "server.h" using namespace cakeserver; int main(int argc, char* argv[]) { cout << "CakeServer start.\n"; Server::getInstance().run(); cout << "CakeServer stop.\n"; }
[ "lichgo88@gmail.com" ]
lichgo88@gmail.com
b94787697e4410e74e673fefa4a8b2ac249d56c4
1dbf007249acad6038d2aaa1751cbde7e7842c53
/frs/include/huaweicloud/frs/v2/model/DetectLiveFaceByUrlRequest.h
f1afa74b6d7833697e773c4a4c05e7c81b2ae442
[]
permissive
huaweicloud/huaweicloud-sdk-cpp-v3
24fc8d93c922598376bdb7d009e12378dff5dd20
71674f4afbb0cd5950f880ec516cfabcde71afe4
refs/heads/master
2023-08-04T19:37:47.187698
2023-08-03T08:25:43
2023-08-03T08:25:43
324,328,641
11
10
Apache-2.0
2021-06-24T07:25:26
2020-12-25T09:11:43
C++
UTF-8
C++
false
false
2,713
h
#ifndef HUAWEICLOUD_SDK_FRS_V2_MODEL_DetectLiveFaceByUrlRequest_H_ #define HUAWEICLOUD_SDK_FRS_V2_MODEL_DetectLiveFaceByUrlRequest_H_ #include <huaweicloud/frs/v2/FrsExport.h> #include <huaweicloud/core/utils/ModelBase.h> #include <huaweicloud/core/http/HttpResponse.h> #include <huaweicloud/frs/v2/model/LiveDetectF...
[ "hwcloudsdk@huawei.com" ]
hwcloudsdk@huawei.com
f59b728284dd938bbb409ba18be8e249729bd363
c8029ea41c7dcdde4330bcd6d7ef4f9fe248b75d
/src/kbase/registry.cpp
5fa1b4cb56e74fc9f54e56fefd95359f20257d12
[ "MIT" ]
permissive
ExpLife0011/KBase
e956181c735fd469ba616c8c6547daa394181398
c012339344b35394f6eba23a32d408c80beb8e8f
refs/heads/master
2020-03-20T03:49:02.847354
2018-02-16T07:44:08
2018-02-16T07:44:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,409
cpp
/* @ 0xCCCCCCCC */ #include "kbase/registry.h" #include <Shlwapi.h> #include "kbase/error_exception_util.h" #include "kbase/logging.h" #include "kbase/scope_guard.h" #include "kbase/string_encoding_conversions.h" #include "kbase/string_util.h" namespace kbase { RegKey::RegKey() noexcept : key_(nullptr) {} Re...
[ "kingsamchen@gmail.com" ]
kingsamchen@gmail.com
a0f51714ea813ff22fb0fd8c9921ccdff0870e10
06945dd959ddf9d4865bb96c088ce0a630edf38e
/media.cpp
cfad71db40f3d81b2024c05c29980dafe8f24be9
[]
no_license
GabrielSchenato/algoritmos
0acc240f1d66237b5b096b3c4f3fd661e0cef47e
750531e459239faaeee8298616370458939d94b9
refs/heads/master
2020-12-06T11:02:26.597398
2020-01-08T00:57:21
2020-01-08T00:57:21
232,447,205
0
0
null
null
null
null
UTF-8
C++
false
false
481
cpp
#include <iostream> using namespace std; main () { float valor1,valor2,valor3,media; cout<<"Ola, Seja bem vindo"; while (1){ cout<<"\n\n\nPor favor, digite o primeiro valor: "; cin>>valor1; cout<<"\n\nPor favor, digite o segundo valor: "; cin>>valor2; cout<<"\n\nPor favor, digite o terceiro valor:...
[ "gabrielschenato152@hotmail.com" ]
gabrielschenato152@hotmail.com
188aae153506f5ca866b8f9004840c918cb67217
6289647a5adef83a0c5a9a445aa435e4469d1a58
/CarDetection/src/GUI/GUIUtils.cpp
25c2f45b582daffb40d1aeeb326881a216ca0f65
[ "MIT" ]
permissive
wycjl/Car-Detection
705f78c3ce6906b076f7d2ed3b5c5f688e903674
2c2c8e2172fb606f7e2b974a7e9f46de0e4199a2
refs/heads/master
2020-04-16T23:30:30.388180
2017-12-19T19:15:58
2017-12-19T19:15:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,793
cpp
#include "GUIUtils.h" // >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> <GUIUtils> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< void GUIUtils::drawImageLabel(string text, Mat& image, const Rect& signBoundingRect) { int text...
[ "carloscosta.cmcc@gmail.com" ]
carloscosta.cmcc@gmail.com