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
b820dde45cf4236704686c4f45893c5d433ead37
c7a771dc8763f5f8803385ec0830d2fe484fcf88
/utility/MsgQueue.hpp
198aba34af7a9d37ba9e07e8d2b024f6e0c74f41
[]
no_license
aralehuan/QtDemo
1af39465be372e9d7f835ec6fd3a80ab2250d8ad
79a619661cb37546717e39989e693940e1a2fe25
refs/heads/master
2021-05-26T00:58:29.152006
2020-06-11T10:44:41
2020-06-11T10:44:41
253,991,323
0
0
null
null
null
null
UTF-8
C++
false
false
1,719
hpp
#ifndef _MSG_QUEUE_H_ #define _MSG_QUEUE_H_ #include "concurrentqueue.h" #define MSG_MAX_LEN 65535 /* 消息包队列(先进先出) 支持多线程 lixiaoming 2020-02-04 */ class MsgQueue { public: struct Item { int type; uint16_t len; void* data = nullptr; size_t offset; ~Item() { if (data) free(data); ...
[ "411635116@qq.com" ]
411635116@qq.com
e691de82570ec69293a0f4ccec8d311a9c5051d3
fe2362eda423bb3574b651c21ebacbd6a1a9ac2a
/VTK-7.1.1/Views/Core/vtkDataRepresentation.cxx
bc3746092f4b461b34d9d4b4b89a62bb85fa672f
[ "BSD-3-Clause" ]
permissive
likewatchk/python-pcl
1c09c6b3e9de0acbe2f88ac36a858fe4b27cfaaf
2a66797719f1b5af7d6a0d0893f697b3786db461
refs/heads/master
2023-01-04T06:17:19.652585
2020-10-15T21:26:58
2020-10-15T21:26:58
262,235,188
0
0
NOASSERTION
2020-05-08T05:29:02
2020-05-08T05:29:01
null
UTF-8
C++
false
false
13,677
cxx
/*========================================================================= Program: Visualization Toolkit Module: vtkDataRepresentation.cxx Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. This sof...
[ "likewatchk@gmail.com" ]
likewatchk@gmail.com
ed7bc8e083c12884fded08dd6edf49f934cfca2a
aa049fc9c45ab0ee44a4f68ce456972fac36705f
/client/TxClient/withdraw.h
ad9aaab93dc28b5e8715752c2ad2626568ea6e71
[]
no_license
yudi-matsuzake/tx
3fca86912594a0a339d009ca561c93b9df6daef9
5cf42f096bff1ed228ab93011e0dc329601d708a
refs/heads/master
2021-01-21T21:14:39.476972
2017-06-07T16:53:13
2017-06-07T16:53:13
92,320,591
0
1
null
null
null
null
UTF-8
C++
false
false
400
h
#ifndef WITHDRAW_H #define WITHDRAW_H #include <QString> #include <QJsonObject> class Withdraw { public: Withdraw(); Withdraw(const int& account_id, const double& value, const QString& withdraw_method); bool write(QJsonObject& json) const; bool read(QJsonObject& json); private: static const QString JSON_TYPE; in...
[ "paulor@alunos.utfpr.edu.br" ]
paulor@alunos.utfpr.edu.br
e31be0253ab44b174f872e3a16544589c43267d5
529ffc32bdfb6779c36fac274096db5855c98ef7
/binary search tree/find no of rotation by bs method.cpp
8c005bcb164bf8e5ab9a46b11b60df1ae82c399f
[]
no_license
rajukumar2152/Dtastructure-Algorithm
c2bc7442ff36d5a9ca1d5298f8d1b1acc178f8b2
545a28aeba3be3495ec73b9c8876997b8ccb313d
refs/heads/master
2023-07-08T15:39:12.168944
2021-08-05T19:59:41
2021-08-05T19:59:41
373,874,308
0
0
null
null
null
null
UTF-8
C++
false
false
623
cpp
///raju kumar sahi chak raha hain #include<iostream> using namespace std; int k ; void binrysearch(int a[], int s, int e , int num ){ int mid = s+(e-s)/2; if (a[mid]==num){ cout << "NUMBER IS FOUND at index ->"; cout<<mid<<endl ; int k=mid; cout<<k<<"kbs "; return...
[ "rajukumar2152chd@gmail.com" ]
rajukumar2152chd@gmail.com
81b50e9261d1acbc2d278add0930fe56fcfd8a49
d00270bfa470bd6b040f5001b745a2d57a526ab5
/Hacker Rank/sock-merchant.cpp
ccd91f9136340043a1f17d42c8f2db02736be61a
[]
no_license
williamchanrico/competitive-programming
fcec67b3c7c338ebd250bdfc33627a26afe44ab4
6290e9f7ebd5063b0341c8068a321d2044a2ad63
refs/heads/master
2021-01-22T23:15:32.561571
2020-10-17T12:16:44
2020-10-17T12:16:44
85,616,873
2
4
null
2019-08-11T14:49:18
2017-03-20T19:20:11
C++
UTF-8
C++
false
false
409
cpp
#include <algorithm> #include <cstdio> #include <map> int main() { int N; scanf("%d", &N); int arr[110]; std::map<int, int> m; for (int a = 0; a < N; a++) { scanf("%d", &arr[a]); ++m[arr[a]]; } std::sort(arr, arr + N); int ans = 0; for (auto it = m.begin(); it !=...
[ "williamchanrico@gmail.com" ]
williamchanrico@gmail.com
b5b2092bc5acebcfc8ca728bd5eb339655720b6a
a0ebf3f7218a7599ae603ad42b5810b85502b3f8
/DataStructures.Tests/polynomial_test.cpp
5b314821de73dafd926b2298727e601f8d860309
[]
no_license
drussell33/Data-Structures-With-Tests
381cdc2ececd2d210b3fd8de9d349e707ab4819b
570c8ff25d979dc16910a1652b4658dac8931d67
refs/heads/main
2023-08-30T02:47:21.426698
2021-11-10T21:57:47
2021-11-10T21:57:47
426,788,191
0
0
null
null
null
null
UTF-8
C++
false
false
8,161
cpp
#include "pch.h" #include "CppUnitTest.h" #include "adt_exception.hpp" #include "crt_check_memory.hpp" #include "polynomial.hpp" using namespace data_structures; using namespace Microsoft::VisualStudio::CppUnitTestFramework; namespace data_structures_tests { TEST_CLASS(T14_Polynomial_Test) { public: TEST_METH...
[ "drussell19@wou.edu" ]
drussell19@wou.edu
af4a4903fa6f9fadc6fcf0c8e72b22f08aeea755
45ce394ca1fc18194f7ed9dc1d3a7bfcb5d7fb99
/Codeforces/818A.cpp
ddc230ffd71c90511745e4de535e077390780ae2
[]
no_license
lethanhtam1604/MyAPCodes
4bd34c19538ebd7271dde9b9cd6100cad7893e77
d2528cda1ef8051839067a0bc05294bc34b357ea
refs/heads/master
2021-01-23T16:26:06.383769
2018-02-10T12:46:10
2018-02-10T12:46:10
93,297,575
0
0
null
null
null
null
UTF-8
C++
false
false
448
cpp
#include <iostream> #include <stdio.h> #include <vector> #include <math.h> #include <unordered_map> #include <string> #include <algorithm> using namespace std; int main() { #ifndef ONLINE_JUDGE freopen("/Users/TamLe/Documents/Input.txt", "rt", stdin); #endif long long n,k; scanf("%I64d %I64d", &n, &k); ...
[ "thanhtam.le@citynow.vn" ]
thanhtam.le@citynow.vn
9534275d39d6da0c9002f20fb3a99d0296301b82
7ed5234fa370e40aea99b6ea1e547500cf771780
/EasyHLS_RTSP/main.cpp
f64d5446e421eb7e2a76ec6e5c8ac853749af8ef
[]
no_license
ntvis/EasyHLS
63979e5b911eaef70639968dac01fe5aa5507ee2
65c9b17c8badc831eb645c893d4c62e22c4711fa
refs/heads/master
2021-01-15T19:35:13.687040
2015-08-12T06:46:42
2015-08-12T06:46:42
null
0
0
null
null
null
null
GB18030
C++
false
false
3,056
cpp
/* Copyright (c) 2013-2014 EasyDarwin.ORG. All rights reserved. Github: https://github.com/EasyDarwin WEChat: EasyDarwin Website: http://www.EasyDarwin.org */ #define _CRTDBG_MAP_ALLOC #include <stdio.h> #include "EasyHLSAPI.h" #include "EasyRTSPClientAPI.h" #include <windows.h> #define RTSPURL "rtsp:...
[ "mysunpany@gmail.com" ]
mysunpany@gmail.com
c8979234267967df51c34d1f6320764989876a01
6054718314d0c98d8c8e8296e9f331fcb114ffae
/RenderToScreen.cpp
3abe799f889dede59ddf38d1ea530685a8eeb8d6
[ "MIT" ]
permissive
paleahn/ROIW_based-Raytracer
b00e21276f7a5aa496047fc801afaf006017d8d0
70499e2a4a0f1d12a4ca18909819026dbf2ac49e
refs/heads/master
2022-04-23T18:52:23.846410
2020-04-25T16:21:55
2020-04-25T16:21:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,356
cpp
#include "RenderToScreen.h" #include "Logger.h" #include <cstdint> union color { struct { uint8_t b, g, r, a; }; uint8_t data[4]; }; #pragma region WINDOW DISPLAY //base code for window display provided Tommi Lipponen #define WIN32_LEAN_AND_MEAN 1 #include <Windows.h> #include <stdio.h> ...
[ "clepirelli@gmail.com" ]
clepirelli@gmail.com
bca4be2272a4e895b122e7a049507646263ab59a
da659b9c71a3c89a71f1639669da93e315edb198
/Compactador-Huffman/comdeshuff/tcell.h
98f4cf84a77116aec493647d2ec346b18d4c6a41
[]
no_license
amg1127/PROGRAMAS-DA-FACULDADE
941b732f1abc1c2b8859dd2b8f1ce5e580183153
48efcdb52e6a165d6980406909b3501212c0d2c4
refs/heads/master
2020-05-17T19:56:39.930515
2020-02-17T11:55:04
2020-02-17T11:55:04
183,930,907
0
0
null
null
null
null
UTF-8
C++
false
false
1,674
h
class TCell { private: int _id; int _weight; char _character; TCell *_parent; TCell *_son0; TCell *_son1; bool _hasSons; std::string _pathToSon (TCell *); template <typename SWPTYPE> inline void swapvar (SWPTYPE &v1, SWPTYPE &v2) { ...
[ "amg1127@5465fe1f-e9f4-4a51-a9b0-42098c041c11" ]
amg1127@5465fe1f-e9f4-4a51-a9b0-42098c041c11
f466f3f46c747c7cf2cc4a2a55c61133767947a6
719bcf0ec862bed0416c6a4d78ef03f1191f608b
/01.计算机基础知识/05.设计模式/04.行为型模式/08.访问者模式/c++/ComputerPart.h
ef0c52d40d0aaf80ad7b529c40f8d0cfc154a8bd
[]
no_license
cleveryuan777/C-background-development-interview-experience
d16e73efd08d020e3db2b7c3f718394b1806f2b3
48c1f22ea431a36288b73bc53e8573f828eed88c
refs/heads/main
2023-06-14T05:04:55.013084
2021-04-04T14:19:56
2021-04-04T14:19:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
185
h
#pragma once class ComputerPartVisitor; class ComputerPart { public: ComputerPart(); virtual void accept(ComputerPartVisitor* computerPartVisitor) = 0; virtual ~ComputerPart(); };
[ "jackster@163.com" ]
jackster@163.com
19ac5e384467acbcc86d92914909e001e00a65ca
40d5773ad01d383dc6f03b293859925e87711810
/factory/factory2.h
a1e146939735716007e14edd9aec2121a49732ac
[]
no_license
luoyouchun/DesignPatten
3bc2f0a89fc995b87b0d7369ccc5aee51c2efe0d
fc3f7e0756c5868dc100f908a6c75143cc8f1666
refs/heads/master
2020-04-17T10:18:12.047018
2019-01-31T09:15:46
2019-01-31T09:15:46
166,495,963
1
0
null
null
null
null
UTF-8
C++
false
false
1,171
h
#pragma once #include <map> #include <string> #include <functional> #include <memory> template<typename P> struct factory2 { template<typename T> struct register_t { register_t(const std::string& key) { factory2::get().map_.emplace(key, &register_t<T>::create); } inline static P* create...
[ "chinaluo_007@163.com" ]
chinaluo_007@163.com
6c19f429bb84e5bfc1f4e2d9e989c38712c7ec90
dfb83f9e1d2a64e719c3d61004b25650f372f5a2
/src/compiler/simplified-lowering.h
19b98109671f18d0c6f7b0c0ae8b4237d24df1df
[]
no_license
kingland/v8-MinGW
8ae0a89ebe9ad022bd88612f7e38398cfd50287e
83c03915b0005faf60a517b7fe1938c08dd44d18
refs/heads/master
2021-01-10T08:27:14.667611
2015-10-01T04:17:59
2015-10-01T04:17:59
43,477,682
0
0
null
null
null
null
UTF-8
C++
false
false
2,392
h
// Copyright 2014 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_COMPILER_SIMPLIFIED_LOWERING_H_ #define V8_COMPILER_SIMPLIFIED_LOWERING_H_ #include "compiler/graph-reducer.h" #include "compiler/js-graph.h...
[ "sarayu.noo@gmail.com" ]
sarayu.noo@gmail.com
c2e54c22d8ac1eacc6eb7b461133b6f1164c1580
95033e45e9abcc2316ed8c2cf4b7c5077beacd62
/core/osd/ClockDevice.h
04d51ce35ec2e758da5097d1827a39a2de27a8d3
[]
no_license
zeromus/bliss32
5083ae05298962cf55d77396f1ad0a4a68e96e33
7a41f9d051c7e2ead21b4b1ed009935449b17d16
refs/heads/master
2016-09-01T18:02:18.309718
2015-06-17T22:12:06
2015-06-17T22:12:06
5,157,512
0
0
null
null
null
null
UTF-8
C++
false
false
247
h
#ifndef CLOCKDEVICE_H #define CLOCKDEVICE_H #include "types.h" #include "Device.h" class ClockDevice : public Device { public: virtual INT64 getTickFrequency() = 0; virtual INT64 getTick() = 0; }; #endif
[ "zeromus@zeromus.org" ]
zeromus@zeromus.org
78673482b3db29f0d28ec6224b57931364ad991e
941214a73266366edbf48a05971c8c83512bfcda
/MS/directshow/baseclassesvc2017/transip.h
e59199d681e47b72c67c4c385854758769a8c143
[]
no_license
sjk7/edu
19c2f570c5addc02dbcb675cb4c37c578ecbb839
41842fca23d46b3d7709f40117e26490fd06b22b
refs/heads/master
2020-06-15T19:37:16.043521
2017-11-19T05:48:18
2017-11-19T05:48:18
75,267,497
0
0
null
null
null
null
UTF-8
C++
false
false
8,578
h
//------------------------------------------------------------------------------ // File: TransIP.h // // Desc: DirectShow base classes - defines classes from which simple // Transform-In-Place filters may be derived. // // Copyright (c) 1992-2001 Microsoft Corporation. All rights reserved. //-------------------...
[ "radiowebmasters@gmail.com" ]
radiowebmasters@gmail.com
1a422115c8460dbad76bf699f522a7f4388eceea
39185d0b188bf1736fb209a6480e732a31e1cb83
/project/Shader.cpp
cd99267dd8134c846f9078aeb3caa7ead5a2bc98
[]
no_license
DaniGodin/MotionBlur
a61f9fd19f9bd5b865729689d7d96c3119d81898
89a15760876e71bc29e62b3966cc21c1c3f20057
refs/heads/master
2020-05-20T20:57:20.468241
2019-07-08T09:28:57
2019-07-08T09:28:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,069
cpp
// // Created by dany on 03/07/19. // #include "Shader.hpp" Shader::Shader(const char* vertexPath, const char* fragmentPath) { // 1. retrieve the vertex/fragment source code from filePath std::string vertexCode; std::string fragmentCode; std::ifstream vShaderFile; std::ifstream fShaderFile; /...
[ "danielgodin.pro@gmail.com" ]
danielgodin.pro@gmail.com
e72a2c65edf89f10ad353e538bcb233101f954e6
d2dd6b45c6e6ac4fcc0f7aa34bc044615d3f42ce
/src/para/thread/thread_pool_test.cc
7257a608d6c97c6b7868b92844b0bbd6dfa1229e
[ "MIT" ]
permissive
wzheng21/libpara
50c92eed7f323d055871a7c30646c6bae21fcee7
25598bf4ba2407d4f9af50a2e9a49a6b5658fafe
refs/heads/main
2023-06-05T04:06:49.149237
2021-06-19T00:30:26
2021-06-19T00:30:26
343,213,140
0
0
MIT
2021-06-19T00:30:27
2021-02-28T20:58:10
C++
UTF-8
C++
false
false
527
cc
// Copyright (c) 2021 // Authors: Weixiong (Victor) Zheng // All rights reserved // // SPDX-License-Identifier: MIT #include "para/thread/thread_pool.h" #include "para/base/time.h" #include "para/testing/testing.h" #include "glog/logging.h" namespace para { TEST(SimpleThreadPool, Basic) { SimpleThreadPool pool(2)...
[ "zwxne2010@gmail.com" ]
zwxne2010@gmail.com
520a33eb013975868822fa7c6698f18b9517447c
2705848da209f2200c651301b25e323e9eeaffbc
/EnergyEfficient_Scheduling_GGA/GroupingGenome.cpp
e4913218582d4bf5234a296b5aa2534a264937dc
[]
no_license
JR8ll/EEBS
a57aa2c1c553761cd761dec61b1f68b5aecb8207
bd3902ede624e5d19da65f890bdd1f4409a45e8f
refs/heads/main
2023-02-27T12:27:03.244492
2021-02-01T09:17:23
2021-02-01T09:17:23
334,894,607
0
0
null
null
null
null
ISO-8859-1
C++
false
false
21,688
cpp
#include "GroupingGenome.h" GroupingGenome::GroupingGenome(){} GroupingGenome::GroupingGenome(const GroupingGenome &other) { this->copy((const GroupingGenome *) &other); } GroupingGenome::~GroupingGenome(){ int n = this->size(); for(int i = 0; i < n; i++) { delete this->at(i); } } void GroupingGenome::init() {...
[ "jrocholl@gmx.de" ]
jrocholl@gmx.de
27596d2634f0d9efd956d0a48f022a7ceb563be5
f6f0be9108ba516d0f49e009ffe525814c6f0c95
/test/graph/checking_bipartiteness_online_test.cpp
94b29046a79bb35626b011646ab44200615b5241
[]
no_license
PauloMiranda98/Competitive-Programming-Notebook
fe07a318c50c147cc3939dfde9034fe3de5056d9
54af0a8dcefdeb5505538a3716855db62bcdc716
refs/heads/master
2023-08-02T04:36:52.830218
2023-07-31T00:21:04
2023-07-31T00:21:04
242,273,238
20
4
null
2021-07-08T19:21:44
2020-02-22T03:30:13
C++
UTF-8
C++
false
false
130
cpp
#include "../../code/graph/floyd_warshall.h" void test(){ //No tests yet, then I'll add } int main() { test(); return 0; }
[ "paulomirandamss12@gmail.com" ]
paulomirandamss12@gmail.com
e5d151e1755e98bacb494378aa48a8ef08ee98a4
019870db548f9dbad19093de581d75686d68d6ca
/src/core/XMLLoadable.cpp
f5cbc46d7241122571d1e3ada66bbc6d2266f727
[ "WTFPL" ]
permissive
davidhhyq/JVGS
cf8c54f6e557b1b31960cdd11ea03e1713e107f1
59be35ed61b355b445b82bf32796c0f229e21b60
refs/heads/master
2020-06-17T14:19:03.785109
2014-11-12T09:48:17
2014-11-12T09:48:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,618
cpp
#include "XMLLoadable.h" #include "LogManager.h" #include "../tinyxml/tinyxml.h" using namespace std; namespace jvgs { namespace core { XMLLoadable::XMLLoadable() { } XMLLoadable::~XMLLoadable() { } void XMLLoadable::queryBoolAttribute(TiXmlElement *e...
[ "jaspervdj@gmail.com" ]
jaspervdj@gmail.com
9228924cb3c36116eed4107f3ddb3e76833b73b4
f8d1986a121ae1f7448d5af1b58ad12dc60c6bcf
/deep_learning_object_detection/include/velodyne_height_map/heightmap.h
08ec84c514925f85313f498e6494c752187b0ffa
[]
no_license
Sadaku1993/my_master_thesis_ros
93d080b5de0bf2d7b47bea0665415bca6fac4aa4
b60bb0b7822b9308d30f54d72d831e10db468fcc
refs/heads/master
2020-03-11T07:41:35.225356
2018-03-24T06:19:11
2018-03-24T06:19:11
129,863,849
0
1
null
2018-04-17T07:26:12
2018-04-17T07:26:11
null
UTF-8
C++
false
false
1,959
h
/* -*- mode: C++ -*- */ /* Copyright (C) 2010 UT-Austin & Austin Robot Technology, * David Claridge, Michael Quinlan * * License: Modified BSD Software License */ #ifndef _HEIGHT_MAP_H_ #define _HEIGHT_MAP_H_ #include <ros/ros.h> #include <pcl_ros/point_cloud.h> #include <pcl/point_types.h> #include <pcl/k...
[ "ce62001@meiji.ac.jp" ]
ce62001@meiji.ac.jp
6b051b551d2e3aa7abe399710d0706d2748df7eb
4cd434f48bf76da03503130cb3e9d8611a29a659
/iTrace/CinematicCamera.cpp
ef9ee7b22502c3b7c107db646b011d6f7f4053c1
[ "MIT" ]
permissive
Ruixel/iTrace
39d593856f89664d9c42e570369af146e2098713
07e31bb60acba03bc6523986233f16191c502682
refs/heads/master
2022-12-22T13:44:10.535266
2020-10-01T22:43:41
2020-10-01T22:43:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,035
cpp
#include "CinematicCamera.h" #include <unordered_map> #include "CommandPusher.h" #include <iostream> namespace iTrace { namespace Rendering { std::unordered_map<std::string, KeyFrame> KeyFrames; std::unordered_map<std::string, Animation> Animations; Animation* PlayingAnimation = nullptr; std::vector<s...
[ "420iblazeitcopswontfindme@gmail.com" ]
420iblazeitcopswontfindme@gmail.com
0c544558fa04ba6f3513a0a955c4688df4d3775a
a4c71e7e8fdd4f1a5595dc765dbd78681b786586
/libraries/utilities/include/TypeAliases.h
8e24eb85a2cf4275e63d3104e98890130c236b4e
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
awesomemachinelearning/ELL
68307c9ed6aa001baab64d23529e22baad643f02
cb897e3aec148a1e9bd648012b5f53ab9d0dd20c
refs/heads/master
2020-09-26T10:41:06.841270
2019-08-09T22:02:42
2019-08-09T22:02:42
226,237,954
1
0
NOASSERTION
2019-12-06T03:26:24
2019-12-06T03:26:23
null
UTF-8
C++
false
false
1,161
h
//////////////////////////////////////////////////////////////////////////////////////////////////// // // Project: Embedded Learning Library (ELL) // File: TypeAliases.h (utilities) // Authors: Kern Handa // //////////////////////////////////////////////////////////////////////////////////////////////////// ...
[ "kerha@microsoft.com" ]
kerha@microsoft.com
cb5da0a2dbaa7f8347be7f0219f53b1ef4f681c0
04855d63403efcb5316e3ea11e57128e9f7c5c02
/mediapipe/calculators/core/flow_limiter_calculator.cc
6d595e6cd19ae24cee7e6723bc3f2cb91a9b60b2
[ "Apache-2.0" ]
permissive
Gilgahex/mediapipe
bc49f9d8b7048f24c9fe59c98f68d8b3b6cd863d
c06effd494e8da07488723615522e67ce9783c0a
refs/heads/master
2021-10-28T07:25:30.760525
2020-03-09T01:52:05
2020-03-09T01:52:05
216,973,960
4
7
Apache-2.0
2021-10-14T01:29:02
2019-10-23T05:19:19
C++
UTF-8
C++
false
false
7,454
cc
// Copyright 2019 The MediaPipe Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or a...
[ "jqtang@google.com" ]
jqtang@google.com
07cdabae9b7c1e1bfb720e23afff04355786c49f
e60849340c8c1a4c50c915c36ce45387e0388032
/StructureGraphLib/Synthesizer.h
7b70339b54d14b3766474550b06e45774f015c10
[]
no_license
BigkoalaZhu/StBl
bb55d013d54052870aeb6982babaf240d14aa0d1
0433e1ed92b2e3993fe559709ecbdc218fcf3546
refs/heads/master
2021-01-13T00:59:08.416099
2015-12-12T02:56:37
2015-12-12T02:56:37
44,472,750
2
0
null
null
null
null
UTF-8
C++
false
false
4,726
h
#pragma once #include "StructureGraph.h" using namespace Structure; #include "RMF.h" extern int randomCount; extern int uniformTriCount; struct ParameterCoord{ float u, v; float theta, psi; float origOffset; Eigen::Vector3f origPoint; Eigen::Vector3f origNormal; Structure::Node * origNode; ParameterCoord()...
[ "chenyang.chandler.zhu@gmail.com" ]
chenyang.chandler.zhu@gmail.com
cc2b95e4cd0e3d00ce662e4723d3e07de8caa6f3
577491f76e130d0fc757f011834691c6aa635051
/Sources/Devices/Instance.cpp
2cb63e0471429ae04e8346e632af47ed0a6538fa
[ "MIT" ]
permissive
opencollective/Acid
e627b082046e0148aaf7e2a8667fdd22df34235b
0e1ed9605c4cddb89f92c2daeaa70ec512ce23f3
refs/heads/master
2023-08-26T13:26:36.840191
2019-09-21T05:30:22
2019-09-21T05:30:22
210,002,966
0
1
null
2019-09-21T14:51:39
2019-09-21T14:51:38
null
UTF-8
C++
false
false
6,913
cpp
#include "Instance.hpp" #include "Graphics/Graphics.hpp" #include "Window.hpp" #if !defined(VK_EXT_DEBUG_UTILS_EXTENSION_NAME) #define VK_EXT_DEBUG_UTILS_EXTENSION_NAME "VK_EXT_debug_utils" #endif namespace acid { const std::vector<const char *> Instance::ValidationLayers = {"VK_LAYER_LUNARG_standard_validation"}; /...
[ "mattparks5855@gmail.com" ]
mattparks5855@gmail.com
5605b06bcb526fea47c7520deb241382ef612c4c
a4c8533710e295ecf4726c618c1a02760d888613
/02_Build/01_Compile/01_Tasking_4p3/ctc/include.stl/stl/_rope.h
2313f7ebacb1b15989fa6433940d9c41d75eb3b3
[]
no_license
miaozhendaoren/K2SAR_EMS
ee42a1918cf45fbbbb24b0c8a128951d14eeee67
787d17cfa2c9a3ef89743dce1778f0087de32254
refs/heads/master
2021-01-17T23:05:04.505435
2015-12-22T14:39:24
2015-12-22T14:39:24
49,954,845
1
0
null
2016-01-19T13:35:48
2016-01-19T13:35:48
null
UTF-8
C++
false
false
80,854
h
/* * * Copyright (c) 1996,1997 * Silicon Graphics Computer Systems, Inc. * * Copyright (c) 1997 * Moscow Center for SPARC Technology * * Copyright (c) 1999 * Boris Fomitchev * * This material is provided "as is", with absolutely no warranty expressed * or implied. Any use is at your own risk. * * Permis...
[ "331201091@qq.com" ]
331201091@qq.com
9665d519f309d7a075c1d3c027c0e94f1a0ebf3d
f85cfed4ae3c54b5d31b43e10435bb4fc4875d7e
/sc-virt/src/tools/clang/test/OpenMP/critical_codegen.cpp
be749a65f0cb7e42896ef99098c4da514b875417
[ "NCSA", "MIT" ]
permissive
archercreat/dta-vs-osc
2f495f74e0a67d3672c1fc11ecb812d3bc116210
b39f4d4eb6ffea501025fc3e07622251c2118fe0
refs/heads/main
2023-08-01T01:54:05.925289
2021-09-05T21:00:35
2021-09-05T21:00:35
438,047,267
1
1
MIT
2021-12-13T22:45:20
2021-12-13T22:45:19
null
UTF-8
C++
false
false
4,380
cpp
// RUN: %clang_cc1 -verify -fopenmp -x c++ -emit-llvm %s -fexceptions -fcxx-exceptions -o - | FileCheck %s // RUN: %clang_cc1 -fopenmp -x c++ -std=c++11 -triple x86_64-unknown-unknown -fexceptions -fcxx-exceptions -emit-pch -o %t %s // RUN: %clang_cc1 -fopenmp -x c++ -triple x86_64-unknown-unknown -fexceptions -fcxx-ex...
[ "sebi@quantstamp.com" ]
sebi@quantstamp.com
56d078f0ae59c6912ec3b34f4d5f49b65e32936f
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE590_Free_Memory_Not_on_Heap/s01/CWE590_Free_Memory_Not_on_Heap__delete_array_int_declare_53a.cpp
a1c1b30a02a9a6d0247843407acab9a6aed2d0e3
[]
no_license
junxzm1990/ASAN--
0056a341b8537142e10373c8417f27d7825ad89b
ca96e46422407a55bed4aa551a6ad28ec1eeef4e
refs/heads/master
2022-08-02T15:38:56.286555
2022-06-16T22:19:54
2022-06-16T22:19:54
408,238,453
74
13
null
2022-06-16T22:19:55
2021-09-19T21:14:59
null
UTF-8
C++
false
false
2,733
cpp
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE590_Free_Memory_Not_on_Heap__delete_array_int_declare_53a.cpp Label Definition File: CWE590_Free_Memory_Not_on_Heap__delete_array.label.xml Template File: sources-sink-53a.tmpl.cpp */ /* * @description * CWE: 590 Free Memory Not on Heap * BadSource: declare Da...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com
1736d80dfec0aa35a8fcb213f6abe8abcc7d7ddd
9e02c151f257584592d7374b0045196a3fd2cf53
/AtCoder/ABC/102/A.cpp
e297acd7049e01fface3292eefcffe07afb84f8d
[]
no_license
robertcal/cpp_competitive_programming
891c97f315714a6b1fc811f65f6be361eb642ef2
0bf5302f1fb2aa8f8ec352d83fa6281f73dec9b5
refs/heads/master
2021-12-13T18:12:31.930186
2021-09-29T00:24:09
2021-09-29T00:24:09
173,748,291
0
0
null
null
null
null
UTF-8
C++
false
false
185
cpp
#include <bits/stdc++.h> using namespace std; int main() { int N; cin >> N; if (N % 2 == 0) { cout << N << endl; } else { cout << N * 2 << endl; } }
[ "robertcal900@gmail.com" ]
robertcal900@gmail.com
b44aee909a850211924f4a503dd11391b4666a0f
b511bb6461363cf84afa52189603bd9d1a11ad34
/code/twice_integer.cpp
4f6c7de443c001b58e475604e4b5e46e7f37a203
[]
no_license
masumr/problem_solve
ec0059479425e49cc4c76a107556972e1c545e89
1ad4ec3e27f28f10662c68bbc268eaad9f5a1a9e
refs/heads/master
2021-01-16T19:07:01.198885
2017-08-12T21:21:59
2017-08-12T21:21:59
100,135,794
0
0
null
null
null
null
UTF-8
C++
false
false
614
cpp
#include<bits/stdc++.h> using namespace std; int main() { int i,t,n,j,k; vector<int>a; cin>>t; while(t--) { cin>>n; for(i=0;i<n;i++){ cin>>k; a.push_back(k); } sort(a.begin(),a.end()); int count=0; for(i=0;i<a.si...
[ "masumr455@gmial.com" ]
masumr455@gmial.com
9d4930a7f256d7941824c2c34fd5ea6c2272d637
36183993b144b873d4d53e7b0f0dfebedcb77730
/GameDevelopment/Game Programming Gems 5/Section5-Graphics/5.05-GridlessFire_Adabala/pqueue.cpp
4babdca7db308bbdee2454a06186a16fbbeaa4e5
[]
no_license
alecnunn/bookresources
b95bf62dda3eb9b0ba0fb4e56025c5c7b6d605c0
4562f6430af5afffde790c42d0f3a33176d8003b
refs/heads/master
2020-04-12T22:28:54.275703
2018-12-22T09:00:31
2018-12-22T09:00:31
162,790,540
20
14
null
null
null
null
UTF-8
C++
false
false
1,846
cpp
/*********************************************** Demo for chapter "Gridless Controllable Fire" in Games Programming Gems 5. Author: Neeharika Adabala ...
[ "alec.nunn@gmail.com" ]
alec.nunn@gmail.com
a969f570535f19af222f1023faa5f9039884f7ab
44ab57520bb1a9b48045cb1ee9baee8816b44a5b
/Assist/Code/Toolset/CoreTools/ExportTest/CoreTools/Shared/MathematicsMacroShared.h
b2dc0d0e6549e0fd15b035850cd7f891099b35ec
[ "BSD-3-Clause" ]
permissive
WuyangPeng/Engine
d5d81fd4ec18795679ce99552ab9809f3b205409
738fde5660449e87ccd4f4878f7bf2a443ae9f1f
refs/heads/master
2023-08-17T17:01:41.765963
2023-08-16T07:27:05
2023-08-16T07:27:05
246,266,843
10
0
null
null
null
null
GB18030
C++
false
false
1,025
h
/// Copyright (c) 2010-2023 /// Threading Core Render Engine /// /// 作者:彭武阳,彭晔恩,彭晔泽 /// 联系作者:94458936@qq.com /// /// 标准:std:c++20 /// 版本:0.9.1.2 (2023/07/28 15:00) #ifndef EXPORT_TEST_MATHEMATICS_MACRO_SHARED_H #define EXPORT_TEST_MATHEMATICS_MACRO_SHARED_H #include "Mathematics/MathematicsDll.h" #include "CoreTools...
[ "94458936@qq.com" ]
94458936@qq.com
931b6d161bf8ea675f2d50896cf7b796109823f7
d613fa2cbc96c5de066248d9dfda9ac43bfe0f69
/app/src/EditTableController.cpp
595b7ecd75dda5896cf4db233eba68e038ab6d09
[]
no_license
alejinjer/utag
bc4b082432c6f2fea323ce2efd85658b31db7d2a
c3abcddd7c8c2a5e89a6fed28c534aa53b55f6d2
refs/heads/main
2022-12-31T13:42:11.620722
2020-10-23T12:57:34
2020-10-23T12:57:34
306,637,045
0
0
null
null
null
null
UTF-8
C++
false
false
781
cpp
#include "EditTableController.h" EditTableController::EditTableController(QTableWidget *parent) : m_parent(parent) { for (int i = 0; i < TAG_COUNT; ++i) { m_currentFileTags[i] = new QTableWidgetItem(""); m_parent->setItem(i, 0, m_currentFileTags[i]); } } EditTableController::~EditTableCont...
[ "opiskun@e1r4p8.unit.ua" ]
opiskun@e1r4p8.unit.ua
037b9c6432e4f5f53e699ca34a5e6df17d654390
58e06a9c681c20a9d84b926247c723087331b9f1
/cse20311/lab1/prog2.cpp
c4322789120e7d3f90f2a694f280852f063e9ae0
[]
no_license
ericl1ericl/Notre-Dame
1869a5f2d138d98520471d1838581d4bfdeb5f51
0a2f6c371e1bbb54b723d8c2c2c2b1b212922c14
refs/heads/master
2021-01-25T04:36:45.670324
2018-10-29T20:54:19
2018-10-29T20:54:19
93,458,868
0
0
null
null
null
null
UTF-8
C++
false
false
582
cpp
#include <iostream> using namespace std; int main() { int td; cout << "Enter the number of touchdowns scored by the Irish: "; cin >> td; int xpt; cout << "Enter the number of extra points made by the Irish: "; cin >> xpt; int fg; cout << "Enter the number of field goals made by the Irish: "; cin ...
[ "elayne@nd.edu" ]
elayne@nd.edu
848114d88c4cb77a2e2608983754a0e87ce40d9e
d732c881b57ef5e3c8f8d105b2f2e09b86bcc3fe
/src/module-wx/VType_wxNavigationKeyEvent.cpp
7865193e75d53c4add497dbeb0ff05fedb77495a
[]
no_license
gura-lang/gurax
9180861394848fd0be1f8e60322b65a92c4c604d
d9fedbc6e10f38af62c53c1bb8a4734118d14ce4
refs/heads/master
2023-09-01T09:15:36.548730
2023-09-01T08:49:33
2023-09-01T08:49:33
160,017,455
10
0
null
null
null
null
UTF-8
C++
false
false
9,114
cpp
//============================================================================== // VType_wxNavigationKeyEvent.cpp // Don't edit this file since it's been generated by Generate.gura. //============================================================================== #include "stdafx.h" Gurax_BeginModuleScope(wx) //----...
[ "ypsitau@nifty.com" ]
ypsitau@nifty.com
4d556bae0498eabf9dba7cfd2d964e91a34fd3ec
c9b02ab1612c8b436c1de94069b139137657899b
/sgonline_srv/app/logic/LogicUserInteract.h
cac0eef8294334147163d11e7d5dfddc6d7527bf
[]
no_license
colinblack/game_server
a7ee95ec4e1def0220ab71f5f4501c9a26ab61ab
a7724f93e0be5c43e323972da30e738e5fbef54f
refs/heads/master
2020-03-21T19:25:02.879552
2020-03-01T08:57:07
2020-03-01T08:57:07
138,948,382
1
1
null
null
null
null
UTF-8
C++
false
false
1,595
h
#ifndef LOGICUSERINTERACT_H_ #define LOGICUSERINTERACT_H_ #include "LogicInc.h" class CLogicUserInteract { public: int AddHelp(unsigned uidFrom, unsigned uidTo); int AddAttack(unsigned uidFrom, unsigned uidTo); int GetInteract(unsigned uid, unsigned oppositeUid, DataUserInteract &interact); int GetInteracts(unsi...
[ "178370407@qq.com" ]
178370407@qq.com
2c27679e65e182cf55805ea8661aefacf8d08412
ffdc77394c5b5532b243cf3c33bd584cbdc65cb7
/mindspore/lite/tools/converter/micro/coder/opcoders/nnacl/fp32/shape_fp32_coder.cc
2fae254c1c8c1a029780416350abca3ab653853c
[ "Apache-2.0", "LicenseRef-scancode-proprietary-license", "MPL-1.0", "OpenSSL", "LGPL-3.0-only", "LicenseRef-scancode-warranty-disclaimer", "BSD-3-Clause-Open-MPI", "MIT", "MPL-2.0-no-copyleft-exception", "NTP", "BSD-3-Clause", "GPL-1.0-or-later", "0BSD", "MPL-2.0", "LicenseRef-scancode-f...
permissive
mindspore-ai/mindspore
ca7d5bb51a3451c2705ff2e583a740589d80393b
54acb15d435533c815ee1bd9f6dc0b56b4d4cf83
refs/heads/master
2023-07-29T09:17:11.051569
2023-07-17T13:14:15
2023-07-17T13:14:15
239,714,835
4,178
768
Apache-2.0
2023-07-26T22:31:11
2020-02-11T08:43:48
C++
UTF-8
C++
false
false
2,242
cc
/** * Copyright 2022 Huawei Technologies Co., Ltd * * 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...
[ "gongdaguo1@huawei.com" ]
gongdaguo1@huawei.com
84d7b308256818236e1a5459e272be9b2b9c7b5c
33f8a1164c44b4ade4a1ae9edca25a5d631b14dc
/MusicClip.cpp
53dab6e1e0f72cc6018b8ff6f72dbdeaf06e5652
[]
no_license
kuribohlv9/Skelly_Dungeon
fe2ef781c3e4169ef7300a3af1347ee7f18bf4a3
01d8d165a3d045b58b467a5e5c4594ba6c92a115
refs/heads/master
2020-04-30T09:03:41.956469
2015-02-07T15:29:12
2015-02-07T15:29:12
28,010,758
0
0
null
null
null
null
UTF-8
C++
false
false
708
cpp
// MusicClip.cpp #include "stdafx.h" #include "MusicClip.h" MusicClip::MusicClip() { m_xClip = nullptr; m_iChannel = -1; } MusicClip::~MusicClip() { m_xClip = nullptr; m_iChannel = -1; } MusicClip::MusicClip(Mix_Music* p_xClip) { m_xClip = p_xClip; m_iChannel = -1; } void MusicClip::Play() { m_iCh...
[ "gamedesignwithdee@gmail.com" ]
gamedesignwithdee@gmail.com
feb8f93817283ad5a7356cc24b00d6f93afd0618
90e6ac97019b3478ff0596eb193af315a7a8bd4a
/IDR(s)/Matrix.h
3d8274b4615dffcd9603a80881c48c9cd36503c5
[]
no_license
aggarwal2000/IDR-biortho-NLA4HPC
ab2674e0975778f4310ede4a8391801c5f9fead3
acd2aa6ed61f487d2be5ba103cfebe8a68d59421
refs/heads/master
2023-03-18T08:52:07.186156
2021-03-09T15:07:48
2021-03-09T15:07:48
346,045,190
0
0
null
null
null
null
UTF-8
C++
false
false
18,992
h
/*! \file Matrix.h \brief Definition of classes Dense_Matrix, CSR_Matrix and COO_Matrix */ # pragma once #include<cassert> #include<cuComplex.h> #include"location_enums.h" typedef cuDoubleComplex DoubleComplex; //! enum class which defines storage order for dense matrices /** This enum class...
[ "aggarwal2000chd@gmail.com" ]
aggarwal2000chd@gmail.com
6a13614cd35fde8e2425622356dc85a580d25ead
2053e0ec782db1f74eba0c210fcc3ab381e7f152
/leetcode/162.cpp
6a5bcd28c30b753d1325b1b911f3300f4c2b8736
[]
no_license
danielsamfdo/codingAlgo
86d18b0265c4f5edb323d01ac52f24a2b88599d4
0a8e5b67d814ddedcb604f4588e6d959c8958c0b
refs/heads/master
2021-05-15T10:46:18.941263
2017-11-01T02:42:40
2017-11-01T02:42:40
108,208,650
0
0
null
null
null
null
UTF-8
C++
false
false
858
cpp
//https://leetcode.com/problems/find-peak-element/ class Solution { public: int search(vector<int>& nums, int l, int r) { if (l == r) return l; int mid = (l + r) / 2; if (nums[mid] > nums[mid + 1]) return search(nums, l, mid); return search(nums, mid + 1, r...
[ "danielsamfdo@gmail.com" ]
danielsamfdo@gmail.com
ea6856858ffbc835cb51e9f4c4e204bde93dac55
b570f5afc4d9baeaaeb3757f46017a8eeb89d681
/C++/Text/lib/Header.cpp
ce6c0bbc997fce3ee27463852ad959ffe2206ba8
[]
no_license
Anat37/akos
b87f7b2e91adb0994ab2741b1ad65e303af87633
78f90b062ebf3dac7be241f95efc1b9f41aa20d0
refs/heads/master
2020-12-24T19:37:00.703813
2016-11-06T18:01:03
2016-11-06T18:01:03
58,388,351
0
0
null
null
null
null
UTF-8
C++
false
false
3,259
cpp
#include "Header.h" Header::Header(const T_Args& args, int t_lvl) { level = t_lvl; w_v = args.w_v; char *tmp_border = new char[w_v+1]; memset(tmp_border, '#', w_v); tmp_border[w_v] = '\0'; border = T_String(tmp_border); delete[] tmp_border; } T_String Header::begining(T_String tmp, in...
[ "kozlof9@yandex.ru" ]
kozlof9@yandex.ru
501c1a1e373129a4267a207b570cecb4a1ec363f
fdaf20f014438477812de55aa21f0449293df0e9
/dataserver/common/hash_combine.h
179ee397e16b283ed4cb845b29ed8d6566e0196d
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Totopolis/dataserver
b9b3d4ddb93f63de804e92d9e878fe33fa04ddf7
4aabebf7920973c67fb4249a4aca735956d5209c
refs/heads/master
2021-01-23T11:20:21.098020
2019-04-08T17:52:04
2019-04-08T17:52:04
46,785,828
6
4
null
2016-09-28T15:23:27
2015-11-24T10:56:16
C++
UTF-8
C++
false
false
1,419
h
// hash_combine.h // #pragma once #ifndef __SDL_COMMON_HASH_COMBINE_H__ #define __SDL_COMMON_HASH_COMBINE_H__ #include "dataserver/common/common.h" namespace sdl { namespace hash_detail { /*#if defined(_MSC_VER) # define SDL_FUNCTIONAL_HASH_ROTL32(x, r) _rotl(x,r) #else # define SDL_FUNCTIONAL_HASH_ROTL32(x, r) ...
[ "idalidchik@gmail.com" ]
idalidchik@gmail.com
e908f1eb8661dacd5e95926183ccbe93942b52ee
35cfa2ac88a962d71905c1a77f76d3fa3c3a6f55
/Plane.cpp
c59617879d0b858b987fe8b8902270b55fda1851
[]
no_license
Romain96/M1S2_GN
31524dd471ac214dde5f44d744cf2d3a34b37ca8
9743f634c22035051587dffa917221d6b296ee58
refs/heads/master
2021-03-16T11:00:21.236577
2018-03-04T22:49:13
2018-03-04T22:49:13
120,600,256
0
0
null
null
null
null
UTF-8
C++
false
false
2,405
cpp
/* * (C) Romain PERRIN * romain.perrin@etu.unistra.fr * UFR de Mathématiques-Informatique * 2018-2019 */ // glm #include "glm/glm.hpp" #include "glm/vec3.hpp" #include "Plane.h" //----------------------------------------------------------------------------- // Constant(s) //-------------------------------------...
[ "romain.perrin@etu.unistra.fr" ]
romain.perrin@etu.unistra.fr
e13e9c5e81bb48ccad4f42a3e87f5618a60d9a3e
b52bb5ec68118ea7e1f1246c26d4c84c409ff6bf
/RTS_AE/Game/Presets.cpp
56ff83247fa4c325c5767352ab4bb4cf1b92f8c9
[]
no_license
varo5/RTS_2016B
8c8c0bb62af9dd22e56e2cb270f8db5ae0b00705
3784cb6d6b9a16f3161281db25af69b5cca15bc5
refs/heads/master
2021-01-19T07:01:36.501508
2016-10-10T21:43:38
2016-10-10T21:43:38
65,869,598
0
0
null
null
null
null
UTF-8
C++
false
false
160
cpp
#include "stdafx.h" #include "Presets.h" aePresets::aePresets() { m_nClassID = ClassId::Preset; } aePresets::~aePresets() { } void aePresets::Destroy() { }
[ "monsal00@gmail.com" ]
monsal00@gmail.com
796027e8d72687c6dd5d3e7397f99064d8845caa
96a59ce1d89472f3342de04123606816e4b88ca3
/zswlib/mesh/mesh_op.h
eeb208cd55424034b20e4a55b4e3c26c4865fcd1
[]
no_license
wegatron/geometry
f620796fbeffc25417090c580041cdacefe74a01
36aa73a04deb54c8c24c2919f723af89dbf91226
refs/heads/master
2020-04-06T07:04:48.212278
2016-03-31T07:11:50
2016-03-31T07:11:50
36,479,096
0
0
null
2016-03-31T07:11:51
2015-05-29T02:50:36
C++
UTF-8
C++
false
false
329
h
#ifndef MESH_OP_H #define MESH_OP_H #include <zswlib/config.h> #include <zswlib/mesh/mesh_type.h> #include <zswlib/data_type.h> namespace zsw { namespace mesh { void ZSW_API rRingVertex(const zsw::mesh::TriMesh &tm, const size_t r, std::vector<zsw::FakeSet<size_t>> &ring); } } #endif /* MESH_...
[ "wegatron@gmail.com" ]
wegatron@gmail.com
522a169f3d7c26997b4279be7a9bbc3f50194c09
12f441018818dc2dcb1a8a89bccd946d87e0ac9e
/cppwinrt/winrt/impl/Windows.Graphics.Imaging.1.h
12eca538456ba35555f8a70f04a136e509d26eff
[ "MIT" ]
permissive
dlech/bleak-winrt
cc7dd76fca9453b7415d65a428e22b2cbfe36209
a6c1f3fd073a7b5678304ea6bc08b9b067544320
refs/heads/main
2022-09-12T00:15:01.497572
2022-09-09T22:57:53
2022-09-09T22:57:53
391,440,675
10
1
null
null
null
null
UTF-8
C++
false
false
8,596
h
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.220608.4 #pragma once #ifndef WINRT_Windows_Graphics_Imaging_1_H #define WINRT_Windows_Graphics_Imaging_1_H #include "winrt/impl/Windows.Foundation.0.h" #include "winrt/impl/Windows.Graphics.Imaging.0.h" WINRT_EXPORT namespace winrt::Windows::...
[ "david@lechnology.com" ]
david@lechnology.com
6da2378488d0d6493ea99e8fc4ef0e3920a67ab5
67d18d4bb54f3e7da06674c2bb65e4658d4538ba
/frontend/include/g++_HEADERS/hdrs1/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp
5755938990137c056005a5d609421df794161499
[ "MIT" ]
permissive
uwplse/stng
8c1f483a96c8313b8ec36a15791db75d20cfcf33
b077f4d469edf4971c356367f6019132047d6a3b
refs/heads/master
2022-05-06T08:28:27.139569
2022-04-05T05:01:49
2022-04-05T05:01:49
63,819,139
15
7
null
2017-01-13T11:56:50
2016-07-20T22:32:32
C++
UTF-8
C++
false
false
76
hpp
/usr/include/c++/4.4/./ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp
[ "akcheung@cs.washington.edu" ]
akcheung@cs.washington.edu
be19cdf6ae5a6d8518be5ccea1c5ae277b350541
33fa64e174fe0ba321b02f9c122d8eb97bb80cfa
/Source/Editor/Objects/SpriteEditor/spriteEditorTools.h
bd361cded7e95bded6b26b43539ad964341ff903
[]
no_license
HumMan/BaluEngine
c59447d00e9b450a8a190ffc0f56821e423f057b
f62c2d6fbff0472389a6dd424e3cedbf72967979
refs/heads/master
2021-04-26T15:37:53.726774
2016-10-25T09:23:41
2016-10-25T09:23:41
43,567,178
1
0
null
null
null
null
UTF-8
C++
false
false
438
h
#pragma once #include <Editor/abstractEditor.h> using namespace EngineInterface; class TSpriteEditorScene; class TSpriteEditorToolsRegistry { public: std::vector<TToolWithDescription> tools; TSpriteEditorScene* scene; public: TSpriteEditorToolsRegistry(TSpriteEditorScene* scene); TSpriteEditorToolsRegistry(TSpr...
[ "kop3nha@gmail.com" ]
kop3nha@gmail.com
3d4803ce1a48c47b55dd694492e3fb3ec81c6526
e1e43f3e90aa96d758be7b7a8356413a61a2716f
/datacommsserver/esockserver/test/te_mecunittest/src/mectestpanic6step.cpp
eadcc5863fbeee85c8a02eaad988c0e6c16c0456
[]
no_license
SymbianSource/oss.FCL.sf.os.commsfw
76b450b5f52119f6bf23ae8a5974c9a09018fdfa
bc8ac1a6d5273cbfa7852bbb8ce27d6ddc076984
refs/heads/master
2021-01-18T23:55:06.285537
2010-10-03T23:21:43
2010-10-03T23:21:43
72,773,202
0
1
null
null
null
null
UTF-8
C++
false
false
1,251
cpp
// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of "Eclipse Public License v1.0" // which accompanies this distribution, and is available // at the URL "http://www.eclipse.org/legal/epl-v1...
[ "kirill.dremov@nokia.com" ]
kirill.dremov@nokia.com
6c24425c29c07c480fbfa84260baa5dcf6c31729
36c31b485a5906ab514c964491b8f001a70a67f5
/CSES/Problemset/Range Queries/subarraysumqueries.cpp
9190157fae83d0ad24f7ab5a8ed53c63d34b6037
[]
no_license
SMiles02/CompetitiveProgramming
77926918d5512824900384639955b31b0d0a5841
035040538c7e2102a88a2e3587e1ca984a2d9568
refs/heads/master
2023-08-18T22:14:09.997704
2023-08-13T20:30:42
2023-08-13T20:30:42
277,504,801
25
5
null
2022-11-01T01:34:30
2020-07-06T09:54:44
C++
UTF-8
C++
false
false
1,206
cpp
#include <bits/stdc++.h> #define ll long long using namespace std; const int mn = 2e5+1; ll seg[mn<<2][4]; void recalc(int i) { int l=(i<<1)+1,r=(i<<1)+2; seg[i][0]=seg[l][0]+seg[r][0]; seg[i][1]=max({seg[l][0],seg[l][0]+seg[r][0],seg[l][0]+seg[r][1],seg[l][1]}); seg[i][2]=max({seg[r][0],seg[r][0]+seg...
[ "mahajan.suneet2002@gmail.com" ]
mahajan.suneet2002@gmail.com
e6d7f2ecb53458fd2ac5a688695c41d9311693e4
f34f81ffa1edddcf935ffb752dc6d55d2d6bed0d
/memory.cpp
bf442bfa87245611ddee20583674e6d41bd6839d
[]
no_license
cesa1995/Enviromental3
ad0ed3a85ccb58ec786061e8ff5f9215a61aec35
cb075083c37a4aed2168783ab0e7330089932e12
refs/heads/master
2022-11-14T03:32:55.258251
2020-06-22T18:03:07
2020-06-22T18:03:07
274,207,556
0
0
null
null
null
null
UTF-8
C++
false
false
7,169
cpp
#include "memory.h" memory::memory(){} //iniciar la memoria del controlador bool memory::begin(){ bool success=true; if(!SPIFFS.begin(true)){ Serial.println("SPIFFS Mount Failed"); success=false; } return success; } void memory::getServerConfig(int type, String arg[], memory memory, timeClock timeCl...
[ "cesar.contreras24777@gmail.com" ]
cesar.contreras24777@gmail.com
3de0a9fe34ad3392e07f869b899a97351ed66875
6762cae7e065d013247f6cce6404949d58cb7966
/Software/SMT_Oven_stubs/Sources/fonts.h
4dc7ac29a7e5590f4c2432ea45ef4e47499b6e87
[]
no_license
podonoghue/T962a_Oven_Controller
c1569d474a134eea82a6b37e9a004df7bd27e699
816f82b0fba72aebe46eeb48660ff40b4e00e2d1
refs/heads/master
2021-01-17T18:23:13.665067
2019-06-12T11:25:57
2019-06-12T11:26:20
69,413,627
15
5
null
null
null
null
UTF-8
C++
false
false
1,007
h
/** * @file fonts.h * @brief Fonts for LCD */ #ifndef INCLUDE_USBDM_FONTS_H #define INCLUDE_USBDM_FONTS_H #include <stdint.h> /* * ***************************** * *** DO NOT EDIT THIS FILE *** * ***************************** * * This file is generated automatically. * Any manual changes will be lost. *...
[ "podonoghue@swin.edu.au" ]
podonoghue@swin.edu.au
8e3f4809ec4a5cf983c00aa6a27101dbbb0ab60e
da14530f0161ff1d0461e5eba14c996dc4d329de
/class_CommandLine.h
69a828aebe74b626b99ca53797d8f2e68afba53e
[]
no_license
lancegatlin/sample-cpp
2677fa2ff9ce7fc091489e195773593f47361da5
ed754d5309ae965cd4875045c1293647461a958f
refs/heads/master
2016-09-06T19:22:32.189562
2013-03-23T20:48:59
2013-03-23T20:48:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,005
h
#ifndef __CLASS_COMMANDLINE_H #define __CLASS_COMMANDLINE_H #include <vector> #include <string> #include <iostream> #include <string_algorithm.h> class CommandLine { public: typedef std::vector<std::string> tokenList; private: std::ostream &_out; std::istream &_in; std::string _promp...
[ "lance.gatlin@gtri.gatech.edu" ]
lance.gatlin@gtri.gatech.edu
4d19449e6b45d8e9a07f94617db4140b66ac9e6e
8e8b748965e211710f926deef69cab8077509fef
/Dusk/Graphics/RenderModules/FFTRenderPass.h
65f6138dca070db1e537052a19fa1b8cb88d2d43
[]
no_license
i0r/project_freeride
09240c7725298b4946d911dfff9de22a17c9288b
896e6c3f08b830f93083f719a0816678c9128efb
refs/heads/master
2023-02-06T10:07:30.369487
2020-12-28T11:10:07
2020-12-28T11:10:07
263,069,858
1
0
null
null
null
null
UTF-8
C++
false
false
780
h
/* Dusk Source Code Copyright (C) 2020 Prevost Baptiste */ #pragma once class FrameGraph; class RenderDevice; class ShaderCache; #include "Graphics/FrameGraph.h" // Output of a FFT renderpass (inverse, convolution, etc.). struct FFTPassOutput { FGHandle RealPart; FGHandle ImaginaryPart; FFTPass...
[ "baptiste.prevost@protonmail.com" ]
baptiste.prevost@protonmail.com
4fd155a1ce0d59004273936e6988965d92f86d59
5ec06dab1409d790496ce082dacb321392b32fe9
/clients/cpp-qt5-qhttpengine-server/generated/server/src/models/OAIComDayCqMcmLandingpageParserTaghandlersCtaGraphicalClickThrougInfo.cpp
98da913c3996a2fb976babfb5f264ff6b6bf6b6b
[ "Apache-2.0", "MIT" ]
permissive
shinesolutions/swagger-aem-osgi
e9d2385f44bee70e5bbdc0d577e99a9f2525266f
c2f6e076971d2592c1cbd3f70695c679e807396b
refs/heads/master
2022-10-29T13:07:40.422092
2021-04-09T07:46:03
2021-04-09T07:46:03
190,217,155
3
3
Apache-2.0
2022-10-05T03:26:20
2019-06-04T14:23:28
null
UTF-8
C++
false
false
4,625
cpp
/** * Adobe Experience Manager OSGI config (AEM) API * Swagger AEM OSGI is an OpenAPI specification for Adobe Experience Manager (AEM) OSGI Configurations API * * OpenAPI spec version: 1.0.0-pre.0 * Contact: opensource@shinesolutions.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openap...
[ "cliffano@gmail.com" ]
cliffano@gmail.com
dc4d99e897b94c1e245f92b0f5458954d46725c6
d9650a91cde69003c0049779afd43e01646c56b7
/Server/hdr/Logger.hpp
65a6ffc6ca3e9c6caf64e90598a0c29a7a8be371
[]
no_license
sdberardinelli/fault-detection
b080be8e1b3e45c5759b384933be803f08486e0b
f26bc9c6f92facb1a33ff4550aa9b48f833cc792
refs/heads/master
2020-12-24T17:08:33.775713
2014-04-23T02:29:19
2014-04-23T02:29:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,017
hpp
/****************************************************************************** * Filename : Logger.hpp * Source File(s): Logger.cpp * Description : * Authors(s) : * Date Created : * Date Modified : * Modifier(s) : *******************************************************************************/ #...
[ "sethb@198.105.251.35" ]
sethb@198.105.251.35
5c3737d68b6ebc0ac4d4ed621715a7092b1dfbcd
3fee62a27cffa0853e019a3352ac4fc0e0496a3d
/zCleanupCamSpace/ZenGin/Gothic_I_Addon/API/oBarrier.h
021dc7e4209330335b23e18e7a30b57d6d62c7d3
[]
no_license
Gratt-5r2/zCleanupCamSpace
f4efcafe95e8a19744347ac40b5b721ddbd73227
77daffabac84c8e8bc45e0d7bcd7289520766068
refs/heads/master
2023-08-20T15:22:49.382145
2021-10-30T12:27:17
2021-10-30T12:27:17
422,874,598
3
0
null
null
null
null
UTF-8
C++
false
false
5,661
h
// Supported with union (c) 2018-2021 Union team #ifndef __OBARRIER_H__VER1__ #define __OBARRIER_H__VER1__ namespace Gothic_I_Addon { enum zTThunderSector { zTThunderSector_None, zTThunderSector_1, zTThunderSector_2, zTThunderSector_3, zTThunderSector_4 }; // sizeof F8h struct myVert { ...
[ "amax96@yandex.ru" ]
amax96@yandex.ru
411730936e9eb1ef35caddd0090aaa22eb0bdd64
e6d888dedc7b5a98352a2cd0e78c90a5a2b40497
/src/cpp/deus/unicode_view_impl/UTF8SymbolToByteIndex.inl
82a818bba93fb299c3c9cf63cd0a3fa496bfd2b9
[]
no_license
the-arcane-initiative/Deus
91659f2ca229cea5af94935d78eb36e1b594c44b
b1780190c6dfb3f6257c3cb77c8d35115bb59ef8
refs/heads/master
2021-05-03T17:31:29.867167
2018-06-12T10:49:32
2018-06-12T10:49:32
120,448,101
0
0
null
null
null
null
UTF-8
C++
false
false
2,879
inl
/*! * \file * \author David Saxon * \brief Inline definitions for UTF-8 implementations of the * symbol_to_byte_index function. * * \copyright Copyright (c) 2018, The Arcane Initiative * All rights reserved. * * \license BSD 3-Clause License * * Redistribution and use in source a...
[ "davidesaxon@gmail.com" ]
davidesaxon@gmail.com
10920370e6fe997a6661ff2392c4a1a136719834
ba9999ffb55fcd9491ddb796301f5c53975e275d
/include/sflight/mdls/modules/InverseDesign.hpp
e79e49b61a859a23260fe80131f96f177a0bad07
[]
no_license
doughodson/sflight
60c9d90d48e8a924652c38180c3031076e78e19e
2200e5e8c9ececb3cde6e425ff95bea1ad336aca
refs/heads/master
2022-02-28T21:34:35.854217
2019-09-06T18:11:29
2019-09-06T18:11:29
85,605,587
10
3
null
null
null
null
UTF-8
C++
false
false
1,465
hpp
#ifndef __sflight_mdls_InverseDesign_HPP__ #define __sflight_mdls_InverseDesign_HPP__ #include "sflight/mdls/modules/Module.hpp" #include "sflight/xml_bindings/init_InverseDesign.hpp" namespace sflight { namespace xml { class Node; } namespace mdls { class Player; //------------------------------------------------...
[ "doug@openeaagles.org" ]
doug@openeaagles.org
80af6eb91c0bd37f232f942052f404a7f8dbdf94
0149a18329517d09305285f16ab41a251835269f
/Problem Set Volumes/Volume 6 (600-699)/UVa_612_DNA_Sorting.cpp
644ce8301b0bf740259c48ecaab9ab1c700ff47a
[]
no_license
keisuke-kanao/my-UVa-solutions
138d4bf70323a50defb3a659f11992490f280887
f5d31d4760406378fdd206dcafd0f984f4f80889
refs/heads/master
2021-05-14T13:35:56.317618
2019-04-16T10:13:45
2019-04-16T10:13:45
116,445,001
3
1
null
null
null
null
UTF-8
C++
false
false
900
cpp
/* UVa 612 - DNA Sorting To build using Visual Studio 2008: cl -EHsc -O2 UVa_612_DNA_Sorting.cpp */ #include <iostream> #include <algorithm> using namespace std; const int n_max = 50, m_max = 100; struct dna_string { char s_[n_max + 1]; int sortedness_; bool operator<(const dna_string& s)...
[ "keisuke.kanao.154@gmail.com" ]
keisuke.kanao.154@gmail.com
367779c0fd92eb9ea361673e871055af8f66fb36
0dda8cef707f38f5058c3503666cbe3bf6ce8c57
/CODEFORCES/373D_Counting_Rectangles_is_Fun.cpp
36254a53fe909f3124831bf4460d2b6e004b84f8
[]
no_license
Yuessiah/Destiny_Record
4b1ea05be13fa8e78b55bc95f8ee9a1b682108f2
69beb5486d2048e43fb5943c96c093f77e7133af
refs/heads/master
2022-10-09T07:05:04.820318
2022-10-07T01:50:58
2022-10-07T01:50:58
44,083,491
0
1
null
2017-05-04T12:50:35
2015-10-12T04:08:17
C++
UTF-8
C++
false
false
998
cpp
#include<bits/stdc++.h> using namespace std; int constexpr maxn = 50; int n, m, q, a, b, c, d; char grid[maxn][maxn]; int pre[maxn][maxn], dp[maxn][maxn][maxn][maxn]; int main() { cin >> n >> m >> q; for(int i = 1; i <= n; i++) for(int j = 1; j <= m; j++) cin >> grid[i][j]; for(int i = 1; i <= n; i...
[ "yuessiah@gmail.com" ]
yuessiah@gmail.com
7689076f1b0904bbd6d961ace044d0226e93eb50
bf04643a3ef65d04eace73ea5757ea5f2a1841c4
/LCOF/lcof51 数组中的逆序对(归并排序)/res.cpp
200b974cde66e35554e8fa2f9aae8ab2361300a6
[]
no_license
MiChuan/Leetcode
4ec65ee65bc4769ba0f7dbdba2db38e50ec4b331
802386b9ad4dd89d085ea9a7c095d101eb3d5343
refs/heads/master
2022-12-23T07:58:02.425794
2020-10-04T08:18:49
2020-10-04T08:18:49
275,826,054
0
0
null
null
null
null
UTF-8
C++
false
false
810
cpp
class Solution { public: vector<int> tmp; int merge(vector<int>& nums,int l,int r){ if(l>=r) return 0; int mid = (l+r)>>1; int res = merge(nums,l,mid)+merge(nums,mid+1,r); for(int i = l;i<=r;i++) tmp[i]=nums[i]; for(int k = l,i =l,j=mid+1;k<=r;k++) if( i > mid...
[ "1102066475@qq.com" ]
1102066475@qq.com
967190f3ffe7c13adda19bff8c9b24375accb390
417e25aca1bbbaada5864d3b3b5814fa16ecbe11
/supersonic/deke/table2data/table2data_q3_1.cc
106d4caced4399b2a544bde6441aba66eefc6fd6
[]
no_license
axyu/mixDB
3f2da4935db870947156c139bd6a66be862778c1
bf12a4d1d181c815d475eaef3920f4ad145d23f1
refs/heads/master
2021-01-17T13:25:59.423964
2016-07-14T05:44:32
2016-07-14T05:44:32
54,551,705
1
0
null
null
null
null
UTF-8
C++
false
false
1,070
cc
#include <iostream> #include "supersonic/supersonic.h" #include "supersonic/base/infrastructure/tuple_schema.h" #include "supersonic/base/infrastructure/test_data_generater.h" #include "supersonic/utils/file.h" #include "supersonic/cursor/infrastructure/file_io.h" #include <vector> #include <sstream> #include "deke/inc...
[ "lab.u@catfish.com" ]
lab.u@catfish.com
c227489850397a1f1562772e73ff2198eb800d4e
5d38d989e096bb2b2298d38c3c570e914e3a2c50
/Source/OceanBoats/Private/UI/Menu/Widgets/SSoldierMenuItem.h
a807b2fe14990332211f83bd069e4c313cc9af26
[]
no_license
magrlemon/OceanShips
2b9b7419184aadea38f62acb123194c10a8dd42a
7e4cb5a3aa6b6bd3c7c1027b3d9c1b9b270c6ebf
refs/heads/master
2023-01-02T21:54:55.404769
2020-10-21T14:37:34
2020-10-21T14:37:34
285,441,836
0
0
null
null
null
null
UTF-8
C++
false
false
3,578
h
// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved. #pragma once #include "SlateBasics.h" #include "SlateExtras.h" //class declare class SSoldierMenuItem : public SCompoundWidget { public: DECLARE_DELEGATE_OneParam( FOnArrowPressed, int ); SLATE_BEGIN_ARGS(SSoldierMenuItem) {} /** weak...
[ "magr_lemon@126.com" ]
magr_lemon@126.com
3a4b778e7e584bdbd90fef490052d0b3b9858700
b939f147cff6f256c9a30b66e8826d7d3f021ea7
/cpp/gpu-offscreen/external/ktx/other_include/assimp/SceneCombiner.h
9b2be795f4a4201b443c4462787f19f4177dfc24
[]
no_license
evopen/gr
6364db7fc4a8bf72ad047fd30c08aba4f73fe6f8
8947b093d0559a5f90de239e9bc5ead2325e3f5c
refs/heads/master
2021-05-26T03:27:07.030549
2020-09-05T01:14:50
2020-09-05T01:14:50
254,032,767
0
0
null
null
null
null
UTF-8
C++
false
false
14,745
h
/* Open Asset Import Library (assimp) ---------------------------------------------------------------------- Copyright (c) 2006-2017, assimp team All rights reserved. Redistribution and use of this software in source and binary forms, with or without modification, are permitted provided that the following ...
[ "520dhh@gmail.com" ]
520dhh@gmail.com
e2df6ab700cfab5c6e24ed5ce19ef95bc6327c64
d2d6aae454fd2042c39127e65fce4362aba67d97
/build/iOS/Preview1/include/Fuse.Reactive.ThreadW-a73c34f4.h
3d2c5851bcacc35bfeca53fa5b0fd1806a74ff3d
[]
no_license
Medbeji/Eventy
de88386ff9826b411b243d7719b22ff5493f18f5
521261bca5b00ba879e14a2992e6980b225c50d4
refs/heads/master
2021-01-23T00:34:16.273411
2017-09-24T21:16:34
2017-09-24T21:16:34
92,812,809
2
0
null
null
null
null
UTF-8
C++
false
false
2,127
h
// This file was generated based on '/Users/medbeji/Library/Application Support/Fusetools/Packages/Fuse.Reactive.JavaScript/1.0.2/$.uno'. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Uno.Object.h> namespace g{namespace Fuse{namespace Reactive{struct ThreadWorker;}}} namespac...
[ "medbeji@MacBook-Pro-de-MedBeji.local" ]
medbeji@MacBook-Pro-de-MedBeji.local
338bffc422bb5e1e60a3f702a73e51831dc24e5c
2139bff1c9096ea7d168d453470e2bc89848e72a
/all.h
8975de1798b4d697b1135c995c0067ab15719a98
[]
no_license
si0005hp/cpp-sandbox
33814ceaa3f1131e22d781a0e1ae24f0b9f4963d
68f946afd01c6abdab2595ad06dc5d6f8af74c95
refs/heads/master
2023-06-08T07:25:49.819312
2021-06-20T09:45:47
2021-06-20T09:45:47
338,561,875
0
0
null
null
null
null
UTF-8
C++
false
false
1,267
h
#include <cassert> #include <cerrno> #include <cfloat> #include <climits> #include <cstdalign> #include <cstddef> #include <cstdint> #include <cstdlib> #include <exception> #include <initializer_list> #include <limits> #include <new> #include <stdexcept> #include <string> #include <system_error> #include <typeinfo> #i...
[ "si0005hp@gmail.com" ]
si0005hp@gmail.com
1700581b3a83173edd4ab22d7ea6c3105fbbf97f
2ce5246d19d55211172d79b4091aeafd73e77a27
/Problems/boj1094.cpp
e53d7ddf0059f93f3919beff4f88475f2d0f1cdf
[]
no_license
MingNine9999/algorithm
49e76a1fbcdbeea8388491c793f31ee6866054ae
76be13e394e3e96cdcec0de9390f1fd573d442c5
refs/heads/master
2021-04-23T09:09:05.097401
2020-09-11T16:23:29
2020-09-11T16:23:29
249,915,663
2
0
null
null
null
null
WINDOWS-1252
C++
false
false
367
cpp
//Problem Number : 1094 //Problem Title : ¸·´ë±â //Problem Link : https://www.acmicpc.net/problem/1094 #include <iostream> #include <algorithm> using namespace std; int main(void) { ios::sync_with_stdio(false); cin.tie(0); int n; int ans = 0; cin >> n; for (int i = 1; i <= 64; i <<= 1) { if (n & i) { a...
[ "mingu.song@nhn.com" ]
mingu.song@nhn.com
4ececd4a01f9989ae006c95eaa322436250762bd
a71b63bc220edcc1ee52fb6ee356c14a20e11ac1
/Project/Oscilloscope/Graphic/gui/src/main_screen/MainPresenter.cpp
852ea626dacb0399c7e283c0f77180878b226383
[]
no_license
mmastouri/Oscilloscope
f57a91e88e2642c1c9e724ff47af141fc858139e
2a5c109ab6f9c530f1a2d71ceae3c792570cbd28
refs/heads/master
2023-06-28T18:54:38.918255
2021-08-07T19:58:44
2021-08-07T19:58:44
363,997,981
0
0
null
null
null
null
UTF-8
C++
false
false
21,204
cpp
/************************************************************************************************** * FILE NAME: MainPresenter.cpp * * * * PURPOSE: Prov...
[ "maher.mastouri@gmail.com" ]
maher.mastouri@gmail.com
900435c7292f2dd5f43f3931d2859227abcb29cd
7cfdb0b1bd04783d985eaf063812aea97da922cc
/hdu/2015.cpp
fecea192edc701ac91c41ba9795d09dd562fc641
[ "MIT" ]
permissive
bashell/oj
dcf0eb00825dabdbd71ea701eb121d9e25faa102
9471e32d735168148390d42029998187e0e04e2b
refs/heads/master
2021-01-11T03:25:23.989568
2018-10-30T14:27:37
2018-10-30T14:27:37
71,035,293
0
0
null
null
null
null
UTF-8
C++
false
false
816
cpp
#include <cstdio> #include <cstring> #include <algorithm> using namespace std; const int maxn = 111; int arr[maxn]; int n, m; void init(int n) { memset(arr, 0, sizeof(arr)); for(int i = 0; i < n; ++i) arr[i] = 2+2*i; } void solve(int n, int m) { if(m >= n) { printf("%d\n", accumulate(arr,...
[ "nju.liuc@gmail.com" ]
nju.liuc@gmail.com
175f80fa6a86f8d58f498ce6d6de4d75ede0792e
8b5d6c8965011d818399df2de6292a377962672d
/src/qt/utilitydialog.h
f289338cd6dfcdedc3f0a9830aba6013a2d04df2
[ "MIT" ]
permissive
catracoin/catracoin
56e921b6bb27f04de0d847c57c9bb7b64d2ecfbd
0ecd8ec316e2bdb180325e26ff6bcb857ceea6c9
refs/heads/master
2023-02-19T14:34:38.056169
2021-01-20T15:07:39
2021-01-20T15:07:39
331,340,760
1
0
null
null
null
null
UTF-8
C++
false
false
1,089
h
// Copyright (c) 2011-2018 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef CATRA_QT_UTILITYDIALOG_H #define CATRA_QT_UTILITYDIALOG_H #include <QDialog> #include <QObject> class CatraGUI; na...
[ "77095210+bitcatra@users.noreply.github.com" ]
77095210+bitcatra@users.noreply.github.com
3b593dc7a3649d128c74422ba38a27315d9c7fab
777a75e6ed0934c193aece9de4421f8d8db01aac
/src/Providers/UNIXProviders/RelatedSpanningTree/UNIX_RelatedSpanningTreeMain.cpp
f18b3de373bedffdf328982a9969110711b5f766
[ "MIT" ]
permissive
brunolauze/openpegasus-providers-old
20fc13958016e35dc4d87f93d1999db0eae9010a
b00f1aad575bae144b8538bf57ba5fd5582a4ec7
refs/heads/master
2021-01-01T20:05:44.559362
2014-04-30T17:50:06
2014-04-30T17:50:06
19,132,738
1
0
null
null
null
null
UTF-8
C++
false
false
2,210
cpp
//%LICENSE//////////////////////////////////////////////////////////////// // // Licensed to The Open Group (TOG) under one or more contributor license // agreements. Refer to the OpenPegasusNOTICE.txt file distributed with // this work for additional information regarding copyright ownership. // Each contributor lice...
[ "brunolauze@msn.com" ]
brunolauze@msn.com
8a4effe750b80bbe7cb63866e75536880d844e47
3ded37602d6d303e61bff401b2682f5c2b52928c
/toy/0205/Classes/Model/CBAppManager.h
64507d7d57847d9e00a7dc9f3d3a89187a617730
[]
no_license
CristinaBaby/Demo_CC
8ce532dcf016f21b442d8b05173a7d20c03d337e
6f6a7ff132e93271b8952b8da6884c3634f5cb59
refs/heads/master
2021-05-02T14:58:52.900119
2018-02-09T11:48:02
2018-02-09T11:48:02
120,727,659
0
0
null
null
null
null
UTF-8
C++
false
false
937
h
// // CBAppManager.h // ColorBook // // Created by maxiang on 4/21/15. // // #ifndef __ColorBook__CBAppManager__ #define __ColorBook__CBAppManager__ #include "cocos2d.h" #include "CBAppGlobal.h" #define xApp AppManager::getInstance() class AppManager { public: static AppManager* getInstance(); virtual...
[ "wuguiling@smalltreemedia.com" ]
wuguiling@smalltreemedia.com
01ae59c3cb1726a7c7e12b64778e760b93a70608
ecffba720cb0af51925868f17a4d558cbdcb546a
/Flight Software/PowerTest_V2/MPU6050.ino
c4e6462e4a0bb3e26980269cdbf7e4fa3fe4178d
[]
no_license
ndshetty/CanSatElectronics2017-18
7bda8d926ffce49b1935d6ca8b43c9ab0ec1be47
679087ba58f028c8622340cf8b87729e1ef66dd5
refs/heads/master
2020-09-15T12:16:24.813888
2018-05-29T22:15:37
2018-05-29T22:15:37
223,441,561
1
0
null
2019-11-22T16:19:31
2019-11-22T16:19:31
null
UTF-8
C++
false
false
573
ino
/*void mpuSetup() { while(!mpu.begin(MPU6050_SCALE_2000DPS, MPU6050_RANGE_2G)) { Serial.println("Could not find a valid MPU6050 sensor, check wiring!"); delay(500); } mpu.calibrateGyro(); mpu.setThreshold(3); } void mpuLoop() { mpuTime = millis(); Vector norm = mpu.readNormalizeGyro(); // Ca...
[ "ahsan.abrar16@hotmail.com" ]
ahsan.abrar16@hotmail.com
5af329d579b4551371b2d6803f14e8b490885fcf
e867868c78f972149e085b203dc42c120d60c76a
/ProceduralTexture/Plugins/UnrealShadertoy/Source/UnrealShadertoy/Public/ShaderToy.h
eff46ef6875876f1e2f4a07c76af326b07a0887a
[]
no_license
Sanctorum003/Unreal-4-rendering-programming
c95831d369c1150760497a7c019a54943e0edb7a
c431b82fefcc773e20575c56349245742aa2301c
refs/heads/master
2020-12-05T11:10:50.413852
2020-05-03T08:59:55
2020-05-03T08:59:55
232,091,408
0
0
null
null
null
null
UTF-8
C++
false
false
2,935
h
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreMinimal.h" #include "UObject/ObjectMacros.h" #include "MaterialExpressionIO.h" #include "Materials/MaterialExpression.h" #include "Materials/MaterialExpressionCustom.h" #include "ShaderToy.generated.h" USTRUCT(...
[ "lushuchengsky@126.com" ]
lushuchengsky@126.com
02c289a9eaa755b29b5514ba73c23135bbe30739
d6b4bdf418ae6ab89b721a79f198de812311c783
/privatedns/include/tencentcloud/privatedns/v20201028/model/DescribeRequestDataResponse.h
91007f4f2b9ceac492242360920a6611b49d42ce
[ "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
3,172
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
39bbd6702a3295914227c31be7f4a9c647482be3
641f6bdac7d6969dbd302211e48ac0e224584bd3
/arduino/old/arduino_qianyun/other/testScripts/limitSwitchTest/limitSwitchTest.ino
7b5237779c191370fa42ce54c1ecda68515665bf
[]
no_license
richard-warren/obstacleRig
5fb0d03081863ae6fc977ca434c2b36eb58fba49
4f351aa9bde83cbb0b94c65b02be652ea29dcccd
refs/heads/master
2022-12-07T10:55:59.325000
2020-07-07T16:09:59
2020-07-07T16:09:59
101,103,191
0
0
null
null
null
null
UTF-8
C++
false
false
406
ino
const int startLimitPin = 9; // signal is LOW when engaged const int stopLimitPin = 10; // signal is LOW when engaged void setup() { pinMode(startLimitPin, INPUT_PULLUP); pinMode(stopLimitPin, INPUT_PULLUP); Serial.begin(115200); } void loop() { Serial.print(" start: "); Serial.print(digitalRead(startLimi...
[ "richardwarren2163@gmail.com" ]
richardwarren2163@gmail.com
be0d4c97fb7cb4c3e7d980198886df5341d2929e
8c8820fb84dea70d31c1e31dd57d295bd08dd644
/NavigationSystem/Public/NavFilters/RecastFilter_UseDefaultArea.h
8a932836c655046fb8bb6cace151f0cc6145cee0
[]
no_license
redisread/UE-Runtime
e1a56df95a4591e12c0fd0e884ac6e54f69d0a57
48b9e72b1ad04458039c6ddeb7578e4fc68a7bac
refs/heads/master
2022-11-15T08:30:24.570998
2020-06-20T06:37:55
2020-06-20T06:37:55
274,085,558
3
0
null
null
null
null
UTF-8
C++
false
false
576
h
// Copyright Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreMinimal.h" #include "UObject/ObjectMacros.h" #include "NavFilters/NavigationQueryFilter.h" #include "RecastFilter_UseDefaultArea.generated.h" class ANavigationData; /** Regular navigation area, applied to entire navigation data by default...
[ "wujiahong19981022@outlook.com" ]
wujiahong19981022@outlook.com
8032e9b66585044096fb5bd01837bf6fe0cb813c
13a32b92b1ba8ffb07e810dcc8ccdf1b8b1671ab
/home--tommy--mypy/mypy/lib/python2.7/site-packages/pystan/stan/lib/stan_math/test/unit/math/prim/mat/prob/agrad_distributions_multi_student_t.hpp
1f46e7157bf083f5375502b58553cae21587e5e2
[ "Unlicense", "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
tommybutler/mlearnpy2
8ec52bcd03208c9771d8d02ede8eaa91a95bda30
9e5d377d0242ac5eb1e82a357e6701095a8ca1ff
refs/heads/master
2022-10-24T23:30:18.705329
2022-10-17T15:41:37
2022-10-17T15:41:37
118,529,175
0
2
Unlicense
2022-10-15T23:32:18
2018-01-22T23:27:10
Python
UTF-8
C++
false
false
826
hpp
class agrad_distributions_multi_student_t : public ::testing::Test { protected: virtual void SetUp() { nu = 5; y.resize(3,1); y << 2.0, -2.0, 11.0; y2.resize(3,1); y2 << 15.0, 1.0, -5.0; mu.resize(3,1); mu << 1.0, -1.0, 3.0; mu2.resize(3,1); mu2 << 6.0, 2.0, -6.0; Sigma.resi...
[ "tbutler.github@internetalias.net" ]
tbutler.github@internetalias.net
1da9e71d9d21e92bf133d77f3b0881ccd94f7c79
830c3f036753f0afae50c4dcedbb80a6babf119a
/tests/tools/Dx11DemoRemoteWrite.cpp
a3a8444f36c0f3650ea25ee579a6eead39502f24
[ "MIT" ]
permissive
yukunchen/Terminal
e72d8d481391fcc617fbc27e4542f965334d4996
13afb7e69de384eca38a9c03def3fc2ff9fbe600
refs/heads/master
2020-05-20T22:18:58.025272
2019-05-09T23:58:14
2019-05-09T23:58:14
185,779,890
0
0
null
2019-05-09T10:42:52
2019-05-09T10:42:52
null
UTF-8
C++
false
false
11,970
cpp
#include <windows.h> #include <vector> #include <iostream> #include <cassert> // Xfer #include "NetXferInterface.h" #include "resource.h" using namespace std; //-------------------------------------------------------------------------------------- // Global Variables //----------------------------------------------...
[ "yukun_chen@hotmail.com" ]
yukun_chen@hotmail.com
73242a81f3729b2b974e82b196c1f7c3f7ab170a
338f16b907cdca5d99f6fc4ee978b3dede217615
/include/mesos/authentication/http/authenticatee.hpp
00676febe6d90b728d0721a6cca4e4fd9be083ee
[ "Apache-2.0", "GPL-2.0-or-later", "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-protobuf", "LGPL-2.1-only", "PSF-2.0", "BSL-1.0", "MIT", "LicenseRef-scancode-warranty-disclaimer", "BSD-2-Clause" ]
permissive
apache/mesos
24c92eb34ea9cbb2912d6471815a433c9942e0c9
8856d6fba11281df898fd65b0cafa1e20eb90fe8
refs/heads/master
2023-08-28T06:36:36.458732
2023-01-13T21:00:06
2023-01-14T00:29:23
11,469,439
4,860
2,034
Apache-2.0
2023-04-12T06:10:25
2013-07-17T07:00:13
C++
UTF-8
C++
false
false
2,503
hpp
// Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you may...
[ "toenshoff@me.com" ]
toenshoff@me.com
6410964114ae42f5967ad2af999ff965082b0ba1
d3a4f1389f5cdd64cb61ea76d63fe4b051843e6f
/ch8/Ex_8_11.cpp
f3ce9cef73ae64c1a4c53268909f8bfacfe9c9f6
[]
no_license
SeA-xiAoD/Cpp_Primer_Homework
3562f61b8518ab51f36a9d202c0c0dffd8b088ec
dfa13331fb44062ea967d176270731b5a921afca
refs/heads/master
2021-04-06T01:36:15.725887
2018-06-04T13:29:34
2018-06-04T13:29:34
124,748,094
1
0
null
null
null
null
UTF-8
C++
false
false
493
cpp
#include <iostream> #include <sstream> #include <vector> #include <string> using namespace std; struct PersonInfo{ string name; vector<string> phones; }; int main() { string line, word; vector<PersonInfo> people; istringstream record; while(getline(cin, line)) { PersonInfo info; ...
[ "1002811562@qq.com" ]
1002811562@qq.com
de64adfaab1818173563094e70ca6a5341d956fc
3c7f8ddd3d61da88aa3444196bf29e22f3f452a8
/spoj_codes/HS08FOUR.cpp
8bc90a222f8a33d08b5ae130d5c6359e1efb97b5
[]
no_license
rathi062/codes
c836239092fd5e37e00a0c59412c94203e59ef18
ca06002592927e2a01474eec27209f0b78d05de2
refs/heads/master
2021-01-23T02:30:21.455737
2015-08-23T11:21:42
2015-08-23T11:21:42
21,992,864
0
0
null
null
null
null
UTF-8
C++
false
false
3,208
cpp
#include<iostream> #include<vector> #include<algorithm> #include<map> using namespace std; #define PB push_back #define LL long long #define MX 5 using namespace std; #define getcx getchar_unlocked inline void inp( int &n ) { n=0; int ch=getcx();int sign=1; while( ch < '0' || ch > '9' ){if(ch=='-')sign=-...
[ "mohit.rathi@flipkart.com" ]
mohit.rathi@flipkart.com
71164fba1488d26943bdfb331b8fb5766739afc9
87508c6edf6bbfcded3c2dcf17c1c8512fc5b17c
/shifr/des.h
a7e18f6ed751477df58d4d3858025d40ea478f5d
[]
no_license
Yashin20PI1/TIMP_PR_4
845fcbec714a92bed7669b67ca7689902dec1a43
8a221d284b6b9f49ede1f8395fd554cf00ef80f2
refs/heads/master
2023-05-27T21:51:16.443581
2021-05-29T20:00:10
2021-05-29T20:00:10
370,821,278
0
0
null
null
null
null
UTF-8
C++
false
false
743
h
#pragma once #include <cryptopp/cryptlib.h> #include <cryptopp/files.h> #include <cryptopp/sha.h> #include <cryptopp/des.h> #include <cryptopp/pwdbased.h> #include <cryptopp/filters.h> #include <cryptopp/osrng.h> #include "cryptopp/modes.h" #include <iostream> #include <string> #include <fstream> using namespace std; u...
[ "Yashin20PI1" ]
Yashin20PI1
6570c7dcb7a8347f005b6bb5cb8ac455605f03f8
9068d0b9762c872be4f4cccc11240a66b0757bd8
/Arduino/libraries/eHealth/eHealth.cpp
38864aeead3ec20b57c303848edaabd671f5e996
[]
no_license
cthylhu/Biofeedback_real-time-plotting
f674aceff8d6a39833c884fc44849b7d85c8c207
e4e69ad4ec2b6eade2ca263e1386a33c68334d61
refs/heads/master
2020-06-04T10:34:51.449207
2015-02-13T23:18:42
2015-02-13T23:18:42
28,119,976
0
0
null
null
null
null
UTF-8
C++
false
false
33,020
cpp
/* * eHealth sensor platform for Arduino and Raspberry from Cooking-hacks. * * Description: "The e-Health Sensor Shield allows Arduino and Raspberry Pi * users to perform biometric and medical applications by using 9 different * sensors: Pulse and Oxygen in Blood Sensor (SPO2), Airflow Sensor (Breathing), *...
[ "cyl35@cornell.edu" ]
cyl35@cornell.edu
40db43303abd51acfe56f72e391e2b5b3423648c
d2190cbb5ea5463410eb84ec8b4c6a660e4b3d0e
/old_hydra/hydra/tags/apr07/rich/hrichparset.cc
552c3d319a9fdcaffea85ef8c7da6a089bde1dd2
[]
no_license
wesmail/hydra
6c681572ff6db2c60c9e36ec864a3c0e83e6aa6a
ab934d4c7eff335cc2d25f212034121f050aadf1
refs/heads/master
2021-07-05T17:04:53.402387
2020-08-12T08:54:11
2020-08-12T08:54:11
149,625,232
0
0
null
null
null
null
UTF-8
C++
false
false
2,388
cc
// File: hrichparset.cc // *************************************************************************** //*-- Author : Witold Przygoda (przygoda@psja1.if.uj.edu.pl) //*-- Modified : 1999/12/04 by Witold Przygoda (przygoda@psja1.if.uj.edu.pl) using namespace std; #include <iostream> #include <iomanip> #include "hrichpa...
[ "waleed.physics@gmail.com" ]
waleed.physics@gmail.com
72788706d6a971cb334a0023bf1d7657cb829a0e
0688ed4fbbbd19613cc453c568af75ba59ae5144
/libraries/mojingsdk/src/main/cpp/googlebreakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/zip_writer.h
8e245161562b382e4a2c8b30c3e4048596bf183f
[ "LicenseRef-scancode-protobuf" ]
permissive
playbar/testplayer
49c068e53a5b93768b4d46f4f9b8d2bb739ff7fe
b4869ed9193739ab48c067cd51b4f5084943e924
refs/heads/master
2021-05-07T03:37:09.438661
2017-11-20T03:38:59
2017-11-20T03:38:59
110,958,488
3
0
null
null
null
null
UTF-8
C++
false
false
3,949
h
// Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // http://code.google.com/p/protobuf/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistr...
[ "hgl868@126.com" ]
hgl868@126.com
926434727b4c0e62e60f582dc027898c14bdd78e
bdc11b8ffdff4d6fd7c8f34eb1cd1e0609edf9e9
/ofApp.cpp
7b8bd5aa829007260306c789a3329272f5bd6710
[]
no_license
junkiyoshi/Insta20170919
a4e02467ae4379ae83c865e5bca75c4d7d2013a7
f2d2f628fd051fe7f24fb4a28ac68ec867fa72da
refs/heads/master
2021-06-29T19:57:27.687280
2017-09-19T08:42:27
2017-09-19T08:42:27
104,049,590
0
0
null
null
null
null
UTF-8
C++
false
false
2,394
cpp
#include "ofApp.h" //-------------------------------------------------------------- void ofApp::setup(){ ofSetFrameRate(30); ofBackground(0); ofSetWindowTitle("Insta"); ofEnableDepthTest(); ofEnableSmoothing(); this->size = 30; bool flg = true; for (float y = -ofGetHeight(); y < ofGetHeight(); y += this->siz...
[ "nakauchi.k@g-hits.co.jp" ]
nakauchi.k@g-hits.co.jp
b6ce59b587487ed4dc97704db9513d7ba7d78910
0577a46d8d28e1fd8636893bbdd2b18270bb8eb8
/update_notifier/thirdparty/wxWidgets/src/generic/colour.cpp
0f21410520f2e7567831bec4ff8ab421ebc99097
[ "BSD-3-Clause" ]
permissive
ric2b/Vivaldi-browser
388a328b4cb838a4c3822357a5529642f86316a5
87244f4ee50062e59667bf8b9ca4d5291b6818d7
refs/heads/master
2022-12-21T04:44:13.804535
2022-12-17T16:30:35
2022-12-17T16:30:35
86,637,416
166
41
BSD-3-Clause
2021-03-31T18:49:30
2017-03-29T23:09:05
null
UTF-8
C++
false
false
1,122
cpp
///////////////////////////////////////////////////////////////////////////// // Name: src/generic/colour.cpp // Purpose: wxColour class // Author: Julian Smart // Modified by: // Created: 01/02/97 // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////...
[ "mathieu.caroff@free.fr" ]
mathieu.caroff@free.fr
8e5f93a2d20a194d2a1b390527d7a153be0b7d38
b9ba37afe2d79814c2e3e4798add49aadf8ed7b2
/Theoretical Practical/TP1/parque.cpp
5b6448d03155b7a353d8397fcb2abbcf45f9cb64
[]
no_license
beatrizlopesdossantos/FEUP-AEDA
aed530f240add2d955feb3d846fcd35eba446768
9a64cbf0d8ca0e9009d5658c2203afaeb73e108c
refs/heads/master
2023-03-04T15:57:50.085482
2021-02-17T23:02:07
2021-02-17T23:02:07
339,875,214
0
0
null
null
null
null
UTF-8
C++
false
false
1,934
cpp
#include "parque.h" using namespace std; ParqueEstacionamento::ParqueEstacionamento(unsigned lot, unsigned nMaxCli): lotacao(lot), numMaximoClientes(nMaxCli) { vagas=lot; } unsigned ParqueEstacionamento::getNumLugares() const { return lotacao; } unsigned ParqueEstacionamento::getNumMaximoClientes() const { ...
[ "mbrlopes.santos@gmail.com" ]
mbrlopes.santos@gmail.com
763447116b4124a00885ad14958c0df4c9fb2c88
397f37e9db6a52ca5015b31082b465946e0ef1ec
/src/constants.cc
27d13387a72240c974c800ac575dcf29c7b83bba
[ "MIT" ]
permissive
rcythr/RML
c188aadd578430e88e026aab196aad8791d7599f
5f07eb4adba73c289f88f43bd0268225ef1376b4
refs/heads/master
2021-01-19T19:36:09.395215
2014-09-02T14:48:42
2014-09-02T14:48:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,668
cc
// This file is part of RML // RML is licensed with the MIT License. See the LICENSE file for more information. #include <RML/constants.hpp> #include <RML/util.hpp> namespace rml { std::unordered_set<std::string> html5Tags { "a", "abbr", "address", "area", "article", ...
[ "rwl3564@rit.edu" ]
rwl3564@rit.edu
8b5531ae427ae85639c4aa5b0983f5671f9c065b
eafabfbd433f01126ef9b0105d86ff720902f931
/BizEntity/TradeFund/stdafx.cpp
0dbdff2dc550e81fdd46ca688572af0b6199ba01
[]
no_license
imuse2012/XCaimi
9b3f06eee4f1b6091e625b3fc8c5b555a18e01c0
ccadd2daefade077e46e3f8be49f3ba3769bf26d
refs/heads/master
2021-01-18T07:47:28.956755
2013-11-18T04:47:27
2013-11-18T04:47:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
202
cpp
// stdafx.cpp : source file that includes just the standard includes // TradeFund.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h"
[ "youqian@vip.sina.com" ]
youqian@vip.sina.com
81beca2cbb06bf73f41693cfd3033b46d1c3b220
48e4c9712b38a90b819c84db064422e1088c4565
/toolchains/motoezx/qt/include/qt-2.3.8/qgdict.h
93db6a205af015ab5c1fbd8e5d371eadce332492
[]
no_license
blchinezu/EZX-SDK_CPP-QT-SDL
8e4605ed5940805f49d76e7700f19023dea9e36b
cbb01e0f1dd03bdf8b071f503c4e3e43b2e6ac33
refs/heads/master
2020-06-05T15:25:21.527826
2020-05-15T11:11:13
2020-05-15T11:11:13
39,446,244
0
1
null
null
null
null
UTF-8
C++
false
false
6,548
h
/**************************************************************************** ** $Id: qt/src/tools/qgdict.h 2.3.8 edited 2004-08-05 $ ** ** Definition of QGDict and QGDictIterator classes ** ** Created : 920529 ** ** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. ** ** This file is part of the tools mo...
[ "eu.gabii@yahoo.com" ]
eu.gabii@yahoo.com
0923816457327bb14ff7f7bf2aafd384705a7d96
f7ef7dabcc31ce5e2684a028f25f059302040392
/src/gs2/friend/request/DeleteRequestRequest.hpp
ad6311277376ace40c2179a08ed1be4ca071c1fb
[]
no_license
gs2io/gs2-cpp-sdk
68bb09c0979588b850913feb07406698f661b012
8dc862e247e4cc2924a060701be783096d307a44
refs/heads/develop
2021-08-16T17:11:59.557099
2020-08-03T09:26:00
2020-08-03T09:26:10
148,787,757
0
0
null
2020-11-15T08:08:06
2018-09-14T12:50:30
C++
UTF-8
C++
false
false
7,250
hpp
/* * Copyright 2016 Game Server Services, Inc. or its affiliates. All Rights * Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://www.apache.org/licenses/LICENSE-2.0 *...
[ "imatake_haruhiko@gs2.io" ]
imatake_haruhiko@gs2.io
cf814477135e44a59c2b547267942184882c351c
9819d9ef8fd274cc17e50dd1a5295f0b05cb6dce
/source/gui/noname.cpp
01c14cd12bd511b3fb9b06e4e02af3594fe6e37a
[]
no_license
geekgg20/XssDetect
1ffa77724d637367da536d2e37d86661e81148be
5ebeb2c5429fb72cb4c813e27c0e8bd92fce20ff
refs/heads/master
2020-09-24T13:27:01.527228
2016-06-07T09:37:52
2016-06-07T09:37:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
30,665
cpp
/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Jun 17 2015) // http://www.wxformbuilder.org/ // // PLEASE DO "NOT" EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #include "noname.h" ////////////...
[ "mguichun@foxmail.com" ]
mguichun@foxmail.com
9fc4f0f296871ee70a577591acd2214f25645058
757a5c0ad5dace24855fdd523019ed3fbb3ca9ce
/3rdparty/spirv-tools/source/opt/debug_info_manager.cpp
6593c3fbded1c5aaea4a77f0413c583f21c05cc0
[ "Apache-2.0", "BSD-2-Clause", "LicenseRef-scancode-free-unknown", "MIT" ]
permissive
VirtualGeo/bgfx
1631f59596c4db9099f8ac7c15d5496fa412f6a8
f2fe00958b07a99403f6cab0b4da8b6ad4bc7d31
refs/heads/master
2023-08-24T11:06:30.571411
2021-10-15T11:12:48
2021-10-15T11:12:48
250,211,166
0
1
BSD-2-Clause
2021-09-14T08:50:03
2020-03-26T09:13:31
C++
UTF-8
C++
false
false
35,895
cpp
// Copyright (c) 2020 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 ...
[ "branimirkaradzic@gmail.com" ]
branimirkaradzic@gmail.com
90d6dc96d5f9e9d7974ff0c273bef7080e1d2a69
995fef3accf2aedbcd431dd98bc9ab2a2ecace9d
/src/plugins/lmp/plugins/graffiti/progressmanager.h
5987e73ce8c47cda860fb3e7ca115eeb999efc3a
[ "BSL-1.0" ]
permissive
eringus/leechcraft
2e3da6263e7530f002b532aae616a4b158d53ff6
415a9a49aa4c942a4953e8c6e59876fc7e217b24
refs/heads/master
2020-12-26T04:56:09.461868
2013-12-17T13:03:26
2013-12-17T13:03:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,384
h
/********************************************************************** * LeechCraft - modular cross-platform feature rich internet client. * Copyright (C) 2006-2013 Georg Rudoy * * Boost Software License - Version 1.0 - August 17th, 2003 * * Permission is hereby granted, free of charge, to any person or organiz...
[ "0xd34df00d@gmail.com" ]
0xd34df00d@gmail.com
e35889b2f1f4bf30ff5d3caa7cf7d5aad639f13a
10047fd47735b78c70834072cc5253784d0d46cc
/pre_85/876(链表的中间结点).cpp
6aaae0096296f2221dee2c74f2590735526c5570
[]
no_license
HccqXd/my_leetcode1
676e6aa2cf901d7705f3944e4b423edc88da9961
170eaeda8d9aac66e70039079c6db2e329d227e4
refs/heads/master
2020-11-25T19:03:54.700682
2020-01-06T14:16:22
2020-01-06T14:16:22
228,803,491
1
0
null
null
null
null
UTF-8
C++
false
false
1,979
cpp
///* //题目描述: // 给定一个带有头结点 head 的非空单链表,返回链表的中间结点。 // 如果有两个中间结点,则返回第二个中间结点。 // //示例 1: // 输入:[1,2,3,4,5] // 输出:此列表中的结点 3 (序列化形式:[3,4,5]) // 返回的结点值为 3 。 (测评系统对该结点序列化表述是 [3,4,5])。 // 注意,我们返回了一个 ListNode 类型的对象 ans,这样: // ans.val = 3, ans.next.val = 4, ans.next.next.val = 5, 以及 ans.next.next.next = NULL. // //示例 2: // 输入:[1...
[ "hccqxd@qq.com" ]
hccqxd@qq.com
8dfecf879bea29fd77605ec916055332abb590a7
23a8f5bcd50ee94d973e2b5bc86a5b97c6941b7f
/Scientific Programming/SOLUTIONS/series11/serie11/vector.cpp
3e0db1ade6b8e3e364c4c645d62265d0034b15fc
[]
no_license
Johnson2209/TU-Wien-Assignments
b1b7ef92664761c21b0f8cac159efbb11bb55c7a
7fdb176ca4dc99378467f64ea9eeba8ae2e78cfc
refs/heads/master
2023-06-28T20:01:54.409267
2021-08-13T15:36:39
2021-08-13T15:36:39
395,697,288
0
0
null
null
null
null
UTF-8
C++
false
false
2,576
cpp
#include "vector.hpp" #include <iostream> using std::cout; Vector::Vector() { dim = 0; coeff = (double*) 0; // just for demonstration purposes // cout << "constructor, empty\n"; } Vector::Vector(int dim, double init) { assert(dim >= 0); this->dim = dim; if (dim == 0) { coeff = (double*) 0; } ...
[ "johnsonoyero22@gmail.com" ]
johnsonoyero22@gmail.com