blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
3
264
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
5
140
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
905 values
visit_date
timestamp[us]date
2015-08-09 11:21:18
2023-09-06 10:45:07
revision_date
timestamp[us]date
1997-09-14 05:04:47
2023-09-17 19:19:19
committer_date
timestamp[us]date
1997-09-14 05:04:47
2023-09-06 06:22:19
github_id
int64
3.89k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
22 values
gha_event_created_at
timestamp[us]date
2012-06-07 00:51:45
2023-09-14 21:58:39
gha_created_at
timestamp[us]date
2008-03-27 23:40:48
2023-08-21 23:17:38
gha_language
stringclasses
141 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
10.4M
extension
stringclasses
115 values
content
stringlengths
3
10.4M
authors
listlengths
1
1
author_id
stringlengths
0
158
3841a741eff5f5f642bc7b5042492cbbed2a287f
6aab4199ab2cab0b15d9af390a251f37802366ab
/common_audio/audio_converter_unittest.cc
84d8f5568e00499712f3df588d378ba6e83b69ed
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-google-patent-license-webrtc", "LicenseRef-scancode-google-patent-license-webm" ]
permissive
adwpc/webrtc
f288a600332e5883b2ca44492e02bea81e45b4fa
a30eb44013b8472ea6a042d7ed2909eb7346f9a8
refs/heads/master
2021-05-24T13:18:44.227242
2021-02-01T14:54:12
2021-02-01T14:54:12
174,692,051
0
0
MIT
2019-03-09T12:32:13
2019-03-09T12:32:13
null
UTF-8
C++
false
false
6,050
cc
/* * Copyright (c) 2014 The WebRTC 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 in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contribut...
[ "adwpc@hotmail.com" ]
adwpc@hotmail.com
7a33886be31caaf38b0ce24600a3c71db06eb9c9
155f53e338b99454f7e5976efd353f3f22d3285d
/PAT_Advanced_Level/1004. Counting Leaves.cpp
a1228240f67fcc7fa657fe1952668cc6cf24ae17
[]
no_license
astronaut0131/PAT
cb196622bf4693573e8f57d5b85f2d6dde915561
f6564d8fc81ab2b8bd8bdfc58b447b170eaf4005
refs/heads/master
2021-09-20T12:47:12.142564
2018-08-10T02:19:46
2018-08-10T02:19:46
115,731,374
2
0
null
null
null
null
UTF-8
C++
false
false
1,057
cpp
#include <stdio.h> #include <vector> #include <queue> #include <algorithm> using namespace std; vector <int> v[105]; int leaf[105],level[105],maxlevel=-1; void bfs(){ queue <int> Q; Q.push(1); level[1]=0; while(!Q.empty()){ int temp=Q.front(); Q.pop(); maxlevel=max(maxlevel,level[temp]); if(v...
[ "519537870@qq.com" ]
519537870@qq.com
55c65ed892bd6a06db4770f909bdb77983be5d9b
c7e55b1f5c27f480c2e68918c587af7a2f9b1a2d
/sparse_matmul/os/coop_threads.cc
ece0995d4cf2d0a0f0f73170fb5977e08d7731b1
[ "Apache-2.0" ]
permissive
kaisey1/google_lyra
6abc8c9c08eb5a9f23c91d98c88ce02c1ba8d5eb
4d759efcd7c79f8f5aa25714e971b353ea21d3f4
refs/heads/main
2023-06-10T06:36:14.574292
2021-06-28T16:38:41
2021-06-28T16:38:41
383,077,442
0
0
null
null
null
null
UTF-8
C++
false
false
2,567
cc
// Copyright 2021 Google LLC // // 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 ...
[ "mchinen@google.com" ]
mchinen@google.com
f0a1b0df5487a47253a4cf8f95891ddd9d0e693b
4c7f04313e055ff08de887d76007a4aa96377396
/gazebo7_7.14.0_exercise/gazebo/gui/UserCmdHistory.cc
2bf8bf6554109afbdabe11f9d15f48e877fcd921
[ "Apache-2.0" ]
permissive
WalteR-MittY-pro/Gazebo-MPI
8ef51f80b49bcf56510337fdb67f1d2f4b605275
6e3f702463e6ac2d59194aac1c8a9a37ef4d0153
refs/heads/master
2023-03-31T07:41:44.718326
2020-03-02T07:22:13
2020-03-02T07:22:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,127
cc
/* * Copyright (C) 2015 Open Source Robotics Foundation * * 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 appl...
[ "tjpu_zenglei@sina.com" ]
tjpu_zenglei@sina.com
65d098833f3638d793f050e65c1a9d99f46607cb
4fcf2967da46f37c831b72b7b97f705d3364306d
/problems/acmicpc_26590.cpp
b387f48e075cd221638bc60a415894976c980e99
[ "MIT" ]
permissive
qawbecrdtey/BOJ-sol
e2be11e60c3c19e88439665d586cb69234f2e5db
249b988225a8b4f52d27c5f526d7c8d3f4de557c
refs/heads/master
2023-08-03T15:04:50.837332
2023-07-30T08:25:58
2023-07-30T08:25:58
205,078,469
0
0
null
null
null
null
UTF-8
C++
false
false
361
cpp
#include <iostream> #include <string> #include <type_traits> using namespace std; int main() { ios_base::sync_with_stdio(false); cin.tie(nullptr); cout.tie(nullptr); string s[2]; cin >> s[0] >> s[1]; auto const len = min(s[0].size(), s[1].size()); for(remove_const_t<decltype(len)> i = 0; i < len; i+...
[ "qawbecrdtey@naver.com" ]
qawbecrdtey@naver.com
a92ab8266f4f0c76cfd006e70423acb60d80d249
b6967a88a776ff1217471c73cf63ab67658c24fa
/CoppeliaSim_Edu_V4_1_0_Ubuntu18_04/programming/bluezero/examples/publisher_subscriber_multi/multi_subscriber.cpp
1fd24dc79c1f4e20a9e138b41df94ac69e743c5f
[ "MIT", "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
YueErro/ModernRobotics
35048b04571799a4c5237f48750a4c5f7041d4a7
82345c04157c1322b24553bf00abd1f2b03281a5
refs/heads/master
2020-08-12T20:02:30.933484
2020-07-29T19:55:39
2020-07-29T19:55:39
214,834,024
0
0
MIT
2019-10-13T14:24:01
2019-10-13T14:24:01
null
UTF-8
C++
false
false
1,331
cpp
#include <b0/node.h> #include <b0/subscriber.h> #include <iostream> /*! \example publisher_subscriber_multi/multi_subscriber.cpp * This is an example of having multiple subscribers inside one node */ //! \cond HIDDEN_SYMBOLS void callback1(const std::string &msg) { std::cout << "Received: " << msg << std::end...
[ "yue.trbj@gmail.com" ]
yue.trbj@gmail.com
f8af29d64fe6243d60ed5e8e4928b8d8d8a4688f
256c1e63fbe6454146d6bc9655415d43c52bf13c
/AdvancedLevel/1016PhoneBills.cpp
2677bee3672fccf43f28739ee5391f718259f1da
[]
no_license
czyxm/PAT
c7d5a752d5fc0856da14b907a3c3b99397dd5dd6
0951d9a5c9bd8bd3e102f2f3772fc16e8a2b846c
refs/heads/master
2021-06-17T19:38:34.202686
2021-04-19T12:56:06
2021-04-19T12:56:06
195,560,279
0
0
null
null
null
null
UTF-8
C++
false
false
4,440
cpp
#include<iostream> #include<iomanip> #include<string> #include<vector> #include<map> #include<algorithm> using namespace std; //Structure node of record typedef struct RecordNode { string time; string type; }* RNode; //Structure node of call typedef struct CallNode { string startTime; string endTime; ...
[ "cmzyx@zju.edu.cn" ]
cmzyx@zju.edu.cn
a3058ab8179b72bf21202afaeb2258500e0d3967
160506cbb73a6328fdd5d60c02bf0e305b966b08
/gstar/Client/userFunction.h
879c30dcb082e17e302563752fba81c936976596
[]
no_license
paradiser/Gstar
7938b0492f7d42e70408157b25a2dcb56c4782d5
7d341c343191a615984439b6303bfe73ecfbe4df
refs/heads/master
2021-01-18T22:24:07.458062
2016-11-08T02:45:17
2016-11-08T02:45:17
72,499,182
0
0
null
null
null
null
UTF-8
C++
false
false
2,177
h
#ifndef USERFUNCTION_H #define USERFUNCTION_H #include <QMainWindow> #include <QProcess> #include <QCloseEvent> namespace Ui { class UserFunction; } class UserFunction : public QMainWindow { Q_OBJECT public: explicit UserFunction(QString serverName, QString passWord, QString ipAddress, QString userName, QSt...
[ "paradiser@ubuntu.ubuntu-domain" ]
paradiser@ubuntu.ubuntu-domain
26dd06dd478a402c70dd3374df57ad77f6fce8a1
9d14214cc986ae372f5511cb5d45611cc91220b6
/AVR/Encryption/DESclass.cpp
0975f9c02b2c9f9622c6e1f3c447c468081860bc
[]
no_license
una1veritas/Workspace
6849309b908810042756640e3b02ad6716c3dc9c
32de11bec1755fdbe94885cd12688c3977c65d3a
refs/heads/master
2023-08-31T05:58:16.708401
2023-08-24T07:11:36
2023-08-24T07:11:36
5,622,781
2
0
null
2017-09-04T11:31:25
2012-08-31T00:31:33
C
WINDOWS-1250
C++
false
false
12,254
cpp
//============================================================================= // Copyright Atmel Corporation 2003. All Rights Reserved. // // File: DES.cpp // Compiler: Microsoft Visual C++ 6.0 // Output Size: // Based on work by:ŘE, VU // Created: 4-Feb-2003 JP (Atmel Finland) // Modified: // // Supp...
[ "una.veritas@icloud.com" ]
una.veritas@icloud.com
43159cd8b849345030a33b25fe351289ae64ed03
438a97371054c0f29410bd9c9bc4bd4ffa7738a4
/USART2/AbstractHardware/Новая папка/USARTDriver.h
83be225c2d6f2cfbaf47403de0ccdd35493a6697
[]
no_license
Veka23/Laba_
e78a4a3e25b4654bfe13bfac6fcd64cacce8db6c
594621f73524597244a8fce401225394f77031ec
refs/heads/main
2023-04-05T01:15:20.604817
2021-04-16T14:11:56
2021-04-16T14:11:56
358,620,858
0
0
null
null
null
null
UTF-8
C++
false
false
427
h
#pragma once #include <array> template<typename TUsart> class USARTDriver { public: void OnNextByteTransmit() { TUsart::WriteByte(TransmitBuffer[i]); i++; if (i < size) { TUsart::DisableTransmit(); i = 0U; } } void SendMessage(std::uint8_t* message, size_t size) { } ...
[ "72262256+Veka23@users.noreply.github.com" ]
72262256+Veka23@users.noreply.github.com
cc11355ce1f25ebb7332dac923d4961b1e7212e7
921961c1ea86e27caca81370764cc217e6097c2a
/284.peekingIterator/peeking_iterator.cpp
46bc469d849af45e30a5977b327d2943872c4dde
[]
no_license
naturaltruth/leetcode
b8f6b24afe4173c727a1c825441d3ce7308681b0
f2dbd3d5f722842ede76f4eda57d7222e0f0760c
refs/heads/master
2021-01-17T11:03:46.791097
2016-06-17T09:30:36
2016-06-17T09:30:36
28,713,494
0
0
null
null
null
null
UTF-8
C++
false
false
2,913
cpp
/*************************************************************************** * * Copyright (c) 2015 zhoujin All Rights Reserved * $Id: peeking_iterator.cpp,v 0.0 2015-09-23 星期三 15:08:41 zhoujin1 Exp $ * ***************************************************************************/ /** * @file peeking_iterator.cpp *...
[ "zhoujin@adsstory.com" ]
zhoujin@adsstory.com
c628f7ae96f85a52bcbb383251c0b2e4c3d58a34
8fdd2abae4f151c624d89b45eb11c5401dd02ee4
/Classes/GameStartMenu.h
7d10c0895595f633dc9793de209bb79e2d9f337e
[]
no_license
619224202/CatchPK
05a6f305ab172a716efd5a8dbf03ad5db09c4d26
fb622678906640d43f645115ed5d38d42a786e34
refs/heads/master
2020-03-31T08:09:59.953396
2018-10-09T07:35:34
2018-10-09T07:35:34
152,048,523
0
0
null
null
null
null
UTF-8
C++
false
false
1,706
h
#ifndef _CCB_GAMESTARTMENU_H_ #define _CCB_GAMESTARTMENU_H_ #include "cocos2d.h" #include "cocos-ext.h" #include "GameControler.h" class ccbGameStart : public cocos2d::CCLayer , public cocos2d::extension::CCBSelectorResolver , public cocos2d::extension::CCBMemberVariableAssigner , public cocos2d::extension::CCNod...
[ "619224202@qq.com" ]
619224202@qq.com
1457d76462ed4c4251d79c9c3cc03385a2cea3cd
82ce8270ff35a7352bff32cd119ab74917ba5ec6
/c++/pisicne2/D02/ex02/main.cpp
a8dfe2ed62b7eeee7410b285b78484ce56265181
[]
no_license
bensisko69/projet_42
d10fe8ea54b924e20a9aeb1e5afc3c0f20709992
007308c86fb8947ae25efda79ca614b6bf96a2f0
refs/heads/master
2021-01-10T14:11:34.069446
2015-12-04T14:51:43
2015-12-04T14:51:43
45,042,318
0
0
null
null
null
null
UTF-8
C++
false
false
1,950
cpp
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* main.cpp :+: :+: :+: ...
[ "lrenoud-@e1r11p12.42.fr" ]
lrenoud-@e1r11p12.42.fr
9c252d965c15789bfb5fc2b6b831674e0676e7e7
1f8886d09a8df3eabf42271fc5c9d4fb0def7760
/Source/SpaceRTS/Gameplay/PlayerPawn.cpp
bf085512ba22d92916c264d89b72544031c3cc8a
[]
no_license
MarcelBlanck/SpaceRTS
d7406b6193475b7386ce8ccd0095fb379e01b89b
fc720cc0c396fa6b652e7e99c9b99932bda8090c
refs/heads/master
2021-03-30T18:03:29.607047
2017-08-03T13:46:43
2017-08-03T13:46:43
36,312,671
1
0
null
null
null
null
UTF-8
C++
false
false
11,665
cpp
// Marcel Blanck 2015 #include "SpaceRTS.h" #include "PlayerPawn.h" #include "Interfaces/SelectableObject.h" #include "Interfaces/PlayerControlledSpaceship.h" #include "PaperFlipbook.h" #include "Kismet/HeadMountedDisplayFunctionLibrary.h" #include "Kismet/KismetSystemLibrary.h" APlayerPawn::APlayerPawn(con...
[ "mail@marcel-blanck.de" ]
mail@marcel-blanck.de
515091f7fbabed07386966f3d851fa5fe2aac74a
cdf069f16596a61d39d51e739cc8454deb132b38
/Game.cpp
ef40633872a2b875e678b7dcab5b9b5d9041e008
[]
no_license
YutaTachibana0310/hackathon0729
bfcb944d628fd3eaaaab80d242b18d10b190ba9a
b05f1324758351b4faafab2b28a5ddb650d51d27
refs/heads/master
2020-06-25T09:09:50.555342
2019-07-29T08:01:18
2019-07-29T08:01:18
199,267,811
0
0
null
2019-07-29T06:45:42
2019-07-28T09:32:36
C++
SHIFT_JIS
C++
false
false
6,276
cpp
//===================================== // //ゲーム処理[Game.cpp] //Author:GP12B332 21 立花雄太 // //===================================== #include "Game.h" #include "input.h" #include "light.h" #include "camera.h" #include "debugWindow.h" #include "debugTimer.h" #include "Framework\ResourceManager.h" #include "Framework\IState...
[ "yuta.tachibana0310@gmail.com" ]
yuta.tachibana0310@gmail.com
f7e323da02b3c006eb23239cd88a4e8543e8ab9c
8567438779e6af0754620a25d379c348e4cd5a5d
/extensions/renderer/extension_frame_helper.h
518e9ca48510fd5edeab686658f27449acf1ec90
[ "BSD-3-Clause" ]
permissive
thngkaiyuan/chromium
c389ac4b50ccba28ee077cbf6115c41b547955ae
dab56a4a71f87f64ecc0044e97b4a8f247787a68
refs/heads/master
2022-11-10T02:50:29.326119
2017-04-08T12:28:57
2017-04-08T12:28:57
84,073,924
0
1
BSD-3-Clause
2022-10-25T19:47:15
2017-03-06T13:04:15
null
UTF-8
C++
false
false
5,975
h
// Copyright 2013 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 EXTENSIONS_RENDERER_EXTENSION_FRAME_HELPER_H_ #define EXTENSIONS_RENDERER_EXTENSION_FRAME_HELPER_H_ #include <vector> #include "base/callback_fo...
[ "hedonist.ky@gmail.com" ]
hedonist.ky@gmail.com
dcb1a3aa35b87dc2489e79078c6a97aa6afb566f
dc82aa7c48922d025d221abad79cc25cd75ddebb
/Repetitivas_02_3.cpp
dac2d88a2bfccac8a620505f0660a505a690f971
[]
no_license
xnadal/ejerc
14331a853c6f95201c906ac1b4855d115684aa2a
fd00e828ec94f76f7866dfc2625925ebbfc81fdd
refs/heads/master
2021-01-23T16:36:59.661970
2013-06-13T20:42:47
2013-06-13T20:42:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,808
cpp
// FECHA: 10/05/2013 // AUTOR: // DESCRIPCIÓN: // Muestra el funcionamiento de las sentencias repetitivas (0-n) y (1-n). // y suma los contadores de las iteraciones (punto 2 de la practica) // pide un numero en cada iteracion y lo va sumando al acumulado (punto 3) // // ENTRADAS: número de repeticiones (enteros). Nume...
[ "xnadal@yahoo.es" ]
xnadal@yahoo.es
451d6aaf33e0eb941d690baca8d83910f088b4e2
9dec5c1499388fdbda3669ef0c1f71fe11764a09
/level6/section4.2b/exercise1/array.cpp
0ac7b3ddafec5d231d72d3086f60901cff128819
[]
no_license
lfamarantine/baruch_cpp_for_fe
de087762815af3f2105244093a86c7de2d1958d1
2bd6f5754a965cd0659db2145b76108c73623778
refs/heads/master
2023-05-10T15:38:06.082330
2021-06-14T09:14:36
2021-06-14T09:14:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,096
cpp
// source file of array class #ifndef _Array_CPP_ #define _Array_CPP_ #include "array.hpp" #include "outofboundsexception.hpp" #include <iostream> using namespace std; template <class T> int Array<T>::default_size = 10; // set default size // constructor template <class T> Array<T>::Array() : m_data(new T[default_...
[ "yxyoung128@gmail.com" ]
yxyoung128@gmail.com
a9afca636e02103b36d094089f721f6d0654dab3
48298469e7d828ab1aa54a419701c23afeeadce1
/Client/SceneEdit/Xerces/src/xercesc/dom/DOMEntityReference.hpp
2e244bb2a9d3a266f0f069f2502388692e99f15c
[ "Apache-2.0" ]
permissive
brock7/TianLong
c39fccb3fd2aa0ad42c9c4183d67a843ab2ce9c2
8142f9ccb118e76a5cd0a8b168bcf25e58e0be8b
refs/heads/master
2021-01-10T14:19:19.850859
2016-02-20T13:58:55
2016-02-20T13:58:55
52,155,393
5
3
null
null
null
null
UTF-8
C++
false
false
3,657
hpp
#ifndef DOMEntityReference_HEADER_GUARD_ #define DOMEntityReference_HEADER_GUARD_ /* * Copyright 2001-2002,2004 The Apache Software Foundation. * * 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 Lic...
[ "xiaowave@gmail.com" ]
xiaowave@gmail.com
1f76a6aac6f97fd9601978abb2e3d4132196c451
e6ff9c3f5f38cbf318543c2dd95f1678567cdfdc
/Exercises/Exercise 14/maze.cpp
89edd2193fd70074e03d83098e91e6ffb83c8275
[]
no_license
fmi-lab/up-2018-kn-group3-sem
5167097d222d4c3223211a17a5a34d1f1cf71457
2e2f6bc576bffe9119c7848f21b4c0d40e82cf74
refs/heads/master
2020-04-01T23:12:18.147524
2019-01-18T12:14:09
2019-01-18T12:14:09
153,747,905
0
1
null
null
null
null
UTF-8
C++
false
false
3,614
cpp
#include<iostream> #include<iomanip> using namespace std; int mazeM[8][8] = { {0,1,0,0,0,1,0,0}, {0,1,0,0,0,1,0,0}, {0,1,0,0,1,1,1,1}, {0,1,0,1,0,0,0,0}, {0,1,0,1,1,1,0,0}, {0,0,0,0,0,0,0,0}, {0,1,0,1,1,1,0,1}, {0,1,0,1,1,0,0,0} }; bool walkable(int maze[8][8], int X, int Y){ if(X<0 || Y<0 || X>7 || Y>7 || maze[X...
[ "penkov.dimit@gmail.com" ]
penkov.dimit@gmail.com
ef36b1345877cbcaca299cbb7855091258faba03
e272d18a042e6b6808bc615917b1783d53607870
/done/1144.cpp
95f72c8dbac974eb9557d1eabb1259d1f9311bb4
[]
no_license
chessdroid/morbidel-timus
58656c7a62132aaae71289a20ee77baeca4ba554
b079bf3ae716d4eeb54722037ac55066f9e9da7c
refs/heads/master
2020-07-10T02:20:08.032088
2013-04-11T20:48:39
2013-04-11T20:48:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,876
cpp
/* * ACM Timus Online * Emperor's Riddle - Problem 1144 * * solutie: luate de pe forum si adaptata de Radu * un greedy dubios... le sorteaza dupa marime... */ #include <stdio.h> #include <stdlib.h> #include <string.h> #define NMAX 10000 #define MMAX 1000 #define INF 666666666 #define min(a, b...
[ "stefangh@gmail.com" ]
stefangh@gmail.com
b103f3fed7a1cff7da98c4578cd95331ae2a33d7
b11c1346faff5041bf94d300e821448fbe2a18f2
/01HelloWinRT/Debug/Generated Files/winrt/impl/Windows.Security.Authorization.AppCapabilityAccess.1.h
3663b2871dba8720d7605cc37f8e29f81d03c39d
[]
no_license
ShiverZm/CxxWinRT_Learn
72fb11742e992d1f60b86a0eab558ee2f244d8f1
66d1ec85500c5c8750f826ed1b6a2199f7b72bbe
refs/heads/main
2023-01-19T12:09:59.872143
2020-11-29T16:15:54
2020-11-29T16:15:54
316,984,477
0
0
null
null
null
null
UTF-8
C++
false
false
1,501
h
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.190404.8 #ifndef WINRT_Windows_Security_Authorization_AppCapabilityAccess_1_H #define WINRT_Windows_Security_Authorization_AppCapabilityAccess_1_H #include "winrt/impl/Windows.Security.Authorization.AppCapabilityAccess.0.h" namespace winrt::Wi...
[ "1113673178@qq.com" ]
1113673178@qq.com
070c8b99a17e2d3f9747547bf4b5f1bd0b6e7abb
9e15ab238833565cee000fe37f213e4fabceda1b
/hls/xilinx_design/examples/design/dsp/nco/nco_tb.cpp
244d165d8684d6812e0e2c074b71feb126d30de9
[]
no_license
Bounce00/fpga
1d40989b4fed96c04f0c9304f20ba504f221f4ec
6baf0ff8519cfa066978b68471d7a2f8d3270e17
refs/heads/master
2020-03-28T13:32:38.290566
2018-09-14T01:41:34
2018-09-14T01:41:34
148,403,665
0
0
null
2018-09-14T01:41:35
2018-09-12T01:35:38
C++
UTF-8
C++
false
false
12,264
cpp
/***************************************************************************** * * Author: Xilinx, Inc. * * This text contains proprietary, confidential information of * Xilinx, Inc. , is distributed by under license from Xilinx, * Inc., and may be used, copied and/or disclosed only pursuant to *...
[ "Haijun.zhang@sigtrum.com" ]
Haijun.zhang@sigtrum.com
158512dc85061cd3f9d46ec1cf014274fa4ad0f3
d77099bab5326a481121fd5ae88adc3f836571b1
/src/0020.cpp
e0f50dd59ce6bce48e2039dd7d1200eb68037ef8
[ "MIT" ]
permissive
downdemo/LeetCode-Solutions-in-Cpp17
8fecd00421a6a1b19b073afc5f2e836526327e7a
7a46dfde1f72b1d88b6d84c1f1df09844b8b2ae4
refs/heads/master
2022-11-05T06:17:37.991884
2020-03-22T11:39:33
2022-10-03T08:23:19
249,170,691
58
24
null
null
null
null
UTF-8
C++
false
false
431
cpp
class Solution { public: bool isValid(string s) { stack<char> stk; for (auto& x : s) { if (x == '(' || x == '{' || x == '[') { stk.emplace(x); } else if (!empty(stk) && stk.top() == m.at(x)) { stk.pop(); } else { return false; } } return empty(stk); }...
[ "downdemo@qq.com" ]
downdemo@qq.com
c4fd233fd1cfb9eb5cb2dfcbd575bc6bf894b78e
155164f515806dd0aaae51566bd1ea7728376e5e
/3DBallGame/Classes/Native/Bulk_mscorlib_3.cpp
e81f76fe982650e892e34b3804c008ed5676935a
[]
no_license
tomonoriTAKA/3DBallGame
15a2dd5382a0af07f09736d5f4513911c983256d
83c5362e36cb4fa97032bbf2f241e64e818158ea
refs/heads/master
2021-01-23T03:59:11.573014
2017-03-26T01:50:52
2017-03-26T01:50:52
86,139,112
0
1
null
null
null
null
UTF-8
C++
false
false
991,371
cpp
#include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <cstring> #include <string.h> #include <stdio.h> #include <cmath> #include <limits> #include <assert.h> // System.OverflowException struct OverflowException_t1075868493; // System.String struct String_t; // S...
[ "tomonori0204.takahashi@gmail.com" ]
tomonori0204.takahashi@gmail.com
f64bd573887da573c3a9b5a95421c26c0f16c6ec
4c626c943b6af56524c6599b64451722ee2e9629
/entry_controller/sources/vlog_import/ec_vlog_design_unit_importer.hpp
bd14812ce4fcaddbceb07ddc086bee47e10242f7
[]
no_license
kirillPshenychnyi/AEP
96cec51a4c579b2430b8c93cace5e25003c64219
07d9f3deb47514043a8a1cb0c5ff6091737c3d47
refs/heads/master
2018-08-31T16:59:08.415648
2018-06-10T22:21:04
2018-06-10T22:21:04
117,731,321
0
0
null
null
null
null
UTF-8
C++
false
false
1,878
hpp
#ifndef __EC_VLOG_DESIGN_UNIT_IMPORTER_HPP__ #define __EC_VLOG_DESIGN_UNIT_IMPORTER_HPP__ /***************************************************************************/ #include "entry_controller\sources\vlog_import\ec_vlog_base_importer.hpp" #include "vlog_data_model\ih\writable\vlog_dm_declarations_container.hpp" /...
[ "pshenychnyi96@gmail.com" ]
pshenychnyi96@gmail.com
1c3dbf557ebfcfc824cb8cfe67690b8edcfdfe60
7121351ed278582278aa83dead9ce4a57ec790fd
/Modulo1/Practica6/Ejercicio4-5/Ejercicio4-5.ino
271ef30ef6a135db7996596235dad006d7df0291
[]
no_license
gma31096/Diplomado
91dee24b113b8ca0bae91de3af51b3bf629fdc74
a27ac7e7d199b24b03915e2b93f07ca76a79ddc6
refs/heads/master
2020-04-21T22:11:49.932122
2019-09-10T03:27:08
2019-09-10T03:27:08
169,903,002
0
0
null
null
null
null
UTF-8
C++
false
false
17,399
ino
/*--------------------Librerias------------------------------------*/ #include <Wire.h> //Libería para comunicación #include <Adafruit_ADS1015.h> //Librería para los multiplexores Adafruit_ADS1115 ads1(0x49); Adafruit_ADS1115 ads0(0x48); /*-------------------------------------------Variables para A Control PID------...
[ "gma31096@hotmail.com" ]
gma31096@hotmail.com
1612a22be01013bf278900b67b098b92f9935fde
0906a17563100fd3d2b0ae9b2359094393fe18fe
/libs.d/libchrono/inc/lchrono/chrono.h
85889a0b09404cb0a2adc8e895de41cc85c24f38
[ "MIT" ]
permissive
Rajesh-Sec-Project/simon
7de4b80ceb515f8baeb21ee204add9955be8bc55
d9e5ecd7aa35055ebfea20654e666d48901d7b76
refs/heads/master
2021-01-10T16:08:37.820630
2016-01-27T11:21:49
2016-01-27T11:21:49
43,967,449
0
0
null
null
null
null
UTF-8
C++
false
false
1,492
h
/* * Copyright (c) 2016 Kadambari Melatur, Alexandre Monti, Rémi Saurel and Emma Vareilles * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limita...
[ "r4.saurel@gmail.com" ]
r4.saurel@gmail.com
a22ee3d5eca34de422af3e5dbd435a82a5f289dc
34b77eec7101ed4a888c19e5c86ca30ecaa899c6
/test/function/scalar/prod.cpp
45d2498bf96f70dc464f43ede1b6137f688e44ce
[ "BSL-1.0" ]
permissive
superbobry/boost.simd
e4b8fda847cf6cba26f03253ec7f175637ab521c
ec25208be6b76d5c9207621a9e5dff7f15a8791d
refs/heads/develop
2021-01-15T19:44:11.224619
2016-06-10T10:30:39
2016-06-10T10:30:39
60,840,174
0
0
null
2016-06-10T10:29:49
2016-06-10T10:29:49
null
UTF-8
C++
false
false
911
cpp
//================================================================================================== /*! Copyright 2015 NumScale SAS Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) */ //====================================...
[ "charly.chevalier@numscale.com" ]
charly.chevalier@numscale.com
e71b07de2e86f205c5e44b028dba74f076234c4f
ff61cc8596332ebed3bc21bd5d00e27bd3ebb0d4
/engine/app3D/Device.cpp
e5a7d3706b15b618b3f88d80f345ac5be96ca501
[ "MIT" ]
permissive
celestialkey/survival
75815593c35266984855d6f60f4dbe86ebeb839a
ecb59af9fcbb35b9c28fd4fe29a4628f046165c8
refs/heads/master
2020-04-15T15:12:23.025140
2018-08-08T11:41:54
2018-08-08T11:41:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
15,290
cpp
#include "Device.hpp" #include "../util/DefDatabase.hpp" #include "../util/AppTime.hpp" #include "../util/Exception.hpp" #include "../util/LogManager.hpp" #include "../GUI/GUIManager.hpp" #include "managers/EventManager.hpp" #include "managers/PhysicsManager.hpp" #include "managers/ShadersManager.hpp" #include "manage...
[ "isonil11@gmail.com" ]
isonil11@gmail.com
4ac882ede6ca8ebf906619b1364d985aad28ca56
893c6744b6d76102241811d5f2de702b7d7e1489
/src/Hardware/UTFT.cpp
cb79b66858b72530c797de89c7cbd7cbc2d035d9
[]
no_license
chandler767/FusionPanel-OLD
89916583a44665b30ea5bd8a08a292be25e2f5fa
c26db8239a7370c8d71f8830fa1de3b45e631add
refs/heads/master
2021-08-07T19:02:58.583494
2017-11-08T19:22:21
2017-11-08T19:22:21
63,447,905
0
1
null
null
null
null
UTF-8
C++
false
false
57,999
cpp
/* UTFT.cpp - Arduino/chipKit library support for Color TFT LCD Boards Copyright (C)2010-2012 Henning Karlsen. All right reserved This library is the continuation of my ITDB02_Graph, ITDB02_Graph16 and RGB_GLCD libraries for Arduino and chipKit. As the number of supported display modules and controllers s...
[ "chandler@chandlermayo.com" ]
chandler@chandlermayo.com
74987bbd1b949155c12af35bfa9a9e446f59382f
0260ee4eb298e862b7385b2f7d7ce333be8595bb
/Gestion_Franquicias/clases/Factura.h
ee80b2fc736d75c997db7f36f2273ae44f69c992
[]
no_license
walterstamm/Gestion-Restaurant
8777d6af6260f14803b53cd752f25c57bb408b7d
e7e2a41f394f7e26efa85130231449c465f56c3c
refs/heads/master
2023-02-16T02:45:24.639690
2020-12-31T00:57:14
2020-12-31T00:57:14
302,492,253
0
0
null
null
null
null
UTF-8
C++
false
false
1,184
h
#ifndef FACTURA_H_INCLUDED #define FACTURA_H_INCLUDED #include "Fecha.h" #include "ui.h" class Factura{ private: int Nro_Fact; Fecha Fecha_Factura; int Nro_Cliente; float Total_Pagar; bool Estado; public: Factura(); ~Factura(); void setFactura(in...
[ "64662305+HGOMEZ70@users.noreply.github.com" ]
64662305+HGOMEZ70@users.noreply.github.com
cac82040217ea4bda34ca8d60eefc42517415c26
1698d9fe279b922d7881f8d8a68379df7e18b052
/graph3/Traffic Network/src/Traffic Network.cpp
1779d29017d4361640b9e5299f1d4ffa889a8951
[]
no_license
MonicaSalama/Algorithms
053b9f4cb82fdb19436caebd67ea48c414ede8fd
efa4f2079da15f5ddc9550dbefe59f93d4fc42d5
refs/heads/master
2020-06-26T19:15:47.974400
2016-09-16T22:43:32
2016-09-16T22:43:32
67,788,510
0
0
null
null
null
null
UTF-8
C++
false
false
2,427
cpp
//============================================================================ // Name : Traffic.cpp // Author : // Version : // Copyright : Your copyright notice // Description : http://www.spoj.com/problems/TRAFFICN/ //============================================================================ #i...
[ "monicasalama6@gmail.com" ]
monicasalama6@gmail.com
2ad440ad455514fea31ecb8ac10fe0e313f364d9
08b8cf38e1936e8cec27f84af0d3727321cec9c4
/data/crawl/squid/new_hunk_2875.cpp
1feb7f8c20cdfd3bd249a1945bd254f840180cad
[]
no_license
ccdxc/logSurvey
eaf28e9c2d6307140b17986d5c05106d1fd8e943
6b80226e1667c1e0760ab39160893ee19b0e9fb1
refs/heads/master
2022-01-07T21:31:55.446839
2018-04-21T14:12:43
2018-04-21T14:12:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,037
cpp
storeAppendPrintf(&output, "Store Directory Statistics:\n"); storeAppendPrintf(&output, "Store Entries : %lu\n", (unsigned long int)StoreEntry::inUseCount()); storeAppendPrintf(&output, "Maximum Swap Size : %"PRIu64" KB\n", maxSize()); storeAppen...
[ "993273596@qq.com" ]
993273596@qq.com
c5deaaa5cf65d8aa1226c2cc531f53d6e21ece21
89c9874e66abad03f40ea1daed27ca682417e2d7
/1051522 - hw12/TimeTable.h
c30b72566d34d23c779f0dce2d92850b1033c83a
[]
no_license
Doem/Programming-Homework
10672ff8f75951cec469e5cb8b5d10ecfe44147d
e43ada8435fdf80595819f4cc0c5b6c113f072e6
refs/heads/master
2021-01-18T16:02:27.620518
2017-06-01T18:18:08
2017-06-01T18:18:08
86,707,454
2
0
null
null
null
null
UTF-8
C++
false
false
971
h
#ifndef NORTHBOUNDTIMETABLE_H #define NORTHBOUNDTIMETABLE_H #include "Train.h" #include <vector> #include <fstream> #include <iostream> using namespace std; class TimeTable { public: TimeTable(); protected: vector<Train> Northbound; vector<Train> Southbound; void loadTimeTable(); }; TimeTable::TimeTable() { ...
[ "aa0917954358@gmail.com" ]
aa0917954358@gmail.com
d1dee23f66ab1c083a0d5c8422dd78a193a2ba4b
2cafd9d4168a18985e2466c3b167f5d214ed08f0
/wxOpenCVProcessor.h
63ccdca982090d0fce0ca09836a53b8ec394ab8f
[]
no_license
gysimrx/wxOpenCV
a61e88189cc162b439539641ea3c563d0bf3e079
0c0a7efbe5e97f4c43e3812877aa1e40a5497f97
refs/heads/master
2023-04-03T00:02:55.744521
2021-04-14T13:13:59
2021-04-14T13:13:59
327,242,822
0
1
null
null
null
null
UTF-8
C++
false
false
1,583
h
#ifndef WXOPENCVPROCESSOR_H #define WXOPENCVPROCESSOR_H #include <wx/wx.h> #include <opencv2/opencv.hpp> #include <mutex> #include <queue> class wxOpenCVPanel; class wxOpenCVProcessorInterface { public: virtual void init() = 0; virtual void uninit() = 0; virtual void process(cv::Mat &img) = 0; vir...
[ "MGY@COMLAB.local" ]
MGY@COMLAB.local
d377e814ae0a1a6afe2c0c32a425f8dadf95f92c
d84e34e0cff75b297353bdcb9c21fbca89e0692d
/src/theia/math/util.h
0338596b6bc0e95051e288f3ec21d9bbd6a4a082
[]
no_license
cvfish/TheiaSfM
8593f8afe13fc599101cb507bd7f230b5300f6f5
54fddfc15fcecf663b3ce6673ed0c929d52ddb4d
refs/heads/master
2021-01-17T06:59:18.941217
2015-07-01T00:28:57
2015-07-01T00:28:57
38,360,928
1
0
null
2015-07-01T09:03:02
2015-07-01T09:03:02
null
UTF-8
C++
false
false
2,413
h
// Copyright (C) 2013 The Regents of the University of California (Regents). // All rights reserved. // // 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...
[ "cmsweeney@cs.ucsb.edu" ]
cmsweeney@cs.ucsb.edu
21b7489ac43d29f174cfaf6aaa4602a9423b6a1e
d52d3a9f0afb4316532837a5786e487813374da2
/apifmnc/FmncQArt1NStockitem.h
54b0b087032735bf2589f8aa030126e8f3a28359
[]
no_license
epsitech/fabmaniac
cf7fb7e2f8d0f0a3dd18585a3309d05d3ea622ac
715f59ed8a80a1288119081210428fce51422d7e
refs/heads/master
2021-01-21T04:25:33.463846
2016-08-07T19:25:59
2016-08-07T19:25:59
48,572,056
0
0
null
null
null
null
UTF-8
C++
false
false
1,033
h
/** * \file FmncQArt1NStockitem.h * API code for table TblFmncQArt1NStockitem (declarations) * \author Alexander Wirthmueller * \date created: 7 Mar 2016 * \date modified: 7 Mar 2016 */ #ifndef FMNCQART1NSTOCKITEM_H #define FMNCQART1NSTOCKITEM_H #include <dartcore/Xmlio.h> using namespace Xmlio; /** *...
[ "awirthm@gmail.com" ]
awirthm@gmail.com
572be55df24dfe4d379f02c09d92a6139d2562d5
25b24bc71defc150a0029610f86c4cae52422191
/From Spring/HW1/GLSLExperiment/NS_backup.cpp
ef233854581d676f037782f536eea8dfd41081fc
[]
no_license
nsujumnong/CS543-Fall18
a76234101c649debb12edb1b6055a5bb06291726
3f5bd21ccea5799c9337720550bd9fa04debe7d3
refs/heads/master
2021-09-27T19:15:10.157081
2018-11-10T20:48:07
2018-11-10T20:48:07
154,762,346
0
0
null
null
null
null
UTF-8
C++
false
false
7,300
cpp
// This is a modified code based on OpenGL starter code // Homework 1: Nuttaworn Sujumnong // Sierpinski Gasket code based on: Interactive Computer Graphics 6th edition // Koch Snowflake code based on: Computer Graphics using OpenGL 2nd edition #include "Angel.h" #include <GL/glew.h> #include <glut.h> #include <stdl...
[ "nsujumnong@wpi.edu" ]
nsujumnong@wpi.edu
a3b9aa6907d4e3ced1d1aeee03340c3b1f5fe94c
c4542b53f274c48fc8571656fdb0711889902681
/test_case/50.4676134421789371/turbDiffMean
25c41997c038c78ddb117683d474b8efbd595e47
[ "MIT" ]
permissive
kakkapriyesh/Turbulence-flow-and-heat-budgets-in-OpenFOAM
e97f8ee5780bc8ff47c72e5189c21d612e70a105
94fef0cb4e09172f7532fbcf7a715095ed81e128
refs/heads/main
2023-04-15T23:24:11.392585
2022-12-22T02:16:10
2022-12-22T02:16:10
368,479,876
7
2
null
null
null
null
UTF-8
C++
false
false
2,347,188
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 5.0 | ...
[ "kakkapriyesh199417@gmail.com" ]
kakkapriyesh199417@gmail.com
ac8d56cedfdd3b4fefd63670d60992e18458a599
2f557f60fc609c03fbb42badf2c4f41ef2e60227
/CondFormats/EcalObjects/src/EcalTPGWeightIdMap.cc
3f4ffabbd8c3fe6b5e54b6dfadca205ddd0d82cb
[ "Apache-2.0" ]
permissive
CMS-TMTT/cmssw
91d70fc40a7110832a2ceb2dc08c15b5a299bd3b
80cb3a25c0d63594fe6455b837f7c3cbe3cf42d7
refs/heads/TMTT_1060
2020-03-24T07:49:39.440996
2020-03-04T17:21:36
2020-03-04T17:21:36
142,576,342
3
5
Apache-2.0
2019-12-05T21:16:34
2018-07-27T12:48:13
C++
UTF-8
C++
false
false
274
cc
#include "CondFormats/EcalObjects/interface/EcalTPGWeightIdMap.h" EcalTPGWeightIdMap::EcalTPGWeightIdMap() { } EcalTPGWeightIdMap::~EcalTPGWeightIdMap() { } void EcalTPGWeightIdMap::setValue(const uint32_t & id, const EcalTPGWeights & value) { map_[id] = value ; }
[ "giulio.eulisse@gmail.com" ]
giulio.eulisse@gmail.com
a439f0569c161bcc60582b41985d8e44540f35a6
08b8cf38e1936e8cec27f84af0d3727321cec9c4
/data/crawl/squid/hunk_3484.cpp
e955aa6193aed037df7228a31280ed8210d6c36b
[]
no_license
ccdxc/logSurvey
eaf28e9c2d6307140b17986d5c05106d1fd8e943
6b80226e1667c1e0760ab39160893ee19b0e9fb1
refs/heads/master
2022-01-07T21:31:55.446839
2018-04-21T14:12:43
2018-04-21T14:12:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
378
cpp
i ? (1 << (i - 1)) + 1 : 1, 1 << i, IOStats.Gopher.read_hist[i], - percent(IOStats.Gopher.read_hist[i], IOStats.Gopher.reads)); + Math::intPercent(IOStats.Gopher.read_hist[i], IOStats.Gophe...
[ "993273596@qq.com" ]
993273596@qq.com
0dcf920ad3e650a23f110b5db08e82f733f9516f
d5fdeaa6900f7bfc3aa7d3048fb803bb43b400a5
/GCLDProject2/.svn/pristine/39/390acdc86d4e01c75116ec4204a2e67cef90d5ae.svn-base
a7deb3eef78e4a6a4bdc32a57d394a33a827520f
[]
no_license
liu-jack/cxx_sth
52e1f0b190fe23fb16890cadd9efa15de59e70d0
986a0782d88405af83ae68ef124ff8cf19ada765
refs/heads/master
2020-05-07T13:53:03.555884
2017-11-17T02:26:55
2017-11-17T02:26:55
null
0
0
null
null
null
null
GB18030
C++
false
false
15,857
#include <sstream> #include <algorithm> #include <boost/bind.hpp> #include <boost/function.hpp> #include <boost/smart_ptr.hpp> #include <boost/dynamic_bitset.hpp> #include <boost/typeof/typeof.hpp> #include "PlayerData.h" #include "Logger.h" #include "OS.h" #include "def/MmoAssert.h" #include "utility/Utility.h" #in...
[ "zhoulunhao@hotmail.com" ]
zhoulunhao@hotmail.com
6863a3f79264200f065fcec89662a0590204a671
179e89f7ad6b4aea33e17e10471d8a4015a9c592
/unittests/testAdjointCamera.cpp
6f94c021282ea4c79c047ff266bb4227cea6250f
[]
no_license
xeTaiz/DiffDVR
6179f3c8a4849f72ebe179abac5ad95b66c5dd5a
3db2c17d7c28b432c78d547f7555c7b5aacf1ff5
refs/heads/master
2023-06-18T07:55:27.051067
2021-07-19T09:44:48
2021-07-19T09:44:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,282
cpp
#include <catch.hpp> #include <Eigen/Core> #include <random> #include "check_adjoint.h" #include "test_utils.h" #include "renderer_blending.cuh" static void testAdjointCamera() { typedef empty TmpStorage_t; typedef VectorXr Vector_t; static int numSteps = 10; static const real3 boxMin = make_real3(-0.2f, -0.3f, ...
[ "sebastian13.weiss@tum.de" ]
sebastian13.weiss@tum.de
f27c5d56fe337743def6c747c3b64eb938213eba
87d1f9d88a204b2cf7748491aa4b10c909984966
/include/openeaagles/sensors/sensorsFF.h
48df98e8e61f83e536e40a590a5ae0c95b76f0ae
[]
no_license
yaroslav-tarasov/OpenEaagles
2c9e683cdf9d191c07daf53e444a7aabb487dfcb
8551df88bebab03a6cdaed8649cfed91d7f4ad19
refs/heads/master
2021-01-17T06:33:29.753917
2015-04-06T18:23:15
2015-04-06T18:23:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
461
h
//------------------------------------------------------------------------------ // Form function for the default 'sensors' library //------------------------------------------------------------------------------ #ifndef __Eaagles_Sensor_FormFunc_H__ #define __Eaagles_Sensor_FormFunc_H__ namespace Eaagles { ...
[ "doug@openeaagles.org" ]
doug@openeaagles.org
5fdd9b3815ea0e8530d47c8b124da6c203ad6d25
81c2fdde96dae39389b50b3f23e94f69c3af06db
/opengl-examples-master/lib/camcontrol-orientsensor.cpp
2b3d44d9f2d14121994463b5db6bc9f7a99509f7
[ "BSD-3-Clause" ]
permissive
Animal211/Graphics-OpenGL
1d9f3c50f9437da03bdba40eec6493bfbdf520d4
6944cb06f9a0af17b09e55b3694f4d1a5f7badab
refs/heads/master
2021-03-22T08:29:12.568488
2020-03-14T20:26:23
2020-03-14T20:26:23
247,348,295
1
0
null
null
null
null
UTF-8
C++
false
false
1,969
cpp
#include <stdlib.h> #include "kuhl-util.h" #include "camcontrol-orientsensor.h" #include "vecmat.h" #include "orient-sensor.h" camcontrolOrientSensor::camcontrolOrientSensor(dispmode *currentDisplayMode, const float initialPos[3]) :camcontrol(currentDisplayMode) { vec3f_copy(position, initialPos); int orientSenso...
[ "jrmcneil@mtu.edu" ]
jrmcneil@mtu.edu
80bb8ae4c9ec178827be6c80e1be8bbd7f0bf583
690330c86dce9812894891c7d90e80d052372b5b
/anyfx/api/lowlevel/base/varblockbase.cc
c0b15bcef3d29c5f1f56879857d5046d96145341
[ "BSD-3-Clause", "LicenseRef-scancode-nvidia-2002" ]
permissive
Duttenheim/fips-anyfx
948fef1593501d874647bf56c4ccb137ed38ac62
71617128d7ec5ba85f229e88bb00325b5fb9015e
refs/heads/master
2023-08-22T09:22:03.426472
2023-08-12T18:55:06
2023-08-12T18:55:06
97,407,640
1
3
null
2020-11-28T20:42:56
2017-07-16T19:57:47
C++
UTF-8
C++
false
false
1,425
cc
//------------------------------------------------------------------------------ // varblockbase.cc // (C) 2016 Individual contributors, see AUTHORS file //------------------------------------------------------------------------------ #include "varblockbase.h" #include "variablebase.h" namespace AnyFX { //-----------...
[ "gustav.sterbrant@gmail.com" ]
gustav.sterbrant@gmail.com
11909fa015dea1e7272e98333b11f4a332797ef5
f81b774e5306ac01d2c6c1289d9e01b5264aae70
/chrome/browser/ui/webui/nearby_share/nearby_share_dialog_ui.cc
147c7a9224d66dc13f9d0a6f242c97962f35305a
[ "BSD-3-Clause" ]
permissive
waaberi/chromium
a4015160d8460233b33fe1304e8fd9960a3650a9
6549065bd785179608f7b8828da403f3ca5f7aab
refs/heads/master
2022-12-13T03:09:16.887475
2020-09-05T20:29:36
2020-09-05T20:29:36
293,153,821
1
1
BSD-3-Clause
2020-09-05T21:02:50
2020-09-05T21:02:49
null
UTF-8
C++
false
false
4,063
cc
// Copyright 2020 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 "chrome/browser/ui/webui/nearby_share/nearby_share_dialog_ui.h" #include <string> #include "chrome/browser/nearby_sharing/nearby_per_session_di...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
d1b85a164cc16db808b49b5ccc663ce775ec3412
6247777e38b1015b848c177b9b43d9ab4123cca8
/gecode/int/circuit.cpp
29f79840ead009102e251367b7f71200676c4854
[ "MIT" ]
permissive
feserafim/gecode
f8287439e74cb168c7a7c7fdbb78103a4fec5b9b
760bf24f1fecd2f261f6e9c1391e80467015fdf4
refs/heads/master
2021-01-11T16:05:54.829564
2012-06-16T17:17:38
2012-06-16T17:17:38
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,244
cpp
/* -*- mode: C++; c-basic-offset: 2; indent-tabs-mode: nil -*- */ /* * Main authors: * Christian Schulte <schulte@gecode.org> * Guido Tack <tack@gecode.org> * * Copyright: * Christian Schulte, 2006 * Guido Tack, 2011 * * Last modified: * $Date: 2011-06-02 01:12:15 +0900 (木, 02 6 2011) $...
[ "kenhys@gmail.com" ]
kenhys@gmail.com
23bdd2c4557b51d0fb22b8de18e9d24f9187f640
faf706266f72ac6c335662d63c8e31b0e87da3b2
/modules/trasan/include/TLine0.h
d339af0e33f82af5f27c62c834802ba50ae9385f
[]
no_license
zombiesquirrel/vxdtf
4ba3284df6ba6a87039eaa38d4faff4baccd4076
a42de988245f471b0faa20659b3d8ab2a6a53a29
refs/heads/master
2021-01-01T05:38:05.122550
2013-09-10T13:47:06
2013-09-10T13:47:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,994
h
//----------------------------------------------------------------------------- // $Id: TLine0.h 10021 2007-03-03 05:43:02Z katayama $ //----------------------------------------------------------------------------- // Filename : TLine0.h // Section : Tracking // Owner : Yoshihito Iwasaki // Email : yoshihito.iwa...
[ "jkl@lettenbichlerAtWork.(none)" ]
jkl@lettenbichlerAtWork.(none)
12aae5afd5f0c187fb30d3a3506489aecf6e8785
786de89be635eb21295070a6a3452f3a7fe6712c
/hdf5pp/tags/V00-00-05/test/hdf5_type_info.cpp
7eadbe5fefa69ee00c8844582afb9549fcd98214
[]
no_license
connectthefuture/psdmrepo
85267cfe8d54564f99e17035efe931077c8f7a37
f32870a987a7493e7bf0f0a5c1712a5a030ef199
refs/heads/master
2021-01-13T03:26:35.494026
2015-09-03T22:22:11
2015-09-03T22:22:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,613
cpp
//-------------------------------------------------------------------------- // File and Version Information: // $Id$ // // Description: // Class hdf5_type_info... // // Author List: // Andrei Salnikov // //------------------------------------------------------------------------ #include "Lusi/Lusi.h" //--------...
[ "salnikov@b967ad99-d558-0410-b138-e0f6c56caec7" ]
salnikov@b967ad99-d558-0410-b138-e0f6c56caec7
19797b7b0be4f33873ad7e87dd591144f976abf7
a92b18defb50c5d1118a11bc364f17b148312028
/src/prod/src/ServiceModel/ApplicationIdentifier.cpp
b985d9b6f8b97b13adc2deffc1f663fec0bf299c
[ "MIT" ]
permissive
KDSBest/service-fabric
34694e150fde662286e25f048fb763c97606382e
fe61c45b15a30fb089ad891c68c893b3a976e404
refs/heads/master
2023-01-28T23:19:25.040275
2020-11-30T11:11:58
2020-11-30T11:11:58
301,365,601
1
0
MIT
2020-11-30T11:11:59
2020-10-05T10:05:53
null
UTF-8
C++
false
false
6,547
cpp
// ------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See License.txt in the repo root for license information. // ------------------------------------------------------------ #include "stdafx.h" using nam...
[ "noreply-sfteam@microsoft.com" ]
noreply-sfteam@microsoft.com
d380bbbdbc3202cb7f40a1e0709f7fc589393a87
40f7252051a70991840e72d062887209c973f4b7
/Coding Ninja/Files/Implementation Of Priority Queue/inbuilt-Min-Priority-Queue.txt
923c249b181ce9f9fd72fbad953f2526b06aa940
[]
no_license
goel-aman/Self_Learning_Reference_Material
97d88038acebae5974ec5288299bebae6a68c9eb
47ff509b366800fb46fb2a75181ed52d547cd9a5
refs/heads/main
2023-06-04T03:31:30.779377
2021-06-17T13:34:10
2021-06-17T13:34:10
301,749,833
0
0
null
null
null
null
UTF-8
C++
false
false
352
txt
#include <iostream> using namespace std; #include <queue> int main() { priority_queue<int, vector<int>, greater<int> > p; p.push(100); p.push(21); p.push(7); p.push(165); p.push(78); p.push(4); cout << p.size() << endl; cout << p.empty() << endl; cout << p.top() << endl; while(!p.empty()) { cout << p...
[ "amangoel9873572693@gmail.com" ]
amangoel9873572693@gmail.com
ee1be003aedf5e9eccf3306306015191206d1976
c945d1901ed99649432e553768d476b8e53cbcf2
/computer_science/235-data_structures_and_algorithms/workspace/Lab7/To Students/Student_Code/Mimic.h
a00378e1773b4a4a70459167a3633110e51f3be3
[]
no_license
misterpink14/byu_course_work
a0d0909efbc00862d380ba3b271293577ace8cb2
5cdd1c580971d0c304a57956543b20681a135f72
refs/heads/master
2021-06-19T00:05:30.820383
2017-04-30T20:05:25
2017-04-30T20:05:25
68,180,953
0
0
null
null
null
null
UTF-8
C++
false
false
4,723
h
/* * Mimic.h * * Created on: Jun 10, 2014 * Author: misterpink14 */ #ifndef MIMIC_H_ #define MIMIC_H_ #include "MimicInterface.h" #include <sstream> #include <cstdlib> #include <ctime> class Mimic : public MimicInterface { private: struct Node { string key; vector<string> value; Node* next; N...
[ "benthompson@Benjamins-MacBook.local" ]
benthompson@Benjamins-MacBook.local
940fdafe4750bd7a098e35417ffe402e4887eb8b
75e777b03684d3652dcff97ee46d5953840f940c
/picker.cpp
5fee01733c2f2f5818a10fb6329ab2730fd27ec8
[ "BSD-2-Clause" ]
permissive
montaguegabe/dual-contouring-engine
233a7bd1a6b08822f3825b4cceeef410e4c0d931
440fa95e070863e8f0b1c4b685fe5be797324be6
refs/heads/master
2021-08-31T16:39:24.625334
2017-12-22T03:41:03
2017-12-22T03:41:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,791
cpp
#ifndef __MAC__ # include <GL/glew.h> #endif #include "uniforms.h" #include "picker.h" using namespace std; Picker::Picker(const RigTForm& initialRbt, Uniforms& uniforms) : drawer_(initialRbt, uniforms) , idCounter_(0) , srgbFrameBuffer_(!g_Gl2Compatible) {} bool Picker::visit(SgTransformNode& node) { node...
[ "gmontague@college.harvard.edu" ]
gmontague@college.harvard.edu
a1b419057877ee75fc710958b3932b6ba204ac7d
e9dfc5f66f649c8e11110d4211c57f575471f2fb
/programa 6/main.cpp
d27008fd5faf37c5b461ac4b0c0bf79abf66ed83
[]
no_license
erickmerlo/programacion2
dad59092695ee876865cfd5d9baa00ac9fdcb8c0
53fd8fedec004c8ed7a8e0363552d01790a56068
refs/heads/master
2020-04-16T04:32:06.153781
2013-12-12T21:17:55
2013-12-12T21:17:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,108
cpp
#include <iostream> using namespace std; /* ingresar nombre del empleado,turno y las horas. luego determianar el pago por hora, el pago bruto, ihss y total a pagar turno1= 100 turno2= 150 turno3= 190 para el seguro si el salario es arriba de 7000 es igual a 245 y si no deducir del salario bruto el 3.5% */ int main() ...
[ "erick.merlo13@hotmail.com" ]
erick.merlo13@hotmail.com
e92d47b3eea17ecc71498d2f01f6edd0ff3d2fd7
255ad6034144189e9aaff860f8580386aefa075f
/PRT_/HDRLoader.cpp
bfde1e7a7d3a7fd060d40c809d8737f83f55d3bb
[]
no_license
BigHeadJaeger/PRT_
69b022aecf47ef5e1696eb889566d219391b58c6
d23b3c12043dbe3863297dedfde29e99d81c2a55
refs/heads/master
2020-05-03T21:40:00.584433
2019-04-01T09:18:35
2019-04-01T09:18:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,353
cpp
/* * * Copyright (C) 2004 Mekensleep * * Mekensleep * 24 rue vieille du temple * 75004 Paris * licensing@mekensleep.com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; ei...
[ "46146249+shiinayuika@users.noreply.github.com" ]
46146249+shiinayuika@users.noreply.github.com
506cdca87583435533b40edf0bd92d31841ceb11
4032667ca76494a5bcc427faa9599b98df5af60f
/src/rpc/client_config.h
9969268ea1d9996f6c886efc6c07b06cd02ba0d0
[ "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-warranty-disclaimer", "MIT" ]
permissive
shphrd/bitcoin-sv
7eb3dbec84338101dd3581045ce7688657767e03
0ab72c65ae492376e6fe1ec3a27532fd7cafc7b1
refs/heads/master
2021-06-28T07:31:24.916704
2021-02-10T23:48:30
2021-02-10T23:48:30
317,419,401
1
0
NOASSERTION
2021-02-10T23:48:31
2020-12-01T03:58:23
null
UTF-8
C++
false
false
1,607
h
// Copyright (c) 2020 Bitcoin Association // Distributed under the Open BSV software license, see the accompanying file LICENSE. #pragma once #include <rpc/client_utils.h> #include <string> namespace rpc::client { /** * Wrapper for RPC client config. */ class RPCClientConfig { public: // Some default conf...
[ "r.mills@nchain.com" ]
r.mills@nchain.com
697aad35ac253663f9b7cb0a807e9e47be580d0d
1eebf39c08716814de4196919e470fcfb61e54ed
/src/attitudePropagator.cpp
b13d41a72d681a6b7ebc7bd5e4d6ca85e4470424
[]
no_license
nearlab/nearlab_utils
71af95732af87f779a92c036b937d82111f0e954
7b12cfdb7920251a5133cc87acd1d80615433963
refs/heads/master
2020-04-17T16:09:26.851518
2019-01-25T01:38:57
2019-01-25T01:38:57
166,728,796
0
0
null
null
null
null
UTF-8
C++
false
false
2,421
cpp
#include "attitudePropagator.h" #include "rungeKutta.h" #include "quatMath.h" #include <math.h> void attProp(Eigen::MatrixXd& stateHist, const Eigen::Vector4d& q0, const Eigen::Vector3d& w0, const Eigen::MatrixXd& control, const double& tf, const int& intervals, const AttitudeParams& p){ Eigen::VectorXd st...
[ "jtb2013@gmail.com" ]
jtb2013@gmail.com
1567f6dc7429a778c3f186f10ee8f1926680f9cc
ece29cdeb72617063c52dee00e8b7ea958b1a16a
/disk_scan_client/disk_scan_util.cpp
4808e2b19cd3a83cc77f9b19add07bb801af55c2
[]
no_license
neilnee/disk_scan
ffab7500fefc78a86400159bebe7aea5a8d4eec6
e832237a72de8d7b0cd28d585d4acdfc09b1c851
refs/heads/master
2016-09-16T07:31:25.909654
2014-08-28T17:01:00
2014-08-28T17:01:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,207
cpp
#include "stdafx.h" #include "disk_scan_util.h" std::wstring GetProcessPath() { TCHAR path[MAX_PATH]; GetModuleFileName(NULL, path, MAX_PATH); std::wstring processPath = path; processPath = processPath.substr(0, processPath.rfind(L"\\")); return processPath; } std::string ToMultiByte(const wchar_t...
[ "neilnee324@gmail.com" ]
neilnee324@gmail.com
1c0e45eafc14ced46901f7243a4fe5be5cb644c8
8365e80590978513f9be184787e3f9c2dbaf0af5
/tests/HopscotchHashTest.cpp
c0d9c4ca25819a6b97ffcfd983d62d6feceb452f
[]
no_license
IvanRamyk/oop_exam
5392963924daaedfa649767354569839322269a9
00b099682cef93485b5d52d75494e25ec8b16f3d
refs/heads/master
2022-10-11T10:40:56.300928
2020-06-10T22:02:32
2020-06-10T22:02:32
270,590,419
0
2
null
2020-06-10T10:05:49
2020-06-08T08:30:04
C++
UTF-8
C++
false
false
566
cpp
// // Created by hryhorchuk117 on 10/06/2020. // #include <iostream> #include <gtest/gtest.h> #include "../src/Hash/HopscotchHash.h" TEST(Hash, HopscotchHash) { HopscotchHash<date_time::Time> table({date_time::Time(1, 1, 1),date_time::Time(1, 1, 5) }); auto n = table.getData(); EXPECT_TRUE(table.getData()...
[ "hryhorchuk117@gmail.com" ]
hryhorchuk117@gmail.com
4ea77fa9ef6a223def7638b62c646c8dced01478
9a4b62f70fe859dc5ff30191a131395f336d67a1
/ResourceUtils.h
931726b7cc0ac6740c6d7eac1d32b531e8ed8c8b
[]
no_license
gix/glitch
93882714c3911d3d0fbe0e4b6118f84041057b28
ea5eda3e41800f2f276fc1c7e3b2265352052b35
refs/heads/master
2022-10-21T07:22:43.870610
2020-06-08T06:07:45
2020-06-08T06:07:45
270,550,561
0
0
null
null
null
null
UTF-8
C++
false
false
434
h
#pragma once #include "Span.h" #include <Windows.h> namespace gt { cspan<std::byte> GetModuleResource(HMODULE module, wchar_t const* type, wchar_t const* name) noexcept; inline cspan<std::byte> GetModuleResource(wchar_t const* type, ...
[ "nico.rieck@gmail.com" ]
nico.rieck@gmail.com
dc3ca7412ccab7a04083c79ba69b0ae3fb410be8
6b0345821fcefa528f9382eed8c0a3fbb95f60c8
/ethernet.cpp
10b726cc57ef752af2163b6b8ac4e1f895381cf6
[]
no_license
rnetuka/cpp-networking
d58b2428daca5b8e26d745425b813eba2cbccd08
2948631aa85b20bbcec7d19c73e7cf301e9d28a8
refs/heads/master
2021-07-07T03:31:45.487885
2017-10-03T08:55:05
2017-10-03T08:55:05
105,631,159
0
0
null
null
null
null
UTF-8
C++
false
false
4,400
cpp
/* */ #include <cstdint> #include <ostream> #include <sstream> #include <string> #include <vector> #include "ethernet.h" #include "mac.h" using namespace eth; using namespace mac; using namespace std; Frame::Frame() : ether_type_(0), checksum_(0) { } void Frame::set_source_address(const Address& address) { ...
[ "rnetuka@redhat.com" ]
rnetuka@redhat.com
34837822144cb99657d3a5e524afc046de9468f6
6035bc4bf8ca0993cf372bbf4b2a2deaee37e156
/cpp_d09/ex01/Warrior.cpp
5d809b53994837507d771deae3f9534928a837c6
[]
no_license
Clemsx/Cpp_pool
0853bc000c9e6585dd96acdc58c9760c8637cc85
43ebf6af098408c23291595817167a3d0240bc59
refs/heads/master
2023-02-08T05:57:26.524042
2020-12-28T18:54:23
2020-12-28T18:54:23
325,091,972
0
0
null
null
null
null
UTF-8
C++
false
false
1,439
cpp
// // Warrior.cpp for d09_ex01 in /home/clemsx/CPP/Pool/cpp_d09/ex01 // // Made by clement xia // Login <clemsx@epitech.net> // // Started on Thu Jan 12 16:04:23 2017 clement xia // Last update Fri Jan 13 08:52:01 2017 clement xia // #include <string> #include <iostream> #include "Warrior.hh" Warrior::Warrior(co...
[ "clemsx@clemsx.local" ]
clemsx@clemsx.local
5c0e6ebcec5382d8219e660cfbefd23a32b2de2d
6025d1ad10143b1b3586c032e7e69ac92d9d9c63
/src/test/data/base58_keys_valid.json.h
b1a864d685afabca0c9db4d8f114dd3157015f5b
[ "MIT" ]
permissive
yanghouhao/thesiscode
eb088b70d67eb515ef302766be54de36b06e463f
9b47e756c788d06efecb920ce347916d371531f2
refs/heads/main
2023-01-24T03:53:50.756123
2020-12-10T14:57:09
2020-12-10T14:57:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
70,507
h
namespace json_tests{ static unsigned const char base58_keys_valid[] = { 0x5b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x5b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x22, 0x74, 0x31, 0x54, 0x38, 0x79, 0x61, 0x4c, 0x56, 0x68, 0x4e, 0x71, 0x78, 0x41, 0x35, 0x4b, 0x4a, 0x63, 0x6d, 0x69, 0x71, 0x71, 0x46, 0x4e, 0x38, 0...
[ "chenxu@wutongchain.com" ]
chenxu@wutongchain.com
d356ecf9dd8f7fefe72a671bb30fc7b53627697b
46a270c50ca6d41d92c085aad2d8f8dfa3dc55df
/tafjce/Zone/Include/Legion/IBossFactory.h
14db6e602c33ba0cf1b2d486e52aa2d1eea180cb
[]
no_license
PenpenLi/YXLDGameServer
74e4eb05215373121029beefb9712f94b0488aea
6f6e709271a0f47aa8d55226fed436308aae2365
refs/heads/master
2022-10-20T15:49:13.793932
2020-07-15T07:50:00
2020-07-15T07:50:00
279,802,517
0
0
null
2020-07-15T07:49:15
2020-07-15T07:49:14
null
GB18030
C++
false
false
1,317
h
#ifndef __IBOSS_FACTORY_H__ #define __IBOSS_FACTORY_H__ #include "IFightSystem.h" typedef TC_Functor<void, TL::TLMaker<taf::Int32, const ServerEngine::BattleData&, int>::Result> DelegateBossFight; struct BossDamageRecord { BossDamageRecord():iDamageValue(0){} ServerEngine::PKRole roleKey; string strName; int iD...
[ "fengmm521@gmail.com" ]
fengmm521@gmail.com
bdad114b1cc8d8f94088c725b12dc56e92d926f2
bd1fea86d862456a2ec9f56d57f8948456d55ee6
/000/109/403/CWE606_Unchecked_Loop_Condition__wchar_t_listen_socket_72b.cpp
78ec6b0ce220f47dc672bcf9f258ae41990e1cb0
[]
no_license
CU-0xff/juliet-cpp
d62b8485104d8a9160f29213368324c946f38274
d8586a217bc94cbcfeeec5d39b12d02e9c6045a2
refs/heads/master
2021-03-07T15:44:19.446957
2020-03-10T12:45:40
2020-03-10T12:45:40
246,275,244
0
1
null
null
null
null
UTF-8
C++
false
false
2,923
cpp
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE606_Unchecked_Loop_Condition__wchar_t_listen_socket_72b.cpp Label Definition File: CWE606_Unchecked_Loop_Condition.label.xml Template File: sources-sinks-72b.tmpl.cpp */ /* * @description * CWE: 606 Unchecked Input For Loop Condition * BadSource: listen_socket Read da...
[ "frank@fischer.com.mt" ]
frank@fischer.com.mt
2dd57090935752a77222f84812a517bde11a2d8a
e5bb4da760de6ea21285f7bc27863f3ee8641a1f
/ch21/fig13_21/Fig13_21.cpp
9cbdf95581628d99598287bf868dd4960b63eeab
[]
no_license
netdevmike/Introduction-to-programming
acbce305f2d21879526de81eafd646cf9b685c42
0a88f41a76673fdcac72801d8c8891cc22e8b348
refs/heads/main
2023-07-29T02:41:39.082979
2021-09-10T04:36:06
2021-09-10T04:36:06
330,465,070
0
0
null
null
null
null
UTF-8
C++
false
false
2,226
cpp
// Fig. 13.21: fig13_21.cpp // flags member function. #include <iostream> using namespace std; int main() { int integerValue = 1000; double doubleValue = 0.0947628; // display flags value, int and double values (original format) cout << "The value of the flags variable is: " << cout.flags() << "\nP...
[ "66533339+Michael-Charara@users.noreply.github.com" ]
66533339+Michael-Charara@users.noreply.github.com
70d4f740aa4ddc3cf7d14bb9818906bc612454ca
3cd8c944a212048db42541f53a030ddc2fdffa24
/glesstudy/jni/main/DiResource.cpp
88979ea94ac0935b849b7f08414c1097e24ade47
[ "MIT" ]
permissive
eastcowboy2002/gles-study
6f2f4d6c4bf99f97080a16a51c5094b63883f025
e715ea76e41c8dc73cfff1c32a2bdf24aa3b73f9
refs/heads/master
2020-05-19T21:56:12.325860
2015-07-23T02:03:27
2015-07-23T02:03:27
19,304,149
0
0
null
null
null
null
UTF-8
C++
false
false
14,942
cpp
#include "DiResource.h" #include "SDL_image.h" #include <ctime> namespace di { unique_ptr<ResourceManager> ResourceManager::s_singleton; ResourceManager::ResourceManager() : m_fields(new Fields) { m_fields->threadWillEnd = false; shared_ptr<Fields> fields = m_fields; Th...
[ "eastcowboy2002@163.com" ]
eastcowboy2002@163.com
9e8dd85e1cdd5ab7042f4cc35ffdeece407d21d3
5125e2efdf589fc87936665a0be12abe6b224786
/p2_1_Woodard.h
1e7f2e227527d3ace603b0e2882a946c31ab2dd3
[]
no_license
BJWOODS/Reverse-Polish-Notation-Calculator
df0c5139a9bf12f4aed416f657a64b2e84af5174
9691038e3a23f6336b351243abeb6f9d1f3eff82
refs/heads/master
2020-12-24T19:36:29.855840
2016-06-07T21:35:32
2016-06-07T21:35:32
56,015,282
0
0
null
null
null
null
UTF-8
C++
false
false
836
h
// // main.cpp // CST238Project2 // // Created by Brandon Woodard on 11/11/15. // Copyright (c) 2015 Brandon Woodard. All rights reserved. // #include <iostream> #include <string> #include <cstdlib> #include <stdio.h> /* printf, fgets */ #include <stdlib.h> /* atof */ #include <math.h> #include <iomanip> #...
[ "bwoodard@csumb.edu" ]
bwoodard@csumb.edu
0222ed51a20edadc6cc87f60e63abadf6f9b9340
ae9ff784b524610de9abebea61a59df1152c3aad
/CH05/13.cpp
7378a968b770042c4efec2b63d28ebdb77a1d2dd
[]
no_license
headmastersquall/Cpp
489ea7757d9b0a64b929fece3b1152121f69cdc8
daca75461ca00bb9f5af7550554e32d024d335d8
refs/heads/master
2020-05-17T22:39:57.086887
2015-11-09T20:12:31
2015-11-09T20:12:31
42,877,932
0
1
null
null
null
null
UTF-8
C++
false
false
521
cpp
/* * 13. Celsius to Fahrenheit Table * * This program outputs a table showing the conversion values * of Celsius degress to Fahrenheit degrees from the values * of 0 through 20. */ #include <iostream> using namespace std; int main() { double fahrenheit; const double CONVERSION = 9.0 / 5.0; cout << "C\tF" <...
[ "headmastersquall@hushmail.com" ]
headmastersquall@hushmail.com
d809389284d1125c6e06d7e5143e3cfb38134a2d
b71b8bd385c207dffda39d96c7bee5f2ccce946c
/testcases/CWE23_Relative_Path_Traversal/s01/CWE23_Relative_Path_Traversal__char_console_fopen_16.cpp
d1183abff81de5caaf9ecac276335f94d9014abf
[]
no_license
Sporknugget/Juliet_prep
e9bda84a30bdc7938bafe338b4ab2e361449eda5
97d8922244d3d79b62496ede4636199837e8b971
refs/heads/master
2023-05-05T14:41:30.243718
2021-05-25T16:18:13
2021-05-25T16:18:13
369,334,230
0
0
null
null
null
null
UTF-8
C++
false
false
3,554
cpp
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE23_Relative_Path_Traversal__char_console_fopen_16.cpp Label Definition File: CWE23_Relative_Path_Traversal.label.xml Template File: sources-sink-16.tmpl.cpp */ /* * @description * CWE: 23 Relative Path Traversal * BadSource: console Read input from the console * Good...
[ "jaredzap@rams.colostate.edu" ]
jaredzap@rams.colostate.edu
f6ee5d1a08f2f5724887d965f702d175a8b3549e
be290e9e622a69280e6780862775d1ef9570d1d9
/Assignment 1/Solution/Queue.cpp
21d7c47de222ea4820388659ae57afc187f13624
[]
no_license
nch8501/DSA2
25937ff44bbf520e6dc894db30328eba3aa6eb5b
2b9f7e123c63b0ff679faf5001dd279e688ef563
refs/heads/master
2021-05-11T07:36:41.841080
2018-04-23T01:03:24
2018-04-23T01:03:24
118,022,275
0
0
null
null
null
null
UTF-8
C++
false
false
2,015
cpp
#include "Queue.h" Queue::Queue() { //set all pointers to default values pArray[0] = v1; pArray[1] = v2; pArray[2] = v3; } Queue::Queue(Queue const & other) { //double the size of the queue pArraysize = other.pArraysize*2; //create the queue pArray = new int[pArraysize]; //copy the number of elements ...
[ "nch8501@rit.edu" ]
nch8501@rit.edu
48b9597c1bd3810886c1983ec1cbde7f9da23dbe
3749d5ff88b72f7c729e2efb9e31f3fe459010e9
/ThrusterDirection.cpp
1dfe83de44c0c2ac3f89444df9d82b9fe9fd1538
[]
no_license
j-rushton/AUVSeniorDesign
953c119e2f46de4cf93611d288d11169595e0315
b6d07a894e67546d2e47773b143959478b2c9493
refs/heads/master
2021-09-26T08:55:39.475989
2020-04-10T03:53:44
2020-04-10T03:53:44
112,866,248
1
0
null
null
null
null
UTF-8
C++
false
false
4,200
cpp
#include<iostream> #include<cmath> #include<fstream> #include<sstream> #include<vector> #include<typeinfo> #include<time.h> using namespace std; void CSV_file_reader(vector<double> &t, vector<double> &gx, vector<double> &gy, vector<double> &gz, vector<double> &ax, vector<double> &ay, vector<double> &az); int max_angula...
[ "ishanchavan@users.noreply.github.com" ]
ishanchavan@users.noreply.github.com
5623caecb094e42d7a1f9cb165f76470eb68be9d
0976b0df057b01422b1b7bdbe23934b3254f8e05
/MM3.KScanBarWrapper/MM3.KScanBarWrapper/MM3.KScanBarWrapper.cpp
e98343745b3482e96b193ff3c632b859a70ee21f
[]
no_license
popovegor/shtrihm
0b8493dda86562f7f821031f7b7934f1e9000e00
e44bdf58b39eb9fdb644e3cedc11a0797d8b54d4
refs/heads/master
2021-01-10T04:36:46.373690
2012-04-21T21:02:53
2012-04-21T21:02:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,789
cpp
// MM3.KScanBarWrapper.cpp : Defines the entry point for the DLL application. // #pragma once #include "stdafx.h" #include <windows.h> #include "KScanBar.h" BOOL APIENTRY DllMain( HANDLE hModule, DWORD ul_reason_for_call, LPVOID lpReserved ) { ...
[ "popovegor@gmail.com" ]
popovegor@gmail.com
a1fc721403bd65b97aed05eceff83b7083cbdc1e
3728db88d8f8268ded2af24c4240eec9f9dc9068
/mln/core/image/image1d.hh
89e93e78c13c4117da4c61142f90212fa9bbbb24
[]
no_license
KDE/kolena
ca01613a49b7d37f0f74953916a49aceb162daf8
0e0eff22f44e3834e8ebaf2c226eaba602b1ebf6
refs/heads/master
2021-01-19T06:40:53.365100
2011-03-29T11:53:16
2011-03-29T11:53:16
42,732,429
2
0
null
null
null
null
UTF-8
C++
false
false
15,538
hh
// Copyright (C) 2007, 2008, 2009 EPITA Research and Development Laboratory (LRDE) // // This file is part of Olena. // // Olena is free software: you can redistribute it and/or modify it under // the terms of the GNU General Public License as published by the Free // Software Foundation, version 2 of the License. // /...
[ "trueg@kde.org" ]
trueg@kde.org
3bd594deec1703bc4a8a66f5b92f89715af164db
fb8a3eecfd7ccf86daa5eedda31817b217207f9e
/test/Test.cpp
4c47c030d52bd48a0e0d9b26fc60b2969ef11b31
[ "Apache-2.0" ]
permissive
dipu-bd/tupin
7ae0bb093a5705b005d06447652eca8a2f733148
d5bca1cd7c9ecc54950a69a6477ac483a8307d1d
refs/heads/master
2021-01-13T12:50:22.908237
2017-02-03T13:24:27
2017-02-03T13:24:27
78,443,445
2
0
null
null
null
null
UTF-8
C++
false
false
1,173
cpp
#include <bits/stdc++.h> #include <execinfo.h> #include "../lib/tupin.h" #include "Data.hpp" #define FAILE_SAFE_MODE false typedef void (*FUNCTION)(void); typedef pair<FUNCTION, const char*> PFS; void runTests(bool failSafe, PFS all_tests[]) { int pass = 0, fail = 0; for (int i = 0; all_tests[i].first; i++) ...
[ "dipu.sudipta@gmail.com" ]
dipu.sudipta@gmail.com
b2c0b0dd233e9f37c149e115ca54f94f8b4f3fd6
a00315b4799ced889ddd0ca00321cfdfdbafd43b
/Lesson6/Part2/icpc_7752.cpp
470cfa544ffa84ca2cf5cb3e2bcb88fe9bd50f74
[]
no_license
yakirhelets/234901_CP
928bd963882ad7f875a35317767688ae53322ecc
92dd1e17d43091c873bf302edeaf333a4f240f6b
refs/heads/master
2020-05-09T03:41:52.547440
2019-07-07T14:40:49
2019-07-07T14:40:49
180,982,276
0
0
null
null
null
null
UTF-8
C++
false
false
2,111
cpp
#include <algorithm> #include <cassert> #include <cmath> #include <iomanip> #include <iostream> #include <iterator> #include <list> #include <map> #include <queue> #include <set> #include <stack> #include <tuple> #include <unordered_map> #include <unordered_set> #include <vector> // clang-format off #ifndef LOAD_TEST...
[ "yakir.helets@gmail.com" ]
yakir.helets@gmail.com
6d5462d3642874349ae2440ecd3042b9d69897a4
0dca3325c194509a48d0c4056909175d6c29f7bc
/dataworks-public/src/model/DeleteQualityRelativeNodeRequest.cc
db27f6bb8248edd58ce626939b260b7b51b6818d
[ "Apache-2.0" ]
permissive
dingshiyu/aliyun-openapi-cpp-sdk
3eebd9149c2e6a2b835aba9d746ef9e6bef9ad62
4edd799a79f9b94330d5705bb0789105b6d0bb44
refs/heads/master
2023-07-31T10:11:20.446221
2021-09-26T10:08:42
2021-09-26T10:08:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,305
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...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
e4290815d5b785441c8b409b920b1bb91162a747
90f9301da33fc1e5401ca5430a346610a9423877
/300+/539_Minimum_Time_Difference.h
64f8ff9c7b2316f6ea82bf305fde93ae279ec007
[]
no_license
RiceReallyGood/Leetcode
ff19d101ca7555d0fa79ef746f41da2e5803e6f5
dbc432aeeb7bbd4af30d4afa84acbf6b9f5a16b5
refs/heads/master
2021-01-25T22:58:56.601117
2020-04-10T06:27:31
2020-04-10T06:27:31
243,217,359
0
0
null
null
null
null
UTF-8
C++
false
false
868
h
#include <vector> #include <string> using namespace std; class Solution { public: int findMinDifference(vector<string>& timePoints) { if(timePoints.size() > 1440) return 0; vector<bool> exist(1440, false); for(int i = 0; i < timePoints.size(); i++){ int t = stoi(timePoints[i].su...
[ "1601110073@pku.edu.cn" ]
1601110073@pku.edu.cn
80b438bcf2c9e73da42a3430bda380a7d4c5d7b4
ac7b69e543b9aa2d5214b7a981a84aebce10dc26
/src/HandbookDataItem.h
f7619f2cbd5f8c01d9c363a6088a2b94084eec16
[]
no_license
zeh/argos
95d54d1eb25023632fcfd9601fe5e9b2c48b008a
b8fec767a492e33414c7bd1a96cc6ca8da8f534a
refs/heads/master
2021-01-19T09:01:59.674547
2014-04-22T19:46:40
2014-04-22T19:46:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,730
h
#pragma once #include "InputView.h" #include "ARGOSButtonView.h" #include "DataViewTitle.h" #include "DataViewContentBase.h" #include "HandbookViewOverview.h" #include "HandbookViewDataList.h" #include "HandbookViewWaypoint.h" #include "DataNode.h" #include "HandbookBackgroundView.h" typedef boost::...
[ "anthony.tripaldi@nyc03atripaldi.corp.local" ]
anthony.tripaldi@nyc03atripaldi.corp.local
bf16f148efdac9cf3b356d7da444aebb08ecc7d6
8ec5482489a05f29172dae9b95b70b03d386af03
/sources/xray_re/xr_sdk_version.h
28e9fd35af21fbeefa8233c01685d6dd552c43f7
[]
no_license
abramcumner/xray_re-tools
ed4d364a3d3aeda31cfebeb5df03a3d724f1f531
2222ad023c0656cbbdbe7e93d59f7bed29387e5d
refs/heads/master
2023-05-27T01:30:07.434712
2023-05-20T11:56:05
2023-05-20T11:57:23
65,939,733
31
17
null
2023-05-21T13:07:14
2016-08-17T20:30:04
C++
UTF-8
C++
false
false
1,154
h
#ifndef __GNUC__ #pragma once #endif #ifndef __XR_SDK_VERSION_H__ #define __XR_SDK_VERSION_H__ namespace xray_re { enum sdk_version { SDK_VER_756, SDK_VER_1098, SDK_VER_1850, SDK_VER_0_4, SDK_VER_0_5, SDK_VER_0_6, SDK_VER_0_7, SDK_VER_UNKNOWN = -1 }; inline sdk_version sdk_version_from_st...
[ "abramcumner@yandex.ru" ]
abramcumner@yandex.ru
48387ffc04028c1b77de8ae31f7df090aef6d7d1
c774ccfd604caf197c411e45a81b73fb472cb10e
/src/functions/xlibfunctions.cpp
f2ea3f094ca7b06e9623d71c96d246df3411bfcf
[]
no_license
data-niklas/trac
2e9ea9363d1f2e848a0ed89aacd33b6ca67a0c39
6d7992e60a3165023add5c5fa50e6ad03d85cda8
refs/heads/main
2023-03-30T17:55:42.970948
2023-03-18T19:34:39
2023-03-18T19:34:39
348,401,685
0
1
null
2021-03-21T16:54:28
2021-03-16T15:37:33
C++
UTF-8
C++
false
false
1,406
cpp
#include "./xlibfunctions.h" #include "../libraries/xlib.h" #include "../variables/literal.h" #include <string> void registerXLibFunctions(Registry* r){ r->rFunction(new Function("window_name",[](vector<shared_ptr<Variable>> variables)->shared_ptr<Variable>{ XLib * xlib = XLib::getInstance(); sha...
[ "51879435+data-niklas@users.noreply.github.com" ]
51879435+data-niklas@users.noreply.github.com
3c38b6ac1b54f92620a2ac59c905beea41361683
70cfbcb6a23f607a8e15c60b0d5afdd27b09e6e0
/Envelope.Core/Calc/CalculationParameters.cpp
ae6410bad0f38601ce06d9c44d5247c093267d85
[]
no_license
Hengle/AirCushionSimulation
3e87077ef0cfc9731c7e8badf517e223e99a6ca9
fa7a0c50edf16a8223a0fb94ddc7191ffd2f673b
refs/heads/master
2023-03-17T16:28:24.714791
2020-10-11T19:08:03
2020-10-11T19:08:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,004
cpp
#include "stdafx.h" #include "CalculationParameters.h" namespace EnvelopeCore { CalculationParameters::CalculationParameters(void) { n_x = 100; n_y = 100; n_phi = 32; n_zeta = 31; timeMin = 0.0; timeMax = 90.0; t = timeMin; dt = 1; dtOutput = 10; cycleNumber = -1; calcScheme[FORCE_GR_INDEX]...
[ "vsalosyatov@acumatica.com" ]
vsalosyatov@acumatica.com
2f1f1516354911255e29c9eafce4a53066719d6e
24454e373001e49db71c5048615e039e019ca51e
/vendor/github.com/discordapp/lilliput/deps/osx/include/opencv2/imgcodecs.hpp
e4e858492791c0c75709524abdaf94dc4efc63fc
[ "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
steevee/picfit
b4b6b4c3805352603e8bc1a99c85edfb8840de26
172f24158d0d3ef6e86d77b2475242fc9b83b6c7
refs/heads/master
2021-05-23T07:52:15.471748
2020-02-17T15:40:40
2020-02-17T15:40:40
241,121,910
0
1
MIT
2020-02-17T14:41:15
2020-02-17T14:03:27
null
UTF-8
C++
false
false
20,704
hpp
/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not download, instal...
[ "m@edouard.paris" ]
m@edouard.paris
be80a0dae6ce65a39017b5e1501cdeaf106e257b
79e1178d00bfa1b68ea5757e88a2737c5a97bd15
/examples/example_panel.cpp
11fed79395bf6e3722f13556ad63ec8283423bfb
[]
no_license
gtarim/libcppcurses
211bb7e68f1d5bfdba8dcbeb5c60cfdd5d5f5b7a
2a8453ebb9cabb8fe75013b2a37306a1d56d9f76
refs/heads/main
2023-01-07T01:49:11.948241
2020-11-11T20:16:50
2020-11-11T20:16:50
310,836,083
0
0
null
null
null
null
UTF-8
C++
false
false
2,312
cpp
#include <iostream> #include "curses/curses.hpp" int main(int argc, char const *argv[]) { int colsMin {40}, linesMin {23}; CursesUI::Curses curses { colsMin, linesMin }; curses.startColor(); curses.initColor(0, COLOR_WHITE, COLOR_BLACK); curses.initColor(1, COLOR_GREEN, COLOR_BLACK); CursesU...
[ "tarim.gokhan@gmail.com" ]
tarim.gokhan@gmail.com
ef3838af01e154e1a71ba59f2a2653a1edb8951a
333b58a211c39f7142959040c2d60b69e6b20b47
/Odyssey/IsmScsiServer/ScsiXfer.cpp
34e874a1e4522f56e33c5e3a679d85726c1ea85f
[]
no_license
JoeAltmaier/Odyssey
d6ef505ade8be3adafa3740f81ed8d03fba3dc1a
121ea748881526b7787f9106133589c7bd4a9b6d
refs/heads/master
2020-04-11T08:05:34.474250
2015-09-09T20:03:29
2015-09-09T20:03:29
42,187,845
0
0
null
null
null
null
UTF-8
C++
false
false
2,715
cpp
/*************************************************************************/ // This material is a confidential trade secret and proprietary // information of ConvergeNet Technologies, Inc. which may not be // reproduced, used, sold or transferred to any third party without the // prior written consent of Converg...
[ "joe.altmaier@sococo.com" ]
joe.altmaier@sococo.com
13a7c018ed6584312d3b8b29b7360bc007b104f4
d7a22f2cc02cf75f96a41b8fdbffb894efb973aa
/include/competicion.h
3d923c1b4333e4ab7c0645c66c0892dd3241033c
[]
no_license
jacedleon/DyAA-P6
a2ed7b18132905b76b41bc8941e95fc14c291f64
431016a9593715fb8d43b88be76c3db4b3fefad0
refs/heads/master
2022-10-05T17:12:33.000720
2020-03-23T22:00:33
2020-03-23T22:00:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
426
h
#pragma once #include <iostream> #include <cmath> #include <vector> class Competicion { public: Competicion(); ~Competicion(); void formarTabla(std::vector<std::vector<int>> &tabla, int inf, int sup); void completarTabla(std::vector<std::vector<int>> &tabla, int infTeam, int supTeam,...
[ "acevedodeleonjorge@gmail.com" ]
acevedodeleonjorge@gmail.com
666a2132ee1b0817d7cc9ba6352fe721881ff0e0
6b40e9cba1dd06cd31a289adff90e9ea622387ac
/Develop/CSCommon/include/CServerApplication.h
d42b0ce7610b0aab5a12a848725eec8085796ed1
[]
no_license
AmesianX/SHZPublicDev
c70a84f9170438256bc9b2a4d397d22c9c0e1fb9
0f53e3b94a34cef1bc32a06c80730b0d8afaef7d
refs/heads/master
2022-02-09T07:34:44.339038
2014-06-09T09:20:04
2014-06-09T09:20:04
null
0
0
null
null
null
null
UHC
C++
false
false
1,768
h
#pragma once #include <windows.h> #include "CSCommonLib.h" #include "MCommandLine.h" #define MAX_SERVER_TICK_DELTA (1.0f) ///< 아무리 랙이 걸려도 delta값은 1초를 초과하지 않는다. /// 서버 실행 타입 enum CServerAppType { APPTYPE_WINDOW = 0, ///< 윈도우 어플리케이션 APPTYPE_CONSOLE, ///< 콘솔 어플리케이션 APPTYPE_SERVICE ///< 서비스 어플리케이션 ...
[ "shzdev@8fd9ef21-cdc5-48af-8625-ea2f38c673c4" ]
shzdev@8fd9ef21-cdc5-48af-8625-ea2f38c673c4
6f816b29bd16ceaf157635f883afe223eda5a067
c2bce931866c14a3e1f1ab7172200437f30dab6c
/components/omnibox/browser/contextual_suggestions_service.cc
eae95a98f8ddf88df529ac93ec720c30feaeadc0
[ "BSD-3-Clause" ]
permissive
SnowCherish/chromium
a75107cdb9de144b6defb36907c603e50ded0720
61c360d1c6daf19e54c4f80af2644cf0ef9aecf9
refs/heads/master
2023-02-26T04:19:46.835972
2018-02-27T01:43:33
2018-02-27T01:43:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
13,695
cc
// Copyright 2017 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/omnibox/browser/contextual_suggestions_service.h" #include <memory> #include <utility> #include "base/feature_list.h" #include "bas...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
37bc5b1b5c7a73c11fe1472b79553a1c25ddc856
16e69f48b3891ba36f52d0961dbf620613d31810
/QCDraw/Graphics/altermatorgraphic.cpp
7392fcc4f099b5cd392e3aacb0f61286761ca41a
[]
no_license
zrhcheer/QCDraw
7852bd6238908868870ded56926ba5b2aaef8ea8
6c91871d5ae6349847c94f194a54acce7cd6e267
refs/heads/master
2020-12-31T00:11:04.310183
2017-03-29T05:06:01
2017-03-29T05:06:01
86,538,623
0
0
null
null
null
null
GB18030
C++
false
false
2,454
cpp
#include "altermatorgraphic.h" #include "codeconvertor.h" const QString AlterMatorGraphic::_devName = CodeConvertor::fromLocal("发电机"); AlterMatorGraphic::AlterMatorGraphic() { setType(Graphic::GRAPHIC_ALTERMATOR); this->setColor(QColor(22,149,19)); _bOpen = true; this->setDirect(Graphic::POS_UP); _...
[ "zrhcheer@126.com" ]
zrhcheer@126.com
bfd4cdd6198fe1a1a7ff46f91713055b2d015b00
a9ab72c3dd7fdfe8b6e0b1b5e296bf4c39b9989d
/round2/leetcode106.cpp
03174b52716707495b1b4f75e4bd6c346d217cf9
[]
no_license
keqhe/leetcode
cd82fc3d98b7fc71a9a08c5e438aa1f82737d76f
86b2a453255c909f94f9ea3be7f2a97a6680a854
refs/heads/master
2020-12-24T06:38:15.444432
2016-12-07T19:15:02
2016-12-07T19:15:02
48,405,123
0
0
null
null
null
null
UTF-8
C++
false
false
1,031
cpp
/** * Definition for a binary tree node. * struct TreeNode { * int val; * TreeNode *left; * TreeNode *right; * TreeNode(int x) : val(x), left(NULL), right(NULL) {} * }; */ class Solution { public: struct TreeNode * helper(vector<int>&inorder, vector<int>&postorder, int s1, int e1, int s2, i...
[ "keqhe@cs.wisc.edu" ]
keqhe@cs.wisc.edu
cd6eb1650a093d67c8126118096d359e7fc9c5c8
58a70d809b9cd9676ea5e1746c68533f3e3c7750
/src/C_lineFighter_Server/lineFighter/CGameMaster.h
25c36ac567f4e750df039b9817de1fad6a6d13e1
[]
no_license
liodo198592/linefighter
3b66fa265d6c47e3a228285fd88dba8bceb7d22f
54ff8b0e4b30da622c6eceab08bf44b306207a16
refs/heads/master
2020-04-11T06:16:45.337075
2018-12-13T03:08:47
2018-12-13T03:08:47
161,576,563
0
0
null
null
null
null
GB18030
C++
false
false
312
h
#ifndef CGameMaster_H #define CGameMaster_H #include "global.h" #include "RingBuf.h" #include "CProtocol.h" class CGameMaster : public ACE_Task<ACE_MT_SYNCH> { public: CGameMaster(){}//默认补召数据时间间隔 virtual ~CGameMaster(){} ACE_INT64 run(); protected: ACE_INT32 svc(); private: }; #endif
[ "hrj_zhouyu@163.com" ]
hrj_zhouyu@163.com
e7c0bda4c7b3716f31632a149168cbc1e609c514
4af341026c371c8e25d37780c3d2a85063ec60ea
/CSES-Tree Algorithm- P 4 - Tree Distance 1 - DP on Trees - Interesting subproblem - THINK.cpp
d99f55c9f043b424b21a9b81f1328536cede0595
[]
no_license
i-am-arvinder-singh/CP
46a32f9235a656e7d777a16ccbce980cb1eb1c63
e4e79e4ffc636f078f16a25ce81a3095553fc060
refs/heads/master
2023-07-12T19:20:41.093734
2021-08-29T06:58:55
2021-08-29T06:58:55
266,883,239
1
1
null
2020-10-04T14:00:29
2020-05-25T21:25:39
C++
UTF-8
C++
false
false
3,660
cpp
#include<bits/stdc++.h> #include <ext/pb_ds/assoc_container.hpp> // Common file #include <ext/pb_ds/tree_policy.hpp> // Including tree_order_statistics_node_update using namespace std; using namespace __gnu_pbds;//which means policy based DS #define endl "\n" #define ll long long #d...
[ "arvinderavy@ymail.com" ]
arvinderavy@ymail.com
0ad2930738b2d36552c958b5d92398d80b283bca
45ed614a494c70c55340a7fd5c178fd0d62bc15e
/004_Median_of_Two_Sorted_Arrays/Solution.cpp
3e403ae225ac1c1dca8710f243c7eaa1ae9a5c15
[]
no_license
ericaliu0610/XcodeLeetcode
04ac31931d2a1a7aeb73275b9df8356261caa01d
478ee97fdba6a46008660692d2f85a2bf0506b0d
refs/heads/master
2021-01-13T06:07:03.635570
2015-06-18T01:25:08
2015-06-18T01:25:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,242
cpp
// // Solution.cpp // 004_Median_of_Two_Sorted_Arrays // // Created by Chao Li on 6/11/15. // Copyright (c) 2015 Chao Li. All rights reserved. // // Solution shared at https://leetcode.com/discuss/35275/c-implementation-o-log-m-n-with-vector-int-as-parameters #include "Solution.h" double Solution::findMedianSorte...
[ "lichaorodxx@gmail.com" ]
lichaorodxx@gmail.com
7edb3256a3d9089da01609239823bef2b2a37296
34c83941628382c9e6e514abd634f693af7f12da
/MagicTheFileFormat/MagicImporter/MoleImporterAPI-master/MoleImporterAPI_TestVersion/MoleReader.cpp
37215b1d38208c01e70767418fa7c88a935ded1b
[]
no_license
Fanny94/ParticleEditorExport
c347ae16cee7f1be785a76834eeaa1deeb093c1e
9af040ef753607eeb2502ee832925a7ad764dc71
refs/heads/master
2021-01-15T13:18:45.076104
2019-09-15T08:16:31
2019-09-15T08:16:31
78,723,510
0
0
null
null
null
null
ISO-8859-1
C++
false
false
16,819
cpp
#include <fstream> #include <vector> #include <iostream> //#include "ReadHeaderData.h" #include "MoleReader.h" using namespace std; void MoleReader::readFromBinary(const char* filePath) { /*Reading the binary file that we just have been written to.*/ std::ifstream infile(filePath, std::ifstream::binary); cout <<...
[ "funnei@hotmail.com" ]
funnei@hotmail.com
1631e1dd63922d9874b20b2e6ab2182dd9808c76
5125c4e2e090715715b514b1a2ebf2fe1ccd625c
/src/OpenCV244vc11/OpenCV244vc11/test.h
c293e46c0effae1508472fb862ed2528d1e07600
[]
no_license
NecroArt/Diploma
33883375acd4d4dfdda90d032d85be137cf0b939
ef848d2aeb7de5b29d2e2c2742cea44dde8a6bb6
refs/heads/master
2016-09-06T05:47:49.668705
2013-07-13T14:12:29
2013-07-13T14:12:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
80
h
#ifndef TEST_H #define TEST_H #include "stdafx.h" using namespace std; #endif
[ "necroart@myopera.com" ]
necroart@myopera.com
88c56760a720b3248d42e5176c58bfeddc33d4eb
0d906075ab29e3e0d48f985007db6d1d2e78caf9
/android/testsurface/app/src/main/cpp/OpenGLHelper.h
33884aba89ce91c767bede4f3f2992582e0bc4b9
[]
no_license
chenyue0102/mytestchenyue
b3010bf84f46f8b285c3a4bfe926b63bcf5ecb51
ce4dc403dcbbaee513150c823f3a26501ef1ff55
refs/heads/master
2023-08-30T23:31:33.419958
2023-08-25T09:53:05
2023-08-25T09:53:05
32,462,298
0
0
null
2023-07-20T12:15:34
2015-03-18T14:03:46
C++
UTF-8
C++
false
false
1,997
h
#ifndef OPENGLHELPER_H #define OPENGLHELPER_H #include <assert.h> #include <GLES3/gl3.h> extern "C"{ #include <android/log.h> }; #define BUFFER_OFFSET(offset) ((void*)(offset)) #define GLLOG(fmt, ...) \ __android_log_print(ANDROID_LOG_ERROR, "opengles", fmt, __VA_ARGS__) inline void CHECKERR() { int err = 0; i...
[ "chenyue@ksjgs.com" ]
chenyue@ksjgs.com
a30d5a15f8128abba3f72c36c29b7ceb8f1724be
6de1e4199216517c9247bd5103476c33a7c98c22
/AdvanceLevel/1041. Be Unique.cpp
2315e1b6d55ccd6642086b487e0fedeb8e975ede
[]
no_license
Aiden68/PAT
9da832b5999afc5d55c3f58a39bb07dad76c89f9
a01df198ff75bc1209b86ced79a34a5155efc11d
refs/heads/master
2021-01-12T10:08:38.073835
2017-03-03T07:46:16
2017-03-03T07:46:16
76,371,489
0
0
null
null
null
null
UTF-8
C++
false
false
399
cpp
#include<iostream> using namespace std; int main() { int n; int cnt[10001] = { 0 }; int input[100001] = { 0 }; cin >> n; for (int i = 0; i < n; i++) { int tmp; scanf("%d", &tmp); cnt[tmp]++; input[i] = tmp; } int flag = 0; for (int i = 0; i < n; i++) { if (cnt[input[i]] == 1) { cout << input[i...
[ "jllsjtu@163.com" ]
jllsjtu@163.com
efb42262e8a7618d943bf3d21cfc06bbde129a58
d569de1ec79431670dc2d4edec169d7e42fafdb0
/POJ/String/3461.cpp
de862691a4f16807aa7979f1bd09f9a15a67dd90
[]
no_license
peter0749/OnlineJudge
469026b3f6a6d810668e03d1b93a7055af990b8e
d60759cf53acaa58e34345b261640a1069bcda2a
refs/heads/master
2023-01-29T08:12:27.615260
2023-01-14T10:06:15
2023-01-14T10:06:15
81,049,761
1
0
null
null
null
null
UTF-8
C++
false
false
1,175
cpp
#include <iostream> #include <cstdio> #include <cstdlib> #include <cstring> #define STRL 1000010 using namespace std; int failure[STRL]; char pattern[STRL]; char tstring[STRL]; int Pos[STRL]; int MorrisPratt(char *t, char *p, int *stk){ int i, j, top=0; int tlen = strlen(t); int plen = strlen(p); if(pl...
[ "peter" ]
peter