blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
6
201
content_id
stringlengths
40
40
detected_licenses
listlengths
0
26
license_type
stringclasses
2 values
repo_name
stringlengths
7
95
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
57 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
197k
639M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
11 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
34 values
src_encoding
stringclasses
18 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
11
9.86M
extension
stringclasses
27 values
content
stringlengths
11
9.86M
authors
listlengths
1
1
author
stringlengths
0
70
b6a456f7fba3501c2a87b358ec2b6efeaa135893
7fc17454c7eba676faf9c78c0c09f40668e11250
/api/c/tests/unit/basic/test_containers.cpp
55e7889d1db0ae94be64b6e68c410900709327bc
[ "Apache-2.0" ]
permissive
yjy616/Indigo
3bcecf7728289082667222d8b5545c27199d3d50
82f9ef9f43ca605f7265709e7a9256f1ff468d6c
refs/heads/master
2023-05-29T01:21:48.688094
2021-06-07T16:36:33
2021-06-07T16:36:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
734
cpp
#include <gtest/gtest.h> #include <base_cpp/array.h> #include <base_cpp/red_black.h> using namespace indigo; TEST(IndigoContainersTest, test_array) { Array<int> array; const auto initial_size = 100; array.resize(initial_size); array.zerofill(); ASSERT_EQ(array.size(), initial_size); array.cle...
[ "noreply@github.com" ]
noreply@github.com
c3f7d961b7690ecc82fbb80bdfe88010c2f688df
f9fed164f610b5ce23c5e56f0b0ebdaa7f0ca6e7
/oj/1683/1683/main.cpp
d3799d4eae23ff019386f0cf88e2f6e9fbe4c935
[]
no_license
lszr-x/MiscellaneousAlgorithmOfC-
b0f4bc53ee191d31b66425ff83fbb26d7c470fde
a4b1af0e3935616e136f9e3d37eaf9728b846f8a
refs/heads/master
2021-04-15T14:18:17.640846
2018-03-27T13:27:34
2018-03-27T13:27:34
126,178,134
0
0
null
null
null
null
UTF-8
C++
false
false
673
cpp
// // main.cpp // 1683 // // Created by apple on 2017/3/20. // Copyright © 2017年 apple. All rights reserved. // #include <iostream> #include <set> #include <cstdio> using namespace std; int main(int argc, const char * argv[]) { set<string> s; string a,b; char x; while(~scanf("%c",&x)){ if(x...
[ "1085963811@qq.com" ]
1085963811@qq.com
3578ea595763f21308abf2db57b0d0f3907ba8da
9c04f0b56921c56328a990e83226a8913d92f6ad
/Week 4/BoekHeap/BoekHeap/Boek.cpp
1028fb2f0820dfa8869fbafd6b41e4deafbd2a22
[]
no_license
JoasKleine/IOOP
ca6c6f9090b719a07bdb7dfea7da0352d32af002
19c0521964ee143db8c311b30b5c7a538817139b
refs/heads/master
2021-07-24T06:31:16.854480
2017-11-02T22:10:52
2017-11-02T22:10:52
103,421,723
0
0
null
null
null
null
UTF-8
C++
false
false
150
cpp
#include "stdafx.h" #include "Boek.h" Boek::Boek() { } Boek::Boek(std::string name) { _name = name; } Boek::~Boek() { }
[ "noreply@github.com" ]
noreply@github.com
07737784510130c542c5f91c387a0d793b1f688f
070d630a312f393372d9264089329120186a8f3a
/Galatea/Bomb.h
144e62037e0c30159b751816de6b1b5e1004b7f5
[]
no_license
peersmg/WW2ShooterGame
35ca31078e0ee205cddc399bc7ae5f6b0d29d440
7980af2c4ff980651f74f6f18d0b8c4a57bde4de
refs/heads/master
2021-01-11T10:50:01.099834
2016-12-13T18:53:34
2016-12-13T18:53:34
76,181,606
1
1
null
null
null
null
UTF-8
C++
false
false
959
h
//Title : Bomb.h //Purpose : Bomb header. //Author : Matthew Peers //Date : 05/12/16 #pragma once #include "GameObject.h" class Bomb : public GameObject { private: Rectangle2D collisionShape; // Objects collision shape Vector2D m_velocity; // The velocity of the bomb Vector2D m_imageS...
[ "peersmg@gmail.com" ]
peersmg@gmail.com
b968362744c2d2e1d65238878d04021c9e45ecfb
96d44e7e9ba85a38d44c204c58e93bf5fc4a546c
/for_spectra/auau15gev/tpcAnal/StRoot/StRefMultCorr/StRefMultCorr.h
0b4f560303156126792af9651819524e068a19a5
[]
no_license
ManukhovStepan/Aparin-laboratory
00abfcb53d634de6026fbfa98009113db13a45f7
b1072a7eb036e5cadf3388b8511f755c039dbb37
refs/heads/master
2022-11-28T01:17:57.519553
2020-08-11T08:59:47
2020-08-11T08:59:47
255,908,201
0
2
null
2020-08-11T08:59:49
2020-04-15T12:21:54
C++
UTF-8
C++
false
false
8,217
h
//------------------------------------------------------------------------------ // $Id: StRefMultCorr.h,v 1.1 2018/09/07 10:49:45 nasim Exp $ // $Log: StRefMultCorr.h,v $ // Revision 1.1 2018/09/07 10:49:45 nasim // *** empty log message *** // // Revision 1.9 2015/05/22 06:52:07 hmasui // Add grefmult for Run14 A...
[ "manukhov.2000@mail.ru" ]
manukhov.2000@mail.ru
b3a9f06a2beb496a368a28c02dc9d5a72e5c81d4
a84730d2a6666e7d7deb86ac939876ecf4397502
/littl/Unicode.hpp
f8a41c1783f57e7fbf742c91aac6cd76edcc432e
[]
no_license
minexew/littl
44587a113fceb5ef761139c3c94e10d168ce1918
7889fbc515a088f9ade6ccb8772aaff9c62dfe79
refs/heads/master
2021-06-06T05:03:59.158975
2020-02-04T10:03:01
2020-02-04T10:05:25
23,193,008
0
0
null
null
null
null
UTF-8
C++
false
false
2,249
hpp
/* Copyright (C) 2011, 2012, 2013 Xeatheran Minexew 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 to use, copy, m...
[ "minexew@gmail.com" ]
minexew@gmail.com
80ef5a59199c409447ecee19eb6df840e03b08a4
2ebbf732886a1889b2fe1c4c2b075660a6a6aa59
/Cipher.cpp
480b9d565e516717721a011d6b9d410644d18dc4
[]
no_license
nperry15/202-proj4
a3104463bed4d331893c8d67f8b90e6d6f257849
0b6b8f8d589a158c7d57933f96167f261f319862
refs/heads/master
2022-04-26T09:49:08.270593
2020-04-28T22:39:19
2020-04-28T22:39:19
259,767,488
0
0
null
null
null
null
UTF-8
C++
false
false
2,292
cpp
//Title: Cipher.cpp //Author: Ncholas Perry //Date: 4/20/2020 //Description: This is an abstract class file; parent class to all the other cipher classes #include "Cipher.h" #include <iostream> #include <string> #include <sstream> //Used to format output for each subtype for output using namespace std; // Name:...
[ "noreply@github.com" ]
noreply@github.com
d0190dde961e85b3b39073997fc9b4cf65f8c2d3
bf798d5af7effdb06f373ac653e98cb4dd145a5c
/src/qif191/QIFDocument/type_t.CStatsNumericalBaseType.h
5f4a39139d939aa5977a1ca815d08d2e774e6625
[ "BSL-1.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
QualityInformationFramework/QIFResourcesEditor
73387fca4f4280cc1145fae32438c5d2fdc63cd5
4ff1de9d1dd20d9c43eaa9cc320caeff1c57760e
refs/heads/master
2022-07-29T15:57:04.341916
2021-08-04T16:36:42
2021-08-04T16:36:42
298,856,948
0
0
null
null
null
null
UTF-8
C++
false
false
9,057
h
#pragma once #include "type_t.CStatsBaseType.h" namespace qif191 { namespace t { class CStatsNumericalBaseType : public ::qif191::t::CStatsBaseType { public: QIF191_EXPORT CStatsNumericalBaseType(xercesc::DOMNode* const& init); QIF191_EXPORT CStatsNumericalBaseType(CStatsNumericalBaseType const& init); void op...
[ "dc@capvidia.com" ]
dc@capvidia.com
763c5199c8d7ff0bad12e10db4cfaf0c56e7d0f4
6f525b3061951e1e6604bcf8d10f6ad6a733d8d6
/main.cpp
bb9c643771668251894ffe3aa177b5a5ad0b41eb
[]
no_license
Zheny-mc/-
93239e4ac8da420c340e98d5225c3e85001c8370
f01ce6a83239b7098be0f2d7e559f092c9b828b7
refs/heads/master
2022-12-04T13:00:34.487558
2020-08-27T15:09:34
2020-08-27T15:09:34
288,446,291
0
0
null
null
null
null
UTF-8
C++
false
false
2,191
cpp
#include "zipper.h" using std::cout; using std::endl; class Power { public: int argc; //количество аргументов string* argv; //аргументы string mode; //режим запуска string name; //имя архива vector<string> FileNames; Power(int _argc, const char** _argv) : argc(_argc-1), argv(new string[_argc-1]) { fo...
[ "Vitayaka87@gmail.com" ]
Vitayaka87@gmail.com
50c61de1f90a8ba7f4f42745acee1e69b6e3bd9c
6556148eec751962b54c5b9a619bbebae2c4119d
/ robocupsslclient/Tactics/DisperseTactic.h
6641afd259abd5aac2de1e6a5ca95b80162ebfe0
[]
no_license
Hannna/robocupsslclient
947fe9ccb2f6101b60dc711166d7d91435bc624d
4009fce4bba34f9e8083645c8ee88dc8d975986c
refs/heads/master
2020-06-03T11:57:58.539558
2012-02-28T23:39:42
2012-02-28T23:39:42
33,896,893
0
0
null
null
null
null
UTF-8
C++
false
false
423
h
/* * DIsperseTactic.h * * Created on: Aug 9, 2011 * Author: maciek */ #ifndef DISPERSETACTIC_H_ #define DISPERSETACTIC_H_ #include "Tactic.h" class Robot; class DisperseTactic: public Tactic { public: DisperseTactic( Robot & robot ); virtual bool isFinish(); virtual ~DisperseTactic(); protected: ...
[ "mgabka@48f5bffa-9504-1908-88fd-a439b3b414de" ]
mgabka@48f5bffa-9504-1908-88fd-a439b3b414de
5b5df4f93f44ec357943180ec7d2252b49f66c31
99d3c5d09886c1d45cc7eed7a6dcce3548ac4da3
/nebula/doc/old/RCS/Samples/SampleFramework/renderer/drivers/d3d9/D3D9RendererTarget.cpp
54121c655b907bce59a20369ccfc296a67989aa0
[]
no_license
nebula-engine/nebula_old
1e49843c7c8a4915d0303cca5b8067d6e62de4fb
d61f91140b6ac5334a8292bfece97092a99c53b0
refs/heads/master
2021-01-23T13:49:01.855177
2015-03-05T04:07:06
2015-03-05T04:07:06
29,644,714
0
0
null
null
null
null
UTF-8
C++
false
false
6,024
cpp
/* * Copyright 2008-2012 NVIDIA Corporation. All rights reserved. * * NOTICE TO USER: * * This source code is subject to NVIDIA ownership rights under U.S. and * international Copyright laws. Users and possessors of this source code * are hereby granted a nonexclusive, royalty-free license to use this c...
[ "charlesrymal@gmail.com" ]
charlesrymal@gmail.com
673a7db6492227e1c1996b24178c3487367db332
f75d79c35ee9c42213837405efb0489ef95dff4a
/C867/securityStudent.h
94e4da17a8c4d659bd59057e518d829c7cacb8c9
[]
no_license
djok1/C867
398951964038a6a9c1c4b95fa008ae21bd7901f1
b8234c59c361757709da95ec964ceb3a5b767f9c
refs/heads/master
2022-10-29T10:13:27.146076
2019-09-09T04:58:59
2019-09-09T04:58:59
202,541,307
1
0
null
null
null
null
UTF-8
C++
false
false
414
h
#pragma once #include "student.h" class securityStudent : public student { private: DegreeType degreeType = security; public: string getDegreeType() { return "Security"; } securityStudent(string StudentID, string FirstName, string LastName, string Email, string Age, string Days1, string Days2, string ...
[ "djok@live.com" ]
djok@live.com
840dcf27278063660fa44194e5b89fdda06ad237
5c3f6bdd0aa5446a78372c967d5a642c429b8eda
/src/versionbits.h
a9e0c63d836f63cecba02a2e2110b6be67fd9289
[ "MIT" ]
permissive
GlobalBoost/GlobalBoost-Y
defeb2f930222d8b78447a9440d03cce9d8d602c
b4c8f1bb88ebbfa5016376fee9a00ae98902133f
refs/heads/master
2023-08-11T12:04:12.578240
2023-07-11T03:56:18
2023-07-11T03:56:18
23,804,954
20
22
MIT
2023-07-11T03:56:19
2014-09-08T19:26:43
C++
UTF-8
C++
false
false
3,223
h
// Copyright (c) 2016-2018 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef GLOBALBOOST_VERSIONBITS_H #define GLOBALBOOST_VERSIONBITS_H #include <chain.h> #include <map> /** What block versio...
[ "null" ]
null
98d1cc526d52777216be2f2ee9225df26442ba48
e9e6534a8b8f9112eb8349fcf95394d9ffee5de9
/msm/fff0/src/msm.cpp
c14a7dee7f6d493f123764e2fb88b2557a7814f7
[]
no_license
ld1988/Fokker-Planck
473933a3d7d99964a2e858c74851d47bea483c35
9136c18e058e7737e3b10c67a750f271b13136b2
refs/heads/master
2020-05-18T07:13:16.252321
2019-04-26T10:30:51
2019-04-26T10:30:51
184,258,321
0
0
null
2019-04-30T12:30:05
2019-04-30T12:30:04
null
UTF-8
C++
false
false
5,680
cpp
#include <iostream> #include <time.h> #include <stdlib.h> #include <algorithm> #include <vector> #include <string> #include <sstream> #include <fstream> #include <math.h> #include "header.h" using namespace std; /////////////////////////////////////////////////////////////////////////////////////////////////////////...
[ "noreply@github.com" ]
noreply@github.com
6ad15fed7348b9c02a45ce67d575780989be98d5
753244933fc4465b0047821aea81c311738e1732
/culture/target/cpp-O3/ts2/src/__boot__.cpp
4b1c891c0f75dfc3b8fbfa4ada38343b16600895
[]
no_license
mboussaa/HXvariability
abfaba5452fecb1b83bc595dc3ed942a126510b8
ea32b15347766b6e414569b19cbc113d344a56d9
refs/heads/master
2021-01-01T17:45:54.656971
2017-07-26T01:27:49
2017-07-26T01:27:49
98,127,672
0
0
null
null
null
null
UTF-8
C++
false
true
6,348
cpp
// Generated by Haxe 3.3.0 #include <hxcpp.h> #ifndef INCLUDED_utest_ui_common_SuccessResultsDisplayMode #include <utest/ui/common/SuccessResultsDisplayMode.h> #endif #ifndef INCLUDED_utest_ui_common_HeaderDisplayMode #include <utest/ui/common/HeaderDisplayMode.h> #endif #ifndef INCLUDED_utest__Dispatcher_EventExcepti...
[ "mohamed.boussaa@inria.fr" ]
mohamed.boussaa@inria.fr
41228d315e2b89d6ab69aebf71e914b5b58c34a8
e796b62a902f609a6f52223bc336a8b81155872a
/semaine 2/Challenges Boucle/challenge5.cpp
102787249c49754ec4125e1ccdbc6c120f97d75b
[]
no_license
souayrioss/Periode-SAS
551f28c6cbb672e498e3a14202225e6f301ae163
195596fc83083dde248828b7bfb9745bdf70e6cd
refs/heads/main
2023-09-02T16:53:49.638756
2021-11-19T07:49:22
2021-11-19T07:49:22
426,167,652
0
0
null
null
null
null
ISO-8859-1
C++
false
false
288
cpp
#include<stdio.h> #include<stdlib.h> int main() { int r,a,b; printf("Donner un entier positif:\n"); scanf("%d",&a); while(a!=0) { r=a%10; b=10*b+r; a=a/10; } printf("l'inverse de l'entier donne en entrée est %d\n",b); return 0; }
[ "souayri.oussama@gmail.com" ]
souayri.oussama@gmail.com
ed5972250da6a52b159b3fcaeaec504522629a4e
483194ec10e6149c3245ff48c1857f48deba1578
/External/asio/buffer.hpp
8d415b7b464c3c9d157bfe20b446b1124592a77e
[]
no_license
davidroze/StormWebrtc
3efc68c9e16b34da0728716f460f44ca8a50f59d
cd471d5107c3bfe0cb885caf81063915ad4d386a
refs/heads/master
2021-05-08T16:43:43.539787
2018-02-04T10:05:43
2018-02-04T10:05:43
120,167,513
0
0
null
2018-02-04T08:24:11
2018-02-04T08:24:11
null
UTF-8
C++
false
false
89,021
hpp
// // buffer.hpp // ~~~~~~~~~~ // // Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // #ifndef ASIO_BUFFER_HPP #define ASIO...
[ "nick.weihs@gmail.com" ]
nick.weihs@gmail.com
f2875b792519f990a2bb56acc2de73a1a2ca58a0
44ab5e73bae277f1078dbe73fd0f99a7f0c98fa6
/include/MacroSupplyManager.h
d8afce8137869f38a5d7a81c4378058e35e81a64
[]
no_license
albertouri/dementor-bot
f66dfb00f1391a7457d07cf136eee086b5cdfd29
b62de93062767943bb8a6c30aaa825ddd31198be
refs/heads/master
2021-01-20T09:36:41.993561
2015-07-23T19:26:08
2015-07-23T19:26:08
39,587,387
1
0
null
null
null
null
UTF-8
C++
false
false
427
h
#pragma once #include <Arbitrator.h> #include <BWAPI.h> #include <MacroManager.h> class MacroSupplyManager { public: static MacroSupplyManager* create(); static void destroy(); void update(); int lastFrameCheck; int initialSupplyTotal; int initialSupplyProviderCount; private: ...
[ "matej.istenik@gmail.com" ]
matej.istenik@gmail.com
c3f31821e15b08d46f6e86b6d01868c3fb114d02
2b9cc67d4bbb5257b4c64bf6437bf7c589300c06
/scripts/NuisanceChecks/AutoDict_binary_function_TString_TString_bool_.cxx
8b9b688dc17be4a4d24fd0070b0e23bb186c3bf2
[]
no_license
gerbaudo/hlfv-fitmodel
81bfe391a4a19af5268fa056319dc552f6b9e1cf
17a44604fa860382f72e27a5ee5c1432677e40cd
refs/heads/master
2020-06-07T09:34:42.487189
2015-05-25T09:44:23
2015-05-25T09:44:23
35,870,053
1
0
null
2015-05-25T09:05:46
2015-05-19T08:43:13
C
UTF-8
C++
false
false
275
cxx
#include "map" #include "TString.h" #include "TString.h" #ifdef __CINT__ #pragma link C++ nestedclasses; #pragma link C++ nestedtypedefs; #pragma link C++ class binary_function<TString,TString,bool>+; #pragma link C++ class binary_function<TString,TString,bool>::*+; #endif
[ "avitald@883ba7d9-fdd0-4202-9341-49aa55999ad8" ]
avitald@883ba7d9-fdd0-4202-9341-49aa55999ad8
8cbeac265cd09daf007ad3a5fb239bc5782e24f8
96d9346a16fdbeff7d81cd5344b52d0cc3069c37
/libs/strong_typedef/tagged_float_example.cpp
6e0ebfa19e2461f2560758fccdbe0b2b1dd217ef
[]
no_license
schardong/Shand
fbee3d305adeea40bcdb85acad989486a60d5b4c
8603dbef52f4324cfd16a181a0f58f2642489e61
refs/heads/master
2020-12-02T20:58:32.950971
2017-03-31T06:07:49
2017-03-31T06:07:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,491
cpp
// Copyright Akira Takahashi 2012 // Use, modification and distribution is subject to the Boost Software License, // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) #include <boost/math/constants/constants.hpp> #include <shand/strong_typedef/tagged_float.hpp> #in...
[ "faithandbrave@gmail.com" ]
faithandbrave@gmail.com
710cc5465a8f1005f68b2025d414f2f897935b04
31ac07ecd9225639bee0d08d00f037bd511e9552
/externals/OCCTLib/inc/StepVisual_ColourRgb.hxx
314f72478c4c2ef2fc33810c2d891c44006b7f05
[]
no_license
litao1009/SimpleRoom
4520e0034e4f90b81b922657b27f201842e68e8e
287de738c10b86ff8f61b15e3b8afdfedbcb2211
refs/heads/master
2021-01-20T19:56:39.507899
2016-07-29T08:01:57
2016-07-29T08:01:57
64,462,604
1
0
null
null
null
null
UTF-8
C++
false
false
1,916
hxx
// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _StepVisual_ColourRgb_HeaderFile #define _S...
[ "litao1009@gmail.com" ]
litao1009@gmail.com
146667344c2c1171d15ff754316cad6a1370c9ce
ce152a04306cf4ae69ff0c462e7016de376eba47
/1062.cpp
aba7355190855a4f174b0265e5da66afcde522a3
[]
no_license
the-badcoder/UVA-Solutions
9038384e657acf810bd2eb6e356d4b8c47117c73
b061787a998d4456fec290f896f80c12590eb256
refs/heads/master
2018-09-22T11:23:22.380688
2018-09-15T14:32:14
2018-09-15T14:32:14
105,517,803
1
1
null
null
null
null
UTF-8
C++
false
false
2,445
cpp
/// Bismillah Hir Rahmanir Rahim #include <bits/stdc++.h> using namespace std; using ll = long long; using vi = vector<int>; using ii = pair <int, int>; using vii = vector<ii>; #define ff first #define ss second #define sz(x) (x).size() #define space ...
[ "xktareq07@gmail.com" ]
xktareq07@gmail.com
fbd95e919280ee7cda0bda642c89214ab67cb77f
bd1fea86d862456a2ec9f56d57f8948456d55ee6
/000/107/405/CWE590_Free_Memory_Not_on_Heap__delete_int64_t_placement_new_63b.cpp
4f1509d3599a480515654a657f303a28fafea0b3
[]
no_license
CU-0xff/juliet-cpp
d62b8485104d8a9160f29213368324c946f38274
d8586a217bc94cbcfeeec5d39b12d02e9c6045a2
refs/heads/master
2021-03-07T15:44:19.446957
2020-03-10T12:45:40
2020-03-10T12:45:40
246,275,244
0
1
null
null
null
null
UTF-8
C++
false
false
1,241
cpp
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE590_Free_Memory_Not_on_Heap__delete_int64_t_placement_new_63b.cpp Label Definition File: CWE590_Free_Memory_Not_on_Heap__delete.pointer.label.xml Template File: sources-sink-63b.tmpl.cpp */ /* * @description * CWE: 590 Free Memory Not on Heap * BadSource: placement_ne...
[ "frank@fischer.com.mt" ]
frank@fischer.com.mt
31223a42c3ed9f7e31ac566031dc8bbcef5334c2
d93159d0784fc489a5066d3ee592e6c9563b228b
/SimTracker/TrackHistory/interface/HistoryBase.h
f93f8e93cec86e1a76107343ebaadb5ae48e7b4c
[]
permissive
simonecid/cmssw
86396e31d41a003a179690f8c322e82e250e33b2
2559fdc9545b2c7e337f5113b231025106dd22ab
refs/heads/CAallInOne_81X
2021-08-15T23:25:02.901905
2016-09-13T08:10:20
2016-09-13T08:53:42
176,462,898
0
1
Apache-2.0
2019-03-19T08:30:28
2019-03-19T08:30:24
null
UTF-8
C++
false
false
4,905
h
#ifndef HistoryBase_h #define HistoryBase_h #include <set> #include "SimDataFormats/TrackingAnalysis/interface/TrackingParticle.h" #include "SimDataFormats/TrackingAnalysis/interface/TrackingParticleFwd.h" #include "SimDataFormats/TrackingAnalysis/interface/TrackingVertex.h" #include "SimDataFormats/TrackingAnalysis/...
[ "giulio.eulisse@gmail.com" ]
giulio.eulisse@gmail.com
79f0b9167ead7bc77891775ab3a98bbe58afec88
fc2d01d1afa08ffc46c23901163c37e679c3beaf
/Core/StdFile.cpp
533d3729043f127ca134fd910935909cd517be4f
[]
no_license
seblef/ShadowEngine
a9428607b49cdd41eb22dcbd8504555454e26a0c
fba95e910c63269bfe0a05ab639dc78b6c16ab8b
refs/heads/master
2023-02-14T19:08:25.878492
2021-01-08T16:16:44
2021-01-08T16:16:44
113,681,956
1
0
null
null
null
null
UTF-8
C++
false
false
297
cpp
#include "StdFile.h" using namespace Core; bool StdFile::seek(size_t offset, FileSeek fs) { ios::seekdir sd; switch(fs) { case FS_START: sd=ios::beg; break; case FS_END: sd=ios::end; break; default: sd=ios::cur; } _fs.seekp(offset,sd); return _fs.good(); }
[ "sebast.lefort@gmail.com" ]
sebast.lefort@gmail.com
9c32880c4500482ea735947486eaac06db6f2553
abc04815d208c517907228cae60161d6e1d769ef
/inc/IThread.hpp
60c2720429c78062cf865624ae7cc585bd6d9b04
[]
no_license
zirkome/plazza
2f85c474cfa6664f7e496a630f509d805b06facd
63e8f497fcfa430d107ef181916e0d182afd8316
refs/heads/master
2021-05-26T13:52:45.492697
2014-04-27T15:46:24
2014-04-27T15:46:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
469
hpp
#ifndef _ITHREAD_H_ # define _ITHREAD_H_ # include "ITask.hpp" class IThread { public: enum State { THR_WAITING, THR_ALIVE, THR_DEAD }; public: virtual ~IThread() {}; public: virtual void join(void** retval) = 0; virtual int cancel() const = 0; virtual ITask *getTask() const = 0...
[ "guillaume.fillon@epitech.eu" ]
guillaume.fillon@epitech.eu
351df11b35b05c1a9134770f71a3a679e69feec2
bc92c058b0c2dd2877648e30156245e36ee571a4
/source/common/xproto/framework/third_party/aarch64/opencv/include/opencv2/core/hal/intrin_neon.hpp
6eb43abc6e2a4fc5c0f791e5ddfe87d30db7496a
[ "BSD-2-Clause" ]
permissive
robort-yuan/AI-EXPRESS
c1783f5f155b918dcc6da11956c842ae5467de8e
56f86d03afbb09f42c21958c8cd9f2f1c6437f48
refs/heads/master
2023-02-09T03:51:44.775020
2021-01-02T15:15:37
2021-01-02T15:15:37
309,591,131
0
0
BSD-2-Clause
2020-12-08T07:48:54
2020-11-03T06:11:06
null
UTF-8
C++
false
false
64,403
hpp
/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not download, i...
[ "qingpeng.liu@horizon.ai" ]
qingpeng.liu@horizon.ai
94c46e8ada4e108147a67598d0aab4331ae13415
c776476e9d06b3779d744641e758ac3a2c15cddc
/examples/litmus/c/run-scripts/tmp_5/Z6.0+dmb.ld+dmb.st+dmb.sy.c.cbmc.cpp
995dd249dde68c4f9cdb2871fee0de51429939f6
[]
no_license
ashutosh0gupta/llvm_bmc
aaac7961c723ba6f7ffd77a39559e0e52432eade
0287c4fb180244e6b3c599a9902507f05c8a7234
refs/heads/master
2023-08-02T17:14:06.178723
2023-07-31T10:46:53
2023-07-31T10:46:53
143,100,825
3
4
null
2023-05-25T05:50:55
2018-08-01T03:47:00
C++
UTF-8
C++
false
false
39,965
cpp
// Global variabls: // 4:atom_2_X2_0:1 // 0:vars:3 // 3:atom_1_X0_1:1 // Local global variabls: // 0:thr0:1 // 1:thr1:1 // 2:thr2:1 #define ADDRSIZE 5 #define LOCALADDRSIZE 3 #define NTHREAD 4 #define NCONTEXT 5 #define ASSUME(stmt) __CPROVER_assume(stmt) #define ASSERT(stmt) __CPROVER_assert(stmt, "error") #define m...
[ "tuan-phong.ngo@it.uu.se" ]
tuan-phong.ngo@it.uu.se
9911eb6635830ceb9819d097f306f33462274b8f
63cb28e9191fb16bb7940d187595227f81d0e7a4
/Frequency.cpp
05c974572cf2992e7c089e992d61f946211c4908
[]
no_license
Varun2851/CppBasics
b6082c61f3973cc8e9be41ecc7bf05e93fe83a6d
2e24decd361acc442a1c7c96005fee9b1c100fe6
refs/heads/main
2023-07-05T17:09:44.514478
2021-08-26T06:38:17
2021-08-26T06:38:17
389,422,796
0
1
null
null
null
null
UTF-8
C++
false
false
647
cpp
#include<iostream> using namespace std; void freq(int arr[],int n){ for(int i =0; i<n; i++){ bool flag = false; for(int j = 0 ; j<i; j++){ if(arr[i] == arr[j]){ flag = true; break; } } if(flag == true){ continue; ...
[ "varunyadav891@gmail.com" ]
varunyadav891@gmail.com
e3a3dc2a7e4e45b67c3de0e0411b68caea317f92
d6f182688087f16a6c174e01638de38266fe5459
/工作目录/称重项目/20170723/WeighSensor/shuruxishu.cpp
b13ef2876704aae58a5c70f600791acf1cd7a903
[]
no_license
xsw258x2s5w8/WorkDir1
ad1c9f1c30233ab74094a0b89e5db831b0e6cf8f
83fd028bea424c11e9068cf6d1cebc0091584d3d
refs/heads/master
2021-01-01T18:20:41.799845
2017-07-27T11:38:00
2017-07-27T11:38:00
98,314,467
0
0
null
null
null
null
UTF-8
C++
false
false
655
cpp
#include "shuruxishu.h" #include "ui_shuruxishu.h" #include "index.h" #include "shuruxishutioajiao.h" Shuruxishu::Shuruxishu(QWidget *parent) : QWidget(parent), ui(new Ui::Shuruxishu) { ui->setupUi(this); connect(ui->returnIndex,SIGNAL(clicked()),this,SLOT(returnIndex())); connect(ui->returnPage,SI...
[ "928988843@qq.com" ]
928988843@qq.com
ea8aced1719207ae48408b8c869b1b39321b001f
2cf838b54b556987cfc49f42935f8aa7563ea1f4
/aws-cpp-sdk-awstransfer/include/aws/awstransfer/model/Protocol.h
b916cbb80e3b96b2cd32a08683e2afe256637a6f
[ "MIT", "Apache-2.0", "JSON" ]
permissive
QPC-database/aws-sdk-cpp
d11e9f0ff6958c64e793c87a49f1e034813dac32
9f83105f7e07fe04380232981ab073c247d6fc85
refs/heads/main
2023-06-14T17:41:04.817304
2021-07-09T20:28:20
2021-07-09T20:28:20
384,714,703
1
0
Apache-2.0
2021-07-10T14:16:41
2021-07-10T14:16:41
null
UTF-8
C++
false
false
617
h
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/awstransfer/Transfer_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> namespace Aws { namespace Transfer { namespace Model { enum class Protocol { NOT_SE...
[ "aws-sdk-cpp-automation@github.com" ]
aws-sdk-cpp-automation@github.com
3561654a4a0bf7177c63030b327a9fcee7649a30
696e35ccdf167c3f6b1a7f5458406d3bb81987c9
/net/base/ip_address.cc
6d39175a05bee3e2c0c73ac5b9251a4b8ce10b34
[ "BSD-3-Clause" ]
permissive
mgh3326/iridium-browser
064e91a5e37f4e8501ea971483bd1c76297261c3
e7de6a434d2659f02e94917be364a904a442d2d0
refs/heads/master
2023-03-30T16:18:27.391772
2019-04-24T02:14:32
2019-04-24T02:14:32
183,128,065
0
0
BSD-3-Clause
2019-11-30T06:06:02
2019-04-24T02:04:51
null
UTF-8
C++
false
false
15,410
cc
// Copyright (c) 2015 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 "net/base/ip_address.h" #include <algorithm> #include <climits> #include "base/containers/stack_container.h" #include "base/stl_util.h" #in...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
6709b905feb7467620da6dcd62252ce952f83df2
66862c422fda8b0de8c4a6f9d24eced028805283
/slambook2/3rdparty/Pangolin/external/pybind11/tests/test_constants_and_functions.cpp
f5f9340959b6e1a6caee2ba95e5ed974393256e0
[ "MIT", "BSD-3-Clause", "LicenseRef-scancode-generic-cla" ]
permissive
zhh2005757/slambook2_in_Docker
57ed4af958b730e6f767cd202717e28144107cdb
f0e71327d196cdad3b3c10d96eacdf95240d528b
refs/heads/main
2023-09-01T03:26:37.542232
2021-10-27T11:45:47
2021-10-27T11:45:47
416,666,234
17
6
MIT
2021-10-13T09:51:00
2021-10-13T09:12:15
null
UTF-8
C++
false
false
3,905
cpp
/* tests/test_constants_and_functions.cpp -- global constants and functions, enumerations, raw byte strings Copyright (c) 2016 Wenzel Jakob <wenzel.jakob@epfl.ch> All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. */ #includ...
[ "594353397@qq.com" ]
594353397@qq.com
1aef01f180436c891cb128393d345da60a8b8b8d
5971ac054f281c79989f29765443b7aa510650d7
/src/standard/bits/DD_replace.hpp
a716ddf6fcab6421ce38cdff9987b7a475e7f37e
[ "BSD-3-Clause" ]
permissive
ArshartCloud/libDDCPP
41c01b5f88912b7af49387b54d2cd2854616f0e0
e9e717794c38fe8a9e1098cd4892f01df1594889
refs/heads/master
2021-01-15T11:08:06.050206
2015-09-29T09:05:30
2015-09-29T09:05:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,063
hpp
// DDCPP/standard/bits/DD_replace.hpp #ifndef DD_REPLACE_HPP_INCLUDED_ # define DD_REPLACE_HPP_INCLUDED_ 1 # include "DD_global_definitions.hpp" DD_BEGIN_ template <typename UndirectionalIteratorT_, typename ValueT1_, typename ValueT2_> ProcessType replace( UndirectionalIteratorT_ begin__, UndirectionalIterator...
[ "idingdong@mogara.org" ]
idingdong@mogara.org
3386100488410794c0ee148f203fed290ff288cf
e7e245b6f266ab277997b06e9d334f62fd67494e
/BUG_2.CPP
421c404df325589e4d931622ed78917408f64bc6
[]
no_license
amankumarkeshu/Spoj-Questions
22c2ec58db9ca4ce02c106629018edc1633ecc5f
29c9f16fb028979e7bfa5b7bf9091715290a0afd
refs/heads/master
2020-03-28T17:51:49.314185
2019-04-17T10:06:24
2019-04-17T10:06:24
148,829,949
3
0
null
null
null
null
UTF-8
C++
false
false
5,204
cpp
#include<bits/stdc++.h> #define ll long long #define ld long double #define tt(t) read(t); while(t--) #define endl '\n' #define vll vector<ll> #define vvll vector< vll > #define pll pair<ll ,ll > #define pss pair < string , string > #define vpll vector< pll > #define vpss vector< pss > #define mp make_pair ...
[ "32524395+amankumarkeshu@users.noreply.github.com" ]
32524395+amankumarkeshu@users.noreply.github.com
e5031dbebf3a2c7f67a0e11f0cdb81242aafd0c2
7e5be101928eb7ea43bc1a335d3475536f8a5bb2
/2016 Training/7.24/E.cpp
93b0907a0e3a12e39f6cf75f5d0d0d4a4a2ef55b
[]
no_license
TaoSama/ICPC-Code-Library
f94d4df0786a8a1c175da02de0a3033f9bd103ec
ec80ec66a94a5ea1d560c54fe08be0ecfcfc025e
refs/heads/master
2020-04-04T06:19:21.023777
2018-11-05T18:22:32
2018-11-05T18:22:32
54,618,194
0
2
null
null
null
null
UTF-8
C++
false
false
2,005
cpp
// // Created by TaoSama on 2016-07-24 // Copyright (c) 2016 TaoSama. All rights reserved. // #pragma comment(linker, "/STACK:102400000,102400000") #include <algorithm> #include <cctype> #include <cmath> #include <cstdio> #include <cstdlib> #include <cstring> #include <ctime> #include <iomanip> #include <iostream> #i...
[ "lwt1367@gmail.com" ]
lwt1367@gmail.com
427460ace16471358f937e8a1e445c2160331979
5a443213123cdaccae8e9b374d872bd1740d80b5
/oap-native-sql/cpp/src/third_party/row_wise_memory/unsafe_row.h
1954ba143b54ac310e6886b52895b20306910c63
[ "Apache-2.0" ]
permissive
haojinIntel/OAP
8f8f5c8c32ab597a6d436e8c0719afad1cfae248
b892390f880af43486abb28268dd1f14f178a64f
refs/heads/master
2020-11-25T18:40:45.798287
2020-11-04T07:06:02
2020-11-04T07:06:02
228,792,909
1
0
Apache-2.0
2019-12-18T09:14:44
2019-12-18T08:25:48
null
UTF-8
C++
false
false
5,953
h
#pragma once #include <arrow/util/decimal.h> #include <assert.h> #include <inttypes.h> #include <stdlib.h> #include <string.h> #include <string> #include "third_party/row_wise_memory/native_memory.h" #define TEMP_UNSAFEROW_BUFFER_SIZE 1024 typedef struct { int numFields; int sizeInBytes; char* data; int cu...
[ "noreply@github.com" ]
noreply@github.com
1f4d72ceb37d50dd8a694c5d49e2f087f583b158
6ca4d5f12e9a3839e70163856ff29220f63375f9
/dependencies/thermite3d/include/scriptable/RenderComponent.h
cea8e0b67c70db2e50e5b99078cf3c9b0fec1585
[ "MIT" ]
permissive
weflowers/voxeliens
8d75f304067cea534cd906c86715f08207496640
64322d13d1661b6d5f88032b16f410516b9690b8
refs/heads/master
2023-01-31T21:22:55.461634
2020-12-11T19:35:47
2020-12-11T19:35:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
492
h
#ifndef RENDER_COMPONENT_H_ #define RENDER_COMPONENT_H_ #include "Component.h" #include "OgreSceneNode.h" namespace Thermite { class RenderComponent : public Component { public: RenderComponent(Object* parent); ~RenderComponent(void); void onEnabled(bool enabled); void update(void); ...
[ "matt@milliams.com" ]
matt@milliams.com
fb08c0d2636672b54a4222a71083226d91ea9697
e1071cd8065ed01b8bc42f5f47f964837ec723b8
/src/ripple/ledger/ApplyView.h
8c90ab09e0cde9dd2d05e251d724b2d31b69d0ec
[ "MIT-Wu", "MIT", "ISC", "BSL-1.0" ]
permissive
SAN-CHAIN/sand
07355acf0ba4607a5cb1408a1d86d87f03e3a317
1c51a7d1b215a7a2e1e06bd3b87a7e1da7239664
refs/heads/master
2020-06-22T01:27:21.168067
2016-10-15T11:22:18
2016-10-15T11:22:18
94,208,495
0
3
null
null
null
null
UTF-8
C++
false
false
6,190
h
//------------------------------------------------------------------------------ /* This file is part of rippled: https://github.com/ripple/rippled Copyright (c) 2012, 2013 Ripple Labs Inc. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is h...
[ "nemox1024@hotmail.com" ]
nemox1024@hotmail.com
0747ba462e4df4374889a7d871d4ec5ebd680bd4
13bed30fd2f729cbcafc319c62ab6b0a65ab8863
/georgelok-cs207-sbalanovichs-georgelok-cs207/mesh_mass_spring.cpp
933363a10980f0000ec851a3010d97973defd99d
[]
no_license
jonahkall/JBParallel
eac0cd9c96d3a1de0378e1ca6bcf60c6ba7e007f
256492adac0320be836916e2cd38887f13048e25
refs/heads/master
2016-09-05T18:18:40.119827
2014-12-16T03:44:24
2014-12-16T03:44:24
27,520,312
1
0
null
null
null
null
UTF-8
C++
false
false
17,608
cpp
/** * @file mesh_mass_spring.cpp * Implementation of mass-spring system using Mesh * * @brief Reads in two files specified on the command line. * First file: 3D Points (one per line) defined by three doubles * Second file: Tetrahedra (one per line) defined by 4 indices into the point * list */ #include <fstrea...
[ "kallenbach@college.harvard.edu" ]
kallenbach@college.harvard.edu
e876096692ee190e801ade224df0faafc62ba8f3
a98dda4df2b85fc27192378d6fbde58510dc0ed0
/Vectors/Vectors/Vectors.cpp
c7ce91a3edf696b664e08214c970f49324af308f
[]
no_license
rydanie/VestorsExample
d7159ba793eee637cddfd4c67b914e717c3ec2f9
406498cf84fdd7ee8f52303c1365ac14b2aa3405
refs/heads/master
2020-12-14T07:10:49.576338
2020-01-18T03:51:14
2020-01-18T03:51:14
234,677,470
0
0
null
null
null
null
UTF-8
C++
false
false
2,317
cpp
///VECTOR #include <vector> #include <iostream> #include <algorithm> #include <iomanip> using namespace std; void calculate(); //Function To calculate int main() { int choice = 0; do { system("cls"); //Clear the Screen cout << "Vector\n\n"; cout << " 1. Enter Numbers \n"; cout << " 2. End...
[ "noreply@github.com" ]
noreply@github.com
cff7d23724fc1a46fdc807ed9decb0a2302df391
7d6c1d7e135cdb5e42f0762907cdd1927abf435b
/on_line_planning/pt_paper/src/lm_plan_recognition.cxx
093dc81e5eb6c1ef4aa3863145c6a4829cf78ef7
[ "MIT" ]
permissive
miquelramirez/aamas18-planning-for-transparency
058285ca12c0f270efd213b36225f5fc8d530c7a
dff3e635102bf351906807c5181113fbf4b67083
refs/heads/master
2020-07-01T10:32:01.898653
2019-08-18T22:04:48
2019-08-18T22:04:48
201,146,315
0
0
null
null
null
null
UTF-8
C++
false
false
16,061
cxx
/* Purpose: POM17 plan recognizer */ #include <map> #include <set> #include <limits> #include <algorithm> #include <strips_prob.hxx> #include <fluent.hxx> #include <action.hxx> #include <cond_eff.hxx> #include <fwd_search_prob.hxx> #include <landmark_graph.hxx> #include <landmark_graph_manager.hxx> #include <landmar...
[ "miquel.ramirez@gmail.com" ]
miquel.ramirez@gmail.com
4a96122257743f573717ca0f180d4478d508a3ee
786de89be635eb21295070a6a3452f3a7fe6712c
/pypdsdata/tags/0.8/src/types/pnCCD/ConfigV1.cpp
454f1aec49bb07e9d902c59cf77e868471c6fcf9
[]
no_license
connectthefuture/psdmrepo
85267cfe8d54564f99e17035efe931077c8f7a37
f32870a987a7493e7bf0f0a5c1712a5a030ef199
refs/heads/master
2021-01-13T03:26:35.494026
2015-09-03T22:22:11
2015-09-03T22:22:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,706
cpp
//-------------------------------------------------------------------------- // File and Version Information: // $Id$ // // Description: // Class ConfigV1... // // Author List: // Andrei Salnikov // //------------------------------------------------------------------------ //----------------------- // This Class...
[ "salnikov@b967ad99-d558-0410-b138-e0f6c56caec7" ]
salnikov@b967ad99-d558-0410-b138-e0f6c56caec7
ae654a7c9b7902b516c3caae1e1dd4d9f5c95dd6
aefc133fdb19e4c7f20048fe9babf68cada7a109
/MD5/MD5.hpp
a5bd09889b23ab0121b584cf0d141219c98a569b
[]
no_license
abodelot/cpp-utils
d3998add2efe6fbfa5c77388dff65d4e8be690a8
480e172349c84725ae978e495a875d50770282af
refs/heads/master
2020-05-27T03:16:42.077984
2019-10-23T22:39:49
2019-10-23T22:56:33
20,619,186
5
0
null
null
null
null
UTF-8
C++
false
false
464
hpp
#ifndef MD5_HPP #define MD5_HPP #include <string> #include <cstdint> class MD5 { public: MD5(); MD5(const char* data, size_t len); void update(const char* data, size_t len); /** * Get digest as a 32 hexadecimal characters string */ std::string hexdigest() const; private: void tra...
[ "alexandre.bodelot@gmail.com" ]
alexandre.bodelot@gmail.com
39916cc5b12eb20fd3d51582e38920fba939abd4
4fdc4944d15bbc4ba4f1cf28e8f86c26e7900d9d
/src/privatesend-util.cpp
a1fc39a1e0d3897bb64c63bd45b615f3adf63b4e
[ "MIT" ]
permissive
Abysmalsony/PESPCOIN
b99786197907096d302d5ad4641765cf4026803c
118b00e0ea3b86704d75dcce7ef7277d123d3d11
refs/heads/main
2023-07-13T11:14:04.544098
2021-08-19T13:32:55
2021-08-19T13:32:55
404,490,220
1
0
MIT
2021-09-08T20:45:08
2021-09-08T20:45:08
null
UTF-8
C++
false
false
1,824
cpp
// Copyright (c) 2014-2017 The PESPCOIN Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "privatesend-util.h" CKeyHolder::CKeyHolder(CWallet* pwallet) : reserveKey(pwallet) { reserveKey.GetRes...
[ "noreply@github.com" ]
noreply@github.com
f1d77dd7c8099155ca159879fa476468809c5d57
5f130ab9cceca7da249b768d787c80a1fe118476
/include/httprequest.h
c13daea55e87b9a444af55724af1d265a842772a
[]
no_license
taryura/Requests
64d97be389a1809ca9ea990f563de86ca5f0ce2b
02af79db8eb5d09e70bda7db66266dd4a6d02016
refs/heads/master
2021-04-15T05:04:58.046431
2019-02-13T17:36:02
2019-02-13T17:36:02
126,525,000
0
0
null
null
null
null
UTF-8
C++
false
false
294
h
#ifndef HTTPREQUEST_H #define HTTPREQUEST_H #include "a_requests.h" class httprequest { public: void rqst_set (std::string addr, std::string prt, const std::string &req_text); std::string replyreceived; protected: private: }; #endif // HTTPREQUEST_H
[ "taranenko@3g.ua" ]
taranenko@3g.ua
119943f722c510b727fb0c7fc6d8bcb6db01b047
bd1e457d3bc7aba76c1200d15416fa5c1bf847de
/DSA/LAB/Lab 6/Task2.cpp
d57dd5a64bf34c562ff7e33039d90897ee3207c0
[]
no_license
Mu-Ahmad/OOP-CMP-244-241
6da4f2fee88c207a688b8c70a8dd3ad8655921c3
3dd826fff83c9a539f89fc2483ac80c032b269dc
refs/heads/main
2023-06-06T16:30:06.089789
2021-06-18T15:33:35
2021-06-18T15:33:35
303,761,272
17
6
null
2020-10-26T11:14:37
2020-10-13T16:19:04
C++
UTF-8
C++
false
false
4,647
cpp
/* Name: Muhammad Ahmad Roll: BCSF19M509 */ #include <iostream> using namespace std; #define DUMMY 0 class DNode { public: DNode *prev, *next; int data; DNode (int d, DNode *p = NULL , DNode *n = NULL ) { data = d; prev = p; next = n; } }; class DHCLList { public: DNode *head; DHCLList() { head = new D...
[ "ahmadsaifofficial@gmail.com" ]
ahmadsaifofficial@gmail.com
3bfb5442b4377d84bcf56e5ae6238b76ae268581
c32a95e4444812f204bed4de2c59e5ee9e5134ad
/AlgorithmChallenges/ActorJobs.cpp
7c7ca025ff00ff3cf50c95381d5644d31f8deb3d
[]
no_license
AlwinJoshy/Algorithm_Challenges
7f6fb060df458e7012195d7b87c194761d8c629d
dd2ef610148d7f5bdca12d90ecd5fa4461089a3e
refs/heads/master
2020-08-10T16:28:16.686273
2019-10-11T13:58:03
2019-10-11T13:58:03
214,371,542
0
0
null
null
null
null
UTF-8
C++
false
false
1,311
cpp
#include <iostream> enum Months { jan, feb, mar, apr, may, jun, jul, aug, sep, oct, nov, dec }; class Job { public: int startMonth; int endMonth; Job(Months start, Months end) { startMonth = start; endMonth = end; } }; bool Overlaping(Job jobOne, Job jobTwo) { if (jobOne.startMonth < jobTw...
[ "flamencoresonance@gmail.com" ]
flamencoresonance@gmail.com
cbb5ea0f6eadede1af2ce6a67dcdc7b751de9331
eabffc4df9bcb5b98a64242c544f45be4bfe85f3
/Project_Uno/Project_Uno_Tos/Uno_V14/main.cpp
6b64bc2e2fab20f79e72f32b95c13d6d37f425a9
[]
no_license
Dredz223/Fall_Class_2018_Csc5
7d1086a8fc31a6cd3151bc5adfd68a9f247575a9
8c404cbfd560293b3558b474bc10d2fd961eae48
refs/heads/master
2020-04-04T22:33:47.099653
2018-12-15T02:51:18
2018-12-15T02:51:18
156,328,113
0
0
null
null
null
null
UTF-8
C++
false
false
28,609
cpp
/* * File: main.cpp * Author: Andres Guerrero Maldonado * Created on December 9th, 2018 8:40PM * Purpose: Uno Project_V14 * */ //System Libraries #include <iostream> //I/O Library -> cout,endl #include <cstdlib> //Random Library #include <cstring> //String Library #include <ctime> //Time Librar...
[ "42884620+Dredz223@users.noreply.github.com" ]
42884620+Dredz223@users.noreply.github.com
539bab2aaac7668978b291bdd3a39411c199b005
766996d84cc71493deaf100f2493ee42ed0d4243
/src/ifc/ifc4/IfcRelAssociatesLibrary.h
27a11dedd5c93ee66e42a44ff22de28026bab3a4
[]
no_license
andreasniggl/ifclite
6040cd72460d401a364c4c7554f2fe3f44ee6df8
aacc8a9f0add7036c4c04eeaed7938e731726ead
refs/heads/master
2020-03-09T05:13:57.641923
2018-08-06T21:42:27
2018-08-06T21:42:27
128,607,886
3
1
null
null
null
null
UTF-8
C++
false
false
1,389
h
// Automatically generated by ifclite express parser from ifc4 express file - do not modify #pragma once #include "IfcTypeDefinitions.h" #include "IfcRelAssociates.h" #include "IfcLibrarySelect.h" namespace ifc4 { class IfcRelAssociatesLibrary : public IfcRelAssociates { public: virtual ~...
[ "33835650+andreasniggl@users.noreply.github.com" ]
33835650+andreasniggl@users.noreply.github.com
614092c26bd523eed51b31f45bdb1a6200de12ce
17a3219394eae342439be25d11c543944d6c7351
/common/trace_dump.hpp
4ffe65ac09b460f3fcdbb5da8e67b277f2913de9
[ "MIT" ]
permissive
rawoul/apitrace
1526bb0414d5499f2992d59a3e32aa3b9203230a
e9fcdcf14a99f5cb4729abb7bbf7817d7aa59d18
refs/heads/master
2020-04-08T02:53:03.770028
2011-12-14T23:18:49
2011-12-14T23:20:00
3,009,443
1
0
null
null
null
null
UTF-8
C++
false
false
2,015
hpp
/************************************************************************** * * Copyright 2010 VMware, Inc. * All Rights Reserved. * * 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 wit...
[ "jose.r.fonseca@gmail.com" ]
jose.r.fonseca@gmail.com
6082b8716ab84be93deda605ad6f22a2584c7e98
328ad992496c5d45b1dabf2027185435b5b281bc
/source/lock.hpp
9ce56ced93f9e7889c4d22a0d83b55e16be475c4
[ "MIT" ]
permissive
masagrator/NX-FPS
cdfdb2873bd4c6c4b9474ca1613935066d7853da
3d6a19e7b6a6b4fb19fc63e7baaf34b1173b8f76
refs/heads/master
2023-09-01T14:05:01.650718
2023-07-01T16:20:19
2023-07-01T16:20:19
243,776,092
179
11
MIT
2023-05-22T16:35:08
2020-02-28T14:04:56
C
UTF-8
C++
false
false
11,144
hpp
#pragma once #define NOINLINE __attribute__ ((noinline)) /* Design file how to build binary file for FPSLocker. 1. Helper functions */ namespace LOCK { uint32_t offset = 0; bool blockDelayFPS = false; uint8_t gen = 0; bool MasterWriteApplied = false; struct { int64_t main_start; uint64_t ali...
[ "noreply@github.com" ]
noreply@github.com
28d593a1c7ba0df620033e03fe7c673db2bff6d3
87d06658a55119d621cdf154215007ab3d35a2bc
/CORE/src/Scene/Scene.cpp
55c7645ad0fc975fe293ad9bcd72c7acc0cffeb6
[ "Apache-2.0" ]
permissive
varomix/orbit-dev
33ab945d28a82d975080b87df54614392714f06c
2c0d8586878a1bffc9e778783943dff233972581
refs/heads/master
2023-04-15T15:23:48.439292
2021-04-30T07:24:59
2021-04-30T07:24:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,498
cpp
#include "pch.h" #include "Scene.h" #include "Core/Application.h" // systems #include "ECS/Systems/SpotLightSystem.h" #include "ECS/Systems/PointLightSystem.h" #include "ECS/Systems/SceneCameraSystem.h" #include "ECS/Systems/GridRendererSystem.h" #include "ECS/Systems/MeshRendererSystem.h" #include "ECS/Systems/Editor...
[ "francpouhela@yahoo.com" ]
francpouhela@yahoo.com
a6a34e5454cde0e7ab848175c76f1e4d99b0e29a
104a2ae28ff3a649c92ffa9cc0f397e452330f24
/aws-cpp-sdk-kinesisanalyticsv2/include/aws/kinesisanalyticsv2/model/MonitoringConfiguration.h
e6c73aa321c4ee170a10cbd8dbbbb83251a0c3c6
[ "MIT", "Apache-2.0", "JSON" ]
permissive
quatmax/aws-sdk-cpp
6ca111b3da69af5e802a3feac70a8da4de006d5d
578070580b614460a8bd76cf86e305a2e69d0adb
refs/heads/master
2021-01-18T00:30:48.206056
2020-10-05T14:10:05
2020-10-05T14:10:05
301,419,784
0
0
Apache-2.0
2020-10-05T13:34:23
2020-10-05T13:34:22
null
UTF-8
C++
false
false
6,441
h
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h> #include <aws/kinesisanalyticsv2/model/ConfigurationType.h> #include <aws/kinesisanalyticsv2/model/MetricsLevel.h> #include ...
[ "aws-sdk-cpp-automation@github.com" ]
aws-sdk-cpp-automation@github.com
a90dd159ef105427d1cf4330c73ea7433dadd24e
d625eb0f2e675d6e40b0849d1e5f20b1aef4c406
/codeforce/Codeforce_Rating_Round/Round_395/B_test.cpp
4102b655ca9600da0c79b0b504a7bf2111f74d02
[]
no_license
aseem01/Competitive_Programming
b5a57c7b10b731ea2b03288c500dd85c8f5fda2c
ad7354c56cada964b2c5331f15424d580febe2b6
refs/heads/master
2021-01-25T11:28:57.402352
2018-11-09T06:59:46
2018-11-09T06:59:46
93,930,174
0
0
null
null
null
null
UTF-8
C++
false
false
847
cpp
#include <bits/stdc++.h> using namespace std; int main() { int n,l; cin>>n>>l; int i,j,m; int k[100],s[100],kk[100]; for(i=0; i<n; i++) { cin>>k[i]; } kk[0]=l-k[n-1]+k[0]; for(i=1; i<n; i++) { kk[i]=k[i]-k[i-1]; } for(i=0; i<n; i++) { cin>>s[i...
[ "aseem.cse.cu@gmail.com" ]
aseem.cse.cu@gmail.com
6f744e38d05ecd3fe612b9cbe97777cc9ab7995a
3b9b4049a8e7d38b49e07bb752780b2f1d792851
/src/components/audio_modem/modem_impl.cc
447250cad9322254ae692e1137e71662c2210dc7
[ "BSD-3-Clause", "Apache-2.0" ]
permissive
webosce/chromium53
f8e745e91363586aee9620c609aacf15b3261540
9171447efcf0bb393d41d1dc877c7c13c46d8e38
refs/heads/webosce
2020-03-26T23:08:14.416858
2018-08-23T08:35:17
2018-09-20T14:25:18
145,513,343
0
2
Apache-2.0
2019-08-21T22:44:55
2018-08-21T05:52:31
null
UTF-8
C++
false
false
11,449
cc
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/audio_modem/modem_impl.h" #include <stdint.h> #include <algorithm> #include <limits> #include <memory> #include <vector> #include ...
[ "changhyeok.bae@lge.com" ]
changhyeok.bae@lge.com
498754cac19b2e0d4ec3906d3522676a14d85ee3
4c2062307f83cbd57e0cd83d57ed23272676ab88
/src/ast.cpp
7d028f2ecd37b5193c65269301015a5b03d7a0b4
[]
no_license
yunjuanhuakai/regex_syntax
14020700cf8dcc32bb0089b150fc61f66930d396
08a8ba7dda2158f8ac66f6c4c092d6008bc991c2
refs/heads/master
2021-01-20T21:06:38.170364
2017-03-10T13:59:51
2017-03-10T13:59:51
66,179,985
1
0
null
null
null
null
UTF-8
C++
false
false
4,100
cpp
// // Created by makai on 16-6-19. // #include <iostream> #include <algorithm> #include <iomanip> #include "ast.h" namespace regex { using std::cout; using std::copy; using std::make_move_iterator; using std::ostream_iterator; ast::ast() noexcept : is_null_(true), t_(mTAG::CONCAT) {} ast::ast(token const &t) n...
[ "makaiyk@163.com" ]
makaiyk@163.com
13651d243149db666cff59d6813e20218d5428af
7fca22474c2741cf7e3fb31c8b8b89799068cdea
/examples/sample.cpp
d3b7184917b38bf95b71002bb8685d5bc27cdd74
[ "BSD-2-Clause" ]
permissive
rbock/sqlpp-concepts-experiments
fc0783d5ecc2dc852edd6950e60102888617f110
6ff7a93ba5bfa27e2aaa29d6860a6cbd3b806ad4
refs/heads/master
2020-05-07T15:10:38.256652
2015-03-31T07:58:06
2015-03-31T07:58:06
32,673,691
1
0
null
null
null
null
UTF-8
C++
false
false
2,141
cpp
/* * Copyright (c) 2014-2015 Roland Bock * 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...
[ "rbock@eudoxos.de" ]
rbock@eudoxos.de
d88a5766093c8014745f471541a3491d9f9bb1ef
80ee2a0df0ee1c927c2c828dd651793054f68905
/code/src/caros/components/caros_teleoperation/src/pose_teleoperate.cpp
26e93981152fd54299c27283dc8fa2e9becb2354
[]
no_license
ROVI2-SDU-GROUP1/ROVI2
d92904aff31a28b12c63f42a1a6b51db411f7602
93dd07b5815c6da9da3a790d58bd7e16ce55c2db
refs/heads/master
2021-06-21T15:03:17.935201
2017-05-22T10:02:10
2017-05-22T10:02:10
84,427,466
2
0
null
null
null
null
UTF-8
C++
false
false
10,347
cpp
#include <caros/pose_teleoperate.h> #include <rw/math/LinearAlgebra.hpp> #include <ros/ros.h> #include <std_srvs/Empty.h> #include <string> using rw::math::Deg2Rad; using rw::math::RPY; using rw::math::Rotation3D; using rw::math::Transform3D; using rw::math::Vector3D; using rw::math::Q; using rw::math::Quaternion; ...
[ "manee12@student.sdu.dk" ]
manee12@student.sdu.dk
46a00a240b0509bc0d7427eef72dc2cb0f02d6d6
47a485fe6b512aee8ba7ccd03a97f744936801a9
/HR/maximal_square.cpp
1703b6bb8048ba80c44453cd67a7bd827f0e0425
[]
no_license
yuyashiraki/CTCI
9e641557cf5a9d9629d2edc665b9d089e648881f
ddc2384314894d3a1536fa2b179f14ebfd2a4df3
refs/heads/master
2021-04-27T11:33:30.568159
2018-10-01T01:02:55
2018-10-01T01:02:55
122,563,481
0
0
null
null
null
null
UTF-8
C++
false
false
1,873
cpp
class Solution { public: // DP[x] = min(DP[x], DP[x-1], prev) + 1 // Time O(nm) Space O(m) int maximalSquare(vector<vector<char>>& matrix) { int n = matrix.size(); if (!n) return 0; int m = matrix[0].size(), prev = 0, tmp; vector<int> dp(m, 0); // bottom right down corner of...
[ "yshiraki.japan@gmail.com" ]
yshiraki.japan@gmail.com
c45b8dbc95c4e28bbdf63bb529c3db62bc253028
8ad39dce5b7a4d9b0fa6bfc3d1745ae02064f506
/Book & Movie rental shop management/SpellChecker.cpp
510555a127341559f3b22496b5369196e3742e56
[]
no_license
aywhr75/Object-oriented-programming
73cf6c7d87fd834390b7c1d60281a63b1e067689
c9506420f9f36e931e13f091525e54fd91ca51d2
refs/heads/master
2021-03-11T22:45:23.157920
2020-03-11T12:46:39
2020-03-11T12:46:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,561
cpp
// Name: YoungA Lee // Seneca Student ID: 048417083 // Seneca email: yalee2@seneca.ca // Date of completion: Fab 17 2020 // // I confirm that the content of this file is created by me, // with the exception of the parts provided to me by my professor. #define _CRT_SECURE_NO_WARNINGS #include<iostream> #include<algor...
[ "aywhr75@gmail.com" ]
aywhr75@gmail.com
abd3f64320ad8eed19c5b876c26ddeb7f973dfe2
5c4d57961bdd2afdc3bc6958aeb89d0e5fc99ef4
/lexical_analyzer/Token.h
ff5d2ebb098b5c7d857c3c744d42b81a6665db95
[]
no_license
beaubadilla/cpsc323_compilers
2174283ee21f78f2108c8bf7ceb1c9ee8b6a298c
89f3395ca2899509436ab4fe2b98bcd438fe38ae
refs/heads/master
2022-07-31T13:30:31.629647
2020-05-16T08:00:21
2020-05-16T08:00:21
264,386,835
0
0
null
null
null
null
UTF-8
C++
false
false
460
h
#pragma once #include <string> #include <iostream> enum TokenType { keyword, identifier, real, relop, arithop, separator, error }; class Token { private: TokenType type; std::string lexeme; public: Token(); Token(TokenType tT, std::string s) { this->type = tT; this->lexeme = s; } ~Token(); void print() { std::...
[ "noreply@github.com" ]
noreply@github.com
c991b139f24c51d4376a9b3c8716a98af550c5a4
a0dce37339bf2e60d7ddff5b1b9346e364a04bc8
/comdiv.cpp
2ba71102f1f7b4efb7e10dd5759219247482b9d7
[]
no_license
archiver/spoj
c0dfdc2bfea0c4d811ee0b95dce83c720bea3eae
ac78437594b4ff062db886d03db2a7192478b603
refs/heads/master
2020-05-18T00:58:53.697941
2013-01-18T22:00:38
2013-01-18T22:00:38
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,394
cpp
#include <stdio.h> #define T 1000002 #define P 168 int divisors[T]; int primes[] = {2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281,283,293,307,311,313,31...
[ "pavan@pavan.(none)" ]
pavan@pavan.(none)
eb6d5ae824aa2a73bbe6d3351012da3fdc358cb4
c00a2490947ad10582b5d675f070ccb62b70901d
/chromium/media/renderers/default_renderer_factory.h
63828af52e0f6f149855a71af234f712957dd18b
[ "BSD-3-Clause" ]
permissive
teotikalki/vivaldi-source
543d0ab336fb5784eaae1904457598f95f426186
22a46f2c969f6a0b7ca239a05575d1ea2738768c
refs/heads/master
2021-01-23T01:17:34.305328
2016-04-29T20:28:18
2016-04-29T20:28:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,663
h
// Copyright 2014 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 MEDIA_RENDERERS_DEFAULT_RENDERER_FACTORY_H_ #define MEDIA_RENDERERS_DEFAULT_RENDERER_FACTORY_H_ #include "base/callback.h" #include "base/macros....
[ "jason@theograys.com" ]
jason@theograys.com
724a8e8ae27052cb05a718fbc8cf8285808ba4cd
7843de0205e0276b6c7e552f8ef4c63ee9cbe28d
/Program1_BenDiegel_Less3.cpp
f6f588ffdaa6ba2680aa2450ee107d78ae222acc
[]
no_license
DiegelB/CPPHW
721615b23655a1c3558ee58e898b9a51ae107061
ec2416ce2f01335e79b39a19bd0746b81dc740f2
refs/heads/master
2021-01-20T10:04:30.963230
2017-10-30T02:47:23
2017-10-30T02:47:23
101,620,470
0
0
null
null
null
null
UTF-8
C++
false
false
1,093
cpp
/* Program: Points calculator Programmer: Ben Diegel Date: 9/2/17 */ #include <iostream> using namespace std; int main() { int numberOfBooks, earnedPoints; cout << "Please enter the amount of books you've read this month. Please enter a\n" << "negative value to exit the program\n>>"; cin >> numb...
[ "b.diegelg@gmail.com" ]
b.diegelg@gmail.com
027e77dc08a5900136aae507901186a762678c6d
5c34abe10630b23da8ba7d1cbce38bda53a4b6fa
/RootAnalysis/src/LeaningTower/Residual.h
71ce6bbd478b017c865d09df2534b5f52ddf97a6
[]
no_license
fermi-lat/GlastRelease-scons-old
cde76202f706b1c8edbf47b52ff46fe6204ee608
95f1daa22299272314025a350f0c6ef66eceda08
refs/heads/master
2021-07-23T02:41:48.198247
2017-05-09T17:27:58
2017-05-09T17:27:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,026
h
#include "TCut.h" #include "TF1.h" #include "TFile.h" #include "TGraph.h" #include "TLine.h" #include "TList.h" #include "TPaveStats.h" #include "TString.h" #include "TStyle.h" #include "TSystem.h" #include "TTree.h" #include "Tracker.h" #include "Layer.h" #include "Event.h" #include "Recon.h" #include "Progress.h" c...
[ "" ]
9f30de5b08b44027dc3b197a5a0d3a685aebc4c0
fb57dc0efeab3e51e6c59c8d58c654ac253c3ba9
/Sharing/Src/Source/Common/Private/json/json_parsing.cpp
a47f3378e2a6f0cb628b8d34bffae5eddd693588
[ "MIT" ]
permissive
microsoft/MixedRealityToolkit
aa7eddbeb36cbb5894beea32e2ff91cef29afcdf
8454abcce504effd83c9d6e20725f6037c11e2b4
refs/heads/main
2023-07-08T11:15:38.879033
2023-06-28T19:21:12
2023-06-28T19:21:12
46,008,487
251
61
MIT
2023-06-28T19:21:13
2015-11-11T20:37:59
C++
UTF-8
C++
false
false
31,445
cpp
/*** * ==++== * * Copyright (c) Microsoft Corporation. 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...
[ "neerajw@microsoft.com" ]
neerajw@microsoft.com
a96af18ac17f1733c882c18738739fd5fe0fab0a
28a43c8d0403d661f85a986e25e14adb29c50106
/arduino_code/arduino_code.ino
e2a042a7ae00abe054b818735fefa21e2240b7fd
[ "MIT" ]
permissive
darmbrus/plant-watering-tracker
53ed53c1e8d6a81c4449c1ded3cd4dbbb01b56e1
cb4f797104c2c4b2ea889d3725157861fcc19399
refs/heads/master
2021-01-11T00:39:19.172170
2016-10-19T04:18:12
2016-10-19T04:18:12
70,503,048
0
2
null
2016-10-19T04:18:13
2016-10-10T15:44:30
Ruby
UTF-8
C++
false
false
357
ino
const int buttonPin = 2; int buttonState = 0; void setup() { Serial.begin(9600); pinMode(buttonPin, INPUT); } void loop() { int randNum = random(300); buttonState = digitalRead(buttonPin); if (buttonState == HIGH) { Serial.println(randNum); while(buttonState) { buttonState = digitalRead(bu...
[ "david.armbrust@gmail.com" ]
david.armbrust@gmail.com
c818b103e2bd1f584873a454d31aeff6d22ea29e
21d7c1def6efcaf9ba5b74f521f75d2aaeae8192
/scorched3d/scorched3d.ver01/scorched-dep-win32/include/wx/wx/msw/dirdlg.h
6eacd391ba4694cf10b62ee4b1221eac3e9e31fc
[]
no_license
QuangNhat/GitHub
99f3714fc38f3cf007ccc947b1647f41fe8aa29b
bc9a35c5bfe53a648b717c46b6bf5ddbca9b2ea3
refs/heads/master
2021-01-10T16:06:11.305568
2015-12-17T16:45:59
2015-12-17T16:45:59
48,186,201
0
0
null
null
null
null
UTF-8
C++
false
false
1,472
h
///////////////////////////////////////////////////////////////////////////// // Name: wx/msw/dirdlg.h // Purpose: wxDirDialog class // Author: Julian Smart // Modified by: // Created: 01/02/97 // RCS-ID: $Id: dirdlg.h,v 1.1 2006/12/02 15:58:30 scara Exp $ // Copyright: (c) Julian Smart // Li...
[ "doquangnhat1@gmail.com" ]
doquangnhat1@gmail.com
d8a48d1da26efb82b52230f1b657d28e28255eb8
bd6b62b691f2e5fef2d0ad053616de20efbe1fd8
/cpp_c/gcc/lang_spec/inherit/override-by-non-vertual.cpp
b96f7ed08032c2e1bc1f7635d0866d421eee15fd
[]
no_license
kurokawh/test
ed273acb0f559ec17bbc529745e8cf6fb3130e95
172ba3cb4ed89ce5f6d4dfc2dbeccaf0d285bcc8
refs/heads/master
2023-01-25T02:59:49.617869
2023-01-19T05:40:08
2023-01-19T05:40:08
42,255,830
0
0
null
null
null
null
UTF-8
C++
false
false
1,152
cpp
#include <stdlib.h> #include <stdio.h> #include <stdint.h> // check if vertual func can be overrided by non-vertual func. // => non virtuan func can be called. class A { int a; public: virtual void test(A& arg) { printf("A::test(): %d\n", arg.a); } void publicFuncA() { printf("A::pulicFuncA(): \n"); } void ...
[ "kurokawa@rd.scei.sony.co.jp" ]
kurokawa@rd.scei.sony.co.jp
a8ed1387e8a143a87b47156cae493118a10e00da
c0e0138bff95c2eac038349772e36754887a10ae
/mdk_release_18.08.10_general_purpose/mdk/common/components/imageWarpDyn/compShvDynApps/imageWarpDynlib/Entry.cpp
07c26e08a49b370ed278dbfb6038da9bef214b80
[]
no_license
elfmedy/vvdn_tofa
f24d2e1adc617db5f2b1aef85f478998aa1840c9
ce514e0506738a50c0e3f098d8363f206503a311
refs/heads/master
2020-04-13T17:52:19.490921
2018-09-25T12:01:21
2018-09-25T12:01:21
null
0
0
null
null
null
null
UTF-8
C++
false
false
19,912
cpp
/// /// @file /// @copyright All code copyright Movidius Ltd 2012, all rights reserved. /// For License Warranty see: common/license.txt /// /// @brief Image warp component /// // 1: Includes // ---------------------------------------------------------------------------- #include <math.h> #...
[ "palani.andavan@vvdntech.com" ]
palani.andavan@vvdntech.com
90a04ac4cf8490b973d3f872556115bfce48e3fb
c2bbe165858014ea7fd226710fa3dc1f4af36fe8
/src/utilities.hpp
6d2a191684e3a236196738757b0907d78bf3e144
[]
no_license
tonymugen/GWAlikeMeth
5781bb71e0ac79d6772d405a025f4379a52453cc
8245a7224ba4253681f54aaedd17a60b4520bedf
refs/heads/master
2020-04-16T00:34:56.464885
2020-01-31T22:28:18
2020-01-31T22:28:18
165,144,017
0
0
null
null
null
null
UTF-8
C++
false
false
24,541
hpp
// // utilities.hpp // // // Created by Tony Greenberg on 12/21/16. // Copyright © 2016 Tony Greenberg. All rights reserved. // /// Miscellaneous functions and algorithms /** \file * \author Anthony J. Greenberg * \copyright Copyright (c) 2016 Anthony J. Greenberg * \version 0.1 * * This is the project header ...
[ "info@bayesicresearch.org" ]
info@bayesicresearch.org
8596d0c908734000468bf1781892c9fbc28d0e06
5852e3aab5677d380c22b2de9508ab043ea28657
/Console Test Chess/FieldG2.cpp
8ed116c7f0c837b1b6f13e665eb8affbdd5bab2a
[]
no_license
ongornbk/Chessy
b1307df6f8bdc95780094d1aa8be709e30f64754
efa0b2cdf0e6d60084b51e409414207f6a01a637
refs/heads/master
2023-04-16T09:54:36.266850
2021-05-01T18:47:40
2021-05-01T18:47:40
363,280,402
0
0
null
null
null
null
UTF-8
C++
false
false
711
cpp
#include "FieldG2.h" const __int64 _stdcall FieldG2::GetIndex() const noexcept { return FIELD_G2; } modern_array<IField*>& FieldG2::GetWhitePawnMoves() { modern_array<IField*>* fields = new modern_array<IField*>(2); if (m_board->GetFieldByIndex(FIELD_F3)->HasBlackPiece()) fields->push_back(m_board->GetFieldByInd...
[ "MSI@DESKTOP-RIEGR2K" ]
MSI@DESKTOP-RIEGR2K
3fd1506b83aa157b78f07bff76b195861270aced
ebfd5f8e22c68d85511a771e6c65a9d496016a90
/dense.cpp
ce7597bdc96e415674159fccd05acbc4175b18cc
[]
no_license
zhoujian89/Leetcode
4d3926fd2e7a5b52569f60750a7cc1e073b90247
68e91ae797557c7d23b0532b0e7b3c4d654e8f82
refs/heads/master
2021-01-01T05:49:57.720815
2015-07-21T14:45:15
2015-07-21T14:45:15
35,457,770
1
0
null
null
null
null
GB18030
C++
false
false
10,330
cpp
#include "DenseTrackStab.h" #include "Initialize.h" #include "Descriptors.h" #include "OpticalFlow.h" #include <time.h> using namespace cv; int show_track = 0; // set show_track = 1, if you want to visualize the trajectories int main(int argc, char** argv) { //加载视频 VideoCapture capture; char* video = argv[1]; i...
[ "jianzhou@tju.edu.cn" ]
jianzhou@tju.edu.cn
d051ee2439151facf88044e833fb25a88c843d07
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function14276/function14276_schedule_0/function14276_schedule_0.cpp
19bad50d62f4787e41fdccac84fa4c51b34a18b6
[]
no_license
IsraMekki/tiramisu_code_generator
8b3f1d63cff62ba9f5242c019058d5a3119184a3
5a259d8e244af452e5301126683fa4320c2047a3
refs/heads/master
2020-04-29T17:27:57.987172
2019-04-23T16:50:32
2019-04-23T16:50:32
176,297,755
1
2
null
null
null
null
UTF-8
C++
false
false
1,698
cpp
#include <tiramisu/tiramisu.h> using namespace tiramisu; int main(int argc, char **argv){ tiramisu::init("function14276_schedule_0"); constant c0("c0", 65536), c1("c1", 1024); var i0("i0", 0, c0), i1("i1", 0, c1), i01("i01"), i02("i02"), i03("i03"), i04("i04"); input input00("input00", {i0}, p_int3...
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
ce769fce217719f3eb3148a416826ce2dd472e3e
62ca57c22b47d1ce2be9cef57df13aaee2544eb3
/MyGrid/Content/GridRenderer.h
84c44f82e43700d35b8163e94f36fe9f6dfb7ec4
[]
no_license
marcisolti/MyGrid
feffc68bef377c7e920877a68981f44646b377c2
06a093796fda44f3d618d0223d6135ee98fab21a
refs/heads/master
2023-06-25T06:37:23.573819
2021-07-30T09:08:38
2021-07-30T09:08:38
390,695,926
0
0
null
null
null
null
UTF-8
C++
false
false
1,540
h
#pragma once #include "..\Common\DeviceResources.h" #include "..\Common\StepTimer.h" // You can find the docs at %(SolutionDir)..\docs\index.html namespace MyGrid { struct alignas(16) ConstantBufferData { DirectX::XMFLOAT4X4 model; DirectX::XMFLOAT4X4 view; DirectX::XMFLOAT4X4 projection; DirectX::XMFLOAT...
[ "marci.solti.hu@gmail.com" ]
marci.solti.hu@gmail.com
515d0a35f121c01fd16cbef73c087905ea33076f
1d9df1156e49f768ed2633641075f4c307d24ad2
/tizen_src/chromium_impl/content/browser/compositor/evasgl_context_provider.cc
699dd42323d0cdd32a999319b0cb2f3592a8c699
[ "BSD-3-Clause", "LGPL-2.1-or-later", "BSD-2-Clause" ]
permissive
GSIL-Monitor/platform.framework.web.chromium-efl
8056d94301c67a8524f6106482087fd683c889ce
e156100b0c5cfc84c19de612dbdb0987cddf8867
refs/heads/master
2022-10-26T00:23:44.061873
2018-10-30T03:41:51
2018-10-30T03:41:51
161,171,104
0
1
BSD-3-Clause
2022-10-20T23:50:20
2018-12-10T12:24:06
C++
UTF-8
C++
false
false
2,193
cc
// Copyright 2015 Samsung Electronics. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "content/browser/compositor/evasgl_context_provider.h" #include "gpu/skia_bindings/grcontext_for_gles2_interface.h" #include "third_party/skia/in...
[ "RetZero@desktop" ]
RetZero@desktop
8bbf23fb186358ddf914798a6f42624299e68764
5821d864fb40417184cd37a3ee3c889895d39efb
/manuscript/img-src/lscm/OpenNL_psm.cpp
cf85b3614f3e3d8ca19c2b7de0b4a1a7f7dd554f
[ "WTFPL" ]
permissive
ssloy/least-squares-course
9c86d8c54894248440fba78206ce253559f4257b
13692cdfd40a8005893fd33887d6cc743c5f01ec
refs/heads/master
2022-08-18T15:53:15.313071
2021-12-01T12:44:59
2021-12-01T12:44:59
222,901,933
162
18
WTFPL
2022-07-28T21:16:03
2019-11-20T09:38:37
TeX
UTF-8
C++
false
false
217,065
cpp
#include "OpenNL_psm.h" /* * Copyright (c) 2004-2010, Bruno Levy * 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 n...
[ "ha@haqr.eu" ]
ha@haqr.eu
bf604670f217b0c17d93eb4a31c78cacf026c289
4ef69f0044f45be4fbce54f7b7c0319e4c5ec53d
/include/cv/core/cmd/out/dhseqr.inl
916e4f4aba4fc9b5981781279e494c69b73adb94
[]
no_license
15831944/cstd
c6c3996103953ceda7c06625ee1045127bf79ee8
53b7e5ba73cbdc9b5bbc61094a09bf3d5957f373
refs/heads/master
2021-09-15T13:44:37.937208
2018-06-02T10:14:16
2018-06-02T10:14:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
276
inl
#ifndef __dhseqr__ #define __dhseqr__ #define c_b11 c_b11_dhseqr #define c_b12 c_b12_dhseqr #define c__12 c__12_dhseqr #define c__2 c__2_dhseqr #define c__49 c__49_dhseqr #include "dhseqr.c" #undef c_b11 #undef c_b12 #undef c__12 #undef c__2 #undef c__49 #endif // __dhseqr__
[ "31720406@qq.com" ]
31720406@qq.com
20f44ac01e4a639ff2659dc043b3a70d96f28af0
349fe789ab1e4e46aae6812cf60ada9423c0b632
/Forms/HOT_SprObject/UHOT_FormaElementaSprObjectImpl.cpp
0e2ad0b3252b5615a355cadf7ac5960cd1c7019c
[]
no_license
presscad/ERP
a6acdaeb97b3a53f776677c3a585ca860d4de980
18ecc6c8664ed7fc3f01397d587cce91fc3ac78b
refs/heads/master
2020-08-22T05:24:15.449666
2019-07-12T12:59:13
2019-07-12T12:59:13
216,326,440
1
0
null
2019-10-20T07:52:26
2019-10-20T07:52:26
null
WINDOWS-1251
C++
false
false
8,775
cpp
#include "vcl.h" #pragma hdrstop #include "UHOT_FormaElementaSprObjectImpl.h" #pragma package(smart_init) extern int NumObject; //--------------------------------------------------------------- THOT_FormaElementaSprObjectImpl::THOT_FormaElementaSprObjectImpl() { ...
[ "sasha@kaserv.ru" ]
sasha@kaserv.ru
961224f0fca0d8138cf22a6201953efa9d9c333f
64d40840ef8f99455534f501b00cc13943ec6787
/testcheck.cc
c008a3adcb461db8b3b9b4782658eea0f1f9304c
[]
no_license
jb548319/CS2401_Project_1
34f4383ea614e96a4a3fe21764375bbf8547f228
ccde86a944d691f7bf93a86dcfb3fc0bf5882e00
refs/heads/main
2023-07-31T04:49:17.930098
2021-09-14T22:54:23
2021-09-14T22:54:23
402,238,887
0
0
null
null
null
null
UTF-8
C++
false
false
1,213
cc
/************************************************************************* The purpose of this little program is allow you to test the input and output functions and operators that you have written for the Check class. You should write these BEFORE you start developing the Checkbook class, and you shoul...
[ "jb548319@Ohio.edu" ]
jb548319@Ohio.edu
366187213f3110a6521e6bea5c0bae6ba4e7ffc1
019d64d5fb05b266dc6e4f281403ae9ba1b9a0be
/src/lib/sparse_matrix/msr_matrix.h
fde6f89897f3f191f56bcf08ef6d0a7151f19e28
[]
no_license
mrFlatiron/3d_interpol
590f8a57b625b79fb59ec3d556bdbd87210bfc83
5780b28ad07af32fbc0c77227abac6cf2f096d29
refs/heads/master
2021-01-20T13:44:17.368731
2017-05-30T23:21:04
2017-05-30T23:21:04
90,523,814
0
0
null
null
null
null
UTF-8
C++
false
false
1,069
h
#ifndef MSR_MATRIX_H #define MSR_MATRIX_H #include "containers/simple_vector.h" #include <cstdio> #include <vector> class msr_thread_dqgmres_solver; class msr_matrix { private: int m_n; int m_arr_size; simple_vector m_aa; std::vector<int> m_ja; public: friend class msr_thread_dqgmres_solver; msr_matrix (...
[ "mr.flatiron@mail.ru" ]
mr.flatiron@mail.ru
230f1b9c314506328dab84d3f41c115654df9ff7
7c6d70f9fb2bc1aae675e6359f8bcc3026aef7f7
/engine/sdk/inc/RenderTextParam.h
8e53a0b6ff138fd834ad87dfc38ed1b38b6f3fa1
[]
no_license
lxq2537664558/RushGame
1143d05fbf5cba43ff81d350caca5134a9f7dfdd
361ecd2d44c80194460770d3c81355191b5f79eb
refs/heads/master
2020-05-16T23:51:15.655169
2014-04-25T03:43:35
2014-04-25T03:43:35
null
0
0
null
null
null
null
GB18030
C++
false
false
8,046
h
#pragma once #include "CColor.h" #include "CVector3.h" #include "CRectangle.h" #include "CGraphicMallocObject.h" namespace sqr { /// 字体绘制效果.表情是一种特殊的字体 struct FontEffect { enum { Italic = 1<<0, ///< 斜体 Outline = 1<<1, ///< 描边 Shadow = 1<<2, ///< 阴影 Gradual = 1<<3, ///< 渐变色 Vertical = 1<<29,...
[ "zhong264love@gmail.com" ]
zhong264love@gmail.com
89112359f67cf7c373905735e2fc41664359413b
d8010b0cfced1c941e632ed4cc927d20d7b7bf95
/devel/include/inspire_hand/set_gesture_noRequest.h
2d4d0366095439eb5125a2c9c97464d14a20d022
[]
no_license
ZJU-Robotics-Lab/motion-retargeting-rl
b143b7695d8813edc12def6e218975ad8a499329
073a511edfad5b758537d4564a05fea43c229004
refs/heads/master
2022-11-29T13:57:33.736198
2020-07-28T08:04:20
2020-07-28T08:04:20
283,143,525
1
1
null
null
null
null
UTF-8
C++
false
false
5,208
h
// Generated by gencpp from file inspire_hand/set_gesture_noRequest.msg // DO NOT EDIT! #ifndef INSPIRE_HAND_MESSAGE_SET_GESTURE_NOREQUEST_H #define INSPIRE_HAND_MESSAGE_SET_GESTURE_NOREQUEST_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/bu...
[ "lwj19970331@gmail.com" ]
lwj19970331@gmail.com
8e865311140b493eab6287c49553ba57a4195c95
54fae68239e935143f77e3bca9513cb0a0263476
/Chapter20/exercises/20.09/ex_2009.cpp
4f8d747c089b0280a1ffda39468279fb6245835c
[]
no_license
CHENGCHANGHU/Cpp-How-To-Program-9E
9e3406c0079960b366f6c636ab56caed807e3ac7
e9a37f2717e17dd5b37f80e27ab52b7f664853be
refs/heads/master
2021-04-03T05:38:48.952450
2018-02-20T23:10:50
2018-02-20T23:10:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,209
cpp
/* * ===================================================================================== * * Filename: ex_2009.cpp * * Description: Exercise 20.09 - Copying a List in Reverse Order * * Version: 1.0 * Created: 13/06/17 12:12:56 * Revision: none * Compiler: g++ * * ...
[ "siidney.watson.work@gmail.com" ]
siidney.watson.work@gmail.com
aa5ec7f975cd1cd5c5bf2cbc627d2989d7a33d36
a51f2693e411771dc089fe2fffe5656c92166f6b
/gui/actions/kalenderviewcontroler.h
ee5a3a7289634e47153c7674bff65ff37a0ded3e
[]
no_license
mdirks/stundenplaner
d4921b70772aee85f0ce84e9b8cbf1ca2f8620f1
ef8bd04d15941672669ee9732817e2cbe0d112f9
refs/heads/master
2021-09-11T14:36:57.387004
2021-09-05T12:49:56
2021-09-05T12:49:56
82,451,937
0
0
null
null
null
null
UTF-8
C++
false
false
1,954
h
/*************************************************************************** * Copyright (C) 2008 by Marcus Dirks * * m-dirks@web.de * * * * This program is free software; you can redistribute it and/or modify * * it under the ter...
[ "mopp@linux-5x4w.localdomain" ]
mopp@linux-5x4w.localdomain
d93b7a1c7fd1e77c85d5c9a69ce93b1f4e2a367a
4002bc4433e1493cea98d1a54a3247c7a14cd39d
/ejemplo 3.cpp
fa6f660fe7a64edc9bc106910aeb374269db4a48
[]
no_license
rafaelapure82/C-Parte-3
481e8cea7afdf6df105e15d5c0096d16766374a1
ec33f0afc12c68dcab50541abc0e6a77de610f58
refs/heads/master
2021-09-04T12:38:40.801038
2018-01-18T18:53:53
2018-01-18T18:53:53
118,021,386
0
0
null
null
null
null
UTF-8
C++
false
false
336
cpp
#include <iostream> // ejemplo 3 #include <string> using namespace std; int main() { string s1 = "Hola ", s3="maria"; string s2="maria"; s2 = "carlos"; //Cambio del valor de la variable string s = s1 + s2; cout << s1 << s2 << '\n'; //Primer mensaje cout << s << '\n'; //Segundo Mensaje s += '\n'; cout << s;//Ter...
[ "ing.rafaelmontenegro" ]
ing.rafaelmontenegro
370a78de4bafa6fc8d647a8a287479af88ab7965
3912e69afbe91860a09bab2d8fa3d31263055766
/test_3_4_2_1.cpp
0dccd9b00179aea10e0ac7bf193106d0c5d2f263
[]
no_license
MagicSen/C_Plus_Plus_Primer
db4faa61d94aabc6c2ca6d66f9c93882ee7b573a
31d5ef74ebe143228ce71579ebd32eb5f1850896
refs/heads/master
2016-09-05T15:54:24.761932
2014-10-18T07:43:57
2014-10-18T07:43:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
581
cpp
#include <iostream> #include <vector> #include <string> using std::cout; using std::cin; using std::endl; using std::vector; using std::string; int main() { // vector<int> tm(10,42); // vector<int> tm{42 ... 42}; // vector<int> tm = {42 ... 42}; vector<int> sm; int temp=0; while(cin >> temp){ sm.push_back(temp); ...
[ "magicys520@gmail.com" ]
magicys520@gmail.com
e8bd887270f09fd87c7f50e74d880fa70a6f1c04
ab6937915ca4a3a8b95d3021177a752c54157d21
/C/LatihanBahasaC.cpp
f23c0a39c8628d9156c973c9ce96d6839cee6efe
[]
no_license
fitrailyasa/Latihan-Coding
b953ecb8c6f7624d260576c18d8813b9291963f2
f3a211585f8635c2c68b21c41701ee07f5e55d74
refs/heads/main
2023-06-17T01:00:35.471920
2021-07-13T21:47:48
2021-07-13T21:47:48
385,743,161
0
0
null
null
null
null
UTF-8
C++
false
false
241
cpp
#include <stdio.h> //manggil library (Perpustakaan bahasa C) int main(){ // Pintu masuk program int a; // tipe data int = integer (bilangan bulat), float = bilangan pecahan printf("Halo, Dunia"); //output = Halo, Dunia scanf("%d", a); }
[ "nde.joker12@gmail.com" ]
nde.joker12@gmail.com
f7f10f51d693d004eb5da32e3c014a83e2fba750
66c92642dada5d01da0be5e855b663d9081f1b6d
/Matrices/matrix_snake_pattern.cpp
e44b8196ff17f83f65347cdcd06eebf4e4ca640c
[]
no_license
PranavUpadhyay7/DSA_GeeksForGeeks
9a73237b3b1279c97fc123bd401fba7e5f39d75d
6afa41d3da871e2678a243f3ff17e8f60415df9a
refs/heads/main
2023-08-21T12:35:45.601356
2021-10-06T13:11:34
2021-10-06T13:11:34
414,212,330
0
0
null
null
null
null
UTF-8
C++
false
false
1,221
cpp
#include <bits/stdc++.h> using namespace std; class Solution { public: //Function to return list of integers visited in snake pattern in matrix. vector<int> snakePattern(vector<vector<int> > matrix) { vector<int> result; for(int i=0; i<matrix.size(); i++) { ...
[ "noreply@github.com" ]
noreply@github.com
a7bcdc72e709f1eccbdd82ae91bed9a5f93fc4fd
af0ecafb5428bd556d49575da2a72f6f80d3d14b
/CodeJamCrawler/dataset/14_23342_6.cpp
1c3fcb70c1814aa6784be1ce3fcca0152aed4d0f
[]
no_license
gbrlas/AVSP
0a2a08be5661c1b4a2238e875b6cdc88b4ee0997
e259090bf282694676b2568023745f9ffb6d73fd
refs/heads/master
2021-06-16T22:25:41.585830
2017-06-09T06:32:01
2017-06-09T06:32:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
939
cpp
#include <iostream> #include <set> #include <vector> using namespace std; int main() { int t,T; cin >> T; int board[4][4]; set<int> s; int i,j; for( t = 0; t < T; t++) { int row; cin >> row; for( i = 0; i < 4; i++ ) { for( j = 0; j < 4; j++ ) { cin >> board[i][j]; }...
[ "nikola.mrzljak@fer.hr" ]
nikola.mrzljak@fer.hr
053b8cc331fbaeaeb235e57d0d6a4c7f9797d3f3
a37c5c59364f16db8475db8a3bf237abcb12702f
/Part3/Chap07/07.QuadTree+FixCrack/Dib.cpp
9f6c76a68c872ce88357d58ef19013228d7f565b
[]
no_license
blastingzone/ComputerGraphicsAdvenced
915d3cab0375b4beb6cfad347fb5746f848eb77c
95c4b33c316a60e58754dfb4e873f49397aadbd1
refs/heads/master
2021-01-18T16:13:07.001810
2014-06-22T17:13:39
2014-06-22T17:13:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
19,426
cpp
// DIB module #include <windows.h> #include <stdio.h> #include <math.h> #include "dib.h" #define DEFAULT_XPIXELSPERMETER 3000 #define DEFAULT_YPIXELSPERMETER 3000 //////////////////////////////////////////////////////////////////////////////// // file io LPBYTE DibLoadHandle( LPSTR lpFileName ) { FILE *fp; ...
[ "bulbitain@nhnnext.org" ]
bulbitain@nhnnext.org
1f319770ce89cd6e26c16890f54679399916ff81
515289d2bf3171001efa6d9676207c2dbf7edd3f
/Game/Stage8.cpp
45f2b5e16d9e9ef564d34af5f9b5b579cc4380ac
[ "MIT" ]
permissive
Gutt4N/Synchro
a3231a9c9e46023231b3c283cdb0e6d5fe59473e
e4c882078d361dc656139c926a96d7806fbd4b74
refs/heads/master
2021-01-13T01:07:42.478114
2017-02-09T04:34:34
2017-02-09T04:34:34
81,408,289
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
2,666
cpp
//__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/ //! @file Stage8.cpp //! //! @brief Map関連のソースファイル //! //! @date 日付 //! //! @author GF3_01_安藤 祥大 //__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/ // ヘッダファイルの読み込み ========================================...
[ "guttan.syo@gmail.com" ]
guttan.syo@gmail.com
e9787321b56bcf364d58477b4f13ba8a4ac71ac0
6e3e4f6b43d308ca742d40acfec84e9985e75355
/动规/拆分问题/343_Integer Break.cpp
5016b1ce79410ea7680a5bcefad6439c3a8b135b
[]
no_license
HannahTin/Leetcode
a4a32700125333a10209f4401eec38d372aff1d4
6febfc026bf9b584e7b482b435dac7689fa2aa33
refs/heads/master
2022-05-28T16:04:51.393960
2022-03-20T08:22:57
2022-03-20T08:22:57
205,310,250
0
0
null
null
null
null
UTF-8
C++
false
false
1,338
cpp
/* 343. 整数拆分 给定一个正整数 n ,将其拆分为 k 个 正整数 的和( k >= 2 ),并使这些整数的乘积最大化。 返回 你可以获得的最大乘积 。 示例 1: 输入: n = 2 输出: 1 解释: 2 = 1 + 1, 1 × 1 = 1。 示例 2: 输入: n = 10 输出: 36 解释: 10 = 3 + 3 + 4, 3 × 3 × 4 = 36。 */ using namespace std; #include <vector> class Solution { public: // 其实可以从1遍历j,然后有两种渠道得到dp[i]. // 一个是j * (i - j) 直接相乘。 //...
[ "menghantin@gmail.com" ]
menghantin@gmail.com
07bb1f6083086356842b64afc58add57c8ddadc6
c2f436afd2fbce2d20caf001b5ff93519b5e7ee8
/flashlight/autograd/Functions.cpp
1dcb2e083e767eb7601d0815db6df5c0d10783fd
[ "MIT" ]
permissive
pzelasko/flashlight
395fd62348f477f4ecad8cc76bf0508b057a05ca
ea702c05403600d1339d0744a456f68694553187
refs/heads/master
2020-04-13T03:20:09.335863
2018-12-23T01:15:23
2018-12-23T01:17:19
162,928,354
0
1
MIT
2018-12-23T22:31:24
2018-12-23T22:31:24
null
UTF-8
C++
false
false
33,216
cpp
/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ /******************************************************* * Copyright (c) 2017, ArrayFire * All rights reserved. * * This file i...
[ "vineelkpratap@fb.com" ]
vineelkpratap@fb.com
e98c9af0143ef96534ec3859fa7a6a0ce6131daf
32b97a6bcce47ede2f5393d3c7131b0c9d419095
/Exercicio35.cpp
c9b119293c99453faeaa85ed20be925028720d75
[]
no_license
Althieris/Algoritmo_II
3014fe76d7dd114dc7169dccf85ff1040b542d15
786f3b01c6af52198ced3c8bb0d37f76cfa88160
refs/heads/master
2020-03-30T21:50:39.405124
2018-12-06T17:17:57
2018-12-06T17:17:57
151,644,180
0
0
null
2018-11-24T23:46:21
2018-10-04T22:34:36
C++
UTF-8
C++
false
false
1,192
cpp
#include "pch.h" #include <iostream> int main() { int Idade = 1; int Maior_Idade = 0; int Contador = 0; int Opcao_Sexo, Opcao_Cabelo, Opcao_Olhos = 0; printf("Digite idade -1 para encerrar\n"); while (Idade > 0) { printf("Digite sua idade: "); scanf_s("%i", &Idade); printf("\n"); if (Id...
[ "noreply@github.com" ]
noreply@github.com
66648d243f3d684b29abe7cb60c4e78240995665
d41f4166f65f7b6ca163d9d5e9ef1889edcd2654
/Simplifier/Geometry.cpp
47c94fd16a9458df584d6bac71fb0a64a78a7383
[]
no_license
AlexandrShcherbakov/Demo3
ad073a0712de7275899505f3256017b2c357d8dd
0c387fdf9cea8cff8eab8b17bc1b2251aa3b04d7
refs/heads/master
2021-01-21T21:43:13.658982
2016-03-22T11:31:36
2016-03-22T11:31:36
51,869,564
0
0
null
null
null
null
UTF-8
C++
false
false
26,086
cpp
#include "Geometry.h" ///Small changes void Geometry::mergeTwoPoints(uint p1, uint p2) { mergeTwoPoints(p1, p2, (points[p1] + points[p2]) / 2.0f); } void Geometry::mergeTwoPoints(uint p1, uint p2, vec4 newP) { ///Update points /*points[p1] = newP; indices[p2] = p1;*/ uint tmp = std::min(p1, p2); p2 ...
[ "alex.shcherbakov.as@gmail.com" ]
alex.shcherbakov.as@gmail.com
bf740e82c4741a12601505416dc7413a2a228665
1a218c67ad04f99e52c37425fdb933b053af6244
/Ch09/exercise9.49.cpp
5cb899cb17a689aeb2b3a014a43cdfdb11e04bb1
[]
no_license
xiaonengmiao/Cpp_Primer
5a91cd223c9b0870f4ab9a45c6f679333a98fa20
be20a29b49be19f6959b7873077ea698da940bf6
refs/heads/master
2020-12-25T14:23:58.976008
2020-06-18T07:54:43
2020-06-18T07:54:43
66,343,361
1
1
null
null
null
null
UTF-8
C++
false
false
523
cpp
#include<iostream> #include<string> #include<fstream> using namespace std; int main() { string ascdes{"tdhfklbqypgj"}; ifstream ifs("../data/letter.txt"); if (!ifs) return -1; string word; string longword; unsigned len = 0; while (ifs >> word) { if (word.find_first_of(ascdes) == string::npos && ...
[ "hlibb@connect.ust.hk" ]
hlibb@connect.ust.hk
cd89826a08896a4e070e25e6ca747031fc0984c2
818df5a6b667055f9c472e72ee0fc823f86de819
/628.cpp
fd3f0f9aca8f3f5448e2d232baa6e559ecbedf3f
[]
no_license
kalex1994/UVA
0a495e971fdcf92a785421a5c741bda915c21fca
cf45c6174cd299df14e8b52637c29ea7c3ec0f20
refs/heads/master
2021-01-01T19:47:13.630295
2016-10-15T19:14:46
2016-10-15T19:14:46
12,342,624
0
0
null
null
null
null
UTF-8
C++
false
false
874
cpp
#include <iostream> #include <cstdio> #include <string> #include <vector> #include <cstring> #include <algorithm> #include <sstream> #include <cmath> #include <map> #include <set> using namespace std; int n, m; string words[100]; string rule; void make_passwords(string password, size_t index) { if (index >= rule.len...
[ "kiralaleks@gmail.com" ]
kiralaleks@gmail.com
025ef13ba6732d96f2c7663e14cf94f9be060684
04c66673a7f8ebdca37e1a28bfdfa9af56716ddc
/02_auto/main.cpp
fd8a935abb472b0f85b2aa94a41b34487084cf94
[]
no_license
mkargi/modern_effective_cpp
14b2e5daaf3811ec657a47ee62f56d45746d90b8
003a586c0c326020ca12eae1d07937eda7142924
refs/heads/master
2023-01-23T04:11:42.522368
2020-12-02T16:38:27
2020-12-02T16:38:27
315,421,352
0
0
null
null
null
null
UTF-8
C++
false
false
249
cpp
#include <iostream> int main() { auto x = 27; // int const auto cx = x; // const int const auto& rx = x; // const int& auto&& uref1 = x; // int& auto&& uref2 = cx; // const int& auto&& uref3 = 27; // int&& return 0; }
[ "matthias.karg88@googlemail.com" ]
matthias.karg88@googlemail.com