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
5120aac19fe7b4e860e84d62875e9e579eba262e
f12c1ea10008863a801773857c1425e4dbb4f685
/game/public/app.cpp
c994aee4b14104484b549d5d04f455e58260ba45
[]
no_license
alterhz/WalkingGridGame
c09caa4b50fc8401155192da4bbbee36dfd82a60
fb56f65184ee174119aeeb433aadaa0edb3cc1f5
refs/heads/master
2021-05-30T04:27:05.900721
2015-10-30T12:44:22
2015-10-30T12:44:22
38,820,181
1
0
null
null
null
null
GB18030
C++
false
false
3,329
cpp
#include "app.h" #include "debug.h" #include "clientmanager.h" #include "testclient.h" #include "configread.h" #include "memoryleak.h" #include "memoryleakinfo.h" #include "country.h" CApp::CApp() : m_pNetService(nullptr) , m_pNetAcceptor(nullptr) , m_pTimerManager(nullptr) , m_pEventManager(nul...
[ "550360139@qq.com" ]
550360139@qq.com
fd6033f4b1487e3ba4aeb20259af87ee3c555865
b6bd098572c6ee433b4398924989a41c1ee77a40
/src/oxtra/codegen/instructions/string/lods.h
12122fb4290251e4e11d91d5b4c0e7155e465977
[ "BSD-3-Clause" ]
permissive
wenzhuw/oxtra
6a1b3315c123195b789917d86b8e2c8b26d9e211
cd538062869bfe68fc8552604c22334589d7380c
refs/heads/master
2023-03-17T14:51:00.591053
2020-11-16T20:06:29
2020-11-16T20:06:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
325
h
#ifndef OXTRA_LODS_H #define OXTRA_LODS_H #include "oxtra/codegen/instructions/string/repeatable.h" namespace codegen { class Lods : public Repeatable { public: explicit Lods(const fadec::Instruction& inst) : Repeatable{inst} {} void execute_operation(CodeBatch& batch) const final; }; } #endif //OXTRA_LO...
[ "justus.polzin@tum.de" ]
justus.polzin@tum.de
ed059a13c5b6a269a14870546a413e1890fdaf4b
24f26275ffcd9324998d7570ea9fda82578eeb9e
/extensions/browser/api/declarative_net_request/composite_matcher.cc
8a8a62def6309dd95f92a78e35c626906dc251fd
[ "BSD-3-Clause" ]
permissive
Vizionnation/chromenohistory
70a51193c8538d7b995000a1b2a654e70603040f
146feeb85985a6835f4b8826ad67be9195455402
refs/heads/master
2022-12-15T07:02:54.461083
2019-10-25T15:07:06
2019-10-25T15:07:06
217,557,501
2
1
BSD-3-Clause
2022-11-19T06:53:07
2019-10-25T14:58:54
null
UTF-8
C++
false
false
6,812
cc
// Copyright 2019 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "extensions/browser/api/declarative_net_request/composite_matcher.h" #include <algorithm> #include <set> #include <utility> #include "base/metr...
[ "rjkroege@chromium.org" ]
rjkroege@chromium.org
452d698a4b2cc280fc5ece2cfc1b158ef0c75c6f
6ee132962fb45703b90973575b1866e7472b98a3
/Intro/String/mail.cpp
c2a56c43e7ac9c4de937bd05feadb1f69f928ad1
[]
no_license
Linarz11/OOP_CPP
c77718f38238390bd84a89a9a32003b1ea166565
40636abdb2d03ff6d6484c7d538047427b0847ac
refs/heads/master
2023-04-22T13:57:53.164867
2021-04-26T15:57:26
2021-04-26T15:57:26
348,740,562
2
0
null
null
null
null
UTF-8
C++
false
false
4,295
cpp
#define _CRT_SECURE_NO_WARNINGS #include <iostream> using namespace std; #define delimeter "\n-----------------------------\n" class String; String operator+(const String& left, const String& right); class String { char* str; //Указатель на строку в динамической памяти int size; //Размер строки public: const char...
[ "linarz@bk.ru" ]
linarz@bk.ru
15ce5d3472e2ddef6aacb5c326fdae034cc30f31
2bc835b044f306fca1affd1c61b8650b06751756
/mshtml/src/f3/htmlpad/thread.hxx
64de583d38f0f1bdafea8129924ba987f2426605
[]
no_license
KernelPanic-OpenSource/Win2K3_NT_inetcore
bbb2354d95a51a75ce2dfd67b18cfb6b21c94939
75f614d008bfce1ea71e4a727205f46b0de8e1c3
refs/heads/master
2023-04-04T02:55:25.139618
2021-04-14T05:25:01
2021-04-14T05:25:01
357,780,123
1
0
null
null
null
null
UTF-8
C++
false
false
2,488
hxx
//+--------------------------------------------------------------------------- // // Microsoft Windows // Copyright (C) Microsoft Corporation, 1992 - 1993. // // File: thread.hxx // // Contents: Helper functions for thread management // //---------------------------------------------------------------------...
[ "polarisdp@gmail.com" ]
polarisdp@gmail.com
09f95586d1119cbf0700a1a0aacdddc8f39188ff
f10a602239af68f852b7a6cc7cbe80fe95926baf
/source/ei_classifier_porting.cpp
75841df28e530841d91508fe59109cb629d82d1f
[ "MIT" ]
permissive
SimonaChiurato/inferencing-pico
8e44267d13f347e2f102b01191a290c384513834
99c935589e03819e8a2577682eff6f0d58a26c96
refs/heads/main
2023-09-04T10:57:24.100506
2023-09-02T17:23:33
2023-09-02T17:23:33
685,969,280
0
0
null
2023-09-01T12:29:07
2023-09-01T12:29:06
null
UTF-8
C++
false
false
2,367
cpp
/* Edge Impulse inferencing library * Copyright (c) 2021 EdgeImpulse Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights ...
[ "dmitrywat@gmail.com" ]
dmitrywat@gmail.com
20421697a7bee5e5bd793b22b18a735e5cd0d01a
511d7cd374cf8ecdc6a9d72223bed16a32d83c78
/dsui/dsui/timer.h
3a5055094f0f51c0d2357e4988215d8c473f9299
[]
no_license
mynick777/msdk
1818c718a181de772b9a3e2dd6d7b9a66296dc86
4ee669c60148ad72e1d8af9bea05e05019af79e6
refs/heads/master
2020-05-18T00:56:37.308774
2019-05-01T16:19:13
2019-05-01T16:19:13
184,075,465
0
0
null
2019-04-29T13:22:32
2019-04-29T13:22:32
null
UTF-8
C++
false
false
1,461
h
/************************************************************************/ /* Author: lourking. All rights reserved. Create Time: 2,27th,2014 Module Name: timer.h Abstract: */ /************************************************************************/ #ifndef __DSTIMER_H__ #define __DSTIMER_H__ #include <mm...
[ "maguojun123@126.com" ]
maguojun123@126.com
f41b4f10b345dc40769dfebf0adb4f8b71832a08
31d65730c038c45c1b231a43c41d3654f88ea8d9
/15658/solve.cpp
4e91f766c8c56773d308c6e2f71619d5213b2b90
[]
no_license
wizleysw/backjoon
383ae80ad3bd5d95cafd4cb1326e9dd5e7ffeba6
6672d9a23171ffeff35d32ca0bd0811e866e6385
refs/heads/master
2021-07-06T15:50:00.290024
2021-04-24T08:46:18
2021-04-24T08:46:18
230,577,840
0
0
null
null
null
null
UTF-8
C++
false
false
1,701
cpp
// https://www.acmicpc.net/problem/15658 // 연산자 끼워넣기 (2) // Written in C++ langs // 2020. 09. 28. // Wizley #include <iostream> #include <algorithm> #include <vector> #include <limits.h> using namespace std; int MAXV = INT_MIN; int MINV = INT_MAX; int T; vector<int> numbers; int expression[4] = {0,}; void backtrac...
[ "wizley@kakao.com" ]
wizley@kakao.com
b523511f96df92a0ad0ef1249812ac85b0c1e187
fd08095bdd919c82a045d143da4c077f24021e46
/RTTI/main.cpp
26467f64afb8cc295b7468b724f8b3e879d22337
[]
no_license
piscenco/vonNeumann
5dba8b1c097e74d92da5f6006abc68780787fae7
6c2a57579bd76c95edf0a9ce7d3906f2b0ccb867
refs/heads/main
2023-04-12T20:00:19.624479
2021-05-11T18:53:06
2021-05-11T18:53:06
352,388,008
0
0
null
null
null
null
UTF-8
C++
false
false
2,539
cpp
#include <iostream> #include <map> #include <string> #include <functional> using namespace std; //map<string, function<void()>> vtable; // ID = ParentsID ||MyID class ParentClass1{ public: static const int ID = 1; string name = "ParentClass1"; ParentClass1()= default; }; class ParentClass2{ public: ...
[ "32290501+piscenco@users.noreply.github.com" ]
32290501+piscenco@users.noreply.github.com
c6b4a65a538511c277cde6ce5328fc7e2360a361
6f90cd7f5368df417dc4d9bb424583a4aa788ac3
/Yassine S/statistiquea.h
acdc2d909fdd43d5d02c2a493638ad5cfa4705c5
[]
no_license
axelessimi12/LaFerme
6c6e38863e0a3ba6f39951bb80e969dbf4c64f6e
7069e0c4c3ccbee05ec2e10d6b111b2f60826333
refs/heads/main
2023-05-03T22:23:31.455815
2021-05-23T21:02:41
2021-05-23T21:02:41
370,152,793
1
0
null
null
null
null
UTF-8
C++
false
false
351
h
#ifndef STATISTIQUEA_H #define STATISTIQUEA_H #include <QtCharts> #include <QPieSeries> #include <QPieSlice> #include <QBarSeries> #include <QSqlQuery> #include <QString> QT_CHARTS_USE_NAMESPACE class Statistiquea { QChart *chart; QChartView *chartView; public: Statistiquea(); QChartView * Preparechart(...
[ "axelwilfried.etoundiessimi@esprit.tn" ]
axelwilfried.etoundiessimi@esprit.tn
e1117f2fc507a1be27e84e76c8bd1596e61fd7ea
4c5d17bf6c0d4901f972e88aac459088a270b301
/test/mock/mock_btif_co_bta_dm_co.cc
e244296c5a55534e789bc3461d9de0a427e10cc9
[ "Apache-2.0" ]
permissive
LineageOS/android_system_bt
87e40748871e6aa6911cd691f98d957251d01919
7d057c89ab62916a31934f6e9a6f527fe7fc87fb
refs/heads/lineage-19.1
2023-08-31T13:31:22.112619
2023-03-28T18:40:51
2023-07-07T13:02:57
75,635,542
22
245
NOASSERTION
2022-10-02T20:22:16
2016-12-05T14:59:35
C++
UTF-8
C++
false
false
1,306
cc
/* * Copyright 2021 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 applica...
[ "cmanton@google.com" ]
cmanton@google.com
a9cdf39776779c4bc1ac2c2dd840d3fbdc128eba
8a80b79470fdb7179bce9c3a38c008200c33360d
/QT_Init/build-helloQT2-Desktop_Qt_5_12_6_GCC_64bit-Debug/moc_widget.cpp
122089ac9c1f58c12288a220577fea0ef4a37e5a
[]
no_license
nanenchanga53/QTCreatorTutorials_MDS
8d1dfe76a076a78f3cdcf920e7d2ccccf0c15a30
0435380cdfb0539df810955585eeedf4d1be1485
refs/heads/master
2020-12-23T09:02:40.441432
2020-02-14T08:08:46
2020-02-14T08:08:46
237,105,442
0
0
null
null
null
null
UTF-8
C++
false
false
3,290
cpp
/**************************************************************************** ** Meta object code from reading C++ file 'widget.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.12.6) ** ** WARNING! All changes made in this file will be lost! *************************************************************...
[ "nanenchanga53@gmail.com" ]
nanenchanga53@gmail.com
68821014fb6f8932b1548e2c2adcf2aa4c2ab292
e10026b536f18157f743835b4ec45248b0a88c17
/code/src/nsga2.cpp
83e9badcdeb38fc0ca150155998726af24eb68e4
[]
no_license
ca-cao/jssp
9ff4642e37933ec5fd17fc558ecd031a8f3ef175
c8ab1441d8cc3fd6f7f7efb7d01d4bce6d9fa9a1
refs/heads/master
2023-09-03T07:49:17.292403
2021-11-12T04:26:44
2021-11-12T04:26:44
294,012,577
1
0
null
null
null
null
UTF-8
C++
false
false
8,887
cpp
#include "individuo.hpp" #include <algorithm> #include <iostream> #include <fstream> #include <numeric> #include "jsp.hpp" #include <random> #include <string> #include <chrono> #include <time.h> #define INF INT_MAX #define EPS 1.0e-14 using namespace std; bool lex_vec_cmpr(const individuo& i1, const individuo& i2){ ...
[ "j.crabell62@gmail.com" ]
j.crabell62@gmail.com
3a2fb33f4ee5e01b33021672bd61154a732a112c
b7395f57c25ba380d3c8b57ee489ff21807944d2
/lab2sem3/testSeq.hpp
9dbb058102605e3bf3139169ca866b9bfc22b7fb
[]
no_license
respair/3semlab2
91a59e0f4024a78f6cb4458246b9994455eb6bb1
4cff965b78be570fc6851007c4e2c41b37d91b08
refs/heads/main
2023-01-30T01:42:52.615368
2020-12-15T14:15:41
2020-12-15T14:15:41
318,294,563
0
0
null
null
null
null
UTF-8
C++
false
false
4,386
hpp
#pragma once #include "ArraySequence.hpp" #pragma once #include "LinkedListSequence.hpp" #include "ArraySequence.hpp" #include "Sequence.hpp" #include <cassert> #include <iostream> void TestGetSize() { std::cout << "TEST: SEQUENCE:" << std::endl; { int arr[5] = { 1,0,2,3,-1 }; ArraySequence<in...
[ "senselessly@list.ru" ]
senselessly@list.ru
1f88f336b73827aee70e3dda89c8ce9638f37da3
8e8f6ea9a3dfba0fe1b309d77b3887ca2c48f833
/codeforces/1428/C.cpp
9230f7fcf8385b586312ecd121c82a6d460642bf
[]
no_license
MahirSez/problem-solving
dcfa75a15a44eb32716b706324be5226334558f1
385a43a1354e64be82a15528ee2d52d7e93812f3
refs/heads/master
2023-03-21T10:53:30.135684
2021-02-21T13:25:00
2021-03-07T15:40:47
340,282,809
0
1
null
null
null
null
UTF-8
C++
false
false
1,153
cpp
#include <bits/stdc++.h> #define ll long long int #define uu first #define vv second #define pii pair<int,int> #define pll pair<ll,ll> #define tp tuple<int,int,int> #define fastio ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0) using namespace std; c...
[ "mahirsezan@gmail.com" ]
mahirsezan@gmail.com
5ac0068916b76d95689380d62dba6e3210fe88fa
5fb564caaff280de17e8a111549621752b4d7741
/CruiseControl/CruiseSpeed.cpp
cd6a3d7cd7db570090c853f2f06e5a9c16b49171
[]
no_license
uzamakihina/CodingChallenges
b742c5841a79b5f31c372d78195cfcdb46fb37f9
485df78c6257b108cf81b22962ac3543bc931752
refs/heads/master
2020-05-28T05:56:44.793151
2019-05-30T19:50:09
2019-05-30T19:50:09
188,901,571
0
0
null
null
null
null
UTF-8
C++
false
false
919
cpp
// Problem description link //https://code.google.com/codejam/contest/8294486/dashboard #include <iostream> using namespace std; void find_speed(FILE *fp, int trail); FILE *rp; int main(){ FILE *fp; fp = fopen("SpeedStatsCases.txt", "r"); rp = fopen("CruiseSpeeds.txt", "w"); int cases; fscanf(fp, ...
[ "jlx@ualberta.ca" ]
jlx@ualberta.ca
a9f854a84c052f4d3e7d0e55b47de9f9693e2948
a0129176f88da823d749ae28ba28d9c50932e07d
/2016.sp1/linux/devkit/plug-ins/fragmentDumper/fragmentDumper.cpp
b16cf66f62b2b68f50e08e23df8bdd2acf7a5515
[]
no_license
lovejunjie1/mayaAPI
02d06fcefdfff8264184aab4751eada23c7f9e62
fd8dbd03467268c21b4b8aff720188d7287318d5
refs/heads/master
2020-06-07T01:39:27.640648
2016-09-20T12:51:42
2016-11-02T17:28:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,789
cpp
//- // ========================================================================== // Copyright 2013 Autodesk, Inc. All rights reserved. // Use of this software is subject to the terms of the Autodesk license agreement // provided at the time of installation or download, or which otherwise // accompanies this software ...
[ "faca@mikrosimage.eu" ]
faca@mikrosimage.eu
f17001c59653755dc696fc938bd0392a0a586268
8fcb1c271da597ecc4aeb75855ff4b372b4bb05e
/COJ/CowArt.cpp
fd0e44b49435ba7f850bc0f975f0b9192c4196e6
[ "Apache-2.0" ]
permissive
MartinAparicioPons/Competitive-Programming
9c67c6e15a2ea0e2aa8d0ef79de6b4d1f16d3223
58151df0ed08a5e4e605abefdd69fef1ecc10fa0
refs/heads/master
2020-12-15T21:33:39.504595
2016-10-08T20:40:10
2016-10-08T20:40:10
20,273,032
1
0
null
null
null
null
UTF-8
C++
false
false
2,147
cpp
#include <cstdio> #include <vector> #include <set> #include <queue> #include <map> #include <stack> #include <iostream> #include <algorithm> #include <string> #include <cstring> #include <cstdlib> #define scd(x) scanf("%d", &x) #define scc(x) scanf("%c", &x) #define scd2(x,y) scanf("%d %d", &x, &y) #define prd(x) print...
[ "martin.aparicio.pons@gmail.com" ]
martin.aparicio.pons@gmail.com
92de3d457941760999d1e6e8390319fa73d080ad
5d9db4867cc43829005288ad4b2e6441eab4ba94
/KKT uni v 1.0/Kuvempu/NetravathiHelp.h
290c5569767b826a4e40a99bf6a295ef4ce33aa4
[]
no_license
MayuraVerma/KanKey-uni-1.0
52f54fb74409ffa1e45f31dc97953fd394c312d2
142d366483ae417a69a2eba75b1276f4a253a0e0
refs/heads/master
2020-04-24T16:32:05.349472
2018-06-25T19:22:59
2018-06-25T19:22:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,606
h
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////...
[ "sudheer316@gmail.com" ]
sudheer316@gmail.com
8edbb51f19a36fdf60910c84d237ceafd1b5cf61
0641d87fac176bab11c613e64050330246569e5c
/tags/milestone-4-1-5/source/test/intltest/dtfmtrtts.cpp
0529c3ddb92b7f9e72d82e76f9cc2ab1a082c166
[ "ICU", "LicenseRef-scancode-unicode" ]
permissive
svn2github/libicu_full
ecf883cedfe024efa5aeda4c8527f227a9dbf100
f1246dcb7fec5a23ebd6d36ff3515ff0395aeb29
refs/heads/master
2021-01-01T17:00:58.555108
2015-01-27T16:59:40
2015-01-27T16:59:40
9,308,333
0
2
null
null
null
null
UTF-8
C++
false
false
20,588
cpp
/*********************************************************************** * COPYRIGHT: * Copyright (c) 1997-2009, International Business Machines Corporation * and others. All Rights Reserved. ***********************************************************************/ #include "unicode/utypes.h" #if !UCONFIG_NO_FOR...
[ "mow@251d0590-4201-4cf1-90de-194747b24ca1" ]
mow@251d0590-4201-4cf1-90de-194747b24ca1
d0466be656c92d2042e591bffd7cd4df013a8435
8e7fd94fabf66c143de0105d1007bac6b46105b5
/src/c/arch/glfw/utils.cc
f751a1d053ddcb63681418d9e7011d9dd89e60a6
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference", "MIT", "LicenseRef-scancode-public-domain" ]
permissive
davidgiven/wordgrinder
9420fe20994294d6c6f3be6514e15719ed062420
62ec2319bb2e839df2f888ec2b49d645955d75ae
refs/heads/master
2023-08-16T20:09:03.230267
2023-06-06T22:44:40
2023-06-06T22:44:40
37,010,967
830
79
null
2023-06-06T22:44:41
2015-06-07T09:27:07
Lua
UTF-8
C++
false
false
441
cc
#include "globals.h" #include "gui.h" int get_ivar(const char* name) { lua_checkstack(L, 10); lua_getglobal(L, "GlobalSettings"); lua_getfield(L, -1, "gui"); lua_getfield(L, -1, name); return luaL_checkinteger(L, -1); } const char* get_svar(const char* name) { lua_checkstack(L, 10); lua_getgloba...
[ "dg" ]
dg
452e1b46542b361b60c24236c1019952258185a9
911c6c8da18d05d2cd8fefefdf57e2db7273ce3c
/TrenchCoatAdministrator-GUI/FileRepository.cpp
15eca3ce50dd9e3a7744bfea75782d9278850928
[]
no_license
ComanacDragos/Assembly-C-CPP-Projects
db1d34f05e4eaa9f978330503f81da0468682ce9
5aa306032319ae7840b30928b3268878b6e18869
refs/heads/master
2023-04-15T02:16:10.782569
2021-03-16T13:41:16
2021-03-16T13:41:16
261,495,900
0
0
null
null
null
null
UTF-8
C++
false
false
4,362
cpp
#include "FileRepository.h" FileRepository::FileRepository(const std::string& filePath) :AbstractRepository() { this->filePath = filePath; } void FileRepository::storeCoat(const TrenchCoat& coat) { std::vector<TrenchCoat> coats = this->loadCoatsFromFile(); if (std::find(coats.begin(), coats.end(), coat) != coats.e...
[ "46956225+WildUrti@users.noreply.github.com" ]
46956225+WildUrti@users.noreply.github.com
efd76b9d29258729c51ac26012ed0b6ec638e333
c4f725909ca87714ec9bc924de50038478920528
/LimeysSDR/Loggable.hpp
140af05c189d6606bc286d713618374f21c52317
[]
no_license
minkione/LimeysSDR
5c22472d8cf330974d624b949d79eca392d68837
517f4907cf98737f34843ef905aaa19a0063adb6
refs/heads/master
2020-04-12T10:04:16.242449
2018-08-04T00:03:39
2018-08-04T00:04:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,542
hpp
// // Loggable.hpp // LimeysSDR // // Created by Paul Ciarlo on 8/3/18. // Copyright © 2018 Paul Ciarlo. All rights reserved. // #ifndef Loggable_hpp #define Loggable_hpp #include <cstdio> #include <iostream> #include "Util.hpp" namespace io { namespace github { namespace paulyc { // WARNING: Not currently thr...
[ "paul.ciarlo@gmail.com" ]
paul.ciarlo@gmail.com
328b2597e0e2110296e2e77b8ee80d591b30ba25
973cd49fbc173f5fd2b1a8575157f7ef91868a23
/strategy/src/canvas.h
0bb4eb547146ab91cbb4a00795442804c35ce999
[]
no_license
Hopson97/design-patterns-explained
6a4ed515baab0bd436046eb6983fd8b4597d1c44
1ff9da9aaeca8ad09bcc4ea524ea63d584544a17
refs/heads/master
2020-06-30T18:22:14.066429
2019-10-25T17:33:39
2019-10-25T17:33:39
200,909,650
7
3
null
2019-10-25T17:33:40
2019-08-06T19:10:45
C++
UTF-8
C++
false
false
1,856
h
#pragma once #include <SFML/Graphics/Texture.hpp> #include <SFML/Graphics/Image.hpp> #include <SFML/Graphics/RectangleShape.hpp> #include <SFML/Graphics/RenderWindow.hpp> #include <SFML/Graphics/Color.hpp> #include <optional> /** * @brief The class that holds information about the image * the user is drawing onto ...
[ "mhopson@hotmail.co.uk" ]
mhopson@hotmail.co.uk
d20c520afa6afba50ab60ff9766fd785a8c355f0
394baa93338a6510a34700a953d1119594efd36a
/B_Blocks_on_Grid.cpp
8fb52a8d9297b7a1e6012d4c040f14a019504a7c
[]
no_license
anusjc/CPP
43dfe1680a5b1a00d363bff56319549db1992d40
e7b29634d2c36b8e28013d0f10c3ed47cb6a674f
refs/heads/master
2023-06-24T15:24:41.929533
2021-07-26T15:35:43
2021-07-26T15:35:43
275,631,954
0
0
null
null
null
null
UTF-8
C++
false
false
121
cpp
#include <bits/stdc++.h> using namespace std; int main() { int a, b; cin >> a >> b; vector<vector<int>> ab; }
[ "anuragmishrarp@gmail.com" ]
anuragmishrarp@gmail.com
72947111a9908d371e61be48b9163c53ff142648
9ff8e317e7293033e3983c5e6660adc4eff75762
/Source/input/SGF_Input.cpp
c980da4857bd0639a3e288b64a51a437694edfac
[]
no_license
rasputtim/SGF
b26fd29487b93c8e67c73f866635830796970116
d8af92216bf4e86aeb452fda841c73932de09b65
refs/heads/master
2020-03-28T21:55:14.668643
2018-11-03T21:15:32
2018-11-03T21:15:32
147,579,544
0
0
null
null
null
null
UTF-8
C++
false
false
2,342
cpp
/* SGF - Super Game Fabric Super Game Fabric Copyright (C) 2010-2011 Rasputtim <raputtim@hotmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License,...
[ "rasputtim@hotmail.com" ]
rasputtim@hotmail.com
1686e8109b2380eab2108629ca2560d0c184c951
abff3f461cd7d740cfc1e675b23616ee638e3f1e
/opencascade/TDataXtd_Position.hxx
405f9cabe7834beb4c5b23fd04d13138cfd6a2f1
[ "Apache-2.0" ]
permissive
CadQuery/pywrap
4f93a4191d3f033f67e1fc209038fc7f89d53a15
f3bcde70fd66a2d884fa60a7a9d9f6aa7c3b6e16
refs/heads/master
2023-04-27T04:49:58.222609
2023-02-10T07:56:06
2023-02-10T07:56:06
146,502,084
22
25
Apache-2.0
2023-05-01T12:14:52
2018-08-28T20:18:59
C++
UTF-8
C++
false
false
3,176
hxx
// Created on: 2009-04-06 // Created by: Sergey ZARITCHNY // Copyright (c) 2009-2014 OPEN CASCADE SAS // // This file is part of Open CASCADE Technology software library. // // This library is free software; you can redistribute it and/or modify it under // the terms of the GNU Lesser General Public License version 2.1...
[ "adam.jan.urbanczyk@gmail.com" ]
adam.jan.urbanczyk@gmail.com
9ef75baf93a510e8f703b8f6fe363ac549618aa8
ba98197d69bb4b9390a94750556d0bc07c163eae
/Source/Engine/Math/MathUtils.h
80b24fcfe2fdd4b04a145934a3e71633f02d4851
[ "MIT" ]
permissive
daiwei1999/AwayCPP
a229389369e01e1b80a27ff684723d234dbba030
095a994bdd85982ffffd99a9461cbefb57499ccb
refs/heads/master
2023-07-20T19:42:32.741480
2023-07-05T09:10:26
2023-07-05T09:10:26
36,792,672
12
6
null
null
null
null
UTF-8
C++
false
false
245
h
#pragma once #include "Common.h" AWAY_NAMESPACE_BEGIN class MathUtils { public: static int random(int min, int max); static float random(float min, float max); private: static std::default_random_engine m_generator; }; AWAY_NAMESPACE_END
[ "daiwei_1999_82@163.com" ]
daiwei_1999_82@163.com
14e349c3edb8535c040c6dda9c805ac6d8d00945
b78eabe7b0ac182c5e32f6e7bb381a0ded9fb48f
/HW6/src/shader.h
fd7dca9a4ad99c607baeab238e8f43e22f155203
[]
no_license
NNNeil-C/Computer_Graphics
9c29b7bd3d86d56d3a0fc02bd7161bbb564332fe
bc2aacdf3409b96af816b7f1dfb55af05e658ae7
refs/heads/master
2020-05-30T05:13:03.584862
2019-05-29T14:34:24
2019-05-29T14:34:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,935
h
// // shader.h // Light // // Created by peiyu wang on 2019/5/4. // Copyright © 2019 peiyu wang. All rights reserved. // #ifndef shader_h #define shader_h //system header #include <glad/glad.h> #include <GLFW/glfw3.h> //standard header #include <iostream> #include <string> #include <fstream> #include <sstream> u...
[ "wangpy6@mail2.sysu.edu.cn" ]
wangpy6@mail2.sysu.edu.cn
2f92172825f6abd90df2cf8090b5f250e62962df
ab424667ea28737612a249f0442782e81e6f286b
/src/domain.cpp
dad2569b3b5c551786fb29aee11cb6464a213c2f
[]
no_license
phpisciuneri/tg
9620575329512e2751f0fe8c6b3adc00381442ec
d33c31ab6c8a20019376bb070d4437783c09fe39
refs/heads/master
2021-01-15T08:50:05.615926
2016-08-17T05:15:27
2016-08-17T05:15:27
50,220,929
0
0
null
null
null
null
UTF-8
C++
false
false
819
cpp
#include "domain.hpp" #include <cmath> #include "diagnostic/tracer.hpp" namespace iplmcfd { // +----------------+ // | Domain::Domain | // +----------------+ Domain::Domain( const simparam& param ) { tracer::scope _("Domain::Domain"); m_periods = param.periods; m_shape = param.ngrid; ...
[ "phpisciuneri@gmail.com" ]
phpisciuneri@gmail.com
b4351450b20e56051b92f3c76005551f3a511292
b6a5c7389aeee278e65ca77b98e14b78a59da459
/OrgreTemplateV2/OrgreTemplateV2/Ball.h
9545e7af5e22f876ac47aaa0c45cee173fd27f15
[]
no_license
SamCPollock/Pollock-Assignment1-EngineDevelopment-OgrePong
da583b6d70c0fcb9c33ca8f9d410b9edee05041c
c69c61d1eaa5cdded1fce96841249911f21166a6
refs/heads/main
2023-09-01T12:29:48.468136
2021-10-15T18:07:28
2021-10-15T18:07:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
549
h
#pragma once #include "GameObject.h" #include "Ogre.h" #include "CollisionManager.h" #include "Paddle.h" #include <iostream> using namespace Ogre; //using namespace OgreBites; class Ball : public GameObject { private: Paddle* paddleRef; public: float screenWidth; float ballSpeed; int ballScore; int ballLives...
[ "samcpollock@gmail.com" ]
samcpollock@gmail.com
92eaf5887ef5cc9a490280659660a76de5912e04
877fff5bb313ccd23d1d01bf23b1e1f2b13bb85a
/app/src/main/cpp/dir7941/dir22441/dir28114/dir28297/file28422.cpp
82fceb64fd895f75630e292faad3ba474214dfb0
[]
no_license
tgeng/HugeProject
829c3bdfb7cbaf57727c41263212d4a67e3eb93d
4488d3b765e8827636ce5e878baacdf388710ef2
refs/heads/master
2022-08-21T16:58:54.161627
2020-05-28T01:54:03
2020-05-28T01:54:03
267,468,475
0
0
null
null
null
null
UTF-8
C++
false
false
115
cpp
#ifndef file28422 #error "macro file28422 must be defined" #endif static const char* file28422String = "file28422";
[ "tgeng@google.com" ]
tgeng@google.com
ee0095b676961199eeca85a5a9d361f95b47741b
942bc7a374ced8f96a139feac1a01148cc4e60d7
/nautilus/ActiveX.h
8ffc3cd4c2febf72f1a81b39a240aaa8beeb5f34
[]
no_license
p-ameline/Episodus
915b0dfa324a0b9374b887f0fc9fd74a599b9ae3
8bba0a26e267cff40a7669c6ae47647c68a30834
refs/heads/master
2022-04-07T12:39:09.224028
2020-03-06T09:20:03
2020-03-06T09:20:03
119,287,108
1
3
null
null
null
null
ISO-8859-1
C++
false
false
1,732
h
//--------------------------------------------------------------------------- #ifndef ActiveXH #define ActiveXH //--------------------------------------------------------------------------- #include <Classes.hpp> #include <Controls.hpp> #include <StdCtrls.hpp> #include <Forms.hpp> #include "SHDocVw_OCX.h" #inc...
[ "philippe.ameline@free.fr" ]
philippe.ameline@free.fr
5a64e2bb59f3ed5c8395649847feccf8fbbbd7f3
16451b68e5a9da816e05a52465d8b0d118d7d40c
/data/tplcache/6bf98c2704735f2a167bb4f35a501247.inc
bb839f0cd51a97ac6e016414da765e27e3a0459a
[]
no_license
winter2012/tian_ya_tu_ku
6e22517187ae47242d3fde16995f085a68c04280
82d2f8b73f6ed15686f59efa9a5ebb8117c18ae5
refs/heads/master
2020-06-20T17:42:14.565617
2019-07-16T12:02:09
2019-07-16T12:02:09
197,184,466
0
1
null
null
null
null
GB18030
C++
false
false
763
inc
{dede:pagestyle maxwidth='800' ddmaxwidth='170' row='3' col='3' value='2'/} {dede:comments}图集类型会采集时生成此配置是正常的,不过如果后面没有跟着img标记则表示规则无效{/dede:comments} {dede:img ddimg='' text='图 1'}/uploads/allimg/c130311/13629A2W531P-25YQ.jpg{/dede:img} {dede:img ddimg='' text='图 2'}/uploads/allimg/c130311/13629A2X0O40-2643M.jpg{/dede:im...
[ "winter2012102@gmail.com" ]
winter2012102@gmail.com
4a956212b620292ab103844023cbb6f6639c2d4b
556db265723b0cc30ad2917442ed6dad92fd9044
/tensorflow/core/tpu/kernels/transfer_ops.h
6a3662ad2035242281fbb95ba3f2bfc95bec2e95
[ "MIT", "Apache-2.0", "BSD-2-Clause" ]
permissive
graphcore/tensorflow
c1669b489be0e045b3ec856b311b3139858de196
085b20a4b6287eff8c0b792425d52422ab8cbab3
refs/heads/r2.6/sdk-release-3.2
2023-07-06T06:23:53.857743
2023-03-14T13:04:04
2023-03-14T13:48:43
162,717,602
84
17
Apache-2.0
2023-03-25T01:13:37
2018-12-21T13:30:38
C++
UTF-8
C++
false
false
3,526
h
/* Copyright 2020 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
[ "gardener@tensorflow.org" ]
gardener@tensorflow.org
baf3f6a8f30d7c62dd9e9a7f48f04499ec8fb37a
90f9301da33fc1e5401ca5430a346610a9423877
/300+/808_Soup_Servings.h
36e8d9f220383bf8082712039124f735162f7cfe
[]
no_license
RiceReallyGood/Leetcode
ff19d101ca7555d0fa79ef746f41da2e5803e6f5
dbc432aeeb7bbd4af30d4afa84acbf6b9f5a16b5
refs/heads/master
2021-01-25T22:58:56.601117
2020-04-10T06:27:31
2020-04-10T06:27:31
243,217,359
0
0
null
null
null
null
UTF-8
C++
false
false
1,012
h
#include <vector> using namespace std; class Solution { public: double soupServings(int N) { if(N > 5000) return 1; N = (N + 24) / 25; int dim = max(4, N + 1); vector<vector<double>> sametime(dim, vector<double>(dim, 0)); vector<vector<double>> Afirst(dim, vector<double>(dim...
[ "1601110073@pku.edu.cn" ]
1601110073@pku.edu.cn
2dd86e789a13f0cb6511ef2383461c0b944b097b
6e8a72562fe52455fa48f83df92952e2a4e04acb
/XORSubArrays.cpp
e35e4b095317a51ecfe163050ea6d07605f29a74
[]
no_license
Ashish-Tutejaa/CB
8fe23ded187389de4577a9a75c9092a97843b070
5e4ee1edf1475fc86e6c9fa805bb7187783b3871
refs/heads/master
2020-06-12T18:24:45.204754
2019-08-27T03:47:25
2019-08-27T03:47:25
194,386,919
0
0
null
null
null
null
UTF-8
C++
false
false
382
cpp
//XOR of all subarrays #include<iostream> using namespace std; int main() { int arr[]={3,8,13}; int n = sizeof(arr)/sizeof(int); int finalSum = 0; int sum = 0; for(int i=0;i<n;i++) { for(int j=i;j<=n;j++) { for(int k=i;k<j;k++) { sum^=arr[k]; } finalSu...
[ "ashish.tutejaa@gmail.com" ]
ashish.tutejaa@gmail.com
95a717297839d24978c7d5c10147564829bd8b1a
5990d4faa44eb4010cb62b693eb2b777e02ff599
/Les4/BiebZoalsHoort/BiebZoalsHoort/Bibliotheek.h
2e2dc1fcfe8fa156cce89d2610a14cfcd03252de
[]
no_license
gijsoman/INOOP
bb75179709c63d2ace6cd8d1a8e10e740c9d188a
046e2bfc4d845f595ade33f6430fe768dc89b635
refs/heads/master
2021-07-20T03:44:33.372575
2017-10-27T18:01:59
2017-10-27T18:01:59
103,014,695
0
0
null
null
null
null
UTF-8
C++
false
false
199
h
#pragma once #include <string> #include "Boek.h" class Bibliotheek { public: Bibliotheek(); ~Bibliotheek(); void toon(); void voegToe(std::string name); private: Boek *boekje = new Boek(); };
[ "gijsbakker1@hotmail.com" ]
gijsbakker1@hotmail.com
31dd0cb3795dd34f2a5a34ed5c9cfe7f20a9a872
c93d2a22f17b4017985acb6eaec046e7ddb99ccd
/Samples/Desktop/D3D12PipelineStateCache/src/MemoryMappedPipelineLibrary.h
84b8b02ef57429bb5b9d46812291f560a6e003a3
[ "MIT" ]
permissive
mvisic/DirectX-Graphics-Samples
6318d636c2b7f8b60e93da68c81670fa295f16b4
5055b4f062bbc2e5f746cca377f5760c394bc2d6
refs/heads/master
2020-03-30T15:11:34.096065
2018-10-03T02:46:57
2018-10-03T02:46:57
151,352,244
0
0
MIT
2018-10-03T02:42:04
2018-10-03T02:42:03
null
UTF-8
C++
false
false
970
h
//********************************************************* // // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the MIT License (MIT). // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNESS FOR A PARTICUL...
[ "bobbrow@microsoft.com" ]
bobbrow@microsoft.com
4e80b67ca4e5ce540aa935c069dfb5301d3c5d2a
fc0452cb2ac7eef1c83d1e86fda32a6873d97b60
/net/TcpServer.cpp
9e71d72633ffcb3de8f3f48f9ea2b3f71ce83b6e
[]
no_license
energystoryhhl/muduo_hhl
cc0827d962562537c5ca349f04cac618124c137f
860443f520405d1fd05738bc6168a1b65a8f3dd4
refs/heads/master
2020-06-19T17:57:47.632518
2019-11-21T13:22:29
2019-11-21T13:22:29
196,811,778
0
0
null
null
null
null
UTF-8
C++
false
false
2,561
cpp
#include "net/TcpServer.h" #include "net/Acceptor.h" #include "net/EventLoopThreadPool.h" #include "net/SocketOps.h" using namespace hhl; using namespace hhl::net; TcpServer::TcpServer(EventLoop * loop, const InetAddress & listenAddr, const string & nameArg, Option option) : loop_(loop), ipPort_(listenAddr.tpIP...
[ "1248832396@qq.com" ]
1248832396@qq.com
ee762658b8319dd0be18e30ce0f60833bcca7abd
8eec5d5e30e9294659801f0574798ef765111bc4
/lab3/Basic/statement.h
ecffad5e1722813b22f96d946357cc70ea1b2f27
[]
no_license
nullspace2017/SE106-Homeworks
aecb7bd402f37b1952a5e29e3d288dad1963a712
caa289d28b98ac99774a8cc8a62f31d8cec7b0e2
refs/heads/master
2020-03-25T10:56:29.978247
2015-03-29T04:07:30
2015-03-29T04:07:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,579
h
/* * File: statement.h * ----------------- * This file defines the StatementNode abstract type. In * the finished version, this file will also specify subclasses * for each of the statement types. As you design your own * version of this class, you should pay careful attention to * the exp.h interface specifie...
[ "gaocegege@hotmail.com" ]
gaocegege@hotmail.com
1833319ca9b605c03bbfc0d86def803c84b08e33
7ed7575afdc2c234f631bdf019549fa325408c7f
/Scaner/Scaner.h
ee4b07b59ab87d33dd4ed11a77f46ad9cace0eac
[]
no_license
rossi7962/Scaner
4d543a1720db92c6c57c0a1bb76f900d4eedb5e3
7f566150541b0f985e5ae107633530a5676cbda0
refs/heads/master
2020-03-13T08:01:25.486188
2018-04-25T16:18:34
2018-04-25T16:18:34
131,035,985
0
0
null
null
null
null
UTF-8
C++
false
false
474
h
// Scaner.h : main header file for the PROJECT_NAME application // #pragma once #ifndef __AFXWIN_H__ #error "include 'stdafx.h' before including this file for PCH" #endif #include "resource.h" // main symbols // CScanerApp: // See Scaner.cpp for the implementation of this class // class CScanerApp : public CWi...
[ "dinh_01_1999@yahoo.com.vn" ]
dinh_01_1999@yahoo.com.vn
99be4d5a8d12c2d2fe00077a8c92ede7dffec96e
7e2930716b8d87c9758d918b2474536a923a9d3f
/AML/include/Camera.hh
6978e6dd31fecf5c58eb673a65aad2a8196010dd
[ "BSD-2-Clause", "BSD-3-Clause" ]
permissive
asmodehn/sdlut
85749ae4463a0875e6783eaeb901c3dd2a3c1653
c59b9f539dccb17781bb131050adbb38e6f854ed
refs/heads/master
2023-07-09T15:54:06.740218
2013-10-17T14:23:14
2013-10-17T14:23:14
13,437,128
0
1
null
null
null
null
UTF-8
C++
false
false
56
hh
#ifndef AML_CAMERA_HH #define AML_CAMERA_HH #endif
[ "asmodehn@gmail.com" ]
asmodehn@gmail.com
97148e873e653c6944bea1969fcab15ff219cfdd
05d0608385955b6d5782f91fc976aee430aadfe1
/notes/day1/code/13-float-literals.cpp
d5eca97199bad86557347a1939b184f58fe23ac1
[ "BSD-3-Clause", "FreeBSD-DOC", "BSD-2-Clause" ]
permissive
ajbennieston/cpp
68a578c9aaa3162f6b0a374019086425bbb3031a
e43687b4289c2e07c0c9c87b4c0003abf4e2a054
refs/heads/master
2020-06-03T11:08:22.709114
2016-01-18T00:27:36
2016-01-18T00:27:36
6,890,513
2
0
null
null
null
null
UTF-8
C++
false
false
324
cpp
/* * C++ Notes Accompanying Code * Compile: Y * Run: Y * Compile Should Succeed: Y * Run Should Succeed: Y * Ignore Unused Variables: Y */ int main() { // NOTES: BEGIN INCLUSION double pi = 3.1415926535897931; double c = 3e8; double h = 6.63e-34; double zero = 0.0; // NOTES: END INCLUSION return 0...
[ "a.j.bennieston@gmail.com" ]
a.j.bennieston@gmail.com
ebe64522508a54dc3b8a75430fac695e5d0c3415
4157a150ad4ba80e7e7c9d20a7787b65edbb074b
/Source/Laboratoare/Laborator3/Object2D.cpp
4803e196ab301f7fb778aed30e3fdad6f0c83ffd
[]
no_license
Florin9/EGC_H2
81ba1ed57b40e86c857c3baf2ce8ab05ffefcc3c
00fd7328b5852a841126ab730b4f29e2bcc45126
refs/heads/master
2022-10-11T18:03:34.487963
2020-06-11T13:01:18
2020-06-11T13:01:18
271,547,106
0
0
null
null
null
null
UTF-8
C++
false
false
2,312
cpp
#include "Object2D.h" #include <Core/Engine.h> Mesh* Object2D::CreateSquare(std::string name, glm::vec3 leftBottomCorner, float length, glm::vec3 color, bool fill) { glm::vec3 corner = leftBottomCorner; std::vector<VertexFormat> vertices = { VertexFormat(corner, color), VertexFormat(corner + glm::vec3(length,...
[ "claudiu.dobos@stud.acs.pub.ro" ]
claudiu.dobos@stud.acs.pub.ro
5a47416da22d5977775a2238aa810531726f59fd
57d4aace96c425e9e0c0ec730ab3ba897b3d2fc3
/MonoAlphabetic.cpp
d9b02c4ecd22a16367725b23e8ec23c64127da20
[]
no_license
NoLayerCode/Algorithms
d6dc0f49a658568e17a2c278bed5e3cdf44031ed
2774237afd5707cdfaa79afecf691bdc7ea31a89
refs/heads/master
2022-11-11T19:17:42.094731
2022-10-03T17:50:12
2022-10-03T17:50:12
144,144,218
0
0
null
null
null
null
UTF-8
C++
false
false
998
cpp
#include <iostream> #include <bits/stdc++.h> #include <vector> #include <algorithm> #include <math.h> #include <string> using namespace std; int main(){ vector <char> ip; vector <char> alpha; vector <char> encrypt; char mono; string text; cout<<"Enter the string"<<endl; cin>>text; mono='a'; for (int i = 0; i ...
[ "vyelhekar@gmail.com" ]
vyelhekar@gmail.com
f8228e8def387c4af36cfe8bbc2250e1f47b5afc
c3424b5769113b394b721a86bbbdea758d848db9
/debugger/dmdism/instruction.cpp
001ab2b383008acf8f5d9d761c2c7b50d6be118e
[ "ISC" ]
permissive
PatapoIIIkaForAll/Lunar-Dreamland
e465706971086338a36be8b963c641180aa69351
92b9f3ed1c21c0ce3e46c7b352e703b6590e7cd7
refs/heads/master
2022-05-30T23:54:57.249039
2020-05-05T04:24:55
2020-05-05T04:24:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
573
cpp
#include "stdafx.h" #include "instruction.h" #include "helpers.h" #include "context.h" Instruction::Instruction(Bytecode op) { opcode_ = Opcode(op); } void Instruction::Disassemble(Context* context, Disassembler* dism) { for (unsigned int i = 0; i < arguments(); i++) { std::uint32_t val = context->eat_add(); ...
[ "lingbleed@gmail.com" ]
lingbleed@gmail.com
2dfffe2b3b74c09b5f234a5abd148c2f736af2d0
c8fecda179f37334ea89b81d67d21f551e574ead
/include/glow/Runtime/RequestData.h
425bdc634b5d50b258adb479f86bb1ef9dd5ce0d
[ "Apache-2.0" ]
permissive
maxwillzq/glow
3c743e8d1a90541e379a59bf2ff3dd9953b543f5
f06a8589fb8a49b0521f42ec04562f94c38801bc
refs/heads/master
2021-05-19T17:21:24.301684
2020-06-01T15:58:28
2020-06-01T15:58:28
252,045,408
0
0
Apache-2.0
2020-06-01T15:58:29
2020-04-01T01:56:11
C++
UTF-8
C++
false
false
1,481
h
/** * Copyright (c) Glow Contributors. See CONTRIBUTORS file. * * 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 b...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
8b8fb120b0c1e81e1747b6fc9986b096714de867
a12989fd8193891ad159b7480136d1dd327f0e81
/optixHair/ProgramGroups.h
a8b45a412091b1dc7d92814a2356859d16bac581
[]
no_license
memory-of-star/cg_light_tracing
4c59333d1486f49c90963ff73b471f19c82395b3
5a7e782695a2fe88703095a23abd4861f1c7ed88
refs/heads/master
2023-05-31T21:41:55.660392
2021-07-03T07:29:40
2021-07-03T07:29:40
382,554,273
0
0
null
null
null
null
UTF-8
C++
false
false
2,710
h
// // Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of co...
[ "cyq102235499@163.com" ]
cyq102235499@163.com
1d4db3507eef03b7a694eb3596ff0c8a39bab075
e50ac350b6ea75ea728074e173a0450afda05318
/ACM/Prictise/POJ/Toy Storage POJ - 2398(叉积计算+二分判断).cpp
8c9966c33e1abc8491df5c332569e9efec6f9551
[]
no_license
G-CR/acm-solution
9cd95e4a6d6d25937a7295364e52fa70af4b3731
7026428ed5a2f7afd6785a922e1d8767226a05e8
refs/heads/master
2021-07-23T14:30:18.107128
2021-07-15T14:54:57
2021-07-15T14:54:57
226,522,759
0
0
null
null
null
null
UTF-8
C++
false
false
1,601
cpp
#include <iostream> #include <cstdio> #include <cstring> #include <algorithm> using namespace std; int n, m, x, y, x2, y2, a, b; int num[5005], ans[5005]; struct Point { int x,y; Point(){} Point(int _x,int _y) { x = _x; y = _y; } Point operator + (const Point& b) const { return Point(x + b.x,y + b.y); } Po...
[ "47514055+O-Bus@users.noreply.github.com" ]
47514055+O-Bus@users.noreply.github.com
6aedebe17d293fb8837f3ff868dea077b18997ca
983c600b2bd596544fdcf4d64b989a9c71b6c498
/func.cpp
aa64c501a626190556b2ee1eff145d3a2473b9a2
[]
no_license
towfiq046/Practice
6c203add38df4ea5f3ffe9bc4235450d56e64650
ef43f327f4ddb0f5722280b244a72e84bc85be23
refs/heads/master
2020-03-22T18:32:22.692576
2018-07-10T17:28:14
2018-07-10T17:28:14
140,466,173
0
0
null
null
null
null
UTF-8
C++
false
false
947
cpp
#include <iostream> using namespace std; int myEncode(int q1Marks, int q2Marks); int power(int base, int exponent); int main() { int numStudents, q1Marks, q2Marks, cipher; int count, i, j, twoRaisedQ1, threeRaisedQ2; cout << "Enter number of students: "; cin >> numStudents; for(count = 1; count <= n...
[ "towfiqahmed046@gmail.com" ]
towfiqahmed046@gmail.com
052d0a7f2f82de23d1ff40cda7d1fc130dc098b3
e281e415d56392e84d317d7d55390d8c5eb0c483
/Inheritance_Polymorphism_Json/JsonBuilder.hpp
d42bd0f18405c9241cf094b037d4632c7636a91c
[]
no_license
soheil647/Advance_Programming_Cpp
9ce99203404377e40e1bc16333f0f9c2ea99fef6
231e5b42cfd75e04df474c931969e80b8622222b
refs/heads/master
2020-12-28T15:15:08.717047
2020-08-19T14:41:54
2020-08-19T14:41:54
238,384,145
2
0
null
null
null
null
UTF-8
C++
false
false
1,337
hpp
#ifndef __JSON_BUILDER_H__ #define __JSON_BUILDER_H__ #include <string> #include <vector> #include <iostream> #include <map> #include "header/JsonElement.hpp" #include "header/JsonString.hpp" #include "header/JsonInt.hpp" #include "header/JsonObject.hpp" #include "header/JsonArray.hpp" #include "header/duplicateKey....
[ "shirvani.soheil647@gmail.com" ]
shirvani.soheil647@gmail.com
277380fae9641104b71794fcc7a665625d981aae
2fcc9ad89cf0c85d12fa549f969973b6f4c68fdc
/LibMathematics/Intersection/Wm5IntrSegment3Cylinder3.h
ade282177af00978e74c83ebd17a54131f5d40dc
[ "BSL-1.0" ]
permissive
nmnghjss/WildMagic
9e111de0a23d736dc5b2eef944f143ca84e58bc0
b1a7cc2140dde23d8d9a4ece52a07bd5ff938239
refs/heads/master
2022-04-22T09:01:12.909379
2013-05-13T21:28:18
2013-05-13T21:28:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,568
h
// Geometric Tools, LLC // Copyright (c) 1998-2012 // Distributed under the Boost Software License, Version 1.0. // http://www.boost.org/LICENSE_1_0.txt // http://www.geometrictools.com/License/Boost/LICENSE_1_0.txt // // File Version: 5.0.1 (2010/10/01) #ifndef WM5INTRSEGMENT3CYLINDER3_H #define WM5INTRSEGME...
[ "bazhenovc@bazhenovc-laptop" ]
bazhenovc@bazhenovc-laptop
d39cec3f5d5d584d479f3eabfbf5b3c44aa1f6f0
15e6480cbb51ff1aa704a1b217c0995e67ce9f5a
/DesignPattern/TransferObject.cpp
a53bf1a4ff61b5f410377ac2ce1d8ab794215f18
[]
no_license
zhugp125/C_C_plus_plus
e70e9ef21a163e50d62276e6bd57018391708e93
174167881980436f13024fd3d951a15d3e42c7d9
refs/heads/master
2021-06-04T02:24:04.679663
2020-07-04T08:50:57
2020-07-04T08:50:57
132,251,905
2
0
null
null
null
null
UTF-8
C++
false
false
1,937
cpp
#include <iostream> #include <map> #include <vector> using namespace std; class StudentVO { public: StudentVO(const string& name, int id) : m_id(id), m_name(name) {} void setName(const string& name) { m_name = name; } string getName() { return m_name; } int getId() const { return m_id; } private: ...
[ "18811475054@163.com" ]
18811475054@163.com
bafcb36982b89660f53886b297db358a584deeae
8e17fa2c9e7a9494d0648146bda7ee1355b21630
/Ass2Sketch/Lighting.h
67768c6e040959591a28ac547d666796d0a2ff69
[]
no_license
raouldc/Sketch-based-Modelling-tool
e010ef832b7eb04193fdeb5f36b88e602ddc837f
de58bf234aa4e379518422ff1f631da229f156b6
refs/heads/master
2021-01-10T20:35:19.447730
2013-09-25T23:29:25
2013-09-25T23:29:25
13,108,056
1
1
null
null
null
null
UTF-8
C++
false
false
1,003
h
// Lighting.h: interface for the CLighting and CLight class. // Copyright: (c) Burkhard Wuensche ////////////////////////////////////////////////////////////////////// #if !defined(AFX_LIGHTING_H__6012A8D5_A57B_4EE6_BB19_048164137FFB__INCLUDED_) #define AFX_LIGHTING_H__6012A8D5_A57B_4EE6_BB19_048164137FFB__INCLUDED_ ...
[ "raoul_dcunha@hotmail.com" ]
raoul_dcunha@hotmail.com
2fe8ba64a1d3f2e0a3aedd924e748ffb08061250
5e639c15fd16ddd2b1bd97e9915bcd8da9b8602d
/Project2/源.cpp
98251fb0cef2459c5c05a6d9d911ce605a205a3b
[]
no_license
ShadowDragon-Li/work-offer
79bf972592bac469e1b7696e8e5dfb8f4eed9bed
23a7676520b8240abe1c8c886fcad63c4f3371fe
refs/heads/master
2021-08-18T18:33:11.813906
2017-11-23T14:18:20
2017-11-23T14:18:20
111,618,599
0
0
null
null
null
null
UTF-8
C++
false
false
1,180
cpp
#include<iostream> #include<string> #include<vector> using namespace std; void RectRever(vector<vector<int>> &arr); int main() { vector<vector<int>> array; vector<int> a = {1,2,3,4}; array.push_back(a); a.clear(); a = { 5,6,7,8 }; array.push_back(a); a.clear(); a = { 9,10,11,12 }; array.push_back(a); a.clear(...
[ "33801026+ShadowDragon-Li@users.noreply.github.com" ]
33801026+ShadowDragon-Li@users.noreply.github.com
4003fb1a1bb757436cf43705ccca1fd497ccc0f2
89f5e41f6c2636a2fca127d3cacde9471a7e0474
/compressor/test/include/compressor/test/mock/task/decoder.h
74fda640659cd2897ba8d293f36bd1bf72444e82
[]
no_license
marksinkovics/compressor
fc56a8f33d7f555c564fcec7e08a18ac57d31bcf
1507bcb88deb82b9da4cad62beb7439a7e3a9c54
refs/heads/master
2023-04-28T09:42:34.402911
2023-04-16T16:24:11
2023-04-16T16:24:11
168,981,554
0
0
null
null
null
null
UTF-8
C++
false
false
867
h
#ifndef MockIDecoderTask_h #define MockIDecoderTask_h #include <fstream> #include <string> #include <gmock/gmock.h> #include <compressor/data/data.h> #include <compressor/data/reader.h> #include <compressor/data/writer.h> #include <compressor/task/coder.h> #include <compressor/task/decoder.h> #include <compressor/en...
[ "sinkovics.mark@gmail.com" ]
sinkovics.mark@gmail.com
f5ddd341cbc5dc7ffd6bedc349f9c7cc61568a0f
74ef11065048fcf08ee5b9ef1c11c0ce10079301
/expansion_js/src/nnport/table.h
73d648e4478e3bf4b003414bbe57744875e34611
[ "MIT" ]
permissive
kliment-olechnovic/voronota
fa2548c9ccc3dd6f5a10a054300aca8b6d31ecf4
52c2b0d55f2979d0eef478ed0be20376cb3d561a
refs/heads/master
2023-09-04T05:09:11.275304
2023-08-30T07:59:07
2023-08-30T07:59:07
203,789,299
19
6
MIT
2023-07-04T06:25:54
2019-08-22T12:20:48
C++
UTF-8
C++
false
false
3,585
h
#ifndef NNPORT_TABLE_H_ #define NNPORT_TABLE_H_ #include <iostream> #include <set> #include <limits> #include "read_vector.h" namespace voronota { namespace nnport { class Table { public: Table(std::istream& input, const std::size_t min_number_of_rows=1, const std::size_t max_number_of_rows=std::numeric_limits<st...
[ "kliment.olechnovic@gmail.com" ]
kliment.olechnovic@gmail.com
7b3ffe6bda36bd9d3b65469507668d6f4b9b57d3
31114a2d4bd4fd7e1d7fd5ed239253a1f558993f
/main.cpp
a2461483eb2e8b83f7e0c84276b45712c994a007
[]
no_license
ezequielgarcia/qt-wheel-filter-test
1c07406ec4a83ef0a226a5f4b5fa254816bb25d2
05e06e374f1b4ba59bea7eaf0e35b6106b63f92a
refs/heads/master
2021-01-22T20:19:06.769534
2013-10-21T11:09:44
2013-10-21T11:09:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,636
cpp
/**************************************************************************** ** ** Copyright (C) Ezequiel Garcia ** ** Based in the dials example from the Qt 5.x.x distribution: ** ** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the Qt...
[ "ezequiel@vanguardiasur.com.ar" ]
ezequiel@vanguardiasur.com.ar
e776540daca908c54a8cb68da0bfa575d396f27a
e1b98cfaf77b7432421b5bac7bcc691b07ada7e2
/GuoJunJiang/PAT_work_1/github1001.cpp
3be516dc6824f102dcbef183fa450347b756cf7e
[]
no_license
aoshuai/Llxy_AlgorithmDesign_programming_test
cd16c6392afe34e5f4ea2b0edcc80fd280e5c106
641569a7023e41ba662f5ff08fc480f38f2b23a3
refs/heads/master
2020-03-12T04:02:21.539282
2018-04-20T14:49:31
2018-04-20T14:49:31
130,436,515
3
0
null
2018-04-21T03:30:15
2018-04-21T03:30:14
null
UTF-8
C++
false
false
173
cpp
#include<stdio.h> int main() { int a,b,cnt; cnt=0; scanf("%d",&a); while(a!=1) { if(a%2==0) a=a/2; else a=(3*a+1)/2.0; cnt++; } printf("%d\n",cnt); return 0; }
[ "1040231235@qq.com" ]
1040231235@qq.com
5542d24b87508e2bf6b4c69890af9e8be39dd493
e82a17a1eead55a42a3d5c46ca47cd58860f8a29
/kabuki/toolkit/gui/t_popup.h
e001f25fa1df3b4d9ecf47a079623822a6121587
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0" ]
permissive
spurnaye/kabuki_toolkit
cea96ab050f809e62bef730b081b97ad98552c14
614cf9b0524acd646944a6afe2b077b8abc3bc39
refs/heads/master
2020-04-21T19:18:43.451120
2019-02-03T01:52:22
2019-02-03T01:52:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,968
h
/* /kabuki_toolkit/gui/popup.h -- Simple popup widget which is attached to another given window (can be nested) NanoGUI was developed by Wenzel Jakob <wenzel.jakob@epfl.ch>. The widget drawing code is based on the NanoVG demo application by Mikko Mononen. All rights reserved. Use of this sourc...
[ "you@example.com" ]
you@example.com
4f5bc84cb37b2beb9de7b026d7e141c36b548b43
1c8ba1552b048305ffe91793c5ff243d12cd3478
/hooks/functions/SetupBones.cpp
898cef27513a93e36a3bbe37c415e5285c9576ba
[]
no_license
binkynz/fuck-csgo-hack
81acf415ef8fa5f4bffb6c2fe7ba46342a62d33b
799d2f569a07e3b02b79598b59bd846696e875e1
refs/heads/master
2020-12-07T18:25:08.440562
2020-01-09T23:29:18
2020-01-09T23:29:18
232,771,000
14
4
null
null
null
null
UTF-8
C++
false
false
1,635
cpp
#include "../hooks.h" #include "../../entities/animations/animations.h" #include <string> namespace n_hooks { bool __fastcall n_functions::SetupBones( std::uintptr_t ecx, std::uintptr_t edx, void* bone_to_world_out, int max_bones, int bone_mask, float current_time ) { C_CSPlayer* player = reinterpret_cast < C_CS...
[ "seancregister@gmail.com" ]
seancregister@gmail.com
9782c664b57d8b487c84355caf87c12fb5058fe7
08b8cf38e1936e8cec27f84af0d3727321cec9c4
/data/crawl/git/new_hunk_2973.cpp
c1db4c3fd93618caebb95331defdf67e1692b902
[]
no_license
ccdxc/logSurvey
eaf28e9c2d6307140b17986d5c05106d1fd8e943
6b80226e1667c1e0760ab39160893ee19b0e9fb1
refs/heads/master
2022-01-07T21:31:55.446839
2018-04-21T14:12:43
2018-04-21T14:12:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
149
cpp
case RESUME_RESOLVED: am_resolve(&state); break; case RESUME_SKIP: am_skip(&state); break; default: die("BUG: invalid resume value"); }
[ "993273596@qq.com" ]
993273596@qq.com
c3b9e339f221663542599d310c54103366de6363
e73f42c15aad6ccfb6818576d67e40877ede3d54
/bin/geek/bin_tree/bin_tree.cpp
36786ed6873a7efec74a8533263ed692111d38d0
[]
no_license
debanjanxy/placements
be7ae776f2c81a20f164b8c6f4c214a3aa87af87
88c4446170636869b8844653f7fb639a3f8d8774
refs/heads/master
2020-03-16T18:33:08.828931
2018-07-10T14:56:59
2018-07-10T14:56:59
132,877,876
1
0
null
null
null
null
UTF-8
C++
false
false
2,130
cpp
#include <iostream> #include <queue> #include <stack> #include <cmath> using namespace std; struct node { struct node *left; int data; struct node *right; }; node *createNode(int data) { node *temp = new node; temp->data = data; temp->left = NULL; temp->right = NULL; } void levelOrderTraversal(node *root) { qu...
[ "programmer.debanjan@gmail.com" ]
programmer.debanjan@gmail.com
1739174c152de280b45258724b084bfff4629fdb
58f7b2f6aa1865ec2fb383b14606c7048eb26f50
/Paddle Pong/Library/Il2cppBuildCache/Android/armeabi-v7a/il2cppOutput/System.Configuration.cpp
591c554f20697f1f26c86e81ab76a9ede2c64ea5
[]
no_license
connorjbryant/Paddle-Pong
d107d2402519f1f25dea9367f97b6b00df3dc870
42e602a0b16aaecab7fd17cb67884aacd5f321e4
refs/heads/master
2023-03-20T17:20:08.539748
2021-03-06T22:12:08
2021-03-06T22:12:08
345,202,168
0
0
null
null
null
null
UTF-8
C++
false
false
76,587
cpp
#include "pch-cpp.hpp" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <limits> #include <stdint.h> // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // System.Diagnostic...
[ "connorjamesbryant7@gmail.com" ]
connorjamesbryant7@gmail.com
79e0a9d5e13735f33e3c31b1027f0f6a12cd00a9
b30114de4cd6b11822ce341dd00d3a449f08001c
/Plugins/VRExpansionPlugin/VRExpansionPlugin/Intermediate/Build/Win64/UE4Editor/Inc/VRExpansionPlugin/GripMotionControllerComponent.gen.cpp
042a75c179abca1146296cbc90f579be1531cff7
[ "MIT" ]
permissive
cafeoh/VREPSandbox
d438c0c297b0b4b1c802f9c4ada6939dbdb00f37
6f7a778c71de89bf890739469be7869e5eaf7f3c
refs/heads/master
2021-07-17T20:55:37.883808
2017-10-25T10:58:02
2017-10-25T10:58:02
104,937,955
0
0
null
null
null
null
UTF-8
C++
false
false
167,646
cpp
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. /*=========================================================================== Generated code exported from UnrealHeaderTool. DO NOT modify this manually! Edit the corresponding .h files instead! ==============================================================...
[ "cogney.maxime@gmail.com" ]
cogney.maxime@gmail.com
17ef36a6d0acee0a8ca3889b6acb5d689172a13e
bbcda48854d6890ad029d5973e011d4784d248d2
/trunk/win/Source/Includes/Novodex/Foundation/NxPool.h
7f2f2faedb3fac390bee524e5c9e3efc970fd4ae
[ "MIT", "curl", "LGPL-2.1-or-later", "BSD-3-Clause", "BSL-1.0", "Apache-2.0", "LicenseRef-scancode-public-domain", "LGPL-2.1-only", "Zlib", "LicenseRef-scancode-unknown", "LicenseRef-scancode-unknown-license-reference", "MS-LPL" ]
permissive
dyzmapl/BumpTop
9c396f876e6a9ace1099b3b32e45612a388943ff
1329ea41411c7368516b942d19add694af3d602f
refs/heads/master
2020-12-20T22:42:55.100473
2020-01-25T21:00:08
2020-01-25T21:00:08
236,229,087
0
0
Apache-2.0
2020-01-25T20:58:59
2020-01-25T20:58:58
null
UTF-8
C++
false
false
3,241
h
#ifndef NXPOOL_H #define NXPOOL_H /*----------------------------------------------------------------------------*\ | | NovodeX Technology | | www.novodex.com | \*----------------------------------------------------------------------------*/ #include "NxArray.h" template<class Element, in...
[ "anandx@google.com" ]
anandx@google.com
b77de6ce643236b409373fdd87a49d7a2bceb0cd
c5a19f699823b952afb37095e164e4fee3a7b1f1
/grid.h
a149414ce1892a59182429b592d85e0301b22664
[]
no_license
alen0216056/Image_search_by_sketch
9885fd8162fdbb15bdea45a2e5cafb55b4b96835
6f9e6695d36ae50c7741a735b7e248383f01891a
refs/heads/master
2021-01-10T14:24:35.105181
2016-05-02T05:53:49
2016-05-02T05:53:49
54,110,090
0
2
null
2016-03-17T11:54:33
2016-03-17T10:41:19
C++
UTF-8
C++
false
false
6,117
h
#ifndef __GRID_H__ #define __GRID_H__ #include <queue> #include <cmath> #include <vector> using namespace std; template<class T> class grid { private: int w,h,size; vector<T> map; public: grid(int); //given size(default square) grid(int,int); //given width & height grid(const vector<T>&); //given vector int w...
[ "abc831209@gmail.com" ]
abc831209@gmail.com
b133661c648cc74de411e1bf9d94b0676e8741af
352d65dab0cb0e59146d77dfb50f804c1378b553
/COGSConverter/libs/include/Utils/IntrinsicParams.h
25f4b2559cce9b7ba0624ddae974b574b07a82a6
[]
no_license
gajdosech2/scan-filtering
fb760e552b5620627b16812f656df9b381304a39
5c15cb089ccb27e6e3a736d4f4848c6020fb35c8
refs/heads/master
2023-04-22T11:31:05.962532
2021-05-02T09:43:47
2021-05-02T09:43:47
206,130,685
0
0
null
null
null
null
UTF-8
C++
false
false
3,226
h
/* Copyright (C) Skeletex Research, s.r.o. - All Rights Reserved Unauthorized copying of this file, via any medium is strictly prohibited Proprietary and confidential */ #ifndef UTILS_INTRINSIC_PARAMS_H #define UTILS_INTRINSIC_PARAMS_H #include <string> #include <glm/common.hpp> #include <glm/trigonometric.hpp>...
[ "l.gajdosech@gmail.com" ]
l.gajdosech@gmail.com
db3d3a236eb40c65567adfefeb1ad3f64b3b9a8b
bb7645bab64acc5bc93429a6cdf43e1638237980
/Official Windows Platform Sample/Windows 8.1 desktop samples/99647-Windows 8.1 desktop samples/Extract app bundle contents sample/C++/ExtractBundle.cpp
6efa268fef73fb20f485a5e38aa6e70522c338a2
[ "MIT" ]
permissive
Violet26/msdn-code-gallery-microsoft
3b1d9cfb494dc06b0bd3d509b6b4762eae2e2312
df0f5129fa839a6de8f0f7f7397a8b290c60ffbb
refs/heads/master
2020-12-02T02:00:48.716941
2020-01-05T22:39:02
2020-01-05T22:39:02
230,851,047
1
0
MIT
2019-12-30T05:06:00
2019-12-30T05:05:59
null
UTF-8
C++
false
false
11,738
cpp
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A // PARTICULAR PURPOSE. // // Copyright (c) Microsoft Corporation. All rights reserved // This is a simple applica...
[ "v-tiafe@microsoft.com" ]
v-tiafe@microsoft.com
c8a9b3d64bac35fe8eda14567874c3287abc7f02
a06515f4697a3dbcbae4e3c05de2f8632f8d5f46
/corpus/taken_from_cppcheck_tests/stolen_9416.cpp
1fcf71310c8bf55537e809d1300a2242e4ba85a5
[]
no_license
pauldreik/fuzzcppcheck
12d9c11bcc182cc1f1bb4893e0925dc05fcaf711
794ba352af45971ff1f76d665b52adeb42dcab5f
refs/heads/master
2020-05-01T01:55:04.280076
2019-03-22T21:05:28
2019-03-22T21:05:28
177,206,313
0
0
null
null
null
null
UTF-8
C++
false
false
58
cpp
void foo(char *p) { free(p); getNext(&p); free(p); }
[ "github@pauldreik.se" ]
github@pauldreik.se
95f15c364f328fafe9eef9e4194bc53d58f8ced3
51a05333af46c57c026b86e1c92bf9112c113dc7
/RTCanvas.cpp
6861bed970c8656a6716b6dece4769ac66e8a935
[]
no_license
jkhust/Raytracing
6f1ca5cb02a7265b45c182b62866ce50df843830
ab8babd5324ccb89e008facb596fcd2b48ca6906
refs/heads/master
2016-09-05T21:01:20.653847
2014-05-15T13:19:22
2014-05-15T13:19:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,621
cpp
// // RTCanvas.cpp // GL_Project4 // // Created by Justin Hust on 4/19/13. // Copyright (c) 2013 __MyCompanyName__. All rights reserved. // #include <iostream.h> #include <stdlib.h> #include <assert.h> #include "RTCanvas.h" #include "RTPrimitive.h" const int RED_OFS = 0; /* offset to red byte */ const int GR...
[ "justin.hust@utexas.edu" ]
justin.hust@utexas.edu
facac9f4440c88949a8aadbc4e3fd3e0a92183aa
f3f9d546f0ee9c532f9a8bed11f1770b6c1778a6
/revision/icpc-map.cpp
7a7e8fcc5dc00df9636277a8e1713545310860d1
[]
no_license
rohit3463/data-structures
20de7286fdc00387c57b231b7b8255589379b9c6
ea2b0250821dcf9b713a57a4e57a2600d2d0ebd6
refs/heads/master
2020-03-19T23:51:03.172036
2019-10-23T04:52:34
2019-10-23T04:52:34
137,022,495
0
0
null
null
null
null
UTF-8
C++
false
false
1,172
cpp
#include <bits/stdc++.h> #include <unordered_map> using namespace std; struct ct { long long my_count = 0; long long x_1 = 0; long long x_0 = 0; }; int main() { long long n,T; cin>>T; while(T--) { unordered_map <string, ct> hello; long long total = 0; ...
[ "rohit@vedalabs.in" ]
rohit@vedalabs.in
d2f36a1d05c31e85260656bd63add977aee8f2a3
d7a4aed6a36aa9891587305c8ef1ca3fda0ae831
/helper/Random.h
3e7958478a22236b6dec05005994f6062b71c7ef
[]
no_license
jokm1/Pokerbots
81b0243c5eb6279509aa896c76a9b662e949a4ab
dca4164f64aedc99954c1122bd651829a1cdcaef
refs/heads/master
2021-06-14T15:29:29.546436
2017-03-12T07:53:10
2017-03-12T07:53:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
789
h
// // Random.h // Hearts // // Wrapper for a random number generator algorithm // // Created by Kundan Chintamaneni on 2/9/15. // Copyright (c) 2015 Kundan Chintamaneni. All rights reserved. // #ifndef __Hearts__Random__ #define __Hearts__Random__ #include <random> #include <map> #include <utility> #include <mut...
[ "omnik116@gmail.com" ]
omnik116@gmail.com
5d3f52a7e9d0b718cc633877befbe101fea11419
7eb891a2684ff688fde3889987c6dada5d8860d4
/lab3/main.cpp
de87d53e5829ff44ad701562f15447a795352ca7
[]
no_license
LeuKgeGne/SPO_VM
e3d978d11cad97c95d0456ce63a5d49e92868929
73a800586b1491efc253bd83c8e735f66196e54e
refs/heads/master
2020-04-29T18:41:16.549830
2018-03-02T13:50:30
2018-03-02T13:50:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
776
cpp
#include <iostream> #include <string> #include <clocale> #include "Controller.h" #include "exceptions/VA_Exception.h" int main(int argc, char* argv[]) { setlocale(LC_ALL, ""); try { if (argc <= 1) { SelectMode(); } else if (argc == 2 && std::string("-p") == argv[1]) { //new Person WorkAsPerson...
[ "aleksandr9809@gmail.com" ]
aleksandr9809@gmail.com
42022a96ba10d489706f921ce04aed4d61c37f8e
89044f6606e3ccfbbca0b0dacc277497e735d5d4
/lecture04/exercise04-B/solution.cpp
227ae42bb3639389edd4bdf32815dba1fed7060a
[ "MIT" ]
permissive
nd-cse-34872-su21/cse-34872-su21-examples
10595f1d53ad3a45fd5e293a8705aefd66bf65c9
0294bb0964b502bbb8541054977988c4a3b49dab
refs/heads/master
2023-05-14T09:55:26.573462
2021-06-08T14:23:59
2021-06-08T14:23:59
370,460,163
0
2
null
null
null
null
UTF-8
C++
false
false
980
cpp
// happy_number.cpp #include <iostream> #include <numeric> #include <unordered_map> #include <unordered_set> using namespace std; // Global variables unordered_map<int, bool> IsHappy; // Functions bool is_happy_r(int n, unordered_set<int> &seen) { if (seen.count(n)) { // Base case: cycles return false; ...
[ "pbui@nd.edu" ]
pbui@nd.edu
07c7356790f7580bbbac0278fcf934ab3baf5f72
2de8f5ba729a846f8ad5630272dd5b1f3b7b6e44
/src/server/gameserver/item/OustersWristlet.h
43c4e0cce1618ef29ee822a2a13c7237c0998e15
[]
no_license
najosky/darkeden-v2-serverfiles
dc0f90381404953e3716bf71320a619eb10c3825
6e0015f5b8b658697228128543ea145a1fc4c559
refs/heads/master
2021-10-09T13:01:42.843224
2018-12-24T15:01:52
2018-12-24T15:01:52
null
0
0
null
null
null
null
UHC
C++
false
false
8,127
h
////////////////////////////////////////////////////////////////////////////// // Filename : OustersWristlet.h // Written By : // Description : ////////////////////////////////////////////////////////////////////////////// #ifndef __OUSTERS_WRISTLET_H__ #define __OUSTERS_WRISTLET_H__ #include "Item.h" #include "...
[ "paulomatew@gmail.com" ]
paulomatew@gmail.com
c6d64b1d782496e1fed37516181dc958ccd10387
46e9e81472047075b1705353d46844bed6bdc098
/OJs/POJ/3641/10069266_AC_0MS_164K.cpp
d88ea3bd19e7dc85307e1d6e9eb78a8d90c6e3b0
[]
no_license
WayneTimer/ACM
983fcc9546ea3092c2d196af70cd303ff25d0e41
4bbc13734fd5b36441b172019a1864db18034c8b
refs/heads/master
2021-05-16T02:05:18.486680
2018-08-12T15:11:44
2018-08-12T15:11:44
17,138,795
0
0
null
null
null
null
UTF-8
C++
false
false
1,122
cpp
#include <cstdio> #include <cstring> #include <cstdlib> using namespace std; long long miqumo(long long a,long long b,long long c) { int p[501]; int i,j; long long ans; i=-1; ans=1; while (b) { i++; p[i]=b%2; b=b>>1; } for (j=i;j>=0;j--) { ans=(ans*ans)%c; ...
[ "ylinax@connect.ust.hk" ]
ylinax@connect.ust.hk
5b53e54b99f16373a9b1ec3f83d87700f73884df
c26ef6e83789956e2124aab2ddca2d0a17d49983
/Order.h
cd2eb394dfb0ef865ba66045b4550c81c1a332e3
[]
no_license
AndreyGovnocoder/ExpertPrintOrders_project
1c0360c51d684c792baa8529a25db3cd56271147
acfba3cfb579173d2046163d9065e790c042a341
refs/heads/master
2023-06-22T18:38:03.833957
2021-07-27T03:38:01
2021-07-27T03:39:24
389,838,779
0
0
null
null
null
null
UTF-8
C++
false
false
1,586
h
#pragma once #include <qdatetime.h> class Order { public: Order() = default; Order(Order* order); ~Order() = default; void set_id(int id) { _id = id; }; void set_date(const QDate& date) { _date = date; }; void set_client(int client) { _client = client; }; void set_productType(int productType) { _productType = ...
[ "elizgerd@yandex.ru" ]
elizgerd@yandex.ru
1299b23b79f7a03afde182e73a900733057b9505
b18bb35192ba2e93685f754763872350fe2afbd5
/4_3(析构函数)/4_3(析构函数).cpp
ed0599706e21888723aedfd770459945e3dee60e
[]
no_license
Shawn070/CPP
4c890a5882af6aa190f6f30e42ccfa17c5109fb9
942096a9c78820987384df9ec0048b6fc552c06e
refs/heads/master
2021-01-20T00:15:57.332018
2019-04-04T06:48:52
2019-04-04T06:48:52
101,275,015
0
0
null
null
null
null
GB18030
C++
false
false
1,580
cpp
// 4_3(析构函数).cpp : 定义控制台应用程序的入口点。 // 游泳池改造预算,Cirle类。 // 一圆形游泳池,现在需在其周围建一圆形过道,并在 // 其四周围上栅栏。栅栏价格为35元/米,过道造价20元/ // 平方米。过道宽度为3米,游泳池半径由键盘输入。 // 要求编程计算并输出过道和栅栏的造价。 #include "stdafx.h" #include <iostream> using namespace std; const float PI = 3.141593; const float FENCE_PRICE = 35; const float CONCRETE_PRICE = 20; class...
[ "307882919@qq.com" ]
307882919@qq.com
fe5a137c6171e722abd586ca901e5f925046e874
e7169e62f55299abe9d1699772843d88eb6bcdf5
/core/SkRecorder.h
9f8824f85aad4c6f4db77f89f1114d4e2e3b0c5f
[]
no_license
amendgit/skiasnapshot
eda8206290bbc9f9da0771e1b0da5d259d473e85
27da382c7d0ed2f3bac392f42b9a2757fb08cab1
refs/heads/master
2021-01-12T04:19:35.666192
2016-12-29T06:20:07
2016-12-29T06:20:07
77,588,169
0
0
null
null
null
null
UTF-8
C++
false
false
7,216
h
/* * Copyright 2014 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkRecorder_DEFINED #define SkRecorder_DEFINED #include "SkBigPicture.h" #include "SkCanvas.h" #include "SkMiniRecorder.h" #include "SkRecord.h" #include "SkRecords.h"...
[ "erxiangbo@wacai.com" ]
erxiangbo@wacai.com
1bdd102c35b6b001e6dd913fb246b1a67dcbc35b
ca694a741d793939c23358898c611564447037d3
/led_device.cpp
f4f3f6ec862bbaebc36580aa1a1616010eff8a83
[]
no_license
edmund-huber/aspng
391656a1994d081c2aa16f9868e16c4612b12abd
0d0a81577cfed8270aff926a08159b0c4b60d485
refs/heads/master
2023-05-21T21:19:22.597978
2021-06-10T07:36:35
2021-06-12T22:58:35
198,335,975
1
0
null
null
null
null
UTF-8
C++
false
false
1,957
cpp
#include "device.h" LEDDevice::LEDDevice(void) { this->active = false; } std::string LEDDevice::name(void) { return "LEDDevice"; } Device *LEDDevice::create(void) { return new LEDDevice(); } std::string LEDDevice::prefix(void) { return "led"; } // A valid LEDDevice must be empty (black). bool LEDDe...
[ "me@ehuber.info" ]
me@ehuber.info
5a90da50df20a301868f77a3edf2cd02dae47734
0d7cd016555e507e3bc2dd291cd861acfaee80d9
/Gascoigne.hpp
62a50dbd6cc42ac246e1b2f20da56de5959f0294
[]
no_license
alaquitara/Hunter-sNightmare
032050a74b8dd0ecbcb2fe9fec0d6795fc6702ec
c1c69d3b6aaa08f3e5ffc12990f6622cdfbf5e05
refs/heads/master
2021-01-10T14:58:32.033869
2016-03-19T20:55:12
2016-03-19T20:55:12
54,286,672
0
0
null
null
null
null
UTF-8
C++
false
false
867
hpp
// // Gascoigne.hpp // 162final // // Created by Alexander Laquitara on 3/15/16. // Copyright © 2016 Alexander Laquitara. All rights reserved. // /********************************************************************* ** Program Filename: Gascoigne.cpp ** Author: Alexander Laquitara ** Date: 3/3/2016 ** Des...
[ "alaquitara@gmail.com" ]
alaquitara@gmail.com
ad8313919b25cd056efbe092ad1dc691c200f07b
e3aae98d9d671a836d102559520d12ecf71d680b
/code/MDA-GKNN/cython_utils.cpp
cbb88acf823740cd39d6b0310bc1db824afe2b76
[]
no_license
a96123155/MDA-GCNFTG
09b345e8dbd824a7c9eef79c16b7d086f56c0f11
9daa30016c4784e34bd47fdac1e38a28bedaae15
refs/heads/main
2023-03-19T23:56:25.062917
2021-03-04T10:53:18
2021-03-04T10:53:18
331,308,870
5
4
null
null
null
null
UTF-8
C++
false
true
400,720
cpp
/* Generated by Cython 0.29.21 */ /* BEGIN: Cython Metadata { "distutils": { "depends": [], "extra_compile_args": [ "-fopenmp", "-std=c++11" ], "extra_link_args": [ "-fopenmp" ], "language": "c++", "name": "graphsaint.cytho...
[ "a96123155@126.com" ]
a96123155@126.com
5b4ad1cbd5d9ac15ba6e55f3d09601ea2602f50c
07c9a6213d5dca2d68938aafddb0faad78321a1f
/Codes ESP+ Arduino/arduino following hand movement/Samples/Test_LED/Test_LED.ino
a506ad593ed52782f2b595563f1e3f80afb9845e
[]
no_license
Mariem23/Arm-Robotic-remote-controlling
6891f0a5eaad4e5a317b5c0621776305b96e9cd0
5fa377549df2576890816b40d4e1a481bfbf7915
refs/heads/master
2020-04-09T03:49:29.223385
2018-12-23T21:45:23
2018-12-23T22:21:35
159,998,257
0
0
null
null
null
null
UTF-8
C++
false
false
461
ino
// program to test LED // Mariem Fattoum void setup() { pinMode(2, INPUT); //pin d'entrée pinMode(13, OUTPUT); //pin de sortie } void loop() { int a; //déclaration de variable d'entrée int b; //déclaration variable de sortie a = digitalRead (2); // lecture de la valeur d'entrée b = 1; if (a==b) {dig...
[ "fattoummariem6@gmail.com" ]
fattoummariem6@gmail.com
bccc303c37038071d86849a773c89742c95a1bc0
3438e8c139a5833836a91140af412311aebf9e86
/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h
5cf5b13c01c9830398bd5f870edd2d071af66729
[ "BSD-3-Clause", "LGPL-2.0-or-later", "LicenseRef-scancode-warranty-disclaimer", "LGPL-2.1-only", "GPL-1.0-or-later", "GPL-2.0-only", "LGPL-2.0-only", "BSD-2-Clause", "LicenseRef-scancode-other-copyleft", "MIT", "Apache-2.0" ]
permissive
Exstream-OpenSource/Chromium
345b4336b2fbc1d5609ac5a67dbf361812b84f54
718ca933938a85c6d5548c5fad97ea7ca1128751
refs/heads/master
2022-12-21T20:07:40.786370
2016-10-18T04:53:43
2016-10-18T04:53:43
71,210,435
0
2
BSD-3-Clause
2022-12-18T12:14:22
2016-10-18T04:58:13
null
UTF-8
C++
false
false
7,603
h
/* * Copyright (C) 2014 Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this list of conditio...
[ "support@opentext.com" ]
support@opentext.com
d83050b7435e2a4fc5cbcffbf5fc9b0f015f9d05
aa89fd83bd86f6475c73d171d56a4de141877a6a
/MainSplitter.h
69387daa109cb09ba97ed48d38cc35ff106fcbb6
[]
no_license
afisher/miqrochat
a61cecade58075b7515dd7af0f0c033f15968759
7079503a43bd7ad2fb76ff455c215a6ed8066137
refs/heads/master
2021-01-20T18:20:13.750071
2012-05-24T23:31:05
2012-05-24T23:51:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
297
h
#ifndef MAINSPLITTER_H #define MAINSPLITTER_H #include <QSplitter> #include "FriendView.h" #include "ChatArea.h" class MainSplitter: public QSplitter { Q_OBJECT public: explicit MainSplitter(QWidget *parent=0); private: FriendView *m_friendView; ChatArea *m_chatArea; }; #endif
[ "mock.brian@gmail.com" ]
mock.brian@gmail.com
fc4a3182e366325ccac0fa2efdd596fb43b439c1
90abceac35643d9d3e7ada80a91c23f2adc92127
/Program1/Project1.cpp
e218fb7be1f60d6399059b5195ad3dc7a57618df
[]
no_license
ryank762/EE312
4eb52beb5b5c17484482fb6a38471f8cf2e9f637
d8c6fca382163c818eb73af9ea6763cbd3d87165
refs/heads/master
2020-03-27T10:04:53.672688
2018-08-28T05:28:58
2018-08-28T05:28:58
146,393,553
0
0
null
null
null
null
UTF-8
C++
false
false
4,398
cpp
/* * Project1.cpp * * Name: Ryan Kim * EE312 Summer 2018 * SpellCheck * Slip days used: <1> (I'm using a slip day on this assignment) */ #include <stdio.h> // provides declarations for printf and putchar #include <stdint.h> // provides declarations for int32_t uint32_t and the other (new) st...
[ "ryank762@utexas.edu" ]
ryank762@utexas.edu
4cf03f17ccef9b76962d823abe1e0b042da190a2
37137e3e5b5d739f911e1beb4d4cd6c485874256
/codes/CppPrimer/ch16_Templates_and_GenericProgramming/example_SmartPointer/UniquePtr.h
b151f7700c6643b1905ffe7f310354e95f69e1e0
[]
no_license
demon90s/CppStudy
3710f6188d880ec1633df8be79f8025453103c94
f3dc951b77bd031e7ffdef60218fe13fe34b7145
refs/heads/master
2021-12-01T14:42:34.162240
2021-11-27T16:10:21
2021-11-27T16:10:21
104,697,460
157
63
null
null
null
null
UTF-8
C++
false
false
554
h
#ifndef UNIQUE_PTR_H #define UNIQUE_PTR_H class Delete { public: template<typename T> void operator()(T *p) const { delete p; } }; template<typename T, typename D = Delete> class UniquePtr { public: UniquePtr(T *p = nullptr, const D &d = D()) : m_p(p), m_del(d) {} ~UniquePtr() { if (m_p) { m_del(m_p); } }...
[ "demon90s@163.com" ]
demon90s@163.com
33e9e3cc396ad0e91235c5d365469a4cbcf0a957
b93cebbaff40f91ceb472a3308d3169a9b51de62
/mico_new/util/sharedptr.h
297d58aca50a9d6d7468abfe498c6c880e710d42
[]
no_license
coderbingcang2357/mico
49e640b14bd223b4e795ecbcce6e83edeadc7c9e
c28c2f83165e43f0d568fd3047cecbc445a021c4
refs/heads/master
2023-03-03T17:55:38.145210
2021-02-01T03:33:08
2021-02-01T03:33:08
334,810,549
0
0
null
null
null
null
UTF-8
C++
false
false
1,851
h
#ifndef SHARED_PTR___H #define SHARED_PTR___H #include <memory> #include <assert.h> using std::shared_ptr; using std::dynamic_pointer_cast; using std::static_pointer_cast; #if 0 template<typename T> class shared_ptr { public: explicit shared_ptr(T *p) : m_ref(new int(1)), m_ptr(p) {} shared_ptr(const sha...
[ "bingcang2357@163.com" ]
bingcang2357@163.com
d259e044310fab1186988c77943f4a65a8fb660f
6ff225ced3f8ea771a0db118933907da4445690e
/logdevice/lib/test/findtimebenchmark/FindTimeBenchmark.cpp
ea56abcb8e572de9652f72af1a55b0e35ad4d611
[ "BSD-3-Clause" ]
permissive
mickvav/LogDevice
c5680d76b5ebf8f96de0eca0ba5e52357408997a
24a8b6abe4576418eceb72974083aa22d7844705
refs/heads/master
2020-04-03T22:33:29.633769
2018-11-07T12:17:25
2018-11-07T12:17:25
155,606,676
0
0
NOASSERTION
2018-10-31T18:39:23
2018-10-31T18:39:23
null
UTF-8
C++
false
false
15,109
cpp
/** * Copyright (c) 2017-present, Facebook, Inc. and its affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. */ #include <cstdlib> #include <iostream> #include <memory> #include <random> #include <un...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
2cac1d5a66ffd98db0947fd332c06d30dfdef9aa
07fe910f4a2c7d14e67db40ab88a8c91d9406857
/game/mga/interpreters/ExtensionClasses/Extension_Classes_Component_Module.cpp
379ad7f310acab806e16d4d65e2be1f606dfc140
[]
no_license
SEDS/GAME
e6d7f7a8bb034e421842007614d306b3a6321fde
3e4621298624b9189b5b6b43ff002306fde23f08
refs/heads/master
2021-03-12T23:27:39.115003
2015-09-22T15:05:33
2015-09-22T15:05:33
20,278,561
1
0
null
null
null
null
UTF-8
C++
false
false
414
cpp
// $Id: Extension_Classes_Component_Module.cpp 2336 2010-07-08 00:11:22Z alhad $ #include "StdAfx.h" #include "game/mga/component/Component_Module.h" #include "Extension_Classes_Component_i.c" DECLARE_COMPONENT_MODULE ("Extension Classes", LIBID_Extension_Classes_Component, ...
[ "hillj@cs.iupui.edu" ]
hillj@cs.iupui.edu
44e908bc99289c63287e01eda7df44ac3e5dc9d4
c118d1dfa88a44ce7acf3d2bae1549fa4d5b3c9e
/RPG/RPGDoc.cpp
a60578cfa2b60dc3f4f80424bf79e573e7ec96e2
[]
no_license
harp3133t/Adventure_Of_Slime
796bbfa88536bd83ab67bc515a49994c73bbe595
115ca06bc5411010aa99f4efe43ac1b7610a8970
refs/heads/master
2021-01-12T06:10:52.561126
2016-12-25T12:28:33
2016-12-25T12:28:33
77,324,337
0
0
null
null
null
null
UHC
C++
false
false
3,217
cpp
// RPGDoc.cpp : CRPGDoc 클래스의 구현 // #include "stdafx.h" // SHARED_HANDLERS는 미리 보기, 축소판 그림 및 검색 필터 처리기를 구현하는 ATL 프로젝트에서 정의할 수 있으며 // 해당 프로젝트와 문서 코드를 공유하도록 해 줍니다. #ifndef SHARED_HANDLERS #include "RPG.h" #endif #include "RPGDoc.h" #include <propkey.h> #ifdef _DEBUG #define new DEBUG_NEW #endif // CRPGDoc IMPLEMENT_...
[ "harp3133t@gmail.com" ]
harp3133t@gmail.com
399005bc23da9f907376d0429d15f8e065548e17
b46390cd3ec4c3ade82f19abeb9e6c357fc1d7b3
/src/c++ primer 5th/ch13-excercise/ch_13_ex_20.h
425caa32b11bb43fe787f25871248cf1d42cf0a1
[ "MIT" ]
permissive
thinkKundera/Eudemonia
9bd5da1d68749b415b98caa949e61c95cccc7e7d
cb2d9cde5e9ab60a8f62747a9c48d7a44eabe8d1
refs/heads/master
2021-06-17T06:12:59.462110
2017-04-23T10:04:07
2017-04-23T10:04:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
838
h
#ifndef CH_13_EX_20_H #define CH_13_EX_20_H #include <vector> #include <iostream> class QueryResult; //为了定义函数query的返回类型,这个定义是必须的 class TextQuery { public: using line_no = std::vector<std::string>::size_type; TextQuery(std::ifstreanm&); QueryResult query(const std::string&) const; TextQuery(const TextQuery&) = de...
[ "air.petrichor@gmail.com" ]
air.petrichor@gmail.com
acba51153690017f2da27d6830fd492189457b1f
d016de48181b5a21622f4146ed5fcb7dacfa70e5
/src/pubsub.hpp
fc5516ce8ade4d389a5d65a056becfa2e95c25b2
[]
no_license
bcharrow/ros2_proto
87b7181a72f9c3fbb935e26661154ff8fde773cb
275e53d55ed72475aa2c90b343810ffff3580abf
refs/heads/master
2020-05-02T00:34:16.934192
2013-07-19T00:35:14
2013-07-19T00:35:14
11,516,966
1
0
null
null
null
null
UTF-8
C++
false
false
4,185
hpp
#ifndef PUBSUB_HPP #define PUBSUB_HPP #include "core.hpp" #include <set> #include <boost/scoped_ptr.hpp> #include <boost/algorithm/string.hpp> #include <ros/console.h> namespace ros2 { //=============================== Publication ===============================// // Interface for publishing using a specific prot...
[ "bcharrow@osrfoundation.org" ]
bcharrow@osrfoundation.org
25730bb0ad92ab130a1040c79fcec8fc12c3dc79
cd9450b1168397054e556ce6a326963ca84f6fff
/inc/Matrix3x3.h
1ff55c1371542eac253fe8c41487089f55a7c2cf
[ "Unlicense" ]
permissive
ArturZiolkowski1999/zad5_3-ArturZiolkowski1999
39c5c0318f4ce4e94e0d4597cd392d8c21d7fdd9
1d2bfcbea0b4c086429f02809347f99569de3445
refs/heads/main
2023-05-31T23:30:32.520022
2021-06-14T19:07:03
2021-06-14T19:07:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
384
h
// // Created by artur on 5/6/21. // #ifndef ROTATION2D_MATRIX3X3_H #define ROTATION2D_MATRIX3X3_H #include "Matrix.h" class Matrix3x3 : public Matrix<double, 3>{ public: Matrix3x3(); Matrix3x3(double degree, char axis); Matrix3x3& operator=(const Matrix3x3 matrix3x3); Matrix3x3& operator=(const M...
[ "aaartiii99@gmail.com" ]
aaartiii99@gmail.com
1acb38d3bfa59ce45b2144c364e8493d19449aab
4a2f0fb700b825a8856c981b60a7697ce65fc2a4
/objects/conicmesh.h
216be6c890ed8282032bf3747a549fa8a97a1290
[]
no_license
shinhermit/projetISI
74fb9f25307b8fa0135d4d6ce71634f604320bcc
68c2811d9ca561f3bc2da033e263c1ea3164b47a
refs/heads/master
2020-04-06T06:57:06.223888
2013-11-07T14:03:37
2013-11-07T14:03:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
967
h
/** * @author Josuah Aron * @date Oct 2013 * * An opened Cone * * */ #ifndef CONICMESH_H #define CONICMESH_H #include "parametricmesh.h" #include "parametrics/conic.h" namespace my{ class ConicMesh : public ParametricMesh { private: float _height; float _aperture; int _nbSlices; int _nbStack...
[ "josuah@josuah-VirtualBox.(none)" ]
josuah@josuah-VirtualBox.(none)
38106e64beca43fb1f93a2ea546307dcb3d5279a
9704e020cc44275600a6c3fefae1f3fe6163e1f1
/bluetooth.cpp
4355d1d35c492145d3a744983ce35290b96931af
[]
no_license
wanpiqiu123/SJTU-EI228
45c16fffa25c791a7f6bf98d2ed87b0d0c436765
41c82150569ee5f3777ec7821ecebe9ebb769f76
refs/heads/master
2020-05-26T22:39:13.187210
2019-09-26T15:15:33
2019-09-26T15:15:33
188,401,785
0
0
null
null
null
null
UTF-8
C++
false
false
6,536
cpp
// // Created by Leo on 2019/6/11. // #include "head.h" /*********************************************************************/ int OpenDev(char *Dev) { int fd = open( Dev, O_RDWR | O_NOCTTY ); //| O_NOCTTY | O_NDELAY if (-1 == fd) { perror("Can't Open Serial Port"); return -1; ...
[ "46051943+wanpiqiu123@users.noreply.github.com" ]
46051943+wanpiqiu123@users.noreply.github.com
e3d856053b279ee3111a15ea28f9bd08074756a1
e428638df7c259a9da2b4a8856008da8251aa388
/Source/Graphics/GL4/GteGL4StructuredBuffer.cpp
9f763a084def50bf3fa1c75ee824b462170d3b44
[ "BSL-1.0" ]
permissive
vehsakul/gtl
22a9ee057a282d3edbb99eaa30ad6e68773c768e
498bb20947e9ff21c08dd5a884ac3dc6f8313bb9
refs/heads/master
2020-12-24T06:41:48.314735
2016-11-14T18:16:36
2016-11-14T18:16:36
73,462,121
0
0
null
null
null
null
UTF-8
C++
false
false
5,701
cpp
// David Eberly, Geometric Tools, Redmond WA 98052 // Copyright (c) 1998-2016 // Distributed under the Boost Software License, Version 1.0. // http://www.boost.org/LICENSE_1_0.txt // http://www.geometrictools.com/License/Boost/LICENSE_1_0.txt // File Version: 3.0.0 (2016/06/19) #include <GTEnginePCH.h> #include <LowLe...
[ "lukashev.s@ya.ru" ]
lukashev.s@ya.ru
102ed9af437884e95cde6ff3c6fdb2048c232d9c
e3e029a26f570e77926aa819ec7e09a6977aca6d
/src/main.cpp
437e1f2533fb7e7e1e43fa1e0afe81bebd080b66
[]
no_license
jvcleave/Box2dIssueExample
2e2f5ccfdd748622f8de7655d32c7c5e82fd1d1c
26f48b87aff6f7645d369bc910f118c3d5509205
refs/heads/master
2020-05-18T04:32:49.753586
2012-09-20T05:00:48
2012-09-20T05:00:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
192
cpp
#include "ofMain.h" #include "testApp.h" #include "ofAppGlutWindow.h" int main() { ofAppGlutWindow window; ofSetupOpenGL(&window, 1920, 1080, OF_WINDOW); ofRunApp(new testApp()); }
[ "jvcleave@gmail.com" ]
jvcleave@gmail.com