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
60524d38ef2885807dea5e38796791dacc524763
44ab57520bb1a9b48045cb1ee9baee8816b44a5b
/Engine/Code/CoreTools/Threading/ThreadGroup.h
b5f75f879a9030b9b61bd921bbcdd50483ee3770
[ "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,106
h
/// Copyright (c) 2010-2023 /// Threading Core Render Engine /// /// 作者:彭武阳,彭晔恩,彭晔泽 /// 联系作者:94458936@qq.com /// /// 标准:std:c++20 /// 引擎版本:0.9.0.5 (2023/03/31 16:38) #ifndef CORE_TOOLS_THREADING_THREAD_GROUP_H #define CORE_TOOLS_THREADING_THREAD_GROUP_H #include "CoreTools/CoreToolsDll.h" #include "CoreTools/Contrac...
[ "94458936@qq.com" ]
94458936@qq.com
3b480777f9027ef69bd86e7e92f8d17b411a1a2c
38bcdbedeec13d5178690adbb40200959b367de5
/personal directory/kimmold/objectorientedTeamProject/objectorientedTeamProject/ootp.h
69fe0e200793587033abc5ba88fdb367edb69b4e
[ "MIT" ]
permissive
h0han/SE271_project
2a96b06da2c28ac8ee584a0fb4b04f3f9534d852
8357617a68c431d4e3e0ebca3c2dc569a1dc736d
refs/heads/master
2023-02-08T04:01:13.438957
2021-01-01T12:42:10
2021-01-01T12:42:10
301,693,450
0
0
MIT
2020-11-01T10:21:49
2020-10-06T10:42:38
null
UTF-8
C++
false
false
500
h
#pragma once # include <iostream> #include<fstream> #include<istream> #include<string> class Person { public: std::string name; std::string mail; std::string gender = "-1"; // represent 0(male), 1(female) int* subject = new int[100]{ 0 }; }; class Student : public Person{ public: std::string id=0; // student num...
[ "kimjh5182@naver.com" ]
kimjh5182@naver.com
1fba01e15097c478dc7672b300101fd348aeab2a
038df27dfb74a68f7b2fef2f63e5cc6bfe720962
/examples/0019.win32/win32.cc
9445f898310662daeb76223a9d05c6f26db1bc37
[ "MIT" ]
permissive
klmr/fast_io
6226db934bbda0b78ae1fac80d20c635106db2c1
1393ef01b82dffa87f3008ec0898431865870a1f
refs/heads/master
2022-07-28T12:34:10.173427
2020-05-25T11:25:38
2020-05-25T11:25:38
266,780,867
2
0
NOASSERTION
2020-05-25T13:03:19
2020-05-25T13:03:19
null
UTF-8
C++
false
false
278
cc
#include"../../include/fast_io.h" #include"../../include/fast_io_legacy.h" int main() { fast_io::posix_file pf("a.txt",fast_io::open_interface<fast_io::open_mode::out>); print(pf,"Hello World\n"); fast_io::win32_io_observer obs(pf); print(obs,"hello world from win32\n"); }
[ "euloanty@live.com" ]
euloanty@live.com
5d4fe755e9123a08f4c18a6c45d326f7aacb3f67
c993b955f1d0e77952c53a2abfe8f582a32a802c
/ref-impl/src/OM/OMGSF_SSStoredObjectFactory.cpp
66737b625a211fad120c82ae9a2dbba8c096206c
[]
no_license
christianscheuer/aaf
6d67e767f439d6f43c3b7fba64336876bcbc0b8d
0b76dd5bf4f70b0e7b3c33fd6d923ce6f67c71aa
refs/heads/master
2020-05-01T03:08:19.586353
2019-05-01T09:34:40
2019-05-01T09:34:40
177,238,098
0
0
null
2019-03-23T03:12:02
2019-03-23T03:12:02
null
UTF-8
C++
false
false
7,753
cpp
//=---------------------------------------------------------------------= // // $Id$ $Name$ // // The contents of this file are subject to the AAF SDK Public Source // License Agreement Version 2.0 (the "License"); You may not use this // file except in compliance with the License. The License is available // in AAFSD...
[ "" ]
d87fa9b0d931fad854d243cd336acb116db7757b
42e0df7759287e31c7bb6b7245d7f24675995b4b
/LabProject03/DDSTextureLoader12.h
399e7f3eec0f3bcd603419172a05c5099c5a3a8e
[]
no_license
yeongjo/SchoolDx12_1
15823d84a272e0e33a29ee3dacd685f5f8e391eb
83b05c37a93e85961fd5c94aac3bad48751b0a4d
refs/heads/master
2023-05-27T23:08:10.252132
2021-01-14T19:59:10
2021-01-14T19:59:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,047
h
//-------------------------------------------------------------------------------------- // File: DDSTextureLoader12.h // // Functions for loading a DDS texture and creating a Direct3D runtime resource for it // // Note these functions are useful as a light-weight runtime loader for DDS files. For // a full-featured DD...
[ "songchung2466@gmail.com" ]
songchung2466@gmail.com
0c9d3b0cd85e20655697a43276e4591a27ba6495
d4d16e851c0e253146ae3e8134d6a09436ef57b0
/include/Percolation.hpp
9fc5ee00d51d67107ad30d0776139f5d5fb780ef
[]
no_license
WCTests/percCppTest
f133f2360d9089cb282dbdc4b9973e2c439542b6
1d259a6f684a25688c3af2884f388c8a49d29bd5
refs/heads/master
2020-04-29T04:05:06.736462
2014-01-13T21:30:22
2014-01-13T21:30:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,904
hpp
/***********************************Percolation.hpp********************************** * Percolation.hpp * * * * @authr : Walter Capa ...
[ "wctests@yopmail.com" ]
wctests@yopmail.com
2a6abca520dcca7d26919fcaca16084e067151bf
c2fc4673b511b347b47158be96e6bf1f01e3f167
/extras/jbcoin-libpp/extras/jbcoind/src/jbcoin/core/impl/Workers.h
1ad0eaf2e3ac064cd166a2ea66d2beea6615863b
[ "MIT-Wu", "MIT", "ISC", "BSL-1.0" ]
permissive
trongnmchainos/validator-keys-tool
037c7d69149cc9581ddfca3dc93892ebc1e031f1
cae131d6ab46051c0f47509b79b6efc47a70eec0
refs/heads/master
2020-04-07T19:42:10.838318
2018-11-22T07:33:26
2018-11-22T07:33:26
158,658,994
2
1
null
null
null
null
UTF-8
C++
false
false
5,647
h
//------------------------------------------------------------------------------ /* This file is part of jbcoind: https://github.com/jbcoin/jbcoind Copyright (c) 2012, 2013 Jbcoin Labs Inc. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby ...
[ "trongnm@chainos.vn" ]
trongnm@chainos.vn
425ba0e5172fd58dea3218da28d2168281c1bb9d
40238c6a387121cd5c7cb36dda0aa76a580eeedb
/HandTracking/HandTracking/trackingClass.cpp
7c342f1fb06aef52777577f7732670a62455c5fd
[]
no_license
leoxiaobin/my-project-hand
a4ad69aa9854b85513ba64f075697350a5add1db
5c38cbd83dd4e6149a0453fe494ecec4876cc439
refs/heads/master
2021-01-20T16:18:37.574963
2015-07-29T08:22:30
2015-07-29T08:22:30
39,881,503
0
1
null
null
null
null
UTF-8
C++
false
false
12,419
cpp
#include "trackClass.h" #include <time.h> #include <iostream> #include <vector> #include <opencv2/imgproc/imgproc.hpp> using namespace std; Classifier::Classifier(CLASSIFIER classifier_type): m_classifier_type(classifier_type) { } Classifier::~Classifier() { } HOGLIKEClassifier::HOGLIKEClassifier(...
[ "ommiissyu@gmail.com" ]
ommiissyu@gmail.com
c35c38c8186b64a036fdb00b9cfc87a0b74bc802
31c68bfcdb4ecb1ea6adc90fe67d9e458b7af9b7
/JC_AI_Engine/VGP332_WI17/Civilians/Animal.h
64d6f64be99953ed0c5a813f178d7c834c5e1788
[]
no_license
Saltylanguage/AI_Demo
085c8035909358ffb1fea5718de8ebb08380e7f7
e55c8c95f331ddea8db8cafc484608f5c6316401
refs/heads/master
2020-03-23T22:58:21.657529
2018-07-24T21:43:50
2018-07-24T21:43:50
142,209,422
0
0
null
null
null
null
UTF-8
C++
false
false
289
h
#pragma once #include "X\Inc\XEngine.h" #include "AI_Library\AI_Library.h" class Animal { public: Animal() : mStateMachine(*this) {} ~Animal() {} X::Math::Vector2 mPosition; int mHealth; AI_Library::StateMachine<Animal> mStateMachine; AI_Library::Pathfinder mPathfinder; };
[ "joshcampbell1986@gmail.com" ]
joshcampbell1986@gmail.com
8be722cba55d2c0d46f66bed5dc2ab89865387ed
2d7c6a9b51187efd6673973ca05f59b3fe53abdb
/src/layer/tfpack.h
527cdbcb5229230f2aca993a26220678c0af0aea
[ "Zlib", "BSD-3-Clause", "BSD-2-Clause" ]
permissive
nihui/tensorflow2ncnn
37a8d780e72d5c9b1c2c877bbbcc3fb6115406e5
01817c6a62952f9044d0b205236edbc32d2098dc
refs/heads/master
2020-07-11T05:27:42.344860
2019-08-26T09:30:35
2019-08-26T09:30:35
204,456,115
6
1
NOASSERTION
2019-08-26T10:54:52
2019-08-26T10:54:52
null
UTF-8
C++
false
false
1,234
h
// Tencent is pleased to support the open source community by making ncnn available. // // Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved. // // Licensed under the BSD 3-Clause License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy ...
[ "286688787@qq.com" ]
286688787@qq.com
324ba49c93bba6db7ed8f44925de858e173c6b35
00ceb046fd2b5155a06e86ffc856363606f86da8
/SIAT-CNN/SIAT-CNN/CCreateNetwork.cpp
d584b5f834e886ba48abdce264f9b66279a8897e
[]
no_license
FacialLandmark/CNN-Face-Point-Detection
1c086fbd4fa6e124e84a2ef81a4d6fcf401fb9c1
06b1dd9821c2965c879ca5e7bede2c0a982421ae
refs/heads/master
2021-01-18T09:26:02.445053
2015-07-03T11:10:53
2015-07-03T11:10:53
39,367,540
2
4
null
2015-07-20T06:43:15
2015-07-20T06:43:15
null
GB18030
C++
false
false
48,706
cpp
#include "StdAfx.h" #include "CCreateNetwork.h" #include "Preferences.h" #include <afxwin.h> #include <highgui.h> #include <imgproc\imgproc.hpp> #include <cv.h> #include <afx.h> #include "SHLWAPI.H" // for the path functions #pragma comment( lib, "shlwapi.lib" ) #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE s...
[ "674830705@qq.com" ]
674830705@qq.com
b6d2c015324afd9ee3231a83a2187dc825960fc0
25e370b97bd0b37139f88419895459bb66c9f8e6
/RoboticFootballPeripherals/EmptyPeripheral.hpp
5a56d39210df41774407453f6444daa184e1d855
[]
no_license
Bill-Sullivan/ValpoRoboticsOORewrite
8dd8881fc5c26c80342224d86335ffc1a11acfe2
c0cc8820f67fb5ce0a346d26d2ed0bef0d43e337
refs/heads/master
2021-06-28T23:08:29.617677
2019-03-06T23:32:18
2019-03-06T23:32:18
133,055,331
0
0
null
2018-05-11T17:14:54
2018-05-11T15:14:05
C++
UTF-8
C++
false
false
304
hpp
#pragma once #include "../StandardHeader.hpp" #include <Servo.h> class EmptyPeripheral : public Peripheral { private: public: void doThing() { return; } void doNotConnectedThing() { return; } void setup() { return; } EmptyPeripheral() { return; } ~EmptyPeripheral() { return; } };
[ "william.sullivan@valpo.edu" ]
william.sullivan@valpo.edu
1b12f04ffb65458e8700eef78e08769e14cb1cc5
b65929c35ccafdcf2348a1d5b8e7a1b09b7da5ec
/widget.h
1b3bbe9adcd9c8b68d39c7022d1df80b1d49d4e9
[]
no_license
linssswww/cjq
7a13df37b573ed17158636332c785c5e6e19280c
615ba073983fb8fc093fbdf933b16cf6ac67e3bd
refs/heads/master
2020-03-23T19:09:15.709617
2018-07-23T04:48:38
2018-07-23T04:48:38
141,956,473
2
0
null
null
null
null
UTF-8
C++
false
false
162
h
#pragma once #include "ui_Widget.h" namespace Ui { class Form; } class Form :public Ui_Form { public: Form(); void test(); private slots : void finsh(); };
[ "497598399@qq.com" ]
497598399@qq.com
6a41a2c5bc72a43e32577493c82e184182789c80
c886267c52998a0cb8a5b54f1333f5710d8b743b
/old/cpp_list_sets/src/Optimistic_list_set.h
9fed7f5c5283d6d1cc8b7507b26da1a6683aeebf
[]
no_license
ths13/code
00000f2b60c20653b166721aa0513a4bfb0a4343
b12a541f71a89c8dbca3850d7b521ee559652dce
refs/heads/master
2020-03-18T12:55:38.447121
2018-05-23T18:44:41
2018-05-23T18:44:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,050
h
#pragma once #include "N_lock_list_set.h" #include <iostream> #include <memory> #include <mutex> #include <tuple> #undef Set #define Set Optimistic_list_set template <typename T> class Optimistic_list_set : public N_lock_list_set<T> { protected: using guard_t = std::lock_guard<std::mutex>; using super = N_l...
[ "jesse.tov@gmail.com" ]
jesse.tov@gmail.com
67efd32e06a04fc1fd2112a1c35ade1269a6d2f0
49f7616d386a445139b89db50328883fbdf01c90
/P8/PA8 (copy 1)/Document.cpp
a4c94c55efadf1463abf74ff3fa2e30668fe317d
[]
no_license
brucdarc/CS253
708ca4009bc9deb4b5b8ecf0fad581f400db6723
95d1ac5af8b2acbe0783e2f69693add2bdc35ee3
refs/heads/master
2020-04-18T04:10:58.584854
2019-01-23T18:02:15
2019-01-23T18:02:15
167,228,575
0
0
null
null
null
null
UTF-8
C++
false
false
4,736
cpp
#include <math.h> #include <Word.h> #include <vector> #include <string> #include <algorithm> #include <StringTest.h> using std::string; using std::vector; #include <iostream> using std::endl; using std::cout; using std::cerr; #include <Document.h> bool Document::failed = false; Document::Document (vector<Word> wor...
[ "cutreaper@gmail.com" ]
cutreaper@gmail.com
7ba88c78fe16fefc8e1e13141f063be29fa2cfb7
6f37f529bae8bbcc99244468477f14e9f96ff95c
/wxWidgets-2.8.12/src/common/combocmn.cpp
84d699c6b6e081c4cdbe6be1d5fbeebd082c4d52
[]
no_license
darknebuli/darknebuli-RM-graph
13326ddbc9a210605926f7ad4b70672a48b1b2f2
bf169c01f787fdd144e19fae6732a5b58fdbdafd
refs/heads/master
2020-05-16T23:40:56.853727
2012-04-30T22:14:24
2012-04-30T22:14:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
86,450
cpp
U2FsdGVkX19fTms3OENxUoetnOKy1AyJ49jWWmkNc76HrZzistQMiePY1lppDXO+ h62c4rLUDInj2NZaaQ1zvoetnOKy1AyJ49jWWmkNc758g4KpHaB8LwCS1iqVEAa/ 3WR6GO//whonn01yC3Yog7l+vtx8bxZskpN17TV2U5aaYgrhKiDSDIkBGymOs8hT tL9qahx9SPaoyAU1p5R+mPnlKtOsS3xEmy4OraTcoivgBYfKOHGj+DKJZIo+m69h FNUCJ4pioCqGKEtMh7RWBVylWse67OXliecZ0ACVzHhQjI5jaDYf5PGrgLmB...
[ "charles@rhizometric.com" ]
charles@rhizometric.com
2b289666a9f262efe5e97d2e58f5279b1aec55d1
4c23be1a0ca76f68e7146f7d098e26c2bbfb2650
/ic8h18/0.008/CC5H10OOH-DO2
34f89fa5b30d09339e6d87843e1f8a5b9ef18d1c
[]
no_license
labsandy/OpenFOAM_workspace
a74b473903ddbd34b31dc93917e3719bc051e379
6e0193ad9dabd613acf40d6b3ec4c0536c90aed4
refs/heads/master
2022-02-25T02:36:04.164324
2019-08-23T02:27:16
2019-08-23T02:27:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
845
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 6 \\/ M anipulation | \*-------...
[ "jfeatherstone123@gmail.com" ]
jfeatherstone123@gmail.com
ed26df3ee21cbf17d56d6c16eec8eb44c66a9436
60205812b617b29713fe22dcb6084c4daed9da18
/01-Question_after_WangDao/Chapter_02/2.2/T11_02-self_Merge_Solution.cpp
38f6578e4e6e9329dc8c4e3e4940f0121a81076f
[ "MIT" ]
permissive
liruida/kaoyan-data-structure
bc04d6306736027cb5fc4090a2796aca7abbbaa4
d0a469bf0e9e7040de21eca38dc19961aa7e9a53
refs/heads/master
2023-04-02T19:57:49.252343
2021-01-03T07:20:11
2021-01-03T07:20:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,763
cpp
#include <iostream> using namespace std; typedef int ElemType; typedef struct { ElemType *data; int length; } SqList; void outPutList(SqList L) { for (int i = 0; i < L.length; i++) cout << L.data[i] << " "; cout << endl; } SqList initList(int arr[], int length) { SqList L; L.length = ...
[ "1097985743@qq.com" ]
1097985743@qq.com
4377913e2e218b4c7cb72a16290cef448fbbe7bd
bb838a595d5c4121ce11e3d48211d95db60a417c
/supertux/patches/patch-external_tinygettext_include_tinygettext_iconv.hpp
c7ac6ca93d4d23abbe4beeaaee45905953d0f499
[]
no_license
wscott/pkgsrc-wip
c866c6559c19a4e76018f8c5561abda60cd423e9
c123e579b2d55025407651b2a178ad7d9558228e
refs/heads/master
2021-01-20T21:56:43.673401
2016-08-23T14:03:26
2016-08-23T14:03:26
66,288,288
0
0
null
2016-08-22T16:14:10
2016-08-22T16:14:09
null
UTF-8
C++
false
false
342
hpp
$NetBSD$ Fix ICONV_CONST lack of definition. --- external/tinygettext/include/tinygettext/iconv.hpp.orig 2015-12-20 14:56:35.000000000 +0000 +++ external/tinygettext/include/tinygettext/iconv.hpp @@ -45,6 +45,8 @@ # define tinygettext_iconv_close iconv_close #endif +#define ICONV_CONST const + namespace tinyget...
[ "youri.mout@gmail.com" ]
youri.mout@gmail.com
75455aa9d3e87cbaff1108f17e78563e16a13bed
4315cda03f0cd9f26d2e8d067cbd783e58fd29aa
/caffe/include/caffe/layers/loss_layer.hpp
1e385d96c51f637b32d19e02bc8dae252a72d59c
[ "LicenseRef-scancode-generic-cla", "BSD-2-Clause", "BSD-3-Clause", "LicenseRef-scancode-public-domain", "MIT" ]
permissive
jialinwu17/box_cls_reg
e2549e20405822e15202e4e6485da9a79d8108de
be488241f2acbc91f0733f12d485ba152d2c6670
refs/heads/master
2021-05-12T04:20:46.312262
2018-01-14T16:47:02
2018-01-14T16:47:02
117,160,370
0
0
null
null
null
null
UTF-8
C++
false
false
1,516
hpp
#ifndef CAFFE_LOSS_LAYER_HPP_ #define CAFFE_LOSS_LAYER_HPP_ #include <vector> #include "caffe/blob.hpp" #include "caffe/layer.hpp" #include "caffe/proto/caffe.pb.h" namespace caffe { const float kLOG_THRESHOLD = 1e-20; /** * @brief An interface for Layer%s that take two Blob%s as input -- usually * (1) pr...
[ "31551693+jialinwu17@users.noreply.github.com" ]
31551693+jialinwu17@users.noreply.github.com
276ff4529a6f099945b8c3cbc1e514a1dc221860
25813a83146d31d4d5a8775e26f5849cc676c6fa
/EthernetSupW5100/EthernetSupW5100/EthernetSupW5100.cpp
046911e8c5cb7b582f29b8a2a191c106a67b0e01
[]
no_license
lucianohsmelo/Sketchs-Arduino
4fae2b327505eaa2450d61d16d610263b285aa50
b3221656a78663fb2db2f71868235372f3c471aa
refs/heads/master
2021-01-21T14:35:30.988608
2017-06-24T16:13:07
2017-06-24T16:13:07
95,307,529
0
0
null
null
null
null
UTF-8
C++
false
false
11,041
cpp
#include "w5100.h" #include "EthernetSupW5100.h" #include "Dhcp.h" #include <avr/pgmspace.h> #define P(name) static const prog_uchar name[] PROGMEM // XXX: don't make assumptions about the value of MAX_SOCK_NUM. uint8_t EthernetClass::_state[MAX_SOCK_NUM] = { 0, 0, 0, 0 }; uint16_t EthernetClass::_server_port[MAX_SOC...
[ "lucianohsmelo@gmail.com" ]
lucianohsmelo@gmail.com
66ae2304a89b8e55f31b064b37c6a52deffc530c
45830f95fea9c9afca398c916a9a459dc5e59786
/src/mcomp/lib/stan/math/rev/scal/fun/boost_isnan.hpp
8eb676db4075534c221ff386fc6a49fdd1b6ceec
[]
no_license
sunnyisgalaxy/moabs
26056da0d68d5cb8da2ad0055a34e72b979a85ac
19b26ea83342d486d7e6a4a89ef766e48f6716f9
refs/heads/master
2021-07-07T12:58:33.937819
2020-09-23T01:07:15
2020-09-23T01:07:15
33,788,496
14
15
null
2021-04-27T03:16:38
2015-04-11T19:07:24
C++
UTF-8
C++
false
false
618
hpp
#ifndef STAN__MATH__REV__SCAL__FUN__BOOST_ISNAN_HPP #define STAN__MATH__REV__SCAL__FUN__BOOST_ISNAN_HPP #include <boost/math/special_functions/fpclassify.hpp> #include <stan/math/rev/core.hpp> namespace boost { namespace math { /** * Checks if the given number is NaN * * Return <code>true</code...
[ "lijin.abc@gmail.com" ]
lijin.abc@gmail.com
b410e567ccff50234b6430c633e8f29ecc59c5d1
0dd9aaaf64ee65f2f8bec4484b1ca8f4517f54c4
/trunk/Model/RtsInitializer.h
a6e38cfe0b4df37fbd1764bdea4fcd08a168aaeb
[]
no_license
dumppool/mazerts
53c186bcf8f85c5f618f25464a0067f0b23abeb4
7ff775fad18111de8c85552e7bd4c0435b0faba8
refs/heads/master
2020-09-14T16:57:56.936388
2012-07-08T16:36:08
2012-07-08T16:36:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,881
h
/** * This static class setups the game - initializes terrain and starting * assets, players, resources etc. * * It currently supports scenario-file or random debug-initing. * * Here are the stuffs previously in DXUI::GameState's create method. * * Reasons for moving those here: * - to avoid bloating...
[ "zemm@iki.fi" ]
zemm@iki.fi
6318911b74b1fcad774072a9275373b52948f6e0
a1a8b69b2a24fd86e4d260c8c5d4a039b7c06286
/build/iOS/Preview/src/Fuse.Effects.g.cpp
d7f84ee6c36180f79ddb256ea433b7bc6db3a34e
[]
no_license
epireve/hikr-tute
df0af11d1cfbdf6e874372b019d30ab0541c09b7
545501fba7044b4cc927baea2edec0674769e22c
refs/heads/master
2021-09-02T13:54:05.359975
2018-01-03T01:21:31
2018-01-03T01:21:31
115,536,756
0
0
null
null
null
null
UTF-8
C++
false
false
118,308
cpp
// This file was generated based on '(multiple files)'. // WARNING: Changes might be lost if you edit this file directly. #include <_root.FuseEffects_bundle.h> #include <Fuse.DrawContext.h> #include <Fuse.Effects.BasicEffect.h> #include <Fuse.Effects.Blur.h> #include <Fuse.Effects.Desaturate.h> #include <Fuse.Effects....
[ "i@firdaus.my" ]
i@firdaus.my
4fb110794ee49c62bd5d040dd02d0eb367041c42
e1f80c7a4dab0bcf57a1706a5a6f5f18cef2ebe4
/GUI/implementation/login.cpp
6a249f6b17769a73b07f37d9380a408c3804cad9
[]
no_license
ragoale99/Progetto_Prog2
03df64d5a20e4a85323adf70b37cb0d9074e9df0
6a846c705863d147109ab7687f960240f09d142f
refs/heads/master
2023-03-28T16:05:21.419561
2021-03-22T11:53:23
2021-03-22T11:53:23
286,474,827
0
0
null
null
null
null
UTF-8
C++
false
false
5,888
cpp
#include "../../GUI/header/login.h" Login::Login(vecUsers& lista_user, user**loginUserRef, QWidget* parent) : QDialog(parent), listaUtenti(lista_user), loginUser(loginUserRef){ setWindowTitle("Login - Libreria Musicale - Registrazione"); setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint); cre...
[ "raghesh99@gmail.com" ]
raghesh99@gmail.com
ef64a1a777eece3a44f91dcadeef47b0c04a4dba
bfa3975d6cbc2f50869d5cb2c8529c83752cbf05
/cocoR/CocoSourcesCPP/Parser.cpp
a60af23b924575b2a1502f47abad708d36fc97cb
[]
no_license
jackieju/cs
1306bd6278658cc8b9d800ffeda81e59d61735c2
bb81eee7081bbccedeb7c488e81880f418a53d63
refs/heads/master
2021-01-13T16:25:55.452683
2012-02-26T08:46:35
2012-02-26T08:46:35
1,492,148
2
0
null
null
null
null
UTF-8
C++
false
false
24,849
cpp
/*---------------------------------------------------------------------- Compiler Generator Coco/R, Copyright (c) 1990, 2004 Hanspeter Moessenboeck, University of Linz extended by M. Loeberbauer & A. Woess, Univ. of Linz ported to C++ by Csaba Balazs, University of Szeged with improvements by Pat Terry, Rhodes U...
[ "jackie.ju@gmail.com" ]
jackie.ju@gmail.com
775729be3441a4d8219c465458379df929133444
eed491a4651a7dffaaef66c2765f816506482333
/编译课设/16061184_王冬冬/源代码/语法分析/optimizecode.cpp
efad4feefa6d387ac4d8636e6d5fd03643861696
[]
no_license
nicewdd/-
9573679860167af34136142a17c67113d5f21879
fa35520a0cd8fc99b56f78093de748504d7118b3
refs/heads/master
2020-07-22T02:03:53.084319
2019-09-08T00:31:54
2019-09-08T00:31:54
207,041,408
1
0
null
null
null
null
UTF-8
C++
false
false
9,548
cpp
#pragma warning(disable:4996) #include<stdio.h> #include<stdlib.h> #include<string.h> #include<ctype.h> #include "compiler.h" void numtostr(int num); int strtonum(char w[]); int judge(char s[]) { if (s[0] == '-' || s[0] == '+' || s[0] == '\'' || s[0] >= 48 && s[0] <= 57) { return 1; } else { return 0; } } voi...
[ "16061184@buaa.edu.cn" ]
16061184@buaa.edu.cn
2b5b623bfcb53a9f9cb517257ae0eeb50ccc0858
1ea801dd4704e160c75bac3bc88b8df9c2f36368
/translator/tests/pattern/vdivps/vdivps000.cpp
7cdd1ef5b55d1b7cf45c98d125b2d8a49cdf57b5
[ "Apache-2.0", "BSD-3-Clause" ]
permissive
fcccode/xbyak_translator_aarch64
e37e02038c9737564bff0319f7e1f514390c1452
11e976d859e519d94a62acb245902e57ba4f39c8
refs/heads/main
2023-04-22T02:12:28.889408
2021-05-14T11:16:17
2021-05-14T11:16:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,437
cpp
/******************************************************************************* * Copyright 2020 FUJITSU LIMITED * * 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.apa...
[ "kawakami.k@fujitsu.com" ]
kawakami.k@fujitsu.com
3e57bbf3876eaea6f3d21676969d93046cadc600
0a8ccc53477e8d415ac1a4464875660b07cb1e6d
/excentury/extern/include/excentury/excentury.h
27290ca2ec76180ec22343fac397165ede8f8dfb
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
jmlopez-rod/excentury
2d57ea102a63c5b4b7195827cf25134434d61780
8d0f20bb3e543382170e042fac51a56377c4024b
refs/heads/master
2021-05-25T10:38:07.279091
2014-08-22T16:47:48
2014-08-22T16:47:48
18,227,801
0
1
BSD-2-Clause
2020-10-31T19:51:43
2014-03-28T22:03:32
Python
UTF-8
C++
false
false
1,125
h
/** EXCENTURY.H % Author: Manuel Lopez <jmlopez.rod@gmail.com> % License: BSD License % Jul 05, 2012 -- Aug 15, 2014 This file provides access to all the functions and classes defined in excentury. All macros defined by excentury start with XC (excentury) followed by an underscore and a name in capital letters. */ #...
[ "jmlopez.rod@gmail.com" ]
jmlopez.rod@gmail.com
5e0092dbf59a6093ccc26a5d0805ef3ecaf3e4a9
444e27f72046cc3857573f0cafa71be553290459
/HW5/src/lib/BST.h
eda5c9dce8959aea85a1dd608aea63357fa782f9
[ "MIT" ]
permissive
candre97/EE599_Software_Engineering
21e6ca61643ad22955d5a2d38d98fca9d92db4f8
7a303c940a0008d1579a1e5bc46b8a281ac48158
refs/heads/master
2022-04-24T09:23:31.985447
2020-04-28T01:21:45
2020-04-28T01:21:45
237,091,098
0
0
MIT
2020-04-28T01:21:46
2020-01-29T22:01:49
C++
UTF-8
C++
false
false
1,121
h
#ifndef BST_H #define BST_H #include <string> #include <vector> #include <numeric> #include <iostream> #include <queue> #include <stack> struct TreeNode { int val; TreeNode *left; TreeNode *right; TreeNode(int x) : val(x), left(NULL), right(NULL) {} }; class BST { public: // hw5 int MaxDepthRec(TreeNod...
[ "candre@Charless-MacBook-Pro-2.local" ]
candre@Charless-MacBook-Pro-2.local
f0bd4afc04557895b24c94146950bb995729f0a2
a9b354c723936a7922a97565440251e7181dfb01
/lesson_01_OOP_CCP.cpp
30d7be3938c2639fdae1e8a1501c21d573018fcb
[]
no_license
andry-dervy/lesson_01_OOP_CPP
a067484c69c5034783709e9ecda4f7b6f9257c9b
56ac37536002826662dd6ab55e96434756d85a89
refs/heads/main
2023-09-02T05:27:47.779274
2021-08-29T11:24:39
2021-08-29T11:24:39
398,551,462
0
0
null
null
null
null
UTF-8
C++
false
false
8,717
cpp
//============================================================================ // Name : lesson_01_OOP_CPP.cpp // Author : andry antonenko // IDE : Qt Creator 4.14.2 based on Qt 5.15.2 // Description : lesson 01 of the object-oriented programming on C++ course //=====================================...
[ "dervy@mail.ru" ]
dervy@mail.ru
14e60048ffc3e9551d1aeac0cef710d448a7fbe5
da8d0a81ddd8391a3a0058bc85f8565dd72d23f3
/UVA-Problem Solutions/Solutions In C++/11900 - Boiled Eggs.cpp
94d04606b205eb1d349a455b9705e70e0ce4aa4a
[]
no_license
saiful130104/Problem-Solving
0044656662f7addd4a4c6ae2bbd69c81e1560bb5
929471ca6dcde7d54de605abe9cb3d491d1b7ee6
refs/heads/master
2020-05-01T03:56:38.150448
2020-01-05T06:45:41
2020-01-05T06:45:41
177,259,747
0
0
null
null
null
null
UTF-8
C++
false
false
4,169
cpp
///Bismillahir Rahmanir Rahim /// #Saiful_Islam <stdio.R> ///Jessore University of Science & Technology,CSE_14 ///isaifulislam123@gmail.com ///isaifulislam123@yahoo.com #include <bits/stdc++.h> #define scl1(a) scanf("%lld",&a) ///single long long int input ...
[ "isaifulislam123@yahoo.com" ]
isaifulislam123@yahoo.com
16b79ed2fb1764d620e5140f98484a023e343192
c6a98b8e273e69533009e5073a505508e3a0c2c5
/Problems/ICPC/DropTheTriples.cpp
0b986962adfb9d0decf138ea52d8854889f7a5b2
[]
no_license
BenjaminRubio/CompetitiveProgramming
5c72a9b803e66e194fd7fe8a26d0d81d14a7fc5c
33ba1125a2eb5ba4d6f9cbc8522c92432bc92b0d
refs/heads/master
2023-06-08T19:43:44.069793
2023-05-27T18:53:32
2023-05-27T18:53:32
176,643,093
16
5
null
null
null
null
UTF-8
C++
false
false
3,203
cpp
#pragma GCC optimize("Ofast") #include <bits/stdc++.h> using namespace std; #define rep(i, n) for (int i = 0; i < (int)n; i++) #define repx(i, a, b) for (int i = (int)a; i < (int)b; i++) int N, x; int p1[14], p2[14]; vector<int> aux1, aux2; int memo1[9][1 << 18]; int memo2[9][1 << 18]; int count1(int t, int b) { ...
[ "berubio@uc.cl" ]
berubio@uc.cl
61c73ce173ea4e000d07668d7a3629bc388aa8c3
5f723df348e166558b245569a02721788be3721b
/IGC/Compiler/CISACodeGen/RematAddressArithmetic.h
0c07d7260eff089ce07bbc0e8e7f8c860ae398a5
[ "MIT" ]
permissive
anujm1/intel-graphics-compiler
b61302e52b9286d4ff0b8903bbc67fef1f41d819
89e978f9fca5c4599042f3f3cbf94c63d74e1d98
refs/heads/master
2023-03-16T14:18:00.018015
2022-12-05T08:11:55
2022-12-07T00:29:55
203,076,852
0
0
MIT
2019-08-19T01:29:54
2019-08-19T01:29:54
null
UTF-8
C++
false
false
675
h
/*========================== begin_copyright_notice ============================ Copyright (C) 2022 Intel Corporation SPDX-License-Identifier: MIT ============================= end_copyright_notice ===========================*/ #ifndef _CISA_REMATADDRESSARITHMETIC_H_ #define _CISA_REMATADDRESSARITHMETIC_H_ #includ...
[ "sys_igcbot@intel.com" ]
sys_igcbot@intel.com
0110b0f34fffa2e58232d73e1442fdc444415a6e
2a17ffff49218c2ea045fc4f82b4eab367e2c7c9
/projects/jasslua/src/jass_globals_vars.cpp
7833691596472183d33555fc7e0df92053b096f9
[ "MIT" ]
permissive
uniqss/jasslua
d4407c7874009c1759a7f38dd12fb48e98780ac9
5271057dcc0a48291434c49a0c1045756d210126
refs/heads/main
2023-06-10T18:52:13.962620
2021-06-21T16:44:03
2021-06-21T16:44:03
352,121,179
4
0
null
null
null
null
UTF-8
C++
false
false
40,947
cpp
#include "jass_globals_vars.h" #include "jass_globals_inc.h" #include "jass_convert.h" //=================================================== // Game Constants //=================================================== // pfff const bool FALSE = false; const bool TRU...
[ "uniqs@163.com" ]
uniqs@163.com
094a0e1e79f837ac5c39a3c34cc655006260820d
652e9e9c0db3ba97c02043a50bf762da3173df31
/test/test_sm1.cpp
3f841d77807cc4dd462e0ff0699b162fd0a462c5
[ "MIT" ]
permissive
woodylee1974/sm_c
4f906c6da81ce36c3c1f308d8e3df0149fe07480
23bc80183ebc4bfa44b3a97a014af2f1bcec25f6
refs/heads/master
2021-05-11T10:45:28.827577
2018-01-20T12:33:07
2018-01-20T12:33:07
118,111,177
0
0
null
null
null
null
UTF-8
C++
false
false
1,589
cpp
/* * Copyright (C) 2007 Woody.Lee All rights reserved. */ #include <cstdlib> #include "c++/statemachine.h" // Event definition should be public enum { E_DEV_NOTIFY }; class USBDevice { public: // State definition should be private. enum { S_INSERTED, S_UNPLUGGED }; USBDevice() {...
[ "woodyli@126.com" ]
woodyli@126.com
e2240270674dca2e45953f2149c299ba4ef34bfe
343966f68798615621ed7f6a17ebe782b7738dea
/src/chromeos/services/ime/input_engine.h
6e299fc6755c5ab63cc25ced01c183949105a7b5
[ "BSD-3-Clause" ]
permissive
iuing/chromium.bb
57745cdda62a8b0097b7139f86422e74c331c937
e2c7771d2f79008f4c3b06b6cc024f3f1936156f
refs/heads/master
2023-04-09T10:12:54.306426
2021-04-22T14:26:20
2021-04-22T14:26:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,354
h
// Copyright 2018 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROMEOS_SERVICES_IME_INPUT_ENGINE_H_ #define CHROMEOS_SERVICES_IME_INPUT_ENGINE_H_ #include "chromeos/services/ime/public/mojom/input_engine.moj...
[ "buildbot@bloomberg.net" ]
buildbot@bloomberg.net
2b5f5145c874d47af6fef1dce4319f82e5ab741c
a738fab3d35dbc7ae90b7ca24ff7411ac12a76d9
/Security and criptography/Tema2_SC/Tema2_SC/Debug/Generated Files/winrt/Windows.ApplicationModel.DataTransfer.DragDrop.Core.h
2c10817b216e0d469aa1ddcd8cfd34f9a2e941cc
[]
no_license
TheSeeven/personal-projects
66c309233dfdf1d9986846f5bec5ededd57cf119
0d103b9647d2b1c650b0f0d7a63cc64786ddac23
refs/heads/main
2023-06-10T19:12:06.490243
2021-07-01T08:34:01
2021-07-01T08:34:01
301,747,006
0
0
null
null
null
null
UTF-8
C++
false
false
37,788
h
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210403.2 #ifndef WINRT_Windows_ApplicationModel_DataTransfer_DragDrop_Core_H #define WINRT_Windows_ApplicationModel_DataTransfer_DragDrop_Core_H #include "winrt/base.h" static_assert(winrt::check_version(CPPWINRT_VERSION, "2.0.210403.2"), "Mis...
[ "perianu.leon@outlook.com" ]
perianu.leon@outlook.com
44e7974c1e24038fe8dfe7e8bf57d791f9b86e6c
09f22a0668d1b6ea0ad11f398c852873c383a28a
/ofApp.cpp
65e59be6e3c1aaf25af2083f3cd3956b3b4caf95
[ "MIT" ]
permissive
SJ-magic-work-AutoMagic/work__AutoMagic_CG
b08f607260df42d36087bfaf9d20fdf28747ca99
9a7089c049df77d72f501f30465f6df3dcb39b5c
refs/heads/master
2021-01-19T14:09:48.170395
2017-04-13T05:50:28
2017-04-13T06:10:38
88,129,582
0
0
null
null
null
null
UTF-8
C++
false
false
4,737
cpp
/************************************************************ ************************************************************/ #include "ofApp.h" /************************************************************ ************************************************************/ /****************************** ******************...
[ "saijo.magic@gmail.com" ]
saijo.magic@gmail.com
5143f92124cf57da0fcc00c87e741c7acd8cab82
92e7a96c196e563b70f78db321680d830af80a53
/InstitutionalTrading/Server/SvrQuotServer/SvrQuotServer.cpp
dabda1eb03320c344c753aef63aff2e3b9c98963
[]
no_license
alexfordc/zq
513723341132dd2b01f5ca3debb567b2fd31c033
a0b05b7416fe68784e072da477e8c869097584e2
refs/heads/master
2021-05-25T14:19:37.317957
2018-02-24T05:57:23
2018-02-24T05:57:23
null
0
0
null
null
null
null
GB18030
C++
false
false
55,628
cpp
// testtcpsvr.cpp : Defines the exported functions for the DLL application. // #pragma warning(disable : 4996) #pragma warning(disable : 4786) #include <math.h> #include <windows.h> #include "SvrQuotServer.h" #include "CommonPkg.h" #include "CommonMacro.h" #include "CommonStruct.h" #include "EventParam.h" #include "tmp...
[ "w.z.y2006@163.com" ]
w.z.y2006@163.com
e8ebdee86a3b35ff8ec2a12a3a2f162bc42b211a
53829c592095c1664ba332b376b549e1a61de63f
/uidemo25/form/userframe/jsoneditdlg.cpp
3e4a065cd830810ee1a740106520685d23957323
[]
no_license
cgtcgr/cgt_project
f940acd0571274339ef0e7f61a71afad934cf57e
64ff55d1bf3ea7ad15e0af7ebbc473f4d0f48794
refs/heads/main
2023-07-16T18:31:42.991612
2021-09-06T08:54:37
2021-09-06T08:54:37
387,371,152
1
0
null
null
null
null
UTF-8
C++
false
false
3,785
cpp
#include "jsoneditdlg.h" #include "ui_jsoneditdlg.h" #include <QDebug> #include <QMessageBox> #include "json/json.h" JsonEditDlg::JsonEditDlg(QString strTitle, QWidget *parent) : QDialog(parent), m_strTitel(strTitle), m_modifyType(TYPE_WAYPOINTS), m_index(0), ui(new Ui::JsonEditDlg) {...
[ "cgtcgr@163.com" ]
cgtcgr@163.com
630ef3af8d709b1bb054594b9c5093b89c77f408
3ded37602d6d303e61bff401b2682f5c2b52928c
/ml/1073/Classes/Scenes/SnowconeSculptScene.h
58c452549a9099fb16b9d039c0857192b71b0f42
[]
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
1,125
h
#ifndef SnowconeSculptScene_h #define SnowconeSculptScene_h #include "ExtensionScene.h" class SnowconeSculptScene : public ExtensionScene { public: SnowconeSculptScene(); ~SnowconeSculptScene(); MY_SCENE(SnowconeSculptScene); CREATE_FUNC(SnowconeSculptScene); virtual bool init(); vi...
[ "wuguiling@smalltreemedia.com" ]
wuguiling@smalltreemedia.com
bca354e267307394d5f7d39ffec7d26cdbb9309f
2398c2a717214be48f3d93da89ba11155263757b
/Sem_04/OOP/Lab_04/elevator.cpp
ef6edf5b7faf143679324306bdc140ed0fedb716
[]
no_license
lieroz/University
9af687787e3c468b34e2bfb8ffeadf44f2063bc7
c7ee70e77e6426045fac6c5b43aab10e1ffdcddb
refs/heads/master
2020-04-06T19:53:40.479191
2019-01-19T09:16:35
2019-01-19T09:16:35
68,386,115
2
1
null
null
null
null
UTF-8
C++
false
false
7,588
cpp
#include "elevator.hpp" #include "ui_elevator.h" Elevator::Elevator(QWidget* parent) : QWidget(parent), ui(new Ui::Elevator) { ui->setupUi(this); ui->currentFloorLCD->setStyleSheet("background : black;"); ui->currentFloorLCD->setPalette(Qt::green); ui->currentFloorLCD->display(this->current_floor);...
[ "a.kamakin@icloud.com" ]
a.kamakin@icloud.com
420047c6f3fe8de47bb435c8d0263b48922630aa
dbdc4138608c71f433e0dab55d8522f17f9923fe
/src/qt/sendcoinsentry.cpp
bf9ed471a027f61bae1c31b95a9ff03a9599bbe0
[ "MIT" ]
permissive
MTLCDevelopers2018/Meison
176b6a2df7cbb962799fd748b41109abf00725dc
026b19d069ae744c8a02742bd8b6b926d50c61cd
refs/heads/master
2020-04-15T13:34:42.726256
2019-01-08T19:59:47
2019-01-08T19:59:47
150,675,181
0
2
null
null
null
null
UTF-8
C++
false
false
4,294
cpp
#include "sendcoinsentry.h" #include "ui_sendcoinsentry.h" #include "guiutil.h" #include "bitcoinunits.h" #include "addressbookpage.h" #include "walletmodel.h" #include "optionsmodel.h" #include "addresstablemodel.h" #include <QApplication> #include <QClipboard> SendCoinsEntry::SendCoinsEntry(QWidget *parent) : Q...
[ "42overez@gmail.com" ]
42overez@gmail.com
9e16b58788678ca71bfff398c8ebff151c11a0f6
914df828f8b5817a028aa87844e4eeed73e812c0
/include/bvh/BVHCompact.h
5bee9fb02608ab7bb5e95d1909bc7566e4091978
[]
no_license
Sredeption/TrenchantTracer
4b5d1e24b84aa259b4c240dbd899b6d99f72c994
6d70ddde670105302461f4d2a6deb495046432b3
refs/heads/master
2020-03-22T16:13:40.104970
2018-08-11T09:08:36
2018-08-11T09:08:36
140,312,343
0
0
null
null
null
null
UTF-8
C++
false
false
1,374
h
#ifndef TRENCHANTTRACER_BVHHOLDER_H #define TRENCHANTTRACER_BVHHOLDER_H #include <cuda_runtime.h> #include <bvh/BVH.h> #include <math/LinearMath.h> #include <util/Array.h> class BVH; class BVHNode; class BVHCompact { private: struct StackEntry { const BVHNode *node; S32 idx; StackEntr...
[ "hjw_redeption@outlook.com" ]
hjw_redeption@outlook.com
181ed52cadc0294caf93d0fdba32790a572a280e
06a25ec850b89e034e627d482de5ab38712385b3
/goa/cocos2d/cocos/editor-support/cocostudio/CCActionNode.cpp
a9d585b86545f9ab6714fe2349dffe70366f81b2
[ "MIT", "Apache-2.0" ]
permissive
maqsoftware/Simple-Class
05e85186e13ec17a0ba92f5d82b5f035ecce2a02
758a4cc7963625c1dd415d1068bb1b454714718d
refs/heads/master
2023-03-07T22:14:50.830371
2019-09-16T13:39:03
2019-09-16T13:39:03
187,072,035
0
0
Apache-2.0
2019-09-16T13:39:04
2019-05-16T17:23:42
C++
UTF-8
C++
false
false
22,242
cpp
/**************************************************************************** Copyright (c) 2013-2016 Chukong Technologies Inc. http://www.cocos2d-x.org 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 Sof...
[ "talapadi@users.noreply.github.com" ]
talapadi@users.noreply.github.com
8ac9968077972025b6d9a5c445863f2d219f288a
5b5a7545f86abe2856db0c95a18c17af9d4f80b1
/src/mrl_base/forms/mainwindow.cpp
05a3693c0be137ff4f1874b9f193ad09aad39074
[]
no_license
mssalamati/VR-BaseCode
6308eec43275484087c5b7471968a35714044b15
b2cb829a56574fc15b9950f9454b98f7c74fa696
refs/heads/master
2021-01-01T19:44:01.690992
2017-07-28T15:35:54
2017-07-28T15:35:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,857
cpp
#include "mainwindow.h" #include "ui_mainwindow.h" #include "dialogaddrobot.h" #include "singlerobotwidget.h" #include <QMessageBox> #include "util/rosmanager.h" #include <QLabel> #include <QVBoxLayout> MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWindow), timeLeft(1200), isTi...
[ "aref.moqadam@gmail.com" ]
aref.moqadam@gmail.com
b421b3cfce743870a9358f81c80838b2b73f288c
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE191_Integer_Underflow/s03/CWE191_Integer_Underflow__int_rand_sub_81_goodG2B.cpp
e72743ba701db3beb559c22e93290105aa69b71f
[]
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
1,125
cpp
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE191_Integer_Underflow__int_rand_sub_81_goodG2B.cpp Label Definition File: CWE191_Integer_Underflow__int.label.xml Template File: sources-sinks-81_goodG2B.tmpl.cpp */ /* * @description * CWE: 191 Integer Underflow * BadSource: rand Set data to result of rand(),...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com
8b431b2fbdf5127d148b837078f44bf23ecd7c1b
189d312fae6aba9e417f5d80e16faa7b2eaa53fe
/hello-world/hello_world.cpp
b1bf9a547e2bb964eac697eb6d30697aea255d16
[]
no_license
bjmashele/exrc_cpp
9720b470b998ac0cf70130a1e9cdc79dcc5322b2
cf836fb96ddf02a413de8c97b629d634b2c26265
refs/heads/main
2023-01-13T19:49:44.901428
2020-11-16T23:20:18
2020-11-16T23:20:18
313,451,310
0
0
null
null
null
null
UTF-8
C++
false
false
441
cpp
#include "hello_world.h" #include <string> // Use everything from the 'std' namespace. // This lets us write 'string' instead of 'std::string'. using namespace std; namespace hello_world { // Define the function itself. This could have also been written as: // std::string hello_world::hello() string hello() { // ...
[ "bjmaashele@gmail.com" ]
bjmaashele@gmail.com
5c8f81f1a780ce2e9baff1fe1160d6f1760aa3d9
43517a83f83de60e9ee8255a7c737bee190d5697
/CPTTRN2.cpp
04da3d7378c41d0bc8420f049eedae2e16f70373
[]
no_license
Firoda/Data-Structures-and-Algorithms-
09e7794757438cf8ef44e575ad6b134ef4414afc
71039566bed9476250f4057d635d496ca22d06ef
refs/heads/master
2021-03-06T19:17:54.074309
2020-03-10T05:57:27
2020-03-10T05:57:27
246,218,358
0
0
null
null
null
null
UTF-8
C++
false
false
387
cpp
#include<iostream> using namespace std; int main() { int test; cin >> test; for(int q = 0;q<test;q++) { int row,col; cin >> row >> col; for(int i=0;i<row;i++) { for(int j=0;j<col;j++) { if(i == 0 || i == row-1) cout<<"*"; else if(j== 0 || j == col-1) cout << "*"; else co...
[ "adityafiroda@gmail.com" ]
adityafiroda@gmail.com
81b66734ed288ff1f4523ad7433a41c44705ea44
7aee883a712cd0f828a8c2c7ab37da821367e30d
/Detect Pattern of Length M Repeated K or More Times 1566/Detect Pattern of Length M Repeated K or More Times 1566/Detect Pattern of Length M Repeated K or More Times 1566.cpp
e18a4c49e0aa755e2f49407acb5b88f63a86e42c
[]
no_license
Bekaryss/LeetCode
e9e2e6467feb3b364055027dd0ea520a4be77443
25962d6a9984bab85ef5e4e58bb55d5bb995f576
refs/heads/main
2021-06-21T11:26:59.521185
2021-05-23T19:00:25
2021-05-23T19:00:25
222,654,056
1
0
null
null
null
null
UTF-8
C++
false
false
2,118
cpp
// Detect Pattern of Length M Repeated K or More Times 1566.cpp : This file contains the 'main' function. Program execution begins and ends there. // #include <iostream> #include <vector> using namespace std; bool containsPattern(vector<int>& arr, int m, int k) { int n = arr.size() - 1; int res = 0, s = 0, lres = ...
[ "bekarys.kuralbai@gmail.com" ]
bekarys.kuralbai@gmail.com
780390f31d57dcbfd4d6c57438376c9383b2e7d5
473fc28d466ddbe9758ca49c7d4fb42e7d82586e
/app/src/main/java/com/syd/source/aosp/system/tpm/attestation/common/mock_crypto_utility.cc
fc251e0d7ff581eb1fe9522d0de7e3fbfdd10a22
[ "Apache-2.0" ]
permissive
lz-purple/Source
a7788070623f2965a8caa3264778f48d17372bab
e2745b756317aac3c7a27a4c10bdfe0921a82a1c
refs/heads/master
2020-12-23T17:03:12.412572
2020-01-31T01:54:37
2020-01-31T01:54:37
237,205,127
4
2
null
null
null
null
UTF-8
C++
false
false
1,640
cc
// // Copyright (C) 2015 The Android Open Source Project // // 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 app...
[ "997530783@qq.com" ]
997530783@qq.com
d820a5f27ae52b2e6ca0517730a5e2f2f639e95b
0fb1da05b3399f5a606f3cee902cb02e640987df
/prog3cppEarte/src/br_ufes_inf_prog3_trab20152/dominio/docente.cpp
db1ed5a193f5efe52b9a674789cadbb4bd9c1ad0
[]
no_license
Lorenzo1459/prog3cppEarte
3820637bb9d6368e13bc8614394e446cff920e3f
490bd5e631bb6cb95b22e36062ed2a41df2dc39c
refs/heads/main
2023-01-31T00:31:44.614285
2020-12-16T01:30:05
2020-12-16T01:30:05
320,897,786
0
0
null
null
null
null
UTF-8
C++
false
false
1,627
cpp
#include "docente.h" namespace br_ufes_inf_prog3_trab20152_dominio{ Docente::Docente(string nome, string login, string paginaWeb){ this->nome = nome; this->login = login; this->paginaWeb = paginaWeb; } int Docente::getNumDisc(){ return this->numDisc; } void Docent...
[ "50644218+MacedoMat@users.noreply.github.com" ]
50644218+MacedoMat@users.noreply.github.com
3f999648bc573e59844f3f543ade251aa58b3a07
18da01143c6a560df34884eeb5be6e4a7c744e24
/I_GGX64/4/4对1/1炮1马2兵对1车.cpp
7c4b77d74eacb284b1f7ab0db16aa341396f2314
[]
no_license
alanthinker/NewGG
974832e6738b1cd0df01ab2c5b94489a4ccf53e9
ead7b553954336b76a476922005cc578f68cc6f1
refs/heads/master
2022-07-05T02:46:18.030741
2020-05-16T14:03:36
2020-05-16T14:03:36
264,444,924
0
0
null
2020-05-16T13:37:04
2020-05-16T13:37:04
null
WINDOWS-1252
C++
false
false
3,641
cpp
#ifndef END_my_m_MT_R_1pao_1ma2pawn_B_1che #define END_my_m_MT_R_1pao_1ma2pawn_B_1che #include "..\\..\\chess.h" #include "..\\..\\preGen.h" #include "..\\..\\endgame\mat.h" #include "1ÅÚ1Âí2±ø¶Ô1³µ.cpp" #include "..\\..\\white.h" #else #include "..\\..\\black.h" #endif void my_m_MT_R_1pao_1ma2pawn_B_1che(typePOS ...
[ "keersun@qq.com" ]
keersun@qq.com
6e3e20878313731df8e802fc571df69cf32bd31b
bc6cd18a13992f425bb97406c5c5e7e3b8d8cb03
/src/planner/goal/goal_monitor.h
5136491301df2959f85203b885587e2a912acbb4
[ "MIT" ]
permissive
collinej/Vulcan
4ef1e2fc1b383b2b3a9ee59d78dc3c027d4cae24
fa314bca7011d81b9b83f44edc5a51b617d68261
refs/heads/master
2022-09-19T01:59:45.905392
2022-09-18T02:41:22
2022-09-18T02:41:22
186,317,314
3
3
NOASSERTION
2022-04-29T02:06:12
2019-05-13T00:04:38
C++
UTF-8
C++
false
false
2,398
h
/* Copyright (C) 2010-2019, The Regents of The University of Michigan. All rights reserved. This software was developed as part of the The Vulcan project in the Intelligent Robotics Lab under the direction of Benjamin Kuipers, kuipers@umich.edu. Use of this code is governed by an MIT-style License that can be foun...
[ "collinej@umich.edu" ]
collinej@umich.edu
2e191db10d833fc64ffbde7388d8cf63a314f887
3ae80dbc18ed3e89bedf846d098b2a98d8e4b776
/src/Crypto/Cert/CurlCert.cpp
2094422c808cc0d2e6e70d4e9200e041fda7e453
[]
no_license
sswroom/SClass
deee467349ca249a7401f5d3c177cdf763a253ca
9a403ec67c6c4dfd2402f19d44c6573e25d4b347
refs/heads/main
2023-09-01T07:24:58.907606
2023-08-31T11:24:34
2023-08-31T11:24:34
329,970,172
10
7
null
null
null
null
UTF-8
C++
false
false
2,542
cpp
#include "Stdafx.h" #include "Crypto/Cert/CurlCert.h" #include "IO/StmData/MemoryDataRef.h" #include "Parser/FileParser/X509Parser.h" #include <curl/curl.h> Crypto::Cert::CurlCert::CurlCert(void *certinfo) { this->certinfo = certinfo; } Crypto::Cert::CurlCert::~CurlCert() { } Data::Timestamp Crypto::Cert::CurlCert...
[ "sswroom@yahoo.com" ]
sswroom@yahoo.com
3a92d5633eee9faefcfce4bced9e889472585ec6
a13eab45a28315bf7ae598bf72233d356f5aadb6
/RGQtCore/rgqtcore.h
f3472fc494c57f66796597e88611f70f10987f1e
[]
no_license
ashamsutdinov/rgqt
0368b0f5ffdc964fccbe0e7f0a13b6d29ba1163a
326f2f07cb8fca0ffbacb4506dd065dd21441e97
refs/heads/master
2021-04-12T08:15:52.717809
2018-04-07T12:17:20
2018-04-07T12:17:20
125,993,441
0
0
null
null
null
null
UTF-8
C++
false
false
533
h
#ifndef RGQTCORE_H #define RGQTCORE_H /* * RGQt Global defines * * Created: 2018-03-20 * Last update: 2018-04-07 by ashamsutdinov * * * Revision history: * * 2018-03-20 ashamsutdinov Initial version * 2018-04-07 ashamsutdinov Refactoring, moved define constans to different headers * */ #i...
[ "aydarrrio@gmail.com" ]
aydarrrio@gmail.com
99d6758e49db90e0268e4e88b7ebec35803b0008
2d743742f37579079e14bebb99e98ed4eaf89d28
/ProblemD1/19.calendar/19.calendar/calendar.cpp
4480f6cdcd9f8b92b9795cecd43a86bda40800da
[]
no_license
Jihyeon-Yoon/Algorithm
7e58b2b28250e155c061a08c661d58f877be7c01
3bcb04506295c3eb59dec186caa6fb534c4f10be
refs/heads/master
2020-04-21T20:37:31.379616
2019-02-16T05:15:13
2019-02-16T05:15:13
169,851,725
0
0
null
null
null
null
UTF-8
C++
false
false
1,830
cpp
#include <iostream> #include <string> #include <cstdlib> using namespace std; void set_date(string* year, string* month, string* date); bool is_year(string year); bool is_month(string month); bool is_date(string month, string date); void show_result(string* arr, int size); int main() { int testCase; string year, m...
[ "altos0120@hanmail.net" ]
altos0120@hanmail.net
3f4fc5b4a0a84b9183c089656257f9cd205bb10e
e4d1035a633322b62d312a8d9248713cbf43bfaf
/HappyNumber.cpp
8c2d730f064c61fe95a17155357a097e6fef51e6
[]
no_license
templestorager/DataStructureAndAlgorithm
ad79aeb78e4c2e494cd5ff35d7bd06cf1f861e01
18d855f55989972da5118b6c65bb017ba2c63504
refs/heads/master
2021-07-16T04:10:58.749844
2020-08-02T00:58:04
2020-08-02T00:58:04
193,264,096
0
0
null
null
null
null
UTF-8
C++
false
false
3,276
cpp
// Problem Description /* Write an algorithm to determine if a number is "happy". A happy number is a number defined by the following process: Starting with any positive integer, replace the number by the sum of the squares of its digits, and repeat the process until the number equals 1 (where it will stay), or it lo...
[ "templestorager@temple.edu" ]
templestorager@temple.edu
079550d09709f3e2183c7090d2a070b32bd7708f
fd51775b81682c927f35411e76c2650b23d10810
/src/util/string.h
42f4bbf52f556c230e7f828a3292604baa7a8f46
[]
no_license
mhbackes/photo-chopp
1a307b126bf65d065897689855192fb31da4e867
41806f67125d232ed5ebcf362957999a9098d18a
refs/heads/master
2021-01-19T18:08:36.524520
2015-10-02T20:23:20
2015-10-02T20:23:20
42,212,316
0
0
null
null
null
null
UTF-8
C++
false
false
299
h
/* * String.h * * Created on: 07/09/2015 * Author: mhbackes */ #ifndef STRING_H_ #define STRING_H_ #include <string> namespace util { class String { public: virtual ~String(); static std::string getExtension(const std::string s); }; } /* namespace util */ #endif /* STRING_H_ */
[ "mhbackes@inf.ufrgs.br" ]
mhbackes@inf.ufrgs.br
bae57a82ab304d4e53f76f2d8ed2569127f38712
f573eb643f29df766e1e9db7685b891ab3e85594
/Project/uGL/uGL/graphsceneitem.cpp
810f6cd11bc0f500b4c66e3179aef9c409906416
[ "MIT" ]
permissive
Vaub/uGL
bb2c2c2548d344c00dbf0498f2adf2aacada3974
62a8175c84e06c1d55aeb6b0e05a68aa114ed694
refs/heads/master
2021-01-18T16:30:31.401184
2015-04-28T20:12:07
2015-04-28T20:12:07
34,575,531
5
0
null
null
null
null
UTF-8
C++
false
false
210
cpp
#include "graphSceneItem.h" GraphSceneItem::GraphSceneItem(Shapes::SceneObject* shapeItem) { this->shape = shapeItem; this->setText(0, shapeItem->getName().c_str()); } GraphSceneItem::~GraphSceneItem() { }
[ "vincent.aube@hotmail.com" ]
vincent.aube@hotmail.com
554e7354e1b2f51dfc2b3a2c6b099afbf08c606f
b3c4c6b496721fe0cd674f3b01b4dbc8c27ab9b6
/video3/App/Il2CppOutputProject/Source/il2cppOutput/Bulk_UnityEngine.DirectorModule_0.cpp
7ffbcf7beda63008b19e53208014e3646f5fd140
[]
no_license
Anhtuan1/stream_hololens
399080a7a3d6fa8e34f2809eb0087a703d3a547a
240622602aa423d4cdd0e8bac6f6b2f2d260ac3c
refs/heads/master
2020-03-10T04:53:17.871539
2018-04-12T06:56:04
2018-04-12T06:56:04
129,203,825
0
0
null
null
null
null
UTF-8
C++
false
false
6,792
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> #include <stdint.h> #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il...
[ "tuannapci@gmail.com" ]
tuannapci@gmail.com
05df428dd133aa85b8bb4a55c19c8f97c46d6a67
8e33ac84037c33fecdd04479cd4fac451a6947e2
/c++/ipc/pipe/pipe_server/PipeConst.h
cb311a8a18fb6515cd90e0d309d43790e43c5748
[]
no_license
siprikorea/framework
278e3239f004ef9efe78eab55fee03385030f6c5
3ca17a0d17a2b6fb5e8f0216b4ce08eb8713cead
refs/heads/master
2020-12-11T05:45:23.017610
2017-09-11T09:02:08
2017-09-11T09:02:08
16,749,170
0
0
null
null
null
null
UTF-8
C++
false
false
968
h
#include <iostream> #define AU_DATA_BUF 1024 #define PIPENAME _T("\\\\.\\pipe\\CodeProjectPipe") #define LOG std::wcout // Pipe communication events #define AU_ERROR 100 #define AU_READ 101 // Data has been read from pipe #define AU_WRITE 102 // Data has been written to pipe #define ...
[ "siprikorea@gmail.com" ]
siprikorea@gmail.com
adf0e616252aaf24f77f4d291388860fcec02ec4
91424766b53717a11deedc22220d580fb1206c59
/RTP.h
f43d2005641b074c5aa550d33eef67deab01ceff
[]
no_license
wangscript007/flv-to-ts
facfcf40ddb236ccfefefbf7a8895ec9788bf5be
903dfdfab73a84bef0e31817cf72e932c657874e
refs/heads/master
2021-06-20T17:56:35.466198
2017-07-18T06:50:48
2017-07-18T06:50:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
934
h
#pragma once #include <list> #include "util.h" typedef struct _RTP_header { #if (BYTE_ORDER==LITTLE_ENDIAN) unsigned int cc : 4; unsigned int extension : 1; unsigned int padding : 1; unsigned int version : 2; #else unsigned int version : 2; unsigned int padding : 1; unsigned int extension : 1; unsigned int cc...
[ "zhouchuanyun@avicomms.com" ]
zhouchuanyun@avicomms.com
6db83fa884af7c3832f84c7b7b217a760822c4ed
3b2dd9fac5e34b98350b3cf23e0aef1af2e4147c
/src/dist/checkpoint.cc
bdb2f9393dde078fd632a4899a7e6d9da4387ea4
[]
no_license
epfl-vlsc/clustermerge
0c8fa217541b19345009b6cc462cd6c2d6ad84f0
ab94160af73db7b076705769e53a0feec95c025a
refs/heads/master
2021-07-24T10:07:42.750406
2020-01-07T08:40:30
2020-01-07T08:40:30
146,573,879
2
1
null
2020-04-20T09:12:29
2018-08-29T09:03:22
C++
UTF-8
C++
false
false
3,160
cc
#include "src/dist/checkpoint.h" #include <sys/stat.h> #include <fstream> #include <iostream> #include "absl/strings/str_cat.h" #include "src/agd/errors.h" using namespace std; const char* CheckpointFilename = "checkpoint.blob"; const char* TmpCheckpointFilename = "tmp_checkpoint.blob"; // checkpoint file is an ind...
[ "stuart.byma@epfl.ch" ]
stuart.byma@epfl.ch
f78e8a22d794c7de3f1792dcf21ed8881858bab6
b0e233b9b173a866cf78f6e74a9b95c1e64eeb51
/Code/TrySol/protobuf/SolBindProtobuf.cpp
da6235a08f3450ede256da6cd39932d76b12e41a
[]
no_license
xiaol-luo/Utopia
47a6e987ebd6aaebb7759b736a4590859a6c4eb3
798741067114467680c6bcf9d22301f12f127f02
refs/heads/master
2021-07-10T13:21:24.547069
2019-01-14T14:03:31
2019-01-14T14:03:31
100,261,666
6
3
null
null
null
null
UTF-8
C++
false
false
1,570
cpp
#include <sol.hpp> #include "protobuf/ProtobufLuaBindRepeated.h" #include "protobuf/ProtobufLuaBindRepeatedPtr.h" #include "try.pb.h" namespace TryUserType { extern void LuaBindPB_NetProto_TryEnum(lua_State *L); extern void LuaBindPB_NetProto_TryItem(lua_State *L); extern void LuaBindPB_NetProto_TryMsg(lua_State *...
[ "xiaol.luo@163.com" ]
xiaol.luo@163.com
9c9865844eb3b37d4e4bad06b95b2ef6ce192d6c
5e34bbcbc8ca7c24a0077b7038c1aed95518efcf
/big_integer.cpp
486011f7da6ad52217e2a5d9b43cf20e1fa70c7a
[]
no_license
MrDonaldoWorking/big_integer
c9f97fd3a7903e0b8597906c4c2610231a63b00a
7d4602c7e628acb6528f335d786fe7ce3476c7ec
refs/heads/master
2020-05-17T14:47:35.253171
2019-06-08T15:01:22
2019-06-08T15:01:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,833
cpp
#include "big_integer.h" #include <cstring> #include <algorithm> #include <assert.h> const uint32_t LOG2_BASE = 32; // Removes redundant digits in data void refresh(big_integer &a) { while (a.data.size() > 1 && a.data.back() == 0) { a.data.pop_back(); } if (a.data.size() == 1 && a.data[0] == 0) ...
[ "Mr.Donaldo.CF@gmail.com" ]
Mr.Donaldo.CF@gmail.com
6950c48fa0eef9df0322ef2aa964c46c1a2cb9cb
b7c505dcef43c0675fd89d428e45f3c2850b124f
/Src/Modules/BehaviorControl/BH2009BehaviorControl/Symbols/BH2009TeamSymbols.h
883511deed071f880e204a54e6178a05a65f7c50
[ "BSD-2-Clause" ]
permissive
pranet/bhuman2009fork
14e473bd6e5d30af9f1745311d689723bfc5cfdb
82c1bd4485ae24043aa720a3aa7cb3e605b1a329
refs/heads/master
2021-01-15T17:55:37.058289
2010-02-28T13:52:56
2010-02-28T13:52:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,062
h
/** * \file BH2009TeamSymbols.h * Implementation of symbols for TeamMateData. * \author Colin Graf */ #ifndef __BH2009TeamSymbols_h_ #define __BH2009TeamSymbols_h_ #include "../../Symbols.h" #include "Representations/Infrastructure/RobotInfo.h" #include "Representations/Infrastructure/FrameInfo.h" #inclu...
[ "alon@rogue.(none)" ]
alon@rogue.(none)
82956521470882dae27a21a0f2058de09b2bf5be
fd4c70362fae18a29cccbcd11aa83a5cc3ab42ed
/src/main.cpp
55bfdb6c796effa45bf92d9b4771999dd11ad215
[]
no_license
gpmaxx/TFT_Weather
8a24dd5975ca71b897baa9fe7833ccae961a9a95
920ecfb8b94530130ba3b6b9ce851eb99c63d31a
refs/heads/master
2020-04-25T13:29:04.973077
2019-02-28T21:54:12
2019-02-28T21:54:12
172,810,793
0
0
null
null
null
null
UTF-8
C++
false
false
24,705
cpp
/* * Version: 2019-02-22 gpmaxx initial release * * Desc: Weather Helper for Wemos D1 Mini and 128 & 160 TFT_eSPI * * Libraries: ArduinoJson: https://github.com/bblanchon/ArduinoJson * TFT_eSPI: https://github.com/Bodmer/TFT_eSPI * Bounce2: https://github.com/thomasfred...
[ "lipscomb.greg@gmail.com" ]
lipscomb.greg@gmail.com
fedf98879906bbc6bdd9656baa091c89445ac8e1
22a6c403cc5d8ce4c0361725781c3b84dc77ddb6
/source/displayxfb/DisplayXFBFramebuffer.h
b7ea64b6df33b26f73d697e13c21f7c4181c101c
[]
no_license
heshen/displayx
a298ff60296ff357c9a2ae42f13466b968f14609
c55eb85194a474bf4721889e5c50bcca4df61b3a
refs/heads/master
2023-03-17T17:02:20.443465
2015-11-10T08:40:07
2015-11-10T08:40:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,857
h
/** @file DisplayXFBFramebuffer.h * @brief Virtual display driver for OSX. * @copyright Copyright (c) 2010 tsoniq. All Rights Reserved. */ #ifndef COM_TSONIQ_DisplayXFBFramebuffer_H #define COM_TSONIQ_DisplayXFBFramebuffer_H #include "DisplayXFBNames.h" #include "DisplayXFBShared.h" #include "Display...
[ "mark.moore@tsoniq.com" ]
mark.moore@tsoniq.com
46957d979dc3f8a23832a93de68ee93d7668cde3
d985f7286f3c3844b7d9e7c89075d2ebe4bcfa18
/2/2.x/io.cpp
cb6ede7fe4b9437f54dd89c65956f13986a59a10
[]
no_license
KeremAtak/ceepeepee
091e5677c2a4215ea79bcd436ee867cf6d03fed7
0fc63d5ece3954203d900e8debf363f5d40b99e2
refs/heads/master
2022-12-11T06:55:57.873720
2020-08-27T22:45:18
2020-08-27T22:45:18
275,889,063
0
0
null
null
null
null
UTF-8
C++
false
false
238
cpp
#include <iostream> #include "io.h" int readNumber() { std::cout << "Enter a number: "; int number {}; std::cin >> number; return number; } void writeAnswer(int number) { std::cout << "Answer: " << number << "\n"; }
[ "kerem.atak@hotmail.com" ]
kerem.atak@hotmail.com
e4c8aae8a6c3158a89d72c0b5936fc8f0d1f93cc
a43e616486eb83a7d65bfab8a06992f916815129
/assembler_vs/Assembler.h
aaf58a870408f1d5cd66b60efe7c4bdb69e46201
[]
no_license
teddygithub/assembler_vs
6a60709ffc94380e7e04f57c283dd6ff14f6ae04
c170c7feafe3a1bcaa0fec4f0d52a8f540d5ca58
refs/heads/master
2020-08-09T19:37:40.955352
2020-04-27T14:35:23
2020-04-27T14:35:23
214,156,512
1
0
null
null
null
null
UTF-8
C++
false
false
1,337
h
#pragma once #include <string> #include <vector> #include <sstream> //#define HEX_OUTPUT using namespace std; typedef vector<string> StringList; typedef vector<StringList> InstructionList; class Assembler { public: Assembler(int id,int iteration, int length,int II); ~Assembler(); static StringList splitString(strin...
[ "teddyzczy@126.com" ]
teddyzczy@126.com
732bfda6163f111131a2df84bf5e0fbdc5994bd8
23ec33e86adfe96a0d49a88e91f880b2154b2c9b
/LeetCode/712.cpp
07b29a957a0fa05494fa04774359ec94bf3df5b4
[]
no_license
ck89119/Algorithm
88ee13e267406f8531b8625fbd2c20c807f535d4
94d39795706f07a8240b610927e709978a2ff5d6
refs/heads/master
2023-09-01T06:35:09.132142
2023-08-29T01:27:47
2023-08-29T01:27:47
30,058,525
3
0
null
null
null
null
UTF-8
C++
false
false
1,388
cpp
#include <bits/stdc++.h> using namespace std; #define dump(x) cout << __LINE__ << " : "<< #x << " = " << (x) << endl #define clr(a, x) memset(a, x, sizeof(a)) //0:0, -1:-1, INF:0x3f, -INF:0xc0 #define mp(a, b) make_pair(a, b) #define pb(a) push_back(a) #define lowbit(x) x & (-x) typedef long long ll; typedef pair<i...
[ "ck89119@gmail.com" ]
ck89119@gmail.com
b7fd2f4f6cca53e920dbee67989a6c38aeaf09f4
3590e2f3a4a677df01a39cbdad662a8da65f1ed8
/Airport-Flight-Simulator-master/Proj6.h
73e8f51bd3df95eae92fd97a7b8c690f7706d261
[]
no_license
omarsalasr/CPP-Projects
c38634aa6e564748cb9be108ce6dce42f3baff59
91cf382c5d93a907e82ea192935a6381a68eb3ac
refs/heads/master
2022-01-20T14:33:28.042096
2019-07-20T14:21:21
2019-07-20T14:21:21
197,940,405
0
0
null
null
null
null
UTF-8
C++
false
false
1,410
h
#include <cstdio> #include <cstring> #include <cstdlib> //my node class class MyNode { private: int elem;//element value MyNode* next;//pointer to the next node public: MyNode (int v1); MyNode (int v1, MyNode* n); void setElem (int e); int getElem(); void setNext (MyNode* n); My...
[ "39285868+omarsalasr@users.noreply.github.com" ]
39285868+omarsalasr@users.noreply.github.com
1e3ae659e97e18e0882e13e18fbf3fbfc62276da
fac0e59505418ec325ac63c05dce2ea46821642b
/LiteKitCore/LiteKitCoreDemo/Android/app/src/main/cpp/include/common_log.h
b68650bf0836e6d78b6d50b39638e3b98f7afc06
[ "MIT" ]
permissive
DannyIsFunny/LiteKit
ab8e76e4a5d6dc8643a677f98dc1a8e069065ab8
7c45f47af0f984eedb93ac1617282c33127a0160
refs/heads/main
2023-02-27T09:34:46.775474
2020-12-08T13:09:42
2020-12-08T13:09:42
336,775,877
1
0
MIT
2021-02-07T12:00:42
2021-02-07T12:00:42
null
UTF-8
C++
false
false
1,264
h
// Copyright (c) 2019 PaddlePaddle Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required...
[ "wangzhiyong04@baidu.com" ]
wangzhiyong04@baidu.com
0128c501da0fec5bceafcef018266b280039a460
39752c8814e86b6e96f5ffa984d66e76ef106e6e
/dylemat/Arbiter/Arbiter.cpp
b587410b334f1901eeecd9454b0fdd11c06793a7
[]
no_license
s8132/SGD
0b92f53f716f385b79be0f79507e5c6110e23773
5916da42d162332644c5732eb5359f377c389b4a
refs/heads/master
2021-01-02T09:27:10.363833
2011-11-29T14:25:00
2011-11-29T14:25:00
2,875,368
0
0
null
null
null
null
UTF-8
C++
false
false
816
cpp
#include <iostream> #include "ArbiterSocket.h" using namespace std; const int STRLEN = 256; int main() { int choice; int port = 1313; char* ipAddress = "127.0.0.1"; char recMessage[STRLEN]; char sendMessage[STRLEN]; bool done = false; ServerSocket sockServer; cout << "HOSTING..." << endl; sockServer.St...
[ "s8132@pjwstk.edu.pl" ]
s8132@pjwstk.edu.pl
0a20e9ef6b3fde9f60378315e16fbcf9ea02d84e
63cc8d2f24108115622939ba206703d12cfb9a97
/WinAPI-레이싱 게임/MainGame20.cpp
e57a9fce5f54031463ba337da618af0765fb1e0e
[]
no_license
kthss01/SGA_Programming_Homework
936bc34bd181b88348c697a817f91260480af5bf
a86b43791e7eb96638f36a984eb493a914240fa5
refs/heads/master
2018-08-25T06:37:38.186468
2018-06-03T05:00:38
2018-06-03T05:00:38
118,196,014
3
8
null
null
null
null
UHC
C++
false
false
7,458
cpp
#include "stdafx.h" #include "MainGame20.h" MainGame20::MainGame20() { } MainGame20::~MainGame20() { } HRESULT MainGame20::Init() { GameNode::Init(); isDebug = false; // 게임 끝났는지 확인 isOver = false; // 배경 이미지 읽어오기 _bg = new Image; _bg->Init("images/background.bmp", WINSIZEX, WINSIZEY); // 계기판 이미지 읽어오기 _...
[ "kthss01@naver.com" ]
kthss01@naver.com
c886909b9a07e3166e19216f6d396d8d0200b7fe
1eec67e0f05fd8ed0eaeec7af631efd06323c24c
/avatar.cpp
2d31e819872de932b1356ebe830305262dfadba1
[]
no_license
Baconfu/Dino
066a1200e0ce97aee612f9b023ac6cddd2da3cba
9bfd4a4b20623ac57e5f7118747f2640bdb06530
refs/heads/master
2023-01-19T06:18:09.133302
2020-11-18T02:16:51
2020-11-18T02:16:51
313,763,025
0
0
null
null
null
null
UTF-8
C++
false
false
43
cpp
#include "avatar.h" Avatar::Avatar() { }
[ "11280@kristin.school.nz" ]
11280@kristin.school.nz
df696c9ee84504ac10058cbd8f4f32e022608921
13c1c87fc6e8e71934436ef1094965b53064d0b2
/third-party/highwayhash/highwayhash/hh_avx2.cc
f37095a167d8c063cf123cacc9a5a568e534754c
[ "Apache-2.0" ]
permissive
jaehongyun/redisgraph-cpp
744a999548d3d942872650f0bb6e7f0cce683b29
01e618a2f3a408661f83c4fb000b91f724299896
refs/heads/master
2020-12-28T14:33:16.536543
2019-12-17T14:59:47
2019-12-17T14:59:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
848
cc
// Copyright 2017 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by ap...
[ "giorgio@apache.org" ]
giorgio@apache.org
5026e849cff25cecf118a1dc7ed69475f6cf1a04
12270b6ff55ed9e8e930e117f200ba32bc40ed2c
/modules/task_3/galindo_j_SparseCSRconTBB/main.cpp
edf196162355a2340c6d4294263cdb8f76824d9b
[ "BSD-3-Clause" ]
permissive
vla5924-practice/parallel-programming-2
a23bd0f1d944864a64f1e4fdbf9ac98d5f603a11
4657fd9c02fdd11bbb64614f2aca04356ff45a60
refs/heads/master
2023-05-23T01:02:47.483854
2021-06-13T19:49:02
2021-06-13T19:49:02
347,317,136
0
0
null
null
null
null
UTF-8
C++
false
false
4,456
cpp
// Copyright 2021 Galindo Buitrago Julio Cesar #include <gtest/gtest.h> #include <vector> #include <algorithm> #include <iostream> #include "./csrTBB.h" TEST(csr_dispersa_test, testeo_de_generacion) { int n = 6; std::vector<std::complex<double>> matricial = { {0, 1}, {0, 0}, {0, 0}, {0, 0}, {0, 2}, {0,...
[ "jcgb20@gmail.com" ]
jcgb20@gmail.com
547fdb109fc6e373bb60c61b638152bc4e27f899
da86d9f9cf875db42fd912e3366cfe9e0aa392c6
/2020/solutions/B/MVK-SofiaNPMG/brackets.cpp
779a8d6e4288ccbcfed9c1a12ecdc3ff02df4ecb
[]
no_license
Alaxe/noi2-ranking
0c98ea9af9fc3bd22798cab523f38fd75ed97634
bb671bacd369b0924a1bfa313acb259f97947d05
refs/heads/master
2021-01-22T23:33:43.481107
2020-02-15T17:33:25
2020-02-15T17:33:25
85,631,202
2
4
null
null
null
null
UTF-8
C++
false
false
5,664
cpp
#include<iostream> #include<string> using namespace std; string izraz; int naTaziSkobaKadeIESaotvetstvashatata[200010]; int main(){ cin>>izraz; for(int i = 0; i < izraz.size(); i++){ if(izraz[i] == '('){ int broiOtvoreni = 1; for(int j = i + 1; j < izraz.size() ...
[ "aleks.tcr@gmail.com" ]
aleks.tcr@gmail.com
8663dd2b97a307012885528b78b82dfdfe60c2ee
d4b4745932b7b0786866088804433ccdc1aafc03
/src/GPS.cpp
128373be6d23f03e745f86a49cc948d9612045ca
[]
no_license
valentintintin/arduino-tracker-aprs-dra818
1cbc9d32c4d8e53c8cc2d62a96326ab8ff31291a
e6cec7a6486a13fe4d0eb5ff6c908c0aa230602f
refs/heads/master
2022-01-13T15:11:12.804742
2022-01-10T19:33:37
2022-01-10T19:33:37
146,252,389
20
7
null
null
null
null
UTF-8
C++
false
false
1,134
cpp
#include "GPS.h" #include "Utils.h" GPS::GPS(byte rxPin, int baud, byte txPin) : baud(baud) { serial = new SoftwareSerial(rxPin, txPin); } bool GPS::getData() { DPRINTLN(F("GPS update...")); serial->begin(baud); uint32_t start = millis(); do { while (serial->available()) { cha...
[ "valentin.s.10@gmail.com" ]
valentin.s.10@gmail.com
a4182873913199231f0ceef9ab331b4bf56110ce
5afc871da045bb8b866d6a28864930c43af63aec
/src/vpp-api/vom/dhcp_config_cmds.cpp
53262a3cac642c32f16d848fef5b9652b3d4ba86
[ "Apache-2.0" ]
permissive
mdos/vpp
4eaa2e56c23fe395794954751980b3d284288982
774169bd95e1bbe3e27e602acbba88650db44972
refs/heads/master
2021-05-07T08:13:52.112053
2017-11-02T00:07:40
2017-11-02T19:01:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,001
cpp
/* * Copyright (c) 2017 Cisco and/or its affiliates. * 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 applicabl...
[ "dmarion.lists@gmail.com" ]
dmarion.lists@gmail.com
bac1fc084e580e3dbc84ea8e4aed35ad5a466b0d
f0a5c4ce1a1f74bd73fe0eb35a08385c8b4070e6
/C++/level2/gmondatok_meo/enor_mondat.cpp
21dcedf7987a4a4afbf294fd29de0c81f593508e
[]
no_license
pumpuidev/referencia
613fe4551f81459db63abed7f9b02c9f8efe1ddc
769789e3b3f126750c4bda6daa211f9d023e64f5
refs/heads/main
2023-03-02T05:21:02.883613
2021-02-15T01:49:24
2021-02-15T01:49:24
305,376,917
0
0
null
null
null
null
UTF-8
C++
false
false
729
cpp
#include "enor_mondat.h" using namespace std; Enor_mondat::Enor_mondat(string fnev) { x.open(fnev.c_str()); } Enor_mondat::~Enor_mondat() { x.close(); } void Enor_mondat::First() { sx = norm; Next(); } void Enor_mondat::Next() { getline(x,dx,'.'); //azert ez nem teljesen tokeletes, mert mindenfele szokozoket ...
[ "ernest.prorok@gmail.com" ]
ernest.prorok@gmail.com
85f4648bc4daded46366afc36dcfbc3e05dcb89a
d4789dc11c2772185fa5bead9da75b4fb0ae655c
/Libraries/LibCrypto/NumberTheory/ModularFunctions.h
9c423dd81882791342777db65e566f1290c9997d
[ "BSD-2-Clause" ]
permissive
emilio/serenity
56b2c78aa0067e1bb103a2f7bc67acb199889314
ce0bed048277ee41ba09cb41f5961b11003840d0
refs/heads/master
2022-06-06T08:49:02.002745
2020-05-02T15:01:09
2020-05-02T17:21:50
260,748,645
1
0
BSD-2-Clause
2020-05-02T18:22:37
2020-05-02T18:22:37
null
UTF-8
C++
false
false
6,005
h
/* * Copyright (c) 2020, Ali Mohammad Pur <ali.mpfard@gmail.com> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice...
[ "kling@serenityos.org" ]
kling@serenityos.org
1c4cbb9b44e699fe37cbb4a8de40bd50b5b0770b
aedef9f1bdbc94cb81c633c21abcb132ba590987
/20181025_LYH/백준_/3단계_/10871.cpp
d44dbfaf560dde814f0bc91bb74576c2d5086796
[]
no_license
wns5255/2020STD_C_1
457c260a31bc1cd6a57afb5c040aebddff601907
cfaaa50088fbc1817a46e5776b7a508805834fd1
refs/heads/master
2023-02-06T22:49:29.893476
2020-12-30T12:48:35
2020-12-30T12:48:35
295,155,186
9
2
null
null
null
null
UHC
C++
false
false
264
cpp
// X보다 작은 수 #include <iostream> using namespace std; int main(void) { int n, x; cin >> n >> x; int* a = new int[n]; for (int i = 0; i < n; i++) cin >> a[i]; for (int i = 0; i < n; i++) { if (a[i] < x) cout << a[i] << " "; } return 0; }
[ "tkdwns5261@naver.com" ]
tkdwns5261@naver.com
018367828a6601304ad5297da185bed1d63dea17
1497386b0fe450e6c3881c8c6d52d9e6ad9117ab
/trunk/CrypTool/DlgKeyPermutation.h
377293dd040e07b425e9428e9f48029e4292b72d
[ "Apache-2.0" ]
permissive
flomar/CrypTool-VS2015
403f538d6cad9b2f16fbf8846d94456c0944569b
6468257af2e1002418882f22a9ed9fabddde096d
refs/heads/master
2021-01-21T14:39:58.113648
2017-02-22T14:10:19
2017-02-22T14:10:19
57,972,666
0
5
null
null
null
null
ISO-8859-1
C++
false
false
3,749
h
/************************************************************************** Copyright [2009] [CrypTool Team] This file is part of CrypTool. 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 a...
[ "florian@marchal.de" ]
florian@marchal.de
6cafe46b72030343821c42606554bfd8d18bc4c3
972a1021c72f81a9669abdf8bb78bf90d3592230
/HME_Datalogger/App/QmlModel/HistoryDataListModel.h
8ca2474514c8213155414c203ee7b30a49d17d59
[]
no_license
minhtan58/DataloggerApp
bae95e3ff3680462968eca0cd386b5ed51108538
11f1d5ef0cb18f12d390601620d0f1497adcb2d0
refs/heads/main
2023-05-12T02:50:22.904654
2021-05-30T16:53:28
2021-05-30T16:53:28
372,258,712
1
0
null
null
null
null
UTF-8
C++
false
false
2,678
h
/**************************************************************************** Copyright (C) 2018 by KingKong JSC File: LoginHistoryListModel.h Create: 09 Author: Minh Tan ****************************************************************************/ #ifndef LOGINHISTORYLISTMODEL_H #define LOGINHISTOR...
[ "minhtan.uet@gmail.com" ]
minhtan.uet@gmail.com
b2f6f448597cd4ff7169ef6928a91cc6f920ce98
effc9133865ecd7842a8c08453b65f8e71761f39
/Support/Include/ExcelFstream.h
28f8eb1f05b0240570baac9c55149ce3d6905fd5
[]
no_license
namworkmc/OOP_Project_FashionShopManagementSystem
007b470e8a172eb4a3e8a1e645d151dffd3cc290
534d7272a3c6a9a57962d7df0298af69486d1366
refs/heads/main
2023-02-19T16:40:37.753570
2021-01-17T13:59:21
2021-01-17T13:59:21
330,399,916
0
0
null
null
null
null
UTF-8
C++
false
false
4,657
h
#ifndef _EXCEL_FSTREAM_ #define _EXCEL_FSTREAM_ #include <iostream> #include <string> #include <fstream> #include <sstream> #include <vector> #include <Tokenizer.h> using namespace std; //class ExcelIfstream //{ // //protected: //// Protected attributes //// // // ifstream _file_in; // //public: // // ~Excel...
[ "19127048@student.hcmus.edu.vn" ]
19127048@student.hcmus.edu.vn
e418d8349ac4c7eb1fa5208de4c40e774dd92b0c
d06904df7c6c810e9c4e0981b457356389a9e608
/text/name.h
c50fe6f167b4c32c12c4f93f192e0aacbb51f852
[]
no_license
ncahill-wegfliegen/gemeinsam
6bfea5fa251b980c8d88b065102a48cd8d981a3e
43df0630e2c2cc2148efa0b077e84d4ab853dde1
refs/heads/master
2020-06-26T01:55:26.720699
2019-11-15T20:09:30
2019-11-15T20:09:30
199,489,239
0
0
null
null
null
null
UTF-8
C++
false
false
649
h
#pragma once #include "port.h" #include "string_getable.h" #include "string_setable.h" #include <string_view> namespace nhill { namespace text { class NHILL_TEXT_PORT_CLASS Name final : public String_getable, String_setable { public: Name(); Name( std::string_view value ); Name( const Name& ); Name& oper...
[ "NicholasCAHill@hotmail.com" ]
NicholasCAHill@hotmail.com
97cedbd75994bf5f8735252ed8cb39e8b0db16d3
0a4653fe762283a08daba1aca84c03abf81655ad
/Leetcode Top Interview Questions/solutions/Add Two Numbers.cpp
d96dc6f985a4cf6de9787f8e8f1a0e4931d93344
[ "MIT" ]
permissive
VanshikaSingh10/DataStructures-Algorithms
d532d4ffaa1599b5af8c9971c366352de1a379ff
ded6796e7fb8520e8e8eb4342e534f370d9c9e9e
refs/heads/master
2023-08-02T18:28:02.099995
2021-10-05T10:49:20
2021-10-05T10:49:20
413,772,801
0
0
MIT
2021-10-05T10:35:45
2021-10-05T10:35:45
null
UTF-8
C++
false
false
1,602
cpp
/* Add Two Numbers =============== You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order, and each of their nodes contains a single digit. Add the two numbers and return the sum as a linked list. You may assume the two numbers do not contain any leadin...
[ "sachinverma53121@gmail.com" ]
sachinverma53121@gmail.com
e3be3961515d80272b8aa8789669d89fdcacf8c4
f174be9b27c634af0e7cdc2412a72b95c794395b
/Research Study - Deferred Rendering/BVEngine/Engine/Primitive.h
594472b56f0c8de5c164b012f6c2d4a07e583f1c
[]
no_license
brunovergilio/Game-Engine-Tools-Projects-University-
74ef226a2efd38131b3c1ca3972f6169de3bda18
0a4fe34d64e6f839c3e113e372a6891d7e774cec
refs/heads/master
2020-03-26T13:05:45.985252
2019-09-26T21:50:27
2019-09-26T21:50:27
144,923,027
2
0
null
null
null
null
UTF-8
C++
false
false
1,191
h
#ifndef PRIMITIVE_H #define PRIMITIVE_H #include "Allocator.h" #include "VertexFormat.h" using namespace BVMemory; namespace BVEngine { class Primitive { public: Primitive(Allocator * const pAllocator = nullptr); ~Primitive(); void CreateBox(const float x, const float y, const float z); void CreateGeosph...
[ "brunodeovergilio@gmail.com" ]
brunodeovergilio@gmail.com
4c23267c9d9e73cef8ddfd5cb3927c74d14d41f3
516babd52e0c5c5034af323d88045bff500732d2
/TBusyTruCFG.cxx
0012226a71f1b8e1e7bc9476c3c46b15772e04c5
[]
no_license
policheh/phos_fee_dim
9aa65ab55ece302c5fbd79902f4202d8f0779746
ff996717eeead5f1d266edf2c9381f58857d7e0b
refs/heads/master
2021-07-31T21:10:02.514067
2021-07-20T08:39:20
2021-07-20T08:39:20
121,374,697
0
0
null
null
null
null
UTF-8
C++
false
false
529
cxx
#include <stdio.h> #include "TBusyTruCFG.hxx" #include "dim/dis.hxx" #include "globals.hxx" TBusyTruCFG::TBusyTruCFG(char* name, int truNum, vector<TSequencerCommand*> *sequence) : TBusyFeeCFG(name, truNum, sequence) { addAddress(0x4, DCS_DIM_SRU_TYPE, 40); // SRU busy status addAddress(0x74, DCS_DIM_SRU_TYPE,...
[ "Boris.Polishchuk@cern.ch" ]
Boris.Polishchuk@cern.ch
5d67a0e4471a8e8785c64d500190cebcdee9ba2f
9d7a8d3e8d5df680c32fa70c73ef7c2820986187
/.history/D05/ex03/Intern_20210312193946.cpp
6c28c1f282911bb8d93efbd65e950aa58405d942
[]
no_license
asleonova/cpp
dc2d606e361ffdfa2013953f68bd0da4530f34bc
adfaecc238cdb63053b34b106869d3185204d73a
refs/heads/master
2023-04-06T19:27:21.725162
2021-04-13T19:18:00
2021-04-13T19:18:00
337,834,070
0
0
null
null
null
null
UTF-8
C++
false
false
2,621
cpp
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* Intern.cpp :+: :+: :+: ...
[ "dbliss@oa-f5.msk.21-school.ru" ]
dbliss@oa-f5.msk.21-school.ru
9d9f80b386d6e8878e081b78318fbe59e44b0812
cd38f94e7ae29ee2b4c5715b8fbf852a3a4e272b
/threads/14/thread_excpetion.cpp
2448a96848ac46a740701781c250cd3617e6d597
[ "MIT" ]
permissive
cg011235/cpp-examples
39b7ba031fd9c4b40fe25fea04f7ac63dbbbb2f5
bfb9177a0e5d41d9bb9e40ef0818dc05100bb762
refs/heads/master
2020-04-23T23:52:21.576720
2019-03-08T10:02:15
2019-03-08T10:02:15
171,548,545
0
0
null
null
null
null
UTF-8
C++
false
false
781
cpp
/** * exception with threads */ #include <iostream> #include <thread> #include <mutex> #include <cstdlib> std::mutex mu; void start_engine(int max) { try { for (int count = 0; count < max; count++) { std::cout << "starting the engine in " << count << std::endl; std::this_thread::sleep_for(std::ch...
[ "cg011235@gmail.com" ]
cg011235@gmail.com
4c38ad93792532334315abe3af50eb93810549b4
d495bbccfe52b6f1554c070477f2096006141434
/Day3/MainWindow/SubWindow.h
37ace1dd3cfdf2c0a391d53273c7b41d124f4a12
[]
no_license
nisam76/QtAndQML
913f83eb7691ee79fe13ccdf3190962fd945303f
86367faeaca0f0b28e2d4bf8d587724dec0e2440
refs/heads/master
2020-12-02T22:54:18.370556
2017-04-11T07:49:23
2017-04-11T07:49:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
180
h
#include <QWidget> #include <QHBoxLayout> #include <QTextEdit> class SubWindow : public QWidget { private: QHBoxLayout *pLayout; QTextEdit *pTextEdit; public: SubWindow(); };
[ "train@amdocs.com" ]
train@amdocs.com
ff726250c5b66630158d86ca9289a7762db4c250
36898e170856681d071a3c96f6992910a339b703
/utilities/string_helpers.cxx
983cd854e2e19425f3cd94ac24d2273dfd3b0ade
[]
no_license
noahsettersten/aoc2020
60698ebadba20471539c5f5580904f7120babea2
51f42709ddfb888580305bc9c6445831c4040d81
refs/heads/main
2023-03-14T17:54:36.508457
2021-03-05T18:04:48
2021-03-05T18:04:48
318,644,996
0
0
null
null
null
null
UTF-8
C++
false
false
876
cxx
#include <algorithm> #include <cctype> #include <locale> #include <string> // trim from start (in place) void ltrim(std::string &s) { s.erase(s.begin(), std::find_if(s.begin(), s.end(), [](unsigned char ch) { return !(std::isspace(ch) || ch == '.'); })); } // trim from end (in place) void rtrim(std::string &s...
[ "noah@headway.io" ]
noah@headway.io
4478c34bdb32c316fe2db2d801eb494a3246b813
602b34ea693d12a802a86f8035b6b6175452b7ae
/squence_LinkList/SqList.cpp
1188ccba6c3fc7171f5e4128dc63539e16fe4445
[]
no_license
LiuTianyong/DataStructs
d8b421d8c96d0de2f9aa943b50ea0257a4b4e196
b9ea53c30d3f90cd82b94b1e5170397904cefd82
refs/heads/master
2023-01-03T07:11:44.764710
2020-10-25T14:19:00
2020-10-25T14:19:00
298,333,156
1
0
null
null
null
null
GB18030
C++
false
false
2,432
cpp
#include <stdio.h> #include <malloc.h> #define MaxSize 50 typedef int ElemType; typedef struct { ElemType data[MaxSize]; //存放顺序表元素 int length; //存放顺序表的长度 } SqList; //顺序表的类型定义 void CreateList(SqList *&L,ElemType a[],int n) //建立顺序表 { int i; L=(SqList *)malloc(sizeof(SqList)); for (i=0;i<n;i++) ...
[ "36838929+LiuTianyong@users.noreply.github.com" ]
36838929+LiuTianyong@users.noreply.github.com
fffd1bb6ea3288e1db52b5c33d0bc2c7ef7418f7
a5d84bf567a15708bc8df234a0ff35fe39d9b97a
/ui/labelslider.cpp
88cad0e3138f4dc412472e4b9d1b37862b365e0a
[]
no_license
maingi2/olive
ea43b19563ddd8922ab8df89dd6bb4449144f90f
8b09ddb183f43d573890bbe937c1bd472e4da654
refs/heads/master
2020-03-23T07:41:30.235996
2018-07-17T01:30:20
2018-07-17T01:30:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,160
cpp
#include "labelslider.h" #include "project/undo.h" #include <QMouseEvent> #include <QInputDialog> #include <QApplication> LabelSlider::LabelSlider(QWidget* parent) : QLabel(parent) { drag_start = false; min_enabled = false; max_enabled = false; setStyleSheet("QLabel{color:#ffc000;text-decoration:unde...
[ "itsmattkc@gmail.com" ]
itsmattkc@gmail.com
78271e6c14fdffd1f6c11cc104a1aa4d083441c0
5785f30d7c48d283f123a6c4b291c4dcdcde715f
/algorithm/cpp/712.cpp
c87fb54f6322fdfdae3e7336038934b767f7a02b
[]
no_license
beyanger/leetcode
925eb32fe02851aad0fd8f95f0ddf6495b13d9da
7b20536a900e7135e97cbe2ef7e581dae93c874c
refs/heads/master
2021-01-22T21:12:37.726492
2019-02-22T01:16:00
2019-02-22T01:16:00
85,403,391
0
0
null
null
null
null
UTF-8
C++
false
false
458
cpp
class Solution { public: int minimumDeleteSum(string s1, string s2) { int la = s1.size(), lb = s2.size(); int sa = accumulate(s1.begin(), s1.end(), 0); int sb = accumulate(s2.begin(), s2.end(), 0); vector<vector<int>> dp(la+1, vector<int>(lb+1)); for (int i = 0; i < la; i++) { for (int j = 0; j < lb; j+...
[ "beyanger@yeah.net" ]
beyanger@yeah.net